.bg-slider {
	position: relative;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}
.mv_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -120px;
}
.bg-slider svg {
  height: 130px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#wave {
}
#top1 {
	max-width: 1000px;
	width: 90%;
	margin: -100px auto 100px;
}
#top1 dl {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 50px;
	background: url(../images/top/watche.png) no-repeat center top 280px;
}
#top1 dt {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 999
}
#top1 dd {
	text-align: center;
}
#top1 dd p {
	text-align: center;
	margin-bottom: 20px;
}
#top1 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    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;
}
#top1 li {
	text-align: center;
	float: left;
	width: 32%;
	margin-right: 2%;
	border: #BFBFBF 1px solid;
	border-radius: 50px;  
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	padding: 12px 0;
	font-size: 80%;
}
#top1 li:last-child {
	margin-right: 0;
}
#top1 li span {
	display: block;
	text-align: center;
	font-size: 160%;
}
#top2 {
	max-width: 1400px;
	width: 100%;
	margin: 0px auto 60px;
}
#top2 .slider,
#top2 .center {
	margin: 0;
	padding: 0;
}
#top2 .slider div {
}
#top2 .slider div a {
	display: block;
	padding: 0 10px;
}
#top3 {
	width: 100%;
	margin-bottom: 3px;
}
.t3_box1,
.t3_box2,
.t3_box3 {
	width: 100%;
	height: 500px;
	position: relative;
}
.t3_box1 {
	background: url(../images/top/t_ph01.jpg) no-repeat center center;
	background-size: cover;
}
.t3_box2 {
	background: url(../images/top/t_ph02.jpg) no-repeat center center;
	background-size: cover;
}
.t3_box3 {
	background: url(../images/top/t_ph03.jpg) no-repeat center center;
	background-size: cover;
}
.t3_box1 .ami,
.t3_box2 .ami,
.t3_box3 .ami {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 30px;
	display: table;
}
.t3_box1 .ami,
.t3_box3 .ami {
	left: 50%;
	right: 0;
}
.t3_box2 .ami {
	left: 0;
	right: 50%;
}
.t3_box1 .ami dl,
.t3_box2 .ami dl,
.t3_box3 .ami dl {
	display: table-cell;
	vertical-align: middle;
}
.t3_box2 .ami dl {
}
.t3_box1 .ami dt,
.t3_box2 .ami dt,
.t3_box3 .ami dt {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 200%;
}
.t3_box1 .ami dt strong,
.t3_box2 .ami dt strong,
.t3_box3 .ami dt strong {
	display: block;
	font-size: 240%;
}
.t3_box1 .ami dt span,
.t3_box2 .ami dt span,
.t3_box3 .ami dt span {
	font-size: 90%;
}
.t3_box1 .ami dd,
.t3_box2 .ami dd,
.t3_box3 .ami dd {
	max-width: 500px;
	width: 100%;
}
.t3_box2 .ami dt,
.t3_box2 .ami dd {
	max-width: 500px;
	width: 100%;
	float: right;
}
.t3_box1 .ami dd p,
.t3_box2 .ami dd p,
.t3_box3 .ami dd p {
	margin-bottom: 15px;
}
.t3_box1 .ami dd a,
.t3_box2 .ami dd a,
.t3_box3 .ami dd a {
	display: block;
	max-width: 260px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 13px 0;
	font-weight: 500;
	border: #fff 2px solid;
}
.t3_box1 .ami dd a:hover,
.t3_box2 .ami dd a:hover,
.t3_box3 .ami dd a:hover {
	color: #fff;
	background: none;
}
#top4 {
	width: 100%;
	margin-bottom: 60px;
	height: 400px;
	background: linear-gradient(130deg,rgba(250, 112, 154, 0.6), rgba(254, 225, 64, 0.6))fixed;
}
#top4 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/top/t_ph04b.jpg) no-repeat center center;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}
#top4 a:hover {
	opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
}
#top4 a p {
	width: 220px;
	height: 220px;
	vertical-align: middle;
	border: #fff 2px solid;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -110px;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	padding-top: 75px;
	transition: .3s;
}
#top4 a p strong {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: 500;
}
#top4 a span {
	display: block;
	width: 220px;
	height: 220px;
	vertical-align: middle;
	border: rgba(255,255,255,.9) 1px solid;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -110px;
	transition: .5s;
}

#top4 a:hover p,
#top4 a:hover span {
	border-radius: 50%;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#top5 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
}
#top5 #t5_news .ttl,
#top5 #t5_facebook .ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#top5 #t5_news {
	width: 49%;
	float: left;
}
#top5 #t5_news ul {
	border-top: #ddd 1px solid;
	width: 100%;
	list-style: none;
	height: 400px;
	overflow: auto;
}
#top5 #t5_news li {
	border-bottom: #ddd 1px solid;
	padding: 10px 0;
	line-height: 160%;
}
#top5 #t5_news li span {
	display: block;
	font-size: 80%;
	letter-spacing: 1px;
}
#top5 #t5_news li a {
}
#top5 #t5_facebook {
	width: 45%;
	float: right;
}
#t5_icon {
	clear: both;
	overflow: hidden;
    position: relative;
	z-index: 99;
	margin-top: -180px;
	margin-bottom: 50px;
}
#t5_icon ul {
	list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
#t5_icon ul li {
	float: left;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    left: -50%;
}
#t5_icon ul li a {
	text-align: center;
	font-size: 35px;
}
#t5_icon ul li a i {
	transition: .3s;
}
#t5_icon ul li a.instagram {
	color: #D80D4A;
}
#t5_icon ul li a.youtube {
	color: #F1151A;
}
#t5_icon ul li a:hover {
	color: #ccc;
}
#t5_icon ul li a.instagram:hover {
	color: #ccc;
}
#t5_icon ul li a:hover {
	opacity:.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:.7;
    -khtml-opacity:.7;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
#top6 {
	width: 100%;
	height: 1000px;
	position: relative;
	background: url(../images/top/t_ph05.jpg) no-repeat center center;
	background-size: cover;
	margin-top: -100px;
	z-index: 5;
}
#top6 .t6_in {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
	position: relative;
}
#top6 .t6_in .txt {
	width: 45%;
	padding-top: 120px;
}
#top6 .t6_in .txt p {
	margin-bottom: 20px;
	line-height: 180%;
}
#top6 .t6_in .txt .name {
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
	padding-top: 20px;
}
#top6 .t6_in .txt .name span {
	display: block;
	font-size: 130%;
}
#top6 svg {
  height: 100px;
  width: 102%;
  position: absolute;
  top: 0;
  left: -2%;
  transform: rotateX( 180deg );
  -moz-transform:    rotate( 180deg );  /* Firefox用 */
  -webkit-transform: rotate( 180deg );  /* Chrome,Safari,新しいOpera用 */
  -o-transform:      rotate( 180deg );  /* 古いOpera用 */
  -ms-transform:     rotate( 180deg );  /* IE9用 */
  transform:         rotate( 180deg );  /* CSS3の書き方 */
}
#top7 {
	width: 100%;
	position: relative;
	padding-bottom: 35%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#top7 iframe,
#top7 object,
#top7 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#top8 {
	max-width: 780px;
	width: 100%;
	margin: -80px auto 70px;
	background-color: #222;
	padding: 5px;
	position: relative;
	z-index: 10;
}
#top8 .video {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#top8 .video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





@media screen and (max-width: 900px) {
	#top6 {
		background: url(../images/top/t_ph05.jpg) no-repeat center center;
	}
	#top6 .t6_in .txt {
		width: 65%;
		padding-top: 200px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	#top1 {
		margin: -200px auto 100px;
	}
	#top1 dl {
		background: url(../images/top/watche.png) no-repeat center top 180px;
		position: relative;
		z-index: 9;
	}
	#top1 dt {
		width: 200px;
		margin: 0px auto 40px;
	}
	#top1 dd,
	#top1 dd p {
		text-align: left;
	}
	.t3_box1 .ami dt strong,
	.t3_box2 .ami dt strong,
	.t3_box3 .ami dt strong {
		font-size: 180%;
	}
	#t5_icon {
		margin-top: -180px;
		margin-bottom: 100px;
	}
	#top6 {
		height: 900px;
		background: url(../images/top/t_ph05c.jpg) no-repeat right 20% center;
		background-size: cover;
		margin-top: -200px;
	}
	#top6 .t6_in .txt {
		width: 75%;
		padding-top: 150px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	#top8 {
		margin: 0px auto;
	}
}






@media screen and (max-width: 600px) {
	.mv_ttl {
		width: 140px;
		top: 50%;
		left: 50%;
		margin-left: -70px;
		margin-top: -140px;
	}
	.bg-slider svg {
	  height: 20vh;
	}
	#top1 {
		margin: -140px auto 20px;
	}
	#top1 dl {
		margin: 0px auto 30px;
	}
	#top1 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.t3_box1 .ami,
	.t3_box2 .ami,
	.t3_box3 .ami {
		width: auto;
		height: auto;
		top: auto;
		bottom: 20px;
		left: 20px;
		right: 20px;
		padding: 30px;
	}
	.t3_box1 .ami dd a,
	.t3_box2 .ami dd a,
	.t3_box3 .ami dd a {
		margin: 0px auto;
	}
	#top5 #t5_news,
	#top5 #t5_facebook {
		width: 100%;
		float: none;
	}
	#top5 #t5_news {
		margin-bottom: 40px;
	}
	#top5 #t5_facebook {
	}
	#top6 {
		height: auto;
		background: url(../images/top/t_ph05b.jpg) no-repeat center bottom;
		background-size: 600px auto;
		margin-top: -200px;
		background-color: #F8F6F2;
		padding-bottom: 400px;
	}
	#top6 .t6_in .txt {
		width: 100%;
		padding-top: 130px;
	}
	#top7 {
		padding-bottom: 75%;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}