@charset "UTF-8";
/**********
メディアクエリ

@media screen and (max-width : 575px){} // xs
@media screen and (max-width : 767px){} // sm
@media screen and (max-width : 991px){} // md
@media screen and (max-width : 1199px){} // lg
@media screen and (max-width : 1499px){} // xl

@media screen and (min-width : 576px){} // sm
@media screen and (min-width : 768px){} // md
@media screen and (min-width : 992px){} // lg
@media screen and (min-width : 1200px){} // xl


fls_style.cssはs,m,lの3つ。


***********/
/* Noto Serif Japanese */
/* base */
html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #000000;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

a {
	color: #000000;
	text-decoration: none;
	transition: all 300ms ease-out 0s;
}

a:hover {
	opacity: 0.7;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.txt a {
	text-decoration: underline;
}
.txt p {
	margin-bottom: 2em;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.txt p {
		margin-bottom: 1.5em;
		line-height: 1.5;
	}
}
.txt p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.txt2 p {
		margin-bottom: 2em;
		line-height: 2;
	}
}

.b {
	font-weight: 700;
}

.sun {
	color: #ec4665;
}

.sat {
	color: #3f2bff;
}

.sp_btns {
	position: fixed;
	width: 100%;
	bottom: -80px;
	left: 0;
	background-color: #000;
	z-index: 998;
	transition: all 300ms ease-out 0s;
}
@media screen and (min-width: 768px) {
	.sp_btns {
		display: none;
	}
}
.sp_btns a {
	color: #fff;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
}
.sp_btns a:before {
	content: "";
	width: 1px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
}
.sp_btns li:last-child a:before {
	width: 0;
	height: 0;
}

/* font */
.u_ff__gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.u_ff__mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.u_ff__Montserrat {
	font-family: "Montserrat", sans-serif;
}

/* w */
.w {
	width: 100%;
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px) {
	.w {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

.w:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

/* guide line */
.i {
	width: 100%;
	max-width: 1120px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i2 {
	width: 100%;
	max-width: 1160px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i2:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i3 {
	width: 100%;
	max-width: 800px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i3:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i4 {
	width: 100%;
	max-width: 630px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i4:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i5 {
	width: 100%;
	max-width: 460px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i5:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i6 {
	width: 100%;
	max-width: 1000px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i6:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i7 {
	width: 100%;
	max-width: 900px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i7:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i8 {
	width: 100%;
	max-width: 780px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i8:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i9 {
	width: 100%;
	max-width: 1080px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i9:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.i10 {
	width: 100%;
	max-width: 1300px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.i10:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

/* l_wrapper */
.l_wrapper {
	overflow: hidden;
	width: 100%;
	min-width: 0;
}

/* l_header */
.l_header {
	position: relative;
}

/* l_gNav */
/* l_spHeader */
/* l_spNav */
/* l_main */
/* l_art */
/* l_mv : main visual */
/* l_breadcrumb */
/* l_aside */
/* l_scrollTop */
/* l_footerNav */
/* l_footer */
.l_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.l_footer {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
.l_footer a {
	color: #fff;
}
.l_footer .l_footer_logo {
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: -10px;
}
.l_footer .l_footer_logo .final {
	position: relative;
	top: -18px;
}
.l_footer .place {
	padding-bottom: 50px;
}
.l_footer .contact dl {
	letter-spacing: -0.4em;
	border: solid 1px #fff;
	padding: 15px;
	white-space: nowrap;
}
.l_footer .contact dt,
.l_footer .contact dd {
	letter-spacing: 0.24em;
	display: inline-block;
}
.l_footer .contact dt {
	width: 20%;
}
.l_footer .contact dd {
	width: 80%;
}
.l_footer .contact .tel dt {
	letter-spacing: 0.36em;
}
.l_footer .contact .mail dt,
.l_footer .contact .mail dd {
	letter-spacing: 0.14em;
}

/* l_copy */
.l_copy {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
	letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
	.l_copy {
		padding-bottom: 100px;
	}
}

/* グローバルヘッダー・グローバルフッター・グローバルサイドバーなど */
/* c */
/** c_bg{Name} **/
.c_bgColor.__gy {
	background-color: #eeeeee;
}
.c_bgColor.__gy2 {
	background-color: #f6f6f6;
}
.c_bgColor.__bk {
	background-color: #000;
}

.c_bgScroll {
	background-position: center bottom 0px;
	background-size: cover;
}
.c_bgScroll.__sampleA {
	background-image: url(../img/common/now-printing01__1x1.png);
	height: 400px;
}
.c_bgScroll.__sampleB {
	background-image: url(../img/common/now-printing01__1x1.png) !important;
	background-size: 100% 300% !important;
}

/** c_fnt{Name} **/
.c_fntSize.__40 {
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__40 {
		font-size: 3rem;
	}
}
.c_fntSize.__35 {
	font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__35 {
		font-size: 2.7rem;
	}
}
.c_fntSize.__33 {
	font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__33 {
		font-size: 2.5rem;
	}
}
.c_fntSize.__30 {
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__30 {
		font-size: 2.3rem;
	}
}
.c_fntSize.__27 {
	font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__27 {
		font-size: 2rem;
	}
}
.c_fntSize.__25 {
	font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__25 {
		font-size: 1.9rem;
	}
}
.c_fntSize.__20 {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__20 {
		font-size: 1.6rem;
	}
}
.c_fntSize.__19 {
	font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__19 {
		font-size: 1.5rem;
	}
}
.c_fntSize.__18 {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__18 {
		font-size: 1.5rem;
	}
}
.c_fntSize.__17 {
	font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__17 {
		font-size: 1.4rem;
	}
}
.c_fntSize.__16 {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__16 {
		font-size: 1.4rem;
	}
}
.c_fntSize.__15 {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__15 {
		font-size: 1.3rem;
	}
}
.c_fntSize.__14 {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__14 {
		font-size: 1.2rem;
	}
}
.c_fntSize.__13 {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__13 {
		font-size: 1.1rem;
	}
}
.c_fntSize.__10 {
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.c_fntSize.__10 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.c_fntSize.__sm_22 {
		font-size: 2.2rem;
	}
	.c_fntSize.__sm_20 {
		font-size: 2rem;
	}
	.c_fntSize.__sm_18 {
		font-size: 1.8rem;
	}
	.c_fntSize.__sm_16 {
		font-size: 1.6rem;
	}
	.c_fntSize.__sm_13 {
		font-size: 1.3rem;
	}
	.c_fntSize.__sm_12 {
		font-size: 1.2rem;
	}
	.c_fntSize.__sm_11 {
		font-size: 1.1rem;
	}
	.c_fntSize.__sm_10 {
		font-size: 1rem;
	}
}

/** c_hover **/
.c_hoverImgZoom .img,
.c_hoverImgZoom.img {
	overflow: hidden;
}
.c_hoverImgZoom .img img,
.c_hoverImgZoom.img img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out 0s;
}
.c_hoverImgZoom:hover .img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.c_hoverImgBlack .img {
	background-color: #000;
}
.c_hoverImgBlack .img img {
	opacity: 1;
	transition: all 300ms ease-out 0s;
}
.c_hoverImgBlack:hover .img img {
	opacity: 0.7;
}

.c_hoverImgCaptureSlide .img {
	position: relative;
	overflow: hidden;
}
.c_hoverImgCaptureSlide .img .capture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c_hoverImgCaptureSlide .img .capture .txt {
	padding: 5px 10px;
	border: solid 1px #fff;
	color: #fff;
	position: relative;
	transition: all 300ms ease-out 0s;
}
.c_hoverImgCaptureSlide:hover .img .capture {
	opacity: 1;
}
.c_hoverImgCaptureSlide.__top .img .capture .txt {
	bottom: 100%;
}
.c_hoverImgCaptureSlide.__top:hover .img .capture .txt {
	bottom: 0;
}
.c_hoverImgCaptureSlide.__bottom .img .capture .txt {
	top: 100%;
}
.c_hoverImgCaptureSlide.__bottom:hover .img .capture .txt {
	top: 0;
}
.c_hoverImgCaptureSlide.__right .img .capture .txt {
	left: 100%;
}
.c_hoverImgCaptureSlide.__right:hover .img .capture .txt {
	left: 0;
}
.c_hoverImgCaptureSlide.__left .img .capture .txt {
	right: 100%;
}
.c_hoverImgCaptureSlide.__left:hover .img .capture .txt {
	right: 0;
}

/** c_{type}{Name} **/
.slide_wrap {
	overflow: hidden;
	position: relative;
}

.slide_wrap.active {
	opacity: 1;
}

.slide_wrap:before {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-101%);
	transition: all 1s 0s ease;
	width: 120%;
	z-index: 1;
}

.slide_wrap.active:before {
	transform: translateX(101%);
	width: 100%;
}

.slide_wrap.active img,
.slide_wrap.active .txt {
	opacity: 1;
	transform: translateX(0);
}

.slide_wrap .slide_in {
	display: block;
	opacity: 0;
	position: relative;
	transform: translateX(-30%);
	transition: all 0.6s 0.3s ease;
	z-index: 0;
}

/* 全ページ共通　main-sec, p-bg, p-clr, p-fnt */
/* c */
/** c_sec{Name} **/
/******************************

secBase

******************************/
.c_secBase {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.c_secBase {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.c_secBase2 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.c_secBase2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.c_secBase3 {
	padding-top: 0;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.c_secBase3 {
		padding-top: 0;
		padding-bottom: 40px;
	}
}

.c_secHeader {
	height: 740px;
	position: relative;
	z-index: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c_secHeader {
		height: 100vh;
	}
	.c_secHeader img {
		-webkit-transform: scale(0.6, 0.6);
		-moz-transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-o-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
	}
}
.c_secHeader .l_header_h1 {
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	.c_secHeader .l_header_h1 {
		padding-top: 50vh;
	}
	.c_secHeader .l_header_h1 .h {
		margin-top: -6em;
	}
}
.c_secHeader .l_header_h1 .dd,
.c_secHeader .l_header_h1 .final {
	display: block;
}
.c_secHeader .l_header_h1 .final {
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.c_secHeader .l_header_h1 .final {
		margin-top: 0;
	}
	.c_secHeader .l_header_h1 .final img {
		-webkit-transform: scale(0.5, 0.5);
		-moz-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-o-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
}
.c_secHeader .date {
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.c_secHeader .date {
		margin-top: 20px;
	}
}
.c_secHeader .place {
	padding-top: 35px;
}
@media screen and (max-width: 767px) {
	.c_secHeader .place {
		padding-top: 0;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.c_secHeader .place img {
		width: 90px;
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

.c_secSliderTop {
	height: 740px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.c_secSliderTop .__l {
	background-image: url(../img/top/img_mainD001.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c_secSliderTop .__l:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.c_secSliderTop .__r {
	background-image: url(../img/top/img_mainL001.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c_secSliderTop .__r:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
	.c_secSliderTop {
		height: 100vh;
	}
	.c_secSliderTop .__l,
	.c_secSliderTop .__r {
		height: 50vh !important;
	}
}
.c_secSliderTop img {
	width: 100%;
}
.c_secSliderTop .vegas-timer {
	height: 4px;
	z-index: 1;
}
.c_secSliderTop .vegas-timer-progress {
	background-color: #fff;
}

.c_secMV {
	text-align: center;
	font-weight: 500;
}
.c_secMV ._i {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.c_secMV ._i {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.c_secMV .catch {
	padding-bottom: 30px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c_secMV .catch {
		padding-bottom: 20px;
	}
}
.c_secMV .catch .lg {
	display: inline-block;
	border-bottom: solid 2px #000;
	line-height: 1;
}

.c_secProgram .sec02_i {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	position: relative;
}
.c_secProgram .sec02_h {
	padding: 0 40px 10px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_h {
		padding: 0 20px 10px;
	}
}
.c_secProgram .sec02_h .cat {
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 85px;
	width: 0;
	height: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_h .cat {
		top: -10px;
		left: 55px;
	}
}
.c_secProgram .sec02_h .cat span {
	min-width: 190px;
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.15em;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_h .cat span {
		min-width: 0;
		padding: 5px 10px;
	}
}
.c_secProgram .sec02_h .img {
	margin-left: -40px;
	margin-right: -40px;
}
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_h .img {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.c_secProgram .sec02_h .h {
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_h .h {
		padding-top: 20px;
	}
}
/* 申し込み導線 */
/* .c_secProgram .sec02_cBox {
  padding: 10px 40px 206px !important;
} */
@media screen and (max-width: 767px) {
	.c_secProgram .sec02_cBox {
		padding: 0 20px 20px;
	}
}
.c_secProgram .sec02_cBox .date {
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.c_secProgram .sec02_cBox .price {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.c_secProgram .sec02_cBox .course {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.c_secProgram .sec02_cBox .txt {
	padding-top: 10px;
}
.c_secProgram .sec02_cBox .txt p {
	margin-bottom: 0;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
.c_secProgram .sec02_cBox .btns {
	padding-top: 20px;
}
@media screen and (min-width: 768px) {
	.c_secProgram .sec02_cBox .btns {
		position: absolute;
		width: 100%;
		bottom: 40px;
		left: 0;
		padding-top: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.c_secGallery .imgs {
	display: flex;
	width: 2721px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.c_secGallery .imgs img {
		width: auto;
		height: 500px;
	}
}
.c_secGallery .imgs img:nth-child(1) {
	animation: loop 100s -50s linear infinite;
}
.c_secGallery .imgs img:nth-child(2) {
	animation: loop2 100s linear infinite;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@media screen and (max-width: 767px) {
	.c_secProgramDetail .sec_cBox .txt {
		white-space: nowrap;
	}
	.c_secProgramDetail .sec_cBox .txt p {
		line-height: 2;
	}
}

.c_secProgramDetailCarousel .sec03_i {
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}
.c_secProgramDetailCarousel .sec03_h .h {
	padding: 30px 30px 10px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailCarousel .sec03_h .h {
		padding: 15px 15px 5px;
	}
}
.c_secProgramDetailCarousel .sec03_h .tag {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.c_secProgramDetailCarousel .sec03_h .tag span {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	white-space: nowrap;
	letter-spacing: 0.15em;
}
.c_secProgramDetailCarousel .sec03_c {
	padding: 0 30px 30px;
	min-height: 130px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailCarousel .sec03_c {
		padding: 0 15px 15px;
		min-height: 110px;
	}
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailCarousel .sp-slides-container {
		left: calc(255px - 50%);
	}
}
.c_secProgramDetailCarousel .sp-mask {
	overflow: visible;
}
.c_secProgramDetailCarousel .sp-horizontal .sp-arrows {
	top: -80px;
	left: 50%;
	opacity: 1;
	max-width: 1160px;
	width: 100%;
	margin-top: 0;
	text-align: right;
	padding-right: 30px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailCarousel .sp-horizontal .sp-arrows {
		display: none;
	}
}
.c_secProgramDetailCarousel .sp-arrow {
	position: static;
	width: 37px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block !important;
	margin-left: 10px;
}
.c_secProgramDetailCarousel .sp-horizontal .sp-previous-arrow {
	background-image: url(../img/top/arrow_l@2x.png);
}
.c_secProgramDetailCarousel .sp-horizontal .sp-next-arrow {
	background-image: url(../img/top/arrow_r@2x.png);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.c_secProgramDetailCarousel .sp-arrow:before {
	background-color: transparent;
}
.c_secProgramDetailCarousel .sp-arrow:after {
	background-color: transparent;
}
.c_secProgramDetailCarousel .sp-buttons {
	padding-top: 30px;
}
.c_secProgramDetailCarousel .sp-button {
	border: 0;
	background-color: #a5a5a5;
	margin: 8px;
	width: 10px !important;
	height: 10px !important;
}
.c_secProgramDetailCarousel .sp-selected-button {
	background-color: #000;
}

.c_secProgramDetailContents .sec03 {
	margin-bottom: 50px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .sec03 {
		margin-bottom: 20px;
	}
}
.c_secProgramDetailContents .sec03_i {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}
.c_secProgramDetailContents .txtBox {
	padding: 30px 30px 30px 40px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .txtBox {
		padding: 20px 20px 15px;
	}
}
.c_secProgramDetailContents .cat {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .cat {
		position: absolute;
		top: -0.75em;
		right: 15px;
	}
}
.c_secProgramDetailContents .sec03_h .h {
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .sec03_h .h {
		padding-bottom: 10px;
	}
}
.c_secProgramDetailContents .img.u_only__sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .img.u_only__sp {
		display: block;
	}
}
.c_secProgramDetailContents .img.u_only__pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailContents .img.u_only__pc {
		display: none;
	}
}
.c_secProgramDetailContents .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c_secProgramDetailReservation .sec03 {
	background-color: #fff;
	padding: 35px 20px 40px;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailReservation .sec03 {
		padding: 20px;
	}
}
.c_secProgramDetailReservation .sec03_h .h {
	color: #e72a79;
	letter-spacing: 0.15em;
}
.c_secProgramDetailReservation .date {
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.c_secProgramDetailReservation .date ul {
	letter-spacing: -0.4em;
}
.c_secProgramDetailReservation .date li {
	letter-spacing: normal;
	display: inline-block;
}
.c_secProgramDetailReservation .date .time {
	display: block;
}
.c_secProgramDetailReservation .price {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.c_secProgramDetailReservation .price ul {
	letter-spacing: -0.4em;
}
.c_secProgramDetailReservation .price li {
	letter-spacing: normal;
	display: inline-block;
}
.c_secProgramDetailReservation .price li:last-child {
	margin-right: 0;
}
.c_secProgramDetailReservation .txt {
	text-align: left;
	padding-top: 10px;
}
.c_secProgramDetailReservation .txt p {
	margin-bottom: 0;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
.c_secProgramDetailReservation .btns {
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	.c_secProgramDetailReservation .btns {
		padding-top: 10px;
	}
}

.c_secProducer {
	background-image: url(../img/top/img_producer001@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.c_secProducer .sec_h {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c_secProducer .sec_h {
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
.c_secProducer .sec_h:after {
	content: "";
	display: block;
	width: 105px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.c_secProducer .sec_h:after {
		height: 1px;
		width: 50px;
		left: 50%;
		margin-left: -25px;
	}
}
.c_secProducer .sec_h .h {
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.c_secProducer .sec_h .h {
		padding-top: 15px;
	}
}
.c_secProducer .sec02_h {
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.c_secProducer .sec02_h {
		padding-bottom: 20px;
	}
}
.c_secProducer .sec02_h .lg {
	margin-right: 30px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.c_secProducer .sec02_h .lg {
		margin-right: 0;
	}
}
.c_secProducer .sec02_h .sm {
	display: inline-block;
}
.c_secProducer .btn {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.c_secProducer .btn {
		text-align: center;
	}
}

.c_secFAQ dl {
	margin-bottom: 20px;
	border: solid 1px #000;
	width: 100%;
	font-weight: 700;
}
.c_secFAQ dl:last-child {
	margin-bottom: 0;
}
.c_secFAQ dt,
.c_secFAQ dd {
	width: 100%;
}
.c_secFAQ dt .qa,
.c_secFAQ dt .txt,
.c_secFAQ dd .qa,
.c_secFAQ dd .txt {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.c_secFAQ dt .qa,
.c_secFAQ dd .qa {
	width: 70px;
	height: 70px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c_secFAQ dt .qa,
	.c_secFAQ dd .qa {
		width: 35px;
		height: 35px;
	}
}
.c_secFAQ dt .txt,
.c_secFAQ dd .txt {
	border-left: solid 1px #000;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.c_secFAQ dt .txt,
	.c_secFAQ dd .txt {
		padding: 10px;
	}
}
.c_secFAQ dt {
	position: relative;
	cursor: pointer;
	padding-right: 30px;
}
.c_secFAQ dt:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	font-size: 2rem;
}
.c_secFAQ dt .qa {
	background-color: #000;
	color: #fff;
}
.c_secFAQ dd {
	display: none;
	width: 100%;
}
.c_secFAQ dd .qa {
	background-color: #e72a79;
	color: #fff;
}
.c_secFAQ dd .txt {
	background-color: #f0f0f0;
}
.c_secFAQ .table {
	display: table;
	width: 100%;
}
.c_secFAQ .table-row {
	display: table-row;
}
.c_secFAQ dl.__open dt:after {
	content: "−";
}

.c_secAccess .contentBox dt {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c_secAccess .contentBox dt {
		padding-bottom: 15px;
	}
	.c_secAccess .contentBox dt img {
		width: 110px;
	}
}
.c_secAccess .contentBox dd {
	padding-left: 25px;
	border-left: solid 1px #000;
}
@media screen and (max-width: 767px) {
	.c_secAccess .contentBox dd {
		padding-left: 0;
		border-left: 0;
		text-align: center;
	}
}
.c_secAccess .contentBox dd a {
	text-decoration: underline;
}
.c_secAccess .map {
	position: relative;
	top: 130px;
}
@media screen and (max-width: 767px) {
	.c_secAccess .map {
		top: 0;
		padding-top: 40px;
	}
}
.c_secAccess .map iframe {
	width: 100%;
	height: 100%;
}
.c_secAccess .sec_cBox {
	padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
	.c_secAccess .sec_cBox {
		padding-bottom: 0;
	}
}

.c_secReport .movie {
	padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.c_secReport .movie {
		padding-bottom: 20px;
	}
}
.c_secReport .movie iframe {
	width: 100%;
	height: 550px;
}
@media screen and (max-width: 767px) {
	.c_secReport .movie iframe {
		height: 180px;
	}
}
.c_secReport .contents {
	text-align: center;
}
.c_secReport .contents li {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c_secReport .contents li {
		margin-bottom: 20px;
	}
}
.c_secReport .contents li:last-child {
	margin-bottom: 0;
}
.c_secReport .contents .num {
	margin-bottom: 40px;
	font-weight: 500;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.c_secReport .contents .num {
		margin-bottom: 10px;
	}
}
.c_secReport .contents .ttl {
	line-height: 2;
}

.c_secArchive .list li {
	text-align: center;
}
.c_secArchive .list a {
	display: inline-block;
}

.c_secPopUp {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.c_secPopUp .contentBox {
	background-color: #fff;
	position: relative;
	z-index: 2;
	width: 70%;
	float: right;
	padding: 50px;
}
@media screen and (max-width: 991px) {
	.c_secPopUp .contentBox {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c_secPopUp .contentBox {
		width: 90%;
		padding: 20px;
		top: 75px;
	}
}
.c_secPopUp .contentBox .txt {
	line-height: 1.5;
}
.c_secPopUp .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.c_secPopUp .imgBox {
		top: -150px;
	}
}
.c_secPopUp .close_btn {
	position: absolute;
	top: 40px;
	right: 40px;
	height: 50px;
	width: 50px;
	background-image: url(../img/top/x@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.c_secPopUp .close_btn {
		top: 20px;
		right: 20px;
		height: 30px;
		width: 30px;
	}
}
.c_secPopUp.__chef .contentBox {
	width: 65%;
	height: 460px;
	padding: 40px;
}
@media screen and (max-width: 991px) {
	.c_secPopUp.__chef .contentBox {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c_secPopUp.__chef .contentBox {
		width: 90%;
		padding: 20px;
		margin-right: 5%;
	}
}
.c_secPopUp.__chef .contentBox .txtBox {
	height: 380px;
	overflow: auto;
}
@media screen and (max-width: 767px) {
	.c_secPopUp.__chef .contentBox .txtBox {
		height: 360px;
	}
	.c_secPopUp.__chef .contentBox .txtBox .img {
		padding: 0 30px;
	}
}
.c_secPopUp.__chef .imgBox .imgDiv {
	height: 560px;
	width: 47%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.c_secPopUp.__chef .imgBox .imgDiv {
		height: 250px;
		width: 100%;
	}
}

/* 全ページ共通セクション */
/* c */
/** c_header{Name} **/
.c_headerBasic {
	text-align: center;
}
.c_headerBasic .h {
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
}
.c_headerBasic.__wt {
	color: #fff;
}

.c_headerBlack {
	text-align: center;
}
.c_headerBlack .h {
	display: inline-block;
	min-width: 200px;
	padding: 5px 20px;
	line-height: 1;
	background-color: #000;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.c_headerBlack .h {
		min-width: 110px;
	}
}

/* 全ページ共通ヘッダー */
/* c */
/** c_btn{Name} **/
.l_header_btn {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 5;
	display: none;
}
@media screen and (min-width: 768px) {
	.l_header_btn {
		display: block;
	}
}

.c_btnsBasic ul {
	letter-spacing: -0.4em;
	margin-left: -5px;
	margin-right: -5px;
}
.c_btnsBasic ul:last-child {
	margin-bottom: -10px;
}
.c_btnsBasic li {
	letter-spacing: normal;
	display: inline-block;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.c_btnsBasic li {
		width: 100%;
		padding-bottom: 10px;
	}
}

.c_btnBasic a {
	display: inline-block;
	width: 100%;
	height: 56px;
	line-height: 54px;
	text-align: center;
	border-radius: 100px;
	font-weight: 700;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.c_btnBasic a {
		max-width: 225px;
	}
}
.c_btnBasic.__booking a {
	background-color: #e72a79;
	border: solid 1px #e72a79;
	color: #fff;
}
.c_btnBasic.__more a {
	background-color: #fff;
	border: solid 1px #000;
}
.c_btnBasic.__profile a {
	border: solid 1px #fff;
	color: #fff;
	max-width: 225px;
}

/* 全ページ共通ボタン */
/* c */
/** c_table{Name} **/
/* 全ページ共通テーブル */
/* c */
/** c_footer{Name} **/
/* 全ページ共通フッター */
/* l_wrapper */
.l_wrapper {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	position: relative;
	transition: all 200ms ease-out 0s;
	z-index: 10;
	box-shadow: 0 0 10px #333;
	background-color: #fff;
}
.l_wrapper.js_spNav__open {
	margin-left: -80%;
}

.l_header {
	position: relative;
}

/* l_spNav */
.l_spNav {
	position: fixed;
	left: 100%;
	top: 0;
	width: 80%;
	height: 100%;
	transition: all 200ms ease-out 0s;
	z-index: 9;
}
.l_spNav a {
	color: #fff;
	display: block;
	margin: 0 -5px;
}
.l_spNav a span {
	display: block;
	padding: 0 5px;
}
.l_spNav .l_spNav_i {
	height: 100%;
	overflow: auto;
	padding: 20px 20px 300px;
	background-color: #666;
}
.l_spNav .l_spNav_ul > li {
	font-size: 1.4rem;
}
.l_spNav .l_spNav_ul > li ul {
	padding-left: 20px;
}
.l_spNav .l_spNav_ul > li ul li {
	font-size: 1.3rem;
	font-weight: normal;
}
.l_spNav.js_spNav__open {
	left: 20%;
}

.l_spNav_bottom {
	position: fixed;
	left: 100%;
	bottom: 0;
	width: 80%;
	transition: all 200ms ease-out 0s;
	z-index: 9;
	background-color: #333;
	box-shadow: 0 0 10px #333;
	padding: 10px 0 5px;
}
.l_spNav_bottom ul {
	text-align: center;
}
.l_spNav_bottom ul li {
	display: inline-block;
	padding: 0 5px;
}
.l_spNav_bottom ul li.sns {
	display: block;
	zoom: 0.6;
	margin-top: 5px;
}
.l_spNav_bottom ul li a {
	font-size: 1.1rem;
	color: #fff;
}
.l_spNav_bottom .btn__close {
	text-align: center;
	padding: 10px 0;
}
.l_spNav_bottom .btn__close a {
	display: inline-block;
	padding: 5px 20px;
	border: solid 1px #fff;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
}
.l_spNav_bottom.js_spNav__open {
	left: 20%;
}

.l_spNav__btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	z-index: 9999;
}
.l_spNav__btn a {
	position: relative;
	display: block;
	height: 30px;
}
.l_spNav__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
}
.l_spNav__btn span:nth-child(1) {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(-7px);
	transform: translate(-50%, -50%) translateY(-7px);
}
.l_spNav__btn span:nth-child(4) {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(7px);
	transform: translate(-50%, -50%) translateY(7px);
}

.js_spNav__open .l_spNav__btn span:nth-child(1) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(-35px);
	transform: translate(-50%, -50%) translateY(-35px);
	opacity: 0;
}
.js_spNav__open .l_spNav__btn span:nth-child(4) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(35px);
	transform: translate(-50%, -50%) translateY(35px);
	opacity: 0;
}
.js_spNav__open .l_spNav__btn span:nth-child(2) {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.js_spNav__open .l_spNav__btn span:nth-child(3) {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.l_footerBtns {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #999;
	transition: all 200ms ease-out 0s;
	z-index: 11;
	box-shadow: 0 0 10px #666;
}
@media screen and (min-width: 768px) {
	.l_footerBtns {
		display: none;
	}
}
.l_footerBtns a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	padding: 7px 0;
	height: 100%;
}
.l_footerBtns a i {
	font-size: 1.6rem;
	margin-right: 5px;
}
.l_footerBtns a i:last-child {
	margin-right: 0;
}
.l_footerBtns a i.lg {
	font-size: 2rem;
	position: relative;
	top: 2px;
}
.l_footerBtns li {
	border-right: solid 1px #fff;
}
.l_footerBtns li:last-child {
	border-right: 0;
}
.l_footerBtns li:last-child i {
	margin-right: 0;
}
.l_footerBtns .l_footerBtns_spNavBtn {
	position: relative;
}
.l_footerBtns .l_footerBtns_spNavBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}
.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(1) {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(-5px);
	transform: translate(-50%, -50%) translateY(-5px);
}
.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(4) {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(5px);
	transform: translate(-50%, -50%) translateY(5px);
}

.js_spNav__open.l_footerBtns {
	left: -80%;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(1) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(-35px);
	transform: translate(-50%, -50%) translateY(-35px);
	opacity: 0;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(4) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) translateY(35px);
	transform: translate(-50%, -50%) translateY(35px);
	opacity: 0;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(2) {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(3) {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* spNav */
/* slider-pro */
.js_popup {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}
.js_popup .c_secPopup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	z-index: 999;
	cursor: pointer;
	z-index: 1000;
}
.js_popup .c_secPopup__close span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
}
.js_popup .c_secPopup__close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.js_popup .c_secPopup__close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
	.js_popup .c_secPopup__close {
		top: 40px;
		right: 40px;
		width: 70px;
		height: 70px;
	}
}

.c_secMV ._i2 {
	padding-top: 35px;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c_secMV ._i2 {
		padding-top: 35px;
		padding-bottom: 20px;
	}
}
/* slider-pro */
/* p-top */
/* トップページ */

.price li.c_fntSize.__15 {
	font-weight: bold;
}

.price span.sm.c_fntSize.__12 {
	font-weight: normal;
	padding-left: 2px;
}

span.sm.c_fntSize.__12 {
	font-size: 12px !important;
}
