@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Vollkorn&display=swap');

.object-fit-img {
  		object-fit: cover;
		width:100%;
		height:100%;
  		font-family: 'object-fit: cover;'
}

/*.firstmove{
	opacity: 0;
}*/

html{
	font-size:62.5%;
}

@media screen and (min-width:751px){
  html {
    min-width: 1245px;
  }
}

img{
	width:100%;
	height:auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

a{
	text-decoration: none;
	color:#7d663e;
}

#loading{
	position: fixed;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	height: 100%;
	z-index:1000;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

#loading.active{
	opacity: 0;
	visibility: hidden;
  z-index: 0;
}

/*fadeanimation*/
	.fadetop{
		position: relative;
		opacity: 0;
		top:50px;
		transition: all 1s;
	}

	.fadetop.active{
		opacity: 1;
		top:0;
	}

@media screen and (min-width:751px){
.sp {
  display: none !important;
}
.pc_none{
	display: none !important;
}

body{
	background:#fff;
	position:relative;
	-webkit-text-size-adjust : 100% !important ;
	font-size:1.4rem;  /*15px*/;
  font-weight: 600;
	color:#000;
	letter-spacing: 0.05em;
	line-height: 1em;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header{
	width:100%;
}

#header .logobox{
	height:126px;
	border-left:14px solid #000;
	float: left;
	padding:0 0 0 40px;
}

#header .logobox img{
	height:70px;
	display: inline-block;
	width:auto;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#header ul{
	float: right;
	margin:0 0 0 0;
}

#header ul li{
	display: table-cell;
	vertical-align: middle;
	height:126px;
	padding:0 30px 0 0;
}

#header ul li.btn.box2{
	padding:0 15px 0 0;
}

#header ul li a{
	display: block;
	height:14px;
	transition: opacity 0.3s;
}

#header ul li.btn a{
	display: block;
	width:130px;
	background:#000;
	color:#fff;
	text-align: center;
	padding:7px 0;
}

#header ul li a img{
	height:100%;
	width:auto;
}


#header ul li a:hover{
	opacity: 0.8;
}

/*common*/
.commontlcont{
	text-align: center;
	margin:0 0 40px 0;
}

.commontlcont .commontl01{
	display: inline-block;
	height: 30px;
	margin:0 0 20px 0;
}

.commontlcont .commontl02{
	display: inline-block;
	height:15px;
	margin:0 0 20px 0;
}

.commontlcont .commontl03{
	display: inline-block;
	height:30px;
	margin:0 0 30px 0;
}

.commontlcont .commontl01 img,
.commontlcont .commontl02 img{
	height:100%;
	width:auto;
}

.commontlcont .commontl03 img{
	height:30px;
	width:auto;
}
    
/* LINE UP 注釈 */
.commontlcont span {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0 0 0 30px;
    vertical-align: middle;
    color: #333;
}

.commontlcont .commonsub01{
	display:block;
}

.commontlcont .commonsub02{
	margin:0 0 20px 0;
}


.commontlcont .commonsub02 span{
	font-size:2.1rem;
	line-height: 4.2rem;
	display: block;
	margin:0 0 10px 0;
}

.headnews{
	text-align: center;
	position: relative;
	z-index:5;
	margin:45px 0 35px 0;
}

.headnews dl{
	display: inline-block;
	line-height: 1.7rem;
	text-align: left;
}

.headnews dl dt{
	float: left;
	color:#000;
	width:105px;
	padding:5px 0;
}

.headnews dl dd{
	float: left;
	border-bottom:1px dashed #000;
	padding:5px 0;
}

.mainbox .inbox{
	position: relative;
	width:100%;
	height:524px;
	margin:0 0 175px 0;
}

.mainbox .bgbox{
	height:524px;
	width:calc(100% - 99px);
	border-bottom-left-radius: 100px;
	background:#6d7e8e;
	left:99px;
	position: absolute;
	z-index:1;
	transition: opacity 1s;
	transition-delay: 0.5s;
	opacity: 0;
}

.mainbox .bgbox2{
	height:524px;
	width:50%;
	position: absolute;
	left:50%;
	top:0;
	background:#6d7e8e;
	z-index:0;
	transition: opacity 1s;
	transition-delay: 0.5s;
	opacity: 0;
}

.mainbox .bgbox.active{
	opacity: 1;
}

.mainbox .bgbox2.active{
	opacity: 1;
}

.mainbox .inner{
	width:1055px;
	margin:0 auto;
	position: relative;
	height:524px;

}

.mainbox .illbox{
	width:905px;
	position: absolute;
	right:0;
	top:-170px;
	z-index:2;
	transition: all 3s;
	transition-delay: 1.5s;
	opacity: 0;
}

.mainbox .illbox2{
	width:905px;
	position: absolute;
	right:0;
	top:-110px;
	z-index:2;
	transition: all 3s;
	transition-delay: 2.5s;
	opacity: 0;
}

.mainbox .tlbox{
	width:198px;
	position: absolute;
	left:0;
	top:45px;
	z-index:3;
	transition: all 3s;
	transition-delay: 4s;
	opacity: 0;
}

.mainbox .illbox.active{
	opacity: 1;
	top:-130px;
}

.mainbox .illbox2.active{
	opacity: 1;
	top:-130px;
}

.mainbox .tlbox.active{
	opacity: 1;
}

.mainfloatbox{
	margin:0 auto 100px;
	width:1055px;
}


.mainfloatbox .leftbox{
	width:550px;
	padding:0 100px 0 0;
	box-sizing: border-box;
	float: left;
}

.mainfloatbox .rightbox{
	width:505px;
	padding:0 100px 0 0;
	box-sizing: border-box;
	float: right;
	position: relative;
}

.mainfloatbox .rightbox .bgbox{
	position: absolute;
	top:0;
	right:0;
	width:calc(100% - 130px);
	z-index:1;
}

.mainfloatbox .rightbox .inbox{
	width:100%;
	position: relative;
	z-index:2;
}

.mainfloatbox .rightbox .inbox .tlbox{
	width:373px;
	margin:0 0 25px 0;
}

.mainfloatbox .rightbox .inbox .txbox{
	line-height: 3.5rem;
}

.pointcont{
	margin:0 0 0 0;
}

.pointcont .innerbox {
	width:1055px;
	margin:0 auto;
}

.pointcont .innerbox .tabbtnbox{
	width:100%;
	display: flex;
	justify-content: space-between;
}

.pointcont .innerbox .tabbtnbox .btn{
	width:calc(100% / 4 - 2rem);
	height:55px;
  margin: 0 1rem;
	border-radius: 15px;
	background:#f1f0ed;
	text-align: center;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
}
.pointcont .innerbox .tabbtnbox .btn span{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.pointcont .innerbox .tabbtnbox .btn.active{
	background:#b5a380;
  color: #fff;
}

.pointcont .innerbox .tabbtnbox .btn:hover{
	background:#b5a380;
  color: #fff;
}

/*.pointcont .innerbox .tabbtnbox .btn.active:after{
	content: "";
	width:40px;
	border-bottom:1px solid #000;
	position: absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -20px;
}*/

.pointcont .innerbox .changebox{
	padding:45px 15px;
	/*background:#6d7e8e;*/
	display: none;
}

.pointcont .innerbox .changebox.active{
	display: block;
}

.pointcont .innerbox .changebox .box{
	margin:0 0 40px 0;
}

.pointcont .innerbox .changebox .box2{
	margin:0 0 30px 0;
}

.pointcont .innerbox .changebox .tlbox{
	height:26px;
	margin:0 0 20px 0;
}

.pointcont .innerbox .changebox .tlbox img,
.pointcont .innerbox .changebox .tlbox02 img,
.pointcont .innerbox .changebox .tlbox03 img{
	width:auto;
	height:100%;
}

.pointcont .innerbox .changebox .txbox{
	line-height: 2.8rem;
}

.pointcont .innerbox .changebox .sub01{
	color:#000;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .tlbox02{
	height:20px;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .subtx{
	line-height: 2.1rem;
}

.pointcont .innerbox .changebox .leftbox{
	width:460px;
	float: left;
}

.pointcont .innerbox .changebox .rightbox{
	width:435px;
	float: right;
}

.pointcont .innerbox .changebox .rightbox .fbox{
	width:50%;
	float: left;
	padding:0 0 0 17px;
	box-sizing: border-box;
	position: relative;
}

.pointcont .innerbox .changebox .rightbox .caption{
	line-height: 2.1rem;
	margin:15px 0 0 0;
}

.pointcont .innerbox .changebox .rightbox .icon{
	position: absolute;
	top:-20px;
	left:-3px;
	width:40px;
}

.pointcont .innerbox .changebox .halfcont{
	width:455px;
	float: left;
}

.pointcont .innerbox .changebox .halfcont.rb{
	width:455px;
	float: right;
}

.pointcont .innerbox .changebox .halfcont .tlbox03{
	height: 45px;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .halfcont .subtx02{
	line-height: 2.1rem;
	width:175px;
	float: left;
}

.pointcont .innerbox .changebox .halfcont .phbox{
	width:264px;
	float: right;
	line-height: 0;
}

.pointcont .innerbox .changebox .threecont{
	width:calc(100% + 40px);
	margin:0 0 0 -40px;
}

.pointcont .innerbox .changebox .threecont .threebox{
	width:calc(33.3333% - 40px);
	margin:0 0 0 40px;
	float: left;
}

.pointcont .innerbox .changebox .threecont .subtx03{
	margin:20px 0 15px 0;
	color:#000;
}

.pointcont .innerbox .changebox .threecont .tlbox04{
	height:19px;
	width:auto;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .threecont .tlbox04 img{
	height: 100%;
	width:auto;
}

.pointcont .innerbox .changebox .threecont .tlbox04 img{
	height: 100%;
	width:auto;
}

.pointcont .innerbox .changebox .threecont .txbox{
	line-height: 2.1rem;
}

.pointcont .innerbox .changebox .threecont .txbox span{
	display: block;
	margin:10px 0 0 0;
	font-size:1.1rem;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox{
	line-height: 0;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph{
	width:133px;
	float: left;
	position: relative;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph.rb{
	float: right;
}


.pointcont .innerbox .changebox .threecont .threebox .phbox .inph .icon{
	width:40px;
	position: absolute;
	top:-20px;
	left:-20px;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph .caption{
	font-size:1.1rem;
	margin:10px 0 0 0;
	line-height: 1.75rem
}

.lineupcont{
	padding:50px 0 0 0;
	/*background:#6d7e8e;*/
	margin:0 0 100px 0;
}

.slidecontainer{
	/*width:1145px;*/
	margin:0 auto;
	position:relative;
	z-index:2;
}

.slidecontainer .slider{
	/*width:1145px;*/
	margin:0 auto;
}

.slidecontainer .slider .phbox{
	margin:20px 0 0 0;
}

.slidecontainer .slider .phbox .inbox{
	/*transform: scale(0.75);*/
	transition: all 0.5s;
	position: relative !important;
}

.slidecontainer .slider .phbox .inbox .overbtn{
	position: absolute;
	width:100%;
	height:100%;
	cursor: pointer;
}


.slidecontainer .slider .phbox .inbox img{
	position: relative;
	z-index:2;
}


.slidecontainer .slider .phbox .inbox .btn{
	height:60px;
	background: #fff;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	transition: all 0.5s;
	z-index:1;
	text-align: center;
}

.slidecontainer .slider .phbox .inbox .btn img{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	width:135px;
	transition: opacity 0.3s;
	cursor: pointer;
}


.slidecontainer .slider .phbox .inbox .btn img:hover{
	opacity: 0.8;
}

/*.slidecontainer .slider .phbox .inbox,
.slidecontainer .slider .phbox.is-active-next .inbox{
	transform: scale(1.1);
}*/

.slidecontainer .slider .phbox .inbox .overbtn,
.slidecontainer .slider .phbox.is-active-next .inbox .overbtn{
	position: absolute;
	width:100%;
	height:calc(100% + 40px);
	z-index:3;
}

.slidecontainer .slider .phbox .inbox .btn {
	bottom:-42px;
}

.slidecontainer .modalcont{
	width:572px;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.14);
	position: absolute;
	z-index:3;
	top:50%;
	left:50%;
	margin:-326px 0 0 -286px;
	display: none;
	background:#fff;
	padding:0 0 30px 0;
}

.slidecontainer .modalcont .box{
	display: none;
}

.slidecontainer .modalcont .close{
	width:42px;
	position:absolute;
	top:0;
	right:0;
	transition: opacity 0.3s;
	z-index:3;
	cursor: pointer;
}

.slidecontainer .modalcont .close:hover{
	opacity: 0.7;
}

.catalogcont{
	padding:90px 0 70px 0;
}

.catalogcont .innerbox{
	width:calc(1055px - 1rem);
	margin:0 auto;
}

.catalogcont .contbox01{
	padding:40px;
	/*background:#dfd7c9;*/
	margin:0 0 40px 0;
	position: relative;
}



.catalogcont .contbox01 .phbox{
	float: right;
	width:500px;
	top:40px;
	right:0;
	padding: 0 0 40px 21px;
	box-sizing: border-box;
}

.catalogcont .contbox01 .leftbox{
	width:calc(467px - 1rem);
	float: left;
	margin:0 0 45px 0;
}


.catalogcont .contbox01 .leftbox .tl{
	font-size:2.1rem;
	color:#fff;
	background:#000;
	padding:15px 25px;
	border-radius: 100px;
	display: inline-block;
	margin:0 0 20px 0;

}

.catalogcont .contbox01 .leftbox .txbox01{
	line-height: 2.8rem;
	margin:0 0 15px 0;
}

.catalogcont .contbox01 .leftbox .subbox{
	padding:20px;
	/*background: #fff;*/
	line-height: 2.1rem;
	margin:0 0 8px 0 ;
}

.catalogcont .contbox01 .leftbox .subbox span{
	margin:0 0 10px 0;
	display: block;
	font-weight: 600;
}

.catalogcont .contbox01 .leftbox .caption{
	font-size:1.1rem;
	line-height: 1.7rem;
}

.catalogcont .contbox02{
	padding:40px;
	background:#dfd7c9;
	margin:0 0 0 0;
	position: relative;
	border-radius: 20px;
}

.catalogcont .contbox02 .phbox{
	position: absolute;
	width:436px;
	top:-60px;
	right:-50px;
}

.catalogcont .contbox02 .leftbox{
	width:642px;
	float: left;
	margin:0 0 0 0;
}


.catalogcont .contbox02 .leftbox .tl{
	font-size:3.5rem;
	line-height: 5.6rem;
	color:#000;
	font-weight: 500;
	margin:0 0 20px 0;
}

 .catalogcont-ttl {
   color: #fff;
   font-size: 21px;
   padding: 20px 40px;
 }

.calendercont{
	padding:50px 0 70px 0;
	/*background:#6d7e8e;*/
}

.calendercont .innerbox{
	width: calc(1055px - 1rem);
	margin:0 auto;
}

.calendercont .innerbox iframe{
	width:100%;
}

.calendercont .innerbox .view-container-border{
	padding:0 0 !important;
}

.calendercont .innerbox .mv-daynames-table{
	background:#000 !important;

}

.aboutcont{
	padding:70px 0;
	/*background:#6d7e8e;;*/
}

.aboutcont .innerbox{
	width:1055px;
	margin:0 auto;
	text-align: center;
}

.aboutcont .innerbox table{
	display: inline-block;
	line-height: 2.8rem;
	text-align: left;
}

.aboutcont .innerbox table td:first-child{
	padding:0 20px 0 0;
}

.mapcont{
	padding:70px 0 70px 0;
	/*background:#fff;*/
	/*margin:0 0 100px 0;*/
}

.mapcont .innerbox{
	width:100%;
	margin:0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.mapcont .innerbox iframe{
	width:100%;
}

.instacont{
	padding:0 0 150px 0;
	text-align: center;
}

.instacont .innerbox{
	display: inline-block;
}

.instacont .innerbox .insta-rogo{
	width:160px;
	margin:0 auto 10px;
}

.contactcont{
	/*margin:0 0 50px 0;*/
  padding: 50px;
}

.contactcont .innerbox{
	width:calc(1055px - 1rem);
	margin:0 auto;
}

.contactcont .innerbox .pt{
	padding-top:100px;
}

.contactcont .innerbox p.tel{
	display: inline;
	height:100%;
}


.contactcont .innerbox .subtl{
	font-size:2.1rem;
	margin:0 0 50px 0;
	text-align: center;
}

.contactcont .innerbox .formbox{
    display: none;
	padding:40px 0 55px 0;
	background:#fff;
}

.contactcont .innerbox .formbox.box2{
	margin:150px 0;
}

/*form*/

	.formbox .checktx{
		color:#c30d23;
		font-size:0.9em;
		text-align:right;
		margin:40px 0 0 0;
	}

	.formbox.kakunin .tx2{
		margin:0 0 50px 0;
	}

	.formbox table{
		width:776px;
		margin:0 auto;
	}

	.formbox table tr{
	}

	.formbox table tr td{
		padding:10px 0 10px 30px;
		line-height: 1.7em;
		box-sizing: border-box;
		width:100%;
	}

	.formbox.kakunin table tr td{
		padding:15px 0 15px 30px;
		line-height: 1.7em;
		box-sizing: border-box;
		width:100%;

	}

	.formbox.kakunin .tx2{
		line-height: 2em;

	}

	.formbox table tr td.td2{
		padding:15px 0 15px 30px;
		vertical-align: top;
	}

	.formbox table tr td.blockbox{
		display: block;
		padding:10px 0;
		width:100% !important;
		box-sizing: border-box;
	}

	.formbox table tr th{
		width:240px;
		vertical-align: top;
		font-weight:600;
		padding:0 0 15px 0;
		line-height: 1.7em;
		display: inline-block;
		text-align: left;
	}

	.formbox table tr td span.check{
		color:#fff;
		margin:-2px 0 0 5px;
		vertical-align:middle;
		background:#957b4a;
		font-size:1.2rem;
		padding:2px 10px;
		float: right;
		display: inline-block;
	}

  .formbox table tr td.howtoknow span.check {
    float: none;
  }

	.formbox table tr td.td3 span.check{
		color:#c30d23;
		margin:0 0 0 5px;
		vertical-align:middle;
	}

	.formbox table tr td:first-child{
		padding:22.5px 0 0 0;
		width:240px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;

	}

	.formbox table tr td .tinbox{
		width:240px;
	}

	.formErrorContent{
		background:none !important;
		color:#ee0101 !important;
		font-size:1.2rem !important;
		padding:5px 0 !important;
		min-width: 100px !important;
		display: inline-block !important;
	}

	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}

	input[type="text"],input[type="email"]{
		padding:15px;
		width:420px;
		box-sizing: border-box;
		font-size:1em;
		background:#fff;
		border: 1px solid #000;
	}

	input.box2{
		width:168px;
		margin:0 15px;
	}

	.alink{
		color:#000;
		display: inline-block;
		padding:0 0 3px 0;
		border-bottom:1px solid #000;
		transition: opacity 0.3s;
	}

	.alink:hover{
		opacity: 0.8;
	}

	.abtnbox{
		margin:15px 0 0 0;
	}

	.abtnbox .abtn{
		cursor: pointer;
		background-color:rgba(0,0,0,0.7);
		color:#fff;
		padding:5px 15px;
		display: inline-block;
		margin:0 15px 0 0;
		transition: opacity 0.3s;
	}

	.abtnbox .abtn:hover{
		opacity: 0.8;
	}

	.cbtnbox{
		text-align: center;
		margin:50px 0 0 0;
	}

	.cbtnbox.box2{
		text-align: center;
		margin:0 0 0 0;
	}

	.formcaption{
		font-size:1.2rem;
		line-height: 2.1rem;
		padding:30px 0 0 0;
		width:776px;
		margin:0 auto;
	}

	button[type="submit"].btn01{
		width:310px;
		border:2px solid #7d663e;
		color:#7d663e;
		display: block;
		margin:0 auto;
		text-align: center;
		font-size:2.1rem;
		background:#fff;
		padding:20px 0 17px 0;
		transition: opacity 0.3s;
		cursor: pointer;
	}

	button[type="submit"].btn01:after{
		content: "";
		width:12px;
		height: 16px;
		/*background:url("/images/arrow.png") no-repeat;*/
		background:url("../images/top/icon_arrow.png") no-repeat;
		background-size:12px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}

	button[type="submit"].btn01:hover{
		opacity: 0.8;
	}

	a.btn02{
		color:#333;
		border:none;
		font-weight: bold;
		font-size:1em;
		cursor: pointer;
		margin:50px 0 0 0;
		transition:all 0.3s;
		opacity:1;
		display: inline-block;
		letter-spacing:0.1em;
		text-decoration: none;
	}

	.atx{
		display: inline-block;
	}

	input[type="submit"]:hover{
		opacity:0.8;

	}

	::-webkit-input-placeholder {
  	color: #666;
	}
	::-moz-placeholder {
  	color: #666; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #666;
	}

	select{
		width: 100%;
		padding: 15px 0 15px 15px;
		outline: none;
		font-size:1em;
		margin:0 0 0 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		line-height: 1;
		display: inline-block;
		border:none;
		background: url("/campaign2019/images/select_arrow.png") no-repeat ,#fff;
		background-size:10px;
		background-position: left 0 top 50%;
		box-sizing: border-box;
	}

	select::-ms-expand {
    	display: none;
	}

	.mwform-radio-field {
		margin:0 20px 0 0;
		display: inline-block;
	}
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position:relative;
		font-weight: normal;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:20px;
    	height:20px;
    	background:url("/campaign2019/images/radio.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:20px;
    	height:20px;
    	background:url("/campaign2019/images/radio_on.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}

	.mwform-radio-field input[type="checkbox"]{
		display: none;
	}
	.mwform-radio-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
	}
	.mwform-radio-field input[type="checkbox"] + span::before{
  		margin:-2px 15px 0 0;
    	content:" ";
    	display:inline-block;
    	width:25px;
    	height:25px;
    	background:url("/campaign2019/images/check.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}
	.mwform-radio-field input[type="checkbox"]:checked + span::before{
  		margin:-2px 15px 0 0;
    	content:" ";
    	display:inline-block;
    	width:25px;
    	height:25px;
    	background:url("/campaign2019/images/check_on.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}

	textarea{
		padding:15px;
		font-size: 1em;
		width:100%;
		box-sizing: border-box;
		background:#fff;
		border:1px solid #000;
		min-height:245px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		line-height: 2rem;
	}

/*.contactcont .innerbox .formbox{
	display: none;
}*/

.contactcont .innerbox .formbox.active{
	display: block;
}

.contactcont .innerbox .formbox.kakunin{
	display: block;
}

.contactcont .innerbox .ftabbtnbox{
	width:100%;
	display: flex;
	justify-content: space-between;
}

.contactcont .innerbox .ftabbtnbox .btn{
	width:calc(100% / 2 - 2rem);
  margin: 0 1rem;
	height:55px;
	border-radius: 15px;
	background:#efebe4;
	text-align: center;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
	line-height: 1.7rem;
}
.contactcont .innerbox .ftabbtnbox .btn span{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.contactcont .innerbox .ftabbtnbox .btn.active{
	background:#b5a380;
  color: #fff;
}

.contactcont .innerbox .ftabbtnbox .btn:hover{
	background:#957b4a;
  color: #fff;
}

/*.contactcont .innerbox .ftabbtnbox .btn.active:after{
	content: "";
	width:40px;
	border-bottom:1px solid #000;
	position: absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -20px;
}*/

/*exhibition*/

.exhibitionbox{
	padding:50px 0 70px 0;
	background:#fff;
}

.exhibitionbox .innerbox{
	width:calc(1055px - 1rem);
	margin:0 auto;
}

.exhibitionbox .innerbox .leftbox{
	width:calc(355px - 1rem);
	float: left;
}

.exhibitionbox .innerbox .leftbox .commontlcont{
	display: inline-block;
}

.exhibitionbox .innerbox .rightbox{
	width:700px;
	float: right;
}

.exhibitionbox .innerbox .rightbox .pobox{
	line-height: 2.8rem;
	position: relative;
}

.exhibitionbox .innerbox .rightbox table{
	width:100%;
}

.exhibitionbox .innerbox .rightbox table tr td{
	border-top:1px solid #000;
	vertical-align: middle;
	padding:20px 0;
}

.exhibitionbox .innerbox .rightbox table td.border-bottom {
  border-bottom: 1px solid #000;
}

.exhibitionbox .innerbox .rightbox table tr td:first-child{
	width:130px;
}

.exhibitionbox .innerbox .rightbox table tr td span{
	width:100px;
	color:#fff;
	display: inline-block;
	padding:5px 0;
	text-align: center;
	background:#957b4a;
}

.exhibitionbox .innerbox .rightbox table tr td td{
	border-top:none;
	border-bottom:none;
	padding:0;
	width:70px !important;
	vertical-align: top;
}

.exhibitionbox .innerbox .rightbox table tr td td.second{
	padding:0 100px 0 0;
	width:calc(100% - 70px) !important;
}

.exhibitionbox .innerbox .rightbox a{
	display:block;
	position: absolute;
	top:50%;
	right:30px;
	margin:-10px 0 0 0;
	transition: opacity 0.3s;
}

.exhibitionbox .innerbox .rightbox a:hover{
	opacity: 0.8;
}

.exhibitionbox .innerbox .rightbox a:after{
	content:"";
	width:18px;
	height:19px;
	background:url(/images/blank.png) no-repeat;
	background-size:18px;
	display: inline-block;
	margin:0 0 0 3px;
	position: relative;
	top:2px;
}


/*newsbox*/

.newsbox{
	padding:70px 0;
	background:#fff;
}

.newsbox .innerbox{
	width:1055px;
	margin:0 auto;
}

.newsbox .innerbox .leftbox{
	width:355px;
	float: left;
}

.newsbox .innerbox .leftbox .commontlcont{
	display: inline-block;
}

.newsbox .innerbox .rightbox{
	width:700px;
	float: right;
}

.newsbox .innerbox .rightbox .newscont{
	border-top:1px dashed #000;
	line-height: 2.8rem;
}

.newsbox .innerbox .rightbox dl{
	width:100%;
	border-bottom:1px dashed #000;
	padding:25px 0;
	cursor: pointer;
	transition: opacity 0.3s;
}

.newsbox .innerbox .rightbox dl:hover{
	opacity:0.8;
}

.newsbox .innerbox .rightbox dl dt{
	width:165px;
	float: left;
	padding:0 0 0 30px;
	box-sizing: border-box;
}

.newsbox .innerbox .rightbox dl dd{
	float: left;
	padding:0 30px 0 0;
	width:calc(100% - 165px);
	box-sizing: border-box;
}

.newsbox .innerbox .rightbox .ntxbox{
	display: none;
}

.newsbox .innerbox .rightbox .ntxbox .inbox{
	/*background:#6d7e8e;*/
	padding:25px 30px;
	border-bottom:1px dashed #000;
}

.newsbox .innerbox .rightbox .ntxbox .inbox a{
	text-decoration: underline;
}

.newsbox .rightbox .newscont .newsli{
 	display:block;
}

.newsbox .rightbox .newscont .newsli.is-hidden{
 	display:none;
}

.newsbox .morebtn{
	margin:30px 0 0 30px;
	cursor:pointer;
}

#footer{
	padding:50px 0;
	background:#957b4a;
	color:#fff;
	text-align: center;
}

.fixedbtn{
	width:35px;
	position: fixed;
	right:-40px;
	top:50%;
	z-index:5;
	margin:-142px 0 0 0;
	transition: all 0.5s;
}

.fixedbtn.active{
	right:0;
}

.fixedbtn a{
	display: block;
	color:#fff;
	width:35px;
	background:#000;
	text-align: center;
	height:140px;
	transition: background 0.3s;
}

.fixedbtn a:hover{
	background:#B29D7B;
}

.fixedbtn a:first-child{
	margin:0 0 15px 0;
}

.fixedbtn a span{
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	letter-spacing: 0.1em;
}

#point,#exhibition{margin-top:-60px; padding-top:60px;}

a.arrowbtn{
	width:270px;
	border:2px solid #000;
	color:#000;
	display: block;
	margin:0 auto;
	text-align: center;
	font-size:1.9rem;
	background:#fff;
	padding:20px 0 17px 0;
	transition: opacity 0.3s;
}

a.arrowbtn.box2{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	margin-top:85px;
	display: inline-block;
}

a.arrowbtn.box3{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	display: inline-block;
}

a.arrowbtn.box4{
	width:310px;
	display: inline-block;
}

a.arrowbtn.box4.mr{
	margin:0 10px 0 0;
}

a.arrowbtn:after{
	content: "";
	width:12px;
	height: 16px;
	background:url("/images/arrow.png") no-repeat;
	background-size:12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-2px;
	margin:0 0 0 5px;
}

a.arrowbtn:hover{
	opacity: 0.8;
}

}

@media screen and (max-width:750px){
	.pc {
    display: none !important;
  }
.sp_none{
	display: none !important;
}

body{
	background:#fff;
	position:relative;
	-webkit-text-size-adjust : 100% !important ;
	font-size:1.4rem;  /*14px*/;
	color:#000;
	letter-spacing: 0.05em;
	line-height: 1em;
	min-width: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

#header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:10;
}

#header .logobox{
	height:50px;
	border-left:7px solid #000;
	float: left;
	padding:0 0 0 calc(5% - 7px);
}

#header .logobox img{
	height:40px;
	display: inline-block;
	width:auto;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#header .menu{
	height:50px;
	float: right;
}

#header .menu img{
	height:50px;
	width:auto;
}

#header .catalog{
	height:50px;
	float: right;
	letter-spacing: 0;
}

#header .catalog a{
	display: block;
}

#header .catalog img{
	height:50px;
	width:auto;
}

#header ul{
	position: fixed;
	top:50px;
	left:0;
	width:100%;
	overflow-y: auto;
	margin:0 0 0 0;
	padding:0 0;
	display: none;
}

#header ul li{
	background:#6d7e8e;
}

#header ul li:first-child{
	padding:15px 0 0 0;
}

#header ul li:last-child{
	padding-bottom:30px !important;
}

#header ul li.btn{
	padding:15px 10%;
}

#header ul li a{
	display: block;
	height:14px;
	transition: opacity 0.3s;
	text-align: center;
	padding:15px 0;
}

#header ul li.btn a{
	display: block;
	width:100%;
	background:#af9c77;
	color:#fff;
	text-align: center;
	padding:10px 0;
}

#header ul li a img{
	height:14px;
	width:auto;
}


#header ul li a:hover{
	opacity: 0.8;
}

/*common*/
.commontlcont{
	text-align: center;
	margin:0 0 40px 0;
}
    
/* LINE UP 注釈 */
.commontlcont span {
    font-size: 1.2rem;
    display: block;
    font-weight: 400;
    padding: 0 0 20px 0;
    vertical-align: middle;
    color: #333;
    line-height: 2rem;
    text-indent: -13px;
    padding-left: 13px;
}

.commontlcont .commontl01{
	display: inline-block;
	height:20px;
	margin:0 0 20px 0;
}

.commontlcont .commontl02{
	display: inline-block;
	height:15px;
	margin:0 0 20px 0;
}

.commontlcont .commontl03{
	display: inline-block;
	height:25px;
	margin:0 0 30px 0;
}

.commontlcont .commontl01 img,
.commontlcont .commontl02 img{
	height:100%;
	width:auto;
}

.commontlcont .commontl03 img{
	height:30px;
	width:auto;
}

.commontlcont .commonsub01{
	display:block;
	padding:0 5%;
	line-height: 140%;
}

.commontlcont .commonsub02{
	margin:0 0 20px 0;
}


.commontlcont .commonsub02 span{
	font-size:2.1rem;
	line-height: 4.2rem;
	display: block;
	margin:0 0 10px 0;
}

.headnews{
	text-align: center;
	position: relative;
	z-index:5;
	width:90%;
	margin:20px auto 0;
}

.headnews dl{
	width:100%;
	display: inline-block;
	line-height: 1.7rem;
	text-align: left;
	margin:20px 0 35px 0;
}

.headnews dl dt{
	color:#000;
	width:100%;
	padding:5px 0;
}

.headnews dl dd{
	width:100%;
	border-bottom:1px dashed #000;
	padding:5px 0;
	line-height: 1.7em;
}

.mainbox .inbox{
	position: relative;
	width:100%;
	height:504px;
	margin:0 0 70px 0;
	overflow: hidden;
}

.mainbox .bgbox{
	height:300px;
	width:calc(100% - 99px);
	border-bottom-left-radius: 50px;
	background:#6d7e8e;
	left:70px;
	top:75px;
	position: absolute;
	z-index:1;
	transition: opacity 1s;
	transition-delay: 0.5s;
	opacity: 0;
}

.mainbox .bgbox2{
	height:300px;
	width:50%;
	position: absolute;
	left:50%;
	top:75px;
	background:#6d7e8e;
	z-index:0;
	transition: opacity 1s;
	transition-delay: 0.5s;
	opacity: 0;
}

.mainbox .bgbox.active{
	opacity: 1;
}

.mainbox .bgbox2.active{
	opacity: 1;
}

.mainbox .inner{
	width:90%;
	margin:0 auto;
	position: relative;
	height:504px;

}

.mainbox .illbox{
	width:600px;
	position: absolute;
	right:-180px;
	top:-30px;
	z-index:2;
	transition: all 3s;
	transition-delay: 1.5s;
	opacity: 0;
}

.mainbox .illbox2{
	width:490px;
	position: absolute;
	right:-110px;
	top:70px;
	z-index:2;
	transition: all 3s;
	transition-delay: 2.5s;
	opacity: 0;
}

.mainbox .tlbox{
	width:140px;
	position: absolute;
	left:30px;
	top:0;
	z-index:3;
	transition: all 3s;
	transition-delay: 4s;
	opacity: 0;
}

.mainbox .illbox.active{
	opacity: 1;
	top:5px;
}

.mainbox .illbox2.active{
	opacity: 1;
	top:35px;
}

.mainbox .tlbox.active{
	opacity: 1;
}

.mainfloatbox{
	margin:0 auto 50px;
	width:90%;
}


.mainfloatbox .leftbox{
	width:100%;
	padding:0 0 40px 0;
	box-sizing: border-box;
	float: none;
}

.mainfloatbox .rightbox{
	width:100%;
	padding:0 0 0 0;
	box-sizing: border-box;
	position: relative;
}

.mainfloatbox .rightbox .bgbox{
	position: absolute;
	top:20%;
	right:0;
	width:calc(90%);
	max-width: 300px;
	z-index:1;
}

.mainfloatbox .rightbox .inbox{
	width:100%;
	position: relative;
	z-index:2;
}

.mainfloatbox .rightbox .inbox .tlbox{
	width:100%;
	margin:0 0 25px 0;
}

.mainfloatbox .rightbox .inbox .txbox{
	line-height: 3.5rem;
	text-align: center;
}

.pointcont{
	margin:0 0 0 0;
}

.pointcont .innerbox {
	width:90%;
	margin:0 auto;
}

.pointcont .innerbox .tabbtnbox{
	width:100%;
}

.pointcont .innerbox .tabbtnbox .btn{
	width:calc(100% / 4);
	height:55px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background:#fff;
	text-align: center;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
	line-height: 1.7rem;
}
.pointcont .innerbox .tabbtnbox .btn span{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.pointcont .innerbox .tabbtnbox .btn.active{
	background:#6d7e8e;
}

.pointcont .innerbox .tabbtnbox .btn:hover{
	background:#6d7e8e;
}

.pointcont .innerbox .tabbtnbox .btn.active:after{
	content: "";
	width:40px;
	border-bottom:1px solid #000;
	position: absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -20px;
}

.pointcont .innerbox .changebox{
	padding:40px 5%;
	background:#6d7e8e;
	display: none;
}

.pointcont .innerbox .changebox.active{
	display: block;
}

.pointcont .innerbox .changebox .box{
	margin:0 0 40px 0;
}

.pointcont .innerbox .changebox .box2{
	margin:0 0 30px 0;
}

.pointcont .innerbox .changebox .tlbox{
	width:100%;
	margin:0 0 20px 0;
	font-size:2.5rem;
	font-weight: 600;
	line-height: 3.5rem;
	color:#000;
}

.pointcont .innerbox .changebox .tlbox img{
	width:100%;
	height:auto;
}

.pointcont .innerbox .changebox .tlbox02 img,
.pointcont .innerbox .changebox .tlbox03 img{
	height:100%;
	width:auto;
}

.pointcont .innerbox .changebox .txbox{
	line-height: 2.8rem;
}

.pointcont .innerbox .changebox .sub01{
	color:#000;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .tlbox02{
	height:19px;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .subtx{
	line-height: 2.1rem;
}

.pointcont .innerbox .changebox .leftbox{
	width:100%;
	float: none;
	margin:0 0 40px 0;
}

.pointcont .innerbox .changebox .rightbox{
	width:calc(100% + 15px);
	float: none;
	margin:0 0 40px -15px;
}

.pointcont .innerbox .changebox .rightbox .fbox{
	width:50%;
	float: left;
	padding:0 0 0 15px;
	box-sizing: border-box;
	position: relative;
}

.pointcont .innerbox .changebox .rightbox .fbox:first-child{
	width:50%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.pointcont .innerbox .changebox .rightbox .caption{
	line-height: 2.1rem;
	margin:15px 0 0 0;
}

.pointcont .innerbox .changebox .rightbox .icon{
	position: absolute;
	top:-20px;
	left:-3px;
	width:40px;
}

.pointcont .innerbox .changebox .halfcont{
	width:100%;
	float: none;
	margin:0 0 40px 0;
}

.pointcont .innerbox .changebox .halfcont.rb{
	width:100%;
	float: none;
	margin:0 0 0 0;
}

.pointcont .innerbox .changebox .halfcont .tlbox03{
	height: 45px;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .halfcont .subtx02{
	line-height: 2.1rem;
	width:100%;
	float: none;
	margin:0 0 20px 0;
}

.pointcont .innerbox .changebox .halfcont .phbox{
	width:100%;
	float: none;
	line-height: 0;
}

.pointcont .innerbox .changebox .threecont{
	width:calc(100% );
	margin:0 0 0 0;
}

.pointcont .innerbox .changebox .threecont .threebox{
	width:calc(100%);
	margin:0 0 40px 0;
	float: none;
}

.pointcont .innerbox .changebox .threecont .threebox:last-child{
	width:calc(100%);
	margin:0 0 0 0;
	float: none;
}

.pointcont .innerbox .changebox .threecont .subtx03{
	margin:20px 0 15px 0;
	color:#000;
}

.pointcont .innerbox .changebox .threecont .tlbox04{
	height:19px;
	width:auto;
	margin:0 0 15px 0;
}

.pointcont .innerbox .changebox .threecont .tlbox04 img{
	height: 100%;
	width:auto;
}

.pointcont .innerbox .changebox .threecont .tlbox04 img{
	height: 100%;
	width:auto;
}

.pointcont .innerbox .changebox .threecont .txbox{
	line-height: 2.1rem;
}

.pointcont .innerbox .changebox .threecont .txbox span{
	display: block;
	margin:10px 0 0 0;
	font-size:1.1rem;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox{
	line-height: 0;
	width:calc(100% );
	margin:0 0 20px 0;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox.box2{
	line-height: 0;
	width:calc(100% + 15px);
	margin:0 0 20px -15px;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph{
	width:50%;
	box-sizing: border-box;
	position: relative;
	padding:0 0 0 15px;
	float: left;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph.rb{
}


.pointcont .innerbox .changebox .threecont .threebox .phbox .inph .icon{
	width:40px;
	position: absolute;
	top:-20px;
	left:-5px;
}

.pointcont .innerbox .changebox .threecont .threebox .phbox .inph .caption{
	font-size:1.1rem;
	margin:10px 0 0 0;
	line-height: 1.75rem
}

.lineupcont{
	padding:30px 0 0 0;
	margin:0 0 30px 0;
}

.slidecontainer{
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.slidecontainer .slider{
	width:100%;
	margin:0 auto;
}

/*.slidecontainer .slider .phbox{
	margin:20px 0 60px 0;
}*/

.slidecontainer .slider .phbox .inbox{
	transform: scale(0.75);
	transition: all 0.5s;
	position: relative !important;
}


.slidecontainer .slider .phbox .inbox .overbtn{
	position: absolute;
	width:100%;
	height:100%;
}


.slidecontainer .slider .phbox .inbox img{
	position: relative;
	z-index:2;
  padding-top: 23px;
}


.slidecontainer .slider .phbox .inbox .btn {
	height:60px;
	background: #fff;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	transition: all 0.5s;
	z-index:1;
	text-align: center;
}

.slidecontainer .slider .phbox .inbox .btn img{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	width:135px;
	transition: opacity 0.3s;
	cursor: pointer;
}


.slidecontainer .slider .phbox .inbox .btn img:hover{
	opacity: 0.8;
}

.slidecontainer .slider .phbox .inbox,
.slidecontainer .slider .phbox.is-active-next .inbox{
	transform: scale(1);
}

.slidecontainer .slider .phbox .inbox .overbtn,
.slidecontainer .slider .phbox.is-active-next .inbox .overbtn{
	position: absolute;
	width:100%;
	height:calc(100% + 40px);
	z-index:3;
}

.slidecontainer .slider .phbox .inbox .btn {
	bottom:-42px;
}

.slidecontainer .modalcont{
	width:90%;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.14);
	position: absolute;
	z-index:8;
	top:50%;
	left:50%;
	margin:-55% 0 0 -45%;
	display: none;
	background:#fff;
	padding:0 0 30px 0;
}

.slidecontainer .modalcont .box{
	display: none;
}

.slidecontainer .modalcont .close{
	width:42px;
	position:absolute;
	top:0;
	right:0;
	transition: opacity 0.3s;
	z-index:3;
	cursor: pointer;
}

.slidecontainer .modalcont .close:hover{
	opacity: 0.7;
}

.catalogcont{
	padding:50px 0 50px 0;
}

.catalogcont .innerbox{
	width:90%;
	margin:0 auto;
}

.catalogcont .contbox01{
	padding:20px 5%;
	position: relative;
}

.catalogcont .contbox01 .tc {
	margin-top: 30px;
}

.catalogcont .contbox01 .phbox{
	position: relative;
	width:120%;
	margin:0 0 10px -10%;
}

.catalogcont .contbox01 .leftbox{
	width:100%;
	float: none;
	margin:0 0 20px 0;
}


.catalogcont .contbox01 .leftbox .tl{
	font-size:2.1rem;
	color:#fff;
	line-height: 3rem;
	background:#000;
	padding:15px 25px;
	border-radius: 100px;
	display: inline-block;
	margin:0 0 20px 0;
	width:100%;
	box-sizing: border-box;
	text-align: center;

}

.catalogcont .contbox01 .leftbox .txbox01{
	line-height: 2.8rem;
	margin:0 0 15px 0;
}

.catalogcont .contbox01 .leftbox .subbox{
	padding:20px;
	line-height: 2.1rem;
	margin:0 0 8px 0 ;
}

.catalogcont .contbox01 .leftbox .subbox span{
	margin:0 0 10px 0;
	display: block;
	font-weight: 600;
}

.catalogcont .contbox01 .leftbox .caption{
	font-size:1.1rem;
	line-height: 1.7rem;
}

.catalogcont .contbox02{
	padding:60% 5% 40px 5%;
	background:#dfd7c9;
	margin:0 0 0 0;
	position: relative;
	border-radius: 10px;
}

.catalogcont .contbox02 .phbox{
	position: absolute;
	width:100%;
	top:-30px;
	left:50%;
	margin:0 0 0 -50%;
}

.catalogcont .contbox02 .leftbox{
	width:100%;
	float: none;
	margin:0 0 0 0;
}


.catalogcont .contbox02 .leftbox .tl{
	font-size:2.5rem;
	line-height: 3.5rem;
	color:#000;
	font-weight: 500;
	margin:0 0 20px 0;

}

.calendercont{
	padding:50px 0 50px 0;
	background:#6d7e8e;
}

.calendercont .innerbox{
	width:90%;
	margin:0 auto;
}

.calendercont .innerbox iframe{
	width:100%;
}

.calendercont .innerbox .view-container-border{
	padding:0 0 !important;
}

.calendercont .innerbox .mv-daynames-table{
	background:#000 !important;

}

.aboutcont{
	padding:50px 0;
	background:#6d7e8e;
}

.aboutcont .innerbox{
	width:90%;
	margin:0 auto;
	text-align: center;
}

.aboutcont .innerbox table{
	display: inline-block;
	line-height: 2.8rem;
	text-align: left;
}

.aboutcont .innerbox table td:first-child{
	padding:0 10px 0 0;
	width:90px;
}

.mapcont{
	padding:50px 0 0 0;
	background:#fff;
	margin:0 0 50px 0;
}

.mapcont .innerbox{
	width:100%;
	margin:0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	height:70vh;
	position: relative;
}

.mapcont .innerbox iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.instacont{
	padding:0 0 50px 0;
	text-align: center;
}

.instacont .innerbox{
	display: inline-block;
}

.instacont .innerbox .insta-rogo{
	width:160px;
	margin:0 auto 10px;
}

.contactcont{
	margin:0 0 0 0;
}

.contactcont .innerbox{
	width:100%;
	margin:0 auto;
}

.contactcont .innerbox .pt{
	padding-top:100px;
}

.contactcont .innerbox p.tel{
	display: inline;
	height:100%;
}


.contactcont .innerbox .subtl{
	font-size:2.1rem;
	margin:0 0 50px 0;
	text-align: center;
}

.contactcont .innerbox .formbox{
	padding:40px 0 40px 0;
	/*background:#6d7e8e;*/
	width:100%;
	margin:0 auto;
}

.contactcont .innerbox .formbox.box2{
	margin:100px 0;
}

/*form*/

	.formbox .checktx{
		color:#c30d23;
		font-size:0.9em;
		text-align:right;
		margin:40px 0 0 0;
	}

	.formbox.kakunin .tx2{
		margin:0 auto 40px;
		width:90%;
		text-align: left;
	}

	.formbox table{
		width:90%;
		margin:0 auto;
	}

	.formbox table tr{
	}

	.formbox table tr td{
		padding:10px 0 10px 0;
		line-height: 1.7em;
		box-sizing: border-box;
		width:100%;
		display: block;
	}

	.formbox.kakunin table tr td{
		padding:0 0 30px 0;
		line-height: 1.7em;
		box-sizing: border-box;
		width:100%;

	}

	.formbox.kakunin .tx2{
		line-height: 2em;

	}

	.formbox table tr td.td2{
		padding:15px 0 15px 0;
		vertical-align: top;
	}

	.formbox table tr td.blockbox{
		display: block !important;
		padding:10px 0;
		width:100%;
		box-sizing: border-box;
	}

	.formbox table tr th{
		width:100%;
		vertical-align: top;
		font-weight:600;
		padding:0 0 15px 0;
		line-height: 1.7em;
		display: inline-block;
		text-align: left;
	}

	.formbox table tr td span.check{
		color:#fff;
		margin:-2px 0 0 10px;
		vertical-align:middle;
		background:#957b4a;
		font-size:1.2rem;
		padding:2px 10px;
		float: none;
		display: inline-block;
	}

	.formbox table tr td.td3 span.check{
		color:#c30d23;
		margin:0 0 0 5px;
		vertical-align:middle;
	}

	.formbox table tr td:first-child{
		padding:22.5px 0 0 0;
		width:100%;
		box-sizing: border-box;
		position: relative;
		display: inline-block;

	}

	.formErrorContent{
		background:none !important;
		color:#ee0101 !important;
		font-size:1.2rem !important;
		padding:5px 0 !important;
		min-width: 100px !important;
		display: inline-block !important;
	}

	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}

	input[type="text"],input[type="email"]{
		padding:15px;
		width:100%;
		box-sizing: border-box;
		font-size:1em;
		background:#fff;
		border: 1px solid #000;
		border-radius: 0;
		box-shadow: none;
		-webkit-appearance: none;
	}

	input.box2{
		width:130px;
		margin:0 15px;
	}

	.atx{
		display: inline-block;
		width:150px;
		font-size:1.2rem;
		vertical-align: middle;
		line-height: 1.7rem;
		margin:0 0 0 15px;
	}

	.alink{
		color:#000;
		display: inline-block;
		padding:0 0 3px 0;
		border-bottom:1px solid #000;
		transition: opacity 0.3s;
	}

	.alink:hover{
		opacity: 0.8;
	}

	.abtnbox{
		margin:15px 0 0 0;
	}

	.abtnbox .abtn{
		cursor: pointer;
		background-color:rgba(0,0,0,0.7);
		color:#fff;
		padding:5px 15px;
		display: inline-block;
		margin:0 0 10px 0;
		transition: opacity 0.3s;
	}

	.abtnbox .abtn:hover{
		opacity: 0.8;
	}

	.blockbox label{
		display: inline-block;
	}

	.cbtnbox{
		text-align: center;
		margin:50px 0 0 0;
	}

	.cbtnbox.box2{
		text-align: center;
		margin:0 0 0 0;
	}

	.formcaption{
		font-size:1.2rem;
		line-height: 2.1rem;
		padding:30px 0 0 0;
		width:90%;
		margin:0 auto;
	}

	button[type="submit"].btn01{
		width:310px;
		border:2px solid #7d663e;
		color:#7d663e;
		display: block;
		margin:0 auto;
		text-align: center;
		font-size:2.1rem;
		background:#fff;
		padding:20px 0 17px 0;
		transition: opacity 0.3s;
		cursor: pointer;
	}

	button[type="submit"].btn01:after{
		content: "";
		width:12px;
		height: 16px;
		background:url("../images/top/icon_arrow.png") no-repeat;
		background-size:12px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 12px;
	}

	button[type="submit"].btn01:hover{
		opacity: 0.8;
	}

	a.btn02{
		color:#333;
		border:none;
		font-weight: bold;
		font-size:1em;
		cursor: pointer;
		margin:50px 0 0 0;
		transition:all 0.3s;
		opacity:1;
		display: inline-block;
		letter-spacing:0.1em;
		text-decoration: none;
	}

	input[type="submit"]:hover{
		opacity:0.8;

	}

	::-webkit-input-placeholder {
  	color: #666;
	}
	::-moz-placeholder {
  	color: #666; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #666;
	}

	select{
		width: 100%;
		padding: 15px 0 15px 15px;
		outline: none;
		font-size:1em;
		margin:0 0 0 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		line-height: 1;
		display: inline-block;
		border:none;
		background: url("/campaign2019/images/select_arrow.png") no-repeat ,#fff;
		background-size:10px;
		background-position: left 0 top 50%;
		box-sizing: border-box;
	}

	select::-ms-expand {
    	display: none;
	}

	.mwform-radio-field {
		margin:0 20px 0 0;
		display: inline-block;
	}
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position:relative;
		font-weight: normal;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:20px;
    	height:20px;
    	background:url("/campaign2019/images/radio.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:20px;
    	height:20px;
    	background:url("/campaign2019/images/radio_on.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}

	.mwform-radio-field input[type="checkbox"]{
		display: none;
	}
	.mwform-radio-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
	}
	.mwform-radio-field input[type="checkbox"] + span::before{
  		margin:-2px 15px 0 0;
    	content:" ";
    	display:inline-block;
    	width:25px;
    	height:25px;
    	background:url("/campaign2019/images/check.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}
	.mwform-radio-field input[type="checkbox"]:checked + span::before{
  		margin:-2px 15px 0 0;
    	content:" ";
    	display:inline-block;
    	width:25px;
    	height:25px;
    	background:url("/campaign2019/images/check_on.png") left 50% no-repeat;
    	background-size:contain;
    	vertical-align:middle;
	}

	textarea{
		padding:15px;
		font-size: 1em;
		width:100%;
		box-sizing: border-box;
		background:#fff;
		border:1px solid #000;
		min-height:245px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		line-height:2rem;
		border-radius: 0;
	}

.contactcont .innerbox .formbox{
	display: none;
}

.contactcont .innerbox .formbox.active{
	display: block;
}


.contactcont .innerbox .formbox.kakunin{
	display: block;
}

.contactcont .innerbox .ftabbtnbox{
	width:100%;
}
.contactcont .innerbox .ftabbtnbox {
  text-align: center;
}
.contactcont .innerbox .ftabbtnbox .btn{
  width: calc(100% / 2 - 3rem);
  height: 55px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1.7rem;
  margin: 0 0.3rem;
  display: inline-block;
}
.contactcont .innerbox .ftabbtnbox .btn span{
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.contactcont .innerbox .ftabbtnbox .btn.active{
	background:#b5a380;
  color: #fff;
}

.contactcont .innerbox .ftabbtnbox .btn:hover{
	background:#957b4a;
  color: #fff;
}

/*.contactcont .innerbox .ftabbtnbox .btn.active:after{
	content: "";
	width:40px;
	border-bottom:1px solid #000;
	position: absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -20px;
}*/

#footer{
	padding:25px 0 100px;
	background:#957b4a;
	color:#fff;
	text-align: center;
}

.fixedbtn{
	width:35px;
	position: fixed;
	right:-40px;
	top:50%;
	z-index:5;
	margin:-142px 0 0 0;
	transition: all 0.5s;
	display: none;
}

.fixedbtn.active{
	right:0;
}

.fixedbtn a{
	display: block;
	color:#fff;
	width:35px;
	background:#000;
	text-align: center;
	height:140px;
	transition: background 0.3s;
}

.fixedbtn a:hover{
	background:#B29D7B;
}

.fixedbtn a:first-child{
	margin:0 0 15px 0;
}

.fixedbtn a span{
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	display: inline-block;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	letter-spacing: 0.1em;
}


/*exhibition*/

.exhibitionbox{
	padding:0 0 50px 0 ;
	background:#fff;
}

.exhibitionbox .innerbox{
	width:90%;
	margin:0 auto;
}

.exhibitionbox .innerbox .leftbox{
	width:100%;
	float: none;
}

.exhibitionbox .innerbox .rightbox{
	width:100%;
}

.exhibitionbox .innerbox .rightbox .pobox{
	line-height: 2.8rem;
	position: relative;
}

.exhibitionbox .innerbox .rightbox table{
	width:100%;
}

.exhibitionbox .innerbox .rightbox table tr td{
	vertical-align: middle;
	padding:20px 0 30px 0;
	display: block;
	border-top:none;
}

.exhibitionbox .innerbox .rightbox table tr td:first-child{
	padding:30px 0 0 0;
	border-bottom:none;
	border-top:1px dashed #000;
}

.exhibitionbox .innerbox .rightbox table tr td span{
	width:100px;
	color:#fff;
	display: inline-block;
	padding:5px 0;
	text-align: center;
	background:#957b4a;
}

.exhibitionbox .innerbox .rightbox table tr td td{
	border-top:none;
	border-bottom:none;
	padding:0 !important;
	display: inline-block !important;
	border:none !important;
	vertical-align: top;
}

.exhibitionbox .innerbox .rightbox table tr td td.second{
	padding:0 0 0 0;
	width:calc(100% - 70px) !important;
}

.exhibitionbox .innerbox .rightbox a{
	display:block;
	position: absolute;
	top:45px;
	right:0;
	margin:-10px 0 0 0;
	transition: opacity 0.3s;
}

.exhibitionbox .innerbox .rightbox a:hover{
	opacity: 0.8;
}

.exhibitionbox .innerbox .rightbox a:after{
	content:"";
	width:18px;
	height:19px;
	background:url(/images/blank.png) no-repeat;
	background-size:18px;
	display: inline-block;
	margin:0 0 0 3px;
	position: relative;
	top:2px;
}

/*newsbox*/

.newsbox{
	padding:50px 0;
}

.newsbox .innerbox{
	width:90%;
	margin:0 auto;
}

.newsbox .innerbox .leftbox{
	width:100%;
	float: none;
}

.newsbox .innerbox .rightbox{
	width:100%;
	float: none;
}

.newsbox .innerbox .rightbox .newscont{
	border-top:1px dashed #000;
	line-height: 2.8rem;
}

.newsbox .innerbox .rightbox dl{
	width:100%;
	border-bottom:1px dashed #000;
	padding:20px 20px;
	cursor: pointer;
	transition: opacity 0.3s;
	box-sizing: border-box;
}

.newsbox .innerbox .rightbox dl:hover{
	opacity:0.8;

}

.newsbox .innerbox .rightbox dl dt{
	width:100%;
	float: none;
	padding:0 0 0 0;
	box-sizing: border-box;
}

.newsbox .innerbox .rightbox dl dd{
	float: left;
	padding:0 0 0 0;
	width:calc(100%);
	box-sizing: border-box;
}

.newsbox .innerbox .rightbox .ntxbox{
	display: none;
}

.newsbox .innerbox .rightbox .ntxbox .inbox{
	/*background:#fff;*/
	padding:20px 20px;
	border-bottom:1px dashed #000;
}

.newsbox .innerbox .rightbox .ntxbox .inbox a{
	text-decoration: underline;
}

.newsbox .rightbox .newscont .newsli{
 	display:block;
}

.newsbox .rightbox .newscont .newsli.is-hidden{
 	display:none;
}

.newsbox .morebtn{
	margin:30px 0 0 20px;
	cursor:pointer;
}

#point,#about,#lineup,#exhibition{margin-top:-50px; padding-top:50px;}
#contact{margin-top:-80px; padding-top:80px;}

a.arrowbtn{
	width:270px;
	border:2px solid #000;
	color:#000;
	display: block;
	margin:0 auto;
	text-align: center;
	font-size:1.9rem;
	background:#fff;
	padding:20px 0 17px 0;
	transition: opacity 0.3s;
}

a.arrowbtn.box2{
	width:320px;
	margin-top:85px;
	font-size:110%;
}

a.arrowbtn.box3{
	width:290px;
	font-size:110%;
}

a.arrowbtn.box4{
	width:270px;
	display: block;
	margin:0 auto;
}

a.arrowbtn.box4.mr{
	margin:0 auto 10px;
}

a.arrowbtn:after{
	content: "";
	width:12px;
	height: 16px;
	background:url("/images/arrow.png") no-repeat;
	background-size:12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-2px;
	margin:0 0 0 5px;
}

a.arrowbtn:hover{
	opacity: 0.8;
}
}

/*新CSS*/

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-strech {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flex-space-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .flex-container-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }
  .flex-between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-start-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .flex-strech-pc {
  	-webkit-box-align: stretch;
  	-ms-flex-align: stretch;
  	align-items: stretch;
  }
  .flex-end-pc {
    -webkit-box-pack: end;
  	-ms-flex-pack: end;
  	justify-content: flex-end;
  }
  .flex-align-center-pc {
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .flex-space-between-pc {
    -webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }
  .flex-center-pc {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  .flex-row-reverse-pc {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
  }
}

.bg-blue {
  background-color: #957b4a;
}

.bg-light-blue {
  background-color: #f1f0ed;
}

.bg-white {
  background-color: #fff;
}

.fo-blue {
  color: #000;
}
.fo-brown {
    color: #7d663e;
}
.fo-shuei {
}

.fo-en {
  font-family: 'Vollkorn', serif;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(0.93);
  }
}

@keyframes zoomDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .section-content__bg,
.swiper-slide-duplicate-active .section-content__bg,
.swiper-slide-prev .section-content__bg{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.swiper-slide-active .section-content__txt img,
.swiper-slide-duplicate-active .section-content__txt img,
.swiper-slide-prev .section-content__txt img {
  animation: zoomDown 10s linear 0s 1 normal both;
}



@media screen and (min-width:751px){
.swiper-container {
  /* width: 100vw; */
  height: 100vh;
  height: 100svh;
}
}

@media screen and (max-width:750px){
.swiper-container {
  /* width: 100vw; */
  height: 70vh;
  height: 70svh;
}
}

.swiper-wrapper {
  overflow: hidden;
}

@media screen and (min-width:751px){
.section-content {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
}

@media screen and (max-width:750px){
.section-content {
  /* width: 100vw; */
  height: 70vh;
  height: 70svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
    overflow: hidden;
}
}


.section-content__txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}
.section-content__txt img {
	margin: 0 auto;
	width: 294px;
}
.section-content__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.section-content__bg img {
	object-fit: cover;
	height: 100%;
	width: 100;
}
@media screen and (min-width: 751px) {
	.top-slider {
		padding-left: 165px;
	}

	.section-content__txt img {
		width: auto;
	}
}
.bx-wrapper {
  height: 100vh;
  margin-bottom: 0;
  border: 0;
}
.bx-wrapper .bx-pager {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 30vh;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: block;
  margin: 20px 0;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #2b4a44;
}
.bx-controls-direction {
  display: none;
}
.top__mv {
  position: relative;
}
/*.pager,
#global-menu {
  position: fixed;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  padding: 0;
}
.pager.is-none,
#global-menu.is-none {
  display: none;
}
.pager li,
#global-menu li {
  display: block;
  margin: 20px;
}
.pager a,
#global-menu a {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
}
.pager li:hover a,
.pager li.is-current a,
#global-menu li:hover a,
#global-menu li.active a {
  background: #2b4a44;
}*/

#js-pager {
  text-align: center;
  z-index: 1;
  height: 2rem;
  bottom: 2.5rem;
  position: absolute;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
}

#js-pager .swiper-pagination-bullet-active {
  background: #2b4a44;
}

.slidecontainer .slider .phbox .inbox .btn {
bottom: 25%;
z-index: 30;
width: 23%;
height: 13%;
border: 1px solid #957b4a;
border-radius: 55px;
font-size: 21px;
right: 11%;
left: inherit;
font-weight: normal;
display: grid;
place-items: center;
}

.slidecontainer .slider .phbox .inbox .btn img {
  width: 18px;
  position: absolute;
  right: 35px;
}

.main-ttl {
  margin-bottom: 20px;
  height: 30px;
}

.main-ttl img {
  max-height: 100%;
  width: auto;
}


@media screen and (min-width:751px){
.catalogBtnBox a {  
    /*コレ*/display: flex;
    /*コレ*/align-items: center;
    /*コレ*/justify-content: center;
    width: 480px;
    height: 85px;
  border: 1px solid #7d663e;
  border-radius: 55px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin:0 auto 20px;
    background: #FFF;
}
}

@media screen and (max-width:750px){
.catalogBtnBox {
    width: 100%;
}
.catalogBtnBox a {  
    /*コレ*/display: flex;
    /*コレ*/align-items: center;
    /*コレ*/justify-content: center;
    height: 85px;
  border: 1px solid #7d663e;
  border-radius: 55px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin:0 auto 20px;
    background: #FFF;
    width: 100%;
}
}


/*
.catalogBtnBox::after {
    content:url("/images/arrow.png");
    transform: scale(0.5);
    position: absolute;
    right: 26px;
}
*/
.catalogBtnBox::after img {width: 100%; height: auto;}
.btn-new {
    text-align: center;
}

.btn-new .icon-arrow {
  position: absolute;
  width: 12px;
  top: 41%;
  right: 15px;
}

.header {
  position: fixed;
  top: 20px;
  left: 40px;
  z-index: 999;
  width: 80px;
}

.header__ttl {
  width: 57px;
  margin: 30px auto 100px
}

.header__btn {
  margin-bottom: 20px;
  display: inline-block;
}

.header__btn a {
  display: inline-block;
  margin-bottom: 15px;
}
.header__nav {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
  z-index: -1;
}

.header__nav.active {
  opacity: 1;
  z-index: 100;
}

.header__nav__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__nav__menu li {
  /*margin-bottom: 25px;
  line-height: 41px;*/
  margin-bottom: 3.5vh;
  line-height: 5vh;
}

.header__nav__menu li a {
  display: inline-block;
  /*font-size: 41px;*/
  font-size: 5vh;
  color: #7d663e;
}

.header__nav__btn a {
  display: block;
  width: 430px;
  height: 10vh;
  line-height: 10vh;
  font-size: 2.8vh;
  /*height: 85px;
  line-height: 85px;
  font-size: 21px;*/
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #957b4a;
  border-radius: 45px;
  margin-bottom: 2.5vh;
  /*margin-bottom: 15px;*/
}

.hamburger {
  /*position: fixed;
  z-index: 999;
  right: 5px;
  top: 12px;*/
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger.active {
  /*background-color: #957b4a;*/
  background-color: #957b4a;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 70px;
  height  : 2px ;
  left    : 0;
  background : #000;
  /*background : #000;*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 34px;
  width: 56px;
}
.hamburger span:nth-child(3) {
  top: 48px;
  width: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 36px;
  left: 8px;
  width: 56px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 36px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.top__message {
  padding: 30px 0 70px;
  text-align: center;
}
.top__message h3,
.top__message p {
  text-align: left;
}
.top__message h3 {
  font-size: 42px;
  margin-bottom: 30px;
  line-height: 2;
}
.top__message p {
  line-height: 2.5;
}
.lineup-cat {
  margin-top: 35px;
}
.lineupcont .commontlcont {
  text-align: left;
  padding-bottom: 20px;
}
.lineupcont .btn-area {
  margin-top: 100px;
}
.lineupcont .slick-dots li {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center 4px;
  background-repeat: no-repeat;
}
.slidecontainer .slider .slick-prev {
  background-image: url(../images/top/icon_left.png);
  left: 120px;
}

.slidecontainer .slider .slick-next {
  background-image: url(../images/top/icon_right.png);
  right: 50px;
}
.lineupcont .slick-dots {
  top: calc(100% + 50px);
}
.lineupcont .slick-dots li:first-child {
  background-image: url(../images/top/lineup_img01.png);
}
.lineupcont .slick-dots li:nth-child(2) {
  background-image: url(../images/top/lineup_img02.png);
}
.lineupcont .slick-dots li:nth-child(3) {
  background-image: url(../images/top/lineup_img03.png);
}
.lineupcont .slick-dots li:nth-child(4) {
  background-image: url(../images/top/lineup_img04.png);
}
.lineupcont .slick-dots li:nth-child(5) {
  background-image: url(../images/top/lineup_img05.png);
}
.lineupcont .slick-dots li:nth-child(6) {
  background-image: url(../images/top/lineup_img06.png);
}
.lineupcont .slick-dots li:nth-child(7) {
  background-image: url(../images/top/lineup_img07.png);
}
.lineupcont .slick-dots li:nth-child(8) {
  background-image: url(../images/top/lineup_img08.png);
}
.lineupcont .slick-dots li:nth-child(9) {
  background-image: url(../images/top/lineup_img09.png);
}
.lineupcont .slick-dots li:nth-child(10) {
  background-image: url(../images/top/lineup_img10.png);
}
.lineupcont .slick-dots li:nth-child(11) {
  background-image: url(../images/top/lineup_img11.png);
}
.lineupcont .slick-dots li:nth-child(12) {
  background-image: url(../images/top/lineup_img12.png);
}
.lineupcont .slick-dots li:nth-child(13) {
  background-image: url(../images/top/lineup_img13.png);
}
.lineupcont .slick-dots li:nth-child(14) {
  background-image: url(../images/top/lineup_img14.png);
}
.lineupcont .slick-dots li button {
  border: none;
  width: 75px;
  height: 75px;
  border-radius: 0;
}
.lineupcont .slick-dots li.slick-active {
  background-color: #7d663e;
}
.lineupcont .slick-dots li.slick-active button {
  background: transparent;
}
.auroraBanner {
    max-width:1056px;
    margin: 100px auto 0;
}
.auroraBanner img {
    width: 100%;
    height: auto;
}
.auroraBannerSp {
    display: none;
}

.top__customize {
  padding: 60px 0 55px;
}
.top__customize .commontlcont {
  text-align: left;
  padding-left: 0;
}
.top__customize p {
  margin-bottom: 30px;
  padding-left: 0;
}
.top__customize__img img {
  border-radius: 30px;
}
.pointcont {
  padding: 80px 0 40px;
}
.pointcont .flex-container-left h4 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.7em;
  letter-spacing: 0.09em;
}

.pointcont .flex-container-left p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.pointcont .flex-container-left .logo-img {
  width: 313px;
}
.top__catalog__sale {
  background-image: url(../images/top/catalog_sale_bg.png);
  background-size: 100% 100%;
  padding: 20px 15px 40px;
  text-align: center;
}
.top__catalog__sale h5 {
  font-size: 35px;
  margin-bottom: 25px;
  position: relative;
}
.top__catalog__sale h5 img {
  width: 570px;
}
/*.top__catalog__sale h5::after {
  content: " ";
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 2px;
}*/
.top__catalog__sale h5 span {
  font-size: 24px;
  display: inline-block;
  padding: 15px;
  border: 1px solid #fff;
}
.top__catalog__sale a {
  display: inline-block;
  width: 345px;
  margin: 0 15px;
  border: none;
}
.mapcont iframe {
  width: 100%;
  height: 480px;
}
.exhibitionbox .leftbox {
  line-height: 1.6;
}
.exhibitionbox .leftbox .commonsub01 {
  text-align: left;
  margin-bottom: 15px;
}
.exhibitionbox .leftbox p {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}
.exhibitionbox .btn-area {
  text-align: center;
  margin-top: 50px;
}
.exhibitionbox .btn-new {
  background-color: #fff;
}
.calendercont .commontlcont {
  text-align: left;
}
.newsbox .commontlcont {
  text-align: left;
  padding-left: 80px;
}
.aboutcont .commontlcont {
  text-align: left;
  padding-left: 80px;
}
.aboutcont .rightbox {
  text-align: left;
}

@media screen and (min-width:751px){
  .bx-wrapper {
    display: none;
  }
  .wrap {
    max-width: calc(1056px - 1rem);
    margin: auto;
  }
  .top__mv {
    padding: 3vw 0 0 165px;
    box-sizing: border-box;
  }
  .pointcont .flex-container-right {
    width: 390px;
  }
  .pointcont .flex-container-pc {
    padding: 0 1rem;
    margin-bottom: 50px;
  }
  .aboutcont .innerbox .leftbox {
    width: 355px;
    float: left;
  }
  .aboutcont .innerbox .rightbox {
    width: 700px;
    float: right;
  }
  .aboutcont .innerbox table {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
  }
  .contact-form-wrap {
    background-color: #fff;
    padding: 40px 130px 0;
  }
  .exhibition-info {
    width: 230px;
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width:750px){
  .wrap {
    padding: 0 20px;
  }
  .pager,
  #global-menu {
    right: 0;
  }



    .btnBoxSp {
        margin: 5rem auto 0;
        width: 80%;
    }

  .main-ttl {
    margin-bottom: 20px;
    height: 20px;
  }
  .section-content01 {
    background-image: url(../images/top/top_img11_sp.jpg);
    background-position: center;
  }
  .section-content02 {
    background-image: url(../images/top/top_img12_sp.jpg);
    background-position: left center;
  }
  .section-content03 {
    background-image: url(../images/top/top_img13_sp.jpg);
  }
  .section-content04 {
    background-image: url(../images/top/top_img14_sp.jpg);
    background-position: right center;
  }
  .section-content05 {
    background-image: url(../images/top/top_img15_sp.jpg);
    background-position: left center;
  }
  .section-content06 {
    background-image: url(../images/top/top_img16_sp.jpg);
    background-position: right center;
  }
  .section-content07 {
    background-image: url(../images/top/top_img07_sp.jpg);
  }
  .header {
    top: 0;
    left: inherit;
    width: 50px;
    right: 0;
  }
  .header__nav {
    padding: 50px 15px 15px;
    background-color: #f1f0ed;
  }
  .header__nav__menu li {
    margin-bottom: 3vh;
    line-height: 1;
    /*margin-bottom: 20px;
    line-height: 34px;*/
  }
  .header__nav__menu li a {
    font-size: 4.5vh;
    /*font-size: 34px;*/
  }
  .header__nav__wrap {
    width: 100%;
  }
  .header__nav__btn a {
    width: auto;
    max-width: 275px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #957b4a;
    border-radius: 0;
    margin: 0 auto 15px;
  }
  .header__ttl {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 15px;
    height: 50px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
  }
  .header__ttl img {
    max-height: 100%;
    width: auto;
  }
  .hamburger {
    background-color: #957b4a;
    width: 50px;
    height: 50px;
    z-index: 1000;
  }
  .hamburger span {
    background: #fff;
    width: 25px;
    left: 15px;
  }
  .hamburger span:nth-child(1) {
    top: 16px;
  }
  .hamburger span:nth-child(2) {
    top: 25px;
    width: 22px;
  }
  .hamburger span:nth-child(3) {
    top: 35px;
    width: 19px;
  }
  .hamburger.active span:nth-child(1) {
    top: 26px;
    left: 7px;
    width: 35px;
  }
  .hamburger.active span:nth-child(2) {
    top: 26px;
    width: 35px;
    left: 7px;
  }
  .top__message {
    padding: 0 0 30px;
  }
  .top__message h3 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .lineupcont .commontlcont {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .lineupcont .slick-dots {
    display: none !important;
  }
  .top__customize .commontlcont {
    padding-left: 0;
    margin: 0;
  }
  .top__customize p {
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 1.6;
  }
  .pointcont .flex-container-left h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pointcont .feature_img_sp {
    margin: 30px auto;
  }
  .toggle_title {
    position: relative;
    padding: 15px 30px;
    cursor: pointer;
    line-height: 1.4;
    background-color: #957b4a;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .toggle_btn {
  	position: absolute;
  	top: 50%;
  	right: 20px;
  	transform: translateY(-50%);
  	display: block;
  	width: 24px;
  	height: 24px;
  	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
  	border-radius: 50%;
  }
  .toggle_btn:before, .toggle_btn:after {
  	display: block;
  	content: '';
  	background-color: #fff;
  	position: absolute;
  	width: 18px;
  	height: 2px;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  }
  .toggle_btn:before {
  	width: 2px;
  	height: 18px;
  }
  .toggle_title.selected .toggle_btn:before {
  	content: normal;
  }
  .toggle_contents dd {
  	display: none;
    padding: 15px 5px 45px;
  }
  .catalogcont .catalogcont-ttl {
    color: #fff;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 1.5;
	text-align: center;
  }
  .top__catalog__sale {
    background-image: url(../images/top/catalog_sale_bg_sp.png);
    background-size: 100% 100%;
    padding: 230px 15px 15px;
  }
  .top__catalog__sale a {
    width: auto;
    margin: 0 15px 15px;
  }
  .exhibitionbox .commontlcont {
    text-align: left;
  }
  .exhibitionbox .leftbox .commonsub01 {
    padding: 0;
  }
  .exhibitionbox .btn-new {
    background-color: #fff;
  }
  .calendercont .commontlcont,
  .newsbox .commontlcont,
  .aboutcont .commontlcont {
    padding-left: 0;
  }
  .contactcont.bg-light-blue {
    background: transparent;
  }
  .contactcont .bg-light-blue-sp {
    background-color: #f1f0ed;
    padding-top: 45px;
  }
  .contactcont .innerbox .formbox {
    background: transparent;
  }
  .slidecontainer .slider .phbox .inbox .btn {
  bottom: 45px;
  width: 63%;
  height: 9%;
  line-height: 50px;
  border-radius: 50px;
  font-size: 14px;
  right: 0;
  left: 0;
  margin: auto;
  }
  .slidecontainer .slider .phbox .inbox .btn img {
    width: 14px;
    position: absolute;
    right: 21px;
    top: 30%;
  }
  .lineupcont .btn-area {
    margin-top: 20px;
  }
  .lineupcont .lineup-cat-sp {
    /*background-color: #e0f7fc;*/
    padding: 10px 30px 10px;
    box-sizing: border-box;
  }
  .lineupcont .lineup-cat-sp img.sp {
    width: 90%;
    margin: 2px auto 15px 10px;
    display: none;
  }
  .slidecontainer .slider .slick-next {
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    top: inherit;
    bottom: 60px;
  }
  .slidecontainer .slider .slick-prev {
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    top: inherit;
    bottom: 60px;
  }
    
.auroraBannerSp {
    padding: 40px;
    display: block;
}
.auroraBanner img {
    width: 100%;
    height: auto;
}
.auroraBanner {
    display: none;
}
	
.pointcont .flex-container-left p {
  margin-bottom: 40px;
}
}


/*tmp*/

@media screen and (min-width:751px){
  .top__message .wrap {
    display: inline-block;
  }
}
@media screen and (max-width:750px){
}

html.hidden-off,
body.hidden-off {
  overflow: visible !important;
  height: auto !important;
}

#fullpage.hidden-off {
  height: 100vh !important;
  transform: translate3d(0,0,0) !important;
  overflow: hidden;
  opacity: 0;
}

#global-menu.hidden-off {
  display: none;
}


/* ローディング画面 */
#loading{
  position: fixed;
  top: -40px;
  left: 0;
  width: 100vw;
  height: calc(100vh + 40px);
  background-color: #f1f0ed;
  z-index: 9000;
}

#animation{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#animation div {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#animation div img{
    width: 100%;
    height: auto;
}
#animation p {
    width: 80px;
    padding-top: 15px;
}
#animation p img {
    width: 100%;
    height: auto;
}

.top-catalog {
	overflow: hidden;
}

.top-catalog::after {
	content: '';
	clear: both;
	display: block;
}

.top-catalog__left .label {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .02em;
	margin-bottom: 28px;
}

.top-catalog__left .label span {
	display: inline-block;
	background-color: #957b4a;
	border-radius: 50px;
	color: #fff;
	padding: 5px 28px;
}

.top-catalog__left .ttl {
	color: #957b4a;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 32px;
}

.top-catalog__controls {
	display: flex;
	position: relative;
}

.top-catalog__controls .slick-arrow {
	background: url('../images/icon_arrow01.svg') no-repeat center / contain;
	display: block;
	height: 56px;
	width: 56px;
	position: static;
}

.top-catalog__controls .slick-prev {
	margin-right: 29px;
	transform: rotate(180deg);	
}

.top-catalog__list .slide {
	margin-right: 30px;
	width: 260px;
}

.top-catalog__list .slide a {
	color: #000;
}

.top-catalog__list .info__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 20px;
}

.top-catalog__list .info__ttl {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (min-width: 751px) {
	.top-catalog {
		padding-bottom: 60px;
		padding-left: 165px;
	}

	.top-catalog__left {
		box-sizing: border-box;
		float: left;
		padding-left: 77px;
		width: 417px;
	}

	.top-catalog__list {
		float: right;
		width: calc(100% - 417px);
	}

	.top-catalog__list .slide {
		margin-right: 50px;
		width: 400px;
	}
}

@media screen and (max-width: 750px) {
	.top-catalog {
		padding: 0 5% 50px;
	}

	.top-catalog__list .slick-list {
		overflow: visible;
	}

	.top-catalog__controls {
		justify-content: center;
		margin-top: 78px;
	}

	.top-catalog__list .info__ttl {
		font-weight: bold;
	}
}

/* PINOバナー */
@media screen and (min-width: 751px) {
    .pino {
        width: 1056px;
        margin: 100px auto 0;
    }
    .pino img.sp {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .pino {
        padding: 40px;
    }
    .pino img.pc {
        display: none;
    }
}

/* スマホ用フッター固定ナビ */
@media screen and (max-width: 750px) {
    .footBtSp {
        position: fixed;
        left:0;
        bottom:0;
        bottom:0;
        width: 100%;
        margin:0;
        padding:0;
        z-index: 100;
        border-top: 1px solid #aa956e;
    }
    .footBtSp ul li {
        float: left;
        list-style: none;
        padding: 0;
        text-align: center;
        width: 33.3333%;
        font-size: 90%;
        letter-spacing: 0.01em;
    }
    .footBtSp ul li a {
        display: block;
        height:50px;/*高さ*/
        line-height: 0;
        margin: 0;
        color: white;
        padding: 20px 0 0 5px;
    }
    .footBtSp ul li:nth-child(1) a::before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        background-image: url('/images/top/icon_rakuten.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        vertical-align: -5px;
        padding-left: 5px;
    }
    .footBtSp ul li:nth-child(2) a::before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        background-image: url('/images/top/icon_tenjikai.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        vertical-align: -5px;
        padding-left: 5px;
    }
    .footBtSp ul li:nth-child(3) a::before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        background-image: url('/images/top/icon_catalog.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        vertical-align: -5px;
        padding-left: 7px;
    }
    .footBtSp ul li:nth-child(1) {
        background: #957b4a;
        border-right: 1px solid #aa956e;
        width: calc(33.333% - 1px);
    }
    .footBtSp ul li:nth-child(2) {
        background: #8a7142;
        border-right: 1px solid #aa956e;
        width: calc(33.333% - 1px);
    }
    .footBtSp ul li:nth-child(3) {
        background: #7f673a;
    }
}

/*2025_02_add*/
.flex-around{
	display: flex;
	justify-content:center;
}

.bannerbox{
	padding:0 0 120px 0;
}

.bannerbox .innerbox{	
	width:1055px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.bannerbox .innerbox a{	
	width:calc((100% - 30px) / 2);
	display: block;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
.flex-around{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.flex-around a{
	margin:10px 0;
}
	
.bannerbox{
	padding:50px 0 50px 0;
}

.bannerbox .innerbox{	
	width:90%;
	margin:0 auto;
	display: block;
}

.bannerbox .innerbox a{	
	width:100%;
	display: block;
	margin:0 0 50px 0;
}
}

.lineup_box{
	width:calc(1055px - 1rem);
	margin:0 auto;
	position: relative;
}

.lineup_box .box{
	width:calc(100% - 1rem);
	position: relative;
	margin:0 0 50px 0;
}

.lineup_box .box .linkbtn{
	position: absolute;
	z-index: 4;
	width:300px;
	height: 40px;
	right:100px;
	bottom:50px;
	pointer-events: none;
}

.lineup_box .box .linkbtn.modal{
	position: absolute;
	z-index: 4;
	width:400px;
	height: 220px;
	right:auto;
	bottom:50px;
	left:50px;
	pointer-events: none;
}

.lineup_box .box.active .linkbtn{
	pointer-events: auto;
}

.lineup_box .box .overbtn{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}

.lineup_box .box .bgph{
	width:100%;
	position: relative;
	z-index: 1;
}

.lineup_box .box .onph{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	transition : clip-path 0.3s;
	z-index: 2;
}

.lineup_box .box.active .onph{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 750px) {
	
.lineup_box{
	width:90%;
	margin:0 auto;
	position: relative;
}
	
.lineup_box .box .onph{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	transition : clip-path 0.3s;
	z-index: 2;
}

.lineup_box .box.active .onph{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
	
.lineup_box .box .linkbtn{
	position: absolute;
	z-index: 4;
	width:100%;
	height: 11vw;
	right:0;
	bottom:0;
	pointer-events: none;
}

.lineup_box .box .linkbtn.modal{
	position: absolute;
	z-index: 4;
	width:80%;
	height: 41vw;
	right:auto;
	top:22vw;
	bottom:auto;
	left:9vw;
	pointer-events: none;
}
	
.lineup_box .box.active .linkbtn{
	pointer-events: auto;
}
}


/* 展示会追加開催 */
@media screen and (min-width: 751px) {
    .addEvent { position: absolute; left: 18px; top: 15px; color: #cc0000; font-size: 0.9em; font-feature-settings: "palt"; font-weight:normal;
 }
}
@media screen and (max-width: 750px) {
    .addEvent { position: absolute; left: 110px; top: 35px; color: #cc0000; font-size: 0.9em; font-feature-settings: "palt";
 }
}

.swiper-container {background: #FFF;}
#js-pager {margin-left: 83px;}

@media screen and (max-width:750px){
#js-pager {display: none;}
}
