@charset "UTF-8";
/* CSS Document */

a, a:hover, a:active, a:focus {
    text-decoration:none !important;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.wrapper {
    max-width: 1000px;
    margin: auto;
    width: 90%;
}

.wrapper1200 {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

.wrapper1240 {
    max-width: 1240px;
    margin: auto;
    width: 90%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.l-space0 {
	letter-spacing: 0!important;
}

.mincho{font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*flexbox*/
.flex{display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap:wrap;}
.flex--start{/*左寄せ*/justify-content: flex-start;-webkit-justify-content: flex-start;}
.flex--center{/*中央寄せ*/justify-content: center;-webkit-justify-content: center;}
.flex--end{/*右寄せ*/justify-content: flex-end;-webkit-justify-content: flex-end;}
.flex--bet{/*残り余白の均等割り*/justify-content: space-between;-webkit-justify-content: space-between;}
.flex--around{/*左右余白 ＋ 均等割り*/justify-content: space-around;-webkit-justify-content: space-around;}
.flex--between{/*両端揃え*/
	-webkit-box-pack:justify;  -ms-flex-pack:justify;  justify-content:space-between;}
/*col*/
.col1{width:100%;}.col2{width:48%;}.col3{width:30%;}.col4{width:25%;}.col5{width:18.4%;}.col6{width:15%;}.col3_2{width: 68%;}
.vaC{align-items: center;}.vaB{align-items: flex-end;}
.sp {display: none;}
.pc {display: block;}
.inner--base{max-width: 1200px;margin: auto;}

#header-menu1 .coming a{opacity: 0.5; pointer-events:none;}
#header-nav > ul > li > a{ font-size: 100%; }


@media screen and (max-width: 810px) {/*スマホ設定*/
.sp {display: block!important;}
.pc {display: none!important;}
.inner--base{width: 96%;}
}
@media screen and (max-width: 810px) {
    .seller li {
        width: 88%;
    }
}

@media screen and (max-width: 810px) {
    .seller:last-child li {
        margin-bottom: -20px;
    }
}




/* ページタイトル・パンくず・ノート */
.page-ttl {
    padding: 0.6em;
    /* background-color: #C6BF8A; */
    color: #fff;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.2em;
}
.page-ttl span {
    font-family: 'Cinzel', serif;
    display: block;
    font-size: 70%;
    letter-spacing: 0.2em;
}

.title-area {
    /* background: url(../images/concept/title-area.jpg) no-repeat center center; */
    background-size: cover;
    display: flex;
    align-items: center;
    /* height: 110px; */
    /* background-color: #C6BF8A; */
	background: linear-gradient(to left,#b00042 0%, #671317 100%);
}

#pankuzu {
    margin: 20px 0;
}

#pankuzu .wrapper {
    max-width:1240px;
}

#pankuzu .pankuzu-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
}

#pankuzu .pankuzu-list li {
    font-size: 12px;
    color: #333;
    list-style: none;
    margin:0 5px;
}

#pankuzu .pankuzu-list li a {
    color: #46a0a5;
    position:relative;
}

#pankuzu .pankuzu-list li a::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #46a0a5;
    bottom: 0;
    width: 100%;
}
.note-box {
    text-align: left;
    width: 100%;
    margin: 60px 0;
    font-size: 0.8rem;
}

@media screen and (max-width: 810px) {
	#pankuzu {display: none;}
	.title-area {margin-bottom: 30px;}
	.page-ttl {
			font-size: 4.8vw;
			font-size: clamp(17px, 4.8vw, 19px);
		}
}




/* トップページ */


/* MV用 */






/* mainVisual */
.mainVisual {
	position: relative;
	z-index: 1;
}
.mainVisual img {
	vertical-align: top;
}
.mainVisual .loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: 2s;
	z-index: 1;
}
.mainVisual .loader.hide {
	opacity: 0;
	pointer-events: none;
}
.mainVisual .loader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .loader .skipBtn {
	width: 5.45%;
    position: absolute;
    right: 2.7%;
	top: 8%;
	transition: 2s;
}
.mainVisual .loader .skipBtn.hide {
	opacity: 0;
	pointer-events: none;
}
.mainVisual .switchBtn {
	width: 5.5%;
    position: absolute;
    right: 2.7%;
    top: 4.55%;
}
.mainVisual .switchBtn a {
	display: block;
	position: relative;
	z-index: 10;
}
.mainVisual .switchBtn a img {
	-webkit-user-select: none;
 	user-select: none;
}
.mainVisual .switchBtn .on {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s;
}
.mainVisual .switchBtn .off {
	opacity: 0;
}
.mainVisual .switchBtn a.active .on {
	opacity: 0;
}
.mainVisual .switchBtn a.active .off {
	opacity: 1;
}
.mainVisual .mainImg {
	position: relative;
	opacity: 0;
	transition: 2s;
}
.mainVisual .mainImg.show {
	opacity: 1;
}
.mainVisual .mainImg .audio {
	display: none;
}
.mainVisual .mainImg .animate,
.mainVisual .mainImg .textBox h2,
.mainVisual .mainImg .textBox .textImg,
.mainVisual .mainImg .item {
	transform: translateX(-30px);
	opacity: 0;
	transition: 1s;
}
.mainVisual .mainImg .animate {
	transform: none;
}
.mainVisual .mainImg .animate.show,
.mainVisual .mainImg .textBox h2.show,
.mainVisual .mainImg .textBox .textImg.show,
.mainVisual .mainImg .item.show {
	transform: none;
	opacity: 1;
}
.mainVisual .mainImg .animate {
	width: 24%;
    position: absolute;
    /* left: -2.8%;
    top: 10.2%; */
	left: -1.2%;
    top: 5.2%;
    display: block;
}
.mainVisual .mainImg .textBox {
	position: absolute;
	left: 1.9%;
    bottom: 1.4%;
	display: flex;
	align-items: flex-end;
}
.mainVisual .mainImg .textBox h2 {
    /* width: 29.8%; */
	width: 34.8%;
}
.mainVisual .mainImg .textBox .textImg {
	margin: 0 0 1.4% -6.5%;
    width: 28.7%;
}
.mainVisual .mainImg .item {
	width: 1.7%;
	position: absolute;
}
.mainVisual .mainImg .item01 {
	right: 56%;
    top: 10.3%;
}
.mainVisual .mainImg .item02 {
	width: 1.56%;
    right: 48.75%;
    top: 17.3%;
}
.mainVisual .mainImg .item03 {
	width: 1.44%;
    right: 40%;
    top: 56.3%;
}
.mainVisual .mainImg .item04 {
	width: 1.32%;
    right: 34.75%;
    top: 24.2%;
}
.mainVisual .mainImg .item05 {
	width: 1.4%;
    right: 32.25%;
    top: 6%;
}
.mainVisual .mainImg .item06 {
	width: 1.71%;
    right: 22.55%;
    top: 3.6%;
}
.mainVisual .mainImg .item07 {
	width: 1.45%;
    right: 10.35%;
    top: 33.8%;
}
#appeal-area {
	text-align: center;
}
#appeal-area .textImg01 {
	background: linear-gradient(to left,#b00042 0%, #671317 100%);
	display: flex;
    justify-content: center;
}
#appeal-area .textImg02 {
	background: linear-gradient(to left,#ac6913 0%, #c98e42 34.98%, #d39c31 48.77%, #c98700 61.08%, #ac6913 100%);
	display: flex;
    justify-content: center;
}
#appeal-area img {
	max-width: 1600px;
	width: 100%;
}
@media screen and (min-width:811px) {
	.mainVisual .sp{ display: none !important;}
	
	.mainVisual .loader .skipBtn a:hover,
	.mainVisual .switchBtn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 810px) {
	.mainVisual .sp{ display: block !important; }
	.mainVisual .pc{ display: none !important; }
	.mainVisual .loader .skipBtn {
		/* width: 21%;
		right: auto;
		left: 5%;
		top: 10%; */
		width: 21%;
		/* right: auto;
		left: 5%;
		top: 10%; */

		width: 12%;
		/* bottom: 16.5%; */
		top: 78%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainVisual .switchBtn {
		width: 21.2%;
		right: auto;
		left: 5%;
		top: 4.55%;
	}
	.mainVisual .mainImg .animate {
		/* width: 30%;
		left: -2.8%;
		top: auto;
		bottom: 29%; */
		width: 30%;
		left: -1.8%;
		top: auto;
		bottom: 3%;
	}
	.mainVisual .mainImg .textBox {
		left: 0;
		right: 0;
		bottom: 3.1%;
		display: block;
	}
	.mainVisual .mainImg .textBox h2 {
		margin: 0 auto;
		width: 91.8%;
	}
	.mainVisual .mainImg .textBox .textImg {
		/* margin: 2.7% auto 0;
        width: 71%; */
		margin: 2.7% 0 0 25%;
        width: 71%;
	}
	.mainVisual .mainImg .item {
		width: 2.9%;
	}
	.mainVisual .mainImg .item01 {
		right: 68.7%;
		top: 12.8%;
	}
	.mainVisual .mainImg .item02 {
		width: 2.86%;
		right: 58.85%;
		top: 15.7%;
	}
	.mainVisual .mainImg .item03 {
		width: 2.64%;
		right: 52.4%;
		top: 36%;
	}
	.mainVisual .mainImg .item04 {
		width: 2.63%;
		right: 44.6%;
		top: 19.2%;
	}
	.mainVisual .mainImg .item05 {
		width: 3%;
		right: 37.85%;
		top: 5%;
	}
	.mainVisual .mainImg .item06 {
		width: 3.71%;
		right: 26.55%;
		top: 2.3%;
	}
	.mainVisual .mainImg .item07 {
		width: 3.25%;
		right: 11.35%;
		top: 21.3%;
	}
	#appeal-area img {
		margin: 0 auto;
		/* max-width: 375px; */
	}
}




/* 限定コンテンツ */
.boxWidth {
    /* width: 96%;
    max-width: 1200px; */
    margin: 0 auto;
}
.backLine {
    font-size: 28px;
    padding: 0.5em 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backLine::before, .backLine::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
#sp-login #pageWrap #loginWrap p.lead {
    font-size: 1.2rem;
    line-height: 1.9;
    padding: 0.5em 0;
    text-align: center;
}
#sp-login #pageWrap .flex {
    color: #000;
    padding: 40px 0 0%;
}
#sp-login #pageWrap .flex .leftBox {
    width: 55%;
    background-color: #fff;
}
#sp-login #pageWrap .flex dt {
    font-size: 22px;
    padding: 0.3em 0;
    text-align: center;
}
#sp-login #pageWrap .flex dd {
    font-size: 14px;
    padding: 0.3em 0;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: center;
}









.member-box1{
text-align: center;
background: url("../images/special/bg.jpg") no-repeat center center;background-size: cover;
padding-bottom: 10px;
}

#pageWrap {

}
#titBox {
	padding-bottom: 3%;
}
h3.backLine {
	font-size: 28px;
	padding: 0.5em 0;
	position: relative;
	text-align: center;
	display: flex;
align-items: center;
}
h3.backLine span {

	padding: 0 0.5em;
}
h3.backLine::before,
h3.backLine::after {
content: "";
height:1px;
flex-grow: 1;
background-color:#000;
}
h3.backLine:before {
margin-right: 10px;
}
h3.backLine:after {
margin-left: 10px;
}

/*===== logIn =====*/
#sp-login {}

#sp-login #pageWrap,
#sp-menu #pageWrap {

}
#sp-login #pageWrap #loginWrap {}


#sp-login #pageWrap #loginWrap p.lead {
	font-size: 1.2rem;
	line-height: 1.9;
	padding: 0.5em 0;
	text-align: center;
}

#sp-login #pageWrap .flex {
color: #000;
padding: 40px 0 0%;
}
#sp-login #pageWrap .flex > div {
	border: #000 solid 1px;
	box-shadow: 6px 6px 0px rgba(0,0,0,0.16);
	padding: 30px;
	box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;
}
#sp-login #pageWrap .flex .leftBox {
	width: 55%;
background-color: #fff;
		
}
#sp-login #pageWrap .flex .leftBox dl {}
#sp-login #pageWrap .flex dt {
	font-size: 22px;
	padding: 0.3em 0;
	text-align: center;
}
#sp-login #pageWrap .flex dd {
	font-size: 14px;
	padding: 0.3em 0;
	height: 5em;
	display: flex;
justify-content: center;
align-items: center;
	text-align: center;
	text-align: center;
}

#sp-login #pageWrap .flex .leftBox #pwBox {
	max-width: 300px;
	margin: 0 auto;
	padding-top: 15px;
}
#sp-login #pageWrap .flex .leftBox #pwBox .engTxt {
margin-bottom: 8px;
	width: 100%;
	text-align: left;
	
}
input[type="password"]{
	outline:none;
	padding: 10px 5px;
	width: 100%;
	border:1px solid #cccccc;
font-size: 16px;
	border-radius:2px;
	transition:background 0.2s linear,box-shadow 0.6s linear;
	box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;
	}
#sp-login #pageWrap .flex .leftBox #pwBox #password {
	font-size: 16px;
	
	border: #000 solid 1px;
	
}
#sp-login #pageWrap .flex .leftBox #pwBox #pwBtn {
	border: none;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding:0.5em 1em;
	margin-top: 16px;
	margin-bottom: 16px;
}

#sp-login #pageWrap .flex .rightBox {
	width: 40%;
background-color: #fff;
}
#sp-login #pageWrap .flex .rightBox dl {}
#sp-login #pageWrap .flex .rightBox dt {
	color: #79684E;
}
#sp-login #pageWrap .flex .rightBox dd {}
#sp-login #pageWrap .flex .rightBox a {
	margin-top: 15px;
	display: inline-block;
	background-color: #79684E;
	color: #fff;
	font-size: 15px;
	padding: 0.5em 1.5em;
	letter-spacing: 0.1em;
}
#sp-login #pageWrap .flex .rightBox a:hover,
#sp-login #pageWrap .flex .leftBox #pwBox #pwBtn:hover{
	opacity: 0.6;
	transition: 0.3s;
}

@media screen and (max-width: 959px) {
	#pageTit h2 {
		
	}
  h3.backLine  {
		font-size: 3vw;
		font-size: clamp(22px, 3vw, 24px);
	}
	#sp-login #pageWrap #loginWrap p.lead, #sp-login #pageWrap .flex dd {
		font-size:2.2vw;
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sp-login #pageWrap .flex {
		width: 90%;
		max-width: 500px;
		padding: 5% 0;
	}
	#sp-login #pageWrap .flex .leftBox {
		width: 100%;
	}
	#sp-login #pageWrap .flex .rightBox {
		width: 80%;
		margin: 30px auto 0;
	}
	#sp-login #pageWrap .flex dt {
		font-size: 2.7vw;
		font-size: clamp(20px, 2.7vw, 22px);
	}
	#sp-login #pageWrap,
	#sp-menu #pageWrap {
		
	
	}
}

@media screen and (max-width: 599px) {
	#pageTit h2 {

	}
	h3.backLine  {
		font-size: 5.3vw;
		font-size: clamp(19px, 5.3vw, 21px);
	}
	#sp-login #pageWrap #loginWrap p.lead,
	#sp-login #pageWrap .flex dd {
		font-size:3.7vw;
		font-size: clamp(12px, 3.7vw, 15px);
	}
	#sp-login #pageWrap .flex dd {
		height: auto;
	}
	#sp-login #pageWrap .flex > div {
		padding: 8% 2%;
	}
	#sp-login #pageWrap .flex dt {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		padding-bottom: 1em;
	}
	#sp-login #pageWrap .flex .rightBox {
		width: 100%;
	}
	#sp-login #pageWrap .flex .leftBox #pwBox {
		display: block;
	}
	#sp-login #pageWrap .flex .leftBox #pwBox .engTxt {
		text-align: center;
	}
	#sp-login #pageWrap .flex .leftBox #pwBox #password {
		font-size:4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);

	}
	#sp-login #pageWrap .flex .leftBox #pwBox #pwBtn {
		border: none;
		background-color: #000;
		color: #fff;
		font-size: 15px;
		
		margin-top: 10px;
	}

}


/*===== Menu =====*/
#sp-menu {}

#sp-menu #pageWrap a.arw {
	/*background: rgb(249,216,230);
background: linear-gradient(90deg, rgba(249,216,230,1) 0%, rgba(203,80,105,1) 57%);
	color: #fff;*/
	display: flex;
justify-content: center;
align-items: center;
	width: 12em;
	height: 2.4em;
position: relative;
	
}
#sp-menu #pageWrap a.arw::after {
	position: absolute;
	width: 1em;
	height: 100%;
	right: 5%;
	content: '　';
	background-image: url("../../images/common/arw.svg");
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
}

#sp-menu .lead {
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em;
}
#sp-menu .lineBox {
	height: 1px;
	/*background-color: #000;*/
	margin: 20px auto;
}

#sp-menu .scdl {
	
}
#sp-menu .scdl h3 {
	font-size: 30px;
	text-align: center;
	color: #007A96;
	border-top: #007A96 solid 2px;
	border-bottom: #007A96 solid 2px;
	padding: 0.3em 0;
	
}
#sp-menu .scdl .yusenBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3% 0;
}
#sp-menu .scdl dl {
	
	border-bottom: #ccc dotted 1px;
	display: flex
}
#sp-menu .scdl dl:first-child {
	border-top: #ccc dotted 1px;
}
#sp-menu .scdl dt {
	background-color: #007A96;
	font-size: 26px;
	padding: 0.2em;
	color: #fff;
	width: 12em;
	font-size: 1.8vw;
	font-size: clamp(18px, 1.8vw, 26px);
	display: flex;
justify-content: center;
align-items: center;
}
#sp-menu .scdl dd {
	flex: 1;
	display: flex;
	align-items: center;
	text-align: left;
	background-color: rgba(255,255,255,0.7);
	justify-content: flex-start;
}
#sp-menu .scdl dd .times {
	font-size: 1.7vw;
	font-size: clamp(12px, 1.7vw, 18px);
	padding: 0 1em;
	color: #007A96;
}
#sp-menu .scdl dd .times span {
	font-size: 200%;
}
#sp-menu .scdl dd .cap {
	line-height: 1.3;
}
#sp-menu .scdl dd a {
	font-size: 1.5vw;
	font-size: clamp(11px, 1.5vw, 14px);
	display: none !important;
}

#sp-menu .yoyakuWrap {
	max-width: 1000px;
	padding: 3% 0;
}
#sp-menu .yoyakuWrap h3 {
	font-size: 32px;
}
#sp-menu .yoyakuWrap h3 span {
	font-size: 90%;
	color: #72003B;
}
#sp-menu .yoyakuWrap h4 {
	font-size: 17px;
	border-top: #777 solid 1px;
	border-bottom: #777 solid 1px;
	padding: 0.3em;
}
#sp-menu .yoyakuWrap p.times {
	font-size: 22px;
	padding: 0.6em 0;
}
#sp-menu .yoyakuWrap p.caption {
	font-size:13px;
}
#sp-menu .yoyakuWrap .calendar {
	margin-top: 30px;
	margin-bottom: 10px;
}
#sp-menu .btRBox {
	padding: 20px 0 50px;
	
}
#sp-menu .btRBox a {
	background-color: #B50005;
	display: block;
	width: 90%;
	max-width: 25em;
	font-size: 21px;
	color: #fff;
	padding: 1em 0;
	margin: 0 auto;
	border-radius: 10px;
}
#sp-menu .btRBox a::after {
	content: "　";
	width: 1em;
	height: 100%;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 50%;
	background-image: url("../../images/common/arw.svg");
}
#sp-menu .mapBox {
	width: 96%;
	max-width: 560px;
	margin-bottom: 5%;
}



#sp-menu  #btnWrap {
	
	/*gap:30px 3%;*/
	gap:30px 2%;
	justify-content: center;
}
#sp-menu #btnWrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 160px;
	width: 48.5%;
	/*width: 32%;*/
	background-color: #fff;
	border: #999 solid 1px;
	padding: 0% 1.5%;
box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	position: relative;
	transition: 0.3s;
}
#sp-menu #btnWrap a:hover {
	opacity: 1;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
	transform: translateY(-2%);
}
#sp-menu #btnWrap a.soon {
	pointer-events: none;
	opacity: 0.9;

}
/*#sp-menu  #btnWrap a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 7%;
	left: 0;
	top: 0;
	background: rgb(0,52,123);
background: linear-gradient(145deg, rgba(0,52,123,1) 50%, rgba(207,0,14,1) 50%, rgba(125,0,0,1) 100%);
}*/

#sp-menu #btnWrap p.tit {
	width: 100%;
	font-size: 2.8vw;
	font-size: clamp(13px, 2.8vw, 22px);
	color: #B29245;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 3% 0;
}

#sp-menu #btnWrap a p.bt {
	margin: 0 auto;
	margin-top: 0.5em;
	font-size: 1.2vw;
	font-size: clamp(12px, 1.2vw, 14px);
	padding: 0.5em;
	width: 15em;
	background: rgb(0,122,149);
background: linear-gradient(180deg, rgba(0,122,149,1) 0%, rgba(0,3,47,1) 100%);
	background-position: 0% 50%;
  background-size: 200% auto;
  transition: 0.5s ease-in-out;
	color: #fff;
}
#sp-menu #btnWrap a:hover .bt {
	background-position: 100% 50%;
	box-shadow: 2px 4px 5px rgba(0,0,0,0.4);
	transform: translateY(-5%);
}
#sp-menu  #btnWrap a.soon p span {
	/*opacity: 0.4;*/
}


#sp-menu #pageWrap  #btnWrap a.soon p{
	background-color: #DCDDDD;
	color: #007A96;
	font-size: 13px;
	padding: 0.5em 1em;
	width: 14em;
}

#sp-menu #pageWrap  #btnWrap a.soon a:after {
	display: none;
}

#btnIdx {
	font-size: 18px;
	background: rgb(0,122,149);
background: linear-gradient(180deg, rgba(0,122,149,1) 0%, rgba(0,3,47,1) 100%);
	color: #fff;
	padding: 0.5em 2em;
	display: inline-block;
	margin: 3% auto;
}

@media screen and (max-width: 959px) {
	#sp-menu .lead {
		font-size: 2vw;
		font-size: clamp(14px, 2vw, 16px);
	}
	#sp-menu .lineBox {
		margin: 30px auto;
	}
	
	#sp-menu .scdl dd .times {
		width: 100%;
		text-align: center;
	}
	#sp-menu .scdl dt {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sp-menu .scdl {
		width: 80%;
	}
	#sp-menu .scdl dd .cap {
		width: 100%;
		font-size: clamp(12px, 1.7vw, 14px);
		text-align: center;
		padding: 0 1em 1em;
	}
	#sp-menu .scdl dd a {
		margin: 6px auto;
		font-size: 2vw;
	}
	#sp-menu .scdl dd .cap br {
		display: none;
	}
	#sp-menu .yoyakuWrap h3 {
	font-size: clamp(28px, 3.8vw, 30px);
}
	
	#sp-menu .yoyakuWrap h3 span {

	}
	#sp-menu .yoyakuWrap h4 {
		font-size: clamp(14px, 2vw, 16px);
	}
	#sp-menu .yoyakuWrap p.times {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sp-menu .yoyakuWrap p.caption {
		font-size: clamp(12px, 1.7vw, 14px);
	}
	
	
	#sp-menu ul.flex a {
		font-size: 2vw;
	}
	#sp-menu #btnWrap p span,#sp-menu #btnWrap a .btDiv {
	font-size: 1.7vw;
}
	
}

@media screen and (max-width: 599px) {
	#sp-menu .lead {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#sp-menu .scdl h3 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#sp-menu .scdl dl {
		display: block;
		margin-bottom: 6%;
	}
	#sp-menu .scdl dt {
		width: 100%;
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sp-menu .scdl dd {
		
	}
	#sp-menu .scdl dd .times {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sp-menu .scdl dd .cap {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		padding: 0.5em;
	}
	#sp-menu .scdl dd a {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		margin-bottom: 5%;
	}
	
	
	#sp-menu .yoyakuWrap h3 {
		font-size: 6.4vw;
		font-size: clamp(23px, 6.4vw, 25px);
		line-height: 1.3;
		padding-bottom: 0.2em;
	}
	
	#sp-menu .yoyakuWrap h3 span {

	}
	#sp-menu .yoyakuWrap h4 {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#sp-menu .yoyakuWrap p.times {
		font-size: 3.7vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#sp-menu .yoyakuWrap p.caption {
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
		line-height: 1.3;
	}
	#sp-menu .btRBox a {
		font-size: 4.3vw;
		font-size: clamp(12px, 4.3vw, 17px);

	}
	#sp-menu .btRBox {
		padding: 20px 0 30px;
	}
	#sp-menu .mapBox {
		padding: 0px 0 30px;
	}
	
	
	
	#sp-menu  #btnWrap.flex {
		width: 90%;
		max-width: 320px;
		display: 
			block;
		
		
	}
	#sp-menu #btnWrap.flex a {
	width: 100%;
	padding: 5% 1.5%;
box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
		margin-bottom: 5%;
		min-height: 120px;
}
	#sp-menu  #btnWrap.flex a .btDiv {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		margin-top: 2%;
		width: 12em;
	}
	#sp-menu  #btnWrap.flex p {
		width: 100%;
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#sp-menu  #btnWrap.flex p span {
		font-size: 150%;
	}
	#btnIdx {
		font-size: 4.2vw;
	font-size: clamp(12px, 4.2vw, 17px);
		color: #fff;
		padding: 1em 2em;
		display: inline-block;
		margin: 6% auto;
	}
	
	
}
.lead2{font-size: 25px;letter-spacing: 0.1em;line-height: 2}
.blackbg{background:url("../images/concept/title-area.jpg") no-repeat center center;background-size: cover; padding: 20px 0 5px;margin-top: 30px}
.limited_nav{width: 1200px;margin: 80px auto}
.limited_nav p{font-size: 18px;letter-spacing: 0.1em; margin:15px 0 30px}
.limited_nav .flex div{width: 32%;position: relative}
.limited_nav .flex div img{width: 100%;height: auto}
.limited_nav .flex div p{font-size: 12px;text-align: left;letter-spacing: 0;margin:8px 0 0;}
.limited_nav .flex div:not(.spc__hide) {
    /* box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px; */
    margin-bottom: 20px;
box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.limited_item a {
    position: relative;
    display: block;
}
.limited_item a .copy {
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.limited_item a .copy p {
    text-align: center;
}
.limited_item a .copy .p1 {
    font-size: clamp(20px, 1.5vw, 23px);
    font-family: "Cinzel", serif;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 1px;
}
.limited_item a .copy .p2 {
    font-size: clamp(15px, 1.6vw, 20px);
    line-height: 1.4;
    color: #fff;
    margin: 14px 0 0;
    font-weight: bold;
}
.limited_item a .copy .p3 {
    font-size: clamp(12px, 1.3vw, 13px);
    letter-spacing: 0;
    color: #fff;
    margin: 10px 0 0;
    line-height: 1.7;
}
.limited_item.coming {
    opacity: 0.4;
    position: relative;
}
.limited_item.coming::after {
    content: 'coming soon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #000;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    color: #fff;
}
.limited_navWrap {
    gap: 16px;
}
.iconnew{position: absolute;right: -5px;top: -6px;width: 64px!important;height: auto}
/* .limited_nav .flex::after {
display: block;
content:"";
width: 31%;
} */
.limited_nav a.close{pointer-events: none;}
@media screen and (max-width: 810px) {/*スマホ設定*/

.lead2{font-size: 18px;letter-spacing: 0.1em;line-height: 2;padding-top: 30px}
.limited_nav{width: 96%;margin: auto}
.limited_nav .flex div{width: 100%;}
.limited_nav p{font-size: 14px}
.limited_nav .flex div:not(.spc__hide) {margin-bottom:10px;}
.iconnew{width: 36px!important;right: -3px;top: -3px;}


}
@media screen and (max-width: 959px) {
#sp-login #pageWrap .flex{width: 100%;}
#sp-login #pageWrap .flex .leftBox{width: 90%; margin: auto}
#sp-login #pageWrap .flex .rightBox{width: 90%; margin: 20px auto 0}
}

.bgG{
text-align: center;
background: url("../images/special/bg.jpg") no-repeat center center;background-size: cover;
}
.sche_area{width: 960px;margin: auto}
.sche_area ul,
.sche_area li{list-style: none;padding: 0;margin: 0}
.sche_area p{margin-top: 30px}

.sche_area .map{margin-top: 40px}
.sche_area .map li:nth-child(1){width: 42%}
.sche_area .map li:nth-child(2){width: 53%}
.sche_area .map li div:nth-child(1){margin-bottom: 40px}

@media screen and (max-width: 668px) {/*スマホ設定*/
.sche_area{width: 96%}
.sche_area .map li:nth-child(1){width: 100%;margin-bottom: 30px}
.sche_area .map li:nth-child(2){width: 100%}
}



/* ポイント */



/* support */
.bgG{
text-align: center;
background: url("../images/special/bg.webp") no-repeat center center;background-size: cover;
}
.support_area li,.support_area ul{list-style: none;margin: 0;padding: 0;}
.bgG{padding-bottom: 60px;}
.support_area{text-align: center;}
.support_area h2{padding: 0px 0 0px;margin-bottom: 0; font-size: 2rem;letter-spacing: 0.1em;line-height: 1.8;font-weight: normal;border-bottom: 1px solid #000;}
.support_area h2 span{font-size: 1.5rem;}
.copy{font-size: 17px;margin-top: 12px;}
.copy span{color: #a00b0b;}
.point1{
    padding: 40px;
    background: #fff;
    max-width: 800px;
    margin: 60px auto;
    color: #654B2B;
}
.point1 h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.point1 ul {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.point1 ul li {
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}
.point1 ul li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    /* color: #ffffff; */
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
}
.point1  .caption {
    font-size: 11px;
}
.point2 {
    padding: 40px;
    background: #fff;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #654B2B;
}
.point2 p {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    color: #654B2B;
    font-weight: 400;
}
.point2 .caption {
    font-size: 12px;
    color: #654B2B;
    margin-top: 10px;
}
.support_area h3{padding: 0px 0 0px;margin-bottom: 0; font-size: 2rem;color: #a00b0b;padding: 40px 0; letter-spacing: 0.1em;line-height: 1.8;font-weight: normal;}
@media screen and (max-width: 668px) {/*スマホ設定*/
.support_area h2{font-size: 1.3rem;}
.support_area h2 span{font-size: 1rem;}
.copy{font-size: 13px;line-height: 1.8;}
.support_area h3{font-size: 1.3rem;}
}


.support_area .wa1{width: 300px;margin: 0 auto 20px;}
.support_area .wa2{width: 300px;margin: 50px auto 20px;}
.support_area .wa3{width: 600px;margin: 50px auto 20px;}

.support_area a:hover{opacity: 0.7;}

.bt a{border-radius: 50px; display: block;background: #ce7132;padding: 20px;font-size: 1.5rem;letter-spacing: 0.1em;text-align: center;color: #fff;}

.bt,
.bt2{width: 800px;margin: auto;}

.bt2{margin-top: 20px;}
.bt2 a{border-radius: 50px; display: block;background: #374968;padding: 20px;font-size: 1.5rem;letter-spacing: 0.1em;text-align: center;color: #fff;}

#movieclip li,#movieclip ul{margin: 0;padding: 0;list-style: none;}
#movieclip li{margin-top: 40px;position: relative;}
#movieclip li .cap{position: relative!important;background: #000;}
#movieclip li .cap .thum{width: 100%;height: auto;opacity: 0.7;}
#movieclip li .cap .icon{position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);width:20%;}
#movieclip li h4{text-align: left;margin-top: 12px;font-size: 1.1rem; }
#movieclip li h4 sup{font-size: 0.6rem;}
#movieclip li h4 span{font-size: 0.6rem;}
#movieclip li .cap a:hover{opacity: 0.7;}


.tyuui{margin-top: 50px;}
.tyuui{text-align: left;}
@media screen and (max-width: 668px) {/*スマホ設定*/
.bt,
.bt2{width: 90%;margin: auto;}
.bt2 .col2{width: 100%;margin-top: 20px;}

.bt a,
.bt2 a{font-size: 15px;}

.support_area .wa1,
.support_area .wa2{width: 80%;}
.support_area .wa3{width:100%;}

.movie{width: 90%}
.tyuui dd{font-size: 10px;margin-left: 10px;}

#movieclip li h4{font-size:0.8rem; }
#movieclip{padding-top: 20px;}
#movieclip li{margin-top: 20px;}
#movieclip li .cap .icon{width: 40px;}
#movieclip  .copy{font-size: 0.8rem;line-height: 1.9;}
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  z-index: 3;
}
.modal-wrap.shown {
  display: flex;
}
.modal-panel {
  width: 60%;
  position: relative;
}
.modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#modal_close.modal-close{position: absolute;top: -180px;right: 0px;font-size: 80px;display: block;cursor: pointer;color: #fff}

@media screen and (max-width: 668px) {/*スマホ設定*/
.modal-panel {
  width: 80%;
 
  position: relative;
}
.modal-close{position: absolute;top: -120px;right: 0px;font-size: 60px;display: block;color: #fff}
.modal__content{padding: 0px;width: 96%;}
}