@charset "UTF-8";
article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img,
article, aside, figure, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

div, section, main, article, aside, figure, nav, header, footer, p, ul, li, dl, dt, dd, td, th {
  box-sizing: border-box;
}

table {
  width: 100%;
  border-spacing: 0;
  font-size: 100%;
}

img, object {
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, select {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

.c {
  text-align: center;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.emph,
.alert,
.bold {
  font-weight: bold;
}

.attention,
.alert {
  color: #c00;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/* micro clearfix */
.cf:before, .sns_wrap:before, .home_nav1:before, .home_nav2:before, .qa dt:before, .schedule_nav:before, .photos:before, .cf:after, .sns_wrap:after, .home_nav1:after, .home_nav2:after, .qa dt:after, .schedule_nav:after, .photos:after {
  content: '';
  display: table;
}

.cf:after, .sns_wrap:after, .home_nav1:after, .home_nav2:after, .qa dt:after, .schedule_nav:after, .photos:after {
  clear: both;
}

a:link {
  color: #009fde;
}

img {
  max-width: 100%;
  max-height: 100%;
}

section {
  margin-bottom: 40px;
}

.sp,
.sp_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc,
  .effect_base {
    display: none;
  }
  .sp,
  .sp_menu {
    display: block;
  }
}

html, body {
  height: 100%;
}

body {
  padding-top: 60px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: .875rem;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

body:not(.home):before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/ft01.png) center bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  body:not(.home):before {
    display: none;
  }
}

.inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
}

.sp_menu {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
}

.menu_bar,
.menu_close {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #005aab;
  text-align: right;
}

.sp_set {
  display: none;
  position: fixed;
  z-index: 2;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.sp_set .sh {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #7fcef4;
  text-align: center;
}

.sp_set .sh a {
  margin: 0 5px;
}

.sp_nav li {
  border-bottom: 1px solid #fff;
}

.sp_nav a {
  position: relative;
  display: block;
  padding: 20px;
  padding-left: 70px;
  background-image: -webkit-linear-gradient(#21c0ff 0%, #1cbfff 89%, #00b7ff 95%, #00a5e7 100%);
  background-image: linear-gradient(#21c0ff 0%, #1cbfff 89%, #00b7ff 95%, #00a5e7 100%);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.sp_nav a img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
}

.sp_nav a:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../images/common/i_arrow.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.sp_nav .arw a {
  padding-left: 20px;
}

.sp_nav .arw a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-image: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: '';
}

.sp_nav .ext a {
  padding-left: 20px;
  background-image: -webkit-linear-gradient(#b2b2b2 0%, #ababab 89%, #a8a8a8 95%, #9b9b9b 100%);
  background-image: linear-gradient(#b2b2b2 0%, #ababab 89%, #a8a8a8 95%, #9b9b9b 100%);
}

.sp_nav .ext a:after {
  width: 45px;
  height: 45px;
  top: 10px;
  right: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-image: url(../images/common/m_ext.png);
}

.menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 60px;
  width: 100%;
  background-color: #005aab;
}

.menu_wrap ul {
  width: 1020px;
  margin: 0 auto;
}

.menu_wrap li {
  float: left;
}

.menu_wrap a:hover img {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .menu_wrap {
    display: none;
  }
}

.menu_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .menu_btn {
    display: none;
  }
}

.hd {
  height: 198px;
  background: url(../images/common/bg_hd.png) repeat-x;
  text-align: center;
}

.entry .hd {
  background-image: url(../images/common/bg_hd_entry.png);
}

.schedule .hd {
  background-image: url(../images/common/bg_hd_schedule.png);
}

.album .hd {
  background-image: url(../images/common/bg_hd_album.png);
}

.contact .hd {
  background-image: url(../images/common/bg_hd_contact.png);
}

.event .hd {
  background-image: url(../images/common/bg_hd_event.png);
}

.rule .hd {
  background-image: url(../images/common/bg_hd_rule.png);
}

.hd_logo {
  max-width: none;
  max-height: none;
  position: relative;
  top: 19px;
}

.hd_card {
  background: url(../images/common/bg_title.png) center top no-repeat;
  background-size: contain;
}

body:not(.home) .hd_card {
  padding-top: 180px;
  background-image: none;
}

body:not(.home) .hd_card:before {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/common/bg_title.png) center 60px no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 480px) {
  body:not(.home) .hd_card {
    padding-top: 60px;
  }
}

body.home .hd_card {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  body.home .hd_card {
    padding-top: 40px;
  }
}

.common_title {
  text-align: center;
}

body:not(.home) .common_title {
  margin-top: -30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body:not(.home) .common_title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.wrap {
  position: relative;
  padding: 0 10px 60px;
}

.content_base {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 110px;
  border-radius: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 480px) {
  .content_base {
    padding: 20px;
  }
}

.big_title {
  margin-bottom: 30px;
  color: #009fde;
  font-size: 36px;
  text-align: center;
}

.title_card {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #009fde;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

.title_card:before {
  display: inline-block;
  position: relative;
  top: 3px;
  content: url(../images/entry/card.png);
  margin-right: .5em;
  margin-bottom: -2px;
  vertical-align: middle;
  line-height: 1.6;
}

.ftimg {
  display: none;
  max-width: none;
  width: 100%;
}

.ft {
  padding: 60px 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ft {
    padding-top: 30px;
  }
}

.ft_sns {
  margin-bottom: 50px;
}

.sponsor {
    margin-bottom: 50px;
}

.ft_sns a {
  display: inline-block;
  margin: 0 7px;
}

@media screen and (max-width: 768px) {
  .ft_sns {
    margin-bottom: 40px;
  }
}

.ft_bnr {
  margin-bottom: 30px;
}

.ft_bnr a {
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .ft_bnr {
    margin-bottom: 20px;
  }
}

.ft_nav {
  margin-bottom: 30px;
}

.ft_nav a {
  display: inline-block;
  margin: 0 10px;
  color: #666;
  text-decoration: none;
}

.copyright {
  padding-top: 25px;
  text-align: center;
  font-size: 12px;
  font-size: .75rem;
}

@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0;
  }
}

.pagetop {
  position: fixed;
  z-index: 2;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 0;
    right: 0;
    width: 52px;
    height: 70px;
  }
}

.keyv img {
  width: 100%;
}

.effect_base {
  margin-top: -90px;
  background-position: center 70px !important;
}

.effect_panel {
  margin-top: 90px;
}

.home_top {
  background: url(../images/home/pattern.png);
}

.home_top .wrap {
  padding-bottom: 30px;
}

.info .home_top .wrap {
  padding-bottom: 60px;
}

.home_top .notice_wrap {
    max-width: 760px;
    padding: 0 30px 30px;
    background: #fff;
    border-radius: 10px;
}
.home_top .notice_wrap a:hover {
    opacity: 0.6;
}

.share_btns {
  position: fixed;
  top: 190px;
  width: 100%;
  z-index: 2;
}

.share_btns .inner > div {
  position: absolute;
  top: 0;
  right: 0;
}

.share_btns a {
  display: block;
  margin-bottom: 2px;
}

.home_pr {
  margin: 40px 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home_pr {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .home_pr {
    margin: 20px auto;
    font-size: 14px;
  }
}

.sns_wrap {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sns_wrap {
    width: auto;
  }
}

.sns_wrap > div {
  float: left;
}

@media screen and (max-width: 768px) {
  .sns_wrap > div {
    float: none;
    margin: 0 auto 30px;
  }
}

.sns_wrap .home_sns_1st {
  max-width: 560px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .sns_wrap .home_sns_1st {
    margin-right: auto;
  }
}

.sns_wrap .home_sns_2nd {
  width: 420px;
}

@media screen and (max-width: 480px) {
  .sns_wrap .home_sns_2nd {
    width: auto;
  }
}

.home_sns {
  max-width: 1020px;
  margin: 0 auto;
}

.home_sns h3 {
  margin: 5px 0 10px;
}

@media screen and (max-width: 768px) {
  .home_sns h3.ttl_info {
    width: 150px;
  }
}

.sns {
  height: 340px;
  padding: 30px 30px 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sns {
    padding: 20px;
  }
}

.home_pass {
  margin-bottom: 0;
  padding: 20px 80px;
  border-radius: 10px;
  background-color: #fff;
}

.home_pass h3 {
  position: relative;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(transparent, transparent 40%, #009fde 40%, #009fde 46%, transparent 46%, transparent 54%, #009fde 54%, #009fde 60%, transparent 60%, transparent);
  background-image: linear-gradient(transparent, transparent 40%, #009fde 40%, #009fde 46%, transparent 46%, transparent 54%, #009fde 54%, #009fde 60%, transparent 60%, transparent);
  color: #009fde;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.home_pass h3 span {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}

.home_pass > div {
  margin-left: 100px;
}

.home_pass .cd {
  margin-bottom: 20px;
}

.home_pass .cd li {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .home_pass .cd {
    font-size: 14px;
  }
}

.home_pass a {
  color: #009fde;
}

@media screen and (max-width: 768px) {
  .home_pass {
    margin-bottom: 0;
    padding: 20px;
  }
  .home_pass > div {
    margin-left: 0;
  }
}

.home_info {
  max-height: 100%;
  overflow: auto;
}

.home_info li {
  padding: 15px 15px 15px 100px;
  border-bottom: 1px dotted #ccc;
}

.home_info .label {
  float: left;
  margin-left: -100px;
}

.home_info a {
  color: #009fde;
  text-decoration: none;
}

.home_info .ft_nav a {
  color: #666;
}

.home_info .date {
  color: #f60;
  font-size: 11px;
  font-size: .6875rem;
}

.label {
  display: inline-block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  background-color: #33bfcf;
  color: #fff;
  font-size: 11px;
  font-size: .6875rem;
  text-align: center;
}

.label.res {
  background-color: #c30;
}

.label.album {
  background-color: #f81;
}

.label.info {
  background-color: #ffd200;
}

.home_nav1 ul {
  border-top: 10px solid #fff;
}

.home_nav1 li {
  float: left;
  width: 25%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: url(../images/home/bg_event.png);
  text-align: center;
}

.home_nav1 li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .home_nav1 li {
    width: 50%;
  }
  .home_nav1 li:nth-child(even) {
    border-right: none;
  }
}

.home_nav1 a {
  display: block;
  position: relative;
}

.home_nav1 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/home/btn_event_bg.png) center no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  content: '';
}

.home_nav1 a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .home_nav1 a:hover:before {
    opacity: 0;
  }
}

.home_nav1 .hn2 {
  background-image: url(../images/home/bg_schedule.png);
}

.home_nav1 .hn2 a:before {
  background-image: url(../images/home/btn_schedule_bg.png);
}

.home_nav1 .hn3 {
  background-image: url(../images/home/bg_entry.png);
}

.home_nav1 .hn3 a:before {
  background-image: url(../images/home/btn_entry_bg.png);
}

.home_nav1 .hn4 {
  background-image: url(../images/home/bg_album.png);
}

.home_nav1 .hn4 a:before {
  background-image: url(../images/home/btn_album_bg.png);
}

.home_nav1 .updated {
  position: relative;
}

.home_nav1 .updated:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../images/home/label_new.png);
}

.home_nav2 li {
  float: left;
  width: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #7b5aa3;
}

.home_nav2 li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .home_nav2 li {
    float: none;
    width: auto;
    border-right: none;
  }
}

.home_nav2 li a {
  display: block;
  padding: 40px 50px 20px 130px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .home_nav2 li a {
    padding: 10px 30px 0 100px;
    font-size: 18px;
  }
}

.home_nav2 li.hn6 {
  background-color: #54a8ff;
}

.home_nav2 .ico {
  float: left;
  width: 70px;
  margin-left: -100px;
}

@media screen and (max-width: 768px) {
  .home_nav2 .ico {
    width: 50px;
    margin-top: 15px;
    margin-left: -80px;
  }
}

.home_nav2 .title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px dotted #fff;
  background: url(../images/home/i_home_arrow.png) no-repeat 190px 37%;
  background-size: 30px;
  font-size: 30px;
  font-weight: bold;
}

.home_nav2 .title + p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .home_nav2 .title {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom-width: 2px;
    background-position: 140px 37%;
    background-size: 24px;
    font-size: 20px;
  }
  .home_nav2 .title + p {
    font-size: 16px;
  }
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (min-width: 769px) {
  .home_nav2 a:hover .ico {
    -webkit-animation: pop .5s linear 0s 1 normal none running;
    animation: pop .5s linear 0s 1 normal none running;
  }
}

.pager {
  margin: 40px 0;
  text-align: center;
}

.pager a {
  display: inline-block;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 2px;
  border-radius: 2px;
  background-color: #fff;
  color: #009fde;
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.pager a.on {
  background-color: #009fde;
  color: #fff;
}

.imgbox {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #ddd;
  text-align: center;
}

.info_share {
  text-align: right;
}

.info_share iframe {
  vertical-align: middle;
}

.detail_date {
  color: #f60;
  font-size: 12px;
  font-size: .75rem;
}

.detail_title {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px dotted #009fde;
  color: #009fde;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

.info_detail p {
  line-height: 2;
  margin-bottom: 1.5em;
}

.detail_btn_wrap {
  padding: 40px 0;
  text-align: center;
}

.detail_btn, .entry_btn, .contact_btn,
.ext_btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  border: 3px solid #009fde;
  border-radius: 5px;
  color: #009fde;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  width: 600px;
  max-width: 98%;
}

.detail_btn:after, .entry_btn:after, .contact_btn:after,
.ext_btn:after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-top: 3px solid #009fde;
  border-right: 3px solid #009fde;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

@media screen and (max-width: 768px) {
  .detail_btn:after, .entry_btn:after, .contact_btn:after,
  .ext_btn:after {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 600px) {
  .detail_btn, .entry_btn, .contact_btn,
  .ext_btn {
    font-size: 16px;
  }
}

.ext_btn {
  height: 60px;
  line-height: 60px;
}

.ext_btn:after {
  margin-top: -26px;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  content: url(../images/schedule/_blank.png);
  right: 20px;
}

.contact_note {
  font-size: 16px;
  font-size: 1rem;
}

.entry_top {
  background: url(../images/entry/bg.png);
}

.entry_catch {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.entry_top .entry_notice {
    text-align: center;
}

.entry_top h2 + .entry_notice {
    margin-top: -20px;
    margin-bottom: 40px;
}

.entry_table {
  margin-bottom: 40px;
}

.entry_table dt, .entry_table dd {
  padding: 10px 0;
}

.entry_table dt {
  float: left;
  max-width: 11em;
  font-weight: bold;
}

.entry_table dd {
  margin-bottom: 15px;
  padding-left: 11em;
  border-bottom: 1px solid #ddd;
}

.entry_table dd .detail_btn, .entry_table dd .entry_btn, .entry_table dd .contact_btn {
  margin-top: 10px;
}

.entry_table dd.nopadding {
  clear: left;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .entry_table .detail_btn, .entry_table .entry_btn, .entry_table .contact_btn {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .entry_table dt {
    float: none;
  }
  .entry_table dd {
    padding-left: 0;
  }
}

.special {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #efefef;
}

.qa {
  font-size: 16px;
  font-size: 1rem;
}

.qa .tgl {
  float: right;
  width: 30px;
  height: 30px;
  margin-right: -32px;
  overflow: hidden;
  cursor: pointer;
}

.qa .tgl img {
  max-height: none;
}

.qa .tgl.on img {
  margin-top: -30px;
}

.qa dt, .qa dd {
  margin-bottom: 20px;
  padding: .5em;
  padding-left: 3em;
}

.qa dt {
  padding-right: 40px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.qa .question,
.qa .answer {
  float: left;
  margin-left: -2em;
}

.qa .question {
  color: #009fde;
}

.qa .answer {
  color: #ec6d81;
}

.title_faq {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.entry_btn {
  border: none;
  background-color: #c00;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}

.entry_btn:disabled {
  background-color: #aaa;
}

.entry_btn.disabled {
    /*background-color: #aaa;*/
    background-color: #314380;
}
.entry_btn.disabled:after {
    display: none;
}

.entry_btn:after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .entry_btn {
    font-size: 16px;
  }
}

a.entry_btn {
  color: #fff;
}

.notice {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.pre_entry {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.entry_form section {
  margin-bottom: 60px;
}

.entry_form dl {
  font-size: 16px;
  font-size: 1rem;
}

.entry_form dt {
  float: left;
  font-weight: bold;
}

.entry_form dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 220px;
  border-bottom: 1px solid #ccc;
}

.entry_form input[type="text"],
.entry_form input[type="password"],
.entry_form textarea {
  width: 350px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px;
  font-family: inherit;
  font-size: inherit;
}

.entry_form select{
  padding: 5px 5px 3px;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

.entry_form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}

.entry_form .name label {
  display: inline-block;
  width: 2em;
}

.entry_form .name input[type="text"] {
  width: 10em;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .entry_form dt {
    float: none;
    margin-bottom: 15px;
  }
  .entry_form dd {
    padding-left: 0;
  }
  .entry_form input[type="text"],
  .entry_form input[type="password"] {
    box-sizing: border-box;
    width: 100%;
  }
  .entry_form .name span {
    display: block;
  }
  .entry_form .name label {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.form_title {
  width: 200px;
  margin: 40px auto;
  border-bottom: 4px solid #009fde;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.form_subtitle {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 4px solid #009fde;
  font-size: 20px;
  font-size: 1.25rem;
}

.req {
  display: inline-block;
  margin-left: 1em;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #c00;
  color: #fff;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .req {
    display: none;
  }
}

.form_note {
  margin-bottom: 30px;
  text-align: center;
}

.must {
  color: #ee7c8e;
}

.radios {
  margin-bottom: 30px;
  padding: 20px;
  border: 5px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.radios label {
  display: inline-block;
  margin: 0 10px;
}

.mag p {
  margin-bottom: 0;
}

.mag span {
  display: inline-block;
  margin-left: 2em;
  font-weight: normal;
}

.entry_btn_wrap {
  margin-bottom: 40px;
}

.entry_btn_wrap .entry_btn {
  box-sizing: border-box;
  width: 520px;
  padding-right: 15px;
  float: right;
}

.entry_btn_wrap .back_btn {
  box-sizing: border-box;
  width: 240px;
  padding-left: 15px;
}

@media screen and (max-width: 986px) {
  .entry_btn_wrap .entry_btn {
    width: 310px;
  }
  .entry_btn_wrap .entry_btn:after {
    right: 15px;
  }
}

@media screen and (max-width: 780px) {
  .entry_btn_wrap .entry_btn {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .entry_btn_wrap .back_btn {
    width: 100%;
    font-size: 16px;
  }
}

.back_btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  border: 3px solid #009fde;
  border-radius: 5px;
  color: #009fde;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: #999;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}

.back_btn:after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-top: 3px solid #009fde;
  border-right: 3px solid #009fde;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

@media screen and (max-width: 768px) {
  .back_btn:after {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

.back_btn:after {
  right: auto;
  left: 15px;
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.thanks_title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.thanks_title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  height: 5px;
  margin-left: -100px;
  background-color: #009fde;
  content: '';
}

.thanks_title + p {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .thanks_title br {
    display: none;
  }
}

#terms {
  margin-top: -100px;
  padding-top: 100px;
}

.agreement_btn_wrap {
  padding: 20px;
  border: 3px solid #EC6D81;
  text-align: center;
}

.agreement_btn_wrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

.agreement_btn_wrap p {
  text-align: left;
}

.agreement_btn_wrap .detail_btn, .agreement_btn_wrap .entry_btn, .agreement_btn_wrap .contact_btn {
  margin-bottom: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .agreement_btn_wrap .detail_btn, .agreement_btn_wrap .entry_btn, .agreement_btn_wrap .contact_btn {
    padding-top: 14px;
  }
}

@media screen and (max-width: 480px) {
  .agreement_btn_wrap .detail_btn, .agreement_btn_wrap .entry_btn, .agreement_btn_wrap .contact_btn {
    padding-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 340px) {
  .agreement_btn_wrap .detail_btn, .agreement_btn_wrap .entry_btn, .agreement_btn_wrap .contact_btn {
    padding-top: 24px;
    font-size: 10px;
  }
}

.btns {
  margin-bottom: 20px;
}

.btns a {
  display: inline-block;
  width: 160px;
  margin: 8px;
  padding: 6px 0;
  border-radius: 4px;
  background-color: #c00;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}

.schedule_top {
  background: url(../images/schedule/bg.png);
}

.schedule_top .contact_btn {
    color: #fff;
}

.schedule_nav {
  margin-bottom: 50px;
}

.schedule_nav li {
  float: left;
  width: 95px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 5px;
  line-height: 40px;
  background-color: #ddd;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.schedule_nav li.final {
  width: 49.2%;
  margin: 0;
}

.schedule_nav li.final:first-child {
  margin-right: 1.6%;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.schedule_nav li.final img {
  margin-right: 1em;
  vertical-align: middle;
}

.schedule_nav.mb20 {
  margin-left: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .schedule_nav {
    margin-left: 0;
  }
  .schedule_nav li {
    width: 23%;
    margin-left: 2.6%;
  }
  .schedule_nav li:nth-child(4n-3) {
    margin-left: 0;
  }
  .schedule_nav li.final {
    width: 100%;
  }
  .schedule_nav li.final:first-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 10px;
  }
}

.schedule_nav a {
  display: block;
  background-color: #ddd;
  color: #fff;
  text-decoration: none;
}

.schedule_nav a:hover, .schedule_nav a.on {
  background-color: #4a9d54;
  color: #fff;
}

.schedule_nav .snd a {
  border-color: #7db50d;
}

.schedule_nav .snd a:hover, .schedule_nav .snd a.on {
  background-color: #7db50d;
}

.schedule_nav .omy a {
  border-color: #f39200;
}

.schedule_nav .omy a:hover, .schedule_nav .omy a.on {
  background-color: #f39200;
}

.schedule_nav .tky a {
  border-color: #f45858;
}

.schedule_nav .tky a:hover, .schedule_nav .tky a.on {
  background-color: #f45858;
}

.schedule_nav .ngy a {
  border-color: #cd2c2c;
}

.schedule_nav .ngy a:hover, .schedule_nav .ngy a.on {
  background-color: #cd2c2c;
}

.schedule_nav .osk a {
  border-color: #9b69a4;
}

.schedule_nav .osk a:hover, .schedule_nav .osk a.on {
  background-color: #9b69a4;
}

.schedule_nav .hrsm a {
  border-color: #338ec0;
}

.schedule_nav .hrsm a:hover, .schedule_nav .hrsm a.on {
  background-color: #338ec0;
}

.schedule_nav .fkk a {
  border-color: #00afc3;
}

.schedule_nav .fkk a:hover, .schedule_nav .fkk a.on {
  background-color: #00afc3;
}

.schedule_nav .final a:hover, .schedule_nav .final a.on {
  background-color: #009fde;
}

.region .title_card {
  background-color: #4a9d54;
}

.region#sendai .title_card {
  background-color: #7db50d;
}

.region#omiya .title_card {
  background-color: #f39200;
}

.region#tokyo .title_card {
  background-color: #f45858;
}

.region#nagoya .title_card {
  background-color: #cd2c2c;
}

.region#osaka .title_card {
  background-color: #9b69a4;
}

.region#hiroshima .title_card {
  background-color: #338ec0;
}

.region#fukuoka .title_card {
  background-color: #00afc3;
}

.region#final .title_card {
  background-color: #009fde;
}

.region_title {
  margin-bottom: 40px;
  color: #4a9d54;
  font-size: 36px;
  text-align: center;
}

#sendai .region_title {
  color: #7db50d;
}

#omiya .region_title {
  color: #f39200;
}

#tokyo .region_title {
  color: #f45858;
}

#nagoya .region_title {
  color: #cd2c2c;
}

#osaka .region_title {
  color: #9b69a4;
}

#hiroshima .region_title {
  color: #338ec0;
}

#fukuoka .region_title {
  color: #00afc3;
}

#final .region_title {
  color: #009fde;
}

.reg,
.timetable {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1rem;
}

.reg dt,
.timetable dt {
  float: left;
  padding-top: 15px;
  font-weight: bold;
}

.reg dd,
.timetable dd {
  padding: 15px 0 15px 9em;
  border-bottom: 1px dotted #999;
}

.reg dd .gmap_wrap,
.timetable dd .gmap_wrap {
  margin-left: -9em;
}

@media screen and (max-width: 768px) {
  .reg dt,
  .timetable dt {
    float: none;
  }
  .reg dd,
  .timetable dd {
    padding-left: 0;
  }
  .reg dd .gmap_wrap,
  .timetable dd .gmap_wrap {
    margin-left: 0;
  }
  .reg dd .bdbm,
  .timetable dd .bdbm {
    padding-bottom: .5em;
  }
}

.timetable dd {
  padding-left: 11em;
}

@media screen and (max-width: 768px) {
  .timetable dd {
    padding-left: 0;
  }
}

.gmap_wrap {
  position: relative;
  height: 0;
  margin-top: 15px;
  padding-bottom: 37.5%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .gmap_wrap {
    padding-bottom: 120%;
  }
}

.gmap_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bdbm {
  border-bottom: 1px dotted #999;
}

.case {
  color: #4a9d54;
}

#sendai .case {
  color: #7db50d;
}

#tokyo .case {
  color: #f39200;
}

#nagoya .case {
  color: #f45858;
}

#osaka .case {
  color: #cd2c2c;
}

#kobe .case {
  color: #9b69a4;
}

#fukuoka .case {
  color: #338ec0;
}

#okinawa .case {
  color: #00afc3;
}

.result {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

body.schedule .detail_btn_wrap {
  padding-top: 0;
}

.photos {
  margin-left: -26px;
}

.photos li {
  float: left;
  width: 180px;
  height: 180px;
  margin-left: 26px;
  margin-bottom: 26px;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .photos {
    max-width: 480px;
    margin: 0 auto;
  }
  .photos li {
    width: 48%;
    height: auto;
    margin-left: 4%;
  }
  .photos li:nth-child(odd) {
    margin-left: 0;
  }
}

.contact_top {
  background-color: #54a8ff;
}

.contact_btn {
  box-sizing: border-box;
  padding-right: 15px;
  border: none;
  background-color: #009fde;
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  font-size: 1.5rem;
}

.contact_btn:disabled, .contact_btn.disabled {
  background-color: #aaa;
}

.contact_btn:after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .contact_btn {
    font-size: 14px;
  }
}

.contact_btn_wrap {
  margin-bottom: 40px;
}

.contact_btn_wrap .contact_btn {
  width: 520px;
  float: right;
}

.contact_btn_wrap .back_btn {
  box-sizing: border-box;
  width: 240px;
  padding-left: 15px;
  width: 240px;
}

@media screen and (max-width: 986px) {
  .contact_btn_wrap .contact_btn {
    width: 310px;
  }
  .contact_btn_wrap .contact_btn:after {
    right: 15px;
  }
}

@media screen and (max-width: 780px) {
  .contact_btn_wrap .contact_btn {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .contact_btn_wrap .back_btn {
    width: 100%;
    font-size: 16px;
  }
}

.event_top {
  background: url(../images/home/bg_event.png);
}

.event_catch {
  margin-bottom: 2em;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.event_catch span {
  font-size: 24px;
  font-size: 1.5rem;
}

.remark {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.lh2 {
  line-height: 2;
}

.event_detail h3 {
  margin-bottom: 20px;
  color: #009fde;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.event_detail dl {
  margin-bottom: 30px;
}

.event_detail dt {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.rule_top {
  background-color: #7b5aa3;
}

.rule_top p {
  margin-bottom: 2em;
}

.rule_top .bdbm {
  padding-bottom: 1em;
}

.rule_title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.rule_title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009fde;
  content: '';
}

/*ホーム：追加スタイル*/
.home .notice_wrap {
    margin: 50px auto 50px auto;
    text-align: center;
}

/*-------------------------------------------*/
/*大会概要*/
/*-------------------------------------------*/
/*アンカーリンク*/
#qualify,
#date,
#prize,
#sideevent {
    margin-top: -100px;
    padding-top: 100px;
}

.submenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.submenu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    background-color: #009fde;
    text-align: center;
    border-radius: 2px;
}
.submenu li:hover {
    opacity: 0.6;
}

.submenu li a {
    width: 100%;
    height: auto;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold;
}

/*賞品*/
.event_prize .priza_wrap p,
.event_prize .priza_wrap h3,
.event_prize .priza_wrap h4 {
    text-align: center;
}

.event_prize .round {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00a2ed;
    line-height: 1.6rem;
    margin-bottom: 20px;
}

.event_prize .priza_wrap h4 {
    font-size: 1.5rem;
}

.event_prize .note {
    color: #00a2ed;
}

.event_prize .prize_img {
    position: relative;
}
.event_prize .prize_img::after {
    content: "画像はイメージとなります。";
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 0.6rem;
    color: #666;
}

.event_prize .primary {
    /*border-bottom: 1px dotted #ccc;*/
}

.event_prize .final {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.event_prize .final {
    text-align: center;
}

.event_prize .prize_list {
    display: inline-block;
    margin-top: 40px;
}

.event_prize .prize_list li {
    margin-bottom: 10px;
    text-align: left;
}

.event_prize .prize_list li span {
    display: inline-block;
    width: 5em;
    margin-right: 20px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
.event_prize .prize_list li .p2 {
    background-color: #959595;
}
.event_prize .prize_list li .p3 {
    background-color: #9a6634;
}
.event_prize .prize_list li .p5 {
    background-color: #2db6e0;
}

/*サイドイベント*/
.sideevent section > h4 {
    font-size: 1.5rem;
}

.sideevent section > h4,
.sideevent section > h4 + p{
    text-align: center;
}

.sideevent .schedule {
    margin-top: 50px;
}

.sideevent .player ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sideevent .player li {
    width: 23%;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .sideevent .player li {
        width: 100%;
    }
}

.sideevent .player li .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ccc;
}

.event_top .tv hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
}

/*-------------------------------------------*/
/*大会結果*/
/*-------------------------------------------*/
.result_top {
    background: url(../images/album/bg.png);
}
.result_top .schedule_nav .final {
    float: none;
    margin: auto auto 10px !important;
    /*background-color: #009fde;*/
}
.result_top .schedule_nav .title {
    width: 100%;
    background: none;
}
.result_top .schedule_nav .title span {
    display: block;
    margin: auto;
    width: 49.2%;
    text-align: center;
    background-color: #009fde;
    color: #fff;
}

.result_top .region {
    margin-top: -100px;
    padding-top: 100px;
}
.result_top .title_card {
    background-color: #009fde !important;
}
.result_top .date dd:last-child {
    border-bottom: none;
}
.result_top .btn_wrap {
    margin: 60px 0;
}
.result_top .btn_wrap p {
    margin-bottom: 40px;
}
.result_top .btn_wrap p:last-child {
    margin-bottom: 0;
}
.result_top .tournament_wrap {
    text-align: center;
}
.result_top .tournament_wrap h3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: bold;
}
.result_top .result_wrap .result_box {
    padding-bottom: 50px;
    border-bottom: 1px dotted #ccc;
}
.result_top .result_wrap .result_box:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.result_top .result_wrap .result_box h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
}
.result_top .result_wrap .result_box .result_img_main,
.result_top .result_wrap .result_box .reg {
    width: 640px;
    margin: auto auto 40px auto;
}
.result_top.result_wrap .result_box .result_img_2 {
    width: 300px;
}
.result_top .result_wrap .result_box .reg {
    margin-bottom: 40px;
}
.result_top .result_wrap .result_box .reg:last-child dd:last-child {
    border-bottom: none;
}
.result_top .result_box .name_box {
    width: 640px;
    min-height: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto auto 40px auto;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    border: 3px solid;
    word-wrap: break-word;
    background-color: #fff !important;
}
.result_top .result_box.champ .name_box {
    border-color: #c69e62;
    background:
        url(/images/result/champ_frame_topleft.png) left top no-repeat,
        url(/images/result/champ_frame_topright.png) right top no-repeat,
        url(/images/result/champ_frame_bottomleft.png) left bottom no-repeat,
        url(/images/result/champ_frame_bottomright.png) right bottom no-repeat
    ;
}
.result_top .result_box.second .name_box {
    border-color: #ccc;
}
.result_top .result_box.third .name_box {
    border-color: #c38957;
}

/*2017-09-12：追加*/
.result_top .btn_wrap_top {
    margin: 50px 0 10px 0;
}
.result_top .btn_wrap_top .contact_btn {
    position: relative;
    width: 49.4%;
    height: auto;
    padding: 12px 0;
    margin-left: 8px;
    line-height: 1em;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.result_top .btn_wrap_top .contact_btn::after {
    position: absolute;
    top: 26px;
    height: 10px;
    width: 10px;
}

.result_top .contact_btn {
    color: #fff !important;
}

/*スマホ*/
@media screen and (max-width: 768px) {
    .result_top .schedule_nav li {
        width: 22%;
        margin: 0 1.3% 10px;
    }
    .result_top .schedule_nav .final {
        width: 49.2%;
    }
    .result_top .result_wrap .result_box .result_img_main,
    .result_top .result_wrap .result_box .reg {
        width: 100%;
    }
    .result_top .result_box .name_box {
        width: 100%;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    /*2017-09-12：追加*/
    .result_top .btn_wrap_top .contact_btn {
        width: 100%;
        margin: 0;
    }
    .result_top .btn_wrap_top .contact_btn::after {
        top: 20px;
    }
    .result_top .schedule_nav .final {
        width: 100%;
    }
    .result_top .schedule_nav .title {
        margin: 0 0 10px;
    }
    .result_top .schedule_nav .title span {
        width: 100%;
    }
}

/*-------------------------------------------*/
/*大会アルバム*/
/*-------------------------------------------*/
.album_top {
    background: url(../images/album/bg.png);
}
.album_top .album_nav .final {
    float: none;
    margin: auto auto 10px !important;
    /*background-color: #009fde;*/
}

.album_top .region {
    margin-top: 30px;
}

.album_top .photo_wrap {
    display: flex;
    flex-wrap: wrap;
   /*justify-content: space-between;*/
}
.album_top .photo_wrap li {
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 20px;
}
.album_top .photo_wrap li:nth-of-type(4n) {
    margin-right: 0;
}
.album_top .photo_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.album_top .photo_wrap.big {
    justify-content: center;
}
.album_top .photo_wrap.big li {
    width: 640px;
    margin-right: 0;
    /*height: 250px;*/
}

/*スマホ*/
@media screen and (max-width: 768px) {
    .album_top .region h2 {
        margin-bottom: 10px;
    }
    .album_top .region h2 img {
        width: 50%;
        height: auto;
    }
}


/*2017-09-11追加*/
.home_message {
    margin-bottom: 0;
    font-size: 45px;
    color: #aa0000;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .home_message {
        padding: 0 20px 20px;
        font-size: 20px;
    }
}

.entry_btn {
    display: none;
}

/*# sourceMappingURL=maps/style.css.map */