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: "Shippori Mincho";
    font-size: 15px;
    background: url(../img/shared/bg1.jpg);
    color: #393837;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
}
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    box-sizing: border-box;
    padding: 0 5%;
    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;
}
.ttl-s1 {
    text-align: center;
}
.ttl-s1 .ttl-eng {
    font-family: "Amiri";
    font-size: 3.5vw;
    letter-spacing: 0.16em;
    color: #555;
    display: inline-block;
    margin-bottom: 1vw;
}
.ttl-s1 .ttl-jp {
    font-size: 7.5vw;
    letter-spacing: 0.14em;
    color: #1d1c1c;
    display: inline-block;
    line-height: 1.7;
}
.ttl-s1 .ttl-jp span {
    letter-spacing: 0.02em;
}
.ttl-s1 .ttl-jp .fs32 {
    font-size: 5.6vw;
}
.ttl-s2 {
    display: flex;
    align-content: center;
    white-space: nowrap;
}
.ttl-s2 .ttl-eng {
    font-family: "Amiri";
    font-size: 3.5vw;
    letter-spacing: 0.16em;
    display: inline-block;
    color: #555;
    margin: 1.6vw 0 0;
}
.ttl-s2 .ttl-jp {
    font-size: 7.5vw;
    letter-spacing: 0.14em;
    display: inline-block;
    color: #1d1c1c;
}
.btn-s1 {
    margin: 12vw 9% 0;
}
.btn-s1 a {
    display: block;
    position: relative;
    overflow: hidden;
}
.btn-s1 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1c1c;
    transform: scaleX(0.035);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-s1 a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #1d1c1c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
}
.btn-s1 a span {
    font-size: 4.3vw;
    color: #1d1c1c;
    display: block;
    text-align: center;
    letter-spacing: 0.12em;
    border: 1px solid #1d1c1c;
    padding: 3vw 5%;
}
.btn-s2 {
    margin: 4vw 11% 0;
}
.btn-s2 a {
    font-size: 4.3vw;
    color: #f2ede8;
    background: #1d1c1c;
    display: block;
    padding: 4vw 5%;
    text-align: center;
}
.btn-s2 a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.btn-s3 {
    margin: 7vw 9% 0;
}
.btn-s3 a {
    display: block;
    position: relative;
    overflow: hidden;
}
.btn-s3 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1c1c;
    transform: scaleX(0.035);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-s3 a::after {
    content: "";
    background: url(../img/shared/icon_popup.png) no-repeat right center/100% auto;
    position: absolute;
    top: 0;
    right: 9%;
    bottom: 0;
    width: 2.7vw;
}
.btn-s3 a span {
    font-size: 4vw;
    color: #1d1c1c;
    display: block;
    text-align: center;
    letter-spacing: 0.12em;
    border: 1px solid #1d1c1c;
    padding: 3vw 5%;
}


.btn-s4 {
    margin: 4vw 11% 0;
}
.btn-s4 a {
    font-size: 4.3vw;
    color: #f2ede8;
    background: #a01125;
    display: block;
    padding: 4vw 5%;
    text-align: center;
}
.btn-s4 a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.tel_shared {
    color: #1d1c1c;
    text-align: center;
}
.tel_shared dt {
    font-size: 15px;
    letter-spacing: 0.1em;
}
.tel_shared dd {
    font-size: 18px;
    letter-spacing: 0.1em;
}
.tel_shared dd span {
    font-size: 23px;
    letter-spacing: 0.1em;
}
.tel_shared dd small {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.1em;
    display: block;
}
.sl {
    display: block !important;
}
.slick-dots li {
    line-height: 6px;
}
.slick-dots button {
    border-radius: 0;
    width: 33px;
    height: 6px;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #1d1c1c;
    box-sizing: border-box;
    background: none;
}
.slick-dots .slick-active button {
    background: #1d1c1c;
}
.slick-dots {
    display: flex;
    justify-content: flex-end;
    margin-right: 6px;
}
.slick-dots li + li {
    margin-left: 6px;
}
@keyframes fadeInZoom {
    0% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
@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/bg2.jpg);
    padding: 49px 9% 35vw;
    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: 9999;
    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);
    border-top: 1px solid #373330;
    color: #1d1c1c;
    text-align: center;
    font-size: 14px;
}
.ft-fixed li {
    padding: 13px 5px 7px;
    width: 16.6666666667%;
}
.ft-fixed li:not(:first-child) {
    border-left: 1px solid #373330;
}
.ft-fixed li img {
    height: 20px;
    width: auto;
    display: block;
    margin: 0 auto 1px;
}
.ft-fixed .btn-web {
    flex: 1;
    width: auto;
    background: #1d1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-fixed .btn-web a {
    font-family: "Shippori Mincho";
    color: #f2ede8;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    top: -5px;
}
.ft-fixed .btn-web a img {
    width: 15px;
    height: auto;
    margin: 0 8px 0 0;
    position: relative;
    top: -2px;
    display: inline-block !important;
}
.ft-fixed .hamburger {
    padding: 15px 0 0;
}
.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;
}
@media screen and (max-width: 767.98px) {
    img {
        width: 100%;
        height: auto;
    }
    .navOpen #pagetop {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 35px;
        text-align: left;
        letter-spacing: 0.1em;
    }
    .txt {
        text-align: justify;
    }
    .wrap {
        padding: 0;
    }
    .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;
    }
    .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;
    }
    .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;
        line-height: 1.5em;
    }
    .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;
    }
    .fix-btn {
        position: fixed;
        z-index: 90;
        right: 0;
        top: 120px;
        opacity: 0;
        visibility: hidden;
    }
    .has_nav header .fix-btn {
        opacity: 1;
        visibility: visible;
    }
    .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: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: 9;
    }
    .ttl-s1 .ttl-eng {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .ttl-s1 .ttl-jp {
        font-size: 42px;
        line-height: 64px;
    }
    .ttl-s1 .ttl-jp .fs32 {
        font-size: 32px;
    }
    .btn-s1 {
        margin: 110px auto 0;
        width: 320px;
    }
    .btn-s1 a:hover::before {
        transform: scaleX(1);
    }
    .btn-s1 a:hover::after {
        border-left: 8px solid #f2ede8;
    }
    .btn-s1 a:hover span {
        color: #f2ede8;
    }
    .btn-s1 a::before {
        transform: scaleX(0.03);
    }
    .btn-s1 a::after {
        right: 22px;
        z-index: 2;
    }
    .btn-s1 a span {
        font-size: 18px;
        padding: 11px 30px;
        position: relative;
        z-index: 2;
    }
    .btn-s3 {
        margin: 149px auto 0;
        width: 320px;
    }
    .btn-s3 a:hover::before {
        transform: scaleX(1);
    }
    .btn-s3 a:hover span {
        color: #fff;
    }
    .btn-s3 a:hover::after {
        background: url(../img/shared/icon_popup_on.png) no-repeat right center/100% auto;
    }
    .btn-s3 a::before {
        transform: scaleX(0.03);
    }
    .btn-s3 a::after {
        right: 30px;
        width: 11px;
        z-index: 2;
    }
    .btn-s3 a span {
        font-size: 18px;
        padding: 11px 30px;
        position: relative;
        z-index: 2;
    }
    .ttl-s2 .ttl-eng {
        font-size: 18px;
        margin: 18px 0 0;
    }
    .ttl-s2 .ttl-jp {
        font-size: 42px;
    }
    .tel_shared {
        line-height: 29px;
    }
    .tel_shared dt {
        font-size: 14px;
    }
    .tel_shared dd {
        font-size: 20px;
    }
    .tel_shared dd span {
        font-size: 25px;
    }
    .tel_shared dd small {
        line-height: 24px;
        margin-top: 7px;
    }
    .btn-s2 {
        margin: 21px auto 0;
        width: 260px;
    }
    .btn-s2 a {
        font-size: 18px;
        padding: 17px 20px;
    }
    .btn-s2 a img {
        width: 22px;
        margin-right: 10px;
        top: -2px;
        left: 2px;
    }
    .btn-s2 a:hover {
        opacity: 0.8;
    }
	
	
    .btn-s4 {
        margin: 21px auto 0;
        width: 260px;
    }
    .btn-s4 a {
        font-size: 18px;
        padding: 17px 20px;
    }
    .btn-s4 a img {
        width: 22px;
        margin-right: 10px;
        top: -2px;
        left: 2px;
    }
    .btn-s4 a:hover {
        opacity: 0.8;
    }
	
	
	
    .slick-dots button {
        width: 54px;
    }
    .slick-dots button:hover {
        opacity: 0.7;
    }
    .slick-dots li + li {
        margin-left: 12px;
    }
    .slick-dots {
        margin: 8px 0 0;
    }
}

