@charset "utf-8";
/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#St_wrapper{
	width: 100%;
	text-align: center;
	margin: 0% auto 0;
	font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
	background-color: #f0f0f0;
}

#LP_wrapper{
	max-width: 900px;
	text-align: center;
	margin: 0% auto 0;
    color: #000000;
    padding-bottom: 8%;
}
#LP_wrapper h1{
    position: relative;
    width: 100%;
	margin-bottom: 5%;	
    
}
#LP_wrapper h2{
    width: 100%;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    line-height: 2em;
    
}
#LP_wrapper h3{
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0% auto 5%;
    font-weight: 400;
}

a:hover{
	opacity: 0.8;
}
a{
	color: black;
	text-decoration: none;
}
.pc{
    display: flex;
}
.sp {
	display:none;
}

.lead{
    margin: 3% auto 11%;
	font-size: 16px;
	line-height: 1.9em;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 500;
	
}
.lead_s{
    display: none;
}

.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
	font-weight: bold;
}
.Title{
    width:100%;
	max-width: 1000px;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
    margin:4% auto 0%;
	line-height: 2em;
	letter-spacing: 0.12em;
	text-align: center;
}

.sub_title{
    width:50%;
	font-size: 25px;
	font-weight: 700;
    margin: 5% auto 2%;
	line-height: 2em;
	letter-spacing: 0.12em;
	text-align: center;
}

.info_box {
	width: 80%;
	max-width: 700px;
	margin: 10% auto 20%;
	padding: 5% 5% 3%;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	text-align: left;
}

.info_box_prof {
	width: 40%;
	margin: 0 4% 0 0;
}
.info_box_txt {
	width: 80%;
}

.info_box_prof img {
	width: 100%;
}

.t_P{
	margin: 3% auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
.t_P_B{
	font-weight: bold;
	font-size: 16px;
	
}

    .image-container {
		width: 80%;
		margin: 8% auto 5%;	
      display: flex; /* 画像を横に並べる */
		 justify-content:center;
    }

    .image-container img {
		width: 85%;
      margin-right: 10px; /* 画像間の余白 */
    }

    .image-container img:last-child {
      margin-right: 0; /* 最後の画像の余白を削除 */
    }	


        .container {
            width: 100%;
            max-width: 1000px;
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding: 40px 0;
			margin: 5% auto;
        }


        @media (min-width: 768px) {
            .container {
                flex-direction: row;
                align-items: flex-end;
            }
        }

        /* Left Section */
        .product-detail {
            flex: 1;
            text-align: center;
        }

        .detail-image {
            width: 100%;
            max-width: 350px;
            aspect-ratio: 1 / 1.2;
            margin: 0 auto 20px;
            object-fit: cover;
        }
        .detail-image2 {
            width: 100%;
            max-width: 400px;
            aspect-ratio: 1 / 1.2;
            margin: 0 auto 20px;
            object-fit: cover;
        }
        .detail-image3 {
            width: 100%;
            max-width: 350px;
            margin: 0 auto 120px;		
        }
        .description {
			margin: 2% auto;
            font-size: 12px;
            line-height: 1.8;
            letter-spacing: 0.05em;
        }

        .detail-image-wrapper {
            flex: 1.5;
            position: relative;
        }
        /* Right Section */
        .main-visual {
            flex: 1.5;
            position: relative;
        }

        .main-visual2 {
            flex: 1.0;
            position: relative;
        }

        .main-image {
            width: 100%;
            height: auto;
            display: block;
        }

        .price-tag {
            position: absolute;
            bottom: 40px;
            right: 20px;
			line-height: 1.1;
            text-align: right;
        }
        .price-tag2 {
            position: absolute;
			color: white;
            bottom: 55px;
            right: 35px;
			line-height: 1.1;
            text-align: right;
        }
        .price-tag3 {
            position: absolute;
			color: white;
            bottom: 45px;
            right: 35px;
            text-align: right;
        }
        .product-name {
            font-size: 22px;
            font-weight: bold;
        }

        .price {
            font-size: 1.1rem;
        }

.sub1{
	width: 100%;
	max-width: 600px;
	margin: 5% auto 2%;
}
.sub2{
	width: 100%;
	max-width: 700px;
	margin: 5% auto 2%;
}

.LP_box{
    width: 100%;
    text-align: center;
    margin: 0% auto 8%;
    display: inline-block;
}

/**************アイテム****************/
.item_box01{
    width: 100%;
    text-align: center;
    margin: 0% auto 0%;
    display: inline-block;
}
.item01{
    width: 45%;
    float: left;
	margin-left:10%;
}
.item_detail01{
    width: 35%;
    float:right;
    display: inline-block;
	margin-right:6%;
}

.item_cmt_point{
    text-align: center;
    margin: 0 auto 0%;	
    font-size:18px;
}
.item_cmt_point img{
	width: 60%;	
	border-radius: 600px;
}

.item_cmt_big{
    text-align: center;
    font-size:40px;
	font-weight: bold;
    margin: 0 auto 0%;
	color: #000;	
}
.staff_name{
    text-align: left;
    font-size:13px;
	font-weight: bold;
    margin: 0 10% 1% 10%;
}
.staff_name2{
    text-align: right;
    font-size:13px;
	font-weight: bold;
    margin: 0 10% 1% 10%;
}
.item_name{
	width: 100%;
    font-size:13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.9em;
	margin: 0 auto 5%;
}

.item_box02{
    width: 100%;
    text-align: center;
    margin: 0% auto 0%;
    display: inline-block;
}

.item01{
    width: 45%;
    float: left;
	margin-left:10%;
}


.item02{
    width: 45%;
    float: right;
	margin-right:10%;
}
.item_detail02{
    width: 35%;
    float:left;
    display: inline-block;
	margin-left:6%;
}

	.item_lead{
		width: 80%;
		margin: 5% auto;
		font-size: 12px;
		line-height: 1.8;
		padding: 5% 2%;
background-color: rgba(255, 255, 255, 0.3);
	}


    .image-container {
		width: 80%;
		margin: 8% auto 8%;	
      display: flex; /* 画像を横に並べる */
		 justify-content:center;
    }

    .image-container img {
		width: 85%;
      margin-right: 10px; /* 画像間の余白 */
    }

    .image-container img:last-child {
      margin-right: 0; /* 最後の画像の余白を削除 */
    }
/**************アイテム****************/

.Point{
    width: 89%;
    padding: 5%;
    text-align: left;
    background-color: #f1fbf3;
    display: inline-block;
}

.Point_ttl{
    font-size:15px;
    padding: 0px 15px;
    border-left: 5px solid #59c16f;
    color: #59c16f;
    background: #f1fbf3;
    font-weight: 700;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.Point_txt{
    display: block;
    width: 100%;
    font-size:14px;
    text-align: left;
    line-height: 2em;
    margin: 2% 0;
    font-weight: 500;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}




/**************ボタン****************/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	/* text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
    font-family: 'Roboto', sans-serif;
	
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}



/* Button 1 */
.btn-1 {
	background-color: #fff;
    border: #000 2px solid;
	color:#000;
	font-size: 16px;
	text-align: center;
	width: 40%;
    padding: 2%;
    margin: 0 auto 10%;
	margin-left:-12%;
    float: none;
    font-weight: 600;
}

.btn-1:hover {
    background-color:#fff;
    border: #000 2px solid;
	color:#000;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	background-color: #fff;
    border: #000 2px solid;
	color:#000;
	font-size: 16px;
	text-align: center;
	width: 40%;
    padding: 2%;
    margin: 0 auto 10%;
	margin-right:-32%;
    float: none;
    font-weight: 600;
}

.btn-2:hover {
    background-color:#fff;
    border: #000 2px solid;
	color:#000;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*カテゴリボタン*/
.ct_btn {
	max-width: 700px;
	width: 90%;
	padding: 5%;
	margin:0 auto 0%;
	text-align: center;
	font-size:28px;
	font-weight:500;
	letter-spacing: 0.06em;
	color: #black;
}

.point_L {
	width: 48%;
	float: left;
	background-color:#ebf1de;
	color:#000;
	text-align: center;
	margin:2% auto 0;
}

.point_R {
	width: 48%;
	float: right;
	background-color:#ebf1de;
	color:#000;
	text-align: center;
	margin:2% auto 0;
}
a.kw {
	width: 75%;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:3% 0;
	letter-spacing: 0.05em;
	background-color:#000;
	border: solid 1px #000;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#333;
	padding:3% 0;
}

a.kw2 {
	width: 50%;
	margin: 0% auto;
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:2% 0;
	letter-spacing: 0.05em;
	background-color:#cc6600;
}
a.kw2:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#cc6600;
	padding:2% 0;
}

a.kw3 {
	width: 50%;
	margin: 5% auto;
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:2% 0;
	letter-spacing: 0.05em;
	background-color:#cc6600;
	border: solid 3px #fff;
	border-radius: 30px;
}
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#cc6600;
	padding:2% 0;
}

@media only screen and (max-width:750px){
	#LP_wrapper {
		width: 100%;
		text-align: center;
		margin: 0% auto 0%;
        padding-bottom: 5%;
        color: #000000
	}
    #LP_wrapper h1{
        width: 100%;
    }
    #LP_wrapper h2{
        width: 100%;
        font-size: 30px;
    }
    #LP_wrapper h3{
        font-size: 20px;
        line-height: 2em;
    }    
	.Title {
		margin: 0% auto 8%;
        width: 100%;
	}
	.main{
		width: 100%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	.lead{
    margin: 3% auto 13%;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: center;
}
	
	
.info_box {
	width: 85%;
	margin: 10% auto 22%;
	padding: 5% 2%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	text-align: left;
}

.info_box_prof {
	width: 60%;
	margin: 0 auto 0;
}
.info_box_prof img {
	width: 100%;
	margin-left: 7%;
}	
.info_box_txt {
	width: 100%;
	margin: 0 auto;
}
.t_P{
	margin: 8% auto 0;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0.03em;
	text-align: center;
}	
.t_P_B{
	font-weight: bold;
	font-size: 14px;
	
}		
     .image-container {
		width: 80%;
			margin: 8% auto 5%;	
		margin-left: 12%;
      display: flex; /* 画像を横に並べる */
		 justify-content:center;
    }

    .image-container img {
		width: 88%;
      margin-right: 15px; /* 画像間の余白 */
    }

    .image-container img:last-child {
      margin-right: 0; /* 最後の画像の余白を削除 */
    }
	
	
     /* Left Section */
        .product-detail {
            flex: 1;
            text-align: center;
        }

        .detail-image3 {
            width: 80%;
            margin: 0 auto 30px;
        }

        .description {
			margin: 3% auto 5%;
            font-size: 12px;
            line-height: 1.8;
            letter-spacing: 0.05em;
        }

        /* Right Section */
        .main-visual {
            flex: 1.5;
            position: relative;
        }

        .main-image {
			margin-top: -5%;
            width: 100%;
            height: auto;
            display: block;
        }

        .price-tag {
            position: absolute;
            bottom: 30px;
            right: 20px;
			line-height: 1.1;
            text-align: right;
        }
        .price-tag2 {
            position: absolute;
            bottom: 50px;
            right: 20px;
			line-height: 1.1;
            text-align: right;
        }
        .price-tag3 {
            position: absolute;
            bottom: 30px;
            right: 20px;
            text-align: right;
        }	
        .product-name {
            font-size: 20px;
            font-weight: bold;
        }

        .price {
            font-size: 14px;
        }

	
.sub1{
	width: 100%;
	margin: 5% auto 0%;
}	
.sub2{
	width: 100%;
	margin: 5% auto 0%;
}	
	.small{
		font-size: 10px;
	}
	


    .hr{
        width: 96%;
        text-align:center;
        border-bottom: #dddddd 1px solid;
        margin: 7% auto 3%;
    }
    .ct_btn {
	font-size:19px;
}
	a.kw {
	width: 80%;
	display: block;
	font-size: 12px;		
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#999;
	padding:5% 0;
}	
	a.kw2 {
	width:80%;
	display: block;
	font-size: 13px;		
	text-decoration: none;
	color:#fff;
		margin: 0% auto 7%;
	padding:5% 0;
}	
a.kw2:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}		
	a.kw3 {
	width:80%;
	display: block;
	font-size: 13px;		
	text-decoration: none;
	color:#fff;
		margin: 3% auto 7%;
	padding:5% 0;
}	
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}	
	.btn-1 {
	width: 80%;
	margin-left:-22%;
}
	.btn-2 {
	width: 80%;
	margin-right:-22%;
}

	.text-section{
		margin-left: -5%;
	}
    
    
	
}