@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP:400,500,600,700&display=swap");
.noto-serif-jp-400 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.noto-serif-jp-500 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    background-color: #FFFDE6;
    height: 100vh;
}
.bg-main{
    background: #FFFDE6;
}
.bg-white{
    background: #FFFFFF;
}
#scene2{
    display: none;
}
#scene3{
    display: none;
}
#scene4{
    display: none;
}
#entry-start{
    display: none;
    padding-top: 100px;
}
#wrapQuizStart{
    display: none;
}
#quiz-section{
    max-width: 640px;
    padding: 15px;
    display: none;
    min-height: 500px;
    margin: 0 auto;
}
#quiz-section h3.title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
#report1 {
    display: none;
}
#report1_btn{
    font-size: 14px;
    color: white;
}
.pagetop {
    border: none;
    cursor: pointer;
}
.bottom-0{
    bottom: 0;
}
.wrap-entry-link{
    width: 100%;
}
.wrap-entry-link img{
    width: 80%;
}
.entry-start{
    display: block;
    margin-bottom: 100px;
}
#btnPlay{
    display: block;
}
#btnPause{
    display: none;
    opacity: 0;
}
#btnRePlay{
    display: none;
}
.btnPlay, .btnPause, .btnReplay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#quiz-section{
    display: none;
    min-height: 320px;
}
#report1 {
    display: none;
}
#report1_btn{
    font-size: 14px;
    color: white;
}
.pagetop {
    border: none;
    cursor: pointer;
}
.alert ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
ul.bookingTab{
    display: flex;
    margin: 0 auto 10px;
    width: 100%;
    padding: 0 10px;
    justify-content:center;
}
ul.bookingTab > li{
    list-style: none;
    border: 1px solid;
    box-sizing: border-box;
    border-radius:50em;
    z-index: 0;
    background: #ebebeb;
    max-width: 30.3333333333%;
    width: 30.3333333333%;
    margin: 0 1%;
}
ul.bookingTab li.active{
    background: #fff;
}
ul.bookingTab > li > a{
    display: flex;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #5d5d5d;

}
ul.bookingTab > li > a:hover{
}

ul.bookingTab li.active > a{
    color: #bb8d23;
}
ul.bookingTab > li > a > span.tab-icon{
    display: block;
    width: 20px;
    margin: 0 8px 0 0;
}
ul.bookingTab > li > span.tab-icon > svg.icon * {
    fill: none;
    width:100%;
    height:auto;
}
ul.bookingTab > li > span.text{
    display: block;
    width: 100%;
}
.bg-disabled{
    background-color: #ebebeb;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7列（1週間分） */
    margin: 20px 0;
    gap: 0; /* 隙間をなくす */
    font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.week-block, .day-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0;
    position: relative; /* 重ねるために相対位置を設定 */
    height: 100%; /* 親要素の高さにフィット */
}

.week-block {
    background-color: transparent;
    border: none;
}

.day-block {
    border: 1px solid #654b38; /* 指定された線の色 */
    background-color: #fff; /* 背景を白に設定 */
    box-sizing: border-box; /* 内側のパディングとボーダーを含むボックスサイズに */
}

.calendar-grid > .day-block:nth-child(7n+1) {
    border-left-width: 2px; /* 左端のボーダーを太く */
}

.calendar-grid > .day-block:nth-child(7n) {
    border-right-width: 2px; /* 右端のボーダーを太く */
}

.calendar-grid > .day-block:nth-last-child(-n+7) {
    border-bottom-width: 2px; /* 下端のボーダーを太く */
}

.calendar-grid > .day-block:nth-child(-n+7) {
    border-top-width: 2px; /* 上端のボーダーを太く */
}

.button-day {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    cursor: not-allowed;
    padding: 0;
    margin: 0;
    position: relative; /* 重ねるために相対位置を設定 */
    display: flex;
    justify-content: center; /* 水平方向中央揃え */
    align-items: center; /* 垂直方向中央揃え */
    box-sizing: border-box; /* 内側のパディングとボーダーを含むボックスサイズに */
}

.button-day .day-text {
    font-size: 12px;
    position: absolute; /* 中央揃えのために絶対位置を設定 */
    top: 12px;
    left: 20px;
    transform: translate(-50%, -50%); /* 中央に配置 */
    z-index: 1; /* テキストを上に表示 */
}

.button-day .booking-status {
    position: relative;
    z-index: 2; /* 画像を上に表示 */
}

.button-day img.stamp-image {
    margin-top: 18px;
    margin-bottom: 4px;
    width: 36px; /* 画像サイズ調整 */
    height: auto; /* 画像の高さを自動調整 */
    z-index: 2;
}

/* ボタンが有効な場合のスタイル */
.button-day:not(:disabled) {
    background-color: #FFFFFF;
    cursor: pointer;
}
.button-day:disabled {
    background-color: #e4e4e4;
}

.locked:disabled {
    background-color: #ffefc3;
}
.button-day:not(:disabled):hover {
    background-color: #fffde4;
}

.button-day:not(:disabled):active {
    background-color: #fff9b3;
}
.py-045{
    padding: 0.45rem 0;
}
button.button-day:focus {
    outline: none;
}
/* ==================================================================
	Helper Class
================================================================== */
.m0 {margin: 0 !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.m30 {margin: 30px !important;}
.m35 {margin: 35px !important;}
.m40 {margin: 40px !important;}
.m45 {margin: 45px !important;}
.m50 {margin: 50px !important;}
.mat0 {margin-top: 0 !important;}
.mat1 {margin-top: 1px !important;}
.mat2 {margin-top: 2px !important;}
.mat3 {margin-top: 3px !important;}
.mat4 {margin-top: 4px !important;}
.mat5 {margin-top: 5px !important;}
.mat6 {margin-top: 6px !important;}
.mat7 {margin-top: 7px !important;}
.mat8 {margin-top: 8px !important;}
.mat9 {margin-top: 9px !important;}
.mat10 {margin-top: 10px !important;}
.mat15 {margin-top: 15px !important;}
.mat20 {margin-top: 20px !important;}
.mat25 {margin-top: 25px !important;}
.mat30 {margin-top: 30px !important;}
.mat35 {margin-top: 35px !important;}
.mat40 {margin-top: 40px !important;}
.mat45 {margin-top: 45px !important;}
.mat50 {margin-top: 50px !important;}
.mar0 {margin-right: 0 !important;}
.mar5 {margin-right: 5px !important;}
.mar10 {margin-right: 10px !important;}
.mar15 {margin-right: 15px !important;}
.mar20 {margin-right: 20px !important;}
.mar25 {margin-right: 25px !important;}
.mar30 {margin-right: 30px !important;}
.mar35 {margin-right: 35px !important;}
.mar40 {margin-right: 40px !important;}
.mar45 {margin-right: 45px !important;}
.mar50 {margin-right: 50px !important;}
.mab0 {margin-bottom: 0 !important;}
.mab5 {margin-bottom: 5px !important;}
.mab10 {margin-bottom: 10px !important;}
.mab15 {margin-bottom: 15px !important;}
.mab20 {margin-bottom: 20px !important;}
.mab25 {margin-bottom: 25px !important;}
.mab30 {margin-bottom: 30px !important;}
.mab35 {margin-bottom: 35px !important;}
.mab40 {margin-bottom: 40px !important;}
.mab45 {margin-bottom: 45px !important;}
.mab50 {margin-bottom: 50px !important;}
.mal0 {margin-left: 0 !important;}
.mal5 {margin-left: 5px !important;}
.mal10 {margin-left: 10px !important;}
.mal15 {margin-left: 15px !important;}
.mal20 {margin-left: 20px !important;}
.mal25 {margin-left: 25px !important;}
.mal30 {margin-left: 30px !important;}
.mal35 {margin-left: 35px !important;}
.mal40 {margin-left: 40px !important;}
.mal45 {margin-left: 45px !important;}
.mal50 {margin-left: 50px !important;}
.mal100 {margin-left: 100px !important;}
.mal150 {margin-left: 150px !important;}
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.p35 {padding: 35px !important;}
.p40 {padding: 40px !important;}
.p45 {padding: 45px !important;}
.p50 {padding: 50px !important;}
.pat0 {padding-top: 0 !important;}
.pat1 {padding-top: 1px !important;}
.pat2 {padding-top: 2px !important;}
.pat3 {padding-top: 3px !important;}
.pat4 {padding-top: 4px !important;}
.pat5 {padding-top: 5px !important;}
.pat6 {padding-top: 6px !important;}
.pat7 {padding-top: 7px !important;}
.pat8 {padding-top: 8px !important;}
.pat9 {padding-top: 9px !important;}
.pat10 {padding-top: 10px !important;}
.pat15 {padding-top: 15px !important;}
.pat20 {padding-top: 20px !important;}
.pat25 {padding-top: 25px !important;}
.pat30 {padding-top: 30px !important;}
.pat35 {padding-top: 35px !important;}
.pat40 {padding-top: 40px !important;}
.pat45 {padding-top: 45px !important;}
.pat50 {padding-top: 50px !important;}
.pat60 {padding-top: 50px !important;}
.par0 {padding-right: 0 !important;}
.par5 {padding-right: 5px !important;}
.par10 {padding-right: 10px !important;}
.par15 {padding-right: 15px !important;}
.par20 {padding-right: 20px !important;}
.par25 {padding-right: 25px !important;}
.par30 {padding-right: 30px !important;}
.par35 {padding-right: 35px !important;}
.par40 {padding-right: 40px !important;}
.par45 {padding-right: 45px !important;}
.par50 {padding-right: 50px !important;}
.pab0 {padding-bottom: 0 !important;}
.pab5 {padding-bottom: 5px !important;}
.pab10 {padding-bottom: 10px !important;}
.pab15 {padding-bottom: 15px !important;}
.pab20 {padding-bottom: 20px !important;}
.pab25 {padding-bottom: 25px !important;}
.pab30 {padding-bottom: 30px !important;}
.pab35 {padding-bottom: 35px !important;}
.pab40 {padding-bottom: 40px !important;}
.pab45 {padding-bottom: 45px !important;}
.pab50 {padding-bottom: 50px !important;}
.pab55 {padding-bottom: 55px !important;}
.pab60 {padding-bottom: 60px !important;}
.pab65 {padding-bottom: 65px !important;}
.pab70 {padding-bottom: 70px !important;}
.pab80 {padding-bottom: 80px !important;}
.pal0 {padding-left: 0 !important;}
.pal5 {padding-left: 5px !important;}
.pal10 {padding-left: 10px !important;}
.pal15 {padding-left: 15px !important;}
.pal20 {padding-left: 20px !important;}
.pal25 {padding-left: 25px !important;}
.pal30 {padding-left: 30px !important;}
.pal35 {padding-left: 35px !important;}
.pal40 {padding-left: 40px !important;}
.pal45 {padding-left: 45px !important;}
.pal50 {padding-left: 50px !important;}
.pal60 {padding-left: 60px !important;}
.fs7{font-size:7px; }
.fs8{font-size:8px; }
.fs9{font-size:9px; }
.fs10{font-size:10px; }
.fs11{font-size:11px; }
.fs12{font-size:12px; }
.fs13{font-size:13px; }
.fs14{font-size:14px; }
.fs15{font-size:15px; }
.fs16{font-size:16px; }
.fs17{font-size:17px; }
.fs18{font-size:18px; }
.fs19{font-size:19px; }
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}
.fs25{font-size:25px;}
.fs26{font-size:26px;}
.fs27{font-size:27px;}
.fs28{font-size:28px;}
.fs29{font-size:29px;}
.fs30{font-size:30px;}
.fs31{font-size:31px;}
.fs32{font-size:32px;}
.fs33{font-size:33px;}
.fs34{font-size:34px;}
.fs35{font-size:35px;}
.fs36{font-size:36px;}
.fs37{font-size:37px;}
.fs38{font-size:38px;}
.fs39{font-size:39px;}
.fs40{font-size:40px;}
.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.lh-12{line-height: 1.2;}
.lh-13{line-height: 1.3;}
.lh-14{line-height: 1.4;}
.lh-15{line-height: 1.5;}
.lh-16{line-height: 1.6;}
.lh-17{line-height: 1.7;}
.lh-18{line-height: 1.8;}
.lh-19{line-height: 1.9;}
.lh-20{line-height: 2;}
.hide{display: none !important;}
.mh10{
    min-height: 10vh;
}
input:disabled, input[readonly] {
    background-color: #f3f6f9;
    opacity: 1;
}
.font-ryumin-b{
    font-family: "Ryumin Bold KL";
}
.modal-stamp {
    background-color: transparent;
    background-image: url('/images/modal-bg.png');
    background-size: contain; /* 画像をモーダルのサイズに合わせて拡大縮小 */
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-position: center center; /* 画像を中央に配置 */
    color: #333; /* 文字色 */
    font-family: "Ryumin Bold KL", sans-serif; /* フォントファミリー */
    border-radius: 0; /* 角の丸め */
    box-shadow: none; /* 影の追加 */
    font-size: 24px; /* フォントサイズ */
    text-align: center; /* 中央揃え */
    border:none;
}
.modal-stamp #modal-text {
    margin-bottom: 20px; /* 下マージン */
}
.modal-stamp .modal-body{
    padding: 40px 20px;
}
.modal-stamp .modal-body .button {
    display: block; /* ブロックレベルで表示 */
    width: 80%; /* 幅は親要素の80% */
    margin: 10px auto; /* 自動的に中央寄せ */
    padding: 0 50px;
    text-align: center; /* テキストを中央揃え */
    color: white; /* テキスト色は白 */
    font-size: 18px; /* フォントサイズ */
    border: none; /* 枠線なし */
    border-radius: 20px; /* ボーダーの丸み */
    cursor: pointer; /* カーソルをポインターに */
    transition: background-color 0.3s; /* 背景色の変更にアニメーションを適用 */
}
/* ボタンホバー時のエフェクト */
.modal-stamp .modal-body .button:hover {
    opacity: 0.8; /* 透明度を下げる */
}
.btn-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn-wrap img{
    width: 75%;
}
.amb-btn-wrap{
    width: 100%;
}
.amb-btn-wrap img{
    width: 75%;
}
.recipe-btn-wrap{
    width: 100%;
    background-image: url("../images/stamp_section2_header_bottom.png");
    background-size: cover;
    padding: 5%;
}
.recipe-btn-wrap img{
    width: 75%;
}

.wrap-survey{
    margin: 50px auto;
    padding: 20px 0;
    background-color: white;
    width: 90%;

    text-align: center;
    padding-bottom: 100px;
}
.wrap-survey img{
    width: 75%;
}
.modal-amb-dialog{
    background-color: transparent;
}
.modal-amb-dialog .modal-content{
    background-color: transparent;
    border: none;
    text-align: center;
}
.modal-amb-dialog .modal-content #submit-amb{
    width: 50%;
    cursor:pointer;
}
.modal-amb-dialog .modal-content #submit-amb:hover{
    opacity: 0.8;
    transition: transform 1s ease-out;
}
.cursor-not-allowed{
    cursor:not-allowed;
}
.cursor-active:hover{
    opacity: 0.8;
}
.form-other-input {
    display: block;
    width: 100%;
    min-width: 120px;
    height: calc(14px + 1.272rem);
    margin: 0.25rem 0;
    padding: 0.636rem 0.75rem;
    color: #555;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.3333333;
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.entryTerm{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: relative;
    bottom: 62px;
    margin-bottom: -62px;
}
.entryTerm .year{
    font-size: 2.25rem;
}
.entryTerm .yearJp{
    font-size: 2.375rem;
}
.entryTerm .month{
    font-size: 2.5rem;
}
.entryTerm .monthJp{
    font-size: 2.375rem;
}
.entryTerm .day{
    font-size: 2.5rem;
}
.entryTerm .dayJp{
    font-size: 2.375rem;
}
.entryTerm .startFromEnd{
    display     : inline-block;
    font-size: 1.625rem;
    transform   : scaleX(0.6);
    position: relative;
    bottom: 3px;
}
.top_main2{
    background-color: #FFFEF1;
}

.top_main2_top_header1{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
}
.top_main2_top_header2{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.top_main2_top_header2 .year{
    font-size: 36px;
}
.top_main2_top_header2 .yearJp{
    font-size: 38px;
}
.top_main2_top_header2 .month{
    font-size: 2.5rem;
}
.top_main2_top_header2 .monthJp{
    font-size: 38px;
}
.top_main2_top_header2 .day{
    font-size: 2.5rem;
}
.top_main2_top_header2 .dayJp{
    font-size: 38px;
}
.top_main2_top_header2 .startFromEnd{
    display     : inline-block;
    font-size: 26px;
    transform   : scaleX(0.6);
    position: relative;
    bottom: 3px;
}

.bg-FFFEF1{
    background-color: #FFFEF1;
}
.bg-e4e4e4{
    background-color: #e4e4e4;
}
.text-F15A24{
    color: #F15A24;
}
.top_main2_middle1{
    position: relative;
    top: 0;
}
.top_main2_middle1_text{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    text-align: center;
}
.top_main2_middle1_text_padding{
    padding: 12% 8%;
    position: absolute;
    width: 100%;
    top: 0;
}
.stamp_section1_header_text_padding{
    padding: 8% 0 8%;
}
.top_main2_middle1_text small{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.top_main2_middle2{
    position: relative;
    top: 0;
}
.top_main2_middle2_text{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
}

.top_main2_middle2_text_top0{
    position: absolute;
    top: 0;
    padding: 8%;
}
.stamp_section2_header_bottom_position{
    top: 190px;
    padding: 8%;
}
.top_main2_middle2_text small{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.stamp_header_text{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: relative;
    bottom: 90px;
    margin-bottom: -90px;
    padding-bottom: 20px;
}
.stamp_header_text .year{
    font-size: 2.25rem;
}
.stamp_header_text .yearJp{
    font-size: 2.375rem;
}
.stamp_header_text .month{
    font-size: 2.5rem;
}
.stamp_header_text .monthJp{
    font-size: 2.375rem;
}
.stamp_header_text .day{
    font-size: 2.5rem;
}
.stamp_header_text .dayJp{
    font-size: 2.375rem;
}
.stamp_header_text .startFromEnd{
    display     : inline-block;
    font-size: 1.625rem;
    transform   : scaleX(0.6);
    position: relative;
    bottom: 3px;
}
.amb_modal_text{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    top: 155px;
}
.stamp_section1_header_bg{
    width: 90%;
    margin: 0 auto 3rem;
    padding: 8% 0 8%;
    background-image: url("../images/stamp_section1_header_bg.png");
    border-radius: 1rem;
}
.stamp_section3_header_bg{
    width: 100%;
    padding: 0 5.5% 0 5.5%;
    background-image: url("../images/stamp_section2_header_bottom.png");
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .entryTerm{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        position: relative;
        bottom: calc(1.25vw + 3rem);
        margin-bottom: calc(-1.25vw - 3rem);
    }
    .entryTerm .year{
        font-size: calc(1.25vw + 1rem);
    }
    .entryTerm .yearJp{
        font-size: calc(1.25vw + 1rem);
    }
    .entryTerm .month{
        font-size: calc(1.25vw + 1.3rem);
    }
    .entryTerm .monthJp{
        font-size: calc(1.25vw + 1rem);
    }
    .entryTerm .day{
        font-size: calc(1.25vw + 1.3rem);
    }
    .entryTerm .dayJp{
        font-size: calc(1.25vw + 1rem);
    }
    .entryTerm .startFromEnd{
        display     : inline-block;
        font-size: calc(1.25vw + 0.5rem);
        transform   : scaleX(0.6);
        position: relative;
        margin-bottom: 0;
    }



    .stamp_header_text{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        position: relative;
        bottom: calc(1.25vw + 3rem);
        margin-bottom: calc(-1.25vw - 3rem);
        padding-bottom: calc(1.25vw);
    }
    .stamp_header_text .year{
        font-size: calc(1.25vw + 1rem);
    }
    .stamp_header_text .yearJp{
        font-size: calc(1.25vw + 1rem);
    }
    .stamp_header_text .month{
        font-size: calc(1.25vw + 1.3rem);
    }
    .stamp_header_text .monthJp{
        font-size: calc(1.25vw + 1rem);
    }
    .stamp_header_text .day{
        font-size: calc(1.25vw + 1.3rem);
    }
    .stamp_header_text .dayJp{
        font-size: calc(1.25vw + 1rem);
    }
    .stamp_header_text .startFromEnd{
        display     : inline-block;
        font-size: calc(1.25vw + 0.5rem);
        transform   : scaleX(0.6);
        position: relative;
        margin-bottom: 0;
    }
    .top_main2{
        background-color: #FFFEF1;
    }
    .top_main2_top_header1{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_top_header2{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }
    .top_main2_top_header2 .year{
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_top_header2 .yearJp{
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_top_header2 .month{
        font-size: calc(1.25vw + 1.3rem);
    }
    .top_main2_top_header2 .monthJp{
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_top_header2 .day{
        font-size: calc(1.25vw + 1.3rem);
    }
    .top_main2_top_header2 .dayJp{
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_top_header2 .startFromEnd{
        display     : inline-block;
        font-size: calc(1.25vw + 0.5rem);
        transform   : scaleX(0.6);
        position: relative;
        margin-bottom: 0;
    }
    .top_main2_middle1{
        position: relative;
        top: 0;
    }
    .top_main2_middle1_text{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: calc(1.25vw + 1rem);
    }
    .top_main2_middle1_text small{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }


    .top_main2_middle2{
        position: relative;
        top: 0;
    }
    .top_main2_middle2_text{
        font-size: calc(1.25vw + 1rem);
    }
    .stamp_section2_header_bottom_position{
        top: calc(1.25vw + 9rem);
    }

    .amb_modal_text{
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        position: absolute;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        font-size: calc(1.25vw + 0.5rem);
        top: calc(1.25vw + 7.8rem);
    }
}
@media screen and (max-width: 430px) {
    .top_main2_middle1_text{
        font-size: calc(1.25vw + 0.75rem);
    }
    .top_main2_middle1_text small{
        font-size: calc(1.25vw + 0.75rem);
    }
    .top_main2_middle2_text{
        font-size: calc(1.25vw + 0.5rem);
    }
    .top_main2_middle2_text small{
        font-size: calc(1.25vw + 0.5rem);
    }
    .stamp_section2_header_bottom_position {
        top: calc(1.25vw + 4rem);
    }
}
