@charset "utf-8";

/*#kuzu_wrap {
display: none !important;
}*/


/*div#contents_wrap {
	background: url("../img/common/bg2.jpg") top center / 100% auto repeat-y;
}
*/
div#container {
	padding: 0;
	max-width: 100%;
}

.sec {
	
}



.sec0 {
	padding: 35px 0 70px;
}
@media screen and (max-width: 480px) {
	.sec0 {
		padding: 20px 0 40px;
	}
}

.img3 ul {
	display: flex;
	justify-content: space-between;
}
.img3 ul li {
	width: calc(524% / 16);
	position: relative;
}
.img3 ul li .txt {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.img3 ul li .txt .copy {
	font-size: clamp(24px, calc(32vw / 16), 32px);
	line-height: 1;
	letter-spacing: 0.1em;
	
	text-align: center;
}
.img3 ul li .txt .copy .s {
	font-size: 60%;
	font-size: 80%;
}
.img3 ul li .txt .copy .l {
	font-size: 150%;
}

@media screen and (max-width:480px) {
	.img3 ul {
		flex-direction: column;
		gap: 10px;
	}
	.img3 ul li {
		width: 100%;
	}
	.img3 ul li .txt .copy {
		
	}

}


.sec2 {
	padding: 45px 0 80px;
}
@media screen and (max-width: 480px) {
	.sec2 {
		padding: 30px 0 40px;
	}
}

.a_fig1 {
	text-align: center;
}
.a_fig {
	display: inline-block;
	position: relative;
}

.cap101 {
	left: 18%;
	bottom:5%;
}

@media screen and (max-width: 480px) {
.a_fig {
	display: block;
}
    .swipe1 img {
        width: 600px;
        max-width: 600px;
		width: 540px;
        max-width: 540px;
    }
}


.sec2 .min_wrap {
	font-feature-settings: "palt";
}
.sec2 .min_wrap > ul {
	display: flex;
	justify-content: space-between;
}
.sec2 .min_wrap > ul > li {
	width: calc(300% / 9.6);
}
@media screen and (max-width: 767px) {
	.sec2 .min_wrap > ul {
		flex-direction: column;
		gap: 30px;
	}
	.sec2 .min_wrap > ul > li {
		width: 80%;
		width: 84%;
		margin-inline: auto;
	}
}
.sec2 .min_wrap .min_ttl {
	font-size: clamp(15px,calc(19vw / 9.6),19px);
	line-height: 1;
	font-weight: 600;
	color: #b49a42;
	margin-bottom: 0.8em;
}
.sec2 .min_wrap .min_ttl .small {
	font-size: 80%;
}
.sec2 .min_wrap .min {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.sec2 .min_wrap .min {
		gap: 15px;
	}
}
.sec2 .min_wrap .min .min1 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: clamp(14px,calc(18vw / 9.6),18px);
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 600;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #b49a42;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
	.sec2 .min_wrap .min .min1 {
		font-weight: 400;
	}
}
.sec2 .min_wrap .min .min1 .c {
	color: #b49a42;
}
.sec2 .min_wrap .min .min1 .l1 {
	font-weight: bold;
	font-size: 140%;
}
.sec2 .min_wrap .min .min1 .l2 {
	font-weight: bold;
	font-size: 210%;
}
.sec2 .min_wrap .min .min1 .l3 {
	font-size: 120%;
}
.sec2 .min_wrap .min .min2 {
	font-size: clamp(10px,calc(12vw / 9.6),12px);
	line-height: 1.5;
	font-weight: 600;
}


.sec3 {
	position: relative;
	padding: 0 0 80px;
}
@media screen and (max-width: 480px) {
	.sec3 {
		padding: 0 0 40px;
	}
}
.sec3 .inner {
	max-width: 960px;
}
.box03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box03 .txt {
	width: calc(560% / 9.6);
	color: #333;
}
.box03 .sym {
	width: calc(350% / 9.6);
}
@media screen and (max-width: 767px) {
.sec3 {
	padding: 40px 0;
	
	padding-bottom: 60px;
}
	.box03 {
		display: block;
	}
	.box03 .txt {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.box03 .sym {
		width: 80%;
		margin: 0 auto;
	}
	.box03 .cap_l {
		text-align: center;
	}
}


.txt01 {
	font-size: clamp(15px, calc(22vw / 9.6), 22px);
	font-feature-settings: "palt";
	letter-spacing: 0.12em;
	font-weight: 500;
	line-height: 1.8;
}
.txt02 {
	font-size: clamp(14px, calc(17vw / 9.6), 17px);
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: 500;
}
.txt03 {
	font-size: clamp(16px, calc(36vw / 9.6), 36px);
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width:480px){
.txt01 {
	font-size: calc(18vw / 3.9);
	font-weight: 900;
}
.txt02 {
	font-size: calc(14vw / 3.9);
}
.txt03 {
	font-size: calc(21vw / 3.9);
}
}







.sec4{
	position: relative;
	padding: 80px 0 80px;
	border-top: solid 1px #999;
}
@media screen and (max-width: 480px) {
	.sec4 {
		padding: 0 0 40px;
		border-top:none;
	}
}

.sec4 .sec4_ttl {
	font-size: clamp(17px, calc(24vw / 9.6), 26px);
	letter-spacing: 0.16em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1em;
	color: #b49a42;
}

.sec4 .sec_ttl {
	letter-spacing: 0;
	line-height: 1.6;
}

.sec4 .box41 {
	display: flex;
	justify-content: space-between;
}
.sec4 .box41 .txt {
	width: calc(520% / 9.6);
}
.sec4 .box41 .fig {
	width: calc(400% / 9.6);
}

.sec4 .fig_ttl {
	font-size: clamp(14px,calc(16vw / 9.6),16px);
	line-height: 1;
	font-weight: 600;
	color: #b49a42;
	margin-bottom: 0.6em;
}
@media screen and (max-width: 480px) {
	.sec4 .img01_sp {
		margin-inline: -20px;
	}
	.sec4 .box41 {
		flex-direction: column;
	}
	.sec4 .box41 .txt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.sec4 .box41 .fig {
		width: 100%
	}

}



























/* root-simulator
-----------------------------------------------------------------*/
.root-simulator .sec-ttl {
	margin-bottom: 30px;
	color: #333;
	font-size: 8rem;
	line-height: 1;
}
.root-simulator .txt-area {
	max-width: 620px;
	margin-right: 30px;
}
.root-simulator .txt-area h3 {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.2;
}
.root-simulator .txt-area .txt {
	margin-bottom: 10px;
	font-size: 16px;
}
.root-simulator .txt-area .note {
	font-size: 1.4rem;
}
.root-simulator .simulator {
	flex-shrink: 0;
	/*width: 300px;*/
}
.root-simulator .route_check li {
	position: relative;
	margin-bottom: 40px;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	cursor: pointer;
}
.root-simulator .simulator select {
	box-sizing: border-box;
	border: 1px solid #c2c2c2;
	position: relative;
	width: 100%;
	padding: 10px;
	background: #FFF;
	font-size: 16px;
	color: #555;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
}
.root-simulator .parts-select::before{
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	transform: translateY(-25%);
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: solid transparent;
	border-width: 8px 5px;
	border-top-color: #333;
}
.root-simulator .parts-txt::before {
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: 10;
	transform: translateY(-25%);
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: solid transparent;
	border-width: 8px 5px;
	border-top-color: #333;
}
.root-simulator .simulator input[type="text"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #c2c2c2;
	width: 100%;
	padding: 10px;
	background: #FFF;
	font-size: 15px;
	color: #333;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
}
.root-simulator .simulator input[type="button"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 100%;
	padding: 10px;
	background: #886e01;
	font-size: 15px;
	color: #FFF;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.root-simulator .inner {
		padding: 0 20px;
	}
	.root-simulator .sec-ttl {
		font-size: 3.3rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.root-simulator .layout-box {
		display: block;
	}
	.root-simulator .txt-area {
		margin: 0 0 40px;
		text-align: center;
	}
	.root-simulator .txt-area h3 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.root-simulator .txt-area .txt {
		font-size: 14px;
	}
	.root-simulator .txt-area .note {
		font-size: 1rem;
		text-align: left;
	}
	.root-simulator .route_check li {
		margin-bottom: 30px;
	}
	.root-simulator .parts-txt::before {
		top: -15px;
	}
	.root-simulator .simulator select {
		font-size: 13px;
	}
	.root-simulator .simulator input[type="text"] {
		font-size: 13px;
	}
	.root-simulator .simulator input[type="button"] {
		font-size: 13px;
	}
	.root-simulator .simulator {
		margin: 0 auto;
	}
}








.color_w {
	color: #fff;
}

















