/* @font-face{
    font-family:"BauerBodni";
    src:url(../font/bauerbodni_bdcn_bt_bold.ttf) format('truetype');
} */
/* @font-face{
    font-family:"freig";
		src:url(../font/FreigDisProLig.otf) format('opentype');
}
@font-face{
    font-family:"Proxima Nova";
    src:url(../font/proxima_nova_sbold.otf) format('opentype');
		font-weight: bold;
} */
/* @font-face{
    font-family:"Proxima Nova";
    src:url(../font/proxima_nova_light.otf) format('opentype');
		font-weight: lighter;
} */
.proxima {
	font-family: proxima-nova, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro W6", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", sans-serif;
}

.freig {
	font-family: freight-display-pro, adobe-garamond-pro, proxima-nova, "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
}






body,
.classy04,
.classy04 * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.classy04 img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.classy04 {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 2;
	color: #001F37;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------ cover ------*/
.classy04_cover {
	width: 100%;
	max-width: 1920px;
	height: 768px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.classy04_cover:after {
	content: "";
	background: url(/ex/img/free/modernametora_change/mv_pc.jpg) center /cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 768px;
	z-index: -100;
	-webkit-animation-name: fadein;
	animation-name: fadein;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.classy04_cover_tittle {
	max-width: 370px;
	flex-basis: 100%;
	color: white;
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	z-index: 100;
}

.classy04_cover_tittle img {
	/* margin-bottom: .5em; */
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(2em);
		transform: translateY(2em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(2em);
		transform: translateY(2em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*------ content ------*/
.classy04_content,
.classy04_banner {
	width: 100%;
	/* max-width: 920px; */
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
}

.classy04_content section {
	/* margin:3em 0 2em; */
}

.classy04_border {
	border-bottom: 1px solid #CB2922;
}

.classy04_flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.classy04_flex2col {
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
}

.classy04_flex3col {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}

/*------ headline ------*/
.classy04 h1,
.classy04 h2,
.classy04 h3 {
	line-height: 1.5;
	letter-spacing: .125em;
	text-align: center;
	/* margin-top: 1%; */
	/* margin-bottom: 0.8em; */
}

.classy04 h1 {
	color: #CB2922;
	font-size: 2em;
}

.classy04 h2 {
	color: #CB2922;
	font-size: 1.5em;
}

.classy04 h3 {
	font-size: 1.5em;
	/* margin-bottom: 1.25em; */
}

.classy04_h1_sub {
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.5;
	letter-spacing: .1125em;
}

.classy04_h2_sub,
.classy04_h3_sub {
	font-family: "freig";
	color: #CB2922;
	text-align: center;
	font-size: 3em;
	position: relative;
}

.classy04_h3_sub {
	font-size: 1.75em;
}

.classy04_h2_sub:after,
.classy04_h3_sub:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 0;
	border-top: 1px solid #CB2922;
	z-index: -10;
}

.classy04_h3_sub:after {
	max-width: 300px;
}

.classy04_h2_sub span,
.classy04_h3_sub span {
	background: #fff;
	padding: 0 .5em;
}

/*------ paragraph ------*/
.classy04 p {
	/* margin-bottom: 1.75em; */
	text-align: justify;
}

/* .classy04_lead {
	font-size: 1.125em;
	text-align: center !important;
} */

.classy04_center {
	text-align: center !important;
}

.classy04_paragraph {
	max-width: 640px;
	margin: 0 auto;
	text-align: justify;
}

/*------ price ------*/
.classy04 table {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	font-family: "Proxima Nova", sans-serif;
	border-spacing: 0;
}

.classy04 th,
.classy04 td {
	/* padding: .75em 0; */
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	width: 100%;
}

.classy04 th a {
	padding: .75em 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.classy04 th {
	text-align: left;
}

.classy04 td {
	text-align: right;
}

.classy04_border_none {
	border-bottom: none !important;
}

.classy04_fw_light {
	font-weight: lighter !important;
}

.classy04 table a {
	color: #001F37;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.classy04 table a:hover {
	/* opacity: .5;
	margin-bottom: 3%;
	text-align: center; */
	background: #fff;

}

.classy04_tax_flex {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.classy04_tax {
	font-family: "Proxima Nova", sans-serif;
	font-size: .8em;
	margin: 1em 0 15% !important;
	text-align: right !important;
}

/*------ other ------*/
.classy04_banner_hover {
	position: relative;
	width: 100%;
	padding-top: 53.9%;
	margin-top: 2em;
	margin-bottom: 5em;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.classy04_banner_hover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s !important;
	transition: .3s !important;
}

.classy04_banner_hover:hover img:nth-of-type(2) {
	opacity: 0;
}

.classy04_SPonly {
	display: none;
}

.classy04_mt {
	margin-top: 10em !important;
}

.classy04_fsS {
	font-size: .8em;
}

/*------ swiper ------*/
.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 2em !important;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #999 !important;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 45% !important;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 999999;
}

.swiper-pagination {
	position: static !important;
	margin-top: .75em;
}

.swiper-slide {
	text-align: center;
}

/*------ scrolldown ------*/
.scrolldown {
	position: absolute;
	left: 50%;
	bottom: 0.5em;
	height: 5em;
}

.scrolldown span {
	position: absolute;
	left: 50%;
	top: -1.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}

.scrolldown::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	-webkit-animation: pathmove 2s ease-in-out infinite;
	animation: pathmove 2s ease-in-out infinite;
	opacity: 0;
}

@-webkit-keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

/* Scroll Animation */
.scrollAnimeUp {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: scrollAnimeUp;
	animation-name: ;
	visibility: visible !important;
}

@-webkit-keyframes scrollAnimeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes scrollAnimeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.classy04_cover:after {
		content: "";
		right: -40%;
	}

	.classy04 img.classy04_cover_tittle {
		right: 6%;
		max-width: 40%;
	}
}

@media (max-width: 768px) {
	.classy04 {
		font-size: 14px;
	}

	.classy04_cover {
		height: auto;
		padding: 140.6% 0 0;
	}

	.classy04_cover:after {
		content: "";
		background: url(/ex/img/free/modernametora_change/mv_sp.jpg) center /cover;
		height: auto;
		padding: 140.6% 0 0;
		right: 0;
	}

	.classy04_cover_tittle {
		padding: 10% 10% 5%;
		max-width: 100%;
		color: #001F37;
	}

	.classy04_content section {
		margin: 0 0 4em;
	}

	.classy04 h1 {
		font-size: 1.4em;
	}

	.classy04 h2 {
		font-size: 1.25em;
	}

	.classy04 h3 {
		font-size: 1.25em;
	}

	.classy04_h2_sub {
		font-size: 2.6em;
	}

	.classy04_h3_sub {
		font-size: 1.6em;
	}

	.classy04_h3_sub:after {
		max-width: 260px;
	}

	.classy04 table,
	.classy04_tax_flex {
		width: 80%;
	}

	.classy04_banner_hover {
		padding-top: 100%;
		margin-top: 3%;
	}

	.classy04_mt {
		margin-top: 5% !important;
	}

	.classy04_PConly {
		display: none;
	}

	.classy04_SPonly {
		display: block;
	}
}