@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.mont {
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 3.8rem;
	margin: 0 auto;
	max-width: 111.6rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 20.1rem 0 9.5rem;
}
.pageTitle .photo {
	margin-top: 5.4rem;
	aspect-ratio: 2880/938;
}
.pageTitle .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
.pageTitle {
	padding: 7.3rem 0 2.8rem !important;
}
.pageTitle .photo {
	margin-top: 2rem;
}
}
/*------------------------------------------------------------
	pageTitle01
------------------------------------------------------------*/
.pageTitle01 .headLine01 .en {
	background: linear-gradient(90deg, #D6000F 33.26%, #662D91 67.67%, #005BAC 91.88%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pageTitle01 .headLine01 .jp {
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.pageTitle01 .headLine01 .en {
		width: fit-content;
		background: linear-gradient(90deg, #D6000F 35.96%, #662D91 73.06%, #005BAC 99.16%);
		background-clip: text;
	}
	.pageTitle01 .headLine01 .jp {
		padding: 0 0 0.3rem 2rem !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.headLine01 .en {
	font-size: 11.6rem;
	line-height: 1;
	color: #B3B3B3;
}
.headLine01 .jp {
	margin-top: 1.5rem;
	display: inline-block;
	padding: 0.3rem 0 0.3rem 3.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	background: url(../img/common/icon01.png) no-repeat left center / 2rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		display: block;
	}
	.headLine01 .en {
		margin-bottom: 1.5rem;
		display: block !important;
		font-size: 3.6rem !important;
	}
	.headLine01 .jp {
		margin-top: 0 !important;
		display: block !important;
		padding: 0.3rem 0 0.3rem 1.7rem !important;
		font-size: 1.3rem !important;
		background-size: 1.2rem auto;
	}
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 7.3rem;
    position: relative;
    padding-bottom: 7rem;
    font-size: 5.2rem;
    font-weight: 900;
    letter-spacing: 0.52rem;
}
.headLine02::before {
    position: absolute;
    left: 0.1rem;
    bottom: 0;
    width: 4.7rem;
    height: 1px;
    background-color: #D6000F;
    content: "";
}
.headLine02 .en {
    margin-bottom: 6.7rem;
    display: block;
    color: #D6000F;
    font-size: 1.4rem;
    line-height: 2.28;
    letter-spacing: 0.084rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 2.3rem;
        padding-bottom: 0;
        font-size: 2.6rem;
        letter-spacing: 0.017rem;
    }
    .headLine02::before {
        display: none;
    }
    .headLine02 .en {
        margin-bottom: 1.1rem;
        font-size: 1.2rem;
        line-height: 1.91;
        letter-spacing: 0.048rem;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 0 5.3rem 1.1rem;
	color: #D6000F;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.3rem;
}
.headLine03 img {
	margin-right: 0.9rem;
	height: 5.8rem;
	display: inline-block;
	vertical-align: -2rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 auto 2.3rem;
		width: fit-content;
		font-size: 1.4rem;
		letter-spacing: 0.14rem;
	}
	.headLine03 img {
		margin-right: 0.3rem;
		height: 2.1rem;
		vertical-align: -0.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 6rem;
}
.headLine04 .en {
    font-family: "Montserrat", sans-serif;
	display: block;
	width: fit-content;
	font-size: 11rem;
	font-weight: 700;
	line-height: 1.05;
	background: linear-gradient(90deg, #D6000F 35.96%, #662D91 73.06%, #005BAC 99.16%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.headLine04 .jp {
	margin-top: 4.7rem;
	display: block;
	color: #D6000F;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.096rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3.5rem;
	}
	.headLine04 .en {
		font-size: 3.6rem;
		line-height: 1.03;
	}
	.headLine04 .jp {
		margin-top: 1.5rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.68;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 6rem;
	position: relative;
	padding-left: 13.5rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.25;
	color: #666;
}
.headLine05::after {
	position: absolute;
	top: 2.3rem;
	left: 0;
	width: 12.5rem;
	height: 1px;
	content: "";
	z-index: 1;
	background-color: #666;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-left: -1.7rem;
		text-indent: 1.7rem;
		margin-bottom: 2.6rem;
		padding-left: 1.7rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.headLine05::after {
		top: 1rem;
		left: 2rem;
		width: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 7rem;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.78;
	letter-spacing: 0.128rem;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 2.9rem;
		font-size: 1.6rem;
		line-height: 1.73;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl > li:first-child{
	border-top: 1px solid #000;
}
.comNewsUl > li {
	position: relative;
	padding: 2.6rem 0 2.6rem 0.8rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	border-bottom: 1px solid #000;
}
.comNewsUl li:first-child a {
	border-top: 1px solid #000;
}
.comNewsUl a {
	position: relative;
	padding: 2.6rem 0 2.6rem 0.8rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	border-bottom: 1px solid #000;
}
.comNewsUl a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #D6000F;
    transition: 0.3s;
}
.comNewsUl .text {
	flex: 1;
}
.comNewsUl .infoBox {
	margin-top: 0.5rem;
	position: relative;
	padding-left: 8rem;
	width: 19.7rem;
	font-weight: 400;
}
.comNewsUl .infoBox .tagUl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 7.6rem;
}
.comNewsUl .infoBox .tagUl li {
	min-height: 2.6rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-color: #D6000F;
	border-radius: 2.3rem;
}
.comNewsUl .infoBox time {
	display: block;
	text-align: right;
}
@media all and (min-width: 897px) {
	.comNewsUl a:hover::after {
		width: 100%;
	}
	.comNewsUl a:hover .text,
	.comNewsUl a:hover time {
		color: #D6000F;
	}
}
@media all and (max-width: 896px) {
	.comNewsUl > li {
		padding: 1.3rem 0 1.8rem 0;
		display: block;
		border-color: #999 !important;
	}
	.comNewsUl a {
		padding: 1.3rem 0 1.8rem 0;
		display: block;
	}
	.comNewsUl .infoBox {
		margin: 0;
		padding-left: 0;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.comNewsUl .text {
		margin-top: 0.6rem;
		line-height: 1.28;
	}
	.comNewsUl .infoBox .tagUl {
		margin: 0.3rem 0 0 0.3rem;
		position: static;
		flex: 1;
		gap: 0.5rem;
	}
	.comNewsUl .infoBox .tagUl li {
		padding-top: 1px;
		margin-bottom: 0.3rem;
		min-height: 1.5rem;
		width: 4.3rem;
		font-size: 0.9rem;
		border-radius: 1.4rem;
	}
	.comNewsUl .infoBox .tagUl:last-child {
		margin-bottom: 0;
	}
	.comNewsUl .infoBox time {
		margin-top: 0;
		text-align: left;
		width: 9rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 4.3rem;
	font-size: 6.2rem;
	font-weight: 900;
	letter-spacing: 0.248rem;
}
.comTitle span {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-right: 1.2rem;
	width: 23.2rem;
	vertical-align: -0.8rem;
	background-color: #D6000F;
	line-height: 1.28;
}
.comTitle span img {
	margin-top: 0.4rem;
	display: inline-block;
	height: 7.1rem;
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-bottom: 2.8rem;
		font-size: 2.5rem;
		line-height: 1.45;
		letter-spacing: 0.01rem;
	}
	.comTitle span {
		margin-right: 1.2rem;
		width: 9.6rem;
		vertical-align: -1.4rem;
	}
	.comTitle span img {
		margin-top: 0.3rem;
		height: 2.8rem;
}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 li {
	width: 35.6rem;
}
.comBtn01 a {
	position: relative;
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 400;
	background: linear-gradient(90deg, #D6000F 16.63%, #662D91 33.85%, #005BAC 45.94%,#005BAC 54.06%,#662D91 66.15%,#D6000F 83.37%);
	border-radius: 4rem;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	background-position: 0% 50%;
	background-size: 200% auto;
	transition: all 0.3s ease-out;
}
.comBtn01.red a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #D6000F;
}
@media all and (min-width: 897px) {
	.comBtn01.style a:hover {
		background-position: 100% 51%;
	}
	.comBtn01.red a:hover {
		color: #D6000F;
		border-color: #fff;
		border: 1px solid #D6000F;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 li {
		margin: 0 auto;
		width: 19.8rem;
	}
	.comBtn01 a {
		min-height: 4.5rem;
		font-size: 1rem;
	}
	.comBtn01.red a {
		min-height: 4.3rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox {
	margin-bottom: 14.5rem;
}
.comInnerBox .comTitle {
	margin: 0 0 0 0.5rem;
	flex: 1;
	font-size: 5.2rem;
	line-height: 1.45;
}
.comInnerBox .comTitle span {
	margin: 0;
	width: 20rem;
}
.comInnerBox .comTitle span img {
	height: 5.7rem;
}
.comInnerBox .text {
	width: 44rem;
	font-size: 2.4rem;
	line-height: 2.16;
	text-align: justify;
}
@media all and (max-width: 896px) {
	.comInnerBox {
		margin-bottom: 6.5rem;
	}
	.comInnerBox .content {
		display: block;
	}
	.comInnerBox .comTitle {
		margin: 0 0 2.8rem;
		font-size: 2.5rem;
		line-height: 1.4;
	}
	.comInnerBox .comTitle span {
		margin: 0 0.7rem 1rem 0;
		width: 9.6rem;
	}
	.comInnerBox .comTitle span img {
		height: 2.7rem;
	}
	.comInnerBox .text {
		width: auto;
		font-size: 1.4rem;
		line-height: 1.74;
	}
}
/* comGroup */
.comGroup {
	padding: 6.2rem 0 7.6rem;
	background-color: #E6DED7;
}
.comGroup h2 {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 5.2rem;
	color: #D6000F;
	font-weight: 700;
}
.comGroup .title {
	margin-bottom: 5.7rem;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.096rem;
	line-height: 1.75;
}
.comGroup .brandUl {
	gap: 1rem 3.5%;
}
.comGroup .brandUl li {
	width: 31%;
}
.comGroup .brandUl a {
	display: block;
}
.comGroup .brandUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comGroup .brandUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comGroup {
		padding: 4.2rem 0 3.7rem;
	}
	.comGroup h2 {
		margin-bottom: 0.7rem;
		font-size: 2.2rem;
	}
	.comGroup .title {
		margin-bottom: 2.7rem;
		font-size: 1.4rem;
		letter-spacing: 0.056rem;
		line-height: 1.71;
	}
	.comGroup .brandUl {
		display: block;
	}
	.comGroup .brandUl li {
		margin: 0 auto 1.7rem;
		width: 62.55%;
	}
	.comGroup .brandUl li:last-child {
		margin-bottom: 0;
	}
	.comGroup .brandUl a {
		aspect-ratio: 187/53;
	}

}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
    transition: 0.3s;
    transform: translateY(6rem);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeIn.active {
	transform: translateY(0);
    opacity: 1;
}
.fadeInUp {
	opacity: 0;
}
.fadeInUp.active {
    animation-delay: 0.1s;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.clip {
	display: inline-block;
    clip-path: inset(0 100% 0 0);
}
.clip.active {
	animation: clip 0.5s forwards;
}
@keyframes clip {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
	}
}
.anmiation .fade {
	opacity: 0;
    transition: 0.3s;
    transform: translateY(6rem);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anmiation.active .fade {
	transform: translateY(0);
    opacity: 1;
}
.anmiation.active .delay01 {
	transition-delay: .5s;
}
.anmiation.active .delay02 {
	transition-delay: 1s;
}
.anmiation.active .delay03 {
	transition-delay: 1.5s;
}