@layer reset{*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}ul,ol{list-style:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}table{border-collapse:collapse;border-spacing:0}}@layer base{html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Noto Sans JP",sans-serif;color:#3d3932;background:#fff}.body--stopScroll{overflow:hidden !important}@media(max-width: 767px){#smooth-wrapper{overflow:hidden !important}}#smooth-wrapper.no-scroll{z-index:0 !important;overflow-y:hidden !important}.pc{display:block}@media(max-width: 767px){.pc{display:none !important}}.sp{display:none !important}@media(max-width: 767px){.sp{display:block !important}}.wrapper{max-width:1100px;margin-inline:auto}@media(min-width: 768px)and (max-width: 1100px){.wrapper{max-width:100%;padding-inline:16px}}@media(max-width: 767px){.wrapper{max-width:100%;padding-inline:16px}}.container{margin-inline:100px}@media(min-width: 768px)and (max-width: 1100px){.container{margin-inline:16px}}@media(max-width: 767px){.container{margin-inline:unset}}.swiper{width:100%;min-height:max-content}.modal__image{z-index:100;width:100%;max-width:800px;height:600px;background:#fff;border-radius:10px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.9);opacity:0;visibility:hidden;transition:.3s ease;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}@media(min-width: 768px)and (max-width: 1100px){.modal__image{max-width:600px;height:500px}}@media(max-width: 767px){.modal__image{max-width:350px;height:340px}}@media(min-width: 300px)and (max-width: 374px){.modal__image{max-width:280px;height:300px}}.modal__image.is-active{opacity:1;visibility:visible;transform:translate(-50%, -50%) scale(1)}.modal__image-close{position:absolute;top:15px;right:20px;font-size:30px;cursor:pointer}.modal__image-img{max-width:90%;max-height:80%;object-fit:contain}.modal__image-background{z-index:90;position:fixed;inset:0;background:rgba(0,0,0,.8);opacity:0;visibility:hidden;transition:.3s ease}.modal__image-background.is-active{opacity:1;visibility:visible}}@layer layout{.header{z-index:99;width:100%;position:fixed;top:0}.header .wrapper{max-inline-size:1280px;margin-inline:auto}.header--colorDark{background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(2px) saturate(120%);-webkit-backdrop-filter:blur(2px) saturate(120%)}.header--colorDark .header__navigation-link{color:#3d3932}.header__content{min-height:80px;padding-block:10px;display:flex;align-items:center;justify-content:space-between}@media(max-width: 767px){.header__content{padding-block:15px}}@media(min-width: 300px)and (max-width: 374px){.header__content{padding-block:10px}}.header__logo{width:100%;max-width:56px}@media(max-width: 767px){.header__logo{max-width:46px}}.header__navigation{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;justify-content:space-between;gap:16px}.header__navigation-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.header__navigation-link{display:block;height:20px;font-size:14px;font-family:"Shippori Mincho",serif;font-weight:700;text-align:center;color:#fff;line-height:1.3;letter-spacing:.04em;transition:color .6s ease-in-out}@media(min-width: 768px)and (max-width: 1100px){.header__navigation-link{min-width:60px}}@media(min-width: 768px)and (max-width: 1100px){.header__navigation-link{font-size:14px}}.header__button{display:flex;align-items:center;gap:13px}.header__burger{--circleSize: 40px;display:inline-block;width:var(--circleSize);height:var(--circleSize);cursor:pointer;transition:all .5s ease-in-out;position:relative}.header__burger-line-container{max-width:32px;margin-inline:auto;position:relative}.header__burger span{display:block;width:100%;height:4px;background:#fff;opacity:1;transition:.25s ease-in-out;position:absolute;left:0;right:0}.header__burger span:nth-child(1){top:6px}.header__burger span:nth-child(2){top:18px}.header__burger span:nth-child(3){top:30px}.header__burger.active span{background:#9e8951;position:absolute}.header__burger.active span:nth-child(1){transform:rotate(45deg);top:18px}.header__burger.active span:nth-child(2){opacity:0;left:-40px}.header__burger.active span:nth-child(3){width:100%;transform:rotate(-45deg);top:18px}.header__contact{width:100%;max-width:149px;min-height:32px;display:block;font-size:12px;font-family:"Shippori Mincho",serif;font-weight:700;text-align:center;color:#3d3932;letter-spacing:.04em;padding:6px 16px;background-color:#fff;border-radius:1000px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;transition:color .2s ease-in-out,background-color .3s ease-in-out,background-size .3s ease-in-out,background-image .6s ease-in-out;position:relative}@media(min-width: 300px)and (max-width: 374px){.header__contact{font-size:10px}}.header__contact::before{content:"";width:20px;height:20px;display:block;background-image:url(../img/common/ic-ui-mail-brown.svg);background-position:center;background-repeat:no-repeat}@media(min-width: 300px)and (max-width: 374px){.header__contact::before{width:15px;height:15px}}.header__contact.active{color:#fff;background-color:#9e8951}.header__contact.active::before{background-image:url(../img/common/ic-ui-mail.svg);background-size:16px}@media(min-width: 300px)and (max-width: 374px){.header__contact.active::before{background-size:14px}}.header-nav{z-index:98;width:100%;height:100%;padding:111px 0 11px;position:fixed;top:0;background-color:hsla(0,0%,100%,.96);backdrop-filter:blur(2px) saturate(120%);-webkit-backdrop-filter:blur(2px) saturate(120%);opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;overflow-y:scroll}@media(min-width: 768px)and (max-width: 1100px){.header-nav{padding:89px 0 35px}}@media(min-width: 300px)and (max-width: 374px){.header-nav{padding:81px 0 11px}}.header-nav.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .3s ease,transform .3s ease,visibility 0s}.header-nav__panel{margin-bottom:3em}.header-nav__columns{display:grid;grid-template-columns:100%;gap:30px 18px}@media(min-width: 768px)and (max-width: 1100px){.header-nav__columns{gap:32px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__columns{gap:15px 8px}}.header-nav__column--column1{grid-column:span 2}.header-nav__column--column2{grid-column:span 2}.header-nav__title{font-size:14px;font-family:"Shippori Mincho",serif;font-weight:700}@media(min-width: 768px)and (max-width: 1100px){.header-nav__title{font-size:10px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__title{font-size:10px}}.header-nav__subtitle{font-size:14px;font-family:"Shippori Mincho",serif;font-weight:700;color:#9e8951;margin-bottom:12px}@media(min-width: 768px)and (max-width: 1100px){.header-nav__subtitle{font-size:10px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__subtitle{font-size:10px;margin-bottom:10px}}.header-nav__group{margin-bottom:20px}@media(min-width: 768px)and (max-width: 1100px){.header-nav__group{margin-bottom:15px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__group{margin-bottom:15px}}.header-nav__group:last-child{margin-bottom:0}.header-nav__group.is-open .header-nav__tab{margin-bottom:30px}.header-nav__group.is-open .header-nav__tab:last-child{margin-bottom:0}@media(min-width: 768px)and (max-width: 1100px){.header-nav__group.is-open .header-nav__tab{margin-bottom:5px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__group.is-open .header-nav__tab{margin-bottom:5px}}.header-nav__subgroup{margin-bottom:0px}.header-nav__subgroup:last-child{margin-bottom:0}.header-nav__subgroup:has(.header-nav__item) .header-nav__list{margin-left:0}@media(min-width: 768px)and (max-width: 1100px){.header-nav__subgroup:has(.header-nav__item) .header-nav__list{margin-left:7px}}.header-nav__subgroup:has(.header-nav__item) .header-nav__item{margin-bottom:5px}.header-nav__subgroup:has(.header-nav__item) .header-nav__item:last-child{margin-bottom:0}.header-nav__tab{height:40px;border-bottom:1px solid #9e8951;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.header-nav__tab:hover .header-nav__button::before{transform:translateY(-50%) translateX(-50%) !important;left:50% !important}.header-nav__tab:hover .header-nav__button::after{transform:translateY(-50%) translateX(40px) !important}@media(min-width: 768px)and (max-width: 1100px){.header-nav__tab{height:40px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__tab{height:30px}}.header-nav__item{font-size:14px;font-family:"Shippori Mincho",serif;transition:all .6s cubic-bezier(0.5, 1, 0.89, 1);position:relative;margin-bottom:12px}@media(min-width: 768px)and (max-width: 1100px){.header-nav__item{font-size:10px;margin-bottom:6px}}@media(min-width: 300px)and (max-width: 374px){.header-nav__item{font-size:10px;margin-bottom:6px}}.header-nav__item:last-child{margin-bottom:0}.header-nav__item::before{content:"";width:6px;height:1px;display:inline-block;background-color:#000;transition:all .6s cubic-bezier(0.5, 1, 0.89, 1);position:relative;top:-5px}.header-nav__item:hover:not(:has(.custom--isDisabled))::before{content:"";width:6px;height:6px;background-color:#9e8951;position:relative;top:-2px}.header-nav__item:hover:not(:has(.custom--isDisabled)) a{color:#9e8951}.header-nav__item a{transition:all .6s cubic-bezier(0.5, 1, 0.89, 1);position:relative}.header-nav__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-5px);transition:max-height .4s ease,opacity .3s ease,transform .3s ease}.header-nav .header-nav__group.is-open>.header-nav__content{max-height:1000px;opacity:1;transform:translateY(0)}}@layer layout{.footer{padding-block:40px 120px;background-color:#fff}@media(max-width: 767px){.footer{padding-block:40px 72px}}@media(min-width: 300px)and (max-width: 374px){.footer{padding-block:20px 52px}}.footer__copyright{font-size:14px;font-family:"Shippori Mincho",serif;font-weight:500;text-align:center;color:#3d3932;line-height:1.42}@media(min-width: 300px)and (max-width: 374px){.footer__copyright{font-size:10px}}}@layer components{.scrollTop{z-index:10;width:45px;height:45px;display:inline-block;background-color:#9e8951;border-radius:50%;border:solid 1px #fff;position:fixed;right:20px;bottom:20px;cursor:pointer;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out}@media(min-width: 300px)and (max-width: 374px){.scrollTop{width:35px;height:35px;right:15px;bottom:15px}}.scrollTop:hover{transform:scale(1.08);box-shadow:0 0 8px rgba(0,0,0,.3)}.scrollTop .arrow{border:solid #fff;border-width:0 3.5px 3.5px 0;display:inline-block;padding:5px;transform:rotate(225deg);-webkit-transform:rotate(225deg);cursor:pointer;position:absolute;left:calc(50% - 7px);top:calc(50% - 4px)}@media(min-width: 300px)and (max-width: 374px){.scrollTop .arrow{border-width:0 2.5px 2.5px 0;padding:4px;left:calc(50% - 5px);top:calc(50% - 3px)}}}@layer layout{.lp1 .hero{min-height:768px;background-position:center;background-repeat:no-repeat;background-size:cover}@media(min-width: 768px)and (max-width: 1100px){.lp1 .hero{min-height:632px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .hero{min-height:536px}}.lp1 .hero__content{padding-block:330px 250px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .hero__content{padding-block:271px 191px}}@media(max-width: 767px){.lp1 .hero__content{padding-block:271px 191px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .hero__content{padding-block:171px 91px}}.lp1 .hero__title{font-size:72px;font-family:"Cormorant Garamond",serif;font-weight:500;text-align:center;color:#f9d59c;line-height:1.3;letter-spacing:.04em;text-shadow:0 0 24px #000;margin-bottom:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .hero__title{font-size:66px;text-shadow:0 0 18px #000;margin-bottom:28px}}@media(max-width: 767px){.lp1 .hero__title{font-size:54px;text-shadow:0 0 18px #000;margin-bottom:28px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .hero__title{font-size:50px;margin-bottom:18px}}.lp1 .hero__subtitle{font-size:32px;font-family:"Shippori Mincho",serif;font-weight:500;text-align:center;line-height:1.7;color:#fff}@media(min-width: 768px)and (max-width: 1100px){.lp1 .hero__subtitle{font-size:26px}}@media(max-width: 767px){.lp1 .hero__subtitle{font-size:22px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .hero__subtitle{font-size:18px}}.lp1 .information{padding-block:120px;background-color:#f9f7f4}@media(min-width: 768px)and (max-width: 1100px){.lp1 .information{padding-block:72px}}@media(max-width: 767px){.lp1 .information{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .information{padding-block:52px}}.lp1 .information .sec-intro{margin-bottom:80px}@media(max-width: 767px){.lp1 .information .sec-intro{margin-bottom:56px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .information .sec-intro{margin-bottom:36px}}.lp1 .information__access{padding:40px 20px;background-image:url(../img/information/information-background.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}@media(max-width: 767px){.lp1 .information__access{padding:28px 16px}}.lp1 .information__access-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;margin-bottom:40px}@media(max-width: 767px){.lp1 .information__access-container{gap:28px;margin-bottom:28px}}@media(max-width: 767px){.lp1 .information__station{flex-basis:100%}}.lp1 .information__station-label{display:block;font-size:20px;font-family:"Shippori Mincho",serif;font-weight:400;text-align:center;color:#fff;margin-bottom:8px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .information__station-label{font-size:14px;margin-bottom:6px}}@media(max-width: 767px){.lp1 .information__station-label{font-size:16px;margin-bottom:6px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .information__station-label{font-size:12px}}.lp1 .information__station-box{display:flex;justify-content:center;align-items:flex-end;gap:16px}@media(max-width: 767px){.lp1 .information__station-box{gap:13px}}.lp1 .information__station-text1,.lp1 .information__station-text2{font-size:20px;font-family:"Shippori Mincho",serif;font-weight:400;text-align:center;color:#fff;line-height:1}@media(min-width: 768px)and (max-width: 1100px){.lp1 .information__station-text1,.lp1 .information__station-text2{font-size:14px}}@media(max-width: 767px){.lp1 .information__station-text1,.lp1 .information__station-text2{font-size:16px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .information__station-text1,.lp1 .information__station-text2{font-size:12px}}.lp1 .information__station-text1 .highlight,.lp1 .information__station-text1 .highlight2,.lp1 .information__station-text2 .highlight,.lp1 .information__station-text2 .highlight2{display:inline-block;font-family:"Shippori Mincho",serif;line-height:1}.lp1 .information__station-text1 .highlight,.lp1 .information__station-text2 .highlight{font-size:2em}@media(max-width: 767px){.lp1 .information__station-text1 .highlight,.lp1 .information__station-text2 .highlight{font-size:1.75em}}.lp1 .information__station-text1 .highlight2,.lp1 .information__station-text2 .highlight2{font-size:2.8em}@media(max-width: 767px){.lp1 .information__station-text1 .highlight2,.lp1 .information__station-text2 .highlight2{font-size:2em}}.lp1 .information__spec{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .information__spec{gap:30px}}@media(max-width: 767px){.lp1 .information__spec{gap:2px}}.lp1 .information__spec-text1,.lp1 .information__spec-text2{font-size:56px;font-family:"Shippori Mincho",serif;font-weight:400;color:#fff;line-height:1.44}@media(min-width: 768px)and (max-width: 1100px){.lp1 .information__spec-text1,.lp1 .information__spec-text2{font-size:46px}}@media(max-width: 767px){.lp1 .information__spec-text1,.lp1 .information__spec-text2{flex-basis:100%;font-size:30px;text-align:center;line-height:1.53}}@media(min-width: 300px)and (max-width: 374px){.lp1 .information__spec-text1,.lp1 .information__spec-text2{font-size:26px}}.lp1 .sale{padding-block:120px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale{padding-block:72px}}@media(max-width: 767px){.lp1 .sale{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale{padding-block:52px}}.lp1 .sale .sec-intro{margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .sale .sec-intro{margin-bottom:32px}}.lp1 .sale .sale-swiper{--saleSwiperImageWidth: 771px;--saleSwiperImageHeight: 560px;width:100%;height:560px;position:relative;margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper{--saleSwiperImageWidth: 571px;--saleSwiperImageHeight: 360px;height:360px}}@media(max-width: 767px){.lp1 .sale .sale-swiper{--saleSwiperImageWidth: 275px;--saleSwiperImageHeight: 200px;height:200px;margin-bottom:32px}}.lp1 .sale .sale-swiper .swiper-wrapper{margin-bottom:14px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper .swiper-wrapper{margin-bottom:8px}}@media(max-width: 767px){.lp1 .sale .sale-swiper .swiper-wrapper{margin-bottom:8px}}.lp1 .sale .sale-swiper .swiper-pagination-bullet{--swiperPaginationBulletSize: 8px;width:var(--swiperPaginationBulletSize) !important;height:var(--swiperPaginationBulletSize) !important;margin-inline:4px !important}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper .swiper-pagination-bullet{--swiperPaginationBulletSize: 6px;margin-inline:2px !important}}@media(max-width: 767px){.lp1 .sale .sale-swiper .swiper-pagination-bullet{--swiperPaginationBulletSize: 6px;margin-inline:2px !important}}.lp1 .sale .sale-swiper .swiper-pagination-bullet-active{background:#9e8951 !important}.lp1 .sale .sale-swiper .swiper-slide{width:100%;max-width:var(--saleSwiperImageWidth) !important;height:var(--saleSwiperImageHeight);overflow:hidden}.lp1 .sale .sale-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;object-position:center;overflow-clip-margin:unset;transition:transform .3s ease-in-out}.lp1 .sale .sale-swiper .swiper-slide img:hover{transform:scale(1.05)}.lp1 .sale .sale-swiper__pagination{width:100%;text-align:center}.lp1 .sale .sale-swiper__button{z-index:2;--swiperButtonSize: 40px;width:var(--swiperButtonSize);height:var(--swiperButtonSize);display:block;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6);border:none;position:absolute;top:calc(50% - 30px)}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper__button{top:calc(50% - 25px);--swiperButtonSize: 20px}}@media(max-width: 767px){.lp1 .sale .sale-swiper__button{top:calc(50% - 25px);--swiperButtonSize: 20px}}.lp1 .sale .sale-swiper__button--prev::before,.lp1 .sale .sale-swiper__button--next::before{content:"";border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:7px;position:relative}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper__button--prev::before,.lp1 .sale .sale-swiper__button--next::before{border-width:0 1.5px 1.5px 0;padding:4.5px}}@media(max-width: 767px){.lp1 .sale .sale-swiper__button--prev::before,.lp1 .sale .sale-swiper__button--next::before{border-width:0 1px 1px 0;padding:3.5px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale .sale-swiper__button--prev::before,.lp1 .sale .sale-swiper__button--next::before{padding:3px}}.lp1 .sale .sale-swiper__button--prev{right:calc(50% + 345px)}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper__button--prev{right:calc(50% + 265px)}}@media(max-width: 767px){.lp1 .sale .sale-swiper__button--prev{right:calc(50% + 117.5px)}}.lp1 .sale .sale-swiper__button--prev::before{transform:rotate(135deg);-webkit-transform:rotate(135deg);right:-3px}@media(max-width: 767px){.lp1 .sale .sale-swiper__button--prev::before{right:-2px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale .sale-swiper__button--prev::before{right:-1.5px}}.lp1 .sale .sale-swiper__button--next{left:calc(50% + 345px)}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale .sale-swiper__button--next{left:calc(50% + 265px)}}@media(max-width: 767px){.lp1 .sale .sale-swiper__button--next{left:calc(50% + 117.5px)}}.lp1 .sale .sale-swiper__button--next::before{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:-3px}@media(max-width: 767px){.lp1 .sale .sale-swiper__button--next::before{left:-2px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale .sale-swiper__button--next::before{left:-1.5px}}.lp1 .sale__access{padding:40px;border:1px solid #afb3c1}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__access{padding:28px}}@media(max-width: 767px){.lp1 .sale__access{padding:28px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale__access{padding:18px}}.lp1 .sale__access-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;margin-bottom:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__access-container{gap:16px 28px;margin-bottom:28px}}@media(max-width: 767px){.lp1 .sale__access-container{gap:16px 28px;margin-bottom:18px}}.lp1 .sale__station-box{display:flex;align-items:flex-end;justify-content:center;gap:16px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__station-box{gap:13px}}@media(max-width: 767px){.lp1 .sale__station-box{gap:13px}}.lp1 .sale__station-text1,.lp1 .sale__station-text2{font-size:24px;font-family:"Shippori Mincho",serif;font-weight:400;line-height:1;color:#3d3932}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__station-text1,.lp1 .sale__station-text2{font-size:18px}}@media(max-width: 767px){.lp1 .sale__station-text1,.lp1 .sale__station-text2{font-size:16px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale__station-text1,.lp1 .sale__station-text2{font-size:14px}}.lp1 .sale__station-text1 .highlight,.lp1 .sale__station-text2 .highlight{display:inline-block;font-size:2.33em;font-family:"Shippori Mincho",serif;line-height:1;margin-right:4px}@media(max-width: 767px){.lp1 .sale__station-text1 .highlight,.lp1 .sale__station-text2 .highlight{font-size:1.6em;margin-right:3px}}.lp1 .sale__station-text2{font-family:"Shippori Mincho",serif}.lp1 .sale__spec{display:flex;align-items:flex-end;justify-content:center;gap:16px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__spec{gap:13px}}@media(max-width: 767px){.lp1 .sale__spec{gap:13px}}.lp1 .sale__spec-text1,.lp1 .sale__spec-text2{font-weight:400;line-height:1;color:#3d3932}.lp1 .sale__spec-text1{font-size:24px;font-family:"Shippori Mincho",serif}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__spec-text1{font-size:26px}}@media(max-width: 767px){.lp1 .sale__spec-text1{font-size:16px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale__spec-text1{font-size:14px}}.lp1 .sale__spec-text2{font-size:32px;font-family:"Shippori Mincho",serif;display:flex;align-items:flex-end;gap:4px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .sale__spec-text2{font-size:26px}}@media(max-width: 767px){.lp1 .sale__spec-text2{font-size:18px;gap:3px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .sale__spec-text2{font-size:16px}}.lp1 .sale__spec-text2 .highlight{font-size:2.5em;font-family:"Shippori Mincho",serif;color:#9e8951;line-height:1}@media(max-width: 767px){.lp1 .sale__spec-text2 .highlight{font-size:2.2em}}.lp1 .sale__spec-text2 span.tax{display:flex;align-items:center;flex-direction:column}.lp1 .sale__spec-text2 span.tax small{display:block;font-size:.43em;line-height:1}.lp1 .design{padding-block:120px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .design{padding-block:72px}}@media(max-width: 767px){.lp1 .design{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .design{padding-block:52px}}.lp1 .design .sec-intro{margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .design .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .design .sec-intro{margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .design .sec-intro{margin-bottom:22px}}.lp1 .design__images{display:grid;grid-template-columns:repeat(3, 1fr);gap:4px}@media(max-width: 767px){.lp1 .design__images{grid-template-columns:repeat(2, 1fr);gap:3px}}.lp1 .design__image{width:100%;max-width:364px;height:272px;overflow:hidden}@media(min-width: 768px)and (max-width: 1100px){.lp1 .design__image{height:162px}}@media(max-width: 767px){.lp1 .design__image{max-width:170px;height:127px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .design__image{height:95px}}.lp1 .design__image img{width:100%;height:100%;object-fit:cover;object-position:center;overflow-clip-margin:unset;transition:transform .5s ease-in-out}.lp1 .design__image img:hover{transform:scale(1.05)}.lp1 .areas{padding-block:120px;background-color:#f9f7f4}@media(min-width: 768px)and (max-width: 1100px){.lp1 .areas{padding-block:72px}}@media(max-width: 767px){.lp1 .areas{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .areas{padding-block:52px}}.lp1 .areas .sec-intro{margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .areas .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .areas .sec-intro{margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .areas .sec-intro{margin-bottom:22px}}.lp1 .areas__images{display:grid;grid-template-columns:repeat(3, 1fr);gap:4px}@media(max-width: 767px){.lp1 .areas__images{grid-template-columns:repeat(2, 1fr);gap:3px}}.lp1 .areas__images>:first-child{grid-column:span 3}@media(max-width: 767px){.lp1 .areas__images>:first-child{grid-column:span 2}}.lp1 .areas__image{width:100%;height:242px;overflow:hidden}@media(min-width: 768px)and (max-width: 1100px){.lp1 .areas__image{height:160px}}@media(max-width: 767px){.lp1 .areas__image{height:113px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .areas__image{height:95px}}.lp1 .areas__image:first-child{width:100%;height:359px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .areas__image:first-child{height:240px}}@media(max-width: 767px){.lp1 .areas__image:first-child{height:112px}}.lp1 .areas__image img{width:100%;height:100%;object-fit:cover;object-position:center;overflow-clip-margin:unset;transition:transform .5s ease-in-out}.lp1 .areas__image img:hover{transform:scale(1.05)}.lp1 .floor,.lp1 .entrance{padding-block:120px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .floor,.lp1 .entrance{padding-block:72px}}@media(max-width: 767px){.lp1 .floor,.lp1 .entrance{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .floor,.lp1 .entrance{padding-block:52px}}@media(min-width: 768px)and (max-width: 1100px){.lp1 .floor .sec-intro,.lp1 .entrance .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .floor .sec-intro,.lp1 .entrance .sec-intro{margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .floor .sec-intro,.lp1 .entrance .sec-intro{margin-bottom:22px}}.lp1 .floor .sec-intro__title,.lp1 .entrance .sec-intro__title{text-align:left}@media(max-width: 767px){.lp1 .floor .sec-intro__title,.lp1 .entrance .sec-intro__title{text-align:center}}.lp1 .floor .sec-intro__subtitle,.lp1 .entrance .sec-intro__subtitle{text-align:left;margin-bottom:64px}@media(max-width: 767px){.lp1 .floor .sec-intro__subtitle,.lp1 .entrance .sec-intro__subtitle{text-align:center;margin-bottom:48px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .floor .sec-intro__subtitle,.lp1 .entrance .sec-intro__subtitle{margin-bottom:38px}}.lp1 .floor__content,.lp1 .entrance__content{display:flex;align-items:center;flex-direction:row-reverse;gap:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .floor__content,.lp1 .entrance__content{gap:26px}}@media(max-width: 767px){.lp1 .floor__content,.lp1 .entrance__content{display:unset}}.lp1 .floor__content>*,.lp1 .entrance__content>*{flex-basis:50%}.lp1 .floor .floor__image img,.lp1 .entrance .floor__image img{width:100%;height:100%;object-fit:cover;object-position:center;overflow-clip-margin:unset;transition:transform .5s ease-in-out}.lp1 .floor .floor__image img:hover,.lp1 .entrance .floor__image img:hover{transform:scale(1.05)}.lp1 .entrance__content{align-items:flex-end}.lp1 .entrance__image{position:relative;bottom:10px}.lp1 .entrance__image img{width:100%;height:250px;object-fit:inherit;object-position:center;overflow-clip-margin:unset;transition:transform .5s ease-in-out;margin-bottom:20px}@media(max-width: 767px){.lp1 .entrance__image img{height:150px;object-fit:cover}}.lp1 .entrance__image img:last-child{margin-bottom:0}.lp1 .entrance__image img:hover{transform:scale(1.05)}.lp1 .access{background-image:url(../img/access/access-background.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.lp1 .access .wrapper{max-inline-size:1366px}@media(max-width: 767px){.lp1 .access .wrapper{padding-inline:unset}}.lp1 .access__content{display:flex}@media(max-width: 767px){.lp1 .access__content{display:unset}}.lp1 .access__intro{flex-basis:50%;padding:120px 80px;background-color:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width: 768px)and (max-width: 1100px){.lp1 .access__intro{padding:60px 25px}}@media(max-width: 767px){.lp1 .access__intro{padding:72px 56px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .access__intro{padding:52px 36px}}.lp1 .access .sec-intro{margin-bottom:40px}.lp1 .access .sec-intro__title{color:#fff;text-align:left}.lp1 .access .sec-intro__subtitle{color:#fff;text-align:left}.lp1 .access .sec-intro__description{color:#fff;text-align:left}.lp1 .access__address{padding:20px;border:1px solid #fff}@media(min-width: 768px)and (max-width: 1100px){.lp1 .access__address{padding:10px}}@media(max-width: 767px){.lp1 .access__address{padding:16px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .access__address{padding:12px}}.lp1 .access__address-text{font-size:16px;font-family:"Shippori Mincho",serif;font-weight:400;line-height:2;color:#fff;text-align:left}@media(min-width: 768px)and (max-width: 1100px){.lp1 .access__address-text{font-size:10px}}@media(max-width: 767px){.lp1 .access__address-text{font-size:13px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .access__address-text{font-size:9px}}.lp1 .building__location{display:block;width:100%;height:440px;border:0}@media(min-width: 768px)and (max-width: 1100px){.lp1 .building__location{height:320px}}@media(max-width: 767px){.lp1 .building__location{height:320px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .building__location{height:220px}}.lp1 .overview{padding-block:120px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .overview{padding-block:72px}}@media(max-width: 767px){.lp1 .overview{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .overview{padding-block:52px}}.lp1 .overview .sec-intro{margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .overview .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .overview .sec-intro{margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .overview .sec-intro{margin-bottom:22px}}.lp1 .overview__table{width:100%;border-collapse:separate;border-spacing:0}.lp1 .overview__table tr{display:grid;grid-template-columns:200px 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid #afb3c1;margin-bottom:16px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .overview__table tr{grid-template-columns:120px 1fr;padding-bottom:13px;margin-bottom:13px}}@media(max-width: 767px){.lp1 .overview__table tr{grid-template-columns:100%;padding-bottom:13px;margin-bottom:13px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .overview__table tr{padding-bottom:10px;margin-bottom:10px;gap:10px}}.lp1 .overview__table tr:last-child{margin-bottom:0}.lp1 .overview__table th,.lp1 .overview__table td{font-size:16px;font-family:"Shippori Mincho",serif;font-weight:700;text-align:left;line-height:1.7;color:#3d3932;vertical-align:top}@media(min-width: 768px)and (max-width: 1100px){.lp1 .overview__table th,.lp1 .overview__table td{font-size:10px}}@media(max-width: 767px){.lp1 .overview__table th,.lp1 .overview__table td{font-size:13px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .overview__table th,.lp1 .overview__table td{font-size:9px}}.lp1 .overview__table th{line-height:2}.lp1 .overview__table td{font-weight:400}.lp1 .overview__table-table{width:100%;border-collapse:collapse;border:.5px solid #afb3c1;margin-top:20px}.lp1 .overview__table-table tr{padding:0;margin:0;border:0;gap:0}@media(max-width: 767px){.lp1 .overview__table-table tr{display:grid;grid-template-columns:repeat(2, 1fr)}}.lp1 .overview__table-table th,.lp1 .overview__table-table td{padding-inline:8px;border:.5px solid #afb3c1}@media(max-width: 767px){.lp1 .overview__table-table th,.lp1 .overview__table-table td{padding-inline:6px}}.lp1 .overview__table-table th{text-align:left}.lp1 .contact{padding-block:120px;background-color:#f9f7f4}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact{padding-block:72px}}@media(max-width: 767px){.lp1 .contact{padding-block:72px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact{padding-block:52px}}.lp1 .contact .sec-intro{margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact .sec-intro{margin-bottom:32px}}@media(max-width: 767px){.lp1 .contact .sec-intro{margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact .sec-intro{margin-bottom:22px}}.lp1 .contact__wrapper{max-inline-size:800px;margin-inline:auto}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact__wrapper{max-inline-size:600px}}.lp1 .contact-form__field{margin-bottom:32px}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__field{margin-bottom:22px}}.lp1 .contact-form__field:last-child{margin-bottom:0}.lp1 .contact-form__label{font-size:18px;font-family:"Shippori Mincho",serif;font-weight:500;color:#3d3932;line-height:1;display:flex;align-items:center;gap:8px;margin-bottom:16px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-form__label{font-size:12px;gap:6px}}@media(max-width: 767px){.lp1 .contact-form__label{font-size:14px;gap:6px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__label{font-size:10px;gap:3px}}.lp1 .contact-form__required,.lp1 .contact-form__optional{display:inline-block;height:22px;font-size:14px;font-family:"Shippori Mincho",serif;font-weight:500;color:#fff;padding:4px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-form__required,.lp1 .contact-form__optional{height:16px;font-size:10px;padding:3px}}@media(max-width: 767px){.lp1 .contact-form__required,.lp1 .contact-form__optional{height:16px;font-size:10px;padding:3px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__required,.lp1 .contact-form__optional{font-size:8px;height:14px}}.lp1 .contact-form__required{background-color:#9e8951}.lp1 .contact-form__optional{color:#595b77;background-color:#d7dae2}.lp1 .contact-form__options{max-width:486px;display:flex;align-items:center;flex-wrap:wrap;gap:16px 20px}@media(max-width: 767px){.lp1 .contact-form__options{gap:13px 16px}}.lp1 .contact-form .wpcf7-form-control{display:flex;flex-wrap:wrap;gap:16px 20px}.lp1 .contact-form .wpcf7-list-item input[type=checkbox],.lp1 .contact-form .wpcf7-checkbox input[type=checkbox]{width:20px;height:20px;display:inline-block;accent-color:#9e8951;border:2px solid #3d3932;border-radius:4px;position:relative;transition:.2s}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form .wpcf7-list-item input[type=checkbox],.lp1 .contact-form .wpcf7-checkbox input[type=checkbox]{width:15px;height:15px}}.lp1 .contact-form .wpcf7-list-item label{display:flex;align-items:center;gap:14px;cursor:pointer;position:relative}@media(max-width: 767px){.lp1 .contact-form .wpcf7-list-item label{gap:10px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form .wpcf7-list-item label{gap:8px}}.lp1 .contact-form .wpcf7-list-item-label{display:flex;align-items:center;gap:14px;font-size:18px;font-family:"Shippori Mincho",serif;font-weight:500;color:#3d3932;line-height:1.7}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-form .wpcf7-list-item-label{font-size:12px}}@media(max-width: 767px){.lp1 .contact-form .wpcf7-list-item-label{font-size:14px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form .wpcf7-list-item-label{font-size:10px}}.lp1 .contact-form .wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label::before{background:#3d3932}.lp1 .contact-form__textbox{width:100%;height:67px;padding:6px;background-color:#fff;border:1px solid #afb3c1;border-radius:4px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-form__textbox{height:52px;padding:3px;border-radius:3px}}@media(max-width: 767px){.lp1 .contact-form__textbox{height:52px;padding:3px;border-radius:3px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__textbox{height:42px}}.lp1 .contact-form__textarea{width:100%;min-height:346px;padding:6px;background-color:#fff;border:1px solid #afb3c1;border-radius:4px;resize:none}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-form__textarea{min-height:268px;padding:3px;border-radius:3px}}@media(max-width: 767px){.lp1 .contact-form__textarea{min-height:268px;padding:3px;border-radius:3px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__textarea{min-height:168px}}.lp1 .contact-form__privacy{margin-bottom:56px}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__privacy{margin-bottom:36px}}.lp1 .contact-form__privacy-text{font-size:16px;font-family:"Shippori Mincho",serif;font-weight:500;line-height:1.7;margin-bottom:16px}@media(max-width: 767px){.lp1 .contact-form__privacy-text{font-size:13px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-form__privacy-text{font-size:9px}}.lp1 .contact-form__privacy-text a{text-decoration:underline}.lp1 .contact-form__submit{display:block;margin-inline:auto;background-color:#9e8951 !important;border:none}.lp1 .contact-cta{padding:40px;background-image:url(../img/contact/contact-background.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-cta{padding:28px}}@media(max-width: 767px){.lp1 .contact-cta{padding:28px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-cta{padding:18px}}@media(max-width: 767px){.lp1 .contact-cta .wrapper{padding-inline:unset}}.lp1 .contact-cta__container{padding:40px;background-color:hsla(0,0%,100%,.5)}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-cta__container{padding:28px 19.5px}}@media(max-width: 767px){.lp1 .contact-cta__container{padding:28px 19.5px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-cta__container{padding:18px 9.5px}}.lp1 .contact-cta__title{font-size:40px;font-family:"Shippori Mincho",serif;font-weight:400;text-align:center;color:#3d3932;line-height:1.45;margin-bottom:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-cta__title{font-size:34px;line-height:1.46;margin-bottom:28px}}@media(max-width: 767px){.lp1 .contact-cta__title{font-size:28px;line-height:1.46;margin-bottom:28px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-cta__title{font-size:24px;margin-bottom:18px}}.lp1 .contact-cta__description{font-size:24px;font-family:"Shippori Mincho",serif;font-weight:400;text-align:center;color:#3d3932;line-height:1.45;margin-bottom:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-cta__description{font-size:18px;line-height:1.3;margin-bottom:28px}}@media(max-width: 767px){.lp1 .contact-cta__description{font-size:20px;line-height:1.3;margin-bottom:28px}}@media(min-width: 300px)and (max-width: 374px){.lp1 .contact-cta__description{font-size:16px;margin-bottom:18px}}.lp1 .contact-cta__buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}@media(min-width: 768px)and (max-width: 1100px){.lp1 .contact-cta__buttons{gap:16px;flex-wrap:nowrap}}@media(max-width: 767px){.lp1 .contact-cta__buttons{gap:16px}}.lp1 .wpcf7 .screen-reader-response,.lp1 .wpcf7 .hidden-fields-container{display:none;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.lp1 .wpcf7 .wpcf7-not-valid-tip{font-family:"Shippori Mincho",serif;color:red}.lp1 .wpcf7 .wpcf7-response-output{display:block;font-family:"Shippori Mincho",serif;color:#3d3932;text-align:center;margin-top:12px}}@layer layout{.proud-tower-shibuya .hero{background-image:linear-gradient(rgba(0, 0, 0, 0.4)),url(../img/proud-tower-shibuya/mv/mv-background.jpg)}.proud-tower-shibuya .areas__images{display:grid;grid-template-columns:repeat(6, 1fr);gap:4px}@media(max-width: 767px){.proud-tower-shibuya .areas__images{grid-template-columns:repeat(2, 1fr);gap:3px}}.proud-tower-shibuya .areas__images>:nth-child(1),.proud-tower-shibuya .areas__images>:nth-child(2){grid-column:span 3}@media(max-width: 767px){.proud-tower-shibuya .areas__images>:nth-child(1),.proud-tower-shibuya .areas__images>:nth-child(2){grid-column:span 1}}@media(max-width: 767px){.proud-tower-shibuya .areas__images>:nth-child(1){grid-column:span 2}}.proud-tower-shibuya .areas__images>:nth-child(3),.proud-tower-shibuya .areas__images>:nth-child(4),.proud-tower-shibuya .areas__images>:nth-child(5){grid-column:span 2}@media(max-width: 767px){.proud-tower-shibuya .areas__images>:nth-child(3),.proud-tower-shibuya .areas__images>:nth-child(4),.proud-tower-shibuya .areas__images>:nth-child(5){grid-column:span 1}}.proud-tower-shibuya .areas__image{width:100%;height:242px;overflow:hidden}@media(min-width: 768px)and (max-width: 1100px){.proud-tower-shibuya .areas__image{height:160px}}@media(max-width: 767px){.proud-tower-shibuya .areas__image{height:113px}}@media(min-width: 300px)and (max-width: 374px){.proud-tower-shibuya .areas__image{height:95px}}.proud-tower-shibuya .areas__image:nth-child(1),.proud-tower-shibuya .areas__image:nth-child(2){width:100%;height:359px}@media(min-width: 768px)and (max-width: 1100px){.proud-tower-shibuya .areas__image:nth-child(1),.proud-tower-shibuya .areas__image:nth-child(2){height:240px}}@media(max-width: 767px){.proud-tower-shibuya .areas__image:nth-child(1),.proud-tower-shibuya .areas__image:nth-child(2){height:112px}}}@layer layout{.sec-intro__title{font-size:48px;font-family:"Cormorant Garamond",serif;font-weight:500;text-align:center;color:#9e8951;line-height:1.5;letter-spacing:.08em;margin-bottom:56px}@media(min-width: 768px)and (max-width: 1100px){.sec-intro__title{font-size:42px;margin-bottom:32px}}@media(max-width: 767px){.sec-intro__title{font-size:30px;margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.sec-intro__title{font-size:26px;margin-bottom:12px}}.sec-intro__title:has(+.sec-intro__subtitle){margin-bottom:20px}@media(min-width: 300px)and (max-width: 374px){.sec-intro__title:has(+.sec-intro__subtitle){margin-bottom:10px}}.sec-intro__subtitle{display:block;font-size:24px;font-family:"Shippori Mincho",serif;font-weight:500;text-align:center;line-height:1.5;letter-spacing:.08em;color:#3d3932}@media(max-width: 767px){.sec-intro__subtitle{font-size:20px}}@media(min-width: 300px)and (max-width: 374px){.sec-intro__subtitle{font-size:16px}}.sec-intro__subtitle:has(+.sec-intro__description){margin-bottom:56px}@media(max-width: 767px){.sec-intro__subtitle:has(+.sec-intro__description){margin-bottom:32px}}@media(min-width: 300px)and (max-width: 374px){.sec-intro__subtitle:has(+.sec-intro__description){margin-bottom:12px}}.sec-intro__description{max-inline-size:720px;margin-inline:auto;font-size:20px;font-family:"Shippori Mincho",serif;font-weight:400;line-height:2}@media(min-width: 768px)and (max-width: 1100px){.sec-intro__description{font-size:14px}}@media(max-width: 767px){.sec-intro__description{font-size:16px;max-inline-size:none}}@media(min-width: 300px)and (max-width: 374px){.sec-intro__description{font-size:12px}}}@layer components{.button1{--button1BackgroundColor: #ddd;width:100%;max-width:480px;min-height:72px;padding-block:20px;background-color:var(--button1BackgroundColor);border-radius:1000px;box-shadow:0 4px 16px rgba(0,0,0,.25);font-size:24px;font-family:"Shippori Mincho",serif;font-weight:400;color:#fff;line-height:1;letter-spacing:.04em;transition:opacity .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;cursor:pointer}@media(min-width: 768px)and (max-width: 1100px){.button1{max-width:380px;min-height:62px;padding-block:16px;font-size:18px;box-shadow:0 4px 13px rgba(0,0,0,.25)}}@media(max-width: 767px){.button1{min-height:58px;padding-block:16px;font-size:20px;box-shadow:0 4px 13px rgba(0,0,0,.25)}}@media(min-width: 300px)and (max-width: 374px){.button1{font-size:16px;min-height:48px;padding-block:12px}}.button1:hover{opacity:.8;transform:scale(0.98);box-shadow:0 2px 8px rgba(0,0,0,.25)}@media(min-width: 768px)and (max-width: 1100px){.button1:hover{box-shadow:0 4px 13px rgba(0,0,0,.25)}}@media(max-width: 767px){.button1:hover{box-shadow:0 4px 13px rgba(0,0,0,.25)}}.button1--style1,.button1--style2{--button1IconUrl: none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.button1--style1::before,.button1--style2::before{--button1IconSize: 32px;content:"";width:100%;max-width:var(--button1IconSize);height:var(--button1IconSize);display:block;background-image:var(--button1IconUrl);background-repeat:no-repeat;background-position:center}@media(max-width: 767px){.button1--style1::before,.button1--style2::before{--button1IconSize: 22px;background-size:18px}}@media(min-width: 300px)and (max-width: 374px){.button1--style1::before,.button1--style2::before{--button1IconSize: 18px;background-size:14px}}.button1--style1{background-color:#9e8951;position:relative}.button1--style1::before{--button1IconUrl: url(../img/common/ic-ui-mail.svg)}.button1--style2{background-color:#11ac50;position:relative}.button1--style2::before{--button1IconUrl: url(../img/common/ic-ui-line.svg)}}@layer utilities{}@layer reset, base, layout, components, utilities/*# sourceMappingURL=proud-tower-shibuya.min.css.map */