@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your Rwork shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Mukta+Mahee:wght@200;300;400;500;600;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
  background-image: url("../../uploads/2026/01/background.webp");
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
header{
    position: fixed;
    top:0;
    width: 375px;
    z-index: 12;
}
.menu-icon{
    width:23px;
    height:23px;
    display: block;
    margin-left:auto;
    margin-top:31px;
    margin-right: 28px;
    cursor: pointer;
}
.navigation{
    background-color: #534741;
    color: white;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    top: -300px;
    position: fixed;
    width: 375px;
    height: 300px;
    transition: top 0.3s ease-in-out;
}
.navigation.active{
    top:0;
    transition: top 0.3s ease-in-out;
}
.menu-container{
    display: flex;
    margin-top:32px;
}
.menu-container ul:last-child{
	margin-left:12px;
}
.menu-container ul li{
    list-style: none;
}
.menu-container ul li a{
    color: white;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-weight: bold;
}
.main-container{
    width:375px;
    margin:0 auto;
    background-color: white;
    overflow: scroll;
}
.btn-participation{
    background-color: #7A78AB;
    width:72px;
    height: 72px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top:287px;
    margin-left:275px;
}
.button-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 31px;
    margin-left: 60.390879478827365vw;
    margin-top:39.25925925925926vh;
}
.button-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:450px;
    height:100px;
    padding:0 35px 0 41px;
    background: white;
    border-radius: 50px;
    font-size: 24px;
    color:#534741;
    line-height: 20px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
.button-logo{
    width:50px;
    height: 50px;
}
.background-blue{
    background-color: #7A78AB;
}
.background-pink{
    background-color: #F09199;
}
.background-yellow{
    background-color: #F5E74F;
}
a.glink {
  text-decoration: none;
  background-image: url("../../uploads/2026/01/translate.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: block;
}
a.glink img {
  display: none !important;
}
.gt-current-lang {
  display: none !important;
}
/* Header Section */
.header-section{
    color:white;
	position:relative;
}
.top-image{
    width:100%;
    display: block;
}
.header-section h2{
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}
.container{
    margin:0 30px;
}
.header-section h2::before,.header-section h2::after{
    content:"";
    width:103px;
    display: block;
    background-color: white;
    height: 4px;
}
.date-information{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 800;
    margin-right: -5px;
    padding-bottom: 16px;
    border-bottom: 4px solid white;
}
.date-information-title{
	font-size:20px !important; 
}
.date-information span{
    font-size: 26px;
}
.time-recommend{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-align: center;
    margin-top:10px
}
.note-information{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    margin-top: 7px;
    padding-bottom: 30px;
}
.container h2{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-align: center;
}
.container p{
    text-align: center;
}
/* Story Section */
.story-section{
    color:#534741;
    padding-top:43px;
    padding-bottom: 69px;
}
.story-section .container{
	margin:0;
}
.title-story{
    margin-bottom: 16px;
}
.text-story{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
/* Section Line */
.section-line{
    padding:45px 0 51px 0;
    color:white;
}
.container-line h2{
    margin-bottom: 25px;
}
.container-line p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 39px;
}
.btn-line{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 60px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 24px;
    background-color: #04C755;
    color:white;
    text-decoration: none;
    font-family: "Mukta Mahee", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
.line-noted{
    margin:9px 0 0 0 !important;
}
/* Section Step */
.section-step{
    padding:55px 0 62px 0;
}
.container-step h2{
    color:white;
}
.step-list{
    margin-top: 40px;
}
.step-items{
    color:white;
    position: relative;
    margin-bottom: 40px;
}
.step-items:last-child{
	margin-bottom:0;
}
.step-noted{
  margin-top: 30px;
}
.step-number{
    background-color: #534741;
    width:58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 33px;
    position: absolute;
    top:-10px;
    left: -10px;
}
.step-thumbnail{
    width: 100%;
    height: 220px;
}
.step-title{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.step-text{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify !important;
}
.step-text a{
    display:inline-block;
    color:#F5E74F;
}
.step-noted h3{
    color:white;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 900;
}
.step-noted-container{
    background-color: white;
    padding:22px 21px;
    margin-top:12px;
    border-radius: 25px;
}
.step-noted-container dl{
	margin-bottom:10px;
}
.step-noted-container dl:last-child{
	margin-bottom:0;
}
.step-noted-container dt{
    color:#F0909A;
    font-size: 16px;
    line-height: 28px;
    font-weight:900;
    margin-right: 15px;
}
.step-noted-detail{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color:#534741;
}
.step-noted-info{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color:#534741;
}
.table-noted {
	display: flex;
	flex-flow: wrap;
}
/* Section Gift */
.section-gift{
    padding:45px 0 48px 0;
    color: #534741;
}
.giftcard-image {
	width: 148px;
	display: block;
	margin: 29.2px auto 61px auto;
}
.phone-image {
	width: 88px;
	margin: 0 auto 18.3px auto;
	display: block;
}
.gift-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
.gift-card-container{
	margin:21.7px 0 11.7px 0;
    position: relative;
	display:flex;
	justify-content:center;
}   
.gift-content:not(:first-child){
	margin-left:13px;
}
.gift-badge{
    position: absolute;
    border-radius: 50%;
    border:1px solid white;
    background-color: #534741;
    width:72px;
    height: 72px;
    padding-top:4px;
    box-sizing: border-box;
    bottom:60px;
    right:0;
    color:white;
    font-weight: bold;
}
.gift-badge p:first-child{
    font-size: 9px;
    line-height: 12px;
}
.gift-badge p:nth-child(2){
    font-size: 36px;
    color:#F5E74F;
    margin:-8px 0
}
.gift-badge p:last-child{
    font-size: 10px;
    line-height: 13px;
}
.gift-noted{
		font-size:12px;
		line-height:20px;
		font-weight:500;
	}
/* Section Map */
.section-map{
    padding:52px 0 47px 0;
}
.container-map h2{
    color:white;
    text-align: center;
}
.google-maps {
	width: 100%;
	height:480px;
	margin-top: 25px;
	max-height: none !important;
}
.container-map-list p{
    text-align: left;
    color:white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.container-map-list{
    margin-top:39px;
}
/* Section Higashisakura Info */
.higashisakura-info{
    background-color: #534741;
    padding:44px 0 53px 0;
}
.container-higashisakura h2{
    display: flex;
    color:white;
    justify-content: center;
    align-items: center;
}
.company-logo{
    width:282px;
    height: 84px;
}
.higashisakura-introduce--title{
	font-size:16px;
	line-height:24px;
	color:white;
	margin-top:17px;
	text-align:center;
}
.container-higashisakura p{
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify !important;
    margin:31px 0 0 0;
}
.btn-higashisakura{
    background-color: white;
    color:#534741;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 60px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Mukta Mahee", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    text-decoration: none;
    border-radius: 30px;
}
.btn-higashisakura img{
    width:20px;
    height: 20px;
}
/* Section Experiment	 */
.section-experiment {
	padding:48px 0 60px 0;
}
.subtitle-experiment{
	font-size:19px;
	line-height:27px;
	color:white;
	letter-spacing:0.05em;
	font-weight:900;
	margin-bottom:10px;
}
.section-experiment h2{
	color:white;
}
.description-experiment{
	font-size:14px;
	line-height:24px;
	margin:20px 0 30px 0;
	font-weight:500;
	color:white;
}
.summary-experiment-title{
	font-size:16px;
	line-height:28px;
	letter-spacing:0.05em;
	font-weight:900;
	color:white;
	text-align:center;
	margin-bottom:12px;
}
.summary-experiment-content{
	border-radius:20px;
	background-color:white;
	margin-bottom:30px;
	padding:23px 38px 23px 26px;
}
.summary-experiment-content dl{
	margin-bottom:10px;
}
.summary-experiment-content dl:last-child{
	margin-bottom:0;
}
.summary-experiment-content dt{
	font-size:16px;
	line-height:28px;
	font-weight:900;
	letter-spacing:0.05em;
	color:#F0909A;
	margin-right: 15px;
}
.summary-experiment-content dd{
	font-size:15px;
	line-height:28px;
	font-weight:500;
	letter-spacing:0.05em;
	color:#534741;
}
.dd-list{
	display:flex;
}
.sumarry-experiment-details{
	text-align:left !important;
	font-weight:500;
	color:white;
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
.btn-experiment{
	display:flex;
	width:100%;
	height:60px;
	background-color:white;
	border-radius:50px;
	text-decoration:none;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	color:#534741;
	font-size:14px;
	line-height:24px;
	font-family: "Mukta Mahee", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn-experiment--last{
	margin-top:20px;
}
.btn-experiment img{
	width:16px;
	margin-left:9px;
}
/* Section QA */
.container-qa{
    padding:48px 0 60px 0;
}
.container-qa h2{
    color:#534741;
    margin-bottom: 30px;
}
.question-header{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:16px 16px 15px 15px;
    min-height: 50px;
	border-radius:10px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
.question-number{
    background-color: #F5E74F;
    color:#534741;
    border-radius: 50%;
    width:30px;
    height: 30px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 19px;
}
.question-header h3{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    width: 214px;
    margin: 0 4px 0 15px;
}
.answer-text{
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.answer-text p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color:#534741;
    text-align: left !important;
}
.answer-text p a{
	color: #534741;
}
.qa-items{
    margin-bottom: 20px;
}
.qa-items:last-child{
    margin-bottom: 0;
}
.question-header{
    margin-bottom: 20px;
    cursor: pointer;
}
/* Section Campaign */
.section-campaign{
    padding: 50px 0 45px 0;
}
.container-campaign h2{
    color:white;
}
.container-campaign table{
    width:100%;
    border-collapse: collapse;
    margin-top:27px
}
.container-campaign table tr th,.container-campaign table tr td{
    border-bottom:1px solid white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color:white;
    text-align: left;
    padding:10px 0;
}
.container-campaign table tr th{
    vertical-align: top;
    width:58px;
	font-weight:800;
}
/* Section Guidelines */
.section-guidelines{
    padding:52px 0 58px 0;
}
.container-guidelines h2{
    color:white;
}
.scroll-area{
    height: 200px;
    overflow-y: scroll;
    background-color: white;
    border-radius: 10px;
    color:#606060;
    padding:8.5px 30px 9.5px 16.3px;
    box-sizing: border-box;
    margin-top:27px;
}
.scroll-area h3{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
}
.scroll-area p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify !important;
}
/* Section Contact */
.section-contact{
    padding:36px 0 68px 0;
}
.container-contact h2{
    color:#534741;
    text-align: center;
}
.address-info{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:27px;
}
.contact-logo{
    width: 122px;
    height: 68px;
}
.address-info p{
    color:#534741;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    margin-left: 10px;
	text-align:left;
}
.email-info{
    font-size: 12px;
    color:#534741;
    line-height: 18px;
    font-weight: 500;
    margin-top:20px;
}
.note-info{
    display: flex;
}
.note-info p{
    color:#534741;
    font-size: 9px;
    line-height: 14px;
    margin-top:15px;
    font-weight: 500;
    text-align: left !important;
}
/* Section Organizer */
.section-organizer{
    background-color: white;
    padding:32px 0 100px 0;
    color:#534741
}
.organizer-logo{
    width: 241px;
    display: block;
    margin:6px auto 8.5px auto;
}
.planner-logo{
    width: 146px;
    display: block;
    margin:11px auto 0 auto;
}
.container-organizer h2{
	font-size:20px;
	line-height:29px;
}
.container-organizer p{
	font-size:16px;
	line-height:24px;
	font-weight:500;
	margin-bottom:41px;
	color:#534741;
}
footer{
    display: none;
}
a:hover{
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 1535px) {
	.gtranslate_wrapper {
		display: none !important;
	}
	.gtranslate_wrapper:nth-of-type(1) {
		display: block !important;
	}
	.section-organizer {
		padding: 32px 0 142px 0;
	}
    footer{
        width: 375px;
        padding:20px 30px;
        position: fixed;
        display: flex;
        bottom: 0;
        font-size: 12px;
        line-height: 20px;
        background-color: white;
        justify-content: space-between;
        align-items: center;
        column-gap: 20px;
    }
    .button-container__pc{
        display: none;
    }
    .footer-logo-link {
        text-decoration: none;
		color:#606060;
		display: flex;
		align-items: center;
		cursor: pointer;
        font-weight: 800;
    }
    .footer-logo{
        width:30px;
        height: 30px;
        margin-right:10px;
		display:block;
    }
	.gtranslate_wrapper a{
		width:50px;
		height:50px;
	}
}
@media screen and (max-width: 640px) {
	a.glink {
	  width: 18.667vw;
	  height: 18.667vw;
	}
    header{
        position: fixed;
        top:0;
        width: 100.000000vw;
        z-index: 12;
    }
    .menu-icon{
        width:6.133333vw;
        height:6.133333vw;
        display: block;
        margin-left:auto;
        margin-top:8.266667vw;
        margin-right: 7.466667vw;
        cursor: pointer;
    }
    .navigation{
        background-color: #534741;
        color: white;
        font-size: 3.200000vw;
        line-height: 8.000000vw;
        letter-spacing: 0.05em;
        top: -80.000000vw;
        position: fixed;
        width: 100.000000vw;
        height: 80.000000vw;
        transition: top 0.3s ease-in-out;
    }
    .navigation.active{
        top:0;
        transition: top 0.3s ease-in-out;
    }
    .menu-container{
        display: flex;
        margin-top:8.533333vw;
    }
	.menu-container ul:last-child {
	  margin-left: 3.2vw;
	}
    .menu-container ul li{
        list-style: none;
    }
    .menu-container ul li a{
        color: white;
        font-size: 3.200000vw;
        line-height: 8.000000vw;
        letter-spacing: 0.05em;
        text-decoration: none;
        font-weight: bold;
    }
    .main-container{
        width:100.000000vw;
        margin:0 auto;
        background-color: white;
        overflow: scroll;
    }
    .btn-participation{
        width:19.200000vw;
        height: 19.200000vw;
        font-size: 4.266667vw;
        line-height: 5.333333vw;
        top:76.533333vw;
        margin-left:73.333333vw;
    }

    .background-blue{
        background-color: #7A78AB;
    }
    .background-pink{
        background-color: #F09199;
    }
    .background-yellow{
        background-color: #F5E74F;
    }
    /* Header Section */
    .header-section{
        color:white;
    }
    .top-image{
        width:100%;
        display: block;
    }
    .header-section h2{
        font-size: 5.333333vw;
        line-height: 7.733333vw;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.866667vw;
    }
    .container{
        margin:0 8.000000vw;
    }
    .header-section h2::before,.header-section h2::after{
        content:"";
        width:27.466667vw;
        display: block;
        background-color: white;
        height: 1.066667vw;
    }
    .date-information{
        font-size: 4.800000vw;
        line-height: 6.666667vw;
        text-align: center;
        font-weight: 800;
        margin-right: -1.333333vw;
        padding-bottom: 4.266667vw;
        border-bottom: 1.066667vw solid white;
    }
    .date-information span{
        font-size: 6.933333vw;
    }
    .time-recommend{
        font-size: 3.733333vw;
        line-height: 5.333333vw;
        letter-spacing: 0.05em;
        font-weight: 800;
        text-align: center;
        margin-top:2.666667vw
    }
    .note-information{
        font-size: 3.200000vw;
        line-height: 4.533333vw;
        letter-spacing: 0.05em;
        text-align: center;
        font-weight: 500;
        margin-top: 1.866667vw;
        padding-bottom: 8.000000vw;
    }
    .container h2{
        font-size: 7.466667vw;
        line-height: 10.666667vw;
        letter-spacing: 0.05em;
        font-weight: 900;
    }
	.date-information-title{
		font-size:5.3vw !important;
	}
	#q-plus,#q-minus{
		width:5.3vw !important;
		height:5.3vw !important;
	}
    /* Story Section */
    .story-section{
        color:#534741;
        padding-top:11.466667vw;
        padding-bottom: 18.400000vw;
    }
    .title-story{
        margin-bottom: 4.266667vw;
    }
    .text-story{
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        font-weight: 500;
    }
    /* Section Line */
    .section-line{
        padding:12.000000vw 0 13.600000vw 0;
        color:white;
    }
    .container-line h2{
        margin-bottom: 6.666667vw;
    }
    .container-line p{
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        font-weight: 500;
        margin-bottom: 10.400000vw;
    }
    .btn-line{
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height: 16.000000vw;
        border-radius: 6.666667vw;
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        background-color: #04C755;
        color:white;
        text-decoration: none;
        font-family: "Mukta Mahee", sans-serif;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
        -webkit-box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
        -moz-box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
    }
    .line-noted{
        margin:2.400000vw 0 0 0 !important;
    }
    /* Section Step */
    .section-step{
        padding:14.666667vw 0 16.533vw 0;
    }
    .container-step h2{
        color:white;
    }
    .step-list{
        margin-top: 10.666667vw;
    }
    .step-items{
        color:white;
        position: relative;
        margin-bottom: 10.666667vw;
    }
	.step-items:last-child{
		margin-bottom:0;
	}
	.step-noted{
	  margin-top: 8vw;
	}
	.step-noted-container dl {
		margin-bottom: 2.667vw;
	}
    .step-number{
        background-color: #534741;
        width:15.466667vw;
        height: 15.466667vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 5.333333vw;
        line-height: 8.800000vw;
        position: absolute;
        top:-2.666667vw;
        left: -2.666667vw;
    }
    .step-thumbnail{
        width: 100%;
        height: 58.666667vw;
    }
    .step-title{
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        text-align: center;
    }
    .step-text{
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-weight: 500;
        text-align: justify !important;
    }
    .step-text a{
        display:inline-block;
        color:#F5E74F;
    }
    .step-noted h3{
        color:white;
        text-align: center;
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        letter-spacing: 0.05em;
        font-weight: 900;
    }
    .step-noted-container{
        background-color: white;
        padding:5.866667vw 5.600000vw;
        margin-top:3.200000vw;
        border-radius: 6.666667vw;
    }
    .step-noted-container dt{
        color:#F0909A;
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        font-weight:900;
        margin-right: 4.000000vw;
    }
    .step-noted-detail{
        font-size: 4.266667vw;
        line-height: 7.466667vw;
        font-weight: 500;
        color:#534741;
    }
    .step-noted-info{
        font-size: 3.200000vw;
        line-height: 5.333vw;
        font-weight: 500;
        color:#534741;
    }
    /* Section Gift */
    .section-gift{
        padding:12.000000vw 0 12.8vw 0;
        color: #534741;
    }
	.giftcard-image{
		width: 39.467vw;
		display: block;
		margin: 7.787vw auto 16.267vw auto;
    }
	.phone-image {
		width: 23.467vw;
		margin: 0 auto 4.88vw auto;
		display: block;
	}
    .gift-text{
        font-size: 4.266667vw;
        line-height: 6.400000vw;
        font-weight: 800;
    }
    .gift-badge{
        position: absolute;
        border-radius: 50%;
        border:0.266667vw solid white;
        background-color: #534741;
        width:19.200000vw;
        height: 19.200000vw;
        padding-top:1.066667vw;
        box-sizing: border-box;
        bottom:16vw;
        right:0;
        color:white;
        font-weight: bold;
    }
    .gift-badge p:first-child{
        font-size: 2.400000vw;
        line-height: 3.200000vw;
    }
    .gift-badge p:nth-child(2){
        font-size: 9.600000vw;
        color:#F5E74F;
        margin:-2.133333vw 0
    }
    .gift-badge p:last-child{
        font-size: 2.666667vw;
        line-height: 3.466667vw;
    }
	.gift-noted{
		font-size:3.2vw;
		line-height:5.333vw;
	}
    /* Section Map */
    .section-map{
        padding:13.867vw 0 12.533333vw 0;
    }
    .container-map h2{
        color:white;
        text-align: center;
    }
    .google-maps {
		width: 100%;
		height:128vw;
		margin-top: 6.666667vw;
    }
    .container-map-list p{
        text-align: left;
        color:white;
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-weight: 500;
    }
    .container-map-list{
        margin-top:10.400000vw;
    }
    /* Section Higashisakura Info */
    .higashisakura-info{
        background-color: #534741;
        padding:11.733vw 0 14.133vw 0;
    }
    .container-higashisakura h2{
        display: flex;
        color:white;
        justify-content: center;
        align-items: center;
    }
    .company-logo{
        width:75.2vw;
        height: 22.4vw;
    }
	.higashisakura-introduce--title{
		font-size:4.267vw;
		line-height:6.4vw;
		margin-top:4.533vw;
	}
    .container-higashisakura p{
        color: white;
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-weight: 500;
        text-align: justify !important;
        margin:8.267vw 0 0 0;
    }
    .btn-higashisakura{
        background-color: white;
        color:#534741;
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
        height: 16.000000vw;
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-family: "Mukta Mahee", sans-serif;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
        -webkit-box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
        -moz-box-shadow: 0.000000vw 0.800000vw 1.600000vw 0.000000vw rgba(0,0,0,0.15);
        text-decoration: none;
        border-radius: 8.000000vw;
    }
    .btn-higashisakura img{
        width:5.333333vw;
        height: 5.333333vw;
    }
	/* Section Experiment	 */
	.section-experiment {
		padding:12.8vw 0 16vw 0;
	}
	.subtitle-experiment{
		font-size:5.067vw;
		line-height:7.2vw;
		margin-bottom:2.667vw;
	}
	.description-experiment{
		font-size:3.733333vw;
		line-height:6.400000vw;
		margin:5.333333vw 0 8.000000vw 0;
	}
	.summary-experiment-title{
		font-size:4.266667vw;
		line-height:7.466667vw;
		letter-spacing:0.05em;
		font-weight:900;
		color:white;
		text-align:center;
		margin-bottom:3.200000vw;
	  }
	.summary-experiment-content{
		border-radius:5.333333vw;
		background-color:white;
		margin-bottom:8.000000vw;
		padding:6.133333vw 10.133333vw 6.133333vw 6.933333vw;
	}
	.summary-experiment-content dl{
		margin-bottom:2.666667vw;
	}
	.summary-experiment-content dl:last-child{
		margin-bottom:0
	}
	.summary-experiment-content dt{
		font-size:4.266667vw;
		line-height:7.466667vw;
		font-weight:900;
		letter-spacing:0.05em;
		color:#F0909A;
		margin-right: 4.000000vw;
	}
	.summary-experiment-content dd{
		font-size:4.1vw;
		line-height:7.466667vw;
		font-weight:500;
		letter-spacing:0.05em;
		color:#534741;
	}
	.sumarry-experiment-details {
		font-size: 3.733vw;
		line-height: 6.4vw;
		margin-bottom:8vw;
	}
	.btn-experiment{
		height:16vw;
		border-radius:13.333vw;
		box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
		font-size:3.733vw;
		line-height:6.4vw;
	}
	.btn-experiment--last{
		margin-top:5.333vw;
	}
	.btn-experiment img{
		width:4.267vw;
		margin-left:2.4vw;
	}
   /* Section QA */
    .container-qa{
        padding:12.800000vw 0 16.000000vw 0;
    }
    .container-qa h2{
        margin-bottom: 8.000000vw;
    }
    .question-header{
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:4.266667vw 4.266667vw 4vw 4vw;
		min-height: 13.333333vw;
		border-radius:2.667vw;
		box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0.8vw 1.6vw 0px rgba(0,0,0,0.15);
    }
    .question-number{
        width:8.000000vw;
        height: 8.000000vw;
        font-size: 3.200000vw;
        line-height: 5.066667vw;
    }
    .question-header h3{
        font-size: 3.2vw;
        line-height: 6.4vw;
        font-weight: 500;
        width: 57.066667vw;
        margin: 0 1.066667vw 0 4.000000vw;
    }
    .answer-text{
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .answer-text p{
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-weight: 500;
        text-align: left !important;
    }
    .qa-items{
        margin-bottom: 5.333333vw;
    }
    .qa-items:last-child{
        margin-bottom: 0;
    }
    .question-header{
        margin-bottom: 5.333333vw;
        cursor: pointer;
    }
	.gift-card-container{
		margin:5.787vw 0 3.12vw 0;
		position: relative;
		display:flex;
	}
	.gift-content:not(:first-child){
		margin-left:3.467vw;
	}
    /* Section Campaign */
    .section-campaign{
        padding: 13.333333vw 0 12vw 0;
    }
    
    .container-campaign table{
        width:100%;
        border-collapse: collapse;
        margin-top:7.200000vw
    }
    .container-campaign table tr th,.container-campaign table tr td{
        border-bottom:0.266667vw solid white;
        font-size: 3.200000vw;
        line-height: 4.800000vw;
        padding:2.666667vw 0;
    }
	.container-campaign table tr th{
        vertical-align: top;
        width:15.466667vw;
		font-weight:800;
    }
    /* Section Guidelines */
    .section-guidelines{
        padding:13.866667vw 0 15.466667vw 0;
    }
    .container-guidelines h2{
        color:white;
    }
    .scroll-area{
        height: 53.333333vw;
        overflow-y: scroll;
        background-color: white;
        border-radius: 2.666667vw;
        color:#606060;
        padding:2.266667vw 8.000000vw 2.533333vw 4.346667vw;
        box-sizing: border-box;
        margin-top:7.200000vw;
    }
    .scroll-area h3{
        text-align: center;
        font-size: 3.733333vw;
        line-height: 6.400000vw;
        font-weight: 800;
    }
    .scroll-area p{
        font-size: 3.200000vw;
        line-height: 5.333333vw;
        font-weight: 500;
        text-align: justify !important;
    }
    /* Section Contact */
    .section-contact{
        padding:9.600000vw 0 18.133333vw 0;
    }
    .address-info{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:7.200000vw;
    }
    .contact-logo{
        width: 32.533333vw;
        height: 18.133333vw;
    }
    .address-info p{
        font-size: 3.200000vw;
        line-height: 4.800000vw;
        margin-left: 2.666667vw;
    }
    .email-info{
        font-size: 3.200000vw;
        line-height: 4.800000vw;
        margin-top:5.333333vw;
    }
    .note-info{
        display: flex;
    }
    .note-info p{
        font-size: 2.400000vw;
        line-height: 3.733333vw;
        margin-top:4.000000vw;
        text-align: left !important;
    }
    /* Section Organizer */
    .section-organizer{
        background-color: white;
        padding:8.533333vw 0 42.866667vw 0;
        color:#534741
    }
	.container-organizer h2{
		font-size:5.333vw;
		line-height:7.733vw;
	}
	.container-organizer p{
		font-size:4.266667vw;
		line-height:6.400000vw;
		margin-bottom:10.933vw;
		font-weight:500;
		color:#534741;
	}
    .organizer-logo{
        width: 64.267vw;
        display: block;
        margin:1.600000vw auto 2.267vw auto;
    }
    .planner-logo{
        width: 38.933333vw;
        display: block;
        margin:2.933333vw auto 0 auto;
    }
    footer{
        width: 100.000000vw;
        padding:5.333333vw 8.000000vw;
        position: fixed;
        display: flex;
        bottom: 0;
        font-size: 3.2vw;
        line-height: 5.333333vw;
        background-color: white;
        justify-content: space-between;
        align-items: center;
        column-gap: 5.333333vw;
    }
    .footer-logo{
        width:8.000000vw;
        height: 8.000000vw;
		margin-right:2.667vw;
    }
	.gtranslate_wrapper a{
		width:13.333vw;
		height:13.333vw;
	}
}