@charset "utf-8";
/* --------------------
  cm style
-------------------- */
.l-cm {
	position: relative;
	background: #fdd34e url("../images/cm/bg01_sp.png") no-repeat center top / 100% auto;
	/*  overflow: hidden;*/
}
@media only screen and (min-width: 641px) {
	.l-cm {
		background: url("../images/cm/bg01.jpg") no-repeat center top / 133.43% auto, #fdd34e url("../images/cm/bg04.png") no-repeat center bottom / 133.43% auto;
	}
}
@media only screen and (min-width: 1424px) {
	.l-cm {
		background-size: auto;
	}
}
.cm-wrapper {
	position: relative;
	width: min(100%, 1425px);
	margin-inline: auto;
}
.page-ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page-ttl img {
	display: block;
	width: min(10.5%, 64px);
	margin: 4.7% auto 0;
}
@media only screen and (min-width: 641px) {
	.page-ttl img {
		width: min(4.49%, 64px);
		margin: 2.7% auto .5%;
	}
}
.page-sub-ttl {
	margin: 0 auto;
	width: 100%;
}
.cm-ttl {
	order: 2;
	width: 92%;
	margin: 7.4% auto 5.7%;
}
@media only screen and (min-width: 641px) {
	.cm-ttl {
		width: min(39.12%, 557px);
		margin: 3.4% auto 2.7%;
	}
}
.cm-ttl img {
	display: block;
	margin: 0 auto;
}
.cm-wrap {
	display: grid;
	position: relative;
	z-index: 2;
	width: min(100%, 1424px);
	margin: 0 auto;
}
@media only screen and (min-width: 641px) {
	.cm-wrap {
		margin-top: 3.3%;
	}
}
.mov-body {
	width: 100%;
	margin-inline: auto;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}
@media only screen and (min-width: 641px) {
	.mov-body {
		width: min(59.9%, 853px);
	}
}
.mov {
	order: 1;
	margin: 2.3% auto;
	width: 95.4%;
	aspect-ratio: 16 / 9;
}
.mov iframe {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	border: none;
}
.cm-list {
	order: 3;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 6%;
	width: 87%;
	margin: 0 auto;
}
@media only screen and (min-width: 641px) {
	.cm-list {
		column-gap: 14%;
		width: min(39.9%, 554px);
	}
}
.cm-list button {
	display: block;
	vertical-align: top;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 100%;
}
.cm-list img {
	display: block;
	width: 100%;
	height: auto;
}
.change-set {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 2.3%;
	width: 97%;
	margin: 0 auto 10%;
}
.change-set li {
	background-color: #fff;
}
.change-set li img {
	width: 100%;
	height: auto;
	margin: 4% 0;
	vertical-align: bottom;
}
.change-set li span {
	position: relative;
	display: block;
}
.change-set button {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	transition: background .2s;
}
.change-set li.cm-active {
	position: relative;
}
.change-set li {
	position: relative;
}
.change-set li.cm-active img {
	visibility: hidden;
}
.change-set li.cm-active button {
	background: #e70011 url("../images/cm/cm_nav01_on.png") no-repeat center center / contain;
}
.change-set li.cm-active:nth-child(1) button {
	background-image: url("../images/cm/cm_nav01_on.png");
}
.change-set li.cm-active:nth-child(2) button {
	background-image: url("../images/cm/cm_nav02_on.png");
}
.change-set li.cm-active:nth-child(3) button {
	background-image: url("../images/cm/cm_nav03_on.png");
}
.change-set li.cm-active:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: 2.3vw solid transparent;
	border-top: 4vw solid #e70011;
	transform: translate(-50%, 0);
}
.change-box {
	display: none;
}
@media only screen and (min-width: 641px) {
	.box03 {
		position: relative;
	}
	.box03::before {
		content: "";
		position: absolute;
		left: -35.4%;
		top: 52%;
		width: 31.57%;
		height: 0;
		padding-top: 18.2%;
		background: url("../images/cm/bg02.png") no-repeat top left / contain;
	}
	.box03::after {
		content: "";
		position: absolute;
		right: -18.1%;
		top: 52.7%;
		width: 27.08%;
		height: 0;
		padding-top: 23.15%;
		background: url("../images/cm/bg03.png") no-repeat top left / contain;
	}
}
@media only screen and (min-width: 641px) {
	.cm-foot {
		/*
	position: relative;
	z-index: 2;
*/
		width: min(100%, 1424px);
		margin: 5.5% auto 0;
	}
}
.cm-txt {
	padding: 10.5% 0;
}
@media only screen and (min-width: 641px) {
	.cm-txt {
		width: min(75.49%, 1075px);
		margin: 0 auto;
		padding: 3.3% 0 7%;
		background: none;
	}
	.change-set {
		gap: 0 1.1%;
		width: min(82.79%, 890px);
		margin: 0 auto 6.4%;
	}
	.change-set li.cm-active:before {
		border: .8em solid transparent;
		border-top: 1.5em solid #e70011;
	}
	.change-set li img {
		width: 70%;
		margin: 0 auto;
	}
	.change-box {
		width: 82.79%;
		max-width: 890px;
		margin: 0 auto;
	}
}
/* profile */
.profile {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	padding: 8% 5.8% 18.8%;
	box-sizing: border-box;
	background: #fff url("../images/cm/profile_bg_sp.png") no-repeat top center / 100% 100%;
}
@media only screen and (min-width: 641px) {
	.profile {
		width: min(63.9%, 910px);
		padding: 3.3% 5% 5.8%;
		background-image: url("../images/cm/profile_bg.png");
	}
}
.profile-ttl {
	width: 49%;
	margin: 0 auto 10%;
}
@media only screen and (min-width: 641px) {
	.profile-ttl {
		width: min(34%, 231px);
		margin: 0 auto 7%;
	}
}
.profile-wrap {
	display: grid;
	column-gap: 5.5%;
	place-content: center;
}
.profile-wrap > dt {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 48%;
	margin-top: 7%;
}
.profile-wrap > dd:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	width: 97.5%;
	margin-top: 3%;
}
.profile-wrap > dd:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	width: 43%;
	margin: 0 auto;
}
@media only screen and (min-width: 641px) {
	.profile-wrap {
		grid-template-columns: min(24%, 182px) 1fr;
		grid-template-rows: max-content 1fr;
		column-gap: 5.5%;
		place-content: center;
	}
	.profile-wrap > dt {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		width: 37.57%;
		margin-top: 3%;
	}
	.profile-wrap > dd:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		width: 94.29%;
		margin-top: 4%;
	}
	.profile-wrap > dd:nth-child(3) {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		width: 100%;
		height: auto;
	}
}
/* hover */
@media (any-hover: hover) {
	.change-set li button {
		transition: background-color .2s;
	}
	.change-set li:not(.cm-active):hover button {
		background-color: #ffebe6;
		outline: solid 2px #e70011;
		/*  	outline-offset: -2px;*/
	}
}
.movie_center {
	margin: 2.0em auto 0;
}
.movie_center iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}
#movie-menu {
	display: flex;
	justify-content: center;
}
#movie-menu li + li {
	margin-left: 5px;
}
#movie-menu img {
	aspect-ratio: 1.618 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 0;
	cursor: pointer;
}