@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border: 0;
}
/* Custom CSS
 * --------------------------------------- */
html{
    font-size: 3.5vmin;
}
body{
    -webkit-text-size-adjust: 100%;/* スマホテキストサイズ等倍 */
	font-family: arial,helvetica;
	color: #fff;
    background-color: #222;
}
a{
    color: aquamarine;
}
a:hover{
    color: yellow;
}
p{
	width: 80%;/* pタグの段落幅 */
	margin: auto;
	font-size: 1rem;
    font-weight: bolder;
	text-align:left;/* 揃え */
}

/* CLASS
 * --------------------------------------- */
.frame{
	position:fixed;
    z-index: 0;
	top:10%;
	left:5%;
	height: 80%;
	width: 90%;
	padding: 0;
	margin: 0;
    border: 5px solid #fff;
}
.hr1{
    width: 50vw;
    border-top: 2.5px solid #fff;
}
.hr2{
    width: 70vw;
    border-top: 2.5px solid #fff;
}
.hr3{
    width: 80%;
    border-top: 2.5px solid #fff;
}
.img{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}
.list-string{
    font-weight: bolder;
}
.list-string li{
    margin-bottom: 5%;
}
.str{
    font-size: 1.2em;
    color: yellow;
}
.m{
    background: linear-gradient(transparent 70%, #880 70%);
    font-weight: bold;
}
.m2{
    display: inline-block;
    padding: 0 auto;
    margin: 0 auto;
    width: 100%;
    color: #222;
    font-weight: bold;
    background: #aaa;
}
.intro h1{
    position:absolute;
    z-index: 1;
	top:10vh;
	left:5vw;
    background-color: #fff;
    color: #222;
	font-size: 1.3rem;
    font-weight: bolder;
	text-align:left;/* 揃え */
}
.intro h2{
    position:absolute;
    z-index: 1;
	top:10vh;
	right:5vw;
    background-color: #fff;
    color: #222;
	font-size: 1.3rem;
    font-weight: bolder;
	text-align: right;/* 揃え */
}
.li{
    font-size: 0.6rem;
    text-align: left;
}
.fs08{
    font-size: 0.8em;
}
.section{
	text-align:center;
}
/* iframe要素内でサイズ指定している場合は必要なし */
.iframe {
  width: 1120px;
  height: 630px;
}
/* CSSでレスポンシブ対応 */
@media screen and (max-width: 1120px) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(630 / 560 * 100%) 0 0;
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ID
 * --------------------------------------- */
#center{
    text-align:center;/* 揃え */
}
#img1{
    width: 50%;
}
#img0{
    width: 80%;
}
#img2{
  display: block;
  max-height: 100vh;
  max-width: 100vw;
  margin: 0 auto;
}
#kome1{
    font-weight: normal;
}
/* ID
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 0px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0);

}
#menu li.active{
	background:#fff;
	background: rgba(255,255,255, 1);
	color: #000;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #000;
}
#menu li a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,0, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 0 auto;
	display:block;
}
#menu li.active a{
	color: #000;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
    font-size: 0.7rem;
    font-weight: bolder;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}