@charset "utf-8";

@import url(../../css/mobile/common_mobile.css);

#top_slide_mb {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    line-height: 0;
}

#top_slide_pc {
    display: none;
}

.slider_item01 {
    position: relative;
}

.slider_item02,
.slider_item03,
.slider_item04,
.slider_item05 {
    position: absolute;
    top: 80px;
    width: 100%;
}

.slider_item01 img,
.slider_item02 img,
.slider_item03 img,
.slider_item04 img,
.slider_item05 img {
    width: 100%;
}

.slider_item01 {
    animation-name: img01;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 5;
}

@keyframes img01 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.slider_item02 {
    animation-name: img02;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 4;
}

@keyframes img02 {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item03 {
    animation-name: img03;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 3;
}

@keyframes img03 {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item04 {
    animation-name: img04;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 2;
}

@keyframes img04 {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item05 {
    z-index: 1;
}

#info {
    background-color: #000000;
}

.infomation {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#section1,
#section2,
#section3,
#spec,
#owner {
    width: 90%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #000000;
    margin-top: 5%;
    font-family: Zen Old Mincho;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
}

time,
.name {
    font-family: rajdhani;
    font-size: 30px;
}

.carname {
    font-family: rajdhani;
    font-size: 40px;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

.bordor_bk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.section_text {
    color: #000000;
    text-align: justify;
    font-family: Murecho;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 5%;
}

.section_text.left {
    margin-bottom: 5%;
}

h2 {
    color: #000000;
    font-family: rajdhani;
    font-size: 30px;
    font-weight: 350;
    line-height: 20px;
}

.small_title {
    font-weight: 600;
    line-height: 0;
    padding-top: 5%;
}

.spec {
    text-align: right;
    padding-right: 20px;
}

.spec_info {
    width: 90%;
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-auto-columns: 1fr;
    font-family: Murecho;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#owner {
    margin-bottom: 10%;
}

.owner_info {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.owner_img {
    width: 30%;
    border-radius: 50%;
}

.owner_name {
    font-family: rajdhani;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
}

a {
    margin-top: auto;
    margin-bottom: auto;
}

.sns {
    display: block;
    width: 30px;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
    /*fixedで全面に固定*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #333;
    text-align: center;
    color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/*========= mobieのためのCSS ===============*/

#top_mb {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding-top: 80px;
    background-color: #000000;
}

#top_pc {
    display: none;
}

.info_sf {
    width: 80%;
    margin-left: 10%;
    bottom: 0;
}

.time_sf,
.name_sf {
    font-family: rajdhani;
    font-size: 20px;
    line-height: 70px;
}

.carname_sf {
    font-family: rajdhani;
    font-size: 30px;
}

.video {
    width: 100%;
    object-fit: cover;
}