@charset 'utf-8';
/* ============ STYLE ============ */
body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif; 
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
  background-color: #F060AF;
  overflow-x: hidden;
}
/* .lpBG {
} */

a {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  color: #323232;
}
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;}
}


/* -----------------------
  common
-------------------------- */
.wrap {
  width: 640px;
  max-width: 640px;
  margin: 0 auto;
}
.wrap480 {
  width: 480px;
  max-width: 480px;
  margin: 0 auto;
}
.wrap560 {
  width: 560px;
  max-width: 560px;
  margin: 0 auto;
}
.wrap960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.inner {
  width: 640px;
  max-width: 640px;
  margin: 0 auto;
}

.inner560 {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}

.inner480 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

.inner290{
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .wrap, .wrap480, .wrap560, .wrap960 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .inner560{
    width: 93%;
    max-width: 93%;
    margin: 0 auto;
  }
  .inner480{
    width: 88%;
    max-width: 88%;
    margin: 0 auto;
  }
  .inner290{
    width: 78%;
    max-width: 78%;
    margin: 0 auto;
  }
}

/* -----------------------
  LP main visual
-------------------------- */
#mainVisual{
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}

#mainVisual .garland-img{
  display: block;
  width: 35%;
  z-index: 100;
  position: absolute;
  top: -8px;
}

#mainVisual .left{
  left: -5px;
}

#mainVisual .right{
  right: -6px;
}

#mainVisual .campaign-img{
  display: block;
  width: 78%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mainVisualWrapper{
  background-image: url(../img/common/bk-img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  padding: 160px 0 62px 0;
}

.mainVisual img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 101%;
}

.campaignText{
  width: 100vw;
  object-fit: cover;
  margin: 50px calc(50% - 50vw) 50px 0;
  padding-left: 48px;
}

.campaignText img{
  display: block;
  width: 522px;
}

@media only screen and (max-width: 640px) {
  .mainVisualWrapper{
    padding: calc(100% * 0.3) 0 30px;
  }

  .campaignText{
    padding-left: calc(100vw * 0.08);
  }
  
  .campaignText img{
    display: block;
    width: calc(100vw * 0.87);
    /* width: 522px; */
  }
  
}

/*---------------------*/
/*------ 対象商品 ------*/
/*---------------------*/
#productsArea{
  position: relative;
  max-width: 640px;
  margin: -90px auto 0;
  z-index: 30;
}

.LPcommon{
  margin: -46px auto 0;
}

#productsArea .garland-img{
  display: block;
  width: 25%;
  z-index: 100;
  position: absolute;
  top: 5%;
}

#productsArea .right{
  right: 0;
}

.productsWrapper{
  background-image: url(../img/lp/title-img-products.png), url(../img/lp/bk-products.png);
  background-size: 45%, 100% 98%;
  background-repeat: no-repeat, no-repeat;
  background-position: 71% 10px, 0 0;
  width: 100%;
  padding: 210px 0 10px 0;
}


.products-message{
  width: 100%;
  font-family: 'Kiwi Maru', serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 30px 0;
  line-height: 1.8;
}

.products-message span{
  background:linear-gradient(transparent 50%, #E5007E 250%);
}

#productsArea p{
  width: 90%;
  color: #000000;
  font-size: 16px;
  letter-spacing: -0.01em;
  padding: 20px 0 95px;
  margin: 0 auto;
}

#productsArea p::before{
  content: '\203B';
  display: inline-block;
  color: #000000;
  font-size: 16px;
  margin-right: 1px;
}

.toggle_productsTitle{
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.productsTitleImage{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  #productsArea {
    margin: clamp(-63px, -15vw, -95px) auto 0;
    margin: -40px auto 0;
  }

  #productsArea p{
    font-size: 12px;
    padding: 20px 0 40px;
  }
  
  #productsArea p::before{
    font-size: 12px;
  }

  .productsIndex{
    margin: 100px auto 0;
  }
}

/* @media only screen and (max-width: 424px) {
  #productsArea {
    margin: -95px auto 0;
  }
} */

/*--------------------*/
/*------- 景品 --------*/
/*--------------------*/
#prizeArea{
  position: relative;
  max-width: 640px;
  margin: -40px auto 0;
}

#prizeArea .garland-img{
  display: block;
  width: 25%;
  z-index: 100;
  position: absolute;
  top: 3%;
}

#prizeArea .right{
  right: 0;
}
.prizeWrapper{
  background-image: url(../img/lp/prize-title-img.png), url(../img/lp/prize-bk-img.png);
  background-size: 100%, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: 71% 22px, 50% 0;
  width: 100%;
  padding: 180px 0 108px 0;
}

.prizeWrapper img{
  margin-bottom: 50px;
}

.prizeWrapper li{
  font-size: 16px;
  line-height: 1.8;
  text-indent: -0.6em;
  padding-left: 1em;
}

.prizeWrapper li::before{
  content: '\203B';
  display: inline-block;
  color: #000000;
  font-size: 16px;
  margin-right: 1px;
}

.campaignDetailsLists{
  background-color: #FFFFEB;
  width: 90%;
  margin: 0 auto;
}

.campaignDetailsList {
	position: relative;
	display: block;
  width: 100%;
  color: #5B4032;
  font-weight: bold;
}

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

@media only screen and (max-width: 640px) {
  #prizeArea{
    margin: -25px auto 0;
  }
  
  .prizeWrapper{
    padding: calc(100% * 0.3) 0 clamp(105px, 30vw, 118px);
  }

  .prizeWrapper img{
    margin-bottom: calc(100vw * 0.05);
    margin-bottom: 20px;
  }

  .prizeWrapper li{
    font-size: 12px;
  }
  
  .prizeWrapper li::before{
    font-size: 12px;
  }  
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* swiper */
.swiper{
  width: 90%;
}

.swiper-wrapper{
  width: 100%;
  margin-bottom: 50px;
}

.swiper-slide img{
  display: block;
  width: 270px;
}

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

.swiper-scrollbar{
  background-color: #FFE6F3;
}

@media only screen and (max-width: 640px) {
  .productsWrapper{
    padding: calc(100% * 0.35) 0 0;
    height: fit-content;
  }

  .campaignDetailsList{
    font-size: 13px;
    line-height: 1.5em;
  }

  .products-message{
    font-size: 20px;
    margin: 20px 0;
  }

  .swiper-wrapper{
    margin-bottom: 30px;
  }  

  .swiper-slide img{
    width: clamp(180px, 40vw, 300px);
  }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */


/* ------------- */
/* 参加の流れ */
/* ------------- */
#flowArea {
  position: relative;
  max-width: 640px;
  margin: -60px auto 0;
  font-family: 'Kiwi Maru', serif;
  color: #000000;
}

#flowArea .garland-img{
  display: block;
  width: 25%;
  z-index: 100;
  position: absolute;
  top: 2.5%;
}

#flowArea .right{
  right: 0;
}

.areaTitle{
  display: block;
  width: 42%;
  height: auto;
  margin: 0 auto;
}

.stepWrapper{
  /* background-image: url(../img/lp/flow-title-img.png), url(../img/lp/flow-bk-app-img.png);
  background-size: 45%, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: 69% 10px, 0 0; */
  background-image: url(../img/lp/flow-bk-app-img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  /* padding: 150px 0 142px 0; */
  /* padding: clamp(138px, 35vw, 200px) 0 25px clamp(25px, 6vw ,50px); */
  padding: clamp(138px, 35vw, 200px) 0 clamp(25px, 6vw ,50px);
  margin-bottom: 63px;
}

.stepWrapper2{
  /* background-image: url(../img/lp/flow-title-img.png), url(../img/lp/flow-bk-app-img.png);
  background-size: 45%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 69% 10px, 0 0; */
  background-image: url(../img/lp/flow-bk-img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  /* padding: 150px 0 60px 0; */
  padding: clamp(138px, 35vw, 200px) 0 100px 0;
  margin-bottom: 50px;
}

.stepInner{
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.btn-join-from-app{
  width: 90%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.dotsLine{
  display: block;
  width: 90%;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
}

.stepText{
  position: absolute;
  top: 65%;
  font-size: 22px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.btn-join{
  width: 90%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-show-products{
  width: 90%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.notApp{
  top: 19%;
}

.second{
  top: 69%;
}

.step2{
  width: 95%;
  left: 2%;
}

.appTitle{
  width: 80%;
  display: block;
  margin: 0 auto;
}

.participateBtn{
  display: block;
  width: 72%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.participateBtnApp{
  display: block;
  width: 72%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 38%;
  left: 50%;
  transform: translateX(-50%);
}

.flowTxt {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.6em;
}

.flowArrow {
  width: 50.8584px;
  margin: 30px auto;
}

.flowDownloadWrap {
  margin: 50px 0 0;
  padding: 7% 5%;
  background-color: #fff;
  border-radius: 30px;
}

.flowDownloadBtnWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  width: 100;
  margin: 0 auto;
}

.flowDownloadBtnWrap2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);  
}

.flowBtnItem-1 {
  width: 40%;
  height: auto;
}

.flowBtnItem-2 {
  width: 48%;
  height: auto;
}

.flowDownloadTxt {
  margin: 30px 0 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.flowListWrap {
  list-style: none;
  margin: 20px 0 0;
	padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  word-break: break-all;
}
.flowListItem {
	position: relative;
	display: block;
}
.flowListItem:before {
	position: absolute;
	content: '\203B';
	top: 0;
	left: -16px;
}

.arrowWrapper{
  margin: 20px auto 0;
  width: 8%;
}

.title-app{
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  #flowArea {
    /* margin: -95px auto 0; */
    margin: clamp(-52px, -15vw, -95px) auto 30px;
  }
  
  .participateBtn{
    width: 80%;
    bottom: 10%;
  }

  .participateBtnApp{
    width: 80%;
  }

  .flowTxt {
    margin: 15px 0 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    letter-spacing: 0;
  }
  .flowArrow {
    width: 45px;
  }

  .title-app{
    width: 87%;
    display: block;
    margin: 5px auto 0;
  }

  .flowDownloadWrap {
    margin: 40px 0 0;
    border-radius: 20px;
  }

  .flowDownloadTxt {
    margin: 20px 0 10px;
    font-size: 16px;
  }
  
  .flowStepListItem:before {
    left: -14px;
  }

  .flowListWrap {
    margin: 20px 0 0;
    padding-left: 14px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .flowListItem:before {
    left: -14px;
  }

  .stepWrapper{
    margin-bottom: 0;
  }

  .stepWrapper2{
    margin-bottom: -54px;
    padding-bottom: 70px;
  }

  .arrowWrapper{
    margin: 5px auto 0;
  }

  .stepText{
    font-size: 16px;
  }  
}

@media only screen and (max-width: 400px) {
  #flowArea {
    /* margin: -95px auto 30px; */
    margin: clamp(-90px, -24vw, -85px) auto 30px;;
  }
}

/* 
form
 */
#entoryFormArea {
  background: url(../img/lp/frame-form-middle.png);
  background-size: 100%;
}
#formArea{
  position: relative;
  width: 100%;
  margin-top: -35px;
  padding: clamp(250px, 66vw, 380px) 0 60px 0;
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  background-image: url(../img/second/frame-form.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
  z-index: 999;
}

.formTitle{
  width: 65%;
  display: block;
  margin: 0 auto 30px;
}

.formWrapper{
  width: 480px;
  /*max-width: 380px;*/
  height: fit-content;
  margin: 0 auto 20px;
}

.question-title{
  padding: 14px 20px;
  color: #ffffff;
  font-size: 18px;
  background-color: #e5007e;
  border-radius: 20px 20px 0 0;
  /* margin-bottom: 26px; */
}
.question-answer {
  padding: 20px 30px;
  background-color: #fbe5f2;
  border-radius: 0 0 20px 20px;
}

.formWrapper label{
  display: block;
  display: flex;
  /* align-items: flex-start; */
}

@media only screen and (max-width: 640px) {
  #formArea{
    background-image: url(../img/second/frame-form.png);
    background-size: 100% 100%;
    padding: clamp(260px, 66vw, 180px) 0 60px 0;
  }
  .formWrapper{
    width: 85%;
  }
  .question-title{
    font-size: 16px;
  }
}

/* -----------------------
  second common
-------------------------- */
.img-message{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.secH2Title {
  color: #ffff00;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
}
.appWrap {
  margin: 50px 0 0;
  padding: 0 0 7%;
  background-color: #fff;
  border-radius: 30px;
}
h2.singleLine {
  height: 36px;
  margin: 0;
  text-align: center;
}
h2.doubleLine {
  height: 84px;
  margin: 0;
  text-align: center;
}
h2.singleLine img, h2.doubleLine img {
  height: 100%;
}
h3 {
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
}
.appFormTitle {
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #fff100;
  border-radius: 30px 30px 0 0;
}
.formWrap {
  padding: 0 5%;
}

#secondMainArea {
  background-color: #F060AF;
  padding: 20px;
}

.secondTitle {
  position: relative;
  text-align: center;
  line-height: 1em;
}

.btnReturnTop{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.secondTitleStamp {
  position: relative;
  text-align: center;
  line-height: 1em;
}
.secondTitleTxt {
  position: relative;
  color: #FFFFF3;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: PA1GothicStd◆;
  line-height: 1.6em;
  margin-bottom: 100px;
}

#mainAreaForm {
  margin: 0 auto;
}

#mainAreaForm label{
  color: #000000;
  font-family: 'Kiwi Maru', serif;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 20px;
}

.secondWrap{
  background-color: #FFFFFF;
  width: 100%;
  padding: 50px 0;
  border-radius: 20px;
}

.attentionMessage{
  font-size: 16px;
  position: relative;
  width: 75%;
  margin: 20px auto 0;
  letter-spacing: 0.01px;
}

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

@media only screen and (max-width: 640px) {
  .appWrap {
    margin: 40px 0 0;
    padding: 0 0 7%;
    background-color: #fff;
    border-radius: 20px;
  }
  h2.singleLine {
    height: 24px;
  }
  h2.doubleLine {
    height: 74px;
  }
  h3 {
    font-size: 15px;
  }
  .appFormTitle {
    margin-bottom: 30px;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
  .formWrap {
    padding: 0%;
  }
  .secLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
  }

  #mainAreaForm label{
    font-size: 16px;
  }
  
  .attentionMessage{
    font-size: 12px;
    width: 85%;
  }  
}

/* 
  mypage
 */
#mypageMainVisual{
  background-color: #F060AF;
  padding: 0 0 20px 0; 
}

.prizeJoinWrapper{
  position: relative;
  color: #ffffff;
}

.btn-apply{
  width: 68%;
  position: absolute;
  bottom: 52%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-apply-confirm{
  width: 68%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-not-available{
  width: 68%;
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-available{
  width: 68%;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-close{
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 8%;
  width: 5.5%;
}

.applyConfirmText{
  text-align: center;
  line-height: 1.3;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.applyCompleteText{
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.3;
  font-size: 26px;
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.applyCompleteText2{
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.applyStatusText{
  text-align: center;
  letter-spacing: 0.01em;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 26px;
  line-height: 1.3;
  position: absolute;
  bottom: 65%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-decoration: underline solid 1px #ffffff;
}

.tp10{
  bottom: 55%;
}

.prizeWrapper img{
  display: block;
}

.participantsWrapper{
  width: 100%;
  position: relative;
}

.participantsNum{
  height: 30px;
  position: absolute;
  bottom: calc(100% * 0.40);
  left: 36%;
  color: #FF6E23;
  font-size: 46px;
  font-weight: bold;
}

.moneyArea{
  font-family: 'Kiwi Maru', serif;
  width: 100%;
  margin-top: -35px;
  z-index: 10;
  position: relative;
  /* background-image: url(../img/second/frame-money-0.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  /* padding: 210px 0 10px; */
}

.moneyArea-title{
  background-image: url(../img/second/frame-money-0.png?=v2);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  /*height: 225px;*/
}

.moneyFrame{
  width: 100%;
}

.moneyAreaMid{
  margin: 0 auto;
  width: 95%;
  padding: 260px 0 0;
  margin: -1px auto 0;
  /*
  background-image: url(../img/second/frame-money-common.png);
  background-position: center 72%;
  background-size: cover;
  */
}

.deadLine{
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 30px 15px !important;
  list-style: none;
  font-size: 14px;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5em;
  word-break: break-all;
}
.deadLineItem {
  position: relative;
}
.deadLineItem:before{
  position: absolute;
  content: '\203B';
  top: 0;
  left: -15px;
}

.moneyAreaMessage{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.totalPrice{
  font-size: 70px;
  font-weight: 500;
  color: #E5007E;
  text-align: center;
  width: 100%;
  background-image: url(../img/second/frame-money-0.png);
  background-position: center 19%;
  background-size: cover;
  height: 135px;
  margin: -1px auto 0;
  padding: 35px 0 0;
}

.moneyAreaA-0{
  width: 95%;
  padding-bottom: 20px;
  margin: -1px auto 0;
  background-image: url(../img/second/frame-money-common.png);
  background-position: center 50%;
  background-size: cover;
}

.moneyAreaA-0 img{
  display: block;
  width: 85%;
  margin: 0 auto;
}

.moneyAreaB-0{
  background-image: url(../img/second/frame-money-common.png);
  background-position: center bottom;
  background-size: cover;
  padding: 0 0 25px;
  width: 95%;
  margin: -1px auto 0;
}

.moneyAreaB-0 img{
  display: block;
  width: 85%;
  margin: 0 auto;
}

.totalPrice300{
  top: 16%;
}

.totalPrice10000{
  top: 14.6%;
  left: 47%;
}

.countDownNumber{
  width: 80%;
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1px;
  white-space: nowrap;
}

.availableNumber{
  color: #E5007E;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.availableNumber span{
  font-size: 35px;
}

.availableNumber .unit{
  font-size: 26px;
}

.availableNumber10000{
  top: 20%;
}

.btnAcourse10000{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
}

.btnBcourse10000{
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
}

.statusTextA{
  background-color: rgb(229, 0, 126, 0.1);
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 85%;
  margin: 20px auto;
}

.statusTextB{
  background-color: rgb(0, 159, 231, 0.1);
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  width: 85%;
  margin: 20px auto;
}

.wChance{
  display: block;
  margin: -35px 0 50px 0;
  z-index: 20;
  position: relative;
}

.attentionText{
  color: #ffffff;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  letter-spacing: -0.01px;
}

.attentionText li{
  position: relative;
}

.attentionText li::before{
  position: absolute;
  content: '\203B';
  top: 0;
  left: -14px;
}

.applyArea{
  font-family: 'Kiwi Maru', serif;
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.applyText{
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  width: 90%;
  text-align: center;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
}

.applyAttention{
  color: #000000;
  font-size: 16px;
  width: 90%;
  text-align: center;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
}

.btnApply{
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.btnApply2{
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.entryArea{
  font-family: 'Kiwi Maru', serif;
  width: 100%;
  position: relative;
  margin: 20px 0;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
}
.entryCompTxt {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .applyConfirmText{
    font-size: 18px;
    bottom: 42%;
  }

  .applyCompleteText{
    font-size: 18px;
  }

  .applyCompleteText2{
    font-size: 13px;
  }

  .applyStatusText{
    font-size: 18px;
    bottom: 64%;
  }

  .tp10{
    bottom: 55%;
  }

  .wChance{
    margin: -35px 0 0 0;
  }

  .deadLine{
    font-size: 13px;
    padding: 10px 0 20px;
  }

  .countDownNumber{
    font-size: 16px;
  }

  .moneyArea-title {
    /*
    background-image: url(../img/second/frame-money-0.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    height: 245px;
    height: calc(100vw * 0.42);
    */
  }

  .totalPrice{
    font-size: 66px;
    /* height: 70px; */
    /* height: calc(100vw * 0.186); */
    /* padding: 10px 0 0; */
    padding: calc(100vw * 0.05) 0 0 0;
  }

  .availableNumber{
    font-size: 20px;
  }

  .moneyAreaMessage{
    font-size: 16px;
  }

  .totalPrice300{
    top: calc(17% - 15px);
  }

  .totalPrice10000{
    top: calc(15.5% - 13px);
  }  

  .applyText{
    font-size: 18px;
    top: 54%;
  }

  .applyAttention{
    font-size: 13px;
    top: 65%;
  }

  .moneyArea{
    background-position: center top;
    /* padding: 155px 0 0; */
    /* padding: calc(100vw * 0.4) 0 0; */
  }

  .moneyAreaMid{
    padding: 180px 0 0;
    /*padding: 5px 0 0;*/
  }
}

@media only screen and (max-width: 420px) {
  .moneyAreaMid{
    /*padding: 30px 0 0;*/
  }

  .totalPrice{
    font-size: 62px;
    padding: calc(100vw * 0.03) calc(100Vw * 0.05) 0 0;
    height: calc(100vw * 0.2);
  }
}

/* -----------------------
  application form
-------------------------- */
.btnWrap {
  width: 80%;
  margin: 40px auto 0;
}

.btnWrapFlex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btnWrapFlex a{
  display: block;
  width: 48%;
}

.btnWrapConf {
  /* width: 70%; */
  width: 85%;
  margin: 40px auto 0;
  padding-bottom: 0px;
}
.btnWrap .mainLink, .btnWrapConf{
  margin: 0 auto;
}

.mainLink img{
  display: block;
  margin: 0 auto;
}

.btnWrapComplete {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 80px;
}
.inputArea {
  padding: 20px 30px 40px;
}
.inputArea a {
  text-decoration: underline;
}
.inputTitle {
  margin: 20px 0 5px;
}
.inputAddTxt {
  margin: 5px 0 0;
  font-size: 13px;
}
.qestTitle {
  margin-bottom: 24px;
	padding-left: 2.1em;
	text-indent: -2.1em;
  line-height: 1.8em;
}
.qestTitle span {
  border-bottom: solid 1px #000;
}
.qestTitle span.addTxt {
  font-size: 12px;
  border-bottom: none;
}
.agreeWrap {
  /* margin: 30px 0 50px; */
  text-align: center;
}

.header_emesg {
  margin-bottom: 30px;
  padding: 1em 20px;
  color: #ff0000;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}
.msgW {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.confirmTxt {
  margin: 0 0 10px 20px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .inputArea {
    padding: 10px 0 40px;
  }
  .inputTitle {
    margin: 20px 0 5px;
  }
  .inputAddTxt {
    margin: 5px 0 0;
    font-size: 13px;
  }
  .qestTitle {
    margin-top: 24px;
    padding-left: 2.1em;
    text-indent: -2.1em;
    line-height: 1.8em;
  }

  .btnWrapFlex {
    width: 100%;
  }

  .btnWrapConf {
    width: 85%;
    margin: 0 auto;
  }
}
.btnWrapMypage {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .btnWrapMypage {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
/* 完了画面 */
.completeTxt {
  margin: 20px 0 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;;
  text-align: center;
  line-height: 1.8em;
}

.closeTxt {
  padding-bottom: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 2em;
}
.errorTxt {
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  line-height: 2em;
}
.deleteTxt {
  padding: 60px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 2em;
}
@media only screen and (max-width: 640px) {
  .completeTxt {
    padding: 0;
    font-size: 16px;
  }
  .closeTxt {
    font-size: 16px;
  }  
}

/* -----------------------
  login
-------------------------- */
.linkBox {
  margin: 30px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
}
.otherLink a {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .inputAreaLogin {
    padding: 30px 10px 0;
    font-size: 14px;
  }
  .linkBox {
    margin: 40px 0 5px;
  }
}

/* -----------------------
  form
-------------------------- */
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='postal-code'],
input[type='password'] {
  padding: 12px 15px !important;
  background: #fff;
  border: solid 1px #d9d9d9;
  z-index: 0 !important;
}
input[type="text"]:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='postal-code']:focus,
input[type='password']:focus {
  border: 1px solid #ABABAB;
  outline: 0;
}
::placeholder{
  color:#797979;
  font-size: 16px;
  font-weight: 400;
}
/* img */
input[type='image'] {
  width: 100%;
}
/* textarea */
textarea {
  width: 100%;
  height: 160px;
  padding: 10px 15px;
  background: #ffffff;
  border: solid 1px #F7B5D9;
  border-radius: 10px;
  font-size: 16px;
  resize: none;
}
textarea:focus {
  border: solid 1px #E5007E;
  outline: 0;
}
/* checkbox */
input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  vertical-align: middle;
}

.checkSpan{
  line-height: 2.2em;
}

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

input[type="checkbox"]:checked::before {
  border-color:  #FFFFFF;
}
input[type="checkbox"]:checked::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image:  url(../img/common/check-after.png);
  background-repeat: no-repeat;
}

.checkboxWrap span {
  font-size: 14px;
  line-height: 2.6em;
  letter-spacing: -1px;
}

/* radio */
input[type=radio] {
  display: none;
}
.radio + .prizeImg {
  padding: 5px;
  border: solid 4px #00863c;
  border-radius: 15px;
}
.radio:checked + .prizeImg {
  border: solid 5px #ff8300;
	background-color: #FBF2AF;
}
.radioInput {
  appearance: none;
  position: absolute;
}
.radioSpan::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  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 - 6px);
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}
/* select */
select{
  height: 56px;
  padding: 10px 15px !important;
  font-size: 18px;
  background: #eff2ff;
  border: solid 1px #ABABAB;
  border-radius: 5px;
  z-index: 0 !important;
  text-overflow: '';
  vertical-align: middle;
  appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
/* input width */
.len100 {
  display: block;
  width: 100px;
}
.len200 {
  display: block;
  width: 200px;
}
.len300 {
  display: block;
  width: 300px;
}
.len50per {
  display: block;
  width: 50%;
}
.len100per {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .len50per {
    width: 100%;
  }
}
/* email */
.mailtxtWrap {
  list-style: none;
  margin-top: 5px;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.4em;
}
.mailtxtList {
  position: relative;
  display: block;
}
.mailtxtList:before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -14px;
}

/* -----------------------
  kiyaku
-------------------------- */
.toggle_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  width: 95%;
  margin: 60px auto 20px;
  color: #000000;
  font-size: 20px;
  /*
  background-image: url(../img/common/bk-kiyaku.png);
  background-size: 100% 400%;
  background-repeat: no-repeat;
  background-position: center 32%;
  */
}

.bkimg{
  background-image: url(../img/common/bk-kiyaku.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  padding: 65px 0 45px;
  margin: -60px auto 0;
}

.bkimg img{
  width: 85%;
}


.toggle_title {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 8px 0;
  /* font-weight: 600; */
  cursor: pointer;
  /* text-align: center;
  line-height: 1.5em; */
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: transparent;
  display: block;
  width: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  transition: .3s;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #FFFFFF;
  position: absolute;
  width:20px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.toggle_btn:before {
  width: 5px;
  height: 20px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
}
.toggle_contents_bk {
  /* background: transparent; */
  /* background-image: url(../img/common/bk-kiyaku.png);
  background-repeat: repeat-y;
  background-size: 100% 100%; */
  padding: 10px 40px;
  font-size: 12px;
  line-height: 1.6em;
  color: #000000;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.toggle_contents_bk a {
  text-decoration: underline;
  color: #000000;
}

.kiyakuAgree{
  text-align: center;
  margin: 20px 0 30px;
  font-size: 16px;
  font-family: 'Kiwi Maru', serif;
  letter-spacing: -1.0px;
  font-weight: 500;
}

.rulesTitle {
  margin: 20px 0 10px;
  font-size: 14px;
}
.rulesListWrap {
  list-style: none;
  margin: 10px 0;
	padding-left: 13px;
  font-size: 12px;
  word-break: break-all;
}
.rulesListItem {
	position: relative;
	display: block;
}
.rulesListItem:before {
	position: absolute;
	content: '\203B';
	top: 0;
	left: -13px;
}

.tos-title {
  margin: 0 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.tos-txt {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5em;
}
.tos-txt a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .toggle_contents {
    /* width: 100%; */
    width: 95%;
    font-size: 18px;
    margin: 40px auto 0;
    background-position: center 64%;
  }
  .toggle_btn {
    right: 14px;
    width: 28px;
    height: 28px;
  }
  .toggle_btn:before, .toggle_btn:after {
    width: 16px;
    height: 5px;
  }
  .toggle_btn:before {
    width: 5px;
    height: 16px;
  }
}

/* -----------------------
  kiyaku MyArea
-------------------------- */
.toggle_contents_MyArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 6px 0;
  color: #e3110c;
  font-size: 24px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 20px;;
}
.toggle_title_MyArea {
  position: relative;
  padding: 10px 0;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  line-height: 1.5em;
}
.toggle_btn_MyArea {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #e3110c;
  display: block;
  width: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  transition: .3s;
}
.toggle_btn_MyArea:before, .toggle_btn_MyArea:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width:20px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.toggle_btn_MyArea:before {
  width: 5px;
  height: 20px;
}
.toggle_title_MyArea.selected .toggle_btn_MyArea:before {
  content: normal;
}
.toggle_contents_MyArea dd {
  display: none;
}
.toggle_contents_bk_MyArea {
  background: #fff;
  padding: 15px !important;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  .toggle_btn {
    right: 14px;
    width: 28px;
    height: 28px;
  }
  .toggle_btn:before, .toggle_btn:after {
    width: 16px;
    height: 3px;
  }
  .toggle_btn:before {
    width: 3px;
    height: 16px;
  }
}

/* -----------------------
  MyArea
-------------------------- */
#timeArea {
  padding: 0 0 50px;
  color: #fff;
  text-align: center;
}
.timeWrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 84px;
}
.timeTxt {
  margin: 0 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}
.timeTxt span {
  font-size: 36px;
}
.timeDate {
  height: 96px;
  margin: 0;
  padding: 0 10px;
  font-size: 84px;
  font-weight: 700;
  background-color: #000;
  border: solid 2px #F91C1A;
}

#countArea {
  text-align: center;
}

.countWrapper{
  position: relative;
}

.countNumWrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.countNumTxt {  
  color: #004097;
  font-size: 34px;
  font-weight: 600;
}
.countNumMain {
  height: 40px;
  padding: 0 16px;
  color: #e3110c;
  font-size: 76px;
  font-weight: 900;
  font-family: 'Noto Sans';
}

.countAddTxt {
  width: 100%;
  color: #8e8e8e;
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -0.01em;
}

#courseArea {
  position: relative;
  padding: 100px 30px 30px;
  text-align: center;
  background-color: #fff;
}
#courseArea.courseMargin {
  margin-top: 100px;
}
#courseArea .courseIcon {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
#courseArea .courseIcon img {
  width: 130px;
}
#courseArea .entryWrap {
  width: 70%;
  margin: 0 auto
}
.entryNum {
  margin-bottom: 50px;
  color: #e50012;
  font-size: 36px;
  font-weight: 600;
}
.entryTimes {
  font-size: 56px;
}

@media only screen and (max-width: 640px) {
  #timeArea {
    padding: 0 0 40px;
  }
  .timeWrap {
    width: 100%;
    line-height: 70px;
  }
  .timeTxt {
    font-size: 20px;
  }
  .timeTxt span {
    font-size: 28px;
  }
  .timeDate {
    height: 80px;
    font-size: 74px;
  }
  
  .priceNumWrap {
    width: 93%;
    margin: 30px auto 20px;
  }
  .countNumTxt {  
    font-size: 20px;
  }
  .countNumMain {
    height: 40px;
    padding: 0 10px;
    font-size: 56px;
  }

  .countAddTxt {
    font-size: 12px;
    bottom: 5px;
  }

  .priceAddTxt {
    font-size: 14px;
  }
  
  #courseArea {
    padding: 90px 20px 30px;
  }
  #courseArea.courseMargin {
    margin-top: 90px;
  }
  #courseArea .courseIcon {
    top: -55px;
  }
  #courseArea .courseIcon img {
    width: 110px;
  }
  #courseArea .entryWrap {
    width: 80%;
  }
  .entryNum {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .entryTimes {
    font-size: 50px;
  }
}

/* A course */
.prizeWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.prizeA {
  width: 32%;
}

/* stamp page */
.couponWrap {
  padding-bottom: 20px;
}
.getCouponTitle {
  position: relative;
  height: 108.2622px;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
  background: url(../img/second/coupon/sec-title-coupon.png) center / auto 100% no-repeat;
}
.couponThumb {
  width: 90%;
  margin: 0 auto 20px;
}
.couponTitle {
  position: relative;
  height: 108.2622px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
  background: url(../img/second/coupon/sec-title-coupon.png) center / auto 100% no-repeat;
}
.couponTxt {
  margin-top: 40px;
  text-align: center;
}
.guideTitle {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.btnWrapCoupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.couponBCD {
  margin: 30px 0;
}
.couponLimit {
  margin-bottom: 30px;
  text-align: center;
}
.couponLimit span {
  border-bottom: solid 1px #000;
}
.couponLink {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .getCouponTitle {
    margin-top: 0;
    height: 70.2622px;
  }
  .couponTitle {
    height: 70.2622px;
  }
}

/* -----------------------
  footer
-------------------------- */
.footer {
  margin: 0 0 0;
  padding: 40px 0 10px;
  background-color: #fff;
}

#footerAttentionArea ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imgFooter {
  width: 230px;
  margin: 40px auto;
}
.footerBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnFootNav {
  position: relative;
  width: 25%;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #E5007E;
  border: solid 1px #fff;
}
.btnFootNav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}
.btnFootNav:hover {
  color: #060010;
  background-color: #fff;
  border: solid 1px #060010;
  transition: 0.3s;
}

#footerNav {
  list-style: none;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
#footerNav li {
  padding: 0 2em;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-left :1px solid #000;
}
#footerNav li:first-child {
  border-left: none;
}
#footerNav li a {
  text-decoration: none;
  color: #000000;
}

.copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1.8em;
  color: #000000;
}

.fixBtnMargin {
  display: block;
  height: 90px;
}

.listItem{
  font-size: 14px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer {
    padding: 20px 0 10px;
    font-size: 14px;
  }
  #footerAttentionArea ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .imgFooter {
    width: 150px;
    margin: 30px auto;
  }
  .btnFootNav {
    width: 50%;
    padding: 10px 0;
    font-size: 14px;
  }
  #footerNav {
    font-size: 14px;
  }
  #footerNav li {
    padding: 5px 0;
    height: auto;
    display: block;
    border-left: none;
  }
  .fixBtnMargin {
    display: block;
    height: 60px;
  }
}

/* -----------------------
  products
-------------------------- */
#productsEx{
  background-color: #FFFFFF;
  width: 100%;
  padding: 35px 40px 0;
  text-align: center;
  border-radius: 50px;
}

.proEx{
  width: 70%;
}

.productImage{
  display: block;
  margin: 0 auto;
}

.proExBtn {
  width: 80%;
  margin: 30px auto 60px;
}

@media only screen and (max-width: 640px) {
  .btnArrowTop{
    width: 50px;
    bottom: -20px;
  }
  .proExBtn {
    width: 90%;
  }
}

/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  opacity: 1;
}
.fixBtnArea.fixed {
  opacity: 1;
  transition: all .6s ease;
}
.fixBtnApp {
  width: 90%;
}

/* -----------------------
  Parts
-------------------------- */
.tac {text-align: center;}

.mt-15{margin-top: -15px;}

.mt05 {margin-top: 5px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb200{margin-bottom: 200px;}

.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml80 {margin-left: 80px;}
.ml90 {margin-left: 90px;}

.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr60 {margin-right: 60px;}
.mr70 {margin-right: 70px;}
.mr80 {margin-right: 80px;}
.mr90 {margin-right: 90px;}

.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt50 {padding-top: 50px;}
.pt70 {padding-top: 70px;}

.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
.pb120 {padding-bottom: 120px;}
.pb150 {padding-bottom: 150px;}
.pb180 {padding-bottom: 180px;}
.pb200 {padding-bottom: 200px;}

.pd05 {padding: 5px;}
.pd10 {padding: 10px;}
.pd20 {padding: 20px;}
.pd30 {padding: 30px;}
.pd40 {padding: 40px;}
.pd50 {padding: 50px;}
.pd60 {padding: 60px;}
.pd70 {padding: 70px;}
.pd80 {padding: 80px;}
.pd90 {padding: 90px;}

/* -----------------------
  spiral
-------------------------- */
.spiralSeal {
  width: 100%;
  margin: 0 auto !important;
  padding: 60px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6em;
}
.spiralSeal a {
  color: #666;
  text-decoration: underline !important;
}
.spiralSealImg {
  width: 140px;
  margin: 10px auto;
}

/* -----------------------
  status
-------------------------- */
.statusTxt {
  margin: 20px 0 40px;
  text-align: center;
  font-weight: 500;
}


