@charset "utf-8";

@media(max-width:800px){
body {
	font-size:.9375rem;
	line-height: 2rem;
}


#wrapper {
	overflow: hidden;
}

#top_box {
	width: 100%;
	height:70vh;
	background:url(imgs/bg-top-key-20250415-sp.jpg?t=1744716786) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}

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

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

.top_logo {
  position: absolute;
  bottom:2%;
  left:32%;
  z-index: 3;
}

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

nav#gl {
	display: none !important;
}

.drawer-hamburger {
	display: block !important;
}

h2.title {
	font-size: 2rem;
	
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-weight:lighter;
	padding-bottom: 50px;
}

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

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

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

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

#who .member .aogi {
	margin-right:60px;
}

#who .member .eri {

}

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

#her_eri {
	width: 100%;
	height: 55vh;
	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: 50px 0 0 2%;
}

.cd-1st-box .l_box {
	width: 45%;
	height: auto;
	float: left;
	text-align: right
}

.cd-1st-box .r_box {
	width: 50%;
	height: auto;
	float: right;
	text-align: left;
}

/* TB latest news */
#latest_news {
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	padding:95px 0;
	color: #0c0f0a !important;
}


#latest_news ul li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 30px;
	padding:13px;
	background: #fff;
	float: left;
}

#latest_news ul li:nth-child(3),
#latest_news ul li:nth-child(6) {

}

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


#latest_news figure img {
	width: 100%;
	height: auto;
	padding-bottom: 8px;
}

#latest_news figure h3 {
	font-size: 1rem;
	line-height: 1.75rem;
	padding-bottom: 5px;
}

#latest_news figure figcaption {
	font-size: .75rem;
	line-height: 1.375rem;
}

#latest_news a  {
	color: #0c0f0a !important;
}

#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;
	border-radius:45px;
	display: inline-block;
	padding:0px 30px;
	margin-top: 20px;
}


/* TB profile */
#profile {
	width:100%;
	height:auto;
	/* background:url(imgs/bg_top.gif) 0 0 repeat-y; */
	background-size: contain;
	position:relative;
	z-index:10;
	padding:95px 0;
}

#profile .aogi_box {
	/* width: 50%;
	height: auto;
	float: left; */
	text-align: center;
}

#profile .eri_box {
	/* width: 50%;
	height: auto;
	float: right; */
	text-align: center;
}

#profile img {
	padding-bottom: 30px;
}

#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: 80%;
	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:0px 30px;
	margin-top: 20px;
}


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


/* TB movie */
#movie {
	width:100%;
	height:auto;
	/* background:#0A2463; */
	position:relative;
	z-index:10;
	padding:95px 0;
}

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

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

/* TB schedule */
#schedule {
	width:100%;
	height:auto;
	/* background:#dfdfdf; */
	position:relative;
	z-index:10;
	padding:95px 0;
}

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


/* TB contact */
#contact {
	width:100%;
	height:auto;
	/* background:#0A2463; */
	position:relative;
	z-index:10;
	padding:95px 0;
}

#contact p {
	text-align: center;
	padding-bottom: 20px;
}

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

table.form-con th {
	width: 30%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:25px 0;
	text-align: center;
}

table.form-con td {
	padding:25px 0 25px 25px;
}

.required {
	display: inline-block;
	padding-left: 1rem;
}

/*
TB 新着 --------------------------------------------*/
#news-contents {
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	padding-bottom: 0px;
}

#news-contents h3 {
	margin-bottom: 20px;
}

#news-contents time,
#news-contents span.tag {
	font-size:.75rem;
	display: inline-block;
	margin-bottom:0;
	font-style: italic;
}

#news-contents section {
	margin-bottom: 30px;
	padding-top: 30px;
}

/*
#news-contents section img {
	width:100% !important;
	height:auto;
	margin-bottom:0;
}
*/

#news-contents h2 {
	padding-left: 0;
	border-left:none;
	margin-bottom: 20px;
}

#news-side-box {
	width:100%;
	height:auto;
	float:none
}

#news-side-box h2 {
	font-size:1rem;
	color:#fff;
	padding:10px 0 7px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.side-widget-area {
	clear: both;
}

#news-side-box ul li {
	width: 100% !important;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
	background: none !important;
}

#news-side-box ul li {
	padding: 15px 5px 13px;
	font-size:.875rem;
}

#news-contents a {
	color: #fff !important;
}

#news-side-box ul li a {
	display: inline-block;
	width: 90%;
	border-bottom: 0;
}

#news-side-box ul li a:hover {
	opacity: 0.6;
}

#news-side-box section {
	margin-bottom: 20px;
}

.news_title {
	margin-top:100px;
	text-align: center;
}

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

h1.news-logo img {
	 width:430px;
	 height: auto;
}

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

footer {
	padding:10px 0 5px;
	text-align: center;
	font-size: .75rem;
	font-family: 'Dosis', sans-serif;
	letter-spacing:5px;
	/* background:#0A2463; */
	position: relative;
	z-index: 10;
}

#page-top {

}


}