@charset "utf-8";
/* -----------------------------------------------------------
    全体
-------------------------------------------------------------- */
:root {
    --main-color: #333;
    --back-color1: #f6f6f6;
    --back-color2: #fff;
  }
#special .breadcrumblist, #special .h1-area{
    top: 100px;
}

/* -----------------------------------------------------------
    lp-mv-area
-------------------------------------------------------------- */
.lp-mv-area{
    width: 100%;
    height: 900px;
    background: url("../img/lp_mv.jpg") no-repeat center center / cover;
    position: relative;
}
.lp-mv-area > .inner02{
    height: 100%;
    padding: 60px 0 0;
    position: relative;
}
.lp-mv-logo {
    position: absolute;
    top: 130px;
    left: 20px;
    z-index: 2;
    width: 400px;
}
.lp-mv-logo img {
    width: 100%;
}
.lp-mv-txtbox {
    width: 820px;
    color: #fff;
    background: var(--main-color);
    padding: 45px 50px;
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.lp-mv-title {
    font: bold 3.2rem / 1 'Noto Sans JP', sans-serif;
    line-height: 1.6;
	text-align: center;
    letter-spacing: .05em;
}
.lp-mv-txt {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}
.sp-mv-img {
    display: none;
}

@media screen and (max-width: 667px){
   .lp-mv-area{
        height: auto;
        background-position: top right;
        background-size: 100% auto;
    }
    .lp-mv-area > .inner02{
        padding: 0 0 0;
    }
    .lp-mv-logo {
		width: 135px;
    	top: 30px;
		left: 20px;		
	}
	.sp-mv-img {
		display: block;
	}
	.sp-mv-img img {
    	width: 100%;
	}	
	.sp-mv-img img{
		max-width: none;
	}
   .lp-mv-txtbox {
        width: 100%;
        padding: 20px;
        position: static;
        margin-top: -24px;
    }
    .lp-mv-title {
        font-size: 2rem;
        line-height: 1.5;
    }
    .lp-mv-txt {
        margin: 15px 0 0;
		font-size: 1.5rem;
		text-align: left;
    }	
}
/* -----------------------------------------------------------
    detail-contents
-------------------------------------------------------------- */
.section-box {
    padding: 90px 0;
}
.lp-section1 {
    background-color: var(--back-color1);
    padding-top: 250px;
}
.lp-section2 {
    background-color: var(--back-color2);
}
.lp-section3 {
    background-color: var(--back-color1);
}
.lp-section4 {
    background-color: var(--back-color2);
}
.lp-section5 {
    background-color: var(--back-color1);
}

.topics-txtbox {
    /* border: 1px solid var(--main-color); */
    padding: 80px 90px 90px;
}
.topics-txt {
    line-height: 1.8;
}
.topics-img {
    width: 700px;    
    margin: 45px auto 0;
}
.topics-img img {
    width: 100%;
}
@media screen and (max-width: 667px){
    .section-box {
        margin-top: 0;
        padding: 50px 0 60px;
    }
    .topics-txtbox {
        padding: 30px 20px;
    }
    .topics-txt {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .topics-img {
        width: 100%;  
        display: flex;  
        margin: 20px auto 0;
    }

}    
/* -----------------------------------------------------------
    related-products-area
-------------------------------------------------------------- */
.related-products-area {
    max-width: 1100px;
    margin: 90px auto 0;
}
.related-products-title {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid var(--main-color);
    letter-spacing: .05em;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.related-products-title-en {
    font-size: 1.7rem;
    margin-left: 25px;
    font-weight: normal;
}
.related-products-wrap{
    display: flex;
    gap: 40px;
}
.related-products-list {
    width: calc((100% - 120px) / 4);
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 0 5px 0 rgba(213, 209, 208, 0.6);
}
.related-products-list a {
    display: block;
    padding: 0 20px 20px;
}
.list-img{
    display: flex;
    width: calc(100% + 40px);
    height: 160px;
    justify-content: center;
    align-items: center;
    margin: 0 -20px 20px;
    overflow: hidden;
	background: #f0f0f0;
}
.list-img img{
    width: auto;
    max-height: 120%;
}
.list-title{
    font-size: 1.4rem;
	line-height: 1.5;
}
.list-price{
	font: 400 1.6rem / 1 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 8px 0 15px;
}
.list-price span{
    font-size: 1.2rem;
	font-weight: 500;
}

@media screen and (max-width: 667px){
    .related-products-area {
        margin-top: 50px;
    }   
    .related-products-title {
        font-size: 2.2rem;
        margin: 0 20px 30px;
    } 
    .related-products-title-en {
        font-size: 1.5rem;
        margin-left: 15px;
    }    
    .scroll-wrap {
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 20px;
    }
    .related-products-wrap {
        gap: 20px;
    }    
    .related-products-list {
		min-width: 230px;
        white-space: normal;
    }
	.list-title{
		font-size: 1.4rem;
	}
    .list-price{
        margin: 10px 0;
    }
}

/* -----------------------------------------------------------
    recommendation-area
-------------------------------------------------------------- */
.recommendation-area {
    max-width: 1100px;
    margin: 90px auto;
    position: relative;
}
.recommendation-title {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 1.9rem;
    display: inline-block;
    letter-spacing: .05em;
    padding: 13px 15px 8px;
    position: absolute;
    top: -18px;
    left: 40px;
}
.recommendation-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border: 1px solid var(--main-color);
    padding: 50px 40px 40px;
}
.recommendation-list {
    width: calc((100% - 90px) / 4);
}
.recommendation-img img {
    width: 100%;
} 
.recommendation-txt {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1.5rem;
} 
@media screen and (max-width: 667px){
    .recommendation-area {
        width: 100%;
        margin: 60px auto;
        padding: 0 20px;
    } 
    .recommendation-title {
        font-size: 1.8rem;
        padding: 12px 15px 10px;
        top: -18px;
        left: 35px;
    }       
    .recommendation-list {
        width: calc((100% - 15px) / 2);
    }
    .recommendation-wrap {
        gap: 20px 15px;
        padding: 45px 15px 15px;
        justify-content: space-between;
    }  
    .recommendation-txt {
        margin-top: 10px;
        font-size: 1.4rem;
    }   

}    
