@charset "utf-8";

.common_btn {
	display: block;
	width: 170px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	border-radius: 200px;
	padding: 4px 0;
	position: relative;
}

.common_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
}

.common_btn.white {
	color: #2e2729;
	background-color: rgba(255, 255, 255, 0.8);
}

.common_btn.white::after {
	width: 13px;
	height: 13px;
	background-image: url(/asset/img/common/arrow_black.png);
}

.common_btn.red {
	color: #fff;
	background-color: #ee5944;
}

.common_btn.red::after {
	width: 13px;
	height: 12px;
	background-image: url(/asset/img/common/arrow_white.png);
}

#wrapper.active {
	padding-top: var(--headerArea-height);
}

.fwb {
	font-weight: bold;
}

.hp_caption {
	font-size: 12px;
}

.common_link_open {
	margin-top: 15px;
	cursor: pointer;
}

.common_link_open::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-right: 2px solid #ee5944;
	border-bottom: 2px solid #ee5944;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: -webkit-transform 0.3s ease-in;
	-o-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.common_link_open.close::before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}


@media print,
screen and (min-width:480px) {

	/*pc・タブレットcss*/
	.content-area {
		width: 100%;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	/* 	.content-area:target {
		scroll-margin-top: 68px;
	} */
	/* .inner-page-top{
		margin-top: 1.5vw;;
	} */
	.content-bottom {
		margin-bottom: 3vw;
	}

	/* +++++++++++++++++++++++++ */
	.ly_cont_inner {
		display: block;
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}

	.ly_cont_inner__s {
		width: 1080px;
	}

	/* +++++++++++++++++++++++++ */
	.common_contentsWrapper {
		width: 100%;
		overflow: hidden;
	}

	.common-ttl01 {
		position: relative;
		margin-bottom: 3vw;
		padding-top: 1.5vw;
		padding-bottom: 0.5vw;
		border-bottom: solid 3px #EE5944;
		font-size: 28px;
		line-height: 1;
		color: #EE5944;
	}

	.common-ttl02 {
		font-size: 1.4em;
		font-weight: bold;
		border-left: 4px solid #ee5944;
		padding-left: 15px;
		margin-bottom: 30px;
		margin-bottom: 30px;
	}

	.common-ttl03 {
		font-size: 2.8rem;
		font-weight: bold;
		position: relative;
		padding-left: 25px;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	.common-ttl03::before {
		content: "";
		display: block;
		width: 0.8em;
		height: 0.8em;
		background-color: #333;
		position: absolute;
		top: 10px;
		left: 0;
	}

	.common-ttl03 span {
		display: block;
	}

	.common-ttl03 span.noWrap {
		display: inline-block;
	}

	.common-ttl04 {
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.common_contents {
		margin-bottom: 3vw;
		padding: 0px 20px 0px 20px;
	}

	/* 	.common_contents + .common_contents {
		margin-top: 70px;
	} */

	/* 	.common_contents:first-of-type {
		margin-top: min(5vw, 50px);
	} */

	.common_contents:last-of-type {
		padding-bottom: 100px;
		margin-bottom: 0;
	}

	.common_contents>p+p {
		margin-top: 2rem;
	}

	.common_contents_note {
		font-weight: bold;
		font-size: 2.1rem;
		margin-bottom: 30px;
	}

	.common_contents_img {
		text-align: center;
	}

	.common_contents_img img {
		width: auto;
		max-width: 100%;
	}

	.common_contents_txt .hp_caption {
		display: block;
		margin-top: 15px;
	}

	.common_contents_col2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.common_contents_col2 .common_contents_txt {
		width: calc(660 / 1080 * 100%);
	}

	.common_contents_col2 .common_contents_img {
		width: calc(375 / 1080 * 100%);
	}

	.common_contents_col2 .common_contents_img img {
		display: block;
		max-width: 100%;
	}

	.common_contents_col2 .common_contents_img img+img {
		margin-top: 15vw;
	}

	.common_contents_col2 .common_contents_equal {
		width: 47%;
	}

	.common_contents_col2 .common_contents_equal img {
		display: block;
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}

	.common_contents_col2+.bl_productsWrapper {
		border-top: 1px solid #C4C6C5;
		margin-top: 50px;
		padding-top: 50px;
	}

	.common_contents_description {
		margin-bottom: 20px;
	}

	/* +++++++++++++++++++++++++ */

	.page-main-ttl {
		position: relative;
		background-color: #ccc;
		color: #fff;
		height: 200px;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-main-ttl:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.page-main-ttl span {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		text-align: center;
	}

	.page-main-ttl .jp {
		font-size: 40px;
		line-height: 1.5;
		font-weight: 700;
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		transform: translateZ(0)
	}

	.page-main-ttl .en {
		font-size: 16px;
		font-family: 'Poppins', sans-serif;
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		transform: translateZ(0)
	}

	.page-main-ttl.active {
		height: 70px;
		padding-bottom: 9px;
	}

	.page-main-ttl.active .inner {
		display: flex;
		align-items: center;
		margin-left: 24px;
	}

	.page-main-ttl.active .jp {
		font-size: 24px;
		width: auto;
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		transform: translateZ(0)
	}

	.page-main-ttl.active .en {
		font-size: 20px;
		padding-bottom: 4px;
		width: auto;
		margin-left: 10px;
		margin-top: 10px;
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
		transform: translateZ(0)
	}

	#main-company {
		background: url(/asset/img/common/mainvisual_company.jpg) no-repeat center center / cover;
	}

	/* +++++++++++++++++++++++++ */

	.page-navi {
		background-color: #F6F6F6;
		filter: drop-shadow(1px 1px 3px #999999);
		transform: translateZ(0)
	}

	.page-navi>ul {
		padding: 0.8vw;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-navi>ul>li {
		padding: 0 3vw;
		font-weight: 700;
		font-size: 1.2vw;
		border-right: solid 1px #E0DEDA;
	}

	.page-navi>ul>li:last-child {
		border-right: none;
	}

	.page-navi ul li a.red {
		color: #cc0000;
	}

	.common_link {
		font-size: 1.1em;
		font-weight: bold;
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 20px;
	}

	.common_link::before {
		content: "＞";
		display: inline-block;
		color: #ee5944;
		margin-right: 25px;
	}

	.common_link_external {
		position: relative;
		display: inline-block;
		padding-left: 24px;
		font-weight: bold;
		font-size: 1.1em;
		margin-top: 20px;
	}

	.common_link_external::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(../img/common/icon_link_external.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 8px;
	}

}

@media not all and (min-width: 1080px) {
	.ly_cont_inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ly_cont_inner__full {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 1131px) {
	/*　ナビゲーションハンバーガメニューに変わるブレイク　++++++++ */

	.content-area {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

}


@media not all and (min-width: 768px) {
	.hp_brsp {
		display: block;
	}

	/*　SP用　768px未満　*/
	.ly_cont_inner {
		padding-left: 2vw;
		padding-right: 2vw;
	}

	.common-ttl02 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.common-ttl03 {
		font-size: 18px;
		padding-left: 20px;
	}

	.common-ttl03::before {
		width: 15px;
		height: 15px;
		top: 5px;
	}

	.common-ttl04 {
		font-size: 16px;
	}

	.common_contents {
		margin: 60px 10px 0 10px;
	}

	.common_contents:first-of-type {
		margin-top: 20px;
	}

	.common_contents+.common_contents {
		margin-top: 40px;
	}

	.common_contents:last-of-type {
		padding-bottom: 50px;
	}

	.common_contents_col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.common_contents_col2>*+* {
		margin-top: 30px;
	}

	.common_contents_col2 .common_contents_txt,
	.common_contents_col2 .common_contents_equal {
		width: 100%;
	}

	.common_contents_col2 .common_contents_equal:nth-of-type(n+2) {
		margin-top: 20px;
	}

	.common_contents_col2 .common_contents_img {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.common_contents_col2 .common_contents_img img,
	.common_contents_col2 .common_contents_img source {
		width: auto;
		max-width: 100%;
	}

	.common_contents_col2 .common_contents_img img+img,
	.common_contents_col2 .common_contents_img source+img {
		margin-top: 0;
	}

	.common_contents_note {
		font-size: 18px;
	}

	.common_link {
		font-size: 18px;
	}

	.common_link::before {
		margin-right: 10px;
	}

	.common_link_external {
		font-size: 16px;
		margin-top: 10px;
	}

	.common_link_external::before {
		top: 6px;
	}

}

@media (max-width: 480px) {

	/*　SP基本　++++++++ */
	.ly_cont_inner {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	/* 	.inner-page-top {
		margin-top: 10vw;
	} */
	.common_contents {
		margin-bottom: 10vw;
	}

	.common_contents:last-of-type {
		margin-top: 30px;
	}

	.content-bottom {
		margin-bottom: 10vw;
	}

	.common_contents>p+p {
		margin-top: 20px;
	}

	/* +++++++++++++++++++++++++ */

	.common-ttl01 {
		position: relative;
		margin-bottom: 5vw;
		padding-bottom: 2vw;
		color: #EE5944;
		border-bottom: solid 3px #EE5944;
		font-size: 24px;
		font-weight: 700;
	}

	.common-ttl02 {
		font-size: 20px;
		font-weight: bold;
		border-left: 4px solid #ee5944;
		padding-left: 15px;
		margin-bottom: 30px;
		margin-bottom: 30px;
	}

	.common-ttl03 {
		font-size: 18px;
		padding-left: 20px;
		font-weight: bold;
		position: relative;
		line-height: 1.4;
	}

	.common-ttl03::before {
		width: 15px;
		height: 15px;
		top: 5px;
		content: "";
		display: block;
		background-color: #333;
		position: absolute;
		left: 0;
	}

	.common-ttl03 span.noWrap {
		display: inline-block;
	}

	.common-ttl04 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.common_contents_col2 .common_contents_img img,
	.common_contents_col2 .common_contents_img source {
		margin: 0;
	}

	/* +++++++++++++++++++++++++ */

	.page-main-ttl {
		position: relative;
		background-color: #ccc;
		color: #fff;
		height: 100px;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-main-ttl:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.page-main-ttl span {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		text-align: center;
	}

	.page-main-ttl .jp {
		font-size: 28px;
		line-height: 1.5;
		font-weight: 700;
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
	}

	.page-main-ttl .en {
		font-size: 10px;
		font-family: 'Poppins', sans-serif;
		filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
	}

	.page-main-ttl.active {
		height: 60px;
	}

	.page-main-ttl.active .jp {
		font-size: 20px;
	}

	.page-main-ttl.active .en {
		display: none;
	}

	#main-company {
		background: url(../../asset/img/common/mainvisual_company.jpg) no-repeat center center / cover;
	}

	/* +++++++++++++++++++++++++ */

	.page-navi {
		background-color: #F6F6F6;
		filter: drop-shadow(1px 1px 3px #999999);
	}

	.page-navi>ul {
		padding: 2vw 0 1vw;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-navi>ul>li {
		padding: 0 2vw;
		margin-bottom: 1vw;
		font-weight: 700;
		font-size: 12px;
		border-right: solid 1px #E0DEDA;
	}

	.page-navi>ul>li:last-child {
		border-right: none;
	}

	.page-navi ul li a.red {
		color: #cc0000;
	}

	/* +++++++++++++++++++++++++ */
	.common_link {
		font-size: 18px;
		font-weight: bold;
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 20px;
	}

	.common_link::before {
		content: "＞";
		display: inline-block;
		color: #ee5944;
		margin-right: 10px;
	}

	.common_link_external {
		position: relative;
		display: inline-block;
		padding-left: 24px;
		font-weight: bold;
		font-size: 16px;
		margin-top: 10px;
	}

	.common_link_external::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(../img/common/icon_link_external.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 6px;
	}
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
		font-size: 14px;
	}

	.print_newPage {
		page-break-before: always;
	}

	.common-ttl01 {
		font-size: 22px;
	}

	.common-ttl02 {
		font-size: 20px;
	}

	.common-ttl03 {
		font-size: 18px;
	}

	.common-ttl03::before {
		width: 18px;
		height: 18px;
		top: 5px;
	}


	.common-ttl04 {
		font-size: 16px;
	}

	#wrapper.active {
		padding-top: 0;
	}

	a.common_link {
		display: none;
	}
}