.hd-logo {
    position: absolute;
    top: 28vw;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    z-index: 9;
}
.hd-logo img {
    filter: brightness(0) invert(1);
}
#header h1 {
    font-size: 13px;
    letter-spacing: 0;
    color: #e0b0b0;
    line-height: 22px;
    margin: 3vw 3% 0;
}
#header #key {
    position: relative;
}
#header #key h2 {
    position: absolute;
    top: 27.3vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: 12.8vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}
#header #belt .menu-close {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/shared/bg2.jpg);
    padding: 10px;
}
#header #belt .menu-close .btn-close {
    width: 10%;
    margin-left: auto;
}
#header #belt .logo-fix {
    text-align: center;
}
#header #belt .logo-fix img {
    width: 78%;
}
#header #belt .nav {
    margin: 24px 0 16px;
}
#header #belt .nav > li {
    border-bottom: 1px solid #ccc;
    position: relative;
}
#header #belt .nav > li:not(.has-submenu)::after {
    content: "";
    background: url(../img/shared/icon_nav.png) no-repeat right center/100% auto;
    position: absolute;
    top: 3px;
    right: 8px;
    bottom: 0;
    width: 6px;
}
#header #belt .nav li .menu-link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: block;
    color: var(--blue);
    padding: 13px 21px;
}
#header #belt .nav li .menu-link.active {
    opacity: 0.7;
}
#header #belt .nav .has-submenu {
    cursor: pointer;
}
#header #belt .nav .has-submenu.active .toggle-submenu {
    background: url(../img/shared/icon_minus.png) no-repeat 0 0/100% auto;
}
#header #belt .nav .has-submenu .toggle-submenu {
    background: url(../img/shared/icon_plus.png) no-repeat 0 0/100% auto;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 20px;
    right: 7px;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
#header #belt .nav .has-submenu .submenu {
    display: none;
    margin: 19px 0 0 13px;
}
#header #belt .nav .has-submenu .submenu li {
    position: relative;
    padding-left: 20px;
}
#header #belt .nav .has-submenu .submenu li:not(:last-child) {
    margin-bottom: 10px;
}
#header #belt .nav .has-submenu .submenu li::before {
    content: "";
    border-top: 1px solid #ccc;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 0;
}
#header #belt .nav .has-submenu .submenu li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: inline-block;
}
#header #belt .nav-sub {
    margin: 0 7%;
}
#header #belt .nav-sub li:not(:last-child) {
    margin-bottom: 10px;
}
#header #belt .nav-sub li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: inline-block;
    color: var(--blue);
}
#header #belt .nav-sub .left {
    width: 50%;
    margin-right: 6%;
}
#header #belt .nav-sub .right {
    flex: 1;
}
#header #belt .gr-btn {
    margin: 30px -2% 0;
}
#header #belt .gr-btn li:not(:last-child) {
    margin-bottom: 9px;
}
#header #belt .gr-btn li a {
    padding: 5.2vw 5%;
}
#header #belt .gr-btn li a::after {
    right: 7%;
    width: 1.7vw;
}
#header #belt .gr-btn .btn1 a::before {
    background: url(../img/shared/icon_logo.png) no-repeat left center/100% auto;
}
#header #belt .gr-btn .btn2 a::before {
    top: 2px;
}
#header #belt .gr-btn .btn3 a {
    font-family: "Shippori Mincho";
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 1px solid #353f9e;
    color: #353f9e;
    border-radius: 99px;
    display: block;
    padding: 5.2vw 5%;
    position: relative;
}
#header #belt .gr-btn .btn3 a::after {
    content: "";
    background: url(../img/shared/icon_arr4.png) no-repeat right center/100% auto;
    width: 1.7vw;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
}
#access {
    padding: 26vw 0 27vw;
}
#access .set1 {
    margin-bottom: 35px;
}
#access .set1 h2 {
    font-size: 9.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
    text-align: center;
    padding: 9vw 5% 10vw;
    margin: 0 4% 9vw;
    background: url(../img/index/access_ttl_deco.png) no-repeat center top/100% auto;
}
#access .set1 .item1 {
    margin-bottom: 13px;
}
#access .set1 .item1 .map {
    height: 480px;
}
#access .set1 .item1 .map iframe {
    width: 100%;
    height: 100%;
}
#access .set1 .item1 .text {
    display: flex;
    margin-top: 10px;
}
#access .set1 .item1 .text dd {
    margin-left: 17px;
    flex: 1;
}
#access .set1 .item2 .row h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
#access .set1 .item2 .row1 {
    margin-bottom: 16px;
}
#access .set1 .item2 .row2 {
    margin-bottom: 28px;
}
#access .set1 .item2 .row3 h3 {
    margin-bottom: 13px;
}
#access .set2 .item2 {
    margin-top: 22px;
}
#access .set2 .item2 .gr-ttls {
    justify-content: space-between;
}
#access .set2 .item2 .gr-ttls li {
    width: 48%;
}
#contact {
    padding-bottom: 26vw;
}
#contact .box {
    background:
        url(../img/shared/contact_deco_top.png) no-repeat center top/100% auto,
        url(../img/shared/contact_deco_bot.png) no-repeat center bottom/100% auto;
    position: relative;
    padding: 9vw 3% 16vw;
    text-align: center;
}
#contact .box::before {
    content: "";
    border-left: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    position: absolute;
    top: 5vw;
    right: 0;
    bottom: 5vw;
    left: 0;
}
#contact .box h2 {
    font-size: 9.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
    position: relative;
    padding-top: 54px;
}
#contact .box h2::before {
    content: "";
    background: url(../img/shared/contact_deco.png) no-repeat 0 0/100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#contact .box .btn-link {
    margin: 10.5vw 3.5% 19px;
}
#contact .box .tel {
    color: var(--blue);
}
#contact .box .tel dt img {
    width: 18.5px;
    height: auto;
    margin-right: 11px;
    position: relative;
    top: -7px;
    left: -3px;
}
#contact .box .tel dt span {
    font-size: 32px;
    letter-spacing: 0.075em;
}
#contact .box .tel dd {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: -2px;
}
#footer {
    position: relative;
}
#footer .set1 .box-parallax {
    height: 58vw;
}
#footer .set2 {
    padding: 29vw 0 122vw;
    text-align: center;
    position: relative;
}
#footer .set2::before {
    content: "";
    background: url(../img/shared/ft_bg.png) no-repeat center bottom/100% auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 17vw;
    left: 0;
    z-index: -1;
}
#footer .set2 .logo img {
    width: 82%;
}
#footer .set2 .tel {
    color: var(--blue);
    margin: 7vw 0 4.5vw;
}
#footer .set2 .tel dt img {
    width: 18.5px;
    height: auto;
    margin-right: 6px;
    position: relative;
    top: -7px;
    left: 1px;
}
#footer .set2 .tel dt span {
    font-size: 32px;
    letter-spacing: 0.075em;
}
#footer .set2 .tel dd {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    margin-top: -2px;
}
#footer .set2 .gr-btn li:not(:last-child) {
    margin-bottom: 9px;
}
#footer .set2 .gr-btn .btn3 a {
    font-family: "Shippori Mincho";
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 1px solid #353f9e;
    color: #353f9e;
    border-radius: 99px;
    display: block;
    padding: 7.2vw 5%;
    position: relative;
}
#footer .set2 .gr-btn .btn3 a::after {
    content: "";
    background: url(../img/shared/icon_arr4.png) no-repeat right center/100% auto;
    width: 2vw;
    position: absolute;
    top: 0;
    right: 12%;
    bottom: 0;
}
#footer .set2 .info {
    margin: 6vw 0 10vw;
    color: var(--blue);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 23px;
}
#footer .set2 .info .map-link {
    color: #dc8779;
    display: inline-block;
    position: relative;
}
#footer .set2 .info .map-link::before {
    content: "";
    border-top: 1px solid #dc8779;
    position: absolute;
    right: 11px;
    bottom: 1px;
    left: 11px;
}
#footer .set2 .address {
    font-size: 11px;
    color: #ca597e;
    line-height: 20px;
    letter-spacing: 0;
}
#footer #pagetop {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    bottom: 25vw;
}
.bnr-style1 {
    padding: 37vw 0 27vw;
}
.bnr-style1 .gr-bnr li:not(:last-child) {
    margin-bottom: 2vw;
}
.bnr-style1 .gr-bnr li a {
    display: block;
    position: relative;
}
.bnr-style1 .gr-bnr li a::before {
    content: "";
    background: url(../img/shared/icon_arr6.png) no-repeat 0 0/100% auto;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    z-index: 1;
}
.bnr-style1 .gr-bnr li img {
    border-radius: 5px;
}
.bnr-style1 .gr-bnr li .sub {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    font-family: "Shippori Mincho";
    font-size: 6.4vw;
    font-weight: 500;
    color: #fff;
}
.kito-style1 {
    background: #fff8f4;
    padding: 24vw 0 26vw;
}
.kito-style1 h2 {
    margin-bottom: 5vw !important;
}
.kito-style1 .gr-btn {
    --f-columns: 3;
    --f-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
}
.kito-style1 .gr-btn li {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc(100% / var(--f-columns) - var(--f-gap));
}
.kito-style1 .gr-btn li a {
    display: block;
    position: relative;
}
.kito-style1 .gr-btn li a::before {
    content: "";
    background: url(../img/shared/icon_arr6.png) no-repeat 0 0/100% auto;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6vw;
    z-index: 1;
}
.kito-style1 .gr-btn li img {
    height: 56vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.kito-style1 .gr-btn li .sub {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Shippori Mincho";
    font-size: 5.33vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .side-left {
        position: fixed;
        top: 0;
        right: calc(50% + 188px);
        left: 0;
        height: 100vh;
        z-index: 9;
    }
    .side-left .left-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 115px;
        z-index: 2;
    }
    .side-left .left-logo img {
        filter: invert(31%) sepia(39%) saturate(623%) hue-rotate(182deg) brightness(93%) contrast(91%);
        width: 100%;
        height: auto;
    }
    .side-left .photo img {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .side-left .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        opacity: 0;
        width: 100%;
        transition: opacity 0.8s linear 0s;
        will-change: opacity;
    }
    .side-left .bg img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .side-left .bg.show {
        opacity: 1;
    }
    .side-right {
        position: fixed;
        top: 0;
        left: calc(50% + 188px);
        right: 0;
        height: 100vh;
        z-index: 9;
    }
    .side-right .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
    }
    .side-right .gr-btn1 {
        justify-content: center;
    }
    .side-right .gr-btn1 li {
        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;
    }
    .side-right .gr-btn1 li:not(:last-child) {
        margin-right: 26px;
    }
    .side-right .gr-btn1 li a {
        font-size: 24px;
        letter-spacing: 0.1em;
        color: var(--blue);
        display: block;
        padding: 40px 0;
        position: relative;
        width: 72px;
        height: 274px;
        line-height: 72px;
        white-space: nowrap;
        background: url(../img/shared/side-right_btn_bg.png) no-repeat center top/100% auto;
    }
    .side-right .gr-btn1 li a::after {
        content: "";
        background: url(../img/shared/icon_arr4.png) no-repeat 0 0/100% auto;
        width: 7px;
        height: 11px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        transition: 0.1s ease;
    }
    .side-right .gr-btn1 li a:hover::after {
        left: 55%;
    }
    .side-right .gr-btn2 {
        justify-content: center;
        margin-top: 9.5vw;
    }
    .side-right .gr-btn2 li:not(:last-child) {
        margin-right: 20px;
    }
    .side-right .gr-btn2 li a:hover {
        opacity: 0.8;
    }
    .side-right .gr-btn2 li a img {
        height: 32px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .side-right .gr-btn2 li a span {
        font-size: 10px;
        letter-spacing: 0.025em;
        color: var(--blue);
        display: block;
    }
    .side-content {
        max-width: 375px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .side-content::before {
        content: "";
        background: #fdfdfd;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .hd-logo {
        top: 190px;
        width: 110px;
    }
    #header h1 {
        margin: 6px 10px 0;
    }
    #header #key h2 {
        top: 120px;
        font-size: 48px;
        text-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
    }
    #header #belt .menu-close {
        width: 375px;
        right: auto;
        left: calc(50% - 187.5px);
    }
    #header #belt .menu-close .btn-close {
        width: 32px;
        cursor: pointer;
    }
    #header #belt .menu-close .btn-close:hover {
        opacity: 0.8;
    }
    #header #belt .logo-fix img {
        width: 250px;
    }
    #header #belt .nav li .menu-link:hover {
        opacity: 0.7;
    }
    #header #belt .nav .has-submenu .submenu li a:hover {
        opacity: 0.7;
    }
    #header #belt .nav-sub li a:hover {
        opacity: 0.7;
    }
    #header #belt .gr-btn {
        margin: 30px -8px 0;
    }
    #header #belt .gr-btn li:not(:last-child) {
        margin-bottom: 9px;
    }
    #header #belt .gr-btn li a {
        padding: 19px 20px;
    }
    #header #belt .gr-btn li a::before {
        left: 45px;
    }
    #header #belt .gr-btn li a::after {
        width: 7px;
        right: 23px;
    }
    #header #belt .gr-btn li a:hover::after {
        right: 18px;
    }
    #header #belt .gr-btn .btn2 a::before {
        left: 41px;
    }
    #header #belt .gr-btn .btn3 a {
        font-size: 16px;
        padding: 19px 20px;
    }
    #header #belt .gr-btn .btn3 a::after {
        width: 7px;
        right: 23px;
        transition: 0.1s ease;
    }
    #header #belt .gr-btn .btn3 a::after:hover::after {
        right: 18px;
    }
    #access {
        padding: 99px 0 98px;
    }
    #access .set1 {
        margin-bottom: 35px;
    }
    #access .set1 h2 {
        font-size: 36px;
        padding: 33px 10px 37px;
        margin: 0 10px 32px;
    }
    #access .set1 .item1 {
        margin-bottom: 13px;
    }
    #access .set1 .item1 .map {
        height: 400px;
    }
    #access .set1 .item1 .text dd {
        margin-left: 16px;
    }
    #contact {
        padding-bottom: 100px;
    }
    #contact .box {
        padding: 35px 20px 60px;
    }
    #contact .box::before {
        top: 20px;
        bottom: 20px;
    }
    #contact .box h2 {
        font-size: 36px;
        padding-top: 57px;
    }
    #contact .box .btn-link {
        margin: 36px auto 19px;
    }
    #contact .box .tel dd {
        margin: -2px -8px 0;
    }
    #footer .set1 .box-parallax {
        height: 216px;
    }
    #footer .set2 {
        padding: 110px 0 460px;
    }
    #footer .set2::before {
        bottom: 64px;
    }
    #footer .set2 .tel {
        margin: 27px 0 18px;
    }
    #footer .set2 .gr-btn li:not(:last-child) {
        margin-bottom: 9px;
    }
    #footer .set2 .gr-btn .btn3 a {
        font-size: 16px;
        padding: 27px 20px;
    }
    #footer .set2 .gr-btn .btn3 a::after {
        width: 7px;
        right: 41px;
        transition: 0.1s ease;
    }
    #footer .set2 .gr-btn .btn3 a:hover::after {
        right: 36px;
    }
    #footer .set2 .info {
        margin: 23px 0 32px;
    }
    #footer .set2 .info .map-link::before {
        bottom: 3px;
    }
    #footer .set2 .info .map-link:hover::before {
        content: none;
    }
    #footer .set2 .address {
        font-size: 10px;
    }
    #footer .set2 .address .cookies_link a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    #footer #pagetop {
        width: 56px;
        bottom: 94px;
    }
    .bnr-style1 {
        padding: 139px 0 100px;
    }
    .bnr-style1 .gr-bnr li:not(:last-child) {
        margin-bottom: 9px;
    }
    .bnr-style1 .gr-bnr li a:hover::before {
        right: 14px;
    }
    .bnr-style1 .gr-bnr li a:hover img {
        opacity: 0.8;
    }
    .bnr-style1 .gr-bnr li a::before {
        right: 19px;
        transition: 0.1s ease;
    }
    .bnr-style1 .gr-bnr li .sub {
        left: 36px;
        font-size: 24px;
    }
    .kito-style1 {
        padding: 98px 0 100px;
    }
    .kito-style1 h2 {
        margin-bottom: 25px !important;
    }
    .kito-style1 .gr-btn li a:hover::before {
        left: 55%;
    }
    .kito-style1 .gr-btn li a::before {
        bottom: 25px;
        transition: 0.1s ease;
    }
    .kito-style1 .gr-btn li img {
        height: 210px;
    }
    .kito-style1 .gr-btn li .sub {
        top: 32px;
        font-size: 20px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .side-right .gr-btn1 {
        margin: 0 10px;
    }
    .side-right .gr-btn1 li:not(:last-child) {
        margin-right: 15px;
    }
    .side-right .gr-btn2 li:not(:last-child) {
        margin-right: 10px;
    }
    .side-right .gr-btn1 li a {
        width: 68px;
        height: 262px;
    }
    .side-right .gr-btn2 li a img {
        height: 25px;
    }
    .side-right .gr-btn2 li a span {
        white-space: nowrap;
        letter-spacing: 0;
    }
    .side-right .gr-btn2 {
        margin-top: 7vw;
    }
}
