@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : hole.css
Description : 中継ホール紹介
===================================================================== */
/* ========================================================
    hole
======================================================== */
.hole {
  position: relative;
  width: 100%;
  padding: 8rem 0 0 0;
}
.hole::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edfaf4;
  z-index: -2;
}
.hole::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50.5rem;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hole::after {
    height: 42rem;
  }
}
.hole_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hole_column {
    width: 83.3333333333%;
  }
}
.hole_ttl {
  position: relative;
  width: 100%;
  padding-top: 7.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hole_ttl {
    padding-top: 5.8rem;
  }
}
.hole_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 6.4rem;
  height: 6.2rem;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hole_ttl::before {
    width: 4.8rem;
    height: 4.7rem;
  }
}
.hole_ttl > span {
  color: #00a051;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .hole_ttl > span {
    font-size: 4.5rem;
  }
}
.hole_lead {
  position: relative;
  margin: 6rem 0 -4rem 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .hole_lead {
    font-size: 2rem;
  }
}
.hole_list {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .hole_list {
    padding-bottom: 16rem;
  }
}
.hole_list::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 4rem;
  background-color: #00a051;
  z-index: -1;
}
.hole_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -1.6rem;
}
@media screen and (min-width: 768px) {
  .hole_tab {
    justify-content: center;
  }
}
.hole_tab > li {
  width: 22.4rem;
  margin-left: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hole_tab > li {
    width: 16%;
    margin-left: 1% !important;
  }
}
.hole_tab > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .hole_tab > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
}
.hole_tab > li.is-active > a {
  border-color: #e7316e;
  background-color: #e7316e;
}
.hole_tab > li.is-active > a > span {
  color: #ffffff;
}
.hole_tab > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0.6rem solid #00a051;
  border-bottom: none;
  background-color: #ffffff;
  transition: none;
}
@media screen and (min-width: 768px) {
  .hole_tab > li > a {
    border-width: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .hole_tab > li > a:hover {
    border-color: #e7316e;
    background-color: #e7316e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .hole_tab > li > a:hover > span {
    color: #ffffff;
  }
}
.hole_tab > li > a > span {
  display: block;
  padding: 1.4rem 0 2rem 0;
  color: #00a051;
  font-family: "Concert One", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .hole_tab > li > a > span {
    padding: 1.2rem 0 1.8rem 0;
    font-size: 2.8rem;
  }
}
.hole_panel {
  position: relative;
  width: 100%;
}
.hole_panel > li {
  display: none;
}
.hole_panel > li.is-show {
  display: block;
}
.hole_cont {
  position: relative;
  width: 100%;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .hole_cont {
    padding-top: 6rem;
  }
}
.hole_subttl {
  position: relative;
  text-align: center;
}
.hole_subttl > span {
  position: relative;
  display: inline-block;
  margin: -1rem 0;
  color: #00a051;
  font-family: "Concert One", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .hole_subttl > span {
    font-size: 5.2rem;
  }
}
.hole_subttl > span::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: 50%;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #e7316e;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hole_subttl > span::before {
    left: -6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.hole_subttl > span::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 50%;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #e7316e;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hole_subttl > span::after {
    right: -6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.hole_movie {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .hole_movie {
    width: 64%;
  }
}
.hole_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.hole_movie_inner > div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hole_img {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .hole_img {
    width: 88%;
    padding-bottom: 8rem;
  }
}
.hole_img::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% + 12rem);
  background-color: #00a051;
  z-index: -1;
}
.hole_h4ttl {
  position: relative;
  margin-top: 16rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hole_h4ttl {
    margin-top: 12rem;
  }
}
.hole_h4ttl > span {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #00a051;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .hole_h4ttl > span {
    font-size: 3rem;
  }
}
.hole_h4ttl > span::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: 50%;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #e7316e;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hole_h4ttl > span::before {
    left: -6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.hole_h4ttl > span::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 50%;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #e7316e;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hole_h4ttl > span::after {
    right: -6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.hole_point {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 8rem 4.8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .hole_point {
    margin-top: 3rem;
    padding: 6.4rem;
  }
}
.hole_point * {
  transform: rotate(0.03deg);
}
.hole_pin {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hole_pin {
    margin-top: 3rem;
  }
}
.hole_pin > dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .hole_pin > dl {
    width: 20%;
    margin: 0 6%;
  }
}
.hole_pin > dl > dt {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hole_pin > dl > dt {
    width: 100%;
  }
}
.hole_pin > dl > dt > em {
  display: block;
  color: #e7316e;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .hole_pin > dl > dt > em {
    font-size: 2.8rem;
  }
}
.hole_pin > dl > dt > span {
  display: block;
  color: #e7316e;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .hole_pin > dl > dt > span {
    font-size: 1.8rem;
  }
}
.hole_pin > dl > dd {
  width: 50%;
  margin-top: 0;
  padding-right: 4.8rem;
}
@media screen and (min-width: 768px) {
  .hole_pin > dl > dd {
    width: 100%;
    margin-top: 2rem;
    padding-right: 0;
  }
}
.hole_pin > dl > dd > figure {
  position: relative;
}
.hole_pin > dl > dd > figure.comingsoon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/hole/hole_comingsoon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}/*# sourceMappingURL=hole.css.map */