﻿@charset "UTF-8";

/*---------------------------------------------------
topConts
---------------------------------------------------*/
#contsArea .topConts {
    position: relative;
    padding: 40px 0 80px;
    background: #ffffff;
    width: 100%;
}

/* ==================================================
news
================================================== */
.topConts .productBlk h2 a {
    text-decoration: underline;
}

.topConts .productBlk ul+h2 {
    margin-top: 20px;
}

div.newsArea {
    margin: 0 auto;
}

.contsBlk {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0px;
}

div.newsArea ul.newsList {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
}

div.newsArea ul.newsList li {
    margin: 0 0 40px;
    text-align: left;
}

.VolDate {
    margin: 5px 0 0;
}

div.newsArea ul.newsList li figcaption {
    margin: 14px 0 0;
}

div.newsArea ul.newsList li figcaption .date {
    margin: 0 0 10px;
}

.newsTag {
    border-bottom: 1px solid #333333;
    padding-bottom: 0;
    line-height: 1;
    margin: 0 auto 10px;
    display: inline-block;
}

.newsArea ul.newsList li.new::after {
    content: none;
}

.newsArea ul.newsList li.new .date {
    position: relative;
    padding: 0 0 0 4.2rem;
}

.newsArea ul.newsList li.new .date::after {
    content: "NEW";
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: .25rem .6em;
    font-size: 1.0rem;
    background: #6E0023;
}

.underLine {
    text-decoration: underline;
}

@media screen and (min-width: 641px) {
    div.newsArea ul.newsList {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    div.newsArea ul.newsList li {
        margin: 0 0 60px;
        width: calc(100% / 3);
        padding: 0 1.2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 961px) {}

/*===============================
lower
===============================*/

#contsArea section.newsBlk {
    margin: 0 auto 80px;
    width: 100%;
    text-align: left;
    max-width: 1000px;
}

#contsArea .cntTtl {
    margin: 0 auto 40px;
}


#contsArea .newsBlk .newsTitSet {
    text-align: center;
}

#contsArea section.newsBlk h1 {
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 10px;
    letter-spacing: 0.15rem;
}

#contsArea section.newsBlk p.VolDate {
    margin: 0;
}

#contsArea section.newsBlk div.newsCnt p+img+P:last-of-type,
#contsArea section.newsBlk div.newsCnt p+img:last-of-type {
    margin: 40px auto 0;
}

#contsArea section.newsBlk div.newsCnt figure.imgSet figcaption {
    text-align: right;
    margin: 10px 10px 0 10px;
    font-size: 1rem;
    line-height: 1.3;
}

#contsArea section.newsBlk div.newsCnt .SnbTtl {
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}

.taC {
    text-align: center;
}

#contsArea section.newsBlk div.newsCnt p+img+P {
    margin: 40px auto;
}

#contsArea section.newsBlk div.newsCnt p.txtSet {
    width: 90%;
    margin: 40px auto 60px;
    line-height: 2;
}

.imgBlk {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.imgBlk.novelty {
    width: 40%;
}

.imgBlk.bnr {
    width: 80%;
    margin: 0 auto 60px;
}

.imgBlk a {
    width: 100%;
}

.imgBlk a img {
    width: 100%;
}

#contsArea section.newsBlk div.newsCnt p.txtSet a {
    text-decoration: underline;
}

#contsArea section.newsBlk div.newsCnt p.txtSet span.imgBlk.item {
    margin: 0 auto 20px;
}


#contsArea section.newsBlk .mainImg,
#contsArea section.newsBlk .newsImg {
    width: 100%;
    margin: 0 auto 40px;
}

#contsArea section.newsBlk figure {
    margin: 0 auto 30px;
}

#contsArea section.newsBlk figure figcaption {
    margin: 10px auto 0;
    text-align: center;
}

.youtubeBlk {
    width: 100%;
    max-width: 1000px;
    top: 0;
    margin: auto;
    padding-bottom: 80px;
}

.movieBlk {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.youtubeBlk iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



@media screen and (min-width:641px) {
    .imgBlk.bnr {
        width: 60%;
    }

    #contsArea section.newsBlk .newsTag {
        margin: 0 auto 20px;
    }

    #contsArea section.newsBlk h1 {
        margin: 0 auto 20px;
    }

    #contsArea section.newsBlk div.newsCnt p.txtSet span.imgBlk {
        width: 75%;
        margin: 0 auto 50px;
    }

    #contsArea section.newsBlk div.newsCnt p.txtSet span.imgBlk.item {
        margin: 50px auto 30px;
    }

}

@media screen and (min-width:961px) {
    .imgBlk.bnr {
        width: 65%;
        margin: 0 auto 0;
    }

    #contsArea section.newsBlk {
        margin: 0 auto 80px;
        width: 100%;
    }

    #contsArea section.newsBlk div.newsCnt .SnbTtl {
        width: 100%;
    }

    #contsArea section.newsBlk div.newsCnt p.txtSet {
        width: 100%;
    }
}




/*===============================
itemList
===============================*/
.productBlk h2 {
    text-align: center;
    margin: 0 auto 20px;
}

.productBlk h2:first-child {
    margin: 0 auto 50px;
}

.productBlk .BtnCenter+h2 {
    margin-top: 60px;
}

ul.itemList {
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



ul.itemList li {
    letter-spacing: 0.05em;
    width: 46%;
    margin: 0 2% 10%;
    vertical-align: top;
    text-align: center;
    position: relative;
    display: inline-block;
}




ul.itemList li figure {
    line-height: 1;
}

ul.itemList li figure img {
    width: 100%;
    height: auto;
}

ul.itemList li div.creditList {
    text-align: center;
    width: 100%;
    margin: 12px 0 0;
}

ul.itemList li div.creditList p {
    margin: 0 auto;
}

ul.itemList li div.creditList p.itemName {
    line-height: 1.2;
    margin: 0 auto 5px;
}

ul.itemList li div.creditList p.itemSpec {
    text-align: left;
}

ul.itemList li div.creditList .specTag {
    margin: 5px 5px 0;
    padding: 5px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

ul.itemList li div.creditList .specTag.limited {
    background: #b29051;
    color: #ffffff;
}

ul.itemList li div.creditList .specTag.reserve {
    background: #6E0023;
    color: #ffffff;
}

ul.itemList li div.creditList .specTag.newarrival {
    background: #666666;
    color: #ffffff;
}

ul.itemList li div.creditList .specTag.limited {
    background: #b29051;
    color: #ffffff;
}


@media screen and (min-width:641px) {
    .productBlk .BtnCenter+h2 {
        margin-top: 100px;
    }
}

@media screen and (min-width:800px) {
    ul.itemList {
        width: 90%;
    }
}

@media screen and (min-width:1024px) {
    ul.itemList {
        width: 100%;
        max-width: 1240px;
        padding: 0 20px;
    }

    ul.itemList li {
        max-width: 360px;
        width: calc((99.8% - 120px)/3);
        margin: 0 20px 40px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    ul.itemList li figure {
        line-height: 1;
    }

    ul.itemList li figure img {
        width: 100%;
        height: auto;
    }

    ul.itemList li div.creditList {
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }

}

/* ==================================================
画像／テキストブロック
================================================== */
.txtBlk {
    margin: 2.5% auto 0;
    padding: 0 5%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.columnBlk {
    width: 90%;
    margin: 0 auto;
}

.columnBlk:not(:last-of-type) {
    margin: 0 auto 60px;
}


/*typeD 回り込み*/
.blkSet.typeD {
    margin-bottom: 80px;
}

.typeD .columnBlk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.typeD .columnBlk .imgBlk {
    margin-bottom: 0px;
}

.typeD .columnBlk .imgBlk img {
    width: 80%;
}

.typeD .columnBlk .imgBlk a {
    width: 100%;
    text-align: center;
}

.typeD .columnBlk .imgBlk a img {
    width: 80%;
}

.blkSet:not(:last-of-type) {
    margin: 0 auto 80px;
}



@media screen and (min-width: 961px) {

    .blkSet {
        width: 100%;
        /*    padding: 0 5%;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .columnBlk {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /*
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        */
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto;
    }

    .blkSet:not(:last-of-type) {
        margin: 0 auto 80px;
    }

    .typeD .columnBlk .txtBlk {
        margin: 0 0 0 30px;
        text-align: left;
    }

    .typeD .columnBlk .p03 {
        margin-top: 50px;
    }

    .typeD .columnBlk .txtBlk p {
        margin: 0 auto 10px;
        text-align: left;
        line-height: 2;
    }

    #contsArea section.newsBlk div.newsCnt .typeD p.txtSet {
        width: 60%;
    }
}

/*typeJ 回り込み（テキスト内）*/

.liner .imgBlk img {
    width: 100%;
}

.liner .imgBlk {
    width: 80%;
    margin: 20px auto 0;
}

@media screen and (min-width: 961px) {
    .blkSet {
        width: 100%;
        /*    padding: 0 5%;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .blkSet.typeJ:not(:last-of-type) {
        margin: 0 auto 0px;
    }

    .columnBlk {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto;
    }

    .liner .imgBlk {
        width: 50%;
        margin: 3% 3% 3% 5%;
        /*        margin: 50px 30px 0 0;*/
    }
}


/*枠ライン付き*/
#contsArea section.newsBlk div.newsCnt .liner p.txtSet {
    margin: 0 auto;
    width: 100%;
}

.liner {
    border: 1px solid #000;
    padding: 7% 0%;
    width: 85%;
    margin: 0 auto 60px;
}

@media screen and (min-width: 961px) {
    .liner {
        padding: 0;
        /*        margin-bottom: 60px;*/
        width: 100%;
    }

    #contsArea section.newsBlk div.newsCnt .liner p.txtSet {
        padding: 3% 0 3% 5%;
    }
}


/*目立出せたいボタン*/
.lineBtn {
    /*    border: 2px solid #6E0023;*/
    text-decoration: none;
    background: #6E0023;
    color: #fff;
    padding: 3px 5px;
    margin: 0 3px;
}

/*特集記事へのバナー*/
.featBnrBlk figure .featBnr {
    position: relative;
}

.featBnr:before {
    content: "特集記事はこちらをクリック";
    font-size: 1.5rem;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 10;
}

.featBnr.rightBottom:before {
    left: auto;
    right: 2rem;
    color: #000;
}

/* テキスト画像横並び時の画像ブロックの左右padding */

.imgBlk.sidePadding {
    padding: 0;
}

@media screen and (min-width: 961px) {
    .imgBlk.sidePadding {
        padding-right: 5%;
        padding-left: 5%;
    }
}

/*
 商品スペックのスタイル
ul.itemListを継承して、上書き
.itemListを.specBlkで囲む
画像の比率は16/9で最適化
*/
.specBlk {
    margin: 0 auto 60px;
    width: 100%;
}
.specBlk ul.itemList li {
    width: 90%;
    max-width: unset;
}
.specBlk ul.itemList li figure{
    aspect-ratio: 16/9;
    margin-bottom: 100px;
}
.specBlk ul.itemList li figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}

@media screen and (min-width: 961px) {
    .specBlk{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .specBlk ul.itemList li {
        width: 100%;
        max-width: unset;
    }
    .specBlk ul.itemList li .creditList{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .specBlk ul.itemList li figure{
        aspect-ratio: 16/9;
    }
    .specBlk ul.itemList li figure img{
        width: 100%;
        height: 100%;
        object-fit: contain;

    }
}

/* ノベルティイメージ　PC60% SP100% */
.noveltyImg{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 961px) {
    .noveltyImg{
        width: 100%;
    }
}


.u-inline-sp{
    display: inline;
}
.u-inline-pc{
    display: none;
}
@media screen and (min-width: 961px) {
    .u-inline-sp{
        display: none;
    }
    .u-inline-pc{
        display: inline;
    }
}

.u-mt0{
    margin-top: 0 !important;
}

.u-fwb{
    font-weight: bold;
}