@charset "UTF-8";
/* ===========================================
 * コンフォール津田沼 common
 * ======================================== */
/* ---------------------------------------------
*   animation
--------------------------------------------- */
.tsudanuma_container .hiddenlayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	inset: 0;
	z-index: 10000;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* hero */
.tsudanuma_container .hero {
	background-image: url("../img/common/bg_hero.png");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top center;
	padding-top: 8vw;
}
.tsudanuma_container .hero .hero_header {
	padding-inline: 8vw;
}
.tsudanuma_container .hero .hero_headerlogo {
	display: block;
	margin-top: 8vw;
	text-align: right;
}
.tsudanuma_container .hero .hero_headerlogo > img {
	width: 36vw;
	height: 10.4vw;
}
.tsudanuma_container .hero .hero_headertext {
	display: block;
	font-size: 5.067vw;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1;
}
.tsudanuma_container .hero .hero_wave {
	width: 100%;
	line-height: 0;
}
.tsudanuma_container .hero .hero_wave svg {
	display: block;
	width: 100%;
	height: auto;
}
.tsudanuma_container .hero .hero_wave path {
	fill: #fff;
}
.tsudanuma_container .hero .hero_anchorbtn {
	padding-bottom: 10.667vw;
	background-color: #fff;
}
.tsudanuma_container .hero.hero--top .hero_header {
	padding-inline: 2.667vw;
}
.tsudanuma_container .hero.hero--top .hero_headerlogo {
	margin-top: 0;
	text-align: left;
}
.tsudanuma_container .hero.hero--top .hero_headerlogo > img {
	width: 46.667vw;
	height: 13.333vw;
}
.tsudanuma_container .hero.hero--top .hero_wave {
	margin-top: 4vw;
}
.tsudanuma_container .hero.hero--top .hero_mv {
	position: relative;
	margin-top: 5.333vw;
	padding-inline: 2.667vw;
	text-align: right;
}
.tsudanuma_container .hero.hero--top .hero_mv::after {
	content: "";
	position: absolute;
	right: 8vw;
	top: -8.8vw;
	width: 26.667vw;
	height: 14.4vw;
	background-image: url("../img/top/img_mv_parts.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.tsudanuma_container .hero.hero--top .hero_caption {
	margin-top: 2.667vw;
	font-size: 2.667vw;
}
.tsudanuma_container .hero.hero--contact .hero_wave {
	position: relative;
}
.tsudanuma_container .hero.hero--contact .hero_wave::before {
	content: "";
	position: absolute;
	top: -12.533vw;
	left: 8vw;
	display: inline-block;
	width: 34.667vw;
	height: 24vw;
	background-image: url("../img/contact/img_heroparts.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

/* contentsfooter */
.tsudanuma_container .contentsfooter {
	position: relative;
	background-image: url("../img/common/bg_hero.png");
	background-size: cover;
	background-position: top center;
	padding-bottom: 14.4vw;
}
.tsudanuma_container .contentsfooter::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.tsudanuma_container .contentsfooter .contentsfooter_nav {
	padding-top: 13.333vw;
	background-color: #fff;
}
.tsudanuma_container .contentsfooter .contentsfooter_navlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.267vw;
	background-color: #000;
	border-top: 0.267vw solid #000;
	border-bottom: 0.267vw solid #000;
}
.tsudanuma_container .contentsfooter .contentsfooter_navlist > li {
	width: calc((100% - 0.267vw) / 2);
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem {
	display: block;
	padding: 4.267vw 2.667vw;
	background-color: #effbff;
	color: #000;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	z-index: 1;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-current {
	background-color: #f1e6b2;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-inactive {
	background-color: #f8f8f8;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-inactive:hover {
	background-color: #f8f8f8;
}
.tsudanuma_container .contentsfooter .contentsfooter_navsubtext {
	display: block;
	font-size: 3.2vw;
}
.tsudanuma_container .contentsfooter .contentsfooter_navtext {
	display: block;
	margin-top: 2.667vw;
	font-size: 3.467vw;
	font-weight: bold;
}
.tsudanuma_container .contentsfooter .contentsfooter_wave {
	width: 100%;
	line-height: 0;
}
.tsudanuma_container .contentsfooter .contentsfooter_wave svg {
	display: block;
	width: 100%;
	height: auto;
}
.tsudanuma_container .contentsfooter .contentsfooter_wave path {
	fill: #fff;
}
.tsudanuma_container .contentsfooter.contentsfooter--top::before {
	bottom: 8vw;
	right: 13.867vw;
	width: 36vw;
	height: 20.267vw;
	background-image: url("../img/top/img_footerparts.png");
}
.tsudanuma_container .contentsfooter.contentsfooter--contact::before {
	bottom: 5.333vw;
	right: 8vw;
	width: 25.6vw;
	height: 26.133vw;
	background-image: url("../img/contact/img_footerparts.png");
}

/* ---------------------------------------------
*   button
--------------------------------------------- */
/* btn_menuanchor */
.tsudanuma_container .btn_menuanchor {
	width: 100%;
	padding: 3.733vw 1.333vw;
	background-color: #fff;
	border: none;
	border-top: 0.267vw solid #000;
	border-bottom: 0.267vw solid #000;
	text-align: center;
}
.tsudanuma_container .btn_menuanchor .btn_menuanchor_text {
	font-size: 3.2vw;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.tsudanuma_container .btn_menuanchor .btn_menuanchor_text::after {
	content: "";
	display: inline-block;
	width: 1.867vw;
	height: 1.867vw;
	margin-left: 2.667vw;
	border-top: solid 0.267vw #000;
	border-right: solid 0.267vw #000;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	vertical-align: text-top;
}