@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    background-image: url(../img/nampeiki/bg.jpg);
}

html,body{ 
	height: 100%;
	font-family: 'Roboto',helvetica, arial, 'hiragino kaku gothic pro', 'ms pgothic', sans-serif;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
ul,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.hidden {
    display: none !important;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

#wrapper{
	width: 100%;
	position: relative;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#header{ 
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	overflow: hidden;
	padding: 30px;
    background-color: #c60000;
    opacity: 0.8;
    box-shadow: 0px 0px 15px -5px #000000;
    margin-bottom: 1.8em;
    z-index: 999;
}

#header h1{
	width: 100%;
	height: 50px;
	background-image: url(../img/nampeiki/mograg_logo.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#header h1.logo_sp{ display: none;}
#header h1 img{ width: 100%;}


/*外部リンク*/
#nav_m{
	position: absolute;
	right: 160px;
	display: block;
}
#nav_m ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#nav_m ul li{
	width: 70px;
	height: 70px;
	float: left;
	text-indent: -99999px;
}
#nav_m ul li.nav_m1{
	background-image: url(../img/mograg/icon_garage.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#nav_m ul li.nav_m2{
	background-image: url(../img/mograg/icon_shop.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#nav_m ul li.nav_m3{
	background-image: url(../img/mograg/icon_momurag.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#nav_m ul li a{
	width: 70px;
	height: 70px;
	display: block;
}
#nav_m ul li a:hover{
	opacity: 0.3;
	background-color: #FFF;
}
#sns{
	position: absolute;
	right: 1.8em;
	display: block;
}


#container{
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
    top: 140px;
	width: 100%;
	margin: 0 0 180px 0;
	filter:alpha(opacity=98);
    -moz-opacity: 0.98;
    opacity: 0.98;
}

/*sidemenu*/
#side_menu{
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #000;
	overflow: hidden;
	padding: 1.0em 0;
}
#side_menu li{
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 25%;
	float: left;
	text-align: center;
}
#side_menu li a{
	display: block;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#side_menu li a:hover{
	color: #E81068;
}
.other_link{
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}



/*contents*/
#contents{
	float: left;
	width: 100%;
	padding: 0 2.0em;
}
#main{ overflow: hidden;}
#main_s{ width: 70%; overflow: hidden;} 
.ex_img,.ex_info{ float: left; width: 50%;}
.ex_img img{ width: 100%;}
.ex_info{ padding: 0 2.0em;}
h1.ttl,.ttl{font-family: 'Reggae One', cursive; font-size: 2.6em; margin-top: 0em; font-weight: bold;}
.ttl,.day,.video_ttl{ font-weight: bold;}
.txt{ font-size: 1.2em; font-family: 'Reggae One', cursive; padding-bottom: 1.8em;}
.txt a{ color:#E81068;}

.prof{ 
    padding: 1.0em 0;
    border: solid #fff;
    border-width:6px 0 6px 0;
    display: block;
    overflow: hidden;
}
.prof_name{ font-weight: bold; margin-bottom: 0.8em;}
.prof_txt,.video_description{ font-size: 0.8em; margin-bottom: 0.8em;}
.prof_txt a{ color: #fff;}

.ev_info dl{
    display: flex;
    flex-wrap: wrap;
}
.ev_info dt{ 
    font-weight: bold; 
    font-size: 0.8em; 
    width: 10%;
}
.ev_info dd{ 
    font-size: 0.8em; 
    float: left;
    width: 90%;
    margin-bottom: 0.4em;
}

/*共通*/
.border-top{ border-top: 1px solid #000;}
.border-bottom{ border-bottom: 1px solid #000; padding-bottom: 2.0em;}
.border{border: 1px solid #000;}
.margin-bottom{ margin-bottom: 2.0em;}
h2 { padding: 0.4em 0;}


/*トップ*/
.ev_info{width: 40%;float: left;}
.ev_info img{width: 100%;}
.ev_thumb{float: left;width: 60%; padding-left: 2.0em;}
.ev_thumb img{ width:100%;}
.ev_thumb_sp{display: none;}
figure{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../img/mograg/thumb_bg.png);
	background-size: contain;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figure:hover figcaption{
	top: 0;
	left: 0;
}
/*video_info*/
#video_info{ 
    width: 100%; 
    background-color: #222; 
    overflow: hidden; 
    padding: 2.0em; 
    text-align: center; 
    font-size: 1.2em; 
    font-family: 'Reggae One', cursive;
    line-height: 1.8em;
    margin-bottom: 2.0em;
}
#video_info p{margin-bottom: 2.0em;}
.logoyoutube{
    display: flex;
    gap:12px;
    align-items:center;
    justify-content:center;
}
.logoyoutube a{
    width: 220px;
    align-items:center;
    justify-content:center;
    display: flex;
}
.logoyoutube a img{
    width: 100%;
}

/*video_list YouTubeのリスト*/
#video_list{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.video_contents{ 
    overflow: hidden;
    background-color: #000;
    margin-bottom: 2.0em;
}
.video_thumb{ width: 50%; float: left;}
.video_ttl{ margin-bottom: 0.8em;}
.video_txt{ width: 50%; float: left; padding: 1.0em;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*下段のSNS*/
#sns_contents{
    display: flex;
    align-items:center;
    justify-content:center;
}
.sns_link{
    display: flex;
    gap:12px;
    margin-bottom: 2.0em;
    align-items:center;
    justify-content:center;
}
.sns_link a{
    width: 36px;
    height: 36px;
    align-items:center;
    justify-content:center;
    display: flex;
}
.sns_link a img{
    width: 30px;
}

#footer_line{
    background: linear-gradient(45deg, #222 50%, transparent 52%),
    linear-gradient(315deg, #222 50%, transparent 52%);
    background-size: 30px 30px;
    height: 30px;
}
#footer_info{
	width: 100%;
	position:relative;
	font-size: 0.8em;
    padding: 2.0em 0 0 0;
    background-color: #222;
    text-align: center;
}

#footer_info .ttl{margin-bottom: 0.4em;}
#footer_info .txt{ font-size: 1.8em; padding-bottom: 1.2em;}
#footer_info .dm{
    width: 80%;
    margin: 0 auto;
    overflow:  hidden;
    padding-bottom: 1.0em;
}
#footer_info .dm img{
    width: 100%;
}

#footer_info .kitai img{
    position: absolute;
    top: -80px;
    left: 20%;
    width: 200px;
}

#footer_info a{color: #fff; text-decoration: none;}

/*footer*/
#footer{
	width: 100%;
	position:relative;
    padding: 2.0em;
}
#footer p,#footer_contact p{ text-align: center; }

#left-menu{ display: none;}

#footer_contact{
	width: 100%;
	position:absolute;
	background-color:#fff;
	font-size: 0.8em;
	bottom: 0;
}

@media only screen and (max-width: 871px){
	#container{ width: 100%; top: 100px;}
	#header h1{ background-size: 100%;}
	#main_s{ width: 100%;}
	#nav_m,#sns,#side_menu{ display: none;}
	#left-menu{ display: block;}
	/*leftMenu*/
	#left-menu{
		background: #000;
		padding: 0.6em;
		text-decoration: none;
		position:relative;
		width:52px;
		color: #fff;
		font-size: 0.8em;
	}
	#left-menu:hover{
		background:#E81068;
	}
	/*header*/
	#header{ padding: 0.8em;}
	#header h1{ width: 40%; height: 43px;}

	#contents,#video_list{ width: 100%; padding: 0 1.0em;}
    h1.ttl{font-size: 2.0em; margin-bottom: 0.2em;}
	.ex_img, .ex_info,.ev_info,.ev_thumb{ width: 100%;}
	.ex_info,.ev_info{ padding: 0; margin-bottom: 2.0em;}
	.statement{background-size: 50%;}
	.a_thumb{ width: 15%;}
    .ev_thumb{ display: none;}
    .ev_thumb_sp{ display: block; margin-bottom: 1.0em;}
    .ev_thumb_sp img{width: 100%;}

	#footer p,#footer_contact p{padding: 0.8em;}
    #footer_info img{
    font-family: 'Reggae One'
    position: absolute;
    top: -80px;
    left: 10%;
    width: 180px;}
	}

	@media only screen and (max-width: 640px){
	#header h1{ width: 80%; height: 43px;}
	/*artist*/
	.a_thumb{ width: 100%; margin-bottom: 30px;}
	.a_thumb:nth-child(5){ margin: 0;}
	.a_thumb > *:first-child + * + * + * + *{ margin: 0;}
	/*access*/
	.address_left,.address_right{ width: 100%;}
	.address_left{ margin-bottom: 1.0em;}
	.address_right{ text-align: left;}
    .video_thumb,.video_txt{ width: 100%;}
    #footer_info .kitai img{
    position: absolute;
    top: -60px;
    left: 0;
    width: 140px;}
	}

	@media only screen and (max-width: 320px){
		#header h1{ width: 80%; height: 48px;}
	}
