/*
*Theme Name: hadariki
*Theme URI: テーマURL
*Author: hadariki
*Description: リスラボの課題
*Version: 1.0.0
*/
/*ーーーーーーーーーーーtop-mvーーーーーーーーーーー*/

.mv{
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-top: 90px;
}

.mv .catchcopy{
    position: absolute;
    top: 65%;
    left: 10%;
    font-weight: 700;
    font-size: 4.0rem;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #131E80;
    z-index: 10;
}

@media (max-width: 1200px){
    .mv .mv_img{
        width: 100vw;
        height: auto;
    }

}

@media (max-width: 768px){
    .mv{
        padding-top: 60px;
    }

    .mv .mv_img{
        width: 100%;
        height: 100vh;
    }

    .mv .mv_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: right 0px center;
    }

    .mv .catchcopy{
        top: 80%;
        left: 5%;
        line-height: 1.5;
    }

    .mv .catchcopy span{
        font-size: 28px;
        display: inline;
        background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
}

@media(max-width: 500px){
    .mv .catchcopy{
        top: 70%;
    }
}

.category{
    position: absolute;
    z-index: 10;
    max-width: 1100px;
    top: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #F9FDFF;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

@media(max-width: 768px){
    .category{
        transform: initial;
        -webkit-transform: initial;
        top: 330%;
        left: 0;
    }
}

.category_wrap{
    max-width: 1042px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.category_wrap .category_title{
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    position: relative;
    display:inline-block;
}

.category_wrap .category_title::after{
    content:"";
    display:inline-block;
    width:120px;
    height:1px;
    background-color:#333;
    position:absolute;
    top: 15px;
    right: -140px;
}

.category_wrap .category_title span{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    padding-top: 15px;
}

.categorylist_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
}

.category_list {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: 20px;
    width: 192px;
    height: 144px;
    text-align: center;
    background: #FFF;
    box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.15);
}

.category_list:last-child{
    margin-right: 0;
}

.category_list a{
    display: inline-block;
    transition: all 0.3s; 
}

.category_list a:hover{
    opacity: 0.6;
}

.category_list .face-body img{
    width: 75px;
    padding-bottom: 7px;
}

.category_list .mask img{
    width: 94px;
    padding-bottom: 7px;
}

.category_list .sheet img{
    width: 50px;
    padding-bottom: 3px;
}

.category_list .wet-tissue img{
    width: 106px;
    padding-bottom: 15px;
}

.category_list .greentea img{
    width: 63px;
    padding-bottom: 5px;
}


.category_list p{
    padding-bottom: 20px;
    font-size: 1.4rem;
}


.background{
    height: 252px;
    background-color: #EFF8FB;
    margin-top: -80px;
}

section.category_sp{
    display: none;
}

@media(max-width: 768px){
    .category{
        display: none;
    }

    .background{
        display: none;
    }

    .category_list {
        align-items: center;
    }

    section.category_sp{
        display: block;
        background-color: #F9FDFF;
        margin-top: 15px;
    }

    .category_sp .category_wrap{
        padding-top: 20px;
        padding: 20px;
    }

    .category_sp .category_title{
        font-family: 'Cormorant', serif;
        font-weight: 700;
        font-size: 2.0rem;
        letter-spacing: 0.01em;
        position: relative;
        display:inline-block;
    }
    
    .category_sp .category_title::after{
        content:"";
        display:inline-block;
        width:80px;
        height:1px;
        background-color:#333;
        position:absolute;
        top: 15px;
        right: -140px;
    }
    
    .category_sp .category_title span{
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        letter-spacing: 0.01em;
        padding-top: 10px;
    }

    .category_sp .swiper{
        padding-bottom: 20px;
    }

    .swiper .swiper-wrapper{
        margin-top: 20px;
        display: flex;
    }

    .swiper .swiper-wrapper .category_list.swiper-slide{
        /* width: 40%; */
        /* height: auto; */
        box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.15);
    }

    .swiper1 .swiper-slide-prev,
    .swiper1 .swiper-slide-next {
        width: 134px !important;  /* 変更 */
        height: 100px !important;
        }


    .swiper .swiper-wrapper .swiper-slide a{
        display: inline-block;
        transition: all 0.3s; 
        /* width: 100%; */
        width: 134px;
        height: 100px;
        align-items: center;
    }

    .swiper .swiper-wrapper .swiper-slide a img{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 50%;
        height: auto;

    }

    .swiper .swiper-wrapper .swiper-slide .sheet img{
        width: 30%;
        height: auto;
    }

    .swiper .swiper-wrapper .swiper-slide .wet-tissue img{
        width: 60%;
        height: auto;
    }

    .swiper .swiper-wrapper .swiper-slide p {
        padding-bottom: 10px;
        font-size: 1.2rem;
    }

    .swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }

}



/*ーーーーーーーーーーーtop-newsーーーーーーーーーーー*/

.news{
    max-width: 1100px;
    margin: 182px auto 0 auto;
    background-color: #EFF8FB;
    position: relative;
    padding-bottom: 100px;
}

.news_wrap{
    max-width: 780px;
    margin: 0 auto;
}

.news .title_wrap{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.news_archive_wrap{
    padding-top: 100px;
    padding-bottom: 10px;
}

.news_archive{
    padding-bottom: 40px;
}

.news_archive a{
    display: flex;
    position: relative;
    transition: all .3s;
}

.news_archive a:hover{
    opacity: 0.6;
}

.news_archive a::after{
    content: '';
    width: 100%;
    height: 0.5px;
    display: inline-block;
    background-color: #328CB9;
    position: absolute;
    bottom: -20px;
}

.news_archive:last-child a::after{
    display: none;
}

.news_text_wrap{
    margin-left: 50px;
}

.news_text_wrap .news_text{
    display: flex;
    align-items: center;
}

.news_text_wrap .news_text .news_category{
    background-color: #328CB9;
    color: #fff;
    padding: 8px 11px;
    font-size: 1.2rem;
}

.news_text_wrap .news_text .item-date{
    margin-left: 20px;
    color: #328CB9;
    font-size: 1.4rem;
    font-family: 'PT Sans','Noto Sans JP', sans-serif;
}

.news_text_wrap .news_archive_title{
    padding-top: 30px;
    font-size: 1.6rem;
    line-height: 24px;
}

@media(max-width: 768px){
    .news{
        margin-top: 40px;
        padding-bottom: 40px;

    }

    .news_archive_wrap {
        margin: 0 4%;
        padding-top: 46px;
        padding-bottom: 20px;
    }

    .news_archive:last-child{
        padding-bottom: 0px;
    }

    .news_img_wrap{
        width: 35%;
        height: auto;
    }

    .news_img_wrap img{
        width: 100%;
        height:auto;
        object-fit: cover;
        object-position: center;
    }

    .news_text_wrap {
        margin-left: 20px;
        flex: 1;
    }

    .news_text_wrap .news_text .news_category{
        padding: 6px;
    }

    .news_text_wrap .news_text .item-date {
        margin-left: 10px;
        font-size: 1.2rem;
    }

    .news_text_wrap .news_archive_title {
        padding-top: 15px;
        font-size: 1.4rem;
    }

}
/*ーーーーーーーーーーーtop-productーーーーーーーーーーー*/
.product{
    padding-top: 100px;
}

.product h3{
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 30px;
}

.product_list{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_list li{
    width:calc(23% - 30px);
}

.product_list .product_img_anchor{
    max-width: 235px;
    height: auto;
}

.product_list .product_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.product_img_anchor{
    transition: all .3s;
}

.product_img_anchor:hover{
    opacity: 0.6;
}

.product_list_text{
    padding-top: 20px;
}

.product_list_text h5{
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.product_list_text .price{
    font-family: 'PT Sans', 'Noto Sans JP',sans-serif;
    font-size: 1.6rem;
    padding-top: 15px;
}

.product_list_text .price span{
    font-size: 1.4rem;
}

.product_btn{
    text-align: center;
    margin: 20px auto 0 auto;
}

.product_btn a{
    display: inline-block;
    width: 235px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #328CB9;
    border-radius: 20px;
    color: #328CB9;
    font-size: 1.6rem;
    padding: 8px 75px;
    transition: all 0.3s; 
}

.product_btn a:hover{
    background: #328CB9;
    color: #fff;
}

@media(max-width: 768px){
    .product {
        padding-top: 40px;
    }

    .product h3{
        font-size: 1.4rem;
        padding-top: 20px;
    }

    .product_list {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .product_list li{
        width:calc(50% - 10px);
        padding-bottom: 30px;
    }

    .product_list_text {
        padding-top: 15px;
    }

    .product_list_text h5 {
        font-size: 1.4rem;
    }

    .product_list_text .price {
        font-size: 1.4rem;
        padding-top: 12px;
    }

    .product_list_text .price span{
        font-size: 1.2rem;
    }

    .product_btn{
        text-align: left;
        margin: 15px auto 0 auto;
    }

    .product_btn a{
        width: 100%;
        height: 36px;
        font-size: 1.4rem;
        padding: 8px 30px;
        text-align: center;
    }
}

@media(max-width: 500px){

}

/*ーーーーーーーーーーーaboutーーーーーーーーーーー*/
.about{
    margin-top: 100px;
    background: url(./assets/img/about-background-color-pc.png); /* 画像のURLを指定 */
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 100px;
}

.about_wrap{
    max-width: 1233px;
}

.about .title_wrap{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.about_content_wrap{
    display: flex;
    flex-direction: row-reverse;
    padding-top: 90px;
    position: relative;
}

.about_content_wrap .about_img{
    z-index: 10;
    position: absolute;
}

.about_content_wrap .about_text{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
    margin: 50px auto 0 0;
}

.about_content_wrap .about_text .about_text_wrap{
    max-width: 454px;
    margin: 50px 140px;
}

.about_content_wrap .about_text .about_text_wrap h2{
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    color: #328CB9;
}

.about_content_wrap .about_text .about_text_wrap p{
    padding-top: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 30px;
    text-align: justify;
}

@media(max-width: 768px){
    .about{
        background: url(./assets/img/about-background-color.png); /* 画像のURLを指定 */
        background-size: 100vw ;
        background-repeat: no-repeat;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about_content_wrap{
        display: block
    }

    .about_content_wrap .about_img{
        position: initial;
        margin: 0 auto;
        width: 60%;
    }

    .about_content_wrap .about_img img{
        width: 100%;
        height:auto;
        object-fit: cover;
        object-position: center;
    }

    .about_content_wrap .about_text{
        margin: -80px auto 0 auto;
        padding-bottom: 40px;
    }

    .about_content_wrap .about_text .about_text_wrap{
        padding: 50px 4% 0 4%;
        margin: 50px auto 0 auto;
    }

    .about_content_wrap .about_text .about_text_wrap h2{
        font-size: 2.0rem;
        text-align: center;
    }
    
    .about_content_wrap .about_text .about_text_wrap p{
        padding-top: 20px;
        font-size: 1.4rem;
        padding-bottom: 20px;
    }

}

/*ーーーーーーーーーーーctaーーーーーーーーーーー*/
.cta{
    display: flex;
    justify-content: space-between;
}

.cta .cta_anchor{
    position: relative;
    transition: all .3s;
    width: calc(50% - 10px);
}

.cta .cta_anchor::after{
    content: "";
    display:inline-block;
    width:80px;
    height:1px;
    background-color:#333;
    position:absolute;
    top: 55%;
    right: 0;
}

.cta .cta_recruit::after{
    background-color:#fff;
}

.cta .cta_anchor .recruit_img,
.cta .cta_anchor .contact_img{
    width: 100%;
    height: auto;
	 position: relative;
}

.cta .cta_anchor img{
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.cta_title{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.cta_recruit{
    color: #fff;  
}

.recruit_img{
    background: #000;
}

.recruit_img img{
    opacity: 0.4;
    display: block;
}

/*ricruit_hover*/
.cta .cta_recruit:hover::after{
    background-color:#333;
    right: -20px;
}

.cta .cta_recruit:hover {
    color: #333;
}

.cta .cta_recruit:hover .recruit_img img{
    opacity: 1.0;
}

/*contact_hover*/

.cta .cta_contact:hover::after{
    background-color: #fff;
    right: -20px;
}

.cta .cta_contact:hover{
    color: #fff;
}

.cta .cta_contact:hover .contact_img{
    background: #000;
}

.cta .cta_contact:hover .contact_img img{
    opacity: 0.4;
    display: block;
}

@media (max-width: 768px){
    .cta{
        flex-flow: column;
    }
	
	.cta .cta_anchor{
		width: 100%;
	}

    .cta .cta_anchor::after{
        width:54px;
        height:1px;
        top: 50%;
    }

    .recruit_img{
        margin-bottom: 20px;
    }

    .recruit_img,
    .contact_img{
        width: 100%;
    }

    .recruit_img img,
    .contact_img img{
        width: 100%;
        height:auto;
        object-fit: cover;
        object-position: center;
    }


}


/*ーーーーーーーーーーーproduct pageーーーーーーーーーーー*/

.productpage_title{
    text-align: center;
    padding-top: 68px;
}

.productpage_text{
    text-align: center;
    font-size: 1.6rem;
    padding-top: 50px;
    line-height: 1.5;
}

@media (max-width: 768px){
    .productpage_title {
        padding-top: 20px;
    }

    .productpage_title .under_title{
        font-size: 2.4rem;
    }

    .productpage_title .under_sub_title{
        font-size: 1.4rem;
        padding-top: 10px;

    }

    .productpage_text {
        text-align: left;
        font-size: 1.4rem;
        padding-top: 20px;
    }
}

.product_wrap{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding-bottom: 50px;
}

/*
.product_wrap::after{
    content:"";
    display: block;
    width: calc(31% - 10px);
}

/*
.product_wrap_bottom{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;

}
*/

.product_img_wrap{
    position: relative;
    transition: all .3s;
    width: 336px;
	height: 189px;
    margin: 0 10px 50px 10px;
}

/* .product_img_wrap:nth-last-child(2){
    width: 0 0 100%;
    margin: 0 25px 50px auto;
}

.product_img_wrap:last-child{
    width: 0 0 100%;
    margin: 0 auto 50px 25px;
} */

.product_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.product_img_wrap::after{
    content: "";
    display:inline-block;
    width:60px;
    height:1px;
    background-color:#333;
    position:absolute;
    top: 55%;
    right: 0;
}

.product_img_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background:rgba(255,255,255,0.5);
    width: 240px;
    height: 135px;
}

.product_img_text .under_title{
    font-size: 2.4rem;
    padding-top: 45px;
    text-transform :uppercase;
}

.product_img_text .under_sub_title{
    padding-top: 5px;
    font-size: 1.6rem;
}

@media (max-width: 768px){
    .product_wrap{
        padding-top: 20px;
    }
	
	    .product_wrap::after{
        content:"";
        display: block;
        width: calc(50% - 10px);
    }

    .product_wrap_top{
        padding-top: 20px;
    }

    .product_img_wrap{
        width: calc(50% - 20px);
			height: auto;
        margin: 10px;
    }
    
    .product_img_wrap::after{
        top: 55%;
        right: 0;
		  width: 28px;
    }

    .product_img img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    
    .product_img_text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        background:rgba(255,255,255,0.5);
        width: 168px;
        height: 94.5px;
    }
    
    .product_img_text .under_title{
        font-size: 1.7rem;
        padding-top: 30px;
    }
    
    .product_img_text .under_sub_title{
        padding-top: 5px;
        font-size: 1.0rem;
    }
}


.product_wrap_bottom .bottom_img{
    margin-right: 46px;
}

.product_wrap_bottom .bottom_img:last-child{
    margin-right: 0;
}

.product_img_wrap:hover::after{
    background-color: #fff;
    right: -20px;
}

.product_img_wrap:hover{
    color: #fff;
}

.product_img_wrap:hover .product_img{
    background: #000;
}

.product_img_wrap:hover .product_img img{
    opacity: 0.6;
    display: block;
}

.product_img_wrap:hover .product_img_text{
    background:rgba(0,0,0,0.4);
}

/*ーーーーーーーーーーーproduct details pageーーーーーーーーーーー*/

.face_body_title{
    font-size: 2.8rem;
    position: relative;
    margin-top: 100px;
}

.face_body_title::after{
    content:"";
    display:inline-block;
    width:120px;
    height:1px;
    background-color:#333;
    position:absolute;
    top: 20px;
    left: 300px;
}

@media (max-width: 768px){
    .face_body_title {
        font-size: 2.0rem;
        margin-top: 40px;
    }

    .face_body_title::after{
        width:80px;
        height:1px;
        top: 12px;
        left: 220px;
    }
}

.product_details_title{
    font-family: 'Cormorant', serif;
    font-size: 3.2rem;
    padding-top: 50px;
    letter-spacing: 0.01em;
    text-transform :uppercase;
}

.product_details_title span{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.8rem;
    margin-left: 15px;
}

.product_wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.product_wrapper div::after{
    content:"";
    display: block;
    width:30%;
}

.product_wrapper li{
    margin-right: 50px;
    width: 300px;
    height: auto;
}

.product_wrapper .product_details_img{
    width: 300px;
    height: 280px;
    height: auto;
}

.product_wrapper .product_details_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.details_text{
    padding-top: 20px;
}

.details_text .product_name{
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'PT Sans', 'Noto sans JP', sans-serif;
}

.details_text .product_price{
    font-size: 1.6rem;
    font-family: 'PT Sans', 'Noto sans JP', sans-serif;
}

.details_text .product_price .small{
    font-size: 1.4rem;
}

@media (max-width: 768px){
    .product_details_title{
        font-size: 2.2rem;
        padding-top: 20px;
    }

    .product_details_title span{
        font-size:1.4rem;
        margin-left: 10px;
    }

    .product_wrapper {
        padding-top: 20px;
		  justify-content: space-between;
    }

    .product_wrapper li{
        width: calc(50% - 15px);
        margin-bottom: 20px;
			margin-right: 0;
    }

    .product_wrapper .product_details_img{
        width: 165px;
        height: 154px;
    }
    
    .product_wrapper .product_details_img img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    

    .details_text .product_name{
        font-size: 1.4rem;
        padding-bottom: 7px;
    }

    .details_text .product_price{
        font-size: 1.4rem;
    }
    
    .details_text .product_price .small{
        font-size: 1.2rem;
    }


}

.cart_btn{
    text-align: center;
    margin: 20px auto 0 auto;
}

.cart_btn a{
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #328CB9;
    border-radius: 20px;
    color: #328CB9;
    font-size: 1.6rem;
    padding: 8px 30px 8px 30px;
    transition: all 0.3s; 
}

.cart_btn a:hover{
    background: #328CB9;
    color: #fff;
}

.cart_btn svg{
    width: 25px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
}

.cart_btn .cls-2{
    stroke: #328CB9;
}

.cart_btn a:hover .cls-2{
    stroke: #fff;
}

@media (max-width: 768px){
    .cart_btn{
        margin: 15px auto 0 auto;
    }

    .cart_btn a{
        height: 36px;
        font-size: 1.4rem;
        padding: 7px 5px;
        transition: all 0.3s; 
        vertical-align: middle;
    }

    .cart_btn svg{
        margin-right: 5px;
        width: 20px;
    }
}

@media (max-width: 349px){
    .cart_btn a{
        font-size: 1.2rem;
    }
}

.lack_wrapper::after{
    display: block;
    content: '';
    width: 300px;
}

.productpage_category{
    width: 100%;
    margin: 100px auto;
    background-color: #EFF8FB;
}

.product_category_wrap{
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.productpage_categorylist_wrap{
    margin-bottom: 0;
    flex-flow: row wrap;
}

.productpage_categorylist_wrap .category_list{
    width: calc(20% - 20px);
    margin-right: 0;
}

@media (max-width: 768px){
    .lack_wrapper::after{
        content: "";
        display: block;
        width: calc(33% - 20px);
    }

    .productpage_category{
        margin: 20px auto 40px auto;
    }

    .product_category_wrap{
        padding: 0 4%;
    }


    .productpage_categorylist_wrap::after {
        content: "";
        display: block;
        width: calc(33% - 20px);
    }


    .productpage_categorylist_wrap .category_list{
        width: calc(33% - 10px);
        margin-bottom: 20px;
    }
	
	.productpage_categorylist_wrap .category_list img{
		padding-top: 10px;
	}

    .productpage_categorylist_wrap .category_list p{
        font-size: 1.2rem;
			padding-bottom: 10px;
    }
}

@media (max-width: 399px){
    .productpage_categorylist_wrap .category_list img{
        width: 60%;
        height: auto;
    }

    .category_list .mask img {
        padding-bottom: 20px;
    }

    .productpage_categorylist_wrap .category_list .sheet img{
        width: 50%;
        height: auto;
    }

    .productpage_categorylist_wrap .category_list .wet-tissue img {
        padding-bottom: 30px;
    }
}



/*ーーーーーーーーーーーnews pageーーーーーーーーーーー*/
.newspage_text{
    padding-top: 100px;
    font-size: 2.0rem;
    line-height: 1.5;
}

.news_category_sarch{
    max-width: 500px;
    height: 74px;
    background-color: #EFF8FB;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.news_category_sarch select{
    max-width: 300px;
    height: 50px;
    background-color: #fff;
    text-align: left;
    padding: 10px 150px 10px 30px;
    margin-left: 40px;
}

.container{
    position: relative;
}

.container::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: rotate(135deg);
}

@media (max-width: 768px){
    .newspage_text{
        font-size: 1.4rem;
        padding-top: 40px;
    }

    .container::after {
        top: 8px;
    }

    .news_category_sarch {
        max-width: 500px;
        height: 50px;
        background-color: #EFF8FB;
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .news_category_sarch select{
        height: 30px;
        background-color: #fff;
        position: relative;
        padding: 3px 80px 3px 20px;
        margin-left: 25px;
    }
}

.newspage_archive_wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}

.newspage_archive{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
/*     justify-content: space-between; */
    align-items: center;
}

.newspage_archive:last-child{
    padding-bottom: 0;
}

.newspage_archive::after{
    content: '';
    width: 100%;
    height: 0.5px;
    display: inline-block;
    background-color: #328CB9;
    position: absolute;
    bottom: 0;
}

.newspage_archive:last-child:after{
    display: none;
}

.newspage_text_wrap{
    display: flex;
    flex-direction: column;
	 width: 100%;
}

.newspage_text_wrap .newspage_text .news_category{
    font-size: 1.6rem;
}

.newspage_text_wrap .newspage_text .item-date{
    font-size: 1.6rem;
    margin-left: 30px;
}

.newspage_text_wrap p{
    font-size: 1.6rem;
    line-height: 1.5;
}

.newspage_text_wrap .newspage_archive_title{
    padding-top: 20px;
    font-size: 2.4rem;
    line-height: 1.5;
}

.newspage_archive_text{
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
}


@media (max-width: 768px){
    .newspage_archive_wrap {
        padding-top: initial;
    }

    .newspage_archive{
        padding-top: 20px;
        justify-content: initial;
        align-items: initial;
        padding-bottom: 20px;
    }

    .newspage_img_wrap{
        width: 30%;
        height: auto;
    }

    .newspage_img_wrap img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .newspage_text_wrap .newspage_text .news_category{
        font-size: 1.0rem;
    }
    
    .newspage_text_wrap .newspage_text .item-date{
        font-size: 1.2rem;
        margin-left: 10px;
    }

    .newspage_text_wrap p{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    .newspage_text_wrap .newspage_archive_title{
        padding-top: 15px;
        font-size: 1.6rem;
    }
    
    .newspage_archive_text{
        padding-top: 80px;
        font-size: 1.4rem;
        margin-left: -180px;
    }

}

@media (max-width: 649px){
    .newspage_archive_text {
        padding-top: 50px;
        margin-left: -150px;
    }
}

@media (max-width: 499px){
    .newspage_archive_text {
        padding-top: 20px;
        margin-left: -120px;
    }
}

@media (max-width: 349px){
    .newspage_archive_text {
        margin-left: -110px;
    }
}


.more{
    margin-top: 60px;
    text-align: right;
    font-family: 'PT sans', sans-serif;
    font-size: 2.0rem;
    position: relative;
    margin-right: 60px;
    transition: all .3s;
}

.more:hover{
    opacity: 0.6;
}

.more::before{
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: -60px;
    width: 45px;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.more:hover::before{
    opacity: 0.7;
}

.more::after{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: -58px;
    height: 5px;
    border: 1px solid #333;
    transform: skew(45deg);
    transition: all .3s;
}

.more:hover::after{
    opacity: 0.7;
}

.number_btn_wrap{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.number_btn{
    font-size: 2.8rem;
    font-family: 'PT sans', sans-serif;
    background-color: #fff;
    border: 1px solid #328CB9;
    padding: 5px 17px;
    margin: 0 15px;
    transition: all .3s;
}

.number_btn:hover{
    opacity: 0.6;
}

.number_btn.first{
    background-color: #328CB9;
    border: 1px solid #328CB9;
    color: #fff;

}

.number_btn_last{
    position: relative;
    display: inline-block;
}

.number_btn_last::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 40%;
    right: -70%;
    margin-top: -4px;
    transform: rotate(45deg);
}

/*ーーWPページネーションーー*/
span.page-numbers.current{
    font-size: 2.8rem;
    font-family: 'PT sans', sans-serif;
    background-color: #328CB9;
    border: 1px solid #328CB9;
    color: #fff;
    padding: 5px 17px;
    margin: 0 15px;
    transition: all .3s;
}

a.page-numbers{
    font-size: 2.8rem;
    font-family: 'PT sans', sans-serif;
    background-color: #fff;
    border: 1px solid #328CB9;
    padding: 5px 17px;
    margin: 0 15px;
    transition: all .3s;

}

a.next.page-numbers,
a.prev.page-numbers{
    border: none;
    font-size: 20px;
}

.number_btn_wrap a:hover{
    opacity: 0.6;
}


@media (max-width: 768px){
    .more {
        margin-top: 10px;
        font-size: 1.6rem;
        margin-right: 60px;
    }

    .more::before{
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        right: -40px;
        width: 30px;
        height: 1px;
        background: #333;
        transition: all .3s;
    }
    
    .more:hover::before{
        opacity: 0.7;
    }
    
    .more::after{
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        right: -38px;
        height: 5px;
        border: 1px solid #333;
        transform: skew(45deg);
        transition: all .3s;
    }

    .number_btn_wrap {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .number_btn{
        font-size: 1.6rem;
        border: 1px solid #328CB9;
        padding: 5px 10px;
        margin: 0 10px
    }

    .number_btn_last::after{
        width: 10px;
        height: 10px;
        top: 40%;
        right: -80%;
        margin-top: -4px;
        transform: rotate(45deg);
    }

    /*ーーWPページネーションーー*/
    span.page-numbers.current{
        font-size: 1.6rem;
        padding: 5px 10px;
        margin: 0 10px;
    }

    a.page-numbers{
        font-size: 1.6rem;
        padding: 5px 10px;
        margin: 0 10px;
    }

    a.next.page-numbers,
    a.prev.page-numbers{
        font-size: 16px;
    }
}

/*ーーーーーーーーーーーnewsdetails pageーーーーーーーーーーー*/

.news_details_wrap{
    padding-top: 100px;
    max-width: 780px;
    margin: 0 auto;
}

.newsdetailspage_archive_title{
    font-size: 2.8rem;
    font-weight: 500;
}

.news_details_wrap .news_text{
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.news_details_wrap .news_text .news_category{
    background-color: #328CB9;
    color: #fff;
    padding: 8px 11px;
    font-size: 1.6rem;
}

.news_details_wrap .news_text .item-date{
    margin-left: 30px;
    color: #328CB9;
    font-size: 1.6rem;
    font-family: 'PT Sans','Noto Sans JP', sans-serif;
}

.newsdetailspage_img_wrap{
    padding-top: 50px;
}

.newsdetailspage_archive_text{
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
}


@media (max-width: 768px){
    .news_details_wrap {
        padding-top: 40px;
    }

    .newsdetailspage_archive_title{
        font-size: 1.8rem;
    }

    .news_details_wrap .news_text{
        padding-top: 20px;
    }

    .news_details_wrap .news_text .news_category{
        padding: 3px 8px;
        font-size: 1.0rem;
    }
    
    .news_details_wrap .news_text .item-date{
        margin-left: 10px;
        font-size: 1.2rem;
    }

    .newsdetailspage_img_wrap{
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .newsdetailspage_img_wrap img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .newsdetailspage_archive_text {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.4rem;
    }
}

.share{
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #EFF8FB;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.share p{
    font-size: 1.8rem;
}

.twitter{
    background-color: #1D9BF0;
    width: 120px;
    height: 30px;
    margin-left: 38px;
}

.twitter_wrap{
    display: flex;
    padding: 5px 20px 5px 10px;
}

.twitter p{
    color: #fff;
    font-size: 1.6rem;
    font-family: 'PT Sans','Noto Sans JP', sans-serif;
}

.twitter:hover{
    opacity: 0.6;
}

.twitter_wrap img{
    margin-right: 15px;
}

.url{
    background-color: #328CB9;
    width: 120px;
    height: 30px;
    margin-left: 10px;
    padding: 5px 12px;
}

.url p{
    color: #fff;
    font-size: 1.6rem;
    font-family: 'PT Sans','Noto Sans JP', sans-serif;
}

.url:hover{
    opacity: 0.6;
}

@media (max-width: 768px){
    .share{
        margin-top: 40px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .share p{
        font-size: 1.2rem;
    }
    
    .twitter{
        width: 80px;
        height: 20px;
        margin-left: 10px;
    }
    
    .twitter_wrap{
        display: flex;
        padding: 3px 10px 3px 5px;
    }
    
    .twitter p{
        font-size: 1.2rem;
    }
    
    .twitter_wrap img{
        margin-right: 10px;
        width: 12px;
    }
    
    .url{
        width: 80px;
        height: 20px;
        margin-left: 10px;
        padding: 3px 7px;
    }
    
    .url p{
        font-size: 1.1rem;
    }

}

/*ーーーーーーーーーーーcontact pageーーーーーーーーーーー*/
.contactpage_text{
    padding-top: 50px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

.form{
    max-width: 780px;
    margin: 50px auto 0 auto;
    text-align: left;
    padding-bottom: 100px;
}

.form .form-item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.form .form-item:last-child{
    padding-bottom: 0;
}

.form .form-item .label{
    font-size: 1.8rem;
    margin-top: 10px;
}

.form .form-item .label span{
    font-size: 1.4rem;
    color: white;
    background-color: #328CB9;
    margin-left: 15px;
    padding: 2px 10px;
}

.form .form-item .input{
    border: 1px solid #BCBCBC;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    flex: 1;
    max-width: 500px;
    font-size: 1.6rem;
}

.form .form-item .texterea {
    border: 1px solid #BCBCBC;
    padding: 1em;
    height: 211px;
    flex: 1;
    width: 100%;
    max-width: 500px;
    font-size: 1.6rem;
}

.pp{
    text-align: center;
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pp a{
    text-decoration: underline;
}

.pp a:hover{
    opacity: 0.6;
}

/*--コンフォート７--*/
input.wpcf7-form-control{
    border: 1px solid #BCBCBC;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    flex: 1;
    width: 500px;
    font-size: 1.6rem;
}

textarea.wpcf7-form-control{
    border: 1px solid #BCBCBC;
    padding: 1em;
    height: 211px;
    flex: 1;
    width: 100%;
    width: 500px;
    font-size: 1.6rem;
}

input.wpcf7-submit{
    display: inline-block;
    width: 324px;
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #328CB9;
    color: #328CB9;
    font-size: 1.8rem;
    padding: 23px 107px;
    transition: all 0.3s;
    position: relative;
}

input.wpcf7-submit:hover{
    background-color: #328CB9;
    color: #fff;
}

.form .btn{
	width: 324px;
	position: relative;
}

.form .btn span::before{
    content: "";
    display: block;
    position: absolute;
    top: 33px;
    right: -30px;
    width: 80px;
    height: 1px;
    background: #328CB9;
    transition: all .3s;
}

.form .btn span::after{
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: -28px;
    height: 7px;
    border: 1px solid #328CB9;
    transform: skew(45deg);
    transition: all .3s;
}


.form .btn:hover span::before{
    right: -50px;
}

.form .btn:hover span::after{
    right: -48px;
}

/*バリデーションメッセージの調整*/
.wpcf7-form .wpcf7-not-valid-tip {
    color: #fc135d;
    font-size: 13px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    /* 送信できた時 */
    border-color: transparent;
    background-color: rgb(50 59 43 / 10%);
    color: #323b2b;
    padding: 1em;
    font-size: 14px;
  }
  
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output {
    /* 送信できない時 */
    background-color: rgb(225 9 9 / 10%);
    border-color: transparent;
    color: #e10909;
    padding: 1em;
    font-size: 14px;
  }


@media (max-width: 768px){
    .contactpage_title_wrap{
        padding-top: 40px;
    }

    .form {
        padding-bottom: 40px;
    }

    .contactpage_text{
        padding-top: 20px;
        font-size: 1.4rem;
        text-align: left;
    }

    .form .form-item{
       display: block;
       padding-bottom: 20px;
    }

    .form .form-item .label{
        font-size: 1.4rem;
        margin-top: initial;
    }
    
    .form .form-item .label span{
        font-size: 1.2rem;
        margin-left: 10px;
        padding: 2px 6px;
    }

    .form .form-item .input {
        height: 30px;
        max-width: 100%;
        width: 100%;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .form .form-item .texterea {
        height: 140px;
        max-width: 100%;
        width: 100%;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .pp {
        font-size: 1.4rem;
        padding-top: 0;
        padding-bottom: 10px;
    }

    textarea.wpcf7-form-control{
        height: 140px;
        max-width: 100%;
        width: 100%;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    input.wpcf7-submit{
        width: 230px;
        height: 50px;
        font-size: 1.6rem;
        padding: 13px 65px;
    }


	input.wpcf7-submit:hover{
		background-color: #328CB9;
		color: #fff;
	}
	
	.form .btn{
    width: 230px;
	}

	.form .btn span::before{
		top: 25px;
		right: -25px;
		width: 60px;
	}

	.form .btn span::after{
		top: 19px;
		right: -23px;
		height: 7px;
	}


.form .btn:hover span::before{
    right: 18%;
}

.form .btn:hover span::after{
    right: 18.3%;
}

}