@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    font-weight: 300;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem; /* 16px*/
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
	font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    display: block;
}
a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: .8;
}
img {
	width: 100%;
}
.dispNon--pc, .dispNon--pctab, .dispNon--pcsp  {
    display: none;
}
.dispNon--tab, .dispNon--sp, .dispNon--tabsp {
    display: block;
}

.nolink {
    pointer-events: none;
}
.widthImg {
    width: 100%;
}
.heightImg {
  width: auto;
  height: 100%;
}
.position--center {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.font-mplus {
	font-family: 'M PLUS 1p', sans-serif;
}
.fadeIn {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
.fadeUp, .js-fadeUp-ttl {
    transition: all 1s;
    -moz-transition: all 1;
    -webkit-transition: all 1s;
}
.fadeLeft,
.fadeRight {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.js-fadeIn-about {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}
.loading__img {
    color: #808080;
    font-size: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.pagetop {
	position: fixed;
	width: 60px;
	bottom: 8vw;
	right: 3%;
	z-index: 9;
}

/* header --------------------------------------------------------*/
.nav-tabsp {
	display: none;
}
.header {
	width: 100%;
	background-color: #80190f;
	border-bottom: 5px solid #000;
	height: 60px;
	box-sizing: content-box;
}
.header__inner {
	width: 100%;
	max-width: 1038px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header__logo {
	width: auto;
	height: 80%;
	position: absolute;
    top: 50%;
	left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.header__logo a, .header__logo img {
	height: 100%;
	width: auto;
}
.nav-pc {
	width: 65%;
	height: 40px;
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
}
.nav-pc__list {
	height: 100%;
}
.nav-pc__list {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: .8em;
    line-height: 1em;
	letter-spacing: .05em;
}
.nav-pc__list li {
	width: 25%;
	border-right: 1px solid #6E190F;
}
.nav-pc__list li a {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	display: table;
}
.nav-pc__list li a.nolink {
	color: #323232;
}
.nav-pc__list li:last-child {
	border-right: none;
}
.nav-pc__list li a span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.nav-pc__list li a:hover span::after {
	width: 110%;
}
nav.nav-tabsp {
	display: none;
}

/* main --------------------------------------------------------*/
/* メインイメージ */
.mainimage {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.mainimage__bg {
	width: 100%;
	height: auto;
	position: relative;
}
.mainimage__bn {
	width: 45%;
	position: absolute;
	top: 77%;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    z-index: 2;
	background-color: #fff;
}
.mainimage__logo {
	text-indent: -9999vw;
	line-height: 0;
}
.mainimage__list {
	width: 58%;
	overflow: hidden;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
	z-index: 2;
	display: flex;
}
.mainimage__list li {
	margin-right: 10px;
}
.mainimage__list li:last-child {
	margin-right: 0;
}
.mainimage__copyright {
	width: 12.5%;
	position: absolute;
	bottom: 1vw;
	left: 50%;
	margin-left: -6.25%;
}

/* 共通 */
.section {
	width: 100%;
	height: auto;
	position: relative;
	padding: 2em 0;
}
.section__inner {
	width: 94%;
	max-width: 990px;
	position: relative;
	margin: 0 auto;
}
.bg1{
	background: url("../img/bg__1.png") repeat;
	background-size: 80px 80px;
}
.bg2{
	background: url("../img/bg__2.png") repeat;
	background-size: 45px 45px;
}
.pt_ttl{
	padding-top:1em;
}
/* 番組概要 */
.program__inner {
	background: url("../img/program__inner__bg.png") no-repeat top center;
	background-size: 100% auto;
	height:1170px;
}
.program__ttl {
	width: 28%;
	margin: 0 auto;
}
.program__subttl {
	text-align: center;
	letter-spacing: .1em;
    padding-top: 1em;
}
.program__subttl span {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	background-color: #ff3589;
	display: inline-block;
	padding: 8px 11px 9px;
	margin: 5px 0;
}
.program__subttl span.program__subttl__txt--b {
	font-size: 1.95em;
}
.program__desc {
	text-align: center;
	font-weight: 500;
	font-size: .85em;
    padding-top: 1.2em;
	line-height: 1.8em;
}
.program__youtube {
	width: 82%;
	margin: 1.2em auto 0;
	position: relative;
}
.program__youtube__inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.program__youtube__inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.program__image{
	padding-top:1.5em;
	width:70%;
	margin:0 auto;
}
.program__list{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.program__list li{
	width:48%;
}

/* Youtube Twitter */
.sns__inner {
	background: url("../img/youtube__inner__bg.png") no-repeat top center;
	background-size: 100% auto;
	height: 1010px;
	padding: 2.5em 0;
}
.sns__list ul{
	width: 92%;
	margin: 0 auto;
	box-sizing: content-box;
	padding-top: 3.5%;
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.sns__part{
	width: 92%;
	height: auto;
	border-radius: 20px;
	margin: 0 auto;
	padding: 2em 0; 
}
.sns__list__ttl {
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	font-weight: 500;
	letter-spacing: .07em;
}
.sns__list__ttl span {
	position: relative;
}
.sns__list__ttl span::after {
	content: "";
	width: 110%;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: -10%;
	left: -6%;
}
.sns__list__txt {
	text-align: center;
	color: #fff;
	font-size: .9em;
	margin-top: 1em;
	line-height: 1.3em;
}
.youtube__list li:first-child{
	margin-right:1em;
}
.twitter__list li{
	margin-right: 1em;
}
.twitter__list li:last-child{
	margin-right: 0;
}
.youtube__part{
	background-color: #ff0000;
}
.twitter__part{
	background-color: #1da1f2;
	margin-top:1.6em;
}
.sns__list__link{
	width: 30%;
	margin: 0 auto;
	padding: .2em;
	letter-spacing: 0;
	background-color: #fff;
	font-size: 1em;
	text-align: center;
	font-weight: 600;
	margin-top:1em;
}
.youtube__link{
	color: #ff0000;
}
.twitter__link{
	color: #1da1f2;
}
.sns__list__link:hover {
	opacity: .8;
}

/* 出演者 */
.performer__inner {
	background: url("../img/performer_inner_bg.png") no-repeat top center;
	background-size: 100% auto;
	height:1177px;
}
.performer__ttl {
	width: 28%;
	margin: 0 auto;
}
.performer__list {
	width: 92%;
	margin: 2.5% auto 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.performer__list li {
	width: 22.67%;
	margin-right: 2.62%;
	position: relative;
}
.performer__list li:nth-child(3){
	margin-left:13.5%;
}
.performer__list li:nth-child(6){
	margin-left:13.5%;
}
.performer__list__img {
	line-height: 0;
}
.performer__list li:first-child {
	margin-left: 25.95%;
}
.performer__list li:nth-child(2) {
	margin-right: 25.95%;
}
.performer__list li:last-child {
	margin-right: 0;
}
.performer__list li:first-child, .performer__list li:nth-child(2) {
	margin-bottom: 3.5%;
}
.performer__list li:nth-child(3), .performer__list li:nth-child(4), li:nth-child(5) {
	margin-bottom: 3.5%;
}
.performer__list__img {
	margin-bottom: 3%;
}
.performer__list__name, .performer__list__combiname {
	text-align: center;
	color: #fff;
	font-weight: 500;
	display: inline-block;
    position: relative;
	background-color: #22ac38;
	padding: .3em .5em;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: .07em;
    left: 50%;
    transform: translate(-50%, 0) skewX(-15deg);
    -webkit-transform: translate(-50%, 0) skewX(-15deg);
    -moz-transform: translate(-50%, 0) skewX(-15deg);
}
.performer__list__combiname {
	padding: .15em .3em;
	margin-top: 3%;
}
.performer__list__name p, .performer__list__combiname p {
	transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}
.performer__list__combiname p {
	font-size: .7em;
	letter-spacing: 0;
}
.performer__list__twitter {
	width: 19.80%;
	position: absolute;
	top: 74.5%;
	line-height: 0;
	background: url("../img/twitter__bg.png") no-repeat top center;
	background-size: 100% auto;
}
.performer__list li:nth-child(3) .performer__list__twitter {
	right: 8%;
}
.performer__list li:nth-child(4) .performer__list__twitter {
	right: 13%;
}
.performer__list li:nth-child(5) .performer__list__twitter {
	right: -4%;
}
.performer__list li:nth-child(6) .performer__list__twitter {
	right: 2%;
}
.performer__list li:nth-child(7) .performer__list__twitter {
	right: 2%;
}
.performer__list li:nth-child(8) .performer__list__twitter {
	right: 8%;
}

/* 協賛ホール */
.sponsorship__inner {
	background: url("../img/sponsorship__inner__bg.png") no-repeat top center;
	background-size: 100% auto;
	height:1264px;
}
.sponsorship__ttl {
	width: 28%;
	margin: 0 auto;
}
.sponsorship__list__inner {
	width: 92%;
	margin: 2% auto 0;
}
.sponsorship__list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.sponsorship__shop a{
	color:#333;
	text-align: center;
	border: 1px solid #333;
	padding:.5em;
	margin-top:.7em;
	font-size: .95em;
	line-height: 1.5;
}
.shop__list{
	margin-right:1em;
}
.shop__list:last-child{
	margin-right: 0;
}
.sponsorship__img{
	line-height: .5;
	border:1px solid #333;
}
.dispNon--spon{
	display:none;
}

/* footer --------------------------------------------------------*/
.footer {
	width: 100%;
	background-color: #80190f;
}
.footer__copyright {
	color: #fff;
	text-align: center;
	font-size: .8em;
	padding: 3em 0;
	line-height: 1em;
	letter-spacing: .05em;
}

/* ----------------------------------------------------------------------------------------------------*/
/* 1053px以下 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media(max-width: 1053px) {
	.program__inner {
		height: 110.8vw;
	}
	.program__subttl{
		padding-top:1.6%;
	}
	.program__subttl span{
		font-size:1.85vw;
		margin:.5% 0;
		padding: .8% 1.1% .9%;
	}
	.program__desc{
		font-size:1.3vw;
		padding-top:1.5%;
	}
	.program__image{
		padding-top:1.5vw;
	}
	.sns__inner{
		height:95.2vw;
		padding:4% 0;
	}
	.sns__list__ttl{
		font-size:2.3vw;
	}
	.sns__list__ttl span::after{
		height:.45vw;
	}
	.sns__list__txt{
		font-size:1.35vw;
		margin-top:1.6%;
		line-height: 1.8vw;;
	}
	.sns__list__link{
		font-size:1.5vw;
		margin-top:1.6%;
		padding:.3%;
	}
	.sns__part{
		padding:3vw 0;
	}
	.twitter__part{
		margin-top:2.8vw;
		height:43.65vw;
	}
	.youtube__part{
		height:40.8vw;
	}
	.performer__inner {
		height: 112vw;
	}
	.performer__list__name, .performer__list__combiname {
		padding: .3em .5em;
		font-size: 2vw;
		line-height: 1em;
	}
	.performer__list__combiname {
		padding: .15em .3em;
		margin-top: 3%;
	}
	.sponsorship__inner{
		height:121vw;
	}
	.sponsorship__shop a{
		font-size:1.4vw;
	}
}
@media(max-width: 1022px) {
	.dispNon--spon{
		display:block;
	}
}

/* ----------------------------------------------------------------------------------------------------*/
/* 750px以下 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {
    /* body {
    } */
    .dispNon--sp, .dispNon--pcsp , .dispNon--tabsp {
        display: none;
    }
    .dispNon--pc, .dispNon--tab, .dispNon--pctab {
        display: block;
    }
	.header__inner, .section__inner {
		max-width: 100%;
	}
	.pagetop {
		position: fixed;
		width: 9.33%;
		bottom: 20vw;
		right: 5%;
	}
	/* header --------------------------------------------------------*/
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		height: 60px;
		box-sizing: border-box;
	}
	.header__inner {
		height: 100%;
	}
	.header__logo {
		left: 3%;
	}
	.header__menuBtn {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header__menuBtn span {
		width: 24px;
		height: 1px;
		position: absolute;
		background-color: #fff;
		left: 50%;
		margin-left: -12px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header__menuBtn span:nth-child(1) {
		top: 20px;
	}
	.header__menuBtn span:nth-child(2) {
		top: 50%;
	}
	.header__menuBtn span:nth-child(3) {
		bottom: 20px;
	}
	.header__menuBtn.active span:nth-child(2) {
		opacity: 0;
	}
	.header__menuBtn.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
	}
	.header__menuBtn.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 29px;
	}
	.nav-tabsp {
		width: 100%;
		background-color: #86190F;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 16% 5% 0;
		display: none;
		opacity: 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.nav-tabsp__list li {
		border-top: 1px solid #fff;
	}
	.nav-tabsp__list li:last-child {
		border-bottom: 1px solid #fff;
	}
	.nav-tabsp a {
		font-size: 1em;
		font-weight: 500;
		color: #fff;
		text-align: center;
		padding: 1.5em 0;
	}
	.nav-tabsp li a.nolink {
		color: #323232;
	}
	.nav-tabsp__logo {
		width: 50%;
		margin: 0 auto;
		padding: 10% 0;
	}
	
	
	/* main --------------------------------------------------------*/
	.content {
		padding-top: 60px;
	}
	/* main */
	.mainimage__bn {
		width: 80%;
		top: 71.5%;
	}
	.mainimage__list {
		width: 32%;
		top: 35.5%;
		transform: translate(-52%, 0);
		-webkit-transform: translate(-52%, 0);
		-moz-transform: translate(-52%, 0);
		display: block;
	}
	.mainimage__list li {
		float: none;
		width: 100%;
		padding-bottom: 3%;
	}
	.mainimage__list li:last-child {
		padding-bottom: 0;
	}
	

	/* 共通 */
	.section {
		padding: 5vw 0;
	}
	.section__inner{
		width:94.7%;
	}
	.pt_ttl{
		padding-top:.5em;
	}
	/* 番組概要 */
	.program__inner {
		background: url("../img/sp/program__inner__bg__sp.png") no-repeat top center;
		background-size: 100% auto;
		height: 261vw;
	}
	.program__ttl {
		width: 39.7%;
		margin-bottom: .5vw;
	}
	.program__subttl {
		text-align: center;
		letter-spacing: .1em;
		padding-top: 4vw;
	}
	.program__subttl span.program__subttl__txt--s {
		font-size: 3vw;
	}
	.program__subttl span {
		font-size: 3.5vw;
		padding: 0.2% 2% 1%;
		margin: .2em 0;
		line-height: 1.4;
	}
	.program__desc {
		font-size: 3vw;
		line-height: 1.7em;
		padding-top: 3vw;/* 1.20更新時のみ */
	}
	.program__youtube {
		width: 88.75%;
		margin: 2.7% auto;
	}
	.program__image{
		padding-top:4vw;
		width:88.75%;
	}
	.program__list{
		display:block;
	}
	.program__list li{
		width:100%;
	}
	.program__list li:last-child{
		margin-top:3vw;
	}
	

	/* Youtube Twitter */
	.sns__inner{
		background: url("../img/sp/sns__inner__bg__sp.png") no-repeat top center;
		background-size: 100% auto;
		height:287.4vw;
		padding: 5vw 0;
	}
	.sns__part{
		padding:4.5vw 3vw 6vw;
		width:88.75%;
	}
	.sns__list__ttl {
		font-size: 4vw;
		padding-top: 0;
	}
	.sns__list ul{
		display:block;
		width:94%;
		padding-top:2vw;
	}
	.youtube__list{
		padding-top:2vw;
	}
	.youtube__list li:first-child{
		margin-right:0;
		margin:3vw 0 2vw;
	}
	.sns__list__txt {
		font-size: 3vw;
		margin-top: 2.5vw;
		line-height: 1.7;
	}
	.sns__list__link {
		width: 44%;
		font-size: 3vw;
		text-align: center;
		font-weight: 600;
		letter-spacing: .07em;
		padding: 1% 0;
		margin-top:4vw;
	}
	.youtube__part{
		height: 130vw;
	}
	.twitter__part{
		margin-top:4.5vw;
		height: 142.7vw;
	}
	.twitter__list{
		overflow:hidden;
	}
	.twitter__list li:first-child{
		width:100%;
		margin-right:0;
		margin-bottom:2.5vw;
		margin-top:3vw;
	}
	.twitter__list li:nth-child(2){
		width:47.5%;
		float:left;
		margin-right:0;
	}
	.twitter__list li:nth-child(3){
		width:47.5%;
		float:right;
	}
	

	/* 出演者 */
	.performer {
		background-size: 38px 38px;
	}
	.performer__inner {
		background: url("../img/sp/performer__inner__bg__sp.png") no-repeat top center;
		background-size: 100% auto;
		height: 256vw;
	}
	.performer__ttl {
		width: 36.93%;
	}
	.performer__list {
		width: 88.75%;
		margin-top: 3.5%;
	}
	.performer__list li, .performer__list li:nth-child(2) {
		width: 47.14%;
		margin-right: 0;
	}
	.performer__list li:first-child {
		margin-left: 0;
	}
	.performer__list li:nth-child(3){
		margin-left: 0;
	}
	.performer__list li:nth-child(odd) {
		margin-right: 5.72%;
	}
	.performer__list__img {
		margin-bottom: 6%;
	}
	.performer__list__name, .performer__list__combiname {
		font-size: 3.5vw;
	}
	.performer__list li, .performer__list li:nth-child(2) {
		margin-bottom: 5%;
	}
	.performer__list__twitter {
		width: 23.9%;
		top: 67%;
	}
	.performer__list li:nth-child(3) .performer__list__twitter,
	.performer__list li:nth-child(4) .performer__list__twitter,
	.performer__list li:nth-child(5) .performer__list__twitter,
	.performer__list li:nth-child(6) .performer__list__twitter,
	.performer__list li:nth-child(7) .performer__list__twitter,
	.performer__list li:nth-child(8) .performer__list__twitter{
		right: -4%;
	}
	.performer__list li:nth-child(6){
		margin-left: 0;
	}
	
	/* 協賛ホール */
	.sponsorship__inner{
		background: url("../img/sp/sponsorship__inner__bg__sp.png") no-repeat top center;
		background-size: 100% auto;
		height: 407vw;
	}
	.sponsorship__list{
		display:block;
	}
	.shop__list{
		width:46.8%;
		float:left;
		margin-right:6.4%;
	}
	.shop__list:nth-child(2n){
		margin-right:0;
	}
	.shop__list:nth-child(3){
		margin-bottom: 6vw;
	}
	.sponsorship__list__inner{
		width:88.75%;
	}
	.sponsorship__ttl{
	width: 36.93%;
	}
	.sponsorship__img{
		margin-top:1.5vw;
	}
	.sponsorship__shop a{
		margin-top:2vw;
		padding:.5em;
		font-size:2.75vw;
	}
	.gaia__list{
		margin-bottom:6vw;
	}
	.dispNon--spon{
		display:none;
	}
	.shop__list:last-child{
	margin-right: 6.4%;
}

	/* footer --------------------------------------------------------*/
	.footer__linkList li {
		padding: 0 4vw;
	}
	.footer__linkList li a, .footer__copyright {
		font-size: 2.3vw;
	}
}

/* ----------------------------------------------------------------------------------------------------*/
/* 480px以下 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	.sns__list__link, .sns__list__txt{
		margin-top:3%;
	}
	.sns__list__link{
		padding:0;
	}
	.sns__list ul{
		padding-top:1%;
	}
	.sponsorship__shop a{
		padding:.5em;
		font-size:2.4vw;
		line-height: 4.1vw;
	}
}
@media screen and (max-width: 400px) {
	.performer__list__img {
		margin-bottom: 3%;
	}
	.performer__list li, .performer__list li:nth-child(2) {
		margin-bottom: 3%;
	}
	.youtubeDeli__list__ttl span::after {
		height: 3px;
	}
	.program__subttl{
		padding-top:2vw;
	}
}

@media screen and (max-width: 350px) {
	.performer__list__img {
		margin-bottom: 2%;
	}
	.performer__list li, .performer__list li:nth-child(2) {
		margin-bottom: 2%;
	}
	.program__subttl{
		padding-top:1vw;
		line-height:1.0;
	}
	.sns__part{
		padding:2.5vw 3vw;
	}
	.sns__list__txt{
		margin-top:1%;
	}
	.youtube__list li:first-child{
		margin:2vw 0;
	}
	.mainimage__list {
        width: 31%;
	}
}
