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";
    font-size: 15px;
    background: url(../img/shared/bg2.jpg);
    color: #3d3d3d;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: 0.025em;
    line-height: 26px;
    text-align: justify;
}
:root {
    --blue: #3e5382;
    --salmon: #dc8779;
}
.rounded-img img {
    border-radius: 5px;
}
.btn-s1 {
    margin: 12vw 8% 0;
}
.btn-s1 a {
    font-family: "Shippori Mincho";
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    padding: 2vw 5%;
    border: 1px solid #888;
    border-radius: 5px;
    position: relative;
}
.btn-s1 a::after {
    content: "";
    background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    width: 1.6vw;
}
.btn-s2 {
    margin: 5vw 8% 0;
}
.btn-s2 a {
    font-family: "Shippori Mincho";
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    padding: 4.5vw 5%;
    border: 1px solid #888;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.btn-s2 a::after {
    content: "";
    background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    width: 1.6vw;
}
.btn-s3 a {
    font-family: "Hina Mincho";
    font-size: 4.27vw;
    letter-spacing: 0.1em;
    color: #fff;
    background: url(../img/shared/btn_bg.jpg) no-repeat center top/cover;
    border-radius: 99px;
    display: block;
    text-align: center;
    padding: 7.2vw 5%;
    position: relative;
}
.btn-s3 a::before {
    content: "";
    background: url(../img/shared/icon_mail.png) no-repeat left center/100% auto;
    width: 6vw;
    position: absolute;
    top: 1vw;
    left: 10%;
    bottom: 0;
}
.btn-s3 a::after {
    content: "";
    background: url(../img/shared/icon_arr3.png) no-repeat right center/100% auto;
    width: 2vw;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
}
.btn-s4 a {
    font-family: "Shippori Mincho";
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: url(../img/shared/btn_bg.jpg) no-repeat center top/cover;
    border-radius: 99px;
    display: block;
    padding: 7.2vw 5%;
    position: relative;
}
.btn-s4 a::before {
    content: "";
    background: url(../img/shared/icon_mail.png) no-repeat left center/100% auto;
    width: 6vw;
    position: absolute;
    top: 1vw;
    left: 15%;
    bottom: 0;
}
.btn-s4 a::after {
    content: "";
    background: url(../img/shared/icon_arr3.png) no-repeat right center/100% auto;
    width: 2vw;
    position: absolute;
    top: 0;
    right: 12%;
    bottom: 0;
}
.btn-s5 a {
    font-family: "Shippori Mincho";
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: url(../img/shared/btn_bg.jpg) no-repeat center top/cover;
    border-radius: 99px;
    display: block;
    padding: 7.2vw 5%;
    position: relative;
}
.btn-s5 a::before {
    content: "";
    background: url(../img/shared/icon1.png) no-repeat left center/100% auto;
    width: 7vw;
    position: absolute;
    top: 0;
    left: 15%;
    bottom: 0;
}
.btn-s5 a::after {
    content: "";
    background: url(../img/shared/icon_arr3.png) no-repeat right center/100% auto;
    width: 2vw;
    position: absolute;
    top: 0;
    right: 12%;
    bottom: 0;
}
.btn-s6 {
    margin: 5vw 0% 0;
}
.btn-s6 a {
    font-family: "Shippori Mincho";
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    padding: 4.5vw 5%;
    border: 1px solid #888;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.btn-s6 a::after {
    content: "";
    background: url(../img/shared/icon_arr5.png) no-repeat right center/100% auto;
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    width: 1.6vw;
}
.ttl-s1 {
    font-family: "Shippori Mincho";
    margin: 0 auto 10vw !important;
    padding: 5vw 0 5.5vw !important;
    background:
        url(../img/shared/ttl1_deco_top.png) no-repeat center top/100% auto,
        url(../img/shared/ttl1_deco_bot.png) no-repeat center bottom/100% auto;
    width: 43%;
    position: relative;
}
.ttl-s1::before {
    content: "";
    border-left: 1px solid #353f9e;
    border-right: 1px solid #353f9e;
    position: absolute;
    top: 3vw;
    right: 0;
    bottom: 3vw;
    left: 0;
}
.ttl-s1 .t {
    font-size: 9.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    white-space: nowrap;
}
.ttl-s2 {
    font-family: "Shippori Mincho";
    margin: 0 auto 10vw !important;
    padding: 5vw 0 5.5vw !important;
    background:
        url(../img/shared/ttl2_deco_top.png) no-repeat center top/100% auto,
        url(../img/shared/ttl2_deco_bot.png) no-repeat center bottom/100% auto;
    width: 43%;
    position: relative;
}
.ttl-s2::before {
    content: "";
    border-left: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    position: absolute;
    top: 3vw;
    right: 0;
    bottom: 3vw;
    left: 0;
}
.ttl-s2 .t {
    font-size: 9.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    white-space: nowrap;
}
.ttl-s3 {
    font-family: "Shippori Mincho";
    font-size: 6.4vw;
    font-weight: 500 !important;
    letter-spacing: 0.025em;
    line-height: 1.7;
}
.ttl-s4 {
    font-family: "Shippori Mincho";
    font-size: 8.53vw;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--blue);
    text-align: center;
}
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    max-width: 1000px;
}
.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.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;
}
.slick-dots li {
    line-height: 1;
}
.slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    box-sizing: border-box;
    background: #f0b1b1;
}
.slick-dots .slick-active button {
    background: #3e5382;
}
.slick-dots {
    display: flex;
    justify-content: center;
}
.slick-dots li + li {
    margin-left: 15px;
}
.slick-arrow {
    font-size: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    width: 5vw;
    height: 10vw;
}
.slick-arrow.slick-prev {
    background: url(../img/shared/prev.png) no-repeat 0 0/100% auto;
}
.slick-arrow.slick-next {
    background: url(../img/shared/next.png) no-repeat 0 0/100% auto;
}
#controlBar_bg-movie {
    display: none !important;
}
@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 .side-left *,
.navOpen .side-left a,
.navOpen .side-left 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: 42px 27px 110px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    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: #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;
}
img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    body {
        background: url(../img/shared/bg3.jpg);
    }
    .wrap {
        padding: 0 20px;
    }
    .rss-img:hover {
        opacity: 0.8;
    }
    .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%;
    }
    .img-parallax img {
        left: 50%;
        transform: translateX(-50%) translateZ(0) !important;
        width: 375px;
    }
    .ft-fixed {
        max-width: 375px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .ft-fixed .hamburger {
        cursor: pointer;
    }
    .ft-fixed .hamburger:hover {
        opacity: 0.8;
    }
    #navigation {
        width: 375px;
        right: auto;
        left: calc(50% - 187.5px);
    }
    .btn-s1 {
        margin: 45px auto 0;
        max-width: 280px;
    }
    .btn-s1 a {
        font-size: 16px;
        padding: 9px 30px;
    }
    .btn-s1 a::after {
        right: 19px;
        width: 6px;
        transition: 0.1s ease;
    }
    .btn-s1 a:hover::after {
        right: 14px;
    }
    .btn-s2 {
        margin: 21px auto 0;
        max-width: 280px;
    }
    .btn-s2 a {
        font-size: 16px;
        padding: 17px 30px;
    }
    .btn-s2 a::after {
        right: 19px;
        width: 6px;
        transition: 0.1s ease;
    }
    .btn-s2 a:hover::after {
        right: 14px;
    }
    .btn-s3 a {
        font-size: 16px;
        padding: 27px 20px;
    }
    .btn-s3 a::before {
        width: 23px;
        top: 0;
        left: 32px;
    }
    .btn-s3 a::after {
        width: 7px;
        right: 20px;
        transition: 0.1s ease;
    }
    .btn-s3 a:hover::after {
        right: 15px;
    }
    .btn-s4 a {
        font-size: 16px;
        padding: 27px 20px;
    }
    .btn-s4 a::before {
        width: 22px;
        top: 1px;
        left: 45px;
    }
    .btn-s4 a::after {
        width: 7px;
        right: 41px;
        transition: 0.1s ease;
    }
    .btn-s4 a:hover::after {
        right: 36px;
    }
    .btn-s5 a {
        font-size: 16px;
        padding: 27px 20px;
    }
    .btn-s5 a::before {
        width: 26px;
        left: 50px;
    }
    .btn-s5 a::after {
        width: 7px;
        right: 41px;
        transition: 0.1s ease;
    }
    .btn-s5 a:hover::after {
        right: 36px;
    }
    .btn-s6 {
        margin: 0 auto;
        max-width: 280px;
    }
    .btn-s6 a {
        font-size: 16px;
        padding: 17px 30px;
    }
    .btn-s6 a::after {
        right: 19px;
        width: 6px;
        transition: 0.1s ease;
    }
    .btn-s6 a:hover::after {
        right: 14px;
    }
    .ttl-s1 {
        margin: 0 auto 40px !important;
        padding: 21px 0 19px !important;
        width: 145px;
    }
    .ttl-s1::before {
        top: 10px;
        bottom: 10px;
    }
    .ttl-s1 .t {
        font-size: 36px;
        line-height: 62px;
    }
    .ttl-s2 {
        margin: 0 auto 40px !important;
        padding: 21px 0 19px !important;
        width: 145px;
    }
    .ttl-s2::before {
        top: 10px;
        bottom: 10px;
    }
    .ttl-s2 .t {
        font-size: 36px;
        line-height: 62px;
    }
    .ttl-s3 {
        font-size: 24px;
        line-height: 42px;
    }
    .ttl-s4 {
        font-size: 32px;
        line-height: 32px;
    }
    .slick-arrow:hover {
        opacity: 0.8;
    }
    .slick-dots button:hover {
        opacity: 0.8;
    }
    .slick-arrow {
        width: 17px;
        height: 32px;
    }
    .slick-arrow:hover {
        opacity: 0.7;
    }
}
@keyframes circlemove {
    0% {
        bottom: 70px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@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;
}
