@charset 'utf-8';
/* ============ STYLE ============ */
body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -1px;
}
a {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  color: #3F3F3F;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media only screen and (max-width: 640px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}

.lpBG, .secBG, .kiyakuBG {
  background-image: url(../img/common/bkImg.png);
  background-repeat: repeat-y;
  background-size: cover;
}

.lpBG--navy {
  position: relative;
  background-color: #1D3661;
}


/* -----------------------
  common
-------------------------- */
/* layout */
.wrap {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
}
.inner {
  width: 93%;
  max-width: 93%;
  margin: 0 auto;
}

.inner92 {
  width: 92.4%;
  max-width: 92.4%;
  margin: 0 auto;
}

.inner88 {
  width: 88%;
  max-width: 88%;
  margin: 0 auto;
}

.inner82 {
  width: 82%;
  max-width: 82%;
  margin: 0 auto;
}

.inner80 {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.inner75{
  width: 75%;
  max-width:  75%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* .inner93, .inner88 { */
  .inner93 {
    width: 89.3%;
    max-width: 89.3%;
    margin: 0 auto;
  }
}

.frameWrap{
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 25px;
  position: relative;
}

.frameWrap2{
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 65px;
}

.frameWrap--YLW{
  background-color: #FCFAF0;
  width: 100%;
  border-radius: 65px;
}

.frameWrap--orange{
  background-color: #FFFFFF;
  width: 100%;
  border: 7px solid #FF9729;
}

.frame--white{
  background-color: #FFFFFF;
  border-radius: 20px;
}

.mt60-sp{
  margin-top: clamp(60px, 16.2vw, 103px);
}

.mt40-sp{
  margin-top: clamp(40px, 10.8vw, 69px);
}

.mt45-sp{
  margin-top: clamp(45px, 12.1vw, 77px);
}


@media screen and (min-width: 641px) {
  .mt60-sp{
    margin-top: 60px;
  }

  .mt40-sp{
    margin-top: 40px;
  }

  .mt45-sp{
    margin-top: 45px;
  }
}

.overViewTop{
  position: absolute;
  top: -2.2%;
  left: -4%;
  display: block;
  width: clamp(154px, 40%, 240px);
}

.overViewTop2{
  position: absolute;
  top: -7.3%;
  left: -5%;
  display: block;
  width: clamp(146px, 40%, 240px);
}

.overViewTop3{
  position: absolute;
  top: -5.3%;
  left: -5%;
  display: block;
  width: clamp(147px, 40%, 240px);
}

.overViewTop4{
  position: absolute;
  top: -11.2%;
  left: -4%;
  display: block;
  width: clamp(153px, 40%, 240px);
}

@media screen and (min-width: 641px) {
  .overViewTop{
    top: -51px;
    left: -16px;
  }
  
  .overViewTop2{
    position: absolute;
    top: -56px;
    left: -16px;
  }
  
  .overViewTop3{
    position: absolute;
    top: -42px;
    left: -16px;
  }

  .overViewTop4{
    top: -51px;
    left: -16px;
  }
}

/* list */
.listWrapCommon {
  list-style: none;
  margin: 0;
  letter-spacing: -1.0px;
  font-size: 12px;
}

.listWrapCommon a{
  color: #3F3F3F;
}

.listItemCommon {
	position: relative;
	display: block;
}
.listItemCommon:before {
	content: '\203B';
}

.listWrapBG{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.listWrapBG2{
  line-height: 1.5;
  font-weight: 400;
}

.listWrapMin {
  padding-left: 15px;
}

.listItemMin:before {
  position: absolute;
	content: '\203B';
	top: 0;
	left: -15px;
}

/* error */
.header_emesg {
  padding: 1em;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
.msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}

/* -----------------------
  TOP
-------------------------- */
.mt-16{
  margin-top: -16px;
}

.topMv {
  /* background-color: #F0F9F7; */
  background-image: url(../img/top/top-bkImg-body.png);
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  padding: 30px 0 0;
  /* height: clamp(710px, 1.9vw, 1152px); */
}

/* .mvBg{
  background-color: #FCFAF0;
  border-radius: 80px;
  height: clamp(560px, 95vw, 980px);
  margin: 0 auto;
  position: relative;
} */

.topAnimationArea {
  z-index: 1;
  /* margin-top: -1px; */
  max-width: 330px;
  margin: 0 auto;
}

.topWrap375{
  position: relative;
  width: 100%;
  height: 100px;
  max-width: 330px;
  margin: 0 auto;
}

.mvBalloonL {
  position: absolute;
  top: -3.5%;
  left: 9.5%;
  width: 44px;
}
.mvBalloonR {
  position: absolute;
  top: 26%;
  right: -3%;
  width: 51px;
}

.mvBalloonL2 {
  position: absolute;
  bottom: -1%;
  left: -1.5%;
  /* transform: translateY(-15.3%); */
  /* transform: translate(-5.3%, -15.3%); */
  width: 44px;
  height: 61px;
}

.campaignTrm{
  margin: 5px auto 0;
  transform: translateX(-2%);
  display: block;
  width: 88%;
}

.topLogoFace {
  position: absolute;
  top: 9%;
  right: 13%;
  width: 74px;
}
.topLogoFlag {
  position: absolute;
  top: 28.2%;
  right: 33%;
  width: 30px;
}
.topLogoTxt01,
.topLogoTxt02,
.topLogoTxt03,
.topLogoTxt04,
.topLogoTxt05,
.topLogoTxt06,
.topLogoTxt07,
.topLogoTxt08,
.topLogoTxt09,
.topLogoTxt10,
.topLogoTxt11,
.topLine,
.topDeco01 {
  position: absolute;
  z-index: 2;
}
.topLogoTxt01 {
  top: 35.5%;
  left: 12.8%;
  width: 33px;
}
.topLogoTxt02 {
  top: 36.5%;
  left: 23.5%;
  width: 26px;
}
.topLogoTxt03 {
  top: 38%;
  left: 33.5%;
  width: 28px;
}
.topLogoTxt04 {
  top: 38%;
  left: 44%;
  width: 28.5px;
}
.topLogoTxt05 {
  top: 82%;
  left: 12.5%;
  width: 30px;
}
.topLogoTxt06 {
  top: 79.5%;
  left: 23.5%;
  width: 28px;
}
.topLogoTxt07 {
  top: 86.5%;
  left: 34.5%;
  width: 23px;
}
.topLogoTxt08 {
  top: 81.6%;
  left: 43.7%;
  width: 35px;
}
.topLogoTxt09 {
  top: 78.4%;
  left: 56%;
  width: 34px;
}
.topLogoTxt10 {
  top: 78.4%;
  left: 68.5%;
  width: 30px;
}
.topLogoTxt11 {
  top: 80%;
  left: 79.5%;
  width: 26px;
}

.topLine{
  bottom: -36%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}

.topDeco01{
  top: 199px;
  right: 25px;
  width: 28%;
}

.topDeco02{
  width: 86%;
  margin: 10px auto 0;
}

.topDeco03{
  width: 23%;
  margin-left: 29px;
}

.topGrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.topImg{
  width: 80%;
}

.topGridRight{
  padding: 35px 0 0 10px;
}

.topBtn{
  width: 80%;
}

.topCommingImg01{
  width: 75%;
  margin: 30px auto 0;
  padding-left: 10px;
}

.topCommingImg02{
  width: 82%;
}

.messageWrap{
  width: 96%;
  margin: 0 auto;
  background-color: #FFFAD6;
  position: relative;
  padding: 15px 0;
}

.messageImg{
  width: 90%;
  position: absolute;
  top: -17px;
  left: 5%;
}

.messageTxt{
  color: #59531C;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  font-weight: 500;
}



/* -----------------------
  LP main visual
-------------------------- */
.mvLP {
  /* background-color: #F0F9F7; */
  background-image: url(../img/common/bkImg.png);
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
}

.mvLP--YLW{
  background-color: #FCFAF0;
}

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 192.6345px;
}

.mvBg{
  background-color: #FCFAF0;
  border-radius: 80px;
  height: clamp(560px, 95vw, 980px);
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 641px) {
  .mvBg{
    height: 560px;
  }
}

.wrap375{
  position: relative;
  width: 100%;
  height: 550px;
  max-width: 330px;
  margin: 0 auto;
}

.animationArea {
  /* position: relative; */
  /* padding-bottom: 20px; */
  z-index: 1;
  margin-top: -1px;
  max-width: 330px;
  margin: -1px auto 0;
}

.mvBalloonL {
  position: absolute;
  top: -3.5%;
  left: 9.5%;
  width: 44px;
}
.mvBalloonR {
  position: absolute;
  top: 26%;
  right: -3%;
  width: 51px;
}

.mvBalloonL2 {
  position: absolute;
  bottom: -1%;
  left: -1.5%;
  /* transform: translateY(-15.3%); */
  /* transform: translate(-5.3%, -15.3%); */
  width: 44px;
  height: 61px;
}

.campaignTrm{
  margin: 5px auto 0;
  transform: translateX(-2%);
  display: block;
  width: 88%;
}

.mvLogoFace {
  position: absolute;
  top: 3%;
  left: 30%;
  width: 135px;
}
.mvLogoFlag {
  position: absolute;
  top: 9.2%;
  left: 18%;
  width: 52px;
}
.mvLogoTxt01,
.mvLogoTxt02,
.mvLogoTxt03,
.mvLogoTxt04,
.mvLogoTxt05,
.mvLogoTxt06,
.mvLogoTxt07,
.mvLogoTxt08,
.mvLogoTxt09,
.mvLogoTxt10,
.mvLogoTxt11 {
  position: absolute;
  z-index: 2;
}
.mvLogoTxt01 {
  top: 0%;
  left: 27%;
  width: 28px;
}
.mvLogoTxt02 {
  top: -2.7%;
  left: 35.5%;
  width: 21px;
}
.mvLogoTxt03 {
  top: -4%;
  left: 43.5%;
  width: 22px;
}
.mvLogoTxt04 {
  top: -3%;
  left: 51%;
  width: 23.5px;
}
.mvLogoTxt05 {
  top: 24%;
  left: 31.5%;
  width: 24px;
}
.mvLogoTxt06 {
  top: 25.5%;
  left: 39.5%;
  width: 23px;
}
.mvLogoTxt07 {
  top: 26%;
  left: 47.5%;
  width: 19px;
}
.mvLogoTxt08 {
  top: 23.5%;
  left: 56%;
  width: 37px;
}
.mvLogoTxt09 {
  top: 19%;
  left: 66%;
  width: 40px;
}
.mvLogoTxt10 {
  top: 14.8%;
  left: 73.5%;
  width: 29px;
}
.mvLogoTxt11 {
  top: 10%;
  left: 75.5%;
  width: 29px;
}

.mvOverview{
  position: absolute;
  width: 75%;
  top: 37.5%;
  left: 50%;
  transform: translateX(-50%);
}

.headerLogo{
  width: 29%;
  margin: 0 0 0 auto;
  padding: 12px 12px 0 0;
}

.title82{
  width: 82%;
  margin: 0 auto;
}

.title61{
  width: 61%;
  margin: 0 auto;
}

.title56{
  width: 56%;
  margin: 0 auto;
}

.title40{
  width: 40%;
  margin: 0 auto;
}

.colorPP{
  color: #FF8095;
}

.ff--zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
}





.imgArrow{
  width: 11%;
  display: block;
  margin: 0 auto;
}


/* Swiper */
.mvSlider01, .mvSlider02, 
.mvSlider03, .mvSlider04{
  width: 100%;
}

.mvSlider01 .swiper-wrapper,
.mvSlider02 .swiper-wrapper{
  transition-timing-function: linear;
}

.swiperImg95{
  display: block;
  width: 95%;
  margin: 0 auto;
}

.swiperImg85{
  display: block;
  width: 85%;
  margin: 0 auto;
}

.swiperImg78{
  display: block;
  width: 78%;
  margin: 0 auto;
}

.swiper-overViewSlider01-button-prev,
.swiper-overViewSlider01-button-next { 
  position: absolute;
  top: 46.8%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999 !important;
}
.swiper-overViewSlider01-button-next{
  right: 4px;
	background-image: url(../img/lp/overViewArrowRight.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-overViewSlider01-button-prev {
  left: 4px;
	background-image: url(../img/lp/overViewArrowLeft.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-product-pagination-drag{
  background-color: #041C55;
}

.swiper-product-pagination{
  background-color: #BFC5D4;
  margin: 30px 0;
}

.swiper-horizontal>.swiper-product-pagination, .swiper-product-pagination.swiper-product-pagination-horizontal{
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
}

.productSwiper .swiper-wrapper{
  width: 100%;
  transition-timing-function: linear;
  padding: 0 0 43px 0;
  /* margin-bottom: 28px; */
}

.swiper-product-button-prev,
.swiper-product-button-next { 
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999 !important;
}
.swiper-product-button-next{
  right: -15px;
	background-image: url(../img/lp/productArrowRight.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-product-button-prev {
  left: -15px;
	background-image: url(../img/lp/productArrowLeft.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-scrollbar-drag{
  background-color: #FF8095;
}

.swiper-scrollbar{
  background-color: #FFE6EB;
  margin: 30px 0;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
}

.swiper-horizontal>.swiper-product-scrollbar, .swiper-product-scrollbar.swiper-product-scrollbar-horizontal{
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 87%;
}




.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8.5px 1px;
}

/* .swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, 
.swiper-pagination-fraction{
  position: absolute;
  bottom: -30px;
} */

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  line-height: 7px;
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
  background-color: #FCFAF0;
  /* border: 1px solid #FCFAF0; */
}

.swiper-pagination-bullet-active {
  background-color: #FF8095;
}

.swiper-overViewSlider01-pagination{
  text-align: center;
}

.gridList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 6px 8px;
  /* grid-auto-flow: column; */
}

/* section */
.lpSectionWrap {
  margin: 0 auto;
  padding: 40px 14px 10px;
  background-color: #fff;
  border: solid 8px #007440;
  border-radius: 0 0 26px 26px;
}
H3.lpSectionTitle {
  margin: 0 auto;
  padding: 30px 0 25px;
  color: #fff1ac;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  background-color: #007440;
  border-radius: 20px 20px 0 0;
}

.lpSectionTxt {
  font-size: 15px;
  font-weight: 700;
  color: #1D3661;
  letter-spacing: -0.9px;
  width: 75%;
  text-align: center;
  line-height: 1.4;
  background-color: #FFFFFF;
  /* margin: 20px auto 0; */
  margin: -60px auto 0;
  padding: 3px 0;
  /* border-radius: 15px 15px 0 0; */
}

.lpSectionTxt2 {
  font-size: 16px;
  font-weight: 500;
  color: #FF4C50;
  letter-spacing: -2.0px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.lpSectionMsg {
  font-size: 13px;
  /* color:  #fa000e; */
  text-align: center;
  font-weight: 500;
  letter-spacing: -1.5px;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 13px;
}

.appBtnAddTxt {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #000000;
}

/* modal */
.myModal, .otherModal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.9);
  z-index: 900;
}

.modal__content {
  position: absolute;
  width: 90%;
  max-width: 571px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  /* border-radius: 20px; */
  padding: 30px 0;
  z-index: 999;
  font-size: 10px;
}

.modal__content select{
  display: block;
  margin: 0 auto;
  color: #006C64;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #006C64;
}

.modalWrap{
  /* background-color: #FFFFFF;
  border-radius: 20px; */
  width: 82.5%;
  margin: 0 auto;
  /* transform: translateX(-1%); */
  /* margin-left: 2.6vw; */
}

.modalMsg{
  display: block;
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fa000e;
}

.modal__buttons {
  position: absolute;
  width: 66%;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 140;
}

@media screen and (min-width: 640px) {
  .modal__content {
    width: 335px;
  }
}

.stepWrap{
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0 28px;
  width: 100%;
  margin: 0 auto;
}

.stepWrap span{
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

.stepNo{
  width: 100%;
  margin-left: 8px;
}

.stepTitle{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FF8095;
  letter-spacing: -1.1px;
  line-height: 1.2;
}

.stepMsg{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5C5C5C;
  letter-spacing: -0.9px;
}

.stepArrow{
  display: block;
  margin: 0 auto;
  width: 7%;
}

/* -----------------------
  second
-------------------------- */
.secBg{
  background-color: #FCFAF0;
  border-radius: 80px;
  height: clamp(502px, 80vw, 950px);
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 641px) {
  .secBg{
    height: 502px;
  }
}

.secOverview{
  position: absolute;
  width: 75%;
  top: 35.5%;
  left: 50%;
  transform: translateX(-50%);
}

header.secHeader {
  position: relative;
}
header.secHeader img {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 110.1739px;
}

.secMsg{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.7;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5px;
  color: #FF8095;
}

.secMsg--small{
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.6;
}


.secFrame{
  width: 100%;
  border: 2px solid #FF8095;
  border-radius: 0 0 35px 35px;
  margin-top: -1px;
}

.secFrame.other{
  background-color: #000000;
}

.secBkImg-left, 
.secBkImg-right {
  position: absolute;
  width: 18%;
  top: 20%;
}

.secBkImg-left{
  left: 4%;
}

.secBkImg-right{
  right: 4%;
}

.entryProductsLists{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}

.entryProductsLists li{
  width: 30%;
}

.entryProductWrapper input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  display: none;
}

.entryProductWrapper .product,
.entryProductWrapper .notSelproduct{
  display: none;
}

.entryProductWrapper.selected .product.selected,
.entryProductWrapper .notSelproduct.selected{
  display: block;
  width: 100%;
  cursor: pointer;
}

.productName{
  text-align: center;
  color: #ABB4C2;
}

.completeMsg{
  font-size: 24px;
  text-align: center;
  color: #000000;
  font-weight: 700;
}

.img34{
  display: block;
  width: 34%;
  margin: 20px auto 0;
}

.presentName{
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  color: #000000;
  margin-top: 8px;
}

.entryMsg{
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: -0.9px;
  line-height: 1.4;
}

.entryMsg--fs12{
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 1.0px;
  line-height: 1.0;
}

.entryThanksMsg{
  font-size: 20.24px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto 0;
  color: #F08300;
  white-space: nowrap;
}

.entryThanksMsg--fs15{
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin: 10px auto;
  color: #F08300;
}


.productWrap{
  width: 65%;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.voteNum{
  font-size: 45px;
  font-weight: 500;
  width: fit-content;
  letter-spacing: 2.0px;
  padding: 23px 0 20px;
  margin: 0 auto;
}

.voteNum span{
  font-size: 27px;
}

.dispatchWrap{
  width: 95%;
  margin: 20px auto 0;
  background-color: #FCF1F6;
  padding: 8px 20px 15px;
}

.mypageTxtWrap{
  width: 95%;
  background-color: #FCF1F6;
  padding: 22px 20px 23px;
  border-radius: 20px;
  text-align: center;
  margin: 50px auto 24px;
}


.termWrap {
  background-color: #000000;
  /* font-weight: 700; */
  font-weight: 300;
  padding: 4px 2px;
  /* color: #0A3EA4; */
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.1px;
}

.secTxt{
  font-size: 16px;
  color: #0A3EA4;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.7;
}

.stampList{
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  align-items: end;
}

.stampList li{
  margin: 0 auto;
}

.stampList li img{
  width: 36%;
  margin-bottom: 5px;
}

.stampWrap{
  /* background-image: url(../img/second/stampBkImg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #0A3EA4;
  height: 160px;
  width: 160px; */
  position: relative;
}

.stampWrap ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px 5px;
  position: relative;
}


.stampNum{
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stampNum span{
  font-size: 20px;
}

.allStampNumWrap{
  font-weight: 700;
  color: #0A3EA4;
  font-size: 20px;
  width: 90%;
  margin: 30px auto 0;
  letter-spacing: -0.9px;
  white-space: nowrap;
}

.allStampNumWrap span{
  display: inline-block;
  vertical-align: bottom;
  width: 24%;
}

.allStampNum{
  display: inline-block;
  font-size: 46px;
  text-align: end;
  line-height: 1.0;
  vertical-align: top;
  text-align: end;
  width: 70%;
  padding-right: 5px;
}

.hrLine{
  width: 100%;
  border: 1px solid #F3F3F3;
}


.termTitle{
  font-size: 14.96px;
  color: #17A7EA;
  letter-spacing: -0.9px;
  line-height: 1.0;
  white-space: nowrap;
  text-align: center;
}

.termTitle span{
  font-size: 10.31px;
}

.termNum{
  font-size: 34.9px;
  /* font-weight: 700; */
  color: #F85E9D;
  letter-spacing: -0.9px;
  line-height: 1.0;
}

.termDT{
  font-size: 14.99px;
  color: #17A7EA;
  letter-spacing: -0.9px;
  line-height: 1.0;
}

.secWrap {
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 20px;
}

.secWrap ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.secWrap ul:nth-child(n+2){
  margin-top: 5px;
}

.secSectionWrap__complete{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 43px 20px;
  /* border: 2.0px solid #fa000e; */
}

.loseMsgImg{
  display: block;
  margin: 0 auto;
  width: 61%;
}

.couponMsgImg72{
  display: block;
  margin: 0 auto;
  width: 72%;
}

.couponMsgImg78{
  display: block;
  margin: 0 auto;
  width: 78%;
}

.couponMsgImg83{
  display: block;
  margin: 0 auto;
  width: 83%;
}

.secSlider{
  position: relative;
  padding-top: clamp(30px, 5.4%, 34.5px);
}

.secSlider ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 8px;
  margin-bottom: 30px;
}

.secSlider li{
  position: relative;
}

.stampNumber{
  position: absolute;
  top: -33%;
  right: -1%;
  top: clamp(-17px, -24%, -24px);
  /* width: 28px;
  height: 28px; */
  width: 7.5vw;
  height: 7.5vw;
  max-width: 40px;
  max-height: 40px;
  background-color: #1D3661;
  border-radius: 50%;
  text-align: center;
  /* font-size: 12px; */
  font-size: 0.9em;
  color: #ffffff;
  font-weight: 500;
  line-height: 6.5vw;
}

@media screen and (min-width: 641px) {
  .stampNumber{
    top: -33%;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 2.2;
  }
}

.swiper-stampCard-button-prev,
.swiper-stampCard-button-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  /* width: 25px; */
  /* height: 25px; */
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 888 !important;
}
.swiper-stampCard-button-next {
  right: 2%;
	background-image: url(../img/second/arrowRight.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-stampCard-button-prev {
  left: 3%;
	background-image: url(../img/second/arrowLeft.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
}

.stampNav {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1D3661;
}

.stampCardNum{
  color: #1D3661;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0px;
  left: 63%;
  transform: translateX(-60%);
}

@media screen and (min-width: 641px) {
  .swiper-stampCard-button-prev,
  .swiper-stampCard-button-next {
    width: 25px;
    height: 25px;
    top: 30%;
  }

  
  .swiper-stampCard-button-next {
    right: -10px;
  }
  .swiper-stampCard-button-prev {
    left: 2px;
  }
}

.availableStampWrapper{
  background-color: #FADFC5;
  /* width: 93%; */
  margin: 19px auto 0;
  padding: 6px 30px 11px 19px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.availableStampWrapper p{
  letter-spacing: 1.0px;
  font-weight: 700;
}

.availableStampNum{
  color: #1D3661;
  font-size: 28px;
  font-weight: 700;
}

.availableStampNum span{
  color: #1D3661;
  font-size: 18.42px;
  padding-left: 5px;
}

.priceTxt{
  font-size: 24.58px;
  font-weight: 700;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;;
  letter-spacing: -0.5px;
}

.priceTxt span{
  font-size: 55.24px;
  color: #FF8095;
  padding: 0 3px;
}

.entryTxt{
  width: 100%;
  background-color: #FFE7CD;
  border-radius: 20px;
  font-size: 15px;
  color: #818181;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 1.2px;
}







.prizeImg{
  margin-top: -53px;
  display: block;
}

.prizeImg2{
  display: block;
  width: 78%;
  margin: -50px auto 0;
}

.prizeList{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.prizeListLine{
  border-bottom: 2px dotted #FF4C50;
  width: 100%;
  margin: 14px 0;
}

.prizeList p{
  color: #FF4C50;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.0px;
  font-weight: 700;
}

.prizeList p span{
  font-size: 28px;
}

.prizeDetail{
  text-align: center;
  color: #E4007F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin: 0 auto 30px;
}


H3.secH3 {
  margin: 0 auto;
  padding: 30px 0 25px;
  color: #fff1ac;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
  background-color: #007440;
  border-radius: 20px 20px 0 0;
}

.barcodeImg{
  width: 100%;
  margin-top: 20px;
}

/* -----------------------
  application form
-------------------------- */
.btnWrap {
  width: 88%;
  margin: 0 auto;
  max-width: 400px;
}

.textWrap{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 22px 27px 30px 27px;
}

.textWrapTitle{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-left: -7px;
  color: #000000;
}

.textWrap68 {
  width: 68%;
  margin: 0 auto;
}

.textWrap83 {
  width: 83%;
  margin: 0 auto;
}

.btnWrapLP {
  width: 100%;
  margin: 0 auto;
}

.btnFlex{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.btnFlexItem{
  width: 95%;
}

.btnWrapSec {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}

.btnWrapSec2 {
  width: 93%;
  margin: 0 auto;
  max-width: 400px;
}

/* other application form */
.formWrap{
  /* background-color: #FFFFFF; */
  margin-top: -1px;
  padding: 40px 0;
}

.questionTitle {
  padding: 6px 18px;
  color: #FFFFFF;
  background-color: #FF4C50;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: -0.9px;
  margin: 30px 0 20px;
}

.questionTitle span{
  font-size: 12px;
}

.formWrap ul{
  margin-left: 8px;
}


.questionInput::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/question-check-before.png);
  background-repeat: no-repeat;
}
.questionInput:checked::before {
  border-color:  #FFFFFF;
}
.questionInput:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/question-check-after.png);
  background-repeat: no-repeat;
}

/* -----------------------
  mypage
-------------------------- */
.mypageMsg, .mypageExp{
  background-color: #f6f74d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.5;
  color: #474747;
  padding: 11px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin: 0 auto;
}

.mypageExp{
  font-size: 14px;
  padding: 5px 0;
  background-color: #00B38F;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.mypageTxt, .mypageTxt--Exp{
  font-size: 14px;
  color: #006C64;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.9px;
  white-space: nowrap;
  font-weight: 400;
}

.mypageTxt--Exp{
  width: fit-content;
  letter-spacing: 1.2px;
  line-height: 1.8;
  margin: 0 auto;
  border-bottom: 2px dotted #fa000e;
}

.statusWrap {
  /* padding: 1px 0; */
  text-align: center;
  color: #5A85C7;
  font-size: 12px;
}

.statusTitle__blk, 
.statusTitle__ylw{
  width: 100%;
  padding: 5px;
  text-align: center;
}

.statusTitle__blk{
  background-color: #000;
  color: #FFF000;
  font-weight: 700;
  border-radius: 5px;
}

.statusTitle__ylw{
  background-color: #FFF000;
  color: #000000;
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid #000000;
}

.hrLine__dot{
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px dotted #fa000e;
}

.hrLine__dash{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed #000000;
}

.mypageArrow{
  display: block;
  margin: 13px auto 15px;
  width: 12%;
}

.pointWrap{
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 82% 1fr;
  gap: 25px 16px;
  color: #fa000e;
}

.pointWrap img{
  padding-top: 3px;
}

.pointWrap span{
  font-size: 31px;
  font-weight: 500;
}

.totalPointWrwap{
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 39% 1fr;
  /* gap: 0px 5px; */
  margin: 20px auto 0;
  color: #fa000e;
  font-weight: 500;
  font-size: 49px;
  white-space: nowrap;
}

.totalPointWrwap img{
  padding-top: 8px;
}

.gridWrap{
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gridWrap li{
  width: 33%;
  position: relative;
}

.gridWrap img{
  position: relative;
  z-index: 10;
}

.list02{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  width: 26vw;
  height: 26vw;
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
}

.list02.select{
  background-color: #F1B170;
}

@media screen and (min-width: 641px) {
  .list02{
    width: 95px;
    height: 95px;
  }
}

/* ======== 棒グラフ ========= */
.chartBox{
  width: 100%;
  height: clamp(173px, 46.7vw, 233.94px);
  position: relative;
  /* background-color: #E0E0E0; */
  margin: 30px auto 0;
}

@media screen and (min-width: 641px) {
  .chartBox{
    height: 176px;
  }
}

.bottleBk{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #E0E0E0;
  position: absolute;
  top: 0;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.chartBox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.chartBox ul{
  width: 100%;
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  color: #001B47;
  z-index: 100;
  position: absolute;
  bottom: 20%;
  left: 0;
  text-align: center;
}

.chartBox ul li{
  width: 33%;
  /* left: 50%; */
}

.chartBox ul li::after{
  content: "%";
  font-size: 19px;
}

.chartBox ul li:nth-child(1){
  padding-right: 20px;
}

.chartBox ul li:nth-child(2){
  padding-left: 8px;
}

.chartBox ul li:nth-child(3){
  /* text-align: end; */
  padding-left: clamp(30px, 8vw, 40px);
}

@media screen and (min-width: 641px) {
  .chartBox ul li:nth-child(3){
    padding-left: 30px;
  }
}

#chart01 {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 98% !important;
  height: 99% !important;
  z-index: 1;
}






.rulesBtnWrap {
  width: 90%;
  margin: 25px auto 0;
}

/* gacha */
.gachaWrap {
  position: relative;
}
.gachaBtn {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 271.1652px;
}

/* -----------------------
  form
-------------------------- */
input[type='text'],
input[type='name'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='postal-code'],
input[type='password'] {
  height: 48.2624px;
  padding: 0 15px;
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
}
input[type="text"]:focus,
input[type='name']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='postal-code']:focus,
input[type='password']:focus {
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
  outline: 0;
}
::placeholder{
  color:#797979;
  font-size: 16px;
  font-weight: 400;
}
/* img */
input[type='image'] {
  width: 100%;
}
/* textarea */
textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  background: #eff2ff;
  border: solid 1px #ABABAB;
  border-radius: 5px;
}
textarea:focus {
  border: 1px solid #ABABAB;
  outline: 0;
}
/* checkbox */
.agreeWrap {
  text-align: center;
}
input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  vertical-align: middle;
}
.checkSpan{
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #FF8095;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.ruleAgreeCheck::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/question-check-before.png);
  background-repeat: no-repeat;
}
.ruleAgreeCheck:checked::before {
  border-color:  #FFFFFF;
}
.ruleAgreeCheck:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/question-check-after.png);
  background-repeat: no-repeat;
}
.checkboxWrap span {
  font-size: 14px;
  line-height: 2.6em;
  letter-spacing: -1px;
}

/* .rulesWrap input[type="checkbox"]::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  background-size: 100%;
  background-image:  url(../img/second/black-orange-check-before.png);
  background-repeat: no-repeat;
}

.rulesWrap input[type="checkbox"]:checked::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  background-size: 100%;
  background-image:  url(../img/second/black-orange-check-after.png);
  background-repeat: no-repeat;
} */

.userAgree::before{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/gray-pink-check-before.png);
  background-repeat: no-repeat;
}

.userAgree:checked::after{
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/lp/gray-pink-check-after.png);
  background-repeat: no-repeat;
}

.rulesFrame{
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 13px 64px;
  margin-top: 37px;
  font-size: 14px;
  font-weight: 500;
}

.rulesTitle{
  font-size: 16px;
  font-weight: 700;
  color: #FF8095;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: 1.2px;
}

.rulesTitle span{
  background: linear-gradient(transparent 50%, #FFEBE1 50%);
}

.rulesTxt{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-left: -9px;
  color: #FF8095;
}

.rulesMsg{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.6;
  color: #000000;
}

.userAgreeCheckSpan{
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #000000;
}

.copyRight{
  width: 84%;
  max-width: 310px;
  margin-left: 0;
  padding-right: 15px;
  display: block;
  margin: 32px 0 0 auto;
}


/* radio */
input[type=radio] {
  display: none;
}
.radioInput {
  appearance: none;
  position: absolute;
}
.radioSpan::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #8D8D8D;
  border-radius: 50%;
}
.radioSpan {
  position: relative;
  display: flex;
  align-items: center;
  /* margin-bottom: 18px; */
  /* line-height: 1em; */
}
.radioInput:checked+.radioSpan::after { 
  content: '';
  display: block;
  position: absolute;
  left: calc(8px - 5px);
  width: 10px;
  height: 10px;
  background-color: #FF4C50;
  border-radius: 50%;
}

/* select */
select option {
  color: #2b0e04;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
select.receiptDate {
  position: relative;
  width: 100%;
  height: 48.2624px;
  padding: 0 15px !important;;
  font-size: 14px;
  text-align: left;
  line-height: 1em;
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
  text-overflow: '';
}
.cakeReceiptDate:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 40%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b0e04;
  border-left: 2px solid #2b0e04;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 14px;
  pointer-events: none;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg{
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.6;
  white-space: nowrap;
}

.toggle_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
  margin: 25px auto 0;
  padding: 0;
}
.toggle_title {
  /* height: 60px; */
  width: 87%;
  margin: 0 auto;
  position: relative;
  /* color: #fff; */
  text-align: center;
  cursor: pointer;
  /* line-height: 60px; */
  /* background-image: url(../img/lp/btn-bg.png);
  background-size: 100% 100%; */
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  height: 50px;
  display: block;
  width: 28px;
  height: 28px;
  transition: all .3s ease;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #FF8095;
  position: absolute;
  width: 4vw;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.toggle_btn:before {
  width: 3px;
  height: 4vw;
}
.toggle_title.selected .toggle_btn {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) rotate(90deg);
}

.toggle_title.selected .toggle_btn:after {
  content: normal;
}
.toggle_contents dd {
  display: none;
}
.toggle_contents_bk {
  font-size: 13px;
  line-height: 1.5em;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  color: #000000;
}

.toggle_btn.bkgW:before, .toggle_btn.bkgW:after{
  background-color: #FFFFFF;
}

.toggle_Msg{
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  letter-spacing: -0.9px;
  margin: 20px 0;
}

.toggle_contents_bk.products{
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: -0.9px;
}

@media only screen and (min-width: 641px) {
  .toggle_btn:before, .toggle_btn:after {
    width: 13px;
    height: 2px;
  }
  
  .toggle_btn:before {
    width: 2px;
    height: 13px;
  }  
}


/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea, .mypagefixBtnArea {
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 375px;
  margin: 0 auto;
  z-index: 999;
}

.mypagefixBtnArea.modalActive{
  display: none;
}

@media only screen and (max-width: 640px) {
  .fixBtnArea {
    width: 100%;
    margin: 0 auto;
  }
}
.fixBtnItem {
  width: 49%;
}
.fixBtnItem90per {
  width: 90%;
}
.fixBtnItem img:hover {
  cursor: pointer;
}

.lpFixBtnArea{
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100vw;
  margin: 0 auto;
  z-index: 100;
  padding-top: 1.5px;
}

@media screen and (min-width: 641px) {
  .lpFixBtnArea{
    max-width: 375px;
  }
}



/* -----------------------
  pop up
-------------------------- */
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  padding: 50px 1.5em;
}
.popup_content p{
	padding: 3px;
  font-size: 12px;
	text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color:#000;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.popup_btn {
	position: relative;
	margin: 0;
	padding: 0px 0;
	color: #fff;
	text-align: center;
	border-radius: 90px;
}
.popup_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}

/* -----------------------
  tabs
-------------------------- */
.contentsTabs {
	width: 100%;
}
.contentsTabItem__app, .contentsTabItem__other {
	width: calc(100%/2);
	height: auto;
	display: block;
	float: left;
  padding: 0.8em 0;
	color: #fff;
  font-size: 14px;
  font-weight: 500;
	text-align: center;
  line-height: 1.3em;
  letter-spacing: 0;
	transition: all 0.2s ease;
}
.contentsTabItem__app {
  background-color: #e50012;
  /* border-radius: 20px 0 0 0; */
}
.contentsTabItem__other {
  background-color: #231815;
  /* border-radius: 0 20px 0 0; */
}
.contentsTabItem:hover {
	cursor: pointer;
}
input[name="contentsTabItem"] {
  display: none;
}
.contentsTabContent__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.lpSectionSubTitle{
  font-size: 14px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  letter-spacing: -0.9px;
}

.contentsTabContent__app {
	display: none;
	padding: 0;
	clear: both;
	overflow: hidden;
	border: solid #e50012;
  border-width: 4px;
  /* border-radius: 0 0 20px 20px; */
}
.contentsTabContent__app, 
.contentsTabContent__other {
  background-color: #FFFFFF;
}
.contentsTabContent__other {
	display: none;
	padding: 0;
	clear: both;
	overflow: hidden;
	border: solid #231815;
  border-width: 4px;
  /* border-radius: 0 0 20px 20px; */
}
/* .contentsTabContent__other {
  background-color: #F973AA;
} */
#appArea:checked ~ #appTab,
#otherArea:checked ~ #otherTab,
#design:checked ~ #design_content {
	display: block;
}
.contentsTabs input:checked + .contentsTabItem {
	color: #115740;
	background-color: #e84709;
}

/* -----------------------
  Download
-------------------------- */
.downloadWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 12px 12px 26px;
  border: 1px solid #FF8095;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}

.contentsTabContent__app .downloadWrap {
  background-color: #e50012
}

.contentsTabContent__other .downloadWrap {
  background-color: #231815
}

.appDownloadWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 37px 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.downloadWrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 15px 10px 22px;
  border: 1px solid #001B47;
  white-space: nowrap;
  margin: 45px auto 0;
  width: 95%;
}

.downloadTitle {
  color: #333333;
  letter-spacing: -0.9px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}


.downloadBtn {
  width: 48%;
}

.downloadBtn1 {
  width: 41%;
}
.downloadBtn2 {
  width: 50%;
}

.downloadTitle2 {
  width: 88%;
  margin: 33px auto 10px;
  font-weight: 600; 
  text-align: center;
  letter-spacing: 0;
}

.downloadTitle3 {
  width: 60%;
  margin: 0 auto 20px;
  font-weight: 600; 
  text-align: center;
  letter-spacing: 0;
}


/* -----------------------
  footer
-------------------------- */
.footer {
  margin: 0;
  padding: 26px 0;
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.9px;
  font-family: 'Noto Sans JP', sans-serif;
}

#footerAttentionArea ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imgFooter {
  width: 160px;
  margin: 21px auto;
}
.footerBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnFootNav {
  position: relative;
  width: 50%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background-color: #FF8095;
  border: solid 1px #fff;
}
.btnFootNav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}
#footerNav {
  list-style: none;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 19px 0 16px;
}
#footerNav li {
  padding: 0 2em;
  line-height: 30px;
  text-align: center;
}
#footerNav li:first-child {
  border-left: none;
}
#footerNav li a {
  text-decoration: none;
  color: #000000;
}
.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1px;
}

/* -----------------------
  Parts
-------------------------- */
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}

.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
.mb130 {margin-bottom: 130px;}
.mb140 {margin-bottom: 140px;}
.mb150 {margin-bottom: 150px;}

.ml05 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml95 {margin-left: 95px;}
.ml100 {margin-left: 100px;}
.ml110 {margin-left: 110px;}
.ml120 {margin-left: 120px;}
.ml130 {margin-left: 130px;}
.ml140 {margin-left: 140px;}
.ml150 {margin-left: 150px;}

.pt05 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}
.pt110 {padding-top: 110px;}
.pt120 {padding-top: 120px;}
.pt130 {padding-top: 130px;}
.pt140 {padding-top: 140px;}
.pt150 {padding-top: 150px;}

.pb05 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}
.pb110 {padding-bottom: 110px;}
.pb120 {padding-bottom: 120px;}
.pb130 {padding-bottom: 130px;}
.pb140 {padding-bottom: 140px;}
.pb150 {padding-bottom: 150px;}

.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}

.pd05 {padding: 5px;}
.pd10 {padding: 10px;}
.pd15 {padding: 15px;}
.pd20 {padding: 20px;}
.pd25 {padding: 25px;}
.pd30 {padding: 30px;}
.pd35 {padding: 35px;}
.pd40 {padding: 40px;}
.pd45 {padding: 45px;}
.pd50 {padding: 50px;}
.pd55 {padding: 55px;}
.pd60 {padding: 60px;}
.pd65 {padding: 65px;}
.pd70 {padding: 70px;}
.pd75 {padding: 75px;}
.pd80 {padding: 80px;}
.pd85 {padding: 85px;}
.pd90 {padding: 90px;}
.pd95 {padding: 95px;}

.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.taj {text-align: justify;}

.len10per {width: 10%;}
.len20per {width: 20%;}
.len30per {width: 30%;}
.len40per {width: 40%;}
.len50per {width: 50%;}
.len60per {width: 60%;}
.len70per {width: 70%;}
.len80per {width: 80%;}
.len90per {width: 90%;}
.len100per {width: 100%;}

.colorB {color: #000;}
.colorP {color: #e3007f;}
.colorR {color: #ff0000;}
.colorY {color: #e6bd55;}
.colorW {color: #fff;}

.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fs26 {font-size: 26px;}
.fs27 {font-size: 27px;}
.fs28 {font-size: 28px;}
.fs29 {font-size: 29px;}
.fs30 {font-size: 30px;}
.fs40 {font-size: 40px;}

.lh10 {line-height: 1.0em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}
.lh13 {line-height: 1.3em;}
.lh14 {line-height: 1.4em;}
.lh15 {line-height: 1.5em;}
.lh16 {line-height: 1.6em;}
.lh17 {line-height: 1.7em;}
.lh18 {line-height: 1.8em;}
.lh19 {line-height: 1.9em;}
.lh20 {line-height: 2.0em;}
.lh21 {line-height: 2.1em;}
.lh22 {line-height: 2.2em;}
.lh23 {line-height: 2.3em;}
.lh24 {line-height: 2.4em;}
.lh25 {line-height: 2.5em;}

.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

/* -----------------------
  spiral
-------------------------- */
.spiralSeal {
  width: 90%;
  margin: 20px auto;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}
.spiralSeal a {
  text-decoration: underline !important;
}
.spiralSealImg {
  width: 140px;
  margin: 10px auto 0;
}

