﻿@charset "UTF-8";

/* ==================================================
共通
================================================== */
br {
    font-family: sans-serif !important;
}

.noMain #cnts .artclSct {
    padding: 6rem 0 14rem;
}

.BtnCenter {
    background: #dddddd;
}

header {
    position: fixed;
    top: 2%;
    left: 0;
    width: 45vw;
    max-width: 260px;
    z-index: 100;
    right: 0;
    margin: 0 auto;
}

header a {
    width: 100%;
}

.pagetopBlk {
    position: fixed;
    bottom: 2%;
    right: 3%;
    border: 1px solid;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.scrolledMenu .pagetopBlk {
    opacity: 1;
    z-index: 100;
    -webkit-transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.pagetopBlk a {
    position: relative;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.2;
    padding: 7px 0 0 .10em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
}

.pagetopBlk a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: auto;
}

@media screen and (min-width: 768px) {
    header {
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
        top: 2%;
        width: 100%;
    }

    header a {}

    .pagetopBlk {}

    .pagetopBlk a {
        font-size: 11px;
    }

}

/* ==================================================
一覧ページ
================================================== */
.acvArea {
    margin: 0 auto;
    padding: 0;
}

.acvArea .aaTtl {
    text-align: center;
    line-height: 1;
}

.noMain #cnts .artclSct.richArtcl {
    padding: 0 0 6rem;
}

.dtlPage .coverImg::before {
    padding-top: 140%;
}

.mainTtlArea {
    position: relative;
    margin: 0 auto;
    width: 90vw;
    /*    max-width: 920px;*/
    text-align: left;
}

.richArtcl .mainTtlArea {
    width: 100%;
    max-width: inherit;
}

.richArtcl .mtTtlBlk {
    width: 90%;
    margin: 0 auto;
    /*    max-width: 1200px;*/
}

.mtTtlBlk .mtbTtl {
    margin: .5em auto 0;
}

.mtTtlBlk .mtbDate,
.mtTtlBlk .mtbAuthor {
    margin: 1em auto 0;
    line-height: 1;
}

.news .mtTtlBlk .mtbAuthor {
    display: none;
}

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

.leadArea {
    text-align: left;
    width: 90%;
    margin: 4rem auto 0;
    max-width: 1200px;
}

.artclArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4rem auto 0;
    text-align: left;
    width: 90vw;

}

.richArtcl .artclArea {
    margin: 5rem auto;
    width: 100%;
    max-width: inherit;
}

.artclArea .artclBlk {
    width: 100%;
}

.artclArea .artclBlk a {
    text-decoration: underline;
    font-weight: bold;
}

.artclArea .artclBlk .BtnCenter a {
    text-decoration: none;
    font-weight: normal;
}

.artclArea .areaStyle {
    margin: 0 auto;
    width: 90%;
}

.areaStyle + .areaStyle {
    margin: 10rem auto 0;
}


@media screen and (min-width: 768px) {
    .richArtcl .artclArea {
        margin: 8em auto;
    }

}

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

/* ==================================================
詳細 / アーカイブエリア
================================================== */
.dtlPage .acvArea {
    margin: 0 auto;
    padding: 9rem 0 0;
}

body {}

#mainSct {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
}

/* ==================================================
mainSct
================================================== */
#mainSct {}

#mainSct .mainImgBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

#mainSct .mainImgBlk .mtImgBlk:nth-child(1) {
    width: 100%;
    margin: 0;
    line-height: 0;
}

#mainSct .mainImgBlk .mtImgBlk:nth-child(2) {
    width: 72vw;
    margin: 5vw 5vw 0 auto;
}


#mainSct .mainTxtBlk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mainSct .mainTxtBlk .mainTxtSet {
    position: relative;
    width: 100%;
    height: 100%;
}

#mainSct .mainTxtBlk .mainTxtSet p {}

#mainSct .mainTxtBlk .mainTxtSet .mainTtl {
    position: absolute;
    top: 0;
    right: -1.8vw;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 1;
}

#mainSct .mainTxtBlk .mainTxtSet .mainTtl2 {}

#mainSct .mainTxtBlk .readTxt {
    position: absolute;
    bottom: 0%;
    text-align: left;
    left: 5vw;
}

#mainSct .mainTxtBlk .readTxt p {}

.richArtcl .mainCatch {
    margin: 3.0rem auto 0;
    padding: 0;
    width: 90%;
    text-align: justify;
    position: relative;
}

.richArtcl .mainCatch::before {}

.richArtcl .mainCatch p {
    letter-spacing: .1em;
}

@media screen and (min-width:768px) {
    #mainSct {
        padding: 0;
    }

    #mainSct .mainImgBlk {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #mainSct .mainImgBlk .mtImgBlk:nth-child(1) {
        width: 100%;
        margin: 0 auto;
    }

    #mainSct .mainImgBlk .mtImgBlk:nth-child(2) {
        width: 40vw;
        margin: auto 0 0 0;
    }

    #mainSct .mainTxtBlk .readTxt {
        bottom: 0%;
        left: 5vw;
    }

    #mainSct .mainTxtBlk {}

    #mainSct .mainTxtBlk .mainTxtSet {}

    #mainSct .mainTxtBlk .mainTxtSet p {}

    #mainSct .mainTxtBlk .mainTxtSet .mainTtl {
        right: -1.5vw;
    }

    #mainSct .mainTxtBlk .mainTxtSet .mainTtl2 {
        left: -8vw;
        position: absolute;
        top: 0;
        z-index: 1;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        line-height: 1;
    }

    #mainSct .mainTxtBlk .mainTxtSet .readTxt {}

    #mainSct .mainTxtBlk .mainTxtSet .readTxt p {}


    .richArtcl .mainCatch {
        width: 80%;
        margin: 5rem auto 0;
    }

    .richArtcl .mainCatch::before {}

    .richArtcl .mainCatch p {
        line-height: 1.8;
        letter-spacing: .1em;
    }
}

/* ==================================================
lpSet
================================================== */
.seasonBlk {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.seasonBlk + .seasonBlk {
    margin: 6rem auto 0;
}

.lpSet {
    position: relative;
    width: 100%;
}

.lpSet + .lpSet {
    margin: 6.0rem auto 0;
}

.lpSet .areaSet {
    position: relative;
}

.lpSet .prdImg {
    display: block;
    margin: 0 auto;
    min-height: 0%;
    /*IE11*/
}

.lpSet .prdImg img {
    width: 100%;
}

.lpSet .seasonTtl {
    position: absolute;
    width: 110%;
    -webkit-transform-origin: left;
    transform-origin: left;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(90deg)translate(0, 0);
    transform: rotate(90deg)translate(0, 0);
}
.lpSet .imgCaption{}

.lpSet .txtSet {
    width: 90%;
    margin: 0 auto;
}

.lpSet .txtSet .cap1 {
    margin: 1.5em auto .75em;
    letter-spacing: .18em;
    line-height: 1.4;
}

.lpSet .txtSet .cap2 {
    letter-spacing: .1em;
    text-align: justify;
    line-height: 1.8;
}

.lpSet .creditLists {
    width: 90%;
    margin: 1.2rem auto 0;
}

.lpSet .creditLists .creditList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0 0 .8em 0;
}

.lpSet .creditLists .creditList p {
    width: 68%;
    margin: 0 .6em 0 0;
    line-height: 1.45;
}

.lpSet .creditLists .creditList .buyBtn {
    border-bottom: 1px solid #999;
    text-align: center;
    padding: .1em .5em;
    border-radius: 0;
}

.lpSet .creditLists .creditList .buyBtn.noLink {
    pointer-events: none;
    opacity: .4;
}

.subTtlBlk {
    position: relative;
    line-height: 1;
    opacity: 1;
    margin: 0 0 0 -.1em;
}

.catchTitle {
    text-align: left;
}

.catchTitle::before {
    /* content:""; */
}

.lpSet .imgCaption{
    text-align: left;
    padding: 0 1em;
    width: 100%;
}

@media screen and (min-width:768px) {
    .seasonBlk + .seasonBlk {}

    .lpSet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 96%;
        margin: 0 auto;
        ;
    }

    .lpSet + .lpSet {
        margin: 10rem auto 0;
    }

    .lpSet .seasonTtl {
        position: absolute;
        width: 52vw;
        -webkit-transform-origin: left;
        transform-origin: left;
        z-index: 1;
        top: 0;
        -webkit-transform: rotate(90deg)translate(0, 0);
        transform: rotate(90deg)translate(0, 0);
    }

    .lpSet .areaSet {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        /* overflow: hidden; */
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .lpSet .prdImg {}


    .lpSet .txtSet {
        width: 100%;
    }

    .lpSet .txtSet .catchTxt {}

    .lpSet .txtSet .cap1 {
        margin: 2.0em auto 1.2em;
    }

    .lpSet .txtSet .cap2 {
        text-align: justify;
    }

    .lpSet .creditLists {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin: 2rem auto 0;
    }

    .lpSet .creditLists .creditList {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 .6em;
    }

    .lpSet .creditLists .creditList p {
        width: auto;
    }

    .lpSet .creditLists .creditList .buyBtn {
        width: auto;
        /* border: 1px solid; */
        margin: 0;
    }

    .lpSet .creditLists .creditList .buyBtn:hover {
        background: #e9e9e9;
        opacity: 1;
        -webkit-transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all .4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .lpSet .creditLists .creditList .brand {
        display: inline;
    }

    .lpSet .imgCaption{
        padding: 0 .5em;
    }

}

/*section setting*/
@media screen and (max-width: 767px) {
    .lpSet .areaSet + .areaSet {
        margin: 1.0rem auto 0;
    }

    .lpSet .areaSet + .areaSet .prdImg {
        margin-top: 3.0rem;
    }

    .lpSet .SPimgPosL {
        margin-left: 0;
    }

    .lpSet .SPimgPosR {
        margin-right: 0;
    }

    .lpSet .SPimgPosC {}

    .lpSet .SPimgPosL-5 {
        margin-left: 5%;
    }

    .lpSet .SPimgPosR-5 {
        margin-right: 5%;
    }
    #set01 {}
    #set01 .imgTypeA {}
    #set01 .imgTypeB {}
    #set02 {}
    #set02 .imgTypeA {}
    #set02 .imgTypeB {}
    #set03 {}
    #set03 .imgTypeA {}
    #set03 .imgTypeB {
        margin-bottom: 2rem;
    }
    #set04 {}
    #set04 .imgTypeA {}
    #set04 .imgTypeB {}
    #set05 {}
    #set05 .imgTypeA {}
    #set05 .imgTypeB {}
    #set06 {}
    #set06 .imgTypeA {}
    #set06 .imgTypeB {}
    #set07 {}
    #set07 .imgTypeA {}
    #set07 .imgTypeB {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width:768px) {
    #set01 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #set01 .areaSet:nth-child(1) {}

    #set01 .areaSet:nth-child(2) {
        margin: 46% auto 0 0;
    }

    #set01 .areaSet:nth-child(3) {
        margin: 0 0 0 auto;
    }

    #set01 .areaSet:nth-child(4) {
        margin: 30% auto 0 0;
    }

    #set01 .imgTypeA {
        width: 80%;
        margin: 0 auto 0 0;
    }

    #set01 .imgTypeB {
        width: 70%;
        margin: 0 auto 0 0;
    }

    #set01 .imgTypeC {
        width: 70%;
        margin: 10% 17.5% 0 auto;
    }

    #set01 .txtSet {
        padding: 0% 0 0 0;
    }

    #set02 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #set02 .areaSet:nth-child(1) {
        width: 34%;
    }

    #set02 .areaSet:nth-child(2) {
        margin: 18% 8% 0 0;
    }

    #set02 .areaSet:nth-child(3) {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 90%;
    }

    #set02 .imgTypeA {
        width: 100%;
        margin: 0 0 auto;
    }

    #set02 .imgTypeB {}

    #set02 .txtSet {
        width: 44%;
        margin: 0 auto 0 0;
    }

    #set02 .creditLists {
        width: 41%;
        margin: 0 auto 0 0;
    }

    #set03 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #set03 .areaSet:nth-child(1) {
        margin: 0 4% 0 auto;
        width: 45%;
    }

    #set03 .areaSet:nth-child(2) {}

    #set03 .areaSet:nth-child(3) {
        margin: 0 auto 0 0;
        width: 40%;
    }

    #set03 .areaSet:nth-child(4) {}

    #set03 .imgTypeA {
        margin: 0;
        width: 100%;
    }

    #set03 .imgTypeB {
        margin: 4rem auto 0;
    }

    #set03 .txtSet {}

    #set03 .creditLists {
        margin-bottom: auto;
    }


    #set04 {}

    #set04 .areaSet:nth-child(1) {
        margin: 0 2.5% 0 auto;
        width: 45%;
    }

    #set04 .areaSet:nth-child(2) {
        margin: 0 auto 0 2.5%;
        width: 45%;
    }

    #set04 .areaSet:nth-child(3) {
        /* width: 78%; */
        margin: 2rem auto 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #set04 .areaSet:nth-child(4) {}

    #set04 .imgTypeA {}

    #set04 .imgTypeB {}

    #set04 .seasonTtl {
        left: 92vw;
    }

    #set04 .txtSet {
        width: 50%;
        margin: 0 auto 0 0;
    }

    #set04 .creditLists {
        width: 40%;
        margin: 0 0 0 auto;
    }

    #set05 {}

    #set05 .areaSet:nth-child(1) {
        width: 38%;
        margin: 0 5% 0 auto;
    }

    #set05 .areaSet:nth-child(2) {
        margin: auto auto 0 0;
        width: 35%;
    }

    #set05 .areaSet:nth-child(3) {}

    #set05 .areaSet:nth-child(4) {}

    #set05 .imgTypeA {}

    #set05 .imgTypeB {}

    #set05 .txtSet {}

    #set05 .creditLists {}

    #set06 {}

    #set06 .areaSet:nth-child(1) {}

    #set06 .areaSet:nth-child(2) {
        margin: 5rem auto 0;
    }

    #set06 .areaSet:nth-child(3) {
        width: 40%;
    }

    #set06 .areaSet:nth-child(4) {}

    #set06 .imgTypeA {}

    #set06 .imgTypeB {}

    #set06 .txtSet {}

    #set06 .creditLists {}

    #set07 {
        width: 100%;
        align-items: flex-start;
    }

    #set07 .areaSet:nth-child(1) {
        width: 56.014%;
        margin: 0 2% 0 0;
    }

    #set07 .areaSet:nth-child(2) {
        width: 39.5%;
        margin: 0;
    }

    #set07 .areaSet:nth-child(3) {
        margin: 3rem auto 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #set07 .areaSet:nth-child(4) {}

    #set07 .imgTypeA {}

    #set07 .imgTypeB {
        margin: 0 0 2rem;
    }

    #set07 .txtSet {
        width: 40%;
    }

    #set07 .creditLists {
        width: 37%;
    }

}


/* ==================================================
creditArea
================================================== */
.creditArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.creditArea * {
    text-align: center;
}


/* ==================================================
PC blk setting
================================================== */

@media screen and (min-width:768px) {
    .blkW-W {
        width: 85vw;
    }

    .blkW-L {
        width: 50%;
    }

    .blkW-M {
        width: 40%;
        margin: auto;
    }

    .blkW-S {
        width: 40%;
    }

    .pcAiT {
        margin-top: 0 !important;
    }

    .pcRevCol {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
        flex-flow: column-reverse !important;
    }

    .pcRevRow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }

    .pcOrder-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pcOrder-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .pcOrder-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .pcOrder-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .pcOrder-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}


/* ==================================================
outerLinkBlk setting
================================================== */

.outerLinkBlk {}

.outerLinkBlk .allitemBtn {}

.outerLinkBlk .allitemBtn a {
    position: relative;
    padding: .6em 3em .6em;
    color: #000;
    background: #e9e9e9;
    min-width: 240px;
}

.outerLinkBlk .allitemBtn a::before {
    /* content:""; */
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
    right: 0;
}

.outerLinkBlk .brandLink {}

.outerLinkBlk .brandLink a {
    width: 50vw;
    max-width: 200px;
}

.outerLinkBlk .brandLink a img {}

@media screen and (min-width:768px) {
    .outerLinkBlk {}

    .outerLinkBlk .allitemBtn {}

    .outerLinkBlk .allitemBtn a {}

    .outerLinkBlk .brandLink {}

    .outerLinkBlk .brandLink a {}

    .outerLinkBlk .brandLink a img {}

}



/* ==================================================
margin / padding
================================================== */
.SMgn {
    margin-top: 1.11rem !important;
}

.MMgn {
    margin-top: 2.78rem !important;
}

.MsMgn {
    /* MMgnより少しちいさい */
    margin-top: 2.22rem !important;
}

.LMgn {
    margin-top: 8.56rem !important;
}

.LsMgn {
    /* LMgnより少しちいさい */
    margin-top: 4.44rem !important;
}

.MPdnB {
    padding-bottom: 2.78rem !important;
}

.MsPdnB {
    padding-bottom: 2.22rem !important;
}

.LPdnB {
    padding-bottom: 5.56rem !important;
}

.LsPdnB {
    /* LMgnより少しちいさい */
    padding-bottom: 4.44rem !important;
}

.MPdnT {
    padding-top: 2.78rem !important;
}

.MsPdnT {
    padding-top: 2.22rem !important;
}

.LPdnT {
    padding-top: 5.56rem !important;
}

.LsPdnT {
    padding-top: 4.44rem !important;
}

@media screen and (min-width:768px) {
    .SMgn {
        margin-top: 1.25rem !important;
    }

    .MMgn {
        margin-top: 3.13rem !important;
    }

    .MsMgn {
        /* MMgnより少しちいさい */
        margin-top: 2.5rem !important;
    }

    .LMgn {
        margin-top: 6.25rem !important;
    }

    .LsMgn {
        /* LMgnより少しちいさい */
        margin-top: 5rem !important;
    }

    .MPdnB {
        padding-bottom: 3.13rem !important;
    }

    .MsPdnB {
        padding-bottom: 2.5rem !important;
    }

    .LPdnB {
        padding-bottom: 6.25rem !important;
    }

    .LsPdnB {
        padding-bottom: 5rem !important;
    }

    .MPdnT {
        padding-top: 3.13rem !important;
    }

    .MsPdnT {
        padding-top: 2.5rem !important;
    }

    .LPdnT {
        padding-top: 6.25rem !important;
    }

    .LsPdnT {
        padding-top: 5rem !important;
    }
}



@media screen and (min-width: 768px) {
    .txtL {
        text-align: left !important;
    }

    .txtR {
        text-align: right !important;
    }

}

/*スワイパー使用時
================================================== */

.prdImg {
    max-width: inherit;
    position: relative;
    width: 100%;
}

.swiper-container-initialized {
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    width: calc(4% / .9);
    height: 100%;
    top: 0;
    margin-top: 0;
    outline: none;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 6px 0 0;
}

.swiper-pagination span {
    margin: 0;
}

.swiper-pagination-bullet-active {
    background: #222;
}

.swiper-button-next {
    right: calc(-4% / .9);
}

.swiper-button-prev {
    left: calc(-4% / .9);
}

.swiper-button-next::before,
.swiper-button-prev::before {
    top: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #999999;
    top: 50%;
    left: 50%;
    position: absolute;
}

.swiper-button-next::after {
    border-right: 2px solid #999999;
    -webkit-transform: translate(-50%, -100%) rotate(-45deg);
    transform: translate(-50%, -100%) rotate(-45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.swiper-button-prev::after {
    border-left: 2px solid #999999;
    -webkit-transform: translate(-50%, -100%) rotate(45deg);
    transform: translate(-50%, -100%) rotate(45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

@media screen and (max-width:767px) {
    .sw100 {
        width: 100%;
    }

    .sw90 {
        width: 90%;
    }

    .sw80 {
        width: 80%;
    }

    .sw70 {
        width: 70%;
    }

    .sw60 {
        width: 60%;
    }

    .sw50 {
        width: 50%;
    }

    .sw40 {
        width: 40%;
    }

    .sw30 {
        width: 30%;
    }

    .sw20 {
        width: 20%;
    }

    .sw10 {
        width: 10%;
    }
}

@media screen and (min-width:768px) {
    .w100 {
        width: 100%;
    }

    .w90 {
        width: 90%;
    }

    .w80 {
        width: 80%;
    }

    .w70 {
        width: 70%;
    }

    .w60 {
        width: 60%;
    }

    .w50 {
        width: 50%;
    }

    .w40 {
        width: 40%;
    }

    .w30 {
        width: 30%;
    }

    .w20 {
        width: 20%;
    }

    .w10 {
        width: 10%;
    }
}
