@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
font-size: 60.5%;
}
body {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 170%;
color: #079a3f;
background-image: url(bg.gif);
margin: 0;
padding: 0;
font-size:1.6rem;
line-height: 2;
text-align: center;
background-color: #fcf8ad;
}
a {
color: #079a3f;
}
img {
max-width: 100%;
}
h1 {
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
}
h2 {
font-size: 18px;
  line-height: 1.3;
  line-height: 180%;
}
.h2-normal {
font-size: 18px;
  line-height: 1.3;
  line-height: 180%;
}
h3{
  font-size: 18px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 0;
}
.font-l{
font-size: 1.4em;
  font-weight: bold;
}
.font-m{
  font-size: 0.8em;
}
.font-s{
  font-size: 10px;
  float: right;
}
.clear30{
clear: both;
height: 30px;
}
hr.style6 {
  border-top: 1px solid #bfbebe;
	border-bottom: 1px solid #fff;
}

.title {
/* clor: #fff; */
  padding: 9px;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 5rem;
  text-align: left;
}

.underline{
font-size: 125%;
text-decoration: underline;
color: #000;
font-weight: bold;
}
.container {
width: 900px;
margin-right: auto;
margin-left: auto;

}
.copy{
color: #fff;
}
.header{
  text-align: center;
  margin: 0 auto;
}
.navi{
  font-size: 1.3rem;
  text-align: right;
  margin-right: 3em;
}
.left-text{
text-align: left;
}
.flexbox {
display: -webkit-flex;
display: flex;
justify-content: center;
}

.box-left{
text-align: right;
}
.box-right{
text-align: left;
}


.artist img{
float: left;
width: 30%;
margin-left: 1em;
}
.footer img{
}

@media screen and (max-width: 750px){
body{line-height: 2;}
.container,.main{width: 100%;}
img {max-width: 100%;}
h1{font-size: 2.4rem;/* 24px*/}
h2 {font-size: 1.3rem;/* 20px*/}
.h2-normal {font-size: 1.3rem;/* 20px*/}
.navi{font-size: 1rem;}
.flexbox{
    display: flex;
    flex-direction: column;
}
.box-left{text-align: center;}
}




table.table01 {
	width:87%;
text-align: left;
	border-collapse: collapse;

  margin: auto;
}
table.table01 thead th {
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {

}
table.table01 tbody th {
padding: 20px 25px;
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {

}
table.table01 tbody td {
	padding:20px 15px;
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}


@media screen and (max-width: 750px) {

.title {

  padding: 9px;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 3rem;
  text-align: center;
}
.footer img{

}
.artist img{
display: block;
text-align: center;
display: flex;
  justify-content: center;
align-items: center;
width: 80%;
margin: 1rem auto;
float: none;
}

th{width: 100%;}
table.table01{
width: 100%;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
    border-bottom: none;
padding: 10px 0px;
text-align: center;
}
table.table01 tbody td {
	display:block;
  text-align: center;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

.video {
    position: relative;
    width: 90%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
margin: 0 auto;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
