html{
	font-size:62.5%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color:#2c3437;
	scroll-behavior: smooth;
	text-align:justify;
}


body{
	font-size:1.5rem;/* 16px*/
	line-height: 1.6;
}

@media only screen and (max-width:1175px) {
	body{
		font-size:1.35vw;
	}
}

@media only screen and (max-width:600px) {
	html{
		color:#000;
	}
}

a{
	text-decoration: none;
	
}

a:hover{

}

img{
	width: 100%;
	margin:0;
	padding:0;
	display: block;
}

.bold{
	font-weight: bold;
}

.red{
	color: #c44035;
}


.tex_center{
	text-align: center;
}

.sp_nav_sns{
	display: none;
}

@media only screen and (max-width:600px) {
	.sp_nav_sns{
		display:block;
	}

}


/*----------------------------------
ボタン設定
-----------------------------------*/

.btn01 a{
	letter-spacing: 0.03em;
	border-radius:6px;
	font-size: 1.6rem;
	padding:15px 25px;
	background:#c44035;
	color: #fff;
	width: 150px;
	display: block;
	text-align: center;
	margin-top: 40px;
}

.btn02 a{
	letter-spacing: 0.3em;
	border-radius:6px;
	font-size: 1.6rem;
	margin:30px auto;
	padding:15px 25px;
	background:#c44035;
	color: #fff;
	width: 100px;
	display: block;
}

.btn03 a{
	letter-spacing: 0.03em;
	border-radius:6px;
	font-size: 1.6rem;
	margin:30px auto 50px;
	padding:15px 25px;
	background:#c44035;
	color: #fff;
	width: 150px;
	display: block;
	text-align: center;
}

.btn04 a{
	letter-spacing: 0.03em;
	border-radius:6px;
	font-size: 1.6rem;
	margin:30px auto 50px;
	padding:15px 25px;
	background:#c44035;
	color: #fff;
	width: 200px;
	display: block;
	text-align: center;
}

.btn01 a:hover,.btn02 a:hover,.btn03 a:hover,.btn04 a:hover{
	background:#da9321;
}


@media only screen and (max-width:1175px) {

	.btn01 a{
		font-size: 1.4vw;
		padding:1.2vw 2.2vw;
		width: 12vw;
		margin-top: 40px;
	}

	.btn02 a{
		font-size: 1.4vw;
		padding:1.2vw 2.2vw;
		width: 12vw;
		margin:3vw auto;
	}

	.btn03 a{
		font-size: 1.4vw;
		padding:1.2vw 2.2vw;
		width: 12vw;
	}
}

@media only screen and (max-width:600px) {

	.btn01 a{
		font-size: 3.6vw;
		padding:1.8vw 2.4vw;
		width: 50vw;
		margin: 30px auto 0;
	}

	.btn02 a{
		font-size: 3.2vw;
		font-weight: bold;
		padding:1.8vw 2.4vw;
		width: 26vw;
		margin:3vw auto;
	}

	.btn03 a{
		font-size: 3.6vw;
		padding:1.8vw 2.4vw;
		width: 50vw;
	}

}

/*----------------------------------
wrapper設定
-----------------------------------*/

.wrapper{
	width: 1160px;
	margin: 0 auto;
}

.wrapper2{
	width: 1140px;
	margin: 0 auto;
}

.wrapper3{
	width: 1160px;
	margin: 0 auto;
}

@media only screen and (max-width:1175px) {

	.wrapper{
		width: 96%;
	}

	.wrapper2{
		width: 96%;
	}

	.wrapper3{
		width: 96%;
	}

}

@media only screen and (max-width:600px) {

	.wrapper{
		width: 86%;
	}

	.wrapper2{
		width: 86%;
	}

	.wrapper3{
		width: 86%;
	}

}

/*----------------------------------
flex設定
-----------------------------------*/

.flex_container{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.flex_container2{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.flex_container_rev{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.colmn2{
	box-sizing: border-box;
	width: 500px;
	margin: 20px 40px 80px;
}

.colmn2-2{
	box-sizing: border-box;
	width: 500px;
	margin: 40px 40px 40px;
}

.colmn2 img,.colmn2-2 img{
	margin-bottom: 30px;
}

.colmn3{
	box-sizing: border-box;
	width:320px;
	margin: 30px;
}

.colmn5{
	box-sizing: border-box;
	width:200px;
	margin: 16px;
}


@media only screen and (max-width:1175px) {

	.colmn2{
		width: 46%;
		margin: 20px 2% 40px;
	}

	.colmn2-2{
		width: 46%;
		margin: 2vw 2% 2vw;
	}

	.colmn2 img,.colmn2-2 img{
		margin-bottom: 30px;
	}

	.colmn3{
		width:29%;
		margin: 3vw 2.1%;
	}

	.colmn5{
		width:16%;
		margin: 16px 2%;
	}

	.colmn2 img,.colmn2-2 img{
		margin-bottom: 2vw;
	}

}

@media only screen and (max-width:600px) {

	.flex_container_rev{
	    flex-direction: column-reverse;
	}


	.colmn2{
		width: 100%;
		margin: 20px 0 40px;
	}

	.colmn2-2{
		width: 100%;
		margin: 0 0 2vw;
	}



	.colmn3{
		width:46%;
		margin: 3vw 2%;
	}

	.colmn5{
		width:46%;
		margin: 16px 2%;
	}

	.colmn2 img,.colmn2-2 img{
		margin-bottom: 2vw;
	}


	.sub_section .colmn2{
		width: 100%;
		margin: 20px 0 10px;
	}

	.sub_section .colmn2 img{
		margin-bottom: 1vw;
	}

	.flex_container_sp{
		display: flex;
		justify-content: center;
    	flex-wrap: wrap;
	}

}

/*----------------------------------
ユニット設定
-----------------------------------*/

.tpu03{
	background-image: url("../img/common/batik01.png");
	border-bottom:1px #d2d4d3 dotted;
}
.tpu04{
	border-bottom:1px #d2d4d3 dotted;
}

.tpu05{
	background-image: url("../img/common/batik03.png");
	border-bottom:1px #d2d4d3 dotted;
}

.tpu03 h2,.tpu04 h2,.tpu05 h2,.tpu06 h2,.tpu07 h2,.tpu08 h2,.tpu09 h2,.sub_section h2{
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.1;
	letter-spacing: 0.05em;
	font-weight:normal;
}



.tpu03 h2,.tpu04 h2,.tpu05 h2,.tpu06 h2,.tpu08 h2,.tpu09 h2,.sub_section h2{
	padding: 10px 0 25px;
}

.tpu07 h2{
	padding: 10px 0 40px;
}

.tpu03 p,.tpu04 p,.tpu05 p,.tpu06 p,.tpu07 p,.tpu08 p,.tpu09 p,.sub_section p{
	font-size: 1.35rem;
	letter-spacing: 0.05em
}

.sub_section p{
	line-height: 2.0;
	margin-bottom: 20px;
}

.sub_section h3{
	font-size:1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.abt-photo{
	margin-bottom: 20px;
}

.bkg_01{
	background-image: url("../img/common/batik01.png");
	border-top:1px #d2d4d3 dotted;
	border-bottom:1px #d2d4d3 dotted;
}

.bkg_02{
	border-top:1px #d2d4d3 dotted;
}

@media only screen and (max-width:1175px) {
	.tpu03 h2,.tpu04 h2,.tpu05 h2,.tpu06 h2,.tpu07 h2,.tpu08 h2,.tpu09 h2,.sub_section h2{
		font-size: 1.95vw;
		line-height: 1.3;
	}

	.tpu03 h2,.tpu04 h2,.tpu05 h2,.tpu06 h2,.tpu08 h2,.tpu09 h2,.sub_section h2{
		padding:1vw 0 2vw;
	}

	.tpu03 p,.tpu04 p,.tpu05 p,.tpu06 p,.tpu07 p,.tpu08 p,.tpu09 p,.sub_section p{
		font-size: 1.2vw;
	}

	.tpu07 h2{
		padding: 1vw 0 4vw;
	}

	.sub_section h3{
		font-size: 1.4vw;
	}
}

@media only screen and (max-width:600px) {
	.tpu03 h2,.tpu04 h2,.tpu05 h2,.tpu06 h2,.tpu07 h2,.tpu08 h2,.tpu09 h2,.sub_section h2{
		font-size:4.2vw;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-weight: bold;

		
	}

	.tpu03 p,.tpu04 p,.tpu05 p,.tpu06 p,.tpu07 p,.tpu08 p,.tpu09 p,.sub_section p{
		font-size: 3.2vw;
		line-height: 1.9;
		font-weight: bold;
	}

	.sub_section h3{
		font-size: 3.0vw;
		padding: 2.6vw 0 0vw;
	}
}



/*----------------------------------
見出し
-----------------------------------*/

.h2_en{
	font-size: 0.9rem;
	letter-spacing: 0.03em;
}

.h2_ico{
	width: 22px;
	margin: 0 auto ;
	padding: 45px 0 15px;
}

.h2_ico2{
	width: 90px;
	margin: 0 auto ;
	padding: 50px 0 0px;
}

@media only screen and (max-width:1175px) {

	.h2_ico{
		width: 2vw;
		padding: 3vw 0 1.5vw;
	}

	.h2_ico2{
		width: 7vw;
		padding: 5vw 0 0px;
	}
}

@media only screen and (max-width:600px) {

	.h2_ico{
		width: 4vw;
		padding: 6vw 0 1.5vw;
	}

	.h2_ico2{
		width: 14vw;
		padding: 8vw 0 0px;
	}
}

/*----------------------------------
トップファースト
-----------------------------------*/

.top_first{
	height: 80vh;
}

.tf_left{
	box-sizing: border-box;
	width: calc((100% - 360px) / 2);
}

.tf_center{
	box-sizing: border-box;
	width: 360px;
	background-image: url("../img/common/batik01.png");
	text-align: center;
	position: relative;
}

.tf_center:before{
	content: '';
    position: absolute;
    top: 0;
    left:calc(50% - 37px);
    display: inline-block;
    width: 74px;
    height: 3vh;
    background-color: #2c3437;
}

.tf_center:after{
	content: '';
    position: absolute;
    bottom: 0;
    left:calc(50% - 37px);
    display: inline-block;
    width: 74px;
    height: 3vh;
    background-color: #2c3437;
}

.tf_right{
	box-sizing: border-box;
	width: calc((100% - 360px) / 2);
}


.tf_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.tf_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}


.tf_logo_set{
	margin:24vh auto 8vh;
	width: 220px;
}

.sub_ttl{
	font-size: 1.8rem;
}

.tf_ico{
	width: 100px;
	margin:20px auto 20px;
}

.tf_center ul li a{
	font-family: 'Lexend Deca', sans-serif;
	color:#2c3437;
	font-weight: 400;
	font-size: 1.4rem;
	padding-bottom: 0.9vh;
	display: block;
}

.tf_center ul li:first-child{
	display: none;
}

.tf_center ul li a:hover{
	color: #c44035;
}

@media only screen and (max-width:1175px) {

	.tf_left{
		width: calc((100% - 32vw) / 2);
	}

	.tf_center{
		width: 32vw;
	}

	.tf_right{
		width: calc((100% - 32vw) / 2);
	}

	.tf_logo_set{
		margin:21vh auto 8vh;
		width: 20vw;
	}

	.tf_ico{
		width: 10vw;
		margin:2vw auto 2vw;
	}

	.sub_ttl{
		font-size: 1.6vw;
		
	}

	.tf_center ul li a{
		font-size: 1.45vw;
	}




}

@media only screen and (max-width:600px) {
	.top_first{
		height: initial;
	}

	.tf_left{
		width: 100%;
		height: 25vh
	}

	.tf_center{
		width: 100%;
		height: 34vh
	}

	.tf_right{
		width: 100%;
		height: 25vh
	}

	.tf_logo_set{
		margin:10vh auto 6vh;
		width: 52vw;
	}

	.tf_ico{
		width: 22vw;
		margin:2vw auto 2vw;
	}

	.sub_ttl{
		font-size: 3.2vw;
		font-weight: bold;
	}

	.tf_center:before{
	    left:calc(50% - 10vw);
	    width: 20vw;
	    height: 1vh;
	}

	.tf_center:after{
	    left:calc(50% - 10vw);
	    width: 20vw;
	    height: 1vh;
	}

	.tf_center ul{
		
	}


	.tf_center ul li:first-child{
		display:block;
		width: 50%;
		margin: 26vw auto 15vw;
	}


	.tf_center ul li a{
		font-size: 3.2vw;
		display: block;
		color: #fff;
	}

	.tf_center ul li{
		margin:0;
		
	}


}

/*----------------------------------
キャッチコピー tpu01
-----------------------------------*/

.tpu01{
	text-align: center;
	padding:55px 0 30px;
}

.tpu01 h2{
	font-size: 2.2rem;
	margin-bottom: 30px;
	font-weight: normal;
}

.tpu01 p{
	font-size: 1.3rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

@media only screen and (max-width:1175px) {
	.tpu01{
		padding:5vw 0 3vw;
	}

	.tpu01 h2{
		font-size: 2.1vw;
		margin-bottom: 3vw;
	}

	.tpu01 p{
		font-size: 1.3vw;
		margin-bottom: 3vw;
	}
}

@media only screen and (max-width:600px) {
	.tpu01{
		padding:8vw 0 5vw;
	}

	.tpu01 h2{
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}

	.tpu01 p{
		font-size: 2.9vw;
		margin-bottom: 4vw;
	}
}



/*----------------------------------
商品画像 tpu02
-----------------------------------*/

.tpu02{
	height: 420px;
}

.tpu02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

@media only screen and (max-width:600px) {
	.tpu02{
		height: 50vw;
	}

}

/*----------------------------------
スマトラサンバルとは？ tpu06
-----------------------------------*/


.tpu06{
	position: relative;
	height: 500px;
}

.tpu06 picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.tpu06 .tpu06_tex{
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 960px;

}
.tpu06_tex2{
	width: 450px;
}


.tpu06 .tpu06_tex h2{
	text-align: left;
	margin-bottom: 30px;
}

.tpu06 .tpu06_tex p{
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.tpu06-pc{

}

.tpu06-sp{
	display: none;
}

@media only screen and (max-width:1175px) {
	.tpu06 .tpu06_tex{
		width: 90%
	}

	.tpu06_tex2{
		width: 45vw;
	}
}

@media only screen and (max-width:600px) {
	.tpu06-pc{
		display: none;
	}

	.tpu06-sp{
		display: block;
	}

	.tpu06{
		height: 180vw;
		text-align: center;
	}

	.tpu06 .tpu06_tex{
		top: 15vw;
		width: 70vw;
	}

	.tpu06 .tpu06_tex h2{
		text-align: center;
		margin-bottom: 25px;
	}


	.tpu06_tex2{
		width: 70vw;
	}

}

/*----------------------------------
魅力 tpu07
-----------------------------------*/

.tpu07_1{
	background-image: url("../img/common/batik01.png");
	border-top:1px #d2d4d3 dotted;
	border-bottom:1px #d2d4d3 dotted;
	padding:30px 0 0px;
}

.tpu07_2{
	border-bottom:1px #d2d4d3 dotted;
	padding:30px 0 0px;
}

.tpu07_3{
	background-image: url("../img/common/batik03.png");
	border-bottom:1px #d2d4d3 dotted;
	padding:30px 0 0px;
}

.tpu07_ico{
	width: 70px;
	color:#fff;
	padding:12px 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: normal;
	margin-right: 20px;
}

.tpu07_ttl{
	font-size: 1.9rem;
	font-weight: normal;
}

.tpu07_ttl_box{
	margin-bottom: 50px;
}

.tpu07-set{
	margin-bottom: 30px;
}

.tpu07-set h4{
	border-bottom:1px #2c3437 dotted;
	margin-bottom:15px;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	padding-bottom: 5px;
}
.tpu07-set p{
font-size: 1.35rem;
}

.ico_bkg01{
	background:#2c3437;
}

.ico_bkg02{
	background:#c44035;
}

.ico_bkg03{
	background:#da9321;
}

@media only screen and (max-width:1175px) {
	.tpu07_ico{
		width: 7vw;
		font-size: 1.3vw;
		margin-right: 2vw;
	}

	.tpu07_ttl{
		font-size: 1.85vw;
	}

	.tpu07_ttl_box{
		margin-bottom: 3vw;
	}

	.tpu07-set{
		margin-bottom: 3vw;
	}

	.tpu07-set h4{
		font-size: 1.4vw;
		margin-bottom:1.3vw;
	}

	.tpu07-set p{
		font-size: 1.25vw;
	}
}

@media only screen and (max-width:600px) {
	.tpu07_ico{
		width: 14vw;
		font-size: 2.9vw;
		margin-right: 3vw;
		padding:4vw 0;
		line-height: 1.0;
	}

	.tpu07_ttl{
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 1.8;
	}

	.tpu07-set{
		margin-top: 6vw;
		margin-bottom: 6vw;
	}

	.tpu07-set h4{
		font-size: 3.5vw;
		margin-bottom:1.3vw;
		letter-spacing: 0.01em;
	}

	.tpu07-set p{
		font-size: 3.1vw;
	}
}

/*----------------------------------
商品　tpu08
-----------------------------------*/

.tpu08{
	border-bottom:1px #d2d4d3 dotted;
}

.tpu08 h3{
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 1.8;
	margin: 30px 0 15px;
}

.tpu08 h3 span{
	font-size: 1.8rem;
}

.tpu08 p{
	font-size: 1.25rem;
	line-height: 1.9;
	margin-bottom: 30px;
	text-align: left;
}

.tpu08 .colmn2 {
	margin: 20px 40px 20px;
}

.tpu08 .colmn2 h3{
	margin: 0px 0 15px;
}

.tpu08 .colmn2 p{
	width: 300px;
	margin: 30px auto 30px;
}

.caution{
	text-align: center;
	margin: 20px 0 60px;
	font-size: 1.3rem;
}

@media only screen and (max-width:1175px) {

	.tpu08 h3{
		font-size: 1.7vw;
		margin: 3vw 1.2vw 2vw;
	}

	.tpu08 p{
		font-size: 1.2vw;
		margin-bottom: 3vw;
	}

	.tpu08 .colmn2 {
		margin: 2vw 2% 2vw;
	}

	.tpu08 .colmn2 h3{
		margin: 0px 0 1.2vw;
	}

	.tpu08 .colmn2 p{
		width: 40vw;
		margin: 3vw auto 3vw;
	}

}

@media only screen and (max-width:600px) {
	.tpu08 h3{
		font-size: 3.4vw;
		line-height: 1.5;
		margin: 3vw 1.2vw 2vw;
	}

	.tpu08 h3 span{
		font-size: 3.7vw;
	}

	.tpu08 p{
		font-size: 2.9vw;
		margin-bottom: 3vw;
	}

	.tpu08 .price{
		font-size: 2.6vw;
		padding-bottom: 3vw;
	}

	.tpu08 .colmn2 p{
		width: 70vw;
		margin: 3vw auto 3vw;
	}
}

/*----------------------------------
レシピ　tpu09
-----------------------------------*/

.tpu09 .colmn5 h3{
	text-align: center;
	margin:15px 0;
}

.tpu09 .colmn5 a h3{
	color:#2c3437;
	font-weight: normal;
	font-size: 1.4rem;
}

.tpu09 .colmn5:hover {
	opacity: 0.5;
}

@media only screen and (max-width:1175px) {
	.tpu09 .colmn5 a h3{
		font-size: 1.3vw;
	}
}

@media only screen and (max-width:600px) {
	.tpu09 .colmn5 a h3{
		font-size: 3.2vw;
	}
}

/*----------------------------------
フッター
-----------------------------------*/

footer{
	background:#da9321;
	color: #fff;
	font-size:1.3rem;
	letter-spacing: 0.1em;
}

.ft_left{
 	width:350px;
 	padding:30px 40px;
 	box-sizing: border-box;
 	border-right: 1px #fffeff solid;
 	background-image: url("../img/common/batik04.png");
}

 .ft_right{
 	box-sizing: border-box;
 	width:calc(100% - 350px);
}

	.ft_left a{
		color:#fff;
	}

.ft_ico{
	width: 80px;
	margin:60px 0 10px;
}

.ft_logo{
	width: 230px;
	margin-bottom: 20px;
}

.ft_sub_ttl{
	margin-bottom: 20px;
}

.ft_snsico{
	width: 30px;
	margin-right: 10px;
}

 .ftr_01{
 	box-sizing: border-box;
 	padding:30px 40px;
}

 .ftr_02{
 	box-sizing: border-box;
 	padding:30px 40px;
 	border-top: 1px #fffeff solid;
}

.ftr_01 ul li a{
 	color:#fff;
 	font-size:1.3rem;
 	letter-spacing: 0.1em;
 	padding-top: 10px;
 	display: block;
 	width:200px;
}

.ftr_01 ul li a:hover{
	color:#2c3437;
}

.ft_com_name,.ft_com_add{
 	
}

.ft_com_add{
	margin-bottom: 20px;
}

.copyright{
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

@media only screen and (max-width:1175px) {

	footer{
		font-size:1.3vw;
	}

	.ftr_01 ul li a{

	 	font-size:1.25vw;
	 	padding-top: 1vw;
	 	width:20vw;
	}

	.ft_left{
	 	width:34vw;
	 	padding:3vw 4vw;
	}

	 .ft_right{
	 	width:calc(100% - 34vw);
	}

	 .ftr_01{
	 	padding:3vw 4vw;
	}

	 .ftr_02{
	 	padding:3vw 4vw;
	}



	.ft_ico{
		width: 9vw;
		margin:6vw 0 1vw;
	}

	.ft_logo{
		width: 22vw;
		margin-bottom: 2vw;
	}

	.copyright{
		font-size: 1.0vw;

	}

}

@media only screen and (max-width:600px) {

	footer{
		font-size:3.0vw;
		letter-spacing: 0.1em;
	}

	.ft_left{
	 	width:100%;
	 	padding:10vw 8vw;
	 	border-right: 0px #fffeff solid;
	 	border-bottom: 1px #fffeff solid;
	}

	 .ft_right{
	 	width:100%;
	}

	.ft_ico{
		width: 22vw;
		margin:0 0 3vw;
	}

	.ft_logo{
		width: 48vw;
		margin-bottom: 4vw;
	}

	.ft_sub_ttl{
		font-size: 3vw;
		margin-bottom: 20px;
	}

	.ft_snsico{
		width: 10vw;
		margin-right: 4vw;
	}

	 .ftr_01{
	 	padding:10vw 8vw;
	}

	 .ftr_02{
	 	padding:10vw 8vw;
	}

	.ftr_01 ul li a{
	 	font-size:3.5vw;
	 	padding: 1.7vw 0;
	 	width:100%;
	}

	.copyright{
		font-size: 2.5vw;
	}

}



