@charset "utf8";

.test_1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.test_2 {
  font-family: "Kaisei HarunoUmi", serif;
}
.test_3 {
  font-family: "Zen Old Mincho", serif;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}

@media screen and (min-width: 768px) {
  ._sp{ display: none; }
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
body.body-index {
  background-image: url(../site_img/chatseiza/bg.png?260324);
  background-repeat: repeat-y;
  background-size: 750px;
  background-position: center 0;
}
body.body-confirm {
  background-image: url(../site_img/chatseiza/confirm_back.png?260324);
  background-repeat: repeat-y;
  background-size: 750px;
  background-position: center 0;
}
body.body-complete {
  background-image: url(../site_img/chatseiza/complete_back.png?260324);
  background-repeat: repeat-y;
  background-size: 750px;
  background-position: center -160px;
}
@media screen and (max-width: 767px) {
  body.body-index,
  body.body-confirm {
    background-size: 100%;
  }
  body.body-complete {
    background-size: 100%;
    background-position: center calc(-77vw / 3.6);
  }
}
main {
  overflow-x: hidden;
  overflow-y: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

section {
  width: 100%;
  border: 0px solid;
}

section.text-center {
  text-align: center;
}

picture {
  display: block;
  height: 100%;
  line-height: 0;
}
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes delayed_1 {
  0%, 25% {opacity: 0;}
  26%, 100% {opacity: 1;}
}
@keyframes delayed_2 {
  0%, 50% {opacity: 0;}
  51%, 100% {opacity: 1;}
}
@keyframes delayed_3 {
  0%, 75% {opacity: 0;}
  76%, 100% {opacity: 1;}
}
#step-1.active .delayed_1,
#step-2.active .delayed_1,
#step-3.active .delayed_1,
#step-4.active .delayed_1,
#step-5.active .delayed_1 {animation: delayed_1 2s both;}
#step-1.active .delayed_2,
#step-2.active .delayed_2,
#step-3.active .delayed_2,
#step-4.active .delayed_2,
#step-5.active .delayed_2 {animation: delayed_2 2s both;}
#step-1.active .delayed_3,
#step-2.active .delayed_3,
#step-3.active .delayed_3,
#step-4.active .delayed_3,
#step-5.active .delayed_3 {animation: delayed_3 2s both;}

/*---------------------------
article
---------------------------*/
.article {
  width: 750px;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article {
    width: 100%;
  }
}
.article-relative {
  position: relative;
  width: 750px;
  height: auto;
  margin: auto;
  border: 0px solid;
  background-image: url(../site_img/chatseiza/input_hed_back.png?260324);
  background-repeat: no-repeat;
  background-size: 678px;
  background-position: center 46px;
}
@media screen and (max-width: 767px) {
  .article-relative {
    width: 100%;
    background-size: calc(326vw / 3.6);
    background-position: center calc(22vw / 3.6);
  }
}


/*---------------------------
入力
---------------------------*/


/*01*/
.item-01 {
  position: relative;
  width: 750px;
  height: 1745px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-01 {
    width: 100%;
    height: calc(838vw / 3.6);
  }
}
.slot__number {
  position: absolute;
  display: block;
  top: 1214px;
  left: 372px;
  width: 20%;
  text-align: center;
  font-size: 150px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .slot__number {
    top: calc(583vw / 3.6);
    left: calc(182vw / 3.6);
    width: calc(70.4vw / 3.6);
    font-size: calc(70.4vw / 3.6);
  }
}
.item-01__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 590px) / 2);
  top: 87.6%;
  width: 590px;
}
@media screen and (max-width: 767px) {
  .item-01__cv-btn_1 {
    left: calc(calc(100% - calc(290vw / 3.6)) / 2);
    width: calc(290vw / 3.6);
  }
}
.blink {
  animation: blinkAnime 0.3s infinite alternate;
}
@keyframes blinkAnime{
  0% { 
    background: linear-gradient(135deg, #795011, #E8BE40, #795011);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    background: linear-gradient(135deg, #b6781b, #fad461, #b6781b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/*02*/
/*#luck {
  scroll-margin-top: calc(30vw / 19.2);
}
@media screen and (max-width: 767px) {
  #luck {
    scroll-margin-top: calc(16vw / 3.6);
  }
}*/
.input-area {
  width: 680px;
  margin: 0 auto;
  /*padding: 0 0 40px;*/
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .input-area {
    width: calc(340vw / 3.6);
    /*padding: 0 0 calc(20vw / 3.6);*/
  }
}
.input-area_p {
  padding: 83px 0 91px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .input-area_p {
    padding: calc(40vw / 3.6) 0 calc(45vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}
.test_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .test_btn_wrap {
    gap: calc(5vw / 3.6);
    margin: calc(14vw / 3.6) 0 calc(14vw / 3.6);
  }
}
.test_btn_wrap .test_btn {
  width: 150px;
  height: 162px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  border: none;
  background-color: unset;
}
@media screen and (max-width: 767px) {
  .test_btn_wrap .test_btn {
    width: calc(74vw / 3.6);
    height: calc(78vw / 3.6);
  }
}
.test_btn_wrap .test_btn:nth-of-type(1) {background-image: url(../site_img/chatseiza/constellation_1.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(2) {background-image: url(../site_img/chatseiza/constellation_2.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(3) {background-image: url(../site_img/chatseiza/constellation_3.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(4) {background-image: url(../site_img/chatseiza/constellation_4.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(5) {background-image: url(../site_img/chatseiza/constellation_5.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(6) {background-image: url(../site_img/chatseiza/constellation_6.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(7) {background-image: url(../site_img/chatseiza/constellation_7.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(8) {background-image: url(../site_img/chatseiza/constellation_8.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(9) {background-image: url(../site_img/chatseiza/constellation_9.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(10) {background-image: url(../site_img/chatseiza/constellation_10.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(11) {background-image: url(../site_img/chatseiza/constellation_11.png?260324);}
.test_btn_wrap .test_btn:nth-of-type(12) {background-image: url(../site_img/chatseiza/constellation_12.png?260324);}
/* 星座名を隠す */
.test_btn_wrap .test_btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.bot {
  position: relative;
  font-size: 37px;
  /*font-size: 32px;*/
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 125px;
  padding: 10px;
  background-color: #E7F7EE;
  border-radius: 10px;
  box-shadow: 0 8px 8px #ccc;
}
@media screen and (max-width: 767px) {
  .bot {
    font-size: calc(18vw / 3.6);
    /*font-size: calc(15vw / 3.6);*/
    margin-left: calc(62vw / 3.6);
    padding: calc(5vw / 3.6);
    border-radius: calc(5vw / 3.6);
    box-shadow: 0 calc(4vw / 3.6) calc(4vw / 3.6) #ccc;
    background-repeat: no-repeat;
    background-position: calc(202vw / 3.6) 0px;
    background-size: calc(76vw / 3.6);
  }
}
.bot.icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -125px;
  width: 106px;
  height: 116px;
  background-image: url(../site_img/chatseiza/bot_icon.png?260324);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bot.icon::after {
    top: 0;
    left: calc(-62vw / 3.6);
    width: calc(53vw / 3.6);
    height: calc(58vw / 3.6);
  }
}
.bot.icon + .bot {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .bot.icon + .bot {
    margin-top: calc(10vw / 3.6);
  }
}
.user {
  position: relative;
  font-size: 34px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  margin: 50px 0 100px 0;
  padding: 20px;
  color: #FFF;
  background-color: #0C7600;
  border-radius: 10px;
  box-shadow: 0 8px 8px #ccc;
}
@media screen and (max-width: 767px) {
  .user {
    font-size: calc(17vw / 3.6);
    margin: calc(25vw / 3.6) 0 calc(50vw / 3.6) 0;
    padding: calc(10vw / 3.6);
    border-radius: calc(5vw / 3.6);
    box-shadow: 0 calc(4vw / 3.6) calc(4vw / 3.6) #ccc;
  }
}
.user.text-left {
  text-align: left;
}
.user.icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -125px;
  width: 106px;
  height: 106px;
  /*background-image: url(../site_img/chatseiza/user_icon.png?260324);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;*/
}
@media screen and (max-width: 767px) {
  .user.icon::after {
    right: calc(-62vw / 3.6);
    width: calc(53vw / 3.6);
    height: calc(53vw / 3.6);
  }
}
#step-1,
#step-2,
#step-3,
#step-4,
#step-5 {
  display: none;
  scroll-margin-top: calc(30vw / 19.2);
}
@media screen and (max-width: 767px) {
  #step-1,
  #step-2,
  #step-3,
  #step-4,
  #step-5 {
    scroll-margin-top: calc(16vw / 3.6);
  }
}

#step-1.active {display: block;}
#step-2.active {display: block;}
#step-3.active {display: block;}
#step-4.active {display: block;}
#step-5.active {display: block;}

.modal__name {
  width: 100%;
  margin: 0 0 30px;
  /*padding-top: 32px;*/
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__name {
    margin-bottom: calc(18vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}
.modal__name--input {
  display: block;
  width: 90%; /* ランテック環境ではこちら */
  height: 75px;
  padding-top: 0.5%;
  padding-left: 2%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__name--input {
    height: calc(35vw / 3.6);
    font-size: calc(14vw / 3.6);
    border-radius: calc(3vw / 3.6);
  }
}
/*.modal__item {
  width: 90%;
  margin: 0px auto 10px;
  text-align: left;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__item {
    margin: 0px auto calc(5vw/3.6);
  }
}
.modal__item--annotation {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .modal__item--annotation {
    font-size: calc(12vw / 3.6);
  }
}*/
.modal__gender {
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__gender {
    margin-bottom: calc(18vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}
.modal__gender--input {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding: 0px 4%;
}
label {
  flex: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #adadad;
  line-height: 75px;
  border-radius: 8px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  label {
    line-height: calc(38vw / 3.6);
  }
}
/* 選択されたラジオボタンのラベルの背景を変える */
label:has(input:checked) {
  background: linear-gradient(0deg, #E5B700, #a8701d, #E5B700);
  /*background-color: #cd9939;*/
  color: #ffffff;
}
/* ラジオボタンを非表示にする */
input[type="radio"] {
  display: none;
}
.modal__birthday__year-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .modal__birthday__year-wrap {
    margin: 0 0 calc(10vw / 3.6);
    gap: calc(10vw / 3.6);
  }
}
.modal__birthday__month-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .modal__birthday__month-wrap {
    margin: 0 0 calc(10vw / 3.6);
    gap: calc(10vw / 3.6);
  }
}
.modal__birthday__day-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .modal__birthday__day-wrap {
    margin: 0 0 calc(10vw / 3.6);
    gap: calc(10vw / 3.6);
  }
}
.modal__birthday {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__birthday {
    font-size: calc(16vw / 3.6);
  }
}
.modal__birthday--year {
  width: 100%;
  padding: 0 20px;
  /*margin: 0 0 10px;*/
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  height: 75px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__birthday--year {
    font-size: calc(20vw / 3.6);
    height: calc(38vw / 3.6);
    background-size: calc(16vw / 3.6);
    padding: 0 calc(10vw / 3.6);
    /*margin: 0 0 calc(10vw / 3.6);*/
    border-radius: calc(3vw / 3.6);
  }
}
.modal__birthday--month {
  width: 100%;
  padding: 0 20px;
  /*margin: 0 0 10px;*/
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  height: 75px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__birthday--month {
    font-size: calc(20vw / 3.6);
    height: calc(38vw / 3.6);
    background-size: calc(16vw / 3.6);
    padding: 0 calc(10vw / 3.6);
    /*margin: 0 0 calc(10vw / 3.6);*/
    border-radius: calc(3vw / 3.6);
  }
}
.modal__birthday--day {
  width: 100%;
  padding: 0 20px;
  /*margin: 0 0 10px;*/
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  height: 75px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__birthday--day {
    font-size: calc(20vw / 3.6);
    height: calc(38vw / 3.6);
    background-size: calc(16vw / 3.6);
    padding: 0 calc(10vw / 3.6);
    /*margin: 0 0 calc(10vw / 3.6);*/
    border-radius: calc(3vw / 3.6);
  }
}
.date {
  color: #FFFFFF;
}
.modal__email {
  width: 100%;
  margin-bottom: 52px;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__email {
    margin-bottom: calc(26vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}
.modal__email--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  border: 0px solid;
}
.modal__email--input {
  width: 52%;
  /*width: 100%;*/
  height: 70px;
  padding-top: 0.5%;
  padding-left: 2%;
  font-size: 30px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__email--input {
    height: calc(35vw / 3.6);
    font-size: calc(14vw / 3.6);
    border-radius: calc(3vw / 3.6);
  }
}
.modal__email--atmark {
  width: 8%;
  text-align: center;
  color: #FFFFFF;
}
.modal__email--select {
  width: 40%;
  /*width: 100%;*/
  height: 70px;
  padding-top: 0.5%;
  padding-left: 2%;
  font-size: 24px;
  /*font-size: 30px;*/
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal__email--select {
    height: calc(35vw / 3.6);
    font-size: calc(10vw / 3.6);
    /*font-size: calc(14vw / 3.6);*/
    border-radius: calc(3vw / 3.6);
  }
}
.modal__hope {
  width: 640px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .modal__hope {
    width: calc(310vw / 3.6);
    margin: calc(35vw / 3.6) auto 0;
  }
}
.modal__msg {
  width: 90%;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .modal__msg {
    width: 100%;
    font-size: calc(9vw / 3.6);
  }
}
.supplement {
  font-size: 24px;
  margin-left: 24px;
  text-indent: -24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .supplement {
    font-size: calc(12vw / 3.6);
    margin-left: calc(12vw / 3.6);
    text-indent: calc(-12vw / 3.6);
  }
}
.next_btn {
  font-size: 34px;
  font-weight: 500;
  height: 54px;
  padding: 0 20px;
  border-radius: 27px;
  border: none;
  color: #0C7600;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .next_btn {
    font-size: calc(16vw / 3.6);
    height: calc(27vw / 3.6);
    padding: 0 calc(10vw / 3.6);
    border-radius: calc(13vw / 3.6);
  }
}

/*03*/
.item-03 {
  position: relative;
  width: 750px;
  height: 911px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-03 {
    width: 100%;
    height: calc(437vw / 3.6);
  }
}

/*04*/
.item-04 {
  position: relative;
  width: 750px;
  height: 2321px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-04 {
    width: 100%;
    height: calc(1114vw / 3.6);
    margin: 0 auto;
  }
}
.item-04__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 590px) / 2);
  top: 89.8%;
  width: 590px;
}
@media screen and (max-width: 767px) {
  .item-04__cv-btn_1 {
    left: calc(calc(100% - calc(290vw / 3.6)) / 2);
    width: calc(290vw / 3.6);
  }
}
/*05*/
.item-05 {
  position: relative;
  width: 750px;
  height: 2000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-05 {
    width: 100%;
    height: calc(1006vw / 3.6);
  }
}
.customer-voices {
  position: absolute;
  width: 720px;
  top: 10%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .customer-voices {
    width: calc(350vw / 3.6);
    top: 9%;
    left: calc(calc(100% - calc(350vw / 3.6)) / 2);
  }
}
.customer-dl {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .customer-dl {
    margin-bottom: calc(12vw / 3.6);
    border-radius: calc(8vw / 3.6);
    box-shadow: 0 calc(2vw / 3.6) calc(5vw / 3.6) rgba(0, 0, 0, 0.3);
  }
}
.customer-dt {
  color: #FFF;
  padding: 9px 0 9px 140px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  background-color: #217600;
  background-size: 112px 112px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
@media screen and (max-width: 767px) {
  .customer-dt {
    padding: calc(6vw / 3.6) 0 calc(6vw / 3.6) calc(68vw / 3.6);
    font-size: calc(14vw / 3.6);
    background-size: calc(56vw / 3.6) calc(56vw / 3.6);
    background-position: calc(6vw / 3.6) center;
  }
}
.customer-dt span {
  display: block;
  font-size: 36px;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .customer-dt span {
    display: block;
    font-size: calc(18vw / 3.6);
    letter-spacing: calc(-2vw / 3.6);
  }
}
.customer-dt.customer_1 {background-image: url(../site_img/chatseiza/icon_1.png?260324);}
.customer-dt.customer_2 {background-image: url(../site_img/chatseiza/icon_2.png?260324);}
.customer-dt.customer_3 {background-image: url(../site_img/chatseiza/icon_3.png?260324);}
.customer-dd {
  padding: 6px 16px 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.06em;
  background-color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .customer-dd {
    padding: calc(3vw / 3.6) calc(8vw / 3.6) calc(10vw / 3.6);
    font-size: calc(16vw / 3.6);
    line-height: 1.64;
  }
}
.customer-dd-span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFFF00;
  text-decoration-thickness: 17px;
  text-underline-offset: -7px;
}
@media screen and (max-width: 767px) {
  .customer-dd-span {
    text-decoration-thickness: calc(8vw / 3.6);
    text-underline-offset: calc(-4vw / 3.6);
  }
}
.customer-text {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .customer-text {
    font-size: calc(12vw / 3.6);
    letter-spacing: calc(-1vw / 3.6);
  }
}
/*06*/
.item-06 {
  position: relative;
  width: 750px;
  height: 978px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-06 {
    width: 100%;
    height: calc(470vw / 3.6);
  }
}
.item-06__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 590px) / 2);
  top: 75.8%;
  width: 590px;
}
@media screen and (max-width: 767px) {
  .item-06__cv-btn_1 {
    left: calc(calc(100% - calc(290vw / 3.6)) / 2);
    width: calc(290vw / 3.6);
  }
}

/*---------------------------
確認
---------------------------*/
.article-confirm_2 {
  position: relative;
  width: 750px;
  height: 889px;
  padding: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .article-confirm_2 {
    width: 100%;
    height: calc(426vw / 3.6);
    padding: 0;
  }
}
.article-confirm {
  width: 662px;
  height: auto;
  margin: auto;
  padding: 0 0 40px;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-confirm {
    width: calc(330vw / 3.6);
    padding: 0 0 calc(20vw / 3.6);
  }
}
.confirm {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .confirm {
    padding-bottom: calc(15vw / 3.6);
  }
}
.confirm__head_copy {
  font-size: 36px;
  line-height: 1.8;
  text-align: center;
  color: #FFF;
  background-color: #007608;
}
@media screen and (max-width: 767px) {
  .confirm__head_copy {
    font-size: calc(18vw / 3.6);
  }
}
.confirm__head {
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  border: 0px solid;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .confirm__head {
    padding: calc(20vw / 3.6) 0 calc(10vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}

.confirm__head--emphasis {
  font-size: 44px;
  color: #EA0004;
}
@media screen and (max-width: 767px) {
  .confirm__head--emphasis {
    font-size: calc(22vw / 3.6);
  }
}

.confirm__item {
  width: 90%;
  margin: 0 auto 15px;
  font-size: 32px;
  font-weight: 700;
  color: #454545;
  line-height: 2.2;
  border: 0px solid;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .confirm__item {
    margin: 0 auto calc(7.5vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}

.confirm__text {
  width: 95%;
  height: 70px;
  padding-top: 0%;
  padding-left: 5%;
  font-size: 34px;
  font-weight: 700;
  color: #454545;
  background-color: #F6F6F6;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .confirm__text {
    height: calc(35vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}

.confirm__btn--send {
  width: 90%;
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .confirm__btn--send {
    margin: calc(20vw / 3.6) auto calc(10vw / 3.6);
  }
}

.confirm__btn--re-enter {
  display: none;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .confirm__btn--re-enter {
    margin: calc(10vw / 3.6) auto 0;
  }
}

.confirm__btn__img {
  width: 100%;
}

.confirm__msg {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .confirm__msg {
    margin: 0 auto;
    font-size: calc(12vw / 3.6);
  }
}

/*---------------------------
完了
---------------------------*/
.article-complete_2 {
  width: 750px;
  height: 951px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-complete_2 {
    width: 100%;
    height: calc(448vw / 3.6);
  }
}
.article-complete {
  width: 750px;
  height: 730px;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-complete {
    width: 100%;
    height: calc(350vw / 3.6);
  }
}

.complete {
  width: 100%;
  margin: auto;
  border: 0px solid;
}

.complete__head {
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #C27B00;
  letter-spacing: 0.1em;
  border: 0px solid;
  text-shadow:
  0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
  0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
  0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff,
  0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 767px) {
  .complete__head {
    margin: calc(20vw / 3.6) auto 0;
    font-size: calc(30vw / 3.6);
    text-shadow:
    0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff,
    0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff,
    0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff,
    0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff;
  }
}

.complete__head__text {
  margin: 0 auto 6px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #1E1E1E;
  border: 0px solid;
  text-shadow:
  0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
  0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
  0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff,
  0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 767px) {
  .complete__head__text {
    font-size: calc(18vw / 3.6);
    margin: 0 auto calc(3vw / 3.6);
    text-shadow:
    0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff,
    0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff,
    0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff,
    0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff;
  }
}

.complete__text {
  margin: 0px auto;
  border: 0px solid;
  font-size: 36px;
  font-weight: 500;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.6;
  text-align: center;
  text-shadow:
  0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
  0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
  0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff,
  0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 767px) {
  .complete__text {
    margin: 0px auto;
    font-size: calc(17vw / 3.6);
    text-shadow:
    0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff, 0 0 calc(1vw / 3.6) #fff,
    0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff, 0 0 calc(2vw / 3.6) #fff,
    0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff, 0 0 calc(5vw / 3.6) #fff,
    0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff, 0 0 calc(10vw / 3.6) #fff;
  }
}

.complete__btn {
  width: 687px;
  height: 178px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .complete__btn {
    width: calc(322vw / 3.6);
    height: calc(83.4vw / 3.6);
    margin: calc(20vw / 3.6) auto 0;
  }
}

/*---------------------------
エラーメッセージ
---------------------------*/
.error-message {
  margin: 5px 14px 0;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .error-message br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .error-message {
    margin: calc(2.5vw / 3.6) calc(7vw / 3.6) 0;
    font-size: calc(14vw / 3.6);
  }
}
/*---------------------------
footer
---------------------------*/
.footer {
  position: relative;
  width: 750px;
  margin: auto;
  background-color: #A28618;
  color: #ffffff;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  width: 90%;
  margin: auto;
  padding-top: 40px;
  text-align: center;
  font-size: 28px;
  text-wrap: nowrap;
  list-style: none;
  line-height: 1.8;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: calc(20vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

.footer__item {
  color: #ffffff;
}

.copyright {
  width: 90%;
  margin: 60px auto 0px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 23px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin: calc(30vw / 3.6) auto 0px;
    padding-bottom: calc(10vw / 3.6);
    font-size: calc(10vw / 3.6);
  }
}

/*------------------
ブラウザバック時にモーダル表示
------------------*/
.return_modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.return_modal.active {
  display: block;
}
.return_modal__inner {
  width: 500px;
  height: 682px;
  margin: calc(calc(100vh - 682px) / 2) auto;
}
@media screen and (max-width: 767px) {
  .return_modal__inner {
    width: calc(300vw / 3.6);
    height: calc(354vw / 3.6);
    margin: calc(calc(100vh - calc(354vw / 3.6)) / 2) auto;
  }
}