﻿/*=============================================
 * Fonts
 *=============================================*/
/* fustat-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fustat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fustat-v3-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fustat-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fustat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fustat-v3-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fustat-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fustat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fustat-v4-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-jp-v55-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-jp-v55-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-jp-v55-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-kaku-gothic-new-700 - japanese */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/zen-kaku-gothic-new-v18-japanese-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.fnt-fustat {
    font-family: 'Fustat';
}

.fnt-noto-sans {
    font-family: 'Noto Sans JP';
}

.fnt-zen-kaku {
    font-family: 'Zen Kaku Gothic New';
}


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

body {
    font-family: 'Noto Sans JP';
    background: #fff;
    color: #444;
    text-align: left;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.08em;
}

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
}

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

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

    .navOpen #btn-fixed ul li:nth-child(3) {
        display: none;
    }
}


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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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