.merit { background: #F1F1F1; padding: 3rem 0; }
.merit ul { width: 86%; max-width: 1056px; margin: 0 auto; padding: 0; width: 96%; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.merit ul div, .merit ul li { min-height: 0%; }
.merit ul li { margin-top: 3rem; padding: 0 2rem; }
.merit ul li:nth-of-type(odd) { border-right: solid 1px rgba(0, 0, 0, 0.5); }
.merit ul li:first-of-type, .merit ul li:nth-of-type(2) { margin-top: 0; }
.merit ul li img { display: block; width: 100%; height: auto; margin: auto; }
.merit ul li.merit01 { width: 45.1428571429%; }
.merit ul li.merit02 { width: 38.2857142857%; }
.merit ul li.merit03 { width: 45%; }
.merit ul li.merit04 { width: 46.7142857143%; }
@media screen and (max-width: 600px) { .merit { padding: 1.5rem 0; }
  .merit ul { max-width: 420px; margin: 0 auto; }
  .merit ul li { margin-top: 0; padding: 2rem 1rem; text-align: center; border-top: solid 1px rgba(0, 0, 0, 0.5); }
  .merit ul li:nth-of-type(odd) { border-right: none; }
  .merit ul li:first-of-type { border-top: none; }
  .merit ul li.merit01, .merit ul li.merit02, .merit ul li.merit03, .merit ul li.merit04 { width: 100%; }
  .merit ul li.merit01 img { width: 75.2380952381%; }
  .merit ul li.merit02 img { width: 63.8095238095%; }
  .merit ul li.merit03 img { width: 75%; }
  .merit ul li.merit04 img { width: 77.8571428571%; } }

/*----------------------------- 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: "Cormorant Garamond", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; color: #9d8e51; }
.info-sec .info-copy { text-align: center; font-feature-settings: "halt"; font-size: 3.8rem; line-height: 1.4; margin-top: 3rem; }
.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 + .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 .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: 768px) { .info-sec .info-copy.info-app .info-app-inner { flex-direction: column; } }
@media screen and (max-width: 500px) { .info-sec .info-copy { font-size: 3rem; }
  .info-sec .read { font-size: 1.4rem; }
  .info-sec .info-price { font-size: 2rem; }
  .info-sec .conversion { margin-top: 1rem; } }

.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-area { width: 88%; max-width: 960px; margin: 0 auto; padding: 5rem 0 0 0; }
@media screen and (max-width: 600px) { .bnr-area { padding: 5rem 0; } }

.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; } }

/*----------------------------- APPLI DOWNLOAD
-------------------------------*/
.app-container { margin: 7rem auto 7rem; background-color: #f0f4f6; padding: 5.5rem 0 4.5rem; overflow-x: hidden; position: relative; }
.app-container .soon { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; background-color: #2c2c2d; color: #fff; text-align: center; line-height: 1.28; padding: 1rem; max-width: 280px; font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; font-weight: normal; }
.app-container #app-hidden { width: 100%; }
.app-container .app-inner { width: 90%; max-width: 1200px; margin: auto; position: relative; background-color: #fff; }
.app-container .app-inner img { width: 100%; height: auto; }
.app-container .app-head { width: 100%; position: relative; margin: auto; }
.app-container .app-head .app-mv { position: relative; }
.app-container .app-head .app-mv .cap.in { right: auto; left: 4px; }
.app-container .app-head .app-mv .app-mv-head { width: 43.8333333333%; position: absolute; top: 1.5rem; right: 2.5rem; }
.app-container .app-head .app-mv .app-mv-ttl { width: 48%; position: absolute; top: 10rem; right: 0; background-color: #fff; text-align: center !important; padding: 1.125rem 2.75rem; }
.app-container .app-head .app-mv .app-mv-ttl .img { width: 70%; margin: auto; }
.app-container .app-head .app-mv .app-atttxt { width: 50%; font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; font-weight: normal; font-size: 1.3rem; color: #b71c1c; text-align: center; line-height: 2; font-feature-settings: normal; position: absolute; bottom: 4.75rem; right: 0rem; }
.app-container .app-head .app-mv .app-atttxt .line { padding-bottom: 0.25rem; border-bottom: 2px solid #b71c1c; }
.app-container .app-head .pc { margin-top: -1.15rem; }
.app-container .app-point { width: 100%; margin: 0 auto; padding: 4rem 2.5rem 1.6rem; }
.app-container .app-point ul { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: stretch; align-items: stretch; }
.app-container .app-point ul div, .app-container .app-point ul li { min-height: 0%; }
.app-container .app-point ul li { width: auto; }
.app-container .app-point ul li img { width: auto; height: 3.8rem; }
.app-container .app-lead { padding-bottom: 3.2rem; color: #3f5d72; }
.app-container .app-lead .app-benefits { text-align: center; font-size: 3rem; font-weight: 600; letter-spacing: 0.05em; line-height: 1.84; margin: 0 auto 1.25rem; margin-top: 2rem; }
.app-container .app-lead .app-benefits .txt { padding-bottom: 0.8rem; border-bottom: 1rem solid #009fb0; }
.app-container .app-lead .app-benefits + .read { text-align: center; font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; font-weight: normal; letter-spacing: 0.05em; line-height: 1.6; }
.app-container .app-contents { width: 100%; margin: 0 auto 0; padding: 0 4rem 4rem; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: stretch; align-items: stretch; }
.app-container .app-contents div, .app-container .app-contents li { min-height: 0%; }
.app-container .app-contents li { width: 10.7142857143%; }
.app-container .app-download { background-color: #eceff1; margin: 0 auto; padding: 4rem 2.5rem 7rem; }
.app-container .app-download .app-dl-head { text-align: center; width: 42.5%; margin: 0 auto 1.5rem; }
.app-container .app-download .app-dl-step { width: 100%; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: stretch; align-items: stretch; }
.app-container .app-download .app-dl-step div, .app-container .app-download .app-dl-step li { min-height: 0%; }
.app-container .app-download .app-dl-step li { width: 32.5%; padding: 3rem 1.5rem; border: thin solid #ebebeb; background-color: #fff; position: relative;         /*&:nth-of-type(3){
							.app-dl-step-head{
								padding-bottom: 0;
							}
						}*/ }
.app-container .app-download .app-dl-step li .app-dl-step-head { width: 80%; max-width: 220px; text-align: center; margin: 0 auto 1.5rem; }
.app-container .app-download .app-dl-step li .read { font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; font-weight: normal; font-size: 1.4rem; color: #3f5d72; text-align: center; line-height: 1.6; padding-bottom: 4rem; }
.app-container .app-download .app-dl-step li .cv-btn { width: 88%; max-width: 288px; position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); }
.app-container .app-download .app-dl-step li .cv-btn a { display: block; width: 100%; text-align: center; padding: 1rem 0; font-size: 1.6rem; }
.app-container .app-download .app-dl-step li .cv-btn img { width: auto; height: 2rem; vertical-align: middle; }
.app-container .app-download .app-dl-step li .cv-btn.entry a { background-color: #005396; color: #fff; }
.app-container .app-download .app-dl-step li .cv-btn.entry a:hover { filter: brightness(120%); }
.app-container .app-download .app-dl-step li .cv-btn.appdl a { background-color: #fff; border: thin solid #627a86; color: #627a86; }
.app-container .app-download .app-dl-step li .cv-btn.appdl a:hover { background-color: #bdd8f6; }
.app-container #open-close { margin: auto; text-align: center; position: absolute; right: 25%; bottom: -9%; transform: translateX(50%); width: 50%; }
.app-container #open-close .app-btn { width: 100%; max-width: 360px; margin: auto; border: none; padding: 1.5rem; text-align: center; color: #fff; background-color: #002f7b; font-family: "Times New Roman", 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; font-size: 2em; text-decoration: none; position: relative; transition: .3s; }
.app-container #open-close .app-btn::after { content: ""; display: block; width: 0.875rem; height: 0.625rem; border: 0.4375rem solid transparent; border-bottom: none; border-top: 0.625rem solid #fff; position: absolute; right: 10%; top: 50%; transform: translateY(-50%); transition: .3s; }
.app-container #open-close .app-btn .open { opacity: 1; }
.app-container #open-close .app-btn .close { opacity: 0; display: none; }
.app-container #open-close .app-btn:hover { opacity: 0.6; cursor: pointer; }
.app-container #open-close.btn-show { bottom: -2.5%; right: 50%; transform: translateX(50%); }
.app-container #open-close.btn-show .app-btn::after { transform: translateY(-50%) rotate(180deg); }
.app-container #open-close.btn-show .app-btn .close { opacity: 1; display: inline; }
.app-container #open-close.btn-show .app-btn .open { opacity: 0; display: none; }
@media screen and (max-width: 1260px) { .app-container .app-head .app-mv .app-atttxt { font-size: 0.9375em; bottom: 4.5rem; }
  .app-container .app-point ul li img { height: 3vw; } }
@media screen and (max-width: 1024px) { .app-container { padding: 4rem 0; }
  .app-container .app-head .app-mv .app-mv-head { top: 0.75rem; }
  .app-container .app-head .app-mv .app-mv-ttl { top: 6.5rem; }
  .app-container .app-head .app-mv .app-atttxt { bottom: 4.5rem; }
  .app-container .app-lead { padding-bottom: 2rem; }
  .app-container .app-lead .app-benefits { font-size: 2rem; }
  .app-container #open-close { bottom: -16%; } }
@media screen and (max-width: 864px) { .app-container { margin-bottom: 4rem; }
  .app-container .app-head .app-mv .app-mv-head { top: 0.5rem; }
  .app-container .app-head .app-mv .app-mv-ttl { padding: 0.75rem 2.5rem; top: 5.5rem; }
  .app-container .app-head .app-mv .app-atttxt { font-size: 0.7em; bottom: 4rem; }
  .app-container .app-point ul { justify-content: center; }
  .app-container .app-point ul li { margin-left: 2rem; }
  .app-container .app-point ul li img { height: 4vw; }
  .app-container .app-point ul li:last-of-type { margin-left: 0; margin-top: 1.5rem; }
  .app-container .app-lead .app-benefits .txt { padding-bottom: 0; border-bottom-width: 0.75rem; }
  .app-container .app-contents { justify-content: center; }
  .app-container .app-contents li { width: calc((100%/5) - 1%); margin-right: 0.5%; margin-bottom: 1rem; }
  .app-container .app-contents li:nth-of-type(5n), .app-container .app-contents li:last-of-type { margin-right: 0; }
  .app-container .app-download .app-dl-step li { width: 49%; }
  .app-container .app-download .app-dl-step li:nth-of-type(3) { width: 100%; margin-top: 0.75rem; }
  .app-container .app-download .app-dl-step li:nth-of-type(3) .read { padding-bottom: 0; } }
@media screen and (max-width: 768px) { .app-container .app-head .app-mv .app-atttxt { font-size: 0.8rem; bottom: 2.5rem; }
  .app-container .app-point ul li img { height: 4vw; }
  .app-container #open-close { bottom: -20%; } }
@media screen and (max-width: 600px) { .app-container { overflow-x: hidden; padding: 2rem 0 8rem; margin-bottom: 0; }
  .app-container .app-head .app-mv .cap.in { bottom: 56%; }
  .app-container .app-head .app-mv .app-mv-head { width: 88%; top: 50%; right: 50%; transform: translateX(50%); }
  .app-container .app-head .app-mv .app-mv-ttl { width: 100%; top: 64%; right: 0%; padding: 0.75rem 4% 0.75rem 0; }
  .app-container .app-head .app-mv .app-mv-ttl .img { width: 76%; margin: auto; }
  .app-container .app-head .app-mv .app-atttxt { width: 100%; font-size: 1.1rem; bottom: 10%; }
  .app-container .app-point { padding: 0.8rem 1.2rem 1.6rem; }
  .app-container .app-point ul { justify-content: flex-start; }
  .app-container .app-point ul li { width: 100%; margin: 1rem auto 0; text-align: left; }
  .app-container .app-point ul li:last-of-type { margin-top: 1rem; }
  .app-container .app-point ul li img { height: 8vw; }
  .app-container .app-lead { padding-bottom: 2.4rem; }
  .app-container .app-lead .app-benefits { font-size: 2rem; }
  .app-container .app-lead .read { font-size: 1.3rem !important; }
  .app-container .app-contents { padding: 0 1rem; }
  .app-container .app-contents li { width: 32.5%; }
  .app-container .app-contents li:nth-of-type(n+4) { margin-top: 0.25rem; }
  .app-container .app-contents li:nth-of-type(1) { order: 5; }
  .app-container .app-contents li:nth-of-type(2) { order: 1; }
  .app-container .app-contents li:nth-of-type(3) { order: 2; }
  .app-container .app-contents li:nth-of-type(4) { order: 3; }
  .app-container .app-contents li:nth-of-type(5) { order: 4; }
  .app-container .app-contents li:nth-of-type(6) { order: 6; }
  .app-container .app-contents li:nth-of-type(7) { order: 7; }
  .app-container .app-contents li:nth-of-type(8) { order: 8; }
  .app-container .app-contents li:nth-of-type(9) { order: 9; }
  .app-container .app-download { margin-top: 2rem; padding: 1.25rem 1.5rem 3.5rem; }
  .app-container .app-download .app-dl-head { width: 88%; margin-bottom: 1.5rem; }
  .app-container .app-download .app-dl-step li { width: 100%; padding: 1rem; }
  .app-container .app-download .app-dl-step li + li { margin-top: 0.5rem; }
  .app-container .app-download .app-dl-step li .app-dl-step-head { padding-bottom: 0; margin-bottom: 1rem; }
  .app-container .app-download .app-dl-step li .read { padding-bottom: 0; }
  .app-container .app-download .app-dl-step li .cv-btn { position: static; transform: none; margin: 1rem auto 0; }
  .app-container .app-download .app-dl-step li .cv-btn a { padding: 0.75rem 0; }
  .app-container .app-download .app-dl-step li .cv-btn img { height: 1rem; }
  .app-container #open-close { width: 80%; right: 50%; bottom: -3.5rem; }
  .app-container #open-close .app-btn::after { width: 0.675rem; height: 0.425rem; border-width: 0.3375rem; border-top-width: 0.425rem;           /*						        right: 50%;
					       bottom:12%;
						top: auto; transform: translateY(0) ;
						transform: translateX(50%); */ }
  .app-container #open-close:hover { opacity: 0.9; }
  .app-container #open-close.btn-show { width: 80%; bottom: -3%; }
  .app-container #open-close.btn-show .app-btn { border-radius: 0; width: 100%; height: auto; padding: 0.75rem 0; }
  .app-container #open-close.btn-show .app-btn::after { right: 10%; top: 50%; transform: translateY(-50%) rotate(180deg); } }
@media screen and (max-width: 380px) { .app-container .app-head .app-mv .app-atttxt { font-size: 1.2rem; }
  .app-container .app-point ul li img { height: 2rem; }
  .app-container #open-close { bottom: -1.75rem; } }
@media screen and (max-width: 320px) { .app-container .app-point ul li img { height: 1.65rem; }
  .app-container .app-lead { padding-left: 0.5rem; padding-right: 0.5rem; }
  .app-container .app-lead .app-benefits .txt { border-bottom-width: 0.5rem; } }

.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-top: 8rem; }
.conts-links-wrap .conts-links > ul { margin: 0 auto; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: stretch; align-items: stretch; justify-content: flex-start; }
.conts-links-wrap .conts-links > ul div, .conts-links-wrap .conts-links > ul li { min-height: 0%; }
.conts-links-wrap .conts-links > ul > li { width: calc(100% /3); }
.conts-links-wrap .conts-links > ul > li .image { position: relative; }
.conts-links-wrap .conts-links > ul > li .image .text-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.conts-links-wrap .conts-links > ul > li .image .text-box .text-inner { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.conts-links-wrap .conts-links > ul > li .image .text-box .text-inner::before { content: ""; display: block; width: calc((12/222)*32%); aspect-ratio: 12/26; background: url("../images/top/arrow01.png") center center/contain no-repeat; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); }
.conts-links-wrap .conts-links > ul > li .image .conts-name { text-align: center; line-height: 1.44; color: #fff; }
.conts-links-wrap .conts-links > ul > li .image .conts-name .en { font-family: "Cormorant Garamond", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-size: clamp(28px, 4vw, 3.2rem); }
.conts-links-wrap .conts-links > ul > li .image .conts-name .ja { font-size: clamp(16px, 1.2vw, 1.6rem); }
.conts-links-wrap .conts-links > ul > li a { display: block; width: 100%; transition: .4s all ease-in; }
.conts-links-wrap .conts-links > ul > li a:hover { filter: brightness(128%); }
@media screen and (max-width: 600px) { .conts-links-wrap { container-type: inline-size; }
  .conts-links-wrap .conts-links { margin-inline: calc(50% - 50cqi); }
  .conts-links-wrap .conts-links > ul { width: 100vw; }
  .conts-links-wrap .conts-links > ul > li { width: 100%; overflow: hidden; } }

/*----------------------------- 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: #F0F4F6; color: #012F7B; 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: "Cormorant Garamond", 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: 3rem; 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-midashi { font-size: 2.8rem; }
  .top-limited-contents .lm-komidashi { text-align: center; }
  .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: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-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; }

.contents-link { width: 100%; }
.contents-link .link-item { position: relative; padding: 10rem 0; width: 100%; max-width: 1400px; margin: 0 auto; overflow-x: hidden; }
.contents-link .link-item .img-box { width: 70%; margin: 0 0 0 auto; position: relative; z-index: 2; display: grid; gap: 1rem; grid-template-columns: 20rem 1fr; align-items: end; grid-template-areas: "txt img"; }
.contents-link .link-item .img-box .img { grid-area: img; }
.contents-link .link-item .img-box .img .img-txt { position: absolute; top: 50%; left: calc(50% - 25px); transform: translateY(-50%); }
.contents-link .link-item .img-box .img .img-txt .link-ttl { padding-left: 25px; }
.contents-link .link-item .img-box .img .img-txt .link-ttl img { width: 30px; }
.contents-link .link-item .img-box .img .img-txt a, .contents-link .link-item .img-box .img .img-txt .soon { margin-top: 30px; padding-left: 25px; display: block; position: relative; width: 200px; text-align: left; }
.contents-link .link-item .img-box .img .img-txt a::before, .contents-link .link-item .img-box .img .img-txt .soon::before { content: ""; display: block; border: solid 1px #fff; border-radius: 50%; width: 50px; height: 50px; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); transform-origin: center; }
.contents-link .link-item .img-box .img .img-txt a::after, .contents-link .link-item .img-box .img .img-txt .soon::after { opacity: 0; display: block; content: ""; border: solid 1px #fff; border-radius: 50%; width: 50px; height: 50px; position: absolute; left: 0; top: 50%; transform: translate(0, -50%) scale(1); transform-origin: center; opacity: 0; transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease; }
.contents-link .link-item .img-box .img .img-txt a .more-txt, .contents-link .link-item .img-box .img .img-txt .soon .more-txt { font-family: "Cormorant Garamond", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-size: 16px; line-height: 1; letter-spacing: .1em; color: #fff; border-bottom: solid 1px #fff; position: relative; padding-right: 30px; }
.contents-link .link-item .img-box .img .img-txt a .more-txt::after, .contents-link .link-item .img-box .img .img-txt .soon .more-txt::after { content: ""; width: 15px; height: 1px; background: #fff; position: absolute; right: 0; bottom: 0; transform: rotate(45deg); transform-origin: right; }
.contents-link .link-item .img-box .img .img-txt a:hover::after { animation: ripple 1.2s ease-out infinite; }
@keyframes ripple { 0% { transform: translateY(-50%) scale(1); opacity: 1; }
  100% { transform: translateY(-50%) scale(1.5); opacity: 0; } }
.contents-link .link-item .img-box .en-txt { grid-area: txt; text-align: right; font-size: 1.6rem; letter-spacing: .2em; line-height: 2; }
.contents-link .link-item .txt-box { position: absolute; top: 15rem; left: 0; width: 100%; grid-area: txtbox; }
.contents-link .link-item .txt-box .txt { font-size: 2rem; line-height: 1; padding: 5px 0 5px 5%; }
.contents-link .link-item .txt-box .line { width: 0; height: 3px; background: #005396; transition: 3s width ease-in-out; }
.contents-link .link-item.aos-animate .txt-box .line { width: 150%; }
.contents-link .link-item:nth-of-type(even) .img-box { margin: 0 auto 0 0; grid-template-columns: 1fr 20rem; grid-template-areas: "img txt"; }
.contents-link .link-item:nth-of-type(even) .img-box .en-txt { text-align: left; }
.contents-link .link-item:nth-of-type(even) .txt-box { text-align: right; left: auto; right: 0; }
.contents-link .link-item:nth-of-type(even) .txt-box .txt { padding: 5px 5% 5px 0; }
.contents-link .link-item.nolink .img-box .img::before { content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: 3; }
.contents-link .link-item.nolink .img-box .img::after { content: "Coming Soon..."; display: inline-block; font-family: "Cormorant Garamond", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; color: #fff; font-size: 1.8rem; line-height: 1; letter-spacing: .1em; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 4; }
@media screen and (max-width: 864px) { .contents-link .link-item .img-box { width: 80%; }
  .contents-link .link-item .img-box .en-txt { font-size: 1.3rem; } }
@media screen and (max-width: 600px) { .contents-link .link-item { padding: 0; margin-top: -10rem; }
  .contents-link .link-item .txt-box { top: 0; left: 2%; width: 20%; height: 100%; display: -webkit-box; display: flex; flex-wrap: wrap; }
  .contents-link .link-item .txt-box div, .contents-link .link-item .txt-box li { min-height: 0%; }
  .contents-link .link-item .txt-box .txt { writing-mode: vertical-rl; text-orientation: mixed; padding: 12rem 5px 0 5px; }
  .contents-link .link-item .txt-box .txt:first-of-type { order: 2; }
  .contents-link .link-item .txt-box .txt:last-of-type { order: -1; }
  .contents-link .link-item .txt-box .txt .num { position: relative; text-combine-upright: all; left: 10%; }
  .contents-link .link-item .txt-box .line { width: 3px; height: 0; transition: 3s height ease-in-out; order: 1; }
  .contents-link .link-item .img-box { width: 95%; grid-template-columns: 10rem 1fr; padding: 10rem 0; }
  .contents-link .link-item .img-box .img .img-txt a, .contents-link .link-item .img-box .img .img-txt .soon { padding-left: 20px; width: 150px; }
  .contents-link .link-item .img-box .img .img-txt a::before, .contents-link .link-item .img-box .img .img-txt .soon::before { width: 40px; height: 40px; }
  .contents-link .link-item .img-box .img .img-txt a::after, .contents-link .link-item .img-box .img .img-txt .soon::after { width: 40px; height: 40px; }
  .contents-link .link-item .img-box .img .img-txt a .more-txt, .contents-link .link-item .img-box .img .img-txt .soon .more-txt { font-size: 14px; padding-right: 20px; }
  .contents-link .link-item .img-box .img .img-txt a .more-txt::after, .contents-link .link-item .img-box .img .img-txt .soon .more-txt::after { width: 8px; }
  .contents-link .link-item .img-box .img .img-txt a::after { animation: ripple 1.2s ease-out infinite; }
  .contents-link .link-item .img-box .en-txt { font-size: 1.1rem; letter-spacing: .05em; }
  .contents-link .link-item:first-of-type { margin-top: 0; }
  .contents-link .link-item:last-of-type .img-box { padding-bottom: 5rem; }
  .contents-link .link-item:nth-of-type(even) .img-box { grid-template-columns: 1fr 10rem; }
  .contents-link .link-item:nth-of-type(even) .txt-box { text-align: left; left: auto; right: 2%; }
  .contents-link .link-item:nth-of-type(even) .txt-box .txt { padding: 12rem 5px 0 5px; }
  .contents-link .link-item.aos-animate .txt-box .line { width: 3px; height: 100%; } }

.top-concept { background: url("../images/top/concept-bg.jpg") no-repeat 50% 100%; background-size: cover; }
.top-concept .inner { padding: 10rem 0; }
.top-concept .concept-en-ttl { text-align: center; font-size: 2.2rem; letter-spacing: .2em; }
.top-concept .concept-ttl { width: 80%; max-width: 400px; margin: 5rem auto 0 auto; }
.top-concept .copy { margin-top: 3rem; color: #9f8248; text-align: center; font-size: 2rem; line-height: 1.4; letter-spacing: .1em; }
.top-concept .lead { margin-top: 5rem; text-align: center; line-height: 2.2; }
