@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;}
.noto {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 1.6rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: absolute;
	z-index: 1;
	top: 3.5rem;
	left: 0;
	width: 3.1rem;
}
@media all and (min-width: 897px) {
}
/*------------------------------------------------------------
	comLeftBox
------------------------------------------------------------*/
.comLeftBox {
	margin-left: 2.9rem;
}
.comLeftBox .infoBox {
	margin-bottom: 2.5rem;
	padding: 1.5rem 1.5rem 4.2rem;
    border-radius: 1.7rem;
    background-color: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(27.28px);
    -webkit-backdrop-filter: blur(27.28px);
}
.comLeftBox .infoBox .info {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 2.28;
}
@media all and (min-width: 897px) {
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.4rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.headLine02 .purple {
	color: #B37CFD;
	font-weight: 800;
}
.headLine02 .sml {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
@media all and (min-width: 897px) {
}
/*------------------------------------------------------------
    comTag
------------------------------------------------------------*/
.comTag {
    margin: 1.2rem 0 1rem;
    padding: 0.1rem 0.5rem 0.2rem;
    min-width: 7rem;
    width: fit-content;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
    font-weight: 600;
    background: #B37CFD;
}
/*------------------------------------------------------------
    comTitle
------------------------------------------------------------*/
.comTitle {
    margin-bottom: 0.7rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.03em;
}
/*------------------------------------------------------------
    comNoteUl {
------------------------------------------------------------*/
.comNoteUl {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}
.comNoteUl li {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
}
.comNoteUl li a {
    color: #E27CFD;
    text-decoration: underline;
}
.comNoteUl li a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	sliderBox
------------------------------------------------------------*/
.sliderBox li {
	position: relative;
}
.sliderBox img {
	width: 100%;
}
.slick-dots {
	position: absolute;
	left: 0;
	bottom: -1.8rem;
	width: 100%;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 4rem;
	height: 0.4rem;
	margin: 0 0.5rem;
	padding: 0;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0.2rem;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #075089;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 33rem;
}
.comBtn a {
    padding: 1.1rem 2rem 1.3rem;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    letter-spacing: 0.06em;
    border-radius: 0.5rem;
    background: url(../img/common/icon01.png) no-repeat right 1.6rem top calc(50% - 0.1rem) / 1rem,linear-gradient(to left,#e57bff 0%, #34a7a7 100%);
}
.comBtn a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	comFeeUl
------------------------------------------------------------*/
.comFeeUl li {
	margin-bottom: 0.8rem;
	position: relative;
	padding-left: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}
.comFeeUl li:last-child {
	margin-bottom: 0;
}
.comFeeUl li::after {
	position: absolute;
	width: 0.4rem;
	left: 0;
	top: 0.3rem;
	bottom: 0.3rem;
	z-index: 1;
	content: "";
	background-color: #b37cfd;
}
/*------------------------------------------------------------
	comInfo 
------------------------------------------------------------*/
.comInfo {
	margin-bottom: 2rem;
}
.comInfo li {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	letter-spacing: 0.06em;
}
.comInfo li:last-child {
	margin-bottom: 0;
}
.comInfo .title {
	font-weight: 600;
	width: 7rem;
	line-height: 1.5 !important;
}
.comInfo .text {
	margin-left: 1.7rem;
	flex: 1;
	line-height: 1.5 !important;
}
.comInfo .text .notes {
	margin: 0.4rem 0 0 -8.7rem;
	display: block;
    font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition: all .5s ease;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); 
}