﻿@charset "UTF-8";

/* ティザーサイト */
header.teaser #header {
    background: none;
    box-shadow: none;
}

main.teaser {
    background: #ffffe6;
    margin-top: 0;
}

footer.teaser #footer {
    margin-top: 0;
    /* background: #000000; */
}

.topImage {
    width: 100vw;
    height: 30vw;
    background: url("https://www.naturum.co.jp/images/contents/nevis-series/top_aframeseries_pc.jpg");
    background-size: cover;
}

@media screen and (max-width:480px) {
    .topImage {
        width: 100vw;
        height: 75vw;
        background: url("https://www.naturum.co.jp/images/contents/nevis-series/top_aframeseries_sp.jpg");
        background-size: cover;
    }
}

.topImage > div {
    position: relative;
    width: 100%;
    height: 100%;
}

    .topImage > div > div {
        position: absolute;
        font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    }

        .topImage > div > div:nth-child(1) {
            top: 35%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            font-size: 4vw;
            font-weight: 500;
            color: #000000;
            width: 90vw;
            text-align: center;
        }

@media screen and (min-width:1600px) {
    .topImage > div > div:nth-child(1) {
        font-size: 55px;
    }
}

.topImage > div > div:nth-child(2) {
    left: 50%;
    top: 42%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000000;
    font-size: 2vw;
    width: 90vw;
    text-align: center;
}

@media screen and (min-width:1600px) {
    .topImage > div > div:nth-child(2) {
        font-size: 30px;
    }
}

.topImage > div > div:nth-child(3) {
    left: 15%;
    top: 9%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width:480px) {
    .topImage > div > div:nth-child(3) {
        top: 4%;
        left: 50%;
    }
}

.topImage > div > div:nth-child(3) img {
    width: 20%;
}

.teaser #header p {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
}

.teaser .header-wrapper.container-flex > .text-right {
    -ms-flex-basis: 140px;
    -webkit-flex-basis: 140px;
    flex-basis: 140px;
}

.teaser .h1-style {
    color: #333745;
    margin-bottom: 10px;
}

.teaser .box.green {
    display: block;
    background: #562f2a;
    padding: 30px;
}

.teaser .box-title {
    font-size: 16px;
    text-transform: none;
    color: #ffffff;
}

@media screen and (max-width:480px) {
    .teaser .h1-style.no-padding {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width:320px) {
    .teaser .h1-style.no-padding {
        font-size: 22px;
    }
}
/* 動画部分 */
.container-flex.gallary-movie > div {
    -ms-flex-basis: calc(100% - 10px);
    -webkit-flex-basis: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.container-flex.gallary-movie img {
    width: 100%;
}

.container-flex.gallary-movie iframe {
    width: 840px;
    height: 472px;
}

@media screen and (max-width:839px) {
    .container-flex.gallary-movie iframe {
        width: 560px;
        height: 315px;
    }
}

@media screen and (max-width:549px) {
    .container-flex.gallary-movie iframe {
        width: 100vw;
        height: 56vw;
    }
}

/* 画像一覧 */
.container-flex.gallary > div {
    -ms-flex-basis: calc(45% - 20px);
    -webkit-flex-basis: calc(45% - 20px);
    flex-basis: calc(45% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

    .container-flex.gallary > div img {
        width: 100%;
    }

@media screen and (max-width:480px) {
    .container-flex.gallary > div {
        -ms-flex-basis: calc(100% - 10px);
        -webkit-flex-basis: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}
/* スペック部分 */
.specification {
    width: 600px;
    margin: 0 auto;
}

    .specification > p {
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #333745;
    }

    .specification > ul {
        list-style: none;
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 30px;
    }

@media screen and (max-width:480px) {
    .specification {
        width: 100%;
        margin: 0 auto;
    }

        .specification > p {
            font-size: 18px;
            font-weight: bold;
            border-bottom: 1px solid #333745;
        }

        .specification > ul {
            list-style: none;
            font-size: 14px;
            padding-left: 10px;
            margin-bottom: 30px;
        }
}


.container-flex .channel {
    -ms-flex-basis: calc(28% - 20px);
    -webkit-flex-basis: calc(28% - 20px);
    flex-basis: calc(28% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.channel .box:hover .box-icon i.icon {
    color: #ffffff;
    opacity: 0.7;
}

.teaser .box-icon i.icon.bg-shopping {
    margin-bottom: 5px;
    font-size: 50px;
    background: none;
    border: none;
}

.teaser .container > .container-flex {
    -webkit-justify-content: center;
    justify-content: center;
}

.teaser .accountcreate {
    color: #fff;
    background-color: #4d7f3f;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .teaser .accountcreate .container-flex {
        width: 80%;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

@media screen and (max-width:767px) {
    .teaser .accountcreate .container-flex {
        width: 95%;
    }
}

.teaser .accountcreate .container-flex > div.text-right {
    -ms-flex-basis: calc(32% - 20px);
    -webkit-flex-basis: calc(32% - 20px);
    flex-basis: calc(32% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.teaser .accountcreate .container-flex > div.text-left {
    -ms-flex-basis: calc(68% - 20px);
    -webkit-flex-basis: calc(68% - 20px);
    flex-basis: calc(68% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.accountcreate .icon-plus {
    font-size: 50px;
}

.teaser .accountcreate .text-left > div {
    font-size: 30px;
    font-weight: normal;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.teaser .accountcreate a {
    color: #ffffff;
}

/* スマホ設定 */
@media screen and (max-width:480px) {
    .topImage > div > div:nth-child(1) {
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 7vw;
    }

    .topImage > div > div:nth-child(2) {
        left: 50%;
        top: 42%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 4vw;
    }

    .topImage > div > div:nth-child(3) img {
        width: 70%;
    }

    .container-flex .channel {
        -ms-flex-basis: calc(90% - 20px);
        -webkit-flex-basis: calc(90% - 20px);
        flex-basis: calc(90% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .teaser .box.green {
        padding: 15px;
    }

    .teaser .accountcreate .container-flex > div.text-right {
        -ms-flex-basis: calc(18% - 20px);
        -webkit-flex-basis: calc(18% - 20px);
        flex-basis: calc(18% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .teaser .accountcreate .container-flex > div.text-left {
        -ms-flex-basis: calc(80% - 20px);
        -webkit-flex-basis: calc(80% - 20px);
        flex-basis: calc(80% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

        .teaser .accountcreate .container-flex > div.text-left p {
            margin-top: 10px;
        }
}

@media screen and (max-width:360px) {
    .teaser .accountcreate .container-flex > div.text-left {
        -ms-flex-basis: calc(85% - 20px);
        -webkit-flex-basis: calc(85% - 20px);
        flex-basis: calc(85% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

.teaser-string {
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 34px;
}

@media screen and (max-width:480px) {
    .teaser-string {
        font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
        font-size: 26px;
        line-height: 38px;
    }
}

.teaser-ankerbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    color: #fff;
    font-size:24px;
    text-align: center;
    background: rgba(255,0,0,.8);
}

@media screen and (max-width:480px) {
    .teaser-ankerbox {
        margin: 0;
        padding: 5px;
        font-size: 24px;
    }
}

.topimage-ankerlogo {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 11%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

    .topimage-ankerlogo img {
        width: 60%;
    }


/* ラインナップ */
.container-flex.lineup_pc2-sp2 .item {
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width:767px) {
    .container-flex.lineup_pc2-sp2 .item {
        -ms-flex-basis: calc(50% - 10px);
        -webkit-flex-basis: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }
}
.container-flex.lineup_pc2-sp1 .item {
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 25%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width:767px) {
    .container-flex.lineup_pc2-sp1 .item {
        -ms-flex-basis: calc(100% - 10px);
        -webkit-flex-basis: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 50px;
    }
}
.container-flex.lineup_pc3-sp1 .item {
    -ms-flex-basis: calc(33% - 10px);
    -webkit-flex-basis: calc(33% - 10px);
    flex-basis: calc(33% - 10px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width:480px) {
    .container-flex.lineup_pc3-sp1 .item {
        -ms-flex-basis: calc(100% - 10px);
        -webkit-flex-basis: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 30px;
    }
}
.teaser_anchor-relative {
    display: block;
    position: relative;
    cursor: pointer;
}
.item-heading {
    margin-top: 20px;
    font-size: 20px;
    color: #333745;
    font-weight: bold;
}
.item-copy {
    font-size: 14px;
    color: #666666;
}
#lineup-header {
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 28px;
    color: #333745;
}

/* 横ならびスペック */
.container-flex.container-flex-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.container-flex.spec_pc2-sp1 .item {
    -ms-flex-basis: calc(40% - 80px);
    -webkit-flex-basis: calc(40% - 80px);
    flex-basis: calc(40% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 80px;
}
@media screen and (max-width:767px) {
    .container-flex.spec_pc2-sp1 .item {
        -ms-flex-basis: calc(100% - 10px);
        -webkit-flex-basis: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

/* 巻物部分 */
#Makimono .h1-style.renewal {
    font-size: 34px;
    padding: 20px;
    color: #333745;
    line-height: 34px;
    word-break: break-all;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    border: none;
}
@media screen and (max-width:767px) {
    #Makimono .h1-style.renewal{
        font-size: 30px;
    }
}