@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;
}

a.noLink {
    pointer-events: none;
    text-decoration: none!important;
}

.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; */
}

.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;
    overflow: hidden;
}

.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;
    padding: 0 0;
    line-height: 1.7;
    color: #000;
    margin: 0 auto 10px;
    text-align: left;
    /* font-family: 'Arsenal', sans-serif; */
    text-transform: initial;
    letter-spacing: .2rem;
}

.b_contents {
    font-weight: 400;
    margin-top: 0;
}

.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;
}

p.taR{
    text-align: right;
}

/* 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;
}

.articleSet .txtSet a.coming {
    pointer-events: none;
    text-decoration: 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: 1em .5em;
    /*! margin: ; */
}

.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);
} */

.siTop {
    opacity: 0;
    transform: translateY(20px);
}

.siBottom {
    opacity: 0;
    transform: translateY(-20px);
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -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%);
    }
}


#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: 7em;
}
#set2 .txtSet {
    position: absolute;
    top: -7em;
    left: 1rem;
}


/* #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;
    width: 500px;
}
/* #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 15em;
    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{
    padding-left: 2rem;
}
#set6 .articleSet{
    margin: 0 auto;
}
#set6 .articleSet + .articleSet{
    margin: 2em 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: -6em;
    left: 0em;
    width:100%
}

/************************ ************************/

.lineBlk {
    /* margin: 7em auto 0; */
}

#set2.lineBlk {}

#set3.lineBlk {
}

#set4.lineBlk {
}

#set5.lineBlk {
}

#set7.lineBlk {
}

#set8.lineBlk {
}

#set9.lineBlk {
}


/************************ ************************/
#credit .txtSet{
    margin: 0 auto;
    letter-spacing: 0.02rem;
}
#credit .txtSet p{
    text-align: center;
}

.lineBlk+.lineBlk {
    margin: 7em auto 0 !important;
}
.lineBlk+.lineBlk:last-of-type {
    margin: 15em auto 0 !important;
}