/* ==================================================
	base
================================================== */

.main_content {
	font-size: 16px;
}





/* ==================================================
	common
================================================== */

.main_content p + p {
	margin-top: 1em;
}



/* ----------------------------------------
	breadcrumbs, title
---------------------------------------- */

.page_title_area_aem {
	display: none;
}

@media screen and (max-width: 1023px) {
	.breadcrumbs.for_mobile {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.breadcrumbs.for_pc {
		display: none;
	}
}



/* ----------------------------------------
	page_top
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.page_top {
		padding: 0;
		border-top: none;
	}
	.page_top_text {
		display: none;
	}
}



/* ----------------------------------------
	section_content
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.main_content .section_content {
		width: auto;
		max-width: 1220px;
	}
	.main_content .section_content.mw1000 {
		max-width: 1000px;
	}
	.main_content .section_content.mw1400 {
		max-width: 1400px;
	}
}



/* ----------------------------------------
	layout
---------------------------------------- */

/* layout_v1 -------------------- */

.layout_v1 > .heading {
	padding: 25px 20px;
}
.layout_v1 > .copy {
	padding: 25px 20px;
}



/* ----------------------------------------
	imgBox
---------------------------------------- */

.imgBox .img_area img {
	width: 100%;
}
.imgBox .text_area {
	padding: 30px 20px;
}

@media screen and (min-width: 768px) {
	.imgBox .text_area {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.imgBox {
		position: relative;
		left: 50%;
		right: 50%;
		width: 100vw;
		margin-right: -50vw;
		margin-left: -50vw;
		padding-bottom: 80px;
	}
	.imgBox .cont {
		display: flex;
		align-items: flex-start;
		padding-top: 80px;
	}
	.imgBox .cont:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.imgBox .img_area,
	.imgBox .text_area {
		width: 50%;
	}
	.imgBox .text_area {
		padding: 60px 40px 20px;
	}
}

@media screen and (min-width: 1280px) {
	.imgBox .text_area {
		padding: 60px 80px 30px;
	}
}


/* btn_area -------------------- */

.imgBox .btn_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
}
.imgBox .btn_area > a {
	margin: 20px 0 0 20px;
}



/* ----------------------------------------
	heading
---------------------------------------- */

.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}

@media screen and (min-width: 1920px) {
	.x5l { font-size: 300px; line-height: 300px; }
	.x4l { font-size: 200px; line-height: 200px; }
	.x3l { font-size: 124px; line-height: 128px; }
	.xxl { font-size: 80px; line-height: 84px; }
	.xl { font-size: 60px; line-height: 62px; }
	.h1 { font-size: 48px; line-height: 50px; }
	.h2 { font-size: 38px; line-height: 42px; }
	.h3 { font-size: 30px; line-height: 36px; }
	.h4 { font-size: 24px; line-height: 32px; }
}


/* margin -------------------- */

.xl + p { margin-top: 20px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	button
---------------------------------------- */

.main_content .button {
	padding: .5em 16px;
	font-size: 16px;
	border-radius: 0;
}
.main_content .button.slim {
	font-size: 13px;
}
.main_content .button.sslim {
	font-size: 11px;
}
.main_content * + .button {
	margin-top: 20px;
}
.main_content .button.primary {
	background: #000;
}
.main_content .button.primary:hover {
	background: #5a5a5a;
}




/* ----------------------------------------
	link_arrow
---------------------------------------- */

a.link_arrow {
	display: inline-block;
	position: relative;
	min-height: 30px;
	padding-top: 4px;
	padding-left: calc(30px + 10px);
	color: #000;
	font-size: 16px;
	text-align: left;
}
* + .link_arrow {
	margin-top: 20px;
}
.link_arrow::before,
.link_arrow::after {
	position: absolute;
}
.link_arrow::before {
	display: inline-block;
	content: "";
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
}
.link_arrow::after {
	content: "\E90c";
	top: 7px;
	left: 8px;
	transform: rotate(270deg);
	font-family: HPIcons;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}


/* white -------------------- */

a.link_arrow.cv_white {
	color: #fff;
}
.link_arrow.cv_white::before {
	background: #fff;
}
.link_arrow.cv_white::after {
	color: #000;
}



/* ----------------------------------------
	play
---------------------------------------- */

a.play {
	display: inline-block;
	position: relative;
	transition: .2s;
	width: 70px;
	height: 70px;
	margin-top: 20px;
	background: rgba(0,0,0,.6);
	border: 3px solid #fff;
}
a.play:hover {
	background: rgba(0, 0, 0, .8);
}
a.play::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 53%;
	transform: translate(-50%,-50%);
	border-style: solid;
	border-width: 13px 0 13px 22.5px;
	border-color: transparent transparent transparent #fff;
}



/* ----------------------------------------
	modal
---------------------------------------- */

.main_content .modal_content {
	border: none;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.main_content .list_basic > li::before {
	content: "\2022";
	font-family: Arial;
	font-size: 130%;
	top: .06em;
	width: auto;
	height: auto;
	line-height: 1;
	background: none;
}



/* ----------------------------------------
	slick
---------------------------------------- */

/* arrow -------------------- */

.main_content .slick-prev,
.main_content .slick-next {
	transition: .2s;
	width: 30px;
	height: 30px;
	text-align: center;
	background: rgba(0,0,0,.4);
	border-radius: 50%;
	z-index: 1;
}
.main_content .slick-prev {
	left: 0;
}
.main_content .slick-next {
	right: 0;
}
.main_content .slick-prev:hover,
.main_content .slick-next:hover {
	background: rgba(0,0,0,.6);
}
.main_content .slick-prev::before,
.main_content .slick-next::before {
	display: inline-block;
	content: "\E90c";
	position: absolute;
	top: 0;
	font-family: HPIcons;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	opacity: 1;
}
.main_content .slick-prev::before {
	transform: rotate(90deg);
	right: 8px;
}
.main_content .slick-next::before {
	transform: rotate(270deg);
	left: 8px;
}


/* dots -------------------- */

.main_content .slick-dots {
	left: 0;
}
.main_content .slick-dots li {
	margin: 0;
}
.main_content .slick-dots li.slick-active,
.main_content .slick-dots li.slick-active button {
	width: 76px;
}
.main_content .slick-dots li button::before {
	width: 5px;
	height: 5px;
	background: #c7c7c7;
	opacity: 1;
}
.main_content .slick-dots li button:hover::before,
.main_content .slick-dots li button:focus::before,
.main_content .slick-dots li.slick-active button::before {
	background: #000;
}
.main_content .slick-dots li.slick-active button::before {
	width: 56px;
	border-radius: 2.5px;
}
