@charset "utf-8";

body {
	font-family: "Mplus 1p" , "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:.9375rem;
	line-height: 2.125rem;
	color: #fff;
	letter-spacing: 1px;
	background:#064c48;
}

img {
	vertical-align:bottom;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

/*
リンク色と下線の設定 --------------------------------------------*/

a {
	text-decoration:none;
	}

a:link {
	color:#fff;
	text-decoration: none;
	opacity: 1;
	transition:.3s;
	}

a:visited {
	color:#fff;
	text-decoration: none;
	}

a:hover {
	color:#fff;
	text-decoration: none;
 	opacity: 0.4;
	}

a:active {
	color:#fff;
	text-decoration: none;
	}


table.normal {
	width: 100%;
}

table.normal th {
	width:30%;
	padding:25px 0;
	text-align: center;
	font-weight: bold;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-size: .875rem;
	line-height: 1.625rem;
}

table.normal td {
	width:70%;
	padding:20px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-size: .875rem;
	line-height: 1.625rem;
}

#wrapper {
	width: 100%;
	height: auto;
	/* background:url(imgs/bg_top.gif) 0 0 repeat-y; */
	background:#064c48;
	background-size: contain;
}


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

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

.top_eri {
  width: auto;
  height: 88%;
  position: fixed;
  bottom:0;
  left:52%;
}

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

nav#gl {
	width: 100%;
	height: auto;
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size: 1.125rem;
	letter-spacing: 3px;
	position: fixed;
	top:4.2%;
	z-index: 99;
	font-weight: bold;
}

nav#gl ul {
	width: 1100px;
	display: flex;
	margin:auto;
	justify-content: space-between;;
}

nav#gl ul li {
	width: 137px;
	text-align: center;
}

nav#gl ul li a {
	display: block;
	color:#ff0;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}


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


h2.title {
	font-size: 2.1875rem;
	letter-spacing: 4px;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-weight:lighter;
	padding-bottom: 50px;
	color:#fff;
}

.name_box {
	width: 1000px;
	height: auto;
	margin:0 auto;
}

/* PC 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:80px;
}

#who .member .eri {

}

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

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

.cd-1st-box  {
	width: 1000px;
	margin:0 auto;
	padding: 60px 0 0 100px;
}

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

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

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


#latest_news ul li {
	width: 314px;
	margin-right: 29px;
	margin-bottom: 30px;
	padding:13px;
	background: #fff;
	float: left;
	opacity: 1;
	transition:.5s;
}

#latest_news ul li:hover {
	opacity: 0.4;
}

#latest_news ul li:nth-child(3),
#latest_news ul li:nth-child(6),
#latest_news ul li:nth-child(9),
#latest_news ul li:nth-child(12) {
	margin-right: 0;
}


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

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

#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;
	color:#fff;
}

#latest_news p.read a {
	border:2px solid #fff;
	border-radius:45px;
	display: inline-block;
	padding:0px 30px;
	margin-top: 20px;
	color: #fff !important;
}


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

#profile .aogi_box {
	/*width: 50%;
	height: auto;
	float: left;*/
	/* background:#21b8ce; */

	text-align: center;
}

#profile .eri_box {
	/*width: 50%;
	height: auto;
	float: right;*/
	/* background:#e9518e;*/

	text-align: center;
}

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

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

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

#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:450px;
    height:400px;
    margin:20px auto 0;
}

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

#movie iframe {
	width: 800px;
	height:500px;
	margin: 0 auto;
	display: block;
	padding:20px 0 40px;
}

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

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

/* PC link */
#link {
	width:100%;
	min-height:60vh;
	/* background:#0A2463; */
	position:relative;
	z-index:10;
	padding:30px 0;
	color: #0c0f0a !important;
	padding:95px 0;
	text-align:center;
	color: #fff;
}

#link h2 {
	color: #fff;
}

/* PC 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 {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:25px 0;
	text-align: center;
	width: 25%;
	vertical-align: middle;
}

table.form-con td {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:25px 0 25px 25px;
	vertical-align: middle;
}

.wpcf7-list-item { display: block; float: left; width: 50%; }
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size: .9rem;
  padding: 10px 0;
  width: 85%;
  border:1px solid #fff;
}

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

span.wpcf7-not-valid-tip {
  color:#ff0 !important;
  display:block;
	font-size:.75rem !important;
  font-weight:normal;
}

.required {
	font-size:.75rem;
	display: block;
}


/*
PC 新着 --------------------------------------------*/
#news-contents {
	width:65%;
	height:auto;
	float:left;
	margin-right:5%;
	font-size:0.875rem;
	line-height: 28px;
	color: #fff;
}

#news-contents a:link {
	color: #ff0 !important;
	opacity: 1;
	transition:.3s;
	text-decoration: underline !important;
}

#news-contents a:hover {
	opacity: 0.4;
}

#news-contents section {
	margin-bottom: 100px;
}

#news-contents section img {
	margin-bottom: 10px;
}

#news-contents h3 {
	padding:0px 0 10px 0;
	line-height: 2rem;
	font-size:1.25rem;
	border-bottom:3px solid #fff;
	margin-bottom: 30px;
	font-weight: bold;
}

img.size-full,
img.size-large {
	width: 100% !important;
	height: auto;
}

#news-side-box {
	width:30%;
	height:auto;
	float:left;
	font-size:0.875rem;
	line-height: 28px;
	font-family: 'Dosis', sans-serif;
}

#news-side-box h3 {
	font-size:1rem;
	background: #fff;
	color:#000;
	padding:7px 0;
	letter-spacing: 5px;
	text-align: center;
	border-left:none;
	text-shadow: none;
	margin-bottom: 0;
}

#news-contents time {
	font-size:.8125rem;
	display: block;
	font-weight: normal;
	text-align:left;
}

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

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

#news-side-box ul {
	margin-bottom: 40px;
}

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

#news-side-box ul li {
	border-bottom:1px dashed #fff;
	padding: 15px 5px 13px;
	font-size:.875rem;
	margin-bottom: 0 !important;
}

#news-side-box ul li:last-child {
	margin-bottom: 30px !important;
}

#news-side-box ul li a {
	display: inline-block;
	width: 90%;
	border-bottom: 0;
	color: #fff !important;
	background: none !important;
}

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

#news_page_link {
	padding-top:30px;
	border-top:1px solid #fff;
}

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

#contact-contents h3 {
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
}

.news_prev {
	display: inline-block;
	float:left;
	text-align: left;
	font-size:.6287rem;
}

.news_next {
	display: inline-block;
	float:right;
	text-align: right;
	font-size:.6287rem;
}

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

/* PC news single */
h1.news-logo {
	 text-align:center;
	 /* background:#0a2463; */
	 background:#064c48;
	 padding-top: 120px;
}

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

.news_height {
	min-height:100vh;
	/* background:#0a2463 !important; */
	color:#fff !important;
}


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

#page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 50px;
      height:60px;
      background: url(imgs/btn_gotop.png) 0 0 no-repeat;
      background-size: contain;
      cursor:pointer;
      z-index: 15;
	opacity: 1;
	transition:.3s;
}

#page-top:hover {
 	opacity: 0.4;
}

.f-w {
	color: #fff !important
}

.f-b {
	color: #000 !important
}
