@charset "UTF-8";

@media screen and (max-width:767px) {
	/* responsive
-------------------------- */
	.spSet {
		display: block !important;
	}
	.pcSet {
		display: none !important;
	}

	body {
		font-size: 15px;
		letter-spacing: 0;
	}
	.inner {
		padding: 30px 20px !important;
	}
	#index section:last-of-type .inner {
		padding: 30px 20px 6em !important;
	}
	.box_half {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.box_one3rd {
		width: 47.5%;
		margin: 0 auto;
		position: relative;
		float: left;
		text-align: left;
	}
	.box_one3rd:nth-of-type(odd) {
		margin-right: 2.5%;
		margin-left: 0;
	}
	.box_one3rd:nth-of-type(even) {
		margin-right: 0;
		margin-left: 2.5%;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h2 span {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
	p {
		margin: .5em 0 0 0;
		line-height: 1.6;
	}
	a.btn_wht {
		margin: 0 auto;
	}
	.bred_nav {
		padding: 15px 0 0;
	}
	.bred_nav li {
		font-size: 12px;
	}
	header .inner {
		height: 125px;
	}
	#index header .inner {
		height: auto;
		padding: 0 !important;
	}
	header h1 {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	header h1 img {
		/*width: 200px;*/
		width: auto;
		height: 60px;
	}
	#index header h1 {
		position: absolute;
		top: 0;
		left: 0;
		/*width: calc(100% - 70px);*/
		height: 70px;
	}
	#index header h1 img {
		/*width: 100%;*/
		width: auto;
		height: 100%;
		filter: none;
	}
	.sns {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#index .sns {
		bottom: 0;
	}
	header #visualSP {
		width: 100%;
	}
	header #visualSP img {
		width: 100%;
		margin: 70px 0 45px;
		display: block;
	}
	footer {
		padding: 15px 20px;
		font-size: 10px;
	}
	footer ul.sns {
		padding: 0 0 15px;
	}
	#nav_trigger {
		width: 70px;
		height: 70px;
		padding: 10px;
		font-size: 10px;
	}
	#nav_trigger span {
		right: 20px;
	}
	#nav_trigger span:nth-of-type(1) {
		top: 30px;
		width: 30px;
	}
	#nav_trigger span:nth-of-type(2) {
		top: 38px;
		width: 22.5px;
	}
	#nav_trigger span:nth-of-type(3) {
		top: 46px;
		width: 15px;
	}
	nav ul {
		width: 96%;
		height: auto;
		margin: auto;
		padding: 70px 0;
	}
	nav ul li {
		text-align: center;
		font-size: 24px;
		line-height: 2;
	}
	nav ul li ul {
		padding: 0;
		margin: -10px auto 10px;
		line-height: 1.6;
	}
	nav ul li ul li {
		display: inline-block;
		text-align: center;
		font-size: 17px;
		line-height: 1;
	}
	nav ul li ul li a:after {
		content: ' /';
		padding: 0 .5em;
	}
	nav ul li ul li:last-of-type a:after {
		content: '';
		padding: 0;
	}
	nav ul.sns {
		position: static;
		padding: 0;
		text-align: center;
	}
	nav ul.sns li a {
		margin: 0 18px;
	}
	nav .btn_close {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		right: 10px;
		text-indent: 200%;
		white-space: nowrap;
	}
	#to_top {
		height: 50px;
	}
	#anchor00 .inner {
		padding: 0 20px !important;
	}
	#anchor01 .box_half {
		max-width: 580px;
		margin: 0 0 15px;
	}
	#anchor01 .box_jkt {
		width: 48%;
	}
	#anchor01 h3 {
		font-size: 18px;
	}
	#anchor01 .box_info {
		margin: 0 auto 20px;
	}
	#anchor01 .box_inside {
		padding: 20px;
		display: block;
		text-align: center;
	}
	#anchor01 .box_inside h3 {
		display: block;
		margin: 0 auto;
	}
	#anchor01 .btn_wht {
		margin: 1em auto 0;
	}
	a.bnrBtn {
		width: 90%;
		margin: 15px auto;
		padding: 10px;
		font-size: 18px;
	}
	a.bnrBtn span {
		font-size: 30px;
	}
	#index #anchor02 .inner {
		background: none;
	}
	#anchor02 dl {
		max-width: 580px;
	}
	#anchor02 dl dt {
		float: none;
		width: 100%;
		padding: .25em 0 .5em;
	}
	#anchor02 dl dt:after {
		width: 0;
		height: 0;
		background: none;
	}
	#anchor02 dl dd {
		float: none;
		width: 100%;
		padding: 0 0 1.5em;
		margin: 0 0 1em;
		position: relative;
	}
	#anchor02 dl dd:after {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background: url('../_img/bg_line_wh.png') repeat-x;
		background-size: contain;
		position: absolute;
		bottom: 0;
		filter: brightness(0);
	}
	#anchor02 dl dd:last-of-type {
		margin: 0;
	}
	#anchor02 dl dd:last-of-type:after {
		content: '';
		width: 0;
		height: 0;
		background: none;
	}
	.movie_wrap {
		max-width: 580px;
		margin: 0 auto 1.5em;
	}
	.movie_wrap:last-of-type {
		margin: 0 auto;
	}
	#anchor04 {
		background-size: 7.5%;
	}
	#anchor04 ul {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
	}
	#anchor04 ul li {
		width: 47%;
	}
	#anchor04 ul li:nth-of-type(odd) {
		margin: 0 3% 15px 0;
	}
	#anchor04 ul li:nth-of-type(even) {
		margin: 0 0 15px 3%;
	}
	/* topics -------------------------- */
	.sub_select {
		width: 100%;
		margin: 0 auto 1em;
		position: relative;
		background: rgba(0, 0, 0, .025);
		border: 1px solid #444;
		text-align: center;
	}
	.sub_select .label {
		color: #000;
		position: absolute;
		width: 100%;
		z-index: 1;
		font-size: 22px;
		font-family: 'Playfair Display', serif;
		font-weight: 400;
		line-height: 50px;
		margin: 0;
	}
	.sub_select .select {
		font-size: 16px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		cursor: pointer;
		width: 100%;
		height: 50px;
		border: none;
		padding: 10px;
		opacity: 0;
		position: relative;
		z-index: 2;
	}
	.sub_select .label:after {
		content: '';
		position: absolute;
		top: .75em;
		right: 1em;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 15px solid #000;
	}
	main {
		width: 100%;
		float: none;
	}
	article:last-of-type {
		margin: 0 0 40px;
	}
	article h3 {
		font-size: 16px;
	}
	article p {
		font-size: 14px;
	}
	article p a {
		font-size: 14.5px;
	}
	article ul {
		font-size: 14px;
	}
	article .list_bg li {
		display: block;
	}
	article .list_bg li:after {
		content: '';
	}
	article p.note {
		margin: 1.5em 0 1em;
		font-size: 13px;
	}
	article p.link_mv {
		margin: 1em 0 0;
	}
	article .movie_wrap {
		margin: .5em auto 0 !important;
	}
	article img,
	article img.f_right,
	article img.f_left {
		float: none !important;
		width: 100%;
		display: block;
		margin: 1em auto;
	}
	/* live -------------------------- */
	article table {
		width: 100%;
		font-size: 14px;
		margin: 1em 0 0;
	}
	article table th {
		display: none;
	}
	article table td {
		width: 100%;
		display: block;
		background: none;
		border: none;
		border-bottom: 1px dotted #444;
		padding: .5em;
		text-align: left !important;
		position: relative;
	}
	article table td:nth-of-type(5) {
		padding-left: 7em;
	}
	article table td:last-of-type {
		border: none;
	}
	article table td:nth-of-type(1):before {
		content: '日　　　時：';
		color: #222;
		width: 6.5em;
		display: inline-block;
	}
	article table td:nth-of-type(2):before {
		content: '会　　　場：';
		color: #222;
		width: 6.5em;
		display: inline-block;
	}
	article table td:nth-of-type(3):before {
		content: '開場 / 開演：';
		color: #222;
		width: 6.5em;
		display: inline-block;
	}
	article table td:nth-of-type(4):before {
		content: '一般発売日：';
		color: #222;
		width: 6.5em;
		display: inline-block;
	}
	article table td:nth-of-type(5):before {
		content: '問い合わせ：';
		color: #222;
		width: 6.5em;
		display: block;
		position: absolute;
		left: .5em;
	}
	article table tr:nth-of-type(odd) {
		background: rgba(255, 255, 255, .35);
		border-bottom: 1px solid #444;
	}
	article table tr:nth-of-type(even) {
		background: rgba(255, 255, 255, .3);
		border-bottom: 1px solid #444;
	}
	/* discography -------------------------- */
	#discography dt {
		width: 100%;
		max-width: 580px;
		float: none;
		margin: 0 auto;
	}
	#discography dt img {
		margin: 0 auto 15px;
	}
	#discography dt a {
		margin: 0 auto;
		display: block !important;
	}
	#discography dd {
		width: 100%;
		max-width: 580px;
		float: none;
		margin: 0 auto;
	}
	#discography dd ul {
		padding: 1.5em 0 0 0;
	}
	#discography dd ul.half {
		width: 100%;
		float: none;
	}





}