@charset "UTF-8";
/*----------------------------- MAIN VISUAL
-------------------------------*/
#main_visual .mvcopy img { width: 100%; height: auto; line-height: 0; }
#main_visual .mv1 { background-color: #006881; padding-bottom: 5%; position: relative; }
#main_visual .mv1 .mvcopy1 { width: calc((1356/1440)*100%); max-width: 1356px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8)); }
#main_visual .mv2 { padding: 2.4rem 0 4rem; background-image: linear-gradient(to right, #49a069, #007952); text-align: center; position: relative; }
#main_visual .mv2::before { content: ""; display: block; width: 100%; height: 40%; background-color: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
#main_visual .mv2 .inner { width: 96%; max-width: 1360px; margin: auto; }
#main_visual .mv2 .mvcopy2 { width: 72%; max-width: 734px; margin: 0 auto 4rem; }
#main_visual .mv2 .maincopy { text-align: center; color: #fff; }
@media screen and (max-width: 600px) { #main_visual .mv2 { padding: 1rem 0 2rem; container-type: inline-size; }
  #main_visual .mv2::before { height: 32%; }
  #main_visual .mv2 .mvcopy2 { width: 80%; margin-bottom: 2rem; }
  #main_visual .mv2 .fig { margin-inline: calc(50% - 50cqi); }
  #main_visual .mv2 .fig .img { width: 96cqi; margin: auto; } }

/*----------------------------- feature-point 
-------------------------------*/
.feature-point { background-color: #efefef; max-height: 1118px; position: relative; overflow: hidden; }
.feature-point::before { content: ""; display: block; width: 100%; height: 24px; background-color: #fff; position: absolute; left: 0; top: 0; z-index: 1; }
.feature-point::after { content: ""; display: block; width: calc((14/1440)*100%); max-width: 14px; height: calc(100% - 24px); background: url("../images/top/feature_bg.png") left top/100% 100% no-repeat; position: absolute; left: 0; top: 24px; z-index: 2; }
.feature-point .box { overflow: hidden; width: 100%; aspect-ratio: 1426 / 1118; position: relative; z-index: 2; }
.feature-point .box .pict { width: 100%; height: 100%; text-align: center; }
.feature-point .box .pict img { width: 100%; height: 100%; max-width: 100%; max-height: 1118px; aspect-ratio: 2880 / 1118; line-height: 1; object-fit: cover; object-position: center bottom; }
@media screen and (max-width: 600px) { .feature-point::before { height: 16px; }
  .feature-point::after { height: calc(100% - 16px); top: 16px; } }

/*----------------------------- INFORMATION
-------------------------------*/
.info-sec { margin: auto; width: 90%; /*max-width: 1000px;*/ max-width: 1200px; }
.info-sec .info-ttl { margin: auto; text-align: center; font-size: 2rem; margin-top: 5rem; font-family: "Lora", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; color: #136eab; }
.info-sec .info-copy { text-align: center; font-feature-settings: "halt"; font-size: 3.4rem; line-height: 1.4; margin-top: 3rem; }
.info-sec .info-copy small { font-size: 0.7em; }
.info-sec .info-copy .sizeS { font-size: 60%; }
.info-sec .info-copy .sizeM { font-size: 80%; }
.info-sec .info-copy .sizeL { /*font-size: 144%;*/ font-size: 136%; }
.info-sec .info-copy .icon { display: inline-block; /*width: 4.8rem;
height: 4.8rem;*/ width: 4rem; height: 4rem; margin-right: 8px; /*vertical-align:text-bottom;*/ line-height: 1.6; }
.info-sec .info-copy .icon img { width: auto; height: 100%; object-fit: cover; clip-path: inset(0 87.5331565% 0 0); vertical-align: top; }
.info-sec .info-copy.info-app { margin-top: 1.5rem; }
.info-sec .info-copy.info-app .info-app-inner { display: flex; justify-content: center; align-items: center; }
.info-sec .info-copy.info-app .box { display: flex; justify-content: center; align-items: center; }
.info-sec .info-copy.line { display: flex; align-items: center; gap: 10px; width: 100%; max-width: 800px; margin: 3rem auto -2rem; text-align: center; }
.info-sec .info-copy.line::before, .info-sec .info-copy.line::after { content: ""; flex-grow: 1; height: 1px; background-color: #000; }
.info-sec .info-copy.line .line-inner { display: inline-block; width: 75%; }
.info-sec .info-copy.entry-link { text-align: center; }
.info-sec .info-copy.entry-link .inner { display: inline-block; border: thin solid #333; border-width: thin 0; padding: 6px 1em; }
.info-sec .info-copy.entry-link + .conversion ul li.request { width: 88%; max-width: 640px; }
.info-sec .info-copy.entry-link + .conversion ul li.request a { border-radius: 8px; }
.info-sec .info-copy.entry-link + .conversion ul li.request a .txt::after { content: "はこちらから"; display: inline; }
.info-sec .info-copy + .note { font-size: 1.3rem; line-height: 1.6; margin: 2rem auto 0 auto; max-width: 600px; text-align: left; }
.info-sec .info-copy + .note .red { color: #9D0000; }
.info-sec .info-copy .red { color: #9D0000; }
.info-sec .info-copy .green1 { color: #006881; }
.info-sec .info-copy .green2 { color: #49a069; }
.info-sec .read { text-align: center; font-size: 1.6rem; line-height: 2; }
.info-sec .txt-m { font-size: 80%; }
.info-sec .note { margin-top: 0.5rem; text-align: center; }
.info-sec .info-price { display: flex; justify-content: center; margin: 4rem auto 0; font-size: 2.6rem; }
.info-sec .info-price .inner { display: flex; flex-direction: column; align-items: center; row-gap: 1rem; }
.info-sec .info-price .price-inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 2rem; text-align: center; }
.info-sec .info-price .ttl { font-size: 1.4rem; }
.info-sec .info-price .num { font-size: 240%; line-height: 1; color: #7e0001; }
.info-sec .info-price .txt-m { font-size: 130%; }
.info-sec .info_conversionArea .conversion { margin-top: 2rem; }
.info-sec .info_conversionArea .conversion .note .txt-l { font-size: 140%; font-family: serif; }
.info-sec .cg { margin-top: 6rem; }
.info-sec .info-holiday { margin: 2rem auto; text-align: center; }
.info-sec .info-holiday .inner { display: inline-block; padding: 1rem 1.5rem; text-align: center; font-size: 1.6rem; color: #7f173d; border: 1px solid #7f173d; }
@media screen and (max-width: 1040px) { .info-sec .info-copy .icon { width: 4rem; height: 4rem; line-height: 1; } }
@media screen and (max-width: 768px) { .info-sec .info-copy.info-app .info-app-inner { flex-direction: column; } }
@media screen and (max-width: 600px) { .info-sec .info-copy .icon { width: 3.2rem; height: 3.2rem; } }
@media screen and (max-width: 500px) { .info-sec .info-copy { font-size: 2.6rem; }
  .info-sec .info-copy.sizeL { font-size: 3.0em; }
  .info-sec .info-copy .icon { width: 2.4rem; height: 2.4rem; line-height: 0.8; /*vertical-align: baseline;*/ vertical-align: text-bottom; }
  .info-sec .read { font-size: 1.4rem; }
  .info-sec .info-price { font-size: 2rem; }
  .info-sec .conversion { margin-top: 1rem; } }
@media screen and (max-width: 400px) { .info-sec .info-copy { font-size: 2.2rem; }
  .info-sec .info-copy.sizeL { font-size: 2.5em; } }

.info-entrytxt { margin-top: -2rem; text-align: center; font-size: 1.6rem; line-height: 1.6; }

.notice { display: block; width: 90%; max-width: 780px; margin: 3rem auto 0 auto; text-align: center; color: #e3351e; font-size: 1.4rem; line-height: 1.6; border: solid 1px #e3351e; padding: 1rem; }
.notice b { font-size: 1.6rem; }

.bnr_cam { max-width: 800px; margin: 5rem auto 0; }
.bnr_cam a { transition: .5s; }
.bnr_cam a:hover { filter: brightness(110%); }
.bnr_cam img { width: 100%; height: auto; }
.bnr_cam .note { text-align: left; }

.bnr-area { width: 88%; max-width: 960px; margin: auto; margin-top: 5rem; }
@media screen and (max-width: 600px) { .bnr-area { margin-top: 3rem; } }

.bnr { width: 100%; margin: auto; position: relative;   /*	&.blog{
		max-width: 760px;
	} */ }
.bnr:has(.new) { overflow: hidden; }
.bnr + .bnr { margin-top: 1.5rem; }
.bnr img { width: 100%; height: auto; }
.bnr .new { width: 72px; aspect-ratio: 1/1; background-color: #e3351e; display: flex; justify-content: center; align-items: flex-end; padding: 8px 8px 10px; position: absolute; right: -36px; top: -36px; transform: rotate(45deg); transform-origin: center center; }
.bnr .new p { color: #fff; font-size: clamp(10px, 1.3vw, 1.2rem); text-align: center; line-height: 0; letter-spacing: 0.05em; }
.bnr a { display: block; width: 100%; }
.bnr a:hover { opacity: 0.64; }
.bnr .note { margin-top: 0.25rem; text-align: left; }
.bnr .note a { padding: 0.125rem; border-bottom: thin solid #424242; }
.bnr .note a:hover { background-color: #c7e1e2; }
.bnr.garden, .bnr.instagram { max-width: 800px; }
.bnr.garden { margin-bottom: 5rem; }
@media screen and (max-width: 600px) { .bnr .new { width: 56px; padding-bottom: 8px; right: -28px; top: -28px; } }

/*----------------------------- MOVIE
-------------------------------*/
.movie .inner { padding: 4rem 0; }
.movie .title { font-family: "Lora", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-size: clamp(20px, 3vw, 3.2rem); font-weight: 500; text-align: center; line-height: 1.44; letter-spacing: 0.05em; }
.movie .sub-title { font-family: "Lora", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-size: clamp(14px, 2vw, 2.4rem); text-align: center; line-height: 1.28; }
.movie .movie-container { max-width: 600px; margin: 2.4rem auto 0; }
.movie .movie-container img { width: 100%; height: auto; line-height: 1; }
.movie .movie-container a { display: block; width: 100%; background-color: #000; }
.movie .movie-container a img { opacity: 0.88; transition: all .4s; }
.movie .movie-container a.soon { pointer-events: none; position: relative; }
.movie .movie-container a.soon::before, .movie .movie-container a.soon::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
.movie .movie-container a.soon::before { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.64); mix-blend-mode: multiply; }
.movie .movie-container a.soon::after { content: "Coming Soon"; font-size: clamp(14px, 1.6vw, 2rem); color: #fff; text-align: center; line-height: 1.2; letter-spacing: 0.05em; }
.movie .movie-container a:hover img { opacity: 1; }

.info-kyugyo { text-align: center; margin-top: 4rem; }
.info-kyugyo a { font-size: 1.8rem; text-decoration: underline; color: #b71c1c; }

/*----------------------------- Contents Link
-------------------------------*/
.conts-links-wrap { padding: 6.4rem 0; }
.conts-links-wrap .conts-links img { width: 100%; height: auto; line-height: 1; transition: all .4s; }
.conts-links-wrap .conts-links > ul { max-width: 960px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.conts-links-wrap .conts-links > ul > li a { display: block; width: 100%; position: relative; transition: all .8s; }
.conts-links-wrap .conts-links > ul > li a .image { overflow: hidden; }
.conts-links-wrap .conts-links > ul > li a .overlay, .conts-links-wrap .conts-links > ul > li a .text { position: absolute; left: 0; top: 0; transition: all .8s; }
.conts-links-wrap .conts-links > ul > li a .overlay { width: 100%; height: 100%; mix-blend-mode: multiply; background-color: #9abbcc; }
.conts-links-wrap .conts-links > ul > li a:hover { filter: brightness(104%); }
.conts-links-wrap .conts-links > ul > li a:hover .image .img img { transform: scale(1.2); }
.conts-links-wrap .conts-links > ul > li a:hover .overlay { opacity: 0.24; }
.conts-links-wrap .conts-links > ul > li a.soon { pointer-events: none; }
.conts-links-wrap .conts-links > ul > li a.soon .overlay { background-color: #3f4e57; }
.conts-links-wrap .conts-links > ul > li.pict { grid-column: span 3; display: flex; justify-content: flex-end; align-items: flex-end; }
.conts-links-wrap .conts-links > ul > li.pict .pict-container { width: 24%; max-width: 378px; margin: 2rem auto 0; }
@media screen and (max-width: 600px) { .conts-links-wrap .conts-links > ul { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .conts-links-wrap .conts-links > ul > li.pict { grid-column: span 1; margin: 4px auto 0; }
  .conts-links-wrap .conts-links > ul > li.pict .pict-container { width: 100%; } }

/*----------------------------- SUUMO banner
-------------------------------*/
html.no-scroll { overflow: hidden; }
html.no-scroll body { width: 100%; height: 100vh; overflow-y: hidden; padding-right: 15px; position: fixed; }

.suumo-modal-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 10000; }
@keyframes suumoModalFadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.suumo-modal-wrap img { width: 100%; height: auto; }
.suumo-modal-wrap .suumo-modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.72); }
.suumo-modal-wrap .suumo-modal-inner { position: relative; max-width: 480px; width: 80%; }
.suumo-modal-wrap .suumo-modal-close { width: 40px; height: 40px; background-color: #444444; position: absolute; top: -45px; right: 0; cursor: pointer; }
.suumo-modal-wrap .suumo-modal-close .line1, .suumo-modal-wrap .suumo-modal-close .line2 { position: absolute; top: 50%; left: 50%; display: block; width: 100%; height: 1px; translate: -50% -50%; background-color: white; }
.suumo-modal-wrap .suumo-modal-close .line1 { transform: rotate(-45deg); }
.suumo-modal-wrap .suumo-modal-close .line2 { transform: rotate(45deg); }
.suumo-modal-wrap.fadeOut { pointer-events: none; animation: suumoModalFadeOut 1s ease 0s forwards; }

.suumo-bnr { width: 90%; margin: 4rem auto 4rem; text-align: center; }
.suumo-bnr img { width: 100%; max-width: 960px; height: auto; }

.top-limited-contents { width: 100%; background-color: #e6ebee; color: #136eab; padding: 3rem 0 0 0; }
.top-limited-contents .cont-inner { max-width: 940px; }
.top-limited-contents .lm-ttl { text-align: center; }
.top-limited-contents .lm-ttl .txt { font-family: "Lora", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; display: inline-block; font-size: 2rem; color: #9d8e51; }
.top-limited-contents .lm-midashi { padding: 3rem 0; text-align: center; font-size: calc(clamp(34px, 2.9vw, 48px) - 2px); line-height: 1.4; letter-spacing: 0.05em; }
.top-limited-contents .lm-item { display: grid; gap: 3rem; grid-template-columns: 55% 1fr; align-items: end; }
.top-limited-contents .lm-item .txt-box .lm-komidashi { font-size: clamp(17px, 1.95vw, 30px); line-height: 1.8; }
.top-limited-contents .lm-item .txt-box .lm-lead { margin-top: 2rem; font-size: clamp(13px, 1.15vw, 18px); letter-spacing: .05em; line-height: 1.7; }
.top-limited-contents .lm-item .txt-box .conversion { margin: 0 auto; padding: 3rem 0; }
.top-limited-contents .lm-item .txt-box .conversion li { width: 100%; }
.top-limited-contents .lm-item .img-box .img { margin: 0 auto; }
@media screen and (max-width: 600px) { .top-limited-contents .lm-item { grid-template-columns: 1fr; }
  .top-limited-contents .lm-item .img-box .img { max-width: 300px; } }

.top-app-resist { width: 90%; max-width: 960px; margin: 0 auto; }
.top-app-resist .topappresist-inner { width: 100%; background: #F0F4F6; }
.top-app-resist .topappresist-ttl { padding: 1rem .5rem; background: #012F7B; color: #fff; font-size: 2.4rem; letter-spacing: .05em; text-align: center; }
.top-app-resist .topappresist-ttl .txt-s { margin-top: .5rem; font-size: 1.4rem; }
.top-app-resist .topappresist-item { margin-top: 1rem; display: grid; gap: 2rem 3rem; grid-template-columns: 55% 1fr; padding: 2rem; color: #012F7B; }
.top-app-resist .topappresist-item .txt-box .tar-midashi { font-size: 2.2rem; line-height: 1.8; text-align: center; }
.top-app-resist .topappresist-item .txt-box .img { margin: 2rem auto 0 auto; max-width: 300px; }
.top-app-resist .topappresist-item .img-box .img { height: 100%; overflow: hidden; }
.top-app-resist .topappresist-item .img-box .img img { height: 100%; object-fit: cover; }
.top-app-resist .topappresist-item .tar-btn { grid-column: span 2; }
.top-app-resist .topappresist-item .tar-btn a { display: block; max-width: 384px; margin: 0 auto; padding: 1rem; background: #A50F35; color: #fff; font-size: 1.6rem; text-align: center; }
.top-app-resist .topappresist-item .tar-btn .tar-note { margin-top: 1rem; font-size: 1.4rem; line-height: 1.8; text-align: center; }
.top-app-resist .tar-readmore { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 2rem; padding: 1rem .5rem; cursor: pointer; transition: .3s; background: #012F7B; color: #fff; font-size: 2.4rem; letter-spacing: .05em; text-align: center; }
.top-app-resist .tar-readmore div, .top-app-resist .tar-readmore li { min-height: 0%; }
.top-app-resist .tar-readmore.show .close { display: block; }
.top-app-resist .tar-readmore.show .open { display: none; }
.top-app-resist .tar-readmore.show .arrow::before { top: 55%; transform: translate(-50%, -50%) rotate(-135deg); }
.top-app-resist .tar-readmore .close { display: none; }
.top-app-resist .tar-readmore .open { display: block; }
.top-app-resist .tar-readmore .arrow { position: relative; width: 1.8em; height: 1.8em; margin-left: 14px; border: 2px solid #fff; border-radius: 50%; transform: rotate(0deg); transition: transform 0.3s; }
.top-app-resist .tar-readmore .arrow::before { content: ""; position: absolute; left: 50%; top: 50%; width: 0.42em; height: 0.42em; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translate(-50%, -50%) rotate(45deg); }
@media screen and (max-width: 600px) { .top-app-resist .topappresist-item { grid-template-columns: 1fr; }
  .top-app-resist .topappresist-item .img-box .img img { width: 100%; height: auto; object-fit: contain; }
  .top-app-resist .topappresist-item .tar-btn { grid-column: span 1; } }

.conts-links-wrap + .conversion .request { display: none; }
