@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: #D9DADD;
}

#LP_wrapper{
	max-width: 900px;
	text-align: center;
	margin: 0% auto 0;
    color: #000000;
    padding-bottom: 8%;
	font-family: 'Noto Sans JP', sans-serif;	
}
#LP_wrapper h1{
    position: relative;
    font-size: 23px;
    width: 77%;
	margin: 5% auto 1%;
    padding: 2%;
    text-align: center;
    
}
#LP_wrapper h3{
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0% auto 5%;
    font-weight: 400;
}

a{
	color:black;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
.pc{
    display: flex;
}
.sp {
	display:none;
}

.lead{
    margin: 3% auto 6%;
	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:700px;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
    margin:8% 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;
}

.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{
	margin: 0 auto;
    width: 55%;
    float: none;
}
.item_detail01{
	margin: 0 auto;	
    width: 100%;
    float:none;
    display: inline-block;
}


       .container_al {
		   width: 100%;
		   margin: 1% auto 2%;
            display: flex;
            gap: 80px;
		    justify-content: center;
            flex-wrap: wrap;
        }
        section {
            min-width: 150px;
        }
        h2 {
            font-size: 1.2rem;
            text-align: center;
            margin-bottom: 20px;
            letter-spacing: 0.1em;
        }
        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        li {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            margin-bottom: 10px;
			font-size: 13px;
			line-height: 1.1;
            font-weight: bold;
        }



/**************ボタン****************/
/* 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:bold;
	letter-spacing: 0.06em;
	color: #bff4e2;
}

.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: 4% auto 0%;
	font-size: 35px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	text-align: center;
	color:black;
}
a.kw2:hover {
	display: block;
	text-decoration: none;
	color:gray;
}

a.kw3 {
	width: 12%;
	margin: 3% auto;
	font-size:30px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	text-align: center;
	color:black;
     border-bottom: 3px solid #000;
      display: inline-block;
}
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:gray;
}

@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: 90%;
        font-size: 16px;
        text-align: center;
        margin: 5% auto 3%;
        letter-spacing: inherit;
        font-weight: 700;
    }
    #LP_wrapper h3{
        font-size: 20px;
        line-height: 2em;
    }    
	.Title {
		margin: 10% auto 0;
        width: 90%;
	}
	.main{
		width: 100%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	.lead{
    margin: 3% auto 10%;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: center;
}


	.small{
		font-size: 10px;
	}
    
    .LP_box{
        width: 90%;
        margin: 0% auto 10%;
    }
	
	.item_box01{
    margin: 1% auto 0%;
}

    .item01{
        width:100%;
    }
    .item_detail01{
        width: 80%;
        float: none;
        text-align: center;
        margin: 8% auto 0;
		margin-right:0%;
    }

	.item_box{
    text-align: left;
    margin: 0% auto;
}


       .container_al {
		   width: 100%;
		   margin: 2% auto 2%;
            display: flex;
            gap: 80px;
		    justify-content: center;
            flex-wrap: wrap;
        }
        section {
            min-width: 50px;
        }
        h2 {
            font-size: 1rem;
            text-align: center;
            margin-bottom: 16px;
            letter-spacing: 0.1em;
        }
        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        li {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            margin-bottom: 10px;
			font-size: 12px;
			line-height: 1.0;
            font-weight: bold;
        }

    .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: 25px;		
	text-decoration: none;
}	
a.kw2:hover {
	display: block;
	text-decoration: none;
}		
a.kw3 {
	width: 20%;
	margin: 2% auto 3%;
	font-size:25px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	text-align: center;
	color:black;
     border-bottom: 3px solid #000;
      display: inline-block;
}
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:gray;
}
	.btn-1 {
	width: 80%;
	margin-left:-22%;
}
	.btn-2 {
	width: 80%;
	margin-right:-22%;
}

    
    
	
}