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

.pc {
	display: none !important;
}
.sp {
	display: block;
}
.spleft{
	text-align:left !important;
}
body {
	font-size: 16px;
	text-align: center;
	background-image: url(../img/back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #333;
}
/* _________________________________________ gnav*/
.gnav {
	display: none;
}
/* _________________________________________*/
.contents {
	min-height: 100%;
	position: relative;
	z-index: 5;
}
/* _________________________________________ gnav*/
.gnav {
	display: none;
	position: absolute;
	height: 55px;
	width: 100%;
	top: 380px;
	z-index: 10;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
}
.gnav.fixed {
	top: 0;
	position: fixed;
}
.gnav .inner {
	overflow: visible !important;
}
.gnav .menu {
	padding-left: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
.gnav .menu li {
	display: block;
	position: relative;
}
.gnav .menu li a {
	display: block;
	text-decoration: none;
	line-height: 55px;
	padding: 8px 65px 0;
	transition: opacity 0.2s;
}
.gnav .menu li a:hover {
}
.gnav .menu li a img {
	height: 21px;
}
.gnav .menu li.new:after {
	content: "NEW!";
	background: #e01e79;
	background: #FFB900;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 97px;
	font-size: 10px;
	border-radius: 30px;
	position: absolute;
	top: -40px;
	z-index: 0;
	left: 50%;
	margin-left: -30px;
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1);
}
/* _________________________________________*/
.head {
	height: 60vw;
	position: relative;
	background-position: center top;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	overflow:hidden;
}
.head h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.head h1 img {
	height: 62vw;
}
.head h1 .grad{
	position:absolute;
	width:100%;
	height:10vw;
	left:0;
	bottom:0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.00) , rgba(255,255,255,1.00 ));
	
}
.head .badge{
	left:0vw;
	top:45vw;
	position:fixed;
	z-index:11;
}
.head .badge2{
	left:auto;
	right:0;
}
.head .badge.hide{
}
.head .badge img{
	width:30vw;
}
.contents {
	min-height: 100%;
width:100vw;
	position: relative;
	z-index: 5;
}
.contents:after {
	width: 100%;
}
.inner {
	margin: 0 auto;
}
.section {
	padding: 20px 0 40px;
	position: relative;
}
.section h2 {
	margin: 0 0 20px;
	padding-top: 20px;
	background-image: url(../img/h2_icon.png);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.section h2 img {
	height: 30px;
}
	.section.sns h3{
		margin:40px 0 30px;
	}
	.section.sns h3 img{
	height: 25px;
	}
	.section.sns .inner {

    margin-right: 6vw;
    margin-left: 6vw;

}
	.section.sns .btn_accordion{
	margin-top:30px;
}

	.section.sns .stream{
		margin-top:20px;
	}
	.section.sns .stream .title_h{
		font-size:16px;
		font-weight:bold;
		background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-bottom:25px;
line-height:160%;
	}
	.section.sns .stream .title_h span{
		font-weight:bold;
		display:block;
		font-size:26px;
		margin-top:10px;

}
	.section.sns .stream h4{
		font-weight:bold;
		margin:30px auto 20px;
		padding-bottom:15px;
		position:relative;
		line-height:140%;
	}
	.section.sns .stream h4:before{
		content:"";
		border-top:solid 2px #444;
		width:12px;
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-6px;
		
	}
	.section.sns .stream h4 span{
		font-weight:bold;
		font-size:16px;

}
	.section.sns .stream .thum_yt img{
	width:100%;
}
	.section.sns .stream p{
		font-size:14px;
		line-height:160%;
	}
	.section.sns .stream p.caution{
		font-size:10px;
		margin-top:10px;
		line-height:160%;
	}
	.section.sns .stream dl {
		margin-top:20px;
	}
	.section.sns .stream dl:after { content: ""; clear: both; display: block; }
	.section.sns .stream dl  dt,
	.section.sns .stream dl  dd{
		line-height:160%;
		text-align:center;
	}
	.section.sns .stream dl dt{
		font-size:14px;
		font-weight:500;
		text-align:center;
		margin-bottom:7px;
	}
	.section.sns .stream dl dt .caution{
		font-size:11px;
	}
	.section.sns .stream dl dd{
		margin-bottom:10px;
		font-size:14px;
	}
	.section.sns .stream .form{
		background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;
		padding:5px;
		margin:30px auto 0;
	}
	.section.sns .stream .form_inner{
		padding:15px 15px 10px;
		background:#fff;
	}
	
	.section.sns .stream .form dl{
		margin-left:0;
	}
	.section.sns .stream .form dl  dt,
	.section.sns .stream .form dl  dd{
		font-size:14px;
		line-height:160%;
	}
	.section.sns .stream .form dl dt{
		padding-top:6px;
		margin-bottom:5px;
	}
	.section.sns .stream .form dl dd .caution{
		font-size:9px;
		display:block;
		margin-top:10px;
		line-height:140%;
		letter-spacing:0;
	}
	.section.sns .stream .form dl dd{
	}
	.section.sns .stream .form .h{
		font-size:16px;
		font-weight:bold;
		padding:3px 0 5px;
		color:#fff;
	}
.section.sns .stream input,
.section.sns .stream textarea{
	font-size:14px;
	line-height:30px;
	padding:0 5px;
	width:100%;
	border:solid 1px #ccc;
	border-radius:5px;
    box-shadow:2px 2px 6px 1px rgba(0,0,0,0.05);
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.section.sns .stream textarea{
	height:30vw;
}
.section.sns .stream .btn_submit input{
	width:150px;
	line-height:40px;
	margin-top:20px;
	background:#eee;
}

.section.sns .stream .stream_frame iframe{
	width:100%;
	height:auto;
}
.bar {
	height: 20vw;
	background-image: url(../img/bar_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	margin: 0 0 -0;
}
/* _________________________________________*/
.section.news {
}
.section.news .item_wrap {
	padding: 0 8vw;
	overflow:visible;
}
.slider_news{
	padding-bottom:6vw;
}
.slider_news .slick-dots {
    position: absolute;
}
.slider_news .slick-dots li button:before{
	font-size:15px;
	color:#8ea0d2;
}
.section.news .item_wrap .item {
	width: 43vw;
	text-align: left;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.05);
	padding-bottom:20px;
	border-radius:5px;
	position:relative;
	margin-left:2vw !important;
	margin-right:2vw !important;
	margin-bottom:10px;
	margin-top:10px;
	height:65vw;
}

.section.news .item_wrap .item a{
	display:block;
	text-decoration:none;
	transition: all 0.2s;
}
.section.news .item_wrap .item .pic{
	width:	43vw;
	height: 25vw;
}
.section.news .item_wrap .item .pic img{
	width:	43vw;
	height: 25vw;
	object-fit: cover;
}
.section.news .item_wrap .item .date {
	color:#ABABAB;
	font-size:3vw;
	margin:5vw 0 4vw;
	padding:0 4vw;
	letter-spacing:0.04em;
}
.section.news .item_wrap .item .exp {
	font-size: 2.8vw;
	line-height: 140%;
	padding:0 4vw;
	color:#555;
}
.section.news .item_wrap .item .exp a{
	display:inline;
	text-decoration:underline;
}
.chorusmovie{
	position:relative;
	padding:30px 0 1px;
	margin-bottom:0px;
}
.chorusmovie .h_chorusmovie{
	font-size:13px;
}
.livemovie{
	position:relative;
	padding:30px 0 1px;
	margin-bottom:20px;
	background: linear-gradient(135deg, rgba(145,205,188,0.3) 20%,rgba(142,160,210,0.3) 50%, rgba(236,169,157,0.3) 80%) no-repeat;
}
.livemovie .h_livemovie{
	font-size:13px;
}
.slider_movie{
	width:100vw;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	padding:0 6vw;
	overflow:hidden;
	position:relative;
	padding-bottom:30px;
	margin-bottom:0;
}
.chorusmovie .slider_movie{
	padding-bottom:5px;
}
.livemovie .slider_movie{
	padding-bottom:5px;
}
.slider_movie .slick-dots {
    position: absolute;
    bottom: 0px;
}
.slider_movie .slick-dots li button:before{
	font-size:15px;
	color:#8ea0d2;
}
.slider_movie .slick-slide{
	padding:0 0 0;
	margin:0 4vw 0;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

.stream .slider_movie{
	position:relative;
	left:-6vw;
	width:100vw;
 }
.movie_frame {
	padding:0 0 0;
	margin-top:20px;
	margin-bottom:40px;
}
.chorusmovie .movie_frame{
	margin-bottom:20px;
}
.chorusmovie .slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.livemovie .movie_frame{
	margin-bottom:20px;
}
.livemovie .slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.movie_frame a{
	display:block;
	position:relative;
	text-decoration:none;
}
.movie_frame .pic{
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.movie_frame img{
	display:block;
	width:100%;
	transition: all 0.4s;
	transition-timing-function:ease;
}
.movie_frame a .pic:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgb(236, 169, 157,0.0);
	z-index:2;
}
.movie_frame a .pic:before {
  content: "\f04b";
  font-family: FontAwesome;
  color:rgb(255, 255, 255,1);
	text-shadow: 5px 5px 20px rgb(0, 0, 0,0.2);
  font-size:50px;
    position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:5;


}
.movie_frame .title{
	font-size:11px;
	text-align:left;
	line-height:160%;
	margin-top:20px;
	transition: all 0.4s;
	color:#555;
}
.movie_frame iframe{
	width:88vw;
	height:49.5vw;
}
/* _________________________________________*/
.timeline {
	padding: 0 6vw;
	border: solid 1px #ccc;
}
/* _________________________________________*/

.section.profile .logo {
	padding-top: 4vw;
}
.section.profile .logo img {
	width: 50vw;
}
.section.profile .profile_text {
	font-size: 3.6vw;
	line-height: 200%;
	margin-top: 8vw;
	margin-bottom: 12vw;
	letter-spacing: 0.04em;
}
.section.profile .h3_wrap {
	text-align: center;
}
.section.profile h3 {
	display: inline-block;
	border: solid 1px #e4e4e4;
	height: 55px;
	padding: 0 5px;
	margin-bottom: 42px;
}
.section.profile h3 span {
	display: block;
	font-size: 4.3vw;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 55px;
	padding: 5px 35px;
	position: relative;
	top: -5px;
	background: #fff;
}
.section.profile .item_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	margin: 0 4vw 0;
}
.section.profile .item_wrap .item {
	width: 203px;
	height: 262px;
	width: 29vw;
	height: 37vw;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 0.4s;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
}
.section.profile .item_wrap .item .bg {
	width: 29vw;
	height: 37vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.2s;
}
.section.profile .item_wrap .item.on .bg {
	opacity: 1;
}
.section.profile .item_wrap .item .bg img {
	width: 100%;
	border-radius: 4px;
}
.section.profile .item_wrap .item.s {
	background-image: url(../img/bg_s.jpg);
}
.section.profile .item_wrap .item.n {
	background-image: url(../img/bg_n.jpg);
}
.section.profile .item_wrap .item.u {
	background-image: url(../img/bg_u.jpg);
}
.section.profile .item_wrap .item a {
	display: block;
	width: 29vw;
	height: 37vw;
	transition: all 0.4s;
	position: relative;
	z-index: 2;
}
.section.profile .item_wrap .item a {
	pointer-events: none;
}
.section.profile .item_wrap .item .pic {
	padding: 5vw 0 0;
}
.section.profile .item_wrap .item .pic img {
	width: 17vw;
}
.section.profile .item_wrap .item h4 {
	font-size: 3.6vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 5vw 0 0;
	transition: all 0.2s;
}
.section.profile .item_wrap .item.s h4 {
	color: #91cdbc;
}
.section.profile .item_wrap .item.n h4 {
	color: #8ea0d2;
}
.section.profile .item_wrap .item.u h4 {
	color: #eca99d;
}
.section.profile .item_wrap .item.on h4 {
	color: #fff;
}
.section.profile .slider_wrap {
	margin: 5vw 4vw 0;
}
.section.profile .slider_wrap .slider_inner {
	padding: 0 0 0 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 195vw;
	border-radius: 4px;
}/* the slides */
.slick-slide {
	margin: 0 4vw;
}
/* the parent */
.slick-list {
	margin: 0 -4vw;
}
.section {
}
.section.profile .slider_wrap .slider_inner.slide01 {
	border: solid 1px rgba(179,221,209,0.3);
	box-shadow: 0px 0px 4vw 0px rgba(179,221,209,0.2);
}
.section.profile .slider_wrap .slider_inner.slide02 {
	border: solid 1px rgba(182,194,227,0.3);
	box-shadow: 0px 0px 4vw 0px rgba(182,194,227,0.2);
}
.section.profile .slider_wrap .slider_inner.slide03 {
	border: solid 1px rgba(245,206,199,0.3);
	box-shadow: 0px 0px 4vw 0px rgba(245,206,199,0.2);
}
.section.profile .slider_wrap .slider_inner .pic {
	text-align: center;
	margin-top: 5vw;
}
.section.profile .slider_wrap .slider_inner .pic img {
	width: 40vw;
	margin: 0 auto;
}
.section.profile .slider_wrap .slider_inner .clm {
	text-align: left;
	margin: 8vw 0 0;
	padding: 0 4vw;
}
.section.profile .slider_wrap .slider_inner .clm h4 {
	font-size: 9vw;
	text-align: center;
}
.section.profile .slider_wrap .slider_inner .clm h4 span {
	font-size: 3vw;
	margin-left: 5vw;
}
.section.profile .slider_wrap .slider_inner .clm .exp {
	margin: 5vw 0 0;
}
.section.profile .slider_wrap .slider_inner .clm .exp p {
	font-size: 3.2vw;
	line-height: 170%;
	margin-bottom: 10px;
}
.section.profile .slider_wrap .slider_inner .clm h5 {
	margin-top: 6vw;
}
.section.profile .slider_wrap .slider_inner .clm h5 span {
	font-size: 3.4vw;
	font-weight: bold;
}
.section.profile .slider_wrap .slider_inner.slide01 .clm h5 span {
	background: linear-gradient(transparent 40%, #b3ddd1 40%);
}
.section.profile .slider_wrap .slider_inner.slide02 .clm h5 span {
	background: linear-gradient(transparent 40%, rgba(182,194,227,0.8) 40%);
}
.section.profile .slider_wrap .slider_inner.slide03 .clm h5 span {
	background: linear-gradient(transparent 40%, #f5cec7 40%);
}
.section.profile .slider_wrap .slider_inner .clm .work_list {
	margin-top: 3vw;
}
.section.profile .slider_wrap .slider_inner .clm .work_list li {
	font-size: 2.6vw;
	line-height: 130%;
	margin-bottom: 5px;
}
.section.profile .slider_wrap .slider_inner .clm .link {
	margin: 6vw 0 0;
}
.section.profile .slider_wrap .slider_inner .clm .link a {
	display: inline-block;
	margin-right: 6vw;
	text-decoration: none;
	font-size: 3vw;
	line-height: 180%;
	padding: 0 2vw;
}
.section.profile .slider_wrap .slider_inner.slide01 .clm .link a {
	border: solid 1px rgba(179,221,209,0.6);
	background: #fff;
	box-shadow: 2px 2px 8px 0px rgba(179,221,209,0.2);
	color: #91cdbc;
}
.section.profile .slider_wrap .slider_inner.slide02 .clm .link a {
	border: solid 1px rgba(182,194,227,0.6);
	background: #fff;
	box-shadow: 2px 2px 8px 0px rgba(182,194,227,0.2);
	color: #8ea0d2;
}
.section.profile .slider_wrap .slider_inner.slide03 .clm .link a {
	border: solid 1px rgba(245,206,199,0.6);
	background: #fff;
	box-shadow: 2px 2px 8px 0px rgba(245,206,199,0.2);
	color: #eca99d;
}
.slick-prev:before, .slick-next:before {
	font-size: 15px;
	width: 6vw;
	height: 12vw;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.slick-prev:before {
	content: "";
	background-image: url(../img/arr_prev.png);
}
.slick-next:before {
	content: "";
	background-image: url(../img/arr_next.png);
}
.slick-prev,  .slick-next {
	width: 6vw;
	height: 12vw;
	background-size: 42px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.slick-prev {
	left: 50%;
	margin-left: -50vw;
	z-index: 5;
}
.slick-next {
	right: 50%;
	margin-right: -50vw;
	z-index: 5;
}
.section.profile .creator_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	margin: 16vw 8vw 0;
}
.section.profile .creator_wrap .creator {
	margin-bottom: 12vw;
}
.section.profile .creator_wrap .creator h4 {
	font-size: 7vw;
}
.section.profile .creator_wrap .creator .exp {
	font-size: 3.2vw;
	text-align: left;
	line-height: 170%;
	margin-top: 8vw;
}
.section.profile .creator_wrap .creator h5 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.section.profile .creator_wrap .creator .work_list {
	margin-top: 4vw;
	text-align: left;
}
.section.profile .creator_wrap .creator .work_list li {
	font-size: 3vw;
	line-height: 140%;
	margin-bottom: 3px;
}
.section.profile .creator_wrap .creator .link {
	margin: 5vw 0 0;
	text-align: left;
}
.section.profile .creator_wrap .creator .link a {
	display: inline-block;
	margin-right: 5vw;
	text-decoration: none;
	font-size: 2.4vw;
	line-height: 240%;
	padding: 0 3vw;
	border-radius:50px;
	border: solid 1px rgba(0,0,0,0.05);
	background: #fff;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.03);
	color: rgba(0,0,0,0.6);
}
/* _________________________________________*/
.section.disco {
}
.section.disco .item_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	padding: 0 6vw;
	padding-top: 30px;
}
.section.disco .item_wrap .item {
	text-align: left;
	width:40vw;
	padding: 0 0 0;
	margin-bottom:3vw;
}
.section.disco .item_wrap .item:first-child {
}
.section.disco .item_wrap .item a {
	display: block;
	text-decoration: none;
}
.section.disco .item_wrap .item .pic {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	padding: 0;
	line-height: 0;
	width:100%;
}
.section.disco .item_wrap .item .pic img {
	width: 100%;
	display: block;
}
.section.disco .item_wrap .item h3 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01em;
	font-size: 3.2vw;
	margin: 5vw 0 4vw;
	line-height: 170%;
}.section.disco .btn{
	margin-top:3vw;
	text-align:center;
}
.section.disco .btn a{
	margin:0 auto !important;
	display:inline-block !important;
	text-align:center;
	border:solid 1px rgba(236,169,157,0.5);
	color:#eca99d;
	font-size:2.4vw;
	line-height:220%;
	padding:0 3vw;
	border-radius:20px;
	position:relative;
	padding-right:5vw;
	letter-spacing:0.04em;
}
.section.disco .btn a:after {
  content: "\f105";
  font-size:3vw;
  font-family: FontAwesome;
  position:absolute;
  right:2vw;

}

/* _________________________________________*/
.section.event {
}
.section.event .item_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	padding: 0 6vw;
	padding-top: 30px;
}
.section.event .item_wrap .item {
	text-align: left;
	width:40vw;
	padding: 0 0 0;
	margin-bottom:3vw;
}
.section.event .item_wrap .item:first-child {
}
.section.event .item_wrap .item a {
	display: block;
	text-decoration: none;
}
.section.event .item_wrap .item .pic {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	padding: 0;
	line-height: 0;
	width:100%;
}
.section.event .item_wrap .item .pic img {
	width: 100%;
	display: block;
}
.section.event .item_wrap .item p {
	text-align: center;
	font-size: 3vw;
	margin: 5vw 0 0;
	color:#B781B8;
}
.section.event .item_wrap .item h3 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01em;
	font-size: 3.2vw;
	margin: 3vw 0 4vw;
	line-height: 170%;
}
.section.event .btn{
	margin-top:3vw;
	text-align:center;
}
.section.event .btn a{
	margin:0 auto !important;
	display:inline-block !important;
	text-align:center;
	border:solid 1px rgba(236,169,157,0.5);
	color:#eca99d;
	font-size:2.4vw;
	line-height:220%;
	padding:0 3vw;
	border-radius:20px;
	position:relative;
	padding-right:5vw;
	letter-spacing:0.04em;
}
.section.event .btn a:after {
  content: "\f105";
  font-size:3vw;
  font-family: FontAwesome;
  position:absolute;
  right:2vw;

}
/* _________________________________________*/
.section.contact {
}
.section.contact dl {
	margin: 0 8vw;
}
.section.contact dl dt {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.section.contact dl dd {
	text-align: left;
	margin-bottom: 20px;
}
.section.contact input, .section.contact textarea {
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.05);
}
.section.contact .btn_submit {
	text-align: center;
}
.section.contact .btn_submit input {
	width: 150px;
	margin-top: 20px;
}
/* _________________________________________ footer*/
.footer {
	width: 100%;
	top: 0;
	background: #e4e4e4;
	z-index: 5;
	padding:15px 0 ;
}
.footer .copy {
	position: relative;
	margin-top: 10px;
	color: rgba(0,0,0,0.5);
	font-size: 11px;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
}

 .social {
	overflow: hidden;
}
 .social li {
	display:inline-block;
	margin: 0 3px;
}
.footer .socisal li:last-child {
	clear: both;
}
 .social li p{
	 display:block;
}
 .social li.youtube a{
background: linear-gradient(to bottom right, #FF7577 , #FF5656 ); 
background:#91CDBC;
 }
 .social li.twitter a{
background: linear-gradient(to bottom right, #79BEFF , #5BB0FF ); 
background:#8EA0D2;
 }
 .social li.booth a{
background: linear-gradient(to bottom right, #FF7C7E , #FF6366 ); 
background:#ECA99D;
 }
 .social li.haishin a{
background: linear-gradient(to bottom right, #FF7C7E , #FF6366 ); 
background:#C399B9;
 }

 
 .social li a{
	 display:block;
	 color:#333;
	 font-size:12px;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 padding:15px 15px;
	 border-radius:10px;
	 border:solid 1px #ccc;
	 border:solid 0px #ccc;
	 letter-spacing:0;
}
 .social li p{
	 color:#ECA99D;
	 padding-bottom:10px;
	 padding-top:10px;
	 font-size:10px;
	 letter-spacing:0;
	 font-weight:bold;
}
.footer .socisal li:last-child {
	clear: both;
}

/* _________________________________________*/
.event .inner{
}
.a1l{
	margin:30px 0 30px;
	position:relative;	
  padding:0px 0 4vw;
}
.a1l .bg{
  background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;/*グラデーション①*/
  padding-top:1px;
  padding-bottom:1px;
	
}
.a1l .livekeyvisual img{
	width:100%;
	display:block;
}
.a1l h3 img{
	width:90%;
}
.a1l .catch{
	color:#fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	font-weight:bold;
	font-size:4.5vw;
	line-height:170%;
	margin:8vw 0 4vw;
	letter-spacing:0.04em;
	
	}
.a1l .senmomo{
	color:#fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	font-weight:bold;
	font-size:4.5vw;
	line-height:170%;
	margin:0 0 2vw;
	letter-spacing:0.04em;
	
	}
	.a1l .senmomo .line{
	background: linear-gradient(transparent 40%, #f5cec7 40%);
}


.a1l .greeting{
	background:rgba(255,255,255,0.95);

border-radius: 3px;

border: solid 1px #fff;

box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.05);
	margin:0 15px 40px;
	padding: 24px 15px 0px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.a1l .greeting .clm{
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
margin-bottom:25px;
}
.a1l .greeting .clm_l{
	width:20vw;
	float:left;
	padding-top:10px;
}
.a1l .greeting .clm .pic img{
	display:block;
	margin:0 auto;
	width:100%;
}
.a1l .greeting .clm .name{
	font-size:13px;
	margin-top:5px;
	font-weight:bold;
	text-align:center;
}
.a1l .greeting .clm .text{
	text-align:left;
	font-size:12px;
	margin-left:25vw;
}
.a1l .social{
	margin-bottom:5vw;
	margin-top:5vw;
}
.a1l .block{
	background:rgba(255,255,255,0.95);
	border-radius:3px;
	border:solid 1px #fff;
    box-shadow:10px 10px 20px 1px rgba(0,0,0,0.05);
	margin-bottom:6vw;
	padding:0 15px 20px;
}
.a1l .block_wrap .block{
}
.a1l:befores{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 500px;/*ずらす*/
  left: -500px;/*ずらす*/
  width: 1500px;/*グラデーションカバーの幅*/
  height: 1000px;/*グラデーションカバーの高さ*/
  background: radial-gradient(rgba(255, 105, 34, 0.65) 0%, rgba(255, 88, 96, 0) 100%);/*グラデーション②*/
}
.a1l h4 >div{
	position:absolute;
	top:0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	width:100%;
}
.a1l h4 >div>div{
	height:3px;
	width:3px;
	display:block;
	margin:0 3px;
	border-radius:1px;
}
.a1l h4 >div>div:nth-child(1){
	background:#91cdbc;
}
.a1l h4 >div>div:nth-child(2){
	background:#8ea0d2;
}
.a1l h4 >div>div:nth-child(3){
	background:#eca99d;
}
.a1l h4{
	font-size:16px;
	margin:25px 0 30px;
	letter-spacing:0.2em;
	position:relative;
	padding-top:18px;
	
}
.a1l h4:after{
	content:"";
	width:16px;
	border-top:solid 2px #555;
	height:2px;
	
  background1: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;/*グラデーション①*/
	position:absolute;
	top:0;
	left:50%;
	margin-left:-8px;
}
.a1l h4 span{
	margin:0 0 0;
	display:block;
	font-size:9px;
	letter-spacing:0.2em;
	color:rgba(0,0,0,0.5);
	position:absolute;
	right:0;
	top:22px;
	text-align:right;
}
.a1l .caution{font-size:11px;
}
.a1l h5{
	font-size:16px;
	font-weight:bold;
	margin:40px 0 30px;
	padding-bottom:9px;
	border-bottom:solid 1px rgba(0,0,0,0.5);
	letter-spacing:0.1em;
}
.a1l h6{
	font-size:16px;
	font-weight:bold;
	margin:30px 0 15px;
}
/*--  --*/
.a1l .datetime{
}
.a1l .datetime .date{
	margin-bottom:15px;
	font-size:30px;
	line-height:100%;
}
.a1l .datetime .date span{
	font-size:22px;
	padding-right:1px;
}
.a1l .datetime .date span.youbi{
	font-size:18px;
	margin-right:-1em;
}
.a1l .datetime .time{
	font-size:15px;
}
/*--  --*/

.a1l .venue p.name{
	font-size:20px;
}
.a1l .venue p.access{
	font-size:14px;
}
	
/*--  --*/
.a1l .artist p.vocal{
	font-size:26px;
}
.a1l .artist p.vocal span{
	font-size:14px;
	display:block;
	margin-top:5px;
}
.a1l .artist p.band{
	font-size:14px;
}
/*--  --*/
.a1l .ticket .ticket_wrap{
	border:solid 1px #ccc;
	margin:0 0 5vw;
	border-radius:3px;
	padding:0 6vw;
	position:relative;
	
}

.a1l .ticket .ticket_wrap  dl{

	padding:20px 0;
}
.a1l .ticket .ticket_wrap dt{
	margin-bottom:20px;


	border-bottom:dashed 1px #ccc;
}
.a1l .ticket .ticket_wrap dt div{
}
.a1l .ticket .ticket_wrap dd{
	
text-align:left;
}

.a1l .ticket .ticket_wrap h6{
	font-size:17px;
	line-height:140%;
	margin:0 0 10px;
	letter-spacing:0;
}

.a1l .ticket .ticket_wrap .price{
	font-size:14px;
	margin-bottom:15px;
}
.a1l .ticket .ticket_wrap .price span{
	font-size:13px;
}
.a1l .ticket .ticket_wrap.standard dd{
  display: flex;
  justify-content: left;
  align-items: center;
}
.a1l .ticket .ticket_wrap dd .tokuten_h{
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	text-align:center;
	padding:10px 0 0;
}.a1l .ticket .ticket_wrap dd .exp{
	font-size:12px;
}
.a1l .ticket .ticket_wrap dd .caution{
	margin-bottom:0;
}
.a1l .ticket .ticket_wrap .popup a{
	font-size:11px;
	display:block;
	margin-top:5px;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods {
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item{
	overflow:hidden;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .pic{
	width:18vw;
	height:30vw;
	margin-bottom:15px;
	float:left;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .pic img{
	width:100%;
	height:100%;
	object-fit: contain;
}

.a1l .ticket .ticket_wrap dd .tokuten_goods .item .name{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-left:22vw;
	margin-bottom:5px;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .name span{
	font-size:11px;
	font-weight:bold;
	display:block;
	line-height:160%;
}

.a1l .ticket .ticket_wrap dd .tokuten_goods .item .text{
	font-size:10px;
	text-align:left;
	margin-left:22vw;
}

.a1l .ticket .ticket_wrap dd .tokutenwatashi_h{
	font-size:15px;
	margin:40px 0 0;
	font-weight:bold;
	background: linear-gradient(transparent 50%,rgba(145,205,188,0.3) 50%);
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi_exp{
	font-size:13px;
	margin:20px 0 0;
}

.a1l .ticket .ticket_wrap dd .caution_h{
	font-size:13px;
	font-weight:bold;
	margin:15px 0 5px;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi{
	position:relative;
	z-index:2;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi li{
	font-size:11px;
	line-height:160%;
	padding-left:1em;
	text-indent:-1em;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi li em{
	font-style:normal;
	font-weight:bold;
	background: linear-gradient(transparent 50%, rgba(241,160,195,0.5) 50%);
}

.a1l .ticket .ticket_sale{
}
.a1l .ticket .ticket_sale .exp{
	font-size:12px;
	line-height:160%;
	text-align:left;
}
.a1l .ticket .ticket_sale dl{
	margin:0 auto;
}
.a1l .ticket .ticket_sale dl{
	margin:30px 0 0px;

}
.a1l .ticket .ticket_sale dl dt,
.a1l .ticket .ticket_sale dl dd{
	margin-bottom:20px;
}
.a1l .ticket .ticket_sale dl dt{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.a1l .ticket .ticket_sale dl dd{
	text-align:center;
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;
}
.a1l .ticket .ticket_sale dl dd span{
	font-size:15px;
}
.a1l .btn_apply{
	margin-top:30px;
}
.a1l .btn_apply a{display:block;
  background: linear-gradient(135deg, #AF73CD 0%, #F45A8C 70%) no-repeat;/*グラデーション①*/
  border-radius:5px;
  color:#fff;
  font-size:14px;
  line-height:50px;
  text-decoration:none;
  margin:0 auto;
  position:relative;
    box-shadow:5px 5px 10px 1px rgba(0,0,0,0.09);
	transition: all 0.4s;
}
.a1l .btn_apply a img {
    display: block;
    width: 7px;
    position: absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	transition: all 0.4s;
}
/*--  --*/

.a1l .btn_apply.btn_zadankai{
	margin:0  15px 40px;
}
.a1l .btn_apply.btn_zadankai a{
  background: linear-gradient(135deg, #aba3d0 0%, #8a82b8 100%) no-repeat;/*グラデーション①*/
  padding:10px 0;
  line-height:150%;
  padding-right:20px;
  font-size:14px;
	letter-spacing:0.04em;
}
.a1l .btn_apply.btn_zadankai a:hover{
	letter-spacing:0.04em;
}

/*--  --*/
	
.a1l .message .item_wrap{

}
.a1l .message .item_wrap .item{
	margin:0 0 40px;
}
.a1l .message .item_wrap .item .pic{
	padding:0 40px;
}
.a1l .message .item_wrap .item .pic img{
	display:block;
	width:100%;
}
.a1l .message .item_wrap .item .name{
	font-size:14px;
	font-weight:bold;
}
.a1l .message .item_wrap .item .name span{
	font-weight:normal;
	font-size:11px;
	padding-right:1em;
}
.a1l .message .item_wrap .item .text{
	font-size:11px;
	line-height:180%;
	letter-spacing:0em;
}
	
/*--  --*/
	
.a1l .attention p{
	font-size:11px;
	text-align:left;
	line-height:140%;
	margin-bottom:10px;
	padding-left:1em;
	text-indent:-1em;
}
.a1l .attention p.caution{
	font-size:11px;
}
/*--  --*/
.a1l .faq dl dt, .a1l .faq dl dd, .a1l .faq p {
	font-size: 11px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 150%;
	text-align: left;
}
.a1l .faq dl dt {
	font-weight: bold;
}
.a1l .faq dl dt:before {
	content: "Q.";
	margin-right: 0.5em;
	font-weight: normal;
}
.a1l .faq dl dd:before {
	content: "A.";
	margin-right: 0.5em;
}
.a1l .faq dl dd {
	margin-bottom: 20px;
}
.a1l .faq .caution {
	text-align: left;
	font-size: 11px;
	margin-top: 20px;
}
#goods .goods_wrap{
	padding:0 20px;
}
.goods_wrap{
	padding-bottom:30px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: space-between;/*-- 両端揃え --*/
}
.goods_wrap .item {
	width:calc( 50vw - 40px);
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
margin:0 0 15px 0;
box-shadow:none;
background:none;
padding:0;
}
.goods_wrap .item .pic{
height:calc( 50vw - 34px);
position:relative;
background:#fff;
}
.goods_wrap .item .pic img{
	max-width:calc( 50vw - 44px);
	max-height:calc( 50vw - 44px);
	width:auto;
	height:auto;
	  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}
.goods_wrap .item.lumica img{
}
.goods_wrap .item.towel img{
}
.goods_wrap .item .name{
	letter-spacing:0.0em;
	margin-top:0;
	line-height:160%;font-size: 14px;
}
.goods_wrap .item.ost .name{
	font-size:13px;}
.goods_wrap .item .name .sub{
	display:block;
	padding:0 0 5px;
	font-size:9px;
	font-weight:bold;
	line-height:130%;
}
.goods_wrap .item .name .cdsub{
	font-size:13px;
	font-weight:bold;
	line-height:130%;
}
.goods_wrap .item .name .line{
	font-size:14px;
}.goods_wrap .item .price {

    font-size: 12px;
    margin: 10px 0 10px;

}.goods_wrap .item .price span {

    font-size: 10px;

}
.goods_wrap .item  .exp{
	text-align:left;
	font-size:10px;
	margin-bottom:3px;
	letter-spacing:0.00em;
}
.goods_wrap .item  .size{
	text-align:left;
	font-size:9px;
	line-height:160%;
	letter-spacing:0.00em;
}
.goods_wrap .item .btn{
	padding:0 0px;
	margin-top:20px;
}

.a1l .andmore{
	font-size:20px;
}
.a1l .goods_exp{
	font-size:15px;
	margin-bottom:30px;
}
.goods_wrap .item .btn a{
	display: block;
    background:rgba(244,90,140,0.95);
	border-radius: 5px;
color:#fff;
font-size: 7px;
line-height: 120%;
text-decoration: none;
margin: 0 auto;
position: relative;
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.09);
transition: all 0.4s;
letter-spacing:0;
padding:5px 10px;
}
.goods_wrap .item .btn a:hover{
    background:rgba(244,90,140,0.8);
}
.goods_wrap .item .btn a img {

    display: block;
    width: 5px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: all 0.4s;
	padding-top:0;

}
.a1l  .btn_jigo a{
	display: block;
    background:rgba(244,90,140,0.95);
	border-radius: 5px;
color:#fff;
font-size: 12px;
text-decoration: none;
margin: 0 auto;
position: relative;
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.09);
transition: all 0.4s;
letter-spacing:0;
padding:10px 20px;
}
.a1l  .btn_jigo a:hover{
    background:rgba(244,90,140,0.8);
}
.a1l  .btn_jigo a img {

    display: block;
    width: 5px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: all 0.4s;
	padding-top:0;

}
 .goods_caution {
	margin-top:0px;
	padding-top:15px;
	border-top:solid 1px #ddd;
}
 .goods_caution li{
	font-size:11px;
	line-height:160%;
	text-align:left;;
}
.a1l .andmore{
	font-size:20px;
}
.a1l .goods_exp{
	font-size:12px;
	line-height:170%;
	margin-bottom:20px;
	text-align:left;
}

.a1l  p.small {

    font-size: 12px;
    line-height: 160%;

}
.a1l .caution_goods_wrap{
	
}
.a1l .caution_goods_wrap p{
	text-align:left;
	font-size:11px;
	line-height:160%;
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
.a1l .finished{
	display:block;
	font-size:12px !important;
}
/* _________________________________________*/

.popup_artist {
	border: solid 1px rgba(255,83,115,1.00);
	margin: 5px;
	color: #fff;
	background: rgba(0,0,0,0.9);
	padding: 15px;
	overflow: hidden;
}
.popup_artist h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 15px;
}
.popup_artist .pic {
	margin-bottom: 5px;
	float: left;
	padding-right: 15px;
}
.popup_artist .pic img {
	width: 40vw;
}
.popup_artist .exp p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 160%;
}
.popup_artist .exp h5 {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: rgba(24,118,215,1);
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: solid 2px rgba(24,118,215,1);
}
.popup_artist .exp h6 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
}
.popup_artist .exp p.btn {
	margin-top: 20px;
}
.popup_artist .exp .list p {
	margin-bottom: 0;
}
.popup_artist .exp p.btn a {
	display: inline-block;
	background: rgba(255,83,115,1.00);
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 160%;
}
.popup_artist .exp .list .caption {
	font-size: 10px;
}
}
/* _________________________________________spmenu ここから*/
.icon-hamburger {
	display: none;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
	background: rgba(255,83,115,0.90);
	
  background: linear-gradient(135deg, rgba(145,205,188,0.5) 20%,rgba(142,160,210,0.5) 50%, rgba(236,169,157,0.5) 80%) no-repeat;/*グラデーション①*/
	cursor: pointer;
	border-radius: 50px;
	position: relative;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 43px;
	height: 43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	margin-bottom: 0.4em;
	z-index: 10;
	padding-top: 14px;
}
.icon-hamburger.close{
  background: linear-gradient(135deg, rgba(145,205,188,0.9) 20%,rgba(142,160,210,0.9) 50%, rgba(236,169,157,0.9) 80%) no-repeat;/*グラデーション①*/
}
.icon-hamburger span {
	display: block;
	border-bottom: solid 2px rgba(255,255,255,1);
	margin: 0 14px 4px;
	opacity: 1;
	transition: all 0.2s;
	position: relative;
	transform-origin: center center;
}
.icon-hamburger.close span:nth-child(2) {
	opacity: 0;
}
.icon-hamburger.close span:nth-child(1) {
	transform: rotate(45deg) scale(1.4, 1);
	top: 6px;
}
.icon-hamburger.close span:nth-child(3) {
	transform: rotate(-45deg) scale(1.4, 1);
	top: -6px;
}

@media screen and (max-width: 768px) {
.icon-hamburger {
	display: inline-block;
}
}
.menu-container {
	display: none;
	margin: 0;
	position: relative;
	width: 88vw;
	position: fixed;
	top: 65px;
	left: 6vw;
	z-index: 20;
}
.menu-container .menu {
	display: none;
	border-radius:3px;
	overflow:hidden;
	box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}
.menu-container .menu .menu-item {
	flex: 1;
	position:relative;
}
.menu-container .menu .menu-item a {
	background: rgba(255,255,255,1);
	color: #555;
	display: block;
	height: 45px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding:2px 0;
}
.menu-container .menu .menu-item:last-child a {
	border-right: none;
}

@media screen and (max-width: 768px) {
.menu-container .menu {
	display: none;
	position: absolute;
	width: 100%;
}
.menu-container {
	display: block;
}
.menu-container .menu .menu-item a {
	border-bottom: 1px solid #eee;
	border-right: none;
}
.menu-container .menu .menu-item:last-child a {
	border-bottom: none;
}
.menu-container .menu .menu-item.new:after{
	content:"NEW!";
	/*--  background:#FFB900;--*/
	color:#FFB900;
	border-radius:10px;
	padding-left:3px;
	line-height:49px;
	font-size:9px;
	letter-spacing:0.1em;
	z-index:0;
	position:absolute;
	top:0;		
	margin-left:45px; 

}
.menu-container .menu .menu-item img{
	height:20px;
	position:relative;
	top:13px;
}
.mark_new{
	color:#FFB900;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:bold;
	margin-left:5px;
	

}
}
/* _________________________________________spmenu ここまで*/







/*===============================
　　2020.11.17 event情報追加分
================================*/

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

.head .badge5{
	left:auto;
	right:0;
}

#seclive .bg {
background: rgb(80,57,62);
background: radial-gradient(circle, rgba(80,57,62,1) 0%, rgba(0,0,0,1) 70%);

}
#seclive .catch {
 	font-size: 4.2vw;
}

#seclive .btn_order a{
	background: #91cdbc;
	background:linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;
	line-height: 2em;
	font-size: 12px;
}
#seclive .btn_order a:hover{
	letter-spacing:0.04em;
}

#seclive .streaming p {
 	font-size: 30px;
}
#seclive .streaming p.caution {
 	font-size: 15px;
}
#seclive .greeting .clm_l {
 	float: none;
}
.photo{
	padding-top:0;
}
/*--  --*/
.head_img {
	width:100%;
  overflow:hidden;	
  background-image:url(../img/photo/photobg.jpg);
  background-position:top left;
  background-size:auto 133px;
}
.head_img .photos img{
	width:200px;
display:block;
}
.head_img .photos{
	width:calc(200px * 17);/*-- 画像横幅×17枚×2 --*/
animation :infinity-scroll-left 350s infinite linear 0s both;
	height:calc(200px / 3 * 2);
	display: flex;
}
}
#seclive .gr-photos {
 	display: flex;
	justify-content: space-around;
}


		