@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;
}

.enSerif {
    font-family: 'Source Serif Pro', serif;
    font-weight: 300;
    /* text-transform: uppercase; */
}

a.noLink {
    pointer-events: none;
    text-decoration: none!important;
}

/*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 h2.main-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.fwBold {
    font-weight: bold;
}

.fs80 {
    font-size: 80%;
    ;
}

.lineBlk p.taR {
    text-align: right;
}

p.taC {
    text-align: center !important;
}

/* 外側100%にリセット 
-----------------------------------------------------*/
.pane-main {
    margin: 0 auto 100px auto;
    width: 100%;
    max-width: 1400px;
}

.pane-contents--container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pane-globalnav--container {
    margin: 0 auto;
    width: 1080px;
}

.pane-topic-path {}

.pane-topic-path--container {
    margin: 0 auto;
    width: 1080px;
}

.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;
    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;
    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;
    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%;
    transform: translate(0, -50%);
}


/*b_contents
-----------------------------------------------------*/

.b_contents {
    width: 100%;
    max-width: 1280px;
    margin: 7em 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; */
    /*! font-family: 'Tenor Sans', sans-serif; */
    text-transform: initial;
    text-align: left;
    font-size: 13px;
    color: #000;
}

.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%;
    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%;
    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%;
    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%;
    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%;
    transform: translate(0, -50%);
}

.top-banner {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.top-banner li {
    width: calc(100%/2);
    padding: 0px;
    box-sizing: border-box;
}

.thumbs li a :hover {
    opacity: 1;
}

.thumbs2 li a :hover {
    opacity: 1;
}

.thumbs {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
}

.thumbs li {
    width: calc(100%/5);
    padding: 0px;
    box-sizing: border-box;
}

.thumbs2 {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin-left: 250px;
}

.thumbs2 li {
    width: calc(100%/5);
    padding: 0px;
    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%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    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: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.b_contents .flex.introBlk {
    max-width: 900px;
    margin: 0 auto 8em;
    position: relative;
    /*    display: block;*/
    overflow: hidden;
    cursor: pointer;
    align-items: stretch;
}

.b_contents .flex.introBlk a {
    width: calc(100% / 2 - 30px);
    position: relative;
    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;
    transition: all ease-in-out 0.4s;
}

.b_contents .flex.introBlk .hoverChg:hover .imgBlk::before {
    z-index: 15;
    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;
    transition: all ease-in-out 0.4s;
}

.b_contents .flex.introBlk .hoverChg:hover .txtBlk {
    z-index: 20;
    opacity: 1;
    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 {
    width: 95%;
    margin: 0 auto;
}

.styleArea .ttlBlk img {
    width: 100%;
    margin: 0 auto;
}

.styleArea.rColumn .ttlBlk img {
    margin: 0 auto 2% 3%;
    display: block;
}

.rColumn.dBlk .setupBlk .items a+a {
    margin-top: -4rem;
}

.setupBlk {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.styleArea.rColumn .setupBlk {
    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;
}

.articleSet .txtSet a.coming {
    pointer-events: none;
    text-decoration: 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;
    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;
    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: flex;
    justify-content: 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: flex;
    justify-content: center;
    align-items: center;
    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%;
    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 {
    transform: rotate(135deg);
    left: 0;
}

.flex-direction-nav .flex-nav-next a::before {
    transform: rotate(-45deg);
}

.areaBlk {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.lineBlk {
    /* display: flex;
    flex-flow: wrap; */
    width: 100%;
    margin: 0;
    position: relative;
}

.lineBlk+.lineBlk {}

.articleSet {}

.articleSet .imgtxtSet {}

.articleSet .txtSet {
    text-align: left;
    /*! padding: 2em 0 .5em; */
    letter-spacing: .1rem;
    line-height: 1.8;
}

.articleSet .txtSet li {
    /*! line-height: 1.6; */
}

.articleSet .txtSet li+li {
    margin: .8em 0 0;
}

.articleSet .txtSet li a {
    text-decoration: underline;
    color: #707070;
}

.articleSet .txtSet li a p {
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.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;
}

/* モノクロ画像 */
.clrEf {
    -webkit-animation: bkwh 4s infinite alternate;
    animation: bkwh 4s infinite alternate;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@-webkit-keyframes bkwh {
    0% {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }

    25% {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }

    75% {
        -webkit-filter: saturate(0%);
        filter: saturate(0%);
    }

    100% {
        -webkit-filter: saturate(0%);
        filter: saturate(0%);
    }
}

@keyframes bkwh {
    0% {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }

    25% {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }

    75% {
        -webkit-filter: saturate(0%);
        filter: saturate(0%);
    }

    100% {
        -webkit-filter: saturate(0%);
        filter: saturate(0%);
    }
}


/************************ 共通 /************************/
.lineBlk{
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
}
/* #set1,
#set2,
#set3,
#set5,
#set6,
#set7,
#set8,
#set9,
#set10 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
#set4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#set1 .txtSet,
#set5 .txtSet,
#set8 .txtSet {
    margin: 0 auto 0 2rem;
}
#set7 .txtSet,
#set10 .txtSet {
    margin: 0 2rem 0 auto;
} */
#set2 .txtSet p,
#set4 .txtSet p,
#set6 .txtSet p,
#set7 .txtSet p,
#set10 .txtSet p {
    /*! text-align: right; */
}



#mainArea.lineBlk .mainBlk{
    margin: 0 auto;
    max-width: 830px;
}
#mainArea.lineBlk .mainBlk + .mainBlk{
    margin: 1rem auto 0;
}


/************************ set1 /************************/

#set1 {
}

#set1 .articleSet {
    width: 22%;
    margin: 0 auto;
}

.borderLine {
    padding: 0 1.5em;
}

#set1 .p1 {
    width: 45%;
}

#set1 .p2 {
    width: 45%;
}

.lineBlk .p2 .imgtxtSet {}

.lineBlk .p2 .imgSet {}

.lineBlk .p2 .txtSet {}


/************************ set2 ************************/

.lineBlk .p3 .imgtxtSet {}

.lineBlk .p3 .imgSet {}

.lineBlk .p3 .txtSet {}


#set2 {
    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: vertical;
    flex-flow: vertical;
}

#set2 .articleSet {
    margin: 0 auto;
}

#set2 .articleSet {}

.borderLine {
    padding: 0 1.5em;
}

#set2 .p3 {
}

#set2 {
    position: relative;
    padding-top: 5em;
}
#set2 .txtSet {
    position: absolute;
    top: -3em;
    left: 0;
}


/* #set2 .p4::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 82%;
    background-color: #bdbdbd;
    top: 0;
    right: -13.5%;
    margin: auto;
} */


/************************ set3 ************************/
#set3 {
    margin: 0 auto;
    position: relative;
    padding-bottom: 10em;
}
#set3 .articleSet{
    margin: 0 auto;
}
#set3 .flex{
    margin: 0 auto;
}

#set3 .p4 {
    width: 45%;
}

#set3 .p5 {
    width: 45%;
}

#set3 .txtSet {
    position: absolute;
    bottom: -15em;
    left: 0;
}
/* #set3 .txtSet {
    width: 36%;
    margin: 0 auto;
}

#set3 .p5 .imgSet {
    width: 80%;
    margin: 0 auto;
} */


/************************ set4 ************************/
#set4 {
    position: relative;
}
#set4 .imgSet{
    width: 50%;
    margin: 0 auto auto 30em;
    max-width: 420px;
}

#set4::before {
    /* content: "";
    background-image: url(//d2rscy10u9doui.cloudfront.net/img/usr/static/topics/220728pics/bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat; */
}


#set4 .articleSet .txtSet {
}


/************************ set5 ************************/

#set5 {
}
#set5 .articleSet{
    margin: 0 auto;
}
#set5 .flex{
    margin: 0 auto;
}

#set5 .p7 {
    width: 45%;
}

#set5 .p8 {
    width: 35%;
}

/* #set1 {
    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: vertical;
    flex-flow: vertical;
} */

.lineBlk .p8 .txtSet {}

.lineBlk .p8 .txtSet p {}

.lineBlk .p8 li a {}

.lineBlk .p8 {
}

.lineBlk .p8 .imgSet {}

.lineBlk .p8 .txtSet {}

/* .lineBlk .p8 {
    width: 35%;
    margin: 6em 30em auto auto;
}

.lineBlk .p8 .imgtxtSet {
    position: relative;
}

.lineBlk .p8 .imgSet {}

.lineBlk .p8 .txtSet {
    position: absolute;
    bottom: 10%;
    left: 70%;
    width: 100%;
} */


.lineBlk .p9 {
  
}

.lineBlk .p9 .imgSet {}

.lineBlk .p9 .txtSet {}


/************************ set6 ************************/

#set6{
}
#set6 .articleSet + .articleSet{
    margin: 5em auto 0;
}

#set6 .imgSet {
    width: 50%;
    max-width: 420px;
    margin: 0 auto;
}




/************************ set7 ************************/

#set7 {
}

#set7 .imgtxtSet {
}

#set7 .imgWrap {
}

#set7 .imgWrap .imgSet {
   
}

#set7 .imgWrap .txtSet {
   
}
#set7 .articleSet{
    margin: 0 auto;
}
#set7 .flex{
    margin: 0 auto;
}

#set7 .p12 {
    width: 45%;
}

#set7 .p13 {
    width: 45%;
}

/************************ set8 ************************/
#set8 {
}
.lineBlk .p14 {
   
}
.lineBlk .p15 {
  
}

#set8 .imgSet{
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
}

/************************ set9 ************************/

#set9 {
    position: relative;
}

#set9 .articleSet{
    margin: 0 auto;
}
#set9 .flex{
    margin: 0 auto;
}

#set9 .p15 {
    width: 45%;
    margin-top: 15em;
}

#set9 .p16 {
    width: 45%;
    padding-bottom: 10em;
}

#set9 .txtSet {
    position: absolute;
    bottom: -5em;
    left: 5em;
}
/************************ set10 ************************/

#set10 {
}

#set10::before {
}

#set10 .txtSet {
}

#set10 .imgtxtSet {
}

.lineBlk .p17 {
   
}

.lineBlk .p17 .imgSet {}

.lineBlk .p17 .txtSet {}

/************************ ************************/
#credit .txtSet {
    margin: 0 auto;
    letter-spacing: 0.02rem;
}

.lineBlk+.lineBlk {
    margin: 12em auto 0 !important;
}
.lineBlk+.lineBlk:last-of-type {
    margin: 18em auto 0 !important;
}

.lineBlk+#set9.lineBlk {
    margin: 30em auto 0;
}

.attentionTxt {
    margin: 100px auto;
}

.attentionTxt p {
    text-align: center;
}

.attentionTxt .creditSet {
    margin: 0 auto 40px;
}