@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);
html {
  background: #fff
}
a, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, figure img, form, h1, h2, h3, h4, h5, h6, img, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}
li {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
q:after, q:before {
  content: ''
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
legend {
  color: #000
}
del, ins {
  text-decoration: none
}
html {
  overflow-y: scroll;
  overflow-x: hidden !important
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.843;
  letter-spacing: 0;
  color: #000;
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px
  }
}
@media screen and (max-width:640px) {
  body {
    font-size: 13px
  }
}
.pageBg {
  background-image: url(../images/common/bg_ttl.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100vh
}
a {
  opacity: 1;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a:active, a:hover, a:link, a:visited {
  color: #000
}
input[type=text]:-webkit-autofill::first-line {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (max-width:470px) {
  input[type=text]:-webkit-autofill::first-line {
    font-size: 16px
  }
}
.is-pc {
  display: inline-block
}
@media screen and (max-width:768px) {
  .is-pc {
    display: none
  }
}
.is-pc-tablet {
  display: inline-block
}
@media screen and (max-width:640px) {
  .is-pc-tablet {
    display: none
  }
}
.is-tablet {
  display: none
}
@media screen and (max-width:768px) {
  .is-tablet {
    display: inline-block
  }
}
.is-tablet-sp {
  display: none
}
@media screen and (max-width:768px) {
  .is-tablet-sp {
    display: inline-block
  }
}
@media screen and (max-width:640px) {
  .is-tablet-sp {
    display: none
  }
}
.is-sp {
  display: none
}
@media screen and (max-width:640px) {
  .is-sp {
    display: inline-block
  }
}
.is-414 {
  display: none
}
@media screen and (max-width:414px) {
  .is-414 {
    display: inline-block
  }
}

.navBox {
  width: 100%;
  background: #92214d;
  position: fixed;
  z-index: 10
}
.navBox .pcNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0
}
@media screen and (max-width:640px) {
  .navBox .pcNav {
    display: none
  }
}
.navBox .pcNav li {
  border-right: 1px solid #fff
}
.navBox .pcNav li:last-of-type {
  border-right: 0
}
.navBox .pcNav li a {
  padding: 5px 20px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s
}
.navBox .pcNav li a:hover {
  opacity: .7
}
@media screen and (max-width:640px) {
  .navBox .pcNav li a:hover {
    opacity: 1
  }
}
@media screen and (max-width:768px) {
  .navBox .pcNav li a {
    font-size: 16px
  }
}
.navBox .spNav {
  display: none
}
@media screen and (max-width:640px) {
  .navBox .spNav {
    display: block
  }
}
.navBox .spNav .spNavBox {
  display: block;
  position: fixed;
  top: 0;
  right: -80vw;
  width: 0;
  height: 100%;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s;
  z-index: 99999999;
  width: 75vw;
  max-width: 80vw;
  z-index: 99
}
@media screen and (max-width:414px) {
  .navBox .spNav .spNavBox {
    max-width: 100vw
  }
}
.navBox .spNav .spNavBox__inner {
  background: #92214d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  height: 100%;
  overflow-y: scroll;
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.navBox .spNav .spNavBox__inner::-webkit-scrollbar {
  display: none
}
.navBox .spNav .spNavBox__inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3%;
  height: 100%;
  margin-top: -25%
}
.navBox .spNav .spNavBox__inner ul li {
  text-align: center
}
.navBox .spNav .spNavBox__inner ul li a {
  font-size: 18px;
  color: #fff;
  font-size: 22px
}
@media screen and (max-width:414px) {
  .navBox .spNav .spNavBox__inner ul li a {
    font-size: 16px
  }
}
.navBox .spNav .menu__button {
  display: block;
  position: fixed;
  right: 4%;
  top: 1%;
  width: 58px;
  height: 58px;
  background: #92214d;
  background-size: auto 100%;
  border: none;
  cursor: pointer;
  z-index: 999
}
.navBox .spNav .menu__button span {
  display: block;
  width: 50%;
  margin: auto;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 2px)/ 2);
  -webkit-transition: .2s;
  transition: .2s
}
.navBox .spNav .menu__lineTop {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}
.navBox .spNav .menu__lineBottom {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}
.navBox .spNav .menu--isOpen .menu__lineTop {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navBox .spNav .menu--isOpen .menu__lineMiddle {
  opacity: 0
}
.navBox .spNav .menu--isOpen .menu__lineBottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.navBox .spNav .spNavBox--isOpen {
  width: 100%;
  max-width: 80vw;
  right: 0;
  z-index: 0
}
@media screen and (max-width:414px) {
  .navBox .spNav .spNavBox--isOpen {
    max-width: 100vw
  }
}
footer .footerBlock__inner {
  text-align: center;
  padding: calc(40px + (60 - 40)*(100vw - 375px)/ (1170 - 375)) calc(20px + (30 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  footer .footerBlock__inner {
    padding: 60px 30px
  }
}
footer .footerBlock__inner .copyrightTxt {
  font-size: calc(13px + (30 - 13)*(100vw - 375px)/ (1170 - 375));
  color: #a9a9a9
}
@media screen and (min-width:1170px) {
  footer .footerBlock__inner .copyrightTxt {
    font-size: 30px
  }
}
footer .lpfooterBlock__inner {
  text-align: center;
  padding: 129px 0 10px 0
}
@media screen and (max-width:1920px) {
  footer .lpfooterBlock__inner {
    padding: calc(69px + (129 - 69)*(100vw - 768px)/ (1920 - 768)) 0 10px 0
  }
}
@media screen and (max-width:768px) {
  footer .lpfooterBlock__inner {
    padding: 9% 0 10px 0
  }
}
footer .lpfooterBlock__inner figure {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 115px;
  width: 100%;
  max-width: 405px
}
@media screen and (max-width:1920px) {
  footer .lpfooterBlock__inner figure {
    margin-bottom: calc(54px + (115 - 54)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  footer .lpfooterBlock__inner figure {
    margin-bottom: 7%
  }
}
footer .lpfooterBlock__inner figure img {
  width: 100%
}
@media screen and (max-width:768px) {
  footer .lpfooterBlock__inner figure img {
    width: 65%
  }
}
@media screen and (max-width:414px) {
  footer .lpfooterBlock__inner figure img {
    width: 50%
  }
}
footer .lpfooterBlock__inner .copyrightTxt {
  font-size: 14px;
  color: #a9a9a9
}
.titleBlock {
  text-align: center;
  margin-top: calc(50px + (130 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .titleBlock {
    margin-top: 130px
  }
}
.titleBlock h2 {
  font-size: calc(13px + (43 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (70 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .18em;
  font-weight: 500;
  display: block;
  width: auto;
  position: relative
}
@media screen and (min-width:1170px) {
  .titleBlock h2 {
    font-size: 43px;
    margin-bottom: 70px
  }
}
.titleBlock h2::before {
  content: "";
  background: url(../../assets/images/common/title_wood.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 14%;
  height: 168%;
  top: -3vw;
  left: 11.3178vw
}
@media screen and (min-width:1170px) {
  .titleBlock h2::before {
    width: 164px;
    height: 135px;
    top: -35px;
    left: 138px
  }
}
.titleBlock h2::after {
  content: "";
  background: url(../../assets/images/common/title_bird.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 17%;
  height: 175%;
  top: -5.8vw;
  right: 11.3178vw
}
@media screen and (min-width:1170px) {
  .titleBlock h2::after {
    width: 202px;
    height: 141px;
    top: -71px;
    right: 127px
  }
}
.btnBox {
  width: calc(285px + (890 - 285)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .btnBox {
    max-width: 890px
  }
}
.btnBox button {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  padding: calc(10px + (33 - 10)*(100vw - 375px)/ (1170 - 375)) 0 calc(10px + (37 - 10)*(100vw - 375px)/ (1170 - 320)) 0;
  text-align: center;
  font-size: calc(18px + (56 - 18)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .115em;
  line-height: 1;
  color: #fff;
  background: #92214d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.btnBox button.noneEvent {
  pointer-events: none;
  background: #a9a8a8
}
@media screen and (min-width:1170px) {
  .btnBox button {
    padding: 33px 0 37px 0;
    font-size: 56px
  }
}
.btnBoxFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}
.linkBox {
  width: 100%;
  margin: 0 auto
}
.linkBox a {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .08em;
  line-height: 1;
  color: #92214d
}
@media screen and (min-width:1170px) {
  .linkBox a {
    font-size: 42px
  }
}
.linkBox button {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .08em;
  line-height: 1;
  color: #92214d
}
@media screen and (min-width:1170px) {
  .linkBox button {
    font-size: 42px
  }
}
.lpBtnBox {
  max-width: 764.1575px;
  width: 96%;
  margin: 0 auto
}
@media screen and (max-width:1920px) {
  .lpBtnBox {
    max-width: calc(535px + (764.1575 - 535)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .lpBtnBox {
    max-width: 535px
  }
}
@media screen and (max-width:640px) {
  .lpBtnBox {
    max-width: 380px
  }
}
@media screen and (max-width:414px) {
  .lpBtnBox {
    max-width: 300px
  }
}
.lpBtnBox button {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 20.4874px 0 13.4874px 0;
  text-align: center;
  font-size: 40px;
  letter-spacing: .115em;
  line-height: 60.89px;
  color: #fff;
  background: #92214d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
@media screen and (max-width:1920px) {
  .lpBtnBox button {
    font-size: calc(28px + (40 - 28)*(100vw - 768px)/ (1920 - 768));
    padding: 2.5% 0 1.9% 0
  }
}
@media screen and (max-width:768px) {
  .lpBtnBox button {
    font-size: 28px;
    padding: 9px 0 7px 0
  }
}
@media screen and (max-width:640px) {
  .lpBtnBox button {
    font-size: 18px;
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .lpBtnBox button {
    font-size: 16px
  }
}
.gift_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.gift_index-page .txtBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto;
  margin-top: calc(31px + (100 - 31)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gift_index-page .txtBlock__inner {
    width: 974.8225px;
    margin-top: 100px
  }
}
.gift_index-page .txtBlock__inner p {
  text-align: center;
  font-size: calc(14px + (43 - 14)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .18em;
  font-weight: 500
}
@media screen and (min-width:1170px) {
  .gift_index-page .txtBlock__inner p {
    font-size: 43px
  }
}
.gift_index-page .giftBlock__inner {
  /* width: calc(334px + (1041 - 334)*(100vw - 375px)/ (1170 - 375)); */
  width: 100%;
  margin: 0 auto;
  margin-top: calc(17px + (52 - 17)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner {
    width: 1041px;
    margin-top: 52px
  }
}
.gift_index-page .giftBlock__inner::after {
  content: "";
  display: block;
  width: calc(96.9651px + (302.5311 - 96.9651)*(100vw - 375px)/ (1170 - 375));
  height: 0
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner::after {
    width: 302.5311px
  }
}
.gift_index-page .giftBlock__inner .giftItem {
  position: relative;
  margin-bottom: calc(30px + (95 - 30)*(100vw - 375px)/ (1170 - 375));
  text-align: center
  z-index: 10;
}



/*　modification　----------------------------*/
.box_coupon {
  position: relative;
}


@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem {
    margin-bottom: 95px
  }
}
.gift_index-page .giftBlock__inner .giftItem .deadline {
  font-size: calc(16px + (50 - 16)*(100vw - 375px)/ (1170 - 375));
  font-weight: 500;
  letter-spacing: .017em;
  color: #92214d;
  position: absolute;
  top: 47.5%;
  left: 34%;
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem .deadline {
    font-size: 50px
  }
}
.gift_index-page .giftBlock__inner .giftItem .number {
  font-size: calc(10px + (32 - 10)*(100vw - 375px)/ (1170 - 375));
  font-weight: 200;
  letter-spacing: .03em;
  position: absolute;
  /* top: calc(139px + (502 - 139)*(100vw - 320px)/ (1170 - 320)); */
  top: 85.9%;
  right: 2.5%
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem .number {
    font-size: 32px;
    top: 503px
  }
}


.gift_index-page .giftBlock__inner .giftItem img {
  //width: calc(334px + (1041 - 334)*(100vw - 375px)/ (1170 - 375));
  width: 100%;
  margin: auto
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem img {
    width: 1041px
  }
}
.gift_index-page .giftBlock__inner .giftItem.used::before {
  content: '';
  position: absolute;
  height: 78.6%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1
}
.gift_index-page .giftBlock__inner .giftItem.used::after {
  content: "";
  background: url(../../assets/images/gift/icon_used.svg) no-repeat;
  background-size: contain;
  width: calc(55.8619px + (174.289 - 55.8619)*(100vw - 375px)/ (1170 - 375));
  height: calc(55.8619px + (174.289 - 55.8619)*(100vw - 375px)/ (1170 - 375));
  position: absolute;
  top: 40.992%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem.used::after {
    width: 174.289px;
    height: 174.289px
  }
}
.gift_index-page .giftBlock__inner .giftItem .btnBox {
  //width: calc(334px + (1041 - 334)*(100vw - 375px)/ (1170 - 375));
  width: 100%;
  margin: 0 auto;
  margin-top: calc(10px + (30 - 10)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gift_index-page .giftBlock__inner .giftItem .btnBox {
    max-width: 1041px;
    margin-top: 30px
  }
}

.gps_setting-page {
  max-width: 1170px;
  margin: 0 auto
}
.gps_setting-page .titleBlock {
  margin-bottom: calc(50px + (100 - 50)*(100vw - 375px)/ (1170 - 375))
}
.gps_setting-page .titleBlock h2 {
  font-size: calc(23px + (77 - 23)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (70 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .18em;
  line-height: 1.6
}
@media screen and (max-width:640px) {
  .gps_setting-page .titleBlock h2 {
    padding: 0 25px
  }
}
@media screen and (min-width:1170px) {
  .gps_setting-page .titleBlock h2 {
    margin-bottom: 100px;
    font-size: 77px
  }
}
.gps_setting-page .titleBlock h2:before {
  top: 7vw;
  left: 5.3178vw
}
.gps_setting-page .titleBlock h2:after {
  top: 5vw;
  right: 5.3178vw
}
.gps_setting-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375));
  padding: 0 60px
}
@media screen and (max-width:640px) {
  .gps_setting-page .mainBlock {
    padding: 0 25px
  }
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock {
    margin-top: 67px;
    padding: 0 60px
  }
}
.gps_setting-page .mainBlock .unitSet ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .unitSet ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px
  }
}
.gps_setting-page .mainBlock .unitSet ul .btnBox {
  margin: 0 auto
}
.gps_setting-page .mainBlock .unitSet ul .btnBox a {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(15px + (33 - 15)*(100vw - 375px)/ (1170 - 375)) 0 calc(15px + (37 - 15)*(100vw - 375px)/ (1170 - 320)) 0;
  text-align: center;
  font-size: calc(14px + (35 - 14)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .115em;
  line-height: 1;
  color: #fff;
  background: #92214d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .unitSet ul .btnBox a {
    padding: 33px 0 37px 0;
    font-size: 35px;
    border-radius: 10px
  }
}
.gps_setting-page .mainBlock .midashi {
  padding-top: calc(50px + (100 - 50)*(100vw - 375px)/ (1170 - 375));
  font-size: calc(21px + (50 - 21)*(100vw - 375px)/ (1170 - 375));
  font-weight: 500;
  color: #92214d;
  border-bottom: 1px solid #92214d;
  padding-bottom: 10px
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .midashi {
    padding-top: 100px;
    font-size: 50px;
    font-weight: 500
  }
}
.gps_setting-page .mainBlock .android {
  padding-top: calc(50px + (80 - 50)*(100vw - 375px)/ (1170 - 375));
  margin-top: calc(50px + (80 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .android {
    padding-top: 80px;
    margin-top: 80px
  }
}
.gps_setting-page .mainBlock .txt {
  font-size: calc(15px + (25 - 15)*(100vw - 375px)/ (1170 - 375));
  margin-top: calc(10px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .txt {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px
  }
}
.gps_setting-page .mainBlock .setBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(80px + (180 - 80)*(100vw - 375px)/ (1170 - 375));
  gap: 30px
}
@media screen and (max-width:640px) {
  .gps_setting-page .mainBlock .setBox {
    display: block;
    gap: 0
  }
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .setBox {
    margin-top: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.gps_setting-page .mainBlock .setBox .imgBox {
  width: 50%
}
@media screen and (max-width:640px) {
  .gps_setting-page .mainBlock .setBox .imgBox {
    width: 100%
  }
}
.gps_setting-page .mainBlock .setBox .imgBox figure img {
  max-width: 100%
}
.gps_setting-page .mainBlock .setBox .imgTxt {
  width: 50%;
  margin-top: 5px;
  font-size: calc(15px + (25 - 15)*(100vw - 375px)/ (1170 - 375));
  text-align: left
}
@media screen and (max-width:640px) {
  .gps_setting-page .mainBlock .setBox .imgTxt {
    width: 100%
  }
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .setBox .imgTxt {
    margin-top: 5px;
    font-size: 25px;
    text-align: left
  }
}
.gps_setting-page .mainBlock .setBox .imgTxt span {
  font-weight: 600
}
.gps_setting-page .mainBlock .arrowBox {
  position: relative
}
.gps_setting-page .mainBlock .arrowBox::after {
  position: absolute;
  content: "";
  border-top: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid #92214d;
  border-right: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid transparent;
  border-left: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid transparent;
  bottom: calc((-45px) + ((-110) - (-45))*(100vw - 375px)/ (1170 - 375));
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .arrowBox::after {
    border-top: 40px solid #92214d;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    bottom: -110px
  }
}
.gps_setting-page .mainBlock .arrowBox2 {
  position: relative
}
.gps_setting-page .mainBlock .arrowBox2::after {
  position: absolute;
  content: "";
  border-top: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid #92214d;
  border-right: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid transparent;
  border-left: calc(20px + (40 - 20)*(100vw - 375px)/ (1170 - 375)) solid transparent;
  bottom: calc((-45px) + ((-110) - (-45))*(100vw - 375px)/ (1170 - 375));
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .arrowBox2::after {
    border-top: 40px solid #92214d;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    bottom: -110px
  }
}
.gps_setting-page .mainBlock .unitBox .setBox:nth-of-type(2) {
  margin-top: calc(30px + (80 - 30)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .unitBox .setBox:nth-of-type(2) {
    margin-top: 80px
  }
}
.gps_setting-page .mainBlock .atentionBox {
  margin-top: calc(60px + (80 - 60)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .atentionBox {
    margin-top: 80px
  }
}
.gps_setting-page .mainBlock .atentionBox h3 {
  font-size: calc(18px + (30 - 18)*(100vw - 375px)/ (1170 - 375));
  font-weight: 500;
  color: #92214d
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .atentionBox h3 {
    font-size: 30px
  }
}
.gps_setting-page .mainBlock .atentionBox .setBox:first-of-type {
  margin-top: calc(30px + (50 - 30)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .atentionBox .setBox:first-of-type {
    margin-top: 50px
  }
}
.gps_setting-page .mainBlock .linkBox {
  text-align: center;
  margin-top: calc(40px + (80 - 40)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .linkBox {
    margin-top: 80px
  }
}
.gps_setting-page .mainBlock .linkBox a {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .08em;
  line-height: 1;
  color: #92214d
}
@media screen and (min-width:1170px) {
  .gps_setting-page .mainBlock .linkBox a {
    font-size: 42px
  }
}
.index-page {
  color: #3f3c3c;
  overflow-x: hidden
}
.index-page .mainBlock {
  text-align: center;
  margin-top: 34px;
  position: relative
}
.index-page .mainBlock::before {
  content: "";
  display: inline-block;
  width: 39%;
  background: url(../../assets/images/index/bgimg01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -11.1%;
  top: 5%;
  z-index: -1;
  width: 33%;
  padding-top: 28.74%
}
@media screen and (max-width:1700px) {
  .index-page .mainBlock::before {
    width: 29%
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock::before {
    width: 29%;
    right: -8.5%;
    top: 3%
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock::before {
    top: -14%;
    z-index: 1
  }
}
.index-page .mainBlock::after {
  content: "";
  display: inline-block;
  max-width: 307px;
  background: url(../../assets/images/index/bgimg02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 4.5%;
  top: -5%;
  z-index: 1;
  width: 33%;
  padding-top: 15.74%
}
@media screen and (max-width:1600px) {
  .index-page .mainBlock::after {
    right: -4.5%
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock::after {
    width: 21%;
    right: -2.5%;
    top: -6%
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock::after {
    top: -10%
  }
}
.index-page .mainBlock .txt {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 75.57px
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .txt {
    font-size: calc(21px + (35 - 21)*(100vw - 768px)/ (1920 - 768));
    line-height: 2.4
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock .txt {
    font-size: 21px;
    line-height: 1.8
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .txt {
    font-size: 18px
  }
}
@media screen and (max-width:414px) {
  .index-page .mainBlock .txt {
    font-size: 15px
  }
}
.index-page .mainBlock .setBox {
  margin-top: 62.1582px
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .setBox {
    margin-top: calc(45px + (62.1582 - 45)*(100vw - 640px)/ (1920 - 640))
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .setBox {
    margin-top: 7%
  }
}
.index-page .mainBlock .setBox .bannerBox {
  width: 96%;
  margin: 0 auto;
  margin-top: 100px;
  line-height: 0
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .setBox .bannerBox {
    margin-top: calc(80px + (100 - 80)*(100vw - 640px)/ (1920 - 640))
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .setBox .bannerBox {
    margin-top: 10%
  }
}
.index-page .mainBlock .setBox .bannerBox img {
  max-width: 100%
}
.index-page .mainBlock .setBox .txt {
  margin-top: 42.854px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 75.57px
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .setBox .txt {
    font-size: calc(21px + (35 - 21)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(38px + (42.854 - 38)*(100vw - 640px)/ (1920 - 640));
    line-height: 2.4
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock .setBox .txt {
    font-size: 21px;
    line-height: 1.8
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .setBox .txt {
    margin-top: 6%;
    font-size: 18px
  }
}
@media screen and (max-width:414px) {
  .index-page .mainBlock .setBox .txt {
    font-size: 15px
  }
}
.index-page .mainBlock .setBox .txtSmall {
  margin-top: 27.854px;
  font-size: 29px
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .setBox .txtSmall {
    font-size: calc(18px + (29 - 18)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(20px + (27.854 - 20)*(100vw - 640px)/ (1920 - 640));
    line-height: 2.4
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock .setBox .txtSmall {
    font-size: 18px;
    margin-top: 7px
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .setBox .txtSmall {
    margin-top: 3%;
    font-size: 14px;
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .mainBlock .setBox .txtSmall {
    font-size: 12px
  }
}
.index-page .mainBlock .setBox .txtLarge {
  color: #98af3f;
  font-size: 53px;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 80.57px;
  margin-top: 3px
}
@media screen and (max-width:1920px) {
  .index-page .mainBlock .setBox .txtLarge {
    font-size: calc(35px + (53 - 35)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .mainBlock .setBox .txtLarge {
    font-size: 35px;
    margin-top: -10px
  }
}
@media screen and (max-width:640px) {
  .index-page .mainBlock .setBox .txtLarge {
    margin-top: 0;
    font-size: 23px;
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .mainBlock .setBox .txtLarge {
    font-size: 18px
  }
}
.index-page .explainBlock {
  margin-top: 103px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock {
    margin-top: calc(70px + (103 - 70)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock {
    margin-top: 11%
  }
}
.index-page .explainBlock__inner {
  width: 96%;
  max-width: 1215px;
  margin: 0 auto
}
.index-page .explainBlock__inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl {
    display: block
  }
}
.index-page .explainBlock__inner dl:last-of-type dd {
  padding-bottom: 95px !important
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl:last-of-type dd {
    padding-bottom: 50px !important
  }
}
.index-page .explainBlock__inner dl dt {
  width: 18.81%
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dt {
    width: 16.81%
  }
}
.index-page .explainBlock__inner dl dt .explainTtl {
  width: 100%;
  max-width: 170px;
  text-align: justify;
  background: #3f3c3c;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 48.37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dt .explainTtl {
    max-width: calc(100px + (170 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(16px + (25 - 16)*(100vw - 768px)/ (1920 - 768));
    padding: 5px calc(10px + (22 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dt .explainTtl {
    max-width: 170px;
    padding: 5px 22px;
    font-size: 16px;
    line-height: 36px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dt .explainTtl {
    font-size: 15px;
    width: 100px;
    line-height: 1.8;
    padding: 5px 10px
  }
}
.index-page .explainBlock__inner dl dd {
  width: 76.83%;
  max-width: 934px;
  padding-left: 52px;
  padding-bottom: 62.4793px;
  background-image: -webkit-repeating-linear-gradient(150deg, #a9a8a8, #a9a8a8 5px, transparent 5px, transparent 6px, #a9a8a8 6px);
  background-image: repeating-linear-gradient(-60deg, #a9a8a8, #a9a8a8 5px, transparent 5px, transparent 6px, #a9a8a8 6px);
  background-size: 1px 100%;
  background-repeat: repeat-y
}
@media screen and (max-width:1200px) {
  .index-page .explainBlock__inner dl dd {
    padding-left: 3.8vw
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd {
    padding-left: 3%
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd {
    width: 100%;
    background-image: -webkit-repeating-linear-gradient(150deg, #a9a8a8, #a9a8a8 5px, transparent 5px, transparent 6px, #a9a8a8 6px);
    background-image: repeating-linear-gradient(-60deg, #a9a8a8, #a9a8a8 5px, transparent 5px, transparent 6px, #a9a8a8 6px);
    background-size: 100% 1px;
    background-repeat: repeat-x;
    margin-top: 4%;
    padding-left: 0;
    padding-bottom: 20%;
    padding-top: 4%
  }
}
.index-page .explainBlock__inner dl dd .periodFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18.8859px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex {
    margin-bottom: 4%
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex {
    margin-bottom: 3%
  }
}
.index-page .explainBlock__inner dl dd .periodFlex .periodTtl {
  width: 100%;
  max-width: 180px;
  text-align: center;
  background: #eabe55;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 40px;
  margin-right: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodTtl {
    max-width: calc(100px + (180 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(16px + (31 - 16)*(100vw - 768px)/ (1920 - 768));
    padding: 1px calc(10px + (40 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodTtl {
    font-size: 16px;
    line-height: 44px;
    max-width: 100px;
    padding: 1px 10px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodTtl {
    margin-right: 3%;
    line-height: 1.8;
    padding: 5px 0
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodTtl {
    font-size: 13px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex .periodDate {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 79.79px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate {
    font-size: calc(26px + (40 - 26)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate {
    font-size: 26px;
    line-height: 50.79px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate {
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate {
    font-size: 20px
  }
}
@media screen and (max-width:320px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate {
    font-size: 16px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex .periodDate span {
  display: inline-block;
  width: 36.4929px;
  height: 36.4929px;
  border-radius: 50%;
  background: #3f3c3c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 36.4929px;
  vertical-align: 18%
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate span {
    font-size: calc(13px + (20 - 13)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate span {
    width: 23px;
    height: 23px;
    font-size: 13px;
    line-height: 23px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex .periodDate span {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 19px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
  margin-bottom: 10.6667px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
    margin-bottom: 4%
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
    margin-bottom: 3%
  }
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
***********************************************************************************************************/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
  width: 100%;
  max-width: 180px;
  text-align: center;
  background: #8d8b8b;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .158em;
  line-height: 37.46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 40px;
  margin-right: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    max-width: calc(100px + (180 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(13px + (23 - 13)*(100vw - 768px)/ (1920 - 768));
    padding: 1px calc(10px + (40 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    font-size: 13px;
    line-height: 44px;
    max-width: 100px;
    padding: 1px 10px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    line-height: 1.8;
    padding: 5px 0
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    font-size: 11px
  }
}

.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
  font-size: 30.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 53.37px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: calc(20px + (30.5 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 20px;
    line-height: 50.79px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 15px
  }
}
@media screen and (max-width:320px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
  display: inline-block;
  width: 24.4118px;
  height: 24.4118px;
  border-radius: 50%;
  background: #3f3c3c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 24.4118px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    font-size: calc(11px + (13 - 11)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 21px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px
  }
}
/***********************************************************************************************************
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .saturday {
  background: #008bd5
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate .sunday {
  background: #cc3c3c
}
/***********************************************************************************************************/
/***********************************************************************************************************/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
  margin-bottom: 10.6667px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
    margin-bottom: 4%
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) {
    margin-bottom: 3%
  }
}
/*
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
***********************************************************************************************************/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
  width: 100%;
  max-width: 180px;
  text-align: center;
  background: #8d8b8b;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .158em;
  line-height: 37.46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 40px;
  margin-right: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    max-width: calc(100px + (180 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(13px + (23 - 13)*(100vw - 768px)/ (1920 - 768));
    padding: 1px calc(10px + (40 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    font-size: 13px;
    line-height: 44px;
    max-width: 100px;
    padding: 1px 10px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    line-height: 1.8;
    padding: 5px 0
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodTtl {
    font-size: 11px
  }
}

.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
  font-size: 30.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 53.37px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: calc(20px + (30.5 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 20px;
    line-height: 50.79px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 15px
  }
}
@media screen and (max-width:320px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
  display: inline-block;
  width: 24.4118px;
  height: 24.4118px;
  border-radius: 50%;
  background: #3f3c3c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 24.4118px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    font-size: calc(11px + (13 - 11)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 21px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(1) .periodDate span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px
  }
}
/***********************************************************************************************************
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
*/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodTtl {
  width: 100%;
  max-width: 180px;
  text-align: center;
  background: #8d8b8b;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .158em;
  line-height: 37.46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 40px;
  margin-right: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodTtl {
    max-width: calc(100px + (180 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(13px + (23 - 13)*(100vw - 768px)/ (1920 - 768));
    padding: 1px calc(10px + (40 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodTtl {
    font-size: 13px;
    line-height: 44px;
    max-width: 100px;
    padding: 1px 10px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodTtl {
    line-height: 1.8;
    padding: 5px 0
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodTtl {
    font-size: 11px
  }
}

.index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
  font-size: 30.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 53.37px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
    font-size: calc(20px + (30.5 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
    font-size: 20px;
    line-height: 50.79px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
    font-size: 15px
  }
}
@media screen and (max-width:320px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate span {
  display: inline-block;
  width: 24.4118px;
  height: 24.4118px;
  border-radius: 50%;
  background: #3f3c3c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 24.4118px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate span {
    font-size: calc(11px + (13 - 11)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate span {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 21px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px
  }
}





.index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate .saturday {
  background: #008bd5
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(2) .periodDate .sunday {
  background: #cc3c3c
}
/***********************************************************************************************************/
/***********************************************************************************************************/
.index-page .explainBlock__inner dl dd .periodCoution {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 21px;
  text-indent: -1.1em;
  padding-left: 1em
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodCoution {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(10px + (21 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodCoution {
    font-size: 14px;
    margin-top: 10px
  }
}
.index-page .explainBlock__inner dl dd .stepBox {
  margin-top: 13.1723px
}
.index-page .explainBlock__inner dl dd .stepBox:nth-child(2) {
  margin-top: 68.9472px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(2) {
    margin-top: 9%
  }
}
.index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoution {
  margin-top: 18px !important
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoution {
    margin-top: 8px !important
  }
}
.index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoutionLast {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 3px;
  text-indent: -1.1em;
  padding-left: 1em
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoutionLast {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoutionLast {
    font-size: 14px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(2) .stepCoutionLast {
    line-height: 2;
    margin-top: -3px
  }
}
.index-page .explainBlock__inner dl dd .stepBox:nth-child(3) {
  margin-top: 46px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox:nth-child(3) {
    margin-top: 5%
  }
}

/*
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
***********************************************************************************************************/
/*
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodTtl {
  width: 100%;
  max-width: 180px;
  text-align: center;
  background: #8d8b8b;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .158em;
  line-height: 37.46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 40px;
  margin-right: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodTtl {
    max-width: calc(100px + (180 - 100)*(100vw - 768px)/ (1920 - 768));
    font-size: calc(13px + (23 - 13)*(100vw - 768px)/ (1920 - 768));
    padding: 1px calc(10px + (40 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodTtl {
    font-size: 13px;
    line-height: 44px;
    max-width: 100px;
    padding: 1px 10px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodTtl {
    line-height: 1.8;
    padding: 5px 0
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodTtl {
    font-size: 11px
  }
}

.index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
  font-size: 30.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 53.37px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
    font-size: calc(20px + (30.5 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
    font-size: 20px;
    line-height: 50.79px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
    line-height: 1.8
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
    font-size: 15px
  }
}
@media screen and (max-width:320px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate span {
  display: inline-block;
  width: 24.4118px;
  height: 24.4118px;
  border-radius: 50%;
  background: #3f3c3c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 24.4118px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate span {
    font-size: calc(11px + (13 - 11)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate span {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 21px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px
  }
}
*/
/***********************************************************************************************************
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
*/
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate .saturday {
  background: #008bd5
}
.index-page .explainBlock__inner dl dd .periodFlex:nth-child(3) .periodDate .sunday {
  background: #cc3c3c
}
/***********************************************************************************************************/
/***********************************************************************************************************/

.index-page .explainBlock__inner dl dd .stepBox .stepFlex {
  margin-top: 26.6243px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex {
    margin-top: 3%;
    display: block
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit {
  width: 71%;
  margin-left: 1%
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit {
    width: 100%
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 42.54px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt {
    font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768));
    line-height: 2
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt {
    font-size: 16px;
    line-height: 1.8
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt {
    font-size: 15px
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt .textLarge {
  color: #98af3f;
  font-weight: 900
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt .ateIcon {
  font-size: 16px;
  vertical-align: 18%
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt .ateIcon {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt .ateIcon {
    font-size: 14px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt .ateIcon {
    font-size: 12px
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt span {
  color: red
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt a {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: underline
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepTxt a:hover {
  opacity: .7
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(10px + (25 - 10)*(100vw - 768px)/ (1920 - 768));
    line-height: 2
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28.54px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt {
    line-height: 2
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.1em;
  padding-left: 1em
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt ul li::marker {
  font-size: 10px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt ul li {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
    line-height: 2
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt ul li {
    font-size: 14px;
    line-height: 28.54px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt ul li {
    line-height: 2
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 0 !important;
  text-indent: -1.1em;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution:first-of-type {
  margin-top: 10px !important
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution:nth-of-type(3) {
  margin-top: 10px !important;
  text-indent: 0;
  padding-left: 0
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution:nth-of-type(4) {
  margin-top: 10px !important;
  text-indent: 0;
  padding-left: 0
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .stepCoution {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepSubTxt .w600 {
  font-weight: 600
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 8px;
  text-indent: -1.1em;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution2 {
  color: red;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution2 {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoution2 {
    font-size: 14px
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepUnit .stepCoutionLast {
  margin-top: 3px !important
}
@media screen and (max-width:1200px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure {
  width: 365px
}
@media screen and (max-width:1200px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure {
    width: 100%
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure {
    width: 365px;
    max-width: 230px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-top: 4%
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure img {
  max-width: 365px;
  width: 100%
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure img {
    max-width: 230px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .stepImg figure img {
    width: 85%;
    max-width: 100%
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .firstStepImg figure {
  margin-top: 15px;
  margin-right: 15px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .firstStepImg figure {
    margin: 0 auto;
    margin-top: 4%
  }
}
.index-page .explainBlock__inner dl dd .stepBox .stepFlex .secondStepImg figure {
  margin-right: 9px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .stepBox .stepFlex .secondStepImg figure {
    margin: 0 auto;
    margin-top: 4%
  }
}
.index-page .explainBlock__inner dl dd .rewardFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
  margin-top: 40px;
  margin-left: 0
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .rewardFlex {
    gap: calc(30px + (66 - 30)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(20px + (40 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .rewardFlex {
    gap: 30px;
    margin-top: 20px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .rewardFlex {
    display: block
  }
}
.index-page .explainBlock__inner dl dd .rewardFlex figure {
  width: 389px
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .rewardFlex figure {
    width: 100%
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .rewardFlex figure {
    text-align: center
  }
}
.index-page .explainBlock__inner dl dd .rewardFlex figure img {
  max-width: 389px;
  width: 100%
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .rewardFlex figure img {
    max-width: 600px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .rewardFlex figure img {
    width: 80%
  }
}
.index-page .explainBlock__inner dl dd .txt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 48.57px;
  margin-left: 10px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .txt {
    font-size: calc(20px + (30 - 20)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .txt {
    font-size: 20px;
    line-height: 1.8
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner dl dd .txt {
    font-size: 18px
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner dl dd .txt {
    font-size: 16px
  }
}
.index-page .explainBlock__inner dl dd .subTxt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 9px;
  margin-left: 10px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .subTxt {
    font-size: calc(16px + (20 - 16)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .subTxt {
    font-size: 16px;
    margin-top: 5px
  }
}
.index-page .explainBlock__inner dl dd .rewardCoutionFirst {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 34.54px;
  margin-top: 40px;
  margin-left: 23px
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .rewardCoutionFirst {
    font-size: calc(16px + (20 - 16)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(20px + (40 - 20)*(100vw - 768px)/ (1920 - 768));
    margin-left: calc(14px + (23 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .rewardCoutionFirst {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 14px
  }
}
.index-page .explainBlock__inner dl dd .rewardCoution {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 21px;
  text-indent: -1.1em;
  padding-left: 1em;
  margin-left: 11px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .explainBlock__inner dl dd .rewardCoution {
    font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
    margin-top: calc(10px + (21 - 10)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner dl dd .rewardCoution {
    font-size: 14px;
    margin-top: 10px
  }
}
.index-page .explainBlock__inner dl dd .rewardCoutionLast {
  margin-top: 3px !important
}
.index-page .explainBlock__inner .step {
  position: relative
}
.index-page .explainBlock__inner .step::before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 395px;
  background: url(../../assets/images/index/bgimg03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -13.1vw;
  top: 13%;
  z-index: -1
}
@media screen and (max-width:1550px) {
  .index-page .explainBlock__inner .step::before {
    width: 21%;
    left: -2.1%
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner .step::before {
    width: 25%;
    left: 62.9%;
    top: -11.123%
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner .step::before {
    top: -11.123%;
    display: none;
  }
}
.index-page .explainBlock__inner .rewardBox {
  margin-top: -8px;
  position: relative
}
.index-page .explainBlock__inner .rewardBox::before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 325px;
  background: url(../../assets/images/index/bgimg04.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -13.1vw;
  top: -16%;
  z-index: -1;
  padding-top: 28%
}
@media screen and (max-width:768px) {
  .index-page .explainBlock__inner .rewardBox::before {
    width: 19%;
    right: -8.1vw;
    top: -77px
  }
}
@media screen and (max-width:640px) {
  .index-page .explainBlock__inner .rewardBox::before {
    width: 25%;
    right: 11.9%;
    top: -23.123%
  }
}
@media screen and (max-width:414px) {
  .index-page .explainBlock__inner .rewardBox::before {
    top: -8.123%;
    display: none;
  }
}
.index-page .faqBlock {
  margin-top: 127px;
  background: #daedda
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock {
    margin-top: calc(84px + (127 - 84)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock {
    margin-top: 11%
  }
}
.index-page .faqBlock__inner {
  width: 96%;
  max-width: 1215px;
  margin: 0 auto;
  padding-top: 137.8522px;
  padding-bottom: 114.4343px
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock__inner {
    padding-top: calc(69px + (137.8522 - 69)*(100vw - 768px)/ (1920 - 768));
    padding-bottom: calc(84px + (114.4343 - 84)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner {
    padding-top: 9%;
    padding-bottom: 11%
  }
}
.index-page .faqBlock__inner h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 60.89px;
  text-align: center;
  padding-bottom: 107px
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock__inner h2 {
    font-size: calc(23px + (40 - 23)*(100vw - 768px)/ (1920 - 768));
    padding-bottom: calc(37px + (107 - 37)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner h2 {
    font-size: 23px;
    padding-bottom: 5%
  }
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner h2 {
    font-size: 20px
  }
}
.index-page .faqBlock__inner dl {
  margin-bottom: 33.7241px
}
.index-page .faqBlock__inner dl:last-of-type {
  margin-bottom: 0
}
.index-page .faqBlock__inner .acMenu dt.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 6px 41px 6px 31px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner .acMenu dt.open {
    padding: 14px 41px 14px 31px
  }
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dt.open {
    padding: 14px 40px 14px 10px
  }
}
.index-page .faqBlock__inner .acMenu dt.open .imgBoxFirst {
  width: 6.16%;
  height: 26px
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dt.open .imgBoxFirst {
    width: 30px;
    margin-right: 2%
  }
}
.index-page .faqBlock__inner .acMenu dt.open .imgBoxFirst img {
  max-width: 23px;
  width: 100%
}
.index-page .faqBlock__inner .acMenu dt.open p {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 60.89px
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock__inner .acMenu dt.open p {
    font-size: calc(16px + (21 - 16)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner .acMenu dt.open p {
    font-size: 16px;
    line-height: 1.8;
    width: 90%
  }
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dt.open p {
    font-size: 15px
  }
}
.index-page .faqBlock__inner .acMenu dt.open::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 13px;
  background: url(../../assets/images/index/faq_arrow.svg) center no-repeat;
  margin-right: 8px;
  position: absolute;
  right: 33px;
  -webkit-transition: .2s;
  transition: .2s
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dt.open::after {
    right: 0
  }
}
.index-page .faqBlock__inner .acMenu dt.open.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.index-page .faqBlock__inner .acMenu dd.close {
  display: none;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .048em;
  line-height: 42.54px;
  margin-top: 25px;
  margin-bottom: 55.5042px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock__inner .acMenu dd.close {
    line-height: 2;
    font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner .acMenu dd.close {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 2%;
    margin-bottom: 6%
  }
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dd.close {
    padding: 10px 0;
    font-size: 15px
  }
}
.index-page .faqBlock__inner .acMenu dd.close .marginTop {
  margin-top: 10px;
  margin-bottom: 12px
}
.index-page .faqBlock__inner .acMenu dd.close ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 13px
}
.index-page .faqBlock__inner .acMenu dd.close ol li span {
  color: red
}
.index-page .faqBlock__inner .acMenu dd.close ol li p {
  font-size: 18px;
  font-weight: 400;
  text-indent: -1.3em;
  padding-left: 1.3em
}
@media screen and (max-width:1920px) {
  .index-page .faqBlock__inner .acMenu dd.close ol li p {
    font-size: calc(14px + (18 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner .acMenu dd.close ol li p {
    margin-top: 5px;
    font-size: 14px
  }
}
@media screen and (max-width:640px) {
  .index-page .faqBlock__inner .acMenu dd.close ol li p {
    margin-top: 3px
  }
}
.index-page .faqBlock__inner .acMenu dd.close a {
  color: #3f3c3c;
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s
}
.index-page .faqBlock__inner .acMenu dd.close a:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .index-page .faqBlock__inner .acMenu dd.close a:hover {
    opacity: 1
  }
}
.login_forgot-page {
  max-width: 1170px;
  margin: 0 auto
}
.login_forgot-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .mainBlock {
    margin-top: 67px
  }
}
.login_forgot-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .login_forgot-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.login_forgot-page .formBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner {
    width: 974.8225px
  }
}
.login_forgot-page .formBlock__inner dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(10px + (20 - 10)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner dl {
    margin-bottom: 20px
  }
}
@media screen and (max-width:470px) {
  .login_forgot-page .formBlock__inner dl {
    display: block
  }
}
.login_forgot-page .formBlock__inner dl:last-of-type {
  margin-bottom: 0
}
.login_forgot-page .formBlock__inner dl dt {
  width: 36%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner dl dt {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .login_forgot-page .formBlock__inner dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
  }
}
.login_forgot-page .formBlock__inner dl dd {
  width: 75%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner dl dd {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .login_forgot-page .formBlock__inner dl dd {
    width: 100%;
    font-size: 16px
  }
}
.login_forgot-page .formBlock__inner dl dd input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #484848;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(10px + (15 - 10)*(100vw - 375px)/ (1170 - 375)) calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner dl dd input {
    padding: 15px 10px
  }
}
.login_forgot-page .formBlock__inner dl dd input:focus {
  outline: 1px #92214d solid
}
.login_forgot-page .formBlock__inner .setBox {
  margin-top: calc(50px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner .setBox {
    margin-top: 149px
  }
}
.login_forgot-page .formBlock__inner .setBox:nth-of-type(2) {
  text-align: center;
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_forgot-page .formBlock__inner .setBox:nth-of-type(2) {
    margin-top: 60px
  }
}
.login_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.login_index-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_index-page .mainBlock {
    margin-top: 67px
  }
}
.login_index-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .login_index-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.login_index-page .mainBlock .setBox {
  margin-top: calc(50px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_index-page .mainBlock .setBox {
    margin-top: 149px
  }
}
.login_index-page .mainBlock .setBox:nth-of-type(2) {
  text-align: center;
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .login_index-page .mainBlock .setBox:nth-of-type(2) {
    margin-top: 60px
  }
}
.not_login_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.not_login_index-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_index-page .mainBlock {
    margin-top: 67px
  }
}
.not_login_index-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .not_login_index-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.not_login_index-page .mainBlock .setBox {
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_index-page .mainBlock .setBox {
    margin-top: 60px
  }
}
.not_login_login_forgot-page {
  max-width: 1170px;
  margin: 0 auto
}
.not_login_login_forgot-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .mainBlock {
    margin-top: 67px
  }
}
.not_login_login_forgot-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.not_login_login_forgot-page .formBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner {
    width: 974.8225px
  }
}
.not_login_login_forgot-page .formBlock__inner dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(10px + (20 - 10)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner dl {
    margin-bottom: 20px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_forgot-page .formBlock__inner dl {
    display: block
  }
}
.not_login_login_forgot-page .formBlock__inner dl:last-of-type {
  margin-bottom: 0
}
.not_login_login_forgot-page .formBlock__inner dl dt {
  width: 36%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner dl dt {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_forgot-page .formBlock__inner dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
  }
}
.not_login_login_forgot-page .formBlock__inner dl dd {
  width: 75%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner dl dd {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_forgot-page .formBlock__inner dl dd {
    width: 100%;
    font-size: 16px
  }
}
.not_login_login_forgot-page .formBlock__inner dl dd input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #484848;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(10px + (15 - 10)*(100vw - 375px)/ (1170 - 375)) calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner dl dd input {
    padding: 15px 10px
  }
}
.not_login_login_forgot-page .formBlock__inner dl dd input:focus {
  outline: 1px #92214d solid
}
.not_login_login_forgot-page .formBlock__inner .setBox {
  margin-top: calc(50px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner .setBox {
    margin-top: 149px
  }
}
.not_login_login_forgot-page .formBlock__inner .setBox:nth-of-type(2) {
  text-align: center;
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_forgot-page .formBlock__inner .setBox:nth-of-type(2) {
    margin-top: 60px
  }
}
.not_login_login_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.not_login_login_index-page .formBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner {
    width: 974.8225px
  }
}
.not_login_login_index-page .formBlock__inner .linkBox {
  text-align: center
}
.not_login_login_index-page .formBlock__inner dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(10px + (20 - 10)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner dl {
    margin-bottom: 20px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_index-page .formBlock__inner dl {
    display: block
  }
}
.not_login_login_index-page .formBlock__inner dl:last-of-type {
  margin-bottom: 0
}
.not_login_login_index-page .formBlock__inner dl dt {
  width: 36%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner dl dt {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_index-page .formBlock__inner dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
  }
}
.not_login_login_index-page .formBlock__inner dl dd {
  width: 75%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner dl dd {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .not_login_login_index-page .formBlock__inner dl dd {
    width: 100%;
    font-size: 16px
  }
}
.not_login_login_index-page .formBlock__inner dl dd input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #484848;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(10px + (15 - 10)*(100vw - 375px)/ (1170 - 375)) calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner dl dd input {
    padding: 15px 10px
  }
}
.not_login_login_index-page .formBlock__inner dl dd input:focus {
  outline: 1px #92214d solid
}
.not_login_login_index-page .formBlock__inner .setBox {
  margin-top: calc(50px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner .setBox {
    margin-top: 149px
  }
}
.not_login_login_index-page .formBlock__inner .setBox:nth-of-type(2) {
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .not_login_login_index-page .formBlock__inner .setBox:nth-of-type(2) {
    margin-top: 60px
  }
}
.registration_finish-page {
  max-width: 1170px;
  margin: 0 auto
}
.registration_finish-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_finish-page .mainBlock {
    margin-top: 67px
  }
}
.registration_finish-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .registration_finish-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.registration_finish-page .mainBlock .setBox {
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_finish-page .mainBlock .setBox {
    margin-top: 60px
  }
}
.registration_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.registration_index-page .formBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner {
    width: 974.8225px
  }
}
.registration_index-page .formBlock__inner dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(10px + (20 - 10)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner dl {
    margin-bottom: 20px
  }
}
@media screen and (max-width:470px) {
  .registration_index-page .formBlock__inner dl {
    display: block
  }
}
.registration_index-page .formBlock__inner dl:last-of-type {
  margin-bottom: 0
}
.registration_index-page .formBlock__inner dl dt {
  width: 36%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner dl dt {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .registration_index-page .formBlock__inner dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
  }
}
.registration_index-page .formBlock__inner dl dd {
  width: 75%;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner dl dd {
    font-size: 42px
  }
}
@media screen and (max-width:470px) {
  .registration_index-page .formBlock__inner dl dd {
    width: 100%;
    font-size: 16px
  }
}
.registration_index-page .formBlock__inner dl dd input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #484848;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(10px + (15 - 10)*(100vw - 375px)/ (1170 - 375)) calc(5px + (10 - 5)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner dl dd input {
    padding: 15px 10px
  }
}
.registration_index-page .formBlock__inner dl dd input:focus {
  outline: 1px #92214d solid
}
.registration_index-page .formBlock__inner .setBox {
  margin-top: calc(50px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner .setBox {
    margin-top: 149px
  }
}
.registration_index-page .formBlock__inner .setBox:nth-of-type(2) {
  text-align: center;
  margin-top: calc(20px + (60 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_index-page .formBlock__inner .setBox:nth-of-type(2) {
    margin-top: 60px
  }
}
.registration_ok-page {
  max-width: 1170px;
  margin: 0 auto
}
.registration_ok-page .mainBlock {
  text-align: center;
  margin-top: calc(20px + (67 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .registration_ok-page .mainBlock {
    margin-top: 67px
  }
}
.registration_ok-page .mainBlock .txt {
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(20px + (50 - 20)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .registration_ok-page .mainBlock .txt {
    font-size: 42px;
    margin-bottom: 50px
  }
}
.slot_index-page {
  max-width: 1170px;
  margin: 0 auto;
  background: url(../../assets/images/common/slot_bg.jpg) no-repeat;
  background-position: center
}
.slot_index-page .slotBlock__inner {
  width: calc(302px + (944 - 302)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto;
  margin-top: calc(57px + (178 - 57)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner {
    width: 944px;
    margin-top: 178px
  }
}
.slot_index-page .slotBlock__inner .slotSet {
  background: url(../../assets/images/slot/bg_slot.png) no-repeat;
  background-position: center;
  /*background-size: 100% auto;*/
  background-size: auto 100%;
  width: 100%;
  height: calc(379px + (1183 - 379)*(100vw - 375px)/ (1170 - 375));
  height: auto !important;
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotSet {
    /*height: 1183px*/
    height: auto !important;
  }
}
@media screen and (max-width:640px) {
  .slot_index-page .slotBlock__inner .slotSet {
    height: auto !important;
  }
}
.slot_index-page .slotBlock__inner .slotSet img {
  display: block;
  padding-top: calc(30px + (100 - 30)*(100vw - 375px)/ (1170 - 375));
  width: calc(250px + (803 - 250)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotSet img {
    width: 803px;
    padding-top: 100px
  }
}
.slot_index-page .slotBlock__inner .slotSet .reelArea {
  /*padding-top: calc(16px + (53 - 16)*(100vw - 375px)/ (1170 - 375));*/
  padding-top: calc(20px + (32 - 20)*(100vw - 375px)/ (1170 - 375)) !important;
  padding-left: calc(20px + (64 - 20)*(100vw - 375px)/ (1170 - 375)) !important;
  padding-right: calc(20px + (64 - 20)*(100vw - 375px)/ (1170 - 375)) !important;
  padding-bottom: calc(20px + (64 - 20)*(100vw - 375px)/ (1170 - 375)) !important;
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotSet .reelArea {
    /*padding-top: 53px;*/
    padding-top: 32px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media screen and (max-width:640px) {
  .slot_index-page .slotBlock__inner .slotSet .reelArea  {
    padding-top: 32px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
    padding-bottom: 64px !important;
  }
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul li {
  width: calc(82px + (260 - 82)*(100vw - 375px)/ (1170 - 375));
  height: calc(199px + (625 - 199)*(100vw - 375px)/ (1170 - 375));
  overflow: hidden;
  background: url(../../assets/images/slot/bg_reel.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotSet .reelArea ul li {
    width: 260px;
    height: 625px
  }
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul li .reelCase {
  width: calc(82px + (260 - 82)*(100vw - 375px)/ (1170 - 375));
  height: 2208px;
  position: absolute;
  top: -13%
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotSet .reelArea ul li .reelCase {
    width: 260px;
    height: 2208px
  }
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul li .reelLeft {
  background: url(../../assets/images/slot/reel_left.png) no-repeat 0 0;
  background-size: 100% auto
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul li .reelCenter {
  background: url(../../assets/images/slot/reel_center.png) no-repeat 0 0;
  background-size: 100% auto
}
.slot_index-page .slotBlock__inner .slotSet .reelArea ul li .reelRight {
  background: url(../../assets/images/slot/reel_right.png) no-repeat 0 0;
  background-size: 100% auto
}

.slot_index-page .slotBlock__inner .slotStamp {
  margin-top: 20px;
  color: #28823c;
  /*font-size: calc(30px + (93 - 30)*(100vw - 375px)/ (1170 - 375));*/
  font-weight: bold;
  text-align: center;
}
.slot_index-page .slotBlock__inner .slotStamp p {
  margin: 0;
  padding: 0;
}
.slot_index-page .slotBlock__inner .slotStamp p.ttl {
  margin-bottom: 10px;
}
.slot_index-page .slotBlock__inner .slotStamp p.ttl span {
  padding: 0 10px 10px;
  border-bottom: 5px solid #FFF;
}
.slot_index-page .slotBlock__inner .slotStamp p.btnStamp a {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background: #aa0000;
}

@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner .slotStamp .ttl {
    font-size: 50px
  }
  .slot_index-page .slotBlock__inner .slotStamp .txt {
    font-size: 30px;
  }
  .slot_index-page .slotBlock__inner .slotStamp .btnStamp a {
    font-size: 30px;
  }
}
@media screen and (max-width:640px) {
  .slot_index-page .slotBlock__inner .slotStamp .ttl {
    font-size: 60px
  }
  .slot_index-page .slotBlock__inner .slotStamp .txt {
    font-size: 40px
  }
  .slot_index-page .slotBlock__inner .slotStamp .btnStamp a {
    font-size: 40px
  }
}
.slot_index-page .slotBlock__inner img {
  width: calc(302px + (944 - 302)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto
}
@media screen and (min-width:1170px) {
  .slot_index-page .slotBlock__inner img {
    width: 944px
  }
}
.slot_index-page .setBox .btnBox {
  width: calc(230px + (716 - 230)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto;
  margin-top: calc(53px + (166 - 53)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .slot_index-page .setBox .btnBox {
    max-width: 716px;
    margin-top: 166px
  }
}
.slot_index-page .setBox .btnBox button {
  padding: calc(16px + (48 - 16)*(100vw - 375px)/ (1170 - 375)) 0 calc(14px + (46 - 14)*(100vw - 375px)/ (1170 - 320)) 0;
  font-size: calc(30px + (93 - 30)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em;
  background: #2f46c9
}
@media screen and (min-width:1170px) {
  .slot_index-page .setBox .btnBox button {
    padding: 48px 0 46px 0;
    font-size: 93px
  }
}
.slot_result-page {
  max-width: 1170px;
  margin: 0 auto;
  min-height: auto
}
.slot_result-page .resultBlock {
  padding-bottom: calc(40px + (250 - 40)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .slot_result-page .resultBlock {
    padding-bottom: 250px
  }
}
.slot_result-page .resultBlock__inner .resultSet {
  position: relative;
  z-index: 1;
  text-align: center
}
.slot_result-page .resultBlock__inner .resultSet img {
  padding-top: calc(41px + (125 - 41)*(100vw - 375px)/ (1170 - 375));
  width: calc(315px + (800 - 315)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .slot_result-page .resultBlock__inner .resultSet img {
    width: 800px;
    padding-top: 125px
  }
}
.slot_result-page .resultBlock.congratulation1Block {
  background: url(../../assets/images/slot/result/congratulation_bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  position: relative
}
.slot_result-page .resultBlock.congratulation1Block::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/slot/result/congratulation.svg) no-repeat;
  width: calc(375px + (1170 - 375)*(100vw - 375px)/ (1170 - 375));
  height: calc(255px + (797 - 255)*(100vw - 375px)/ (1170 - 375));
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media screen and (min-width:1170px) {
  .slot_result-page .resultBlock.congratulation1Block::before {
    width: 1170px;
    height: 797px
  }
}
.slot_result-page .resultBlock.congratulation2Block {
  background: url(../../assets/images/slot/result/congratulation_bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  position: relative
}
.slot_result-page .resultBlock.congratulation2Block::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/slot/result/congratulation.svg) no-repeat;
  width: calc(375px + (1170 - 375)*(100vw - 375px)/ (1170 - 375));
  height: calc(255px + (797 - 255)*(100vw - 375px)/ (1170 - 375));
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media screen and (min-width:1170px) {
  .slot_result-page .resultBlock.congratulation2Block::before {
    width: 1170px;
    height: 797px
  }
}
.slot_result-page .resultBlock.loserBlock {
  background: url(../../assets/images/slot/result/loser_bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  position: relative
}
.slot_result-page .resultBlock.loserBlock .resultSet img {
  width: calc(270px + (750 - 270)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .slot_result-page .resultBlock.loserBlock .resultSet img {
    width: 750px
  }
}
.stamp_index-page {
  max-width: 1170px;
  margin: 0 auto
}
.stamp_index-page .txtBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto;
  margin-top: calc(20px + (100 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .txtBlock__inner {
    width: 974.8225px;
    margin-top: 100px
  }
}
.stamp_index-page .txtBlock__inner p {
  text-align: center;
  font-size: calc(13px + (42 - 13)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .09em
}
@media screen and (min-width:1170px) {
  .stamp_index-page .txtBlock__inner p {
    font-size: 42px
  }
}
.stamp_index-page .txtBlock__inner .linkBox {
  text-align: center;
  margin-top: calc(20px + (70 - 20)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .txtBlock__inner .linkBox {
    margin-top: 70px
  }
}
.stamp_index-page .titleBlock {
  margin-top: calc(40px + (120 - 40)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .titleBlock {
    margin-top: 120px
  }
}
.stamp_index-page .stampBlock__inner {
  width: calc(312.4431px + (974.8225 - 312.4431)*(100vw - 375px)/ (1170 - 375));
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner {
    width: 974.8225px
  }
}
.stamp_index-page .stampBlock__inner::after {
  content: "";
  display: block;
  width: calc(96.9651px + (302.5311 - 96.9651)*(100vw - 375px)/ (1170 - 375));
  height: 0
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner::after {
    width: 302.5311px
  }
}
.stamp_index-page .stampBlock__inner .stampItem {
  width: calc(96.9651px + (302.5311 - 96.9651)*(100vw - 375px)/ (1170 - 375));
  height: calc(96.9651px + (302.5311 - 96.9651)*(100vw - 375px)/ (1170 - 375));
  margin-bottom: calc(10px + (34 - 10)*(100vw - 375px)/ (1170 - 375));
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner .stampItem {
    margin-bottom: 34px;
    width: 302.5311px;
    height: 302.5311px;
    padding-top: 58px
  }
}
.stamp_index-page .stampBlock__inner .stampItem img {
  width: calc(45.1758px + (140 - 45.175)*(100vw - 375px)/ (1170 - 375));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner .stampItem img {
    width: 140px
  }
}
.stamp_index-page .stampBlock__inner .stampItem .present {
  width: calc(76px + (240 - 76)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner .stampItem .present {
    width: 240px
  }
}
.stamp_index-page .stampBlock__inner .stampItem.used {
  position: relative
}
.stamp_index-page .stampBlock__inner .stampItem.used img {
  opacity: .1
}
.stamp_index-page .stampBlock__inner .stampItem.used::after {
  content: "";
  background: url(../../assets/images/stamp/icon_used.svg) no-repeat;
  background-size: contain;
  width: calc(55.8619px + (174.289 - 55.8619)*(100vw - 375px)/ (1170 - 375));
  height: calc(55.8619px + (174.289 - 55.8619)*(100vw - 375px)/ (1170 - 375));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (min-width:1170px) {
  .stamp_index-page .stampBlock__inner .stampItem.used::after {
    width: 174.289px;
    height: 174.289px
  }
}
.stamp_index-page .setBox {
  margin-top: calc(20px + (70 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .setBox {
    margin-top: 149px
  }
}
.stamp_index-page .setBox .bannerBox {
  padding: 0 60px;
  margin-top: calc(20px + (80 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .setBox .bannerBox {
    margin-top: 80px
  }
}
@media screen and (max-width:640px) {
  .stamp_index-page .setBox .bannerBox {
    padding: 0 25px
  }
}
.stamp_index-page .setBox .bannerBox img {
  max-width: 100%
}
.stamp_index-page .setBox .linkBox {
  text-align: center;
  margin-top: calc(20px + (80 - 50)*(100vw - 375px)/ (1170 - 375))
}
@media screen and (min-width:1170px) {
  .stamp_index-page .setBox .linkBox {
    margin-top: 80px
  }
}


/* ************************************************** */

.index-page .stepBlock__inner {
  margin-bottom: 40px !important;
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner {
    margin-bottom: 20px !important;
  }
}
.index-page .stepBlock__inner .acMenu {
  display: block !important;
}
.index-page .stepBlock__inner .stepFlex {
  display: flex !important;
  justify-content: space-between !important;
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .stepFlex {
    display: block!important;
  }
}
.index-page .stepBlock__inner .stepFlex .stepTxt{
  font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768));
  line-height: 2;
}
.index-page .stepBlock__inner .stepFlex .stepTxt span{
  color: red;
}
.index-page .stepBlock__inner .stepFlex .stepSubTxt{
  font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
  margin-top: calc(10px + (25 - 10)*(100vw - 768px)/ (1920 - 768));
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.index-page .stepBlock__inner .stepFlex .stepSubTxt ul li{
  font-weight: 400;
  letter-spacing: .04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.1em;
  padding-left: 1em;
}
.index-page .stepBlock__inner .stepFlex .stepCoution{
  font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768));
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 18px;
  text-indent: -1.1em;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.index-page .stepBlock__inner .stepFlex .stepCoution2{
  color: red;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 28.54px;
  margin-top: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.index-page .stepBlock__inner .stepFlex .stepCoutionLast{
  font-size: calc(14px + (16 - 14)*(100vw - 768px)/ (1920 - 768))
}

.index-page .stepBlock__inner .acMenu dt.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 6px 41px 6px 31px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  padding: 0 !important;
}
.index-page .stepBlock__inner .acMenu dt.open figure {
  width: 100% !important;
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dt.open figure {
    margin-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dt.open {
    padding: 14px 41px 14px 31px
  }
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dt.open {
    padding: 14px 40px 14px 10px
  }
}
.index-page .stepBlock__inner .acMenu dt.open .imgBoxFirst {
  width: 6.16%;
  height: 26px
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dt.open .imgBoxFirst {
    width: 30px;
    margin-right: 2%
  }
}
.index-page .stepBlock__inner .acMenu dt.open .imgBoxFirst img {
  max-width: 23px;
  width: 100%
}
.index-page .stepBlock__inner .acMenu dt.open p {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 60.89px
}
@media screen and (max-width:1920px) {
  .index-page .stepBlock__inner .acMenu dt.open p {
    font-size: calc(16px + (21 - 16)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dt.open p {
    font-size: 16px;
    line-height: 1.8;
    width: 90%
  }
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dt.open p {
    font-size: 15px
  }
}
.index-page .stepBlock__inner .acMenu dt.open::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 13px;
  background: url(../../assets/images/index/faq_arrow.svg) center no-repeat;
  margin-right: 8px;
  position: absolute;
  right: 33px;
  -webkit-transition: .2s;
  transition: .2s
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dt.open::after {
    right: 0
  }
}
.index-page .stepBlock__inner .acMenu dt.open.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.index-page .stepBlock__inner .acMenu dd.close {
  display: none;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .048em;
  line-height: 42.54px;
  margin-top: 25px;
  margin-bottom: 55.5042px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  
  padding-left: 0 !important;
  background-image: none;
}
@media screen and (max-width:1920px) {
  .index-page .stepBlock__inner .acMenu dd.close {
    line-height: 2;
    font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dd.close {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 2%;
    margin-bottom: 6%
  }
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dd.close {
    padding: 10px 0;
    font-size: 15px
  }
}
.index-page .stepBlock__inner .acMenu dd.close .marginTop {
  margin-top: 10px;
  margin-bottom: 12px
}
.index-page .stepBlock__inner .acMenu dd.close ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 13px
}
.index-page .stepBlock__inner .acMenu dd.close ol li span {
  color: red
}
.index-page .stepBlock__inner .acMenu dd.close ol li p {
  font-size: 18px;
  font-weight: 400;
  text-indent: -1.3em;
  padding-left: 1.3em
}
@media screen and (max-width:1920px) {
  .index-page .stepBlock__inner .acMenu dd.close ol li p {
    font-size: calc(14px + (18 - 14)*(100vw - 768px)/ (1920 - 768))
  }
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dd.close ol li p {
    margin-top: 5px;
    font-size: 14px
  }
}
@media screen and (max-width:640px) {
  .index-page .stepBlock__inner .acMenu dd.close ol li p {
    margin-top: 3px
  }
}
.index-page .stepBlock__inner .acMenu dd.close a {
  color: #3f3c3c;
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s
}
.index-page .stepBlock__inner .acMenu dd.close a:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .index-page .stepBlock__inner .acMenu dd.close a:hover {
    opacity: 1
  }
}

.index-page .bannerBlock .setBox .bannerBox {
  width: 96%;
  margin: 0 auto;
  margin-top: 100px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width:1920px) {
  .index-page .bannerBlock .setBox .bannerBox {
    margin-top: calc(80px + (100 - 80)*(100vw - 640px)/ (1920 - 640))
  }
}
@media screen and (max-width:640px) {
  .index-page .bannerBlock .setBox .bannerBox {
    margin-top: 0
  }
}
.index-page .bannerBlock .setBox .bannerBox img {
  max-width: 100%
}

.periodBlock div {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  background: #ebfaf7;
}
.periodBlock .sponly {
  display: none;
}
@media screen and (max-width:640px) {
  .periodBlock div {
    font-size: 1.1rem;
  }
  .periodBlock .sponly {
    display: block;
  }
}

#Period .periodCoupon {
  font-size: calc(14px + (30 - 20)*(100vw - 768px)/ (1920 - 768));
  font-weight: bold;
}
#Step .stepCP {
  font-size: calc(14px + (30 - 20)*(100vw - 768px)/ (1920 - 768));
  font-weight: bold;
}
#Step .stepOne {
  margin-top: 20px;
}
#Step .stepCPtxt {
  font-size: calc(12px + (30 - 20)*(100vw - 768px)/ (1920 - 768));
}

.titleBlock p {
  font-size: calc(-20px + (43 - 13)*(100vw - 375px)/ (1170 - 375));
  letter-spacing: .18em;
  font-weight: 500;
  display: block;
  width: auto;
  position: relative
}

.formBlock .mt20 {
  margin-top: 20px !important;
}
.formBlock .mt30 {
  margin-top: 30px !important;
}
.formBlock .box {
  padding:20px !important;
  margin-top:30px !important;
  background:#fff !important;
}
.formBlock .w100 {
  width: 100% !important;
}
.formBlock .font80 {
  font-size:80% !important;
  line-height:normal;
}
.formBlock .line {
  text-decoration: underline !important;
}
.formBlock .info {
  text-align: center;
}
.formBlock .flex {
  display: flex;
  justify-content: center;
}
.formBlock label {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.formBlock input[type='radio'] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
}
@media screen and (max-width:640px) {
}


.area__info {
  padding:0 20px 10px;
}

.area__info--inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 16px;
}

.area__info--list {
  padding: 0 0 0 3px;
}

.area__info--list_top {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 16px 20px;
}
.area__info--item,.ttl__detail {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 4px 0;
  gap: 10px;
}
.box__info--date {
  font-weight: 600;
  line-height: 1.4em;
  font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768));
}
.box__info--txt {
  line-height: 1.4em;
  font-size: calc(16px + (22 - 16)*(100vw - 768px)/ (1920 - 768));
  a {
    color:#008bd5;
  }
}
.box__info--coupon {
  padding: 16px;
  img {
    border: #CCC solid 1px;
  }
}
.b700 {
  font-weight: 700;
}
.hd_info {
  background-color: #91214D;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 5px;
  margin-bottom: 8px;
}
.ttl__detail {
  border-bottom: #91214D dotted 1px;
  padding-bottom: 20px;
}
.box__detail {
  padding: 20px 0 30px;
}
.box_movie {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100dvh;
  background-color: #FFF;
  z-index: 600;
  display: grid;
  place-content: center;
  transition: opacity 1s ease-out;
  opacity: 1;
}

#Body {
  position: relative;
}


.btn_list {
  padding: 12px 0 0;
  text-align: center;
  a {
    display: inline-block;
    padding: 16px;
    border-radius: 50px;
    background-color: #91214D;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    width: 80%;
    position: relative;
    &::after{
      content: "";
      background: url("../images/common/arrow_w.svg") center center/ contain no-repeat;
      position: absolute;
      width: 14px;
      height: 14px;
      right: 15px;
      top: 50%;
      translate: 0 -50%;
      @media (width < 896px){
      }
    }
  }
}

.small {
  font-size: 0.8em;
}

.area__nav {
  padding: 0 20px;
  .btn_list {
    a {
      width: 100%;
      box-sizing: border-box;
    }
  }
}

.btn_sugoroku {
  text-align: center;
  a {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color: #FFF;
    background-color: #F00;
    display: block;
    border-radius: 12px;
    padding: 30px 0;
    position: relative;
    &::after{
      content: "";
      background: url("../images/common/arrow_w.svg") center center/ contain no-repeat;
      position: absolute;
      width: 14px;
      height: 14px;
      right: 15px;
      top: 50%;
      translate: 0 -50%;
      @media (width < 896px){
      }
    }
  }
}

.btn_collection {
  text-align: center;
  padding: 20px 0 0;
  a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    color: #FFF;
    background-color: #2E75B6;
    display: block;
    border-radius: 12px;
    padding: 20px 0;
    position: relative;
    &::after{
      content: "";
      background: url("../images/common/arrow_w.svg") center center/ contain no-repeat;
      position: absolute;
      width: 14px;
      height: 14px;
      right: 15px;
      top: 50%;
      translate: 0 -50%;
      @media (width < 896px){
      }
    }
  }
}

.expired {
  &::before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
  &::after {
    content: "期限切れ";
    font-size: 50px;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 30;
    opacity: 0.8;
  }
}


.area__header {
  h1 {
    width: 100%;
    margin: auto;
  }
}

.grayout {
  filter: saturate(0%);
}

.rounded_corners {
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
