@charset "UTF-8";
/* CSS Document */

.sp-no,
.spno {
    display: block;
    margin: 0 auto;
}

.pc-no,
.pcno {
    display: none;
}

.enGothic {
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

/*font size
-----------------------------------------------------*/
.b_contents .font-l {
    font-size: 24px;
    line-height: 3.4rem;
    letter-spacing: .4em;
}

.b_contents .font-m {
    font-size: 20px;
    line-height: 1.6rem;
}

.b_contents .font-s {
    font-size: 10px;
    line-height: 1.6rem;
}

#contents {
    max-width: 1080px;
}

#contents h2.main-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.fwBold {
    font-weight: bold;
}

.pane-contents--container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pane-main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.bread {
    width: 1080px;
    margin: 15px auto 30px;
}

.mainArea {
    width: 1080px;
    margin: 0 auto;
}

/*l_contents
-----------------------------------------------------*/

.l_contents a:hover {
    text-decoration: none;
    opacity: 1 !important;
}

.l_contents dl {
    margin: 0 auto 60px;
}

.l_contents dl dt {
    font-size: 1.0em;
    line-height: 2.2rem;
}

.l_contents dd {
    text-align: center;
    margin: 0 auto 5px;
    font-size: 1.34em;
    line-height: 1.9rem;
}

.l_contents dd.ttl {
    top: 45%;
    font-size: 2.0em;
    text-align: center;
}

#topics-index .l_contents dd.ttl {
    top: 45%;
}

/*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;
}

.archives a:hover {
    text-decoration: none;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

/*checkitemボタン*/
.l_contents .checkitem a:hover {
    text-decoration: none;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

/*checkitem4ボタン*/
.l_contents .checkitem4 {
    margin: 10px auto 10px;
    text-align: center;
}

.l_contents .checkitem4 a {
    padding: 15px 60px 15px 60px;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
    box-shadow: 0px 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 0px 5px #fff;
    -moz-box-shadow: 0px 0px 0px 5px #fff;
}

.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%;
}

.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%);
}



/*b_contents
-----------------------------------------------------*/
.b_contents {
    width: 100%;
    margin: 60px auto 0;
}

.b_contents .txt {
    margin: 20px auto 60px;
    text-align: left;
}

.b_contents img {
    max-width: 100%;
}

.b_contents video {
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.toppic {
    max-width: 80%;
}

.b_contents p {
    /*! font-family: 'Arsenal', sans-serif; */
    text-transform: initial;
    text-align: left;
    font-size: 13px;
    color: #707070;
    letter-spacing: .2rem;
}

.b_contents .txtSet.taR p {
    text-align: right;
}

.b_contents p.credit {
    margin: 5px auto 30px;
    letter-spacing: .2em;
}

.b_contents p.credit a {
    display: inline-block;
    margin: 0 auto;
}

.b_contents video {
    width: 400px;
    height: auto;
    margin: 0 auto;
}

/*コンテンツ　並列*/
.b_contents ul.column-2 {
    text-align: center;
    letter-spacing: -.4em;
}

.b_contents ul.column-2 li {
    letter-spacing: normal;
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    vertical-align: top;
    text-indent: 0 !important;
    margin-left: 0 !important;
}

.b_contents ul.column-2 li p {
    text-align: left;
}

.area {
    cursor: pointer !important;
    /* cursor: hand; */
}

.map {
    width: 100%;
}

area :hover {
    text-decoration: none;
    opacity: 0.5;
}


.box {
    margin: 10px 10px 10px 10px;
    ;
    float: left;
    width: 100%;
    Padding-left: 60px;
}

.box img {
    max-width: 50%;
    float: left;
}

.box p {
    margin: 10px 10px 10px 10px;
    Padding-left: 50px;
}

.right {
    Padding-left: 150px;
    width: 50%;
    float: left;
}


.box2 {
    margin: 10px 10px 10px 10px;
    width: 100%;
}

.box2 img {
    max-width: 50%;
    float: right;
}

.box2 p {
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

.left {
    width: 50%;
    float: right;
    Padding-left: 60px;
}


.boxline {
    padding: 2em 1em;
    margin: 2em 0;
    border: solid 1px #000000;
    padding: 20px 10px 10px 20px;
    position: relative;
}

.boxline p {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}


.table_container {
    width: 800px;
    overflow-x: auto;

}

#container {
    display: grid;
    grid-template-rows: 300px 300px;
    grid-template-columns: 360px 1fr;
}

#itemA {
    grid-row: 1 / 2;
    Margin-top: 50px;
    grid-column: 1 / 2;
    background: #fff;
}

#itemB {
    Margin-top: 75px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    background: #fff;
}

#itemC {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    background: #fff;
}

#container2 {
    display: grid;
    grid-template-rows: 300px 300px;
    grid-template-columns: 480px 1fr;
}

#itemD {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    background: #fff;
}

#itemE {
    grid-row: 1 / 2;
    Margin-top: 50px;
    grid-column: 2 / 3;
    background: #fff;
}

#itemF {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background: #fff;
}


#container3 {
    display: grid;
    grid-template-rows: 330px;
    Grid-template-columns: 230px 230px 230px 230px 230px 230px 230px;


}

#itemG {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    background: #fff;
    width: 70%;
}

#itemH {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background: #fff;
    width: 70%;
}


#itemI {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    background: #fff;
    width: 70%;
}


#itemJ {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    background: #fff;
    width: 70%;
}

#itemK {
    grid-row: 1 / 2;
    grid-column: 5 / 6;
    background: #fff;
    width: 70%;
}

#itemL {
    grid-row: 1 / 2;
    grid-column: 6 / 7;
    background: #fff;
    width: 70%;
}

#itemM {
    grid-row: 1 / 2;
    grid-column: 7 / 8;
    background: #fff;
    width: 70%;
}



.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%);
}




/*check mini*/

.l_contents .checkitemmini {
    margin: 15px auto 15px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini a {
    background: #ffffff;
    color: #000000;
    padding: 15px 25px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.0em;
    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%);
    width: auto;
    height: auto;
    border-bottom: none;
    border-right: none;
}



/*check mini blk*/

.l_contents .checkitemminibk {
    margin: 15px auto 15px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemminibk a {
    background: #000000;
    color: #ffffff;
    padding: 15px 25px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.0em;
    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%);
    width: auto;
    height: auto;
    border-bottom: none;
    border-right: none;
}

.centertable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.centertable .quilt {
    text-align: left;
    display: inline-block
}


.coverpc {
    Width: 100%;
    Height: auto;
}

.coversmp {
    Display: none;
}

.topmes {
    Text-align: center;
    letter-spacing: .1em;
    font-size: 13px;
    line-height: 22px;
    color: #000000;

}

.topmesm {
    Text-align: center;
    letter-spacing: .1em;
    font-size: 13px;
    line-height: 22px;
    color: #000000;

}



.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%);
}

.b_contents .contimg {
    width: 100%;
    Height: auto;
}

.b_contents .bottomlinks {
    /*width:70%;*/
    Height: auto;
    width: 605px;
}

.l_contents .checkitemmini3 {
    margin: 15px 20px 20px 15px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini3 a {
    background: #ffffff;
    color: #000000;
    padding: 15px 40px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.0em;
    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: 80%;
    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: 85%;

}


.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: 85%;
    margin-left: 250px;
}


.thumbs2 li {
    width: calc(100%/5);
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




iframe {
    Width: 560px;
    Height: 315px;

}

.btn1 {
    position: relative;

    height: 180px;
    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;
}

img {
    width: 100%;
}


/*ancor hover
------------------------------ */
.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 {
    max-width: 900px;
    margin: 0 auto 8em;
    position: relative;
    /*    display: block;*/
    overflow: hidden;
    cursor: pointer;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.b_contents .flex.introBlk a {
    width: calc(100% / 2 - 30px);
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.b_contents .slipArea+.slipArea {
    margin-top: -5em;
}

.b_contents .slipArea .flex.introBlk {
    position: relative;
    overflow: visible;
}

.b_contents .slipArea .flex.introBlk a:first-of-type {
    bottom: -5em;
}


.b_contents .flex.introBlk a:nth-of-type(2) {
    /* z-index: 15; */
}

.b_contents .flex.introBlk a+a {
    margin-left: 50px;
}

.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;
}

.b_contents .flex.introBlk a p {
    font-size: 1rem;
    margin-top: .5rem;
}

/*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: -17em;
}

.b_contents .secArea.sec03 .ttlArea {
    top: -5em;
}

.b_contents .secArea.sec06 .ttlArea {
    bottom: -25em;
}

.b_contents .flex.introBlk .hoverChg {
    position: relative;
}

.b_contents .flex.introBlk .hoverChg .imgBlk::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .70);
    top: 0;
    z-index: -1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.b_contents .flex.introBlk .hoverChg:hover .imgBlk::before {
    z-index: 15;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.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: 20;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.b_contents .secArea.sec02 {
    margin-top: 18em;
}

.b_contents .secArea.sec06 {
    margin-top: 7em;
}

.b_contents .secArea.sec07 {
    margin-top: 30em;
}

.b_contents .sec08 {
    margin-top: 5em;
}

.b_contents .secArea.sec04 .flex.introBlk .hoverChg .txtBlk {
    top: 25%;
}

.btnBlk {
    width: 70%;
    max-width: 550px;
    margin: 0 auto;
}

/* SECTION
------------------------------ */
.secArea {
    position: relative;
    width: 100%;
    Height: auto;
    margin: 0 auto;
    max-width: 900px;
}

.b_contents .secArea a {
    cursor: pointer;
}

/*
.secArea a:hover {
opacity: .5;
}
.secArea .btn_check{
position: absolute;
right: 0;
bottom: 0;
}
*/

.b_contents .secArea .contimg {
    width: 100%;
    margin: 0 auto;
}

.btn_all {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}


/* styleArea
------------------------------ */
.styleArea {
    margin: 0 auto 10em;
}

.styleArea .ttlBlk {
    /*! border-bottom: solid 1px #707070; */
    width: 95%;
    margin: 0 auto;
}

.styleArea .ttlBlk img {
    width: 100%;
    /*! margin-right: 15px; */
    /*! max-width: 400px; */
    margin: 0 auto;
    /*! display: block; */
}

.styleArea.rColumn .ttlBlk img {
    margin: 0 auto 2% 3%;
    display: block;
}

.rColumn.dBlk .setupBlk .items a+a {
    margin-top: -4rem;
}

.setupBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.styleArea.rColumn .setupBlk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.setupBlk .flexslider {
    width: 60%;
    margin-top: -2%;
}

.setupBlk .items {
    width: 55%;
    margin: 0 0 0 5%;
}

.rColumn .setupBlk .items {
    width: 55%;
    margin: 0 5% 0 0;
}

.setupBlk .items a img {
    width: 100%;
}

.setupBlk .items a img:hover {
    opacity: .5;
}

.flex-control-nav li {}

.flex-control-nav {
    bottom: -36px;
}

.flex-control-nav li {
    margin: 0 6px;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-control-paging li a.flex-active {
    width: 8px;
    height: 8px;
}

.styleArea .ttlBlk {
    margin: 2em auto 0;
    max-width: 990px;
}

.styleArea .flex a.coming {
    pointer-events: none;
}


/* accesaryArea
------------------------------ */
.accesaryArea {
    margin: 7em auto 0;
}

.accesaryArea.dBlk {
    margin: 7em auto 2em;
}

.accesaryArea>img {
    width: 50%;
    display: block;
    margin: 0 auto;
    max-width: 305px;
}

.accesaryArea .flex {
    width: 80%;
    margin: 0 auto;
}

.accesaryArea .flex a {
    width: calc(100% / 3 - 20px);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accesaryArea.dBlk .flex a {
    width: calc(100% / 4 - 20px);
}

.accesaryArea .flex a+a {
    margin-left: 10px;
}

.accesaryArea .flex a img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
}

.accesaryArea .flex a:hover img {
    opacity: .5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accesaryArea .flex a.coming:hover {
    opacity: 1;
}

.accesaryArea .flex a.coming img {
    opacity: .5;
    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: 1rem;
    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;
}

.accesaryArea .flex a.check:hover:after {
    position: absolute;
    content: "CHECK NOW";
    color: #707070;
    font-size: 1rem;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    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;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}





.flex-direction-nav {
    position: absolute;
    bottom: -20px;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.flex-direction-nav li {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
}

.flex-direction-nav li a {
    width: 100%;
    height: 100%;
    display: block;
}

.flex-direction-nav .flex-nav-prev {
    left: 0;
}

.flex-direction-nav .flex-nav-next {
    right: 0;
}


.flex-direction-nav .flex-nav-prev a::before,
.flex-direction-nav .flex-nav-next a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.flex-direction-nav .flex-nav-prev a::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
}

.flex-direction-nav .flex-nav-next a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}



.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: 80%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.lineBlk.rColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.lineBlk+.lineBlk {
    margin: 15em auto 0;
}


.articleSet {}

.articleSet .imgtxtSet {}

.articleSet .txtSet {
    text-align: left;
    padding: .5em 0;
}

.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;
}

.siTop {
    opacity: 0;
    transform: translateY(40px);
}

.siBottom {
    opacity: 0;
    transform: translateY(-20px);
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 4.0s;
    animation-duration: 4.0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* .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);
    }
}

/* 背景画像 */
/* .l_contents .bg1{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg01.jpg);
    background-position: 0% 25%;
    background-size: 88% auto;	
    background-repeat: no-repeat;
}
.l_contents .bg2{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg02.jpg);
    background-position: top 35% right 0;
    background-size: 85% auto;	
    background-repeat: no-repeat;
}
.l_contents .bg3{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg03.jpg);
    background-position: 0% 16%;
    background-size: 88% auto;	
    background-repeat: no-repeat;
}
.l_contents .bg4{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg04.jpg);
    background-position: top 85% right 0;
    background-size: 88% auto;	
    background-repeat: no-repeat;
}
.l_contents .bg5{
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220113pics/bg05.jpg);
    background-position: top 52% left 0;
    background-size: 88% auto;	
    background-repeat: no-repeat;
} */

.set01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;  
}

.lineBlk .p1 {
    width: 52%;
    margin: 0 auto 0 0;
}

.lineBlk .p1 .imgtxtSet {}

.lineBlk .p1 .imgSet {}

.lineBlk .p1 .txtSet {
    position: absolute;
    top: auto;
    width: auto;
}

.lineBlk .p2 {
    width: 45%;
    margin: 0 0 0 auto;
}

.lineBlk .p2 .imgtxtSet {}

.lineBlk .p2 .imgSet {}

.lineBlk .p2 {
    position: relative;
}

/* .lineBlk .p2 .txtSet {
    position: absolute;
    top: auto;
    right:0;
    width: auto;
} */

.lineBlk .p3 {
    /* margin: 8em 10% 0 auto; */
    width: 40%;
    position: relative;
}

.lineBlk .p3 .imgtxtSet {}

.lineBlk .p3 .imgSet {}

.lineBlk .p3 .txtSet {
    position: absolute;
    top: 25%;
    left: -30%;
    width: auto;
}


.lineBlk .p4 {
    /* margin: 8em auto 0 5%; */
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.lineBlk .p4 .imgtxtSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
}

.lineBlk .p4 .imgSet {}

.lineBlk .p4 .txtSet {
    position: absolute;
    bottom: 12%;
    right: 0;
    width: auto;
}

.lineBlk .p4 .txtSet {}

.lineBlk .p5 {
    margin: 0 auto;
}

.lineBlk .p5 .imgtxtSet {}

.lineBlk .p5 .imgSet {}

.lineBlk .p5 .txtSet {
    margin: 0 0 auto auto;
}

.lineBlk .p6 {
    width: 42%;
    margin: 0 auto 0 0;
}

.lineBlk .p6 .imgtxtSet {}

.lineBlk .p6 .imgSet {}

.lineBlk .p6 .txtSet {
    /* margin: 0; */
}

.lineBlk .p7 {
    width: 55%;
    margin: auto 0 auto auto;
    position: relative;

}

.lineBlk .p7 .imgtxtSet {}

.lineBlk .p7 .imgSet {}

.lineBlk .p7 .txtSet {
    position: absolute;
    bottom: auto;
    right: 0;
    width: auto;
}


.lineBlk .p7 .imgtxtSet {}

.lineBlk .p7 .imgSet {}

.lineBlk .p7 .txtSet {}



.lineBlk .p8 {
    width: 55%;
    margin: 0 0 0 0;
}

.lineBlk .p8 .imgtxtSet {}

.lineBlk .p8 .imgSet {}

.lineBlk .p8 .txtSet {}

.lineBlk .p9 {
    width: 40%;
    margin: 22em 0 0 auto;
    padding-bottom: 5em;
}

.lineBlk .p9 .imgtxtSet {}

.lineBlk .p9 .imgSet {}

.lineBlk .p9 .txtSet {
    position: absolute;
    top: auto;
    left: 0;
}

.lineBlk .p10 {
    width: 90%;
    margin: 0 0 0 auto;
}

.lineBlk .p10 .imgtxtSet {}

.lineBlk .p10 .imgSet {}

.lineBlk .p10 .txtSet {
    position: absolute;
    left: 0;
}

.lineBlk .p11 {
    width: 100%;
    margin: 0 auto;
}

.lineBlk .p11 .imgtxtSet {}

.lineBlk .p11 .imgSet {}

.lineBlk .p11 .txtSet {
    position: absolute;
    right: 0;
}

.lineBlk .p12 {
    position: relative;
    width: 45%;
    margin: 0 .5rem 0 auto;
}

.lineBlk .p12 .imgtxtSet {}

.lineBlk .p12 .imgSet {}

.lineBlk .p12 .txtSet {
    /* position: absolute;
    bottom: 3em; */
}

.lineBlk .p12b {
    position: relative;
    width: 45%;
    margin: 10em auto 0 .5rem;
}

.lineBlk .p12b .imgtxtSet {}

.lineBlk .p12b .imgSet {}

.lineBlk .p12b .txtSet {
    position: absolute;
    bottom: 3em;
}

.lineBlk .p13 {
    width: 100%;
    /* margin: 25em auto 0 2em; */
}

.lineBlk .p13 .imgtxtSet {}

.lineBlk .p13 .imgSet {}

.lineBlk .p13 .txtSet {
    position: absolute;
    right: 0;
}

.lineBlk .p14 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.lineBlk .p14 .imgtxtSet {}

.lineBlk .p14 .imgSet {}

.lineBlk .p14 .txtSet {
    position: absolute;
    left: 50%;
    -webkit-transform : translate(-50%);
    transform : translate(-50%);

}

.lineBlk .p15 {
    width: 90%;
    margin: 12em 1em 0 auto;
}

.lineBlk .p15 .imgtxtSet {}

.lineBlk .p15 .imgSet {}

.lineBlk .p15 .txtSet {
    position: absolute;
    top: 96%;
    right: 10em;
}

.attentionTxt {
    margin: 200px auto;
}

.attentionTxt p {
    text-align: center;
}

.attentionTxt .creditSet {
    margin: 0 auto 40px;
}