@charset "utf-8";

@media(max-width:480px){

body {
	font-size:.875rem;
	line-height: 1.75rem;
}

table.normal th {
	width: 100%;
	padding:10px 0 5px;
	text-align: left;
	font-weight: bold;
	border-top:none;
	border-bottom:none;
	font-size: .875rem;
	display: block;
}

table.normal td {
	width: 100%;
	padding:10px 0 30px;
	border-top:1px solid #e5e5e5;
	border-bottom:none;
	font-size: .875rem;
	display: block;
}

#top_box {
	width: 100%;
	height:62vh;
}


.top_aogi {
	width: auto;
	height: 88%;
	position: absolute;
	bottom:0;
	left:-10%;
	z-index: 2;
}

.top_eri {
	width: auto;
	height: 88%;
	position: absolute;
	bottom:0;
	left:40%;
}


.top_logo {
	width: 100%;
	height: auto;
	position: absolute;
	bottom:2%;
	left:0%;
	z-index: 3;
	text-align: center;
}

.top_logo img {
 	width: 50%;
	height: auto
}

h2.title {
	font-size: 1.8rem;

	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-weight:lighter;
	padding-bottom: 50px;
}

.name_box {
	width: 92%;
	height: auto;
	margin:0 auto;
}

/* TB who */
#who {
	width:100%;
	height:auto;
	
	position:relative;
	z-index:10;
	padding:60px 0;
}

#who .name_box {
	position: relative;
	text-align: center;
}

#who .member {
	position: relative;
	padding-bottom: 25px;
}

#who .member .aogi {
	width: 115px;
	height: auto;
	margin-right:25px;
}

#who .member .eri {
	width: 144px;
	height: auto;
}

#who p {
	text-align: left;
}

#her_aogi {
	width: 100%;
	height: 40vh;
	background: url(imgs/bg_her_aogi.jpg) 0 0 no-repeat;  
	background-size: cover;
	position: relative;
	z-index:10;
}

#her_eri {
	width: 100%;
	height: 40vh;
	background: url(imgs/bg_her_eri.jpg) 50% 0 no-repeat;  
	background-size: cover;
	position: relative;
	z-index:10;
}

.cd-1st-box  {
	width: 100%;
	margin:0 auto;
	padding: 30px 0 0 2%;
}

.cd-1st-box .l_box {
	width: 70%;
	height: auto;
	float: none;
	margin:0 auto 15px;
}

.cd-1st-box .r_box {
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
}
/* SP latest news */
#latest_news {
	width:100%;
	height:auto;
	/* background:#dfdfdf; */
	position:relative;
	z-index:10;
	padding:60px 0;
	color: #0c0f0a !important;
}

#latest_news ul li {
	width: 100%;
	margin-bottom: 30px;
	padding:13px;
	background: #fff;
	float: none;
}

#latest_news ul li:nth-child(7),
#latest_news ul li:nth-child(8),
#latest_news ul li:nth-child(9) {
	display: none;
}

#latest_news ul li:nth-child(odd) {
	margin-right: 0%;
}

#latest_news p.read {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	padding-top: 15px;
	letter-spacing: 5px;
}

#latest_news p.read a {
	border:2px solid #fff;
	color:#fff !important;
	border-radius:45px;
	display: inline-block;
	padding:8px 70px;
	margin-top: 0px;
	font-size: 1.25rem;
}

/* SP profile */
#profile {
	width:100%;
	height:auto;
	/* background:#21b8cd; */
	position:relative;
	z-index:10;
	padding:60px 0 0;
}

#profile .aogi_box {
	width: 100%;
	height: auto;
	float: none;
	
	text-align: center;
	/* padding-bottom: 60px; */
}

#profile .eri_box {
	width: 100%;
	height: auto;
	float: none;

	text-align: center;
	padding: 60px 0;
}

#profile img {
	padding-bottom: 15px;
	width: 72%;
	height: auto
}

#profile h3 {
	font-size: 1.25rem;
	padding-bottom: 10px;
	letter-spacing: 3px;
}

#profile h3 span {
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: .8125rem;
	letter-spacing: 3px;
}

#profile p {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#profile p.sns {
	text-align: center !important;
}

#profile p.sns a {
	border:2px solid #fff;
	border-radius:45px;
	display: inline-block;
	padding:8px 70px;
	margin-top: 30px;
	font-size: 1.25rem;
}

.sns_tw_timeline {
    width:80% !important;
    height:400px;
    margin:20px auto 0;
}

/* TB movie */
#movie {
	width:100%;
	height:auto;

	position:relative;
	z-index:10;
	padding:60px 0;
}

#movie .name_box {
	width: 88%;
	padding-top:56.25%;
	position: relative;
}

#movie h2 {
	padding-bottom: 30px;
}

#movie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  padding: 0;
}

/* SP schedule */
#schedule {
	width:100%;
	height:auto;

	position:relative;
	z-index:10;
	padding:60px 0;
}

#schedule iframe {
	width: 100%;
	height:300px;
	margin: 0 auto;
	display: block;
	border:2px solid #fff !important;
}

/* PC link */
#link {
	height:70vh;
}

/* SP contact */
#contact {
	width:100%;
	height:auto;

	position:relative;
	z-index:10;
	padding:60px 0;
}

#contact p {
	text-align: left;
	padding-bottom: 15px;
}

table.form-con {
	width: 100%;
}

table.form-con th {
	width: 100%;
	padding:10px 0 5px 5px;
	text-align: left;
	border-top:none;
	border-bottom:none;
	font-size: .875rem;
	display: block;
}

table.form-con td {
	width: 100%;
	padding:10px 0 10px 5px;
	border-top:1px solid #fff;
	border-bottom: none;
	font-size: .875rem;
	display: block;
}

.required {
	display: inline-block;
	padding-left: 10px;
	font-size: .6287rem
}


/* SP news single */
h1.news-logo {
	 text-align:center;
	 padding-top: 60px;
}

h1.news-logo img {
	 width:90%;
	 height: auto;
}

.news_height {
	min-height:100vh;
	color:#fff !important;
}

input[type="submit"].wpcf7-confirm,
input[type="submit"].wpcf7-submit,
.wpcf7-back { 
	background: #ff0;
  border: none;
  color: #231942;
  cursor: pointer;
  display: block;
  font-size: .9rem;
  margin: 20px auto 0;
  padding: 20px 0 !important;
  text-align: center;
  width: 70%;
  font-weight: bold;
 	border-radius:45px;
}



}


@media(max-width:400px){



}