@charset "UTF-8";

/*--------*/
/* 共通設定 */
/*--------*/
.pane-contents .container {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.block-page-freespace--caption .Common-Inner,
	.block-page-freespace--top .Common-Inner,
	.Contents-Inner,
	.Contents-area.Common-Wrap > section:not(.FullSize),
	.MainVisual-Lead,
	.FullSize > *:not(.Common-Wrap):not(.Common-Inner) {
		max-width: 1100px;
	}
}
.page-page .block-page-caption {
	margin-top: 0;
	padding-top: 30px;
}
.Contents-area.Common-Wrap > section:first-of-type {
	margin-top: 30px;
}
.Contents-area.Common-Wrap .swiper + .FullSize {
	margin-top: 60px;
}
.Contents-area.Common-Wrap .FullSize + .FullSize {
	margin-top: 0;
}
.Contents-List-Item + .Contents-List-Item {
	margin-top: 40px;
}
.Common-TextWrap .Contents-List-Item-Text + .Contents-List-Item-Text {
	margin-top: 30px;
}
.page-page .pane-topic-path {
	display: none;
	height: 0;
}
.page-page .block-page-freespace--top .Contents-area.Common-Wrap {
	/*padding-bottom: 60px;*/
}
@media print, screen and (min-width: 768px) {
	.Header-Banner {
		position: relative;
		z-index: 2;
	}
	.page-page .block-page-freespace--caption {
		position: relative;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	.block-page-block:not(:has(*)) {
		margin-bottom: 0 !important;
	}
}
/*----------*/
/* //共通設定 */
/*----------*/


.Movie {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.BgColor {
	background-color: #e3e4ed !important;
}

.Color-Yellow {
	color: #fff585 !important;
}

.Text-Small {
	font-size: 0.8em;
}
.Text-Center {
	text-align: center;
}
.Text-Right {
	text-align: right;
}

.Note-Text {
	display: block;
}
* + .Note-Text:not(.Note) {
	margin-top: 15px;
}
.Note-Text + .Note-Text,
figure + .Note-Text,
.swiper + .Note-Text {
	margin-top: 10px;
}
.Note-Text > * + * {
	margin-top: 0 !important;
}
.Stock-txt {
	color: #F4625E;
	margin: 0 1em 1em 1em;
}

/* タイトル関連 */
.Common-SubTitle {
	padding: 0;
	color: #083096;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.Common-SubTitle {
		margin-left: -4.8vw;
		margin-right: -4.8vw;
		font-size: 18px;
	}
}
.Common-SubTitle > .Internal {
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width: 767px) {
	.Common-SubTitle > .Internal {
		padding-left: 4.8vw;
		padding-right: 4.8vw;
	}
}
.Common-SubTitle::before,
.Common-SubTitle::after {
	display: none;
}



@media screen and (max-width: 767px) {
	.MainVisual {
		padding-top: 0;
	}
}
.MainVisual-Lead {
	margin-top: 20px;
	font-size: 14px;
}

.Section01 {
	background-color: #EAE4FF;
}
@media print, screen and (min-width: 768px) {
	.Section01 {
		max-width: 1100px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.Section01 {
		font-size: 14px;
	}
}
.Section01 .Contents-List-Item.Flexbox {
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.Section01 .Contents-List-Item.Flexbox {
		margin-top: 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.Section01 .Contents-List-Item.Flexbox > li {
		max-width: 32.352941% !important;
		margin-right: 0 !important;
		flex-basis: 330px !important;
	}
}
@media screen and (max-width: 767px) {
	.Section01 .Contents-List-Item.Flexbox > li {
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.Section01 .Contents-List-Item.Flexbox > li figure {
		margin-right: 3.6vw;
		flex: 0 0 150px;
	}
}
@media print, screen and (min-width: 768px) {
	.Section01 .Contents-List-Item.Flexbox > li p {
		margin-top: 10px;
	}
	.Section01 .Banner a {
		display: block;
		width: 375px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.Section02 {
		padding-top: 4.8vw !important;
	}
}
.Cv-List {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 32px;
}
@media screen and (max-width: 767px) {
	.Cv-List {
		grid-template-columns: 1fr;
		gap: 4.8vw;
	}
}
.Cv-List-Item,
.Cv-List-Item form {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
	.Cv-List-Item {
		padding-bottom: 40px;
		border-bottom: 1px solid #BDC3C7;
	}
}
.Cv-List-Item-Name {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.Cv-List-Item-Name {
		padding-bottom: 10px;
		border-bottom: 1px solid #BDC3C7;
	}
}
.Cv-List-Item-Price {
	text-align: center;
}
.Cv-List-Item-Select select {
	display: block;
	width: 100% !important;
	margin: auto !important;
}
.Cv-List-Item-Button {
	margin-top: 10px;
}
.Cv-List-Item-Button input[type="submit"] {
	width: 100%;
	max-width: inherit;
	border-radius: 25px;
	cursor: pointer;
}



/*Caution----------*/
.Caution-area {
	margin-top: 40px;
	background-color: #F5F6FA;
}
.Caution-area .Caution-Title {
	text-align: center;
}
.Caution-area .Caution-Title + * {
	margin-top: 30px;
}
.Caution-list dt,
.Caution-list dd {
	font-size: inherit;
}
.Caution-list dd + dt {
	margin-top: 1.5em;
}
.Caution-list dt {
	padding-top: 0;
}
.Caution-list dd {
	margin-top: 0.25em;
}


/*Letro調整----------*/
.letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetConsumerProtection {
	display: flex!important;
	flex-wrap:wrap;
	justify-content:center;
	margin-top: 16px!important;
	margin-bottom: 24px!important;
	font-size: 12px!important
}

.letroUgcsetDisclaimer,
.letroUgcsetPromotionLabel{
	width: 100%;
}