﻿/*=============================================
 * Fonts
 *=============================================*/
.fnt-noto-sans {
    font-family: "Noto Sans JP", sans-serif;
}

.fnt-epilogue {
    font-family: "Epilogue", sans-serif;
}

.fnt-oswald {
    font-family: "Oswald", sans-serif;
}

.fnt-yugothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

body {
    font-family: "Noto Sans JP", sans-serif;
    background: url('../img/shared/bg_bd.jpg') repeat center;
    color: #d1d1d1;
    text-align: justify;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.1em;
}

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: 32px;
    }

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

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

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

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

/*=============================================
 * 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 fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

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

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

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


@-webkit-keyframes animationText {
    0% {
        opacity: 0;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes animationText {
    0% {
        opacity: 0;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}


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

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

.imgCurtain {
    position: relative;
    overflow: hidden;
    display: block;
    width: fit-content;
}

.imgCurtain:after {
    content: '';
    background: #749eaf;
    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, right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
    position: absolute;
    top: 0;
    right: 0;
}

.imgCurtain[style*="visible"]:after {
    height: 100%;
    width: 100%;
    right: 100%;
}

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

.imgCurtain[style*="visible"]>* {
    opacity: 1 !important;
}

@keyframes lineAnimeY {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

@keyframes lineAnimeX {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animation-title-Y {
    display: block;
    overflow: hidden;
    position: relative;
    height: fit-content;
}

.animation-title-Y:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    background-color: #4fc4ef;
    z-index: 1;
}

.animation-title-Y i {
    display: block;
    opacity: 0;
}

.animation-title-Y[style*="visible"] i {
    animation: lineAnimeOpacity 1.2s forwards;
}

.animation-title-Y[style*="visible"]:after {
    animation: lineAnimeY 1s forwards;
}

.animation-title-Y[style*="visible"]:nth-child(1):after,
.animation-title-Y[style*="visible"]:nth-child(1) i {
    animation-delay: 0s;
}

.animation-title-Y[style*="visible"]:nth-child(2):after,
.animation-title-Y[style*="visible"]:nth-child(2) i {
    animation-delay: 0.3s;
}

.animation-title-Y[style*="visible"]:nth-child(3):after,
.animation-title-Y[style*="visible"]:nth-child(3) i {
    animation-delay: 0.6s;
}

.animation-title-x {
    position: relative;
    display: block;
    overflow: hidden;
    width: fit-content;
}

.animation-title-x:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #4fc4ef;
    z-index: 1;
}

.animation-title-x i {
    display: block;
    opacity: 0;
}

.animation-title-x[style*="visible"] i {
    animation: lineAnimeOpacity 1.2s forwards;
}

.animation-title-x[style*="visible"]:after {
    animation: lineAnimeX 1s forwards;
}

.animation-title-x[style*="visible"]:nth-child(1):after,
.animation-title-x[style*="visible"]:nth-child(1) i {
    animation-delay: 0s;
}

.animation-title-x[style*="visible"]:nth-child(2):after,
.animation-title-x[style*="visible"]:nth-child(2) i {
    animation-delay: 0.3s;
}

.animation-title-x[style*="visible"]:nth-child(3):after,
.animation-title-x[style*="visible"]:nth-child(3) i {
    animation-delay: 0.6s;
}

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

@media screen and (max-width: 767px) {
    .FCCalendar{
        max-width: 92%;
        margin: 0px auto;
    }
    .FCCalendar .calendar-week{
        font-size: 14px;
    }
    .FCCalendar .calendar-header-name{
        font-size: 22px;
    }
    .FCCalendar .calendar-item{
        font-size: 15px;
    }
    .FCCalendar td{
        height: 70px;
        padding-top: 6%;
    }
    .FCCalendar  tbody{
         -webkit-text-size-adjust: 36%;
    }
    .calendar-article.loop .calendar-article-overlay{
        width: 95%;
        min-height: 30vh;
        height: auto;
    }
    #calendar .calendar-layout{
        min-height: 520px;
    }
}