/*#region var*/
:root {
    --pxunit: 10px;
    --fontB: 'Noto Sans JP'; /* Base font */
    --fontO: 'Outfit';
    --fontH: 'Helvetica';
    --fontZ: 'Zen Old Mincho';
    --fontT: 'Termina';
    --fontI: 'Inter';
    --fontNG: 'Neuzeit Grotesk';
    --bg-black-color: #000000;
    --bg-white-color: #FFFFFF;
    --bg-grey-color: #EDEDED;
    --bg-blue-color: #51BAFF;
    --bg-lightblue-color: #6DB6BE;
    --bg-green-color: #3AAE36;
    --bg-gold-color: #EBC96A;
    --bg-red-color: #FF2600;
    --bg-orange-color: #EA3616;
}

/*#endregion var*/
*{
    box-sizing: border-box;
    color: var(--bg-white-color);
    font-family: var(--fontB);
    line-height: 1.3;
}
body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-grey-color);
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
html, body {overflow-x: hidden;}
html{scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
input{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
input:hover, input:focus, input:active{outline:none;}
input::-webkit-input-placeholder{color:#333333;}
input::-moz-placeholder{color:#333333;}
input:-ms-input-placeholder{color:#333333;}
input:-moz-placeholder{color:#333333;}
textarea::-webkit-input-placeholder{color:#333333;}
textarea::-moz-placeholder{color:#333333;}
textarea:-ms-input-placeholder{color:#333333;}
textarea:-moz-placeholder{color:#333333;}
button:focus {outline:0;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{object-fit:cover;margin:0;padding:0;border:0px;}
.clearfix{clear:both; overflow:hidden;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; } 
.initani.initani_bkw::before { background-color: #1A1A1A; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/


/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}
/* -----theme block start------- */
.w_50{
    width: 50%;
}
.w_45{
    width: 45%;
}

.w_48{
    width: 48%;
}
.w_60{
    width: 60%;
}
.w_35{
    width: 35%;
}
.w_25{
    width: 25%;
}
.w_100{
    width: 100%;
}
.w_70{
    width: 70%;
}


/* -----------page header style---------- */
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding: 20px 0 40px 0;
}
.header h1 {
    font-size: 18px;
    color: var(--bg-gold-color);
}
.header_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.cado_logo {
    display: flex;
    width: 95px;
}
.header_logo-txt {
    width: 160px;
}


/* -----------page content style---------- */
.wrapper {
    max-width: 450px;
    margin: 0 auto;
    background-color: var(--bg-black-color);
}
.container {
    width: 100%;
    padding: 0 20px;
}
.font_red {
    color: var(--bg-red-color) !important;
}
.font_blue {
    color: var(--bg-blue-color) !important;
}
.font_lightblue {
    color: var(--bg-lightblue-color) !important;
}
.font_orange {
    color: var(--bg-orange-color) !important;
}
.font_white {
    color: var(--bg-white-color) !important;
}
.font_gradient {
    color: transparent !important;
    background: linear-gradient(180deg, #7DC7CB 0%, #3F7985 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* --------section banner------- */
.banner {
    position: relative;
}
.banner_video {
    position: relative;
    display: flex;
    width: 100%;
}
.banner_video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033;
}
.banner_video video {
    width: 100%;
}
.banner_txt {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
}
.banner_ttl {
    font-size: 30px;
    font-weight: bold;
}
.banner_ttl span {
    display: block;
    line-height: 1.2;
}
.banner_ttl span:nth-child(1) {
    font-size: 18px;
}
.banner_ttl span:nth-child(2) {
    font-size: 30px;
}
.banner_ttl span:nth-child(3) {
    font-size: 40px;
}
.banner_txt p {
    font-size: 18px;
    font-family: var(--fontI);
    font-weight: bold;
    letter-spacing: 1px;
}


/* --------section contact------- */
.contact_inner {
    padding: 0 10px;
}
.contact_hd {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.contact_mark {
    display: flex;
    width: 165px;
}
.contact_ttl {
    font-size: 18px;
    font-weight: 500;
}
.contact_time {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin: 25px 0 30px 0;
}
.contact_time::before {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-color: var(--bg-white-color);
}
.contact_time div {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-family: var(--fontH);
    letter-spacing: 1.5px;
}
.contact_time div span {
    font-size: 14px;
    font-family: var(--fontH);
    writing-mode: vertical-lr;
    line-height: 1.5;
}
.contact_time p {
    font-size: 16px;
    font-family: var(--fontH);
    letter-spacing: -1px;
    line-height: 2.3;
}
.contact_time div:last-child {
    font-size: 36px;
}
.contact_price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 20px;
}
.price_left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: right;
}
.regular_price p {
    font-size: 13px;
    font-family: var(--fontI);
}
.regular_price div {
    font-size: 20px;
    font-family: var(--fontH);
}
.regular_price div span {
    font-size: 10px;
    font-family: var(--fontI);
}
.price_precent {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 64px;
    font-family: var(--fontH);
    line-height: 1.2;
    letter-spacing: -1.8px;
    padding: 0 5px 0 25px;
    background-color: #EF0011;
}
.price_precent div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    font-family: var(--fontH);
}
.price_precent div span {
    font-size: 15.5px;
    font-family: var(--fontH);
}
.price_right {
    width: fit-content;
    text-align: center;
}
.price_right p {
    font-size: 16px;
    font-family: var(--fontH);
    color: #EF0011;
}
.price_right div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 48px;
    font-weight: 500;
    color: #EF0011;
}
.price_right div span {
    font-size: 35px;
    font-family: var(--fontH);
    font-weight: bold;
    color: #EF0011;
}
.price_right > span {
    font-size: 11px;
    color: #EF0011;
}
.contact_cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-top: 15px;
    padding: 17px 35px;
    border: 2px solid var(--bg-green-color);
    border-radius: 10px;
}
.contact_cta p {
    font-size: 27px;
    font-weight: 500;
    color: var(--bg-green-color);
}
.contact_cta h3 {
    font-size: 17px
}
.contact_cta h3 span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.cta_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0 10px 0;
    background-color: var(--bg-green-color);
    border-radius: 9999px;
}
.cta_btn span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}
.cta_btn svg {
    position: absolute;
    right: 25px;
}
.cta_btn:hover svg {
    animation: arrow-right 0.5s ease-in-out;
}
@keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(10px, 0, 0);
    }
    50.1% {
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.contact_line {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.contact_txt {
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.4;
}
.line_txt {
    width: 90%;
    border-radius: 8px;
    padding: 12px 15px;
    background: linear-gradient(180deg, #EBC96A 0%, #CB9B4C 100%),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.line_txt p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
}
.line_img {
    position: absolute;
    right: 0;
    display: flex;
    width: 70px;
    border: 2px solid var(--bg-gold-color);
    border-radius: 50%;
}
.line_img img {
    width: 100%;
}
@media (max-width: 421px) {
    .contact_inner {
        padding: 0 5px;
    }
    .contact_time {
        gap: 13px;
    }
    .contact_time div {
        font-size: 38px;
    }
    .contact_time div span {
        font-size: 12px;
    }
    .contact_time div:last-child {
        font-size: 35px;
    }
    .contact_time p {
        font-size: 15px;
    }
    .contact_price {
        padding: 0;
    }
    .regular_price p {
        font-size: 12px;
    }
    .regular_price div {
        font-size: 18px;
    }
    .price_precent {
        font-size: 60px;
        padding: 0 0 0 25px;
    }
    .price_right p {
        font-size: 15px;
    }
    .price_right div {
        font-size: 45px;
    }
    .price_right > span {
        font-size: 10px;
    }
    .price_right div span {
        font-size: 33px;
    }
    .contact_cta {
        padding: 17px 30px;
    }
    .contact_cta p {
        font-size: 25px;
    }
    .contact_cta h3 {
        font-size: 16px;
    }
    .contact_cta h3 span {
        font-size: 11px;
    }
    .line_txt {
        padding: 13px 10px;
    }
    .line_txt p {
        font-size: 13px;
    }
    .line_img {
        width: 65px;
    }
    .contact_txt {
        font-size: 10px;
    }
}

/* --------section intro------- */
.intro_inner {
    display: flex;
    flex-direction: column;
}
.intro_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 50px;
}
.intro_item p {
    width: fit-content;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    border: 1px solid var(--bg-white-color);
    border-radius: 9999px;
}
.intro_item h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0 55px 0;
}
.intro_video, .intro_img {
    display: flex;
    width: 100%;
}
.intro_video video, .intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 421px) {
    .intro_item p {
        font-size: 19px;
    }
    .intro_item h2 {
        font-size: 33px;
    }
}


/* --------section detail------- */
.detail_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.detail_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.detail_item h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.detail_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.detail_content h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.detail_content h3 small {
    font-size: 16px;
}
.deatil_video, .deatil_img {
    display: flex;
    width: 100%;
}
.deatil_video video, .deatil_video img, .deatil_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.detail_txt {
    font-size: 13px;
    color: #737373;
}
@media (max-width: 421px) {
    .detail_item h2 {
        font-size: 25px;
    }
    .detail_content h3 {
        font-size: 20px;
    }
}


/* --------section evolve------- */
.evolve_inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 35px;
}
.evolve_ttl {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    color: var(--bg-gold-color);
    line-height: 1.6;
}
.evolve_ttl::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 90%;
    height: 2px;
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #000000 1.44%, #DFB85F 50.48%, #000000 100%);
}
.evolve_content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.evolve_top h3 {
    font-size: 48px;
    font-weight: bold;
}
.evolve_top h3 span {
    font-size: 26px;
}
.evolve_control {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 35px;
}
.control_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid;
}
.control_item:nth-child(1) {
    background-color: #DFAC23;
    border-color: #DFAC23;
}
.control_item:nth-child(2) {
    background-color: #008628;
    border-color: #008628;
}
.control_item:nth-child(3) {
    background-color: #00BEC8;
    border-color: #00BEC8;
}
.control_item span {
    font-size: 24px;
    font-family: var(--fontT);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
}
.control_line {
    width: 12px;
    height: 1px;
    background-color: var(--bg-white-color);
}
.control_item p {
    font-size: 18px;
    font-weight: bold;
}
.evolve_btm {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.evolve_btm h3 {
    position: relative;
    font-size: 33px;
    font-weight: 600;
    color: var(--bg-gold-color);
    line-height: 2;
}
.evolve_btm h3::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 90%;
    height: 2px;
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #000000 1.44%, #DFB85F 50.48%, #000000 100%);
}
.evolve_generation {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.generation_item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.generation_item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-family: var(--fontNG);
    line-height: 1;
    padding-top: 5px;
    border: 1px solid var(--bg-gold-color);
    border-radius: 50%;
}
.generation_item p {
    flex: 1;
    text-align: left;
    font-size: 18px;
    font-family: var(--fontZ);
    font-weight: 500;
    color: var(--bg-gold-color);
    line-height: 1;
}
@media (max-width: 421px) {
    .evolve_ttl {
        font-size: 44px;
    }
    .evolve_top h3 {
        font-size: 46px;
    }
    .evolve_top h3 span {
        font-size: 25px;
    }
    .control_item span {
        font-size: 20px;
    }
    .control_item p {
        font-size: 17px;
    }
}


/* --------section collaboration------- */
.collaboration_inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 70px;
}
.collaboration_top {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 0 30px;
}
.collaboration_ttl {
    font-size: 35px;
    font-weight: bold;
    color: var(--bg-gold-color);
}
.collaboration_mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}
.collaboration_mark svg:first-child {
    width: 130px;
}
.collaboration_mark svg:last-child {
    width: 235px;
}
.collaboration_txt h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}
.collaboration_txt p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    line-height: 1.6;
    text-shadow: 0px 4px 4px 0px #00000040;
}
.collaboration_btm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.collaboration_born {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}
.collaboration_born h3 {
    position: relative;
    width: fit-content;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bg-gold-color);
}
.collaboration_born h3::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bg-white-color);
}
.collaboration_born p {
    font-size: 18px;
    font-family: var(--fontI);
    font-weight: bold;
    letter-spacing: 1.5px;
}
.collaboration_img {
    display: flex;
    width: 100%;
    margin-top: 30px;
}
.collaboration_img img {
    width: 100%;
}
@media (max-width: 421px) {
    .evolve_btm h3 {
        font-size: 31px;
    }
    .generation_item {
        gap: 12px;
    }
    .generation_item p {
        font-size: 16px;
    }
    .generation_item span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}


/* --------section issue------- */
.issue_inner, .issue_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.issue_subttl {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 14px;
}
.issue_mainttl {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}
.issue_risk {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.issue_risk p {
    font-size: 18px;
    font-weight: 500;
    color: var(--bg-red-color);
    line-height: 1.5;
}
.issue_content h3 {
    font-size: 30px;
    font-weight: bold;
}
.risk_img, .issue_chart, .issue_item {
    display: flex;
    width: 100%;
}
.risk_img img, .issue_chart img, .issue_item img {
    width: 100%;
}
.issue_btm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 421px) {
    .collaboration_top {
        padding: 0 20px;
    }
    .collaboration_ttl {
        font-size: 31px;
    }
    .collaboration_mark svg:first-child {
        width: 125px;
    }
    .collaboration_mark span {
        font-size: 34px;
    }
    .collaboration_born h3 {
        font-size: 15px;
    }
    .collaboration_born p {
        font-size: 17px;
    }
    .collaboration_txt p {
        font-size: 13px;
    }
}


/* --------section solution------- */
.solution_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.solution_mainttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.solution_subttl {
    font-size: 22px;
    font-weight: bold;
    width: fit-content;
    padding: 8px 30px;
    border: 1px solid var(--bg-white-color);
    margin: 24px auto 0;
    line-height: 1;
}
.solution_content {
    width: 100%;
}
.solution_condition h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--bg-gold-color);
}
.solution_condition p {
    font-size: 18px;
    font-family: var(--fontI);
    font-weight: 200;
    line-height: 1;
    color: var(--bg-gold-color);
    margin: 12px 0 20px 0;
}
.gradient_line {
    outline: none;
    border: none;
    margin: 0 auto;
    width: 80%;
    height: 2px;
    background-image: linear-gradient(90deg, #000000 1.44%, #DFB85F 50.48%, #000000 100%);
}
.solution_img {
    display: flex;
    width: 100%;
}
.solution_img img {
    width: 100%;
}
.arrow_down {
    margin-top: 15px;
    height: 45px;
}
.arrow_down svg {
    height: 100%;
}
@media (max-width: 421px) {
    .solution_mainttl {
        font-size: 22px;
    }
    .solution_condition h3 {
        font-size: 28px;
    }
}

/* --------section mode------- */
.mode_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mode_txt p {
    font-size: 20px;
    color: transparent;
    background: linear-gradient(100.21deg, #808086 0%, #FCFCFC 69.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.mode_txt h2 {
    font-size: 40px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(180deg, #7DC7CB 0%, #5199A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mode_video {
    display: flex;
    width: 100%;
}
.mode_video video, .mode_video img {
    width: 100%;
}

/* --------section airflow------- */
.airflow_inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}
.airflow_ttl {
    font-size: 48px;
    font-weight: bold;
}
.airflow_contnet {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.airflow_contnet p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.airflow_contnet span {
    color: #FD6D54;
}
.airflow_video {
    display: flex;
    width: 100%;
}
.airflow_video video {
    width: 100%;
}


/* --------section difference------- */
.difference_inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.difference_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(180deg, #7DC7CB 0%, #3F7985 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.difference_content img {
    width: 100%;
}


/* --------section usage------- */
.usage_txt {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 20px;
    margin-bottom: 40px;
}
.usage_info span {
    font-size: 54px;
    font-family: var(--fontI);
    font-weight: 500;
    line-height: 1;
    color: transparent;
    background: linear-gradient(180deg, #7DC7CB 0%, #5199A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.usage_info p {
    font-size: 28px;
    font-family: var(--fontI);
    font-weight: 500;
    line-height: 1;
    color: transparent;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 15px;
    background: linear-gradient(180deg, #7DC7CB 0%, #5199A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.usage_ttl p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.usage_ttl h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.usage_img, .usage_video {
    display: flex;
    width: 100%;
}
.usage_img img, .usage_video video {
    width: 100%;
}
.usage_guide {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 20px;
}
.guide_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.guide_item h3 {
    font-size: 22px;
    font-weight: bold;
}
.guide_item p {
    font-size: 13px;
    line-height: 1.5;
    color: #737373;
}
.guide_img {
    display: flex;
    width: 100%;
}
.guide_img img {
    width: 100%;
}
.guide_compare {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.compare_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.compare_item p {
    font-size: 12px;
    font-weight: bold;
    color: var(--bg-white-color);
}
.compare_item h4 {
    font-size: 18px;
    font-family: var(--fontH);
    font-weight: bold;
}
.compare_pressure {
    display: flex;
    align-items: center;
    gap: 20px;
}
.compare_pressure span {
    font-size: 12px;
    font-family: var(--fontH);
    text-transform: uppercase;
}
.compare_pressure div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.pressure_line {
    height: 2px;
    width: 240px;
    background-image: linear-gradient(90deg, #6AC1EF 0%, #4465BF 25%, #477B29 50%, #FCF94C 75.5%, #DC3545 100%);
}
.circulation_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.circulation_hd p {
    font-size: 16px;
    font-weight: bold; 
}
.circulation_hd h2 {
    font-size: 24px;
    font-weight: bold;
}
.circulation_hd h2 span {
    color: #3F7985;
}
.circulation_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.circulation_video {
    display: flex;
    width: 100%;
}
.circulation_video video {
    width: 100%;
}
.circulation_chart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.circulation_chart p {
    font-size: 20px;
    font-weight: bold;
}
.circulation_chart img {
    width: 100%;
}
.circulation_txt {
    font-size: 13px;
    color: #737373;
}
@media (max-width: 421px) {
    .usage_info span {
        font-size: 52px;
    }
    .usage_info p {
        font-size: 26px;
    }
    .usage_ttl h2 {
        font-size: 28px;
    }
    .circulation_hd p {
        font-size: 15px;
    }
    .circulation_hd h2 {
        font-size: 22px;
    }
    .guide_item h3 {
        font-size: 20px;
    }
    .compare_item h4 {
        font-size: 17px;
    }
    .pressure_line {
        width: 220px;
    }
    .compare_pressure span {
        font-size: 11px;
    }
    .circulation_txt {
        font-size: 12px;
    }
    .guide_item p {
        font-size: 12px;
    }
}


/* --------section mattress------- */
.mattress_content {
    position: relative;
}
.mattress_ttl {
    position: absolute;
    top: 23px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.mattress_ttl span {
    display: block;
}
.mattress_ttl span:nth-child(1) {
    font-size: 18px;
}
.mattress_ttl span:nth-child(2) {
    font-size: 30px;
}
.mattress_ttl span:nth-child(3) {
    font-size: 40px;
}
.mattress_img {
    display: flex;
    width: 100%;
}
.mattress_img img {
    width: 100%;
}
@media (max-width: 421px) {
    .mattress_ttl span:nth-child(1) {
        font-size: 17px;
    }
    .mattress_ttl span:nth-child(2) {
        font-size: 28px;
    }
    .mattress_ttl span:nth-child(3) {
        font-size: 37px;
    }
}

/*20251211追加*/
.guide_item p small{
text-align: right;
color: #737373;
}

.guide_item video{
width: inherit;
}

body{
background-color: #fff;
}