@charset "utf8";


* {
  margin: 0;
  padding: 0;
}

:root {
  --color_0: #FFFFFF;
  --color_1: #000000;
  --color_2: #9e7f44;
  --color_3: #424242;
  --color_4: #8e8e8e;
}

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.input {
  background-image: url(/site_img/chatlp/bg.png);
  background-repeat: repeat-y;
  background-size: 750px;
  background-position: center 0;
}
@media screen and (max-width: 767px) {
  body.input {
    background-size: 100%;
  }
}
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;
}
@media screen and (max-width: 767px) {
  .article-relative {
    width: 100%;
  }
}


/*---------------------------
入力
---------------------------*/


/*01*/
.item-01 {
  position: relative;
  width: 750px;
  height: 1973px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-01 {
    width: 100%;
    height: calc(947vw / 3.6);
  }
}
.slot__number {
  position: absolute;
  display: block;
  top: 1423px;
  left: 400px;
  width: 20%;
  text-align: center;
  font-size: 150px;
  color: #FF0059;
}
@media screen and (max-width: 767px) {
  .slot__number {
    top: calc(684vw / 3.6);
    left: calc(194vw / 3.6);
    width: calc(70.4vw / 3.6);
    font-size: calc(70.4vw / 3.6);
  }
}
.blink {
  animation: blinkAnime 0.7s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #eeeeee }
 100% { color: #FF0059 }
}
.item-01__cv-btn_1 {
  position: absolute;
  left: 90px;
  top: 89%;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .item-01__cv-btn_1 {
    left: calc(calc(100% - calc(267.4vw / 3.6)) / 2);
    width: calc(267.4vw / 3.6);
  }
}
.item-01__cv-btn_2 {
  position: absolute;
  left: calc(calc(100% - 406px) / 2);
  top: 53%;
  width: 406px;
}
@media screen and (max-width: 767px) {
  .item-01__cv-btn_2 {
    left: calc(calc(100% - calc(190.5vw / 3.6)) / 2);
    width: calc(190.5vw / 3.6);
  }
}

/*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: 650px;
  margin: 0 auto;
  padding: 0 40px 40px;
  background-image: url(/site_img/chatlp/input_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center 0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .input-area {
    width: calc(310vw / 3.6);
    padding: 0 calc(20vw / 3.6) calc(20vw / 3.6);
    border-radius: calc(5vw / 3.6);
    box-shadow: inset 0 0 calc(3vw / 3.6) rgba(0,0,0,0.5);
  }
}
.input-area_p {
  padding: 25px 0 20px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .input-area_p {
    padding: calc(12vw / 3.6) 0 calc(10vw / 3.6);
    font-size: calc(18vw / 3.6);
  }
}
.input-area_p_span {
  color: #FF0059;
}
.test_btn {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 66px;
  font-weight: 600;
  color: #FFF;
  background: linear-gradient(to bottom, #BD974D, #7F683B);
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 767px) {
  .test_btn {
    margin-bottom: calc(5vw / 3.6);
    font-size: calc(16vw / 3.6);
    line-height: calc(31vw / 3.6);
    border-radius: calc(4vw / 3.6);
    box-shadow: 0 0 calc(5vw / 3.6) #ccc;
  }
}
.bot {
  position: relative;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 1.5;
  margin-left: 125px;
  padding: 10px;
  background-color: #F6D7D9;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bot {
    font-size: calc(15vw / 3.6);
    margin-left: calc(62vw / 3.6);
    padding: calc(5vw / 3.6);
    border-radius: calc(5vw / 3.6);
  }
}
.bot.icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -125px;
  width: 106px;
  height: 116px;
  background-image: url(/site_img/chatlp/bot_icon.png);
  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;
  line-height: 1.5;
  text-align: right;
  margin: 50px 125px 100px 0;
  /*margin: 50px 125px 100px 40px;*/
  padding: 20px;
  background-color: #D9F1F2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .user {
    font-size: calc(17vw / 3.6);
    margin: calc(25vw / 3.6) calc(62vw / 3.6) calc(50vw / 3.6) 0;
    /*margin: calc(25vw / 3.6) calc(62vw / 3.6) calc(50vw / 3.6) calc(20vw / 3.6);*/
    padding: calc(10vw / 3.6);
    border-radius: calc(5vw / 3.6);
  }
}
.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/chatlp/user_icon.png);
  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: var(--color_1);
  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: var(--color_1);
  background-color: var(--color_0);
  border: none;
}
@media screen and (max-width: 767px) {
  .modal__name--input {
    height: calc(35vw / 3.6);
    font-size: calc(14vw / 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: var(--color_1);
  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: var(--color_4);
  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-color: var(--color_2);
  color: #ffffff;
}
/* ラジオボタンを非表示にする */
input[type="radio"] {
  display: none;
}
/* 251226 修正箇所 */
.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: var(--color_1);
  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: var(--color_1);
  background-color: var(--color_0);
  border: none;
}
@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);*/
  }
}
.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: var(--color_1);
  background-color: var(--color_0);
  border: none;
}
@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);*/
  }
}
.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: var(--color_1);
  background-color: var(--color_0);
  border: none;
}
@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);*/
  }
}
/* 251226 修正箇所 ここまで */
.modal__email {
  width: 100%;
  margin-bottom: 52px;
  font-size: 32px;
  font-weight: 700;
  color: var(--color_1);
  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: var(--color_1);
  background-color: var(--color_0);
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .modal__email--input {
    height: calc(35vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}
.modal__email--atmark {
  width: 8%;
  text-align: center;
}
.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: var(--color_1);
  background-color: var(--color_0);
  border: none;
  border-radius: 5px;
}
@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);*/
  }
}
.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;
  height: 54px;
  padding: 0 20px;
  border-radius: 27px;
  border: none;
  color: var(--color_0);
  background-color: var(--color_3);
}
@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: 2049px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-03 {
    width: 100%;
    height: calc(983.6vw / 3.6);
  }
}
.item-03__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 570px) / 2);
  top: 82.4%;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .item-03__cv-btn_1 {
    left: calc(calc(100% - calc(267.4vw / 3.6)) / 2);
    width: calc(267.4vw / 3.6);
  }
}

/*04*/
.item-04 {
  position: relative;
  width: 698px;
  height: 2010px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-04 {
    width: calc(336vw / 3.6);
    height: calc(968vw / 3.6);
  }
}
.item-04__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 570px) / 2);
  top: 90%;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .item-04__cv-btn_1 {
    left: calc(calc(100% - calc(267.4vw / 3.6)) / 2);
    width: calc(267.4vw / 3.6);
  }
}
/*05*/
.item-05 {
  position: relative;
  width: 750px;
  height: 2274px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-05 {
    width: 100%;
    height: calc(1091.6vw / 3.6);
  }
}
.customer-voices {
  position: absolute;
  width: 650px;
  top: 15.8%;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .customer-voices {
    width: calc(300vw / 3.6);
    left: calc(calc(100% - calc(300vw / 3.6)) / 2);
  }
}
.customer-dl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .customer-dl {
    margin-bottom: calc(12vw / 3.6);
  }
}
.customer-dt {
  color: #FFF;
  padding: 0 0 0 74px;
  font-size: 32px;
  line-height: 1.8;
  background-color: #CD9939;
  background-image: url(/site_img/chatlp/icon.png);
  background-size: 43px 43px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
@media screen and (max-width: 767px) {
  .customer-dt {
    padding: 0 0 0 calc(32vw / 3.6);
    font-size: calc(16vw / 3.6);
    background-image: url(/site_img/chatlp/icon.png);
    background-size: calc(20vw / 3.6) calc(20vw / 3.6);
    background-position: calc(6vw / 3.6) center;
  }
}
.customer-dd {
  padding: 6px 16px 20px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.06em;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .customer-dd {
    padding: calc(3vw  / 3.6) calc(8vw  / 3.6)  calc(10vw  / 3.6);
    font-size: calc(13vw / 3.6);
  }
}
/*06*/
.item-06 {
  position: relative;
  width: 750px;
  height: 1128px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-06 {
    width: 100%;
    height: calc(541.6vw / 3.6);
  }
}
.item-06__cv-btn_1 {
  position: absolute;
  left: calc(calc(100% - 570px) / 2);
  top: 75.4%;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .item-06__cv-btn_1 {
    left: calc(calc(100% - calc(267.4vw / 3.6)) / 2);
    width: calc(267.4vw / 3.6);
  }
}

/*---------------------------
確認
---------------------------*/
.article-confirm_2 {
  width: 750px;
  height: 705px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .article-confirm_2 {
    width: 100%;
    height: calc(338.4vw / 3.6);
  }
}
.article-confirm {
  width: 750px;
  height: auto;
  margin: auto;
  padding: 0 0 40px;
  border: 0px solid;
  background-image: url(/site_img/chatlp/confirm_2.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center 0;
}
@media screen and (max-width: 767px) {
  .article-confirm {
    width: 100%;
    padding: 0 0 calc(20vw / 3.6);
  }
}
.confirm {
  width: 684px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .confirm {
    width: calc(330vw / 3.6);
    padding-bottom: calc(15vw / 3.6);
  }
}
.confirm__head_copy {
  font-size: 36px;
  line-height: 1.8;
  text-align: center;
  color: #FFF;
  /*background-color: #483300;*/
  background-color: rgba(72, 51, 0, 1);
}
@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;
}
@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: #DF0D57;
}
@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: #3D3D3D;
  line-height: 2.2;
  border: 0px solid;
}
@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: #FFF;
  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: 1014px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .article-complete_2 {
    width: 100%;
    height: calc(487vw / 3.6);
  }
}
.article-complete {
  width: 750px;
  height: 650px;
  margin: auto;
  border: 0px solid;
  background-image: url(/site_img/chatlp/complete_2.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center 0;
}
@media screen and (max-width: 767px) {
  .article-complete {
    width: 100%;
    height: calc(305.08vw / 3.6);
  }
}

.complete {
  width: 100%;
  margin: auto;
  border: 0px solid;
}

.complete__head {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #875600;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .complete__head {
    font-size: calc(30vw / 3.6);
  }
}

.complete__head__text {
  margin: 0 auto 14px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #1E1E1E;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .complete__head__text {
    font-size: calc(15vw / 3.6);
    margin: 0 auto calc(7vw / 3.6);
  }
}

.complete__text {
  margin: 0px auto;
  border: 0px solid;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .complete__text {
    margin: 0px auto;
    font-size: calc(13.2vw / 3.6);
  }
}

.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: #ff0000;
}
@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 {
  width: 750px;
  margin: auto;
  background-color: #473301;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@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: 24px;
  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(12vw / 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: 500px;
  margin: calc(calc(100vh - 500px) / 2) auto;
}
@media screen and (max-width: 767px) {
  .return_modal__inner {
    width: calc(300vw / 3.6);
    height: calc(300vw / 3.6);
    margin: calc(calc(100vh - calc(300vw / 3.6)) / 2) auto;
  }
}

/*------------------
送信ボタンモーダル
------------------*/
.send_box {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.send_box.active {
  display: block;
}
.send_box_inner {
  width: 500px;
  height: 488px;
  margin: calc(calc(100vh - 488px) / 2) auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .send_box_inner {
    width: calc(300vw / 3.6);
    height: calc(300vw / 3.6);
    margin: calc(calc(100vh - calc(300vw / 3.6)) / 2) auto;
  }
}
.small_close_btn {
  font-size: 14px;
  height: 32px;
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 20px;
  border: none;
  color: var(--color_0);
  background-color: var(--color_3);
}
@media screen and (max-width: 767px) {
  .small_close_btn {
    font-size: calc(14vw / 3.6);
    height: calc(26vw / 3.6);
    padding: 0 calc(10vw / 3.6);
    margin-top: calc(6vw / 3.6);
    border-radius: calc(20vw / 3.6);
  }
}