/* [ 福田カメラ・掛川福田スタジオ ] : common.css */


@media screen and (min-width: 768px) { /* PC */
	.pcnone { display: none !important; }
} /* */

@media screen and (max-width: 767px) { /* Smartphone */
	.spnone { display: none !important; }
} /* */

/* [ 表示・非表示 ] */
[data-show="非表示"] { display: none !important; }

/* [ 税込 ] */
em::after {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	content: "（税込）";
}

@media screen and (max-width: 767px) { /* Smartphone */
	em::after { font-size: 1.1rem; }
} /* */


/*======================================================================*
 *  [ siteContents | 共通設定 ]
 *======================================================================*/

 /* [ アニメーション用 ] */
.siteContents > * { opacity: 0; }

@-moz-document url-prefix() {
	.siteContents > * { opacity: 1; }
}

/* [ Section ] */
.boxWrap section, 
.boxWrap .section { margin: 100px 0; }
.boxWrap.bg section:first-child { margin-top: 0; }
.boxWrap.bg section:last-child { margin-bottom: 0; }

/* [ Title ] */
.siteContents h1, 
.siteContents h2, 
.siteContents h3, 
.siteContents h4, 
.siteContents h5, 
.siteContents h6 {
	margin: 20px 0;
	line-height: 1.2;
}

/* [ Text ] */
.siteContents p {
	margin: 15px 0;
	line-height: 2;
}

/* [ List ] */
.siteContents ul, 
.siteContents ol {
	margin: 15px 0 15px 30px;
	line-height: 1.8;
}
.siteContents li + li { margin-top: 10px; }
.siteContents dl { margin: 15px 0; }
.siteContents dt { line-height: 1.2; }
.siteContents dd {
	padding-left: 30px;
	line-height: 1.8;
}

/* [ Image ] */
.siteContents figure { margin: 15px 0; }
.siteContents figure img {
	width: auto;
	max-width: 100%;
}
.siteContents figcaption { margin-top: 10px; }


@media screen and (max-width: 767px) { /* Smartphone */
	/* [ Section ] */
	.boxWrap section, 
	.boxWrap .section { margin: 75px 0; }
	.boxWrap.bg section:first-child { margin-top: 0; }
	.boxWrap.bg section:last-child { margin-bottom: 0; }
} /* */


/*======================================================================*
 *  [ Box ]
 *======================================================================*/

.boxWrap {
	width: 100%;
	max-width: 1150px;
	margin: 150px auto;
	padding: 0 25px;
}
.boxWrap.line {
	max-width: 100%;
	margin: 0;
	/* padding: 150px calc((100% - 1100px) / 2); */
	padding: 1px calc((100% - 1100px) / 2);
	border-top: 1px solid #ccc;
}
.boxWrap.bg + .boxWrap.line { border-top: none; }
.boxWrap.bg {
	max-width: 100%;
	margin: 0;
	/* padding: 150px calc((100% - 1100px) / 2); */
	padding: 1px calc((100% - 1100px) / 2);
	background: #f4f3f9;
}
.boxWrap.bg + .boxWrap.bg { border-top: 1px solid #fff; }
.boxWrap.bg.green { background: #C9D3CA; }
.boxWrap.bg.arrow { position: relative; }
.boxWrap.bg.arrow::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 24px solid #fff;
	border-bottom: none;
	content: "";
}
.boxWrap.bgbl { background: #C9D3CA; }

.boxWrap .boxInner {
	margin: 150px auto;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.boxWrap {
		margin: 75px auto;
		padding: 0 10px;
	}
	.boxWrap.line, 
	.boxWrap.bg {
		margin: 0;
		padding: 1px 10px;
	}
	.boxWrap .boxInner {
		margin: 75px auto;
	}
} /* */

/* .boxWrap { padding: 1px 0; }
.boxWrap.line { border-top: 1px solid #ccc; }
.boxWrap.bg + .boxWrap.line { border-top: none; }
.boxWrap.bg { background: #f4f3f9; }
.boxWrap.bg.arrow { position: relative; }
.boxWrap.bg.arrow::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 24px solid #fff;
	border-bottom: none;
	content: "";
}
.boxWrap.bgbl {
	background: #C9D3CA;
}
.boxInner {
	max-width: 1100px;
	margin: 150px auto;
}
.boxWrap .boxInner:nth-last-child(1) { margin-bottom: 150px; }
.boxWrap:first-child .boxInner { margin-bottom: 40px; }
.boxWrap.mt0 .boxInner { margin-top: 0; } */

@media screen and (max-width: 767px) { /* Smartphone */
	/* .boxInner { margin: 40px 10px; }
	.boxInner { margin: 75px 10px; }
	.boxWrap .boxInner:nth-last-child(1) { margin-bottom: 75px; }
	.boxWrap:first-child .boxInner { margin-bottom: 30px; }
	.boxWrap.mt0 .boxInner { margin-top: 0; } */
} /* */


/*======================================================================*
 *  [ Title | タイトル ]
 *======================================================================*/

/* [ pageTitle | ページタイトル ] */
.pageTitle {
	margin-bottom: 50px !important;
	color: #000;
	font-size: 4.2rem;
	font-weight: normal;
	text-align: center;
}
.pageTitle span { font-size: 2.4rem; }

@media screen and (max-width: 767px) { /* Smartphone */
	.pageTitle {
		margin: -10px 0 30px !important;
		font-size: 2.8rem;
	}
	.pageTitle span { font-size: 1.8rem; }
} /* */

/* [ loveTtl | タイトル ] */
.loveTtl {
	margin-bottom: 75px !important;
	font-size: 3.6rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.loveTtl {
		margin-bottom: 30px !important;
		font-size: 2.6rem;
	}
	.loveTtl::before {
		width: 114px;
		height: 18px;
		margin-bottom: 5px;
	}
	.loveTtl::after {
		width: 46px;
		height: 7px;
		margin-top: 8px;
	}
} /* */

/* [ boxTitle | アルファベットのタイトル ] */
.boxTitle {
	margin-bottom: 75px !important;
	font-size: 3.6rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	text-align: center;
}
.boxTitle b {
	font-size: 1.8rem;
}
.boxTitle span {
	display: block;
	margin-top: 1em;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.boxTitle {
		margin-bottom: 40px !important;
		font-size: 2.8rem;
	}
	.boxTitle b {
		font-size: 1.6rem;
	}
	.boxTitle span {
		font-size: 1.4rem;
	}
} /* */

/* [ subTitle | 四角線タイトル ] */
.subTitle {
	margin-bottom: 30px !important;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.subTitle span {
	position: relative;
	padding: 10px 30px;
}
.subTitle span::before, 
.subTitle span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	border: 1px solid #666;
	content: "";
}
.subTitle span::before {
	left: 0;
	border-right: none;
}
.subTitle span::after {
	right: 0;
	border-left: none;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.subTitle {
		margin-bottom: 15px !important;
		font-size: 1.6rem;
	}
	.subTitle span { padding: 7px 24px; }
} /* */

/* [ alphabetTtl | アルファベットのタイトル ] */
.alphabetTtl {
	margin-bottom: 75px !important;
	font-size: 3.6rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	text-align: center;
}
.alphabetTtl b {
	font-size: 1.8rem;
}
.alphabetTtl span {
	display: block;
	margin-top: 1em;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.alphabetTtl {
		margin-bottom: 40px !important;
		font-size: 2.8rem;
	}
	.alphabetTtl b {
		font-size: 1.6rem;
	}
	.alphabetTtl span {
		font-size: 1.4rem;
	}
} /* */

/* [ oglineTtl | オレンジラインがついてるタイトル ] */
.oglineTtl {
	margin-bottom: 30px !important;
	color: #000;
	font-size: 3.8rem;
	font-weight: normal;
	text-align: center;
}
.oglineTtl::after {
	display: block;
	margin: 15px auto 0;
	width: 60px;
	height: 5px;
	background: #f5a500;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	.oglineTtl {
		margin-bottom: 20px !important;
		font-size: 2.8rem;
	}
} /* */

/* [ normalTtl | 普通っぽいタイトル ] */
.normalTtl {
	margin-bottom: 30px !important;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.normalTtl span { font-size: 1.6rem; }

@media screen and (max-width: 767px) { /* Smartphone */
	.normalTtl {
		margin-bottom: 20px !important;
		font-size: 2.4rem;
	}
} /* */

/* [ normalTtl reason | おすすめの理由 ] */
.normalTtl.reason { color: #e84566; }
.normalTtl.reason::before {
	display: block;
	width: 55px;
	height: 41px;
	margin: 0 auto 20px;
	background: url(../img/icon_reason_pk.svg) center center no-repeat;
	background-size: cover;
	content: "";
}

/* [ normalTtl car | 出張サービス ] */
.normalTtl.car::before {
	display: block;
	width: 55px;
	height: 41px;
	margin: 0 auto 20px;
	background: url(../img/icon_car.svg) center center no-repeat;
	background-size: cover;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	.normalTtl.reason::before, 
	.normalTtl.car::before {
		width: 35px;
		height: 26px;
		margin-bottom: 10px;
	}
} /* */

/* [ normalTtl movie | イメージムービー ] */
.normalTtl.movie { color: #e84566; }
.normalTtl.movie::before {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 20px;
	background: url(../img/icon_movie_pk.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	.normalTtl.movie::before {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
} /* */

/* [ snsTtl | SNSアイコン付きタイトル ] */
.snsTtl {
	margin-bottom: 30px !important;
	padding-left: 42px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	font-size: 2.8rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	line-height: 30px !important;
}
.snsTtl.blog { background-image: url(../img/icon_blog_gy.svg); }
.snsTtl.insta { background-image: url(../img/icon_ig_gy.svg); }
.snsTtl a {
	margin-left: 5px;
	color: #666;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.snsTtl {
		margin-bottom: 20px !important;
		padding-left: 32px;
		background-size: 24px 24px;
		font-size: 2rem;
		line-height: 35px !important;
	}
	.snsTtl a { font-size: 1.2rem; }
} /* */

/* [ sqlineTtl | 四角線タイトル ] */
.sqlineTtl {
	margin-bottom: 30px !important;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sqlineTtl span {
	position: relative;
	padding: 10px 30px;
}
.sqlineTtl span::before, 
.sqlineTtl span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	border: 1px solid #666;
	content: "";
}
.sqlineTtl span::before {
	left: 0;
	border-right: none;
}
.sqlineTtl span::after {
	right: 0;
	border-left: none;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.sqlineTtl {
		margin-bottom: 15px !important;
		font-size: 1.6rem;
	}
	.sqlineTtl span { padding: 7px 24px; }
} /* */

/* [ タイトル直下のテキスト ] */
.boxTitle + p, 
.alphabetTtl + p, 
.oglineTtl + p, 
.normalTtl + p {
	margin-bottom: 40px;
	text-align: center;
}
.subTitle + p, 
.sqlineTtl + p {
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.boxTitle + p, 
	.alphabetTtl + p, 
	.oglineTtl + p, 
	.normalTtl + p { margin-bottom: 20px; }
	.subTitle + p, 
	.sqlineTtl + p { margin-bottom: 15px; }
} /* */


/*======================================================================*
 *  [ pointText | ポイント ]
 *======================================================================*/

.pointText {
	margin: 75px 0;
	padding: 30px 45px;
	background: #F4F3F9;
	text-align: center;
}
.boxWrap.bg .pointText { background: #fff; }
.pointText:not(data-show="非表示") + .pointText { margin-top: -55px;}
.pointText > b {
	display: block;
	color: #708B94;
	font-size: calc(1em + 0.6rem);
	font-weight: bold;
	line-height: 1.2;
}
.pointText > *:first-child { margin-top: 0; }
.pointText > *:last-child { margin-bottom: 0; }

.pointText table {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.pointText table th,
.pointText table td { padding: 5px 10px; }
.pointText table th {
	color: #708B94;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;
	white-space: nowrap;
}
.pointText table td {
	text-align: left;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.pointText {
		margin: 40px 0;
		padding: 25px 20px;
	}
	.pointText + .pointText { margin-top: -30px; }
	.pointText > b { font-size: calc(1em + 0.4rem); }
} /* */


/*======================================================================*
 *  [ specialText | 特別テキスト ]
 *======================================================================*/

.specialText {
	margin: 0 !important;
	padding: 20px;
	background: #6ec7e2;
	color: #fff;
	font-weight: bold;
	line-height: 1.2 !important;
	text-align: center;
}
.specialText b { font-size: 3.4rem; }
.specialText span { font-size: 3.2rem; }

@media screen and (max-width: 767px) { /* Smartphone */
	.specialText { padding: 15px 10px; }
	.specialText b, 
	.specialText span { display: block; }
	.specialText b { font-size: 2.4rem; }
	.specialText span {
		margin-top: 5px;
		font-size: 2.2rem;
	}
} /* */


/*======================================================================*
 *  [ Text | テキスト ]
 *======================================================================*/

/* [ 赤テキスト ] */
.redText {
	color: #ff0000;
	font-size: 1.8rem;
	text-align: center;
}

/* [ ピンクテキスト ] */
.pinkTxt {
	color: #e84566;
	font-size: 1.8rem;
	text-align: center;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.pinkTxt { font-size: 1.4rem; }
} /* */



/*======================================================================*
 *  [ Button | ボタン ]
 *======================================================================*/

/* [ ボタンBOX ] */
.btnBox { margin: 30px 0; }
.btnBox.right { text-align: right; }
.btnBox.center { text-align: center; }
.btnBox.bottom { margin-bottom: 0; }
.btnBox.side {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.btnBox.side a + a { margin-left: 30px; }

/* [ VIEW MORE ボタン ] */
.moreBtn {
	display: inline-block;
	position: relative;
	width: 170px;
	padding: 10px 20px;
	background-color: #989898;
	color: #fff;
	font-size: 1.3rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	-webkit-transition: background ease .3s, color ease .3s, border-color ease .3s; /* Safari */
	transition: background ease .3s, color ease .3s, border-color ease .3s;
}
.moreBtn:hover, 
.moreBtn:active, 
a:hover .moreBtn, 
a:active .moreBtn { background-color: #797979; }
.moreBtn.icon { padding-left: 40px; }
.moreBtn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow_nl_wh.svg);
	background-size: 6px 10px;
	content: "";
}
.moreBtn.icon::before {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/icon_more_wh.svg);
	background-size: 100% 100%;
	content: "";
}

/* [ BLUE ボタン ] */
.blueBtn {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 330px;
	padding: 15px 20px;
	background-color: #96B1B9;
	color: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
}
.blueBtn:hover, 
.blueBtn:active { background-color: #77969f; }
.blueBtn.icon { padding-left: 40px; }
.blueBtn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow_nl_wh.svg);
	background-size: 6px 10px;
	content: "";
}
.blueBtn.icon::before {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/icon_more_wh.svg);
	background-size: 100% 100%;
	content: "";
}

/* [ GRAY ボタン ] */
.grayBtn {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 330px;
	padding: 15px 20px;
	background-color: #8d8d8e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.grayBtn:hover, 
.grayBtn:active { background-color: #666; }
.grayBtn.icon { padding-left: 40px; }
.grayBtn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow_nl_wh.svg);
	background-size: 6px 10px;
	content: "";
}
.grayBtn.icon::before {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/icon_more_wh.svg);
	background-size: 100% 100%;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	/* [ ボタンBOX ] */
	.btnBox {
		margin: 20px 0;
		text-align: center;
	}
	.btnBox.side { display: block; }
	.btnBox.side a {
		display: block;
		margin: 0 auto !important;
	}
	.btnBox.side a + a { margin-top: 10px !important; }
	
	/* [ VIEW MORE ボタン ] */
	.moreBtn {
		width: 140px;
		padding: 7px 15px;
		font-size: 1.1rem;
	}
	.moreBtn.icon { padding-left: 30px; }
	.moreBtn.icon::before {
		left: 10px;
		width: 13px;
		height: 13px;
		margin-top: -7px;
	}
} /* */


/*======================================================================*
 *  [ linkBox | リンク ]
 *======================================================================*/

.linkBox { margin: 80px 0; }
.linkBox p {
	font-size: 1.4rem;
	text-align: center;
}
.linkBox p + .btnBox { margin-top: 20px; }

@media screen and (max-width: 767px) { /* Smartphone */
	.linkBox { margin: 60px 0; }
	.linkBox p { font-size: 1.2rem; }
} /* */


/*======================================================================*
 *  [ pageText | ページのディスクリプション ]
 *======================================================================*/

.pageText { text-align: center; }
.pageText b {
	font-size: 2rem;
	line-height: 1.2;
}
.pageText p { line-height: 2.4; }

@media screen and (max-width: 767px) { /* Smartphone */
	.pageText b { font-size: 1.6rem; }
	.pageText p { line-height: 1.8; }
	.pageText p br { display: none; }
} /* */


/*======================================================================*
 *  [ pageNav | ページ内リンク ]
 *======================================================================*/

.pageNav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 80px 0 0;
	border-bottom: 1px solid #dadada;
}
.pageNav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin: 0;
}
.pageNav li + li { margin-top: 0; }
.pageNav a {
	padding: 10px;
	color: #666;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}
.pageNav a:hover, 
.pageNav a:active { color: #47a2be; }
.pageNav > a {
	position: relative;
	padding: 10px 40px;
}
.pageNav > a::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 50%;
	background: #dadada;
	content: "";
}

.pageNav.center {
	margin: 40px 0 0;
	border-bottom: none;
}
.pageNav.center ul {
	-webkit-justify-content: center;
	justify-content: center;
}
.pageNav.center li { border-bottom: 1px solid #dadada; }
.pageNav.center li a {
	position: relative;
	padding: 10px 40px;
}
.pageNav.center li + li a::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 50%;
	background: #dadada;
	content: "";
}


@media screen and (max-width: 767px) { /* Smartphone */
	.pageNav { display: none; }
} /* */


/*======================================================================*
 *  [ pageNav2 | ページ内リンク ]
 *======================================================================*/

.pageNav2 {
	display: flex;
	justify-content: center;
}
.pageNav2 a {
	position: relative;
	padding: 10px 40px;
	border-bottom: 1px solid #dadada;
	color: #666;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}
.pageNav2 a:hover, 
.pageNav2 a:active { color: #708b94; }
.pageNav2 a + a::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 50%;
	background: #dadada;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	.pageNav2 { display: none; }
} /* */


/*======================================================================*
 *  [ littleText | ちょっとしたテキスト ]
 *======================================================================*/

/* [ DL ] */
dl.littleText {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
}
dl.littleText.center {
	-webkit-justify-content: center;
	justify-content: center;
}
dl.littleText dt {
	margin-right: 15px;
	padding: 5px 10px;
	background: #96b1b9;
	color: #fff;
	line-height: 1.2;
}
dl.littleText dd { padding: 0; }

@media screen and (max-width: 767px) { /* Smartphone */
	dl.littleText {
		display: block;
		margin: 15px 0;
	}
	dl.littleText.center { text-align: center; }
	dl.littleText dt { display: inline-block; }
	dl.littleText dd { margin-top: 5px; }
	dl.littleText dt + dd { margin-top: 10px; }
} /* */


/*======================================================================*
 *  [ note | 注釈 ]
 *======================================================================*/

/* [ P / span ] */
p.note, 
span.note {
	padding-left: 1em;
	font-size: 1.4rem;
	text-indent: -1em;
}
p.note.pink, 
span.note.pink { color: #E84566; }
p.note.center { text-align: center; }
p.note *, 
span.note * { text-indent: 0; }
p.note a, 
span.note a { color: #666; }

/* [ UL ] */
ul.notes {
	list-style: none;
	margin: 15px 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
ul.notes.pink, 
ul.notes .pink { color: #E84566; }
ul.notes li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.notes.number li {
	padding-left: 2em;
	text-indent: -2em;
}
ul.notes li + li { margin-top: 5px; }
ul.notes li * { text-indent: 0; }
ul.notes li a { color: #666; }

/* [ DL ] */
dl.notes {
	margin: 30px 0;
	padding: 20px;
	font-size: 1.4rem;
	background: #f4f3f9;
}
.boxWrap.bg dl.notes { background: rgba(255,255,255,.75); }
dl.notes dt { font-weight: bold; }
dl.notes dd + dt { margin-top: 15px; }
dl.notes dd {
	margin-top: 5px;
	padding-left: 0;
}

@media screen and (max-width: 767px) { /* Smartphone */
	/* [ P ] */
	p.note, 
	span.note { font-size: 1.2rem; }
	
	/* [ UL ] */
	ul.notes { font-size: 1.2rem; }
	
	/* [ DL ] */
	dl.notes {
		margin: 20px 0;
		padding: 15px 10px;
		font-size: 1.2rem;
	}
} /* */


/*======================================================================*
 *  [ important | 重要 ]
 *======================================================================*/

.important {
	color: #e60012 !important;
}


/*======================================================================*
 *  [ pickupBunner | ピックアップバナー ]
 *======================================================================*/

.pickupBunner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px -15px 100px;
}
.pickupBunner > * {
	display: block;
	width: calc(50% - 30px);
	max-width: 600px;
	margin: 15px;
	text-align: center;
}
.pickupBunner img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.pickupBunner {
		display: block;
		margin: 40px 0;
	}
	.pickupBunner > * {
		width: 100%;
		margin: 0 auto 20px;
	}
} /* */

/*======================================================================*
 *  [ pickupMenu | ピックアップ ]
 *======================================================================*/

.pickupMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 75px 0;
	text-align: center;
}

.pickupMenu > a {
	display: block;
	margin-left: 30px;
	text-decoration: none;
	color: #666;
}
.pickupMenu:not(.large) > a { width: calc(33.33% - 20px); }
.pickupMenu:not(.large) > a:nth-of-type(3) ~ a { margin-top: 75px; }
.pickupMenu:not(.large) > a:nth-of-type(3n+1) { margin-left: 0; }
.pickupMenu.large > a { width: calc(50% - 15px); }
.pickupMenu.large > a:nth-of-type(2) ~ a { margin-top: 75px; }
.pickupMenu.large > a:nth-of-type(2n+1) { margin-left: 0; }
.pickupMenu > a:hover, 
.pickupMenu > a:active { color: #a3a3a3; }

.pickupMenu section { margin: 0; }

/* [ Image ] */
.pickupMenu figure {
	position: relative;
	margin-top: 0;
	padding-top: 75%;
}
.pickupMenu figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* [ Title ] */
.pickupMenu figure + * {
	margin: 0 0 5px;
	color: #292929;
	font-size: 1.8rem;
	font-weight: 500;
	-webkit-transition: color ease .3s; /* Safari */
	transition: color ease .3s;
}
.pickupMenu a:hover figure + *, 
.pickupMenu a:active figure + * { color: #7f7f7f; }

/* [ Text ] */
.pickupMenu p {
	margin: 0;
	font-size: 1.3rem;
}
.pickupMenu.large p { font-size: 1.6rem; }

@media screen and (max-width: 767px) { /* Smartphone */
	.pickupMenu { margin: 40px 0; }
	.pickupMenu > a {
		margin-left: 10px;
	}
	.pickupMenu:not(.large) > a { width: calc(33.33% - 6.66px); }
	.pickupMenu:not(.large) > a:nth-of-type(3) ~ a { margin-top: 40px; }
	.pickupMenu:not(.large) > a:nth-of-type(3n+1) { margin-left: 0; }
	.pickupMenu.large > a { width: calc(50% - 5px); }
	.pickupMenu.large > a:nth-of-type(2) ~ a { margin-top: 40px; }
	.pickupMenu.large > a:nth-of-type(2n+1) { margin-left: 0; }
	
	/* [ Image ] */
	.pickupMenu figure { padding-top: 130%; }
	
	/* [ Title ] */
	.pickupMenu figure + * { font-size: 1.4rem; }
	
	/* [ Text ] */
	.pickupMenu p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.pickupMenu.large p { font-size: 1.1rem; }
} /* */


/*======================================================================*
 *  [ menuList | メニュー一覧 ]
 *======================================================================*/

ul.menuList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 80px -20px;
	text-align: center;
}
.boxWrap.mt0 .menuList:first-child { margin-top: 0 !important; }
ul.menuList li {
	margin-top: 35px;
	padding: 0 20px;
}
ul.menuList a {
	display: block;
	position: relative;
	text-decoration: none;
}
ul.menuList figure { margin: 0; }
ul.menuList figure img { object-fit: cover; }
ul.menuList figcaption {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 85px;
	margin: 0;
	padding: 8px 0;
	background: #e84566;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}
ul.menuList figcaption.photokon {
	width: 110px;
	background: #4fb1d5;
}
ul.menuList figure + p {
	margin: 0;
	padding: 10px;
	background: rgba(125,125,125,.75);
	color: #fff;
	line-height: 1.2;
	-webkit-transition: background ease .3s; /* Safari */
	transition: background ease .3s, color ease .3s;
}
ul.menuList figure + p::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 15px;
	margin-top: -7px;
	background: url(../img/arrow_nl_wh.svg);
	background-size: 9px 15px;
	content: "";
}

ul.menuList a:hover figure + p, 
ul.menuList a:active figure + p { background: rgba(245,165,0,.75); }

/* [ 大 ] */
ul.menuList.large li { width: 50%; }
ul.menuList.large li:nth-child(1), 
ul.menuList.large li:nth-child(2) { margin-top: 0; }
ul.menuList.large figure img {
	width: 530px;
	height: 354px;
}
ul.menuList.large figure + p {
	position: relative;
	width: 370px;
	margin: -25px auto 0;
	padding: 15px 10px;
	background: rgba(125,125,125,.9);
}
ul.menuList.large figure + p b { font-size: 1.8rem; }
ul.menuList.large figure + p span {
	font-size: 1.4rem;
	font-weight: bold;
}
ul.menuList.large .text {
	margin-bottom: 0;
	color: #666;
}

/* [ 中 ] */
ul.menuList.medium li { width: 33.33%; }
ul.menuList.medium li:nth-child(1), 
ul.menuList.medium li:nth-child(2), 
ul.menuList.medium li:nth-child(3) { margin-top: 0; }
ul.menuList.medium figure img {
	width: 340px;
	height: 227px;
}
ul.menuList.medium figure + p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

/* [ 小 ] */
ul.menuList.small li { width: 25%; }
ul.menuList.small li:nth-child(1), 
ul.menuList.small li:nth-child(2), 
ul.menuList.small li:nth-child(3), 
ul.menuList.small li:nth-child(4) { margin-top: 0; }
ul.menuList.small figure img {
	width: 245px;
	height: 245px;
}
ul.menuList.small figure + p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

/* [ その他 ] */
dl.menuList.other {
	margin: 80px 0;
	text-align: center;
}
dl.menuList.other dt {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
}
dl.menuList.other dd + dt { margin-top: 60px; }
dl.menuList.other dd { padding: 0; }
dl.menuList.other dd + dd { margin-top: 30px; }
dl.menuList.other a {
	color: #666;
	text-decoration: none;
}
dl.menuList.other figure { margin: 0; }
dl.menuList.other figure img { width: 100%; }

@media screen and (max-width: 767px) { /* Smartphone */
	ul.menuList {
		display: block;
		margin: 40px -10px;
	}
	ul.menuList + ul.menuList { margin-top: -40px; }
	ul.menuList li {
		width: 100% !important;
		padding: 0;
	}
	ul.menuList figure + p::after {
		width: 7px;
		height: 13px;
		margin-top: -6px;
		background-size: 7px 13px;
	}
	ul.menuList figcaption {
		width: auto;
		font-size: 1.2rem;
	}
	
	/* [ 大 ] */
	ul.menuList.large { display: block; }
	ul.menuList.large li { padding-bottom: 25px !important; }
	ul.menuList.large figure img {
		width: 100%;
		height: auto;
		-webkit-aspect-ratio: 3 / 2;
		aspect-ratio: 3 / 2;
	}
	ul.menuList.large figcaption {
		top: -5px;
		left: 10px;
		padding: 8px 10px;
	}
	ul.menuList.large figure + p { 
		width: auto;
		margin: -17px 10px 0;
		padding: 8px 10px;
	}
	ul.menuList.large figure + p b { font-size: 1.6rem; }
	ul.menuList.large figure + p span { font-size: 1.2rem; }
	ul.menuList.large .text {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	
	/* [ 中 / 小 ] */
	ul.menuList.medium, 
	ul.menuList.small {
		border-top: 1px solid #e5e5e5;
	}
	ul.menuList.medium li, 
	ul.menuList.small li {
		margin-top: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	ul.menuList.medium a, 
	ul.menuList.small a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 5px 10px;
	}
	ul.menuList.medium figcaption, 
	ul.menuList.small figcaption {
		top: 10px;
		left: 0;
		padding: 5px 8px;
	}
	ul.menuList.medium figure + p, 
	ul.menuList.small figure + p {
		position: static;
		background: none;
		color: #666;
		-webkit-flex: 1;
		flex: 1;
		text-align: left;
	}
	ul.menuList.medium figure + p::after, 
	ul.menuList.small figure + p::after {
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url(../img/arrow_nl_lgy.svg);
		background-size: 6px 10px;
	}
	
	ul.menuList.medium  a:hover figure + p, 
	ul.menuList.medium  a:active figure + p, 
	ul.menuList.small a:hover figure + p, 
	ul.menuList.small a:active figure + p {
		background: none;
		color: #f5a500;
	}
	
	/* [ 中 ] */
	ul.menuList.medium figure { width: 160px; }
	ul.menuList.medium figure img {
		width: 160px;
		height: 107px;
	}
	
	/* [ 小 ] */
	ul.menuList.medium + ul.menuList.small { border-top: 0; }
	ul.menuList.small figure { width: 80px; }
	ul.menuList.small figure img {
		width: 80px;
		height: 80px;
	}
	
	/* [ その他 ] */
	dl.menuList.other { margin: 40px 0; }
	dl.menuList.other dt { font-size: 1.6rem; }
	dl.menuList.other dd + dt { margin-top: 40px; }
	dl.menuList.other dd + dd { margin-top: 20px; }
	dl.menuList.other p {
		font-size: 1.2rem;
		margin: 10px 0;
	}
} /* */


/*======================================================================*
 *  [ contentMenu | コンテンツメニュー ]
 *======================================================================*/

.contentMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	list-style: none;
	margin: 0 !important;
	text-align: center;
}
.contentMenu > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.contentMenu a {
	display: block;
	position: relative;
	/* padding: 8% 0; */
	padding: 8vw 0;
	color: #fff;
	text-decoration: none;
}
.contentMenu a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/menu_bg.png) center center / 100% 100%;
	z-index: 1;
	content: "";
}

/* [ Image ] */
.contentMenu figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	transition: all 1s;
	z-index: 0;
}
.contentMenu a:hover figure { 
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.contentMenu figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentMenu a:hover figure img { opacity: 1; }

/* [ Text ] */
.contentMenu p {
	position: relative;
	margin-top: 0;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 0px 5px #444444;
	z-index: 2;
}
.contentMenu p b, 
.contentMenu p span { display: block; }
.contentMenu p b {
	margin-bottom: 5px;
	font-size: 3.8rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
}
.contentMenu p span {
	font-size: 1.4rem;
	font-weight: normal;
}

/* [ Button ] */
.contentMenu .moreBtn {
	background: #fff !important;
	color: #666;
	text-align: center;
	z-index: 2;
}
.contentMenu .moreBtn::after { background: url(../img/arrow_nl_gy.svg); }

@media screen and (max-width: 767px) { /* Smartphone */
	.contentMenu { display: block; }
	.contentMenu > * { width: 100%; }
	.contentMenu a { padding: 10% 20px; }

	/* [ Text ] */
	.contentMenu p b { font-size: 3rem; }
	.contentMenu p span { font-size: 1.2rem; }
} /* */


/*======================================================================*
 *  [ sampleList | サンプル ]
 *======================================================================*/

.sampleList::after {
	content: "";
	clear: both;
	display: block;
}
.sampleList figure {
	float: left;
	position: relative;
	width: 25%;
	margin: 0;
	padding-top: 21.74%;
	overflow: hidden;
}
.sampleList figure a, 
.sampleList figure span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.sampleList figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* [ 横一 ] */
.sampleList figure:nth-of-type(1), 
.sampleList figure:nth-of-type(3), 
.sampleList figure:nth-of-type(6), 
.sampleList figure:nth-of-type(8),
.sampleList figure:nth-of-type(9), 
.sampleList figure:nth-of-type(11) { width: 33.48%; }
/* [ 縦一 ] */
.sampleList figure:nth-of-type(2), 
.sampleList figure:nth-of-type(4), 
.sampleList figure:nth-of-type(5), 
.sampleList figure:nth-of-type(7), 
.sampleList figure:nth-of-type(10), 
.sampleList figure:nth-of-type(12) { width: 16.52%; }

@media screen and (max-width: 767px) { /* Smartphone */
	.sampleList figure {
		width: 50%;
		padding-top: 42.94%;
	}
	/* [ 横一 ] */
	.sampleList figure:nth-child(1), 
	.sampleList figure:nth-child(3), 
	.sampleList figure:nth-child(6), 
	.sampleList figure:nth-child(8),
	.sampleList figure:nth-child(9), 
	.sampleList figure:nth-child(11) { width: 66.96%; }
	/* [ 縦一 ] */
	.sampleList figure:nth-child(2), 
	.sampleList figure:nth-child(4), 
	.sampleList figure:nth-child(5), 
	.sampleList figure:nth-child(7), 
	.sampleList figure:nth-child(10), 
	.sampleList figure:nth-child(12) { width: 33.04%; }
	/* [ float ] */
	.sampleList figure:nth-child(3), 
	.sampleList figure:nth-child(4), 
	.sampleList figure:nth-child(5), 
	.sampleList figure:nth-child(6), 
	.sampleList figure:nth-child(11), 
	.sampleList figure:nth-child(12) { float: right; }
} /* */


/*======================================================================*
 *  [ sampleList2 | サンプル ]
 *======================================================================*/

.sampleList2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sampleList2 a {
	display: block;
	position: relative;
	width: 25%;
	padding-top: 22vw;
}
.sampleList2 a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* [ 横一 ] */
.sampleList2 a:nth-of-type(1), 
.sampleList2 a:nth-of-type(3), 
.sampleList2 a:nth-of-type(6), 
.sampleList2 a:nth-of-type(8),
.sampleList2 a:nth-of-type(9), 
.sampleList2 a:nth-of-type(11) { width: 33%; }
/* [ 縦一 ] */
.sampleList2 a:nth-of-type(2), 
.sampleList2 a:nth-of-type(4), 
.sampleList2 a:nth-of-type(5), 
.sampleList2 a:nth-of-type(7), 
.sampleList2 a:nth-of-type(10), 
.sampleList2 a:nth-of-type(12) { width: 17%; }

@media screen and (max-width: 767px) { /* Smartphone */
	.sampleList2 a {
		width: 50%;
		padding-top: 50vw;
	}
	/* [ 横一 ] */
	.sampleList2 a:nth-of-type(1), 
	.sampleList2 a:nth-of-type(3), 
	.sampleList2 a:nth-of-type(6), 
	.sampleList2 a:nth-of-type(8),
	.sampleList2 a:nth-of-type(9), 
	.sampleList2 a:nth-of-type(11) { width: 67%; }
	/* [ 縦一 ] */
	.sampleList2 a:nth-of-type(2), 
	.sampleList2 a:nth-of-type(4), 
	.sampleList2 a:nth-of-type(5), 
	.sampleList2 a:nth-of-type(7), 
	.sampleList2 a:nth-of-type(10), 
	.sampleList2 a:nth-of-type(12) { width: 33%; }
} /* */

/*======================================================================*
 *  [ sampleImg | サンプル（単独） ]
 *======================================================================*/

.sampleImg {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}
.sampleImg.margin {
	margin-bottom: 80px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.sampleImg.margin { margin-bottom: 40px; }
} /* */

/*======================================================================*
 *  [ imageMovie | イメージムービー ]
 *======================================================================*/

.imageMovie {
	max-width: 930px;
	margin: 30px auto;
}
.imageMovie div {
	position: relative;
	padding-top: 56.25%;
}
.imageMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.imageMovie { margin: 20px auto; }
} /* */


/*======================================================================*
 *  [ boxFlex |  ]
 *======================================================================*/

.boxFlex {
	display: flex;
	flex-wrap: wrap;
}
.boxFlex.col2 > * {
	width: calc(50% - 15px);
	margin: 0 0 0 30px;
} 
.boxFlex.col2 > *:nth-of-type(2n+1) { margin-left: 0; }

.boxFlex h3 {
	font-size: calc(1em + 0.2rem);
	text-align: center;
}
.boxFlex p {
	line-height: 1.8;
	text-align: center;
}
.boxFlex .btnBox:last-child { margin-bottom: 0;}

@media screen and (max-width: 767px) { /* Smartphone */
	.boxFlex {
		display: block;
	}
	.boxFlex.col2 > * {
		width: 100%;
		margin: 40px 0;
	} 
} /* */


/*======================================================================*
 *  [ liuneupList | ラインナップリスト ]
 *======================================================================*/

.liuneupList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.liuneupList section {
	width: calc(33.33% - 13.33px);
	margin: 20px 0 0 20px !important;
	padding: 15px 30px;
	background: #fff;
	background:
		-moz-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-moz-linear-gradient(135deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(225deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-o-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-o-linear-gradient(135deg, transparent 15px, #fff 15px),
		-o-linear-gradient(225deg, transparent 15px, #fff 15px),
		-o-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-webkit-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-webkit-linear-gradient(135deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(225deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 51% 51%;
	-webkit-background-size: 51% 51%;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	text-align: center;
}
.liuneupList section:nth-of-type(1), 
.liuneupList section:nth-of-type(2), 
.liuneupList section:nth-of-type(3) { margin-top: 0 !important; }
.liuneupList section:nth-of-type(3n+1){ margin-left: 0 !important; }

/* [ Text ] */
.liuneupList .text { margin: 20px 0 10px; }

/* [ Title ] */
.liuneupList h3 {
	margin: 0;
	color: #47a2be;
	font-size: 1.8rem;
}

/* [ Price ] */
.liuneupList .price { margin: 5px 0 0; }
.liuneupList .price em {
	font-size: 1.8rem;
	font-weight: bold;
}
.liuneupList .price em::after {
	font-size: 1.2rem;
	font-weight: normal;
	content: "（税別）";
}
.liuneupList .price em[data-tax="税込"]::after { content: "（税込）"; }

@media screen and (max-width: 767px) { /* Smartphone */
	.liuneupList { display: block; }
	
	.liuneupList section {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		margin: 10px 0 !important;
		padding: 10px 20px;
		text-align: left;
	}
	.liuneupList section > * { width: calc(50% - 10px); }
	
	/* [ Image ] */
	.liuneupList figure img { width: 100%; }
	
	/* [ Text ] */
	.liuneupList .text { margin: 0; }
	
	/* [ Title ] */
	.liuneupList h3 { font-size: 1.6rem; }
	
	/* [ Price ] */
	.liuneupList .price em { font-size: 1.6rem; }
	.liuneupList .price em::after { font-size: 1.1rem; }
} /* */

/*======================================================================*
 *  [ lineupBox | ラインナップボックス ]
 *======================================================================*/

.lineupBox {
	position: relative;
	margin: 40px 0 !important;
	padding: 45px;
	background: #fff;
	background:
		-moz-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-moz-linear-gradient(135deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(225deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-o-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-o-linear-gradient(135deg, transparent 15px, #fff 15px),
		-o-linear-gradient(225deg, transparent 15px, #fff 15px),
		-o-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-webkit-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-webkit-linear-gradient(135deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(225deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 51% 51%;
	-webkit-background-size: 51% 51%;
	background-size: 51% 51%;
	background-repeat: no-repeat;
}
.lineupBox:last-child { margin-bottom: 0 !important; }
.lineupBox::after {
	content: "";
	clear: both;
	display: block;
}

/* [ Title ] */
.lineupBox .lineupTitle {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 15px;
	color: #666;
	font-size: 3.4rem;
	font-weight: normal;
	text-align: center;
}
.lineupBox .lineupTitle::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 55px;
	height: 1px;
	background: #96b1b9;
	transform: translateX(-50%);
	content: "";
}
.lineupBox .lineupTitle span { font-size: 2.8rem; }

/* [ 画像 ] */
.lineupBox:not(.large) > figure {
	float: right;
	width: 420px;
}

/* [ サービス内容 ] */
.lineupBox:not(.large) > figure + div {
	float: left;
	width: 560px;
}

/* [ キャッチコピー ] */
.lineupBox .chach {
	color: #708b94;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;
}
.lineupBox.large .chach { text-align: center; }
.lineupBox .chach span { font-weight: normal; }

/* [ 限定 ] */
.lineupBox .limited {
	color: #e84566;
	line-height: 1.2;
	text-align: center;
}
.lineupBox .limited > * {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
	border: 1px solid #e84566;
	font-weight: 400;
}

/* [ 価格 ] */
.lineupBox table.price {
	width: 100%;
	margin: 15px 0;
	border-bottom: 1px solid #dbdee3;
}
.lineupBox p + table.price { margin-top: 20px; }
.lineupBox table.price th, 
.lineupBox table.price td {
	padding: 15px 10px;
	border-top: 1px solid #dbdee3;
	line-height: 1.2;
	vertical-align: middle;
}
.lineupBox table.price th {
	font-weight: normal;
	text-align: left;
}
.lineupBox table.price.blue th {
	color: #708b94;
	font-weight: bold;
}
.lineupBox table.price th span { font-size: calc(1em - 0.2rem); }
.lineupBox table.price td:nth-last-child(1) {
	font-weight: bold;
	text-align: right;
}
.lineupBox table.price em {
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
}
.lineupBox table.price em::after {
	font-size: 1.2rem;
	font-weight: normal;
}
.lineupBox table.price b { font-size: 1.8rem; }
.lineupBox table.price span {
	font-size: 1.2rem;
	font-weight: normal;
}

/* [ サービス ] */
.lineupBox table.service {
	width: 100%;
	margin: 15px 0;
	border-bottom: 1px solid #dbdee3;
}
.lineupBox p + table.service { margin-top: 30px; }
.lineupBox table.service + table.service { margin-top: 30px; }
.lineupBox table.service th, 
.lineupBox table.service td {
	padding: 15px 10px;
	border-top: 1px solid #dbdee3;
	line-height: 1.2;
	vertical-align: middle;
}
.lineupBox table.service th {
	width: 35%;
	color: #708b94;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;
	text-align: left;
}
.lineupBox table.service th span { font-size: calc(1em - 0.2rem); }
.lineupBox table.service span {
	font-size: calc(1em - 0.2rem);
	font-weight: normal;
}
.lineupBox table.service .price {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}
.lineupBox table.service .price b {
	font-size: 1.8rem;
	font-weight: bold;
}
.lineupBox table.service em {
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
}
.lineupBox table.service em::after {
	font-size: 1.2rem;
	font-weight: normal;
}

/* [ 大バージョン ] */
.lineupBox.large { margin: 75px 0 !important; }
.lineupBox.large:last-child { margin-bottom: 0 !important; }
.lineupBox.large > .text { text-align: center; }
.lineupBox.large > figure {
	float: none;
	width: auto;
	margin-bottom: 30px;
	text-align: center;
}
.lineupBox.large table.price tr > *:nth-child(1) { padding-left: 30px; }
.lineupBox.large table.price tr > *:nth-last-child(1) { padding-right: 30px; }
.lineupBox.large table.price th {
	color: #47a2be;
	font-size: 1.8rem;
	font-weight: bold;
}
.lineupBox.large table.price em { font-size: 2rem; }

/* [ おすすめリンク ] */
.lineupBox .recoLink { margin: 45px 0 0; }

/* [ 衣装サンプル ] */
.lineupBox .costumeSample {
	padding-top: 20px;
	text-align: center;	
	clear: both;
}
.lineupBox .costumeSample .title {
	margin: 0;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;	
}
.lineupBox .costumeSample .title + p {
	margin-top: 0;
	font-size: calc(1em - 0.2rem);
}
.lineupBox .costumeList {
	clear: both;	
}
.lineupBox .costumeList img {
	width: 100%;	
}

@media screen and (max-width: 767px) { /* Smartphone */
	.lineupBox {
		margin: 30px 0 !important;
		padding: 30px 20px;
	}
	.lineupBox:last-child { margin-bottom: 0 !important; }
	
	/* [ Title ] */
	.lineupBox .lineupTitle {
		float: none;
		width: 100%;
		padding-bottom: 10px;
		font-size: 2.4rem;
	}
	.lineupBox .lineupTitle span { font-size: 1.8rem; }
		
	/* [ 画像 ] */
	.lineupBox:not(.large) > figure {
		float: none;
		width: 100%;
	}
	.lineupBox > figure img { width: 100%; }

	/* [ サービス内容 ] */
	.lineupBox:not(.large) > figure + div {
		float: none;
		width: 100%;
	}

	/* [ キャッチコピー ] */
	.lineupBox .chach span { font-size: calc(1em - 0.2rem); }

	/* [ 価格 ] */
	.lineupBox table.price tr, 
	.lineupBox table.price th, 
	.lineupBox table.price td { display: block; }
	.lineupBox table.price tr {
		padding: 10px;
		border-top: 1px solid #dbdee3;
	}
	.lineupBox table.price tr.thnone {
		margin-top: -10px;
		padding-top: 0;
		border-top: none;
	}
	.lineupBox table.price th, 
	.lineupBox table.price td {
		padding: 0;
		border: none;
	}
	.lineupBox table.price .thnone th { display: none; }
	.lineupBox table.price td { margin-top: 5px; }
	.lineupBox table.price em { font-size: 1.8rem; }
	.lineupBox table.price em::after { font-size: 1.1rem; }
	.lineupBox table.price b { font-size: 1.6rem; }
	.lineupBox table.price span { font-size: 1.1rem; }
	
	/* [ サービス ] */
	.lineupBox table.service tr, 
	.lineupBox table.service th, 
	.lineupBox table.service td { display: block; }
	.lineupBox table.service tr {
		padding: 10px;
		border-top: 1px solid #dbdee3;
	}
	.lineupBox table.service th, 
	.lineupBox table.service td {
		width: 100%;
		padding: 0;
		border: none;
	}
	.lineupBox table.service th[rowspan] {
		width: calc(100% + 20px);
		margin: 0 -10px 10px;
		padding: 0 10px 10px;
		border-bottom: 1px solid #dbdee3;
		text-align: center;
	}
	.lineupBox table.service td { margin-top: 5px; }
	.lineupBox table.service span { font-weight: normal; }
	.lineupBox table.service .price b { font-size: 1.6rem; }
	.lineupBox table.service .price em { font-size: 1.8rem; }
	.lineupBox table.service .price em::after { font-size: 1.1rem; }
	
	/* [ 大バージョン ] */
	.lineupBox.large { margin: 40px 0 !important; }
	.lineupBox.large:nth-of-type(1) { margin-top: 75px !important; }
	.lineupBox.large:last-child { margin-bottom: 0 !important; }

	/* [ おすすめリンク ] */
	.lineupBox .recoLink { margin: 30px 0 0; }
} /* */


/*======================================================================*
 *  [ recoLink | おすすめリンク ]
 *======================================================================*/

.recoLink { margin: 100px 0; }
.recoLink a {
	display: flex;
	align-items: center;
	max-width: 840px;
	margin: 0 auto;
	padding: 20px 30px 20px 20px;
	border: 5px solid #eee;
	background: #fff;
	text-decoration: none;
}
.recoLink a + a { margin-top: 30px; }
.recoLink a:hover,
.recoLink a:active { border-color: #96B1B9; }
.recoLink a > figure {
	width: 220px;
	margin: 0 30px 0 0;
}
.recoLink a > figure img {
	width: 220px;
	height: 140px;
	object-fit: cover;
}
.recoLink a > div {
	flex: 1;
	text-align: left;
}
.recoLink a > div b {
	display: block;
	font-size: calc(1em + 0.2rem);
	color: #708B94;
	line-height: 1.2;
}
.recoLink a > div p { line-height: 1.6; }

@media screen and (max-width: 767px) { /* Smartphone */
	.recoLink { margin: 75px 0; }
	.recoLink a {
		display: block;
		padding: 15px;
	}
	.recoLink a + a { margin-top: 20px; }
	.recoLink a::after {
		display: block;
		clear: both;
		content: "";
	}
	.recoLink a > figure {
		float:left;
		width: 110px;
		margin: 0 15px 10px 0;
	}
	.recoLink a > figure img {
		width: 110px;
		height: 70px;
		object-fit: cover;
	}
	.recoLink a > div p {
		margin-top: 5px;
		line-height: 1.4;
	}
	.recoLink a > div p br { display: none; }
	.recoLink a > div .moreBtn {
		display: block;
		margin: 0 auto;
	}
} /* */


/*======================================================================*
 *  [ modalPage | モーダルページ ]
 *======================================================================*/

.modalPage {
	max-width: 790px;
	margin: 0 auto;
	padding: 30px 64px 50px;
	border: 1px solid #47a2be;
	background: #fff;
}
.modalPage.costume { max-width: 610px; }

/* [ Title ] */
.modalPage .title {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.modalPage .title > * {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.modalPage h1 {
	-webkit-flex: 1;
	flex: 1;
	padding: 5px 0;
	color: #000;
	font-size: 3.6rem;
	font-weight: normal;
}
.modalPage h1 b {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
	border-radius: 3px;
	background: #4fb1d5;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: middle;
}
.modalPage h1 span span {
	font-size: 1.8rem;
	vertical-align: middle;
}
/* [ Price ] */
.modalPage .price {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #47a2be;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}
.modalPage .price em { font-size: 2.6rem; }
.modalPage .price .plus { color: #4fb1d5; }
.modalPage .price .sp {
	margin-bottom: 5px;
	padding: 5px 5px 3px;
	border-radius: 3px;
	background: #4fb1d5;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: middle;
}
.modalPage .free {
	padding: 7px 10px 5px;
	border-radius: 5px;
	color: #fff;
	background: #e84566;
	font-size: 1.8rem;
	line-height: 1;
}

/* [ Image ] */
.modalPage .img {
	margin-bottom: 20px;
	text-align: center;
}
.modalPage .swiper-pagination {
	position: static;
	margin-top: 10px;
}
.modalPage .swiper-pagination span {
	width: 12px;
	height: 12px;
	background: #dadada;
	opacity: 1;
}
.modalPage .swiper-pagination span.swiper-pagination-bullet-active { background: #6ec7e2; }

/* [ Text ] */
.modalPage .text {
	font-size: 1.4rem;
	line-height: 1.4;
}
.modalPage .text p { padding: 0 5px; }
.modalPage .text dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.modalPage .text dt, 
.modalPage .text dd { margin-top: 5px; }
.modalPage .text dt {
	width: 7em;
	color: #47a2be;
	font-weight: bold;
}
.modalPage .text dt::before { content: "＜ "; }
.modalPage .text dt::after { content: " ＞"; }
.modalPage .text dd { width: calc(100% - 7em); }

@media screen and (max-width: 767px) { /* Smartphone */
	.mfpAjax .mfp-container:before { display: none; }
	.mfpAjax .mfp-container { margin-top: 10px; }
	.mfpAjax .mfp-arrow { display: none; }
	.modalPage { padding: 20px 10px 30px; }
	
	/* [ Title ] */
	.modalPage .title {
		display: block;
		margin-bottom: 10px;
	}
	.modalPage .title > * { display: block; }
	.modalPage h1 {
		padding: 0;
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.modalPage h1 span span { font-size: 1.4rem; }
	
	/* [ Price ] */
	.modalPage .price {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.modalPage .price em { font-size: 2rem; }
	.modalPage .price .sp {
		margin-right: 10px;
		font-size: 1.1rem;
		vertical-align: middle;
	}
	.modalPage .free { font-size: 1.4rem; }
	
	/* [ Image ] */
	.modalPage .swiper-pagination { position: absolute; }
	.modalPage .swiper-pagination span {
		width: 10px;
		height: 10px;
	}

	/* [ Text ] */
	.modalPage .text { font-size: 1.3rem; }
	.modalPage .text dl { display: block; }
	.modalPage .text dt, 
	.modalPage .text dd { width: 100%; }
	.modalPage .text dt { margin-top: 10px; }
	.modalPage .text dd { margin-top: 0; }
} /* */


/*======================================================================*
 *  [ flowList | ご利用の流れ ]
 *======================================================================*/

ol.flowList {
	list-style: none;
	margin: 0;
}
ol.flowList li {
	position: relative;
	margin-top: 40px;
	padding: 20px 20px 20px 120px;
	background: #f4f3f9;
}
.boxWrap.bg ol.flowList li { background: #fff;}
ol.flowList li::before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 120px;
	color: #96b1b9;
	font-size: 4rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
ol.flowList li:nth-of-type(1)::before { content: "01"; }
ol.flowList li:nth-of-type(2)::before { content: "02"; }
ol.flowList li:nth-of-type(3)::before { content: "03"; }
ol.flowList li:nth-of-type(4)::before { content: "04"; }
ol.flowList li:nth-of-type(5)::before { content: "05"; }
ol.flowList li:nth-of-type(6)::before { content: "06"; }
ol.flowList li:nth-of-type(7)::before { content: "07"; }
ol.flowList li:nth-of-type(8)::before { content: "08"; }
ol.flowList li:nth-of-type(9)::before { content: "09"; }
ol.flowList li:nth-of-type(10)::before { content: "10"; }
ol.flowList p { margin: 0; }
ol.flowList p + p { margin-top: 5px; }
ol.flowList b { font-size: 2rem; }
ol.flowList span {
	display: inline-block;
	margin: 0 0 2px 0.5em;
	padding: 2px 5px;
	background: #96b1b9;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	vertical-align: middle;
}
ol.flowList .box {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	margin-top: 10px;
}
ol.flowList .box figure {
	width: 35%;
	margin: 0;
}
ol.flowList .box .text {
	flex: 1;
}

@media screen and (max-width: 767px) { /* Smartphone */
	ol.flowList li { padding: 20px 15px 15px; }
	ol.flowList li::before {
		width: auto;
		top: 0;
		left: 15px;
		font-size: 3.2rem;
		transform: translateY(-50%);
	}
	ol.flowList b { font-size: 1.6rem; }
	ol.flowList span { font-size: 1.2rem; }
	ol.flowList .box {
		display: block;
	}
	ol.flowList .box figure {
		width: 100%;
		margin: 10px 0 0;
	}
	ol.flowList .box .text {
	}
} /* */


/*======================================================================*
 *  [ flowMini | ご利用の流れ（ミニ） ]
 *======================================================================*/

ol.flowMini {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	font-size: 1.4rem;
}
ol.flowMini li {
	position: relative;
	width: calc(20% - 15px);
	margin-left: 30px;
	padding: 20px;
	background: #fff;
}
ol.flowMini li + li { margin-top: 0; }
ol.flowMini li:nth-of-type(1) { margin-left: 0; }
ol.flowMini li::before {
	position: absolute;
	top: 0;
	left: 20px;
	color: #96b1b9;
	font-size: 4rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}
ol.flowMini li:nth-of-type(1)::before { content: "01"; }
ol.flowMini li:nth-of-type(2)::before { content: "02"; }
ol.flowMini li:nth-of-type(3)::before { content: "03"; }
ol.flowMini li:nth-of-type(4)::before { content: "04"; }
ol.flowMini li:nth-of-type(5)::before { content: "05"; }
ol.flowMini p { margin: 0; }
ol.flowMini p + p { margin-top: 5px; }
ol.flowMini b { font-size: 1.8rem; }
ol.flowMini span {
	display: block;
	width:fit-content;
	padding: 2px 5px;
	background: #96b1b9;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	vertical-align: middle;
}
ol.flowMini .note { line-height: 1.4; }
ol.flowMini + .note { text-align: center; }

@media screen and (max-width: 767px) { /* Smartphone */
	ol.flowMini {
		display: block;
	}
	ol.flowMini li {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 40px !important;
		padding: 20px 15px 15px;
	}
	ol.flowMini li::before {
		left: 15px;
		font-size: 3.2rem;
	}
	ol.flowMini b { font-size: 1.6rem; }
	ol.flowMini span {
		display: inline-block;
		margin: 0 0 2px 0.5em;
		font-size: 1.2rem;
	}
} /* */

/*======================================================================*
 *  [ cancelText | キャンセルポリシー ]
 *======================================================================*/

dl.cancelText {
	margin: 60px 0;
	padding: 30px 20px;
	background: #f4f3f9;
}
dl.cancelText.center { text-align: center; }

/* [ タイトル ] */
dl.cancelText dt {
	color: #ff0000;
	font-size: 1.8rem;
	font-weight: bold;
}

/* [ テキスト ] */
dl.cancelText dd {
	margin-top: 15px;
	padding-left: 0;
}

@media screen and (max-width: 767px) { /* Smartphone */
	dl.cancelText {
		margin: 30px 0;
		padding: 20px 10px;
	}
	
	/* [ タイトル ] */
	dl.cancelText dt { font-size: 1.6rem; }

	/* [ テキスト ] */
	dl.cancelText dd {
		text-align: left;
		margin-top: 10px;
	}
} /* */

/*======================================================================*
 *  [ faqList | よくあるご質問リスト ]
 *======================================================================*/

dl.faqList { margin: 30px 0; }

dl.faqList dt::before, 
dl.faqList dd::before {
	position: absolute;
	top: 0;
	left: 15px;
	border-radius: 50%;
	text-align: center;
}

/* [ 質問 ] */
dl.faqList dt {
	position: relative;
	min-height: 42px;
	padding: 12px 15px 0 70px;
	color: #708b94;
	font-weight: bold;
}
dl.faqList dd + dt { margin-top: 22px; }
dl.faqList dt::before {
	width: 42px;
	height: 42px;
	color: #fff;
	font-weight: bold;
	line-height: 42px;
	background: #96b1b9;
	content: "Q";
}

/* [ 回答 ] */
dl.faqList dd {
	position: relative;
	min-height: 64px;
	padding: 9px 15px 22px 70px;
	border-bottom: 1px solid #d4d4d4;
}
dl.faqList dt + dd { margin-top: 12px; }
dl.faqList dd::before {
	width: 40px;
	height: 40px;
	border: 1px solid #96b1b9;
	color: #96b1b9;
	font-weight: bold;
	line-height: 40px;
	content: "A";
}

@media screen and (max-width: 767px) { /* Smartphone */
	dl.faqList { margin: 20px 0; }
	
	dl.faqList dt::before, 
	dl.faqList dd::before { left: 10px; }
	
	/* [ 質問 ] */
	dl.faqList dt {
		min-height: 35px;
		margin-top: 15px;
		padding: 10px 10px 0 55px;
	}
	dl.faqList dt:nth-of-type(1) { margin-top: 0; }
	dl.faqList dt::before {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	
	/* [ 回答 ] */
	dl.faqList dd {
		min-height: 50px;
		padding: 8px 10px 15px 55px;
	}
	dl.faqList dt + dd { margin-top: 10px; }
	dl.faqList dd::before {
		width: 33px;
		height: 33px;
		line-height: 33px;
	}
} /* */

/*======================================================================*
 *  [ relatedLink | 関連リンク ]
 *======================================================================*/

ul.relatedLink {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
ul.relatedLink li + li { margin-top: 15px; }
ul.relatedLink a {
	color: #000;
	text-decoration: none;
}

/* [ Text ] */
ul.relatedLink p { margin: 0; }
ul.relatedLink figure + p { margin-top: 10px; }

/* [ Image ] */
ul.relatedLink figure { margin: 0; }
ul.relatedLink p + figure { margin-top: 10px; }

@media screen and (max-width: 767px) { /* Smartphone */
	ul.relatedLink li + li { margin-top: 10px; }
	
	/* [ Text ] */
	ul.relatedLink figure + p { margin-top: 5px; }
	
	/* [ Image ] */
	ul.relatedLink p + figure { margin-top: 5px; }
} /* */


/*======================================================================*
 *  [ hikariClub | ヒカリクラブ ]
 *======================================================================*/

 .hikariClub {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	/* padding: 47px 33px;
	border: 7px solid #d4d4d4; */
}
.hikariClub > * { width: 50%; }

/* [ Catch ] */
.hikariClub .catch {
	display: table;
	position: absolute;
	top: 0;
	left: 30px;
	width: 110px;
	height: 110px;
	margin-top: -50px;
	border-radius: 50%;
	background: #96b1b9;
	font-size: 2rem;
	line-height: 1.2;
}
.hikariClub .catch b {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* [ Text ] */
.hikariClub .text { padding: 0 20px 0 0; }
.hikariClub .text h2 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 50px;
	font-size: 2.3rem;
}
.hikariClub .text h2 b {
	padding-right: 15px;
	margin-right: 25px;
	border-right: 5px solid #96b1b9;
	font-size: 5.6rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	line-height: .8;
}
.hikariClub .text p { color: #000; }
.hikariClub .text p b {
	color: #96b1b9;
	font-size: 2rem;
	line-height: 1.2;
}

/* [ Image ] */
.hikariClub figure {
	margin: 0;
	text-align: center;
}
.hikariClub figure a { text-decoration: none; }
.hikariClub figure img { width: 100%; }
.hikariClub figcaption {
	color: #666;
	font-size: 1.2rem;
	line-height: 1.4;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.hikariClub {
		display: block;
		margin-top: 75px;
		margin-bottom: 50px;
		padding: 0 10px;
	}
	.hikariClub > * { width: 100%; }
	
	/* [ Catch ] */
	.hikariClub .catch {
		left: 50%;
		width: 74px;
		height: 74px;
		margin: -37px 0 0 -37px;
		font-size: 1.4rem;
	}
	
	/* [ Text ] */
	.hikariClub .text { padding: 0; }
	.hikariClub .text h2 {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
	.hikariClub .text h2 b {
		padding-right: 10px;
		margin-right: 15px;
		border-right: 4px solid #96b1b9;
		font-size: 4.2rem;
	}
	.hikariClub .text p { font-size: 1.2rem; }
	.hikariClub .text p b { font-size: 1.4rem; }
	
	/* [ Image ] */
	.hikariClub figure { margin-top: 25px; }
	.hikariClub figcaption { font-size: 1.1rem; }
} /* */


/*======================================================================*
 *  [ 共通装飾 ]
 *======================================================================*/

.siteContents .txtrt { text-align: right; }
.siteContents .txtcr { text-align: center; }
.siteContents .txtlt { text-align: left; }


/*======================================================================*
 *  [ アニメーション ]
 *======================================================================*/

.fadeIn { /* その場で */
	animation-name: fadeInAnime;
	transition: transform 0.8s linear;
	animation-duration: 2.5s;
	animation-fill-mode: both;
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeUp { /* 下から */
	animation-name: fadeUpAnime;
	transition: transform 0.8s linear;
	animation-duration: 2.5s;
	animation-fill-mode: both;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(3vh);
	}
	50% {
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInTrigger, 
.fadeUpTrigger { opacity: 0; }

@-moz-document url-prefix() {
	.fadeInTrigger, 
	.fadeUpTrigger { opacity: 1; }
}
