<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:not(.responsive) {
    min-width: 100%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif !important;
    font-size: 14px;
    background: url(../img/shared/bg.jpg) repeat center 0;
    color: #000;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: .12em;
    line-height: 28px;
    text-align: justify
}

.fnt-mincho {
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif
}

.fnt-meiryo {
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯Pro", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif
}

.fnt-gothic {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif
}

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden
}

.wrap {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    max-width: 1000px
}

header nav a:hover {
    text-decoration: none
}

.enter-img .inner {
    -webkit-animation: bgscale 15s linear infinite;
    animation: bgscale 15s linear infinite
}

@-webkit-keyframes bgscale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes bgscale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.btn-hvr a:hover {
    opacity: .8
}

.tac {
    text-align: center
}

.taj {
    text-align: justify
}

.tar {
    text-align: right
}

.ta {
    text-align: left
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.txt-br {
    word-break: break-all
}

.txt-nowrap {
    white-space: nowrap
}

a.btn-info:hover {
    text-decoration: underline
}

.flexBox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.slick-dots li {
    line-height: 1
}

.slick-dots button {
    border: none;
    border-radius: 50%;
    background: transparent;
    background-position: center top;
    background-repeat: repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    background: #fff;
    box-sizing: border-box
}

.slick-dots .slick-active button {
    background: #b18c3c
}

.slick-dots {
    display: flex;
    padding: 12px 0
}

.slick-dots li+li {
    margin-left: 20px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .btn-over img,
    .over-img img,
    img.over,
    img:not(.btn):not(.non-over),
    button img,
    .btn {
        opacity: 1;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease
    }

    .btn {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important
    }

    .over-img img:hover,
    img.over:hover,
    a:hover img:not(.btn):not(.non-over),
    button:hover img {
        cursor: pointer;
        opacity: .8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important
    }

    .img-parallax img {
        height: auto !important
    }
}

body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
    touch-action: auto !important;
    pointer-events: visible !important
}

.navOpen {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important
}

.remodal-is-opened {
    touch-action: auto !important;
    pointer-events: visible !important
}

.pc {
    display: none
}

.copied,
.hs-copie {
    pointer-events: none
}

.txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em
}

.d-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0)
}

.box-parallax {
    position: relative;
    z-index: 0
}

.img-parallax.slide_par img {
    opacity: 0;
    transition: all 2s ease
}

.img-parallax.slide_par img.active {
    opacity: 1
}

@media screen and (max-width: 767px) {
    img {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important
    }

    .pc {
        display: block !important
    }
}

.hamburger.is-active {
    opacity: 1;
    visibility: visible
}

#navigation {
    background: #fff;
    padding: 80px 0 100px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease 0s
}

.navOpen #navigation {
    opacity: 1;
    pointer-events: auto
}

.ft-fixed {
    background: url(../img/shared/ft_fx.jpg) repeat center 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: flex;
    padding: 12px 0;
    align-items: center;
}

.ft-fixed li {
    width: 40%;
	border-right: 1px solid #FFF;
}
.ft-fixed li:nth-child(2) {
    width: 20%;
	border-right: 1px solid #FFF;
}
.ft-fixed li:nth-child(3) {
    width: 40%;
}

.ft-fixed li a {
    color: #fff;
    font-size: 4.5vw;
    text-align: center;
    line-height: 1.5;
    display: block;
    letter-spacing: .1em
}

.ft-fixed .btn-base a {
    font-size: 4vw
}

.in-scroll {
    opacity: 1;
    visibility: visible
}

.has_nav .ft-fixed {
    opacity: 1;
    visibility: visible
}

#pagetop {
    right: 0;
    bottom: 80px;
    width: 50px
}

.navOpen #pagetop {
    opacity: 0 !important;
    visibility: hidden !important
}

#pagetop.visible {
    opacity: 1;
    visibility: visible
}

header {
    position: relative
}

header h1 {
    position: absolute;
    top: 5vw;
    left: 5%;
    z-index: 1;
    color: #cacaca;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 12px;
    width: 72%
}

header .logo {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 18%
}

header .hd-popup {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 6vw
}

header #key li {
    display: block !important
}

header .btn-base {
    position: absolute;
    bottom: -36vw;
    left: 5%;
    right: 5%;
    z-index: 1
}

header #belt #navigation .nav {
    padding-left: 8%
}

header #belt #navigation .nav li {
    padding-bottom: 20px
}

header #belt #navigation .nav li a {
    font-size: 19px;
    display: inline-block;
    letter-spacing: .3em;
    position: relative
}

header #belt #navigation .nav li a:hover::before {
    right: 0
}

header #belt #navigation .nav li a.active::before {
    right: 0
}

header #belt #navigation .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

header #belt #navigation .nav-ext {
    margin-top: 10px
}

header #belt #navigation .nav-ext .ext {
    padding-left: 8%
}

header #belt #navigation .nav-ext .ext a {
    font-size: 19px;
    display: inline-block;
    letter-spacing: .3em;
    position: relative
}

header #belt #navigation .nav-ext .ext a:first-child::after {
    display: inline-block;
    content: "|";
    text-decoration: none !important;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important;
    -webkit-text-decoration-color: transparent !important;
    text-decoration-color: transparent !important;
    padding: 0 14px 0 14px
}

header #belt #navigation .nav-ext .ext a span {
    letter-spacing: .3em
}

header #belt #navigation .nav-ext .ext a span:hover {
    opacity: .8
}

header #belt #navigation .nav-ext .ext a img {
    width: 16px;
    height: auto;
    margin: -12px 3px 0 0
}

header #belt #navigation .nav-ext .hd-tel {
    padding: 10vw 0 8vw
}
header #belt #navigation .nav-ext .btn-base-sp{
    padding-bottom: 10px;
}
footer {
    background: url(../img/shared/bg_balck.jpg) repeat center 0;
    padding: 15vw 0 32vw
}

footer .ft-info .ft-left .logo {
    max-width: 18%;
    margin: 0 auto
}

footer .ft-info .ft-left .ft-tel {
    margin: 7vw 7% 0
}

footer .ft-info .ft-right {
    padding: 10vw 0 5vw
}

footer .ft-info .ft-right .content dl {
    letter-spacing: 0;
    padding: 10px 0;
    color: #fff;
    line-height: 30px;
    font-size: 13px
}

footer .ft-sub {
    color: #fff;
    text-align: center;
    font-size: 13px
}

footer .ft-sub #socialbuttons {
    padding-bottom: 22px
}

footer .ft-sub .cookies_link:hover {
    text-decoration: underline
}

.popup-covid h2 {
    font-size: 6vw;
    line-height: 1.5;
    letter-spacing: .15em
}

.popup-covid .txt {
    text-align: left;
    letter-spacing: 0;
    padding: 5vw 0;
    letter-spacing: .1em;
    font-size: 13px
}

.popup-covid .list {
    border: 2px solid #b5b5b5;
    padding: 5vw 4%
}

.popup-covid .list .col {
    text-align: left;
    letter-spacing: .1em;
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .txt-vertical-pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word
    }

    .txt-latin-pc {
        cursor: vertical-text;
        direction: rtl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em
    }

    .wrap {
        padding: 0
    }

    body {
        font-size: 15px;
        line-height: 35px;
        text-align: left
    }

    .has_nav header .fix-btn {
        opacity: 1;
        visibility: visible
    }

    .fix-btn {
        position: fixed;
        z-index: 90;
        right: 0;
        top: 120px;
        position: 0;
        visibility: hidden
    }

    #pagetop {
        width: 80px;
        bottom: 10px;
        right: 10px
    }

    header h1 {
        top: 139px;
        left: 26px;
        letter-spacing: .12em;
        line-height: 50px;
        font-size: 13px;
        width: auto
    }

    header .logo {
        position: absolute;
        top: 336px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: auto
    }

    header .hd-popup {
        left: auto;
        right: 50px;
        bottom: 43px
    }

    header #key {
        height: 950px
    }

    header #key li {
        height: 950px
    }

    header .btn-base {
        position: absolute;
        left: 50px;
        bottom: 43px;
        right: auto
    }

    header #belt {
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        z-index: 1
    }

    header #belt #navigation .wrap {
        display: flex;
        flex-direction: column;
        padding: 0 75px 0 78px
    }

    header #belt #navigation .nav {
        order: 2;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 9px
    }

    header #belt #navigation .nav li {
        padding-bottom: 0
    }

    header #belt #navigation .nav li a {
        font-size: 16px;
        line-height: 36px;
        color: #fff
    }

    header #belt #navigation .nav li a::before {
        bottom: 9px;
        background: #fff
    }

    header #belt #navigation .nav-ext {
        margin-top: 0;
        order: 1;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    header #belt #navigation .nav-ext .ext {
        padding: 3px 0 0 0;
        order: 2
    }

    header #belt #navigation .nav-ext .ext a {
        font-size: 15px;
        color: #fff
    }

    header #belt #navigation .nav-ext .ext a:first-child::after {
        padding: 0 2px 0 0;
        color: #8d8d8d
    }

    header #belt #navigation .nav-ext .ext a img {
        width: 12px;
        margin: -6px -1px 0 0
    }

    header #belt #navigation .nav-ext .hd-tel {
        padding: 0;
        order: 1
    }

    footer {
        padding: 52px 0 65px;
        color: #fff
    }

    footer .nav {
        display: flex;
        justify-content: center
    }

    footer .nav li a {
        line-height: 28px;
        padding: 0 27px;
        position: relative
    }

    footer .nav li a:hover {
        text-decoration: underline
    }

    footer .nav li a::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 2px;
        background-color: #fff;
        display: inline-block;
        bottom: 2px;
        width: 1px
    }

    footer .nav li:first-child a {
        padding-left: 0
    }

    footer .nav li:first-child a::before {
        content: none
    }

    footer .nav li:last-child a {
        padding-right: 0
    }

    footer .ft-info {
        display: flex;
        justify-content: space-between;
        padding: 72px 0 36px
    }

    footer .ft-info .ft-left {
        width: 341px
    }

    footer .ft-info .ft-left .logo {
        max-width: 100%;
        text-align: center
    }

    footer .ft-info .ft-left .ft-tel {
        margin: 37px 0 0 0
    }

    footer .ft-info .ft-right {
        width: 586px;
        padding: 39px 0 0 0
    }

    footer .ft-info .ft-right .content dl {
        padding: 0 0 9.5px 0;
        font-size: 15px;
        display: flex;
        letter-spacing: .1em
    }

    footer .ft-info .ft-right .content dl dt {
        width: 160px
    }

    footer .ft-info .ft-right .content dl dd {
        flex: 1
    }

    footer .ft-sub {
        font-size: 15px
    }

    footer .ft-sub #socialbuttons {
        padding-bottom: 30px
    }

    .remodal {
        padding: 32px 20px 60px
    }

    .remodal-close {
        top: 22px;
        right: 21px
    }

    .popup-covid h2 {
        font-size: 26px;
        line-height: 90px
    }

    .popup-covid .txt {
        letter-spacing: .15em;
        padding: 10px 0 50px 0;
        text-align: center;
        font-size: 15px;
        line-height: 32px
    }

    .popup-covid .list {
        padding: 24px 10px 28px 48px;
        display: flex;
        max-width: 810px;
        margin: 0 auto
    }

    .popup-covid .list .col {
        font-size: 15px;
        letter-spacing: .15em
    }

    .popup-covid .list .col li {
        line-height: 40px
    }

    .popup-covid .list .col:first-child {
        width: 320px
    }

    .popup-covid .list .col:last-child {
        flex: 1
    }

    #belt.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #000;
        height: 100px;
        padding: 10px 0px 0
    }

    #navigation {
        position: static;
        background: none;
        height: auto;
        padding: 0;
        bottom: auto;
        overflow: hidden;
        opacity: 1;
        pointer-events: auto;
        z-index: 9
    }
}

@media screen and (min-width: 768px)and (max-width: 1500px) {
    footer .nav li a {
        padding: 0 15px
    }

    #sec6 .gr-txt {
        position: relative;
        z-index: 1
    }
}

@media screen and (min-width: 768px)and (max-width: 1500px) {

    header #key li,
    header #key {
        height: 955px
    }
}
/* update css */
header .fix_web {
    position: fixed;
    z-index: 90;
    right: 0;
    top: 120px;
    position: 0;
    visibility: hidden;
}
.has_nav header .fix_web {
    opacity: 1;
    visibility: visible;
}</pre></body></html>