@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	font-family:  "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", 
	"MS PGothic", "sans-serif", "Osaka";
}

header {
	width: 100%;
	max-width: 960px;
	max-height: 150px;
	margin: 30px auto;
	padding: 0;
}

header img {
	transition: 0.6s;
}

header a img:hover {
	opacity: 0.4;
}

#logo img {
	width: 200px;
	height: auto;
	float: left;
}

#toggle {
	display: none;
}

#sp {
	display: none;
}

#menu {
	text-align: right;
}

#menu li {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0; 
  }


#main {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 50px auto auto auto;
	text-align: center;
}

#main img {
	max-width: 100%;
}

#live p {
	font-size: larger;
	font-weight: 500;
	margin: 20px auto;
}

#live .naiyou {
	font-size: inherit;
	font-weight: 200;
}

#live hr {
	border:none;
    border-top:dashed 1px #000000;
    height:1px;
	margin: 20px auto;
}

#youtube{
	margin: auto
}


.deiri {
	display: block;
	width: 300px;
	margin: 0 auto 0;
}

footer {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
}

.cr {
	position: absolute;
	font-size: small;
}

.sns {
	text-align: right;
}

.sns img {
	width: 25px;
	height: auto;
}


@media only screen and (max-width: 1000px) and (min-width: 481px)
 {

header {
	max-width: 768px;
}

#menu {
    display: none;
}

  
#toggle {
	display: block;
    width: 100%;
    text-align: right
}

.modal-content li {
	list-style: none;
	font-weight:bold;
	margin: 0 auto 5px;
}

.modal-content a {
	text-decoration: none;
}

.modal-content a:link {
	color: #444444;
}

.modal-content a:visited {
	color: #444444;
}

.close-content01 {
	display: block;
    width: 100%;
    text-align: right;
	margin-top: 30px;
	margin-right: 5px;
}

	
 }
 
@media only screen and (max-width: 480px) {


#menu {
    display: none;
}

  
#toggle {
	display: block;
    width: 100%;
    text-align: right
}

.modal-content li {
	list-style: none;
	font-weight:bold;
	margin: 0 auto 5px;
}

.modal-content a {
	text-decoration: none;
}

.modal-content a:link {
	color: #444444;
}

.modal-content a:visited {
	color: #444444;
}

.close-content01 {
	display: block;
    width: 100%;
    text-align: right;
	padding: 40px 1000px 0 0;
}

#youtube {
	width: 100%;
}

#youtube iframe {
	width: 100%;
	height: 100%;
}

.cr {
	position: relative;
	text-align: left;
}

.sns {
	text-align: left;
	margin-top: 7px;
}

}

.top-memory {
    display: flex;
    justify-content: space-between;
}
.top-memory img {
    width: 48%;
}
@media screen and (max-width:767px){
.top-memory {
    flex-direction: column;
}
.top-memory img {
    width: 100%;
}
.top-memory * + img {
    margin-top: 1rem;
}
}