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: "Noto Sans JP", sans-serif;
    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.075em;
    line-height: 31px;
    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;
}
.break-all {
    word-break: break-all;
}
.txt-nowrap {
    white-space: nowrap;
}
.flex-start {
    align-items: flex-start !important;
}
.sl {
    display: block !important;
}
.btn-s1 {
    margin-top: 12vw;
}
.btn-s1 a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background: #000;
    display: block;
    padding: 28px 19px;
    text-align: left;
    position: relative;
}
.btn-s1 a::before {
    content: "";
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 15px;
    right: 60px;
    bottom: 15px;
}
.btn-s1 a::after {
    content: "";
    background: url(../img/shared/icon_plus.png) no-repeat right center/100% auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 16px;
}
.btn-s2 {
    margin-top: 23px;
}
.btn-s2 a {
    font-family: "Shippori Mincho B1", serif;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #a93b0f;
    padding: 19px 10px;
    font-size: 19px;
    letter-spacing: 0;
    position: relative;
}
.btn-s2 a::before {
    content: "";
    border: 1px solid #e4d0ac;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
.btn-s2 a img {
    width: 20px;
    margin-right: 11px;
    position: relative;
    top: -3px;
}
.tel_shared {
    text-align: center;
    font-weight: 700;
    line-height: 28px;
}
.tel_shared dt {
    font-size: 15px;
    letter-spacing: 0.075em;
}
.tel_shared dd span {
    font-size: 32px;
    letter-spacing: 0.025em;
}
.tel_shared dd img {
    width: 14px;
    height: auto;
    margin-right: 4px;
    position: relative;
    top: -6px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
}
.slick-dots li {
    line-height: 1;
}
.slick-dots li:not(:last-child) {
    margin-right: 15px;
}
.slick-dots li button {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    background: #a93b0f;
}
.slick-dots li.slick-active button {
    background: none;
    width: 15px;
    height: 15px;
    border: 4px solid #a93b0f;
}
.slick-arrow {
    position: absolute;
    top: 25vw;
    font-size: 0;
    border: 0;
    width: 15vw;
    height: 15vw;
    z-index: 2;
}
.slick-arrow.slick-prev {
    background: url(../img/shared/prev.png) no-repeat 0 0/100% auto;
    left: -5.3vw;
}
.slick-arrow.slick-next {
    background: url(../img/shared/next.png) no-repeat 0 0/100% auto;
    right: -5.3vw;
}
@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;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transition-duration: 0.5s;
    }
}
@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: #222;
    padding: 55px 40px 120px;
    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;
}
.navOpen #navigation {
    opacity: 1;
    pointer-events: auto;
}
.ft-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: flex;
    background: #000;
    color: #fff;
    text-align: center;
}
.ft-fixed li {
    width: 25%;
    padding: 14px 5px 8px;
}
.ft-fixed li img {
    height: 24px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.ft-fixed li a {
    font-size: 13px;
}
.ft-fixed .tel {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ft-fixed .bg {
    background: #a93b0f;
}
.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;
}
.navOpen #pagetop {
    display: none;
}
@media screen and (max-width: 767.98px) {
    img {
        width: 100%;
        height: auto;
    }
    #pagetop {
        width: 50px;
        bottom: 80px;
    }
    .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: 36px;
        text-align: left;
    }
    .txt {
        text-align: justify;
    }
    .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: url(../img/shared/bg1.jpg);
        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;
    }
    .btn-s1 {
        width: 450px;
        margin: 52px auto 0;
    }
    .btn-s1 a {
        font-size: 24px;
        padding: 32px 37px;
    }
    .btn-s1 a::before {
        top: 19px;
        right: 69px;
        bottom: 19px;
    }
    .btn-s1 a::after {
        right: 25px;
        width: 18px;
        transition: transform 0.3s ease;
    }
    .btn-s1 a:hover::after {
        transform: rotate(180deg);
    }
    .btn-s2 {
        margin-top: 0;
        width: 350px;
    }
    .btn-s2 a {
        padding: 22px 15px;
        font-size: 22px;
    }
    .btn-s2 a img {
        width: 23px;
        height: auto;
        margin-right: 12px;
        top: -3px;
    }
    .btn-s2 a:hover {
        opacity: 0.8;
    }
    .tel_shared {
        line-height: 32px;
    }
    .tel_shared dt {
        font-size: 17px;
    }
    .tel_shared dd span {
        font-size: 36px;
    }
    .tel_shared dd img {
        margin-right: 4px;
        top: -6px;
    }
    .slick-dots {
        bottom: 19px;
    }
    .slick-dots li button:hover {
        opacity: 0.8;
    }
    .slick-arrow {
        top: 180px;
        width: 70px;
        height: 70px;
        cursor: pointer;
    }
    .slick-arrow:hover {
        opacity: 0.8;
    }
    .slick-arrow.slick-prev {
        left: calc(50% - 365px);
    }
    .slick-arrow.slick-next {
        right: calc(50% - 365px);
    }
}
