@charset "utf-8";
/* CSS Document */

@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

/* 共通　*/

body {
	background: #fff;
	color: #222222;
	font-family: "Noto Sans JP","メイリオ",Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Link */
a {
	color: #222222;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


/* menu
-------------------------------------------------------------*/

.acd-check{
    display: none;
}
.acd-label{
    background:rgba(250,146,19,1);
    color: #fff;
    display: block;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}

.acd-label:after{
    background: #333;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    /*height: 50px;*/
    padding: 10px 20px 10px;
    position: absolute;
    right: 0;
    top: 0px;
}


.acd-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}

/*開閉*/

.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}


/* kenngaku 
----------------------------------------*/

#kengaku img {
	/*margin:5px;*/
	}
	
	
#submenu {
	/*background:rgba(0,0,0,0.5);*/
	margin-top:2rem;
	}
	
#submenu ol {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	}
	
#submenu li{
	width:25%;
	text-align:center;
	letter-spacing:0.25rem;
	}
	
#submenu li a{
	display:block;
	}	
	
.border_spread_btn {
	font-size:1rem;
	font-weight:bold;
  position: relative;
  display: inline-block;
  color: #1B1B1B;
  text-decoration: none;
}
.border_spread_btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.border_spread_btn::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(250,146,19,1);
  transform: scale(0.5, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.border_spread_btn:hover::after {
  transform: scale(1, 1);
}


/*見出し*/

h2 {
	font-size:1.2rem;
	font-weight:bold;
	}

h3 {
	font-size:1.125rem;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.mv_cap {
	font-size:1.25rem;
	line-height:2.0;
	margin-bottom:2rem;
	}
	
	

#img_top{
	width: 100%;
	margin: 0 auto 30px;
	text-align:center;
	background:#000000;
}

#img_top img{
	width: 100vw;
	}
	
.pdT {
	padding-top:4rem;
	}
	
section {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	}
	
.bg_gray {
	background: #D0D0D0;
	}

#contents-mv {
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	}

.movie {
	display: flex;
  	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;
 　 -webkit-justify-content: space-between; /* Safari */
  　justify-content:         space-between;
}

.movie li {
	flex-basis: 100%;
	text-align: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;
	padding: 10px;
}

.mv {
	background:#FA5B05;
	font-family: "Nico Moji";
	text-align:left;
	color:#FFFFFF;
	padding:2rem 2rem 6rem;
	margin-bottom:2rem;
	}
	
.mv h4{
	max-width:960px;
	margin:0 auto 0.3em;
	font-size:3rem;
	font-weight:bold;
	letter-spacing:-0.2;
	line-height:1.2;
	font-family: "M PLUS Rounded 1c"; 	
	}
	
.mv-b {	
	font-size:5rem;
	}
	
.mv p{
	font-size:1.5rem;
	font-weight:bold;
	}
	
.fx-btw_rn {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */	
	}

.fx_rn {
	display:flex;
	flex-wrap: wrap;	
	}
	
.mv-l {
	width:16%;	
	}

/*.mv-l img{opacity: 0.7;
	filter: alpha(opacity=70);
	}*/
	
.mv-r {
	width:78%;
	}

.circle {
	border:1px solid #ccc;
	background:rgba(255,255,255,1);
	padding:0.3rem;
	padding-bottom:0;
	margin:1.25rem 0;
	background:
	}
	
.circle2 {
	border:1px solid #ccc;
	padding:1rem;
	margin:1.25rem 0;
	background:rgba(255,255,255,1);
	}
	
.lineup {
	max-width:1000px;
	border:1px solid #ccc;
	padding:1rem;
	text-align:left;
	margin-bottom:1rem;
	margin:0 auto 2em auto;
	}
	
.lineup2a {
	max-width:1000px;
	margin:0 auto 2em auto;
	}


	
/*.lineup ul,
.lineup2a ul {
	margin-left:auto;
	margin-right:auto;
	}	*/
	
.lineup li,
.lineup2a li {
	margin:0.5rem 0;
	}
	
.lineup .access:before,
.lineup2 .access:before,
.lineup2a .access:before{
	content: "\f239";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:5px;
	}	
	
.entry01 a{
	display:block;
	/*width:48%;
	width:100px;*/
	text-align:center;
	margin:0.5rem 0.5rem 0;
	background:rgba(0,0,0,0.8);
	color:rgba(255,255,255,1);
	padding:0.5rem 2rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
.entry01 a:hover{
	background:rgba(0,0,0,0.4);
	color:rgba(255,255,255,1);
	}
	
.entry01 a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:10px;
}


.wd25,	
.wd45_rn {
	width:48%;
	margin-left: auto;
	margin-right:auto;
	}
	




	



@media screen and (min-width: 768px) {

/*　kenngaku　*/

.border_spread_btn {
	font-size:1.25rem;
	}
	
section {
	padding-top:2rem;
	padding-bottom:2rem;
	}
	
.pdT {
	padding-top:3rem;
	}

h2 {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.2rem;
	}
	
.mv_cap {
	font-size:1.5rem;
	line-height:2.0;
	margin-bottom:5rem;
	}

.fx-btw {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */	
	}
	
.wd25 {
	width:24.5%;
	}
	
.wd33 {
	width:32%;
	}
	
.wd45 {
	width:48%;
	margin-left: auto;
	margin-right:auto;
	}
	


	
/*.lineup iframe,
.lineup2 iframe {
	width:33%;
	}
	
.lineup iframe {
	width:24%;
	}*/
	
.lineup ul {
	/*width:24%;*/
	}
	
.lineup2 ul {
	/*width:55%;*/
	}
	



.movie li {
	flex-basis: 30%;
}

}

