@charset "utf-8";

/* rem設定用 */
html {
  font-size: 15px;
}

/*============================
#layout
margin、paddingなどは親コンテナの幅を基準に％指定
30pxなら30/640*100=4.69%、通常4.69%に設定
画像は左右paddingとmax-widthでコントロール
============================*/

#wrapper {
  width: 100%;
  background-color: #fff;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
}

/* 画像下のmarginはここで一括指定しています */
#wrapper .sec_inner > img {
  margin-bottom: 7%;
}

/*============================
txt
font-size、line-heightは
基本デザインデータの2/3から半分程度に設定
(画面幅320pxのiPhone5で段落ちしない程度)
============================*/

#wrapper .offer-area {
  padding: 3% 0 2%;
}

#wrapper .offer-btn {
  width: 94%;
  margin: 0 auto;
}

#wrapper #faq {
  background: #fff;
  padding-bottom: 10%;
}
#wrapper #faq h2{
  overflow: hidden;
  height: 6.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

#wrapper .faq-inner {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

#wrapper .accordion {
  margin-bottom: 3.9%;
  /* box-shadow: 6px 5px 3px #c6d7f0; */
}

#wrapper #faq dl.accordion dt {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 4.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 749px) {
  #wrapper #faq dl.accordion dt {
    height: 2.5rem;
  }
  #wrapper #faq h2{
    height: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

#wrapper #faq dl.accordion dt::before {
  position: absolute;
  background: transparent url(../img/acc-icon.webp) repeat top center/cover;
  top: 43%;
  right: 3.8%;
  width: min(calc(33 / 750 * 100vw), 33px);
  height: min(calc(20 / 750 * 100vw), 20px);
  z-index: 100;
  content: "";
}

#wrapper #faq dl.accordion dt.selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wrapper #faq .acc_inner {
  display: none;
}

#wrapper a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#wrapper a:hover {
  opacity: 0.7;
}

/* 本文用のpはここで一括指定しています */
#wrapper p,
#wrapper h1,
#wrapper h2,
#wrapper h3 {
  font-size: 1rem;
  line-height: 1;
  text-align: left;
}

#wrapper #form-area {
  background: url(../img/form-bg.webp) top left no-repeat;
  background-size: cover;
  padding-bottom: 6%;
}

#wrapper .form-box {
  width: 92.1%;
  margin: 0 auto;
  padding-bottom: 4%;
  box-sizing: border-box;
}

#wrapper .form-box04 {
  padding-bottom: 10%;
}

#wrapper .form-box .form-title {
  margin-bottom: 3%;
}

#wrapper .form-box input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#wrapper .form-box input[type="radio"] + label {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 2.5%;
}

#wrapper .form-box input[type="radio"] + label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(7.5vw, 56px);
  height: min(7.5vw, 56px);
  background: url(../img/radio-off.webp) top left no-repeat;
  background-size: contain;
}

#wrapper .form-box input[type="radio"]:checked + label::before {
  background: url(../img/radio-on.webp) top left no-repeat;
  background-size: contain;
}

#wrapper .form-box input[type="radio"] + label p {
  width: 100%;
  padding: 1% 0 2% 9.6%;
  font-size: min(4.8vw, 36px);
  line-height: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-weight: 500;
}

/*202301追記*/
#wrapper .form-box .area-box {
  width: 100%;
  margin-bottom: 5%;
}

#wrapper .form-box .area-box02 {
  margin-bottom: 0;
}

#wrapper .form-box .area-box .area-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

#wrapper .form-box .area-box .area-text .title {
  /*font-size: min(4.8vw, 36px);*/
  display: inline-block;
  font-size: min(5vw, 40px);
  font-weight: 500;
  line-height: 1;
}

#wrapper .form-box .area-box .area-text .req {
  display: inline-block;
  margin-left: 3%;
  padding: 1% 2.5%;
  background: #a6001a;
  color: #fff;
  font-size: min(3.5vw, 24px);
  border-radius: min(1vw, 8px);
}


#wrapper .form-box .area-box .area-notes {
  margin-bottom: 3%;
  font-weight: 500;
  line-height: 1;
  font-size: min(3.2vw, 22px);
  color: #a6001a;
}
#wrapper .form-box .area-box .area-notes.mod01 {
  display: inline-block !important;
  width: 20em;
  vertical-align: baseline;
  margin-left: 0.5em;
}

#wrapper .form-box .area-box .select-box {
  position: relative;
}
#wrapper .form-box .area-box .select-box::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 3%;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}
#wrapper .form-box .area-box select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  padding: 2% 3%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
}
/*202301追記_end*/

#wrapper .form-box .post-area {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
}
#wrapper .form-box .post-area .post-img {
  width: 7.4%;
}

#wrapper .form-box .post-area #postcode {
  width: 60.9%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
  padding: 2% 3%;
}

#wrapper .form-box #address,
#wrapper .form-box #address02,
#wrapper .form-box #name,
#wrapper .form-box #tel,
#wrapper .form-box #email {
  width: 100%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
  padding: 2% 3%;
}

#wrapper .form-box #email {
  margin-bottom: 6.4%;
}

#wrapper .form-box input::-webkit-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input:-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input:-ms-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}

/* 2023.05.31 追記 */
#wrapper .confirm-title {
  color: #ff0000;
  font-size: min(36px, calc(36 / 750 * 100vw));
  font-weight: 700;
  line-height: calc(46 / 36);
  text-align: center;
}
#wrapper .confirm-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(10px, calc(10 / 750 * 100vw));
  position: relative;
}
#wrapper .confirm-label input {
  position: absolute;
  top: min(30px, calc(30 / 750 * 100vw));
  left: min(145px, calc(145 / 750 * 100vw));
  z-index: -1;
}
#wrapper .confirm-label span.checkmark {
  display: block;
  width: min(47px, calc(47 / 750 * 100vw));
  height: min(47px, calc(47 / 750 * 100vw));
  border: 2px solid #2c89bd;
  border-radius: min(10px, calc(10 / 750 * 100vw));
  position: relative;
}
#wrapper .confirm-label input:checked + span.checkmark {
  background-color: #2c89bd;
}
#wrapper .confirm-label input:checked + span.checkmark::before {
  content: "";
  display: block;
  width: min(37px, calc(37 / 750 * 100vw));
  height: min(30px, calc(30 / 750 * 100vw));
  background: url(../img/check-mark.webp) top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .confirm-label .agree {
  color: #000;
  font-weight: 700;
  font-size: min(30px, calc(30 / 750 * 100vw));
  line-height: calc(41 / 30);
  margin-left: min(15px, calc(15 / 750 * 100vw));
}

#wrapper .confirm-annotation {
  color: #000;
  font-size: min(22px, calc(22 / 750 * 100vw));
  font-weight: 500;
  line-height: calc(33 / 22);
  text-align: center;
  margin-top: min(12px, calc(12 / 750 * 100vw));
  margin-bottom: min(12px, calc(12 / 750 * 100vw));
}


#wrapper form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 91.3%;
  margin: 0 auto;
  cursor: pointer;
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
  transition-duration: 0.3s;
}


#wrapper form button:disabled {
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
  transition-duration: 0.3s;
}


#wrapper footer {
  padding: 6% 4.69% 0;
}

#wrapper footer .footer-inner {
  width: 100%;
  padding: 6% 0 8%;
  border-top: solid 1px #7c7c7c;
}

#wrapper footer .footer-inner p {
  font-size: min(3.7vw, 28px);
  line-height: 1.6;
  text-align: left;
  margin-bottom: 6%;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper footer .footer-inner p:last-child {
  margin-bottom: 0;
}
.privacy {
  font-size: 11px !important;
  text-align: center !important;
  padding: 0 auto !important;
  margin: 0 auto 20px auto !important;
  display: block !important;
  padding-bottom: 100px;
}

.tokyo_fv4_2_bg {
  background: url(../img/tokyo_fv4_2_bg_250613.webp) no-repeat center/cover;
  width: 750px;
  height: 857px;
}
.tokyo_fv4_2_bg .contents_wrap {
  position: relative;
  width: 690px;
  margin: 0 auto;
  /* padding-top: 214px; */
  padding-top: 188px;
  /*Google Chrome、Safariへの対応*/
}
.tokyo_fv4_2_bg .contents_wrap_ttl {
  position: absolute;
  width: 690px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 200px;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box {
  background: #fff;
  height: 587px;
  border-radius: 20px;
  border: 4px solid #018ac0;
  padding: 86px 35px 106px;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-bottom: #018ac0 solid 2px;
  padding: 32px 0;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
  display: inline-block;
  width: 210px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.51;
  letter-spacing: 0.06em;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
  display: inline-block;
  background: #018ac0;
  font-size: 28px;
  color: #fff;
  margin-left: 26px;
  padding: 25px 20px;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box::-webkit-scrollbar {
  display: none;
}

@media (max-width: 749px) {
  .tokyo_fv4_2_bg {
    width: 100vw;
    height: 111.2vw;
  }
  .tokyo_fv4_2_bg .contents_wrap {
    width: 92vw;
    padding-top: 26vw;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl {
    width: 92vw;
    top: 26.667vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box {
    height: 78.267vw;
    border-radius: 2.667vw;
    border: 0.533vw solid #018ac0;
    padding: 11.467vw 4.667vw 14.133vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
    border-bottom: #018ac0 solid 0.267vw;
    padding: 4.267vw 0;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
    width: 28vw;
    font-size: 2.667vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
    font-size: 3.733vw;
    margin-left: 3.467vw;
    padding: 3.255vw 2.604vw;
  }
}


/* LPページから移動 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	max-height: 99999px;
}
img {
  vertical-align: bottom;
  display: block;
  /*輪切り縦ならベ時に主にAndroidで画像同士の間に隙間ができるのを避ける設定*/
  /*inline要素にしたい場合は適宜クラス設定してください*/

}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	line-height: 1.3;
  font-size: 1rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
.fgot{
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif ;
  font-size: 0;
  line-height: 0;
}
.fmin {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
	SP向けテキストサイズ自動調整避け#2
	文字が指定したサイズを無視して拡大していたら適宜セレクタを加える
*/
span,
div,
p{
	/*max-height: 100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix {
	width:100%;
}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}

/* util */

/*画像縦並べで隙間が開いた時の調整用*/

.mtNeg{
	margin-top: -1px;
}

/*style.css*/
#wrapper {
  width: 100%;
  background-color: #fff;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
  height: auto;
}

/* 画像下のmarginはここで一括指定しています */
#wrapper .sec_inner > img {
  margin-bottom: 7%;
}
/*float*/
.floatarea {
    /* background-color: #FFF;
    border: solid 1px #aaa; */
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    text-align: center;
}
.floatarea a {
    color: #000;
    text-decoration: none;
}
.floatarea a span {
    color: #F00;
}
.floatarea img {
    width: 32% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

@media (min-width: 750px) {
  #wrapper form button {
    filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
  }
.float {
    display: block;
    width: 32%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 60%;
    z-index: 10000;
}
.floatarea img {
    width: 200px !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}
}

.hojokin {
  background-color : #10357b;
  font-family: "Noto Sans JP", serif;
  width: 100%;
  padding:1rem;
}

.hojokin-gentei {
  font-size:2.4rem !important;
  font-weight:500 !important;
  color:#FFF;
  text-align:center !important;
  padding:1rem;
  letter-spacing:3px;
}

.hojokin-title {
  font-size: 2.4rem !important;
  font-family: "Noto Sans JP", serif;
  font-weight:500;
  text-align:center !important;
  color:yellow;
  padding: .5rem 1rem;
  margin:0 auto;
  letter-spacing:3px;
}

.hojokin-limit {
  background-color:#018ac0;
  font-size:2.4rem !important;
  font-weight:600 !important;
  font-family: "Noto Sans JP", serif;
  border-radius:10px 10px 0 0;
  color: #FFF !important;
  text-align:center !important;
  padding:1rem;
  line-height:2.8rem !important;
}

.count-area {
  display: flex;
  justify-content: center;
  align-items:baseline;
  padding:0 0 1rem;
}

.limit {
  font-size:2.4rem !important;
  line-height:1.8rem !important;
  font-weight:500 !important;
  margin-right:2rem;
  color:#FFF;
  letter-spacing:3px;
}

.count {
  font-size: 2.4rem !important;
  font-family: "Noto Sans JP", serif;
  color:#FFF;
  letter-spacing:3px;
  font-weight:500;
  text-align:center !important;
}
.count span {
  color:red;
  font-weight: bold;
  font-size:5.4rem;
}

.notes {
  font-size:1rem !important;
  color:#515151;
  padding:1rem 0;
  line-height:1.2rem !important;
  text-align:left;
}

.notes {
  list-style: none;
  padding-left: 0; 
  color:#525252;
}

.notes li {
  position: relative;
  padding-left: 2em;
  margin-bottom:.5rem;
}

.notes li::before {
  content: attr(data-marker) " ";
  font-weight: bold;
  white-space: nowrap;
  position:absolute;
  left:0;
}





.show-sp {
display: none;
}

@media screen and (max-width: 700px) {
.hojokin-title {
  font-size: 1.8rem !important;
}

.hojokin-gentei{
  font-size: 1.8rem !important;
}
.hojokin-limit {
  font-size: 1.8rem ;
  line-height:1.8rem ;    
}

.limit {
  font-size: 1.4rem !important;
}

.count-area {
  padding:1rem;
  align-items:end;
}

.count {
  font-size: 1.8rem !important;
}

.count span {
  font-size: 4.2rem;
}

.show-sp {
  display: block;
}

.notes {
  padding:1rem;
}
}

@media screen and (max-width: 600px) {
.hojokin-limit {
  font-size: 1.2rem !important;
  line-height:1.6rem !important;    
}
}
@media screen and (max-width: 450px) {
.hojokin {
  padding:1rem 0;
}

.hojokin-limit {
  font-size: 1rem !important;
  line-height:1.2rem !important;    
}
.count-area {
  padding:1rem 0;
}
.count {
  font-size: 1.4rem !important;
  letter-spacing:0;
}
.count span {
  font-size: 2.8rem;
}
/* .hojokin-limit {
  font-size: 1.6rem !important;    
} */
}

.tokyo_fv4_2_bg {
  position: relative; /* 親要素として相対位置を指定 */
  background: none;
  height: auto;
}
.tokyo_fv4_2_bg .ttl{
  position: relative;
  left: 0;
  top: 0;
}
.tokyo_fv4_2_bg .att{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tokyo_fv4_2_bg .contents_wrap {  
  position: absolute;
  top: 0;
  left: 5%;
  transform: none;
  width: 90%; /* 画面幅に応じて縮小 */
}
.tokyo_fv4_2_bg .contents_wrap .scroll-container{
  height: 75vw;
  max-height: 570px;
}
.tokyo_fv4_2_bg .contents_wrap_ttl sup{
    vertical-align: super;
    font-size: 8px;  
}

.tokyo_fv4_2_bg .contents_wrap {
    padding-top: 214px;
}
@media (max-width: 749px) {
    .tokyo_fv4_2_bg .contents_wrap {
        padding-top: 28.533vw;
    }
}

.scroll-container {
  width: 100%;
  max-height: 600px ;/* PC用の最大高さ */
  overflow: hidden; /* はみ出し防止 */
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #018ac0;
  padding: 0px 5%;
}

.contents_box {
  display: flex;
  flex-direction: column;
  gap: 10px; /* li の間隔調整 */

  background: transparent !important;
    height: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: unset !important;
}

.contents_box_txt {
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
}

/* スクロールアニメーション */
@keyframes scroll-loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* ul 内のすべての li をループさせる */
.contents_box {
  overflow:unset !important;
  animation: scroll-loop 40s linear infinite;
  /* animation-play-state: running; */
  z-index: 0;
}

/* .contents_box:hover {
  animation-play-state: paused;
} */

.contents_wrap_ttl {
  top:-10px !important;
  z-index: 1;
}
/* 画面幅が700px以下のとき */
@media screen and (max-width: 750px) {
  .scroll-container {
    max-height: 550px;
  }
}

/* 画面幅が650px以下のとき */
@media screen and (max-width: 650px) {
  .scroll-container {
    max-height: 500px;
  }
}

/* 画面幅が600px以下のとき */
@media screen and (max-width: 600px) {
  .scroll-container {
    max-height: 450px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 550px) {
  .scroll-container {
    max-height: 400px;
  }
}
/* 画面幅が500px以下のとき */
@media screen and (max-width: 500px) {
  .scroll-container {
    max-height: 350px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 450px) {
  .scroll-container {
    /* max-height: 300px; */
    max-height: 328px;
  }
}

/* 画面幅が400px以下のとき */
@media screen and (max-width: 400px) {
  .scroll-container {
    /* max-height: 250px; */
    max-height: 290px;
  }
}

.warning-message {
  color: #a6001a;
  /* font-size: 1rem;  */
  font-size: min(3.6vw, 18px) !important;
  padding-top:0 !important;
}
.form-title{
  font-size: min(4.8vw, 36px) !important;
  text-align: center !important;
  padding: 16px 0;
  font-weight: bold;
  background: #0e3f9e;
  color: #fff;
  border-radius: 50px;
}

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
  }
  @keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  .visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
  }
  @keyframes fadeOut {
    from {opacity: 0;}
    to {opacity: 1;}
  }



  html {
    font-size: 15px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
  }
  #wrapper .sec_inner > img {
    margin-bottom: 7%;
  }
  #wrapper .offer-area {
    padding: 3% 0 2%;
  }
  #wrapper .offer-btn {
    width: 94%;
    margin: 0 auto;
  }
  #wrapper #faq {
    background: #fff;
    padding-bottom: 10%;
  }
  #wrapper #faq h2{
    overflow: hidden;
    height: 6.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  #wrapper .faq-inner {
    width: calc(690 / 750 * 100%);
    margin: 1rem auto;
  }
  #wrapper .accordion {
    margin-bottom: 3.9%;
    /* box-shadow: 6px 5px 3px #c6d7f0; */
  }
  #wrapper #faq dl.accordion dt {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 4.5rem;
    display: flex;
    align-items: center;
    background: #c5e9f9;
    border-radius: 32px;
  }
  @media (max-width: 749px) {
    #wrapper #faq dl.accordion dt {
      height: 2.5rem;
    }
    #wrapper #faq h2{
      height: 4.5rem;
      margin-bottom: 1.5rem;
    }
  }
  #wrapper #faq dl.accordion dt::before {
    position: absolute;
    background: transparent url(img/acc-icon.webp) repeat top center/cover;
    top: 43%;
    right: 3.8%;
    width: min(calc(33 / 750 * 100vw), 33px);
    height: min(calc(20 / 750 * 100vw), 20px);
    z-index: 100;
    content: "";
  }
  #wrapper #faq dl.accordion dt.selected:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #wrapper #faq .acc_inner {
    display: none;
  }
  #wrapper a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  #wrapper a:hover {
    opacity: 0.7;
  }
  #wrapper p,
  #wrapper h1,
  #wrapper h2,
  #wrapper h3 {
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }
  #wrapper #form-area {
    background: url(img/form-bg.webp) top left no-repeat;
    background-size: cover;
    padding-bottom: 6%;
  }
  #wrapper .form-box {
    width: 92.1%;
    margin: 0 auto;
    padding-bottom: 4%;
    box-sizing: border-box;
  }
  #wrapper .form-box04 {
    padding-bottom: 10%;
  }
  #wrapper .form-box .form-title {
    margin-bottom: 3%;
  }
  #wrapper .form-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  #wrapper .form-box input[type="radio"] + label {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2.5%;
  }
  #wrapper .form-box input[type="radio"] + label::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: min(7.5vw, 56px);
    height: min(7.5vw, 56px);
    background: url(../img/radio-off.webp) top left no-repeat;
    background-size: contain;
  }
  #wrapper .form-box input[type="radio"]:checked + label::before {
    background: url(../img/radio-on.webp) top left no-repeat;
    background-size: contain;
  }
  #wrapper .form-box input[type="radio"] + label p {
    width: 100%;
    padding: 1% 0 2% 9.6%;
    font-size: min(4.8vw, 36px);
    line-height: 1;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    font-weight: 500;
  }
  #wrapper .form-box .area-box {
    width: 100%;
    margin-bottom: 5%;
  }
  #wrapper .form-box .area-box02 {
    margin-bottom: 0;
  }
  #wrapper .form-box .area-box .area-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
  }
  #wrapper .form-box .area-box .area-text .title {
    /*font-size: min(4.8vw, 36px);*/
    display: inline-block;
    font-size: min(5vw, 40px);
    font-weight: 500;
    line-height: 1;
  }
  #wrapper .form-box .area-box .area-text .req {
    display: inline-block;
    margin-left: 3%;
    padding: 1% 2.5%;
    background: #a6001a;
    color: #fff;
    font-size: min(3.5vw, 24px);
    border-radius: min(1vw, 8px);
  }
  #wrapper .form-box .area-box .area-notes {
    margin-bottom: 3%;
    font-weight: 500;
    line-height: 1;
    font-size: min(3.2vw, 22px);
    color: #a6001a;
  }
  #wrapper .form-box .area-box .area-notes.mod01 {
    display: inline-block !important;
    width: 20em;
    vertical-align: baseline;
    margin-left: 0.5em;
  }
  #wrapper .form-box .area-box .select-box {
    position: relative;
  }
  #wrapper .form-box .area-box .select-box::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 3%;
    width: min(2vw, 15px);
    height: min(2vw, 15px);
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
  }
  #wrapper .form-box .area-box select {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: #fff;
    padding: 2% 3%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
  }
  #wrapper .form-box .post-area {
    width: 100%;
    display: flex;
    margin-bottom: 3%;
  }
  #wrapper .form-box .post-area .post-img {
    width: 7.4%;
  }
  #wrapper .form-box .post-area #postcode {
    width: 60.9%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
    padding: 2% 3%;
  }
  #wrapper .form-box #address,
  #wrapper .form-box #address02,
  #wrapper .form-box #name,
  #wrapper .form-box #tel,
  #wrapper .form-box #email {
    width: 100%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
    padding: 2% 3%;
  }
  #wrapper .form-box #email {
    margin-bottom: 6.4%;
  }
  #wrapper .form-box input::-webkit-input-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input:-moz-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input::-moz-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input:-ms-input-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .confirm-title {
    color: #ff0000;
    font-size: min(36px, calc(36 / 750 * 100vw));
    font-weight: 700;
    line-height: calc(46 / 36);
    text-align: center;
  }
  #wrapper .confirm-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: min(10px, calc(10 / 750 * 100vw));
    position: relative;
  }
  #wrapper .confirm-label input {
    position: absolute;
    top: min(30px, calc(30 / 750 * 100vw));
    left: min(145px, calc(145 / 750 * 100vw));
    z-index: -1;
  }
  #wrapper .confirm-label span.checkmark {
    display: block;
    width: min(47px, calc(47 / 750 * 100vw));
    height: min(47px, calc(47 / 750 * 100vw));
    border: 2px solid #2c89bd;
    border-radius: min(10px, calc(10 / 750 * 100vw));
    position: relative;
  }
  #wrapper .confirm-label input:checked + span.checkmark {
    background-color: #2c89bd;
  }
  #wrapper .confirm-label input:checked + span.checkmark::before {
    content: "";
    display: block;
    width: min(37px, calc(37 / 750 * 100vw));
    height: min(30px, calc(30 / 750 * 100vw));
    background: url(../img/check-mark.webp) top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #wrapper .confirm-label .agree {
    color: #000;
    font-weight: 700;
    font-size: min(30px, calc(30 / 750 * 100vw));
    line-height: calc(41 / 30);
    margin-left: min(15px, calc(15 / 750 * 100vw));
  }
  
  #wrapper .confirm-annotation {
    color: #000;
    font-size: min(22px, calc(22 / 750 * 100vw));
    font-weight: 500;
    line-height: calc(33 / 22);
    text-align: center;
    margin-top: min(12px, calc(12 / 750 * 100vw));
    margin-bottom: min(12px, calc(12 / 750 * 100vw));
  }
  #wrapper form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 91.3%;
    margin: 0 auto;
    cursor: pointer;
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
    transition-duration: 0.3s;
  }
  #wrapper form button:disabled {
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
    transition-duration: 0.3s;
  }
  #wrapper footer {
    padding: 6% 4.69% 0;
  }
  #wrapper footer .footer-inner {
    width: 100%;
    padding: 6% 0 8%;
    border-top: solid 1px #7c7c7c;
  }
  #wrapper footer .footer-inner p {
    font-size: min(3.7vw, 28px);
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6%;
    font-family: "Noto Sans JP", sans-serif;
  }
  #wrapper footer .footer-inner p:last-child {
    margin-bottom: 0;
  }
  .privacy {
    font-size: 11px !important;
    text-align: center !important;
    padding: 0 auto !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
    padding-bottom: 100px;
  }
  .tokyo_fv4_2_bg {
    background: url(../img/tokyo_fv4_2_bg_250613.webp) no-repeat center/cover;
    width: 750px;
    height: 857px;
  }
  .tokyo_fv4_2_bg .contents_wrap {
    position: relative;
    width: 690px;
    margin: 0 auto;
    padding-top: 188px;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl {
    position: absolute;
    width: 690px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 200px;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box {
    background: #fff;
    height: 587px;
    border-radius: 20px;
    border: 4px solid #018ac0;
    padding: 86px 35px 106px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    border-bottom: #018ac0 solid 2px;
    padding: 32px 0;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
    display: inline-block;
    width: 210px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.51;
    letter-spacing: 0.06em;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
    display: inline-block;
    background: #018ac0;
    font-size: 28px;
    color: #fff;
    margin-left: 26px;
    padding: 25px 20px;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box::-webkit-scrollbar {
    display: none;
  }
  @media (max-width: 749px) {
    .tokyo_fv4_2_bg {
      width: 100vw;
      height: 111.2vw;
    }
    .tokyo_fv4_2_bg .contents_wrap {
      width: 92vw;
      padding-top: 26vw;
    }
    .tokyo_fv4_2_bg .contents_wrap_ttl {
      width: 92vw;
      top: 26.667vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box {
      height: 78.267vw;
      border-radius: 2.667vw;
      border: 0.533vw solid #018ac0;
      padding: 11.467vw 4.667vw 14.133vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
      border-bottom: #018ac0 solid 0.267vw;
      padding: 4.267vw 0;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
      width: 28vw;
      font-size: 2.667vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
      font-size: 3.733vw;
      margin-left: 3.467vw;
      padding: 3.255vw 2.604vw;
    }
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    max-height: 99999px;
  }
  img {
    vertical-align: bottom;
    display: block;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.3;
    font-size: 1rem;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body,
  .fgot{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif ;
    font-size: 0;
    line-height: 0;
  }
  .fmin {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  span,
  div,
  p{
    /*max-height: 100%; */
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  :focus {
    outline: 0;
  }
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .clearfix {
    width:100%;
  }
  .clearfix:after{
    content: "";
    display: block;
    clear: both;
  }
  .mtNeg{
    margin-top: -1px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
    height: auto;
  }
  #wrapper .sec_inner > img {
    margin-bottom: 7%;
  }
  .floatarea {
      /* background-color: #FFF;
      border: solid 1px #aaa; */
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0 10px 0;
      position: fixed;
      bottom: 0;
      z-index: 100000;
      text-align: center;
  }
  .floatarea a {
      color: #000;
      text-decoration: none;
  }
  .floatarea a span {
      color: #F00;
  }
  .floatarea img {
      width: 90% !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  @media (min-width: 750px) {
    #wrapper form button {
      filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
    }
  .float {
      display: block;
      width: 32%;
      height: auto;
      position: fixed;
      bottom: 10px;
      left: 60%;
      z-index: 10000;
  }
  .floatarea img {
    width: 32% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

  }
  .hojokin {
    background-color : #10357b;
    font-family: "Noto Sans JP", serif;
    width: 100%;
    padding:1rem;
  }
  .hojokin-gentei {
    font-size:2.4rem !important;
    font-weight:500 !important;
    color:#FFF;
    text-align:center !important;
    padding:1rem;
    letter-spacing:3px;
  }
  .hojokin-title {
    font-size: 2.4rem !important;
    font-family: "Noto Sans JP", serif;
    font-weight:500;
    text-align:center !important;
    color:yellow;
    padding: .5rem 1rem;
    margin:0 auto;
    letter-spacing:3px;
  }
  .hojokin-limit {
    background-color:#018ac0;
    font-size:2.4rem !important;
    font-weight:600 !important;
    font-family: "Noto Sans JP", serif;
    border-radius:10px 10px 0 0;
    color: #FFF !important;
    text-align:center !important;
    padding:1rem;
    line-height:2.8rem !important;
  }
  .count-area {
    display: flex;
    justify-content: center;
    align-items:baseline;
    padding:0 0 1rem;
  }
  .limit {
    font-size:2.4rem !important;
    line-height:1.8rem !important;
    font-weight:500 !important;
    margin-right:2rem;
    color:#FFF;
    letter-spacing:3px;
  }
  .count {
    font-size: 2.4rem !important;
    font-family: "Noto Sans JP", serif;
    color:#FFF;
    letter-spacing:3px;
    font-weight:500;
    text-align:center !important;
  }
  .count span {
    color:red;
    font-weight: bold;
    font-size:5.4rem;
  }
  .notes {
    font-size:1rem !important;
    color:#515151;
    padding:1rem 0;
    line-height:1.2rem !important;
    text-align:left;
  }
  .notes {
    list-style: none;
    padding-left: 0; 
    color:#525252;
  }
  .notes li {
    position: relative;
    padding-left: 2em;
    margin-bottom:.5rem;
  }
  .notes li::before {
    content: attr(data-marker) " ";
    font-weight: bold;
    white-space: nowrap;
    position:absolute;
    left:0;
  }
  .show-sp {
  display: none;
  }
  @media screen and (max-width: 700px) {
  .hojokin-title {
    font-size: 1.8rem !important;
  }
  .hojokin-gentei{
    font-size: 1.8rem !important;
  }
  .hojokin-limit {
    font-size: 1.8rem ;
    line-height:1.8rem ;    
  }
  .limit {
    font-size: 1.4rem !important;
  }
  .count-area {
    padding:1rem;
    align-items:end;
  }
  .count {
    font-size: 1.8rem !important;
  }
  .count span {
    font-size: 4.2rem;
  }
  .show-sp {
    display: block;
  }
  .notes {
    padding:1rem;
  }
  }
  @media screen and (max-width: 600px) {
  .hojokin-limit {
    font-size: 1.2rem !important;
    line-height:1.6rem !important;    
  }
  }
  @media screen and (max-width: 450px) {
  .hojokin {
    padding:1rem 0;
  }
  .hojokin-limit {
    font-size: 1rem !important;
    line-height:1.2rem !important;    
  }
  .count-area {
    padding:1rem 0;
  }
  .count {
    font-size: 1.4rem !important;
    letter-spacing:0;
  }
  .count span {
    font-size: 2.8rem;
  }
  }
  .tokyo_fv4_2_bg {
    position: relative;
    background: none;
    height: auto;
  }
  .tokyo_fv4_2_bg .ttl{
    position: relative;
    left: 0;
    top: 0;
  }
  .tokyo_fv4_2_bg .att{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .tokyo_fv4_2_bg .contents_wrap {  
    position: absolute;
    top: 0;
    left: 5%;
    transform: none;
    width: 90%;
  }
  .tokyo_fv4_2_bg .contents_wrap .scroll-container{
    height: 75vw;
    max-height: 570px;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl sup{
      vertical-align: super;
      font-size: 8px;  
  }
  .tokyo_fv4_2_bg .contents_wrap {
      padding-top: 214px;
  }
  @media (max-width: 749px) {
      .tokyo_fv4_2_bg .contents_wrap {
          padding-top: 28.533vw;
      }
  }
  .scroll-container {
    width: 100%;
    max-height: 600px ;/* PC用の最大高さ */
    overflow: hidden; /* はみ出し防止 */
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #018ac0;
    padding: 0px 5%;
  }
  .contents_box {
    display: flex;
    flex-direction: column;
    gap: 10px; /* li の間隔調整 */
  
    background: transparent !important;
      height: unset !important;
      border-radius: unset !important;
      border: unset !important;
      padding: unset !important;
  }
  .contents_box_txt {
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
  }
  @keyframes scroll-loop {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  .contents_box {
    overflow:unset !important;
    animation: scroll-loop 40s linear infinite;
    z-index: 0;
  }
  .contents_wrap_ttl {
    top:-10px !important;
    z-index: 1;
  }
  @media screen and (max-width: 750px) {
    .scroll-container {
      max-height: 550px;
    }
  }
  @media screen and (max-width: 650px) {
    .scroll-container {
      max-height: 500px;
    }
  }
  @media screen and (max-width: 600px) {
    .scroll-container {
      max-height: 450px;
    }
  }
  @media screen and (max-width: 550px) {
    .scroll-container {
      max-height: 400px;
    }
  }
  @media screen and (max-width: 500px) {
    .scroll-container {
      max-height: 350px;
    }
  }
  
  @media screen and (max-width: 450px) {
    .scroll-container {
      max-height: 328px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .scroll-container {
      max-height: 290px;
    }
  }
  
  .warning-message {
    color: red;
    font-size: min(3.6vw, 18px) !important;
    padding-top:0 !important;
  }
  .form-title{
    font-size: min(4.8vw, 36px) !important;
    text-align: center !important;
    padding: 16px 0;
    font-weight: bold;
    background: #022771;
    color: #fff;
    border-radius: 50px;
  }
  
  .hidden {
      animation: fade .2s ease-in-out forwards;
      pointer-events:none;/* 重要 */
    }
    @keyframes fade {
      from {opacity: 1;}
      to {opacity: 0;}
    }
    .visible {
      animation: fadeOut .2s ease-in-out forwards;
      pointer-events:all;/* 重要 */
    }
    @keyframes fadeOut {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    .m-plus {
      font-family: "M PLUS 1p", sans-serif;
    }
    .t_pink {
      color: #ff6098;
    }
    sup {
      font-size: 14px;
      color: #000!important;
    }
    .txt_line {
      background: linear-gradient(transparent 50%, #f6ff02 50%);
    }
    .txt_line2 {
      background: linear-gradient(transparent 50%, #f6ff02 100%);
    }
    .flex_box {
      display: flex;
      flex-wrap: wrap;
    }
    .flex_column {
      flex-direction: column;
    }
    .align_center {
      align-items: center;
    }
    .justify_center {
      justify-content: center;
    }
    .justify_between {
      justify-content:space-between;
    }
    #reasons_3 {
      background-color: #ff6098;
      padding: 5% 5% 0 5%;
    }
    #reasons_3 .inner {
      background-color: #ffeef1;
    }
    #reasons_3 .reasons_tit {
      background-image: url("../img/campaign_01.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      /* display: block;
      width: 100%;
      height: 103px;
      position: relative; */
    }
    #reasons_3 .reasons_tit .tit {
      text-align: center;
      /* position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; */
      font-size: clamp(10px, 4.5vw, 39px);
      font-weight: bold;
      color: #fffe02;
      padding: 6% 0 2% 0;
      margin-bottom: 2%;
    }
    #reasons_3 .reasons_tit .tit span {
      font-size: clamp(10px, 3vw, 30px);
    }
    #reasons_3 .reasons_area .reasons_box {
      text-align: center;
    }
    #reasons_3 .reasons_area .reasons_box .reasons_sbtit {
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      display: block;
      width: 100%;
      margin: auto;
      /* height: 87px; */
      /* position: relative; */
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(1) .reasons_sbtit {
      background-image: url("../img/campaign_02.webp");
      /* height: 108px; */
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .reasons_sbtit {
      background-image: url("../img/campaign_03.webp");
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .reasons_sbtit {
      background-image: url("../img/campaign_04.webp");
    }
    #reasons_3 .reasons_area .reasons_box .reasons_sbtit p {
      /* text-align: center;
      position: absolute;
      bottom: 27px;
      left: 6%;
      width: 100%; */
      font-size: clamp(10px, 3.8vw, 28px);
      font-weight: bold;
      padding: 5% 4% 5% 17%;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box p {
      text-align: center;
      font-weight: bold;
      position: relative;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box p sup {
      position: absolute;
      right: -22px;
      top: 0;
      font-size: 10px;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .sb_txt {
      font-size: clamp(10px, 4vw, 28px);
      width: 36%;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .arrow {
      width: 5vw;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .txt {
      margin-top: 10px;
      font-size: clamp(10px, 6.5vw, 45px);
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(1) .txt_box {
      margin-top: 10px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) {
      margin-top: 20px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .txt_box .txt {
      font-size: clamp(10px, 4vw, 28px);
      display: inline-block;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .txt_box .txt span {
      font-size: clamp(10px, 6.5vw, 45px);
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) {
      margin-top: 20px;
      padding-bottom: 30px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box p:not(:first-of-type) {
      margin-left: 3%;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .sb_txt {
      width: 18%;
      line-height: 1.4;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .arrow {
      width: 8%;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .txt {
      margin-top: 0;
      line-height: 1.2;
      text-align: left;
    }
  
    #jisseki {
      padding-bottom: 50px;
      background-color: #64c5e8;
    }
    #jisseki .inner {
      background-image: url("../img/jisseki_bg.webp");
      background-repeat: repeat;
      background-size: contain;
      background-position: center;
      display: block;
      width: 100%;
    }
    #jisseki .tit_box {
      background-image: url("../img/250731_ecodalp_donyu_01.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: top;
      display: block;
      width: 100%;
      /* height: 207px;
      position: relative; */
    }
    #jisseki .tit_box .tit {
      text-align: center;
      /* position: absolute;
      bottom: 32%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; */
      font-size: clamp(10px, 7.5vw, 54px);
      font-weight: bold;
      color: #fff;
      padding: 8% 0 12%;
    }
    #jisseki .tit_box .tit::before,#jisseki .tit_box .tit::after {
      position: relative;
      display: inline-block;
      content: "";
      background: #fff;
      width: 2px;
      height: 1.5em;
      margin: 0 0.8em;
      margin-top: -.2em;
      vertical-align: middle;
    }
    #jisseki .tit_box .tit::before {
      transform: rotate(-35deg);
    }
    #jisseki .tit_box .tit::after {
      transform: rotate(35deg);
    }
    #jisseki .tit_box .tit span {
      color: #fffe02;
    }
    #jisseki .tit_box .tit small {
      font-size: clamp(10px, 4.5vw, 45px);
    }
    #jisseki .cont_area .txt {
      text-align: center;
      font-size: clamp(10px, 4vw, 30px);
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    
    #voice {
      background-color: #2c8ac0;
      /* padding: 5% 0 0; */
    }
    #voice .tit_area {
      padding: 0 5% 5% 5%;
    }
    #voice .tit_area p {
      text-align: center;
      color: #fff;
    }
    #voice .tit_area .v_sbtit {
      font-size: clamp(10px, 4.5vw, 30px);
      line-height: 2;
      font-weight: bold;
      position: relative;
      padding: 5% 12% 2%;
      display: inline-block;
    }
    #voice .tit_area .v_sbtit::before,#voice .tit_area .v_sbtit::after {
      position: absolute;
      top: 0.8rem;
      height: 40px;
      content: '';
    }
    #voice .tit_area .v_sbtit::before {
      border-left: double 10px;
      left: 0;
      top: 40%;
      transform: rotate(-30deg);
    }
    #voice .tit_area .v_sbtit::after {
      border-right: double 10px;
      right: 0;
      top: 40%;
      transform: rotate(30deg);
    }
    #voice .tit_area .v_tit {
      font-size: clamp(10px, 7.5vw, 60px);
      line-height: 1.4;
      font-weight: bold;
    }
    #voice .tit_area .v_tit small {
      font-size: clamp(10px, 5.5vw, 45px);
    }
    #voice .inner {
      background-color: #fff;
      border-radius: 30px;
      padding: 5% 5%;
    }
    #voice .cont_area .tit_box .case_icon {
      width: 24%;
    }
    #voice .cont_area .tit_box .tit {
      width: 72%;
      font-size: clamp(10px, 6vw, 45px);
      font-weight: bold;
      line-height: 1.2;
    }
    #voice .cont_area .tit_box .tit span {
      color: #ff6098;
    }
    #voice .cont_area .tit_box .tit small {
      font-size: clamp(10px, 4.5vw, 36px);
      font-weight: bold;
    }
    #voice .simulation_box {
      background-image: url("../img/voice_bg.png");
      background-repeat: repeat;
      background-size: auto;
      margin-top: 20px;
      padding: 5% 0;
    }
    #voice .simulation_box .tit {
      font-size: clamp(10px, 4.5vw, 30px);
      line-height: 1.4;
      text-align: center;
    }
    #voice .simulation_box .tit span {
      font-size: clamp(10px, 6.5vw, 36px);
      font-weight: bold;
      color: #2c8ac0;
    }
    #voice .simulation_box .pay {
      text-align: center;
      font-size: clamp(10px, 4.5vw, 30px);
      font-weight: bold;
      display: inline-block;
      margin-top: 10px;
      padding: 10px;
      border: 2px solid #2c8ac0;
      color: #2c8ac0;
    }
    #voice .simulation_box .img_box {
      margin-top: 20px;
    }
    #voice .simulation_box .img_box .graph{
      width: 55%;
    }
    #voice .simulation_box .img_box .uchiwake {
      width: 35%;
      margin-right: 5%;
      border: 1px solid #ff6098;
      background-color: #fff;
      padding: 4% 2%;
    }
    #voice .simulation_box .img_box .uchiwake .tit {
      font-size: clamp(10px, 2.5vw, 18px);
      font-weight: bold;
      color: #ff6098;
    }
    #voice .simulation_box .img_box .uchiwake .txt {
      font-size: clamp(10px, 2.5vw, 16px);
      margin-top: 4%;
      line-height: 1.4;
    }
    #voice .simulation_box .att {
      font-size: clamp(10px, 2.5vw, 14px);
      margin-top: 4%;
      line-height: 1.4;
    }
    #voice .txt_box{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    #voice .txt_box .txt{
      font-size: clamp(10px, 3.5vw, 28px);
      margin-top: 4%;
      text-align: center;
    }
    #voice .txt_box .txt span{
      font-size: clamp(10px, 4.5vw, 32px);
      font-weight: bold;
      padding: 8px 8px;
      background: #f6ff02;
      color: #018ac0;
      display: inline-block;
      margin-top: 2%;
      box-sizing: border-box;
    }
    #voice .att{
      font-size: clamp(10px, 2.5vw, 12px);
      padding: 2% 5% 0%;
    }
  
    #henka{
      background: #faf6e6;
      padding-bottom: 16px;
    }
    #henka .tit_area{
      background-image: url("../img/henka_ttl_bg.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
    }
    #henka .tit_area p{
      font-size: clamp(10px, 6.5vw, 46px);
      color: #fffe02;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
    }
    #henka .tit_area p small{
      font-size: clamp(10px, 5.5vw, 42px);
      color: #fffe02;
      text-align: center;
      font-weight: bold;
    }
    #henka .tit_area p.ttl1{
      padding-top: 8%;
    }
    #henka .tit_area p.ttl2{
      margin-top: 2%;
      padding-bottom: 12%;
    }
    #henka .henka_cont .ttl3{
      font-size: clamp(10px, 3.5vw, 28px);
      line-height: 1.2em;
      color: #fff;
    }
    #henka .henka_cont.henka1{
      background-image: url(../img/henka_img01_0711.webp);
      background-repeat: no-repeat;
      background-size: 100% auto;
      margin-bottom: 5%;
      padding: 8.5% 5% 37% 42%;
    }
    #henka .henka_cont.henka2{
      background-image: url(../img/henka_img02_0121.webp);
      background-repeat: no-repeat;
      background-size: 100% auto;
      padding: 8.5% 5% 59% 8%;
    }
    #henka .henka_cont.henka1 .txt_box p{
      font-size: clamp(10px, 3.5vw, 26px);
      line-height: 1.4em;
      margin-top: 6%;
    }
    #henka .henka_cont.henka1 .txt_box p span{
      font-size: clamp(10px, 4vw, 34px);
    }
    #faq h2{
      background: #f6e427;
      text-align: center;
      color: #022771;
      font-size: clamp(10px, 5.5vw, 42px);
      display: block!important;
      padding: 5% 0;
      margin-bottom: 5%;
    }
    #faq dt{
      padding: 0 12% 0 12%;
      color: #333;
      font-size: clamp(10px, 3vw, 24px);
      line-height: 1.2em;
      text-align: left;
      background: #fff;
    }
    #faq dt::after{
      content: "";
      display: block;
      width: 10%;
      height: 80%;
      background-image: url(../img/q_blue_0715.webp);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 2%;
    }
    #faq dd{
      height: auto;
      padding: 3% 5% 3% 12%;
      font-size: clamp(10px, 3vw, 21px);
      line-height: 1.4em;
      text-align: left;
      background: #fff;
      position: relative;
    }
    #faq dd span{
      color: #022771;
      position: absolute;
      left: 6%;
    }
    @media screen and (max-width: 750px) {
      #reasons_3 .reasons_area .reasons_box .txt_box .sb_txt {
        width: 34vw;
      }
    }

  
    .soki_shuryo_aera {
      position: relative;
      margin-bottom: 2%;
    }
    .soki_shuryo_aera .img_box {
      padding-bottom: 18%;
      background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff8dc 50%, #fff8dc 100%);
    }
    .soki_shuryo_aera .txt {
      position: absolute;
      bottom: 8%;
      left: 50%;
      transform: translateX(-50%);
      font-size: clamp(10px, 4vw, 30px)!important;
      text-align: center!important;
      width: 100%;
      font-weight: bold;
      color: #333;
      line-height: 1.4 !important;
    }
    .soki_shuryo_aera .txt span {
      color: #ff0000;
      font-size: clamp(10px, 6vw, 46px);
    }
  
    .henka-note {
      padding: 0 5% 0;
      font-size: .8rem !important;
    }

  

  
    .sim_area {
    }

    .sim_ttl {
      /* margin: 1rem 0; */
      padding: 1rem 2rem;
      background-color: #fff;
      border-radius: 10px 10px 0 0;
      margin: 0 2rem;
    }
    .sim_btn_area {
      background-color: #fff;
      /* border-radius: 0 0 10px 10px; */
      margin: 0 2rem;
    }

    .sim_btn_ttl {
      background-color: #ffeedc;
      border-radius: 5px 5px 0 0;
      padding: 1rem 5% 0;
    }
  
    .sim_inner {
      background-color: #0e3f9e;
      /* background-color: #fff5e2; */
      /* padding: clamp(1rem, 4vw, 2rem); */
      /* border-radius: 10px; */
      padding-top: 1rem;
      position: relative;
    }
  
    .sim_items {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 0 1rem;
      height: clamp(160px, 33.7vw, 180px);
      background-color: #ffeedc;
      border-radius: 0 0 5px 5px;
    }

    .tap_icon {
      position: absolute;
      z-index: 20;
      pointer-events: none;
      width: clamp(48px, 12vw, 72px);
      opacity: 1;
      visibility: visible;
      transform: translate(25%, 42%);
      transition:
        left 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        top 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        visibility 0.3s ease;
    }

    .tap_icon img {
      width: 100%;
      height: auto;
      display: block;
      transform-origin: 50% 88%;
      transition: transform 0.15s ease-out;
    }

    .tap_icon.is-pressing img {
      transform: scale(0.94) translateY(5px);
    }

    .sim_items:has(.sim_item.checked) .tap_icon {
      opacity: 0;
      visibility: hidden;
    }
  
    .sim_item {
      padding: 0 clamp(3px, 1.07vw, 8px);
      transition: filter 0.3s ease;
      border-radius: 5%;
    }

    .sim_item_inner {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 5%;
    }

    .sim_item_inner::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -80%;
      width: 50%;
      height: 200%;
      background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
      animation: sim-btn-sheen 2.7s ease-in-out infinite;
      pointer-events: none;
      z-index: 3;
    }

    #item01 .sim_item_inner::before { animation-delay: 0s; }
    #item02 .sim_item_inner::before { animation-delay: 0.9s; }
    #item03 .sim_item_inner::before { animation-delay: 1.8s; }

    @keyframes sim-btn-sheen {
      0%, 55%, 100% {
        left: -80%;
        opacity: 0;
      }
      5% {
        opacity: 1;
      }
      30% {
        left: 130%;
        opacity: 1;
      }
      35% {
        left: 130%;
        opacity: 0;
      }
    }

    .sim_items:has(.sim_item.checked) .sim_item_inner::before {
      animation: none;
      opacity: 0;
    }

    .sim_item_inner {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 5%;
      transition: transform 0.12s ease-out;
    }

    .sim_item img {
      display: block;
      width: 100%;
      transition: filter 0.12s ease-out;
    }

    .sim_item.tap-press .sim_item_inner {
      transform: translateY(clamp(5px, 1.4vw, 10px));
    }

    .sim_item.tap-press img {
      filter: brightness(0.92);
    }

    .sim_item_arrow {
      position: absolute;
      left: 50%;
      top: 68%;
      width: clamp(24px, 6.5vw, 40px);
      transform: translateX(-50%);
      pointer-events: none;
      z-index: 5;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .sim_item_arrow img {
      display: block;
      width: 100%;
      height: auto;
    }

    .sim_item_arrow--center,
    .sim_item_arrow--side {
      animation: sim-arrow-bounce 1.4s ease-in-out infinite;
    }

    .sim_items:has(.sim_item.checked) .sim_item_arrow {
      opacity: 0;
      visibility: hidden;
    }

    @keyframes sim-arrow-bounce {
      0%, 100% {
        transform: translateX(-50%) translateY(0);
      }
      50% {
        transform: translateX(-50%) translateY(clamp(-4px, -1.2vw, -8px));
      }
    }

    .sim_item::after {
      content: "";
      position: absolute;
      top: 0;
      left: clamp(3px, 1.07vw, 8px);
      right: clamp(3px, 1.07vw, 8px);
      bottom: 0;
      border: clamp(4px, 1.07vw, 8px) solid #ffac46d3;
      border-radius: 5%;
      box-sizing: border-box;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
      animation: none;
    }

    .sim_item.checked::after {
      opacity: 1;
      animation: sim-btn-border-pulse 1.4s ease-in-out infinite;
    }

    .sim_items:has(.sim_item.checked) .sim_item:not(.checked)::after {
      opacity: 0;
      animation: none;
    }



    @keyframes sim-btn-border-pulse {
      0%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.02);
        opacity: 0.6;
      }
    }

    .sim_items:has(.sim_item.checked) .sim_item:not(.checked) {
      filter: contrast(0.6);
    }
  
    .sim_item.checked {
      filter: saturate(2);
      transition: all 0.3s ease;
    }
  
.result_area {
  background-color: #fff;
  /* padding: 2% 8%; */
  margin: 0 2rem 2rem;
  padding-bottom:5%;
}

  .result_area .result_content01,
  .result_area .result_content02,
  .result_area .result_content03 {
    display: none;
  }
  .result_area .result_content01.checked,
  .result_area .result_content02.checked,
  .result_area .result_content03.checked {
    display: block !important;
  }
  
  .sim-arrow {
    width: 30%;
    height: auto;
    margin: 0 auto 8px;
  }

  #item01 {
    position: absolute;
    width: 33%;
    left: 8px;
  }
  #item02 {
    position: absolute;
    width: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  #item03 {
    position: absolute;
    width: 33%;
    right: 8px;
  }

  .sim_words {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
  }
 #word04, #word05, #word06 {
  width: clamp(2px, 0.53vw, 4px) !important;
  height: clamp(2px, 0.53vw, 4px) !important;
  margin-top: 5% !important;
 }

 @keyframes sim-chara-float {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-0.533vw) rotate(3deg);
  }
 }

 .sim_chara {
  width: 30%;
  flex-shrink: 0;
  animation: sim-chara-float 2s ease-in-out infinite;
 }
  .result_content_inner {
    /* display: flex;
    align-items: stretch;
    padding: 2rem 2rem 1rem;
    background-color: #fff;
    border-radius: 0 0 10px 10px; */
    align-items: center;
    background-color: #ffeedc;
    padding: 0 0 5%;
  }

  .result_content01 .result_content_inner {
    /* min-height: clamp(220px, 50.67vw, 380px); */
  }

  .sim_text_area {
    /* background-image: url(../img/sim_bg01_0610.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center; */
    /* border-radius: 16px;
    border: 4px solid #10256b;
    background-color: #fff;
    box-shadow: 2px 2px 4px gray;
    padding: 5% 5%; */
    width: 95%;
    margin: 0 auto;
    position: relative;
    /* min-height: clamp(220px, 50.67vw, 320px); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1.6vw, 12px); */
  }

  .sim_text_area .sim_words img {
    width: 6% !important;
    margin: 0 clamp(1px, 0.4vw, 3px);
    animation: sim-word-wave 1.4s ease-in-out infinite;
  }

  .sim_text_area .sim_words img:nth-child(1) { animation-delay: 0s; }
  .sim_text_area .sim_words img:nth-child(2) { animation-delay: 0.1s; }
  .sim_text_area .sim_words img:nth-child(3) { animation-delay: 0.2s; }
  .sim_text_area .sim_words img:nth-child(4) { animation-delay: 0.3s; }
  .sim_text_area .sim_words img:nth-child(5) { animation-delay: 0.4s; }
  .sim_text_area .sim_words img:nth-child(6) { animation-delay: 0.5s; }

  @keyframes sim-word-wave {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.5vw);
    }
  }

.sim_text01 {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 64% !important;
  margin: 0;
  animation: sim-q-icon-pulse 1.8s ease-in-out infinite;
}

  .sim_q_icons {
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    width: 100%;
  }
  .sim_q_icons img {
    width: 5% !important;
    margin: 0 3%;
    animation: sim-q-icon-pulse 1.2s ease-in-out infinite;
  }

  .sim_q_icons img:nth-child(1) { animation-delay: 0s; }
  .sim_q_icons img:nth-child(2) { animation-delay: 0.2s; }
  .sim_q_icons img:nth-child(3) { animation-delay: 0.4s; }

  @keyframes sim-q-icon-pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
  }

  @keyframes cta_btn_scale {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }


  /* 診断結果 */

  .result_content02 .result_content_inner, .result_content03 .result_content_inner, .result_content04 .result_content_inner {
    /* min-height: clamp(250px, 50.67vw, 380px); */
    /* min-height: clamp(250px, 50.67vw, 500px); */
  }

  .result_text_area {
        border-radius: 16px;
    /* border: 4px solid #10256b; */
    background-color: #ffeedc;
    /* box-shadow: 2px 2px 4px gray; */
    /* padding: 0% 5% 0% 4%; */
    width: 95%;
    margin: 0 auto;
    position: relative;
  }

  .result_word {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }

  .result01 {
    padding: 38% 30% 0% 60%;
  }
  #star01 {
    position: absolute;
    top: -5%;
    left: -34%;
  }
  #star02 {
    position: absolute;
    top: 20%;
    right: -38%;
  }
  #star03 {
    position: absolute;
    top: -18%;
    left: -8%;
  }
  #star04 {
    position: absolute;
    top: -25%;
    right: -15%;
  }
  #star05 {
    position: absolute;
    top: -18%;
    left: -8%;
  }
  #star06 {
    position: absolute;
    top: -25%;
    right: -15%;
  }

  #star01,
  #star02,
  #star03,
  #star04,
  #star05,
  #star06 {
    animation: sim-q-icon-pulse 1.2s ease-in-out infinite;
  }

  #star01,
  #star03,
  #star05 {
    animation-delay: 0s;
  }

  #star02,
  #star04,
  #star06 {
    animation-delay: 0.3s;
  }
  
.result01 img {
  height: clamp(24px, 4.27vw, 32px) !important;
  width: auto !important;
}

.result01 .amount {
  /* height: clamp(56px, 12.8vw, 96px) !important;
  margin-top: clamp(-50px, -6.4vw, -36px) !important; */
  transform-origin: bottom center;
  animation: sim-number-stretch 1.2s ease-in-out infinite;
  width: 100% !important;
  height: auto !important;
}


.result02 {
  padding: 38% 36% 0% 30%;
}
.result02 img {
  height: clamp(18px, 4.27vw, 32px) !important;
  width: auto !important;
}

.result02 .amount {
  height: clamp(56px, 12.8vw, 96px) !important;
  margin-top: clamp(-28px, -6.4vw, -48px) !important;
  transform-origin: bottom center;
  animation: sim-number-stretch 1.2s ease-in-out infinite;
  width: 100% !important;
  height: auto !important;
}

@keyframes sim-number-stretch {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.12);
  }
}

.result p {
  width: fit-content;
  padding: 4px clamp(0.5rem, 1.33vw, 1rem);
  
  }

.result02 p {
width: fit-content;
padding: 0 clamp(0.5rem, 1.33vw, 1rem);

}
.result p img {
  height: clamp(18px, 4.27vw, 32px) !important;
  width: auto !important;
}

.result_text02 {
  padding: clamp(0.75rem, 2vw, 1.5rem) 0 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.result .result_text02 img {
  height: clamp(28px, 6.4vw, 48px) !important;
  width: auto !important;
  margin-top: clamp(-10px, -2.13vw, -16px) !important;
}

.result {
  position: absolute;
  width: 90%;
  display: block;
}

.result_content03 .result {
}

.result_content03 .otoku_text {
  top: 58%;
  left: 54%;
}

.otoku_text {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%);
  width: 64%;
}

.otoku01 {
  top: 50%;
  width: 54%;
}

.sim_cta_area {
  /* position: absolute;
  bottom: 8%;
  left: 50%; */
  /* transform: translateX(-50%); */
  padding: 0 0.5rem 1rem;
  background-color: #0d409e;
}

.sim_cta_area a {
  display: block;
  /* animation: cta_btn_scale 1.2s ease-in-out infinite; */
  width: 80%;
  margin: 0 auto;
}



  @media (max-width: 750px) {
    .sim_area {
      /* padding: 0 0.75rem 0; */
    }

    .sim_inner {
      padding-top: 1rem !important;
    } 

    .sim_ttl {
      margin: 0 1rem;
      padding: 0 1rem;
    }

    .sim_btn_area {
      padding: 0 .5rem;
      margin: 0 1rem;
    }

    .sim_items {
      position: relative;
      display: block;
      height: clamp(160px, 42.7vw, 231px);
      min-height: clamp(160px, 42.7vw, 231px);
      padding: 0.5rem 0;
    }

    #item01 {
      position: absolute;
      width: 32%;
      left: 2%;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%);
    }

    #item02 {
      position: absolute;
      width: 32%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }

    #item03 {
      position: absolute;
      width: 32%;
      right: 2%;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%);
    }

    .sim_item {
      padding: 0;
    }

    .sim_item::after {
      left: 0;
      right: 0;
    }

    .result_area {
      padding: 0 .5rem .5rem;
      margin: 0 1rem;
    }

    .result_content_inner {
      /* padding: 1rem;
      margin: 0 1rem 1rem; */
    }
    .result_content01 .result_content_inner {
      min-height: unset;
    }

    .result_content01 .sim_text_area {
    }

    .sim_text_area,
    .result_text_area {
    }

    .result_content02 .result_content_inner,
    .result_content03 .result_content_inner {
      /* min-height: clamp(200px, 54vw, 320px); */
    }

    .result {
    }

    .result_content03 .result {
    }

    .otoku_text {
      top: 48%;
      width: 72%;
    }

    .otoku01 {
      top: 50%;
      width: 54%;
    }

    .result_content03 .otoku_text {
      top: 58%;
      left: 52%;
    }

    .sim_cta_area {
    }

    .result01 img:nth-of-type(2) {
      height: clamp(40px, 9.5vw, 72px) !important;
      margin-top: clamp(-22px, -4.8vw, -36px) !important;
    }


.result02 {
  padding: 42% 36% 0% 30%;
}
    .result02 img:first-of-type {
      /* height: clamp(40px, 9.5vw, 72px) !important;
      margin-top: clamp(-22px, -4.8vw, -36px) !important; */
    }

    .result .result_text02 img {
      height: clamp(22px, 5vw, 38px) !important;
      margin-top: clamp(-8px, -1.7vw, -12px) !important;
    }

    #star01 { top: 22%; left: 90%; width: 50% !important; height: auto !important; }
    #star02 { top: -22%; right: 90%; }
    #star03 { top: -96%; left: -8%; }
    #star04 { top: -90%; right: -15%; }
    #star05 { top: -96%; left: -8%; }
    #star06 { top: -90%; right: -15%; }

    .sim_q_icons  {
      padding-top: 4px;
    }
  }

  @media (max-width: 450px) {
    .sim_items {
      height: 100px;
     max-height: 160px;
     min-height: unset !important;
    }

    #item01,
    #item03 {
      width: 32%;
    }

    #item02 {
      width: 32%;
    }

    .result_content01 .sim_text_area {
      /* min-height: clamp(105px, 36vw, 160px); */
      gap: 2px;
      padding: 0.5% 2%;
    }

    .result01 img:nth-of-type(2) {
      height: clamp(40px, 8.5vw, 60px) !important;
      margin-top: clamp(-18px, -4.2vw, -30px) !important;
    }

    .result02 img:first-of-type {
      /* height: clamp(48px, 8.5vw, 60px) !important;
      margin-top: clamp(-18px, -4.2vw, -30px) !important; */
    }

    .result .result_text02 img {
      height: clamp(20px, 4.5vw, 32px) !important;
      margin-top: clamp(-7px, -1.5vw, -10px) !important;
    }

    .sim_text_area,
    .result_text_area {
      /* min-height: clamp(180px, 58vw, 280px); */
    }

    .result_content02 .result_content_inner,
    .result_content03 .result_content_inner {
      /* min-height: clamp(180px, 58vw, 280px); */
    }

    .result_word {
      width: 60%;
    }

    .result_text02 {
      padding: clamp(0.5rem, 2vw, 1rem) 0 0 !important;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  .result-note {
      font-size: clamp(7px, 1.07vw, 8px) !important;
      color: #666;
      margin-top: 10px;
      padding: 0 8px;
      text-align: right !important;
    }
    @media (max-width: 750px) {
      .result-note {
        text-align: left !important;
      }
    }
  
    #construction_flow {
      padding-bottom: 1rem;
    }

    .mt-2 {
      margin-top: 2rem !important;
    }

    .my-1 {
      margin: 1rem 0 !important;
    }
    .my-2 {
      margin: 2rem 0 !important;
    }

    .mx-auto {
      margin: 0 auto !important;  
    }
    .px-2 {
      padding: 0 2rem !important;
    }
    .py-1 {
      padding: 1rem 0 !important;
    }

    .w-90 {
      width: 90% !important;
    }
    .w-95 {
      width: 95% !important;
    }

    .pb-0 {
      padding-bottom: 0 !important;
    }



    @media (max-width: 750px) {
      .pt-2 {
        padding-top: 2rem !important;
      }
    }