@charset "utf-8";
@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .top-content img {
    width: 100%;
  }

  .greet-content {
    background-color: #0e3058;
    color: white;
    /* text-shadow: 2px 2px 10px #f5c9e1, -2px 2px 10px #f5c9e1, 2px -2px 10px #f5c9e1, -2px -2px 10px #f5c9e1; */
  }

  .greet-inner {
    width: 90%;
    margin: 0 auto;
    font-size: 2.5vw;
    line-height: 1.5;
    padding: 20px;
  }

  .wanpak-info,
  .wanpak-info img {
    width: 95%;
    margin: 0 auto;
  }

  .button019 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 280px; */
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 2vw;
    width: 50%;
  }

  .button019 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  .button019 a:hover {
    background: #6bb6ff;
    color: #FFF;
  }

  .button019 a:hover:after {
    right: 1.4rem;
  }


  .button_solid012 a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* max-width: 240px; */
    width: 50%;
    margin: 0 auto;
    padding: 10px 25px;
    color: #003067;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
    font-size: 2vw;
  }

  .button_solid012 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f9b0d8;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
  }

  .button_solid012 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0, 0.40rem, -1rem);
    transform: translate3d(0, 0.40rem, -1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #cf3a8b;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
  }

  .button_solid012 a i {
    position: absolute;
    right: 9px;
  }

  .button_solid012 a:hover {
    transform: translate3d(0, 0.2rem, -1rem);
  }

  .button_solid012 a:hover:after {
    transform: translate3d(0, 0.2rem, -1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
  }
}