@charset "UTF-8";

/*================================================
 *  盆提灯の選び方（choose）
 ================================================*/

section#choose_area .point_box + .point_box,
section#choose_area [class*="matome_box"] + .point_box,
section#choose_area [class*="matome_box"] {
	margin-top: 200px;
}
section#choose_area .point_box.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#choose_area .point_box .photo {
	width: 640px;
	position: relative;
}
section#choose_area .point_box:not(.reverse) .photo {
	position: relative;
	left: -320px;
}
section#choose_area .point_box .txt {
	width: 460px;
	font-size: 20px;
    line-height: 3;
}
section#choose_area .point_box .txt h3 {
	margin-bottom: 70px;
}



section#choose_area [class*="matome_box"] {
	position: relative;
	height: 830px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#choose_area [class*="matome_box"]::before,
section#choose_area [class*="matome_box"]::after {
	position: absolute;
	content: '';
	left: 50%;
	width: 1px;
	height: 80px;
	border-left: 1px solid #2e86a4;
}
section#choose_area [class*="matome_box"]::before {
	top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
section#choose_area [class*="matome_box"]::after {
	bottom: 0;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}














/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

section#choose_area .point_box + .point_box,
section#choose_area [class*="matome_box"] + .point_box,
section#choose_area [class*="matome_box"] {
	margin-top: 25vw;
}
section#choose_area .point_box .photo {
	width: 100%;
}
section#choose_area .point_box:not(.reverse) .photo {
	left: auto;
}
section#choose_area .point_box .txt {
	width: 80vw;
	font-size: 3.6vw;
	margin: 15vw auto 0;
}
section#choose_area .point_box .txt h3 {
	margin-bottom: 8vw;
}
section#choose_area .point_box .txt h3 img {
	height: 18vw;
}
section#choose_area .point_box .txt h3 img.sp_row3 {
	height: 30vw;
}


section#choose_area [class*="matome_box"] {
	height: 120vw;
}
section#choose_area [class*="matome_box"]::before,
section#choose_area [class*="matome_box"]::after {
	height: 13vw;
}
section#choose_area .matome_box01 img {
	width: 60vw;
}
section#choose_area .matome_box02 img {
	width: 46vw;
}
	
}