@charset "UTF-8";
/* CSS Document */

html {
    font-size: 10px;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    color: #292929;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.sp-no, .spno {
    display: none;
}

.pc-no, .pcno {
    display: block;
}

.enGothic {
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.center, .spcenter {
    text-align: center !important;
}

#contents {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#contents h2 {
    margin: 0 auto 60px;
}

.fwBold{
    font-weight: bold;
}

/*font size
-----------------------------------------------------*/

.b_contents .font-l {
    font-size: 1.8em;
    line-height: 3.2rem;
    margin: 0 auto 20px;
}

.b_contents .font-m {
    font-size: 1.5em;
    line-height: 3.0rem;
}

.b_contents .font-s {
    font-size: 1.0em;
    line-height: 1.4rem;
}

/*l_contents
-----------------------------------------------------*/

/*
.l_contents{
font-size: 13px;
}
*/


.l_contents {
    font-weight: 400;
}

.l_contents dl {
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
}

.l_contents dl dt {
    margin: 0 auto 10px;
}

.l_contents dd {
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: 400;
    color: #3e3a39;
    padding: 0 3%;
    line-height: 1.65rem;
    letter-spacing: 0.2em;
}
.l_contents dd.ttl {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: none;
    border: none;
    -webkit-transform-style: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: .2em;
}
#topics-index .l_contents dd.ttl {
    top: 32%;
}

.l_contents dd.ttl span {
    font-size: 0.65em;
    line-height: 2.4em;
}

.l_contents dd.date {
    font-size: 10px;
    color: #808080;
    letter-spacing: .3em;
}

/*archiveボタン*/

.l_contents .archives {
    margin: 80px auto 60px;
    text-align: center;
    font-weight: 400;
}

.l_contents .archives a {
    padding: 20px 40px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .archives a::after {
    content: "";
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitemボタン*/

.l_contents .checkitem {
    margin: 10px auto 10px;
    text-align: center;
}

.l_contents .checkitem a {
    padding: 15px 90px 15px 90px;
    border: 1px solid #999999;
    background: #999999;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .checkitem a::after {

    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitem2ボタン*/

.l_contents .checkitem2 {
    margin: 15px auto 15px;
    text-align: center;
}

.l_contents .checkitem2 a {
    padding: 15px 35px  15px ;
    border: 1px solid #999999;
    background: #999999;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .checkitem2 a::after {

    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitem miniボタン*/



/*checkitem4ボタン*/
.l_contents .checkitem4 {
    margin: 5px auto 5px;
    text-align: right;
}

.l_contents .checkitem4 a {
    padding: 15px 10px 15px 10px;
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;

    position: relative;
    text-align: right;
    font-size: 0.8em;
    letter-spacing: .3em;
    box-shadow: 0px 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 0px 5px #000;
}

.l_contents .checkitem4 a::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}



/*archiveボタン*/

.l_contents .checkitemmini {
    margin: 15px auto 15px;
    text-align: center;
    font-weight: 400;
    Font-family:serif;
}

.l_contents .checkitemmini a {
    background: #ffffff;
    color: #000000;
    padding: 15px 25px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    Font-family:serif;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemmini a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}




/*check mini blk*/

.l_contents .checkitemminibk {
    margin: 10px auto 10px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemminibk a {
    background: #000000;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemminibk a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}







/*b_contents
-----------------------------------------------------*/

.b_contents {
    text-align: center;
}

.b_contents img {
    width: 100%;
}

.b_contents video {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.b_contents .txt {
    margin: 20px auto 60px;
}

.b_contents .txt em {
    font-size: 80%;
}

.b_contents p {
    font-size: 1em;
    /* font-size: 1.1em; */
    padding: 0 0;
    line-height: 1.8em;
    color: #707070;
    margin: 0 auto 10px;
    text-align: left;
    /* font-family: 'Arsenal', sans-serif; */
    text-transform: initial;
    letter-spacing: 0.2rem;
}

.b_contents {
    font-weight: 400;
}


.b_contents p.credit {
    font-size: 1.0em;
    line-height: 2.4em;
    margin: 0 auto 30px;
    letter-spacing: .15em;
}

.b_contents p.credit a {
    margin: 1px auto;
    /*display: block;*/
}

.b_contents .u-line {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 8px 4px;
}

.b_contents p span.u_line {
    border-bottom: 1px solid #000;
}

.b_contents div.txt-indent p {
    text-indent: -2.5em !important;
    padding-left: 2.5em !important;
}

.b_contents p.frame {
    border: 1px solid;
    padding: 12px 25px;
    display: inline-block;
}

.b_contents .btn {
    padding: 8px 40px;
    border: 1px solid #363636;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
    display: inline-block;
    /* width: 100%; */
    margin: 10px auto 0;
    text-decoration: none !important;
    font-weight: normal;
    border-radius: 0;
}

.b_contents .border {
    border-bottom: 1px solid #000;
    width: 15%;
    margin: 15px auto 20px;
}


.b_contents video{
    /*
    width: 70%;
    max-width: 300px;
    */
    width: 300px;
    height: auto;
    /*    height: 580px;*/
    margin: 0 auto;
}

.b_contents a.clickBtn .contimg{
    width: 90%;
    margin: 0 auto;
}


.l_contents .two{
    width: 90%;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 93%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sp-column-img {
    width: 90% !important;
    margin: 0 auto;
}

.map {
    cursor: pointer !important;
    /* cursor: hand; */
}

.map {
    width: 100%;
}
area{
    border:none;
    outline:none;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}


.boxline {
    width: 90%;
    padding: 15px 20px 15px 20px;
    margin: 2em 0;
    border: solid 1px #000000;
    padding: 20px 10px 10px 20px;
    position: relative;
    text-align: center;
}
.boxline p {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*archiveボタン*/

.l_contents .allitems {
    margin: 10px auto 10px;
    text-align: center;
    font-weight: 400;
}

.l_contents .allitems a {
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.0em;
    letter-spacing: .3em;
}

.l_contents .allitems a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.tdsmp {
    border: 10px solid #fff;
}


.gridContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr ));
    row-gap: 40px;
}

.gridItem {
    padding: 5px 5px;
    text-align: center;
    color: #fff;
}

.gridB {
    text-align: left;


}


.gridContainer2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(187px, 1fr ));
    row-gap: 40px;
}

.gridItemC {
    padding: 5px 5px;
    text-align: left;
    color: #fff;
}

.gridD {
    text-align: center;

}





.l_contents .shopnowmini {
    margin: 8px auto 8px;
    text-align: center;
    font-weight: 400;
}

.l_contents .shopnowmini a {
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .shopnowmini a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.table_container{
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}



#container3 {
    display: grid;
    grid-template-rows: 260px ;
    grid-template-columns: 150px 150px 150px 150px 150px 150px 150px;
}


#container4 {
    display: grid;
    padding: 10px 10px 10px 40px;
    grid-template-rows: 260px ;
    grid-template-columns: 150px 150px;
}


#itemG {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    background: #fff;
    width:90%;
}

#itemH {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background: #fff;
    width:90%;
}


#itemI {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    background: #fff;
    width:90%;
}

#itemJ {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    background: #fff;
    width:90%;
}
#itemK {
    grid-row: 1 / 2;
    grid-column: 5 / 6;
    background: #fff;
    width:90%;
}

#itemL {
    grid-row: 1 / 2;
    grid-column: 6 / 7;
    background: #fff;
    width:90%;
}
#itemM {
    grid-row: 1 / 2;
    grid-column: 7 / 8;
    background: #fff;
    width:90%;
}




.l_contents .checkitemmini2 {
    margin: 11px auto 11px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini2 a {
    background: #ffffff;
    color: #000000;
    padding: 10px 15px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemmini2 a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.gridZ {
    text-align: left;
    margin: auto;

}

.gridY {
    text-align: center;
    margin: auto;

}

.gridContainer8 {
    display: grid;

    grid-template-columns: 240px 1fr;
}


.coverpc{
    Display:none;
}

.coversmp{
    Width:100%;
    Height:auto;
}


.b_contents .topmes{
    Text-align:center;
    letter-spacing: .1em;
    font-size: 11px;
    line-height:20px;
    color: #000000;

}

.b_contents .topmesm{
    Text-align:center;
    letter-spacing: 0.01em;
    font-size: 10px;
    line-height:19px;
    color: #000000;

}

.contimg{
    width:100%;
    Height:auto;
}

.bottomlinks{
    width:100%;
    Height:auto;
}


.l_contents .checkitemmini3 {
    margin: 10px 15px 15px 10px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini3 a {
    background: #ffffff;
    color: #000000;
    padding: 13px 15px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemmini3 a::after {
    content: "\0025B8";
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.top-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    margin: auto;
}
.top-banner li {
    width: calc(100%/2);
    padding:0px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}



.thumbs li a :hover{
    opacity:1;
}
.thumbs2 li a :hover{
    opacity:1;
}

.thumbs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    Height:90px;
}


.thumbs li {
    width: calc(100%/5);
    padding:0px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.thumbs2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.thumbs2 li {
    width: calc(100%/5);
    padding:0px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}



.btn1 {
    position: relative;

    height: 100px;
    margin: 0 auto;
    display: block;

    cursor: pointer;
}
.btn1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn1 a:hover {
    opacity:1;
}
.btn1 :hover img:nth-of-type(2) {
    opacity: 0;
}
a:hover img{
    Opacity:1;
}

.b_contents .contimg{
    width:100%;
    Height:auto;
}


a{
    cursor:pointer;
}
/* INTRO
------------------------------ */
.flex {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}



.b_contents .flex.introBlk {
    width: 95%;
    margin: 0 auto 3em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.b_contents .flex.introBlk a {
    width: calc(100% / 2 - 10px);
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.b_contents .flex.introBlk a + a {
    margin-left: 10px;
}

.introBlk a img:nth-of-type(2) {
    /*    position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.introBlk a:hover img:nth-of-type(2) {
    opacity: 0;
}

.secArea .topmes{
    margin-top:-2em!important;
}
/*210721追記*/
.b_contents .secArea{
    position: relative;
}

.b_contents .secArea .ttlArea{
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.b_contents .secArea.sec01 .ttlArea{
    bottom: -11em;
}
.b_contents .secArea.sec03 .ttlArea{
    top: -2em;
}
.b_contents .secArea.sec06 .ttlArea{
    bottom: -18em;
}

.b_contents .flex.introBlk .hoverChg{
    position: relative;
}
.b_contents .flex.introBlk .hoverChg:hover .imgBlk::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    top: 0;
}
.b_contents .flex.introBlk .hoverChg .txtBlk{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.b_contents .flex.introBlk .hoverChg:hover .txtBlk{
    z-index: 15;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.b_contents .secArea.sec02 {
    margin-top: 12em;
}
.b_contents .secArea.sec06 {
    margin-top: 3em;
}
.b_contents .secArea.sec07 {
    margin-top: 20em;
}
.b_contents .sec08 {
    margin-top: 4em;
}

.b_contents .secArea.sec04 .flex.introBlk .hoverChg .txtBlk{
    top: 25%;
}

.btnBlk{
    width: 70%;
    max-width: 550px;
    margin: 0 auto;
}

.b_contents .slipArea + .slipArea{
    margin-top: -2em;
}
.b_contents .slipArea .flex.introBlk {
    position: relative;
    overflow: visible;
}
.b_contents .slipArea .flex.introBlk a:first-of-type {
    bottom: -3em;
}
.btnBlk.last{
    margin-top:5em!important;
}


/* styleArea
------------------------------ */
.styleArea {
    margin: 1.5em auto 8em;
}
.styleArea .ttlBlk{
    /*! border-bottom: solid 1px #707070; */
    width: 100%;
    margin: 0 auto;
}
.styleArea .ttlBlk img{
    width: 100%;
    /*! margin-left: 15px; */
}
.styleArea .setupBlk .flexslider{
    margin: 2em auto 0;
    width: 70%;
}
.styleArea .flex.items {
    margin: 4em 1rem;
}
.styleArea .flex.items a {
    width: calc(100% / 3 - 10px);
    position: relative;
}
.styleArea .flex.items a:after {
    position: absolute;
    content: "+";
    color: #707070;
    font-size: 2rem;
    margin: 0;
    top: 20%;
    bottom: 0;
    right: -15%;
    left: auto;
    z-index: 10;
}
.styleArea .flex.items a:last-of-type:after {
    display: none;
}
.styleArea .flex.items a + a {
    margin-left: 15px;
}

.styleArea p{
    Text-align:center;
    letter-spacing: .1em;
    font-size: 11px;
    line-height:20px;
    color: #000000;
    width: 90%;
    margin: 2.5em auto 0;
}
.styleArea .flex a{
    cursor:pointer;
}
.styleArea .flex a.coming {
    pointer-events: none;
}

/* accesaryArea
------------------------------ */
.accesaryArea {
    margin: 0 auto;
}
.accesaryArea > img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.accesaryArea .flex{
    width: 80%;
    margin: 0 auto;
}
.accesaryArea .flex a {
    width: calc(100% / 3 - 20px);
    position: relative;
}
.accesaryArea.dBlk .flex a {
    width: calc(100% / 4 - 20px);
}
.accesaryArea .flex a + a {
    margin-left: 20px;
}
/*
.accesaryArea .flex a:hover{
opacity: .5;
}
.accesaryArea .flex a.coming:before:hover{
position: absolute;
content: "coming soon";
color: #707070;
font-size: 1rem;
margin: 0;
top: 50%;
bottom: 0;
right: -15%;
left: auto;
z-index: 10;
}
*/


.accesaryArea .flex a.coming img {
    opacity: .35;
    position: relative;
}

.accesaryArea .flex a.coming {
    pointer-events: none;
}

.accesaryArea .flex a.coming:before {
    position: absolute;
    z-index: 10;
    content: "COMING SOON";
    color: #333;
    font-size: 1.1rem;
    line-height: 1.54;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    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;
    text-align: center;
}

.b_contents .flex.introBlk a p{
    text-align: center;
}



.areaBlk{
    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;
}


.lineBlk{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    margin: 0;
}

.lineBlk + .lineBlk{}


.articleSet{}

.articleSet .imgtxtSet{}
.articleSet .txtSet{
    text-align: left;
    padding: .5em .5em;
    margin-top: -2em;
    margin: 0 auto;
}
.articleSet .txtSet li{
    line-height: 1;
}
.articleSet .txtSet li + li{
    margin: .8em 0 0;
}
.articleSet .txtSet li a{
    text-decoration: underline;
}
.articleSet .txtSet li a p{
    line-height: 1.25;
    letter-spacing: 0;
}




.articleSet {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}


.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.4s;
    animation-duration:1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.b_contents .txtSet.taR p{
    text-align: right;
}

/* 背景画像 */
/* .l_contents .bg1{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg01_sp.jpg);
    background-position: 50% 50%;
    background-size: 100% auto;	
    background-repeat: no-repeat;
    overflow: hidden;
}
.l_contents .bg2{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg02_sp.jpg);
    background-position: top 35% right 0;
    background-size: 100% auto;	
    background-repeat: no-repeat;
    overflow: hidden;

}
.l_contents .bg3{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg03_sp.jpg);
    background-position: 0% 16%;
    background-size: 100% auto;	
    background-repeat: no-repeat;
    overflow: hidden;

}
.l_contents .bg4{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg04_sp.jpg);
    background-position: top 85% right 0;
    background-size: 100% auto;	
    background-repeat: no-repeat;
    overflow: hidden;

}
.l_contents .bg5{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg05_sp.jpg);
    background-position: top 20% left 0;
    background-size: 100% auto;	
    background-repeat: no-repeat;
    overflow: hidden;

} */


.lineBlk .p1{
}
.lineBlk .p1 .imgtxtSet{}
.lineBlk .p1 .imgSet{
    width: 85%;
    margin: 4em auto 0 0;
}
.lineBlk .p1 .txtSet{
}

.lineBlk .p2{}
.lineBlk .p2 .imgtxtSet{
    width: 75%;
    margin: 3em 0 0 auto;
}
.lineBlk .p2 .imgSet{}
.lineBlk .p2 .txtSet{
    margin: auto auto 0 0;
    width: 100%;
}

.lineBlk .p3{}
.lineBlk .p3 .imgtxtSet{
    width: 70%;
    margin: 0 auto 0 0;
}
.lineBlk .p3 .imgSet{}
.lineBlk .p3 .txtSet{}

.lineBlk .p4{}
.lineBlk .p4 .imgtxtSet{
    margin: 3em 0 0 auto;
    width: 90%;
}
.lineBlk .p4 .imgSet{}
.lineBlk .p4 .txtSet{}

.lineBlk .p5{}
.lineBlk .p5 .imgtxtSet{
    margin: 0 auto;
    width: 100%;
}
.lineBlk .p5 .imgSet{}
.lineBlk .p5 .txtSet{}

.lineBlk .p6{}
.lineBlk .p6 .imgtxtSet{
    width: 80%;
    margin: 0 auto 0 0;
}
.lineBlk .p6 .imgSet{}
.lineBlk .p6 .txtSet{}

.lineBlk .p7{width: 95%;}
.lineBlk .p7 .imgtxtSet{
    width: 85%;
    margin: 2em 0 auto auto;
}
.lineBlk .p7 .imgSet{}
.lineBlk .p7 .txtSet{}

.lineBlk .p8{}
.lineBlk .p8 .imgtxtSet{
    width: 100%;
    margin: 0 0 0 0;
}
.lineBlk .p8 .imgSet{}
.lineBlk .p8 .txtSet{}

.lineBlk .p9{}
.lineBlk .p9 .imgtxtSet{
    width: 88%;
    margin: 2em auto 0;
}
.lineBlk .p9 .imgSet{}
.lineBlk .p9 .txtSet{}

.lineBlk .p10{}
.lineBlk .p10 .imgtxtSet{
    margin: 0 0 0 auto;
    width: 98%;
}
.lineBlk .p10 .imgSet{}
.lineBlk .p10 .txtSet{
    width: 100%;
    margin: 0 auto 0 0;
}1

.lineBlk .p11{}
.lineBlk .p11 .imgtxtSet{
    width: 100%;
    margin: 0 0 0 auto;
}
.lineBlk .p11 .imgSet{}
.lineBlk .p11 .txtSet{/*! margin-top: -3em; */margin: 0 0 0 auto;/*! text-align: right; */width: 85%;}

.lineBlk .p12{
    margin: 0 auto 0 1em;
    width: 70%;
}
.lineBlk .p12 .imgtxtSet{}
.lineBlk .p12 .imgSet{}
.lineBlk .p12 .txtSet{
    width: 100%;
    margin: 0 auto 0 0;
}
.lineBlk .p12b{
    margin: 2em 0 0 auto;
    width: 70%;
}
.lineBlk .p12b .imgtxtSet{}
.lineBlk .p12b .imgSet{}
.lineBlk .p12b .txtSet{
    width: 100%;
    margin: 0 auto 0 0;
}

.lineBlk .p13{width: 108%;margin: 0 0 auto auto;}
.lineBlk .p13 .imgtxtSet{}
.lineBlk .p13 .imgSet{}
.lineBlk .p13 .txtSet{margin: 0 0 0 auto;width: 98%;}

.lineBlk .p14{
    margin: 0 auto 0;
}
.lineBlk .p14 .imgtxtSet{}
.lineBlk .p14 .imgSet{}
.lineBlk .p14 .txtSet{margin: 0 auto 0 1rem;}

.lineBlk .p15{}
.lineBlk .p15 .imgtxtSet{
    width: 100%;
    margin: 40px 0 0 auto;
}
.lineBlk .p15 .imgSet{}
.lineBlk .p15 .txtSet{}

.lineBlk .p16{
}
.lineBlk .p16 .imgtxtSet{}
.lineBlk .p16 .imgSet{}
.lineBlk .p16 .txtSet{}

.lineBlk .p17{}
.lineBlk .p17 .imgtxtSet{
   
}
.lineBlk .p17 .imgSet{}
.lineBlk .p17 .txtSet{}

.lineBlk .p18{}
.lineBlk .p18 .imgtxtSet{
   
}
.lineBlk .p18 .imgSet{}
.lineBlk .p18 .txtSet{
}

.lineBlk .p19{}
.lineBlk .p19 .imgtxtSet{}
.lineBlk .p19 .imgSet{}
.lineBlk .p19 .txtSet{}

.lineBlk .p20{}
.lineBlk .p20 .imgtxtSet{}
.lineBlk .p20 .imgSet{}
.lineBlk .p20 .txtSet{}

.lineBlk .p21{}
.lineBlk .p21 .imgtxtSet{}
.lineBlk .p21 .imgSet{}
.lineBlk .p21 .txtSet{}

.lineBlk .p22{}
.lineBlk .p22 .imgtxtSet{}
.lineBlk .p22 .imgSet{}
.lineBlk .p22 .txtSet{}

.lineBlk .p23{}
.lineBlk .p23 .imgtxtSet{}
.lineBlk .p23 .imgSet{}
.lineBlk .p23 .txtSet{}

.attentionTxt{
    margin: 8em auto;
}
.attentionTxt p{
    text-align: center;
}
.attentionTxt .creditSet{
    margin: 0 auto 20px;
}
.lineBlk + .lineBlk{
    margin: 7em auto 0;
}