@charset "UTF-8";
.c-caption {
  position: absolute;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1
}
.c-caption--theme-white {
  color: #fff
}
.c-caption--theme-gray {
  color: #aaa
}
.c-caption--pos-rt {
  top: 5px;
  right: 5px
}
.c-caption--pos-rb {
  right: 5px;
  bottom: 5px
}
.c-pageButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid
}
.c-pageButton__text {
  font-family: "EB Garamond",serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em
}
.c-pageButton__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 17px;
  border-radius: 13px
}
.c-pageButton__icon::before {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 9px
}
.c-pageButton--theme-green {
  color: #238184;
  border-bottom-color: #238184
}
.c-pageButton--theme-green .c-pageButton__icon {
  background: #238184
}
.c-pageButton--theme-green .c-pageButton__icon::before,
.c-pageButton__icon::before {
  border-color: transparent transparent transparent #fff
}
.c-pageButton--theme-full-green {
  height: 60px;
  padding: 0 20px 0 50px;
  color: #fff;
  background: #238184;
  border-bottom: none
}
.c-pageButton--theme-full-green .c-pageButton__icon,
.c-pageButton--theme-white .c-pageButton__icon {
  background: #fff
}
.c-pageButton--theme-full-green .c-pageButton__icon::before {
  border-color: transparent transparent transparent #244546
}
.c-pageButton--theme-white {
  color: #fff;
  border-bottom-color: #fff
}
.c-pageButton--theme-white .c-pageButton__icon::before {
  border-color: transparent transparent transparent #238184
}
.c-pageButton--theme-full-white {
  height: 40px;
  padding: 0 15px 0 30px;
  color: #244546;
  background: #fff;
  border: 1px solid #244545
}
.c-pageButton--theme-full-white .c-pageButton__icon {
  background: #244546
}
.c-pageButton--theme-full-white .c-pageButton__icon::before {
  border-color: transparent transparent transparent #fff
}
.c-pageButton--theme-full-white.c-pageButton--text-jp {
  font-size: 14px
}
.c-pageButton--text-en {
  font-family: "EB Garamond",serif;
  font-size: 16px
}
.c-pageButton--text-jp {
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 20px
}
.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffdc1a;
  padding: 30px 0 20px
}
.p-footer .logo img {
  width: 158px
}
.p-footer .copyright {
  margin: 15px 0 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0
}
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 0 0 20px
}
.p-header .logo img {
  width: 142px
}
.p-mv {
  position: relative;
  padding: 70px 0 65px;
  background-image: url(/assets/images/pages/lpcampaign/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top
}
.p-mv__container::before,
.p-mv__deco {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.p-mv__deco img {
  width: 369px
}
.p-mv__badge {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 60px
}
.p-mv__badge img {
  width: 123px
}
.p-mv__container {
  position: relative;
  z-index: 0;
  padding: 100px 0 0
}
.p-mv__container::before {
  top: 0;
  z-index: -1;
  width: 545px;
  height: 545px;
  background: #fff;
  border-radius: 50%;
  content: ""
}
.p-mv__container .ttl {
  text-align: center
}
.p-mv__container .ttl img {
  width: 354px
}
.p-mv__container .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  margin: 25px 0 0
}
.p-nav {
  position: relative;
  display: flex
}
.p-nav__deco {
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.p-nav__deco img {
  width: 350px
}
.p-nav .btn {
  padding: 20px 0 15px;
  flex: 1;
  text-align: center
}
.p-nav .btn__container {
  display: inline-block;
  text-align: center
}
.p-nav .btn__container::after {
  display: inline-block;
  content: "";
  width: 41px;
  height: 16px;
  margin: 15px 0 0;
  -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
  clip-path: polygon(0 0,50% 100%,100% 0)
}
.p-nav .btn__ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3
}
.p-nav .btn__ttl .strong {
  font-size: 22px
}
.p-nav .btn__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0;
  margin: 5px 0 0
}
.p-nav .btn--sell {
  background: #ffdc1a
}
.p-nav .btn--sell .btn__container::after {
  background: #333
}
.p-nav .btn--buy {
  background: #b7d200;
  color: #fff
}
.p-nav .btn--buy .btn__container::after {
  background: #fff
}
.p-sec,
.p-sec__head {
  position: relative
}
.p-sec__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px
}
.p-sec__head .hdg {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700
}
.p-sec__head .hdg .strong {
  font-size: 30px
}
.p-sec__container {
  margin: 30px 0 0
}
.p-sec__container .present {
  text-align: center
}
.p-sec__container .present img {
  width: 374px
}
.p-sec__container .character {
  max-width: 390px;
  margin: 0 auto
}
.p-sec__container .character img {
  width: 370px
}
.p-sec__container .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  width: 350px;
  height: 70px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  border-radius: 9999px
}
.p-sec__container .btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-clip-path: polygon(0 0,0 100%,100% 50%);
  clip-path: polygon(0 0,0 100%,100% 50%)
}
.p-sec__caution {
  margin: 50px 0 0;
  border-top: 1px solid #707070;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  padding: 15px 20px
}
.p-sec--buy .p-sec__head,
.p-sec--sell .p-sec__head {
  background-image: url(/assets/images/pages/lpcampaign/sell_head-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.p-sec--sell .p-sec__container .btn {
  background: #ffdc1a
}
.p-sec--sell .p-sec__container .btn::before {
  background: #333
}
.p-sec--buy .p-sec__head {
  background-image: url(/assets/images/pages/lpcampaign/buy_head-bg.jpg)
}
.p-sec--buy .p-sec__container .btn {
  color: #fff;
  background: #b7d200
}
.p-sec--buy .p-sec__container .btn::before {
  background: #fff
}
.p-sec + .p-sec {
  margin: 50px 0 0
}
.l-page {
  overflow: clip;
  background: #fffff4
}
.l-main {
  color: #333;
  font-family: "Noto Sans JP",sans-serif
}
@media (min-width:768px) {
  .c-caption {
    font-size: 10px
  }
  .c-pageButton {
    position: relative;
    z-index: 0;
    padding: 0 0 8.5px
  }
  .c-pageButton::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    content: "";
    transition: height .3s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton__text {
    transition: color .3s cubic-bezier(.39,.575,.565,1),transform .3s cubic-bezier(.39,.575,.565,1),-webkit-transform .3s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton__icon {
    width: 56px;
    height: 18px
  }
  .c-pageButton__icon::before {
    border-width: 5px 0 5px 9px
  }
  .c-pageButton--theme-green::before {
    background: #238184
  }
  .c-pageButton--theme-green[href]:hover .c-pageButton__text {
    color: #fff
  }
  .c-pageButton--theme-full-green {
    padding: 0 20px 0 50px;
    transition: filter .4s cubic-bezier(.39,.575,.565,1);
    transition: filter .4s cubic-bezier(.39,.575,.565,1),-webkit-filter .4s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton--theme-full-green.c-pageButton--text-jp {
    font-size: 20px
  }
  .c-pageButton--theme-full-green[href]:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
  }
  .c-pageButton--theme-white::before {
    background: #fff
  }
  .c-pageButton--theme-white[href]:hover .c-pageButton__text {
    color: #238184
  }
  .c-pageButton--theme-full-white {
    height: 60px;
    padding: 0 20px 0 40px
  }
  .c-pageButton--text-en,
  .c-pageButton--text-jp,
  .c-pageButton--theme-full-white.c-pageButton--text-jp {
    font-size: 18px
  }
  .c-pageButton[href]:hover::before {
    height: 140%
  }
  .c-pageButton[href]:hover .c-pageButton__text {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  .p-footer {
    padding: 40px 0 30px
  }
  .p-footer .logo img {
    width: 194px
  }
  .p-footer .copyright {
    margin: 30px 0 0
  }
  .p-header {
    padding: 40px 0 0 55px
  }
  .p-header .logo img {
    width: 245px
  }
  .p-mv {
    padding: 0 0 55px;
    background-image: url(/assets/images/pages/lpcampaign/mv_bg_md.jpg)
  }
  .p-mv__deco {
    top: 5px
  }
  .p-mv__deco img {
    width: 1119px
  }
  .p-mv__badge {
    top: 60px;
    margin: 0 0 0 370px
  }
  .p-mv__badge img {
    width: 297px
  }
  .p-mv__container {
    padding: 145px 0 0
  }
  .p-mv__container::before {
    top: -25px;
    width: 1080px;
    height: 1080px
  }
  .p-mv__container .ttl img {
    width: 795px
  }
  .p-mv__container .txt {
    font-size: 20px;
    margin: 50px 0 0
  }
  .p-nav__deco {
    top: -250px
  }
  .p-nav__deco img {
    width: 905px
  }
  .p-nav .btn {
    padding: 30px 0 15px
  }
  .p-nav .btn__container {
    width: 540px
  }
  .p-nav .btn__container::after {
    width: 62px;
    height: 24px;
    margin: 10px 0 0
  }
  .p-nav .btn__ttl {
    font-size: 30px
  }
  .p-nav .btn__ttl .strong {
    font-size: 40px
  }
  .p-nav .btn__txt {
    font-size: 30px;
    margin: 0
  }
  .p-nav .btn--sell {
    text-align: right
  }
  .p-nav .btn--buy {
    text-align: left
  }
  .p-sec__head {
    height: 280px
  }
  .p-sec__head .hdg {
    font-size: 50px
  }
  .p-sec__head .hdg .strong {
    font-size: 60px
  }
  .p-sec__container {
    margin: 60px 0 0
  }
  .p-sec__container .present img {
    width: 1134px
  }
  .p-sec__container .character {
    max-width: 1074px;
    margin: -10px auto 0
  }
  .p-sec__container .character img {
    width: 1027px
  }
  .p-sec__container .btn {
    width: 1074px;
    height: 83px;
    font-size: 40px;
    margin: 0 auto
  }
  .p-sec__container .btn::before {
    width: 21px;
    height: 37px;
    right: 35px
  }
  .p-sec__caution {
    margin: 55px 0 0;
    font-size: 12px;
    line-height: 1.3;
    padding: 25px 0
  }
  .p-sec__caution .caution {
    max-width: 1074px;
    margin: 0 auto
  }
  .p-sec--sell .p-sec__head {
    background-image: url(/assets/images/pages/lpcampaign/sell_head-bg_md.jpg)
  }
  .p-sec--buy .p-sec__head {
    background-image: url(/assets/images/pages/lpcampaign/buy_head-bg_md.jpg)
  }
  .p-sec + .p-sec {
    margin: 80px 0 0
  }
}