<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ffN {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
.ffM {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s;
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s;
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}
.l-main {
    background: url(../../img/top/top.png) center center/100% auto repeat;
    padding-bottom: 50px;
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    .l-main {
        padding-bottom: 30px;
    }
}
#ui-datepicker-div {
    font-size: 14px;
    z-index: 999999 !important;
}
.top__gallery li {
    width: 50%;
    height: 206px;
}
@media only screen and (max-width: 767px) {
    .top__gallery li {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
}
.top__gallery li:first-child {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .top__gallery li:first-child {
        border: none;
    }
}
.top__gallery li:nth-child(2) {
    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .top__gallery li:nth-child(2) {
        border: none;
    }
}
.top__gallery li:nth-child(3) {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .top__gallery li:nth-child(3) {
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .top__gallery__sp {
        overflow: hidden;
    }
}
.top__gallery__sp .item {
    margin-bottom: 20px;
}
.top__gallery__sp .item .imgGallery {
    display: block;
    height: 136px;
    position: relative;
}
.top__gallery__sp .item .imgGallery:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.top__gallery__sp h5 {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    font-weight: bold;
    position: relative;
    z-index: 100;
}
.top__gallery__sp p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #323232;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding: 5px 20px 0;
}
ul {
    overflow: hidden;
}

.gnav .gnav__content ul {

    overflow: visible;
}

.snav .snav__content ul {

    overflow: visible;
}

ul li {
    float: left;
    position: relative;
}
ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
ul li a:hover {
    opacity: 1;
}
ul li a:hover .hover {
    display: block;
}
ul li a .hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 50px 80px 30px;
    display: none;
}
@media only screen and (min-width: 768px) {
    ul li a .hover {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
ul li a .hover h5 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
    ul li a .hover h5 {
        font-size: 15px;
        font-size: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
}
ul li a .hover p {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
    ul li a .hover p {
        display: none;
    }
}
.top {
    overflow-x: hidden;
}
.top .visual {
    background: url(../../img/top/top_visual.png) center/cover no-repeat;
    border-bottom: 5px solid #1e1e3c;
}
@media only screen and (max-width: 767px) {
    .top .visual {
        background: url(../../img/top/sp/top_visual_sp.png) center/cover no-repeat;
        position: relative;
        border: none;
    }
}
.top .visual .scrolldown {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .top .visual__content h2 {
        width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .top .visual__content h2 {
        width: auto;
    }
}
.top .search {
    background: url(../../img/top/top_bg01.png) no-repeat top center;
    background-size: cover;
    padding-top: 50px;
}
@media only screen and (max-width: 767px) {
    .top .search {
        /*padding-top: 165px;*/
        padding-top: 136px;
    }
}
@media only screen and (max-width: 767px) {
    .top .search .inner {
        padding: 0 0 20px;
    }
}
.top .search__title {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    letter-spacing: 0.18em;
    line-height: 55px;
    color: #1e1e3c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}
.top .search__content {
    background: url(../../img/top/top_img01.png) no-repeat top center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .top .search__content {
        background: url(../../img/top/sp/top_img01_sp.png) no-repeat top center;
        background-size: cover;
    }
}
.top .search__article {
    max-width: 1030px;
    font-size: 0px;
    font-size: 0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-44px);
}
@media only screen and (max-width: 767px) {
    .top .search__article {
        transform: translate(0, 54px);
        transition: all 0.6s ease;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .top .search__article.is-active {
        transform: translate(0, 0);
    }
}
.top .search__article ul {
    width: calc(100% - 114px);
    border: 1px solid #1e1e3c;
    background: #fff;
    height: 100px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .top .search__article ul {
        width: 100%;
        height: 85px;
        align-items: center;
    }
}
.top .search__article ul li {
    width: 24.7%;
    height: 100%;
    padding-top: 15px;
    border-right: 1px solid #1e1e3c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    position: relative;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    cursor: pointer;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .top .search__article ul li {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .search__article ul li {
        width: 25%;
        font-size: 10px;
        font-size: 1rem;
        height: 58px;
        padding: 10px 0 15px;
    }
}
.top .search__article ul li input[type="text"],
.top .search__article ul li select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.top .search__article ul li:after {
    content: "";
    width: 100px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background: url("../../img/top/top_arrow.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .search__article ul li:after {
        width: 75px;
        height: 13px;
        background: url("../../img/top/sp/top_arrow_sp.png") center no-repeat;
        background-size: 100% 100%;
        bottom: 0;
    }
}
.top .search__article ul li:first-of-type {
    width: 24.2%;
    padding-top: 7px;
}
@media only screen and (max-width: 767px) {
    .top .search__article ul li:first-of-type {
        padding-top: 0;
        width: 25%;
    }
}
.top .search__article ul li:first-of-type em {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    margin-bottom: -10px;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .top .search__article ul li:first-of-type em {
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 5px;
        margin-bottom: -5px;
    }
}
.top .search__article ul li:last-of-type {
    border-right: none;
}
.top .search__article ul li span {
    font-size: 35px;
    font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
    .top .search__article ul li span {
        font-size: 20px;
        font-size: 2rem;
    }
}
.top .search__article .searchbutton {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
}
@media only screen and (max-width: 767px) {
    .top .search__article .searchbutton {
        display: block;
        width: calc(100% - 30px);
        margin: 10px auto 0;
    }
}
.top .search__article .searchbutton a {
    display: block;
    padding: 34px 37px;
    height: 100px;
    color: #fff;
    background: #1e1e3c;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    .top .search__article .searchbutton a {
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 10px 0;
        height: auto;
    }
}
.top .search__button {
    /*margin: -14px auto 60px;*/
    margin: -14px auto 40px;
    text-align: center;
    font-size: 0px;
    font-size: 0rem;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
    .top .search__button {
        margin: -88px auto 0;
    }
}
.top .search__button li {
    width: 285px;
    height: auto !important;
    float: none;
    display: inline-block;
    margin-right: 35px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    outline-offset: -3px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .top .search__button li {
        display: block;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .top .search__button li:first-child {
        margin-bottom: 18px;
    }
}
.top .search__button li:last-of-type {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .top .search__button li:last-of-type {
        margin-right: auto;
    }
}
.top .search__button li a {
    display: block;
    padding: 13px 0;
    background: #fff;
    letter-spacing: 0.1em;
    font-weight: 300;
    border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
    .top .search__button li a {
        padding: 12px 0;
        font-size: 15px;
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 767px) {
    .top .search__button li a:hover {
        opacity: 0.5;
    }
}
.top .search__button li a span {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
}
.top .search__button li a span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -14px;
    border-bottom: 7.5px solid transparent;
    border-left: 5px solid #000;
    border-top: 7.5px solid transparent;
    top: 50%;
    transform: translateY(-50%);
}
.top .search__info {
    padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .top .search__info {
        margin: 45px 0 -65px;
        padding-bottom: 0;
    }
}
.top .search__info h4 {
    width: 400px;
    position: relative;
    margin: 0 auto 35px;
    text-align: center;
    z-index: 99;
    background: url(../../img/top/top_bg03.png) no-repeat center;
}
@media only screen and (max-width: 767px) {
    .top .search__info h4 {
        background: none;
        width: auto;
        margin: 0 auto 20px;
    }
}
.top .search__info span {
    width: 205px;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    margin: 5px auto 0;
    position: relative;
    font-weight: bold;
    padding: 0 35px 0 40px;
    letter-spacing: 0.12em;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .top .search__info span {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0 30px;
        width: 150px;
    }
}
.top .search__info span:before,
.top .search__info span:after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}
@media only screen and (max-width: 767px) {
    .top .search__info span:before,
    .top .search__info span:after {
        width: 20px;
    }
}
.top .search__info span:before {
    left: 0;
}
.top .search__info span:after {
    right: 0;
}
.top .search__info p {
    background: url(../../img/top/top_bg04.png) no-repeat center;
    text-align: center;
    margin-bottom: 10px;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    font-weight: bold;
    padding: 3px 0;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .top .search__info p {
        width: calc(100% - 60px);
        margin: 0 auto 10px;
        background: url(../../img/top/sp/top_bg04_sp.png) no-repeat center;
        font-size: 11px;
        font-size: 1.1rem;
        padding: 6px 0;
    }
}
.top .search__style {
    position: relative;
    bottom: -25px;
}
@media only screen and (max-width: 767px) {
    .top .search__style {
        bottom: -95px;
    }
}
.top .search__style ul {
    max-width: 895px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .top .search__style ul {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.top .search__style ul li {
    width: 280px;
    height: 50px;
    text-align: center;
    margin-right: 27px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .top .search__style ul li {
        height: 35px;
        margin: 0 auto 10px;
        width: calc(100% - 60px);
    }
}
.top .search__style ul li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .top .search__style ul li:last-child {
        margin-right: auto;
    }
}
.top .search__style ul a {
    display: block;
    color: #fff;
    height: 50px;
    background: #4b4b63;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: 700;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .top .search__style ul a {
        font-size: 12px;
        font-size: 1.2rem;
        height: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 767px) {
    .top .search__style ul a:hover {
        opacity: 0.5;
    }
}
.top .search__style ul span {
    position: relative;
}
.top .search__style ul span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #fff;
    border-top: 8px solid transparent;
}
@media only screen and (max-width: 767px) {
    .top .search__style ul span:after {
        width: 4px;
        height: 10px;
        border-bottom: 5px solid transparent;
        border-left: 4px solid #fff;
        border-top: 5px solid transparent;
        right: -14px;
    }
}
.top .video {
    height: 445px;
    max-width: 1095px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .top .video {
        padding: 0 0 75px;
        height: auto;
    }
}
.top .video .inner {
    max-width: 1095px;
    height: 100%;
    overflow: hidden;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .top .video .inner {
        width: 100%;
        height: 200px;
        padding: 0;
    }
}
.top .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top .hall {
    padding-top: 115px;
}
@media only screen and (max-width: 767px) {
    .top .hall {
        padding-top: 0;
    }
}
.top .hall .c-article {
    margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .top .hall .c-article {
        margin-bottom: 40px;
    }
}
.top .hall .c-article__first {
    text-indent: -15px;
}
.top .hall .c-article__second {
    text-indent: 15px;
}
.top .hall .c-article.fPos {
    margin-top: -60px;
    height: 225px;
}
.top .hall .main__img {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .top .hall .main__img {
        margin-bottom: 30px;
    }
}
.top .hall .main__img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner {
        padding: 0 10px;
    }
}
.top .hall .inner .c-title {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner .c-title {
        margin-bottom: 10px;
    }
}
.top .hall .inner .c-intro {
    margin-bottom: 50px;
    padding: 0 200px;
}
@media only screen and (max-width: 1280px) {
    .top .hall .inner .c-intro {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .hall .inner .c-intro {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}
.top .hall .inner .c-intro p:not(.c-title) {
    color: #323232;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner .c-intro p:not(.c-title) {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 23px;
    }
}
.top .hall .inner ul {
    padding: 0 86px;
    margin-bottom: 45px;
    margin-top: 0;
}
@media only screen and (max-width: 1280px) {
    .top .hall .inner ul {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul {
        padding: 0;
    }
}
.top .hall .inner ul li:nth-of-type(1) {
    background: url("../../img/top/top_img03.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(1) {
        background: none;
    }
}
.top .hall .inner ul li:nth-of-type(2) {
    background: url("../../img/top/top_img04.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(2) {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(2) .hover {
        background: url("../../img/top/sp/top_img04_sp.png") center center/cover no-repeat;
    }
}
.top .hall .inner ul li:nth-of-type(3) {
    background: url("../../img/top/top_img05.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(3) {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(3) .hover {
        background: url("../../img/top/sp/top_img05_sp.png") center center/cover no-repeat;
    }
}
.top .hall .inner ul li:nth-of-type(4) {
    background: url("../../img/top/top_img06.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(4) {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
    .top .hall .inner ul li:nth-of-type(4) .hover {
        background: url("../../img/top/sp/top_img06_sp.png") center center/cover no-repeat;
    }
}
.top .hall .inner .top__gallery__sp .item:first-child .imgGallery {
    background: url("../../img/top/sp/top_img03_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .hall .inner .top__gallery__sp .item:nth-child(2) .imgGallery {
    background: url("../../img/top/sp/top_img04_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .hall .inner .top__gallery__sp .item:nth-child(3) .imgGallery {
    background: url("../../img/top/sp/top_img05_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .hall .inner .top__gallery__sp .item:last-child .imgGallery {
    background: url("../../img/top/sp/top_img06_sp.png") center center/cover no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .top .hall .detailbutton {
        margin-top: 10px;
    }
}
.top .room {
    margin-top: 110px;
}
@media only screen and (max-width: 767px) {
    .top .room {
        margin-top: 70px;
    }
}
.top .room .c-article {
    margin-bottom: 55px;
    letter-spacing: 0.28em;
}
@media only screen and (max-width: 767px) {
    .top .room .c-article {
        margin-bottom: 50px;
        letter-spacing: 0.4em;
    }
}
.top .room .c-article__first {
    text-indent: -50px;
}
.top .room .c-article__second {
    text-indent: 50px;
}
.top .room .c-article.fPos {
    height: 260px;
    margin-top: -50px;
}
.top .room .main__img {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
    .top .room .main__img {
        margin-bottom: 30px;
    }
}
.top .room .main__img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .top .room .inner {
        padding: 0 10px;
    }
}
.top .room .inner .c-title {
    margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
    .top .room .inner .c-title {
        margin-bottom: 10px;
    }
}
.top .room .inner .c-intro {
    padding: 0 200px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
    .top .room .inner .c-intro {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .room .inner .c-intro {
        margin-bottom: 20px;
        padding: 0 20px;
    }
}
.top .room .inner .c-intro p:not(.c-title) {
    letter-spacing: 0.14em;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .top .room .inner .c-intro p:not(.c-title) {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.top .room .inner ul {
    padding: 0 86px;
}
@media only screen and (max-width: 1280px) {
    .top .room .inner ul {
        padding: 0;
    }
}
.top .room .inner ul .hover {
    padding-top: 85px;
}
.top .room .inner ul li:nth-of-type(1) {
    background: url("../../img/top/top_img08.png") center center/cover no-repeat;
}
.top .room .inner ul li:nth-of-type(2) {
    background: url("../../img/top/top_img09.png") center center/cover no-repeat;
}
.top .room .inner ul li:nth-of-type(3) {
    background: url("../../img/top/top_img10.png") center center/cover no-repeat;
}
.top .room .inner ul li:nth-of-type(4) {
    background: url("../../img/top/top_img11.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .room .inner .top__gallery__sp .item {
        margin-bottom: 10px;
    }
}
.top .room .inner .top__gallery__sp .item:first-child .imgGallery {
    background: url("../../img/top/sp/top_img08_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .room .inner .top__gallery__sp .item:nth-child(2) .imgGallery {
    background: url("../../img/top/sp/top_img09_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .room .inner .top__gallery__sp .item:nth-child(3) .imgGallery {
    background: url("../../img/top/sp/top_img10_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .room .inner .top__gallery__sp .item:last-child .imgGallery {
    background: url("../../img/top/sp/top_img11_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .room .detailbutton {
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .top .room .detailbutton {
        margin-top: 20px;
    }
}
.top .food {
    margin-top: 165px;
}
@media only screen and (max-width: 767px) {
    .top .food {
        margin-top: 70px;
    }
}
.top .food .c-article {
    margin-bottom: 65px;
    letter-spacing: 0.28em;
}
@media only screen and (max-width: 767px) {
    .top .food .c-article {
        margin: 75px auto 50px;
        letter-spacing: 0.4em;
    }
}
.top .food .c-article__first {
    text-indent: -70px;
}
@media only screen and (max-width: 767px) {
    .top .food .c-article__first {
        text-indent: -45px;
    }
}
.top .food .c-article__second {
    text-indent: 55px;
}
@media only screen and (max-width: 767px) {
    .top .food .c-article__second {
        text-indent: 45px;
    }
}
.top .food .c-article.fPos {
    height: 300px;
    margin-top: -80px;
}
.top .food .main__img {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .top .food .main__img {
        margin-bottom: 25px;
    }
}
.top .food .main__img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .top .food .inner {
        padding: 0;
    }
}
.top .food .inner .c-title {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .top .food .inner .c-title {
        margin-bottom: 10px;
    }
}
.top .food .inner .c-intro {
    padding: 0 200px;
    margin-bottom: 90px;
}
@media only screen and (max-width: 1280px) {
    .top .food .inner .c-intro {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .food .inner .c-intro {
        padding: 0 30px;
        margin-bottom: 50px;
    }
}
.top .food .inner .c-intro p:not(.c-title) {
    letter-spacing: 0.14em;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .top .food .inner .c-intro p:not(.c-title) {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 23px;
    }
}
.top .food__2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 85px 0 50px;
    align-items: center;
}
@media only screen and (max-width: 1280px) {
    .top .food__2col {
        padding: 0;
    }
}
.top .food__2col__img {
    width: 600px;
}
.top .food__2col__content {
    padding-left: 50px;
}
.top .food__2col__content .ttl {
    font-size: 20px;
    font-size: 2rem;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    letter-spacing: 0.1em;
    color: #323232;
    font-weight: bold;
    margin-bottom: 40px;
}
.top .food__2col__content p:not(.ttl) {
    color: #323232;
    line-height: 28px;
    letter-spacing: 0.14em;
}
.top .food ul {
    padding: 0 86px;
    margin: 100px 0 50px;
}
@media only screen and (max-width: 1280px) {
    .top .food ul {
        padding: 0;
    }
}
.top .food ul .hover {
    padding-top: 40px;
}
.top .food ul li:nth-of-type(1) {
    background: url("../../img/top/top_img14.jpg") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .food ul li:nth-of-type(1) {
        background: url("../../img/top/top_img14_sp.jpg") center center/cover no-repeat;
    }
}
.top .food ul li:nth-of-type(2) {
    background: url("../../img/top/top_img15.png") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
    .top .food ul li:nth-of-type(2) {
        background: url("../../img/top/top_img15_sp.png") center center/cover no-repeat;
    }
}
@media only screen and (max-width: 767px) {
    .top .food .top__gallery__sp {
        padding: 0 10px;
    }
}
.top .food .top__gallery__sp .item:first-child .imgGallery {
    background: url("../../img/top/sp/top_img13_sp.jpg") center center/cover no-repeat;
    background-size: cover;
}
.top .food .top__gallery__sp .item:nth-child(2) .imgGallery {
    background: url("../../img/top/sp/top_img14_sp.png") center center/cover no-repeat;
    background-size: cover;
}
.top .food .top__gallery__sp .item:last-child .imgGallery {
    background: url("../../img/top/sp/top_img15_sp.png") center center/cover no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .top .food .detailbutton {
        margin-top: 30px;
    }
}
.top .festival {
    margin-top: 125px;
}
@media only screen and (max-width: 767px) {
    .top .festival {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .top .festival .inner {
        padding: 0 10px;
    }
}
.top .festival .c-article {
    margin-bottom: 80px;
    letter-spacing: 0.28em;
}
@media only screen and (max-width: 767px) {
    .top .festival .c-article {
        margin-bottom: 45px;
    }
}
.top .festival .c-article.fPos {
    height: 230px;
    margin-top: -80px;
}
.top .festival .tab {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .top .festival .tab {
        margin: 0 0;
    }
}
.top .festival .tab li {
    position: relative;
    float: left;
    width: 25%;
}
@media only screen and (max-width: 767px) {
    .top .festival .tab li:first-of-type {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top .festival .tab li {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}
.top .festival .tab li span {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    text-shadow: 0px 0px 5px #000;
    font-size: 70px;
    font-size: 7rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 600;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
    .top .festival .tab li span {
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }
}
.top .festival .tab img {
    width: 100%;
}
.top .festival .tab-content {
    display: none;
    padding-top: 48px;
    position: relative;
    margin-top: 20px;
}
.top .festival .tab-content.active {
    display: block;
}
.top .festival .tab-content:before {
    content: "";
    height: 24px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.top .festival .tab-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.top .festival .tab-content ul li {
    width: 375px;
    margin-right: 35px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e3c;
    position: relative;
}
.top .festival .tab-content ul li:last-child {
    margin-right: 0;
}
.top .festival .tab-content.content01:before {
    background: url(../../img/top/top_line01.png) no-repeat;
}
.top .festival .tab-content.content02:before {
    background: url(../../img/top/top_line02.png) no-repeat;
}
.top .festival .tab-content.content03:before {
    background: url(../../img/top/top_line03.png) no-repeat;
}
.top .festival .tab-content.content04:before {
    background: url(../../img/top/top_line04.png) no-repeat;
}
.top .festival .tab-content figcaption {
    color: #323232;
    line-height: 31px;
    letter-spacing: 0.14em;
}
.top .festival .tab-content figcaption h4 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.top .festival .tab-content figcaption p {
    font-size: 16px;
    font-size: 1.6rem;
}
.top .festival .detailbutton {
    margin-top: 50px;
}
.top .access {
    margin: 100px 0 124px;
}
@media only screen and (max-width: 767px) {
    .top .access {
        margin: 70px 0 40px;
    }
}
.top .access .c-article02 {
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .top .access .c-article02 {
        margin-bottom: 50px;
        font-size: 20px;
        font-size: 2rem;
    }
}
.top .access .inner {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
    .top .access .inner {
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .top .access .inner {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 767px) {
    .top .access .inner {
        padding: 0;
        margin-bottom: 35px;
    }
}
.top .access .inner .map-inner {
    height: 350px;
    max-width: 1030px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .top .access .inner .map-inner {
        height: 360px;
    }
}
.top .access .inner address {
    margin: 20px auto 0;
    font-style: normal;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #323232;
    max-width: 1030px;
}
@media only screen and (max-width: 767px) {
    .top .access .inner address {
        font-size: 10px;
        font-size: 1rem;
        line-height: 13px;
        padding: 0 30px;
        margin-top: 12px;
    }
}
.top .access .map-inner1 iframe {
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 {
        padding: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .top .access .map-inner2 .inner {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .inner {
        padding: 0;
        margin-bottom: 50px;
    }
}
.top .access .map-inner2 .box1 {
    overflow: hidden;
    padding-right: 84px;
    transform: translateY(-35px);
    max-width: 1030px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box1 {
        padding-right: 0;
        transform: translateY(0);
    }
}
.top .access .map-inner2 .box1 .item {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 84px;
    max-width: 473px;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box1 .item {
        float: none;
        margin: 0 auto 20px;
        width: calc(100% - 60px);
    }
}
.top .access .map-inner2 .box1 .item#access02 {
    margin-right: -84px;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box1 .item#access02 {
        margin: 0 auto;
    }
}
.top .access .map-inner2 .box2 {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    padding-right: 259px;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box2 {
        margin-top: 20px;
        padding-right: 0;
        display: block;
    }
}
.top .access .map-inner2 .box2 .item {
    width: 33.3333%;
    margin: 0 129px 0 0;
    float: none;
    max-width: 254px;
}
@media only screen and (max-width: 1024px) {
    .top .access .map-inner2 .box2 .item {
        width: 33.333%;
        margin: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box2 .item {
        width: calc(100% - 60px);
        margin: 0 auto 20px;
        float: none;
        max-width: 100%;
    }
}
.top .access .map-inner2 .box2 .item:first-of-type {
    margin-left: 0;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box2 .item:first-of-type {
        margin-left: auto;
    }
}
.top .access .map-inner2 .box2 .item#access05 {
    margin-right: -258px;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box2 .item#access05 {
        margin-right: auto;
        margin-bottom: 0;
    }
}
.top .access .map-inner2 .box3 {
    margin-top: 67px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box3 {
        margin-top: 0;
        padding: 0;
        display: none;
    }
}
.top .access .map-inner2 .box3 .item {
    width: 633px;
    height: auto;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .top .access .map-inner2 .box3 .item {
        width: 100%;
    }
}
.top .access figure figcaption {
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 3px double #000;
    letter-spacing: 0.1em;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .top .access figure figcaption {
        width: 100%;
        height: 40px;
        background: #1e1e3c;
        color: #fff;
        vertical-align: middle;
        line-height: 40px;
        border-bottom: none;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 0 0 50px;
        text-align: left;
        position: relative;
        letter-spacing: 0.2em;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    }
}
@media only screen and (max-width: 767px) {
    .top .access figure figcaption:after {
        content: "";
        width: 18px;
        height: 18px;
        background: url("../../img/top/sp/ico_circle.png") center center/cover no-repeat;
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
    .top .access figure figcaption:after {
        right: 20px;
    }
}
.top .access figure img {
    display: block;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .top .access figure img {
        display: none;
    }
}
.top .access .item.open figcaption:after {
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.3s ease;
}
.top .access .sp-access {
    display: none;
    overflow: hidden;
    margin-top: 50px;
}
.top .access .sp-access .close-button {
    background: #1e1e3c;
    padding: 12px 0;
    margin: 75px 0 20px;
    position: relative;
}
.top .access .sp-access .close-button img {
    width: 31px;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .top .access .sp-access .close-button img {
        width: 22px !important;
        height: 22px;
    }
}
.top .access .sp-access img {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
}
@media only screen and (max-width: 767px) {
    .top .access .sp-access img {
        padding: 0;
        width: 318px;
    }
}
.top .access-ttl {
    width: calc(100% - 60px);
    margin: 0 auto 40px;
    text-align: center;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "HGæ˜ŽæœE", "Noto Serif JP", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    font-size: 20px;
    font-size: 2rem;
    color: #323232;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-bottom: 3px double #000;
    font-weight: bold;
}
.top .specScroll {
    text-align: center;
}
</pre></body></html>