@charset "UTF-8";


/* common component
-----------------------------------------------*/
/* ========== base style ========== */
/* ========== mv/intro ========== */
/* ========== tokuten ========== */

/* coomon parts
-----------------------------------------------*/
/* ========== title ========== */



/* common component
-----------------------------------------------*/
/* ========== base style ========== */
.style2_wrapper {
	color: #51402e;
	animation-delay: 0.8s;
}
.style2_wrapper a:link,
.style2_wrapper a:visited {
	color: #51402e;
}

.style2_wrapper sup {
	font-size: 0.5em;
	vertical-align: super;
	letter-spacing: 0;
	margin-right: 0.5em;
}


/* ========== mv/intro ========== */
.style2_mv {
	justify-content: center !important;
	align-items: center !important;
	width: 100%;
	height: 25.3333333333vw;
	background-size: cover;
	background-position: center center;
}
.style2_title {
	width: 52%;
}
.style2_title_over,
.style2_title h2 {
	font-size: 4.8vw;
	line-height: 1;
}
.style2_title_under {
	margin-top: 2.66vw;
	padding-top: 2.66vw;
	border-top: 1px solid #fff;
}
.style2_title img.style2_title_logo {
	width: 26.6666666666vw;
}
@media (min-width:768px){
	.style2_mv {
		height: 270px;
	}
	.style2_title {
		width: 430px;
	}
	.style2_title_over,
	.style2_title h2 {
		font-size: 32px;
	}
	.style2_title_under {
		margin-top: 17px;
		padding-top: 13px;
	}
	.style2_title img.style2_title_logo {
		width: 180px;
	}
}

.style2_intro {
	padding: 10.66vw 0;
}
.style2_intro p {
	font-size: 3.73vw;
}
.style2_intro p + p {
	margin-top: 2.66vw;
}
@media (min-width:768px){
	.style2_intro {
		padding: 55px 0;
	}
	.style2_intro p {
		font-size: 16px;
		line-height: 2.8125;
	}
	.style2_intro p + p {
		margin-top: 0;
	}	
}


/* ========== tokuten ========== */
.style2_tokuten {
	padding: 8vw 0 6.66vw;
}
.style2_tokuten_lists {
	width: 93.3333333333%;
	margin-top: 8vw;
	row-gap: 2.66vw;
}
.style2_tokuten_list {
	width: 45.3333333333vw;
	border-radius: 1.8666666666vw;
	overflow: hidden;
}
@media (min-width:768px){
	.style2_tokuten {
		padding: 60px 0 55px;
	}
	.style2_tokuten_lists {
		justify-content: flex-start !important;
		width: 720px;
		margin-top: 60px;
		gap: 15px;
	}
	.style2_tokuten_list {
		width: 230px;
		border-radius: 10px;
	}
}
@media (min-width:1200px){
	.style2_tokuten_lists {
		width: 986px;
		gap: 22px;
	}
}


/* ========== faq ========== */
.style2_fqa {
	width: 89.3333333333vw;
	padding: 12vw 0 18vw;
}
.style2_fqa .style2_ttlstyle02 {
	color: #282828;
}
.style2_fqa_wrapper {
	margin-top: 10.66vw;
	border-bottom: 1px solid #ccc;
}
.style2_fqa_box {
	border-top: 1px solid #ccc;
}
.style2_fqa_box p {
	line-height: 200%;
}
.style2_fqa_box * {
	color: #282828;
}
.style2_fqa_q {
	padding: 4vw 0;
}
.style2_fqa_q {
	line-height: 200%;
}
.style2_fqa_a {
	margin-bottom: 5.33vw;
	padding: 4vw 2.66vw;
}
.style2_fqa_a p + p,
.style2_fqa_a p + ul,
.style2_fqa_a p + ol,
.style2_fqa_a ul + p,
.style2_fqa_a ol + p {
	margin-top: 1em;
}
.style2_fqa_a ol {
	list-style-type: decimal;
	margin-left: 1.5em;
}
.style2_fqa_a li {
	line-height: 150%;
	margin-top: 5px;
}
.style2_fqa_a ul li {
	position: relative;
	padding-left: 1em;
}
.style2_fqa_a ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width:768px){
	.style2_fqa {
		width: 550px;
		padding: 120px 0;
	}
	.style2_fqa_wrapper {
		margin-top: 60px;
	}
	.style2_fqa_q {
		position: relative;
		padding: 23px 0;
	}
	.style2_fqa_q::before {
		content: "";
		position: absolute;
		top: 30px;
		right: 15px;
		display: block;
		width: 22px;
		height: 11px;
		background: url("../images/faq/arrow.png") no-repeat;
		background-size: contain;
	}
	.style2_fqa_q.open::before {
		background: url("../images/faq/arrow_open.png") no-repeat;
		background-size: contain;
	}
	.style2_fqa_a {
		margin-bottom: 30px;
		padding: 22px 30px;
	}
}
@media (min-width:1200px){
	.style2_fqa {
		width: 865px;
	}
}


/* coomon parts
-----------------------------------------------*/
/* ========== title ========== */
.style2_ttlstyle01,
.style2_ttlstyle02 {
	text-align: center;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 300;
}
.style2_ttlstyle01 {
	font-size: 6.4vw;
}
.style2_ttlstyle02 {
	font-size: 5.3333333333vw;
}
@media (min-width:768px){
	.style2_ttlstyle01 {
		font-size: 32px;
	}
	.style2_ttlstyle02 {
		font-size: 26px;
	}	
}

/* ========== btn ========== */
.style2_addcart01 {
	display: block;
	width: 100%;
	background: #51402e;
	color: #fff !important;
	text-align: center;
	line-height: 9.3333333333vw;
	letter-spacing: 0.15em;
}
@media (min-width:768px){
	.style2_addcart01 {
	font-size: 13px;
	line-height: 45px;
	}
}
