@charset "utf-8";

.main .container {
    max-width: 960px!important;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
section {
    background-color: transparent;
}


/* btn */
.btn {
    padding: 0;
    display: block;
}
.btn a {
    width: 240px;
    height: 50px;
    background-color: #fff;
    border: solid 1px #888888;;
    margin: 0 auto;
    display: block;
    color: #333;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.btn .btn-more:before {
    content: "";
    background: url(../img/index/btnTxt_readmore.svg) no-repeat center center / contain;
    width: 106px;
    height: 16px;
}
.btn .btn-more:before {
    content: "";
    background: url(../img/index/btnTxt_readmore.svg) no-repeat center center / contain;
    width: 106px;
    height: 16px;
}
.btn .btn-item:before {
    content: "";
    background: url(../img/index/btnTxt_viewitem.svg) no-repeat center center / contain;
    width: 97px;
    height: 16px;
}
.btn .btn-comming {
    background: #F3F3F3;
}
.btn .btn-comming:before {
    content: "";
    background: url(../img/index/btnTxt_commingsoon.svg) no-repeat center center / contain;
    width: 130px;
    height: 16px;
}

.btn .btn-viewall:before {
    content: "";
    background: url(../img/index/btnTxt_viewall.svg) no-repeat center center / contain;
    width: 85px;
    height: 16px;
}
.btn a:hover {
    background: #F3F3F3;
    text-decoration: none;
    /* border-color: #F3F3F3; */
}
@media (max-width: 767px){
}
@media (max-width: 576px) {
    .btn a {
        max-width: 50vw;
        width: 100%;
        height: 12vw;
    }
}

/* background */
.bg_gr {
    background: url(../img/index/product_bg.jpg) repeat-y top center / cover;
    overflow: hidden;
}
.bg_l-gr {
/*    background: url(../img/index/forskin_bg.jpg) repeat-y top center / contain;*/
    overflow: hidden;
}


/* mv */
.mv {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
}
.mv .mv01 {
    background: #fff;
    background: url(../img/index/mv01_bg.jpg) no-repeat top center / contain;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.mv .mv02 {
    background: #fff;
    background: url(../img/index/mv02_bg.jpg) no-repeat top center / contain;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.mv .mv03 {
    background: #fff;
    background: url(../img/index/mv03_bg.jpg) no-repeat top center / contain;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.mv .mv_img {
    animation: ChangeImage 10s infinite;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    25%{ opacity: 1;}
    50%{ opacity: 1;}
    75%{ opacity: 0;}
    100%{ opacity: 0;}
}
.mv .mv_img:nth-of-type(1) {
    animation-delay: 0s;
}
.mv .mv_img:nth-of-type(2) {
    animation-delay: 5s;
}
.mv .mv_img .container {
    text-align: center;
}

.mv .mv_img .container img {
    width: 100%;
}
.mv .mv_img:nth-of-type(2) img,
.mv .mv_img:nth-of-type(3) img {
    width: 80%;
}

@media (max-width: 1200px){
    .mv .mv_img .container {
        width: 60vw;
    }

}
@media (max-width: 767px){
    .mv {
        aspect-ratio: 414 / 768;
    }
    .mv .mv01 {
        background: #fff;
        background: url(../img/index/mv01_bg-sp.jpg) no-repeat top center / contain;
        width: 100%;
        aspect-ratio: 414 / 768;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }
    .mv .mv02 {
        background: #fff;
        background: url(../img/index/mv02_bg-sp.jpg) no-repeat top center / contain;
        width: 100%;
        aspect-ratio: 414 / 768;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }
    .mv .mv03 {
        background: #fff;
        background: url(../img/index/mv03_bg-sp.jpg) no-repeat top center / contain;
        width: 100%;
        aspect-ratio: 414 / 768;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }
    .mv .mv_img .container {
        width: 90%;
    }
}
@media (min-width: 576px) {
}

/* concept */
.concept {
    background: #fff;
}
.concept .concept_wrapper {
    background: #fff;
    background: url(../img/index/concept_bg.jpg) no-repeat top center / contain;
    width: 100%;
    padding: 80px 0;
}
.concept .concept_ttl {
    margin: 0 auto 40px;
    max-width: 465px;
    text-align: center;
}
.concept .concept_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.concept .concept_item .concept_item_ttl {
    width: 312px;
    padding-top: 120px;
}
.concept .concept_item .concept_item_img {
    width: 450px;
}
@media (max-width: 980px) {
    .concept .concept_wrapper {
        padding: 10vw 0;
    }
    .concept .concept_ttl {
        width: 65vw;
        max-width: initial;
        margin-bottom: 0;
    }
    .concept .concept_item {
        justify-content: space-between;
        position: relative;
        margin-top: 10vw;
    }
    .concept .concept_item .concept_item_ttl {
        width: 42vw;
        padding-top: 10vw;
        height: 80vw;
        padding-left: 5vw;
    }
    .concept .concept_item .concept_item_img {
        width: 70vw;
        position: absolute;
        right: -2vw;
    }
}
@media (max-width: 576px) {
}

/* about */
.about {
    background: #fff;
/*    background: url(../img/index/about_bg.jpg) no-repeat top left / cover;*/
    width: 100%;
    padding: 80px 0;
}

.about .about_wrapper .about_ttl {
    width: 496px;
    margin: 0 auto;
    padding-bottom: 64px;
    position: relative;
    /* text-align: center; */
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.about .about_wrapper .about_ttl::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 24px;
    /* left: calc( (100%- 78px) / 2 ); */
    /* left: 43%; */
    background: url(../img/index/about_ttl_deco.svg) no-repeat top center / contain;
    width: 78px;
    height: 10px;
}
.about .about_wrapper .about_txt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 48px;
}
@media (max-width: 980px) {
    .about {
        padding: 10vw 0;
    }
    .about .about_wrapper .about_txt {
        font-size: 2.2vw;
        margin-bottom: 6vw;
    }
}
@media (max-width: 767px) {
    .about {
/*        background: url(../img/index/about_bg-sp.jpg) no-repeat top left / cover;*/
        width: 100%;
    }
    .about .about_wrapper .about_ttl {
        width: 50vw;
    }
    .about .about_wrapper .about_ttl img {
        width: 100%;
    }
    .about .about_wrapper .about_txt {
        font-size: 3.2vw;
    }
}
@media (max-width: 576px) {
}



.forskin .forskin_ttl {
    padding: 80px 0;
    text-align: center;
    background-color: #F3F3F3;
}
.forskin .forskin_ttl img {
    width: 346px;
    margin: 0 auto;
}

.forskin .forskin_additive {
    margin: 96px auto;
}
.forskin .forskin_additive:before {
    content: "";
    background: url(../img/index/forskin_additive_img.png) no-repeat top left / contain;
    width: 680px;
    height: 525px;
    position: absolute;
    left: -8%;
}
.forskin .forskin_additive .forskin_additive_wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 508px;
    margin-left: auto;
    position: relative;
}
.forskin .forskin_additive .forskin_additive_ttl {
    margin: 0 auto 32px;
    width: 300px;
}
.forskin .forskin_additive .forskin_additive_txt {
    margin-top: 24px;
    font-size: 9px;
}
.forskin .forskin_point {
    position: relative;
    overflow: hidden;
}
/* .forskin .forskin_point:before {
    background: url(../img/index/forskin_item_bg.jpg) no-repeat top center / contain;
    content: "";
    width: 528px;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
}
.forskin .forskin_point:after {
    background: url(../img/index/forskin_item_bg.jpg) no-repeat top center / contain;
    content: "";
    width: 528px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.forskin .forskin_point .forskin_point_item {
    height: 700px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    /* overflow: hidden; */
}
.forskin .forskin_point .forskin_point_item:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    /* margin-top: 120px; */
}
.forskin .forskin_point .forskin_point_item .forskin_point_item_wrapper {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    /* padding: 140px 0; */
}
.forskin .forskin_point .forskin_point_item:before {
    background: url(../img/index/forskin_item_img01.jpg) no-repeat top center / contain;
    content: "";
    width: 620px;
    height: 413px;
    position: absolute;
    right: -20%;
}

.forskin .forskin_point .forskin_point_item:last-child:before {
    background: url(../img/index/forskin_item_img02.jpg) no-repeat top center / contain;
    content: "";
    width: 620px;
    height: 413px;
    position: absolute;
    left: -20%;
}

.forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_ttl {
    width: 328px;
    margin-bottom: 32px;
}

.forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_txt {
    font-size: 16px;
    line-height: 2;
    display: block;
}

.forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_btn {
    margin-top: 64px;
    display: inline-block;
}
.forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_btn a {
    margin: 0;
}
@media (max-width: 1200px) {
    .forskin .forskin_point .forskin_point_item:before {
        background: url(../img/index/forskin_item_img01.jpg) no-repeat top center / contain;
        content: "";
        width: 620px;
        aspect-ratio: 4 / 3;
        height: auto;
        position: absolute;
        right: -10%;
    }
    
    .forskin .forskin_point .forskin_point_item:last-child:before {
        background: url(../img/index/forskin_item_img02.jpg) no-repeat top center / contain;
        content: "";
        width: 620px;
        aspect-ratio: 4 / 3;
        height: auto;
        position: absolute;
        left: -10%;
    }
}
@media (max-width: 980px) {
    .forskin .forskin_ttl {
        padding: 10vw;
    }
    .forskin .forskin_additive {
        margin: 8vw auto;
    }
    .forskin .forskin_additive:before {
        width: 70vw;
        left: -5vw;
    }
    .forskin .forskin_additive .forskin_additive_wrapper {
        margin-left: auto;
        width: 54vw;
        /* padding-top: 72vw; */
    }
    .forskin .forskin_additive .forskin_additive_ttl {
        margin-bottom: 4vw;
        width: 70%;
    }
    .forskin .forskin_additive .forskin_additive_txt {
        margin-top: 4vw;
        font-size: 1.8vw;
    }
    /* .forskin .forskin_point:before {
        width: 70vw;
        aspect-ratio: 278 / 369;
        right: -8vw;
        height: auto;
    }

    .forskin .forskin_point:after {
        width: 70vw;
        aspect-ratio: 278 / 369;
        left: -8vw;
        bottom: 35vw;
        height: auto;
    } */

    .forskin .forskin_point .forskin_point_item {
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
        z-index: 1;
        /* overflow: hidden; */
        padding-top: 10vw;
    }
    .forskin .forskin_point .forskin_point_item:last-child {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: center;
        /* margin-top: 14vw; */
    }
    .forskin .forskin_point .forskin_point_item .forskin_point_item_wrapper {
        display: flex;
        flex-flow: column wrap;
        position: relative;
        width: 86vw;
        margin: 0vw auto;
    }
    .forskin .forskin_point .forskin_point_item:before {
        width: 86vw;
        position: relative;
        right: auto;
        margin: 0 auto;
    }
    .forskin .forskin_point .forskin_point_item:last-child:before {
        width: 86vw;
        position: relative;
        left: auto;
        margin: 0 auto;
    }
    .forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_ttl {
        width: 60%;
        margin-bottom: 4vw;
    } 
    .forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_txt {
        font-size: 2.2vw;
    }
    .forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_btn {
        margin-top: 4vw;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .forskin .forskin_ttl {
        padding: 10vw 14vw;
    }
    .forskin .forskin_additive:before {
        width: 100vw;
        left: 0;
        top: 5vw;
    }
    .forskin .forskin_additive .forskin_additive_wrapper {
        margin: 0 auto;
        width: 86vw;
        padding-top: 72vw;
    }
    .forskin .forskin_additive .forskin_additive_ttl {
        margin: 4vw auto 8vw;
        padding: 0 10vw;
    }
    .forskin .forskin_additive .forskin_additive_wrapper {
        margin: 0 auto;
        width: 86vw;
        padding-top: 86vw;
    }
    .forskin .forskin_additive .forskin_additive_txt {
        margin-top: 4vw;
        font-size: 2.2vw;
    }
    .forskin .forskin_point:after {
        bottom: 45vw;
    }
    .forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_ttl {
        /* width: 50%; */
    } 
    .forskin .forskin_point .forskin_point_item_wrapper .forskin_point_item_txt {
        font-size: 3.2vw;
    }
}
@media (max-width: 576px) {
}
.point {
    padding: 120px 0;
}
.point .point_wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    position: relative;
    padding: 56px 0 144px;
}
.point .point_wrapper:before {
    content: "";
    position:absolute;
    background: url(../img/index/point_frame.svg) no-repeat top left / contain;
    width: 332px;
    height: 140px;
    bottom: 0;
    left: 0;
    transform: scale(1, -1);
}
.point .point_wrapper:after {
    content: "";
    position:absolute;
    background: url(../img/index/point_frame.svg) no-repeat top left / contain;
    width: 332px;
    height: 140px;
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
}
.point .point_wrapper .point_ttl {
    margin-bottom: 56px;   
    width: 450px;
}
.point .point_wrapper .point_ttl:before {
    content: "";
    position:absolute;
    background: url(../img/index/point_frame.svg) no-repeat top left / contain;
    width: 332px;
    height: 140px;
    top: 0;
    left: 0;
}

.point .point_wrapper .point_ttl:after {
    content: "";
    position:absolute;
    background: url(../img/index/point_frame.svg) no-repeat top left / contain;
    width: 332px;
    height: 140px;
    top: 0;
    right: 0;
    transform: scale(-1, 1);
}

.point .point_wrapper .point_txt {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 772px;
    margin: 0 auto;
}
.point .point_wrapper .point_txt img {
    max-width: 295px;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.point .point_wrapper .point_txt p {
    max-width: 420px;
    width: 58%;
    font-size: 16px;
    line-height: 2;
    display: block;
}
.point .point_wrapper .point_txt p span{
    margin-top: 32px;
    font-size: 12px;
    line-height: 1.6;
    display: block;
}
@media (max-width: 980px) {
    .point {
        padding: 10vw 0;
    }
    .point .point_wrapper {
        width: 86vw;
        margin-left: auto;
        margin-right: auto;
        padding: 10vw 0;
    }
    .point .point_wrapper .point_ttl {
        width: 58vw;
        margin-bottom: 8vw;
        text-align: center;
    }
    .point .point_wrapper:before,
    .point .point_wrapper:after,
    .point .point_wrapper .point_ttl:before,
    .point .point_wrapper .point_ttl:after {
        width: 35vw;
    }
    .point .point_wrapper .point_txt {
        width: 90%;
    }
    
    .point .point_wrapper .point_txt img {
        width: 48%;
    }
    .point .point_wrapper .point_txt p {
        width: 48%;
        font-size: 2.2vw;
    }
    .point .point_wrapper .point_txt p span{
        margin-top: 2vw;
        font-size: 1.8vw;
    }

}
@media (max-width: 767px) {
    .point .point_wrapper {
        padding: 12vw 0;
    }
    .point .point_wrapper .point_txt {
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 88%;
    }
    .point .point_wrapper .point_txt img {
        width: 100%;
        max-width: initial;
        margin-bottom: 4vw;
    }
    .point .point_wrapper .point_txt p {
        width: 100%;
        max-width: initial;
        font-size: 3.2vw;
    }
    .point .point_wrapper .point_txt p span{
        margin-top: 2vw;
        font-size: 2.6vw;
    }
}
@media (max-width: 576px) {
}

.product .product_wrapper {
    padding: 80px 0 120px;
}
.product .product_ttl {
    text-align: center;
    margin: 0 auto 120px;
    width: 481px;
    padding-top: 80px;
}

.product .product_itemList {
    position: relative;
}

.product .product_itemList .product_item {
    display: flex;
    flex-flow: row wrap;
    width: 320px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 120px;
}

.product .product_itemList .product_item:before {
    background: url(../img/index/product_item01.png) no-repeat center center / contain;
    content: "";
    width: 513px;
    padding-top: 48%;
    /* height: 246px; */
    position: absolute;
    display: block;
    right: 0%;
}
.product .product_itemList .product_item:last-child {
    padding-top: 120px;
    justify-content: flex-end;
    margin-left: auto;
}

.product .product_itemList .product_item:last-child:before {
    background: url(../img/index/product_item02.png) no-repeat center center / contain;
    content: "";
    width: 683px;
    padding-top: 66%;
    /* height: 455px; */
    /* aspect-ratio: 3 / 2; */
    position: absolute;
    display: block;
    left: -15%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}
.product .product_itemList .product_item .product_item_ttl {
    margin-bottom: 32px;
    width: 250px;
}

.product .product_itemList .product_item .product_item_txt {
    font-size: 16px;
    margin-bottom: 48px;
    line-height: 1.688;
    text-align: left;
}

.product .product_itemList .product_item:last-child .product_item_ttl,
.product .product_itemList .product_item:last-child .product_item_txt,
.product .product_itemList .product_item_btn,
.product .product_itemList .product_item:last-child .product_item_btn-before {
    margin-right: auto;
}
@media (max-width: 1300px) {
    .product .product_itemList .product_item:last-child:before {
        width: 50vw;
        left: -5vw;
    }
}
@media (max-width: 1200px) {
    .product .product_itemList .product_item:before {
        width: 52vw;
    }
    .product .product_itemList .product_item:last-child:before {
        width: 50vw;
        left: 0vw;
    }
}
@media (max-width: 980px) {
    .product .product_ttl {
        padding: 0 2vw 10vw;
        margin: 0 auto ;
    }
    .product .product_itemList .product_item {
        margin-left: 5vw;
        margin-bottom: 5vw;
    }
    
    .product .product_itemList .product_item:before {
        right: 4vw;
    }
    .product .product_itemList .product_item:last-child:before {
        left: 5vw;
    }
    .product .product_itemList .product_item .product_item_txt {
        font-size: 2.2vw;
        margin-bottom: 8vw;
    }
}
@media (max-width: 767px) {
    .product .product_wrapper {
        padding: 12vw ;
    }
    .product .product_ttl {
        width: 100%;
    }
    .product .product_itemList .product_item {
        width: 100%;
        flex-flow: column;
        align-items: flex-start;
        margin: 0;
    }
    .product .product_itemList .product_item:before {
        position: relative;
        width: 100%;
        right: 0;
    }
    .product .product_itemList .product_item:last-child {
        padding-top: 12vw;
    }
    .product .product_itemList .product_item:last-child:before {
        position: relative;
        width: 100%;
        left: 0;
    }
    .product .product_itemList .product_item .product_item_ttl {
        margin: 8vw 0 4vw;
        width: 50%;
    }
    .product .product_itemList .product_item .product_item_txt {
        font-size: 3.2vw;
        margin-bottom: 8vw;
    }
    .product .product_itemList .product_item .product_item_btn {
        width: 100%;
    }
    .product .product_itemList .product_item .product_item_btn a {
        width: 100%;
        max-width: 100%;
    }

}
@media (max-width: 576px) {
}

.information {
    padding-bottom: 120px;
}
.information .information_ttl {
    width: 440px;
    margin: 0 auto 48px;
}

.information .information_wrap {
}

.information .information_list {
    background: #fff;
    border: solid 1px #AAAAAA;
    padding: 48px 40px;
    margin-bottom: 48px;
}

.information .information_item {
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    padding-bottom: 24px;
    border-bottom: solid 1px #C4C4C4;
    margin-bottom: 24px;
}

.information .information_item:last-child {
    margin-bottom: 0;
}
.information .information_item .information_item_date{
    margin-right: 40px;
    max-width: 84px;
    color: #333333;
}
.information .information_item .information_item_ttl {
    margin-bottom: 0;
}
.information .information_item .information_item_ttl a {
    margin-bottom: 0;
    color: #333333;
}
@media (max-width: 980px) {
    .information {
        width: 86vw;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 14vw;
    }
    .information .information_ttl {
        width: 100%;
        margin-bottom: 4vw;
        text-align: center;
    }
    .information .information_list {
        padding: 4vw;
        margin-bottom: 8vw;
    }
    .information .information_item {
        font-size: 2.2vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

}
@media (max-width: 767px) {
    .information .information_ttl img {
        width: 100%;
        margin: 0 auto;
    }
    .information .information_item {
        font-size: 3.2vw;
        flex-flow: column;
        text-align: left;
    }
    .information .information_wrap .information_btn {
        width: 100%;
    }
    .information .information_wrap .information_btn a {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 576px) {
}

/* CSS Document */

/* loading ローディング用GIF画像はWH60pxで表示 border:1px solid red;*/
#loader{color:#FFF;width:60px;height:60px;display: none;position: fixed;_position: absolute;
    /* IE6対策 */
    top: 50%;left: 50%;margin-top: -30px;margin-left: -30px;z-index: 10;}
/* .fullSlideShow ,.slick ,#home_product{max-width:1280px !important;margin:auto;} */

/* common */
/* .home_arrow_down{position:absolute;left:0;right:0;bottom:20px;margin:auto;}
.slidetxt {z-index:200;position:absolute;display:inline-block;left:0;top:54%;
transform:translateY(-50%);
margin:auto;color:#FFF;width:100%;text-align:center;}
.slidetxt img{width:90vw !important;display:inline;} */

/* fullSlideShow */
/* .fullSlideShow .pagiNation {display:none;} */
/*.fullSlideShow:after{content:"";display:block;position:absolute;left:0;right:0;bottom:20px;width:40px;height:15px;margin:auto;border:1px solid red;z-index:200;background:url(../../img/home/arrow_down.png) no-repeat center top;background-size:100%;}*/
#wrapper-footer-full ,#wrapper-footer{position:relative; overflow: hidden;}/* ←fullSlideShow対策 */

/* information */
/* .understrap-read-more-link{padding:0.1em;}
#home_information > h2{font-size:1.4rem;text-align:center;padding:1rem;}
#home_information .row *{font-size:1rem;line-height:1.2;color:#333333;}
#home_information .row:first-child{border-top:1px solid #B1B1B1;}
#home_information .row{border-bottom:1px solid #B1B1B1;padding:0.5rem 0;} */

/* slick */
/* .slick .slidetxt{top:44%;} */

/* product */
/* #home_product{background: #fff;text-align:center;}
#home_product div[class*="col"] img{display:block;}
a.button_pink{background-color:#E198B4;color:#FFF;padding:3px 6px;text-align:center;} */

/* @media (min-width:768px){
.slidetxt .only_sp{display:none;}
#home_product .container div[class*="col"]{margin:20px;padding-bottom:30px;border:1px solid #B1B1B1;}
.product_price{
    text-align:center;margin:0 auto;}
}
@media (max-width:767px){
.slidetxt .only_pc{display:none;}
.slick {overflow:hidden;}
.slick > div{margin:0 -180px;}
.product_price{padding-bottom:20px;}
}
@media (max-width: 575px) {
.slick .slidetxt img{width:110vw !important;margin-left:5px;}
} */
