@charset "UTF-8";
/*
  ベース
*/
body {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #37393c;
  background: #fff;
  font-family: YuGothic, '游ゴシック', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
}

h1, p, a {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

a:focus {
  outline: none;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*
  レイアウト
*/
.header {
  width: 100%;
}

.footer {
  height: 70px;
}

.layout_inner {
  width: 84%;
  margin: 0 auto;
}

.layout_inner:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  background: #2c2c2b;
}

#container {
  padding: 17% 0 0 0;
  background: #000000;
}

/*
  ヘッダー モジュール
*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #2a2a2a;
  overflow: hidden;
  z-index: 500;
}

#header #header_inner {
  width: 100%;
  margin: 0 auto;
}

#header #header_inner:after {
  content: "";
  display: block;
  clear: both;
}

#header #header_inner h1 {
  width: 48%;
  float: left;
}

#header #header_inner .btn_menu {
  float: right;
  width: 14%;
}

#header #header_inner .btn_menu a {
  padding: 40% 0;
  display: block;
  width: 100%;
  text-align: center;
}

#header #header_inner .btn_menu a img {
  width: 50%;
}

#header #header_inner #panel-btn {
  display: inline-block;
  position: relative;
  margin: 10px 0 10px;
}

#header #header_inner #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #d3b75b;
  transition: .2s;
}

#header #header_inner #panel-btn-icon:before, #header #header_inner #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #d3b75b;
  transition: .3s;
}

#header #header_inner #panel-btn-icon:before {
  margin-top: -10px;
}

#header #header_inner #panel-btn-icon:after {
  margin-top: 8px;
}

#header #header_inner #panel-btn .close {
  background: transparent;
}

#header #header_inner #panel-btn .close:before, #header #header_inner #panel-btn .close:after {
  margin-top: 0;
}

#header #header_inner #panel-btn .close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#header #header_inner #panel-btn .close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#header #header_inner #navi_menu_box {
  clear: both;
  width: 100%;
  display: none;
}

#header #header_inner #navi_menu_box ul.menu_upper {
  width: 73%;
  margin: 0 auto;
}

#header #header_inner #navi_menu_box ul.menu_upper li {
  border-bottom: 1px solid #383838;
  line-height: 2.5;
}

#header #header_inner #navi_menu_box ul.menu_upper li a {
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
}

#header #header_inner #navi_menu_box .menu_lower {
  width: 67%;
  margin: 0 auto;
  padding: 3%;
}

#header #header_inner #navi_menu_box .menu_lower:after {
  content: "";
  display: block;
  clear: both;
}

#header #header_inner #navi_menu_box .menu_lower .social_btn {
  width: 40%;
  float: left;
}

#header #header_inner #navi_menu_box .menu_lower .social_btn:after {
  content: "";
  display: block;
  clear: both;
}

#header #header_inner #navi_menu_box .menu_lower .social_btn li {
  float: left;
  width: 45%;
}

#header #header_inner #navi_menu_box .menu_lower .social_btn li:last-child {
  float: right;
}

#header #header_inner #navi_menu_box .menu_lower .language {
  float: right;
  width: 30%;
  padding: 5% 0 0 0;
  text-align: center;
  color: #aeaeae;
  font-size: 14px;
}

#header #header_inner #navi_menu_box .menu_lower .language span {
  color: #636363;
}
#header #header_inner #navi_menu_box .menu_lower .language span a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #d3b75b;
}

.footer {
  height: auto;
  background: #373737;
  padding: 20px 0;
  text-align: center;
}

.footer .layout__inner {
  font-size: 12px;
  color: #ffffff;
}

.content {
  padding: 0 0 100px 0;
  background: #262626;
}

.content #content_catch {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  z-index: 20;
  display: none;
}

.pagetop a {
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
  color: #1746b8;
  outline: none;
  background: url(../images/arrow-top.gif) no-repeat left center;
}

.pagetop a:hover {
  text-decoration: underline;
  color: #1746b8;
}

a:hover {
  cursor: pointer;
}

/*
  Main Visual モジュール
*/
#main_visual {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main_visual .cover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#social_box {
  padding: 10% 0 25% 0;
  background: url(../images/social_bg_junction_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}

#social_box h3 {
  width: 35%;
  margin: 0 auto 10%;
}

#social_box .social_core {
  padding: 5%;
  background: #ffffff;
  margin: 0 0 10% 0;
}

#about_box {
  padding: 10% 0 0 0;
  background: #000000;
}

#about_box h3 {
  width: 77%;
  margin: 0 auto 10%;
}

#about_box .inner {
  width: 92%;
  margin: 0 auto;
}

#about_box .inner #about_box_upper {
  background: url(../images/about_bg_line_01.png) no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 0 10% 0;
}

#about_box .inner #about_box_lower {
  background: url(../images/about_bg_line_02.png) no-repeat center bottom;
  background-size: 100% auto;
  margin: 0;
}

#about_box .inner .about_core {
  padding: 8% 8% 0;
  color: #ffffff;
  font-size: 13px;
}

#about_box .inner .about_core p {
  margin: 0 0 1em 0;
}

#about_box .inner .about_core p.catch {
  font-size: 16px;
  text-align: center;
}

#about_box .inner .about_core p.str {
  font-weight: bold;
  text-align: center;
  margin: 0;
}

#entry_box {
  padding: 10% 0;
  background: #2c2c2b;
}

#entry_box h3 {
  width: 29%;
  margin: 0 auto 10%;
}

#entry_box .inner {
  width: 92%;
  margin: 0 auto;
}

#entry_box .inner #tab_btns ul {
  width: 88%;
  margin: 0 auto;
  padding: 0 6% 2px;
  background: url(../images/entry_bg_tab.png) no-repeat center bottom;
  background-size: 100% auto;
}

#entry_box .inner #tab_btns ul:after {
  content: "";
  display: block;
  clear: both;
}

#entry_box .inner #tab_btns ul li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}

#entry_box .inner #tab_btns ul li:last-child {
  margin: 0;
}

#entry_box .inner #tab_box .tabs {
  width: 100%;
  overflow: hidden;
  padding: 10% 0 0 0;
}

#entry_box .inner #tab_box .tabs h4 {
  text-align: center;
  margin: 0 0 8% 0;
}

#entry_box .inner #tab_box .tabs ul:after {
  content: "";
  display: block;
  clear: both;
}

#entry_box .inner #tab_box .tabs ul li {
  width: 47%;
  float: left;
  margin-bottom: 5%;
}

#entry_box .inner #tab_box .tabs ul li:nth-child(even) {
  float: right;
}

#entry_box .inner #tab_box .tabs ul li p {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding: 4% 0 0 0;
  min-height: 60px;
}

#entry_box .inner #tab_box .tabs ul li p span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

#entry_box .inner #tab_box .tabs p.attention{
   color:#c7c7c7; 
   font-size:10px;
   text-align:right;
   margin-bottom:4%;
}

#entry_box .inner #tab_box .tabs p.btn {
  width: 100%;
  text-align: right;
}

#entry_box .inner #tab_box .tabs p.btn a {
  width: 38%;
  display: inline-block;
}

#judge_box {
  padding: 25% 0 35% 0;
  background: url(../images/judge_bg_01.png) no-repeat center top, url(../images/judge_bg_02.png) no-repeat center bottom #000000;
  background-size: 100% auto;
}

#judge_box .inner {
  width: 92%;
  margin: 0 auto;
}

#judge_box .inner h3 {
  width: 35%;
  margin: 0 auto 10%;
}

#judge_box .inner .member_box:after {
  content: "";
  display: block;
  clear: both;
}

#judge_box .inner .member_box .thumb:after {
  content: "";
  display: block;
  clear: both;
}

#judge_box .inner .member_box .thumb .thumb_detail {
  font-size: 12px;
  color: #d3b75b;
}

#judge_box .inner .member_box .thumb .thumb_detail .emblem {
  color: #ffffff;
  margin: 0 0 3% 0;
}

#judge_box .inner .member_box .thumb .thumb_detail .name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3% 0;
}

#judge_box .inner .member_box .thumb .thumb_detail .type {
  margin: 0 0 10% 0;
}

#judge_box .inner .member_box .thumb .thumb_detail .comment {
  display: none;
}

#judge_box .inner .single {
  margin: 0 0 10% 0;
}

#judge_box .inner .single .thumb_img {
  width: 64%;
  float: left;
}

#judge_box .inner .single .thumb_detail {
  width: 30%;
  float: right;
}

#judge_box .inner .judge_list:after {
  content: "";
  display: block;
  clear: both;
}

#judge_box .inner .judge_list .one_box {
  float: left;
  width: 47%;
  margin: 0 0 8% 0;
}

#judge_box .inner .judge_list .one_box:nth-child(even) {
  float: right;
}

#judge_box .inner .judge_list .one_box .thumb_img {
  margin: 0 0 7% 0;
}

#judge_box .inner .judge_list .one_box .thumb_detail .name {
  font-size: 12px;
  margin: 0;
}

#judge_box .inner .judge_list .one_box .thumb_detail .type {
  margin: 0 0 5% 0;
}

#judge_box .inner .judge_list .one_box .thumb_detail .comment {
  display: none;
}

#judge_box .inner .judge_list .one_box .thumb_detail .btn {
  width: 60%;
}

#event_box {
  padding: 10% 0 20%;
  background: url(../images/event_bg_01.png) no-repeat center bottom #e9e9e9;
  background-size: 100% auto;
}

#event_box .inner {
  width: 93%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

#event_box .inner h3 {
  margin: 0 0 8% 0;
}

#event_box .inner .catch {
  margin: 0 0 5% 0;
}

#event_box .inner .event_content {
  width: 93%;
  margin: 0 auto;
}

#event_box .inner .event_content .section {
  margin: 0 0 8% 0;
}

#event_box .inner .event_content .section h4 {
  margin: 0 0 5% 0;
}

#event_box .inner .event_content .section p {
  margin: 0 0 3% 0;
}

#event_box .inner .event_content .section p.bold {
  font-weight: bold;
}

#event_box .inner p.mid_txt {
  margin: 0 0 8% 0;
}

#event_box .inner .event_detail {
  margin: 0 0 8% 0;
}

#event_box .inner .event_detail:last-child {
  margin: 0;
}

#event_box .inner .event_detail .event_detail_inner {
  padding: 5% 5% 8%;
  background: #ffffff;
  text-align: left;
  font-size: 13px;
}

#event_box .inner .event_detail .event_detail_inner p {
  margin: 0 0 5% 0;
}

#event_box .inner .event_detail .event_detail_inner p.btn_pdf {
  margin: 0;
}

#event_box .inner .event_detail .event_detail_inner dl {
  font-size: 12px;
}

#event_box .inner .event_detail .event_detail_inner dl dt {
  color: #659b19;
  font-weight: bold;
}

#event_box .inner .event_detail .event_detail_inner dl dd {
  padding: 0 0 0 3%;
  margin: 0 0 3% 0;
}

#event_box .inner .event_detail .event_detail_inner ul li {
  margin: 0 0 5%;
}

#event_box .inner .event_detail .event_detail_inner ul li:last-child {
  margin: 0;
}

#info_box {
  padding: 10% 0 15% 0;
  background: url(../images/info_bg_01.png) no-repeat left bottom #2c2c2b;
  background-size: 100% auto;
}

#info_box .inner {
  width: 93%;
  margin: 0 auto;
  color: #fff;
}

#info_box .inner h3 {
  margin: 0 0 8% 0;
}

#info_box .inner .txt {
  margin: 0 0 3% 0;
}

#info_box .inner .fc_blue {
  color: #327aa7;
}

#info_box .inner .fc_pink {
  color: #ba4a7f;
}

#info_box .inner .fc_green {
  color: #7b9e30;
}

#info_box .inner .fc_brown {
  color: #aa954e;
}

#info_box .inner .icon_list {
  width: 82%;
  float: right;
  margin: 0 0 5% 0;
}

#info_box .inner .icon_list ul {
  clear: both;
}

#info_box .inner .icon_list ul:after {
  content: "";
  display: block;
  clear: both;
}

#info_box .inner .icon_list ul li {
  width: 47%;
  font-size: 11px;
  float: left;
}

#info_box .inner .icon_list ul li:nth-child(2) {
  width: 4%;
  color: #5b5b5b;
}

#info_box .inner .list_box {
  clear: both;
  width: 100%;
}

#info_box .inner .list_box .one_box ul.att {
  padding: 3% 0;
}

#info_box .inner .list_box .one_box ul.att li {
  font-size: 12px;
  margin: 0 0 0 1em;
  text-indent: -1em;
}

#info_box .inner .schedule_box .one_box {
  padding: 5% 0;
  border-bottom: 1px solid #3f3f3e;
}

#info_box .inner .schedule_box .one_box:last-child {
  border-bottom: 1px solid #423c2a;
}

#info_box .inner .schedule_box .one_box .day {
  font-size: 18px;
  margin: 2% 0;
  font-weight: bold;
}

#info_box .inner .schedule_box .one_box .day:first-child {
  margin: 0 0 2% 0;
}

#info_box .inner .schedule_box .one_box dl {
  width: 93%;
  margin: 0 auto;
  font-size: 12px;
}

#info_box .inner .schedule_box .one_box dl dt {
  width: 30%;
  color: #d3b75b;
  float: left;
  line-height: 2;
}

#info_box .inner .schedule_box .one_box dl dd {
  padding: 0 0 0 32%;
  line-height: 2;
}

#info_box .inner .schedule_box .one_box .map {
  width: 100%;
}

#info_box .inner .schedule_box .one_box .map iframe {
  width: 100%;
  height: 50%;
}

#info_box .inner .ticket_box {
  padding: 10% 0 0 0;
  border-bottom: 1px solid #423c2a;
}

#info_box .inner .ticket_box .one_box {
  padding: 5% 0;
  border: none;
}

#info_box .inner .ticket_box .one_box:last-child {
  border-bottom: none;
}

#info_box .inner .ticket_box .one_box .tit {
  color: #d3b75b;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/info_bg_ticket_01.png) no-repeat left bottom;
  background-size: 30px auto;
  padding: 0 0 3% 0;
  margin: 0 0 3% 0;
}

#info_box .inner .ticket_box .one_box dl {
  font-size: 14px;
}

#info_box .inner .ticket_box .one_box dl dt {
  color: #d3b75b;
}

#info_box .inner .ticket_box .one_box dl dd {
  padding: 0 0 0 5%;
}

#info_box .inner .ticket_box .one_box dl ul {
  font-size: 12px;
}

#info_box .inner .ticket_box .one_box a {
  color: #ffffff;
}

#info_box .inner .access_box {
  padding: 10% 0 0 0;
}

#info_box .inner .access_box .one_box {
  font-size: 13px;
}

#info_box .inner .access_box .one_box .day {
  color: #d3b75b;
  font-size: 13px;
}

#info_box .inner .access_box .one_box .point {
  color: #d3b75b;
  font-size: 13px;
  font-weight: bold;
}

#info_box .inner .access_box .one_box .name {
  color: #d3b75b;
  font-size: 20px;
  font-weight: bold;
}

#info_box .inner .access_box .one_box ul {
  font-size: 13px;
  margin: 0 0 8% 0;
}

#info_box .inner .access_box .one_box ul li {
  list-style-type: disc;
  margin: 0 0 0 5%;
  color: #ffffff;
}

#info_box .inner .access_box .one_box .map {
  width: 100%;
  padding: 4% 0;
}

#info_box .inner .access_box .one_box .map iframe {
  width: 100%;
  height: 50%;
}

#company_box {
  background: #e9e9e9;
  padding: 10% 0 10% 0;
}

#company_box .inner {
  width: 93%;
  margin: 0 auto;
}

#company_box .inner h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

#company_box .inner dl {
  font-size: 14px;
}

#company_box .inner dl dt {
  color: #d3b75b;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/info_bg_ticket_01.png) no-repeat left bottom;
  background-size: 30px auto;
  padding: 0 0 3% 0;
  margin: 0 0 3% 0;
}

#company_box .inner dl dd {
  padding: 0 0 0 5%;
  margin: 0 0 5% 0;
}

#footer {
  width: 100%;
  background: #2c2c2b;
  padding: 8% 0 0 0;
}

#footer .inner {
  width: 93%;
  margin: 0 auto 8%;
  color: #bfbfbf;
}

#footer .inner h3 {
  margin: 0 0 5% 0;
}

#footer .inner p.tit {
  color: #d3b75b;
  font-size: 11px;
  text-align: center;
  margin: 0 0 8% 0;
}

#footer .inner p.tit span {
  display: block;
  font-size: 16px;
}

#footer .inner dl {
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 14px;
  margin: 0 0 5% 0;
}

#footer .inner dl dt {
  width: 14%;
  float: left;
}

#footer .inner dl dd {
  padding: 0 0 1% 15%;
}

#footer .inner p.inquiry {
  width: 53%;
  margin: 0 auto 8%;
}

#footer .inner ul {
  width: 37%;
  margin: 0 auto 5%;
}

#footer .inner ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner ul li {
  width: 44%;
  float: left;
}

#footer .inner ul li:last-child {
  float: right;
}

#footer .inner p.language {
  text-align: center;
  font-size: 15px;
  color: #aeaeae;
}

#footer .inner p.language span {
  color: #636363;
}

#footer .inner p.language span a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #d3b75b;
}

#footer .footer_copyright {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

#list_box {
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#list_box .inner {
  width: 100%;
}

#list_box .inner:after {
  content: "";
  display: block;
  clear: both;
}

#list_box .inner .one_box {
  width: 100%;
  margin: 0 20px 15px 0;
}

#list_box .inner .one_box .cate {
  line-height: 1;
}

#list_box .inner .one_box .member_box {
  position: relative;
}

#list_box .inner .one_box .member_box img {
  width: 100%;
  height: auto;
}

#list_box .inner .one_box .member_box .detail {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_list_photo_cover.png) no-repeat center top;
}

#list_box .inner .one_box .member_box .detail .name {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

#list_box .inner .one_box .member_box .detail .name span {
  display: block;
  font-size: 12px;
}

#list_box .inner .one_box .member_box .detail .emblem, #list_box .inner .one_box .member_box .detail .comment, #list_box .inner .one_box .member_box .detail .homepage-label, #list_box .inner .one_box .member_box .detail .homepage-url, #list_box .inner .one_box .member_box .detail .sample-url {
  display: none;
}

#list_box .inner .one_box .member_box .btn {
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

#content_slider {
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}

/*
	modalObj
*/
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 600;
  top: 0;
  left: 0;
}

.modal_obj {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  padding: 5%;
  z-index: 1000;
  width: 90%;
}

.modal_obj .molda_inner {
  width: 100%;
}

.modal_obj .molda_inner .tit {
  text-align: center;
  margin: 0 0 55px 0;
}

.modal_obj .molda_inner .content {
  font-size: 13px;
  background: #000000;
  color: #ffffff;
}

.modal_obj .molda_inner .content .name {
  color: #d3b75b;
  font-size: 18px;
}

.modal_obj .molda_inner .content .type {
  color: #d3b75b;
  border-bottom: 1px solid #d3b75b;
  padding: 0 0 8% 0;
}

.modal_obj .molda_inner .content .photo {
  width: 44%;
  padding: 5% 0;
  margin: 0 auto;
}

.modal_obj .modal_close {
  position: absolute;
  top: 2%;
  right: 3%;
  width: 6%;
}

.content {
  padding: 0;
}

span.fin {
    font-weight: bold;
    color: #cc5252;
    font-size: 14px;
}

/*　新着情報追加 */

#social_box .info .inner_block {
padding: 0px 0 65px;
}
#social_box .info .inner_block dl {
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
}
#social_box .info .inner_block dl dd a {
    color: #fff;
    font-size: 15px;
    position: relative;
	display: inline-block;
	transition: .3s;
}
#social_box .info .inner_block dl dt {
    float: none;
    padding: 0;
    color: #c7c7c7;
    font-size: 15px;
    font-weight: bold;
}
#social_box .info .inner_block dl dd{
    margin: 0 0 20px;
}
#social_box.info .inner_block .all {
    width: 115px;
    margin: 25px auto 0;
    text-align: center;
}
#social_box .inner_block .all a {
    color: #d3b75b;
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    border: 1px solid #d3b75b;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
}


#social_box .inner_block .all {
    width: 200px;
    margin: 25px auto 0;
    text-align: center;
}
#social_box .video{
   position: relative;
    height: 0;
    padding: 30px 0 40.25%;
    overflow: hidden; 
}
#social_box .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fin {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.fin p {
    margin-bottom: 30px;
}
