html:not(.responsive) {
    width: 100%;
}


/*=============================================
 * body
 *=============================================*/
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: justify;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    background: url('../img/shared/bg_bd.jpg') repeat center;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}

body * {
    box-sizing: border-box;
    letter-spacing: 0.05em;
}

img {
    width: 100%;
    height: auto;
}

.pc {
    display: none !important;
}

.sp {
    display: block;


}


/*=============================================
 * PC
 *=============================================*/
@media screen and (min-width: 1000px) {
    body {
        font-size: 20px;
        line-height: 40px;
    }

    .object-fit-cover {
        position: absolute !important;
    }

    .object-fit-cover img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    img {
        width: auto;
    }

    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }
}

/*=============================================
 * Header
 *=============================================*/
#header {
    padding-top: 40vw;
}

#header .hd-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header .hd-top .left .group .logo {
    width: 51%;
    padding: 6vw 0 0 5.7vw;
}

#header .hd-top h1 {
    margin: 5.5vw 3vw 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: -0.05em;
}

@media screen and (min-width: 1000px) {
    #header {
        padding-top: 0;
    }

    #header .hd-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: 0.3s all linear;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #header .hd-top .left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 66px 0 0 42px;
    }

    #header .hd-top .left .group .logo {
        width: 254px;
        padding: 0 0 0 0;
    }

    #header .hd-top .left .group .logo img {
        width: 100%;
    }

    #header .hd-top .left .group .tel {
        margin-top: 34px;
    }

    #header .hd-top .left .group .tel span {
        display: block;
        text-align: center;
    }

    #header .hd-top .left .group .tel span.t1 {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }

    #header .hd-top .left .group .tel span.t2 {
        font-size: 34.6px;
        font-weight: bold;
        line-height: 40px;
        letter-spacing: 0.01em;
    }

    #header .hd-top .left .group .sns {
        text-align: center;
        margin-top: 13px;
    }

    #header .hd-top .left .group .sns img {
        width: 34px;
    }

    #header .hd-top h1 {
        margin: 20px 0 0 52px;
        font-size: 14px;
        line-height: 26px;
    }

    #header .hd-top .nav-pc {
        margin: 48px 52px 0 0;
    }

    #header .hd-top .nav-pc li a {
        position: relative;
        display: block;
        text-align: right;
        padding-right: 23px;
        font-size: 18px;
        line-height: 40px;
    }

    #header .hd-top .nav-pc li a::before {
        content: "";
        position: absolute;
        background: #ba9a6d;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: calc(50% + 4px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        opacity: 0;
    }

    #header .hd-top .nav-pc li a:hover::before,
    #header .hd-top .nav-pc li a.active::before {
        opacity: 1;
    }

    #header .hd-top .nav-pc li+li {
        margin-top: 0;
    }

    #header.toggle .hd-top {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #header.toggle .hamburger {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    #header .hd-top .left {
        margin-left: 20px;
    }

    #header .hd-top .nav-pc {
        margin-right: 20px;
    }
}


/*=============================================
 * KEY
 *=============================================*/
#key {
    position: relative;
}

#key * {
    will-change: transform;
}

#key .deco1 {
    position: absolute;
    top: 46vw;
    left: 6%;
    width: 22.4%;
    z-index: 1;
}

#key .deco2 {
    position: absolute;
    top: 40vw;
    right: -4%;
    width: 27.7%;
    z-index: 1;
}

#key .deco3 {
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 38.53%;
}

#key .bg {
    margin-left: 6%;
    margin-right: 6%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

#key .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#key .key-sl {
    position: absolute;
    top: 18vw;
    left: 0;
    right: 0;
    -webkit-animation: right-to-left 60s linear infinite;
    animation: right-to-left 60s linear infinite;
    background-image: url("../img/index/key_js_txt.png");
    height: 14vw;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#key .photo-inner {
    position: absolute;
    top: -5vw;
    left: 0;
    right: 0;
    z-index: 1;
}

#key .key-tit {
    position: absolute;
    top: 69.5vw;
    left: 4%;
    right: 6%;
    z-index: 2;
}

#key .hand {
    position: absolute;
    top: 51vw;
    left: 37%;
    right: 6%;
    z-index: 1;
}

#key svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 1000px) {
    #key .deco1 {
        top: 555px;
        left: 9px;
        width: auto;
    }

    #key .deco2 {
        top: 153px;
        right: 222px;
        width: auto;
    }

    #key .deco3 {
        bottom: -104px;
        left: -168px;
        width: auto;
    }

    #key .group {
        position: relative;
        overflow: hidden;
    }

    #key .bg {
        -webkit-transform: translateY(38px);
        transform: translateY(38px);
        margin: 0 auto;
        width: calc(100% - 200px);
        height: 832px;
        -webkit-clip-path: url(#my-clip-path);
        clip-path: url(#my-clip-path);
    }

    #key .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #key .key-sl {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
        top: 386px;
        height: 155px;
    }

    #key .photo-inner {
        top: auto;
        right: auto;
        bottom: -29px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }

    #key .key-tit {
        top: 529px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #key .hand {
        top: 416px;
        left: auto;
        right: 34px;
    }
}


/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
    position: fixed;
    top: 1.7vw;
    right: 2.7vw;
    width: 20vw;
    height: 20vw;
    z-index: 1001;
    transition: 0.3s all linear;
    cursor: pointer;
}

.hamburger .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    z-index: 2;
}

.hamburger.is-active {
    top: 0;
    right: 0;
}

.hamburger.is-active .off {
    opacity: 0;
}

.hamburger.is-active .on {
    opacity: 1 !important;
}

@media screen and (min-width: 1000px) {
    .hamburger {
        top: 33px;
        right: 36px;
        width: 98px;
        height: 98px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 0.3s all linear;
    }

    .hamburger img {
        width: 100%;
    }

    .hamburger.is-active {
        top: 12px;
        right: 20px;
    }

    .hamburger:hover {
        opacity: 0.8;
        -webkit-animation: loadingSpinner 2s linear infinite;
        animation: loadingSpinner 2s linear infinite;
    }
}


/*=============================================
 * Button shared
 *=============================================*/
.btn-shared a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 47px;
    text-align: center;
    padding: 5vw 0 6vw;
    font-size: 16px;
    line-height: 1;
    transition: 0.3s color;
}

.btn-shared a::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 100%;
    background: #8b2d0c;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-shared a:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 6.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-shared a:hover {
    color: #fff !important;
}

.btn-shared a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn-shared a:hover:after {
    background-image: url("../img/shared/btn_arrow.png") !important;
}

.btn-shared.type-1 a {
    background: #d66d48;
    color: #fff;
}

.btn-shared.type-1 a::before {
    background: #8b2d0c;
}

.btn-shared.type-1 a:after {
    background-image: url("../img/shared/btn_arrow.png");
}

.btn-shared.type-2 a {
    background: #fff;
    color: #000;
}

.btn-shared.type-2 a:after {
    background-image: url("../img/shared/btn_arrow2.png");
}

.btn-shared.type-3 a {
    background: #000;
    color: #fff;
}

.btn-shared.type-3 a:after {
    display: none;
}

@media screen and (min-width: 1000px) {
    .btn-shared a {
        padding: 31px 0 38px;
        font-size: 26px;
    }

    .btn-shared a:after {
        width: 44px;
        height: 44px;
        right: 58px;
    }
}


/*=============================================
 * Navigation
 *=============================================*/
#navigation {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    transition: 0.3s all linear;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#navigation .group {
    padding: 72px 5.7%;
}

#navigation .fix-nav li a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1;
    padding-left: 29px;
}

#navigation .fix-nav li a::before {
    content: "";
    position: absolute;
    background: #ba9a6d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: calc(50% + 2px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

#navigation .fix-nav li a:hover::before,
#navigation .fix-nav li a.active::before {
    opacity: 1;
}

#navigation .fix-nav li+li {
    margin-top: 31px;
}

#navigation .fix-logo {
    margin: 69px auto 0;
    width: 49%;
}

#navigation .fix-sns {
    margin: 42px auto 35px;
    width: 10.54%;
}

#navigation .fix-tel span {
    text-align: center;
    display: block;
    line-height: 1.8;
}

#navigation .fix-tel span.t1 {
    font-size: 16px;
}

#navigation .fix-tel span.t2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

#navigation .fix-tel span.t2 img {
    width: 16px;
    margin: -8px 10px 0 0;
}

#navigation .fix-reserve {
    width: 75%;
    margin: 23px auto 0;
}

#navigation .fix-reserve a img {
    width: 18px;
    margin: -5px 15px 0 0;
}

#navigation .fix-reserve a::after {
    display: none;
}

@media screen and (min-width: 1000px) {
    #navigation {
        background: rgba(214, 109, 72, 0.8);
    }

    #navigation .group {
        position: relative;
        background: #fff;
        width: 750px;
        height: 100%;
        margin-left: auto;
        padding: 104px 0 146px;
        box-sizing: content-box;
    }

    #navigation .fix-nav {
        margin-left: 109px;
    }

    #navigation .fix-nav li+li {
        margin-top: 36px;
    }

    #navigation .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 107px 0 0 109px;
    }

    #navigation .col:nth-child(2) {
        margin-left: 56px;
    }

    #navigation .fix-logo {
        margin: 7px 0 0 22px;
        width: 166px;
    }

    #navigation .fix-logo img {
        width: 100%;
    }

    #navigation .fix-sns {
        margin: 35px 0 0 87px;
        width: 34px;
    }

    #navigation .fix-sns img {
        width: 100%;
    }

    #navigation .fix-tel {
        margin-left: 11px;
    }

    #navigation .fix-tel span {
        text-align: left;
    }

    #navigation .fix-tel span.t1 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.04em;
    }

    #navigation .fix-tel span.t2 {
        font-size: 34px;
        line-height: 60px;
    }

    #navigation .fix-reserve {
        width: 250px;
        margin: 13px 0 0;
    }

    #navigation .fix-reserve a {
        padding: 20px 0 23px;
        font-size: 16px;
    }

    #navigation .fix-reserve a img {
        margin: -5px 15px 0 0;
    }
}


/*=============================================
 * Footer
 *=============================================*/
#footer {
    background: #251f1d;
    color: #fff;
    padding-bottom: 30vw;
}

#footer .wrap {
    padding: 0;
}

#footer .ft-top .right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .ft-top .right .nav {
    width: 50%;
}

#footer .ft-top .right .nav li {
    border-bottom: 1px solid #5e5755;
}

#footer .ft-top .right .nav li a {
    display: block;
    padding: 3vw 0 4vw 10%;
}

#footer .ft-top .right .nav:nth-child(1) {
    border-right: 1px solid #5e5755;
}

#footer .ft-top .left {
    padding: 12vw 5.83% 0;
}

#footer .ft-top .left .col:nth-child(1) .logo {
    width: 50%;
    margin: 0 auto 5.5vw;
}

#footer .ft-top .left .col:nth-child(1) .txt {
    font-size: 12px;
    line-height: 1.66;
}

#footer .ft-top .left .col:nth-child(1) .sns {
    width: 9.3%;
    margin: 7vw auto;
}

#footer .ft-top .left .col:nth-child(2) .tel span {
    text-align: center;
    display: block;
    line-height: 1.6;
}

#footer .ft-top .left .col:nth-child(2) .tel span.t1 {
    font-size: 14px;
    font-weight: 400;
}

#footer .ft-top .left .col:nth-child(2) .tel span.t2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

#footer .ft-top .left .col:nth-child(2) .tel span.t2 img {
    width: 14px;
    margin: -4px 6px 0 0;
}

#footer .ft-top .left .col:nth-child(2) .tel span.t3 {
    font-size: 10px;
}

#footer .ft-top .left .col:nth-child(2) .btn-reserve {
    width: 71.5%;
    margin: 7.5vw auto 12vw;
}

#footer .ft-top .left .col:nth-child(2) .btn-reserve img {
    width: 16px;
    margin: -5px 13px 0 0;
}

#footer .ft-mid {
    position: relative;
    padding: 0 5.733333333% 0;
}

#footer .ft-mid::before {
    content: "";
    position: absolute;
    background: #5e5755;
    height: 1px;
    top: 0;
    left: 5.73%;
    right: 5.73%;
}

#footer .ft-mid h4 {
    padding: 10vw 0 5vw;
}

#footer .ft-mid .list-bnr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .ft-mid .list-bnr li {
    width: 31.37%;
}

#footer .ft-mid .list-bnr li a span {
    display: block;
    text-align: center;
    margin-top: 2.5vw;
    font-size: 12px;
    line-height: 1.28;
}

#footer .ft-mid .list-bnr li a:hover {
    opacity: 0.8;
}

#footer .ft-bot .left {
    margin: 13vw 0 5vw;
    text-align: center;
    color: #6e6862;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.1em;
}

#footer .ft-bot .left .cookie-link a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1000px) {
    #footer {
        padding-bottom: 92px;
    }

    #footer .wrap {
        padding: 0 20px 0;
        max-width: 1240px;
    }

    #footer .ft-top .right {
        position: absolute;
        top: 95px;
        right: 34px;
        gap: 46px;
    }

    #footer .ft-top .right .nav {
        width: auto;
        border: none !important;
    }

    #footer .ft-top .right .nav li {
        border: none;
    }

    #footer .ft-top .right .nav li a {
        position: relative;
        padding: 0;
        font-size: 16px;
    }

    #footer .ft-top .right .nav li a::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: calc(50% + 2px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -16px;
        opacity: 0;
    }

    #footer .ft-top .right .nav li a:hover::before,
    #footer .ft-top .right .nav li a.active::before {
        opacity: 1;
    }

    #footer .ft-top .left {
        padding: 111px 0 0 6px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #footer .ft-top .left .col:nth-child(1) .logo {
        width: 209px;
        margin: 0 0 38px;
    }

    #footer .ft-top .left .col:nth-child(1) .logo img {
        width: 100%;
    }

    #footer .ft-top .left .col:nth-child(1) .txt {
        margin: 0 0 0 -4px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.05em;
    }

    #footer .ft-top .left .col:nth-child(1) .sns {
        position: relative;
        z-index: 1;
        width: 34px;
        margin: 49px auto 0;
    }

    #footer .ft-top .left .col:nth-child(1) .sns img {
        width: 100%;
    }

    #footer .ft-top .left .col:nth-child(2) .tel {
        margin: 8px 0 0 68px;
    }

    #footer .ft-top .left .col:nth-child(2) .tel span {
        text-align: left;
    }

    #footer .ft-top .left .col:nth-child(2) .tel span.t1 {
        font-size: 16px;
    }

    #footer .ft-top .left .col:nth-child(2) .tel span.t2 {
        font-size: 34.78px;
    }

    #footer .ft-top .left .col:nth-child(2) .tel span.t2 img {
        width: 16px;
        margin: -4px 9px 0 0;
    }

    #footer .ft-top .left .col:nth-child(2) .btn-reserve {
        width: 250px;
        margin: 16px 0 0 56px;
    }

    #footer .ft-top .left .col:nth-child(2) .btn-reserve a {
        font-size: 16px;
        padding: 20px 0 22px;
    }

    #footer .ft-top .left .col:nth-child(2) .btn-reserve img {
        width: 18px;
        margin: -5px 13px 0 0;
    }

    #footer .ft-mid {
        max-width: 924px;
        margin-left: auto;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #footer .ft-mid::before {
        top: -24px;
        left: 3px;
        right: -96px;
    }

    #footer .ft-mid h4 {
        padding: 74px 96px 0 0;
        line-height: 36px;
    }

    #footer .ft-mid .list-bnr {
        max-width: 638px;
        width: 100%;
        margin-top: 37px;
    }

    #footer .ft-mid .list-bnr li {
        width: auto;
    }

    #footer .ft-mid .list-bnr li a span {
        margin-top: 17px;
        font-size: 14px;
        line-height: 18px;
    }

    #footer .ft-bot {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 78px;
    }

    #footer .ft-bot .left {
        margin: 0;
        line-height: 24px;
    }

    #footer .ft-bot .left * {
        display: inline-block;
    }
}


/*=============================================
 * Button fixed
 *=============================================*/
#ft_bnr_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    transition: 0.3s;
    background: #d66d48;
    border-top: 1px solid #e69c82;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
}

#ft_bnr_fixed li {
    width: 25%;
    height: 100%;
}

#ft_bnr_fixed li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
}

#ft_bnr_fixed li a img {
    width: auto;
    height: 21px;
    margin-bottom: 9px;
}

#ft_bnr_fixed li:not(:last-child) {
    border-right: 1px solid #e69c82;
}


/*=============================================
 * Popup shared
 *=============================================*/
.popup-shared {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    padding: 16vw 0 0;
}

.popup-shared .wrap {
    background: #fff;
    padding: 10vw 3.33%;
}

.popup-shared h2 {
    text-align: center;
    font-size: 6.93vw;
    line-height: 1.625;
    letter-spacing: 0.1em;
}

.popup-shared .txt-lead {
    text-align: center;
    font-size: 11px;
    margin: 5vw 0 10vw;
}

.popup-shared .note {
    margin-bottom: 2.5vw;
    font-size: 10px;
}

.popup-shared .note.border-show {
    padding: 2vw 0 3.5vw;
    border-bottom: 1px solid #000;
}

.popup-shared .group+.group {
    margin-top: 7vw;
}

.popup-shared .inner {
    margin-top: 6vw;
}

.popup-shared .col+.col {
    margin-top: 7vw;
}

.popup-shared .item+.item {
    margin-top: 7vw;
}

.popup-shared .lead h3 {
    font-size: 5.3vw;
}

.popup-shared h3 {
    margin-bottom: 2.5vw;
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.popup-shared h3.ttl-type1 {
    position: relative;
    padding-left: 5.5vw;
}

.popup-shared h3.ttl-type1::before {
    content: "";
    position: absolute;
    background: #000;
    width: 3vw;
    height: 2px;
    top: calc(50% + 2px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup-shared h3.ttl-type2 {
    text-align: center;
    padding-bottom: 1.5vw;
    border-bottom: 2px solid #000;
}

.popup-shared dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding: 2vw 0;
}

.popup-shared dl dd {
    text-align: right;
}

.popup-shared dl.border-hide {
    padding: 0;
    border-bottom: none;
}

@media screen and (min-width: 1000px) {
    .popup-shared {
        padding: 131px 0 0;
    }

    .popup-shared .wrap {
        max-width: 1200px;
        padding: 82px 0 118px;
        margin: 0 auto;
    }

    .popup-shared h2 {
        font-size: 40px;
    }

    .popup-shared .txt-lead {
        font-size: 13px;
        line-height: 26px;
        margin: 30px 0 89px;
    }

    .popup-shared .note {
        margin: 14px 0 9px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.11em;
    }

    .popup-shared .note.border-show {
        padding: 0px 0 17px;
        margin: 8px 0 0;
    }

    .popup-shared .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }

    .popup-shared .group {
        width: 640px;
    }

    .popup-shared .group .inner {
        margin-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popup-shared .group+.group {
        margin-top: 0;
        width: 300px;
    }

    .popup-shared .col {
        width: 300px;
    }

    .popup-shared .col+.col {
        margin-top: 0;
    }

    .popup-shared .item+.item {
        margin-top: 41px;
    }

    .popup-shared .lead h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .popup-shared .lead .note {
        margin-bottom: 26px;
    }

    .popup-shared h3 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 30px;
    }

    .popup-shared h3.ttl-type1 {
        padding-left: 24px;
    }

    .popup-shared h3.ttl-type1::before {
        width: 15px;
    }

    .popup-shared h3.ttl-type2 {
        padding-bottom: 8px;
    }

    .popup-shared dl {
        padding: 16px 0 13px;
        font-size: 15px;
        line-height: 30px;
    }

    .popup-shared dl.border-hide {
        padding: 12px 0 0;
    }
}


/*=============================================
 * Parallax
 *=============================================*/
.box-parallax {
    position: relative;
}

.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
}

/*=============================================
 * FCV - CUSTOMS
 *=============================================*/
li {
    list-style: none;
}

#feed a:hover {
    text-decoration: underline;
}

i {
    letter-spacing: inherit;
    font-weight: inherit;
}

.text-center {
    text-align: center;

}

.navOpen #pagetop {
    opacity: 0 !important;
    visibility: hidden !important;
}


.navOpen #navigation {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.navOpen #ft_bnr_fixed {
    display: none;
}

.navOpen footer:after {
    display: none;
}

.on #navigation {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.reserveOpen,
.reserveOpen2,
.recruitOpen {
    overflow: hidden;
}

.word-br {
    word-break: break-all;
}

.txt-center {
    text-align: center;
}

.break-all {
    word-break: break-all;
}

.copied {
    pointer-events: none;
}

.rss-img:hover {
    opacity: 0.7;
}

@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 .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .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: .8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }

    .img-parallax img {
        height: auto !important;
    }
}

body.navOpen {
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #ft_bnr_fixed,
body.navOpen #navigation,
body.navOpen #navigation,
body.navOpen #brandlist_menu {
    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;
}

.hs-copie {
    pointer-events: none;
}

a {
    text-decoration: none;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

a:hover {
    text-decoration: none;
}

/*=============================================
 * <main>
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
}

.ovh {
    overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
    position: relative;
}

/*=============================================
 * .socialbuttons
 *=============================================*/
.socialbuttons .fb-like>span {
    width: 100px !important;
}

.socialbuttons .fb-like>span iframe {
    left: 50%;
    transform: translateX(-50%);
}

.socialbuttons {
    line-height: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/*=============================================
 * .blog
 *=============================================*/
.rss_img {
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.rss_img:hover {
    opacity: 0.8;
}

/*=============================================
 * copyright
 *=============================================*/
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

@-webkit-keyframes fadeIn {
    0% {
        filter: blur(10px);
        opacity: 0
    }

    to {
        filter: blur(0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        filter: blur(10px);
        opacity: 0
    }

    to {
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes toggleColor {
    0% {
        color: #fff;
    }

    100% {
        color: #d73518;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.toggleColor {
    -webkit-animation-name: toggleColor;
    animation-name: toggleColor
}

.animated {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}

.bnr-effect a:hover,
.btn-accordion:hover {
    animation-name: bounce;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes right-to-left {
    0% {
        background-position: 2565px center
    }

    100% {
        background-position: 0 center
    }
}

@-webkit-keyframes loadingSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: center;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform-origin: center;
    }
}

/* .pin-spacer {
    overflow:  hidden !important;
    width: 100% !important;
} */


/*====================== ft_bnr_fixed ====================== */
/* iPhone X */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer:after {
        background: #d66d48;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 998;
    }

    #ft_bnr_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
    }

    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 74px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 130px) !important;
    }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer:after {
        background: #d66d48;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 998;
    }

    #ft_bnr_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
    }

    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 74px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 130px) !important;
    }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
    footer:after {
        background: #d66d48;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 998;
    }

    #ft_bnr_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
    }

    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 74px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 130px) !important;
    }
}

@media screen and (min-width: 768px) {
    footer:after {
        display: none !important;
    }
}

@-webkit-keyframes animation-balloon1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes animation-balloon1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes animation-balloon2 {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animation-balloon2 {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-balloon3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes animation-balloon3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes animation-balloon4 {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes animation-balloon4 {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes right-to-left {
    0% {
        background-position: 2565px center;
    }

    100% {
        background-position: 0 center;
    }
}

@keyframes right-to-left {
    0% {
        background-position: 2565px center;
    }

    100% {
        background-position: 0 center;
    }
}

.animation-balloon1 {
    -webkit-animation: 3s animation-balloon1 linear infinite alternate;
    animation: 3s animation-balloon1 linear infinite alternate;
}

.animation-balloon2 {
    -webkit-animation: 3s animation-balloon2 linear infinite alternate;
    animation: 3s animation-balloon2 linear infinite alternate;
}

.animation-balloon3 {
    -webkit-animation: 3s animation-balloon3 linear infinite alternate;
    animation: 3s animation-balloon3 linear infinite alternate;
}

.animation-balloon4 {
    -webkit-animation: 3s animation-balloon4 linear infinite alternate;
    animation: 3s animation-balloon4 linear infinite alternate;
}


@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.wow2 {}

.bounceIn {
    -webkit-animation: 2s bounceIn linear;
    animation: 2s bounceIn linear;
    animation-delay: 1s opacity;
}

* {
    will-change: tranform;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

body.toggle .hamburger {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body.toggle #header .hd-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}