﻿/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}.image-container{overflow:hidden}a img:not(.header-title,.icon-image){transition:opacity 450ms,transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);object-fit:contain}@media screen and (max-width: 540px){a img:not(.header-title,.icon-image){transition:none}}a:hover img:not(.header-title,.icon-image,.no-hover){transform:scale(1.1)}@media screen and (max-width: 540px){a:hover img:not(.header-title,.icon-image,.no-hover){transform:none}}.tool-link-banner{align-items:center;display:flex;background:#fff;width:100%;justify-content:center}.tool-link-banner:hover{background:#f2f2ec}.tool-link-banner:hover .tool-link-banner-image img{transform:translateY(50%) scale(1.1)}.tool-link-banner .tool-link-banner-image{position:relative;width:116px}.tool-link-banner .tool-link-banner-image img{position:absolute;transform:translateY(50%);bottom:0;left:6px}.tool-link-banner .tool-link-banner-texts{padding:18px 24px 18px 0;text-align:center;font-weight:500;line-height:1.5;letter-spacing:.03em}.tool-link-banner .tool-link-banner-texts .sub{font-size:16px;background:#6f6e6c;color:#fff;width:fit-content;margin:auto auto 8px;padding:2px 12px;border-radius:4px}@media screen and (max-width: 841px){.tool-link-banner .tool-link-banner-texts .sub{font-size:12px;padding:2px 8px}}.tool-link-banner .tool-link-banner-texts .title{font-size:18px;color:#6f6e6c}@media screen and (max-width: 841px){.tool-link-banner .tool-link-banner-texts .title{font-size:14px}}.header{height:96px;top:0;width:100vw;right:0;left:0;z-index:1000;background-color:#f9f9f6;opacity:0;pointer-events:none;position:fixed;transition:opacity 1s;display:flex;justify-content:center}@media screen and (max-width: 1000px){.header{height:64px}}@media screen and (max-width: 540px){.header{position:static;display:block !important}.header.top-page-header{display:none !important}}.header.-show{opacity:1;pointer-events:auto}.header.menu-opened{overflow-y:hidden;z-index:100}.header.disabled{display:none}.header .header-content{width:84vw;max-width:1210px;display:flex;justify-content:space-between;align-items:center;height:100%}@media screen and (max-width: 1000px){.header .header-content{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.header .header-content{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.header .header-content .header-logo-container{height:100%;padding:24px 0}@media screen and (max-width: 1000px){.header .header-content .header-logo-container{padding:16px 0}}.header .header-content img{height:100%;width:auto}.header .header-menu-area{align-items:center;display:flex;justify-content:flex-end;font-size:14px;flex-grow:1;max-width:814px;margin-right:calc(3% + 48px);height:100%}.header .header-menu-area .header-menu{display:flex;align-items:center;gap:4px;height:100%;padding:0 2%;letter-spacing:.03em}.header .header-menu-area .header-menu:hover span::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.header .header-menu-area .header-menu:hover span::after{transition:none}}.header .header-menu-area .header-menu span{padding-bottom:3px;position:relative;display:inline-block}.header .header-menu-area .header-menu span::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#36383a;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.header .header-menu-area .header-menu span::after{display:none}}.header .header-menu-area .header-menu span:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.header .header-menu-area .header-menu span:hover::after{transition:none}}@media screen and (max-width: 1000px){.header .header-menu-area .header-menu{padding:0 1%;letter-spacing:0}}@media screen and (max-width: 1000px){.header .header-menu-area .header-menu{display:none}}@media screen and (max-width: 1130px){.header .header-menu-area .header-menu{font-size:12px;font-weight:500}}.header .menu-opened{height:24px;width:24px}.hamburger-menu-icon-container{top:33px;z-index:1001}@media screen and (max-width: 1000px){.hamburger-menu-icon-container{position:fixed;display:block}}@media screen and (max-width: 540px){.hamburger-menu-icon-container{top:20px;right:20px}}.hamburger-menu-icon-container img{width:32px;height:24px}@media screen and (max-width: 540px){.hamburger-menu-icon-container img{width:24px;height:16px}}.hamburger-menu{z-index:-1;opacity:0;overscroll-behavior-y:contain;position:fixed;top:0px;right:0px;width:100%;height:100%;background:#f9f9f6;transition:all .3s}.hamburger-menu.active{opacity:1;z-index:1001;overflow-y:auto;scrollbar-gutter:stable}.hamburger-menu .hamburger-menu-head{width:100vw;margin-bottom:24px}.hamburger-menu .hamburger-menu-head .hamburger-menu-logo-wrapper{display:flex;height:96px;align-items:center;scrollbar-gutter:stable;width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-head .hamburger-menu-logo-wrapper{width:calc(100% - 48px);margin-left:24px;margin-right:24px;height:64px}}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-head .hamburger-menu-logo-wrapper{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.hamburger-menu .hamburger-menu-head .hamburger-menu-title span{color:#36383a;font-family:"Noto Sans JP",sans-serif;line-height:100%}.hamburger-menu .hamburger-menu-head .hamburger-menu-title .hamburger-menu-title-r{font-size:24px;font-weight:500;letter-spacing:.96px;margin-right:3px}.hamburger-menu .hamburger-menu-head .hamburger-menu-title .hamburger-menu-title-house{margin-right:6px}.hamburger-menu .hamburger-menu-head .hamburger-menu-title .hamburger-menu-title-house .hamburger-menu-title-network{font-size:20px;font-weight:400;letter-spacing:1.2px}.hamburger-menu .hamburger-menu-head .hamburger-menu-head-logo{padding:24px 0;height:100%}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-head .hamburger-menu-head-logo{padding:16px 0}}.hamburger-menu .hamburger-menu-head .hamburger-menu-head-logo img{height:100%;width:auto}.hamburger-menu .hamburger-menu-inner{scrollbar-gutter:stable;display:flex;justify-content:center;gap:96px;width:84vw;max-width:1210px;margin:40px auto 0}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner{display:block;width:calc(100% - 48px);margin-left:24px;margin-right:24px;margin:24px auto 0}}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list{margin-top:32px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list a :hover{background-color:#f2f2ec}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list li{border-bottom:solid #e5e5e1 1px;position:relative}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list li .hamburger-menuitem-inner{display:flex;justify-content:space-between;align-items:center;color:#36383a;font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.03em;padding:24px 16px}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list li .hamburger-menuitem-inner{font-size:14px;padding:14px 0}}@media screen and (min-width: 1160px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .accordion:hover{background-color:#f2f2ec}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .accordion .close-icon{display:none}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .accordion-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list{margin-left:80px}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list{margin-left:32px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list .hamburger-menu-child-item{display:flex;padding:16px;align-items:center;align-self:stretch;color:#36383a;font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:400;line-height:100%;letter-spacing:.48px;border:none}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list .hamburger-menu-child-item{font-size:14px;letter-spacing:.42px;padding:16px 0}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list .hamburger-menu-child-item .sub-text{font-size:14px;color:#6f6e6c;font-weight:400}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-child-list .hamburger-menu-child-item .sub-text{font-size:12px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-area-item{color:#a6a7a5;font-size:12px;font-weight:400;line-height:200%;letter-spacing:.72px}@media screen and (min-width: 1160px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-area-item{margin:24px 0 8px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list{padding:8px 0;display:flex;flex-wrap:wrap;align-items:center;gap:12px 28px;align-self:stretch}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list{gap:12px;padding:0;margin:12px 0 32px}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list:last-child{margin:12px 0 32px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list a{color:#36383a;font-family:"Noto Sans JP",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px;margin-bottom:0px !important;position:relative;display:inline-block}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list a::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#36383a;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list a::after{display:none}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list a:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list a:hover::after{transition:none}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-prefecture-list:last-child{margin-bottom:20px}.hamburger-menu .hamburger-menu-inner .hamburger-menu-main .hamburger-menu-main-list .hamburger-menu-short-heading{margin-top:32px;color:#555;font-size:12px;font-weight:400;line-height:100%;letter-spacing:.36px}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-right{max-width:400px;width:100%}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list.only-pc{display:none}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list.only-sp{display:none}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list.only-sp{display:flex}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line{display:flex;gap:16px}@media screen and (min-width: 1160px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line{gap:24px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item{padding:16px 24px}@media screen and (max-width: 841px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item{padding:4px 24px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item .link-text{color:#fff;display:flex;justify-content:space-between;gap:0}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item .link-text .text-items{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item .link-text .text-items{font-size:14px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item .link-text::after{background:url("/image/icons/arrow-white.svg") no-repeat;width:24px;height:24px;background-size:contain}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item .link-text::after{width:16px;height:16px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-line .hamburger-menu-square-item img{height:32px;width:32px}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-item.top{flex-grow:1;text-align:center;font-size:18px;line-height:1.5;letter-spacing:.54px}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-item.top{font-size:14px;letter-spacing:.42px}}.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-item.top .summary{color:#238ab6;font-size:14px;line-height:1.5;letter-spacing:.42px;margin-bottom:12px}@media screen and (max-width: 1000px){.hamburger-menu .hamburger-menu-inner .hamburger-menu-square-list .hamburger-menu-square-item.top .summary{font-size:12px;letter-spacing:.36px;margin-bottom:6px}}.hamburger-menu .hamburger-menu-inner .tool-link{margin:40px auto}@media screen and (max-width: 540px){.hamburger-menu .hamburger-menu-inner .tool-link{width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.material-symbols-outlined{font-size:16px}.hamburger-button-wrapper{display:flex;position:fixed;top:18px;right:calc((100vw - min(1210px,84vw))/2 - 4px);z-index:1002;justify-content:flex-end;cursor:pointer}@media screen and (max-width: 1000px){.hamburger-button-wrapper{top:8px;right:24px}}@media screen and (max-width: 540px){.hamburger-button-wrapper{right:16px}}.hamburger-button-wrapper .hamburger-borders{cursor:pointer;transition:.3s}.hamburger-button-wrapper .hamburger-borders span{display:inline-block;transition:all .4s;position:absolute;height:1px;background:#000;width:100%}.hamburger-button-wrapper.menu-opened{scrollbar-gutter:stable;overflow:hidden}.hamburger-button-wrapper.menu-opened .hamburger-text.opened{display:block}.hamburger-button-wrapper.menu-opened .hamburger-text.closed{display:none}.hamburger-button-wrapper .hamburger-text{color:#36383a;font-size:10px}.hamburger-button-wrapper .hamburger-text.opened{display:none}.hamburger-button-wrapper .hamburger-text.closed{display:block}.hamburger-borders{width:42px;height:42px;position:relative}@media screen and (max-width: 1000px){.hamburger-borders{width:28px;height:28px}}.hamburger-button{opacity:0;display:flex;padding:4px;flex-direction:column;align-items:center;pointer-events:none}.hamburger-button:not(.desktop){opacity:1;pointer-events:auto}.hamburger-button.desktop .hamburger-text.opened{display:none}.hamburger-button.desktop .hamburger-text.closed{display:none}.hamburger-button.-show{opacity:1;pointer-events:auto}.hamburger-button:not(.only-first-view){background:rgba(249,249,246,.6509803922)}.hamburger-button.-hidden{display:none}@media screen and (max-width: 1000px){.hamburger-button.only-first-view:not(.desktop) .hamburger-borders span{background:#fff}.hamburger-button.only-first-view:not(.desktop).menu-opened .hamburger-borders span{background:#000}.hamburger-button.only-first-view:not(.desktop) .hamburger-text.closed{color:#fff}}.hamburger-button span:nth-of-type(1){top:12px}@media screen and (max-width: 1000px){.hamburger-button span:nth-of-type(1){top:6px}}.hamburger-button span:nth-of-type(2){top:24px}@media screen and (max-width: 1000px){.hamburger-button span:nth-of-type(2){top:14px}}.hamburger-button span:nth-of-type(3){top:36px}@media screen and (max-width: 1000px){.hamburger-button span:nth-of-type(3){top:22px}}.hamburger-button.active .hamburger-borders span:nth-of-type(1){transform:translateY(12px) rotate(-45deg);width:100%}@media screen and (max-width: 1000px){.hamburger-button.active .hamburger-borders span:nth-of-type(1){transform:translateY(8px) rotate(-45deg)}}.hamburger-button.active .hamburger-borders span:nth-of-type(2){opacity:0}.hamburger-button.active .hamburger-borders span:nth-of-type(3){transform:translateY(-12px) rotate(45deg);width:100%}@media screen and (max-width: 1000px){.hamburger-button.active .hamburger-borders span:nth-of-type(3){transform:translateY(-8px) rotate(45deg)}}.sns-link-buttons{display:flex;justify-content:center;column-gap:40px}.sns-link-buttons .sns-link>img{transition:none !important}.sns-link-buttons .sns-link:hover>img{transform:none !important}.footer{color:#36383a;background-color:#f2f2ec;margin-top:auto}.footer .footer-inner{width:84vw;max-width:1210px;margin:0 auto;position:relative}@media screen and (max-width: 841px){.footer .footer-inner{padding-top:0;width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.footer .footer-inner{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.footer .footer-contents{display:flex;flex-direction:column;justify-content:space-between;padding:24px 0}@media screen and (max-width: 841px){.footer .footer-contents{padding:32px 0 40px}}.footer .footer-contents .footer-content{display:flex;justify-content:space-between;width:100%;padding:32px 0;column-gap:8px;flex-wrap:wrap;gap:24px}@media screen and (max-width: 841px){.footer .footer-contents .footer-content{flex-direction:column;padding:0;gap:0}}.footer .footer-contents .footer-divider{border-bottom:1px solid #e5e5e1}@media screen and (max-width: 841px){.footer .footer-contents .footer-divider{display:none}}.footer .footer-contents .footer-section.-column{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 841px){.footer .footer-contents .footer-section.-column{gap:0}}@media screen and (max-width: 841px){.footer .footer-contents .footer-section{border-bottom:1px solid #e5e5e1;display:flex;flex-direction:column}.footer .footer-contents .footer-section:first-child{padding-top:0}}.footer .footer-contents .footer-section .footer-section-inner{display:flex;flex-direction:column}@media screen and (max-width: 540px){.footer .footer-contents .footer-section .footer-section-inner{display:block}}@media screen and (max-width: 841px){.footer .footer-contents .footer-section .footer-section-inner:not(:last-child){border-bottom:1px solid #e5e5e1}}@media screen and (max-width: 841px){.footer .footer-contents .footer-section .footer-section-inner.-pc{display:none}}.footer .footer-contents .footer-section .footer-section-inner.-sp{display:none}@media screen and (max-width: 841px){.footer .footer-contents .footer-section .footer-section-inner.-sp{display:block}}.footer .footer-contents .footer-summary{font-size:14px;line-height:1.5;font-weight:400;letter-spacing:.03em;color:#6f6e6c;margin-bottom:16px}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary{margin-bottom:0px;font-weight:500;position:relative;color:#36383a}}.footer .footer-contents .footer-summary.in-row{margin-bottom:8px}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary a{display:inline-block;width:100%;height:100%}}.footer .footer-contents .footer-summary.-link{color:#36383a;width:fit-content;font-weight:500;display:inline-block}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-link{width:100%}}.footer .footer-contents .footer-summary.-link a{padding:8px 0 10px}.footer .footer-contents .footer-summary.-link a:hover span::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.footer .footer-contents .footer-summary.-link a:hover span::after{transition:none}}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-link a{padding:16px 0}.footer .footer-contents .footer-summary.-link a.with-sub-text{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0}.footer .footer-contents .footer-summary.-link a.with-sub-text .sub-text{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}}.footer .footer-contents .footer-summary.-link a span{position:relative;display:inline-block}.footer .footer-contents .footer-summary.-link a span::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#36383a;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.footer .footer-contents .footer-summary.-link a span::after{display:none}}.footer .footer-contents .footer-summary.-link a span:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.footer .footer-contents .footer-summary.-link a span:hover::after{transition:none}}.footer .footer-contents .footer-summary.-link a.-pc{display:inline-block}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-link a.-pc{display:none}}.footer .footer-contents .footer-summary.-link a.-sp{display:none}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-link a.-sp{display:inline-block}}.footer .footer-contents .footer-summary.-link .-sp{display:none}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-link .-sp{display:block}}.footer .footer-contents .footer-summary.-no-margin{margin-bottom:0}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary.-button{padding:16px 0}.footer .footer-contents .footer-summary.-button::before,.footer .footer-contents .footer-summary.-button::after{position:absolute;content:"";width:14px;height:1px;background-color:#36383a}.footer .footer-contents .footer-summary.-button::before{top:48%;right:0;transform:rotate(0deg)}.footer .footer-contents .footer-summary.-button::after{top:48%;right:0;transform:rotate(90deg);transition:transform .5s}.footer .footer-contents .footer-summary.-button.-open:after{transform:rotate(0deg);transition:transform .5s}}.footer .footer-contents .footer-summary .long-text{display:flex;flex-direction:column;white-space:nowrap}@media screen and (max-width: 841px){.footer .footer-contents .footer-summary .long-text{flex-direction:row}}.footer .footer-contents .footer-links{display:flex;flex-direction:column;font-size:14px;line-height:1.5;font-weight:400;letter-spacing:.72px;white-space:nowrap;row-gap:4px}@media screen and (max-width: 841px){.footer .footer-contents .footer-links{font-size:12px;padding-left:24px;row-gap:0}.footer .footer-contents .footer-links.-open{flex-direction:column;align-items:flex-start;padding-bottom:24px}}.footer .footer-contents .footer-link-item{font-size:14px;line-height:1.5;font-weight:400;letter-spacing:.03em}@media screen and (min-width: 842px){.footer .footer-contents .footer-link-item{width:fit-content}.footer .footer-contents .footer-link-item a{display:inline-block;padding:4px 0}.footer .footer-contents .footer-link-item a:hover span::after{transform:scaleX(1);transform-origin:left top}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-link-item a:hover span::after{transition:none}}@media screen and (min-width: 842px){.footer .footer-contents .footer-link-item a span{position:relative;display:inline-block}.footer .footer-contents .footer-link-item a span::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#36383a;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-link-item a span::after{display:none}}@media screen and (min-width: 842px){.footer .footer-contents .footer-link-item a span:hover::after{transform:scaleX(1);transform-origin:left top}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-link-item a span:hover::after{transition:none}}@media screen and (min-width: 842px){.footer .footer-contents .footer-link-item.-hidden{display:none}}@media screen and (max-width: 841px){.footer .footer-contents .footer-link-item{width:100%;white-space:normal}.footer .footer-contents .footer-link-item a{display:block;padding:10px 0}}.footer .footer-contents .footer-link-item .sub-text{font-size:12px;color:#6f6e6c;font-weight:400}.footer .footer-contents .footer-area-listed-regions{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.footer .footer-contents .footer-area-listed-regions{padding-left:24px}.footer .footer-contents .footer-area-listed-regions.-open{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}}.footer .footer-contents .footer-area-region-item{display:flex;align-items:center}@media screen and (max-width: 841px){.footer .footer-contents .footer-area-region-item{flex-direction:column;align-items:flex-start}}.footer .footer-contents .footer-area-region-name{color:#a6a7a5;min-width:240px}@media screen and (max-width: 841px){.footer .footer-contents .footer-area-region-name{font-weight:400}}.footer .footer-contents .footer-region-prefecture-list{display:flex;gap:14px}@media screen and (max-width: 841px){.footer .footer-contents .footer-region-prefecture-list{flex-wrap:wrap;column-gap:12px;row-gap:0}}.footer .footer-contents .footer-region-prefecture-name{color:#36383a}@media screen and (min-width: 842px){.footer .footer-contents .footer-region-prefecture-name a{padding:4px 0;display:inline-block}.footer .footer-contents .footer-region-prefecture-name a:hover span::after{transform:scaleX(1);transform-origin:left top}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-region-prefecture-name a:hover span::after{transition:none}}@media screen and (min-width: 842px){.footer .footer-contents .footer-region-prefecture-name a span{position:relative;display:inline-block}.footer .footer-contents .footer-region-prefecture-name a span::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#36383a;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-region-prefecture-name a span::after{display:none}}@media screen and (min-width: 842px){.footer .footer-contents .footer-region-prefecture-name a span:hover::after{transform:scaleX(1);transform-origin:left top}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-contents .footer-region-prefecture-name a span:hover::after{transition:none}}@media screen and (max-width: 841px){.footer .footer-contents .footer-region-prefecture-name a{padding:10px 0;display:inline-block}}.footer .footer-company-info{padding:72px 0 56px 0;display:flex;flex-direction:column;align-items:center;gap:12px;color:#6f6e6c}@media screen and (max-width: 841px){.footer .footer-company-info{padding:80px 0 40px 0}}@media screen and (max-width: 540px){.footer .footer-company-info{margin:0 auto}}.footer .footer-company-info.with_sns_links{padding-top:56px}@media screen and (max-width: 841px){.footer .footer-company-info.with_sns_links{padding-top:40px}}.footer .footer-company-info .footer-contact-list{display:flex}@media screen and (max-width: 540px){.footer .footer-company-info .footer-contact-list{flex-wrap:wrap;row-gap:12px;justify-content:center}}.footer .footer-company-info .footer-contact-list .footer-contact-list-item{padding-right:16px;position:relative;font-size:12px;font-weight:400;line-height:2;letter-spacing:.36px;display:flex;align-items:center}@media screen and (min-width: 842px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item a{position:relative;display:inline-block}.footer .footer-company-info .footer-contact-list .footer-contact-list-item a::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#6f6e6c;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item a::after{display:none}}@media screen and (min-width: 842px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item a:hover::after{transform:scaleX(1);transform-origin:left top}}@media screen and (min-width: 842px)and (max-width: 540px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item a:hover::after{transition:none}}@media screen and (max-width: 841px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item{font-size:11px;letter-spacing:.33px}}@media screen and (max-width: 540px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item{padding-right:12px}}.footer .footer-company-info .footer-contact-list .footer-contact-list-item:after{background:#6f6e6c;height:14px;width:.5px;margin-left:16px;content:""}@media screen and (max-width: 540px){.footer .footer-company-info .footer-contact-list .footer-contact-list-item:after{margin-left:12px}}.footer .footer-company-info .footer-contact-list .footer-contact-list-item:first-child{padding-left:0}.footer .footer-company-info .footer-contact-list .footer-contact-list-item:last-child:after{display:none}.footer .footer-company-info .footer-inc{font-size:12px;font-weight:400;line-height:2;letter-spacing:.72px}.footer.only-inc .footer-company-info{padding:40px 0}.footer .page-top{background-color:#a6a7a5;width:52px;height:52px;position:absolute;right:-64px;top:52px;background-image:url("/image/icons/arrow-up.svg");background-repeat:no-repeat;background-position:center;cursor:pointer}@media screen and (max-width: 841px){.footer .page-top{display:none}}.footer .page-top:hover{background-color:#c9c9c8}.about-r-plus-house{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);background-color:#f9f9f6;display:grid;grid-template-columns:1fr 1fr;min-height:500px}@media screen and (max-width: 841px){.about-r-plus-house{display:flex;flex-direction:column}}.about-r-plus-house .about-r-plus-house-left{display:flex;align-items:center;justify-content:center;background:#f2f2ec}@media screen and (max-width: 841px){.about-r-plus-house .about-r-plus-house-left{padding:72px 0 52px;gap:32px}}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title{display:flex;flex-direction:column;align-items:center;padding:0 24px;margin:auto}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text{color:#6f6e6c;margin-top:44px;display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;align-items:center}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text .bold{font-family:"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;color:#36383a;font-size:38px;font-weight:400;line-height:2;letter-spacing:3.04px;padding-left:12px;padding-right:14px;display:flex}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text .bold .unit{font-size:36px;vertical-align:top;padding-bottom:3px}@media screen and (max-width: 841px){.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text{margin-top:32px}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text .bold{font-size:22px;line-height:1;padding:0 8px;padding-left:3px;padding-right:6px}.about-r-plus-house .about-r-plus-house-left .about-r-plus-house-title .about-r-plus-house-title-text .bold .unit{font-size:20px;padding-bottom:0}}.about-r-plus-house .about-r-plus-house-left img{width:192px;height:auto}@media screen and (max-width: 841px){.about-r-plus-house .about-r-plus-house-left img{width:120px}}.about-r-plus-house .about-r-plus-house-right{display:flex;background-image:url("/image/about/about_PC.webp");background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;gap:46px;padding:48px 75px 68px}@media screen and (max-width: 1130px){.about-r-plus-house .about-r-plus-house-right{flex-direction:column;justify-content:center;align-items:center;background-image:url("/image/about/about_PC_SM.webp");padding:48px 0 68px;gap:32px}}@media screen and (max-width: 841px){.about-r-plus-house .about-r-plus-house-right{padding:48px 0 135px;background-image:url("/image/about/about_TB.webp")}}@media screen and (max-width: 540px){.about-r-plus-house .about-r-plus-house-right{background-image:url("/image/about/about_SP.webp");padding:48px 0 56px}}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-subtitle{text-align:left;font-family:"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;font-size:34px;font-weight:400;line-height:51px;letter-spacing:.03em;min-width:186px}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-subtitle .r-plus-house span{padding-left:2px}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-subtitle span{font-size:32px;line-height:48px;letter-spacing:.12em}@media screen and (max-width: 1130px){.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-subtitle{text-align:center;font-size:26px;line-height:39px}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-subtitle span{font-size:24px;line-height:36px}}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts{text-align:center;max-width:457px}@media screen and (max-width: 1130px){.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts{max-width:327px}}@media screen and (max-width: 841px){.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts{width:calc(100% - 48px);margin-left:24px;margin-right:24px;align-self:center;max-width:400px}}@media screen and (max-width: 540px){.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts .about-r-plus-house-text{margin-bottom:53px;text-shadow:#000 0px 0px 25px;font-size:14px;font-weight:400;line-height:35px;letter-spacing:.1em;text-align:left}@media screen and (min-width: 842px){.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts .about-r-plus-house-text{display:flex;flex-direction:column}}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts .about-r-plus-house-text p:not(:first-child){margin-top:16px}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts .button-tertiary{border:solid #fff 1px;color:#fff;flex-direction:column;justify-content:center;align-items:center}.about-r-plus-house .about-r-plus-house-right .about-r-plus-house-texts .button-tertiary:hover{border:1px solid #a6a7a5;background-color:#fff;color:#a6a7a5;transition:400ms}@media screen and (min-width: 842px){.about-grid-links{width:100%;max-width:900px;margin-left:auto;margin-right:auto}}.about-grid-links p{font-size:16px;line-height:2;letter-spacing:.96px}@media screen and (max-width: 841px){.about-grid-links p{font-size:14px;letter-spacing:.84px}}.about-grid-links .about-links{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:80px;gap:24px}@media screen and (max-width: 1130px){.about-grid-links .about-links{grid-template-columns:1fr 1fr;gap:24px 16px}}@media screen and (max-width: 841px){.about-grid-links .about-links{margin-top:40px}}.about-grid-links .about-links .about-link{border:1px solid #e5e5e1}.about-grid-links .about-links .about-link img{object-fit:cover;width:100%;height:auto;aspect-ratio:103/64}@media screen and (max-width: 540px){.about-grid-links .about-links .about-link img{aspect-ratio:55/45}}.about-grid-links .about-links .about-link .about-page-name{background:#fff;padding:16px 0;text-align:center;font-size:16px;line-height:1.5}@media screen and (max-width: 841px){.about-grid-links .about-links .about-link .about-page-name{padding:10px 0;font-size:12px}}.content-chip{display:flex;padding:4px 8px;gap:4px;justify-content:center;align-items:center;border-radius:16px;background:#e5e5e1;color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.content-chip img.icon{width:18px;height:18px}.gallery-chip{display:flex;align-items:center;justify-content:center;padding:4px 8px;color:#6f6e6c;border-radius:16px;background-color:#fff;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.gallery-chip{font-size:14px}}.gallery-list{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;display:grid;column-gap:5%;row-gap:5vh;justify-content:center;align-items:stretch}@media screen and (max-width: 841px){.gallery-list{grid-template-columns:repeat(2, 1fr)}.gallery-list.three-column{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 540px){.gallery-list{grid-template-columns:repeat(1, 1fr)}.gallery-list.three-column{grid-template-columns:repeat(1, 1fr)}}.gallery-list.top-page{grid-template-columns:repeat(2, 1fr);column-gap:10%;row-gap:54px}@media screen and (max-width: 540px){.gallery-list.top-page{grid-template-columns:repeat(1, 1fr);row-gap:40px}}.gallery-list img{width:100%}.gallery-list-item{display:flex;flex-direction:column;height:100%;row-gap:16px}.gallery-list-item .gallery-item-image{display:flex;flex-direction:column;justify-content:center;gap:3px;overflow:hidden}@media screen and (max-width: 540px){.gallery-list-item .gallery-item-image{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.gallery-list-item .gallery-item-image .main-image{width:100%;height:auto;transform-origin:50% 100%;aspect-ratio:3/2;object-fit:cover}.gallery-list-item .gallery-item-image .main-image.no-sub-image{transform-origin:50% 50%}.gallery-list-item .gallery-item-image .image-container{width:100%;height:auto;overflow:hidden}.gallery-list-item .gallery-item-image .sub-image{display:flex;flex-direction:row;overflow:hidden;flex:1;gap:3px}.gallery-list-item .gallery-item-image .sub-image .sub-left-image,.gallery-list-item .gallery-item-image .sub-image .sub-right-image{width:100%;height:auto}.gallery-list-item .gallery-item-image .sub-image .sub-right-image{transform-origin:0% 0%}.gallery-list-item .gallery-item-image .sub-image .sub-left-image{transform-origin:100% 0%}.gallery-list-item .gallery-item-info{display:flex;flex-direction:column;row-gap:16px;justify-content:space-between}@media screen and (max-width: 540px){.gallery-list-item .gallery-item-info{margin:0 24px}.gallery-list-item .gallery-item-info.no-side-margin{margin:0}}.gallery-list-item .gallery-item-info.simple{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;gap:8px;margin:0}@media screen and (max-width: 841px){.gallery-list-item .gallery-item-info.simple{gap:12px}}.gallery-list-item .gallery-item-info.simple .gallery-area-detail,.gallery-list-item .gallery-item-info.simple .gallery-owner{color:#a6a7a5;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 841px){.gallery-list-item .gallery-item-info.simple .gallery-area-detail,.gallery-list-item .gallery-item-info.simple .gallery-owner{font-size:12px;line-height:150%;letter-spacing:.36px}}.gallery-list-item .gallery-title,.gallery-list-item h3,.gallery-list-item h2{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.66px;margin:14px 0 0;color:#36383a;text-align:left}@media screen and (max-width: 540px){.gallery-list-item .gallery-title,.gallery-list-item h3,.gallery-list-item h2{margin:14px 24px 0px;font-size:18px}.gallery-list-item .gallery-title.no-side-margin,.gallery-list-item h3.no-side-margin,.gallery-list-item h2.no-side-margin{margin:14px 0 0px}}.gallery-list-item .gallery-title.simple,.gallery-list-item h3.simple,.gallery-list-item h2.simple{font-size:16px;line-height:1.3;letter-spacing:.96px;font-weight:400;color:#6f6e6c;margin:16px 0 8px}@media screen and (max-width: 540px){.gallery-list-item .gallery-title.simple,.gallery-list-item h3.simple,.gallery-list-item h2.simple{margin:12px 0 4px}}@media screen and (max-width: 540px){.gallery-list-item.without-location .gallery-item-image{margin-right:0;margin-left:0}}.gallery-list-item.without-location .gallery-title{font-size:20px;line-height:1.3;letter-spacing:.4px;margin:10px 0}@media screen and (max-width: 1130px){.gallery-list-item.without-location .gallery-title{font-size:16px;letter-spacing:.32px}}@media screen and (max-width: 841px){.gallery-list-item.without-location .gallery-title{margin:14px 0 0}}.gallery-list-item.without-location .gallery-tags{gap:4px 16px}.gallery-list-item .gallery-content-chips{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:6px;margin-top:12px}@media screen and (max-width: 540px){.gallery-list-item .gallery-content-chips{margin-right:24px;margin-left:24px}}.gallery-list-item.small .gallery-item-image{aspect-ratio:3/2}@media screen and (max-width: 540px){.gallery-list-item.small .gallery-item-image{margin-right:0;margin-left:0}}.gallery-list-item.small h2,.gallery-list-item.small h3{font-size:18px}@media screen and (max-width: 841px){.gallery-list-item.small h2,.gallery-list-item.small h3{font-size:16px}}@media screen and (max-width: 540px){.gallery-list-item.small h2,.gallery-list-item.small h3{margin:16px 0 12px}}.gallery-list-item.small .gallery-item-info{row-gap:8px}@media screen and (max-width: 540px){.gallery-list-item.small .gallery-item-info{margin:0}}@media screen and (max-width: 841px){.gallery-list-item.small .gallery-content-chips{margin-right:0;margin-left:0}}.gallery-list.two{grid-template-columns:repeat(2, 1fr);gap:64px;max-width:806px}@media screen and (max-width: 841px){.gallery-list.two{grid-template-columns:repeat(1, 1fr);max-width:100%}}.gallery-list.one{grid-template-columns:371px}@media screen and (max-width: 540px){.gallery-list.one{grid-template-columns:repeat(1, 1fr)}}.shared-address .shared-address-code{display:flex;align-items:center;margin-bottom:16px;gap:16px;flex-wrap:wrap}.shared-address .shared-address-post-code-text{margin-bottom:0;width:160px}@media screen and (min-width: 1160px){.shared-address .shared-address-post-code-text{width:180px}}.shared-address .shared-addres-prefecture{width:200px}@media screen and (min-width: 1160px){.shared-address .shared-addres-prefecture{width:428px}}.shared-address .shared-addres-attention{color:#6f6e6c;font-size:12px;font-weight:400;line-height:18px}@media screen and (min-width: 1160px){.shared-address .shared-addres-attention.-under-pc-bp{display:none}}@media screen and (max-width: 1160px){.shared-address .shared-addres-attention.-over-pc-bp{display:none}}.shared-address .shared-addres-form{margin-bottom:16px}.shared-address .shared-addres-error{margin-bottom:8px;color:#eb5757;font-size:12px;font-weight:500;line-height:150%;letter-spacing:.36px}.shared-address .form-input-item{margin-top:0;min-width:180px}.button-primary{border:1px solid #238ab6;display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:#238ab6;color:#fff;cursor:pointer}.button-primary.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-primary:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-primary:hover{background:#50acd3;color:#fff;transition:400ms}.button-primary-m{border:1px solid #238ab6;display:inline-flex;min-width:300px;flex-wrap:wrap;height:auto;padding:12px 56px;justify-content:center;align-items:center;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.96px;background:#238ab6;color:#fff;cursor:pointer}.button-primary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-primary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-primary-m:hover{background:#50acd3;color:#fff;transition:400ms}@media screen and (max-width: 540px){.button-primary-m{display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:#238ab6;color:#fff;cursor:pointer}.button-primary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-primary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-primary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-primary-m:hover{background:#50acd3;color:#fff;transition:400ms}}.button-secondary{border:1px solid #238ab6;display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#238ab6;cursor:pointer}.button-secondary.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-secondary:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-secondary:hover{background:rgba(0,0,0,0);color:#50acd3;transition:400ms}.button-secondary-m{border:1px solid #238ab6;display:inline-flex;min-width:300px;flex-wrap:wrap;height:auto;padding:12px 56px;justify-content:center;align-items:center;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.96px;background:rgba(0,0,0,0);color:#238ab6;cursor:pointer}.button-secondary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-secondary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-secondary-m:hover{background:rgba(0,0,0,0);color:#50acd3;transition:400ms}.button-secondary-m:hover{border:1px solid #50acd3;transition:400ms}@media screen and (max-width: 540px){.button-secondary-m{display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#238ab6;cursor:pointer}.button-secondary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-secondary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-secondary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-secondary-m:hover{background:rgba(0,0,0,0);color:#50acd3;transition:400ms}}.button-secondary:hover{border:1px solid #50acd3;transition:400ms}.button-tertiary{border:1px solid #6f6e6c;display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#36383a;cursor:pointer}.button-tertiary.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-tertiary:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-tertiary:hover{background:rgba(0,0,0,0);color:#a6a7a5;transition:400ms}.button-tertiary-m{border:1px solid #6f6e6c;display:inline-flex;min-width:300px;flex-wrap:wrap;height:auto;padding:12px 56px;justify-content:center;align-items:center;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.96px;background:rgba(0,0,0,0);color:#36383a;cursor:pointer}.button-tertiary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-tertiary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-tertiary-m:hover{background:rgba(0,0,0,0);color:#a6a7a5;transition:400ms}.button-tertiary-m:hover{border:1px solid #a6a7a5;transition:400ms}@media screen and (max-width: 540px){.button-tertiary-m{display:inline-flex;flex-wrap:wrap;min-width:248px;height:auto;padding:12px 48px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#36383a;cursor:pointer}.button-tertiary-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-tertiary-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tertiary-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-tertiary-m:hover{background:rgba(0,0,0,0);color:#a6a7a5;transition:400ms}}.button-tertiary:hover{border:1px solid #a6a7a5;transition:400ms}.button-tag{border:1px solid #e5e5e1;display:inline-flex;height:auto;padding:12px 24px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:#fff;color:#6f6e6c;cursor:pointer}.button-tag.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tag.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-tag:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tag:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-tag:hover{background:#fff;color:#a6a7a5;transition:400ms}.button-tag.active{border:1px solid #6f6e6c;display:inline-flex;height:auto;padding:12px 24px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:#6f6e6c;color:#fff;cursor:pointer}.button-tag.active.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tag.active.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-tag.active:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-tag.active:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-tag.active:hover{background:#858584;color:#fff;transition:400ms}.button-tag:hover{border:1px solid #a6a7a5;transition:400ms}.button-tag.with-image img{margin-right:12px;width:35px;height:35px;border-radius:50%}.button-mini{border:1px solid #6f6e6c;display:inline-flex;height:auto;padding:12px 20px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#36383a;cursor:pointer}.button-mini.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-mini.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-mini:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-mini:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-mini:hover{background:#fff;color:#a6a7a5;transition:400ms}.button-mini:hover{border:1px solid #a6a7a5;transition:400ms}.button-mini-m{border:1px solid #6f6e6c;display:inline-flex;height:auto;padding:12px 40px;justify-content:center;align-items:center;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.84px;background:rgba(0,0,0,0);color:#36383a;cursor:pointer}.button-mini-m.disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-mini-m.disabled:hover{background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;transition:none}.button-mini-m:disabled{cursor:default;background:#e5e5e1;color:#a6a7a5;border:1px solid #e5e5e1;pointer-events:none}.button-mini-m:disabled:hover{background:#e5e5e1;color:#a6a7a5;transition:none}.button-mini-m:hover{background:#fff;color:#a6a7a5;transition:400ms}.button-mini-m:hover{border:1px solid #a6a7a5;transition:400ms}.button-external-link{color:#238ab6;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:.96px;padding:16px 0;width:400px;text-align:center;display:inline-flex;justify-content:center;align-items:center;gap:8px}@media screen and (max-width: 841px){.button-external-link{font-size:14px;letter-spacing:.84px}}.button-text-link{flex-grow:0;flex-shrink:0;display:inline-flex;cursor:pointer;position:relative;display:inline-block}.button-text-link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.button-text-link::after{display:none}}.button-text-link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.button-text-link:hover::after{transition:none}}.button-text-link .link-text{display:inline-flex;padding:8px 0px;align-items:center;gap:12px;color:#238ab6;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.button-text-link .link-text{font-size:14px}}.button-text-link .link-text::after{content:"";display:inline-block;width:14px;height:14px;background:url("/image/icons/arrow-text-link.svg") no-repeat;background-size:contain}.button-text-link .link-text.secondary::after{display:none}.button-text-link-secondary{flex-grow:0;flex-shrink:0;padding:8px 0px;align-items:center;gap:12px;color:#238ab6;font-size:16px;font-style:normal;font-weight:400;line-height:1;letter-spacing:.48px;justify-content:center;cursor:pointer;display:inline-flex;position:relative;display:inline-block}.button-text-link-secondary::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.button-text-link-secondary::after{display:none}}.button-text-link-secondary:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.button-text-link-secondary:hover::after{transition:none}}@media screen and (max-width: 841px){.button-text-link-secondary{font-size:14px;letter-spacing:.42px;line-height:1.8}}.button-text-link-secondary.more{display:inline-flex}.button-text-link-secondary.more::before{content:"";display:inline-block;width:16px;height:16px;background:url("/image/icons/more-open-arrow.svg") no-repeat;background-size:contain;margin-top:2px}.button-text-link-secondary.more-close{display:inline-flex}.button-text-link-secondary.more-close::before{content:"";display:inline-block;width:16px;height:16px;background:url("/image/icons/more-open-arrow.svg") no-repeat;background-size:contain;transform:scale(1, -1);margin-top:2px}.button-centering-container{display:flex;justify-content:center;align-items:center}@media screen and (min-width: 842px){.about-links{width:100%;max-width:900px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 841px){.about-links{gap:32px}}.about-links .about-links-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px 24px}@media screen and (max-width: 841px){.about-links .about-links-list{grid-template-columns:repeat(1, 1fr);gap:32px}}.about-links .about-card{background-blend-mode:overlay;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;max-height:270px}@media screen and (max-width: 841px){.about-links .about-card{max-height:202px}}.about-links .about-card.cost-card{background-image:url("/image/about/link_list/cost.webp")}.about-links .about-card.support-card{background-image:url("/image/about/link_list/support.webp")}.about-links .about-card.design-card{background-image:url("/image/about/link_list/design.webp")}.about-links .about-card.performance-card{background-image:url("/image/about/link_list/performance.webp")}.about-links .about-card.house-build-process-card{background-image:url("/image/about/link_list/house_build_process.webp")}.about-links .about-card.specification-card{background-image:url("/image/about/link_list/specification.webp")}@media screen and (max-width: 540px){.about-links .about-card{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.about-links .about-card-title{writing-mode:vertical-rl;color:#000;font-family:"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:.2em;display:flex;flex-direction:column;gap:8px;padding:24px 24px 54px;background-color:#fff;height:100%;align-items:flex-start}@media screen and (max-width: 841px){.about-links .about-card-title{font-size:16px;padding:24px;line-height:19px}}.about-links .about-card-title .attention-line{border-right:solid 1px #eb5757}.about-links .about-card .view_more_link{position:absolute;right:0;bottom:0;background:hsla(0,0%,100%,.8);padding:4px}.about-links .about-card .view_more_link .link-text{font-size:12px;padding:0;gap:2px;line-height:17.38px}.about-links .about-card .view_more_link .link-text:after{width:16px;height:12px;background-position:center}.about-links .about-card:hover .button-text-link::after{transform:scaleX(1);transform-origin:left top}.link-box{display:flex;padding-right:40px;justify-content:center;align-content:center;align-items:center;gap:40px;flex-wrap:wrap;background-color:#fff;box-sizing:border-box}@media screen and (max-width: 540px){.link-box{gap:16px;max-height:110px;padding-right:16px}}.link-box .link-box-image{max-width:200px;height:auto;width:auto;object-fit:cover;aspect-ratio:3/2}@media screen and (max-width: 540px){.link-box .link-box-image{max-height:110px}}.link-box .link-box-text{display:flex;padding:12px 0px;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;flex:1 0 0;align-self:stretch;font-size:14px;font-weight:400;letter-spacing:.42px}@media screen and (max-width: 540px){.link-box .link-box-text{gap:initial}}.link-box .link-box-text-title{color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.48px;display:flex;flex-direction:column}@media screen and (max-width: 841px){.link-box .link-box-text-title{font-size:14px;line-height:1.6}}@media screen and (max-width: 370px){.link-box .link-box-text-title{font-size:12px;line-height:1.6}}@media screen and (max-width: 841px){.link-box .link-box-text-title .pc{display:none}}.link-box .link-box-text-title .sp{display:none}@media screen and (max-width: 841px){.link-box .link-box-text-title .sp{display:block}}.link-box .link-box-text-link{color:#6f6e6c;font-size:16px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.48px;padding:8px 0px;text-align:right;align-self:flex-end;position:relative;display:inline-block}.link-box .link-box-text-link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#6f6e6c;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.link-box .link-box-text-link::after{display:none}}.link-box .link-box-text-link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.link-box .link-box-text-link:hover::after{transition:none}}@media screen and (max-width: 841px){.link-box .link-box-text-link{font-size:12px;letter-spacing:.36px}}.link-box:hover .link-box-text-link::after{transform:scaleX(1);transform-origin:left top}.all-gallery-link-button{width:100%;padding:0 24px;display:flex;flex-direction:column;align-items:center}.all-gallery-link-button:hover .short-drawn-arrow{transform:translateX(10px)}.all-gallery-link-button .all-gallery-link{max-width:327px;width:100%;padding:8px 0 16px;display:flex;align-items:center;justify-content:center;gap:16px;border-bottom:1px solid #6f6e6c;flex-shrink:0;color:#36383a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.84px}.preparing{width:100%;height:40vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px}.preparing-text{color:#a6a7a5;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.54px}.preparing-link{color:#238ab6;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}.fixed-action-button-section{position:-webkit-sticky;position:sticky;bottom:0;background:rgba(249,249,246,.96);height:auto;padding:16px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}@media screen and (min-width: 842px){.fixed-action-button-section{display:none}}@media screen and (max-width: 841px){.fixed-action-button-section{padding:8px 16px}}.fixed-action-button-section .sub{color:#36383a;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.fixed-action-button-section .sub{display:flex;flex-wrap:wrap;justify-content:center;font-size:12px}}.article-list-main{width:100%;display:grid;margin:0 24px;align-items:flex-start;gap:40px;grid-template-columns:1fr;grid-template-rows:auto;margin:0}@media screen and (max-width: 841px){.article-list-main{grid-template-columns:1fr;max-width:622px}.article-list-main .article-pair:last-child .article-items:last-child .article-contents{border-bottom:none}}@media screen and (max-width: 841px){.article-list-main{gap:40px}}@media screen and (max-width: 540px){.article-list-main{row-gap:8px}}.article-list-main .article-pair{display:grid;grid-template-columns:1fr 1fr;column-gap:64px;row-gap:40px}@media screen and (max-width: 841px){.article-list-main .article-pair{grid-template-columns:1fr;padding-bottom:initial}}@media screen and (max-width: 540px){.article-list-main .article-pair{row-gap:8px}}.article-list-main .article-pair .article-items{display:flex;gap:24px;min-height:120px}@media screen and (max-width: 841px){.article-list-main .article-pair .article-items{gap:16px;min-height:80px}}.article-list-main .article-pair .article-items .article-image{width:36%;overflow:hidden}.article-list-main .article-pair .article-items .article-image img{width:100%;height:auto;object-fit:contain}.article-list-main .article-pair .article-items .article-image.article-video-thumbnail img{background-color:#e5e5e1;aspect-ratio:3/2}.article-list-main .article-pair .article-items .article-contents{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:64%;border-bottom:solid 1px #e5e5e1;padding-bottom:10px}.article-list-main .article-pair .article-items .article-contents.simple{border-bottom:none;padding-bottom:initial}@media screen and (max-width: 841px){.article-list-main .article-pair .article-items .article-contents.simple{border-bottom:solid 1px #e5e5e1}}@media screen and (max-width: 841px){.article-list-main .article-pair .article-items .article-contents{width:100%;padding-bottom:initial}}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items .article-contents{width:64%}}.article-list-main .article-pair .article-items .article-contents h3{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.48px}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items .article-contents h3{font-size:14px;letter-spacing:.42px}}.article-list-main .article-pair .article-items .article-contents-sub{width:100%;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;letter-spacing:.36px;font-weight:400;line-height:150%}@media screen and (max-width: 841px){.article-list-main .article-pair .article-items .article-contents-sub{margin-top:0;margin-bottom:12px}}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items .article-contents-sub{justify-content:flex-start;gap:0px;margin-bottom:0px}}.article-list-main .article-pair .article-items .article-contents-sub .article-category{color:#6f6e6c}.article-list-main .article-pair .article-items .article-contents-sub .article-created-at{text-align:right;color:#a6a7a5}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items .article-contents-sub .article-created-at{margin-bottom:8px}}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items.large{display:flex;flex-direction:column;padding:initial;gap:initial}.article-list-main .article-pair .article-items.large .article-image{width:100%;overflow:hidden}.article-list-main .article-pair .article-items.large .article-image img{width:100%;height:auto;max-width:initial}.article-list-main .article-pair .article-items.large .article-contents{width:100%;padding:16px 24px;border-bottom:none;gap:12px}.article-list-main .article-pair .article-items.large .article-contents h3{font-size:18px;font-weight:400;line-height:150%;letter-spacing:.54px}.article-list-main .article-pair .article-items.large .article-contents-sub{width:100%;flex-direction:row}.article-list-main .article-pair .article-items.large .article-contents-sub .article-category{width:100%}}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items:has(+.large) .article-contents{border-bottom:none}}@media screen and (max-width: 540px){.article-list-main .article-pair .article-items{padding:0 24px}.article-list-main .article-pair .article-items:first-child.large{padding:0}}.article-list-simple{width:100%;display:grid;align-items:flex-start;grid-template-columns:1fr;grid-template-rows:auto;margin:0;gap:20px}@media screen and (max-width: 841px){.article-list-simple{grid-template-columns:1fr;max-width:622px}.article-list-simple .article-pair:last-child .article-items:last-child .article-contents{border-bottom:none}}@media screen and (max-width: 540px){.article-list-simple{gap:16px}}.article-list-simple .article-items{border-bottom:solid 1px #e5e5e1;padding-bottom:20px}.article-list-simple .article-items:last-child{border-bottom:none}.article-list-simple .article-items:last-child .article-contents{border-bottom:none}@media screen and (max-width: 841px){.article-list-simple .article-items{border-bottom:none}}@media screen and (max-width: 540px){.article-list-simple .article-items{padding-bottom:0px}.article-list-simple .article-items.large .article-image{padding:0 24px}.article-list-simple .article-items:first-child.large .article-image{padding:0}.article-list-simple .article-items:not(.large){padding:0 24px}}.article-list-simple .article-items{display:flex;gap:24px;min-height:120px}@media screen and (max-width: 841px){.article-list-simple .article-items{gap:16px;min-height:80px}}.article-list-simple .article-items .article-image{width:36%;overflow:hidden}.article-list-simple .article-items .article-image img{width:100%;height:auto;object-fit:contain}.article-list-simple .article-items .article-image.article-video-thumbnail img{background-color:#e5e5e1;aspect-ratio:3/2}.article-list-simple .article-items .article-contents{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:64%;border-bottom:solid 1px #e5e5e1;padding-bottom:10px}.article-list-simple .article-items .article-contents.simple{border-bottom:none;padding-bottom:initial}@media screen and (max-width: 841px){.article-list-simple .article-items .article-contents.simple{border-bottom:solid 1px #e5e5e1}}@media screen and (max-width: 841px){.article-list-simple .article-items .article-contents{width:100%;padding-bottom:initial}}@media screen and (max-width: 540px){.article-list-simple .article-items .article-contents{width:64%}}.article-list-simple .article-items .article-contents h3{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.48px}@media screen and (max-width: 540px){.article-list-simple .article-items .article-contents h3{font-size:14px;letter-spacing:.42px}}.article-list-simple .article-items .article-contents-sub{width:100%;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;letter-spacing:.36px;font-weight:400;line-height:150%}@media screen and (max-width: 841px){.article-list-simple .article-items .article-contents-sub{margin-top:0;margin-bottom:12px}}@media screen and (max-width: 540px){.article-list-simple .article-items .article-contents-sub{justify-content:flex-start;gap:0px;margin-bottom:0px}}.article-list-simple .article-items .article-contents-sub .article-category{color:#6f6e6c}.article-list-simple .article-items .article-contents-sub .article-created-at{text-align:right;color:#a6a7a5}@media screen and (max-width: 540px){.article-list-simple .article-items .article-contents-sub .article-created-at{margin-bottom:8px}}@media screen and (max-width: 540px){.article-list-simple .article-items.large{display:flex;flex-direction:column;padding:initial;gap:initial}.article-list-simple .article-items.large .article-image{width:100%;overflow:hidden}.article-list-simple .article-items.large .article-image img{width:100%;height:auto;max-width:initial}.article-list-simple .article-items.large .article-contents{width:100%;padding:16px 24px;border-bottom:none;gap:12px}.article-list-simple .article-items.large .article-contents h3{font-size:18px;font-weight:400;line-height:150%;letter-spacing:.54px}.article-list-simple .article-items.large .article-contents-sub{width:100%;flex-direction:row}.article-list-simple .article-items.large .article-contents-sub .article-category{width:100%}}@media screen and (max-width: 540px){.article-list-simple .article-items:has(+.large) .article-contents{border-bottom:none}}.movie-item{width:100%;max-width:500px}.movie-item-content{display:flex;flex-direction:column;align-items:flex-start;color:#6f6e6c;gap:12px}@media screen and (max-width: 841px){.movie-item-content{gap:4px}}.movie-item-content-sub{width:100%;display:flex;flex-direction:column;gap:4px}.movie-item-category{font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px}@media screen and (max-width: 540px){.movie-item-category{font-size:11px;letter-spacing:.33px}}.movie-item h3.movie-item-title{color:#36383a;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.42px}@media screen and (min-width: 1210px){.movie-item h3.movie-item-title{font-size:16px;letter-spacing:.48px}}.movie-item .article-published-at{color:#a6a7a5;text-align:left;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.33px}.movie-item .article-detail-link-container{width:100%;display:flex;justify-content:flex-end}.movie-item .article-detail-link-container .article-detail-link{color:#238ab6;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px;position:relative;display:inline-block}.movie-item .article-detail-link-container .article-detail-link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.movie-item .article-detail-link-container .article-detail-link::after{display:none}}.movie-item .article-detail-link-container .article-detail-link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.movie-item .article-detail-link-container .article-detail-link:hover::after{transition:none}}.movie-frame{position:relative;height:0;overflow:hidden;padding-bottom:56.25%;margin-bottom:12px}.movie-frame.-article{padding-bottom:0;margin-bottom:0}.movie-frame iframe,.movie-frame img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.movie-frame img{display:block;object-fit:cover}.movie-frame svg{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);width:30%;height:20%;min-width:64px;min-height:64px;max-width:80px;max-height:80px;cursor:pointer}.movie-frame:hover{cursor:pointer}.article-movie-list{display:grid;align-items:flex-start;justify-items:center;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;column-gap:80px;row-gap:48px}@media screen and (max-width: 841px){.article-movie-list{grid-template-columns:1fr}}@media screen and (max-width: 540px){.article-movie-list{gap:32px}}.article-movie-list.column-3{grid-template-columns:repeat(3, 1fr);gap:32px}@media screen and (max-width: 841px){.article-movie-list.column-3{grid-template-columns:1fr}}#components-index{display:flex;justify-content:center;flex-direction:column;align-items:center}#components-index div:not(.link-text){margin-bottom:10px}.components-list-title{margin-top:50px;font-size:30px}.components-list-h2{margin-top:30px;font-size:20px;margin-bottom:10px}.tag-1{display:inline-block;padding:12px 24px;border-radius:64px;background-color:#333;color:#fff;size:13px}.tag-2{display:inline-block;padding:4px 8px;background-color:#555;color:#fff;size:14px}.tag-3{display:inline-block;padding:4px 8px;background-color:#f37d7d;color:#fff;size:14px}.tag-4{display:inline-block;padding:4px 8px;background-color:#bbb;color:#fff;size:14px}.location-marker{width:24px;height:24px}.search-from-current-area{font-size:16px}.section-border{height:1px;margin:0 16px;background:#ddd}.about-info{position:relative}.about-info .base-image{width:100%;height:500px;background-image:url("/image/gallery_sample/gallery_sample_resize1.jpg");background-size:cover;background-position:center}.about-info .icons-area{position:absolute;top:0;left:0;width:100%;height:100%}.about-info .icons-area .icons-wrapper{position:relative;width:100%;height:100%}.about-info .icons-area .icons-wrapper .icons.link{position:absolute;transform:translate(-50%, -50%)}.about-info .icons-area .icons-wrapper .link1{top:20%;left:50%}.about-info .icons-area .icons-wrapper .link2{top:20%;left:40%}.about-info .icons-area .icons-wrapper .link3{top:25%;left:70%}.about-info .icons-area .icons-wrapper .link4{top:80%;left:15%}.action-bar{z-index:-1;opacity:0;transition:.5s;scrollbar-gutter:stable;width:fit-content;position:fixed;right:0;top:25%}@media screen and (max-width: 1024px){.action-bar{background-color:rgba(229,229,225,.65);padding:8px 8px 16px;position:sticky;bottom:0;top:initial;right:initial;width:100%}}.action-bar .action-bar-inner{display:flex;flex-direction:column;gap:22px;width:88px}@media screen and (max-width: 1024px){.action-bar .action-bar-inner{display:none}}.action-bar .action-bar-inner .pc{background:#238ab6;color:#fff;font-size:10px;line-height:1.28;letter-spacing:.3px;border-radius:5px 0 0 5px;height:70px;position:relative;text-align:center}.action-bar .action-bar-inner .pc:hover{background:#50acd3;transition:400ms}.action-bar .action-bar-inner .pc .action-bar-text{position:absolute;left:0;right:0;bottom:8px}.action-bar .action-bar-inner .pc img{position:absolute;left:0;right:0;bottom:29px;margin:0 auto;width:auto;height:50px}.action-bar.-show{opacity:1;z-index:1000}.action-bar.menu-opened{overflow-y:hidden;opacity:0}.action-bar .action-bar-item-sp{display:none;font-size:12px;line-height:150%;letter-spacing:.36px}@media screen and (max-width: 1024px){.action-bar .action-bar-item-sp{display:block}}@media screen and (max-width: 1024px){.action-bar .action-bar-item-sp .action-bar-item{padding:0px;border-radius:4px}}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons{display:flex;justify-content:center;align-items:stretch;gap:2px;color:#fff;width:100%}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button{padding:8px 10px;flex:1;gap:10px;max-width:160px;background:#238ab6;display:flex;align-items:center}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button .action-bar-button-icon{width:32px;height:32px}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button .action-bar-button-text{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:auto}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button:first-child{border-radius:4px 0 0 4px}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button:last-child{border-radius:0 4px 4px 0}.action-bar .action-bar-item-sp .action-bar-item .action-bar-buttons .action-bar-button.event{gap:4px}.description-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:center;justify-content:center}.description-modal .description-content{width:90%;max-width:720px;position:relative;background:#fff;display:flex;padding:40px 16px 48px 16px;flex-direction:column;align-items:center;gap:16px;max-height:75vh;overflow-y:auto}.description-modal .description-content .description-modal-title{color:#36383a;font-size:22px;font-weight:500;width:100%}.description-modal .description-content .description-modal-message{font-size:14px;font-weight:400}.description-modal .description-content .description-modal-description{font-size:14px;font-weight:400;line-height:2;letter-spacing:.03em}.description-modal .description-content .description-modal-description ul{padding-left:20px}.description-modal .description-content .description-modal-description ul li{list-style-type:disc}.simple-action-bar{opacity:0;transition:.5s;display:none}@media screen and (max-width: 1024px){.simple-action-bar{position:sticky;display:inline}}.simple-action-bar.-show{opacity:1;z-index:3}.floor-plan-content{display:flex;justify-content:center}.floor-plan-content .floor-plan-img{width:100%;height:auto}@media screen and (max-width: 1024px){.floor-plan-content .floor-plan-img{max-width:400px}}.gallery-area-detail{display:flex;align-items:center;gap:4px;color:#6f6e6c;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.36px}.gallery-area-detail::before{content:"";display:block;width:12px;height:12px;background-image:url("/image/icons/location_pin.svg");background-size:contain;background-repeat:no-repeat}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7);z-index:1998}.modal{position:fixed;display:flex;flex-wrap:wrap;top:0;left:0;width:100%;height:100%;max-width:841px;z-index:1999;transition:all .3s}@media screen and (min-width: 842px){.modal{top:50%;left:50vw;width:700px;height:70%;transform:translate(-50%, -50%)}}.modal .modal-close{width:100%;display:flex;justify-content:flex-end;padding:8px}.modal .modal-close .modal-close-button{height:40px;width:40px;display:flex;justify-content:center;align-items:center}.modal .modal-close .modal-close-button:hover{cursor:pointer}.modal .modal-close .modal-close-button img{height:20px;width:20px}.modal .modal-content{background-color:#f9f9f6;padding:40px 0px}@media screen and (max-width: 841px){.modal .modal-content{padding:24px 0px}}.modal .search-menu-content{background-color:#f9f9f6;display:flex;flex-direction:column;height:calc(100% - 56px)}.modal .search-menu-header{width:100%}.modal .search-menu-header .search-menu-header-menu{display:flex}.modal .search-menu-header .search-menu-header-menu .search-menu-header-item{display:flex;padding:16px 0px;justify-content:center;align-items:center;flex:1 0 0}.modal .search-menu-header .search-menu-header-menu .search-menu-header-selected{color:#238ab6;border-bottom:1px solid #238ab6;font-size:18px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.54px}.modal .search-menu-header .search-menu-header-menu .search-menu-header-unselected{color:#a6a7a5;font-size:18px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:.54px}.modal .search-menu-header .search-menu-header-menu .search-menu-header-unselected:hover{color:#238ab6}.modal .search-menu-region-list-head,.modal .search-menu-tag-list-head{padding:24px;overflow:hidden}@media screen and (min-width: 842px){.modal .search-menu-region-list-head,.modal .search-menu-tag-list-head{padding:16px 48px 32px}}.modal .selected-area,.modal .selected-tag{display:flex;font-size:12px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:.36px;color:#36383a;margin-bottom:40px;width:100%;gap:16px}.modal .selected-area .selected-area-title,.modal .selected-area .selected-tag-title,.modal .selected-tag .selected-area-title,.modal .selected-tag .selected-tag-title{white-space:nowrap;flex-shrink:0;flex-basis:auto}.modal .selected-area .selected-area-name-section,.modal .selected-area .selected-tag-name-section,.modal .selected-tag .selected-area-name-section,.modal .selected-tag .selected-tag-name-section{flex-grow:1;white-space:nowrap;display:flex;align-items:center;flex-wrap:wrap;width:100%}.modal .selected-area .selected-value,.modal .selected-tag .selected-value{color:#6f6e6c}.modal .selected-area-name,.modal .selected-tag-name{color:#6f6e6c;font-size:12px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:.36px;white-space:nowrap}.modal .selected-area-name span,.modal .selected-tag-name span{margin:0 4px}.modal .area-separator{margin:0 4px}.modal .search-menu-tag-groups,.modal .search-menu-regions{padding-left:24px;padding-right:24px;overflow-y:scroll}@media screen and (min-width: 842px){.modal .search-menu-tag-groups,.modal .search-menu-regions{padding-left:48px;padding-right:48px}}.modal .search-menu-tag-group{margin-bottom:32px}.modal .search-menu-tag-group h2{color:#6f6e6c;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px;margin-bottom:12px}.modal .search-menu-tag-group .search-menu-categories{display:flex;align-content:flex-start;gap:12px 8px;align-self:stretch;flex-wrap:wrap;align-items:stretch}.modal .search-menu-region{margin-bottom:40px}.modal .search-menu-region-item{display:inline-block;margin-bottom:24px}.modal .search-menu-list-item{height:100%}.modal .search-menu-list-item input{height:0px;width:0px}.modal .search-menu-alea-list{display:flex;align-items:flex-start;align-content:flex-start;gap:12px 8px;flex-wrap:wrap}.modal .search-menu-bottom{display:flex;flex-direction:column;align-items:center;background-color:#f9f9f6;padding:16px 16px 24px;width:100%;flex-shrink:0;justify-content:center;row-gap:8px}@media screen and (min-width: 842px){.modal .search-menu-bottom{border-top:1px solid #e5e5e1;flex-direction:row-reverse;height:auto;gap:16px;padding:20px}}.modal .search-menu-bottom .search-menu-filter-button{width:343px;padding:16px 63px;background-color:#238ab6;color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}@media screen and (min-width: 842px){.modal .search-menu-bottom .search-menu-filter-button{width:100%}}.modal .search-menu-bottom .search-menu-filter-button:hover{background:#50acd3;transition:400ms}.modal .search-menu-bottom .search-menu-filter-button.disabled{background-color:#e5e5e1;cursor:not-allowed;color:#a6a7a5}.modal .search-menu-bottom .search-menu-reset-button{padding:16px 63px;color:#238ab6;text-align:center;font-size:12px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:.36px;margin:0 auto 16px auto}@media screen and (min-width: 842px){.modal .search-menu-bottom .search-menu-reset-button{width:100%;margin:0;color:#36383a;border:1px solid #36383a;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}.modal .search-menu-bottom .search-menu-reset-button:hover{color:#a6a7a5;border:1px solid #a6a7a5;transition:400ms}}.breadcrumb-wrapper{display:flex;justify-content:flex-end}.breadcrumb-wrapper.top{width:84vw;max-width:1210px;margin:0 auto}@media screen and (max-width: 841px){.breadcrumb-wrapper.top{display:none}}.breadcrumb-wrapper.bottom{display:none}@media screen and (max-width: 841px){.breadcrumb-wrapper.bottom{width:calc(100% - 48px);margin-left:24px;margin-right:24px;display:block}}@media screen and (max-width: 540px){.breadcrumb-wrapper.bottom{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 841px){.breadcrumb-wrapper{justify-content:flex-start}}.breadcrumb{padding:16px 0px;list-style:none}.breadcrumb li::after{content:"/";display:inline-block;padding:0 8px;color:#a6a7a5;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.breadcrumb li:last-child::after{display:none}.breadcrumb a,.breadcrumb li{font-size:12px;font-style:normal;font-weight:400;line-height:100%}@media screen and (max-width: 841px){.breadcrumb a,.breadcrumb li{font-size:11px;letter-spacing:.66px}}.breadcrumb li{color:#36383a;display:inline}.breadcrumb a{color:#a6a7a5;text-decoration-line:underline;text-underline-offset:2px}.galleries-not-found{display:inline-flex;padding:80px 8px 120px 8px;flex-direction:column;justify-content:center;align-items:center;width:100%}.galleries-not-found img{width:400px;height:auto;margin-bottom:40px}@media screen and (max-width: 540px){.galleries-not-found img{width:60%;margin-bottom:24px}}.galleries-not-found .galleries-not-found-text{display:flex;flex-direction:column;justify-content:center;align-items:center}.galleries-not-found .galleries-not-found-text p{color:#555;text-align:center;font-size:14px;font-weight:400;line-height:100%}.galleries-not-found .galleries-not-found-text p:first-child{margin-bottom:12px;color:#333}.prefecture-top-select-container{display:flex;align-items:center;justify-content:center;gap:12px}@media screen and (max-width: 540px){.prefecture-top-select-container{justify-content:flex-start}}.prefecture-top-select-container .button-text-link{display:flex;align-items:center;column-gap:14px;width:100%}@media screen and (max-width: 841px){.prefecture-top-select-container .button-text-link .link-text{flex-grow:1;justify-content:space-between;line-height:1.5}}.prefecture-top-select-container .prefecture-select-arrow-icon{justify-self:flex-end}@media screen and (max-width: 540px){.prefecture-top-select-container .prefecture-select-arrow-icon{margin-left:auto}}.prefecture-top-select-container .button-text-link{cursor:pointer}.prefecture-top-select-container .button-text-link::before{content:"";background-image:url("/image/icons/prefecture-selector.svg");width:30px;height:31px;display:inline-block}.prefecture-top-select-container .prefecture-select::before{background-image:url("/image/icons/prefecture-selector.svg")}#prefecture-select-modal{display:none}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7);z-index:1998}.modal{position:fixed;display:flex;flex-wrap:wrap;top:0;left:0;width:100%;height:100%;max-width:841px;z-index:1999;transition:all .3s}@media screen and (min-width: 842px){.modal{top:50%;left:50vw;width:700px;height:70%;transform:translate(-50%, -50%)}}.modal .modal-close{width:100%;display:flex;justify-content:flex-end;padding:8px}.modal .modal-close .modal-close-button{height:40px;width:40px;display:flex;justify-content:center;align-items:center}.modal .modal-close .modal-close-button:hover{cursor:pointer}.modal .modal-close .modal-close-button img{height:20px;width:20px}.modal .modal-content{background-color:#f9f9f6;padding:40px 0px}@media screen and (max-width: 841px){.modal .modal-content{padding:24px 0px}}.modal .select-prefecture-area{background-color:#f9f9f6;height:calc(100% - 56px);padding:48px;overflow-y:scroll;width:100%}@media screen and (max-width: 540px){.modal .select-prefecture-area{padding:32px 24px}}.modal .select-prefecture-area .for-all-prefectures{margin-bottom:24px}.modal .select-prefecture-area .region{margin-bottom:32px}.modal .select-prefecture-area .region .region-name{color:#36383a;font-size:18px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:.54px;margin-bottom:12px}.modal .select-prefecture-area .region .prefectures{display:flex;flex-wrap:wrap;gap:16px;font-size:16px;line-height:2;letter-spacing:.06em;color:#238ab6}@media screen and (max-width: 540px){.modal .select-prefecture-area .region .prefectures{font-size:14px;line-height:2;letter-spacing:.06em}}.modal .select-prefecture-area .region .prefectures.all{font-size:16px;color:#238ab6;letter-spacing:.03em;font-weight:400}.modal .select-prefecture-area .gray3{color:#a6a7a5}.section-nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:48px;row-gap:24px}.section-nav.narrow{column-gap:24px}@media screen and (max-width: 743px){.section-nav{column-gap:32px}.section-nav.narrow{column-gap:16px}}.section-nav .section-link{font-size:16px;font-style:normal;font-weight:400;line-height:150%;color:#36383a;padding-bottom:8px;min-width:24px;text-align:center;white-space:nowrap;flex-shrink:0;border-bottom:1px solid #6f6e6c}@media screen and (max-width: 743px){.section-nav .section-link{font-size:14px}}.section-nav .section-link.disabled{color:#a6a7a5;border-bottom:1px solid #e5e5e1}.section-nav.new{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:48px;row-gap:24px;background-color:#f2f2ec;padding:32px 24px}.section-nav.new.narrow{column-gap:24px}.section-nav.new.no-padding{padding:0}@media screen and (max-width: 743px){.section-nav.new{column-gap:32px}.section-nav.new.narrow{column-gap:16px}}.section-nav.new .section-link{color:#36383a;padding-bottom:8px;min-width:24px;text-align:center;white-space:nowrap;flex-shrink:0;border-bottom:1px solid #6f6e6c;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.section-nav.new .section-link{font-size:14px}}.section-nav.new .section-link.disabled{color:#a6a7a5;border-bottom:1px solid #e5e5e1}.textbox-primary{border:1px solid #a6a7a5;background:#fff;color:#36383a;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px;padding:12px;margin:8px 0;width:100%}.textbox-primary::placeholder{color:#a6a7a5}.selectbox-primary{border:1px solid #a6a7a5;background:#fff;color:#36383a;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px;padding:12px;margin:8px 0;width:100%;background-position:right 10px center;background-repeat:no-repeat;background-size:24px 24px;background-image:url("/image/icons/expand-more.svg")}.selectbox-primary:disabled{background-color:#f9f9f6;border:1px solid #e5e5e1;color:#a6a7a5}.textarea-primary{border:1px solid #a6a7a5;background:#fff;color:#36383a;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px;padding:12px;margin:8px 0;width:100%;min-height:132px}@media screen and (max-width: 540px){.textarea-primary{min-height:100px}}.textarea-primary::placeholder{color:#a6a7a5}.textarea-primary.hidden{display:none}.checkbox-primary{width:24px;height:24px;border-radius:2px;border:1px solid #a6a7a5;background:#fff}@media screen and (max-width: 540px){.checkbox-primary{width:18px;height:18px;margin:3px}}.checkbox-primary:checked{background:#238ab6;border-radius:2px;background-image:url("/image/icons/check_small.svg");background-position:center;background-size:24px 24px;background-repeat:no-repeat;border:none}.pagination{margin-left:auto;margin-right:auto;width:100%;display:flex;align-items:flex-end;justify-content:center;color:#6f6e6c;margin-top:120px;margin-bottom:80px;column-gap:8px;align-items:center}.pagination .pages{display:flex;align-items:center;column-gap:8px}@media screen and (max-width: 841px){.pagination .pages{column-gap:0}}@media screen and (max-width: 841px){.pagination{justify-content:space-between;margin-top:80px;margin-bottom:56px;column-gap:initial}}.pagination.base-width{margin-left:auto;margin-right:auto;width:84vw;max-width:1210px}@media screen and (max-width: 841px){.pagination.base-width{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.pagination.base-width{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.pagination.one-page{justify-content:center}.pagination span{display:block;color:#a6a7a5;text-align:center;font-size:20px;font-weight:400;line-height:48px;letter-spacing:1.2px;font-family:Helvetica,Arial,Verdana,sans-serif;width:48px;height:48px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 841px){.pagination span{font-size:16px;letter-spacing:1px;line-height:36px}}@media screen and (max-width: 540px){.pagination span{font-size:14px;line-height:2;letter-spacing:.03em}}.pagination span.page{color:#238ab6}@media screen and (max-width: 841px){.pagination span.page{width:36px;height:36px}}@media screen and (max-width: 540px){.pagination span.page{width:28px;height:28px}}.pagination span.page.gap{width:20px}@media screen and (max-width: 540px){.pagination span.page.gap{width:16px}}.pagination span.current{color:#6f6e6c}.pagination a{width:48px;height:48px;display:flex;justify-content:center;align-items:center;position:relative;display:inline-block}.pagination a::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.pagination a::after{display:none}}.pagination a:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.pagination a:hover::after{transition:none}}@media screen and (max-width: 841px){.pagination a{width:36px;height:36px}}@media screen and (max-width: 540px){.pagination a{width:28px;height:28px}}.pagination .prev,.pagination .next{color:#238ab6;display:flex;align-items:center;justify-content:center}.pagination .prev img,.pagination .next img{height:24px;width:24px}.pagination .paginate-link-button{display:flex}.pagination .last,.pagination first{display:none}.gallery-tags{display:flex;align-items:flex-start;align-content:flex-start;gap:2px 8px;align-self:stretch;flex-wrap:wrap;max-height:2.5em;overflow:hidden}.gallery-tags.link{gap:8px 16px;max-height:44px}.gallery-tags.photo-gallery{max-height:75px}.gallery-tags .gallery-tag{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.gallery-tags .gallery-tag.hidden{display:none}.search-shop{margin:32px 16px 40px}.search-shop .search-shop-title{color:#333;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:150%;padding:24px 0}.search-shop .search-shop-title h2{font-size:24px;margin-top:16px}.search-shop .button-2{display:block;margin:0 32px;border:1px solid #333}.search-shop .search-from-current-area{text-align:center;margin-top:16px}.observation{padding:32px 0px 48px 0px}.observation .observation-title{color:#333;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.observation .observation-content{display:flex;padding:0px 16px 32px 16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.observation .observation-content img{width:100%}.observation .observation-content .observation-concept{align-self:stretch;color:#333;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.observation .observation-content .observation-description{color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:150%;display:flex;justify-content:center;align-items:center}.observation .button-2{display:block;margin:0 48px}.about-slider-with-button{margin-top:24px}@media screen and (max-width: 841px){.about-slider-with-button{width:100%}}@media screen and (min-width: 842px){.about-slider-with-button{display:flex;align-items:flex-start;flex-direction:row;gap:16px}}.about-slider-with-button .button-area{position:relative;width:50%}@media screen and (max-width: 841px){.about-slider-with-button .button-area{display:none}}.about-slider-with-button .button-area .base-image{width:100%}.about-slider-with-button .button-area .base-image .base-image-pc{display:none}@media screen and (min-width: 842px){.about-slider-with-button .button-area .base-image .base-image-pc{display:block}}.about-slider-with-button .button-area .base-image .base-image-sp{display:block}@media screen and (min-width: 842px){.about-slider-with-button .button-area .base-image .base-image-sp{display:none}}.about-slider-with-button .button-area .base-image img{width:100%;object-fit:cover}.about-slider-with-button .button-area .icons-area{position:absolute;top:0;left:0;width:100%;height:100%}.about-slider-with-button .button-area .icons-area .icons-wrapper{position:relative;width:100%;height:100%}.about-slider-with-button .button-area .icons-area .icons-wrapper .icons.link{color:#36383a;font-size:20px;line-height:23px;font-weight:400;position:absolute;transform:translate(-50%, -50%);display:flex;width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:20px;background:#fff;cursor:pointer;font-family:Helvetica,Arial,Verdana,sans-serif}.about-slider-with-button .button-area .icons-area .icons-wrapper .icons.link.active{color:#fff;border:1px solid #f9f9f6;background:#238ab6}.about-slider-with-button .button-area .exterior_link1{top:6%;left:7%}.about-slider-with-button .button-area .exterior_link2{top:40%;left:7%}.about-slider-with-button .button-area .exterior_link3{top:74%;left:7%}.about-slider-with-button .button-area .exterior_link4{top:74%;left:50%}.about-slider-with-button .button-area .in_room_link1{top:6%;left:7%}.about-slider-with-button .button-area .in_room_link2{top:6%;left:70%}.about-slider-with-button .button-area .in_room_link3{top:40%;left:7%}.about-slider-with-button .button-area .in_room_link4{top:40%;left:41%}.about-slider-with-button .button-area .in_room_link5{top:56%;left:70%}.about-slider-with-button .button-area .in_room_link6{top:78%;left:6%}.about-slider-with-button .button-area .in_room_link7{top:78%;left:47%}@media screen and (min-width: 842px){.about-slider-with-button .slider-items{width:50%}}.about-slider-with-button .slick-list{background:#fff;margin-bottom:80px}.about-slider-with-button .slider-card{padding:24px;background:#fff;display:flex;flex-direction:column;gap:16px;color:#36383a}.about-slider-with-button .slider-card img{width:100%;height:100%;object-fit:cover;margin-bottom:16px}.about-slider-with-button .slider-card .slider-title{font-size:18px;font-weight:500;line-height:150%;letter-spacing:.54px;margin-top:16px}.about-slider-with-button .slider-card p{font-size:13px;font-weight:400;line-height:180%;margin-top:8px}.about-slider-with-button .slick-next{width:24px;height:24px;right:0;bottom:-60px;top:auto;z-index:1;transform:inherit}.about-slider-with-button .slick-next:before{content:""}.about-slider-with-button .slick-prev{width:24px;height:24px;left:0;bottom:-60px;top:auto;z-index:1;transform:inherit}.about-slider-with-button .slick-prev:before{content:""}.about-slider-with-button .slick-prev img{transform:rotateY(180deg)}.about-slider-with-button .slick-dots{bottom:-64px;padding:0 24px}@media screen and (max-width: 841px){.about-slider-with-button .slick-dots{display:flex;justify-content:center;bottom:-50px}}.about-slider-with-button .slick-dots li{width:auto;height:auto;margin:0 4px}.about-slider-with-button .slick-dots .paging-icon{display:flex;width:28px;height:28px;flex-direction:column;justify-content:center;align-items:center;border-radius:24px;background:#fff;color:#36383a;font-size:18px;font-weight:400;font-family:Helvetica,Arial,Verdana,sans-serif}@media screen and (max-width: 841px){.about-slider-with-button .slick-dots .paging-icon{display:none}}.about-slider-with-button .slick-dots .paging-icon.active{background:#238ab6;color:#fff}.about-slider-with-button .slick-dots .paging-dot{display:none;width:4px;height:4px;background:#e5e5e1}.about-slider-with-button .slick-dots .paging-dot.active{background:#238ab6}@media screen and (max-width: 841px){.about-slider-with-button .slick-dots .paging-dot{display:block}}.button-centering-container{flex-direction:column;gap:12px}@media screen and (min-width: 842px){.button-centering-container .gallery-button{font-size:16px;font-style:normal;line-height:normal}}.button-centering-container .gallery-button-attach{font-size:14px;letter-spacing:.84px;color:#6f6e6c}@media screen and (max-width: 841px){.button-centering-container .gallery-button-attach{font-size:12px;letter-spacing:.36px}}@media screen and (max-width: 841px){.gallery-link-area h2{display:flex;flex-direction:column;align-items:center}}.gallery-link-area h2.title{padding-top:120px;padding-bottom:72px}@media screen and (max-width: 540px){.gallery-link-area h2.title{padding-top:88px;padding-bottom:40px}}.gallery-link-area .gallery-links{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;margin-bottom:40px}@media screen and (max-width: 841px){.gallery-link-area .gallery-links{display:grid;grid-template-columns:repeat(1, 3fr);row-gap:48px;margin-bottom:48px}}.gallery-link-area .gallery-links .gallery-link{display:flex;flex-direction:column}.gallery-link-area .gallery-links .gallery-link .gallery-item-image{margin-bottom:16px}.gallery-link-area .gallery-links .gallery-link .gallery-item-image img{width:100%;height:auto}.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-concept{font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.96px;margin-bottom:8px}@media screen and (max-width: 841px){.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-concept{font-size:14px;letter-spacing:.84px;margin-bottom:4px}}.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-address{display:flex;align-items:flex-start;gap:4px;color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px}.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-address::before{content:"";display:block;width:12px;height:12px;background-image:url("/image/icons/location_pin.svg");background-size:contain;background-repeat:no-repeat;margin-top:.25em}.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-shop{display:flex;align-items:flex-start;gap:4px;color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px}.gallery-link-area .gallery-links .gallery-link .gallery-link-description .gallery-shop::before{content:"";display:block;width:12px;height:12px;background-image:url("/image/icons/shop.svg");background-size:contain;background-repeat:no-repeat;margin-top:.25em}.shop-introduction{color:#36383a;background:#fff;padding:40px;display:flex}@media screen and (max-width: 1130px){.shop-introduction{padding:40px 32px}}@media screen and (max-width: 540px){.shop-introduction{padding:24px 16px}}.shop-introduction__container{width:100%;display:flex;align-items:center;justify-content:center;gap:40px}@media screen and (max-width: 841px){.shop-introduction__container{flex-direction:column}}.shop-introduction__content{display:flex;flex-direction:column;text-align:center;flex:1}.shop-introduction__title{font-weight:400;line-height:200%}.shop-introduction__title-sub{font-size:14px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:.84px;color:#6f6e6c;margin-bottom:8px}@media screen and (max-width: 841px){.shop-introduction__title-sub{margin-bottom:8px}}.shop-introduction__title-main{font-size:24px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:1.68px;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:32px}@media screen and (max-width: 1130px){.shop-introduction__title-main{font-size:20px;letter-spacing:.6px;margin-bottom:24px}}.shop-introduction__explanation{font-size:14px;color:#6f6e6c;text-align:center;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:.84px;display:flex;flex-direction:column;align-items:center}.shop-introduction__explanation .message{margin-bottom:32px;max-width:520px;text-align:left}@media screen and (max-width: 1130px){.shop-introduction__explanation .message{margin-bottom:24px}}.shop-introduction__button.button-primary{padding:12px 56px;display:flex;flex-direction:column;font-size:16px;letter-spacing:.96px}@media screen and (max-width: 1130px){.shop-introduction__button.button-primary{font-size:14px;letter-spacing:.84px;padding:8px 24px}}.shop-introduction__image{max-width:580px;flex:1}.shop-introduction__image img{object-fit:contain;height:auto;width:100%}.shop-introduction__image.-under-sp-bp{width:100%;height:auto;object-fit:contain;display:none;margin-bottom:24px}@media screen and (max-width: 540px){.shop-introduction__image.-under-sp-bp{display:block}}@media screen and (max-width: 540px){.shop-introduction__image.-over-pc-bp{display:none;max-width:580px}}.event-category-cards{display:grid;grid-template-columns:repeat(3, 1fr);justify-content:flex-start;gap:0 40px;max-width:initial;width:100%;margin-left:auto;margin-right:auto}@media screen and (max-width: 1130px){.event-category-cards{flex-direction:column;align-items:center;gap:32px;grid-template-columns:repeat(1, 1fr)}}.event-category-cards .event-category-container{width:100%;height:auto;display:flex;flex-direction:column}.event-category-cards .event-category-item{display:grid;grid-template-rows:subgrid;grid-row:span 3;width:100%;height:auto;flex-direction:column;justify-content:flex-start;align-items:start;background:#fff;flex-grow:1;padding-bottom:28px;margin:auto}@media screen and (max-width: 1130px){.event-category-cards .event-category-item{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto 1fr;padding-bottom:0}.event-category-cards .event-category-item .image-container{height:100%}}@media screen and (max-width: 700px){.event-category-cards .event-category-item{grid-template-columns:repeat(1, 1fr);max-width:500px}}.event-category-cards .event-category-item .button-wrapper{margin:auto}.event-category-cards .event-category-item .button-wrapper .button-secondary{padding:12px 18px}.event-category-cards .event-category-item .button-wrapper.-sp{display:none}@media screen and (max-width: 1130px){.event-category-cards .event-category-item .button-wrapper.-pc{display:none}.event-category-cards .event-category-item .button-wrapper.-sp{display:block;text-align:center}}.event-category-cards .event-category-item .image-container img{width:100%;height:100%;object-fit:cover}.event-category-cards .event-category-item .event-info{padding:32px 24px 0}@media screen and (max-width: 1130px){.event-category-cards .event-category-item .event-info{padding:32px 32px 40px}}@media screen and (max-width: 841px){.event-category-cards .event-category-item .event-info{padding:32px 32px 40px}}@media screen and (max-width: 700px){.event-category-cards .event-category-item .event-info{padding:24px 16px 32px}}.event-category-cards .event-category-item .event-info .title-area{margin-bottom:16px}.event-category-cards .event-category-item .event-info .title-area .intro{text-align:center;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.42px;padding-bottom:8px;color:#6f6e6c}@media screen and (max-width: 841px){.event-category-cards .event-category-item .event-info .title-area .intro{font-size:12px;letter-spacing:.36px}}.event-category-cards .event-category-item .event-info .title-area h3{text-align:center;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-category-cards .event-category-item .event-info .title-area h3{font-size:18px;letter-spacing:.54px}}.event-category-cards .event-category-item .event-info .description{line-height:180%;letter-spacing:.03em;margin-bottom:16px;color:#6f6e6c;font-size:14px}@media screen and (max-width: 540px){.event-category-cards .event-category-item .event-info .description{font-size:13px}}.event-category-cards .event-category-item .event-info .description:last-child{margin-bottom:0}.page-top-title-container{display:flex;flex-direction:column;row-gap:4px;margin-bottom:56px;margin-top:56px}@media screen and (max-width: 1024px){.page-top-title-container{margin-top:32px;margin-bottom:24px}}.page-top-title-container.with-description{margin-bottom:40px}@media screen and (max-width: 1024px){.page-top-title-container.with-description{margin-bottom:24px}}.page-top-title-container .sub{color:#36383a;text-align:center;font-size:16px;font-weight:500;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.page-top-title-container .sub{font-size:14px}}.page-top-title-container .title{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 540px){.page-top-title-container .title{flex-direction:column;align-content:center;align-items:center}}.page-top-description{width:100%;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:56px;color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.page-top-description{font-size:14px}}@media screen and (max-width: 1024px){.page-top-description{margin-bottom:32px;width:100%}}h1.title,h1 .title{color:#36383a;text-align:center;font-size:32px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){h1.title,h1 .title{font-size:30px}}h1 .sub{color:#36383a;text-align:center;font-size:16px;font-weight:500;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){h1 .sub{font-size:14px}}.title.sub{color:#36383a;text-align:center;font-size:16px;font-weight:500;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.title.sub{font-size:14px}}h2.title,h2 .title{color:#6f6e6c;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.72px}@media screen and (max-width: 540px){h2.title,h2 .title{font-size:20px;letter-spacing:.6px}}h2.title.gray1,h2 .title.gray1{color:#36383a}h2.title.no-padding-top,h2 .title.no-padding-top{padding-top:0 !important}h2 .sub{color:#6f6e6c;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}h2 .sub.gray1{color:#36383a}h2 .sub.above{margin-bottom:10px}@media screen and (max-width: 540px){h2 .sub.above{margin-bottom:5px}}h2 .sub.under{margin-top:10px}@media screen and (max-width: 540px){h2 .sub.under{margin-bottom:5px}}h1.page-title,h1 .page-title{color:#36383a;font-size:32px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){h1.page-title,h1 .page-title{font-size:30px}}.section-title-container{display:flex;flex-direction:column;align-items:center;row-gap:4px}.section-title-container .section-title-sub{color:#36383a;text-align:center;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.section-title-container .section-title-sub{font-size:14px}}.section-header{display:flex;flex-direction:column;align-items:center;row-gap:24px}h2.section-title,h2 .section-title{color:#36383a;text-align:center;font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){h2.section-title,h2 .section-title{font-size:24px}}.section-description{color:#36383a;text-align:center;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.section-description{font-size:14px}}h3.section-title{color:#36383a;text-align:center;font-size:22px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){h3.section-title{font-size:20px}}.footer-tool-link-area{background:#fff;display:flex;flex-direction:column;gap:32px;padding:40px}@media screen and (max-width: 841px){.footer-tool-link-area{gap:16px;padding:24px}}.footer-tool-link-area h2.section-title{margin-bottom:0;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.footer-tool-link-area h2.section-title{font-size:20px}}.footer-tool-link-area .talk{width:fit-content;position:relative;padding:4px 16px;min-width:120px;max-width:100%;color:#fff;background:#238ab6;border-radius:10px;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.03em;margin:auto;text-align:center}@media screen and (max-width: 841px){.footer-tool-link-area .talk{padding:4px 16px;width:fit-content}}.footer-tool-link-area .talk::before{content:"";position:absolute;transform:translateX(-50%);top:90%;left:50%;width:23px;border:14px solid rgba(0,0,0,0);border-top:14px solid #238ab6}.footer-tool-link-area .talk p{font-weight:500}@media screen and (max-width: 841px){.footer-tool-link-area .talk p{font-size:12px}}.footer-tool-link-area .point-box{display:grid;grid-template-rows:subgrid;grid-row:span 4}.footer-tool-link-area .point-box:hover .button-text-link::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 841px){.footer-tool-link-area .point-box{display:block}}.footer-tool-link-area .point-box h3{text-align:center;padding-bottom:16px}@media screen and (max-width: 841px){.footer-tool-link-area .point-box h3{padding-bottom:8px}}.footer-tool-link-area .point-box h3 .button-text-link{align-items:center}.footer-tool-link-area .point-box h3 .button-text-link .link-text{font-size:22px;font-weight:500;line-height:1.5;letter-spacing:.03em}.footer-tool-link-area .point-box .point-box__caption{color:#6f6e6c;font-size:14px;line-height:1.5;letter-spacing:.03em;margin-top:16px}@media screen and (max-width: 841px){.footer-tool-link-area .point-box .point-box__caption{font-size:12px;margin-top:12px}}.footer-tool-link-area .pc-view{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 56px}@media screen and (max-width: 841px){.footer-tool-link-area .pc-view{display:none}}.footer-tool-link-area .pc-view .image-container{box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1019607843);border-radius:16px;border:1px solid #f2f2ec}.footer-tool-link-area .pc-view img{width:100%;height:auto}.footer-tool-link-area .tool-link-swiper-contents{position:relative;width:100%;display:none}.footer-tool-link-area .tool-link-swiper-contents .swiper{width:100%}.footer-tool-link-area .tool-link-swiper-contents .swiper-wrapper{align-items:center}.footer-tool-link-area .tool-link-swiper-contents .swiper-button-prev::after,.footer-tool-link-area .tool-link-swiper-contents .swiper-button-next::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;margin:auto;width:25px}.footer-tool-link-area .tool-link-swiper-contents .swiper-button-next,.footer-tool-link-area .tool-link-swiper-contents .swiper-button-prev{height:50px;width:50px}.footer-tool-link-area .tool-link-swiper-contents .swiper-button-prev::after{background-image:url("/image/icons/paginate-arrow-prev-gray2.svg")}.footer-tool-link-area .tool-link-swiper-contents .swiper-button-next::after{background-image:url("/image/icons/paginate-arrow-next-gray2.svg")}.footer-tool-link-area .tool-link-swiper-contents .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background:#e5e5e1;opacity:1}.footer-tool-link-area .tool-link-swiper-contents .swiper-pagination-bullet-active{background:#238ab6}.footer-tool-link-area .tool-link-swiper-contents .swiper-pagination-fraction{position:absolute;bottom:10px;right:10px;left:auto;width:fit-content;z-index:1;background:rgba(166,167,165,.7490196078);color:#fff;padding:3px 8px;color:#fff;font-size:12px;line-height:1.6;letter-spacing:.03em;border-radius:14px}@media screen and (max-width: 841px){.footer-tool-link-area .tool-link-swiper-contents{display:block}}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper{align-items:flex-start}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper .swiper-slide a{display:flex;overflow:hidden;flex-direction:column}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper .swiper-slide a .image-container{box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1019607843);border-radius:16px;border:1px solid #f2f2ec}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper .swiper-slide a .image-container img{width:100%;height:auto}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper .swiper-slide .plan-type{font-size:14px;line-height:1.5;letter-spacing:.03em;margin-left:16px}@media screen and (max-width: 841px){.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-wrapper .swiper-slide .plan-type{font-size:12px;margin-left:12px}}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations{display:flex;justify-content:center;align-items:center;margin-bottom:8px;height:48px}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .tool-link-pagination,.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .swiper-button-prev,.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .swiper-button-next{position:static;width:auto}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .tool-link-pagination{margin:auto 40px;display:flex}.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .swiper-button-prev,.footer-tool-link-area .tool-link-swiper-contents .tool-link-swiper .swiper-navigations .swiper-button-next{margin:auto 0;width:48px;height:48px}.footer-tool-link-area .button-wrapper{text-align:center}.content-footer-section{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;row-gap:80px}@media screen and (min-width: 744px)and (max-width: 1024px){.content-footer-section{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (min-width: 744px)and (max-width: 1024px)and (min-width: 744px)and (max-width: 1024px){.content-footer-section .gallery-link-area,.content-footer-section .catalog-request.old,.content-footer-section .shop-introduction{margin-left:66px;margin-right:66px}}@media screen and (max-width: 743px){.content-footer-section{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 1024px){.content-footer-section{row-gap:64px}}.content-footer-section h2{margin-bottom:40px;font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.content-footer-section h2{font-size:24px}}@media screen and (max-width: 1024px){.content-footer-section h2{margin-bottom:32px}}.life-styles{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;justify-content:center;align-items:stretch;row-gap:40px;column-gap:64px}@media(max-width: 1320px){.life-styles{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 1320px)and (min-width: 744px)and (max-width: 1024px){.life-styles{margin-left:66px;margin-right:66px}}.life-styles .life-style{display:flex;background-color:#fff}@media screen and (max-width: 743px){.life-styles .life-style{padding:16px;column-gap:16px}}.life-styles .life-style .life-style-image{overflow:hidden;width:264px;height:176px;flex-shrink:0}@media screen and (max-width: 743px){.life-styles .life-style .life-style-image{width:102px;height:68px}}.life-styles .life-style .life-style-image img{height:100%;width:100%;object-fit:cover}.life-styles .life-style .life-style-text{display:flex;flex-direction:column;justify-content:space-between;padding:24px;row-gap:8px;flex-grow:1}@media screen and (max-width: 743px){.life-styles .life-style .life-style-text{padding:0}}.life-styles .life-style .life-style-text h3.title{text-align:left;font-size:22px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.life-styles .life-style .life-style-text h3.title{font-size:20px}}.life-styles .life-style .life-style-text .life-style-description{color:#6f6e6c;text-align:left;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.life-styles .life-style:hover .button-text-link::after{transform:scaleX(1);transform-origin:left top}.life-styles .life-style .link-text{padding:0}.life-styles .view_more_link{text-align:right}.life-styles .view_more_link .link-text{text-align:left}.base-section{padding-top:80px;padding-bottom:80px;display:flex;flex-direction:column;row-gap:56px}@media screen and (max-width: 1024px){.base-section{padding-top:56px;padding-bottom:56px}}@media screen and (max-width: 743px){.base-section{row-gap:48px}}.base-sub-section{display:flex;flex-direction:column;row-gap:24px}.cv-triple{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;row-gap:28px;column-gap:16px;max-width:638px;margin:0 auto !important}@media screen and (max-width: 743px){.cv-triple{flex-direction:column}}.cv_heading{display:flex;justify-content:center;text-align:center;margin:0 auto !important;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.cv_heading{font-size:18px}}@media screen and (max-width: 743px){.cv_heading{flex-direction:column}}.cv-small-heading{margin-top:16px;display:flex;text-align:center;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.cv-small-heading{font-size:14px}}@media screen and (max-width: 743px){.cv-small-heading{flex-direction:column}}.cv-banner{width:311px;height:72px;transition:.3s;display:flex}.cv-banner:hover{opacity:.9;transform:translateY(4px)}.cv-banner:hover .cv-banner-bottom{box-shadow:none}.cv-banner .cv-banner-bottom{display:flex;width:100%;align-items:center;justify-content:center;min-height:40px;position:relative;padding:0 8px;z-index:10;background-color:#238ab6;box-shadow:0px 4px 0px 0px #07658d;border-bottom-left-radius:16px;border-bottom-right-radius:16px;transition:.3s}.cv-banner .cv-banner-bottom .text-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:8px}.cv-banner .cv-banner-bottom .text-free{display:inline-flex;padding:1px 4px;align-items:center;gap:10px;border-radius:4px;background:#fff;color:#238ab6;font-size:18px;font-weight:500;line-height:1.5}.cv-banner .cv-banner-bottom .link_text{color:#fff;font-size:18px;font-weight:500;line-height:1.5;letter-spacing:.03em}.cv-banner .cv-banner-bottom::after{content:"";position:absolute;right:10px;width:24px;height:24px;background-image:url("/image/icons/arrow-white.svg");background-size:contain;background-repeat:no-repeat;background-position:center}.cv-banner.simple .cv-banner-bottom{border-radius:16px}.cv-banner.simple .cv-banner-bottom .text-wrapper{column-gap:4px}.cv-banner.simple .cv-banner-bottom::after{position:relative;right:0}.cv-banner.catalog-request-cv-banner{max-width:638px;width:auto;height:auto;border-radius:16px;display:flex;flex-direction:column}@media screen and (max-width: 743px){.cv-banner.catalog-request-cv-banner{width:311px}}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top{border:3px solid #238ab6;border-bottom:none;border-top-left-radius:16px;border-top-right-radius:16px;background-color:#fff;display:flex;flex-direction:row}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-text{margin:24px 16px 16px 24px;display:flex;flex-direction:row;flex-wrap:wrap;max-width:320px;min-width:225px;row-gap:8px}@media screen and (max-width: 743px){.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-text{margin:16px 10px 14px 12px;font-size:14px;max-width:160px;min-width:160px}}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-text span{color:#238ab6;display:inline-block;font-size:20px;font-weight:500}@media screen and (max-width: 743px){.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-text span{font-size:14px}}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-image{position:relative;flex-grow:1;flex-shrink:0;width:254px;margin-right:16px}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-image img{position:absolute;bottom:-6px;left:0;width:100%;height:auto;object-fit:cover;object-position:bottom}@media screen and (max-width: 743px){.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-image{width:140px}.cv-banner.catalog-request-cv-banner .catalog-cv-banner-top .banner-top-image img{width:140px;z-index:0;left:-8px;bottom:-10px;transform:rotate(10deg)}}.cv-banner img{width:100%;height:auto;transition:none}.city-page-links-items{display:flex;justify-content:center;align-items:flex-start;align-content:flex-start;gap:16px 32px;flex-wrap:wrap}@media screen and (max-width: 841px){.city-page-links-items{gap:20px 24px}}.city-page-links-items .city-link{color:#238ab6;font-size:14px;font-weight:400;line-height:100%;letter-spacing:.42px}@media screen and (min-width: 842px){.city-page-links-items .city-link{font-size:16px;letter-spacing:.48px}}.city-page-links-items a.city-link{position:relative;display:inline-block}.city-page-links-items a.city-link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.city-page-links-items a.city-link::after{display:none}}.city-page-links-items a.city-link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.city-page-links-items a.city-link:hover::after{transition:none}}.city-page-links-items a.city-link::after{bottom:-4px}.architect{width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.architect{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.architect{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.architect .section-nav{margin:64px 0}@media screen and (max-width: 540px){.architect .section-nav{margin-bottom:48px}}.architect-header{margin-top:56px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 540px){.architect-header{margin-top:32px}}.architect-header .title{margin-bottom:40px}@media screen and (max-width: 540px){.architect-header .title{margin-bottom:24px}}.architect-header-description{color:#36383a;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px;margin-bottom:8px}@media screen and (max-width: 540px){.architect-header-description{font-size:14px;line-height:21px;letter-spacing:.84px}}.architect-list-section section{margin-bottom:128px}.architect-list-section section:last-child{margin-bottom:80px}.architect-list-section h2{display:flex;align-items:center;position:relative;color:#36383a;font-size:24px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.72px;margin-bottom:16px}@media screen and (max-width: 540px){.architect-list-section h2{font-size:16px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.48px}}.architect-list-section h2::after{content:"";flex-grow:1;height:1px;background-color:#a6a7a5}.architect-list-section h2::after{margin-left:16px}.architect-list-container{display:grid;grid-template-columns:repeat(5, 1fr);justify-content:space-between;gap:4vw}@media screen and (max-width: 841px){.architect-list-container{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 540px){.architect-list-container{grid-template-columns:repeat(2, 1fr)}}.architect-list-container .architect-card{display:flex;flex-direction:column;align-items:center}.architect-list-container .architect-card-image{display:block;width:100%}.architect-list-container .architect-card-image .image-container{position:relative;width:100%;padding-top:100%;background-image:url("/image/profile/architect.png");background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.architect-list-container .architect-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.architect-list-container .architect-card-info{text-align:center;width:100%;background-color:#fff;flex-direction:column;align-items:center;height:100%;padding:8px 8px 16px 8px}.architect-list-container .architect-card-name{color:#36383a;font-size:clamp(15px,1.8vw,22px);font-style:normal;font-weight:500;line-height:150%;letter-spacing:.66px}@media screen and (max-width: 841px){.architect-list-container .architect-card-name{font-size:clamp(13px,3vw,22px);letter-spacing:.54px}}@media screen and (max-width: 540px){.architect-list-container .architect-card-name{font-size:clamp(16px,5vw,20px);letter-spacing:.54px}}.architect-list-container .architect-card-name-en{color:#36383a;font-size:12px;font-weight:400;line-height:18px;letter-spacing:.36px;word-wrap:break-word;margin-bottom:10px}.architect-list-container .architect-card-office-name{color:#27272a;font-size:12px;font-weight:400;line-height:18px;letter-spacing:.36px;word-wrap:break-word;white-space:normal}.architect-detail{width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.architect-detail{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.architect-detail{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.architect-detail{padding:0}}.architect-detail-top{padding:32px;display:grid;grid-template-columns:240px 1fr;background-color:#fff;gap:32px}@media screen and (max-width: 540px){.architect-detail-top{grid-template-columns:1fr;padding-left:0;padding-right:0}}.architect-detail-top .architect-detail-image-section{max-width:240px;margin-left:auto;margin-right:auto}.architect-detail-top .architect-detail-image-section img{width:100%;height:auto;object-fit:contain}.architect-detail-top .architect-detail-image-section .architect-detail-image:not(:last-child){margin-bottom:16px}.architect-detail-top .architect-detail-contents{display:grid;grid-template-columns:112px 112px;gap:16px}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-contents.for-pc{display:none}}.architect-detail-top .architect-detail-contents.for-sp{display:none}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-contents.for-sp{display:grid;margin-left:auto;margin-right:auto}}.architect-detail-top .architect-detail-contents .architect-detail-button{display:flex;flex-direction:column;align-items:center}.architect-detail-top .architect-detail-contents .architect-detail-button .architect-detail-button-thumbnail{position:relative}.architect-detail-top .architect-detail-contents .architect-detail-button .architect-detail-button-thumbnail img{width:112px;height:75px;object-fit:cover}.architect-detail-top .architect-detail-contents .architect-detail-button .architect-detail-button-thumbnail .centered-svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;z-index:2}.architect-detail-top .architect-detail-contents .architect-detail-button .architect-detail-button-thumbnail .centered-svg svg{width:100%;height:100%}.architect-detail-top .architect-detail-contents .architect-detail-button .architect-detail-button-thumbnail span{font-size:12px;font-weight:400;line-height:21px;letter-spacing:.84px;word-wrap:break-word;text-align:center}.architect-detail-top .architect-detail-contents .architect-detail-button span{font-size:12px;font-weight:400;line-height:21px;letter-spacing:.84px;word-wrap:break-word;text-align:center}.architect-detail-top .architect-detail-contents .architect-detail-button-blank{width:112px;height:75px;background-color:#f9f9f6}.architect-detail-top .architect-detail-info{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.84px;word-wrap:break-word;display:flex;flex-direction:column;margin-bottom:0px}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-info{font-size:14px;font-weight:400;padding-left:32px;padding-right:32px}}.architect-detail-top .architect-detail-info .architect-name{display:flex;flex-direction:row;align-items:center;margin-bottom:4px;gap:12px}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-info .architect-name{margin-left:auto;margin-right:auto}}.architect-detail-top .architect-detail-info .architect-name .separator{padding:0}.architect-detail-top .architect-detail-info .architect-name h1{color:#36383a;font-size:24px;font-weight:500;line-height:36px;letter-spacing:.72px;word-wrap:break-word}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-info .architect-name h1{font-size:24px;line-height:36px;letter-spacing:.72px}}.architect-detail-top .architect-detail-info .architect-name span{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.84px;word-wrap:break-word}.architect-detail-top .architect-detail-info .architect-office-name{margin-bottom:32px}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-info .architect-office-name{text-align:center}}.architect-detail-top .architect-detail-info .architect-comment{margin-bottom:24px}.architect-detail-top .architect-detail-info .architect-detail-text{margin-top:auto}.architect-detail-top .architect-detail-info .architect-detail-text p{margin-bottom:1em}.architect-detail-top .architect-detail-info .architect-detail-text p:last-child{margin-bottom:0}@media screen and (max-width: 540px){.architect-detail-top .architect-detail-info .architect-detail-text{margin-bottom:32px}}.architect-detail-gallery{margin-bottom:120px;width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.architect-detail-gallery{width:calc(100% - 48px);margin-left:24px;margin-right:24px;margin-bottom:80px}}@media screen and (max-width: 540px){.architect-detail-gallery{width:100%;margin-right:0px;margin-left:0px}}.architect-detail-gallery h2{text-align:center;margin-top:120px;margin-bottom:72px;color:#6f6e6c;font-size:24px;font-weight:400;line-height:36px;letter-spacing:.72px;word-wrap:break-word}@media screen and (max-width: 841px){.architect-detail-gallery h2{margin-top:56px;margin-bottom:40px}}@media screen and (max-width: 540px){.architect-detail-gallery h2{font-size:20px;line-height:30px;letter-spacing:.6px}}.architect-detail-gallery.no-gallery{height:320px}@media screen and (max-width: 540px){.architect-detail-gallery.no-gallery{height:80px}}#architectModal{opacity:0;z-index:-1;transition:all .2s;position:fixed}#architectModal.visible{opacity:1;z-index:2000}#architectModal .image-modal{position:fixed;bottom:0;width:100%;z-index:1999;transition:all .3s;height:100%}@media screen and (min-width: 842px){#architectModal .image-modal{top:50%;left:50%;transform:translate(-50%, -50%);width:70%;min-width:880px;max-height:90%;min-height:500px}}#architectModal .image-modal .modal-close{width:100%;display:flex;justify-content:flex-end;padding:8px}#architectModal .image-modal .modal-close .modal-close-button{height:40px;width:40px;display:flex;justify-content:center;align-items:center}#architectModal .image-modal .modal-close .modal-close-button:hover{cursor:pointer}#architectModal .image-modal .modal-close .modal-close-button img{height:20px;width:20px}#architectModal .image-modal .modal-content{display:flex;padding:40px 0px;flex-direction:column;align-items:center;background-color:#f9f9f6;height:calc(100% - 56px);position:fixed;justify-content:flex-end}@media screen and (max-width: 841px){#architectModal .image-modal .modal-content{padding:24px 0px}}#architectModal .image-modal .swiper{width:100%}#architectModal .image-modal .swiper-wrapper{align-items:center}#architectModal .image-modal .swiper-button-prev::after,#architectModal .image-modal .swiper-button-next::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;margin:auto;width:25px}#architectModal .image-modal .swiper-button-next,#architectModal .image-modal .swiper-button-prev{height:50px;width:50px}#architectModal .image-modal .swiper-button-prev::after{background-image:url("/image/icons/paginate-arrow-prev-gray2.svg")}#architectModal .image-modal .swiper-button-next::after{background-image:url("/image/icons/paginate-arrow-next-gray2.svg")}#architectModal .image-modal .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background:#e5e5e1;opacity:1}#architectModal .image-modal .swiper-pagination-bullet-active{background:#238ab6}#architectModal .image-modal .swiper-pagination-fraction{position:absolute;bottom:10px;right:10px;left:auto;width:fit-content;z-index:1;background:rgba(166,167,165,.7490196078);color:#fff;padding:3px 8px;color:#fff;font-size:12px;line-height:1.6;letter-spacing:.03em;border-radius:14px}#architectModal .image-modal .swiper-slide{display:flex;align-items:center;flex-direction:column;justify-content:center}#architectModal .image-modal .swiper-slide img{max-width:100%;height:auto;max-height:100%;object-fit:contain}@media screen and (max-width: 841px){#architectModal .image-modal .swiper-slide img{max-height:100%}}#architectModal .image-modal .modal-content{width:100%;flex-direction:column;position:relative;display:flex;justify-content:center}#architectModal .image-modal .movie{padding:0 40px;width:100%;display:flex}@media screen and (max-width: 841px){#architectModal .image-modal .movie{padding:0}}#architectModal .image-modal .movie .movie-iframe{position:relative;overflow:hidden;padding-top:56.25%;width:100%;height:100%}#architectModal .image-modal .movie .movie-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}#architectModal .image-modal .example{width:100%;flex-direction:column;position:relative;display:flex;height:100%}#architectModal .image-modal .image-slider{margin-bottom:20px;flex-grow:1}@media screen and (min-width: 842px){#architectModal .image-modal .image-slider{margin-bottom:40px}}#architectModal .image-modal .image-slider img{max-height:50vh}#architectModal .image-modal .image-slider-container{overflow-y:clip;overflow-x:visible;padding-left:80px;padding-right:80px;width:100%;height:100%}@media screen and (max-width: 841px){#architectModal .image-modal .image-slider-container{padding-left:0;padding-right:0}}#architectModal .image-modal .image-slider-container .gallery-tags{max-width:100%;box-sizing:border-box}#architectModal .image-modal .image-container{overflow-y:visible;overflow-x:visible;height:100%}#architectModal .image-modal .thumbnail-slider{padding:0;flex-shrink:0;width:100%;overflow:clip;max-width:1500px}#architectModal .image-modal .thumbnail-slider .swiper-wrapper{transition-timing-function:linear}#architectModal .image-modal .thumbnail-slider .swiper-slide{width:80px;flex-direction:row}#architectModal .image-modal .thumbnail-slider .swiper-slide-thumb-active img{border:2px solid #238ab6}#architectModal .image-modal .thumbnail-slider img{width:80px;height:80px;object-fit:cover}#architectModal .image-modal .text-slider{padding:0 24px}@media screen and (min-width: 842px){#architectModal .image-modal .text-slider{padding:0 80px}}#architectModal .image-modal .gallery-content .concept{font-size:14px;font-weight:400;line-height:150%;letter-spacing:.42px;margin-bottom:2px}#architectModal .image-modal .gallery-content .address{color:#6f6e6c;font-size:11px;font-weight:400;line-height:150%;letter-spacing:.33px}#architectModal .image-modal .gallery-content{display:block}#architectModal .image-modal .gallery-content .hidden-url{display:none}#architectModal .image-modal .swiper-button-wrapper{display:flex;justify-content:center;gap:40px;height:50px;align-items:flex-end;margin-bottom:16px}#architectModal .image-modal .swiper-button-wrapper .swiper-button-next,#architectModal .image-modal .swiper-button-wrapper .swiper-button-prev{position:relative;left:0;right:0;top:0}#architectModal .image-modal .bottom-area{padding-bottom:16px;position:absolute;bottom:0}#architectModal .image-modal{height:fit-content}@media screen and (max-width: 841px){#architectModal .image-modal{height:100%}}.corporate{width:100%;max-width:900px;margin:0 auto}@media screen and (max-width: 841px){.corporate{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.corporate{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.corporate-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:80px;margin-bottom:80px}@media screen and (min-width: 1160px){.corporate-info{margin-bottom:160px}}@media screen and (max-width: 540px){.corporate-info{gap:48px}}.corporate-text{color:#36383a;font-size:16px;font-weight:400;line-height:200%;letter-spacing:.96px}@media screen and (max-width: 540px){.corporate-text{font-size:14px;letter-spacing:.84px}}.corporate table{border-collapse:collapse;width:100%}.corporate table tr{display:flex;padding:40px 0px;border-bottom:1px solid #e5e5e1}@media screen and (max-width: 540px){.corporate table tr{flex-direction:column;gap:12px;padding:32px 0px}}.corporate table tr:first-child{padding-top:0px}.corporate table tr th{color:#36383a;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.48px;width:256px;display:flex;align-items:center}@media screen and (max-width: 540px){.corporate table tr th{font-size:14px;letter-spacing:.42px}}.corporate table tr td{flex:1}.corporate table a{color:#238ab6;position:relative;display:inline-block}.corporate table a::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.corporate table a::after{display:none}}.corporate table a:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.corporate table a:hover::after{transition:none}}.contact-form{max-width:900px;margin:0 auto;margin-bottom:80px}@media screen and (min-width: 1160px){.contact-form{margin-bottom:160px}}.contact-form__radio-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.contact-form__radio-input{display:none}.contact-form__label-box{color:#36383a;font-weight:500;margin:40px 0 8px}@media screen and (max-width: 841px){.contact-form__label-box{margin:32px 0 8px}}.contact-form__link{color:#238ab6;position:relative;display:inline-block}.contact-form__link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.contact-form__link::after{display:none}}.contact-form__link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.contact-form__link:hover::after{transition:none}}.contact-form__batch--required{color:#eb5757;font-size:12px;font-weight:500;line-height:150%;letter-spacing:.36px;margin-left:8px;padding:0 6px}.contact-form__post-code{display:flex;align-items:center;gap:16px}.contact-form__post-code-text{width:160px}.contact-form__attention{color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px;margin-left:14px}.contact-form__prefecture{width:200px}.contact-form__checkbox{display:flex;flex-direction:column;gap:16px}.contact-form__checkbox-item{font-weight:400;display:flex;gap:16px}@media screen and (max-width: 841px){.contact-form__checkbox-item{gap:8px}}.contact-form__comment{padding-top:64px}@media screen and (max-width: 841px){.contact-form__comment{padding-top:40px}}.contact-form__comment .contact-form__link{display:inline}.contact-form #catalog-alert-message{display:none;margin-top:40px}@media screen and (max-width: 841px){.contact-form #catalog-alert-message{margin-top:24px}}.contact-form .hidden{display:none}.contact-form-error{margin-bottom:8px;color:#eb5757;font-size:12px;font-weight:500;line-height:150%;letter-spacing:.36px}.contact-form__radio-label{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer;margin-right:48px}.contact-form__radio-label::before{content:"";display:block;width:20px;height:20px;border:1px solid #999;background:#fff;box-sizing:border-box;border-radius:12px;cursor:pointer}.contact-form__radio-input:checked+.contact-form__radio-label{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer;margin-right:48px}.contact-form__radio-input:checked+.contact-form__radio-label::before{content:"";display:block;width:20px;height:20px;border:1px solid #999;background:#fff;box-sizing:border-box;border-radius:12px;cursor:pointer}.contact-form__radio-input:checked+.contact-form__radio-label::after{content:"";display:block;position:absolute;left:4px;width:12px;height:12px;background-color:#238ab6;box-sizing:border-box;border-radius:12px;cursor:pointer}.react-datepicker-wrapper{width:100%}.contact{width:84vw;max-width:1210px;max-width:1210px;margin:0 auto;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.48px}@media screen and (max-width: 841px){.contact{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.contact{width:calc(100% - 48px);margin-left:24px;margin-right:24px;font-size:14px;letter-spacing:.42px}}.contact__message{color:#36383a;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.contact__message{font-size:18px}}.contact__submit-button{width:100%;max-width:344px;margin:40px auto 0;display:block}@media screen and (max-width: 841px){.contact__submit-button{margin-top:24px}}.contact__submit-button:disabled{color:#a6a7a5;background:#e5e5e1}.contact .contact-top-text{max-width:900px;margin:0 auto 32px;font-size:16px;font-style:normal;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.contact .contact-top-text{margin-bottom:0;font-size:14px}}.contact .alert{box-sizing:border-box;padding:16px;margin-top:24px}.contact .alert.-error{color:#238ab6;background-color:#fff;border:1px solid #238ab6}.contact .alert__message{display:flex;align-items:center;gap:4px}.contact .alert-message{max-width:900px;margin:0 auto}@media screen and (max-width: 841px){.contact .alert-message{margin-top:32px}}.area-search-expanded{color:#36383a;text-align:center;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.03em;max-width:900px;margin:0 auto}.area-search-expanded .area{display:flex;align-items:center;padding:16px}.area-search-expanded .area:first-child{padding-top:0}.area-search-expanded .area .region{color:#6f6e6c;font-size:16px;width:144px;text-align:left;flex-shrink:0}.area-search-expanded .area .prefectures{display:flex;flex-wrap:wrap;gap:12px}.area-search-expanded .area .prefectures .prefecture{border:1px solid #e5e5e1;background:#fff;padding:10px 12px}.area-search-expanded .area .prefectures .prefecture:hover{background:#f2f2ec}.area-search-expanded .area:nth-child(even){background:#f2f2ec}.event-top{width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-top{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.event-top{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-top h2.title{color:#36383a;text-align:center;margin-bottom:70px;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-top h2.title{font-size:20px}}@media screen and (max-width: 841px){.event-top h2.title{margin-bottom:40px}}.event-top__main-image{width:100vw;min-height:300px;margin:0 calc(50% - 50vw);background-image:url("/image/event/top_pc.webp");background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 540px){.event-top__main-image{min-height:200px}}.event-top__main-image h1.title{padding:32px 64px;opacity:.96;background:#f9f9f6;font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-top__main-image h1.title{font-size:24px}}@media screen and (max-width: 841px){.event-top__main-image h1.title{padding:16px 24px}}.event-top__description{margin-left:auto;margin-right:auto;margin-top:56px;margin-bottom:72px;color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-top__description{margin-top:32px;margin-bottom:32px;text-align:left;font-size:14px}}.event-top__area-search{margin-left:auto;margin-right:auto;margin-bottom:120px}@media screen and (max-width: 841px){.event-top__area-search{margin-bottom:80px}}.event-top__area-search .event-top__area-search-links .sp-only{display:none}@media screen and (max-width: 1000px){.event-top__area-search .event-top__area-search-links .sp-only{display:block}.event-top__area-search .event-top__area-search-links .pc-only{display:none}}.event-top__area-search .event-top__area-search-all{text-align:center;margin-top:24px}.event-top__type-search{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);margin-bottom:200px}.event-top__type-search .event-category-cards{width:84vw;max-width:1210px}@media screen and (max-width: 841px){.event-top__type-search{margin-bottom:80px}}.event-card{background-color:#fff;display:grid;grid-template-rows:subgrid;grid-row:span 4;gap:0;width:100%}@media screen and (min-width: 540px){.event-card.index2{display:none}}@media screen and (min-width: 842px){.event-card.index2{display:grid}}.event-card__image{overflow:hidden}@media screen and (max-width: 540px){.event-card__image.pc{display:none}}.event-card__image.sp{display:none}@media screen and (max-width: 540px){.event-card__image.sp{display:block}}.event-card__image img{width:100%;height:auto;object-fit:cover}.event-card__type{display:flex;padding:24px 16px 16px 16px}.event-card__title{padding-left:16px;padding-right:16px;color:#36383a;padding-bottom:12px;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-card__title{font-size:18px}}.event-card__detail-box{display:flex;gap:8px;padding-bottom:8px;padding-left:16px;padding-right:16px}.event-card__detail-box:last-child{padding-bottom:0}.event-card__detail-box img.venue{width:18px;height:18px;object-fit:cover;margin-top:4px}.event-card__detail-box img.schedule{width:18px;height:18px;object-fit:contain;margin-top:2px}.event-card .detail-box__venue{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 841px){.event-card .detail-box__venue{font-size:14px}}.event-card .detail-box__venue .shop-name-container .shop-name-main{display:inline}.event-card .detail-box__venue .shop-name-container .shop-name-sub{display:inline}.event-card .detail-box__venue-address{color:#6f6e6c;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.36px}.event-card .detail-box__schedule{color:#36383a;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}.event-card .detail-box__schedule-time{color:#6f6e6c;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.36px}.event-card .event-description{display:flex;flex-direction:column;gap:8px;color:#36383a;font-size:14px;font-weight:500;line-height:150%;letter-spacing:.84px}.event-card .event-description span{color:#6f6e6c;font-size:14px;font-weight:400}.event-card .event-description-detail{color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px}.event-card .event-description-box{display:flex;gap:8px}.event-card .button-centering-container{flex-grow:1;margin-top:24px;margin-bottom:24px;display:flex;align-items:center}.event-card .button-centering-container .button-secondary{width:80%;min-width:initial;max-width:300px}.catalog-request.old{color:#36383a;background:#fff;padding:56px 80px;display:flex}@media screen and (max-width: 1130px){.catalog-request.old{padding:56px 32px}}@media screen and (max-width: 540px){.catalog-request.old{padding:32px 16px}}.catalog-request.old .catalog-request-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1130px){.catalog-request.old .catalog-request-container{column-gap:40px}}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-container{flex-direction:column;align-items:center}}.catalog-request.old .catalog-request-content{display:flex;flex-direction:column;min-width:300px;text-align:center;row-gap:24px;flex-grow:2}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-content{min-width:100%;align-items:center}}.catalog-request.old .catalog-request-title{font-weight:400;line-height:200%}.catalog-request.old .catalog-request-title-catalog{font-size:14px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.84px;text-align:center;color:#6f6e6c}.catalog-request.old .catalog-request-title-welcome{font-size:28px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:1.68px;text-align:center}@media screen and (max-width: 540px){.catalog-request.old .catalog-request-title-welcome{font-size:20px;line-height:160%;letter-spacing:.6px}}.catalog-request.old .catalog-request-explanation{color:#6f6e6c;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1130px){.catalog-request.old .catalog-request-explanation{text-align:center;font-size:12px;letter-spacing:.36px}}.catalog-request.old .catalog-request-explanation .message::before{content:"＼";margin-right:8px}.catalog-request.old .catalog-request-explanation .message::after{content:"／";margin-left:8px}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-explanation .message{margin-bottom:20px}.catalog-request.old .catalog-request-explanation .message.-type-b{margin-bottom:0}}.catalog-request.old .catalog-request-next{display:flex;flex-direction:column;align-items:center;row-gap:8px}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-next{row-gap:4px}}.catalog-request.old .catalog-request-next .button-centering-container{margin-top:0 !important}@media screen and (min-width: 842px){.catalog-request.old .catalog-request-next .button-centering-container .catalog-request-button{font-size:16px;font-style:normal;line-height:normal;letter-spacing:.96px}}@media screen and (max-width: 1130px){.catalog-request.old .catalog-request-next .button-centering-container .catalog-request-button{padding:12px 30px}}.catalog-request.old .catalog-request-message{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.42px;display:inline-flex;gap:6px;align-items:center;justify-content:center}@media screen and (max-width: 1130px){.catalog-request.old .catalog-request-message{font-size:12px;letter-spacing:.36px}}.catalog-request.old .catalog-request-message::before{content:"";background-image:url("/image/icons/book.svg");background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 540px){.catalog-request.old .catalog-request-message::before{width:20px;height:20px}}.catalog-request.old .catalog-request-image{width:50%;height:auto;object-fit:contain;flex-shrink:1}.catalog-request.old .catalog-request-image.-under-pc-bp{display:none;width:100%}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-image.-under-pc-bp{display:block}}.catalog-request.old .catalog-request-image.-over-pc-bp{max-width:570px}@media screen and (max-width: 841px){.catalog-request.old .catalog-request-image.-over-pc-bp{display:none}}.area-link-section{display:flex;justify-content:center;margin-top:120px}@media screen and (max-width: 841px){.area-link-section{margin-top:80px}}.area-link-button{border-radius:999px;background-color:#f2f2ec;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em;padding:6px 24px;display:flex;align-items:center;color:#36383a;transition:background-color .3s,color .3s}.area-link-button .material-symbols-outlined{font-size:16px;margin-left:10px}.area-link-button:hover{background-color:#e5e5e1;color:#a6a7a5}@media screen and (max-width: 540px){.area-link-button{font-size:14px}}.event-list-page{width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-list-page{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.event-list-page{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-list-page h1.title{font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-list-page h1.title{font-size:24px}}.event-list-page h2{padding:120px 0 72px}@media screen and (max-width: 540px){.event-list-page h2{padding:80px 0 40px}}.event-list-page__head{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-list-page__head{width:100%}}.event-list-page__head .sub{color:#6f6e6c;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-list-page__head .sub{font-size:14px}}.event-list-page__title{margin:56px 0;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 540px){.event-list-page__title{margin:32px 0px 48px;gap:24px}}.event-list-page__consult-info{display:flex;flex-direction:row;column-gap:40px;margin:0 auto 80px;justify-content:center}@media screen and (max-width: 1130px){.event-list-page__consult-info{flex-direction:column;gap:12px;width:50%}}@media screen and (max-width: 841px){.event-list-page__consult-info{margin:0 auto 56px;width:70%}}@media screen and (max-width: 841px)and (max-width: 540px){.event-list-page__consult-info{width:100%}}.event-list-page__consult-info .consult-info{display:flex;flex-direction:row;column-gap:16px;align-items:center}.event-list-page__consult-info .consult-info .label{border-radius:64px;border:1px solid #a6a7a5;padding:4px 20px;color:#6f6e6c;font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width: 841px){.event-list-page__consult-info .consult-info .label{font-size:14px}}.event-list-page__consult-info .consult-info .info{color:#36383a;font-size:16px;font-weight:400;line-height:150%;display:inline-flex;align-items:center;flex-grow:1}@media screen and (max-width: 841px){.event-list-page__consult-info .consult-info .info{font-size:14px}}.event-list-page__consult-info .consult-info .info .sub{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.event-list-page__description{display:flex;flex-direction:column;align-items:center;text-align:center;color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.48px}@media screen and (max-width: 540px){.event-list-page__description{font-size:14px;letter-spacing:.42px}}.event-list-page__recommend-container{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);background-color:#fff;padding-top:56px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 841px){.event-list-page__recommend-container{padding:56px 24px 0}}.event-list-page__recommend-container .recommend-title{color:#fff;text-align:center;font-weight:500;font-size:22px;line-height:1.5;letter-spacing:.48px;padding:4px 24px;background-color:#75bbd8;margin-bottom:56px}@media screen and (max-width: 841px){.event-list-page__recommend-container .recommend-title{padding:2px 12px;font-size:18px;letter-spacing:.42px;margin-bottom:40px}}.event-list-page__recommend-container ul{list-style-type:disc;padding-left:1.2em}.event-list-page__recommend-container ul>li{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:2;letter-spacing:.48px;margin-bottom:12px}@media screen and (max-width: 841px){.event-list-page__recommend-container ul>li{font-size:14px;letter-spacing:.42px;margin-bottom:12px}}.event-list-page__recommend-container ul>li:last-child{margin-bottom:0}.event-list-page__recommend-container ul>li::marker{color:#238ab6;font-size:10px}.event-list-page__detail-container{height:0;overflow-y:hidden;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);background-color:#fff;transition:height .3s linear}.event-list-page__detail-container.open{height:auto;margin-top:40px}.event-list-page__detail-container .detail-container-title{padding:80px 24px 72px 24px;color:#6f6e6c;font-size:22px;font-weight:400;line-height:1.5;text-align:center;display:flex;flex-direction:column;align-items:center;row-gap:16px}@media screen and (max-width: 540px){.event-list-page__detail-container .detail-container-title{padding:56px 24px 40px 24px;font-size:18px;letter-spacing:.72px}}.event-list-page__detail-container .detail-container-title::after{content:"";display:block;height:10px;width:260px;background-image:url("/image/request/survey-title-bottom.svg");background-repeat:no-repeat;background-position:center center;background-size:cover}.event-list-page__recommend-detail .recommend-detail{width:100%;max-width:900px;margin-left:auto;margin-right:auto;color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-list-page__recommend-detail .recommend-detail{font-size:14px}}@media screen and (max-width: 841px){.event-list-page__recommend-detail .recommend-detail{width:auto}}.event-list-page__checkpoint{background-color:#fff;padding-left:24px;padding-right:24px}.event-list-page__checkpoint:last-child{padding-bottom:80px}@media screen and (max-width: 841px){.event-list-page__checkpoint:last-child{padding-bottom:40px}}@media screen and (max-width: 841px){.event-list-page__checkpoint{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding-left:24px;padding-right:24px}}.event-list-page__checkpoint .checkpoint-list-container{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:12px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 540px){.event-list-page__checkpoint .checkpoint-list-container{width:100%;flex-direction:column}}.event-list-page__checkpoint .checkpoint-list{column-count:2}@media screen and (max-width: 841px){.event-list-page__checkpoint .checkpoint-list{column-count:1}}.event-list-page__checkpoint ul{list-style-type:none}.event-list-page__checkpoint ul>li{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:180%;letter-spacing:.48px;margin-bottom:20px;background-image:url("/image/icons/select_check_box.svg");background-repeat:no-repeat;padding-left:3em;background-position:left top 3px}.event-list-page__checkpoint ul>li:last-child{margin-bottom:0}@media screen and (max-width: 841px){.event-list-page__checkpoint ul>li{font-size:14px;letter-spacing:.42px;margin-bottom:12px;background-position:left top 1px}}.event-list-page__customer-review{padding-bottom:80px}@media screen and (max-width: 841px){.event-list-page__customer-review{padding-bottom:40px}}.event-list-page__customer-review .customer-review-list{display:flex;flex-direction:column;row-gap:24px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-list-page__customer-review .customer-review-list{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw;flex-direction:row;overflow-x:auto;column-gap:16px;padding-left:40px;padding-right:40px}}@media screen and (max-width: 540px){.event-list-page__customer-review .customer-review-list{padding-left:24px;padding-right:24px}}.event-list-page__customer-review .customer-review-list .customer-review{padding:40px;background-color:#f2f2ec;display:flex;flex-direction:column;row-gap:16px;min-width:310px}@media screen and (max-width: 841px){.event-list-page__customer-review .customer-review-list .customer-review{padding:24px 16px}}.event-list-page__customer-review .customer-review-list .customer-review__top{display:flex;flex-direction:row;column-gap:32px}@media screen and (max-width: 841px){.event-list-page__customer-review .customer-review-list .customer-review__top{gap:16px}}.event-list-page__customer-review .customer-review-list .customer-review__icon{border-radius:50%;background-color:#fff;overflow:hidden;width:56px;height:56px;flex-shrink:0}.event-list-page__customer-review .customer-review-list .customer-review__title{color:#36383a;font-size:18px;font-weight:500;line-height:150%;letter-spacing:.54px;margin-bottom:4px}@media screen and (max-width: 841px){.event-list-page__customer-review .customer-review-list .customer-review__title{font-size:16px;letter-spacing:.48px}}.event-list-page__customer-review .customer-review-list .customer-review__info{color:#6f6e6c;font-size:11px;font-weight:400;line-height:160%}.event-list-page__customer-review .customer-review-list .customer-review__comment{color:#36383a;font-size:16px;font-weight:400;line-height:180%;letter-spacing:.48px}@media screen and (max-width: 841px){.event-list-page__customer-review .customer-review-list .customer-review__comment{font-size:14px;letter-spacing:.42px}}.event-list-page__detail-open{background-color:#fff;padding-top:40px;padding-bottom:32px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 841px){.event-list-page__detail-open{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding-top:40px;padding-bottom:32px}}.event-list-page__detail-open.hidden{display:none}.event-list-page__detail-button-container{padding-top:40px;display:flex;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 841px){.event-list-page__detail-button-container{padding-bottom:32px}}.event-list-page__detail-button-container #event-list-detail-open-button,.event-list-page__detail-button-container #event-list-detail-close-button{display:none}.event-list-page__detail-button-container #event-list-detail-open-button.show,.event-list-page__detail-button-container #event-list-detail-close-button.show{display:inline-flex}.event-list-page__main-image img{width:100%;object-fit:contain}.event-list-page__items{padding:32px 24px 56px 24px}.event-list-page__items .event-list{gap:0}.event-list-page__items-size{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px;padding-bottom:24px}@media screen and (max-width: 841px){.event-list-page__items-size{padding:16px 0}}.event-list-page__filter{display:flex;flex-direction:row;justify-content:center;gap:24px;margin-left:auto;margin-right:auto;padding-top:56px;padding-bottom:80px;color:#36383a;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.96px}.event-list-page__filter.no-padding-top{padding-top:0}@media screen and (max-width: 841px){.event-list-page__filter{flex-direction:column;align-items:center;gap:16px;padding-top:0px;padding-bottom:48px}}.event-list-page__filter .search-menu-open-btn{text-align:left;max-width:400px;width:100%;padding:10px 16px;border:1px solid #6f6e6c;flex:1}@media screen and (max-width: 841px){.event-list-page__filter{max-width:300px}}.event-list-page__filter #event_type_select{max-width:400px;width:100%;display:flex;height:48px;padding:10px 42px 10px 12px;align-items:center;gap:16px;border:1px solid #6f6e6c;background-position:right 10px center;background-repeat:no-repeat;background-size:24px 24px;background-image:url("/image/icons/expand-more.svg")}@media screen and (max-width: 841px){.event-list-page__filter #event_type_select{max-width:300px}}@media screen and (max-width: 375px){.event-list-page__filter .type-select-box__label{display:none}.event-list-page__filter select{border-left:1px solid #6f6e6c}}.event-list-page__filter .area-change-text-btn{display:flex;height:40px;padding:16px 0px;justify-content:flex-end;align-items:center;gap:8px;color:#238ab6;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px;cursor:pointer}.event-list-page .event-prefecture-select-modal{display:none}.event-list-page .event-prefecture-select-modal .modal .modal-close img{margin:16px 24px}.event-list-page__other-type-list{display:flex;justify-content:center;align-items:center;width:100%;flex-direction:column;gap:16px}@media screen and (min-width: 1160px){.event-list-page__other-type-list{gap:40px;flex-direction:row}}.event-list-page__other-type a{border:1px solid #6f6e6c;padding:16px;text-align:center;width:300px}.event-list-page__other-type .intro{color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px;margin-bottom:4px}@media screen and (max-width: 540px){.event-list-page__other-type .intro{font-size:11px;letter-spacing:.33px}}.event-list-page__other-type h3{color:#36383a;font-size:16px;font-weight:400;line-height:100%;letter-spacing:.48px}@media screen and (max-width: 540px){.event-list-page__other-type h3{font-size:14px;letter-spacing:.42px}}.event-list-page__same-region-list{display:flex;padding:8px 0px;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px 40px;font-size:16px;font-weight:400;line-height:100%;letter-spacing:.48px}@media screen and (max-width: 540px){.event-list-page__same-region-list{font-size:14px;letter-spacing:.42px}}@media screen and (max-width: 540px){.event-list-page__same-region-list{gap:16px 24px}}.event-list-page__same-region-list a{color:#238ab6;font-weight:400;line-height:100%;position:relative;display:inline-block}.event-list-page__same-region-list a::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.event-list-page__same-region-list a::after{display:none}}.event-list-page__same-region-list a:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.event-list-page__same-region-list a:hover::after{transition:none}}.event-list-page .event-list-finished-container{background-color:#f2f2ec;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:64px 0;margin-top:80px}@media screen and (max-width: 540px){.event-list-page .event-list-finished-container{padding:56px 0}}.event-list-page .event-list-finished{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-list-page .event-list-finished{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.event-list-page .event-list-finished{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-list-page .event-list-finished__title{color:#36383a;font-size:22px;font-weight:400;line-height:150%;letter-spacing:.66px;margin-bottom:40px}@media screen and (max-width: 540px){.event-list-page .event-list-finished__title{margin-bottom:32px;font-size:16px;letter-spacing:.48px}}.event-list-page__main .event-list-container{margin-bottom:0}.event-list-page__main.zero .event-list-container{margin-bottom:80px}.event-list-page__main .event-list{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center;column-gap:5%;row-gap:60px}@media screen and (max-width: 1160px){.event-list-page__main .event-list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 841px){.event-list-page__main .event-list{grid-template-columns:repeat(2, 1fr);row-gap:40px}}@media screen and (max-width: 540px){.event-list-page__main .event-list{grid-template-columns:1fr}}.event-list-page__main .event-list__no-event{margin:120px auto 160px;text-align:center;color:#6f6e6c;font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.48px}@media screen and (max-width: 841px){.event-list-page__main .event-list__no-event{margin:80px auto;font-size:14px;letter-spacing:.42px}}.event-list-page__main .event-list__catalog-request{margin-bottom:54px}.event-list-page__main .event-list__contact-text{margin-bottom:32px;color:#36383a;text-align:center;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.48px}@media screen and (max-width: 841px){.event-list-page__main .event-list__contact-text{font-size:14px;letter-spacing:.42px}}.event-form__radio-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:8px 0}.event-form__radio-input{display:none}.event-form__label-box{color:#36383a;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.48px;padding:32px 0 8px}.event-form__label{color:#36383a;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px}.event-form__notice{font-size:14px;font-weight:400;line-height:2;letter-spacing:.03em;color:#6f6e6c;margin-bottom:24px}@media screen and (max-width: 540px){.event-form__notice{font-size:12px;line-height:1.6;margin-bottom:16px}}.event-form__comment{color:#36383a;font-size:16px;font-weight:400;line-height:200%;letter-spacing:.96px;padding-top:64px;padding-bottom:80px}@media screen and (max-width: 540px){.event-form__comment{font-size:14px;letter-spacing:.84px;padding:40px 0}}.event-form__link{color:#238ab6}.event-form__batch--required{color:#eb5757;font-size:12px;font-weight:500;line-height:150%;letter-spacing:.36px;margin-left:8px;padding:0 6px}.event-form__post-code{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.event-form__post-code-text{width:160px}.event-form__attention{color:#6f6e6c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.36px}.event-form__prefecture{width:200px}.event-form__select{width:200px}.event-form__select-small{width:150px}.event-form__text{margin-top:8px}.event-form__flex-wrapper{display:flex;flex-direction:row;column-gap:24px;justify-content:flex-start}@media screen and (max-width: 841px){.event-form__flex-wrapper{column-gap:16px}}.event-form__radio-label{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer;width:100px}.event-form__radio-label::before{content:"";display:block;width:20px;height:20px;border:1px solid #999;background:#fff;box-sizing:border-box;border-radius:12px;cursor:pointer}.event-form__radio-input:checked+.event-form__radio-label{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer}.event-form__radio-input:checked+.event-form__radio-label::before{content:"";display:block;width:20px;height:20px;border:1px solid #999;background:#fff;box-sizing:border-box;border-radius:12px;cursor:pointer}.event-form__radio-input:checked+.event-form__radio-label::after{content:"";display:block;position:absolute;left:4px;width:12px;height:12px;background-color:#238ab6;box-sizing:border-box;border-radius:12px;cursor:pointer}@media screen and (max-width: 540px){.react-datepicker__time-box,.react-datepicker__time-container{width:initial !important}}.react-datepicker__time-list{height:234px !important}.react-datepicker__time-list-item--disabled{display:none}.alert-message{border:solid 1px #eb5757;color:#eb5757;font-size:14px;font-style:normal;line-height:160%;letter-spacing:.84px;padding:12px;margin-bottom:24px;scroll-margin-top:96px}@media screen and (max-width: 841px){.alert-message{scroll-margin-top:64px}}.field_with_errors input{border:solid 1px #eb5757;background:#fef8f8}.field_with_errors-input{border:solid 1px #eb5757;background-color:#fef8f8}.alert-text{color:#eb5757;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.36px}.alert-box{height:18px;margin-bottom:8px}.event-registration{width:60vw;min-width:750px;max-width:900px;margin:0 auto}.event-registration .page-top-title-container.-event{align-items:flex-start}.event-registration .page-top-title-container.-event .title{text-align:left;font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .page-top-title-container.-event .title{font-size:24px}}@media screen and (max-width: 540px){.event-registration .page-top-title-container.-event{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 841px){.event-registration{width:calc(100% - 48px);margin-left:24px;margin-right:24px;min-width:initial}}@media screen and (max-width: 540px){.event-registration{width:100%;margin-left:0;margin-right:0}}.event-registration .submit-button-container{text-align:center}.event-registration .submit-button-container #event-registration__submit-button:disabled{color:#a6a7a5;background:#e5e5e1}.event-registration .event__description{font-size:16px;font-weight:400;line-height:2;letter-spacing:.96px;margin-top:24px;margin-bottom:32px}@media screen and (max-width: 540px){.event-registration .event__description{margin-bottom:16px}}@media screen and (max-width: 841px){.event-registration .event__description{font-size:14px;letter-spacing:.84px;margin-top:16px}}@media screen and (max-width: 540px){.event-registration .event__description{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .event__info-list{width:100%}.event-registration .event__info-list.top{margin-top:32px}@media screen and (max-width: 540px){.event-registration .event__info-list.top{margin-top:16px}}.event-registration .event__info-list.bottom{margin-top:24px}.event-registration .event__info-list.bottom.has-content{margin-top:80px}.event-registration .event__info-list.bottom .event-title{width:fit-content;margin-bottom:10px}.event-registration .event__info-list.bottom .event-title .content-chip{width:fit-content}.event-registration .event__info-list.bottom .event-title h2{color:#36383a;margin-top:8px;text-align:left;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .event__info-list.bottom .event-title h2{font-size:20px}}@media screen and (max-width: 540px){.event-registration .event__info-list{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .event__info-list .basic-info-table{width:100%}.event-registration .event__info-list .basic-info-table tr{border-bottom:1px solid #a6a7a5}.event-registration .event__info-list .basic-info-table table{border-collapse:separate;width:100%}.event-registration .event__info-list .basic-info-table td,.event-registration .event__info-list .basic-info-table th{padding:12px 0 16px;background-clip:padding-box;vertical-align:middle;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}@media screen and (max-width: 540px){.event-registration .event__info-list .basic-info-table td,.event-registration .event__info-list .basic-info-table th{padding:initial;display:block}}.event-registration .event__info-list .basic-info-table th{color:#6f6e6c;min-width:75px;max-width:120px;width:20%}@media screen and (max-width: 540px){.event-registration .event__info-list .basic-info-table th{width:80px;padding-top:12px;margin-bottom:2px;border-bottom:none}}.event-registration .event__info-list .basic-info-table td{color:#36383a}@media screen and (max-width: 540px){.event-registration .event__info-list .basic-info-table td{padding-bottom:12px}}.event-registration .event__info-list .basic-info-table td.wrap{display:flex;flex-direction:column;flex-wrap:wrap}.event-registration .event__info-list .basic-info-table .notification{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5}.event-registration .event__info-list .basic-info-table th,.event-registration .event__info-list .basic-info-table td{font-size:16px;font-weight:400;line-height:1.5}@media screen and (max-width: 841px){.event-registration .event__info-list .basic-info-table th,.event-registration .event__info-list .basic-info-table td{font-size:14px}}.event-registration .event__info-list .basic-info-table th{max-width:180px}@media screen and (max-width: 540px){.event-registration .event__info-list .basic-info-table th{margin-bottom:8px;border-bottom:none;font-size:12px;font-weight:400;line-height:1.5}}.event-registration .event__info-list .basic-info-table td.wrap{column-gap:16px}.event-registration .event__info-list .shop-name-container{display:flex;flex-direction:row;flex-wrap:wrap}.event-registration .event__main-content{margin-top:128px;margin-bottom:128px}@media screen and (max-width: 841px){.event-registration .event__main-content{margin-top:80px;margin-bottom:80px}}.event-registration .event__main-content img{width:100%;height:auto;object-fit:cover}.event-registration .event__map_container{width:100%;margin-top:64px}.event-registration .event__map_container iframe{width:100%;height:400px}@media screen and (max-width: 540px){.event-registration .event__map_container iframe{height:370px}}.event-registration .event__form-title{margin-top:128px}@media screen and (max-width: 841px){.event-registration .event__form-title{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.event-registration .event__form-title{width:calc(100% - 48px);margin-left:24px;margin-right:24px;margin-top:80px}}.event-registration .event__main-image{overflow:hidden;margin-bottom:32px}@media screen and (max-width: 540px){.event-registration .event__main-image{margin-bottom:16px}}.event-registration .event__main-image .pc{display:block;margin-left:auto;margin-right:auto;width:64%}@media screen and (max-width: 540px){.event-registration .event__main-image .pc{display:none}}.event-registration .event__main-image .sp{display:none}@media screen and (max-width: 540px){.event-registration .event__main-image .sp{display:block}}@media screen and (max-width: 841px){.event-registration .event__main-image{width:100%;margin-left:auto;margin-right:auto}}.event-registration .event__main-image img{width:100%;height:auto;object-fit:cover}@media screen and (max-width: 540px){.event-registration-form{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .alert-message{margin-top:56px;margin-bottom:40px}@media screen and (max-width: 540px){.event-registration .alert-message{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .event__main-content{color:#36383a;font-size:14px;font-weight:400;line-height:180%;letter-spacing:.42px}@media screen and (min-width: 842px){.event-registration .event__main-content{font-size:16px;line-height:220%;letter-spacing:.96px}}.event-registration .event__main-content h2{padding:0 0 12px;border-bottom:2px solid #36383a;margin:48px 0 24px;font-size:22px;font-weight:500;line-height:150%;letter-spacing:.66px}@media screen and (min-width: 842px){.event-registration .event__main-content h2{padding:0 0 20px;font-size:26px;letter-spacing:.72px;margin:80px 0 32px;margin-bottom:32px}}.event-registration .event__main-content h2:first-child{margin-top:0;padding-top:0}.event-registration .event__main-content h3{margin:40px 0 16px;font-size:20px;font-weight:500;line-height:150%;letter-spacing:.54px}@media screen and (min-width: 842px){.event-registration .event__main-content h3{margin:56px 0 20px 0;letter-spacing:.6px;font-size:22px}}.event-registration .event__main-content h3:first-child{margin-top:0;padding-top:0}.event-registration .event__main-content h4{margin:24px 0 16px;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.42px}@media screen and (min-width: 842px){.event-registration .event__main-content h4{margin:40px 0 16px;font-size:18px;letter-spacing:.48px}}.event-registration .event__main-content h4:first-child{margin-top:0;padding-top:0}.event-registration .event__main-content a{color:#238ab6}.event-registration .event__main-content figcaption{display:none}.event-registration .event__main-content .attachment-gallery{display:flex;flex-direction:row;column-gap:4px}@media screen and (max-width: 1000px){.event-registration .event__main-content .attachment-gallery{margin:0 calc(50% - 50vw);width:100vw}}.event-registration .event__main-content .attachment-gallery img{width:100%;height:auto}.event-registration .event__main-content .attachment-gallery span[data-trix-cursor-target]{display:none}.event-registration .event__main-content .attachment-gallery .tall-image{width:100%;margin-left:auto;margin-right:auto}.event-registration .event__main-content figure{text-align:center;margin-bottom:16px;margin-top:16px}.event-registration .event__main-content figure .tall-image{width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width: 540px){.event-registration .event__main-content figure .tall-image{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw}}.event-registration .event__main-content figure .small{width:20%;margin-left:auto;margin-right:auto}.event-registration .event__main-content figure .medium{width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.event-registration .event__main-content figure .medium{width:100%}}.event-registration .event__main-content figure img{width:100%;height:auto}@media screen and (max-width: 540px){.event-registration .event__main-content figure img{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw}}.event-registration .event__main-content iframe{width:100%}.event-registration .event__main-content .table-container{display:block;overflow-x:auto;min-width:50%;margin:16px 0 0;width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:0 40px}@media screen and (max-width: 540px){.event-registration .event__main-content .table-container{padding:0 24px}}.event-registration .event__main-content table,.event-registration .event__main-content th,.event-registration .event__main-content td{border:1px solid #a6a7a5;min-width:100px}.event-registration .event__main-content table{border:1px solid #a6a7a5;table-layout:fixed;width:auto;min-width:300px;margin-left:auto;margin-right:auto;font-size:16px;font-weight:400}@media screen and (max-width: 540px){.event-registration .event__main-content table{font-size:14px}}.event-registration .event__main-content table tbody{overflow:scroll}.event-registration .event__main-content table th{background:#f2f2ec;padding:12px;text-align:center;vertical-align:middle}.event-registration .event__main-content table td{padding:12px;text-align:left}.event-registration .event__main-content ul{list-style-type:disc;list-style-position:inside;padding-left:5px}.event-registration .event__main-content ul ul{padding-left:24px}.event-registration .event__main-content blockquote{border:0 solid #e5e5e1;border-left-width:6px;padding:15px 0 15px 18px;margin-top:32px;margin-left:.3em;margin-bottom:16px}@media screen and (max-width: 540px){.event-registration .event__main-content{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .datepicker-row-container{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media screen and (max-width: 841px){.event-registration .datepicker-row-container{grid-template-columns:1fr;gap:0px}}.event-registration .datepicker-row-container .date-picker-container{width:100%}.event-registration .button-centering-container{margin-top:32px}.event-registration .shop-section{display:flex;align-items:center;gap:40px;margin-top:80px}@media screen and (max-width: 841px){.event-registration .shop-section{flex-direction:column;gap:24px}}@media screen and (max-width: 540px){.event-registration .shop-section{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .shop-section h2{color:#6f6e6c;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-section h2{font-size:14px}}.event-registration .shop-section .shop-show-header-image{width:50%;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 841px){.event-registration .shop-section .shop-show-header-image{width:100%;margin-left:auto;margin-right:auto}}@media screen and (max-width: 540px){.event-registration .shop-section .shop-show-header-image{width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.event-registration .shop-section .shop-show-header-image .swiper{width:100%}.event-registration .shop-section .shop-show-header-image .swiper-wrapper{align-items:center}.event-registration .shop-section .shop-show-header-image .swiper-button-prev::after,.event-registration .shop-section .shop-show-header-image .swiper-button-next::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;margin:auto;width:25px}.event-registration .shop-section .shop-show-header-image .swiper-button-next,.event-registration .shop-section .shop-show-header-image .swiper-button-prev{height:50px;width:50px}.event-registration .shop-section .shop-show-header-image .swiper-button-prev::after{background-image:url("/image/icons/paginate-arrow-prev-gray2.svg")}.event-registration .shop-section .shop-show-header-image .swiper-button-next::after{background-image:url("/image/icons/paginate-arrow-next-gray2.svg")}.event-registration .shop-section .shop-show-header-image .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background:#e5e5e1;opacity:1}.event-registration .shop-section .shop-show-header-image .swiper-pagination-bullet-active{background:#238ab6}.event-registration .shop-section .shop-show-header-image .swiper-pagination-fraction{position:absolute;bottom:10px;right:10px;left:auto;width:fit-content;z-index:1;background:rgba(166,167,165,.7490196078);color:#fff;padding:3px 8px;color:#fff;font-size:12px;line-height:1.6;letter-spacing:.03em;border-radius:14px}.event-registration .shop-section .shop-show-header-image .image-container{aspect-ratio:3/2}.event-registration .shop-section .shop-show-header-image .thumb-wrapper{margin-top:16px;height:60px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;column-gap:8px;width:100%}@media screen and (max-width: 841px){.event-registration .shop-section .shop-show-header-image .thumb-wrapper{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.event-registration .shop-section .shop-show-header-image .thumb-wrapper{margin-top:8px;width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .thumb-slider-wrapper{overflow:hidden;height:100%}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper{height:100%}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-slide{aspect-ratio:3/2;width:fit-content}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-slide-thumb-active img{border:2px solid #238ab6}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .image-slider-container{height:100%;width:fit-content}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .image-slider-container .image-container{height:100%}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .image-slider-container .image-container img{height:100%;width:auto}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-next,.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-prev{position:initial;display:flex;height:48px;width:48px;left:initial;right:initial;top:initial;margin-top:initial;align-items:center;flex-shrink:0}.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-prev::after,.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-next::after{display:block;height:24px;height:24px}@media screen and (max-width: 841px){.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-prev::after,.event-registration .shop-section .shop-show-header-image .thumb-wrapper .swiper-button-next::after{height:20px;height:20px}}.event-registration .shop-section-texts{min-width:350px;display:flex;flex-direction:column;flex-grow:1}@media screen and (max-width: 841px){.event-registration .shop-section-texts{width:100%;margin-top:32px;min-width:initial}}.event-registration .shop-section-texts .shop-info{display:flex;flex-direction:column;gap:8px}.event-registration .shop-section-texts .shop-name{color:#36383a;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-section-texts .shop-name{font-size:20px}}.event-registration .shop-section .shop-description{color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-section .shop-description{font-size:14px}}@media screen and (min-width: 1160px){.event-registration .shop-section .shop-description.narrow{width:60%}}.event-registration .shop-section .shop-description.only-pc{margin-top:32px}@media screen and (max-width: 841px){.event-registration .shop-section .shop-description.only-sp .shop-description-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-registration .shop-section .shop-description.only-sp .shop-description-text.expanded{display:block;-webkit-line-clamp:initial;max-height:none;overflow:visible}.event-registration .shop-section .shop-description.only-sp .shop-description-text.measuring{display:block;-webkit-line-clamp:initial;max-height:none;overflow:visible}}@media screen and (max-width: 540px){.event-registration .shop-section .shop-description{max-width:100%}}.event-registration .shop-section .shop-description-toggle{cursor:pointer}.event-registration .shop-section .shop-description-toggle.hidden{display:none}.event-registration .shop-section .shop-description-toggle .button-text-link-secondary-wrapper{display:flex;justify-content:center}.event-registration .shop-section .shop-description-toggle .button-text-link-secondary-wrapper .button-text-link-secondary{display:flex;align-items:center;position:relative;gap:8px;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-section .shop-description-toggle .button-text-link-secondary-wrapper .button-text-link-secondary{font-size:14px}}.event-registration .shop-section .shop-description-toggle .button-text-link-secondary-wrapper .button-text-link-secondary::before{content:"";display:inline-block;width:16px;height:16px;background:url("/image/icons/more-open-arrow.svg") no-repeat;background-size:contain;order:2}.event-registration .shop-section .shop-description.only-sp .shop-description-text.expanded~.shop-description-toggle .button-text-link-secondary::before{transform:rotate(180deg)}.event-registration .shop-section .shop-location-container{display:flex;flex-direction:column;row-gap:6px;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-section .shop-location-container{row-gap:0px}}.event-registration .shop-section .shop-location-container .shop-location-inner{padding:4px 0}.event-registration .shop-section .shop-location-container .shop-location-inner:not(:last-child){border-bottom:1px solid #e5e5e1}.event-registration .shop-section .shop-location-container .shop-address{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 540px){.event-registration .shop-section .shop-location-container .shop-address{font-size:12px;letter-spacing:.36px;padding:4px 0}}.event-registration .shop-section .shop-location-container .shop-address .location-marker{margin-right:8px;width:15px;height:15px}.event-registration .shop-section .only-pc{display:block}@media screen and (max-width: 841px){.event-registration .shop-section .only-pc{display:none}}.event-registration .shop-section .only-sp{display:none}@media screen and (max-width: 841px){.event-registration .shop-section .only-sp{display:block}}.event-registration .shop-has-gallery{margin-top:80px}@media screen and (max-width: 540px){.event-registration .shop-has-gallery{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.event-registration .shop-has-gallery h2{display:flex;flex-direction:column;gap:8px}.event-registration .shop-has-gallery h2 .shop-name{color:#6f6e6c;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-has-gallery h2 .shop-name{font-size:14px}}.event-registration .shop-has-gallery h2 .shop-gallery-title{color:#36383a;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.event-registration .shop-has-gallery h2 .shop-gallery-title{font-size:20px}}.event-registration .shop-has-gallery .shop-gallery-container{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-top:32px}@media screen and (max-width: 841px){.event-registration .shop-has-gallery .shop-gallery-container{grid-template-columns:1fr}}.event-registration .shop-has-gallery .shop-gallery-container .shop-gallery-image{aspect-ratio:3/2}.event-registration .shop-has-gallery .shop-gallery-container .shop-gallery-image img{width:100%;height:100%;object-fit:cover}.event__to-form-button-container{display:flex;justify-content:center;position:sticky;bottom:0;padding:16px;font-size:16px;background-color:rgba(249,249,246,.96);transition:opacity .3s;z-index:10}.event__to-form-button-container.hidden{opacity:0;pointer-events:none}.area-search-form{color:#36383a;text-align:center;font-size:16px;font-weight:400;line-height:220%;letter-spacing:.96px;max-width:900px;margin:0 auto}@media screen and (max-width: 540px){.area-search-form{font-size:14px;letter-spacing:.84px}}.area-search-form details{border-bottom:1px solid #e5e5e1}.area-search-form details:last-child{border:none}.area-search-form details .icon{display:flex}.area-search-form details .icon.remove{padding:0 12px;display:none}.area-search-form details .icon.add{padding:0 9.5px}.area-search-form details[open] .icon.add{display:none}.area-search-form details[open] .icon.remove{display:flex}.area-search-form details summary{display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer;padding:8px 24px;background:#fff}.area-search-form details summary .region-option{display:flex;align-items:center;gap:32px}@media screen and (max-width: 540px){.area-search-form details summary .region-option{gap:12px}}.area-search-form details summary .region-option .region-count{border-radius:64px;background:#f2f2ec;display:flex;padding:4px 12px;justify-content:center;align-items:center;color:#6f6e6c;text-align:center;line-height:100%}.area-search-form details summary .region-option .region-arrow{display:flex}.area-search-form details summary::-webkit-details-marker{display:none}.area-search-form details .prefecture-list{display:flex;gap:16px;flex-wrap:wrap;padding:32px 40px;line-height:150%;background:#f2f2ec}@media screen and (max-width: 540px){.area-search-form details .prefecture-list{gap:16px 8px;padding:24px}}.area-search-form details .prefecture-list__item{padding:8px 16px;display:flex;border:.5px solid #e5e5e1;align-items:center;background:#fff}.event-page-title{color:#6f6e6c;text-align:center;font-size:20px;font-weight:400;line-height:150%;letter-spacing:.6px}.event-page-title-sub{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.84px}#components-server_error,#components-maintenance{margin:auto;padding-top:96px}#components-server_error .error-page .error-page-main,#components-maintenance .error-page .error-page-main{margin:auto}.error-page{width:84vw;max-width:1210px;margin:auto}@media screen and (max-width: 841px){.error-page{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.error-page{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.error-page .error-page-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:56px 0;margin:160px auto}@media screen and (max-width: 841px){.error-page .error-page-main{margin:0 auto;padding:32px 0 48px}}.error-page .error-page-main .description{font-size:16px;font-weight:400;letter-spacing:.03em;text-align:center;line-height:150%}@media screen and (max-width: 841px){.error-page .error-page-main .description{font-size:14px;text-align:left}}.policy h2{color:#36383a;text-align:inherit}.policy h3{color:#36383a;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.48px}.policy ul{padding:0 24px;list-style:disc}.policy-link{color:#238ab6;position:relative;display:inline-block}.policy-link::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.policy-link::after{display:none}}.policy-link:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.policy-link:hover::after{transition:none}}.policy-content{margin-right:auto;margin-left:auto;display:flex;flex-direction:column;gap:64px;padding-bottom:160px;color:#36383a;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.96px;width:100%;max-width:900px}@media screen and (max-width: 841px){.policy-content{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.policy-content{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.policy-content{font-size:14px;letter-spacing:.84px;padding-bottom:80px}}.policy-cookie{display:flex;flex-direction:column;gap:64px}.policy-cookie-section{display:flex;flex-direction:column;gap:16px}.policy-section{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.simple-event-card{padding:16px;border:1px solid #e5e5e1;display:flex;flex-direction:column;justify-content:space-between;height:100%}.simple-event-card .simple-event-title{font-size:14px;font-weight:500;line-height:150%;letter-spacing:.42px;margin-bottom:4px;color:#238ab6;position:relative;display:inline-block}.simple-event-card .simple-event-title::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.simple-event-card .simple-event-title::after{display:none}}.simple-event-card .simple-event-title:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.simple-event-card .simple-event-title:hover::after{transition:none}}.simple-event-card:hover .simple-event-title::after{transform:scaleX(1);transform-origin:left top}.simple-event-card .simple-event-detail{display:flex;margin-top:8px;gap:8px}.simple-event-card .event-main{color:#36383a;font-size:12px;line-height:150%;letter-spacing:.36px}.simple-event-card .event-sub{color:#6f6e6c;font-size:12px;line-height:150%;letter-spacing:.36px}.simple-event-card .simple-event-venue{font-size:12px;line-height:150%;letter-spacing:.36px}.simple-event-card .simple-event-venue .simple-name-container{font-size:12px;line-height:150%;letter-spacing:.36px}.simple-event-card .simple-event-venue .simple-name-container .simple-name-main{display:inline}.simple-event-card .simple-event-venue .simple-name-container .simple-name-sub{display:inline}.simple-event-card .simple-event-venue .simple-event-schedule .simple-event-time{color:#6f6e6c;font-size:12px;line-height:150%;letter-spacing:.36px}.simple-event-card .button-centering-container{margin-top:16px}.shop-items{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:64px;justify-items:center}@media screen and (min-width: 744px)and (max-width: 1024px){.shop-items{gap:48px}}@media screen and (max-width: 743px){.shop-items{gap:32px;width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.shop-item{width:100%;opacity:0;transform:translateY(50px);transition:opacity .5s ease,transform .5s ease;background-color:#fff;padding:56px;display:flex;flex-direction:column;row-gap:32px}@media screen and (min-width: 744px)and (max-width: 1024px){.shop-item{row-gap:24px;padding:24px}}@media screen and (max-width: 743px){.shop-item{width:100vw;padding:0 24px 24px}}.shop-item.visible{opacity:1;transform:translateY(0)}.shop-item .shop-item-base .shop-item-link{display:flex;flex-direction:row;text-align:left;column-gap:40px}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link{flex-direction:column;row-gap:24px}}.shop-item .shop-item-base .shop-item-link .shop-top{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;flex:1}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-top{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw}}.shop-item .shop-item-base .shop-item-link .shop-top .shop-image{width:100%;max-width:600px;height:auto}.shop-item .shop-item-base .shop-item-link .shop-top .shop-image img{width:100%;height:auto}@media screen and (min-width: 744px)and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-top .shop-image{max-width:none}}.shop-item .shop-item-base .shop-item-link .shop-top .shop-no-image{position:relative;display:flex;align-items:center;justify-content:center;width:120px;height:80px;background-color:#eceeee;color:#adb4b5;font-size:12px;margin-bottom:16px}.shop-item .shop-item-base .shop-item-link .shop-description-container{flex:1;display:flex;flex-direction:column;row-gap:24px}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container{row-gap:16px}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name{display:flex;flex-direction:column;align-items:flex-start;column-gap:4px;row-gap:4px}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name{column-gap:2px;align-items:center}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-r-plus{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main{color:#238ab6;font-size:22px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main{font-size:20px}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main{position:relative;display:inline-block}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main::after{display:none}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-main:hover::after{transition:none}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-name .shop-name-sub{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-description{color:#36383a;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-description{font-size:14px}}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-description{-webkit-line-clamp:2}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-construction-area-container{display:flex;flex-direction:column;row-gap:4px;text-align:justified;color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-construction-area-container .shop-construction-area-title{font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.03em}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-construction-area-container .shop-construction-area{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-construction-area-container .shop-construction-area{-webkit-line-clamp:2;line-clamp:2}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-event-chips-container{display:flex;flex-wrap:wrap;gap:8px}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-event-chips-container{justify-content:flex-start}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-event-chips-container .shop-event-chip{border-radius:16px;background:#e5e5e1;padding:6px 12px;color:#6f6e6c;font-size:16px;font-weight:400;line-height:100%;letter-spacing:.48px}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-event-chips-container .shop-event-chip{font-size:12px;letter-spacing:.36px}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container{display:flex;flex-direction:column;row-gap:6px}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container{align-items:flex-start;justify-content:center}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-location-inner{padding:4px 0}@media screen and (max-width: 743px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-location-inner{width:100%}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-location-inner:not(:last-child){border-bottom:1px solid #e5e5e1}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-location-name{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-address{display:flex;align-items:center;color:#36383a;padding:4px 0;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-address{padding:4px 0}}.shop-item .shop-item-base .shop-item-link .shop-description-container .shop-location-container .shop-address .location-marker{margin-right:8px;width:15px;height:15px}.shop-item .shop-item-base .shop-item-link:hover .shop-description-container .shop-name .shop-name-main::after{transform:scaleX(1);transform-origin:left top}.shop-item .shop-detail-section{display:flex;gap:32px}@media screen and (max-width: 1024px){.shop-item .shop-detail-section{flex-direction:column;gap:24px}}.shop-item .shop-detail-section .shop-detail-section-title{color:#6f6e6c;border-bottom:1px solid #e5e5e1;padding:8px;margin-bottom:16px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 1024px){.shop-item .shop-detail-section .shop-detail-section-title{font-size:14px}}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries{display:grid;grid-template-columns:repeat(5, 1fr);gap:16px}@media screen and (max-width: 743px){.shop-item .shop-detail-section .shop-gallery-container .shop-galleries{gap:8px}}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries .shop-gallery-image{max-width:160px;max-height:160px}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries .shop-gallery-image .image-container{aspect-ratio:1/1}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries .shop-gallery-image img{width:100%;height:100%;object-fit:cover}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries.only-galleries{grid-template-columns:repeat(7, 1fr)}@media screen and (max-width: 743px){.shop-item .shop-detail-section .shop-gallery-container .shop-galleries{grid-template-columns:repeat(4, 1fr)}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries .shop-gallery-image{max-width:none;max-height:none}.shop-item .shop-detail-section .shop-gallery-container .shop-galleries .shop-gallery-image:first-child{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:3}}.shop-item .shop-detail-section .shop-event-container{flex:auto}.shop-item .shop-detail-section .shop-event-container .shop-events{min-width:290px}@media screen and (max-width: 1024px){.shop-item .shop-detail-section .shop-event-container .shop-events{min-width:auto}}.shop-item .shop-detail-section .shop-event-container .only-events{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}@media screen and (max-width: 743px){.shop-item .shop-detail-section .shop-event-container .only-events{grid-template-columns:repeat(1, 1fr)}}.shop-item .shop-detail-section .shop-event-container .only-events .simple-event-card{width:100%}.shop-item .shop-link-container{display:flex;justify-content:center;row-gap:16px;margin:0 auto}.shop-item .shop-link-container .button-primary{font-size:16px}.shop-item .shop-link-container .link-text{font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 1024px){.shop-item .shop-link-container .link-text{font-size:14px}}.shop-item .shop-link-container .link-text{font-size:16px}.shop-index{width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.shop-index{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.shop-index{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.shop-index .search-menu-open-btn-container{display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%;margin-bottom:40px}@media screen and (max-width: 841px){.shop-index .search-menu-open-btn-container.selected{width:100%}}@media screen and (max-width: 841px){.shop-index .search-menu-open-btn-container{align-items:center;grid-column:auto;justify-content:center;margin-bottom:48px}}.shop-index .shop-index-list .shop-list-prefecture{font-size:18px;font-weight:400;line-height:1;letter-spacing:.54px;word-wrap:break-word;color:#6f6e6c;margin-bottom:32px;margin-top:64px}@media screen and (max-width: 540px){.shop-index .shop-index-list .shop-list-prefecture{margin-bottom:24px;margin-top:40px;font-size:16px;line-height:2;letter-spacing:.48px}}.shop-index .shop-index-list .shop-list-prefecture:first-child{margin-top:0}.shop-index .shop-index-list .shop-list-empty-message{text-align:center}.shop-prefecture-select-modal{display:none}.owner-voice-card{border-radius:8px;display:flex;flex-direction:column;align-items:stretch;background:#fff;overflow:hidden}.owner-voice-card.in-row{flex-direction:row;padding:32px 40px 32px 32px;column-gap:40px}@media screen and (max-width: 841px){.owner-voice-card.in-row{padding:0;flex-direction:column}}.owner-voice-card:hover .button-text-link::after{transform:scaleX(1);transform-origin:left top}.owner-voice-card .owner-voice-image.in-row{flex-shrink:0;width:40%}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-image.in-row{width:100%;max-width:none}}.owner-voice-card .owner-voice-image.in-row img{max-height:260px;height:100%}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-image.in-row img{max-height:none;flex-shrink:1;height:100%;width:100%}}.owner-voice-card .owner-voice-image .image-container{width:100%}.owner-voice-card .owner-voice-image .image-container img{aspect-ratio:3/2;width:100%;height:100%;object-fit:contain}.owner-voice-card .owner-voice-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px;row-gap:8px}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content{padding:16px}}.owner-voice-card .owner-voice-content.in-row{padding:0}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content.in-row{padding:16px}}.owner-voice-card .owner-voice-content .owner-voice{display:flex;align-items:center;gap:12px;color:#6f6e6c;font-size:14px;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content .owner-voice{font-size:12px}}.owner-voice-card .owner-voice-content .owner-voice .owner-voice-owner-name{color:#36383a;font-size:20px;letter-spacing:.03em}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content .owner-voice .owner-voice-owner-name{font-size:16px}}.owner-voice-card .owner-voice-content .owner-voice .owner-voice-owner-family{flex:1}.owner-voice-card .owner-voice-content .gallery-info .gallery-concept{color:#a6a7a5;font-size:14px;line-height:1.5;letter-spacing:.03em;margin-top:4px}.owner-voice-card .owner-voice-content .gallery-info .gallery-concept.in-row{font-size:14px;margin-top:0}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content .gallery-info .gallery-concept{font-size:12px}}.owner-voice-card .owner-voice-content .owner-voice-first{margin-top:16px;font-size:16px;line-height:1.8;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content .owner-voice-first{font-size:14px}}.owner-voice-card .owner-voice-content .link-wrapper{color:#238ab6;font-size:16px;letter-spacing:.03em;text-align:right}@media screen and (max-width: 841px){.owner-voice-card .owner-voice-content .link-wrapper{font-size:14px}}.owner-voice-card .owner-voice-content .link-wrapper .button-text-link{padding:8px 0}.strength-overview{display:flex;flex-direction:column;padding:40px 40px 56px;gap:40px;background:#fff}@media screen and (max-width: 841px){.strength-overview{padding:0 24px 32px;gap:32px}}@media screen and (max-width: 540px){.strength-overview .strength-overview-image{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.strength-overview .strength-overview-image img{width:100%;height:auto;object-fit:cover;aspect-ratio:5/3}.strength-overview .strength-overview-texts{display:flex;flex-direction:column;gap:24px;line-height:1.8;color:#36383a;letter-spacing:.03em}@media screen and (max-width: 841px){.strength-overview .strength-overview-texts{gap:16px}}.strength-overview .strength-overview-texts h3{color:#36383a;font-size:20px;line-height:1.5;font-weight:500}@media screen and (max-width: 841px){.strength-overview .strength-overview-texts h3{font-size:18px}}.strength-overview .strength-overview-texts .strength-overview-text{font-size:16px}@media screen and (max-width: 841px){.strength-overview .strength-overview-texts .strength-overview-text{font-size:14px}}.strength-item{background:#fff;padding:40px 40px 24px}@media screen and (max-width: 841px){.strength-item{padding:20px 24px 16px}}.strength-item .strength-overview-container{display:flex;gap:40px}@media screen and (max-width: 841px){.strength-item .strength-overview-container{gap:16px}}.strength-item .strength-overview-container .strength-overview-image{max-width:270px;flex:0 0 30%}@media screen and (max-width: 841px){.strength-item .strength-overview-container .strength-overview-image{flex:0 0 50%}}.strength-item .strength-overview-container .strength-overview-image img{width:100%;height:auto;aspect-ratio:5/3;object-fit:cover}.strength-item .strength-overview-container .strength-overview-texts{color:#36383a;letter-spacing:.03em;flex:1;align-self:center}.strength-item .strength-overview-container .strength-overview-texts h3{font-size:20px;line-height:1.5;font-weight:500}@media screen and (max-width: 841px){.strength-item .strength-overview-container .strength-overview-texts h3{font-size:16px}}.strength-item .strength-overview-text{font-size:16px;line-height:2}.strength-item .strength-overview-text.-sp{display:none}.strength-item .strength-overview-text.-pc{display:block;margin-top:16px}@media screen and (max-width: 841px){.strength-item .strength-overview-text{font-size:14px}.strength-item .strength-overview-text.-sp{display:block;margin-top:16px}.strength-item .strength-overview-text.-pc{display:none}}.strength-item .strength-main-text{display:grid;grid-template-rows:1fr;margin-top:52px;color:#36383a;font-size:14px;font-weight:400;line-height:180%;letter-spacing:.42px}@media screen and (min-width: 842px){.strength-item .strength-main-text{font-size:16px;line-height:220%;letter-spacing:.96px}}.strength-item .strength-main-text h2{padding:0 0 12px;border-bottom:2px solid #36383a;margin:48px 0 24px;font-size:22px;font-weight:500;line-height:150%;letter-spacing:.66px}@media screen and (min-width: 842px){.strength-item .strength-main-text h2{padding:0 0 20px;font-size:26px;letter-spacing:.72px;margin:80px 0 32px;margin-bottom:32px}}.strength-item .strength-main-text h2:first-child{margin-top:0;padding-top:0}.strength-item .strength-main-text h3{margin:40px 0 16px;font-size:20px;font-weight:500;line-height:150%;letter-spacing:.54px}@media screen and (min-width: 842px){.strength-item .strength-main-text h3{margin:56px 0 20px 0;letter-spacing:.6px;font-size:22px}}.strength-item .strength-main-text h3:first-child{margin-top:0;padding-top:0}.strength-item .strength-main-text h4{margin:24px 0 16px;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.42px}@media screen and (min-width: 842px){.strength-item .strength-main-text h4{margin:40px 0 16px;font-size:18px;letter-spacing:.48px}}.strength-item .strength-main-text h4:first-child{margin-top:0;padding-top:0}.strength-item .strength-main-text a{color:#238ab6}.strength-item .strength-main-text figcaption{display:none}.strength-item .strength-main-text .attachment-gallery{display:flex;flex-direction:row;column-gap:4px}@media screen and (max-width: 1000px){.strength-item .strength-main-text .attachment-gallery{margin:0 calc(50% - 50vw);width:100vw}}.strength-item .strength-main-text .attachment-gallery img{width:100%;height:auto}.strength-item .strength-main-text .attachment-gallery span[data-trix-cursor-target]{display:none}.strength-item .strength-main-text .attachment-gallery .tall-image{width:100%;margin-left:auto;margin-right:auto}.strength-item .strength-main-text figure{text-align:center;margin-bottom:16px;margin-top:16px}.strength-item .strength-main-text figure .tall-image{width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width: 540px){.strength-item .strength-main-text figure .tall-image{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw}}.strength-item .strength-main-text figure .small{width:20%;margin-left:auto;margin-right:auto}.strength-item .strength-main-text figure .medium{width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.strength-item .strength-main-text figure .medium{width:100%}}.strength-item .strength-main-text figure img{width:100%;height:auto}@media screen and (max-width: 540px){.strength-item .strength-main-text figure img{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw}}.strength-item .strength-main-text iframe{width:100%}.strength-item .strength-main-text .table-container{display:block;overflow-x:auto;min-width:50%;margin:16px 0 0;width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:0 40px}@media screen and (max-width: 540px){.strength-item .strength-main-text .table-container{padding:0 24px}}.strength-item .strength-main-text table,.strength-item .strength-main-text th,.strength-item .strength-main-text td{border:1px solid #a6a7a5;min-width:100px}.strength-item .strength-main-text table{border:1px solid #a6a7a5;table-layout:fixed;width:auto;min-width:300px;margin-left:auto;margin-right:auto;font-size:16px;font-weight:400}@media screen and (max-width: 540px){.strength-item .strength-main-text table{font-size:14px}}.strength-item .strength-main-text table tbody{overflow:scroll}.strength-item .strength-main-text table th{background:#f2f2ec;padding:12px;text-align:center;vertical-align:middle}.strength-item .strength-main-text table td{padding:12px;text-align:left}.strength-item .strength-main-text ul{list-style-type:disc;list-style-position:inside;padding-left:5px}.strength-item .strength-main-text ul ul{padding-left:24px}.strength-item .strength-main-text blockquote{border:0 solid #e5e5e1;border-left-width:6px;padding:15px 0 15px 18px;margin-top:32px;margin-left:.3em;margin-bottom:16px}@media screen and (max-width: 841px){.strength-item .strength-main-text{margin-top:42px}}.strength-item .strength-main-text figure img{width:60%}@media screen and (max-width: 540px){.strength-item .strength-main-text figure img{width:100%}}.strength-item .strength-main-text h4{padding:0 0 20px;font-size:20px;letter-spacing:.72px;margin:80px 0 32px;margin-bottom:32px;font-weight:500;border-bottom:2px solid #36383a}@media screen and (max-width: 841px){.strength-item .strength-main-text h4{padding:0 0 12px;margin:48px 0 24px;font-size:16px;line-height:150%;letter-spacing:.66px}}.strength-item .strength-main-text h4:first-child{margin-top:0;padding-top:0}.strength-item .strength-main-text h5{margin:56px 0 20px 0;letter-spacing:.6px;font-size:18px;font-weight:500}@media screen and (max-width: 841px){.strength-item .strength-main-text h5{margin:40px 0 16px;font-size:16px;line-height:150%;letter-spacing:.54px}}.strength-item .strength-main-text h5:first-child{margin-top:0;padding-top:0}.strength-item .strength-main-text h6{margin:40px 0 16px;font-size:16px;letter-spacing:.48px;font-weight:500}@media screen and (max-width: 841px){.strength-item .strength-main-text h6{margin:24px 0 16px;font-size:14px;line-height:150%;letter-spacing:.42px}}.strength-item .strength-main-text h6:first-child{margin-top:0;padding-top:0}.staff-list{display:flex;flex-wrap:wrap;row-gap:72px;column-gap:5%;justify-content:center}@media screen and (max-width: 1130px){.staff-list{row-gap:56px;column-gap:4%}}@media screen and (max-width: 540px){.staff-list{column-gap:0;row-gap:40px}}.staff-list .staff-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:30%}@media screen and (max-width: 1130px){.staff-list .staff-card{flex-basis:48%}}@media screen and (max-width: 540px){.staff-list .staff-card{flex-basis:100%}}.staff-list .staff-card .staff-card__image{width:200px;height:200px;object-fit:cover;border-radius:50%;margin-bottom:24px}@media screen and (max-width: 841px){.staff-list .staff-card .staff-card__image{width:150px;height:150px}}@media screen and (max-width: 540px){.staff-list .staff-card .staff-card__image{width:100px;height:100px;margin-bottom:16px}}.staff-list .staff-card .staff-card__image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.staff-list .staff-card .staff-card__occupation{font-size:14px;font-weight:500;line-height:1.8;letter-spacing:.03em;text-align:center;color:#36383a}@media screen and (max-width: 841px){.staff-list .staff-card .staff-card__occupation{font-size:12px}}.staff-list .staff-card .staff-card__name{font-size:22px;font-weight:500;line-height:1.8;letter-spacing:.03em;text-align:center;color:#36383a}@media screen and (max-width: 841px){.staff-list .staff-card .staff-card__name{font-size:16px}}.staff-list .staff-card .staff-card__location{color:#6f6e6c;font-size:14px;font-weight:400;line-height:1.8;letter-spacing:.03em;text-align:center;color:#6f6e6c}@media screen and (max-width: 841px){.staff-list .staff-card .staff-card__location{font-size:12px}}.staff-list .staff-card .staff-card__description{font-size:14px;font-weight:400;line-height:2;letter-spacing:.03em;text-align:left;color:#6f6e6c;padding:0 24px;max-width:400px;margin:16px auto 0}@media screen and (max-width: 841px){.staff-list .staff-card .staff-card__description{font-size:12px}}.shop-show{width:84vw;max-width:1210px;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.shop-show{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.shop-show{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.shop-show .preparing{height:initial}.shop-show .section-nav.shop-nav-sp{display:none;margin-bottom:32px}@media screen and (max-width: 841px){.shop-show .section-nav.shop-nav-sp{display:flex;justify-content:flex-start;gap:8px 24px}}.shop-show .section-nav.shop-nav-pc{margin:64px auto 0}@media screen and (max-width: 841px){.shop-show .section-nav.shop-nav-pc{display:none}}.shop-show-header{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:center;justify-content:space-between;gap:5%}@media screen and (max-width: 841px){.shop-show-header{flex-direction:column}}@media screen and (max-width: 540px){.shop-show-header{margin:0}}.shop-show-header-image{min-width:50%;max-width:50%;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 841px){.shop-show-header-image{width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);max-width:initial}}.shop-show-header-image .swiper{width:100%}.shop-show-header-image .swiper-wrapper{align-items:center}.shop-show-header-image .swiper-button-prev::after,.shop-show-header-image .swiper-button-next::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;margin:auto;width:25px}.shop-show-header-image .swiper-button-next,.shop-show-header-image .swiper-button-prev{height:50px;width:50px}.shop-show-header-image .swiper-button-prev::after{background-image:url("/image/icons/paginate-arrow-prev-gray2.svg")}.shop-show-header-image .swiper-button-next::after{background-image:url("/image/icons/paginate-arrow-next-gray2.svg")}.shop-show-header-image .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background:#e5e5e1;opacity:1}.shop-show-header-image .swiper-pagination-bullet-active{background:#238ab6}.shop-show-header-image .swiper-pagination-fraction{position:absolute;bottom:10px;right:10px;left:auto;width:fit-content;z-index:1;background:rgba(166,167,165,.7490196078);color:#fff;padding:3px 8px;color:#fff;font-size:12px;line-height:1.6;letter-spacing:.03em;border-radius:14px}.shop-show-header-image .image-container{aspect-ratio:3/2}.shop-show-header-image .thumb-wrapper{margin-top:16px;height:60px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;column-gap:8px;width:100%}@media screen and (max-width: 841px){.shop-show-header-image .thumb-wrapper{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.shop-show-header-image .thumb-wrapper{margin-top:8px;width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.shop-show-header-image .thumb-wrapper .thumb-slider-wrapper{overflow:hidden;height:100%}.shop-show-header-image .thumb-wrapper .swiper{height:100%}.shop-show-header-image .thumb-wrapper .swiper-slide{aspect-ratio:3/2;width:fit-content}.shop-show-header-image .thumb-wrapper .swiper-slide-thumb-active img{border:2px solid #238ab6}.shop-show-header-image .thumb-wrapper .image-slider-container{height:100%;width:fit-content}.shop-show-header-image .thumb-wrapper .image-slider-container .image-container{height:100%}.shop-show-header-image .thumb-wrapper .image-slider-container .image-container img{height:100%;width:auto}.shop-show-header-image .thumb-wrapper .swiper-button-next,.shop-show-header-image .thumb-wrapper .swiper-button-prev{position:initial;display:flex;height:48px;width:48px;left:initial;right:initial;top:initial;margin-top:initial;align-items:center;flex-shrink:0}.shop-show-header-image .thumb-wrapper .swiper-button-prev::after,.shop-show-header-image .thumb-wrapper .swiper-button-next::after{display:block;height:24px;height:24px}@media screen and (max-width: 841px){.shop-show-header-image .thumb-wrapper .swiper-button-prev::after,.shop-show-header-image .thumb-wrapper .swiper-button-next::after{height:20px;height:20px}}.shop-show-header-info{min-width:350px;display:flex;flex-direction:column;align-items:center;flex-grow:1}@media screen and (max-width: 841px){.shop-show-header-info{width:100%;margin-top:32px}}@media screen and (max-width: 540px){.shop-show-header-info{min-width:initial}}.shop-show-header-info .shop-name{text-align:center;margin-bottom:48px}.shop-show-header-info .shop-name .shop-name-r-plus{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.36px;word-wrap:break-word;margin-bottom:8px}.shop-show-header-info .shop-name .shop-name-main{color:#36383a;font-size:28px;font-weight:500;line-height:150%;letter-spacing:.72px;word-wrap:break-word}@media screen and (max-width: 841px){.shop-show-header-info .shop-name .shop-name-main{font-size:24px}}.shop-show-header-info .shop-name .shop-name-sub{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.36px;word-wrap:break-word;margin-top:8px}.shop-show-header-info .shop-description{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.84px}@media screen and (min-width: 1160px){.shop-show-header-info .shop-description.narrow{width:60%}}@media screen and (max-width: 540px){.shop-show-header-info .shop-description{max-width:100%}}.shop-show #shop-gallery-section .gallery-list{margin-bottom:0}@media screen and (max-width: 841px){.shop-show #shop-gallery-section .gallery-list .gallery-content-chips{margin:12px 0 0}}.shop-show #shop-gallery-section .gallery-list-item:nth-child(n+7){display:none}.shop-show .view-more{color:#238ab6;cursor:pointer;line-height:2;margin-top:56px;margin-bottom:72px;text-align:center;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.shop-show .view-more{font-size:14px}}.shop-show .view-more.open{display:none}@media screen and (max-width: 841px){.shop-show .view-more{margin-top:32px;margin-bottom:32px;font-size:16px}}.shop-show .view-more div{position:relative;display:inline-block}.shop-show .view-more div::after{position:absolute;left:0;content:"";width:100%;height:1px;background:#238ab6;bottom:-1px;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media screen and (max-width: 540px){.shop-show .view-more div::after{display:none}}.shop-show .view-more div:hover::after{transform:scaleX(1);transform-origin:left top}@media screen and (max-width: 540px){.shop-show .view-more div:hover::after{transition:none}}.shop-show .view-more div{display:inline-flex;justify-content:center;align-items:center}.shop-show #shop-construction-area-section{width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.shop-show #shop-construction-area-section{max-width:initial;width:100%}}.shop-show #shop-construction-area-section .construction-area-container{display:flex;flex-direction:column;align-items:center;row-gap:16px}.shop-show #shop-construction-area-section .construction-area-container #construction-area{width:100%;display:flex;flex-direction:column;row-gap:8px;max-height:200px;overflow-y:hidden;transition:height .5s ease-in-out}.shop-show #shop-construction-area-section .construction-area-container #construction-area.closed{-webkit-mask-image:linear-gradient(to bottom, black 50%, transparent 100%);mask-image:linear-gradient(to bottom, black 50%, transparent 100%)}.shop-show #shop-construction-area-section .construction-area-container #construction-area .prefecture-name{font-weight:500;color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:180%}@media screen and (max-width: 540px){.shop-show #shop-construction-area-section .construction-area-container #construction-area .prefecture-name{font-size:14px}}.shop-show #shop-construction-area-section .construction-area-container #construction-area .city-names{color:#36383a;font-size:14px;font-style:normal;font-weight:400;line-height:180%}@media screen and (max-width: 540px){.shop-show #shop-construction-area-section .construction-area-container #construction-area .city-names{font-size:12px}}.shop-show #shop-construction-area-section .construction-area-container #construction-area-more-button{display:none}.shop-show #shop-construction-area-section .construction-area-container #construction-area-more-button.show{display:inline-flex}.shop-show #shop-construction-area-section .construction-area-container #construction-area-close-button{display:none}.shop-show #shop-construction-area-section .construction-area-container #construction-area-close-button.show{display:inline-flex}.shop-show #shop-construction-area-section .prefecture-links{display:flex;flex-direction:column;align-items:center;margin-top:64px;row-gap:30px}@media screen and (max-width: 841px){.shop-show #shop-construction-area-section .prefecture-links{row-gap:16px;margin-top:40px}}.shop-show #shop-event-section .event-list{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:5%;row-gap:5vh}@media screen and (max-width: 841px){.shop-show #shop-event-section .event-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 540px){.shop-show #shop-event-section .event-list{grid-template-columns:repeat(1, 1fr)}}.shop-show #shop-basic-info-section .basic-info-containers{display:flex;flex-direction:column;row-gap:120px}@media screen and (max-width: 841px){.shop-show #shop-basic-info-section .basic-info-containers{row-gap:60px}}@media screen and (max-width: 540px){.shop-show #shop-basic-info-section .basic-info-containers{row-gap:40px}}.shop-show #shop-basic-info-section .basic-info-list-container{display:flex;flex-direction:row;column-gap:40px}@media screen and (max-width: 841px){.shop-show #shop-basic-info-section .basic-info-list-container{flex-direction:column}}.shop-show #shop-basic-info-section .basic-info-list-container .basic-info-map{width:100%;height:auto}@media screen and (max-width: 841px){.shop-show #shop-basic-info-section .basic-info-list-container .basic-info-map{height:352px}}.shop-show #shop-basic-info-section .basic-info-list-container .basic-info-map:not(:last-child){margin-bottom:80px}@media screen and (max-width: 540px){.shop-show #shop-basic-info-section .basic-info-list-container .basic-info-map:not(:last-child){margin-bottom:40px}}@media screen and (max-width: 540px){.shop-show #shop-basic-info-section .basic-info-list-container .basic-info-map{height:40vh}}.shop-show #shop-basic-info-section .notice{color:#6f6e6c;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.36px;padding-top:16px}@media screen and (max-width: 841px){.shop-show #shop-basic-info-section .notice{padding-bottom:40px}}@media screen and (max-width: 540px){.shop-show #shop-basic-info-section .notice{padding-top:12px;padding-bottom:24px}}.shop-show #company-info-section{width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.shop-show #company-info-section{max-width:initial;width:100%;padding-bottom:80px}}.shop-show #owner-voice-section{width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1160px){.shop-show #owner-voice-section{max-width:initial;width:100%}}@media screen and (max-width: 841px){.shop-show #owner-voice-section{max-width:400px}}.shop-show #owner-voice-section .gallery-related-cards{display:flex;flex-direction:column;row-gap:40px}.shop-show .basic-info-list.-narrow{width:70%;min-width:320px}@media screen and (max-width: 841px){.shop-show .basic-info-list.-narrow{width:100%}}@media screen and (max-width: 841px){.shop-show .basic-info-list{max-width:initial;min-width:initial;width:100%}}.shop-show .basic-info-list:last-child{margin-bottom:0}.shop-show .basic-info-list td,.shop-show .basic-info-list th{border-bottom:1px solid #e5e5e1}.shop-show .basic-info-list table{border-collapse:separate;width:100%}.shop-show .basic-info-list td,.shop-show .basic-info-list th{padding:24px 0;background-clip:padding-box;vertical-align:middle;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.84px}@media screen and (max-width: 540px){.shop-show .basic-info-list td,.shop-show .basic-info-list th{padding:initial;display:block}}.shop-show .basic-info-list th{color:#6f6e6c;min-width:75px;max-width:120px;width:20%;vertical-align:top}@media screen and (max-width: 540px){.shop-show .basic-info-list th{width:80px;padding-top:12px;margin-bottom:2px;border-bottom:none}}.shop-show .basic-info-list td{color:#36383a}@media screen and (max-width: 540px){.shop-show .basic-info-list td{padding-bottom:12px}}.shop-show #movie-section .article-movie-list .movie-item .article-title{font-size:14px;line-height:2;letter-spacing:.03em;color:#6f6e6c;margin-top:12px}@media screen and (max-width: 841px){.shop-show #movie-section .article-movie-list .movie-item .article-title{font-size:12px}}.shop-show #shop-staff-section{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}.shop-contact-button{display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:center;margin-top:80px;z-index:3}.shop-contact-button.only-pc{margin:120px 0 160px 0;position:sticky;bottom:0;padding:16px;font-size:16px;background-color:rgba(249,249,246,.96)}@media screen and (max-width: 841px){.shop-contact-button.only-pc{display:none}}.shop-contact-button .sub{color:#36383a;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.shop-contact-button .sub{display:flex;flex-wrap:wrap;justify-content:center;font-size:12px}}.shop-contact-button .button-primary-m{width:480px}@media screen and (max-width: 841px){.shop-contact-button .button-primary-m{max-width:380px;width:100%}}.shop-link-button{display:flex;justify-content:flex-end;color:#6f6e6c;font-size:11px;line-height:1.5;letter-spacing:.03em;margin-top:6px}@media screen and (max-width: 841px){.shop-link-button{font-size:10px}}.fixed-action-button-section .button-primary{max-width:380px;width:100%}#strength-section{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);background-color:#f2f2ec}#strength-section .strength-list{width:100%;max-width:900px;margin:auto;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 841px){#strength-section .strength-list{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){#strength-section .strength-list{width:auto;margin:auto}}.sns-link-section{display:flex;flex-direction:column;align-items:center;color:#6f6e6c}.sns-link-section .sns-heading{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.03em;text-align:center;margin-bottom:4px}@media screen and (max-width: 841px){.sns-link-section .sns-heading{font-size:14px}}.sns-link-section .sns-heading::before{content:"＼";margin-right:1em;font-size:12px}@media screen and (max-width: 841px){.sns-link-section .sns-heading::before{font-size:10px}}.sns-link-section .sns-heading::after{content:"／";font-size:12px;margin-left:1em}@media screen and (max-width: 841px){.sns-link-section .sns-heading::after{font-size:10px}}.sns-link-section .sns-comment{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.03em;text-align:center;margin-bottom:16px}.page-top-title-container{display:flex;flex-direction:column;row-gap:4px;margin-bottom:56px;margin-top:56px}@media screen and (max-width: 841px){.page-top-title-container{margin-top:32px;margin-bottom:24px}}.page-top-title-container.with-description{margin-bottom:40px}@media screen and (max-width: 841px){.page-top-title-container.with-description{margin-bottom:24px}}.page-top-title-container .sub{color:#36383a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 841px){.page-top-title-container .sub{font-size:12px;letter-spacing:.36px}}.page-top-title-container .title{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 540px){.page-top-title-container .title{flex-direction:column;align-content:center;align-items:center}}.page-top-description{width:100%;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:72px;color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.page-top-description{font-size:14px;margin-bottom:32px;width:100%}}h1.title,h1 .title{color:#36383a;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:180%;letter-spacing:.96px}@media screen and (max-width: 841px){h1.title,h1 .title{font-size:24px;letter-spacing:.72px}}h1 .sub{color:#36383a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 841px){h1 .sub{font-size:12px;letter-spacing:.36px}}.title.sub{color:#36383a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 841px){.title.sub{font-size:12px;letter-spacing:.36px}}h2.title,h2 .title{color:#6f6e6c;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.72px}@media screen and (max-width: 540px){h2.title,h2 .title{font-size:20px;letter-spacing:.6px}}h2.title.gray1,h2 .title.gray1{color:#36383a}h2.title.no-padding-top,h2 .title.no-padding-top{padding-top:0 !important}h2 .sub{color:#6f6e6c;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}h2 .sub.gray1{color:#36383a}h2 .sub.above{margin-bottom:10px}@media screen and (max-width: 540px){h2 .sub.above{margin-bottom:5px}}h2 .sub.under{margin-top:10px}@media screen and (max-width: 540px){h2 .sub.under{margin-bottom:5px}}.request-index{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.request-index{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.request-index{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}.request-index .request-title{margin:32px auto 48px}@media screen and (min-width: 842px){.request-index .request-title{margin:56px auto 72px}}@media screen and (max-width: 841px){.request-index .page-top-title-container.with-description{margin-bottom:48px}}.request-index .page-top-description p:not(:last-child){margin-bottom:1em}.request-index .sub-title{font-size:16px;line-height:1.5;letter-spacing:.03em;text-align:center;color:#36383a}@media screen and (max-width: 841px){.request-index .sub-title{font-size:12px}}.request-index-info{display:flex;flex-direction:column;align-items:center;background-color:#f2f3f2}@media screen and (max-width: 841px){.request-index-info{display:none}}.request-index-info .bg-img{width:100%;max-width:1920px;height:240px;margin-left:auto;margin-right:auto;background-image:url("/image/shop_introduction/shop_intoroduction_pc.webp");background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 540px){.request-index-info .bg-img{height:180px;background-image:url("/image/shop_introduction/shop_intoroduction_sp.webp")}}.request-index-check-list{padding:80px 0;background-color:#fff;display:flex;row-gap:56px;flex-direction:column}@media screen and (max-width: 841px){.request-index-check-list{padding:32px 40px;row-gap:24px}}@media screen and (max-width: 540px){.request-index-check-list{padding:32px 24px}}.request-index-check-list .title{color:#36383a;text-align:center;font-size:22px;font-weight:400;line-height:1.5;letter-spacing:.66px}@media screen and (max-width: 841px){.request-index-check-list .title{font-size:18px;letter-spacing:1.08px}}@media screen and (max-width: 540px){.request-index-check-list .title{text-align:left}}.request-index-check-list .checkpoint-list-container{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:12px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 540px){.request-index-check-list .checkpoint-list-container{width:100%;flex-direction:column}}.request-index-check-list .checkpoint-list{column-count:2}@media screen and (max-width: 841px){.request-index-check-list .checkpoint-list{column-count:1}}.request-index-check-list ul{list-style-type:none}.request-index-check-list ul>li{color:#36383a;font-size:16px;font-style:normal;font-weight:400;line-height:180%;letter-spacing:.48px;margin-bottom:20px;background-image:url("/image/icons/select_check_box.svg");background-repeat:no-repeat;padding-left:3em;background-position:left top 3px}.request-index-check-list ul>li:last-child{margin-bottom:0}@media screen and (max-width: 841px){.request-index-check-list ul>li{font-size:14px;letter-spacing:.42px;margin-bottom:12px;background-position:left top 1px}}.request-index .request-head{display:flex;flex-direction:column;align-items:center;color:#36383a}.request-index .request-head .button-centering-container{padding-top:40px}.request-index .request-head .request-head-text{display:flex;flex-direction:column;align-items:center;text-align:left;font-size:18px;font-weight:400;line-height:2;letter-spacing:.54px;padding:56px 0px}@media screen and (min-width: 842px){.request-index .request-head .request-head-text{font-size:22px;padding:120px 0 96px 0}}@media screen and (min-width: 842px){.request-index .request-head .request-head-text.-type-b{padding:96px 0}}@media screen and (max-width: 841px){.request-index .request-head .request-head-text.-type-b{padding:64px 0}}.request-index .request-head .request-head-present{margin-top:64px;width:100%;max-width:900px;display:flex;padding:80px 24px 64px;flex-direction:column;align-items:center;border:1px solid #6f6e6c}@media screen and (max-width: 841px){.request-index .request-head .request-head-present{padding:40px 24px 32px;margin-top:24px;width:100%;margin-left:auto;margin-right:auto}}@media screen and (max-width: 841px){.request-index .request-head .request-head-present.-type-b{margin-top:0}}.request-index .request-head .request-head-present-title{color:#36383a;text-align:center;font-weight:400;font-size:32px;line-height:2.3;letter-spacing:1.92px}@media screen and (max-width: 841px){.request-index .request-head .request-head-present-title{font-size:24px;letter-spacing:1.44px}}@media screen and (max-width: 540px){.request-index .request-head .request-head-present-title{font-size:18px;line-height:1.6;letter-spacing:1.08px}}.request-index .request-head .request-head-present-text{color:#36383a;text-align:center;font-size:14px;font-weight:400;line-height:2;letter-spacing:.42px;margin-bottom:22px}@media screen and (min-width: 842px){.request-index .request-head .request-head-present-text{font-size:16px;letter-spacing:.48px;margin-bottom:4px}}.request-index .request-head .request-head-present-life{display:flex;flex-direction:row;flex-wrap:wrap;color:#6f6e6c;text-align:center;font-size:12px;font-weight:500;line-height:2;letter-spacing:.36px;margin-bottom:12px;justify-content:center}@media screen and (min-width: 842px){.request-index .request-head .request-head-present-life{font-size:14px;letter-spacing:.42px;margin-bottom:32px}}.request-index .request-head .request-head-present-life .request-head-present-life-accent{font-size:14px;letter-spacing:.42px}@media screen and (min-width: 842px){.request-index .request-head .request-head-present-life .request-head-present-life-accent{font-size:16px;letter-spacing:.48px}}.request-index .request-head .request-head-present-book{display:flex;padding:0px 8px;justify-content:center;align-items:center;gap:16px;align-self:stretch;margin:16px 0}.request-index .request-head .request-head-present-book-line{width:30%;height:1px;color:#6f6e6c}.request-index .request-head .request-head-present-book-image{width:56px;height:56px}@media screen and (max-width: 540px){.request-index .request-head .request-head-present-book-image{width:30px;height:30px}}.request-index .request-head .request-head-present-image{width:100%;height:auto;max-width:500px}@media screen and (min-width: 842px){.request-index .request-head .request-head-present-image.-under-pc-bp{display:none}}.request-index .request-head .request-head-present-image.-only-pc{max-width:600px}@media screen and (max-width: 841px){.request-index .request-head .request-head-present-image.-only-pc{display:none}}.request-index .request-present-container{margin:0 auto}@media screen and (max-width: 841px){.request-index .request-present-container{width:100%}}.request-index .request-present-container .request-head-text{padding:80px 0 40px 0;font-size:20px;line-height:1.5;font-weight:400;letter-spacing:.03em}@media screen and (max-width: 841px){.request-index .request-present-container .request-head-text{font-size:14px;padding:56px 0 16px 0}}.request-index .request-present-container .request-present-item-list{display:flex;justify-content:center}@media screen and (min-width: 842px){.request-index .request-present-container .request-present-item-list{width:60vw}}@media screen and (max-width: 1000px){.request-index .request-present-container .request-present-item-list{flex-direction:column}}.request-index .request-present-container .request-present-item{background:#e8e8da;padding:40px 0;flex-shrink:0}.request-index .request-present-container .request-present-item.-dark{background:#d9d9c7;display:flex;justify-content:center}@media screen and (max-width: 1000px){.request-index .request-present-container .request-present-item.-dark{padding:24px 0;position:relative}}@media screen and (max-width: 1000px){.request-index .request-present-container .request-present-item{padding:24px 0;display:flex;justify-content:center}}@media screen and (min-width: 1001px){.request-index .request-present-container .request-present-item{width:50%;position:relative}}.request-index .request-present-container .plus-icon{position:absolute;top:50%;left:-11px}@media screen and (max-width: 1000px){.request-index .request-present-container .plus-icon{top:-11px;left:50%}}.request-index .request-present-container .badge{border-radius:50%;font-size:14px;line-height:1.5;background:#a9a979;color:#fff;width:82px;height:82px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #fff;position:absolute;left:12px;top:-16px}.request-index .request-present-container .badge span{display:block}@media screen and (max-width: 1000px){.request-index .request-present-container .badge{top:-10px;font-size:11px;width:66px;height:66px}}.request-index .request-present-container .badge.-sp{top:-38px;left:-40px}@media screen and (min-width: 1001px){.request-index .request-present-container .badge.-sp{display:none}}@media screen and (max-width: 1000px){.request-index .request-present-container .badge.-pc{display:none}}.request-index .request-present-container .images{display:flex;align-items:center;justify-content:center;height:100%}@media screen and (max-width: 1000px){.request-index .request-present-container .images{position:relative}}@media screen and (min-width: 1001px){.request-index .request-present-container .images img{max-width:91px;width:calc((100% - 60px)/3);height:auto}}.request-index .request-present-container .images img:not(:last-child){margin-right:14px}@media screen and (max-width: 1000px){.request-index .request-present-container .images img{width:84px;height:120px}.request-index .request-present-container .images img:not(:last-child){margin-right:12px}}.request-index .request-present-container .item-info{background:#f2f2ec;display:flex;align-items:center;padding:8px 16px;max-width:252px}@media screen and (max-width: 1000px){.request-index .request-present-container .item-info{position:relative;width:300px}}@media screen and (max-width: 1000px){.request-index .request-present-container .item-info .image img{width:40px;height:46px}}.request-index .request-present-container .text{margin-left:16px;line-height:1.5;font-weight:500}@media screen and (max-width: 1000px){.request-index .request-present-container .text{font-size:12px}}.request-index .cautionaly-note{color:#6f6e6c;font-size:12px;line-height:1.5;text-align:right;margin-top:8px}@media screen and (max-width: 1000px){.request-index .cautionaly-note{width:100%}}.request-index .request-form{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:900px;margin-left:auto;margin-right:auto;min-width:724px}@media screen and (max-width: 841px){.request-index .request-form{width:100%;min-width:0}}.request-index .request-form form{width:100%}.request-index .request-form .request-form-error{margin-bottom:8px;color:#eb5757;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.36px}.request-index .request-form .request-form-title{color:#36383a;font-size:18px;font-weight:500;line-height:1.5;letter-spacing:.54px}@media screen and (min-width: 842px){.request-index .request-form .request-form-title{font-size:22px;letter-spacing:.66px}}.request-index .request-form .request-form-heading{color:#36383a;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.request-index .request-form .request-form-heading{font-size:18px}}.request-index .request-form .request-form-heading-note{display:flex;padding:4px 0px;align-items:center;color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.36px}@media screen and (min-width: 842px){.request-index .request-form .request-form-heading-note{font-size:14px}}.request-index .request-form .request-form-wrapper{padding-top:32px}.request-index .request-form .request-form-wrapper .checkbox-question-container{margin-top:12px}.request-index .request-form .request-form-wrapper .checkbox-question-container{display:flex;flex-direction:column;row-gap:12px}@media screen and (max-width: 540px){.request-index .request-form .request-form-wrapper .checkbox-question-container{row-gap:16px}}.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-items:flex-start;column-gap:16px;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 540px){.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item{column-gap:8px}}.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item label{flex:1}.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item .notice-text{font-size:14px;font-weight:400;line-height:2;letter-spacing:.06em;color:#6f6e6c}@media screen and (max-width: 540px){.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item .notice-text{font-size:12px}}.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item .notice-text.hidden{display:none}.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item #other_comment_text{margin-bottom:4px}@media screen and (max-width: 540px){.request-index .request-form .request-form-wrapper .checkbox-question-container .checkbox-question-item #other_comment_text{margin-bottom:8px}}.request-index .request-form .request-form-label{color:#36383a;font-size:14px;font-weight:500;line-height:2;letter-spacing:.42px}@media screen and (min-width: 842px){.request-index .request-form .request-form-label{font-size:16px}}.request-index .request-form .request-form-label-required{color:#eb5757;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.36px;padding:2px 6px}.request-index .request-form .request-form-input{margin-top:0}.request-index .request-form .request-form-text{color:#36383a;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.84px;padding-top:8px}@media screen and (min-width: 842px){.request-index .request-form .request-form-text{font-size:16px;padding-top:12px}}.request-index .request-form .request-form-mail-delivery{padding-top:12px}.request-index .request-form .request-form-mail-delivery-label{color:#36383a;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.48px;margin-left:8px}.request-index .request-form .request-form-button{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 0px 80px 0px}@media screen and (min-width: 842px){.request-index .request-form .request-form-button{padding:120px 0px 160px 0px}}.request-index .request-form .request-form-button-text{width:248px;min-width:200px;height:44px;padding:8px 48px;font-size:14px}.request-index .request-form .request-form-button-text:disabled{color:#a6a7a5;background:#e5e5e1}@media screen and (min-width: 842px){.request-index .request-form .request-form-button-text{width:440px;height:56px}}.request-index .request-form-select{display:flex;padding-top:16px;padding-bottom:4px;align-items:center;gap:8px;align-self:stretch;color:#36383a;font-size:16px;font-weight:400;line-height:2;letter-spacing:.03em}@media screen and (max-width: 841px){.request-index .request-form-select{font-size:14px}}.request-index .request-form-select-note{color:#eb5757;font-size:12px;line-height:1.5;letter-spacing:.36px}.request-index .request-form-select-text{color:#6f6e6c;list-style:disc;list-style-position:inside;padding-left:.5em;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.request-index .request-form-area-title-wrapper{display:flex;align-items:flex-start;align-self:stretch;margin-top:20px}@media screen and (max-width: 841px){.request-index .request-form-area-title-wrapper{margin-top:12px}}.request-index .request-form-area-title{color:#6f6e6c;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.36px;width:100%}.request-index .request-form-area{display:flex;align-items:center;gap:8px;align-self:stretch;color:#36383a;font-size:14px;font-weight:500;line-height:2;letter-spacing:.42px}@media screen and (min-width: 842px){.request-index .request-form-area{padding:8px 0px}}.request-index .request-form-button-wrapper{display:flex;flex-direction:row-reverse;gap:32px;padding:40px 0 160px 0;align-items:center;justify-content:center;align-self:stretch}@media screen and (max-width: 841px){.request-index .request-form-button-wrapper{padding:24px 0 80px 0;flex-direction:column;gap:20px}}.request-index .request-form-buttons{display:flex;padding:24px 24px 40px 24px;justify-content:center;align-items:center;gap:24px;align-self:stretch;width:100%}.request-index .request-form-button-secondary{width:77px;height:44px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 842px){.request-index .request-form-button-secondary{width:113px;height:56px}}.request-index .request-form-button-primary{width:248px;height:44px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 842px){.request-index .request-form-button-primary{width:440px;height:56px}}.request-index .request-form-button-shop-primary{width:274px;height:44px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 842px){.request-index .request-form-button-shop-primary{width:440px;height:56px}}.request-index .request-form-introduction{display:flex;width:100%;padding:16px 16px 24px 16px;flex-direction:column;border:1px solid #e5e5e1;background:#fff;margin-top:24px}@media screen and (min-width: 842px){.request-index .request-form-introduction{margin-top:40px}}.request-index .request-form-introduction-checkbox{display:flex;align-items:center;gap:16px;align-self:stretch;color:#36383a;font-size:14px;font-style:normal;font-weight:500;line-height:2;letter-spacing:.42px}@media screen and (min-width: 842px){.request-index .request-form-introduction-checkbox{font-size:16px}}.request-index .request-form-introduction-text{color:#36383a;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.42px;padding-top:16px}@media screen and (min-width: 842px){.request-index .request-form-introduction-text{font-size:16px}}.request-index .request-form-policy{color:#6f6e6c;font-size:16px;font-weight:400;line-height:2;letter-spacing:.84px;margin-top:40px}.request-index .request-form-policy a{color:#238ab6}@media screen and (max-width: 841px){.request-index .request-form-policy{font-size:14px;margin-top:24px}}.request-index .request-form-shop{text-align:center;padding:24px 32px;background:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:40px;color:#36383a;font-size:14px;font-weight:400;line-height:2;letter-spacing:.84px;border:1px solid #f2f2ec}.request-index .request-form-shop-illustration{display:flex;justify-content:center;align-items:center;margin-top:16px;width:100%}@media screen and (min-width: 842px){.request-index .request-form-shop-illustration.-under-tb-bp{display:none}}.request-index .request-form-shop-illustration.-only-pc{padding:0 40px;margin-top:56px}@media screen and (max-width: 841px){.request-index .request-form-shop-illustration.-only-pc{display:none}}.request-index .request-form-shop-illustration-text{color:#6f6e6c;text-align:right;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.33px;margin-top:8px}.request-index .request-form-shop-list{margin-top:16px}.request-index .catalog-request-head{display:flex;flex-direction:column;align-items:center;color:#36383a;width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.request-index .catalog-request-head{width:100%}}.request-index .catalog-request-head .button-centering-container{padding:72px 0 56px 0}@media screen and (max-width: 841px){.request-index .catalog-request-head .button-centering-container.-pc{display:none}}.request-index .catalog-request-head .button-centering-container.-sp{padding:40px 0}@media screen and (min-width: 842px){.request-index .catalog-request-head .button-centering-container.-sp{display:none}}.request-index .catalog-request-head .catalog-request-head-title{font-weight:400;line-height:2;margin-bottom:40px}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-head-title{margin-bottom:32px}}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-head-title{margin-bottom:24px}}.request-index .catalog-request-head .catalog-request-head-title-catalog{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:1.44px}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-head-title-catalog{font-size:14px;letter-spacing:.84px}}.request-index .catalog-request-head .catalog-request-head-title-welcome{font-size:40px;font-style:normal;font-weight:500;letter-spacing:.96px;line-height:2;text-align:center}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-head-title-welcome{font-size:28px;letter-spacing:.6px}}.request-index .catalog-request-head .catalog-request-head-title-explanation{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;color:#36383a;text-align:center;font-size:16px;font-weight:400;line-height:2;letter-spacing:.96px}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-head-title-explanation{font-size:14px;letter-spacing:.84px;text-align:center}}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-head-title-explanation.-pc{display:none}}.request-index .catalog-request-head .catalog-request-head-title-explanation.-sp{margin-top:16px}@media screen and (min-width: 842px){.request-index .catalog-request-head .catalog-request-head-title-explanation.-sp{display:none}}.request-index .catalog-request-head .catalog-request-web-message{margin-top:24px;margin-bottom:8px;color:#6f6e6c;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.48px}.request-index .catalog-request-head .catalog-request-web-message::before{content:"＼";margin-right:24px}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-web-message::before{margin-right:16px}}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-web-message::before{margin-right:8px}}.request-index .catalog-request-head .catalog-request-web-message::after{content:"／";margin-left:24px}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-web-message::after{margin-left:16px}}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-web-message::after{margin-left:8px}}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-web-message{margin-top:30px;margin-bottom:22px;font-size:14px;letter-spacing:.42px}}@media screen and (max-width: 540px){.request-index .catalog-request-head .catalog-request-web-message{margin-top:16px;margin-bottom:12px;font-size:12px;letter-spacing:.36px}}.request-index .catalog-request-head .catalog-request-head-image{width:100%;height:auto}.request-index .catalog-request-head .catalog-request-head-image.-under-pc-bp{display:none}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-head-image.-under-pc-bp{display:block}}@media screen and (max-width: 841px){.request-index .catalog-request-head .catalog-request-head-image.-only-pc{display:none}}.request-index .sns-link-section{margin-bottom:56px}@media screen and (max-width: 841px){.request-index .sns-link-section{margin-bottom:40px}}.request-index .alert-message{width:100%;max-width:900px;margin:56px auto 0}@media screen and (max-width: 841px){.request-index .alert-message{width:100%}}.request-navigation{display:flex;flex-direction:column;align-items:center;width:100%}.request-navigation .request-navigation-line{width:239.216px;height:1px;color:#a6a7a5}.request-navigation .request-navigation-list{display:flex;align-items:flex-start;gap:34px;width:100%;position:relative;margin-bottom:40px}@media screen and (max-width: 841px){.request-navigation .request-navigation-list{gap:24px;margin-bottom:32px}}.request-navigation .request-navigation-item{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1 0 0}.request-navigation .request-navigation-number{display:flex;width:32px;height:32px;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:64px;background:#f9f9f6;border:1px solid #a6a7a5;z-index:1;color:#a6a7a5;font-size:16px;font-weight:400}.request-navigation .request-navigation-number.-active{background:#6f6e6c;border:1px solid #6f6e6c;color:#fff;font-weight:500}@media screen and (min-width: 1160px){.request-navigation .request-navigation-number{width:40px;height:40px;font-size:20px}}.request-navigation .request-navigation-text{text-align:center;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.42px;color:#6f6e6c}@media screen and (min-width: 1160px){.request-navigation .request-navigation-text{font-size:14px}}.request-navigation .request-navigation-list::before{content:"";position:absolute;top:25%;left:50%;transform:translateX(-50%);width:74%;height:1px;background:#a6a7a5}.request-thanks{display:flex;width:100%;flex-direction:column;align-items:center}.request-thanks img{margin:32px auto}.request-thanks .request-thanks-message{margin-top:24px}.request-thanks-title{color:#238ab6;text-align:center;font-size:24px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.request-thanks-title{font-size:20px}}.request-thanks-title.black{color:#36383a}.catalog-image{width:70vw;height:auto}@media screen and (min-width: 842px){.catalog-image{width:35vw;max-width:900px}}.request-thanks-message{color:#6f6e6c;text-align:left;font-size:14px;font-weight:400;line-height:200%;letter-spacing:.42px}@media screen and (min-width: 1160px){.request-thanks-message{font-size:16px;text-align:center}}.survey{width:100%;max-width:900px;margin-left:auto;margin-right:auto;border:1px solid #6f6e6c;padding:32px;display:flex;flex-direction:column;row-gap:32px;align-items:center;margin-bottom:0px}@media screen and (max-width: 841px){.survey{padding:24px 16px}}.survey.completed{padding:66px 32px}@media screen and (max-width: 841px){.survey{width:100%}.survey.completed{padding:48px 32px}}.survey .survey-title{color:#36383a;text-align:center;font-size:18px;font-weight:500;line-height:150%;letter-spacing:.54px;display:flex;justify-content:center;flex-direction:column;row-gap:16px;margin-bottom:16px}@media screen and (max-width: 540px){.survey .survey-title{font-size:16px;letter-spacing:.48px;margin-bottom:8px}}.survey .survey-title.completed{margin-bottom:0px}.survey .survey-title.request::after{content:"";display:block;height:10px;background-image:url("/image/request/survey-title-bottom.svg");background-size:auto;background-repeat:no-repeat;background-position:center center}.survey .survey-message{color:#6f6e6c;font-size:14px;font-weight:400;line-height:150%;letter-spacing:.42px;text-align:center}@media screen and (max-width: 540px){.survey .survey-message{font-size:12px;letter-spacing:.36px}}.survey .survey-form{width:100%;display:flex;flex-direction:column;row-gap:32px}.survey .survey-form .survey-container .survey-question-title{color:#36383a;font-size:16px;font-weight:500;line-height:200%;letter-spacing:.48px;margin-bottom:28px}@media screen and (max-width: 540px){.survey .survey-form .survey-container .survey-question-title{font-size:14px;letter-spacing:.42px;margin-bottom:16px}}.survey .survey-form .survey-container .survey-question-title .multiple{font-weight:400}.survey .survey-form .survey-container .checkbox-question-container{display:flex;flex-direction:column;row-gap:12px}@media screen and (max-width: 540px){.survey .survey-form .survey-container .checkbox-question-container{row-gap:16px}}.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-items:flex-start;column-gap:16px;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.42px}@media screen and (max-width: 540px){.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item{column-gap:8px}}.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item label{flex:1}.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item .notice-text{font-size:14px;font-weight:400;line-height:2;letter-spacing:.06em;color:#6f6e6c}@media screen and (max-width: 540px){.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item .notice-text{font-size:12px}}.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item .notice-text.hidden{display:none}.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item #other_comment_text{margin-bottom:4px}@media screen and (max-width: 540px){.survey .survey-form .survey-container .checkbox-question-container .checkbox-question-item #other_comment_text{margin-bottom:8px}}.survey .survey-form #survey-submit{margin-left:auto;margin-right:auto}.survey .survey-form .textarea-primary.disabled{display:none}.survey-completed-top-link{display:flex;justify-content:center;margin-top:80px;margin-bottom:160px}@media screen and (max-width: 540px){.survey-completed-top-link{margin-top:40px;margin-bottom:40px}}.selected-shops-section .selected-shops-title{color:#6f6e6c;text-align:center;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.48px;margin-top:40px}.selected-shops-section .selected-shops{margin-top:24px}.selected-shops-section .selected-shops .selected-shop{display:flex;flex-direction:row;gap:16px}.full-width-arrow{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);width:100vw;margin-top:48px}.request-button-wrapper{display:flex;justify-content:center;margin-top:16px}.request-button-wrapper .request-complete-message{padding:12px;background-color:#fff;color:#36383a;text-align:center;font-size:14px;font-weight:400;letter-spacing:.84px;padding:12px 72px;border:#f2f2ec solid 1px;display:flex;gap:8px}.request-button-wrapper .request-complete-message .complete{background-image:url("/image/icons/input-check.svg");background-size:contain;background-repeat:no-repeat;width:18px;height:18px}.request-button-wrapper .hide{display:none}.sns-link-section{margin-top:72px}.request-select-shop{display:flex;padding:24px;flex-direction:column;align-items:center;color:#36383a;background-color:#fff;margin-bottom:16px;border:1px solid #fff}.request-select-shop:has(.checkbox-primary:checked){border:1px solid #238ab6}@media screen and (max-width: 841px){.request-select-shop{padding:16px}}.request-select-shop .request-select-shop-checkbox{margin-top:4px}.request-select-shop .request-select-shop-head{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.request-select-shop .request-select-shop-label{color:#36383a}.request-select-shop .request-select-shop-label .shop-name-label .main{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-label .shop-name-label .main{font-size:18px}}.request-select-shop .request-select-shop-label .shop-name-label .sub{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.request-select-shop .request-select-shop-address{display:flex;flex-direction:row;align-items:center;column-gap:4px;margin-top:4px;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.03em}.request-select-shop .request-select-shop-address::before{content:"";width:14px;height:14px;background-image:url("/image/icons/location_pin.svg");background-size:contain;background-repeat:no-repeat}.request-select-shop .request-select-shop-content{display:flex;align-items:flex-start;gap:16px;margin-top:24px;width:100%}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-content{gap:16px;margin-top:16px;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}.request-select-shop .request-select-shop-description{width:50%;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-description{font-size:14px}}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-description{width:100%}}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-description.pc{display:none}}.request-select-shop .request-select-shop-description.sp{display:none;margin-top:16px}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-description.sp{display:flex;flex-direction:column;align-items:center}}.request-select-shop .request-select-shop-description.sp .shop-description-text.truncated{position:relative}.request-select-shop .request-select-shop-description.sp .shop-description-text.truncated::after{content:"…";position:absolute;right:0;bottom:0;padding-left:1.5em;background:linear-gradient(to right, transparent 0%, #ffffff 60%)}.request-select-shop .request-select-shop-description.no-image{width:100%;margin-top:0}.request-select-shop .request-select-shop-image{float:left;display:flex;align-items:center;width:50%;height:auto;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-image{width:100%;max-width:496px}}.request-select-shop .request-select-shop-image .swiper{width:100%}.request-select-shop .request-select-shop-image .swiper-wrapper{align-items:center}.request-select-shop .request-select-shop-image .swiper-button-prev::after,.request-select-shop .request-select-shop-image .swiper-button-next::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;margin:auto;width:25px}.request-select-shop .request-select-shop-image .swiper-button-next,.request-select-shop .request-select-shop-image .swiper-button-prev{height:50px;width:50px}.request-select-shop .request-select-shop-image .swiper-button-prev::after{background-image:url("/image/icons/paginate-arrow-prev-gray2.svg")}.request-select-shop .request-select-shop-image .swiper-button-next::after{background-image:url("/image/icons/paginate-arrow-next-gray2.svg")}.request-select-shop .request-select-shop-image .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background:#e5e5e1;opacity:1}.request-select-shop .request-select-shop-image .swiper-pagination-bullet-active{background:#238ab6}.request-select-shop .request-select-shop-image .swiper-pagination-fraction{position:absolute;bottom:10px;right:10px;left:auto;width:fit-content;z-index:1;background:rgba(166,167,165,.7490196078);color:#fff;padding:3px 8px;color:#fff;font-size:12px;line-height:1.6;letter-spacing:.03em;border-radius:14px}.request-select-shop .request-select-shop-image .swiper-button-next,.request-select-shop .request-select-shop-image .swiper-button-prev{position:initial;display:flex;height:40px;width:40px;left:initial;right:initial;top:initial;margin-top:initial;align-items:center;flex-shrink:0}.request-select-shop .request-select-shop-image.one-image .swiper-button-next,.request-select-shop .request-select-shop-image.one-image .swiper-button-prev{cursor:default}.request-select-shop .request-select-shop-image.one-image .swiper-button-next::after,.request-select-shop .request-select-shop-image.one-image .swiper-button-prev::after{display:none}.request-select-shop .request-select-shop-gallery{width:100%;position:relative;margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__title{margin-top:24px;text-align:left;padding-left:24px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.03em}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__title{font-size:14px}}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__title{margin-top:16px;padding-left:16px}}.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__list{display:flex;gap:12px;margin-top:4px;overflow-x:auto;padding-left:24px;padding-right:24px;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__list::-webkit-scrollbar{display:none}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__list{gap:8px;padding-left:16px;padding-right:16px;padding-bottom:16px}}.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__list img{width:120px;height:120px;object-fit:cover}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-gallery .request-select-shop-gallery__list img{width:100px;height:100px}}@media screen and (max-width: 841px){.request-select-shop .request-select-shop-gallery{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}.react-datepicker__navigation-icon::before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:"Helvetica Neue",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *::before{border-color:hsl(0, 0%, 65%)}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next::before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous::before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:rgba(0, 0, 0, 0)}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:rgb(28.75, 93.2196969697, 143.75)}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:bold}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:rgb(49.8551020408, 189.6448979592, 62.5632653061)}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:rgb(207, 82.9642857143, 0)}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:rgb(28.75, 93.2196969697, 143.75)}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:rgb(186.25, 217.0833333333, 241.25);color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:rgb(28.75, 93.2196969697, 143.75)}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33, 107, 165, 0.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid rgba(0, 0, 0, 0);border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:hsl(0, 0%, 70%)}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:hsl(0, 0%, 70%)}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:hsl(0, 0%, 70%)}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:rgba(0, 0, 0, 0);border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled::after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-0.125em}.article-categories-container{width:100%;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(4, 1fr);justify-content:space-between;row-gap:40px;column-gap:40px;margin-bottom:64px}@media screen and (max-width: 1130px){.article-categories-container{width:100%}}@media screen and (max-width: 841px){.article-categories-container{grid-template-columns:repeat(2, 1fr);row-gap:24px;margin-bottom:48px;column-gap:16px}.article-categories-container.sp-large{row-gap:40px}}.article-categories-container .category-item{min-width:0;display:flex;flex-direction:column;gap:16px;align-items:center}@media screen and (max-width: 540px){.article-categories-container .category-item{gap:0}}.article-categories-container .category-item__image{overflow:hidden;text-align:center;border-radius:50%}@media screen and (max-width: 540px){.article-categories-container .category-item__image{margin-bottom:12px}}.article-categories-container .category-item__image img{width:100%;height:100%;object-fit:cover;max-width:136px;max-height:136px}.article-categories-container .category-item__image img.sp-large{max-width:136px;max-height:136px}@media screen and (max-width: 540px){.article-categories-container .category-item__image img{max-width:80px;max-height:80px}}.article-categories-container .category-item__title{color:#6f6e6c;font-size:16px;letter-spacing:.96px;font-weight:400;line-height:150%;text-align:center;word-break:keep-all;flex:1;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 841px){.article-categories-container .category-item__title{flex:2}}@media screen and (max-width: 540px){.article-categories-container .category-item__title{font-size:14px;letter-spacing:.42px;margin-bottom:8px}}.article-categories-container .category-item__text{color:#6f6e6c;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.36px;word-break:keep-all;max-width:180px}@media screen and (max-width: 540px){.article-categories-container .category-item__text{font-size:11px;line-height:150%;letter-spacing:.33px}}.profile-top{color:#36383a;width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}@media screen and (max-width: 841px){.profile-top{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.profile-top{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (min-width: 842px){.profile-top .profile-top-contents{width:100%;max-width:900px;margin:0 auto}}.profile-top .authors-list{display:flex;flex-wrap:wrap;row-gap:32px;column-gap:40px}@media screen and (max-width: 841px){.profile-top .authors-list{flex-direction:column;row-gap:16px;column-gap:0}}.profile-top .author-item{width:calc((100% - 40px)/2);background-color:#fff;padding:24px}@media screen and (max-width: 841px){.profile-top .author-item{width:100%}}.profile-top .author-item .author-item-top{display:flex;margin-bottom:16px;min-height:90px}.profile-top .author-item .author-item-top .author-image-container{width:90px;height:90px;flex-shrink:0;margin-right:40px}@media screen and (max-width: 841px){.profile-top .author-item .author-item-top .author-image-container{margin-right:16px}}.profile-top .author-item .author-item-top .author-image-container .author-image{width:100%;height:100%;object-fit:cover}.profile-top .author-item .author-item-top .section-right{display:flex;flex-direction:column;justify-content:center}.profile-top .author-item .author-item-top .author-name{font-size:22px;font-weight:600;line-height:1.5;letter-spacing:.66px}@media screen and (max-width: 841px){.profile-top .author-item .author-item-top .author-name{font-size:16px;letter-spacing:.48px}}.profile-top .author-item .author-item-top .author-name-en{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.36px}.profile-top .author-item .author-item-bottom{color:#27272a;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.42px}@media screen and (max-width: 841px){.profile-top .author-item .author-item-bottom{font-size:12px;letter-spacing:.36px}}.profile-top .recommend-articles{margin:0 auto;padding-bottom:120px}@media screen and (min-width: 842px){.profile-top .recommend-articles{width:100%;max-width:900px}}@media screen and (max-width: 841px){.profile-top .recommend-articles{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.profile-top .recommend-articles .article-list-main{margin:0 auto}.profile-top .recommend-articles h2.title{font-size:22px;font-weight:400;line-height:1.5;letter-spacing:.66px;padding:120px 0 72px}@media screen and (max-width: 841px){.profile-top .recommend-articles h2.title{font-size:18px;padding:56px 0 40px}}.profile-detail{color:#36383a}@media screen and (min-width: 842px){.profile-detail{width:84vw;max-width:1210px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 841px){.profile-detail{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (max-width: 540px){.profile-detail{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media screen and (min-width: 842px){.profile-detail .profile-detail-container{width:100%;max-width:900px;margin:0 auto}}.profile-detail .profile-detail-container .profile-card{background-color:#fff;padding:32px;display:flex;align-self:stretch;gap:40px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card{padding:32px 24px;flex-direction:column;gap:16px;align-items:center;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.profile-detail .profile-detail-container .profile-card .profile-card-image-container{width:160px;height:160px;flex-shrink:0}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-image-container{width:80px;height:80px}}.profile-detail .profile-detail-container .profile-card .profile-card-image-container .profile-card-image{width:100%;height:100%;object-fit:cover}.profile-detail .profile-detail-container .profile-card .profile-card-information{width:auto;flex-grow:1;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.48px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information{font-size:14px;letter-spacing:.42px;width:100%}}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container{display:flex;align-items:center;margin-bottom:16px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container{justify-content:center;margin-bottom:24px}}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container .author-name{font-size:24px;font-weight:500;letter-spacing:.72px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container .author-name{line-height:2}}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container .author-name-en{color:#6f6e6c;font-size:14px;letter-spacing:.42px}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-name-container .author-name-en::before{content:"";display:inline-block;width:.5px;height:10px;background-color:#a6a7a5;margin:0 12px}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-organization{margin-bottom:8px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information .author-organization{margin-bottom:0}}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-certification{margin-bottom:16px}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-certification .author-certification-caption{color:#6f6e6c;font-size:14px;letter-spacing:.42px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information .author-certification .author-certification-caption{font-size:12px;letter-spacing:.36px}}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-certification .author-certification-content{margin-bottom:8px}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-description{margin-bottom:16px}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-org-link-container{padding:8px 0;display:flex;justify-content:flex-end;align-items:center}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-org-link-container .author-org-link{color:#238ab6;display:flex;align-items:center}.profile-detail .profile-detail-container .profile-card .profile-card-information .author-org-link-container .author-org-link::after{content:"";display:inline-block;width:20px;height:20px;background:url("/image/icons/external-link.svg") no-repeat;background-size:contain;margin-left:12px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .profile-card .profile-card-information .author-org-link-container .author-org-link{font-size:14px}}.profile-detail .profile-detail-container .author-articles-list{margin-bottom:120px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .author-articles-list{margin-bottom:56px}}.profile-detail .profile-detail-container .author-articles-list .article-list-title{color:#6f6e6c;text-align:center;font-size:24px;font-weight:400;line-height:1.5;letter-spacing:.72px;padding:80px 0 72px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .author-articles-list .article-list-title{font-size:20px;letter-spacing:.6px;padding:56px 0 40px}}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .author-articles-list .article-list-simple{margin-inline:auto}}@media screen and (max-width: 540px){.profile-detail .profile-detail-container .author-articles-list .article-list-simple{padding-bottom:52px;width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}}.profile-detail .profile-detail-container .author-articles-list .author-index-link-container{text-align:center}.profile-detail .profile-detail-container h2.title{font-size:22px;font-weight:400;line-height:1.5;letter-spacing:.66px;padding-bottom:72px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container h2.title{padding-bottom:40px;font-size:18px;font-weight:400;letter-spacing:.54px}}.profile-detail .profile-detail-container .recommend-articles{margin-bottom:120px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .recommend-articles{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);margin-bottom:56px}}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .recommend-articles .article-list-main{margin:0 auto}}.profile-detail .profile-detail-container .category-articles{margin-bottom:120px}@media screen and (max-width: 841px){.profile-detail .profile-detail-container .category-articles{margin-bottom:80px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:400;src:url("/assets/noto-sans-400-20250311-57583ef7.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:500;src:url("/assets/noto-sans-500-20250311-4c422d10.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Zen Kurenaido";font-style:normal;font-weight:400;src:url("/assets/zen-kurenaido-400-20250204-4a61a679.woff2") format("woff2")}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{font-family:"Noto Sans JP",sans-serif;color:#36383a;background-color:#f9f9f6;display:flex;flex-direction:column;min-height:100vh;overflow-x:clip;scrollbar-gutter:stable;overflow-y:scroll}body.menu-opened{overflow-y:hidden}section{scroll-margin-top:96px}@media screen and (max-width: 841px){section{scroll-margin-top:64px}}main{margin-left:auto;margin-right:auto;margin-top:96px;width:100%}@media screen and (max-width: 841px){main{margin-top:64px}}@media screen and (max-width: 540px){main{margin-top:0}}main#top-top{margin-top:0}aside{margin-top:160px;padding-bottom:120px}@media screen and (max-width: 1024px){aside{padding-bottom:80px}}aside.for-web-catalog{background-color:#f9f9f6;margin-top:0}#page-transition-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f9f9f6;opacity:1;visibility:visible;transition:opacity .1s ease-in-out;z-index:500}.short-drawn-arrow{stroke:#6f6e6c;transform:translateX(0);transition:400ms}
