@charset "utf-8";

/* --------------------------------------------------------------------------------
	index-sp
-------------------------------------------------------------------------------- */
#index-sp{
	padding: 0 1.5vw;
}

#index-sp .h2-heading{
	margin: 0 0 4vw;
    border-radius: 0.5vw;
    padding: 1.35vw 0;
    text-align: center;
    font-size: 5.1vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    background: #745536;
}
#index-sp .h2-heading .mark1{
	font-size: 6vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/********** バナー1 **********/
#index-sp .bnrs1 ul li{
	padding: 0 0 3vw;
}
/********** バナー1 **********/
#index-sp .bnrs1{
	width: 100%;
}
#index-sp .bnrs1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#index-sp .bnrs1 ul li{
	padding: 0 3vw 3vw 0;
	width: 47vw;
	box-sizing: content-box;
}
#index-sp .bnrs1 ul li:nth-child(2n){
	padding: 0 0 3vw;
}


/********** intro **********/
#index-sp .intro{
	margin: 0 0 12vw;
	padding: 4vw 2vw;
	background: #f8f4e9;
}
#index-sp .intro p{
	padding: 2.5vw 0;
	line-height: 1.6;
}

/********** event **********/
#index-sp .event h2{
	margin: 0 0 5vw;
}
#index-sp .event h3{
	padding: 0 0 3vw;
	text-align: center;
	font-size: 4.8vw;
	color: #c5a437;
}
#index-sp .event .event-box{
	padding: 0 1.5vw 5.5vw;
}
#index-sp .event section{
	padding: 0 0 6vw;
}
#index-sp .event section h3{
	font-weight: bold;
}
#index-sp .event section .img-catch{
	padding: 0 0 4vw;
}
#index-sp .event section .txt p{
	line-height: 1.7;
}

/********** medama **********/
#index-sp .medama h2{
	margin: 0 0 5vw;
}
#index-sp .medama h3{
	padding: 0 0 3vw;
	text-align: center;
	font-size: 4.8vw;
	color: #745536;
}
#index-sp .medama .event-box{
	padding: 0 1.5vw 5.5vw;
}
#index-sp .medama section{
	padding: 0 0 6vw;
}
#index-sp .medama section h3{
	font-weight: bold;
}
#index-sp .medama section .img-catch{
	padding: 0 0 4vw;
}
#index-sp .medama section .txt p{
	line-height: 1.7;
}

/********** yosan **********/
#index-sp .yosan{
	padding: 0 0 13vw;
}
#index-sp .yosan h2{
	padding: 0 0 5vw;
}

/* open close ボタン */
#index-sp .yosan .btn-open-close{
	font-weight: bold;
	color: #fff;
	background: #7ebcd9;
}
#index-sp .yosan .btn-open-close .btn-open-close-box{
	padding: 2.75vw 3.7vw;
	background: url("../images/k-index-device/icon-arr-yosan-down.png") no-repeat 95% 50%;
	background-size: 3.6vw auto;
}
#index-sp .yosan .active .btn-open-close .btn-open-close-box{
	background-image: url("../images/k-index-device/icon-arr-yosan-up.png");
}
#index-sp .yosan .btn-open-close .value-yen{
	font-size: 4.8vw;
}
#index-sp .yosan .btn-open-close .mark-yen{
	font-size: 4.2vw;
}

/* section */
#index-sp .yosan section{
	border-bottom: solid 1px #fff;
}
#index-sp .yosan .yosan-box{
	height: 0;
	overflow: hidden;
}
#index-sp .yosan .active .yosan-box{
	height: auto;
	border: solid 1vw #7ebcd9;
}

/* h3 */
#index-sp .yosan h3{
	padding: 6vw 0 2vw;
}
#index-sp .yosan h3 .item-name{
	display: block;
	padding: 0 0 1vw;
	text-align: center;
	font-weight: bold;
	font-size: 5.6vw;
}
#index-sp .yosan .yosan1 h3 .item-name{
	color: #599ed9;
}
#index-sp .yosan .yosan2 h3 .item-name{
	color: #e79bcb;
}
#index-sp .yosan .yosan3 h3 .item-name{
	color: #7dcc75;
}
#index-sp .yosan .yosan4 h3 .item-name{
	color: #9e96cf;
}
#index-sp .yosan .yosan5 h3 .item-name{
	color: #d14c89;
}
#index-sp .yosan .yosan6 h3 .item-name{
	color: #c1a073;
}

#index-sp .yosan h3 .item-txt{
	display: block;
	padding: 0 0 0;
	text-align: center;
	letter-spacing: -0.1vw;
	font-size: 3.6vw;
}
#index-sp .yosan .yosan1 h3 .item-txt{
	color: #599ed9;
}
#index-sp .yosan .yosan2 h3 .item-txt{
	color: #e79bcb;
}
#index-sp .yosan .yosan3 h3 .item-txt{
	color: #7dcc75;
}
#index-sp .yosan .yosan4 h3 .item-txt{
	color: #9e96cf;
}
#index-sp .yosan .yosan5 h3 .item-txt{
	color: #d14c89;
}
#index-sp .yosan .yosan6 h3 .item-txt{
	color: #c1a073;
}

/* リンク */
#index-sp .yosan a{
	display: block;
	padding: 3vw 3vw 3vw;
}

/* 各スタイル設定 */
#index-sp .yosan .yosan1 .btn-open-close{
	background: #7ebcd9;
}
#index-sp .yosan .yosan1.active .btn-open-close{
	background: #7ebcd9 url("../images/k-index-device/bg-yosan-blue.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan1 .yosan-box{
	border-color: #7ebcd9;
}

#index-sp .yosan .yosan2 .btn-open-close{
	background: #e79bcb;
}
#index-sp .yosan .yosan2.active .btn-open-close{
	background: #e79bcb url("../images/k-index-device/bg-yosan-pink1.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan2 .yosan-box{
	border-color: #e79bcb;
}

#index-sp .yosan .yosan3 .btn-open-close{
	background: #7dcc75;
}
#index-sp .yosan .yosan3.active .btn-open-close{
	background: #7dcc75 url("../images/k-index-device/bg-yosan-green.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan3 .yosan-box{
	border-color: #7dcc75;
}

#index-sp .yosan .yosan4 .btn-open-close{
	background: #9e96cf;
}
#index-sp .yosan .yosan4.active .btn-open-close{
	background: #9e96cf url("../images/k-index-device/bg-yosan-purple.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan4 .yosan-box{
	border-color: #9e96cf;
}

#index-sp .yosan .yosan5 .btn-open-close{
	background: #d14c89;
}
#index-sp .yosan .yosan5.active .btn-open-close{
	background: #d14c89 url("../images/k-index-device/bg-yosan-pink2.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan5 .yosan-box{
	border-color: #d14c89;
}

#index-sp .yosan .yosan6 .btn-open-close{
	background: #c1a073;
}
#index-sp .yosan .yosan6.active .btn-open-close{
	background: #c1a073 url("../images/k-index-device/bg-yosan-brown.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .yosan .yosan6 .yosan-box{
	border-color: #c1a073;
}

/* サムネイル */
#index-sp .yosan .thumb{
	display: block;
}
#index-sp .yosan .thumb img{
	display: block;
	width: 45vw;
	margin: 0 auto 3vw;
}

/* キャッチ */
#index-sp .yosan .item-catch{
	display: block;
	width: 67.5vw;
	margin: 0 auto 2vw;
	line-height: 1.7;
}

/* ボタン */
#index-sp .yosan .item-btn{
	padding: 0 0 7vw;
}
#index-sp .yosan .item-btn a{
	display: table;
	width: calc(83vw - 6vw - 9vw);
	margin: 0 auto;
	padding: 2vw 9vw 2vw 6vw;
	border-radius: 0.5vw;
	border: solid 0.25vw #c5a437;
	letter-spacing: -0.2vw;
	font-weight: bold;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
	background-size: 3vw auto;
}

/* 商品名称 */
#index-sp .yosan .item-catch{
	width: 67.5vw;
	margin: 0 auto 4vw;
	font-weight: bold;
}

/* スライダー */
/* 矢印 */
#index-sp .yosan-slider .control{
	width:100%;
	margin:0 auto 0;
	position:relative;
	top: 4vw;
}
#index-sp .yosan-slider .slick-prev,
#index-sp .yosan-slider .slick-next{
	position: absolute;
	display: block;
	top: 50%;
	width: 10vw;
	height: 40vw;
	border: none;
	opacity: 1;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
}
#index-sp .yosan-slider .slick-prev{
	left:0;
	background:url("../images/k-index-device/btn-slider-prev.png") no-repeat 0 50%;
	background-size:100% auto;
}
#index-sp .yosan-slider .slick-next{
	right:0;
	background:url("../images/k-index-device/btn-slider-next.png") no-repeat 0 50%;
	background-size:100% auto;
}




/********** tensu **********/
#index-sp .tensu{
	padding: 0 0 13vw;
}
#index-sp .tensu h2{
	margin: 0 0 5vw;
}

/* open close ボタン */
#index-sp .tensu .btn-open-close{
	font-weight: bold;
	color: #fff;
	background: #7ebcd9;
}
#index-sp .tensu .btn-open-close .btn-open-close-box{
	padding: 2.75vw 3.7vw;
	background: url("../images/k-index-device/icon-arr-yosan-down.png") no-repeat 95% 50%;
	background-size: 3.6vw auto;
}
#index-sp .tensu .active .btn-open-close .btn-open-close-box{
	background-image: url("../images/k-index-device/icon-arr-yosan-up.png");
}
#index-sp .tensu .btn-open-close .value-yen{
	font-size: 4.8vw;
}
#index-sp .tensu .btn-open-close .mark-yen{
	font-size: 4.2vw;
}

/* section */
#index-sp .tensu section{
	border-bottom: solid 1px #fff;
}
#index-sp .tensu .tensu-box{
	height: 0;
	overflow: hidden;
}
#index-sp .tensu .active .tensu-box{
	height: auto;
	border: solid 1vw #7ebcd9;
}

/* h3 */
#index-sp .tensu h3{
	padding: 6vw 0 2vw;
}
#index-sp .tensu h3 .item-name{
	display: block;
	padding: 0 0 1vw;
	text-align: center;
	font-weight: bold;
	color: #599ed9;
	font-size: 5.6vw;
}
#index-sp .tensu .tensu1 h3 .item-name{
	color: #599ed9;
}
#index-sp .tensu .tensu2 h3 .item-name{
	color: #e79bcb;
}
#index-sp .tensu .tensu3 h3 .item-name{
	color: #7dcc75;
}
#index-sp .tensu .tensu4 h3 .item-name{
	color: #9e96cf;
}
#index-sp .tensu .tensu5 h3 .item-name{
	color: #d14c89;
}
#index-sp .tensu .tensu6 h3 .item-name{
	color: #c1a073;
}
#index-sp .tensu h3 .item-txt{
	display: block;
	padding: 0 0 0;
	text-align: center;
	letter-spacing: -0.1vw;
	color: #599ed9;
	font-size: 3.6vw;
}
#index-sp .tensu .tensu1 h3 .item-txt{
	color: #599ed9;
}
#index-sp .tensu .tensu2 h3 .item-txt{
	color: #e79bcb;
}
#index-sp .tensu .tensu3 h3 .item-txt{
	color: #7dcc75;
}
#index-sp .tensu .tensu4 h3 .item-txt{
	color: #9e96cf;
}
#index-sp .tensu .tensu5 h3 .item-txt{
	color: #d14c89;
}
#index-sp .tensu .tensu6 h3 .item-txt{
	color: #c1a073;
}

/* リンク */
#index-sp .tensu a{
	display: block;
	padding: 3vw 3vw 3vw;
}

/* 各スタイル設定 */
#index-sp .tensu .tensu1 .btn-open-close{
	background: #7ebcd9;
}
#index-sp .tensu .tensu1.active .btn-open-close{
	background: #7ebcd9 url("../images/k-index-device/bg-yosan-blue.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu1 .tensu-box{
	border-color: #7ebcd9;
}

#index-sp .tensu .tensu2 .btn-open-close{
	background: #e79bcb;
}
#index-sp .tensu .tensu2.active .btn-open-close{
	background: #e79bcb url("../images/k-index-device/bg-yosan-pink1.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu2 .tensu-box{
	border-color: #e79bcb;
}

#index-sp .tensu .tensu3 .btn-open-close{
	background: #7dcc75;
}
#index-sp .tensu .tensu3.active .btn-open-close{
	background: #7dcc75 url("../images/k-index-device/bg-yosan-green.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu3 .tensu-box{
	border-color: #7dcc75;
}

#index-sp .tensu .tensu4 .btn-open-close{
	background: #9e96cf;
}
#index-sp .tensu .tensu4.active .btn-open-close{
	background: #9e96cf url("../images/k-index-device/bg-yosan-purple.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu4 .tensu-box{
	border-color: #9e96cf;
}

#index-sp .tensu .tensu5 .btn-open-close{
	background: #d14c89;
}
#index-sp .tensu .tensu5.active .btn-open-close{
	background: #d14c89 url("../images/k-index-device/bg-yosan-pink2.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu5 .tensu-box{
	border-color: #d14c89;
}

#index-sp .tensu .tensu6 .btn-open-close{
	background: #c1a073;
}
#index-sp .tensu .tensu6.active .btn-open-close{
	background: #c1a073 url("../images/k-index-device/bg-yosan-brown.png") repeat 0 0;
	background-size: 5px auto;
}
#index-sp .tensu .tensu6 .tensu-box{
	border-color: #c1a073;
}

/* サムネイル */
#index-sp .tensu .thumb{
	display: block;
}
#index-sp .tensu .thumb img{
	display: block;
	width: 45vw;
	margin: 0 auto 3vw;
}

/* キャッチ */
#index-sp .tensu .item-catch{
	display: block;
	width: 67.5vw;
	margin: 0 auto 2vw;
	line-height: 1.7;
}

/* ボタン */
#index-sp .tensu .item-btn{
	padding: 0 0 7vw;
}
#index-sp .tensu .item-btn a{
	display: table;
	width: calc(83vw - 6vw - 9vw);
	margin: 0 auto;
	padding: 2vw 9vw 2vw 6vw;
	border-radius: 0.5vw;
	border: solid 0.25vw #c5a437;
	letter-spacing: -0.2vw;
	font-weight: bold;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
	background-size: 3vw auto;
}

/* 商品名称 */
#index-sp .tensu .item-catch{
	width: 67.5vw;
	margin: 0 auto 4vw;
	font-weight: bold;
}

/* スライダー */
/* 矢印 */
#index-sp .tensu-slider .control{
	width:100%;
	margin:0 auto 0;
	position:relative;
	top: 4vw;
}
#index-sp .tensu-slider .slick-prev,
#index-sp .tensu-slider .slick-next{
	position: absolute;
	display: block;
	top: 50%;
	width: 10vw;
	height: 40vw;
	border: none;
	opacity: 1;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
}
#index-sp .tensu-slider .slick-prev{
	left:0;
	background:url("../images/k-index-device/btn-slider-prev.png") no-repeat 0 50%;
	background-size:100% auto;
}
#index-sp .tensu-slider .slick-next{
	right:0;
	background:url("../images/k-index-device/btn-slider-next.png") no-repeat 0 50%;
	background-size:100% auto;
}



/********** 7つの特徴 **********/
#index-sp .tokucho{
	padding: 0 0 15vw;
}
#index-sp .tokucho h2{
	margin: 0 0 6.6vw;
}
#index-sp .tokucho h3{
	display: flex;
	align-items: center;
	
	margin: 0 0 3vw;
}
#index-sp .tokucho h3 .heading-mark{
	width: 10vw;
	display: block;
}
#index-sp .tokucho h3 .heading-label{
	display: block;
	font-weight: bold;
	font-size: 4.8vw;
	color: #745536;
}
#index-sp .tokucho .tokucho-box{
	display: flex;
	justify-content: space-between;
	
	width: calc(100% - 3vw);
	margin: 0 auto 5vw;
}
#index-sp .tokucho .tokucho-box .img{
	width: 43%;
}
#index-sp .tokucho .tokucho-box .txt{
	width: 53%;
}
#index-sp .tokucho .tokucho-box .txt p{
	list-style: 1.75;
}
#index-sp .tokucho .tokucho-box .txt p .mark1{
	font-weight: bold;
	color: #a00;
}
#index-sp .tokucho .txt-end{
	padding: 5vw 0 5vw;
}
/* ボタン */
#index-sp .tokucho .tokucho-btn a{
	display: block;
	width: calc(83vw - 6vw - 9vw);
	margin: 0 auto;
	padding: 2vw 9vw 2vw 6vw;
	border-radius: 0.5vw;
	border: solid 0.25vw #c5a437;
	letter-spacing: -0.2vw;
	font-weight: bold;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
	background-size: 3vw auto;
}

/********** サービスに関する考え方 **********/
#index-sp .txt-service-kangaekata{
	padding: 0 0 11vw;
	line-height: 1.7;
	text-align: center;
	font-size: 4.8vw;
}
#index-sp .txt-service-kangaekata a{
	text-decoration: underline;
	color: #c5a437;
}

/********** hikikae-panel **********/
#index-sp .hikikae-panel .txt-catch{
	text-align:center;
	color:#745536;
	font-size:4vw;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index-sp .hikikae-panel{
	padding: 0 0 10vw;
}
#index-sp .hikikae-panel h2{
	margin: 0 0 5vw;
}
#index-sp .hikikae-panel .txt-hikikae-panel{
	padding: 0 0 5vw;
}
#index-sp .hikikae-panel .hikikae-panel-wrapper{
	padding: 4vw 4vw 6vw;
	border: solid 0.4vw #d2d2d2;
}
#index-sp .hikikae-panel .hikikae-panel-wrapper .img{
	padding: 5vw 0;
}
#index-sp .hikikae-panel .hikikae-panel-wrapper .img img{
	display: block;
	width: 60vw;
	margin: 0 auto;
}
#index-sp .hikikae-panel .hikikae-panel-wrapper .txt p{
	line-height: 1.75;
}
#index-sp .hikikae-panel .hikikae-panel-wrapper h3{
	margin: 0 0 3vw;
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
	border-bottom: solid 0.2vw #745536;
	color: #745536;
}

/********** omakase **********/
#index-sp .omakase .img-omakase{
	padding: 0 0 5vw;
}
#index-sp .omakase h3{
	padding: 0 0 2vw;
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
	color: #745536;
}

#index-sp .omakase .txt-omakase{
	padding: 0 0 3vw;
}

/* ボタン */
#index-sp .omakase .omakase-btn a{
	display: block;
	width: calc(83vw - 6vw - 9vw);
	margin: 0 auto;
	padding: 2vw 9vw 2vw 6vw;
	border-radius: 0.5vw;
	border: solid 0.25vw #c5a437;
	letter-spacing: -0.2vw;
	font-weight: bold;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
	background-size: 3vw auto;
}



