@charset "UTF-8";
/* ----------------------------------------
* style_lowerpage
---------------------------------------- */



.wrapLower {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.innerLower {
    padding: 0 20px;
}

.page_title {
    background: url(../../lib/images/bg_line01.jpg) repeat-x bottom;
    padding: 75px 0 60px;
}
.page_title h2 {
    font-weight: bold;
}
.page_title h2 span {
    font-size: 6.625rem;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    line-height: 60%;
}

.breadcrumb-area {
    border-bottom: none;
}
.breadcrumb {
    display: flex;
    justify-content: flex-end;
}
.breadcrumb li {
    float: none;
    display: inline-block;
    font-weight: 600;
}
.breadcrumb li a {
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
}
.lower {
    margin-top: 120px;
}

.sectionline hr {
    border: 1px solid #282828;
}

@media screen and (max-width: 767px) {
.page_title h2 span {
    font-size: 3rem;
}
.breadcrumb {
    display: block;
}
}

/* +++++++++++++++++++++++++　flexbox */

.flex{
	display: flex;
}
.flexa{
	display: flex;
    align-items: center;
}
.flexw{
	display: flex;
	flex-wrap: wrap;
}
.flexwa{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flexw-b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexw-a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flexw-c{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexw-bc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	align-items: center;
}
.flexw-ba{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexw-cc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.rev {
    flex-direction: row-reverse;
}
.fl2-8 .flexl{width: 20%;}
.fl2-8 .flexr{width: 78%;}

.fl3-7 .flexl{width: 30%;}
.fl3-7 .flexr{width: 68%;}

.fl4-6 .flexl{width: 40%;}
.fl4-6 .flexr{width: 58%;}

.fl6-4 .flexl{width: 60%;}
.fl6-4 .flexr{width: 38%;}

.fl7-3 .flexl{width: 70%;}
.fl7-3 .flexr{width: 28%;}

.fl2 > * {
	width: 49%;
	margin-right: 2%;
}

.fl3 > * {
	width: 32%;
	margin-right: 2%;
}
.fl4 > * {
    width: 23%;
	margin-right: 2.666666666%;
}
.fl5 > * {
    width: 19%;
	margin-right: 1.25%;
}
.fl2 > *:nth-child(2n),
.fl3 > *:nth-child(3n),
.fl4 > *:nth-child(4n),
.fl5 > *:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 900px) {
    .fl4 > * {
        width: 49%;
        margin-right: 2%;
    }
    .fl4 > *:nth-child(2n) {
        margin-right: 0;
    }
}


@media screen and (max-width: 767px) {

.flex{
    display: block;
}
.fl2-8 .flexl, .fl2-8 .flexr, .fl3-7 .flexl, .fl3-7 .flexr, .fl4-6 .flexl, .fl4-6 .flexr, .fl6-4 .flexl, .fl6-4 .flexr, .fl7-3 .flexl, .fl7-3 .flexr, .fl2 > *, .fl3 > *, .fl4 > *, .fl5 > * { 
    width: 100%;
    margin-right: 0;
}
}


/* 
==============================================================*/

.mb5 { margin-bottom:5px;} .mb10 { margin-bottom:10px;} .mb15 { margin-bottom:15px;} .mb20 { margin-bottom:20px;} .mb25 { margin-bottom:25px;} .mb30 { margin-bottom:30px;} .mb35 { margin-bottom:35px;} .mb40 { margin-bottom:40px;} .mb45 { margin-bottom:45px;} .mb50 { margin-bottom:50px;} .mb55 { margin-bottom:55px;} .mb60 { margin-bottom:60px;} .mb65 { margin-bottom:65px;} .mb70 { margin-bottom:70px;} .mb75 { margin-bottom:75px;} .mb80 { margin-bottom:80px;} .mb85 { margin-bottom:85px;} .mb90 { margin-bottom:90px;} .mb95 { margin-bottom:95px;} .mb100 { margin-bottom:100px;} .mb110 { margin-bottom:110px;} .mb120 { margin-bottom:120px;}
.mt5 { margin-top:5px;} .mt10 { margin-top:10px;} .mt15 { margin-top:15px;} .mt20 { margin-top:20px;} .mt25 { margin-top:25px;} .mt30 { margin-top:30px;} .mt35 { margin-top:35px;} .mt40 { margin-top:40px;} .mt45 { margin-top:45px;} .mt50 { margin-top:50px;} .mt55 { margin-top:55px;} .mt60 { margin-top:60px;} .mt65 { margin-top:65px;} .mt70 { margin-top:70px;} .mt75 { margin-top:75px;} .mt80 { margin-top:80px;} .mt85 { margin-top:85px;} .mt90 { margin-top:90px;} .mt95 { margin-top:95px;} .mt100 { margin-top:100px;}
.ml5 { margin-left:5px;} .ml10 { margin-left:10px;} .ml15 { margin-left:15px;} .ml20 { margin-left:20px;} .ml25 { margin-left:25px;} .ml30 { margin-left:30px;} .ml35 { margin-left:35px;} .ml40 { margin-left:40px;} .ml45 { margin-left:45px;} .ml50 { margin-left:50px;} .ml55 { margin-left:55px;} .ml60 { margin-left:60px;} .ml65 { margin-left:65px;} .ml70 { margin-left:70px;} .ml75 { margin-left:75px;} .ml80 { margin-left:80px;} .ml85 { margin-left:85px;} .ml90 { margin-left:90px;} .ml95 { margin-left:95px;} .ml100 { margin-left:100px;}
.mr5 { margin-right:5px;} .mr10 { margin-right:10px;} .mr15 { margin-right:15px;} .mr20 { margin-right:20px;} .mr25 { margin-right:25px;} .mr30 { margin-right:30px;} .mr35 { margin-right:35px;} .mr40 { margin-right:40px;} .mr45 { margin-right:45px;} .mr50 { margin-right:50px;} .mr55 { margin-right:55px;} .mr60 { margin-right:60px;} .mr65 { margin-right:65px;} .mr70 { margin-right:70px;} .mr75 { margin-right:75px;} .mr80 { margin-right:80px;} .mr85 { margin-right:85px;} .mr90 { margin-right:90px;} .mr95 { margin-right:95px;} .mr100 { margin-right:100px;}
.pt5 { padding-top:5px;} .pt10 { padding-top:10px;} .pt15 { padding-top:15px;} .pt20 { padding-top:20px;} .pt25 { padding-top:25px;} .pt30 { padding-top:30px;} .pt35 { padding-top:35px;} .pt40 { padding-top:40px;} .pt45 { padding-top:45px;} .pt50 { padding-top:50px;} .pt55 { padding-top:55px;} .pt60 { padding-top:60px;} .pt65 { padding-top:65px;} .pt70 { padding-top:70px;} .pt75 { padding-top:75px;} .pt80 { padding-top:80px;} .pt85 { padding-top:85px;} .pt90 { padding-top:90px;} .pt95 { padding-top:95px;} .pt100 { padding-top:100px;}
.pb5 { padding-bottom:5px;} .pb10 { padding-bottom:10px;} .pb15 { padding-bottom:15px;} .pb20 { padding-bottom:20px;} .pb25 { padding-bottom:25px;} .pb30 { padding-bottom:30px;} .pb35 { padding-bottom:35px;} .pb40 { padding-bottom:40px;} .pb45 { padding-bottom:45px;} .pb50 { padding-bottom:50px;} .pb55 { padding-bottom:55px;} .pb60 { padding-bottom:60px;} .pb65 { padding-bottom:65px;} .pb70 { padding-bottom:70px;} .pb75 { padding-bottom:75px;} .pb80 { padding-bottom:80px;} .pb85 { padding-bottom:85px;} .pb90 { padding-bottom:90px;} .pb95 { padding-bottom:95px;} .pb100 { padding-bottom:100px;}
.pl5 { padding-left:5px;} .pl10 { padding-left:10px;} .pl15 { padding-left:15px;} .pl20 { padding-left:20px;} .pl25 { padding-left:25px;} .pl30 { padding-left:30px;} .pl35 { padding-left:35px;} .pl40 { padding-left:40px;} .pl45 { padding-left:45px;} .pl50 { padding-left:50px;} .pl55 { padding-left:55px;} .pl60 { padding-left:60px;} .pl65 { padding-left:65px;} .pl70 { padding-left:70px;} .pl75 { padding-left:75px;} .pl80 { padding-left:80px;} .pl85 { padding-left:85px;} .pl90 { padding-left:90px;} .pl95 { padding-left:95px;} .pl100 { padding-left:100px;}
.pr5 { padding-right:5px;} .pr10 { padding-right:10px;} .pr15 { padding-right:15px;} .pr20 { padding-right:20px;} .pr25 { padding-right:25px;} .pr30 { padding-right:30px;} .pr35 { padding-right:35px;} .pr40 { padding-right:40px;} .pr45 { padding-right:45px;} .pr50 { padding-right:50px;} .pr55 { padding-right:55px;} .pr60 { padding-right:60px;} .pr65 { padding-right:65px;} .pr70 { padding-right:70px;} .pr75 { padding-right:75px;} .pr80 { padding-right:80px;} .pr85 { padding-right:85px;} .pr90 { padding-right:90px;} .pr95 { padding-right:95px;} .pr100 { padding-right:100px;}

.t-ac {
    text-align: center;
}
.t-al {
    text-align: left;
}
.t-ar {
    text-align: right;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.indent3 {
    padding-left: 3em;
    text-indent: -3em;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

 @media screen and (max-width: 1200px) {
 .max12 {
      display: none;
    }
 }

/* +++++++++++++++++++++++++　parts */

.flex_txt h3 {
    font-size: 2.875rem;
    font-weight: 900;
    line-height: 1.6;
}
.flex_txt p {
    line-height: 4.5;
}

.imgBorder img {
    border: 2px solid #282828;
    border-radius: 30px;
    width: 100%;
}

@media screen and (max-width: 767px) {
.imgBorder img {
    border: 1px solid #282828;
}
}
.imgBorder video {
    border: 2px solid #282828;
    border-radius: 30px;
}


.footprintsL {
    position: relative;
}
.footprintsL::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/common/dec_paws02.svg) no-repeat center / 100% auto;
    width: 241px;
    height: 248px;
    left: 5%;
    bottom: 10px;
}
.footprintsR {
    position: relative;
}
.footprintsR::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/common/dec_paws01.svg) no-repeat center / 100% auto;
    width: 241px;
    height: 248px;
    right: 5%;
    bottom: 10px;
}

.underdeco {
    background: url(../../lib/images/bg_line01.jpg) repeat-x bottom;
}


.arrowlist a {
    color: initial;
}
.arrowlist figcaption {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    max-width: 160px;
    margin: 0 auto;
}
.arrowlist figcaption span.alistname {
    width: 80%;
}
.arrowlist a figcaption .fa-arrow-right {
    position: absolute;
    font-size: 0.875rem;
    line-height: 1;
    top: calc(50% - 0.7rem);
    right: 0.5rem;
    margin: 0;
    padding: 4px 5px;
    transition: all 0.3s;
    border: 1px solid;
    border-radius: 50%;
}

.arrowlist a:hover figcaption .fa-arrow-right {
    right: -0.5rem;
}



.arrowlistcenter a {
    color: initial;
    display: block;
}
.arrowlistcenter figcaption {
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 0 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.arrowlistcenter p {
    text-align: center;
    line-height: 2.25;
    margin-bottom: 130px;
}
.arrowlistcenter figcaption span.alistname {
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

.arrowlistcenter a figcaption .fa-arrow-right {
    position: relative;
    font-size:1rem;
    padding: 5px;
    border: 1px solid;
    border-radius: 50%;
}
.arrowlistcenter a figcaption .fa-arrow-right {
    transition: all 0.3s;
    position: absolute;
    right: 2%;
    transform: translate(-50%,-50%);
}
.arrowlistcenter a:hover figcaption .fa-arrow-right {
    right: -3%;
}

@media screen and (max-width: 1300px) {
.arrowlistcenter figcaption span.alistname {
    max-width: 145px;
}
}
@media screen and (max-width: 900px) {
.arrowlistcenter figcaption span.alistname {
    max-width: none;
}
}
@media screen and (max-width: 767px) {
    .arrowlistcenter p {
        margin-bottom: 3rem;
    }
}

.ttl_roboto {
    text-align: center;
}
.ttl_roboto h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2.5rem; 
    margin-bottom: 5px;
}
.ttl_roboto h4 {
    font-weight: bold;
    margin-bottom: 60px;
    margin: 0;
}


.ttl_slash{
    position: relative;
    text-align: center;
}
.ttl_slash h3{
    display: inline-block;
    position: relative;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2;
}
.ttl_slash h3::before, .ttl_slash h3::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 4px;
    background-color: #282828;
}
.ttl_slash h3::before {
    left: -30%;
    transform: rotate(45deg);
}
.ttl_slash h3::after {
    right: -30%;
    transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
.ttl_slash h3 {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 767px) {
    .ttl_slash h3 {
        font-size: 1.4rem;
        width: 70%;
    }
    .ttl_slash h3::before, .ttl_slash h3::after {
        width: 40px;
        height: 2px;
    }
    .ttl_slash h3::before {
        left: -20%;
        transform: rotate(60deg);
    }
    .ttl_slash h3::after {
        right: -20%;
        transform: rotate(-60deg);
    }
}


.ttl_pointcircle {
    position: relative;
    margin-bottom: 40px;
}
.ttl_pointcircle::before {
    content: "";
    display: inline-block;
    width: 30rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/ttl_pointcircle.svg);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
}
.ttl_pointcircle h3 {
    font-family: 'Roboto';
    font-weight: 900;
    position: relative;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.5;
}
.ttl_pointcircle h3 span {
    width: 15%;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 3.75rem;
}
.ttl_pointcircle h3::after {
    content: "POINT";
    position: absolute;
    top: 0;
    font-weight: 900;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
}
.ttl_pointcircle p {
    line-height: 1.75;
}
.ttl_bgtxt {
    text-align: center;
}
.ttl_bgtxt h3 {
    font-size: 7.5rem;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    color: #fff;
}
.ttl_bgtxt h4 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: -75px;
}

@media screen and (max-width: 767px) {
    .flex_txt p {
        line-height: 2.5;
    }
    .ttl_pointcircle::before {
        top: -30%;
        max-width: 100%;
    }
    .ttl_pointcircle h3 {
        font-size: 1.6rem;
    }
    .ttl_bgtxt h3 {
        font-size: 5rem;
        margin: 1rem 0;
    }
}
/* +++++++++++++++++++++++++　.lower.about */

.about #aboutpechaplin {
    padding-bottom: 200px;
}
.about #aboutpechaplin .flex_txt {
    padding-left: 10%;
}
.about #aboutpechaplin .flex_txt h3 {
    margin: 200px 0 80px;
}
.about #artist {
    padding: 210px 0;
}
.about #artist .artistlist {
    margin-bottom: 210px;
}
.about #artist .artistlist h3 {
    width: 10%;
}
.about #artist .artistlist h3 img {
    max-height: 530px;
}
.about #artist .artistlist .flexw-cc {
    width: 88%;
}
.about #artist .artistlist .flexw-cc figure {
    width: 25%;
}
.about #artist .artistlist figure img {
    border: 2px solid #282828;
    border-radius: 50%;
    width: 82%;
    margin: 0 auto;
    display: block;
}
.about #artist .artistlist a:hover figcaption .fa-arrow-right {
    right: -0.5rem;
}
.about #artist .artistlistunder {
    background: url(../images/common/bg_gray.png) repeat-x top;
    padding: 150px;
}

.about #artist .artistlistunder .fl2 .flex_txt{
    width: 60%;
}
.about #artist .video {
    width: 40%;
}
.about #artist .video video {
    width: 100%;
}


@media screen and (max-width: 1000px) {
    .about #aboutpechaplin .flex {
        display: block;
    }
    .about #aboutpechaplin .fl2 > * {
        width: 100%;
    }
    .about #aboutpechaplin .flex_txt {
        padding-left: 0;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .about #aboutpechaplin {
        padding-bottom: 16rem;
    }
    .about #aboutpechaplin .flex_txt h3 {
        margin: 3rem 0;
        font-size: 2.2rem;
    }
    .about #artist {
        padding: 7rem 0;
    } 
    .about #artist .artistlist {
        margin-bottom: 7rem;
    }
    .about #artist .artistlist .flex_img {
        align-items: flex-start;
    }
    .about #artist .artistlist h3 {
        width: 18%;
        margin: 0;
    }
    .about #artist .artistlist .flexw-cc {
        width: 70%;
    }
    .about #artist .artistlist .flex_img figure {
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .about #artist .artistlistunder {
        padding: 7rem 0;
    }
    .about #artist .artistlistunder .fl2 .flex_txt {
    width: 100%;
    }
    .about #artist .video {
        width: 100%;
    }
}
/* +++++++++++++++++++++++++　.lower.artist */


.artist.index #artist {
    padding: 5px 0;
}
.artist.index #artist .artistlist {
    margin-bottom: 300px;
}
.artist.index #artist .artistlist h3 {
    width: 10%;
}
.artist.index #artist .artistlist h3 img {
    max-height: 530px;
}
.artist.index #artist .artistlist .flexw-cc {
    width: 100%;
}
.artist.index #artist .artistlist figure {
    margin-bottom: 30px;
    width: 25%;
}
.artist.index #artist .artistlist figure img {
    border: 2px solid #282828;
    border-radius: 50%;
    width: 82%;
    margin: 0 auto;
    display: block;
}
.artist.index #artist .artistlist a:hover figcaption .fa-arrow-right {
    right: -0.5rem;
}



.artist #artistHead img {
    border-radius: 30px;
}
.artist #illustrator {
    padding: 160px 0 320px;
}
.artist #illustrator h3 {
    width: 18%;
}
.artist #illustrator .illustratorCon {
    width: 82%;
}
.artist #illustrator .illustratorCon .flexw {
    margin-bottom: 100px;
}
.artist #illustrator .illustratorCon .flex_txt {
    padding: 0 30px;
}
.artist #illustrator .illustratorCon .flex_txt h4 {
    font-weight: 900;
    margin-bottom: 30px;
}
.artist #illustrator .illustratorCon .flex_txt h4 span {
    font-size: 1.875rem;
    padding-left: 30px;
}
.artist #lineup {
	padding: 200px 0;
}
.artist #lineup .ttl_roboto {
    margin-bottom: 60px;
}

.artist .lineuplist .flex_img {
    max-width: 1040px;
    margin: 0 auto;
}
.artist .lineuplist .flex_img figure {
    margin-bottom: 50px;
    width: 31%;
    margin-right: 3.5%;
}
.artist .lineuplist .flex_img figure:nth-child(3n) {
    margin-right: 0;
}
.artist .lineuplist.arrowlist figcaption {
    text-align: left;
    padding: 10px 0 13px 25px;
    max-width: 300px;
}
.artist .lineuplist.arrowlist figcaption .fa-arrow-right {
    position: absolute;
    top: 15px;
}
.artist .lineuplist .btn_wrap .btn {
    margin: 0 auto;
    display: block;
}
.artist #profile {
    background: url(../images/common/bg_gray.png) repeat top;
    padding: 150px 0;
}
.artist #profile .wrapLower {
    position: relative;
}
.artist #profile .ttl_roboto {
    margin-bottom: 96px;
}
.artist #profile .flex_img .profileImg {
    border-radius: 10px;
    margin-bottom: 35px;
}
.artist #profile .flex_txt {
    padding: 0 30px;
}
.artist #profile .flex_txt h6 {
    font-weight: 900;
    margin-bottom: 76px;
}
.artist #profile .flex_txt h6 span {
    font-size: 1.875rem;
    padding-left: 30px;
}
.artist .profileImgunder {
    border: 1px solid #707070;
    max-width: 557px;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.875rem;
}
.artist #profile dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
}
.artist #profile dl:last-child {
    margin-bottom: 0;
}
.artist #profile dt {
    width: 18%;
}
.artist #profile dd {
    width: 75%;
}
.artist #profile img.illustration {
    position: absolute;
    bottom: -320px;
    right: 0;
    display: block;
}
.artist #profile img.illustration {
    mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
    .artist #illustrator .illustratorCon .flexw {
        margin-bottom: 1rem;
    }
    .artist #profile {
        padding: 1rem 0 10rem;
    }
    .artist #profile .flex_img .profileImg {
        width: 100%;
    }
    .artist .profileImgunder {
        padding: 1rem 1rem;
        width: 100%;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .artist .profileImgunder img {
        width: 26%;
        margin: 0 auto 2rem;
    }
    .artist .profileImgunder.fl2-8 .flexr {
        width: 60%;
    }
    .artist #profile dl {
        padding-left: 0;
    }
    .artist #profile dt {
        width: 100%;
        margin-bottom: 0.1rem;
    }
    .artist #profile dd {
        width: 100%;
        margin-left: 0;
    }
    .artist #profile img.illustration {
        bottom: -18rem;
        max-width: 380px;
        max-height: 350px;
        right: 1vw;
    }
    .artist.kawashima #profile img.illustration {
        bottom: -22rem;
    }

}

@media screen and (max-width: 900px) {
    .artist #illustrator {
        padding: 60px 0 270px;
    }
    .artist #illustrator .illustratorCon .flexw {
        margin-bottom: 0;
    }
    .artist #illustrator .illustratorCon .flex_txt h4 span {
        padding-left: 0;
        display: block;
    }
    .artist #lineup {
        padding: 100px 0;
    }
    .artist #lineup .lineuplist .flex_img figure {
        width: 49%;
        margin: 0;
    }
    .artist .lineuplist.arrowlist figcaption {
    padding-left: 0.5rem;
    font-size: .8rem;
}
    .artist #profile {
        padding: 100px 0 125px;
    }
    .artist #profile .flex_txt h6 span {
        padding-left: 0;
        display: block;
    }
}



@media screen and (max-width: 767px) {

    
.artist.index #artist .artistlist figure {
    margin-bottom: 30px;
    width: 50%;
}
    .artist #illustrator {
        padding: 1rem 0 17rem;
    }
    .artist #illustrator .illustratorCon .flexw .flex_img {
        margin-bottom: 1rem;
        padding: 0 1.5rem;
    }
    .artist #lineup {
        padding: 3rem 0 5rem;
    }
    .artist .lineuplist .flex_img figure {
        max-width: 280px;
        margin: 0 auto 2rem;
    }
    .artist #profile {
        padding: 1rem 0 25rem;
    }
    .artist #profile .ttl_roboto {
        margin-bottom: 3rem;
    }
    .artist #profile .flex_txt h6 {
        margin: 3rem 0;
    }
    .artist #profile img.illustration {
        bottom: -25rem;
    }
    .artist.kawashima #profile img.illustration {
        bottom: -25rem;
    }
    .artist .profileImgunder img {
    width: 60%;
    margin: 0 auto 1rem;
}
.artist .profileImgunder.fl2-8 .flexr {
    width: 100%;
}

}

/* +++++++++++++++++++++++++　.lower.lineup */

/* +++++++++++++++++++++++++　.lower.lineup.index */

.lineup .lineuplist .flex_img {
    margin: 0 auto;
}
.lineup .lineuplist .flex_img figure {
    margin-bottom: 50px;
}
.lineup .lineuplist .flex_img figure:nth-child(4n) {
    margin-right: 0;
}
.lineup .lineuplist.arrowlist figcaption {
    text-align: left;
    padding: 10px 0 13px 25px;
    max-width: 300px;
}
.lineup .lineuplist.arrowlist figcaption .fa-arrow-right {
    position: absolute;
    top: 20px;
}
.lineup .lineuplist .btn_wrap .btn {
    margin: 0 auto;
    display: block;
}





/* +++++++++++++++++++++++++　.lower.lineup下層 */
.lineup #lineupHead h3 {
    font-size: 1.875rem;
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 1.6;
}

.lineup #lineupHead img {
    border-radius: 30px;
}

.lineup #epi {
    padding: 150px 0;
}
.lineup #epi .flex_txt h3 {
    font-size: 2.25rem;
    margin-bottom: 90px;
    line-height: 2;
    font-weight: 700;
}
.lineup #epi .flex_txt {
    max-width: 670px;
}
.lineup #epi .flex_txt .btn_wrap {
    margin: 0 0 135px;
    display: flex;
    justify-content: space-between;
    max-width: 460px;
}
.lineup #choice .imgBorder img,
.lineup #option .imgBorder img {
    border-radius: 10px;
}
@media screen and (max-width: 1000px) {
    .lineup #epi .flex_txt {
        max-width: none;
    }
    .lineup #epi .flex_txt .btn_wrap {
    margin: 0 auto 135px;
}
    .lineup #epi .fl6-4 .flexl,
    .lineup #epi .fl6-4 .flexr {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lineup #epi {
        padding: 1rem 0 7rem;
    }
    .lineup #epi .flex_txt h3 {
        margin: 2rem 0;
        font-size: 1.4rem;
    }
    
.lineup #epi .flex_txt .btn_wrap .btn {
    width: 160px;
}
  }
.lineup #example {
    margin: 0 0 250px;
}
.lineup #example .exampleBg {
    background-color: #f2f2f2;
    padding: 70px 0 25px;
}
.lineup #example .flexw-cc {
    width: 100%;
    padding: 30px 0;
    align-items: flex-start;
}
.lineup #example .flexw-cc figure {
    width: 22%;
    text-align: center;
    padding: 10px;
}
.lineup #example .flexw-cc figure figcaption {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .lineup #example {
        margin: 0 0 7rem;
    }
    .lineup #example .exampleBg {
        padding: 2rem 0 1rem;
    }
    .lineup #example .flexw-cc {
        padding: 0 0 4rem;
        align-items: flex-start;
    }
    .lineup #example .flexw-cc figure {
        width: 47%;
    }
}
.lineup #choice {
    text-align: center;
    line-height: 2.25;
}
.lineup #choice .choicelist {
    padding: 100px 0 220px;
}
.lineup #choice .choicelist figure {
    margin-bottom: 30px;
    width: 17%;
    margin-right: 3.75%;
}
.lineup #choice .choicelist figure:nth-child(5n) {
    margin-right: 0;
}
.lineup #choice .choicelist figure figcaption {
    line-height: 1.75;
}
@media screen and (max-width: 900px) {
    .lineup #choice .choicelist .fl5 figure {
        width: 33%;
        margin-right: 0.5%;
    }
    .lineup #choice .choicelist .fl5 > figure:nth-child(3n)  {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .lineup #choice .choicelist {
        padding: 1rem 0 5rem;
    }
    .lineup #choice .choicelist .flexw {
        justify-content: space-between;
    }
    .lineup #choice .choicelist .flexw-c {
        justify-content: space-between;
    }
    .lineup #choice .choicelist .fl5 figure {
        width: 48%;
    }
    .lineup #choice .choicelist figure figcaption {
        font-size: .9rem;
        margin-top: .5rem;
    }
    .lineup #choice .choicelist figure .btn_wrap .btn {
        width: 150px;
    }
}
.lineup #option, .lineup #move, .lineup .shop {
    text-align: center;
    padding: 0 0 100px;
    line-height: 2.25;
}
.lineup .shop .ttl_slash {
    margin-top: 90px;
}
.lineup .optionlist {
    padding: 100px 0;
}
.lineup .optionlist figure {
    margin-bottom: 75px;
}
.lineup .optionlist figcaption {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
}
.lineup .optionlist figcaption {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
}

.lineup .optionlist .flexw-cc figure {
    text-align: center;
    width: 31%;
    margin-right: 3.5%;
}
.lineup .optionlist .flexw-cc figure:nth-child(3n) {
    margin-right: 0;
}



.lineup .optionlist .gifwrap .imggifBorder {
    border: 2px solid #282828;
    border-radius: 30px;
    width: 100%;
    padding: 10px;
    background: #F2F2F2;
    min-height: 370px;
    position: relative;
}
.lineup .optionlist .gifwrap .imggifBorder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lineup .optionlist .gifwrap h4 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
}


@media screen and (max-width: 900px) {
    .lineup .optionlist {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 767px) {
    .lineup .optionlist .flexw-cc figure {
        margin-bottom: 2rem;
        width: 100%;
        margin-right: 0;
    }
    
}





.lineup #custom {
    text-align: center;
    padding: 0 0 340px;
}
.lineup #custom .customlist {
    padding: 100px 0 0;
}
.lineup #custom .customitem {
    border: 2px solid;
    border-radius: 10px;
    padding: 70px 70px;
}
.lineup #custom h4 {
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 60px;
}
.lineup #custom ul {
    text-align: left;
    margin: 0;
    line-height: 2;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0;
}
.lineup #custom ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 485px;
    margin: 0 auto;
}
.lineup #custom ul.list li {
    margin-right: 2rem;
}
.lineup #custom ul.list li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 900px) {
    .lineup #custom .flexw-b {
        display: block;
    }
    .lineup #custom .flexw-b .customitem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        padding: 1.5rem;
    }
    .lineup #custom h4 {
        font-size: 1.5rem;
        margin: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .lineup #custom {
    text-align: center;
    padding: 0 0 5rem;
}
.lineup #custom .customlist {
    padding: 2rem 0 0;
}
    .lineup #custom ul.list {
        display: block;
    }
.lineup #custom ul.list li {
    margin-left: 4rem;
}
}

.lineup #sounds {
    margin-top: 130px;
}
.lineup #sounds .lineup #sounds .ttl_slash h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.lineup #sounds .ttl_slash h3::before, .lineup #sounds .ttl_slash h3::after {
    width: 30px;
    height: 1px;
}
.lineup #sounds p {
    font-size: 0.875rem;
}
.lineup #sounds .btn_wrap {
    margin: 30px auto;
    max-width: 650px;
}

@media screen and (max-width: 767px) {
    .lineup #sounds {
        margin-top: 3rem;
    }
}

.lineup #move {
    text-align: center;
    padding: 0 0 270px;
}
.lineup #gallery {
    background-color: #f2f2f2;
    padding: 130px 0 300px;
}
.lineup #gallery .lineupslider.slick-slider {
    padding: 160px 0 240px;
}
.lineup #gallery .slick-slide img {
    width: 95%;
}
.lineup #gallery .voice {
    padding: 160px 0 0;
    border-top: 1px solid;
}
.lineup #gallery .voice .ttl_roboto {
    width: 25%;
    text-align: left;
}
.lineup #gallery .voice .arrowlist {
    width: 75%;
    align-items: flex-start;
}
.lineup #gallery .voice .arrowlist figure {
    width: 32%;
    text-align: center;
}
.lineup #gallery .voice .arrowlist figure img {
    border: 2px solid #282828;
    border-radius: 50%;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.lineup #gallery .voice .arrowlist figcaption {
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
}
.lineup #gallery .voice .arrowlist a figcaption .fa-arrow-right {
    right: -1.5rem;
    background: #fff;
}
.lineup #gallery .voice .arrowlist a:hover figcaption .fa-arrow-right {
    right: -2.5rem;
}





@media screen and (max-width: 1000px) {
    .lineup #gallery .voice .ttl_roboto {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
.lineup #gallery .voice .arrowlist {
    width: 100%;
    justify-content: center;
}
}

@media screen and (max-width: 767px) {
    .lineup #gallery {
        padding: 6rem 0 15rem;
    }
    .lineup #gallery .lineupslider.slick-slider {
        padding: 1rem 0 5rem;
    }
    .lineup #gallery .voice {
        padding: 1rem 0;
    }
    .lineup #gallery .voice .arrowlist figure {
        width: 90%;
        margin-bottom: 2rem;
    }

}

.lineup #flow {
    padding: 220px 0 110px;
}
.lineup #flow ul.flowlist {
    counter-reset: number;
    padding: 0;
    margin-top: 130px;
}

.lineup #flow .flowlist li {
    position: relative;
    border: 2px solid;
    text-align: center;
    border-radius: 30px;
    background-color: #F2F2F2;
    padding: 2em 2em 2em;
}

.lineup #flow .flowlist li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: 50%;
    top: -35px;
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    background-size: contain;
    padding: 7px 0;
    font-size: 2.125rem;
    font-weight: bold;
    border: 2px solid;
    transform: translateX(-50%);
    color: #282828;
}
.lineup #flow .flowlist li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 45px;
}
.lineup #flow .flowlist li figure img {
    margin-bottom: 30px;
}
.lineup #flow .flowlist li figure figcaption {
    text-align: left;
}
.lineup #flow .flowlist li .btn_wrap {
    margin-bottom: 0;
}
.lineup #flow .flowlist li .btn_wrap .btn {
    width: 100%;
    padding: 0 0.5rem 0 0;
}
.lineup #flow .flowlist li small {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
    font-size: 0.7rem;
}

@media screen and (max-width: 1000px) {
    .lineup #flow .flowlist li {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .lineup #flow {
        padding: 1rem 0 7rem;
    }
    .lineup #flow ul.flowlist {
        padding: 0;
        margin-top: 6rem;
    }
    .lineup #flow .flowlist li {
        width: 90%;
        margin: 0 auto 4.5rem;
        padding: 0 1.5rem 3rem;
    }
    .lineup #flow .flowlist li:nth-child(2n) {
        margin-right: auto;
    }
    .lineup #flow .flowlist li:last-child {
        margin-bottom: 0;
        margin-right: auto;
    }
}


.sound-btn {
    padding: 10px 15px;
    margin: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .sound-btn.active {
    background-color: #007bff;
    color: white;
  }



/* +++++++++++++++++++++++++　.lower.aboutorder */

.aboutorder .pagelink {
    max-width: 720px;
    margin: 0 auto;
}
.aboutorder .pagelink .btn_wrap {
    margin: 0 6.5% 12rem 0;
    width: 29%;
    text-align: center;
}
.aboutorder .pagelink .btn_wrap:last-child {
    margin-right: 0;
}
.aboutorder .pagelink .btn_wrap .btn {
    background: #fff;
    color: #282828;
    border: 1px solid;
}


  @media screen and (max-width: 767px) {

    .aboutorder .pagelink .btn_wrap {
    margin: 0 0 2rem;
    width: 100%;
    text-align: center;
}
.aboutorder .pagelink .btn_wrap .btn {
    width: 80%;
}
  }




  .aboutorder #flow .stepwrap {
    max-width: 1160px;
    margin: 75px auto 0;
}
  .aboutorder #flow ul.step  {
    padding: 0;
}
  .aboutorder #flow .step li {
    padding: 2.25rem 0;
    border-bottom: 1px solid;
}
  .aboutorder #flow .step li:first-child {
    border-top: 1px solid;
}
.aboutorder #flow .step h4 {
    font-weight: 900;
    font-size: 2.25rem;
    width: 20%;
    font-family: 'Roboto', sans-serif;
}
  .aboutorder #flow .step h4 + div {
    width: 80%;
  }
  .aboutorder #flow .step h4 + div .btn_wrap {
    margin: 0;
    }
    
  .aboutorder #flow .step p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .aboutorder #flow .step p span {
    font-size: 0.925rem;
    margin-left: 1rem;
    font-weight: 400;
    }
  @media screen and (max-width: 767px) {


    .aboutorder #flow .step h4 {
    width: 100%;
    text-align: center;
    margin: 0;
}
.aboutorder #flow .step h4 + div {
    width: 100%;
    text-align: center;
    display: block;
}
.aboutorder #flow .step h4 + div .btn_wrap {
    width: 100%;
    margin-top: .8rem;
}
.aboutorder #flow .step p span {
    margin-left: 0;
    display: block;
}
  }



  .aboutorder .order {
        padding: 150px 0 380px;
  }
  .aboutorder .order .ttl_slash {
    margin-bottom: 27px;
  }
  .aboutorder .order .wrap {
    background: url(../images/index/btn_order01_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .aboutorder .order .order_ttl {
    font-size: 2.625rem;
    line-height: 1.1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .aboutorder .order .order_ttl .ja {
    display: block;
    font-size: 1rem;
    font-weight: bold;
  }
  .aboutorder .order .btn_wrap {
    text-align: center;
    margin: 10px auto;
  }
  .aboutorder .order .btn_wrap .btn {
    background-color: #fff;
    color: #282828;
    width: 220px;
  }
  @media screen and (max-width: 767px) {
.aboutorder .order {
    padding: 2rem 0 22rem;
    max-width: 350px;
    margin: 0 auto;
}
.aboutorder .order .wrap {
    background-image: url(../images/index/btn_order01_sp.png);
    padding: 1.5rem 0 1.5rem;
    background-size: cover;
}

  .aboutorder .order .ttl_slash {
    margin-bottom: 0;
}
.aboutorder .order .ttl_slash h3 {
    font-size: 1.2rem;
}
.aboutorder .order .order_ttl {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}
    .aboutorder .order .order_ttl .ja {
      font-size: 0.875rem;
    }
    .aboutorder .order .btn_wrap {
    margin: 10px auto 14px;
}
    .aboutorder .order .btn_wrap .btn {
    font-size: 0.875rem;
    height: 45px;
    line-height: 45px;
}
  }


.aboutorder #size {
    padding: 200px 0 0;
}
.aboutorder #size .ttl_roboto {
    margin-bottom: 130px;
}
.aboutorder #size h5 {
    font-size: 2.25rem;
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 80px;
    line-height: 2.5;
}
.aboutorder #size .sizeitemwrap {
    margin-bottom: 100px;
}
.aboutorder #size .sizeitem {
    border-bottom: 1px dashed;
    padding: 120px 0;
}
.aboutorder #size .sizeitemwrap div.sizeitem:first-of-type {
    padding-top: 0;
}

.aboutorder #size .sizeitemwrap div.sizeitem:last-child{
    border-bottom: none;
}
.aboutorder #size .sizeitem .flex_txt.flexl {
    max-width: 560px;
}
.aboutorder #size .sizeitem h6 {
    font-size: 1.25rem;
    border: 1px solid;
    display: inline-block;
    padding: 14px 70px;
    margin-bottom: 40px;
    font-weight: 700;
}
.aboutorder #size .sizeitem .flex_img.flexr img {
    border: 1px solid #707070;
}
.aboutorder #size figcaption {
    font-weight: 700;
    margin-top: 10px;
}
.aboutorder #size .flexw.fl4 figure {
    margin-top: 60px;
}

  @media screen and (max-width: 767px) {




    .aboutorder #size {
    padding: 6rem 0 0;
}
.aboutorder #size .ttl_roboto {
    margin-bottom: 5rem;
}
.aboutorder #size h5 {
    font-size: 1.6rem;
    margin-bottom: 5rem;
    line-height: 1.5;
    padding-bottom: 10px;
}
.aboutorder #size .sizeitemwrap {
    margin-bottom: 4rem;
}
.aboutorder #size .sizeitem {
    border-bottom: 1px dashed;
    padding: 6rem 0;
}
    .aboutorder #size .sizeitem h6 {
        font-size: 1.3rem;
        display: block;
        padding: .8rem;
        text-align: center;
    }
        .aboutorder #size .sizeitem .fl6-4.mb40 {
    margin-bottom: 0;
}
.aboutorder #size .flexw.fl4 figure {
    margin-top: 3rem;
}

  }



.aboutorder #photo {
    padding: 200px 0 140px;
    background-color: #f2f2f2;
}
.aboutorder #photo .ttl_roboto {
}
.aboutorder #photo h5 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.aboutorder #photo .photoitem {
    border-bottom: 1px dashed;
    padding: 90px 0;
}
.aboutorder #photo .photoitem:last-child {
    border-bottom: none;
}
.aboutorder #photo .flexw figure img {
    border: 1px solid #707070;
}
.aboutorder #photo .flexw figure figcaption {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
.aboutorder #photo ol {
    background-color: #fff;
    padding: 35px 80px;
    margin: 90px 0 40px;
    list-style: decimal;
}
.aboutorder #photo ol li {
    font-weight: 700;
    line-height: 2.25;
}
.aboutorder #photo ol li span {
    color: #FF0000;
}
.aboutorder #photo dl {
    background: #282828;
    color: #fff;
    margin: 0;
    padding: 35px 80px;
}
.aboutorder #photo dt {
    padding: 8px 20px;
    border: 1px solid;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.aboutorder #photo dd {
    margin: 0;
    line-height: 1.5;
}



  @media screen and (max-width: 767px) {

.aboutorder #photo {
    padding: 6rem 0 10rem;
}
.aboutorder #photo h5 {
    font-size: 1.6rem;
}
.aboutorder #photo .photoitem {
    padding: 2rem 0 4rem;
}
.aboutorder #photo .photoitem figure {
    margin-bottom: 2rem;
}
.aboutorder #photo .photoitem figure img {
    width: 100%;
}
.aboutorder #photo ol {
    padding: 4rem 3rem;
    margin: 2rem 0;
}
.aboutorder #photo dl {
    padding: 3rem;
}
  }


/* +++++++++++++++++++++++++　投稿ページネーション */
.paginationwrap {
    margin: 8rem 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.pagination ul li {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination ul li:hover:not(.current):not(.prev):not(.next) {
  border-radius: 50%;
  background: #eee;
}
.pagination a {
  display: inline-block;
  float: none;
  margin: 0;
  background: none;
  padding: 0;
  color: initial;
  padding: 20px;
}
.pagination a:hover {
  opacity: 1;
  background: transparent;
}
.pagination .current {
  background: #999999;
  color: #fff;
}

.pagination li.next, .pagination li.prev {
  background: #000;
  color: #fff;
  width: 85px;
  height: 38px;
  border-radius: 30px;
}
.pagination li.next a, .pagination li.prev a {
  color: #fff;
  position: relative;
}
.pagination li.prev a {
  padding: 20px 15px 20px 30px;
}
.pagination li.prev a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 13px;
  height: 2px;
  background: #fff;
  transition: background .3s ease, transform .3s ease, left .3s ease;
}
.pagination li.prev a::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.5px;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-315deg);
  transition: background .3s ease, transform .3s ease, left .3s ease;
}
.pagination li.prev a:hover::before {
  left: 6px;
  width: 20px;
}
.pagination li.prev a:hover::after {
  left: 6px;
}

.pagination li.next a {
  padding: 20px 30px 20px 15px;
}
.pagination li.next a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 13px;
  height: 2px;
  background: #fff;
  transition: background .3s ease, transform .3s ease, right .3s ease;
}
.pagination li.next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.5px;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  transition: background .3s ease, transform .3s ease, right .3s ease;
}
.pagination li.next a:hover::before {
  right: 6px;
  width: 20px;
}
.pagination li.next a:hover::after {
  right: 6px;
}
p.page-numbers {
  text-align: center;
}
  
  @media screen and (max-width: 767px) {
.pagination ul li {
  width: 2rem;
  height: 2rem;
}
.pagination li.next a, .pagination li.prev a {
  font-size: .8rem;
}
.pagination li.next a {
  padding: 20px 20px 20px 5px;
}
.pagination li.next a::before {
  right: 7px;
}
.pagination li.next a::after {
  right: 7px;
}
.pagination li.next a:hover::before {
  right: 1px;
  width: 18px;
}
.pagination li.next a:hover::after {
  right: 1px;
}
.pagination li.prev a {
  padding: 20px 5px 20px 20px;
}
.pagination li.prev a::before {
  left: 7px;
}
.pagination li.prev a::after {
  left: 7px;
}
.pagination li.prev a:hover::before {
  left: 1px;
  width: 18px;
}
.pagination li.prev a:hover::after {
  left: 1px;
}
  }



        .c-selector, .c-selector-2 {
            margin-bottom: 20px;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        
        .c-selector__label, .c-selector-2__label {
            display: inline-block;
            margin-right: 15px;
            margin-bottom: 5px;
            cursor: pointer;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background: #f9f9f9;
        }
        
        .c-selector__label:hover, .c-selector-2__label:hover {
            background: #e9e9e9;
        }
        
        .c-selector__input:checked + .c-selector__txt,
        .c-selector-2__input:checked + .c-selector-2__txt {
            background: #007cba;
            color: white;
            font-weight: bold;
        }
        
        .c-selector__input, .c-selector-2__input {
            margin-right: 5px;
        }
        
        .c-list {
            list-style: none;
            padding: 0;
        }
        
        .c-list__item {
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #ddd;
            border-radius: 3px;
            background: #f9f9f9;
        }
        
        .is-hide {
            display: none;
        }
        
        h3 {
            color: #333;
            margin-bottom: 10px;
        }
