

/* リセット */
img{
	vertical-align:top;
}

ol,ul{
	list-style: none;
}

.a{
	display: block;
}


/* メインコンテンツ */

.contents{
	font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
	letter-spacing: 0.05em;
	color: #4d4c4d;
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}



/* TOP */

.pcimg{
	display: block !important;
}

.spimg{
	display: none !important;
}

@media only screen and (max-width: 768px){
	.pcimg{
		display: none !important;
		}

	.spimg{
		display: block !important;
		}
}

.main_visual3{
	padding-bottom: 8%;
	padding-top: 3%;
    text-align: center;
}


.main_visual{
	padding-bottom: 3%;
	padding-top: 3%;
    text-align: center;
}

.main_visual2{
	width: 100%;	
}

@media only screen and (max-width: 768px){
.main_visual2{
	padding-bottom: 8%;
	max-width: 100%;
    margin:0 auto;
	

}
}

.top_text{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 35px;
}

.top_text p{
	margin: 0 auto;
	width: 80%;
	text-align: center;
	line-height: 23px;
	font-size: 14px;	
}

@media only screen and (max-width: 768px){
.top_text p{
	margin: 0 auto;
	width: 80%;
	text-align: center;
	line-height: 23px;
	font-size: 14px;	
}
}




@media only screen and (max-width: 768px){
	.top_text{
		width: 100%;
		font-size: 13px;
	padding-bottom: 4%;	
		
	}
}




.top_text2{
	width: 100%;
	padding:30px 2%;
	text-align: justify;
}

.top_text2 p{
	
	font-size:14px;
}

@media only screen and (max-width: 768px){
	.top_text2{
		width: 100%;
		padding:20px 6% 20px;
	}
}

@media only screen and (max-width: 768px){
	.top_text2 p{
		font-size: 14px;
		
	}
}


.top_text1{
	width: 100%;
	padding:22px 1%;
	text-align: justify;
}

.top_text1 p{
	font-size: 14px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px){
	.top_text1{
		width: 100%;
	margin-bottom: 1px;
	}
}

@media only screen and (max-width: 768px){
	.top_text1 p{
		font-size: 13px;
		margin-bottom: 20px;
	}
}


.top_text3{
	width: 100%;
	padding:1px 1%;
	text-align: justify;
}

.top_text3 p{
	font-size:14px;
}

@media only screen and (max-width: 768px){
	.top_text3{
		width: 100%;
		padding:20px 6% 20px;
	}
}

@media only screen and (max-width: 768px){
	.top_text3 p{
		font-size: 14px;
		
	}
}



/*ボタン*/

.menu_series ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	padding-bottom: 8%;
	color: #ffffff;
    font-weight: bold;
}

@media only screen and (max-width: 768px){
	.menu_series ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		font-weight: bold;
	}
}

.menu_series li{
	width: 180px;
	padding: 14px;
	text-align: center;
	border-radius: 3px;
	background: #00879B;
	transition: 1.0s;
    color: #ffffff
}

@media only screen and (max-width: 768px){
	.menu_series li{
		width: 48%;
	}
}

.menu_series li a{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 16px;
}

.menu_series li:hover{
	opacity: 0.3;
}
	
	

/* 目次 */
.index_color_area{
	margin: 0 auto;
	width: 60%;
	background-color: #f4f4f4;
	padding: 40px 0 20px 0;
	margin-bottom: 2%;
	display: block;
	text-align: center;
}

@media only screen and (max-width: 768px){
	.index_color_area{
		width: 100%;
	}
}

.index_title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.index_title2{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 2em;
}

.index_color_area ul{
	display: inline-block;
	padding-left: 0;
	padding-bottom: 10px;
}

.index_color_area ul li{
	text-align: left;
}

.index_text li a{
	display: inline-block;
	margin-bottom: 7%;
	line-height: 1.6;
	border-bottom: 1px solid #c8c8c8;
}

.index_contents{
	padding-bottom: 8%;
}


@media only screen and (max-width: 768px){
.index_contents{
	padding-bottom:  10%;
}
}

.index_text li{
	transition: 1.0s;
}

.index_text{
	font-size:14px;
}



/* メニューボタン */
.botan_title{
	margin: 0 auto;
	width: 60%;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3%;
}


/* 形で選ぶボタン */

.menu_botan{
	padding: 0 auto 7% auto;
	text-align:center;
}

.menu_botan ul{
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:center;
	gap: 5px;
    padding-bottom: 1%;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width: 768px){
	.menu_botan ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		padding-bottom: 3%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}


.menu_botan li{
	transition: 1.0s;
	text-align:center;
}

@media only screen and (max-width: 768px){
	.menu_botan li{
	transition: 1.0s;
		text-align:center;
	}
}


.menu_botan li:hover{
	opacity: 0.3;
}


.button-menu{
	width: 85%;
}

@media only screen and (max-width: 768px){
.button-menu{
	width: 100%;
}
}


/* メインコンテンツ */
.main_contents_bgc{
	padding: 0% 3%;
	padding-bottom: 25px;
}

@media only screen and (max-width: 768px){
.main_contents_bgc{
		padding: 0% 0%;
		padding-bottom: 5px;
	}
}



.main_contents_bgc2{
	padding: 0% 8.5%;
	padding-bottom: 25px;
}

@media only screen and (max-width: 768px){
	.main_contents_bgc2{
		padding: 0% 0%;
	}
}


.main_contents_bgc4{
	padding: 0% 4%;
	padding-bottom: 65px;
	padding-top: 45px;
}

@media only screen and (max-width: 768px){
	.main_contents_bgc4{
		padding: 0% 0%;
	}
}



.main_contents_bgc3{
	background-color: #ffeef1;
	padding: 0% 3%;
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px){
	.main_contents_bgc3{
		padding-bottom: 5px;
	}
}







.main_contents{
	padding-top: 50px;
}



.contents_text_area{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


.contents_block_sub_title{
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 25px;
	color: #00879B;
}

.contents_block_sub_title a{
	color: inherit;
}

@media only screen and (max-width: 768px){
	.contents_block_sub_title{
		font-size: 16px;
	}
}



.title_br {
	display: none;
}

@media screen and (max-width: 768px) {
	.title_br {
		display: block;
	}
}


.contents_block_text{
	margin-bottom: 3%;
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.contents_block_text {
		font-size: 13px;
		line-height: 23px;
		padding-top: 14px;
		padding-bottom: 13px;
		
	}
}

.contents_sales_area ul{
	padding: 0;
	margin-bottom: 5%;
	
}

.contents_sales_area img{
	margin-bottom: 4%;
}

.contents_sales_area h4{
		font-size: 14px;
	line-height: 30px;
	
}

@media only screen and (max-width: 768px){
	.contents_sales_area h4{
		line-height: 25px;
		margin-bottom: 14px;
	}
}

.contents_sales_area_text h4{
		font-size: 16px;
	line-height: 27px;
	
}

@media only screen and (min-width: 768px){
	.contents_sales_area_text h4{
		margin:35px 0 20px 0;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px){
	.contents_sales_area ul li{
		display: flex;
		margin-bottom: 3%;
	}
}

.contents_sales_area_text{
	padding: 0 3% 8%;
	line-height: 25px;
}

@media only screen and (min-width: 768px){
	.contents_sales_area_text{
	width: 70%;
	padding: 0 3% 4;
	line-height: 25px;
    margin:35px 0 20px 0;
	}
}

@media only screen and (max-width: 768px){
	.contents_sales_area_text p{
		margin-bottom: 20px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 768px){
	.contents_sales_item{
		font-size: 13px;
		margin-bottom: 10px;
	}
}

.contents_sales_item{
	border-bottom: 1px solid #c8c8c8;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.contents_sales_item{
	transition: 1.0s;
}

.contents_sales_item:hover{
	opacity: 0.3;
}

.contents_sales_item_mini{
	transition: 1.0s;
}

.contents_sales_item_mini:hover{
	opacity: 0.3;
}



.itemlist_ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media only screen and (max-width: 768px){
	.itemlist_ul{
		gap: 10px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 768px){
	.itemlist_li{
		width: 48%;
	}
}

@media only screen and (min-width: 768px){
	.itemlist_li{
		width: 23%;
	}
}

@media only screen and (min-width: 768px){
	.itemlist_li img{
		width: 200px;
	}
}

.contents_hover img{
	transition: 1.0s;
}

.contents_hover img:hover{
	opacity: 0.3;
}

.main_contents img{
	transition: 1.0s;
}

.main_contents img:hover{
	opacity: 0.3;
}


/*こっから商品 メインビジュアル*/

.contents_text_area2{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.contents_block_main_title2{
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	color: #ffffff;
	background-color: #00879B;
	padding: 20px 0;
	margin-top: 10px;
}

.contents_block_main_title2 a{
	color: inherit;
}

@media only screen and (max-width: 768px){
.contents_block_main_title2{
	padding: 14px 0;
}
}


.contents_block_main_title{
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3%;
	color: #4d4c4d;
	line-height: normal;
}

@media only screen and (max-width: 768px){
	.contents_block_main_title{
		font-size: 16px;
		padding: 5px 0;
	}
}


contents_text_area1{
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.contents_block_main_title1{
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 22px;
	margin-bottom: 12px;
	color: #4d4c4d;
	padding: 0px 3px;
	
}

.contents_block_main_title1 a{
	color: inherit;
}

@media only screen and (max-width: 768px){
	.contents_block_main_title1{
		font-size: 18px;
		margin-bottom: 20px;
	}
}





/*メインアイテム*/

@media only screen and (min-width: 768px){
	.main_item_area ul{
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 50px;
		width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.main_item_area ul{
		width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.main_item_area li{
		margin-bottom: 40px;
	}
}

.main_item_area img{
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px){
	.main_item_area li{
		width: 50%;
	}
}



.main_item_text h4{
	margin-bottom: 14px;
	font-size: 16px
}

.main_item_text p{
	margin-bottom: 30px;
	font-size: 14px
}


@media only screen and (max-width: 768px){
.main_item_text h4{
	font-size: 16px
}
	}

@media only screen and (max-width: 768px){
.main_item_text p{	
	font-size: 13px
}
}



.main_item_name{
	color: #4d4c4d;
	border-left: solid 3px #00879B;
	padding: 1px 7px;
	font-size: 13px;
	font-weight: bold;
	line-height:　normal;
}

.main_item_name a{
	color: inherit;
}

.main_item_name{
	transition: 1.0s;
}

.main_item_name:hover{
	opacity: 0.3;
}


.main_item_name2{
	color: #4d4c4d;
	border-left: solid 3px #00879B;
	padding: 1px 14px;
	font-size: 18px;
	font-weight: bold;
	line-height:　normal;
}

@media only screen and (max-width: 768px){
.main_item_name2{
	color: #4d4c4d;
	border-left: solid 3px #00879B;
	font-size: 16px;
	font-weight: bold;
	line-height:　normal;
}
}


/*サブアイテム*/

.sub_item_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 50px;
	width: 800px;
}

.sub_item_area ul::after{
	content: "";
	display: block;
	width: 253px;
}

@media only screen and (max-width: 768px){
	.sub_item_area ul{
		gap: 10px;
		width: 100%;
		margin-bottom: 30px;
	}
}

.sub_item_area li{
	width: 253px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px){
	.sub_item_area li{
		width: 48%;
	}
}

.sub_item_area img{
	width: 100%;
	margin-bottom: 10px;
}
	
@media only screen and (max-width: 768px){
	.sub_item_area img{
		margin-bottom: 6px;
	}
}

.sub_item_text h4{
	margin-bottom: 15px;
	line-height: 25px;
}

@media only screen and (max-width: 768px){
	.sub_item_text h4{
		font-size: 13px;
		line-height: 21px;
	}
}

.sub_item_name{
	color: #464646;
	border-left: solid 3px #00879B;
	padding: 0 7px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}

@media only screen and (max-width: 768px){
	.sub_item_name{
		font-size: 12px;
		line-height: 18px;
		padding: 0 7px;
	}
}

.sub_item_name a{
	color: inherit;
}

.sub_item_name{
	transition: 1.0s;
}

.sub_item_name:hover{
	opacity: 0.3;
}


.contents_hover img{
	transition: 1.0s;
}

.contents_hover img:hover{
	opacity: 0.3;
}


/*価格別アイテム*/



.price_itemlist{
	margin-bottom: 100px;
}

.price_itemlist img{
	width: 100%;
}

.itemlist_li img{
	padding-bottom:3%;
}

.itemlist_li p{
	line-height: 20px;
	margin: 0px 0px 5px 7px;
}

.contents_itemlist_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 50px;
	width: 800px;
}

.contents_itemlist_area ul::after{
	content: "";
	display: block;
	width: 253px;
}

@media only screen and (max-width: 768px){
	.contents_itemlist_area ul{
		gap: 10px;
		width: 100%;
		margin-bottom: 30px;
	}
}

.contents_itemlist_area li{
	width: 180px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
	.contents_itemlist_area li{
		width: 48%;
	}
}

.contents_itemlist_area img{
	width: 100%;
	margin-bottom: 10px;
}
	
@media only screen and (max-width: 768px){
	.contents_itemlist_area img{
		margin-bottom: 6px;
	}
}

.contents_itemlist_area h4{
	margin-bottom: 15px;
	line-height: 25px;
}

@media only screen and (max-width: 768px){
	.scontents_itemlist_area h4{
		font-size: 13px;
		line-height: 21px;
	}
}

.price_itemlist{
	color: #464646;
	padding: 0 0px;
	font-size: 13px;
	font-weight: bold;
}

@media only screen and (max-width: 768px){
	.price_itemlist{
		font-size: 12px;
		line-height: 18px;
		padding: 0 7px;
	}
}

.price_itemlist a{
	color: inherit;
}

.price_itemlist{
	transition: 1.0s;
}

.contents_sales_item_mini:hover{
	opacity: 0.3;
}


.contents_hover img{
	transition: 1.0s;
}

.contents_hover img:hover{
	opacity: 0.3;
}


/*アイテム一覧ボタン*/


.item_btn{
	width: 35%;
	border: solid 1px #00879B;
	border-radius: 35px;
	text-align: center;
	color: #00879B;
	padding: 20px 0;
	margin: 0 auto 80px;
	font-weight: bold;
}

@media only screen and (max-width: 768px){
.item_btn{
	width: 50%;
}
	}	
		

.item_btn p{
	font-size: 16px;
}

.item_btn p{
	transition: 1.0s;
	
}

.item_btn p:hover{
	opacity: 0.3;
}

.item_btn a{
display: block;
color: inherit;
}


/*シルクの特徴タイトル下*/	

.title_bottom{
	margin-bottom: 18px;
		
	}	


/*縦棒*/	
.wrap {
	display: flex; /*--横並び指定--*/	
	/*--以下省略--*/
}

.wrap .box-a {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	height: 140px;
	line-height: 140px;
	margin-right: 1em;
	background-color: #fff;
}

.wrap .box-a::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 80%;
	background-color: #00879B; /*--縦線の色--*/
}

.wrap .box-b {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	height: 140px;
	line-height: 140px;
	margin-right: 0em;
	background-color: #fff;

}



