@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*\*/

/*------------------------------
SPECIAL / TOY GUN RECORDS
UPDATED : 2018.11.6
GUIDELINE : Ver.01
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * COMMON SETTING / OVERRIDE
 * ------------------------------------ */

body {
	color: #fff;
	background: url(../img/bg.jpg) center top repeat-y #fff;
	background-attachment: fixed;
	-moz-background-size:cover;
	background-size:cover;
	text-align: center;
	font: 15px/1.5 "Noto Sans JP", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	letter-spacing:0.05em;
	line-height:1.8em;
}

*{
	padding:0;
	margin:0;
	list-style:none;
	box-sizing:border-box;
	font-style:normal;
	text-decoration:none;
}

img{
	max-width:100%;
}

.sp{
	display:none;
}

.btn{
	background:#90c9bf;
	padding:0.5em 1em;
	text-align:center;
	color:#fff;
	border-radius:0.5em;
	display:inline-block;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:bold;
}

@media screen and (max-width:767px) {
	body {
		background-size:cover;
		background:none;
	}

	body::before {
		background:url('../img/bg.jpg') no-repeat right top;
		background-size:cover;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 108px;
		content: "";
		z-index: -1;
	}

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}

}


/* ------------------------------------
 * LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
	color:#fff;
	transition:.3s;
}

a:hover{
	opacity:.7;
}



/* ------------------------------------
 * BASIC LAYOUT
 * ------------------------------------ */

/* ------------------------------------
 * wrapper
 * ------------------------------------ */

#wrapper {
	position:relative;
	width:100%;
}



 
#container {
	margin: 0 auto;
	width: 1024px;
	padding: 0 0 10%;
	max-width:95%;
}

.title {
	margin:2% auto 0;
}

.title img {
	width:60%;
	margin:5% auto;
}

.catch {
	font-weight:bold;
	font-size:1.7em;
	margin-bottom:5%;
	line-height:1.7em;
}

.catch span{
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:150%;
	color:#c0af95;
}




@media screen and (max-width:767px) {
	.catch {
		font-size:1.2em;
		width:90%;
		margin:0 auto 5%;
		line-height:1.4em;
	}
}

.titara img{
	width:600px;
	max-width:100%;
	margin:0 auto 2em;
}


.caption ul{
	display:flex;
	width:400px;
	margin:2em auto;
	max-width:90%;
	justify-content: space-between;
}

.caption ul li{
	width:49%;
	padding:0.5em 1em;
	border-radius:0.5em;
	border:solid 1px #ffffff80;
}

.caption ul li img{
	max-height:2em;
}


.detail {
	margin-bottom:5%;
}

.detail .discinfo {
	width:90%;
	margin:1% auto;
}

.detail .discinfo span {
	font-size:80%;
}

.detail .disctitle {
	font-size:200%;
	margin:2% auto;
	font-family: 'Oswald', sans-serif;
}

.detail .disctitle em {
	display:block;
	font-size:65%;
}

.detail .discription {
	background:rgba(200,200,200,0.3);
	padding:3% 1.5%;
	margin:5% auto;
}

.detail .discription em {
	display:block;
}


.detail img {
	width:60%;
	display:block;
	margin: 10% auto;
}

.detail .songlist {
	text-align:left;
	font-family: 'Oswald', sans-serif;
}

.detail .songlist span {
	color:#c22;
	display:block;
}

.detail ul {
	display:flex;
}

.detail ul li {
	width:50%;
}

.detail ul li img {
	width:90%;
	display:block;
	margin:0 auto;
}

.detail .songlist ul {
	margin:0 auto;
	font-size:120%;
}

.movie {
	padding:5em 0;
}

.movie ul{
	display:flex;
	justify-content:space-between;
}

.movie ul li{
	width:49.5%;
}

.movie .player{
	width:100%;
	padding-top:56.25%;
	position:relative;
}

.movie .player iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.phisical p{
	text-align:left;
}

.phisical .phdetail{
	padding:1.5em;
	border:dotted 1px #ffffff80;
	margin:2em 0;
	text-align:left;
	font-size:.85em;
}

.phisical .phdetail p{
	margin-top:1em;
}

@media screen and (max-width:961px){
	.phisical p,
	.caption p{
		font-size:.85em;
	}
}

.tour {
	font-family: 'Oswald', sans-serif;
	padding:5em 0;
}

.tour h4 {
	font-size:1.5em;
	margin-bottom:2.5em;
}

.tour h4 span{
	display:block;
	font-size:.7em;
}

.tour ul {
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	justify-content:space-between;
}

.tour ul li {
	width:49%;
	padding:2em 1em 1em;
	background:#ffffffaa;
	color:#000;
	margin-bottom:1.5em;
	text-align:left;
	position:relative;
}

.tour ul li span {
	position:absolute;
	top:-0.5em;
	left:-0.5em;
	background:#90c9bf;
	color:#fff;
	padding:0.3em 1em;
	font-size:.85em;
	transform:rotate(-3deg)
}

.tour ul li strong,
.tour ul li em{
	display:block;
}

.tour ul li strong{
	font-size:1.2em;
	font-weight:bold;
}

.tour ul li em{
	font-size:.9em;
}

.tour ul li p{
	font-size:.8em;
	margin-top:1em;
	line-height:1.5em;
}

.tour .toticket{
	margin:3em 0;
}

.tour .dtl{
	margin-top:2em;
	font-size:.7em;
	line-height:1.8em;
}

@media screen and (max-width:961px){
	.tour ul li{
		width:100%;
	}
}

.tour ul li .date {
	font-size:120%;
}

.tour ul li .place {
	font-size:150%;
}

.tour ul li .showdetail {
	font-size:90%;
	padding-top:2%;
}

.tour ul li .showdetail ul {
	display:flex;
	flex-wrap:nowrap;
	width:50%;
	margin:2% auto 0;
}

.tour ul li .showdetail ul li {
	width:19%;
	margin:1%;
	padding:2%;
	max-width:19%;

}

.tour ul li .showdetail ul li.pia{background:#3264C8;}
.tour ul li .showdetail ul li.lawson{background:#0074BE;}
.tour ul li .showdetail ul li.eplus{background:#E85298;}
.tour ul li .showdetail ul li.line{background:#3BB900;}


.tour ul li .showdetail ul li img {
	display:block;
	width:80%;
	margin:0 auto;
}

.tour .guest {
	background:rgba(9, 19, 31,0.7);
	color:#ffff;
	width:80%;
	margin:1% auto;
	padding:1% 0;
}

.tour .guest span {
	font-size:70%;
	display:block;
}


.sns {
	margin:3em 0;
}

.sns ul {
	display:flex;
	width:20%;
	margin:0 auto;
}

.sns ul li {
	width:33.3%;
}

.sns ul li img {
	display:block;
	width:60%;
	margin:0 auto;
}

.info a{
	display:block;
	margin-bottom:5%;
}



@media screen and (max-width:767px) {
	.detail {
		width:95%;
		margin:0 auto 15%;
	}

	.detail ul li {
		width:100%;
	}

	.detail .disctitle {
		font-size:150%;
	}
	
	.detail .discription {
		font-size:90%;
	}
	
	.detail .discription em {
		display:inline;
	}

	.detail .songlist ul {
		display:block;
		width:100%;
		font-size:100%;
	}

	.tour {
		margin:15% 0 20%;
	}

	.tour .guest {
		width:100%;
	}

	.tour ul li .showdetail ul{
		width:90%;
	}
	
	.sns ul {
		width:40%;
	}

}


@media screen and (max-width:321px) {
	.detail .disctitle {
		font-size:120%;
	}
}

.profile {
	margin:5% auto 15%;
	background:rgba(0,0,0,0.7);
	padding:10% 2% 20%;
}

.profile .inner {
	width:80%;
	margin:0 auto;
}

.profile ul {
	display:flex;
	margin-bottom:5%;
}

.profile ul li {
	text-align:left;
}

.profile ul li.photo {
	width:90%;
	margin-right:2%;
}

.profile ul li.txt {
	width:48%;
	padding:10% 0 0 0;
}

.profile ul li img {
	width:100%;
	display:block;
	margin:0 auto;
}

.profile .profiletxt {
	text-align:left;
}

@media screen and (max-width:767px) {
	.profile .inner {
		width:100%;
	}

	.profile ul {
		display:block;
	}

	.profile ul li.photo,
	.profile ul li.txt{
		width:95%;
		margin:0 auto;
	}

	.profile ul li.txt {
		padding:5% 0;
	}
}

.logo {
	padding:5% 0;
}

.logo img {
	width:5%;
	display:block;
	margin:5% auto 0;
}

@media screen and (max-width:767px) {
	#container {
		width:90%;
	}

	.title img {
		width:95%;
	}

	.logo img {
		width:10%;
	}
}


/* menu */

#menu-box {
	margin-top:10px;
	height:auto;
	overflow: hidden;
}

#menu{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
/*  width: 12.5%;*/
  width: 11.11%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
#menu li a:hover{
  background: #444;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 50%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
font-family: 'Montserrat', sans-serif;

  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

/* //menu */

