html:not(.responsive) {
    min-width: 100%;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    background: url(../img/shared/bg1.jpg);
    color: #000;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 33px;
    font-weight: 500;
    text-align: justify;
}
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    box-sizing: border-box;
    padding: 0 5.3%;
    width: 100%;
    max-width: 1000px;
}
.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;
}
.sl {
    display: block !important;
}
.btn-popup a::after {
    background: url(../img/shared/icon_popup.png) no-repeat right center/100% auto;
    width: 16px;
    right: 30px;
}
.tel_shared {
    line-height: 25px;
}
.tel_shared dt {
    font-size: 12px;
    font-weight: 400;
}
.tel_shared dd img {
    width: 15px;
    margin-right: 6px;
    position: relative;
    top: -5px;
}
.tel_shared dd span {
    font-size: 26px;
    letter-spacing: 0.03em;
}
.btn-s1 a {
    font-size: 15px;
    width: 68%;
    margin: 0 auto;
    padding: 8px 20px;
}
.btn-s1 a::after {
    content: none;
}
.btn-s1 a .hvr-rt-and-bg-text-container img {
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.hvr-rt-and-bg {
    font-size: 17px;
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
    background: #fff;
    border-radius: 99px;
    padding: 17px 20px;
    position: relative;
}
.hvr-rt-and-bg::after {
    content: "";
    background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
    position: absolute;
    top: 2px;
    right: 48px;
    bottom: 0;
    width: 10px;
    z-index: 2;
}
.hvr-rt-and-bg .hvr-rt-and-bg-txt--default {
    color: #000;
}
.hvr-rt-and-bg .hvr-rt-and-bg-txt--hover {
    display: none;
}
.slick-dots {
    display: flex;
}
.slick-dots li {
    line-height: 1;
}
.slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.slick-dots li button {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    box-sizing: border-box;
    background: #fff;
}
.slick-dots li.slick-active button {
    background: #2680f3;
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 0.3s;
}
@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 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.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: 0.8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }
    .img-parallax img {
        height: auto !important;
    }
}
.pc {
    display: none;
}
#socialbuttons .fb-like > span {
    width: 100px !important;
}
#socialbuttons .fb-like > span iframe {
    left: -15px;
}
.copied,
.hs-copie {
    pointer-events: none;
}
.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;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    touch-action: none !important;
    pointer-events: none !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;
}
.navOpen .ft-fixed *,
.navOpen .ft-fixed a,
.navOpen .ft-fixed img {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.remodal-is-opened {
    touch-action: auto !important;
    pointer-events: visible !important;
}
#navigation {
    background: url(../img/shared/bg1.jpg);
    padding: 120px 2.7% 70px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
}
.btn-close {
    position: absolute;
    top: 20px;
    right: 5%;
    width: 63px;
}
.navOpen #navigation {
    opacity: 1;
    pointer-events: auto;
}
.ft-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: flex;
    background: url(../img/shared/bg2.jpg);
    text-align: center;
}
.ft-fixed li {
    width: 25%;
    padding: 13px 5px 4px;
}
.ft-fixed li:not(:last-child) {
    border-right: 1px solid #bcbcbb;
}
.ft-fixed li a img {
    height: 20px;
    width: auto;
    display: block;
    margin: 0 auto -2px;
}
.ft-fixed .btn-link {
    background: #332e28;
    color: #fff;
}
.ft-fixed .btn-web {
    background: #fff;
}
.in-scroll {
    opacity: 1;
    visibility: visible;
}
#pagetop.visible {
    opacity: 1;
    visibility: visible;
}
.txt-vertical-v2 {
    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 {
    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: 0.25em;
}
.int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
}
.navOpen #pagetop {
    display: none;
}
@media screen and (max-width: 767.98px) {
    img {
        width: 100%;
        height: auto;
    }
    #pagetop {
        width: 45px;
        bottom: 75px;
    }
    .txt-vertical-sp {
        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;
    }
}
@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 38px;
        text-align: left;
    }
    .wrap {
        padding: 0;
    }
    .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;
    }
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .object-fit-cover {
        position: relative;
    }
    .object-fit-cover img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    #belt {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        opacity: 0;
        visibility: hidden;
    }
    #belt.fixed {
        opacity: 1;
        visibility: visible;
    }
    #navigation {
        position: static;
        background: none;
        height: auto;
        padding: 0px 0px;
        bottom: auto;
        overflow: hidden;
        opacity: 1;
        pointer-events: auto;
        z-index: 9;
    }
    .hvr-rt-and-bg {
        font-size: 23px;
        padding: 27px 50px;
        width: 406px;
        margin: 0 auto;
        overflow: hidden;
    }
    .hvr-rt-and-bg::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: #000;
        border-radius: 99px;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        transition:
            transform 0.48s cubic-bezier(0.43, 0.05, 0.17, 1),
            opacity 0.48s cubic-bezier(0.26, 0.16, 0.1, 1);
    }
    .hvr-rt-and-bg::after {
        right: 42px;
        width: 12px;
    }
    .hvr-rt-and-bg .hvr-rt-and-bg-text-container {
        display: block;
        height: 34px;
        overflow: hidden;
        z-index: 2;
        pointer-events: none;
    }
    .hvr-rt-and-bg .hvr-rt-and-bg-text-wrapper {
        display: flex;
        flex-direction: column;
        transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    }
    .hvr-rt-and-bg .hvr-rt-and-bg-txt {
        display: block;
        height: 34px;
        line-height: 34px;
        white-space: nowrap;
    }
    .hvr-rt-and-bg .hvr-rt-and-bg-txt--hover {
        display: block;
        color: #fff;
    }
    .hvr-rt-and-bg:hover::before {
        opacity: 1;
        transform: translate(-50%, -50%) scale(50);
    }
    .hvr-rt-and-bg:hover::after {
        background: url(../img/shared/icon_arr1_on.png) no-repeat right center/100% auto;
    }
    .hvr-rt-and-bg:hover .hvr-rt-and-bg-text-wrapper {
        transform: translateY(-34px);
    }
    .btn-popup a {
        width: 446px;
    }
    .btn-popup a::after {
        width: 20px;
        right: 40px;
    }
    .btn-popup a:hover::after {
        background: url(../img/shared/icon_popup_on.png) no-repeat right center/100% auto;
    }
    .tel_shared {
        line-height: 28px;
    }
    .tel_shared dt {
        font-size: 15px;
    }
    .tel_shared dd img {
        width: 20px;
        height: auto;
        margin-right: 4px;
        top: -7px;
    }
    .tel_shared dd span {
        font-size: 34px;
    }
    .btn-s1 a {
        font-size: 19px;
        width: 305px;
        padding: 16px 20px;
    }
    .btn-s1 a .hvr-rt-and-bg-text-container img {
        width: 22px;
        height: auto;
        top: -3px;
    }
    .btn-s1 a .hvr-rt-and-bg-text-container .hvr-rt-and-bg-text-wrapper {
        height: 34px;
    }
}
