@charset "utf-8"; 

/* ------------------------------
    reset
------------------------------ */

a{
	color:#372e27; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
} 
html{
	font-size:62.5%;
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	text-align: left;
	color:#313131; 
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }



/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
	min-width: 900px;
}
main{
	display: block;
}
p,table,dl,ol  {
	font-size: 1.4rem;
	line-height: 1.7;
}

/* ------------------------------
    contents
------------------------------ */

.pc{
	display: block;
}
.sp{
	display: none;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
}
.drawer-hamburger,
.drawer-hamburger-close{
	display: none;
}
.header{
	min-width: 900px;
	margin: 0 auto;
}
.header .fv{
	position: relative;
	margin: 0 0 14px;
}
.header .fv img{
	width: 100%;
	height: auto;
}
.fv .ttl{
	position: absolute;
	top: 39px;
	left: 47px;
	width: 347px;
	height: 202px;
	background: url(../img/bg.png) 0 0 no-repeat;
	padding: 36px 0 0 32px;
	box-sizing: border-box;
}
.fv .ttl h1{
	width: 220px;
	height: auto;
	margin: 0 0 25px;
}
.fv .ttl h1 img{
	width: 100%;
}
.fv .ttl > img{
	width: 276px;
	height: auto;
}
.header .fv > .logo{
	position: absolute;
	bottom: 40px;
	left: 52px;
	width: 108px;
	height: auto;
}
.header .grid{
	position: relative;
	display: grid;
	grid-gap: 14px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}
.header .grid img{
	width: 99%;
	height: auto;
}
.header .grid .big01,
.header .grid .big02{
	width: 100%;
	height: auto;
}
.ie11 .header{
	width: 900px;
	margin: 0 auto;
}
.ie11 .header .grid{
	position: relative;
	width: 100%;
	height: 530px;
}
.ie11 .header .grid img{
	width: 172px;
	height: auto;
}
.ie11 .header .grid img:first-child{
	position: absolute;
	top: 0;
	left: 0;
}
.ie11 .header .grid img:nth-child(2){
	position: absolute;
	top: 0;
	left: 182px;
}
.ie11 .header .grid img:nth-child(3){
	position: absolute;
	top: 0;
	left: 364px;
}
.ie11 .header .grid img:nth-child(4){
	position: absolute;
	top: 0;
	right: 0;
}
.ie11 .header .grid img:nth-child(5){
	position: absolute;
	top: 180px;
	left: 0;
}
.ie11 .header .grid img:nth-child(6){
	position: absolute;
	top: 180px;
	left: 364px;
}
.ie11 .header .grid img:nth-child(7){
	position: absolute;
	bottom: 0;
	left: 364px;
}
.ie11 .header .grid img:nth-child(8){
	position: absolute;
	bottom: 0;
	right: 182px;
}
.ie11 .header .grid img:last-child{
	position: absolute;
	bottom: 0;
	right: 0;
}
.ie11 .header .grid .big01,
.ie11 .header .grid .big02{
	width: 354px;
	height: auto;
}
.header .grid .big01{
	grid-column:4/6;
	grid-row:1/3;
}
.header .grid .big02{
	grid-column:1/3;
	grid-row:2/4;
}
.spMenu{
	display: none;
}
.wrapper{
	display: block;
	width: 900px;
	margin: 0 auto;
}
.overview{
	text-align: center;
	margin: 50px 0 60px;
}
.overview h2{
	text-align: center;
	margin: 0 0 65px;
}
.overview ul li{
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 0 0 0 1em;
}
.overview ul li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.overview .inner{
	display: flex;
	align-items: flex-start;
	margin: 30px 0 0;
}
.overview .inner img{
	margin-right: 35px;
}
.overview .inner p+p{
	margin-top: 1.5em;
}
.overview .inner .aata{
	border-top: 1px solid #fa7ea8;
	margin: 30px 0 0;
	padding: 30px 0 0;
}
.headline{
	position: relative;
	font-size: 2.5rem;
	background: #E0346E;
	color: #fff;
	padding: 15px 35px 13px 35px;
	margin: 0 0 15px;
}
.headline .en{
	color: #fcd0df;
	font-style: normal;
	font-size: 1.4rem;
 /* margin-left: 30px; */
}
.headline .next{
	position: absolute;
	top: 50%;
	right: 20px;
	font-style: italic;
	font-size: 1.7rem;
	transform: translateY(-50%);
}
.headline .next a{
	color: #f29c9f;
	background:url(../img/icon_arrow.png) right center no-repeat;
	padding: 0 35px 0 0;
}
.area{
	margin-bottom: 60px;
}
.area ul{
	overflow: hidden;
}
.area ul li{
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}
.area ul li:nth-child(-n+3){
	margin-top: 0;
}
.area ul li:nth-child(3n+1){
	margin-left: 0;
	
}
.area ul li .active{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
.area ul li a:hover .active{
	opacity: 1;
}
.detail{
	margin: 60px 0 0;
}
.detail .grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-gap: 14px;
	grid-template-columns: 169px 169px 169px 169px;
	grid-template-rows: 169px 169px 169px 169px;
	margin: 15px 0 0;
}
.ie11 .detail .grid{
	position: relative;
	width: 100%;
	height: 717px;
}
.ie11 .detail .grid li{
	position: absolute;
}
.ie11 .detail .grid li:first-child{
	top: 0;
	left: 0;
}
.ie11 .detail .grid li:nth-child(2){
	top: 0;
	left: 183px;
}
.ie11 .detail .grid li:nth-child(3){
	top: 0;
	left: 366px;
}
.ie11 .detail .grid li:nth-child(4){
	top: 0;
	right: 0;
}
.ie11 .detail .grid li:nth-child(5){
	top: 183px;
	left: 0;
}
.ie11 .detail .grid li:nth-child(6){
	top: 183px;
	left: 366px;
}
.ie11 .detail .grid li:nth-child(7){
	top: 366px;
	right: 0px;
}
.ie11 .detail .grid li:nth-child(8){
	bottom: 0;
	left: 0;
}
.ie11 .detail .grid li:nth-child(9){
	top: 366px;
	right: 183px;
}
.ie11 .detail .grid li:nth-child(10){
	bottom: 0;
	left: 183px;
}
.ie11 .detail .grid li:nth-child(11){
	bottom: 0;
	right: 0;
}
.detail .grid li:nth-child(4){
	grid-column:4/6;
	grid-row:1/3;
}
.detail .grid li:nth-child(5){
	grid-column:1/3;
	grid-row:2/4;
}
.detail .grid li:nth-child(9){
	grid-column:3/5;
	grid-row:3/5;
}
.detail .grid li img{
	width: 169px;
	height: auto;
}
.detail .grid li:nth-child(4) img,
.detail .grid li:nth-child(5) img,
.detail .grid li:nth-child(9) img{
	width: 352px;
}
.detail .grid li a{
	display: block;
	position: relative;
	transition: 0.3s;
}
.detail .grid li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(160,160,160,0.7);
	opacity: 0;
	transition: all 0.2s ease;
}
.detail .grid li a:hover::before{
	opacity: 1;
}
.detail .grid li:nth-child(4) a::before,
.detail .grid li:nth-child(5) a::before,
.detail .grid li:nth-child(9) a::before{
	content: none;
}
.detail .grid .movie a::before{
	content: ''!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(160,160,160,0.8);
	opacity: 0;
	transition: all 0.2s ease;
}
.detail .grid li a .tool{
	display:none;
}
.detail .grid li:nth-child(4) a .tool,
.detail .grid li:nth-child(5) a .tool,
.detail .grid li:nth-child(9) a .tool{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail .grid li a .tool .before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
	background: url(../img/icon_insta.png) 12px 9px no-repeat rgba(160,160,160,0.7);
	background-size: 20px auto;
	opacity: 1;
	padding: 12px 12px 12px 45px;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
.detail .grid li a:hover .tool .before{
	opacity: 0;
}
.detail .grid li a .tool .after{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(160,160,160,0.7);
	opacity: 0;
	transition: all 0.2s ease;
}
.detail .grid li a:hover .tool .after{
	opacity: 1;
}
.detail .grid li a .tool .after p{
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	background: url(../img/icon_insta.png) center bottom no-repeat;
	background-size: 50px auto;
	padding: 0 0 60px 0;
}
.map{
	margin: 60px 0 0;
}
.footer{
	background: #E0346E;
	padding: 30px 0;
	margin: 60px 0 0;
}
.footer .insta{
	width: 53px;
	margin: 0 auto 10px;
}
.footer .insta img{
	width: 100%;
	height: auto;
}
.footer p{
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.6;
}
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/* ------------------------------
    attand ryo
------------------------------ */

hr {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #fff;
  margin-top: 50px;
  margin-bottom: 50px;

}


@media screen and (min-width: 769px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
}

@media screen and (max-width: 768px) {

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	body{
		min-width: inherit;
	}
	p,table,dl,ol  {
		font-size: 3.8vw;
		line-height: 1.6;
	}
	img{
		width: 100%;
		height: auto;
	}
	.header{
		width: 100%;
		min-width: inherit;
	}
	.header .fv{
		margin: 0 0 10px;
	}
	.headerMenu{
		display: flex;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 10;
	}
	.drawer-hamburger{
		display: block;
		width: 50px;
		height: 50px;
	}
	.toggle {
		position: relative;
	}
	.toggle span{
		position: absolute;
		left: 10px;
		width: 30px;
		height: 2px;
		background: #CB98C3;
	}
	.toggle span:nth-child(1){
		top: 14px;
	}
	.toggle span:nth-child(2){
		top: 24px;
	}
	.toggle span:nth-child(3){
		bottom: 14px;
	}
	.drawer-hamburger-close.toggle span:nth-of-type(1) {
		transform: translateY(10px) rotate(135deg);
	}
	.drawer-hamburger-close.toggle span:nth-of-type(2) {
		transform: translateY(0px) rotate(-135deg);
	}
	.drawer-hamburger-close{
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		padding: 0;
		border: 0;
		background: none;
		outline: none;
		margin: 0 0 0 auto;
	}
	.spMenu{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 240px;
		height: 100%;
		background: #fff;
		box-sizing: border-box;
		transition: all 0.2s;
    	transform: translate(240px);
		z-index: 1000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 11;
	}
	.spMenu.open {
    	transform: translate(0); 
	}
	.spMenu ul li{
		font-size: 1.6rem;
		border-bottom: 1px solid #CB98C3;
	}
	.spMenu ul li a{
		display: block;
		padding: 5%;
		color: #CB98C3;
	}
	.spMenu ul li a span{
		font-size:1.2rem;
		margin-left:1em;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#overlay{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.6);
		z-index: 10;
	}
	.header .grid{
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	.header .grid .big01{
		grid-column:1/3;
		grid-row:2/4;
	}
	.header .grid .big02{
		grid-column:2/4;
		grid-row:4/6;
	}
	.fv .ttl{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 50px);
		height: auto;
		background: none;
		padding: 0 0 0 3%;
	}
	.fv .ttl h1{
		width: 50%;
		max-width: 200px;
		margin: 0 5% 0 0;
	}
	.fv .ttl > img{
		width: 40%;
		max-width: 140px;
	}
	.fv .logo{
		display: none;
	}
	.wrapper{
		width: 100%;
	}
	.overview{
		margin: 6% 0 0;
	}
	.overview h2{
		margin: 0 5% 10%;
	}
	.overview .inner{
		display: block;
		margin: 5% 0 0;
		padding: 0 5%;
	}
	.overview .inner img{
		float: left;
		width: 30%;
		margin: 0 5% 2% 0;
	}
	.overview ul li{
		font-size: 3.8vw;
	}
	.overview .inner .aata{
		margin: 1em 0 0 0;
		padding: 1em 0 0 0;
	}
	.area{
		margin: 10% 0 0;
	}
	.area ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 5%;
	}
	.area ul li{
		width: 49%;
		margin-left: 0;
		margin-top: 3%;
	}
	.area ul li:nth-child(-n+3){
		margin-top: 3%;
	}
	.area ul li:nth-child(-n+2){
		margin-top: 0;
	}
	.headline{
		font-size: 5.2vw;
		padding: 0.8em 1em;
	}
	.headline .en{
		display: none;
	/*  font-size: 4.2vw;  
		margin-left: 1em; */
	}
	.headline .next{
		font-size: 4.2vw;
		right: 1em;
	}
	.detail{
		margin: 10% 0 0;
	}
	.detail .grid{
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		margin: 10px 0 0 0;
	}
	.detail .grid li img{
		width: 100%;
		height: auto;
	}
	.detail .grid li:nth-child(4){
		grid-column:1/3;
		grid-row:1/3;
	}
	.detail .grid li:nth-child(5){
		grid-column:2/4;
		grid-row:3/5;
	}
	.detail .grid li:nth-child(9){
		grid-column:1/3;
		grid-row:5/7;
	}
	.detail .grid li:nth-child(4) img,
	.detail .grid li:nth-child(5) img,
	.detail .grid li:nth-child(9) img{
		width: 100%;
		height: auto;
	}
	.detail .grid li:nth-last-child(-n+2){
		display: none;
	}
	.detail .grid li a .tool{
		/*display: none;*/
	}
	.detail .grid li a .tool p{
		font-size:3.8vw;
		background: url(../img/icon_insta.png) 1.4em 1.9em no-repeat;
		background-size:1.2em auto;
		padding:1.8em 1.8em 1.8em 3.5em;
	}
	.map{
		margin: 10% 0 0;
	}
	.pagetop{
		bottom: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
	}
	.footer .insta{
		width: 40px;
	}
	.footer{
		margin: 15% 0 0;
		padding: 5% 0;
	}
	.footer p{
		font-size: 1.1rem;
	}

/* ------------------------------
    attand ryo
------------------------------ */

hr {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #fff;
  margin-top: 30px;
  margin-bottom: 40px;

}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/* ------------------------------
    20191227追加
------------------------------ */
