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


/*=============================================
 * body
 *=============================================*/

body {
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: justify;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

/*=============================================
 * Midnight
 *=============================================*/
.midnightHeader.white button span {
    background-color: #000;
}

.midnightHeader.black button span {
    background-color: #fff;
}

/*=============================================
 * Toggle Menu
 *=============================================*/
.ham-img {
    cursor: pointer;
    position: fixed;
    width: 60px !important;
    height: 60px !important;
    inset: 0 0 auto auto !important;
    transition: 0.3s all linear;
    z-index: 1000;
}

.ham-img img {
    width: 100%;
    height: auto;
}

.ham-img img.on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.ham-img.is-active button {
    display: none;
}

.ham-img.is-active img {
    display: none;
}

.ham-img.is-active img.on {
    display: block;
}

.ham-img:hover {
    opacity: 0.8;
}

button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
    cursor: pointer;
    outline: none
}

button span {
    width: 25px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

button span.top {
    transform: translate(-50%, -10px)
}

button span.bottom {
    transform: translate(-50%, 10px)
}

@media screen and (min-width: 1000px) {
    .ham-img {
        width: 100px !important;
        height: 100px !important;
        left: auto !important;
        right: 30px !important;
        top: 30px !important;
    }

    .ham-img.is-active img.on {
        right: 10px;
        left: auto;
    }

    /* #belt {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear
    }

    #belt.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    #belt.fixed #navigation {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    } */
}

/*=============================================
 * 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: -2;
}

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

.video-parallax {
    pointer-events: none;
}

.video-parallax .mbYTP_wrapper {
    position: fixed !important;
    z-index: -1 !important;
}

.video-parallax.fix-z-index .mbYTP_wrapper {
    z-index: -2 !important;
}

.video-parallax.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

.video-parallax .mbYTP_wrapper iframe {
    height: 100vh !important;
    margin-top: 0 !important;
}

@media screen and (min-width: 1000px) {
    .video-parallax .mbYTP_wrapper iframe {
        height: 120vh !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 section {
    z-index: 0;
}

.navOpen #ft_bnr_fixed {
    opacity: 0;
    visibility: hidden;
    pointer-events: 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 !important;
}

.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,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    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;
    z-index: 10;
}

/*=============================================
 * .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: #111;
        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) + 90px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 170px) !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: #111;
        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) + 90px) !important;
    }

    #footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 170px) !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: #111;
        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) + 90px) !important;
    }

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



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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-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);
    }
}

@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 fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

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

@-webkit-keyframes fadeInZoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeInZoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

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

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

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

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

.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);
    }
}
.teki_moji{
	text-align: center;
	padding-top: 20px;
}