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


/*=============================================
 * body
 *=============================================*/
body {
    background: url('../img/shared/bg_bd.jpg') repeat center top;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    text-align: justify;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.2em;
}

body * {
    box-sizing: border-box;
}


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

.pc {
    display: none !important;
}

.sp {
    display: block;
}


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

    .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;
    }
}


/*=============================================
 * Toggle Menu
 *=============================================*/
#navigation {
    position: fixed;
    inset: 0;
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all linear;
    background: url("../img/shared/bg01.png") repeat center top, url("../img/shared/bg02.jpg") repeat center top;
}

#navigation .group {
    padding: 77px 9%;
}

#navigation .group .fix-tel {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 7%;
}

#navigation .group .fix-tel span {
    display: block;
    line-height: 18px;
}

#navigation .group .fix-tel span.t1 {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.08em;
}

#navigation .group .fix-tel span.t1 img {
    width: 13px;
    margin: -11px 2px 0 0;
}

#navigation .group .fix-tel span.t1 i {
    display: inline-block;
    margin-top: 6px;
    font-size: 23px;
    letter-spacing: -0.01em;
}

#navigation .group .fix-tel span.t2 {
    color: #bbb;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 1px;
}

#navigation .group .fix-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 41px 0 0 7%;
}

#navigation .group .fix-nav ul {
    width: 50%;
}

#navigation .group .fix-nav ul li a {
    position: relative;
    display: block;
    color: #c6bbab;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

#navigation .group .fix-nav ul li a::before {
    content: "";
    position: absolute;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    width: 6px;
    height: 12px;
    opacity: 0;
}

#navigation .group .fix-nav ul li a:hover,
#navigation .group .fix-nav ul li a.active {
    color: #fff !important;
}

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

#navigation .group .fix-nav ul:nth-child(1) li:nth-child(n+6) {
    margin-top: 32px;
}

#navigation .group .fix-nav ul:nth-child(1) li:nth-child(n+6) a {
    font-size: 12px;
}

#navigation .group .fix-nav ul:nth-child(1) li+li {
    margin-top: 30px;
}

#navigation .group .fix-nav ul:nth-child(2) {
    margin-bottom: -7px;
}

#navigation .group .fix-nav ul:nth-child(2) li a {
    font-size: 12px;
    color: #d9b685;
}

#navigation .group .fix-nav ul:nth-child(2) li:nth-child(1) img {
    margin: 0 4px 2px 0;
    width: 14px;
}

#navigation .group .fix-nav ul:nth-child(2) li:nth-child(2) {
    margin-top: 23px;
}

#navigation .group .fix-nav ul:nth-child(2) li:nth-child(2) img {
    width: 13px;
    margin: 0 9px 6px 0;
}

@media screen and (min-width: 1000px) {
    #navigation {
        background: url(../img/shared/bg01.jpg) repeat center top/100px auto #191002;
        overflow: hidden;
        bottom: auto;
    }

    #navigation.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    #navigation .group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1040px;
        margin: 0 auto;
        padding: 18px 20px 13px;
    }

    #navigation .group .fix-tel {
        border: none;
        padding: 0;
    }

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

    #navigation .group .fix-tel span.t1 img {
        width: 15px;
    }

    #navigation .group .fix-tel span.t1 i {
        margin-top: 10px;
        font-size: 26px;
    }

    #navigation .group .fix-nav {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0 0 42px;
    }

    #navigation .group .fix-nav ul {
        width: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #navigation .group .fix-nav ul li a {
        letter-spacing: -0.05em;
    }

    #navigation .group .fix-nav ul li a::before {
        -webkit-clip-path: polygon(45% 0, 0% 100%, 100% 100%);
        clip-path: polygon(45% 0, 0% 100%, 100% 100%);
        inset: auto auto -17px 39%;
        width: 12px;
        height: 6px;
    }

    #navigation .group .fix-nav ul:nth-child(1) li:nth-child(n+6) {
        margin: 1px 0 0 39px;
    }

    #navigation .group .fix-nav ul:nth-child(1) li:nth-child(n+6) a {
        font-size: 14px;
    }

    #navigation .group .fix-nav ul:nth-child(1) li+li {
        margin: 0 0 0 21px;
    }

    #navigation .group .fix-nav ul:nth-child(2) {
        margin: -20px 0 0px 28px;
        padding: 20px 0 11px 35px;
        border-left: 1px solid #d9b685;
    }

    #navigation .group .fix-nav ul:nth-child(2) li a {
        font-size: 14px;
    }

    #navigation .group .fix-nav ul:nth-child(2) li:nth-child(1) img {
        margin: -4px 6px 0 0;
        width: 16px;
    }

    #navigation .group .fix-nav ul:nth-child(2) li:nth-child(2) {
        margin: 0 0 0 31px;
    }

    #navigation .group .fix-nav ul:nth-child(2) li:nth-child(2) img {
        width: 14px;
        margin: -4px 3px 0 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
    #navigation .group {
        justify-content: space-between;
    }

    #navigation .group .fix-nav {
        padding-left: 10px;
    }
}


/*=============================================
 * Footer
 *=============================================*/
#footer {
    position: relative;
    color: #fff;
    padding-bottom: 15vw;
}

#footer::before {
    content: '';
    position: absolute;
    background: url("../img/shared/bg01.png") repeat center top #191002;
    inset: 0;
    z-index: -2;
}

#footer .ft-top {
    position: relative;
    padding-bottom: 20vw;
}

#footer .ft-top::before {
    content: '';
    position: absolute;
    background: url('../img/shared/bg02.jpg') repeat center;;
    inset: 0 calc(-50vw + 50%);
    z-index: -1;
}

#footer .ft-top .logo {
    padding: 23.5vw 7.5% 0;
}

#footer .ft-top .tel {
    margin: 4.5vw 0 0;
    padding: 6.5vw 0 5vw;
    border-top: 1px solid #5d3d2e;
    border-bottom: 1px solid #5d3d2e;
}

#footer .ft-top .tel span {
    display: block;
    line-height: 24px;
    text-align: center;
}

#footer .ft-top .tel span.t1 {
    font-size: 20px;
    letter-spacing: -0.07em;
}

#footer .ft-top .tel span.t1 img {
    width: 20px;
    margin: -15px 6px 0 0;
}

#footer .ft-top .tel span.t1 i {
    display: inline-block;
    margin-top: 15px;
    font-size: 38px;
    letter-spacing: -0.015em;
}

#footer .ft-top .tel span.t2 {
    margin: 7px 0 0 14px;
    letter-spacing: 0.12em;
}

#footer .btn-copy {
    text-align: center;
    margin-top: 10.5vw;
}

#footer .btn-copy a {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

#footer .btn-copy a img {
    width: 11px;
    margin: -5px 7px 0 0;
}

#footer .btn-copy a span {
    font-size: 12px;
    letter-spacing: 0.1em;
}

#footer .ft-top .shopinfo {
    margin-top: 10vw;
}

#footer .ft-top .shopinfo dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
}

#footer .ft-top .shopinfo dl * {
    letter-spacing: 0.1em;
}

#footer .ft-top .shopinfo dl dt {
    width: 100%;
    max-width: 26vw;
}

#footer .ft-top .shopinfo dl+dl {
    margin-top: 5.5vw;
}

#footer .ft-top .gmap {
    margin-top: 17vw;
}

#footer .ft-top .gmap .map {
    height: 70vw;
}

#footer .ft-bot .gr {
    padding-top: 10vw;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
}

#footer .ft-bot .cookie-link a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

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


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

    #footer .wrap {
        max-width: 100%;
    }

    #footer .ft-top .logo {
        padding: 81px 0px 0 0;
        text-align: center;
    }

    #footer .ft-top .logo img {
        width: 360px;
    }

    #footer .ft-top .tel {
        padding: 15px 0 5px;
        margin: 11px auto 0;
        width: 610px;
    }

    #footer .ft-top .tel span {
        line-height: 31px;
    }

    #footer .ft-top .tel span.t1 {
        font-size: 22.4px;
    }

    #footer .ft-top .tel span.t1 img {
        width: 24px;
        margin: -15px 5px 0 13px;
    }

    #footer .ft-top .tel span.t1 i {
        margin-top: 0;
        font-size: 41.6px;
    }

    #footer .ft-top .tel span.t2 {
        margin-top: 0;
    }

    #footer .btn-copy {
        text-align: left;
        margin-top: 0;
    }

    #footer .btn-copy a {
        padding-bottom: 7px;
    }

    #footer .btn-copy a img {
        width: 13px;
        margin: -9px 9px 0 2px;
    }

    #footer .btn-copy a span {
        font-size: 14px;
    }

    #footer .btn-copy a:hover {
        border-color: transparent;
    }

    #footer .ft-top {
        max-width: 1274px;
        padding: 0 20px 73px;
        margin: 0 auto;
    }

    #footer .ft-top .row {
        margin-top: 62px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #footer .ft-top .shopinfo {
        width: 50%;
        margin-top: 5px;
    }

    #footer .ft-top .shopinfo dl {
        line-height: 26px;
    }

    #footer .ft-top .shopinfo dl * {
        letter-spacing: 0.2em;
    }

    #footer .ft-top .shopinfo dl dt {
        max-width: 168px;
    }

    #footer .ft-top .shopinfo dl+dl {
        margin-top: 26px;
    }

    #footer .ft-top .gmap {
        margin-top: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #footer .ft-top .gmap .map {
        height: 450px;
        margin-right: calc(-50vw + 50%);
    }

    #footer .ft-top .gmap .links {
        margin: 46px 0 0 78px;
    }

    #footer .ft-top .gmap .links .gmap-print {
        margin-top: 15px;
    }

    #footer .ft-top .gmap .links .gmap-print a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    #footer .ft-top .gmap .links .gmap-print a:hover {
        text-decoration: none;
    }

    #footer .ft-bot .nav {
        display: flex !important;
        justify-content: center;
        padding-top: 48px;
    }

    #footer .ft-bot .nav li:not(:last-child) {
        border-right: 1px solid #fff;
    }

    #footer .ft-bot .nav li a {
        display: block;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        padding: 0 28.5px 0;
        letter-spacing: 0.1em;
    }

    #footer .ft-bot .nav li a:hover {
        opacity: 0.8;
    }

    #footer .ft-bot .gr {
        text-align: left;
        font-size: 14px;
        line-height: 32px;
        display: flex;
        justify-content: space-between;
        max-width: 1040px;
        padding: 52px 20px 0;
        margin: 0 auto;
    }

    #footer .ft-bot .gr .right {
        margin-top: 4px;
    }

    #footer .ft-bot .cookie-link a {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1150px) {
    #footer .ft-top .shopinfo {
        width: 546px;
    }

    #footer .ft-top .gmap {
        width: calc(100% - 546px);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    #footer .ft-top .gmap .links {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 46px auto 0;
    }
}


/*=============================================
 * Footer fixed
 *=============================================*/
#ft_bnr_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 73px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url("../img/shared/bg02.jpg") repeat center bottom;
}

#ft_bnr_fixed li {
    width: 28.5%;
}

#ft_bnr_fixed li:last-child {
   flex: 1;
}

#ft_bnr_fixed li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#ft_bnr_fixed li a,
#ft_bnr_fixed li span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1px;
    height: 100%;
    line-height: 1;
    letter-spacing: 0.05em;
}

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


/*=============================================
 * Btn shared
 *=============================================*/
.btn-shared a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    position: relative;
    background: url("../img/shared/bg03.jpg") repeat center;
    color: #fff;
    padding: 4.5vw 0 4.5vw 10%;
    line-height: 1;
    font-weight: 600;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
}

.btn-shared a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    width: 7vw;
    height: 7vw;
    top: 50%;
    right: 11%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-shared a:hover {
    opacity: 0.8;
}

.btn-shared.type-popup a::before {
    background-image: url("../img/shared/icon_popup.png");
}

@media screen and (min-width: 1000px) {
    .btn-shared {
        width: 360px;
    }

    .btn-shared a {
        padding: 21px 0 21px 39px;
        font-size: 22px;
    }

    .btn-shared a::before {
        width: 30px;
        height: 30px;
        right: 44px;
    }
}


/*=============================================
 * Popup
 *=============================================*/
.popup-shared .wrap {
    background: url("../img/shared/bg05.jpg") repeat center top;
    padding: 60px 4vw 60px;
}

.popup-shared h2 {
    text-align: center;
    font-weight: 600;
    font-size: 6.5vw;
    line-height: 1.5;
    letter-spacing: .15em;
}

.popup-shared h3 {
    background: url('../img/shared/bg03.jpg') repeat center top;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 4.5vw;
    line-height: 3;
    letter-spacing: 0;
}

.popup-shared h3 span {
    font-size: 3.5vw;
    letter-spacing: 0;
}

.popup-shared .note {
    text-align: center;
    margin-top: 15px;
}

.popup-shared dl {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 20px;
}

.popup-shared dl+dl {
    margin-top: 13px;
}

.popup-shared dl dt {
    margin-right: 5px;
    letter-spacing: 0.12em;
    flex: 1
}

.popup-shared dl dd {
    text-align: right;
    letter-spacing: 0.12em
}

.popup-shared .row {
    margin-top: 35px
}

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

.popup-shared .col+.col {
    margin-top: 35px
}

.popup-shared .gr p {
    line-height: 20px;
}

.popup-shared .gr+.gr {
    margin-top: 13px;
}

.popup-shared .gr dl {
    margin-top: 0 !important;
}

@media screen and (min-width: 1000px) {
    .popup-shared .wrap {
        padding: 60px 20px 118px;
        margin: 100px auto;
        max-width: 1300px;
    }

    .popup-shared h2 {
        font-size: 30px;
        line-height: 72px;
    }

    .popup-shared h3 {
        margin-bottom: 29px;
        font-size: 20px;
        line-height: 45px;
    }

    .popup-shared h3 span {
        font-size: 15px;
    }

    .popup-shared .note {
        margin-top: 0;
    }

    .popup-shared dl {
        font-size: 15px;
        line-height: 20px;
    }

    .popup-shared dl.mt-2 {
        margin-top: 40px;
    }

    .popup-shared dl.flex-end {
        align-items: flex-end;
    }

    .popup-shared dl+dl {
        margin-top: 20px;
    }

    .popup-shared dl dd {
        text-align: right;
        letter-spacing: 0.12em
    }


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

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

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

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

    .popup-shared .gr+.gr {
        margin-top: 20px;
    }
}


/*=============================================
 * 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%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    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
}

.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;
}

/*====================== ft_bnr_fixed ====================== */
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    footer:after {
        background: url('../img/shared/bg02.jpg') repeat center;
        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) + 80px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 140px) !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: url('../img/shared/bg02.jpg') repeat center;
        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) + 80px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 140px) !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: url('../img/shared/bg02.jpg') repeat center;
        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) + 80px) !important;
    }

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

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        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 {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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: 3s;
    -webkit-animation-fill-mode: both;
    animation-duration: 3s;
    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;
    }
}

.box-effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.box-effect::after {
    background: url('../img/shared/bg01.jpg') repeat center;
    width: 10px;
    height: 0;
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.box-effect>* {
    opacity: 0 !important;
    width: 100%;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}

.box-effect[style*=visible] .box {
    background: url('../img/shared/bg01.jpg') repeat center;
}

.box-effect[style*=visible]:after {
    height: 100%;
    width: 100%;
    left: 100%;
}

.box-effect[style*=visible]>* {
    opacity: 1 !important;
    height: 100%;
}