@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.clearfix {
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block;
}

/* end MacIE5 */


.clear {
    clear: both;
}

.c-back--white {
    background: #FFF;
}

.c-back--grey {
    background: #f6f6f6;
}

.c-back--grey2 {
    background: #f7f7f7;
}

.c-sectionFrame {
    padding-top: 60px;
    margin-top: 26px;
    padding-bottom: 70px;
}

@media screen and (max-width: 640px) {
    .c-sectionFrame {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


.c-headTitle {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
    .c-headTitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.c-headTitle2 {
    font-family: 'Abel', sans-serif;
    font-size: 36px;
    line-height: 1;
    padding: 0 60px;
    margin-bottom: 11px;
}

.c-headTitle2 span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.c-headTitle2 span:before,
.c-headTitle2 span:after {
    content: '';
    display: block;
    height: 1px;
    width: 58px;
    background: #000;
    position: absolute;
    top: 50%;
}

.c-headTitle2 span:before {
    left: -60px;
}

.c-headTitle2 span:after {
    right: -60px;
}

.c-headSubTitle2 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
    .c-headTitle2 {
        font-size: 20px;
        line-height: 1;
        padding: 0 30px;
        margin-bottom: 7px;
    }

    .c-headTitle2 span {
        padding: 0 10px;
    }

    .c-headTitle2 span:before,
    .c-headTitle2 span:after {
        width: 29px;
    }

    .c-headTitle2 span:before {
        left: -30px;
    }

    .c-headTitle2 span:after {
        right: -30px;
    }

    .c-headSubTitle2 {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}


.c-txt {
    font-size: 18px;
    line-height: 2;
}

.c-txt2 {
    font-size: 16px;
    line-height: 2.25;
}

@media screen and (max-width: 640px) {
    .c-txt {
        font-size: 14px;
        line-height: 1.85;
    }

    .c-txt2 {
        font-size: 14px;
        line-height: 1.85;
    }
}

a.c-moreBtn {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 14px 30px;
    letter-spacing: 1px;
}


a.c-btn {
    background: #000;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

a.c-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.p-topMain {}

#main-video {
    width: 100%;
    height: auto;
}

.p-topIntro {
    padding: 75px 0 70px 0;
}

@media screen and (max-width: 640px) {
    .p-topIntro {
        padding: 45px 0 40px 0;
    }
}



.p-topLineUp {
    padding-left: 80px;
    padding-right: 80px;
}

.p-topLineUp .l-inner:first-child {
    max-width: 1132px;
    padding: 0;
}

.p-topLineUpList {
    margin-bottom: 20px;
}

.p-topLineUpList-text {
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.5;
    padding-left: 15px;
}

.p-topLineUpList__item {}

.p-topLineUpList__photo,
.p-topLineUpList__name,
.p-topLineUpList__btn {
    margin: 0 16px;
    background: #FFF;
}

.p-topLineUpList__photo img {
    margin: 0 auto;
}

.p-topLineUpList__name {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 2px;
}

.p-topLineUpList__btn {
    padding: 0 10px 17px 10px;
}

.p-topLineUpList__btn a {
    display: block;
    background: rgb(230, 36, 136);
    background: -moz-linear-gradient(top, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 5px;
}

.p-topLineUpList__btn a + a {
    margin-top: 10px;
}

.p-topLineUpList .slick-prev,
.p-topLineUpList .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 250px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/common/back-parts01.png.png);
}

.p-topLineUpList .slick-prev {
    left: -70px;
    border-radius: 10px 0 0 10px;
}

.p-topLineUpList .slick-next {
    right: -70px;
    border-radius: 0 10px 10px 0;
}

.p-topLineUpList .slick-prev::before,
.p-topLineUpList .slick-next::before {
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.p-topLineUpList .slick-prev::before {
    content: '';
    background: url(../images/common/icon-arrow01-l.png) no-repeat center center;
}

.p-topLineUpList .slick-next::before {
    content: '';
    background: url(../images/common/icon-arrow01-r.png) no-repeat center center;
}



@media screen and (max-width: 640px) {
    .p-topLineUp {
        padding-left: 0px;
        padding-right: 0px;
    }

    .p-topLineUp .l-inner:first-child {
        max-width: 1132px;
    }

    .p-topLineUpList {
        margin-bottom: 20px;
    }

    .p-topLineUpList-text {
        margin-bottom: 40px;
        font-size: 12px;
    }

    .p-topLineUpList__item {}

    .p-topLineUpList__photo,
    .p-topLineUpList__name,
    .p-topLineUpList__btn {
        margin: 0 5px;
        background: #FFF;
    }

    .p-topLineUpList__name {
        font-size: 14px;
        text-align: center;
        padding: 5px 2px 10px 2px;
    }

    .p-topLineUpList__btn {
        padding: 0 10px 17px 10px;
    }

    .p-topLineUpList__btn a {
        font-size: 12px;
        line-height: 1.3;
        padding: 7px 10px;
        border-radius: 5px;
    }

    .p-topLineUpList__btn a + a {
        margin-top: 10px;
    }

    .p-topLineUpList .slick-prev,
    .p-topLineUpList .slick-next {
        width: 30px;
        height: 100px;
        z-index: 1000;
    }

    .p-topLineUpList .slick-prev {
        left: 0px;
        border-radius: 0 5px 5px 0;
    }

    .p-topLineUpList .slick-next {
        right: 0px;
        border-radius: 5px 0 0 5px;
    }

    .p-topLineUpList .slick-prev::before,
    .p-topLineUpList .slick-next::before {
        width: 30px;
        height: 50px;
    }

    .p-topLineUpList .slick-prev::before {
        content: '';
        background: url(../images/common/icon-arrow01-l.png) no-repeat center center;
        background-size: 11px auto;
    }

    .p-topLineUpList .slick-next::before {
        content: '';
        background: url(../images/common/icon-arrow01-r.png) no-repeat center center;
        background-size: 11px auto;
    }
}





.p-topLinks {}

.p-topLinksList {
    padding: 100px 0;
}

.p-topLinksList li {}

.p-topLinksList li + li {
    margin-top: 63px;
}

.p-topLinksList__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.p-topLinksList__headSubTitleOuter {
    width: 50%;
    box-sizing: border-box;
    border-right: #000 1px solid;
    padding: 10px 20px;
}

.p-topLinksList__headSubTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-family: 'Abel', sans-serif;
}

.p-topLinksList__headSubTitle span {
    font-size: 24px;
    line-height: 1;
}

.p-topLinksList__headSubTitle span + span {
    font-size: 60px;
    line-height: 1;
    margin-left: 14px;
}

.p-topLinksList__headTitle {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 20px;
}

.p-topLinksList__photo {
    margin-bottom: 30px;
}

.p-topLinksList__txt {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
    border-bottom: #000 1px solid;
    padding-bottom: 25px;
}

.p-topLinksList__btn {
    text-align: center;
    margin-top: 35px;
}

.p-topLinksList__btn a {
    display: inline-block;
    background: rgb(89, 89, 90);
    background: -moz-linear-gradient(top, rgba(89, 89, 90, 1) 0%, rgba(5, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(89, 89, 90, 1) 0%, rgba(5, 1, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(89, 89, 90, 1) 0%, rgba(5, 1, 1, 1) 100%);
    width: 320px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

.p-topLinksList__btn a i {
    margin-right: 7px;
}

@media screen and (max-width: 640px) {
    .p-topLinks {}

    .p-topLinksList {
        padding: 60px 0;
    }

    .p-topLinksList li {}

    .p-topLinksList li + li {
        margin-top: 63px;
    }

    .p-topLinksList__head {
        margin-bottom: 20px;
    }

    .p-topLinksList__headSubTitleOuter {
        width: 50%;
        padding: 10px 10px;
    }

    .p-topLinksList__headSubTitle {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }

    .p-topLinksList__headSubTitle span {
        font-size: 14px;
        line-height: 1;
    }

    .p-topLinksList__headSubTitle span + span {
        font-size: 28px;
        line-height: 1;
        margin-left: 7px;
    }

    .p-topLinksList__headTitle {
        font-size: 16px;
        line-height: 1.5;
        width: 50%;
        padding: 10px 10px;
    }

    .p-topLinksList__photo {
        margin-bottom: 20px;
    }

    .p-topLinksList__txt {
        font-size: 14px;
        line-height: 1.9;
        padding-bottom: 20px;
    }

    .p-topLinksList__btn {
        margin-top: 25px;
    }

    .p-topLinksList__btn a {
        width: 280px;
        padding: 10px;
        font-size: 14px;
        line-height: 1.3;
    }

    .p-topLinksList__btn a i {
        margin-right: 7px;
    }
}





.p-topShop {}

.p-topShopContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.p-topShopContent__logo {
    width: 250px;
}

.p-topShopContent__logo span {
    display: block;
    background: transparent;
    padding: 27px 0;
}

.p-topShopContent__txtWrap {
    width: calc(100% - 250px);
}

.p-topShopContent__txt {
    text-align: left;
    padding: 0 0 0 38px;
    font-size: 16px;
    line-height: 1.875;
}

.p-topShopListOuter {
    text-align: center;
}

.p-topShopList {
    text-align: left;
    width: 80px;
    margin-right: 21px;
    margin-bottom: 30px;
}

.p-topShopList:last-child {
    margin-right: 0;
}

.p-topShopList dt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: #000 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.p-topShopList dd {
    font-size: 16px;
    line-height: 1.4;
}

.p-topShopList dd + dd {
    margin-top: 8px;
}

.p-topShopList dd a {
    color: #000;
}

@media screen and (max-width: 640px) {
    .p-topShop {}

    .p-topShopContent {
        display: block;
        margin-bottom: 30px;
    }

    .p-topShopContent__logo {
        width: 100%;
        margin-bottom: 15px;
    }

    .p-topShopContent__logo span {
        padding: 20px 0;
    }

    .p-topShopContent__logo span img {
        height: 86px;
        width: auto;
    }

    .p-topShopContent__txtWrap {
        width: 100%;
    }

    .p-topShopContent__txt {
        padding: 0 0 0 0px;
        font-size: 14px;
        line-height: 1.875;
    }

    .p-topShopListOuter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p-topShopList {
        text-align: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 30px;
    }

    .p-topShopList:last-child {
        margin-right: 0;
    }

    .p-topShopList:nth-child(3n) {
        margin-right: 0;
    }

    .p-topShopList dt {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .p-topShopList dd {
        font-size: 14px;
        line-height: 1.4;
    }

    .p-topShopList dd + dd {
        margin-top: 8px;
    }
}


.p-topFaq {}

.p-faqOuter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.p-faqFrame {
    width: 47%;
    margin-left: 6%;
    text-align: left;
    margin-top: 24px;
}

.p-faqFrame:nth-child(1),
.p-faqFrame:nth-child(2) {
    margin-top: 0;
}

.p-faqFrame:nth-child(2n + 1) {
    margin-left: 0;
}

.p-faq__parentTitle {
    font-size: 18px;
    line-height: 1.3;
    background: #f5f4f4;
    padding: 15px 10px 15px 56px;
    position: relative;
    cursor: pointer;
}

.p-faq__parentTitle:before,
.p-faq__parentTitle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}

.p-faq__parentTitle:before {
    height: 14px;
    width: 1px;
    left: 21px;
}

.p-faq__parentTitle:after {
    height: 1px;
    width: 14px;
    left: 14px;
}

.p-faq__parentTitle.is-active:before {
    opacity: 0;
}

.p-faqList {
    display: none;
    background: #f5f4f4;
    border-top: #FFF 2px solid;
    padding: 15px 20px 15px 56px;
}

.p-faqList dt {
    position: relative;
    font-weight: bold;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
}

.p-faqList dd + dt {
    margin-top: 10px;
}

.p-faqList dt:before,
.p-faqList dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}

.p-faqList dt:before {
    height: 14px;
    width: 1px;
    left: -17px;
}

.p-faqList dt:after {
    height: 1px;
    width: 14px;
    left: -24px;
}

.p-faqList dt.is-active:before {
    opacity: 0;
}

.p-faqList dd {
    position: relative;
    display: none;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.75;
}



@media screen and (max-width: 640px) {
    .p-topFaq {}

    .p-faqOuter {
        display: block;
        margin-top: 30px;
    }

    .p-faqFrame {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .p-faqFrame:nth-child(1),
    .p-faqFrame:nth-child(2) {
        margin-top: 20px;
    }

    .p-faqFrame:nth-child(2n + 1) {
        margin-left: 0;
    }

    .p-faq__parentTitle {
        font-size: 16px;
        line-height: 1.3;
        padding: 13px 10px 11px 40px;
    }

    .p-faq__parentTitle:before,
    .p-faq__parentTitle:after {}

    .p-faq__parentTitle:before {
        height: 14px;
        width: 1px;
        left: 21px;
    }

    .p-faq__parentTitle:after {
        height: 1px;
        width: 14px;
        left: 14px;
    }

    .p-faqList {
        padding: 13px 20px 11px 40px;
    }

    .p-faqList dt {
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.4;
    }

    .p-faqList dd + dt {
        margin-top: 10px;
    }

    .p-faqList dt:before,
    .p-faqList dt:after {}

    .p-faqList dt:before {
        height: 14px;
        width: 1px;
        left: -17px;
    }

    .p-faqList dt:after {
        height: 1px;
        width: 14px;
        left: -24px;
    }

    .p-faqList dd {
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 1.75;
        /*	display: none; */

    }

}



.p-topNews {}

.p-topNewsListOuter {
    max-width: 850px;
    background: #FFF;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 45px 70px;
}

.p-topNewsList {}

.p-topNewsList li {}

.p-topNewsList li + li {
    margin-top: 15px;
}

.p-topNewsList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-align: left;
}

.p-topNewsList__date {
    font-size: 14px;
    color: #898989;
    line-height: 1.3;
    padding-top: 1px;
    width: 144px;
}

.p-topNewsList__date i {
    margin-right: 7px;
}

.p-topNewsList__txt {
    font-size: 14px;
    line-height: 1.4;
    width: calc(100% - 144px);
}

.p-topNews__more {
    margin-top: 49px;
}

@media screen and (max-width: 640px) {
    .p-topNews {}

    .p-topNewsListOuter {
        padding: 20px 15px;
    }

    .p-topNewsList {}

    .p-topNewsList li {}

    .p-topNewsList li + li {
        margin-top: 15px;
    }

    .p-topNewsList li a {}

    .p-topNewsList__date {
        font-size: 14px;
        line-height: 1.3;
        padding-top: 1px;
        width: 114px;
    }

    .p-topNewsList__date i {
        margin-right: 7px;
    }

    .p-topNewsList__txt {
        font-size: 14px;
        line-height: 1.5;
        width: calc(100% - 114px);
    }

    .p-topNews__more {
        margin-top: 30px;
    }

}



.p-snsTimeline {
    padding: 60px 0;
}

.p-snsTimeline__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-snsTimeline__item {
    width: 47%;
}

.p-snsTimeline__item + .p-snsTimeline__item {
    margin-left: 6%;
}

@media screen and (max-width: 640px) {
    .p-snsTimeline {
        padding: 40px 0;
    }

    .p-snsTimeline__frame {
        display: block;
    }

    .p-snsTimeline__item {
        width: 100%;
    }

    .p-snsTimeline__item + .p-snsTimeline__item {
        margin-left: 0;
        margin-top: 20px;
    }
}




.p-topMedia {
    padding-left: 50px;
    padding-right: 50px;
}

.p-topMediaList {
    background: #eeeeed;
}

.p-topMediaList li {
    box-sizing: border-box;
    padding: 19px 10px;
    text-align: center;
}

.p-topMediaList li img {
    margin: 0 auto;
}

.p-topMediaList .slick-prev,
.p-topMediaList .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/common/back-parts01.png.png);
}

.p-topMediaList .slick-prev {
    left: -50px;
    border-radius: 10px 0 0 10px;
}

.p-topMediaList .slick-next {
    right: -50px;
    border-radius: 0 10px 10px 0;
}

.p-topMediaList .slick-prev::before,
.p-topMediaList .slick-next::before {
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.p-topMediaList .slick-prev::before {
    content: '';
    background: url(../images/common/icon-arrow01-l.png) no-repeat center center;
}

.p-topMediaList .slick-next::before {
    content: '';
    background: url(../images/common/icon-arrow01-r.png) no-repeat center center;
}

@media screen and (max-width: 640px) {
    .p-topMedia {
        padding-left: 30px;
        padding-right: 30px;
    }

    .p-topMediaList li {
        padding: 15px 10px;
    }

    .p-topMediaList li img {}

    .p-topMediaList .slick-prev,
    .p-topMediaList .slick-next {
        width: 30px;
        height: 100%;
    }

    .p-topMediaList .slick-prev {
        left: -30px;
        border-radius: 10px 0 0 10px;
    }

    .p-topMediaList .slick-next {
        right: -30px;
        border-radius: 0 10px 10px 0;
    }

    .p-topMediaList .slick-prev::before,
    .p-topMediaList .slick-next::before {
        width: 30px;
        height: 50px;
    }

    .p-topMediaList .slick-prev::before {
        content: '';
        background: url(../images/common/icon-arrow01-l.png) no-repeat center center;
        background-size: 11px auto;
    }

    .p-topMediaList .slick-next::before {
        content: '';
        background: url(../images/common/icon-arrow01-r.png) no-repeat center center;
        background-size: 11px auto;
    }

}


.p-pankuzu {
    border-top: #f6f6f6 1px solid;
    padding: 20px 0;
}

.p-pankuzuWrap {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 0 20px;
}

.p-pankuzuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-pankuzuList li {
    font-size: 12px;
    line-height: 1.3;
}

.p-pankuzuList li + li {
    position: relative;
    margin-left: 20px;
    color: #666;
}

.p-pankuzuList li + li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-pankuzuList li a {
    color: #666;
}

@media screen and (max-width: 640px) {
    .p-pankuzu {
        border-top: #f6f6f6 1px solid;
        padding: 15px 0;
    }

    .p-pankuzuWrap {
        padding: 0 15px;
    }

    .p-pankuzuList li {
        font-size: 11px;
        line-height: 1.3;
    }

    .p-pankuzuList li + li {
        margin-left: 15px;
    }

    .p-pankuzuList li + li:before {
        left: -11px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
}




.c-articleList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.c-articleList li {
    width: 32%;
    margin-left: 2%;
}

.c-articleList li:nth-child(3n + 1) {
    margin-left: 0;
}

.c-articleList li:nth-child(n + 4) {
    margin-top: 24px;
}

.c-articleList li a {
    display: block;
    background: #f6f6f6;
    color: #000;
}

.c-articleList__thumb {}

.c-articleList__detail {
    text-align: left;
    padding: 15px 10px;
}

.c-articleList__detailTitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}

.c-articleList__detailTxt {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    .c-articleList {}

    .c-articleList li {
        width: 48%;
        margin-left: 4%;
    }

    .c-articleList li:nth-child(3n + 1) {
        margin-left: 4%;
    }

    .c-articleList li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .c-articleList li:nth-child(n + 4) {
        margin-top: 20px;
    }

    .c-articleList li:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .c-articleList li a {}

    .c-articleList__thumb {}

    .c-articleList__detail {
        padding: 15px 10px;
    }

    .c-articleList__detailTitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .c-articleList__detailTxt {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media screen and (max-width: 480px) {
    .c-articleList {}

    .c-articleList li {
        width: 100%;
        margin-left: 0;
    }

    .c-articleList li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .c-articleList li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .c-articleList li + li {
        margin-top: 20px;
    }

}


.c-recommendArticleList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin: 40px 0 0 0;
}

.c-recommendArticleList li {
    width: 22.7%;
    margin-left: 3.0666%;
}

.c-recommendArticleList li:nth-child(4n + 1) {
    margin-left: 0;
}

.c-recommendArticleList li:nth-child(n + 5) {
    margin-top: 24px;
}

.c-recommendArticleList li a {
    display: block;
    background: #f6f6f6;
    color: #000;
}

.c-recommendArticleList__thumb {}

.c-recommendArticleList__detail {
    text-align: left;
    padding: 15px 10px;
}

.c-recommendArticleList__detailTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}

.c-recommendArticleList__detailTxt {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    .c-recommendArticleList li {
        width: 32%;
        margin-left: 2%;
    }

    .c-recommendArticleList li:nth-child(4n + 1) {
        margin-left: 2%;
    }

    .c-recommendArticleList li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .c-recommendArticleList li:nth-child(n + 5) {
        margin-top: 20px;
    }

    .c-recommendArticleList li:nth-child(n + 4) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .c-recommendArticleList {
        display: block;
        margin: 40px 0 0 0;
    }

    .c-recommendArticleList li {
        width: 100%;
        margin-left: 0;
    }

    .c-recommendArticleList li:nth-child(4n + 1) {
        margin-left: 0;
    }

    .c-recommendArticleList li:nth-child(n + 4) {
        margin-top: 10px;
    }

    .c-recommendArticleList li:nth-child(n + 5) {
        margin-top: 10px;
    }

    .c-recommendArticleList li + li {
        margin-top: 10px;
    }

    .c-recommendArticleList li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .c-recommendArticleList__thumb {
        width: 150px;
    }

    .c-recommendArticleList__detail {
        text-align: left;
        padding: 15px 10px;
        width: calc(100% - 150px);
        box-sizing: border-box;
    }

    .c-recommendArticleList__detailTitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0px;
    }

    .c-recommendArticleList__detailTxt {
        display: none;
    }
}


.c-voiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.c-voiceList li {
    width: 22.7%;
    margin-left: 3.0666%;
}

.c-voiceList li:nth-child(4n + 1) {
    margin-left: 0;
}

.c-voiceList li:nth-child(n + 5) {
    margin-top: 20px;
}

.c-voiceList li a {
    display: block;
    background: #FFF;
    color: #000;
}

.c-voiceList__thumb {}

.c-voiceList__detail {
    text-align: left;
    padding: 15px 10px;
}

.c-voiceList__detailName {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: bold;
}

.c-voiceList__detailTxt {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
}

@media screen and (max-width: 640px) {
    .c-voiceList {}

    .c-voiceList li {
        width: 48%;
        margin-left: 4%;
    }

    .c-voiceList li:nth-child(4n + 1) {
        margin-left: 4%;
    }

    .c-voiceList li:nth-child(2n + 1) {
        margin-left: 0%;
    }

    .c-voiceList li:nth-child(n + 5) {
        margin-top: 20px;
    }

    .c-voiceList li:nth-child(n + 3) {
        margin-top: 20px;
    }

    .c-voiceList__detail {
        padding: 15px 10px;
    }

    .c-voiceList__detailName {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .c-voiceList__detailTxt {
        font-size: 12px;
        line-height: 1.75;
    }

}


.c-pager {
    margin-top: 50px;
}

.c-pager a,
.c-pager span {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: #000 1px solid;
    line-height: 38px;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 3px;
    margin: 0 5px;
}

.c-pager span {
    background: #dbdbdb;
}

@media screen and (max-width: 640px) {
    .c-pager {
        margin-top: 40px;
    }

    .c-pager a,
    .c-pager span {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .c-pager span {
        background: #dbdbdb;
    }
}

.p-columnFrame {
    padding: 50px 0 0 0;
}

.p-columnHead {
    margin-bottom: 40px;
    text-align: left;
    display: table;
}

.p-columnHead__title {
    font-size: 30px;
    line-height: 1.4;
    width: calc(100% - 70px);
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

.p-columnHead__date {
    width: 70px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.p-columnHead__dateTxt {
    box-sizing: border-box;
    border: #000 1px solid;
    height: 70px;
    text-align: center;
    position: relative;
}

.p-columnHead__dateTxt:after {
    content: '';
    display: block;
    height: 35px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #eeeeee;
    z-index: -1;
}

.p-columnHead__dateTxt1 {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 7px 0 0 0;
    margin-bottom: 15px;
}

.p-columnHead__dateTxt2 {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #000;
    display: block;
}

.p-columnBody {
    text-align: left;
    padding-bottom: 50px;
}

.p-columnBody h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 1em;
    border-left: #000 5px solid;
    padding-left: 10px;
}

.p-columnBody * + h3 {
    margin-top: 3em;
}

.p-columnBody p {
    font-size: 16px;
    line-height: 1.875;
    margin: 1em 0 2em;
}

.p-columnBody img {
    margin: 0 auto;
    display: block;
}

.p-columnBody img.is-small {
    max-width: 200px;
}

@media screen and (max-width: 640px) {
    .p-columnFrame {
        padding: 40px 0 0 0;
    }

    .p-columnHead {
        margin-bottom: 30px;
    }

    .p-columnHead__title {
        font-size: 18px;
        line-height: 1.4;
        width: calc(100% - 50px);
        padding: 0 0 0 15px;
    }

    .p-columnHead__date {
        width: 50px;
    }

    .p-columnHead__dateTxt {
        height: 50px;
    }

    .p-columnHead__dateTxt:after {
        height: 24px;
    }

    .p-columnHead__dateTxt1 {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0 0 0;
        margin-bottom: 9px;
    }

    .p-columnHead__dateTxt2 {
        font-size: 14px;
        line-height: 1;
    }

    .p-columnBody {
        padding-bottom: 50px;
    }

    .p-columnBody h3 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0 0 1em;
        border-left: #000 4px solid;
        padding-left: 10px;
    }

    .p-columnBody * + h3 {
        margin-top: 3em;
    }

    .p-columnBody p {
        font-size: 14px;
        line-height: 1.875;
        margin: 1em 0 2em;
    }

    .p-columnBody img {
        margin: 0 auto;
        display: block;
    }

    .p-columnBody img.is-small {
        max-width: 200px;
    }

}




.p-recommendArticle {
    padding: 60px 0 100px 0;
    border-top: #000 1px solid;
}

.p-pageTitle {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    background: #eeeeee;
    padding: 35px 20px 33px 20px;
}

@media screen and (max-width: 640px) {
    .p-pageTitle {
        font-size: 20px;
        line-height: 1.4;
        padding: 20px 20px 18px 20px;
    }
}


.c-pageLinkOuter {
    border-bottom: #bfbfbf 1px solid;
}

.c-pageLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-pageLink li {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.c-pageLink li a,
.c-pageLink li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    height: 48px;
    box-sizing: border-box;
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    border-top: #bfbfbf 1px solid;
    position: relative;
}

.c-pageLink li > span > span,
.c-pageLink li > a > span {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.c-pageLink li a > span > span,
.c-pageLink li span > span > span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.c-pageLink li span > span > span:before,
.c-pageLink li span > span > span:after,
.c-pageLink li a > span > span:before,
.c-pageLink li a > span > span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
}

.c-pageLink li span > span > span:before,
.c-pageLink li a > span > span:before {
    right: 3px;
    width: 10px;
    height: 2px;
    background: #000;
}

.c-pageLink li span > span > span:after,
.c-pageLink li a > span > span:after {
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pageLink li a {
    background: #bfbfbf;
    color: #000;
}

.c-pageLink li a:hover,
.c-pageLink li > span {
    background: #FFF;
}

.c-pageLink li > span:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #FFF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.c-pageLink.is-3 li {
    width: 32%;
    margin-left: 2%;
}

.c-pageLink.is-3 li:nth-child(3n + 1) {
    margin-left: 0;
}

@media screen and (max-width: 640px) {
    .c-pageLink li {
        font-size: 12px;
        line-height: 1.2;
    }

    .c-pageLink li a,
    .c-pageLink li > span {
        height: 48px;
    }

    .c-pageLink li > span > span,
    .c-pageLink li > a > span {
        padding: 0 5px;
    }

    .c-pageLink li a > span > span,
    .c-pageLink li span > span > span {
        padding-right: 15px;
    }

    .c-pageLink li span > span > span:before,
    .c-pageLink li a > span > span:before {
        right: 3px;
        width: 8px;
        height: 1px;
    }

    .c-pageLink li span > span > span:after,
    .c-pageLink li a > span > span:after {
        right: 3px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
}



.c-headLineTitle {
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
}

.c-headmiddleTitle {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    background: #eeeeee;
    margin-bottom: 15px;
    padding: 7px 10px 5px 10px;
}

@media screen and (max-width: 640px) {
    .c-headLineTitle {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .c-headmiddleTitle {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
        padding: 7px 10px 5px 10px;
    }
}



.c-table {
    width: 100%;
    box-sizing: border-box;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    background: #FFF;
    text-align: left;
    margin-bottom: 55px;
}

.c-table th,
.c-table td {
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 10px 15px 8px 15px;
    box-sizing: border-box;
}

.c-table th {
    width: 248px;
}

@media screen and (max-width: 640px) {
    .c-table {
        margin-bottom: 55px;
    }

    .c-table th,
    .c-table td {
        font-size: 14px;
        line-height: 1.75;
        font-weight: 500;
        padding: 10px 10px 8px 10px;
        box-sizing: border-box;
    }

    .c-table th {
        width: 120px;
    }

}



.c-linkPhotoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-linkPhotoList a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 47.2%;
    background: #FFF;
    cursor: pointer;
    color: #000 !important;
}

.c-linkPhotoList a + a {
    margin-left: 5.6%;
}

.c-linkPhotoList__item:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}

.c-linkPhotoList__itemPhoto {
    width: 50%;
    position: relative;
    height: 100px;
}

.c-linkPhotoList__item:nth-child(3) .c-linkPhotoList__itemPhoto {
    width: 23.6%;
}

.c-linkPhotoList__itemPhoto span {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    position: relative;
}

.c-linkPhotoList__itemPhoto span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
    height: 100px;
    width: auto;
    max-width: none;
}

a.c-linkPhotoList__item:hover {
    opacity: 1;
    color: #000;
}

a.c-linkPhotoList__item:hover .c-linkPhotoList__itemPhoto span img {
    -webkit-transform: scale(1.05, 1.05) translate(-50%, -50%);
    transform: scale(1.05, 1.05) translate(-50%, -50%);
}

.c-linkPhotoList__itemDetail {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 20px;
}

.c-linkPhotoList__item:nth-child(3) .c-linkPhotoList__itemDetail {
    width: 73.6%;
}

.c-linkPhotoList__itemDetail__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-linkPhotoList__itemDetail__txt {
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 640px) {
    .c-linkPhotoList {}

    .c-linkPhotoList a {
        display: block;
        width: 48%;
    }

    .c-linkPhotoList__item:nth-child(3) {
        width: 48%;
        margin: 15px auto 0 auto;
    }

    .c-linkPhotoList a + a {
        margin-left: 4%;
    }

    .c-linkPhotoList__itemPhoto {
        width: 100%;
        position: relative;
        height: auto;
    }

    .c-linkPhotoList__item:nth-child(3) .c-linkPhotoList__itemPhoto {
        width: 100%;
    }

    .c-linkPhotoList__itemPhoto span {
        height: 130px;
    }

    .c-linkPhotoList__itemPhoto span img {
        height: 130px;
    }

    .c-linkPhotoList__itemDetail {
        width: auto;
        text-align: left;
        padding: 10px 10px;
    }

    .c-linkPhotoList__item:nth-child(3) .c-linkPhotoList__itemDetail {
        width: 100%;
    }

    .c-linkPhotoList__itemDetail__title {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    .c-linkPhotoList__itemDetail__txt {
        font-size: 12px;
        line-height: 1.2;
    }

}


.c-rowBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

.c-rowBox__l {
    width: 240px;
}

.c-rowBox__r {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 35px;
}

@media screen and (max-width: 640px) {
    .c-rowBox {
        display: block;
        margin-bottom: 35px;
    }

    .c-rowBox__l {
        width: 100%;
        margin-bottom: 30px;
    }

    .c-rowBox__r {
        width: 100%;
        padding-left: 0px;
    }
}

.p-companyIntro {
    text-align: left;
}

.p-companyCEO {
    max-width: 240px;
}

.p-companyCEO__txt {
    font-size: 14px;
    line-height: 1.75;
    font-weight: bold;
    padding: 7px 0 0 0;
}

@media screen and (max-width: 640px) {
    .p-companyIntro {}

    .p-companyCEO {
        margin: 0 auto;
    }

    .p-companyCEO__txt {
        font-size: 14px;
        line-height: 1.75;
        padding: 7px 0 0 0;
    }
}

.p-companyAccess {}

.p-companyAccess__item {
    text-align: left;
}

.p-companyAccess__item + .p-companyAccess__item {
    margin-top: 50px;
}

.p-companyAccess__itemTitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.p-companyAccess__itemTitle i {
    margin-right: 7px;
}

.p-companyAccess__itemMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 290px;
    overflow: hidden;
}

.p-companyAccess__itemMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-companyAccess__itemTxt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.25;
}

@media screen and (max-width: 640px) {
    .p-companyAccess {}

    .p-companyAccess__item {}

    .p-companyAccess__item + .p-companyAccess__item {
        margin-top: 40px;
    }

    .p-companyAccess__itemTitle {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-companyAccess__itemTitle i {
        margin-right: 7px;
    }

    .p-companyAccess__itemMap {
        padding-bottom: 290px;
    }

    .p-companyAccess__itemTxt {
        margin-top: 20px;
        font-size: 14px;
        line-height: 2.25;
    }
}

.p-privacyListOuter {}

.p-privacyList {
    text-align: left;
}

.p-privacyList dt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.p-privacyList dd {
    font-size: 14px;
    line-height: 1.75;
}

.p-privacyList dd + dt {
    margin-top: 50px;
}

.p-privacyList ul {
    margin-top: 15px;
}

.p-privacyList ul li {
    margin-left: 2em;
}

.p-privacyList ul li:before {
    content: '■';
}

.p-privacyList ul + p {
    margin-top: 15px;
}

.p-privacyList > dd > dl {
    padding-top: 40px;
}

@media screen and (max-width: 640px) {
    .p-privacyList dt {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-privacyList dd {
        font-size: 14px;
        line-height: 1.75;
    }

    .p-privacyList dd + dt {
        margin-top: 50px;
    }

    .p-privacyList ul {
        margin-top: 15px;
    }

    .p-privacyList ul li {
        margin-left: 1em;
    }

    .p-privacyList ul + p {
        margin-top: 15px;
    }
}



.p-termsofuse {
    text-align: left;
}

.p-termsofuseContents {
    overflow: scroll;
    height: 300px;
    border: #CCC 1px solid;
    margin-top: 50px;
    margin-bottom: 50px;
}

.p-termsofuseContents__inner {
    padding: 30px;
    background: #f4f4f4;
}

.p-termsofuseContents__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-termsofuseContents dl {
    margin-top: 50px;
}

.p-termsofuseContents dt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-termsofuseContents dd {
    font-size: 16px;
    line-height: 1.75;
}

.p-termsofuseContents dd + dt {
    margin-top: 50px;
}

.p-termsofuseContents ul {
    margin-left: 2em;
}

.p-termsofuseContents ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.p-termsofuseContents ul li:before {
    content: '■';
}

.p-termsofuseContents p + ul {
    margin-top: 15px;
}

.p-termsofuseContents ol {
    margin-left: 3em;
}

.p-termsofuseContents p + ol {
    margin-top: 15px;
}

@media screen and (max-width: 640px) {
    .p-termsofuse {}

    .p-termsofuseContents {
        height: 300px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-termsofuseContents__inner {
        padding: 20px 15px;
    }

    .p-termsofuseContents__title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-termsofuseContents dl {
        margin-top: 30px;
    }

    .p-termsofuseContents dt {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .p-termsofuseContents dd {
        font-size: 14px;
        line-height: 1.75;
    }

    .p-termsofuseContents dd + dt {
        margin-top: 30px;
    }

    .p-termsofuseContents ul {
        margin-left: 1em;
    }

    .p-termsofuseContents ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .p-termsofuseContents p + ul {
        margin-top: 15px;
    }

    .p-termsofuseContents ol {
        margin-left: 2em;
    }

    .p-termsofuseContents p + ol {
        margin-top: 15px;
    }


}


.p-lineUp {}

.p-lineUpMainVis {
    background: url(../images/line_up/lineup_back.jpg) no-repeat left center;
    background-size: cover;
}

.p-lineUpMainVis .l-inner {
    height: 600px;
    position: relative;
}

.p-lineUpMainVis__frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.p-lineUpMainVis__subTitle {
    font-family: 'Tangerine', cursive;
    font-size: 100px;
    line-height: 1.4;
    color: #666;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.p-lineUpMainVis__title {
    font-size: 36px;
    letter-spacing: 4px;
    line-height: 1.4;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

@media screen and (max-width: 800px) {
    .p-lineUpMainVis {}

    .p-lineUpMainVis .l-inner {
        height: 400px;
    }

    .p-lineUpMainVis__frame {
        left: 11px;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }

    .p-lineUpMainVis__subTitle {
        font-size: 70px;
        line-height: 1.4;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }

    .p-lineUpMainVis__title {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 1.4;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }
}

@media screen and (max-width: 640px) {
    .p-lineUpMainVis {}

    .p-lineUpMainVis .l-inner {
        height: 280px;
    }

    .p-lineUpMainVis__frame {
        left: 5px;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
        width: 180px;
        text-align: center;
    }

    .p-lineUpMainVis__subTitle {
        font-size: 30px;
        line-height: 1.4;
    }

    .p-lineUpMainVis__title {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.4;
    }
}


.p-lineUpMark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 65px 0 60px 0;
}

.p-lineUpMark__img {}

.p-lineUpMark__txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
    padding-left: 15px;
}

.p-lineUpIntro {
    margin-bottom: 80px;
}

.p-lineUpIntro .c-txt {
    text-align: left;
}

.p-lineUpList {
    margin: 50px 0 100px 0;
}

.p-lineUpListItem {
    text-align: left;
}

.p-lineUpListItem + .p-lineUpListItem {
    margin-top: 60px;
}

.p-lineUpListItem__copy {
    font-size: 20px;
    line-height: 1.4;
    border-left: #000 5px solid;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}

.p-lineUpListItem__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-lineUpListItem__frameThumb {
    width: 300px;
    box-sizing: border-box;
}

.p-lineUpListItem__frameThumb figure {
    border: #CCC 1px solid;
}

.p-lineUpListItem__frameDetail {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.p-lineUpListItem__frameDetailName {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
}

.p-lineUpListItem__frameDetailTxt {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
}

.p-lineUpListItem__frameDetailPotency {
    background: #f6f6f6;
    margin: 15px 0 0 0;
    padding: 15px;
}

.p-lineUpListItem__frameDetailPotency p {
    font-size: 14px;
    line-height: 1.75;
    font-weight: bold;
}
.p-lineUpListItem__frameDetailFlex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}
.p-lineUpListItem__frameDetailBtn {
    /* margin-top: 20px; */
}

.p-lineUpListItem__frameDetailBtn a {
    display: block;
    background: #333;
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    font-weight: bold;
    padding: 13px 10px;
    width: 300px;
    text-align: center;
}

.p-lineUpListItem__frameDetailBuyBtn{
    /* margin-top: 20px; */
}

.p-lineUpListItem__frameDetailBuyBtn a {
    display: block;
        background: #4468A9;
        font-size: 16px;
        line-height: 1.3;
        color: #FFF;
        font-weight: bold;
        padding: 13px 10px;
        width: 300px;
        text-align: center;

}

@media screen and (max-width: 750px) {
    .p-lineUpListItem__frameThumb {
        width: 200px;
    }

    .p-lineUpListItem__frameDetail {
        width: calc(100% - 200px);
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 640px) {
    .p-lineUp {}

    .p-lineUpMark {
        margin: 45px 0 40px 0;
    }

    .p-lineUpMark__img {
        width: 90px;
    }

    .p-lineUpMark__txt {
        width: calc(100% - 70px);
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
        padding-left: 10px;
    }

    .p-lineUpIntro {
        margin-bottom: 60px;
    }

    .p-lineUpIntro .c-txt {}

    .p-lineUpList {
        margin: 30px 0 100px 0;
    }

    .p-lineUpListItem {}

    .p-lineUpListItem + .p-lineUpListItem {
        margin-top: 50px;
    }

    .p-lineUpListItem__copy {
        font-size: 16px;
        line-height: 1.4;
        border-left: #000 4px solid;
        padding: 0 0 0 10px;
        margin-bottom: 20px;
    }

    .p-lineUpListItem__frame {
        display: block;
    }

    .p-lineUpListItem__frameThumb {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .p-lineUpListItem__frameThumb figure {
        border: #CCC 1px solid;
    }

    .p-lineUpListItem__frameDetail {
        width: 100%;
        padding: 0 0 0 0;
    }

    .p-lineUpListItem__frameDetailName {
        font-size: 18px;
        line-height: 1.5;
    }

    .p-lineUpListItem__frameDetailTxt {
        font-size: 14px;
        line-height: 1.75;
        margin-top: 10px;
    }

    .p-lineUpListItem__frameDetailPotency {
        margin: 15px 0 0 0;
        padding: 15px;
    }

    .p-lineUpListItem__frameDetailPotency p {
        font-size: 14px;
        line-height: 1.75;
    }

    .p-lineUpListItem__frameDetailBtn {
        margin-top: 20px;
    }

    .p-lineUpListItem__frameDetailBtn a {
        font-size: 16px;
        line-height: 1.3;
        padding: 13px 10px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
    }
    .p-lineUpListItem__frameDetailBuyBtn a{
        max-width: 280px;
    }
    .p-lineUpListItem__frameDetailFlex{
        justify-content: center;
    }
}



.p-item {
    padding: 60px 0 100px 0;
}

.p-itemFrame {
    margin-top: 40px;
}

.p-itemFrame__photo {
    width: 400px;
    box-sizing: border-box;
    float: left;
}

.p-itemFrame__photoMain {
    border: #CCC 1px solid;
    height: 400px;
}

.p-itemFrame__photoThumb {
    margin-top: 10px;
}

.p-itemFrame__photoThumbList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-itemFrame__photoThumbList li {
    box-sizing: border-box;
    border: #CCC 1px solid;
    cursor: pointer;
    width: 23%;
    margin-left: 2.66%;
}

.p-itemFrame__photoThumbList li:nth-child(4n + 1) {
    margin-left: 0;
}

.p-itemFrame__photoThumbList li:nth-child(n + 5) {
    margin-top: 10px;
}

.p-itemFrame__photoThumbList li img {}

.p-itemFrame__txtWrap {
    width: calc(100% - 450px);
    padding: 0 0 0 0;
    box-sizing: border-box;
    text-align: left;
    float: right;
}

.p-itemFrame__name {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
}

.p-itemFrame__detail {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 30px;
}

.p-itemFrame__potency {
    background: #f6f6f6;
    margin: 15px 0 0 0;
    padding: 15px;
}

.p-itemFrame__potency p {
    font-size: 14px;
    line-height: 1.75;
    font-weight: bold;
}

.p-itemFrame__noSale {
    width: calc(100% - 450px);
    float: right;
    padding-top: 40px;
}

.p-itemFrame__noSaleTxt {
    border: rgb(230, 36, 136) 1px solid;
    box-sizing: border-box;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
    color: rgb(230, 36, 136);
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 0;
}

.p-itemFrame__cartOuter {
    width: calc(100% - 450px);
    float: right;
    padding-top: 40px;
}

.p-itemFrame__cart {}

.p-itemFrame__cart + .p-itemFrame__cart {
    margin-top: 20px;
    border-top: #CCC 1px dashed;
    padding-top: 20px;
}

.p-itemFrame__cartTxt {
    text-align: left;
    margin-bottom: 20px;
}

.p-itemFrame__cartTxtCatch {
    font-size: 16px;
    line-height: 1.4;
    color: rgb(230, 36, 136);
    font-weight: bold;
}

.p-itemFrame__cartTxtName {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.p-itemFrame__cartRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.p-itemFrame__cartMarkOuter {
    padding-right: 20px;
}

.p-itemFrame__cartMark {
    display: inline-block;
    width: 100px;
    background: rgb(230, 36, 136);
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0;
    color: #FFF;
    border-radius: 5px;
}

.p-itemFrame__cartMark.is-regularly {
    background: rgb(0, 66, 155);
}

.p-itemFrame__cartPrice {
    color: #cf0202;
    font-weight: bold;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    padding-top: 5px;
}

.p-itemFrame__cartPriceTax {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
}

.p-itemFrame__cartBtn {
    padding-left: 20px;
    box-sizing: border-box;
}

.p-itemFrame__cartBtn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #4dbbee;
    /*
    background: rgb(230,36,136);
	background: -moz-linear-gradient(top, rgba(230,36,136,1) 0%, rgba(170,24,98,1) 100%);
	background: -webkit-linear-gradient(top, rgba(230,36,136,1) 0%,rgba(170,24,98,1) 100%);
	background: linear-gradient(to bottom, rgba(230,36,136,1) 0%,rgba(170,24,98,1) 100%);
*/
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px 0 10px;
    height: 44px;
    border-radius: 5px;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
}

.p-itemFrame__cartBtn a.is-regularly {
    background: rgb(0, 66, 155);
    background: -moz-linear-gradient(top, rgba(0, 66, 155, 1) 0%, rgba(0, 34, 79, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 66, 155, 1) 0%, rgba(0, 34, 79, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 66, 155, 1) 0%, rgba(0, 34, 79, 1) 100%);
}


@media screen and (max-width: 980px) {
    .p-itemFrame__cartOuter {
        width: 100%;
        float: none;
        clear: both;
    }

    .p-itemFrame__noSale {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 850px) {
    .p-itemFrame__photo {
        width: 300px;
    }

    .p-itemFrame__photoMain {
        height: 300px;
    }

    .p-itemFrame__txtWrap {
        width: calc(100% - 350px);
        padding: 0 0 0 0;
        box-sizing: border-box;
        text-align: left;
        float: right;
    }
}

@media screen and (max-width: 640px) {
    .p-item {
        padding: 40px 0 80px 0;
    }

    .p-itemFrame {
        margin-top: 30px;
    }

    .p-itemFrame__photo {
        width: 100%;
        float: none;
    }

    .p-itemFrame__photoMain {
        height: calc(100vw - 30px);
    }

    .p-itemFrame__photoThumb {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .p-itemFrame__photoThumbList {}

    .p-itemFrame__photoThumbList li {
        width: 23%;
        margin-left: 2.66%;
    }

    .p-itemFrame__photoThumbList li:nth-child(4n + 1) {
        margin-left: 0;
    }

    .p-itemFrame__photoThumbList li img {}

    .p-itemFrame__txtWrap {
        width: 100%;
        padding: 0 0 0 0;
        float: none;
    }

    .p-itemFrame__name {
        font-size: 18px;
        line-height: 1.4;
    }

    .p-itemFrame__detail {
        font-size: 14px;
        line-height: 1.75;
        margin-top: 15px;
    }

    .p-itemFrame__potency {
        margin: 15px 0 0 0;
        padding: 15px;
    }

    .p-itemFrame__potency p {
        font-size: 14px;
        line-height: 1.75;
    }

    .p-itemFrame__noSale {
        padding-top: 30px;
    }

    .p-itemFrame__noSaleTxt {
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.4;
        padding: 15px 0;
    }

    .p-itemFrame__cartOuter {
        padding-top: 30px;
    }

    .p-itemFrame__cart {}

    .p-itemFrame__cart + .p-itemFrame__cart {
        margin-top: 15px;
        padding-top: 15px;
    }

    .p-itemFrame__cartTxt {
        margin-bottom: 10px;
    }

    .p-itemFrame__cartTxtCatch {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 3px;
    }

    .p-itemFrame__cartTxtName {
        font-size: 16px;
        line-height: 1.4;
    }

    .p-itemFrame__cartRight {}

    .p-itemFrame__cartMarkOuter {
        padding-right: 10px;
    }

    .p-itemFrame__cartMark {
        width: 80px;
        font-size: 12px;
        line-height: 1;
        padding: 7px 0;
        border-radius: 3px;
    }

    .p-itemFrame__cartPrice {
        line-height: 22px;
        font-size: 22px;
        padding-top: 5px;
    }

    .p-itemFrame__cartPriceTax {
        font-size: 12px;
        line-height: 22px;
        margin-left: 2px;
    }

    .p-itemFrame__cartBtn {
        padding-left: 15px;
    }

    .p-itemFrame__cartBtn a {
        font-size: 14px;
        line-height: 1.3;
        padding: 2px 10px 0 10px;
        height: 44px;
        border-radius: 5px;
        width: 130px;
    }

    .p-itemFrame__cartBtn a.is-regularly {
        background: #000;
    }
}

.p-itemMedia {
    margin-top: 100px;
}

@media screen and (max-width: 640px) {
    .p-itemMedia {
        margin-top: 60px;
    }
}


.p-itemHowToUse {
    margin-top: 100px;
}

.p-itemHowToUse__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-itemHowToUseItem {
    background: #f6f6f6;
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
    padding: 30px;
}

.p-itemHowToUseItem:nth-child(2n + 1) {
    margin-left: 0;
}

.p-itemHowToUseItem:nth-child(n + 3) {
    margin-top: 40px;
}

.p-itemHowToUseItem__txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.p-itemHowToUseItem__txt span {
    font-size: 14px;
}

.p-itemHowToUseItem:nth-child(4) .p-itemHowToUseItem__img {
    padding-top: 5%;
}

@media screen and (max-width: 640px) {
    .p-itemHowToUse {
        margin-top: 60px;
    }

    .p-itemHowToUse__frame {}

    .p-itemHowToUseItem {
        width: 100%;
        margin-left: 0;
        padding: 25px 15px;
    }

    .p-itemHowToUseItem:nth-child(n + 3) {
        margin-top: 20px;
    }

    .p-itemHowToUseItem + .p-itemHowToUseItem {
        margin-top: 20px;
    }

    .p-itemHowToUseItem__txt {
        text-align: left;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 10px;
    }

    .p-itemHowToUseItem__txt span {
        font-size: 14px;
    }

    .p-itemHowToUseItem:nth-child(4) .p-itemHowToUseItem__img {
        padding-top: 5%;
    }
}

.p-itemReccomend {
    margin-top: 100px;
}

.p-itemReccomendList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-itemReccomendList li {
    width: 32%;
    margin-left: 2%;
    box-sizing: border-box;
    border: #CCC 1px solid;
    background: #f6f6f6;
}

.p-itemReccomendList li:nth-child(3n + 1) {
    margin-left: 0;
}

.p-itemReccomendList__thumb {}

.p-itemReccomendList__detail {
    padding: 20px;
}

.p-itemReccomendList__detailName {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-itemReccomendList__detailBtn {}

.p-itemReccomendList__detailBtn + .p-itemReccomendList__detailBtn {
    margin-top: 10px;
}

.p-itemReccomendList__detailBtn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: rgb(230, 36, 136);
    background: -moz-linear-gradient(top, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 36, 136, 1) 0%, rgba(170, 24, 98, 1) 100%);
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px 0 10px;
    height: 44px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .p-itemReccomend {
        margin-top: 60px;
    }

    .p-itemReccomendList {}

    .p-itemReccomendList li {
        width: 100%;
        margin-left: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .p-itemReccomendList li + li {
        margin-top: 10px;
    }

    .p-itemReccomendList__thumb {
        width: 160px;
    }

    .p-itemReccomendList__detail {
        padding: 10px;
        width: calc(100% - 160px);
        box-sizing: border-box;
    }

    .p-itemReccomendList__detailName {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 8px;
    }

    .p-itemReccomendList__detailBtn {}

    .p-itemReccomendList__detailBtn + .p-itemReccomendList__detailBtn {
        margin-top: 10px;
    }

    .p-itemReccomendList__detailBtn a {
        font-size: 14px;
        line-height: 1.3;
        padding: 2px 10px 0 10px;
        height: 34px;
        border-radius: 5px;
    }
}

.p-patentMark {
    text-align: center;
    margin-bottom: 30px;
}

.p-patentMark img {
    width: 100px;
}

.p-patent__btnOuter {
    margin-top: 50px;
    text-align: center;
}

.p-contact .p-lineUpMark {
    margin-top: 20px;
}

.c-contactTable {
    width: 100%;
    box-sizing: border-box;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    background: #FFF;
    text-align: left;
    margin-bottom: 55px;
}

.c-contactTable th,
.c-contactTable td {
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
}

.c-contactTable th {
    width: 248px;
    font-weight: bold;
}

.c-contactTable th p {
    display: block;
    padding-right: 30px;
    position: relative;
}

.c-contactTable th p .is-required {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    font-size: 14px;
    line-height: 14px;
    background: rgb(230, 36, 136);
    height: 20px;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    color: #FFF;
    margin: auto;
    text-align: center;
}

.c-contactTable input[type=text],
.c-contactTable input[type=email] {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #f7f7f7;
    padding: 0 10px;
}

.c-contactTable select {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #f7f7f7;
    padding: 0 10px;
}

.c-contactTable textarea {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #f7f7f7;
    padding: 10px 10px;
}

.c-contactSubmitOuter {}

.c-contactSubmitBtn {
    background: #000;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.c-contactSubmitBtn:hover {
    opacity: 0.7;
}




@media screen and (max-width: 640px) {
    .p-contact .p-lineUpMark {
        margin-top: 10px;
    }

    .c-contactTable {
        margin-bottom: 35px;
        border: none;
    }

    .c-contactTable,
    .c-contactTable tbody,
    .c-contactTable tr,
    .c-contactTable th,
    .c-contactTable td {
        display: block;
    }

    .c-contactTable th,
    .c-contactTable td {
        font-size: 14px;
        line-height: 1.75;
        font-weight: 500;
        padding: 10px 10px 8px 10px;
        box-sizing: border-box;
        border-left: #000 1px solid;
    }

    .c-contactTable th {
        width: 100%;
        border-top: #000 1px solid;
        background: #f6f6f6;
    }

    .c-contactTable tr + tr {
        margin-top: 10px;
    }

    .c-contactTable th p .is-required {
        width: 40px;
        font-size: 12px;
        line-height: 12px;
        height: 20px;
        padding: 4px 0 0 0;
    }

    .c-contactTable input[type=text],
    .c-contactTable input[type=email] {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }

    .c-contactTable select {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }

    .c-contactTable textarea {
        line-height: 1.5;
        font-size: 14px;
        padding: 10px 10px;
    }

    .c-contactSubmitOuter {}

    .c-contactSubmitBtn {
        font-size: 16px;
        line-height: 1;
        max-width: 240px;
        padding: 15px;
    }

    .c-contactSubmitBtn:hover {
        opacity: 0.7;
    }


}

.p-contactTanks {
    padding: 100px 0;

}

.p-contactTanks__txt1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}

.p-contactTanks__txt2 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
}

.p-shopList {
    padding-bottom: 100px;
}

.p-shopList__caution {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    margin: 50px 0 50px 0;
}

.p-shopList__mark {
    border: #bfbfbf 1px solid;
}

.p-shoplist__notice {
    border: 1px solid #a00;
    color: #a00;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.p-shopList__markTitle {
    background: #bfbfbf;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 8px 0;
}

.p-shopList__markList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 15px 20px;
}

.p-shopList__markList li {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 20px;
    margin-bottom: 5px;
}

.p-shopList__markList li:before {
    content: '●';
    display: inline-block;
    margin-right: 4px;
}

li.p-shopList__markList00:before {
    content: '■';
    color: #7030a0;
}

.p-shopList__markList01:before {
    color: #ff69b4;
}

.p-shopList__markList02:before {
    color: #dc143c;
}

.p-shopList__markList03:before {
    color: #2e8b57;
}

.p-shopList__markList04:before {
    color: #1e90ff;
}

.p-shopList__markList05:before {
    color: #1e50a2;
}

.p-shopList__markList06:before {
    color: #000080;
}

.p-shopList__markList07:before {
    color: #4169e1;
}

.p-shopList__markList08:before {
    color: #ffd700;
}


.p-shopList__body {
    margin: 80px 0;
}

.p-shopList__body .tablepress-table-name {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.p-shopList__body .dataTables_length {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-shopList__body .dataTables_wrapper label input,
.p-shopList__body .dataTables_wrapper label select {
    text-align: center;
    width: 60px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.p-shopList__body .tablepress {
    border-bottom: #CCC 1px solid;
}

.p-shopList__body .tablepress tfoot th,
.p-shopList__body .tablepress thead th {
    background-color: #bfbfbf;
    font-weight: 700;
    vertical-align: middle;
    padding: 11px 8px 10px 8px;
}

.p-shopList__body .tablepress tbody td {
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
}

.p-shopList__body .tablepress tbody td a {
    color: rgb(230, 36, 136)
}

.p-shopList__body .dataTables_info {
    margin-top: 20px;
}

.p-shopList__body .paging_simple .paginate_button.next::after,
.p-shopList__body .paging_simple .paginate_button.previous::before {
    color: #000;
    text-shadow: none;
}

.p-shopList__body .paging_simple .paginate_button.next::after,
.p-shopList__body .paging_simple .paginate_button.previous::before {
    color: #CCC;
}

.p-shopList__body .paginate_button::after,
.p-shopList__body .paginate_button::before {
    color: #000;
}

.p-shopList__body .paginate_button:hover::after,
.p-shopList__body .paginate_button:hover::before {
    opacity: 0.7;
}

.p-shopList__body .paginate_button.disabled::after,
.p-shopList__body .paginate_button.disabled::before {
    color: #CCC;
}

@media screen and (max-width: 640px) {
    .p-shopList {
        padding-bottom: 60px;
    }

    .p-shopList__caution {
        font-size: 12px;
        line-height: 1.75;
        text-align: center;
        margin: 30px 0 30px 0;
    }

    .p-shopList__mark {}

    .p-shopList__markTitle {
        font-size: 14px;
        padding: 10px 0 8px 0;
    }

    .p-shopList__markList {
        padding: 15px 15px 10px 15px;
    }

    .p-shopList__markList li {
        font-size: 14px;
        line-height: 1.5;
        margin-right: 0;
        margin-bottom: 5px;
        text-align: left;
    }

    .p-shopList__markList li:before {
        margin-right: 4px;
    }

    .p-shopList__body {
        margin: 60px 0;
    }

    .p-shopList__body .tablepress-table-name {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .p-shopList__body .dataTables_length {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .p-shopList__body .dataTables_wrapper label input,
    .p-shopList__body .dataTables_wrapper label select {
        width: 60px;
        height: 30px;
        margin-right: 5px;
    }

    .p-shopList__body .tablepress {}

    .p-shopList__body .tablepress tfoot th,
    .p-shopList__body .tablepress thead th {
        padding: 11px 8px 10px 8px;
        font-size: 14px;
    }

    .p-shopList__body .tablepress tbody td {
        font-size: 12px;
        line-height: 1.6;
        padding-right: 3px;
    }

    .p-shopList__body .tablepress tbody td a {
        color: rgb(230, 36, 136)
    }

    .p-shopList__body .dataTables_info {
        margin-top: 20px;
        font-size: 14px;
    }
}

.p-shopListMainVis {
    background: url(../images/shop/shoplist-back.jpg) no-repeat center center;
    background-size: cover;
}

.p-shopListMainVis .l-inner {
    height: 600px;
    position: relative;
}

.p-shopListMainVis__frame {
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
}

.p-shopListMainVis__subTitle {
    font-family: 'Tangerine', cursive;
    font-size: 140px;
    line-height: 1.4;
    color: #666;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.p-shopListMainVis__title {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.4;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

@media screen and (max-width: 800px) {
    .p-shopListMainVis {}

    .p-shopListMainVis .l-inner {
        height: 400px;
    }

    .p-shopListMainVis__frame {
        left: 11px;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }

    .p-shopListMainVis__subTitle {
        font-size: 90px;
        line-height: 1.4;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }

    .p-shopListMainVis__title {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 1.4;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }
}

@media screen and (max-width: 640px) {
    .p-shopListMainVis {}

    .p-shopListMainVis .l-inner {
        height: 280px;
    }

    .p-shopListMainVis__frame {
        left: 5px;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
        width: 240px;
        text-align: center;
    }

    .p-shopListMainVis__subTitle {
        font-size: 60px;
        line-height: 1.4;
    }

    .p-shopListMainVis__title {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.4;
    }
}

.p-concept {}

.p-concept .l-inner {}

.p-conceptSec1Frame {
    position: relative;
}

.p-conceptSec1Frame:before {
    content: '';
    display: block;
    background: url(../images/concept/concept_back.jpg) no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.p-conceptSec1__inner {
    min-height: 800px;
    margin-left: 400px;
    background: #FFF;
    text-align: left;
    padding: 50px 30px;
    position: relative;
}

.p-conceptSec1__inner:before {
    content: '';
    display: block;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -90px;
}

.p-conceptSec1__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.p-conceptSec1__txt {
    font-size: 16px;
    line-height: 1.75;
    margin: 1em 0;
}

* + .p-conceptSec1__title {
    margin-top: 2em;
}

@media screen and (max-width: 850px) {
    .p-concept {}

    .p-concept .l-inner {}

    .p-conceptSec1Frame {
        position: relative;
    }

    .p-conceptSec1Frame:before {
        background: url(../images/concept/concept_back.jpg) no-repeat left center;
        background-size: contain;
    }

    .p-conceptSec1__inner {
        min-height: 800px;
        margin-left: 300px;
        background: #FFF;
        text-align: left;
        padding: 50px 30px;
        position: relative;
    }

    .p-conceptSec1__inner:before {
        content: '';
        display: block;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        width: 90px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -90px;
    }

    .p-conceptSec1__title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .p-conceptSec1__txt {
        font-size: 14px;
        line-height: 1.75;
        margin: 1em 0;
    }

    * + .p-conceptSec1__title {
        margin-top: 2em;
    }
}

@media screen and (max-width: 750px) {
    .p-concept {}

    .p-concept .l-inner {}

    .p-conceptSec1Frame {
        position: relative;
        padding-top: 67%;
    }

    .p-conceptSec1Frame:before {
        content: '';
        display: block;
        background: url(../images/concept/concept_back.jpg) no-repeat center top;
        background-size: contain;
    }

    .p-conceptSec1__inner {
        padding: 25px 0 0px 0px;
        margin-left: 0;
    }

    .p-conceptSec1__inner:before {
        display: none;
    }

    .p-conceptSec1__title {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .p-conceptSec1__txt {
        font-size: 14px;
        line-height: 1.75;
        margin: 1em 0;
    }

    * + .p-conceptSec1__title {
        margin-top: 2em;
    }
}

.p-conceptDeveloper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.p-conceptDeveloper__photo {
    width: 240px;
}

.p-conceptDeveloper__txtWrap {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
}

.p-conceptDeveloper__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-conceptDeveloper__name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-conceptDeveloper__txt {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .p-conceptDeveloper {
        display: block;
    }

    .p-conceptDeveloper__photo {
        width: 240px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .p-conceptDeveloper__txtWrap {
        width: 100%;
        padding-left: 0px;
    }

    .p-conceptDeveloper__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: center;
    }

    .p-conceptDeveloper__name {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: center;
    }

    .p-conceptDeveloper__txt {
        font-size: 14px;
        line-height: 1.5;
    }
}

.p-oem__pagehead {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.p-oem__pagehead img {
    width: 100%;
}

.p-oem__contactBtn {
    text-align: center;
}

.p-oem__moreBtn {
    text-align: center;
    cursor: pointer;
}

.p-oem__moreText {
    display: none;
}

.p-ome__devRow {
    display: flex;
    gap: 20px;
}

.p-omeDevRow__l {
    flex: 1;
}

.p-omeDevRow__r {
    width: 250px;
}

.p-omeDevRow__r img {
    width: 100%;
}

.page_navi_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin-bottom: 60px;
    padding-top: 40px;
}

.page_navi_link ul li a {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.oem_intro {
    width: 62%;
    margin: auto;
}



@media screen and (max-width: 640px) {
    .p-ome__devRow {
        align-items: center;
        flex-direction: column-reverse;
    }

    .oem_intro {
        width: 100%;
    }

    .page_navi_link ul {
        gap: 20px;
        justify-content: flex-start;
    }

}

.p-oem__CertRow {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.p-oemCertRow__l {
    width: 50%;
}

.p-oemCertRow__l span {
    font-weight: bold;
}

.p-oemCertRow__l .c-txt2 {
    line-height: 1.8;
}

.p-oemCertRow__r {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .p-oem__CertRow {
        flex-direction: column;
        gap: 10px;
    }

    .p-oemCertRow__l {
        width: 100%;
    }

    .p-oemCertRow__r {
        width: 100%;
    }
}

.p-oem__ShowerRow {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.p-oemShowerRow__l {
    flex: 1;
}

.p-oemShowerRow__l span {
    font-weight: bold;
}

.p-oemShowerRow__l .c-txt2 {
    line-height: 1.8;
}

@media screen and (max-width: 640px) {
    .p-oem__ShowerRow {
        align-items: center;
        flex-direction: column;
    }
}

.p-oem__markRow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-oemMarkRow__l {
    width: 100px;
}

.p-oemMarkRow__l img {
    width: 100%;
}

.p-oemMarkRow__r {
    flex: 1;
}

.p-oemMarkRow__textAccR {
    font-size: 20px;
    color: #E60012;
    font-weight: bold;
}

.p-oemMarkRow__textAccB {
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .p-oemMarkRow__textAccR {
        font-size: 18px;
    }

    .p-oemMarkRow__textAccB {
        font-size: 16px;
    }
}

.p-oem__tabletRow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.p-oemTabletRow__child {
    max-width: 350px;
    width: 50%;
}

.p-oemTabletRow__child img {
    width: 100%;
}

.p-oemTabletRow__child p {
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
}

@media screen and (max-width: 640px) {
    .p-oem__tabletRow {
        gap: 10px;
    }

    .p-oemTabletRow__child p {
        font-size: 14px;
    }
}

.p-oem__markSample {
    text-align: center;
}

.p-oem__markSample img {
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .p-oem__markSample img {
        width: 70%;
    }
}

.p-oem__markHead {
    font-size: 20px;
    text-align: center;
    font-weight: bold;  
}
.p-oem__markHead span{
    background: linear-gradient(#fff 0%,
                #fff 50%,
                #fff100 50%,
                #fff100 100%);
}
.p-oem__markItemList {
    display: flex;
    gap: 6.8vw;
}

.p-oem__markItemList li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25%;
}

.p-oem__markItemList img {
    max-width: 120px;
    width: 100%;
}

.p-oem__markItemList p {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 640px) {
    .p-oem__markHead {
        font-size: 16px;
    }

    .p-oem__markItemList {
        gap: 4vw;
        flex-wrap: wrap;
    }

    .p-oem__markItemList li {
        justify-content: flex-start;
        gap: 10px;
        width: calc((100% - 4vw)/2);
    }

    .p-oem__markItemList img {
        width: 50%;
        margin: 0 auto;
    }

    .p-oem__markItemList p {
        font-size: 14px;
    }
}

.p-oem_flowImage {
    text-align: center;
}


@media screen and (min-width: 641px) {
    .u-showSP {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .u-showPC {
        display: none !important;
    }
}

.u-txt--center {
    text-align: center !important;
}

.u-txt--left {
    text-align: left !important;
}

.u-mb1 {
    margin-bottom: 1em !important;
}

.u-mb2 {
    margin-bottom: 2em !important;
}

.u-mb3 {
    margin-bottom: 3em !important;
}

.u-mb4 {
    margin-bottom: 4em !important;
}

.u-mb5 {
    margin-bottom: 5em !important;
}

.bath-note {
    padding: 30px;
    text-align: left;
    border: 3px solid #aaa;
    line-height: 1.7;
    margin-bottom: 30px;
}

.shoplist {
    width: 300px;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff !important;
    margin: 0 auto;
    display: block;
}

.p-topMain {
    position: relative;
}

.top-banner {
    position: absolute;
    right: 0;
    top: 15%;
}

.top-banner li:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .top-banner {
        width: 350px;
    }

    .top-banner li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .top-banner {
        margin: 20px auto 0;
        position: static;
        width: 100%;
        margin-bottom: -30px;
    }

    .top-banner li {
        padding: 0 15px;
    }
}

.contact-note {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 15px;
}

.action-link-list {
    display: flex;
    justify-content: center;
}

.action-link-list li:not(:last-child) {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
    .action-link-list {
        flex-direction: column;
    }

    .action-link-list li:not(:last-child) {
        padding: 0 0 10px 0;
    }
}

#certification p {
    text-align: left;
}

#certification a {
    word-wrap: break-word;
}

#certification .certification__frameThumb {
    width: 300px;
    box-sizing: border-box;
    margin: 0 auto 15px;
}

#certification .certification__frameThumb figure {
    border: #CCC 1px solid;
}

.iso-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iso-wrap img {
    width: 150px;
}

.top-head {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.top-head .news {
    border: 1px solid #333;
    max-width: 600px;
    padding: 20px;
}

.top-head .news .c-headSubTitle2 {
    margin-bottom: 13px;
    text-align: left;
    font-size: 14px;
}

.top-head .news .p-topNewsListOuter {
    padding: 0;
}

.top-recommended {
    background: #f6f6f6;
}

.lineup-bg {
    background: #f6f6f6;
    padding: 25px 0;
    margin-bottom: 15px;
}

.p-topLineUpList {
    margin-bottom: 0;
}

.slick-slide {
    margin-right: 10px;
}


.slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prev-arrow {
    left: 0;
    z-index: 10;
}

.next-arrow {
    right: 0;
    z-index: 10;
    transform: scale(-1, 1);
}

.top-clmn2-wrap {
    display: flex;
    justify-content: center;
}

.top-clmn2-wrap .top-clmn2-banner {
    display: block;
    width: 100%;
}

.top-clmn2-wrap .top-clmn2-banner:nth-child(2n) {
    margin-left: 15px;
}

.top-clmn2-wrap .top-clmn2-banner img {
    width: 100%;
}

.postid-73 p.p-itemFrame__cartMark {
    display: none;
}

.postid-73 p.page73 {
    display: block;
}

.single_item_banner {
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .top-head {
        padding: 15px;
    }

    .slide-arrow {
        width: 9vw;
    }

    .top-clmn2-wrap {
        display: block;
    }

    .top-clmn2-wrap .top-clmn2-banner {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }

    .top-clmn2-wrap .top-clmn2-banner:nth-child(2n) {
        margin-left: 0;
    }
}




#main-visual {
    position: relative;
}

#main-visual picture {
    position: absolute;
    width: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#main-visual picture img {
    display: block;
    width: 100%;
}

#main-visual .catchcopy {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 2.5%;
    margin: auto;
    z-index: 3;
}

@media screen and (min-width:1000.99px) {
    #main-visual .catchcopy {
        top: -7.5%;
        bottom: 0;
        right: 24%;
        left: auto;
        width: 35%;
        max-width: 400px;
        height: 280px;
        margin: auto;
    }
}

@media screen and (min-width:1280px) {
    #main-visual .catchcopy {
        left: 24%;
        right: 0;
    }
}

#main-visual .catchcopy h1 {
    color: #2F5C7C;
    text-align: center;
    font-size: 21px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    line-height: 1.5;
}

#main-visual .catchcopy h1 > br {
    display: none;
}

@media screen and (min-width:1000.99px) {
    #main-visual .catchcopy h1 {
        font-size: 26px;
        text-align: left;
    }

    #main-visual .catchcopy h1 > br {
        display: inline;
    }
}

@media screen and (min-width:1280px) {

    #main-visual .catchcopy h1 {
        font-size: 36px;
        text-align: left;
    }
}

#main-visual .catchcopy p {
    text-align: center;
    margin: 16px 0 16px;
    line-height: 1.50;
}

@media screen and (min-width:1000.99px) {
    #main-visual .catchcopy p {
        text-align: left;
        margin: 16px 0 32px;
        line-height: 1.75;
    }
}

#main-visual .catchcopy .arrow_box_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 75%;
    max-width: 220px;
    height: 54px;
    border: 1px solid #707070;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1000.99px) {
    #main-visual .catchcopy .arrow_box_btn {
        margin: 0
    }
}

#main-visual .catchcopy .arrow_box_btn a {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
}


#main-visual .catchcopy .arrow_box_btn img {
    display: block;
    width: 51.6px;
    height: 12px;
}

#main-visual .catchcopy .arrow_box_btn._ie img {
    width: 51.6px;
}

#glCanvas {
    position: relative;
    display: block;
    width: 100vw;
    height: 143.937vw;
    margin: 0 auto;
    z-index: 1;
    padding-bottom: 180px;
}

@media screen and (min-width:1000.99px) {
    #glCanvas {
        height: 41.75vw;
        padding-bottom: 0;
    }
}


footer li {
    letter-spacing: 0;
}

footer a {
    color: #ffffff;
}

footer .wrapper {
    margin: 0 auto;
    padding: 42px 0 36px;
}

@media screen and (min-width:1000.99px) {
    footer .wrapper {
        padding: 64px 0 96px;
    }
}

footer .site-menu {
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 16px;
}

@media screen and (min-width:1000.99px) {
    footer .site-menu {
        position: relative;
        height: 156px;
        margin: 0 auto 36px;
    }
}

footer .footer-logo {
    margin: 0 0 32px;
}

@media screen and (min-width:1000.99px) {
    footer .footer-logo {
        position: absolute;
        left: 0;
        margin: 0;
    }
}

footer .footer-logo > img {
    display: block;
    width: 160px;
    margin: 0 auto;
}

@media screen and (min-width:1000.99px) {
    footer .footer-logo > img {
        width: 224px;
        margin: 0;
    }
}

@media screen and (min-width:1000.99px) {
    footer .menu-list {
        position: absolute;
        display: flex;
        left: 334px;
        width: calc(90% - 224px);
        justify-content: space-around;
    }
}

footer .menu-list > li {
    margin: 0;
}

@media screen and (min-width:1000.99px) {
    footer .menu-list > li {
        padding: 0;
    }

    footer .menu-list > li:not(:first-child) {
        margin: 0 0 0 36px;
    }
}

footer .menu-list > li > ul > li {
    box-sizing: border-box;
    padding: 7px 0;
    font-size: 14px;
    color: #ffffff;
}

@media screen and (min-width:1000.99px) {
    footer .menu-list > li > ul > li {
        padding: 0;
        text-align: left;
    }

    footer .menu-list > li > ul > li:not(:last-child) {
        margin: 0 0 21px;
    }
}

footer .menu-list > li > ul > li a {
    color: #ffffff;
}

footer .menu-list > li > ul > li a:active,
footer .menu-list > li > ul > li a:visited,
footer .menu-list > li > ul > li a:hover {
    color: #ffffff;
}

footer .copyright > p {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
}

@media screen and (min-width:667px) {
    footer .copyright > p {
        font-size: 12px;
    }
}

footer .changeLangJa, footer .changeLangEn{
    cursor:pointer;
    padding: 5px !important;
    border: 1px solid #fff;
}

.pickup-list > li {
    background-color: #F5F4F4;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    max-height: 73px;
    margin-bottom: 16px;
}

.pickup-list > li a {
    display: block;
    padding: 26px;

}

@media screen and (min-width:1000.99px) {
    .pickup-list > li {
        margin-bottom: 24px;
    }
}

.pickup-list > li a {
    color: #000000
}

.pickup-list > li small {
    font-size: 10px;
    color: #666666;
    display: block;
}


.onlineshop-list > li,
.ambassador-list > li {
    margin-bottom: 16px;
}

@media screen and (min-width:1000.99px) {

    .onlineshop-list > li,
    .ambassador-list > li {
        margin-bottom: 24px;
    }
}

.onlineshop-list,
.ambassador-list,
.externallink-list,
.externallink-list__two__column
{
    max-width: 776px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.externallink-list__two__column{
    gap: 20px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    @media(max-width:630px){
    flex-wrap: wrap;
    }
}

.bq {
    position: relative;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 1.5em;
    margin: 1.5em 0;
}

.bq:before {
    content: '“';
    display: inline-block;
    position: absolute;
    top: .25em;
    left: .25em;
    font-size: 32px;
    line-height: 1;
    color: #989898;
}

.bq:after {
    content: '”';
    display: inline-block;
    position: absolute;
    bottom: .25em;
    right: .25em;
    font-size: 32px;
    line-height: 0;
    color: #989898;
}

.flex.p-lineUpIntro {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.p-lineUpIntro .description_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

@media screen and (min-width:1000.99px) {
    .p-lineUpIntro .description_wrapper {
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }
}

.description_wrapper > .inner_wrapper > p {
    line-height: 2;
}

.description_wrapper > .inner_wrapper > .c-moreBtn {
    margin-top: 28px;
}

.radio_bnr {
    margin-top: 20px;
    margin-top: 20px;
    padding: 0 5px;
}

.top_banner > ul.nowrap > li {
    width: 450px;
}

.top_banner > ul.nowrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (max-width:600px) {
    .top_banner > ul.nowrap {
        flex-direction: column;
    }

    .top_banner > ul.nowrap > li {
        width: 100%;
    }
}
.top_banner>ul.wrap {
    display: flex;
        gap: 20px;
        flex-wrap: wrap;
        width: 920px;
        margin:40px auto 0;
}
.top_banner>ul.wrap>li {
    width: 450px;
}
@media screen and (max-width:1000px) {
    .top_banner>ul.wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .top_banner>ul.wrap>li {
        width: 90%;
    }
}

.banner_caution {}

.banner_caution > a {
    color: #000;
    font-size: large;
    display: inline-block;
    width: 100%;
    border: 0.5px solid #828282;
    height: 88px;
    position: relative;
}

.banner_caution > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;

}

.normal_list > li:before {
    content: none !important;
}

.form_privacy {
    box-sizing: border-box;
    width: 600px;
    height: 182px;
    overflow: hidden scroll;
    margin: 0 auto 11px;
    border: 1px solid;
    border-radius: 5px;
    text-align: left;
    padding: 15px 20px;
}

.form_privacy > dl > dd {
    margin-bottom: 15px;
}

@media screen and (max-width:600px) {
    .banner_caution {
        width: 100%;

    }

    .banner_caution > a {
        position: relative;
        border: 0;
    }

    .banner_caution > a > span {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: 0;
        transform: 0;
    }

    .form_privacy {
        width: 100%;
    }

    body.postid-3335 iframe {
        width: 100%;
        height: 210px;
    }

}

.p-oem-202508 .l-inner{
    max-width: 1000px;
}

.p-oem-202508 .p-oem__pagehead{
    max-width: none;
}

.p-oem-202508 .p-oem__feature__banner{
    margin: 100px auto 0;
    text-align: center;
    @media screen and (max-width:600px) {
    margin: 50px auto 0;
    }
}

.p-oem-202508 .p-oem__feature__image{
    text-align: center;
}


.p-oem-202508 .p-ome_devRow02 .p-ome_devRow02__image {
    position: relative;
}
.p-oem-202508 .p-ome_devRow02 .p-ome_devRow02__image p{
    margin-top: 5px;
}
.p-oem-202508 .p-ome_devRow02 .p-ome_devRow02__imageR{
    z-index: 2;
    text-align: right;
    @media (max-width: 960px){
        text-align: center;
    }
}
.p-oem-202508 .p-ome_devRow02 .p-ome_devRow02__imageL{
    z-index: 1;
    margin-top: -190px;
    @media (max-width: 960px){
        margin: 40px auto 0;
        text-align: center;
    }
    @media (max-width: 640px){
        margin: 30px auto 0;
    }
}

.p-oem-202508 .p-ome_devRow02 section{
    max-width: 550px;
    width: 100%;
    padding: 40px;
    margin: -150px 0 0 auto !important;
    background-color: #f4f2ee;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    @media (max-width: 960px){
        margin: 40px auto 0 !important;
        padding: 30px;
    }
    @media (max-width: 640px){
        margin: 30px auto 0 !important;
        padding: 20px;
    }
}
.p-oem-202508 .p-ome_devRow02 section h3{
    color: #5170a7;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 25px;
    border-bottom: 1px solid #5170a7;
    margin-bottom: 25px;
    @media (max-width: 640px){
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.p-oem-202508 .p-ome_devRow02 section p{
    line-height: 1.7;
    font-size: 18px;
    @media (max-width: 640px){
        font-size: 16px;
    }
}

.p-oem-202508 .p-oem-202312__markItemList li{
    width: 25% !important;
    @media(max-width: 640px){
        width: 47% !important;
    }
}
.p-oem-202508 .p-oem-202312__markItemList li.w50{
    width: 50% !important;
    @media(max-width: 640px){
        width: 100% !important;
    }
}

@media(max-width: 640px){
    .p-oem-202508 .p-oem-202312__markItemList01 li{
        order: 0;
    }
    .p-oem-202508 .p-oem-202312__markItemList01 li:nth-child(1){
        order: 1;
    }
    .p-oem-202508 .p-oem-202312__markItemList01 li:nth-child(4){
        order: 2;
    }
    .p-oem-202508 .p-oem-202312__markItemList01 li:nth-child(2){
        order: 3;
    }
    .p-oem-202508 .p-oem-202312__markItemList01 li:nth-child(3){
        order: 4;
    }
    .p-oem-202508 .p-oem-202312__markItemList01 li:nth-child(n+5){
        order: 5;
    }
}

.p-oem-202508 .p-oem-202312__quality h4{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-oem-202508 .p-oem-202312__quality h4::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0068b7;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.p-oem-202508 .p-oem-202312__quality h4 span{
    display: inline-block;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #0068b7;
    letter-spacing: 1px;
}

.p-oem-202508 .p-oem-202312__markItemList {
    margin-top: 40px;
    justify-content: center;
}

.p-oem-202508 .p-oem-202312__markItemList + h4 {
    margin-top: 60px;
}

.p-oem-202508 .p-oem-202312__markItemList02 li{
    width: 33.3% !important;
    @media(max-width: 640px){
        width: 47% !important;
    }
}

.p-oem-202508 .p-oem-example .p-oem-example__desc {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    @media(max-width: 960px){
        flex-direction: column;
        align-items: center;
    }
}

.p-oem-202508 .p-oem-example .p-oem-example__desc p {
    line-height: 1.7;
}

.p-oem-202508 .p-oem-example .p-oem-example__list {
    margin-top: 40px;
    background-color: #fbf8f9;
    border: 2px solid #231815;
}

.p-oem-202508 .p-oem-example .p-oem-example__list >div {
    display: flex;
    @media(max-width: 960px){
        flex-direction: column;
    }
}

.p-oem-202508 .p-oem-example .p-oem-example__list >div:not(:last-child) {
    border-bottom: 2px solid #231815;
}

.p-oem-202508 .p-oem-example .p-oem-example__list dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    max-width: 280px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.5;
    border-right: 2px solid #231815;
    @media(max-width: 960px){
        max-width: none;
        gap: 20px;
        padding: 20px 20px 0;
        border-right: 0px; 
    }
}
.p-oem-202508 .p-oem-example .p-oem-example__list dt br{
    @media(max-width: 960px){
        display: none;
    }
}

.p-oem-202508 .p-oem-example .p-oem-example__list dt .img_frame {
    /* width: 62px;
    height: 62px;
    object-fit: contain; */
}

.p-oem-202508 .p-oem-example .p-oem-example__list dt .img_frame img{
    width: 62px;
    height: 62px;
    object-fit: contain;
    @media(max-width: 960px){
    width: 48px;
    height: 48px;
    }
}

.p-oem-202508 .p-oem-example .p-oem-example__list dd {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    line-height: 1.5;
}

.p-oem-202508 .tab-list .tab-list-item{
    @media(max-width: 560px){
        font-size: 14px;
    }
}