﻿@charset "UTF-8";

/* ==================================================
共通
================================================== */

.fs-l-main {
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.fs-l-pageMain {
    max-width: 100%;
}

.fs-l-header {
    border: none;
    padding: 0;
}

.imgBlk img,
.imgBlk video {
    width: 100%;
    height: auto;
}

#contsArea .topConts {
    padding: 0;
}

#contsArea section {
    width: 100%;
    text-align: left;
    padding: 0 0 60px;
    margin: 0 auto;
}

#contsArea section.bgWhite {
    padding: 0 0 0;
    margin: 0 auto;
}


#contsArea section:not(:last-of-type) {
    margin: 0 auto 80px;
}

.featureBlk {
    padding: 40px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.pImg {
    line-height: 1;
}

.mainTtl {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    z-index: 1;
}

.mainTitSet {
    margin: 0 auto 60px;
    position: relative;
}

.mainTtl h1,
.mainTtl h2,
.itemBlk h1 {
    line-height: 1.2;
}

.mainTtl .ttlSP {
    line-height: 1.5;
}

.mainTtl p.VolDate {
    margin: 0 auto 5px;
}

.mainTtl .featureSubTag {
    margin: 5px auto 15px;
    font-size: 1.8rem;
}

.mainTtl .small {
    margin: 8px auto 20px;
    font-size: 1.6rem;
}

.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:not(:last-of-type) {
    margin: 0 auto 80px;
}

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

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

.imgBlk {
    width: 100%;
    margin: 0 auto;
}

.txtBlk {
    margin: 2.5% auto 0;
    padding: 0 5%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.txtBlk h2 {
    line-height: 1.2;
    margin: 0 auto 2.5%;
}

.txtBlk h2:last-child,
.sRead {
    margin: 0 auto 4%;
}

.creditSet {
    margin: 5% auto 0;
    width: 100%;
}

.creditSet li:not(:last-of-type) {
    margin: 0 auto .8em;
}

.readSet {
    margin: 0 auto 40px;
    width: 100%;
}

.readSet h1,
.readSet h2 {
    margin: 0 auto 10px;
    line-height: 1.2;
}

.cepaLine::before {
    content: "";
    display: block;
    height: 1px;
    width: 25%;
    max-width: 80px;
    margin: 0 37.5%;
}

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

.bgClr {
    padding: 40px 5% 60px;
}

.oneCnt {
    margin: 40px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.oneCnt li {
    max-width: 370px;
}

@media screen and (max-width: 640px) {
    .spBlackColor {
        color: #000;
    }
}

@media screen and (min-width: 641px) {
    .mainTtl {
        position: absolute;
        left: 10%;
        top: 30%;
        text-align: left;
    }
    .mainTtl.longTtl {
        left: 5%;
    }
    .mainTtl .blackColor {
        color: #000;
    }

    .manyTxt {
        position: absolute;
        left: 10%;
        top: 35%;
        text-align: left;
    }

    .mainTtl .mainTtlRead {
        line-height: 2.5;
        letter-spacing: .3em;
    }

    .mainTtl h1 {
        line-height: 1.5;
        letter-spacing: .1em;
        text-align: left;
    }

    .mainTtl h1 span {
        line-height: 1;
        letter-spacing: .2em;
    }

    .mainTtl p.VolDate {
        margin: 0 auto 10px;
    }

    .mainTtl .featureTag {
        margin: 10px auto 20px;
    }

    .mainTtl .small {
        margin: 10px auto 45px;
        font-size: 1.7rem;
    }

    .mainTtl .mainTtlRead {
        line-height: 2;
    }

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

    .bgClr {
        padding: 80px 5% 120px;

    }

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

    .txtBlk.taC p {
        line-height: 2;
        letter-spacing: .2em;
    }

    .w10 {
        width: 10%;
    }

    .w15 {
        width: 15%;
    }

    .w20 {
        width: 20%;
    }

    .w25 {
        width: 25%;
    }

    .w30 {
        width: 30%;
    }

    .w35 {
        width: 35%;
    }

    .w40 {
        width: 40%;
    }

    .w45 {
        width: 45%;
    }

    .w50 {
        width: 50%;
    }

    .w55 {
        width: 55%;
    }

    .w60 {
        width: 60%;
    }

    .w65 {
        width: 65%;
    }

    .w70 {
        width: 70%;
    }

    .w75 {
        width: 75%;
    }

    .w80 {
        width: 80%;
    }

    .w85 {
        width: 85%;
    }

    .w90 {
        width: 90%;
    }

    .w95 {
        width: 95%;
    }

}

@media screen and (min-width: 961px) {
    .mainTtl {
        left: 10%;
        top: 47%;
    }
}

/* ==================================================
タイトルにロゴあり
================================================== */

#contsArea .mainTtl .LogoTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 420px;
}

#contsArea .mainTtl .LogoTtl .imgBlk {
    max-width: 120px;
}

@media screen and (min-width:961px) {
    #contsArea .mainTtl .LogoTtl .imgBlk {
        max-width: 170px;
    }
}


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

.imgSlide {
    overflow: hidden;
}

.imgSlide .swiper-wrapper {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


.cntsSlide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0 40px;
}

.cntsSlide .swiper-slide {
    position: relative;
}

.cntsSlide .creditList {
    margin: 10px auto 0;
    text-align: center;
}

.cntsSlide .creditList p {
    text-align: center;
}

.cntsSlide .mainTxtBlk {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cntsSlide figcaption {
    margin: 10px 0 0;
}

.cntsSlide figcaption .VolDate {
    margin: 0 0 6px;
    line-height: 1;
}

.cntsSlide p,
.cntsSlide h2 {
    text-align: center;
}

.cntsSlide .mainTxtBlk .cutchTtl {
    margin: 0 auto 16px;
}

.cntsSlide .mainTxtBlk .cutchTtl h2 {
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 10px;
}

@media screen and (min-width:641px) {
    .cntsSlide .mainTxtBlk {
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 8%;
        right: auto;
        margin: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .cntsSlide .mainTxtBlk .cutchTtl {
        margin: 0 auto 40px;
    }

    .cntsSlide .mainTxtBlk .BtnCenter {
        margin: 0;
    }

    .cntsSlide p,
    .cntsSlide h2 {
        text-align: left;
    }
}

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

/*swiper*/
.cntsSlide .swiper-button-next,
.cntsSlide .swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
}

.cntsSlide .swiper-button-next {
    right: 0;
}

.cntsSlide .swiper-button-prev {
    left: 0;
}

.cntsSlide .swiper-button-next::after,
.cntsSlide .swiper-button-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.cntsSlide .swiper-button-next::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cntsSlide .swiper-button-prev::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.cntsSlide .swiper-pagination-bullet {
    background: #666666;
    opacity: 1;
}

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


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

    .cntsSlide .swiper-button-next,
    .cntsSlide .swiper-button-prev {
        opacity: 0;
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;
    }

    .cntsSlide .swiper-button-next:hover,
    .cntsSlide .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 1.0);
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;

    }

    .swiper-container:hover .swiper-button-next,
    .swiper-container:hover .swiper-button-prev {
        opacity: 1;
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;
    }
}

/*Limitedタグ*/
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;
}

/* ==================================================
ブロックタイプ
================================================== */
/*画像複数並び + クレジット1*/
.typeA .columnBlk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.typeA .imgBlk:not(:last-of-type) {
    margin: 0 auto 5%;
}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .typeA .imgBlk {
        width: 75%;
    }
}

@media screen and (min-width: 961px) {
    .typeA .imgBlk:not(:last-of-type) {
        margin: 0 auto;
    }
}

/*ノーマル 隣同士のブロック天地中央*/
.blkSet.typeB {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 100px;
}

@media screen and (min-width: 641px) {
    .blkSet.typeB {
        margin: 0 auto 130px;
    }
}

@media screen and (min-width: 961px) {
    .blkSet.typeB {
        margin: 0 auto 160px;
    }
}

/*背景打ち抜き文字のっける*/
.typeC {
    width: 100%;
    max-width: 1600px;
}

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

.typeC .columnBlk figure {
    width: 100%;
    height: auto;
    position: relative;
}

.typeC .columnBlk figure figcaption {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #ffffff;
}

@media screen and (min-width: 961px) {
    .typeC .columnBlk figure figcaption {
        width: initial;
    }
}


/*回り込み*/
.typeD .columnBlk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contsArea section .typeD .columnBlk .imgBlk span.caption {
    width: 90%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

.caption.credit {
    width: 90%;
    margin: 0 auto 3em;
    line-height: 1.2;
    color: #777;
}

.typeD .columnBlk video {
    width: 90%;
    padding: 1em 0 1.5em;
}



@media screen and (min-width: 641px) {
    .typeD .columnBlk video {
        width: 40%;
        padding: 0 0 0 4em;
    }

    .typeD .columnBlk .youtubeBlk {
        width: 50%;
        padding: 0;
    }
    .typeD .columnBlk .txtBlk p.taC {
        text-align: center;
    }
}

@media screen and (min-width: 961px) {
    .typeD .columnBlk .txtBlk {
        margin: 0 0 0 0;
        text-align: left;
    }

    .typeD .columnBlk.rColumn .txtBlk {
        margin: 0 0 0 30px;
    }


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

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

/*写真引きより*/
.typeE {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blkSet.typeE {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.typeE .columnBlk:not(:last-of-type) {
    margin: 0 auto 5%;
}


/*アイテム横並び*/
.typeF .creditSet {
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .typeF {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .typeF .columnBlk {
        margin: 0 5%;
    }
}

/*横幅いっぱい*/
@media screen and (min-width: 641px) {
    .typeG .columnBlk .imgBlk {
        margin: 0 auto;
    }

    .typeG .columnBlk .txtBlk {
        width: 90%;
    }

    .typeG.blkSet {
        width: 100%;
        max-width: 1400px;
    }
}

/*テキストのみ*/
.blkSet.typeH {
    margin: 0 auto 20px;
}

.typeH .txtBlk {
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .blkSet.typeH {
        margin: 0 auto 90px;
    }
}

@media screen and (min-width: 961px) {
    .blkSet.typeH {
        margin: 0 auto 120px;
    }
}


/*画像上テキスト*/
@media screen and (min-width: 641px) {
    .typeI .columnBlk {
        position: relative;
    }

    .typeI .columnBlk .imgBlk {
        margin: 0 auto;
    }

    .typeI .columnBlk .txtBlk {
        position: absolute;
        right: 5%;
        bottom: 0;
    }

    .typeI.blkSet {
        width: 100%;
        max-width: 1400px;
    }

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

@media screen and (min-width: 961px) {
    .typeI .columnBlk .txtBlk {
        bottom: auto;
        top: 50%;
    }
}

/* ==================================================
動画
================================================== */

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

.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) {
    .youtubeBlk {
        padding: 160px 0 80px;
    }
}

/* ==================================================
PDF
================================================== */
.topConts .bgBlack p.TxtBlk {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.pdfBlk {
    position: relative;
    width: 95%;
    height: 0;
    padding-top: 133%;
    margin: 0 auto 50px;
}

.pdfBlk iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .topConts .bgBlack p.TxtBlk {
        width: 32%;
        text-align: center;
    }

    .pdfBlk {
        max-width: 1000px;
        width: 32%;
        padding-top: 44.5%;
        margin: 0 auto 700px;
    }

    .pdfBlk iframe {
        position: absolute;
        top: 0;
        right: 0;
        left: -50%;
        width: 200%;
        height: 200%;
        display: block;
    }
}

@media screen and (min-width: 1281px) {
    .topConts .bgBlack p.TxtBlk {
        width: 25%;
        text-align: center;

    }

    .pdfBlk {
        max-width: 1000px;
        width: 14%;
        padding-top: 17.5%;
        margin: 0 auto 800px;
    }

    .pdfBlk iframe {
        position: absolute;
        top: 0;
        right: 0;
        left: -75%;
        width: 250%;
        height: 250%;
        display: block;
    }
}


/* INTERVIEW PAGE */
.backColor a:visited{
    color: #ffffff;
}

@media screen and (max-width: 640px) {
    .imgBlk {
        width: 90%;
    }

    .itemImg{
        width: 60%;
    }
    .profBlk .columnBlk .imgBlk {
        width: 60%;
    }

    .blkSet.ttlBlk {
        margin: 0 auto 30px;
    }
    .txtArea{
        width: 90%;
        margin: 0 auto;
    }

    .creditBlk > div{

    }
}

@media screen and (min-width: 641px) {
    .mainTtl.bottomTtl {
        bottom: 0;
        top: auto;
    }
    .profBlk .columnBlk .imgBlk {
        margin: 0 0 0 auto;
    }

    .profBlk .columnBlk .imgBlk {
        margin: 0 0;
        padding: 0 0 0 5%;
    }
}

@media screen and (min-width: 961px) {
    .mainTtl.bottomTtl {
        bottom: 2%;
        top: auto;
    }
}



/* ==================================================
swiper button
================================================== */

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-image: none;

}

.swiper-container .swiper-button-prev {
    left: 3%;
}

.swiper-container .swiper-button-next {
    right: 3%;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.swiper-container .swiper-button-prev::after {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

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

.columnBlk .imgBlk a{
    color: #fff;
    text-decoration: underline;
}

.taC{
    text-align: center !important;
}