﻿/*=============================================
 * Fonts
 *=============================================*/
.fnt-zen-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.fnt-shippori {
    font-family: "Shippori Mincho", serif;
}

.fnt-shippori-b1 {
    font-family: "Shippori Mincho B1", serif;
}

.fnt-zen-old {
    font-family: "Zen Old Mincho", serif;
}

/*=============================================
 * body
 *=============================================*/
html:not(.responsive) {
    width: 100%;
}

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

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


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

.pc {
    display: none !important;
}

.sp {
    display: block;
}

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

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

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

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

    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    .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-full {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-auto {
        width: 100%;
    }

    img {
        width: auto;
    }
}


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

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

.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 #menu-toggle,
body.navOpen #menu-toggle,
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: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

/*=============================================
 * 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: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 997;
    }

    #ft-bnr-fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !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: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 997;
    }

    #ft-bnr-fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !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: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 997;
    }

    #ft-bnr-fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px) !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 fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

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

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

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

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

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

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