@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  padding-top: 0 !important;
}
body::before, body::after {
  content: "";
  background: url(../images/deco_line.png) no-repeat center center/cover;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 19px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  body::before, body::after {
    width: 17px;
  }
}
body::before {
  left: 0;
}
body::after {
  right: 0;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.kyoryu {
  background: #000;
}

.cv {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 289px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .cv {
    width: 66.8%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.section-inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 25px;
  }
}

.section-heading {
  background: #AC2315;
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .section-heading {
    padding: 30px 0;
  }
}

.section-heading-category {
  color: #BD5045;
  font-size: 110px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .section-heading-category {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading-category {
    font-size: 40px;
  }
}

.section-heading-flex {
  margin-top: 12px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section-heading-flex {
    margin-top: 0;
    display: block;
    font-size: 40px;
  }
}

.section-heading-inner {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .section-heading-inner {
    width: 100%;
  }
}

.section-heading-title {
  margin-top: 10px;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .section-heading-title {
    margin-top: -20px;
  }
}
.section-heading-title .section-heading-title-01 {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .section-heading-title .section-heading-title-01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading-title .section-heading-title-01 {
    font-size: 25px;
  }
}
.section-heading-title .section-heading-title-02 {
  display: block;
  font-size: 100px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .section-heading-title .section-heading-title-02 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading-title .section-heading-title-02 {
    font-size: 50px;
  }
}

.section-heading-text {
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-heading-text {
    margin-top: 15px;
  }
}

.mv {
  position: relative;
  background: url(../images/bg_mv.jpg?250917) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../images/bg_mv_sp.jpg?250917) no-repeat center center/cover;
  }
}

.mv-text {
  position: absolute;
  top: 15px;
  right: 165px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .mv-text {
    top: 10px;
    right: 115px;
    font-size: 10px;
  }
}

.mv-text-02 {
  position: absolute;
  left: 60px;
  bottom: 120px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .mv-text-02 {
    top: 39.4%;
    left: 7%;
    bottom: auto;
    font-size: 10px;
  }
}

.mv-logo {
  position: absolute;
  top: 15px;
  right: 45px;
  width: 105px;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    top: 10px;
    right: 35px;
    width: 70px;
  }
}

.mv-img {
  width: 100%;
}
.mv-img img {
  width: 100%;
}

.about {
  position: relative;
  background: url(../images/bg_about.png?250917) no-repeat center center/100% 100%;
  margin-top: 20px;
  padding: 110px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../images/bg_about_sp.png?250917) no-repeat center center/100% 100%;
    margin-top: 0;
    padding: 30px 0 40px;
  }
}
.about::before {
  content: "";
  background: url(../images/deco_about_01.png) no-repeat center center/cover;
  width: 430px;
  height: 502px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about::before {
    top: 11%;
    width: 29.4871794872vw;
    height: 37.1794871795vw;
  }
}
.about::after {
  content: "";
  background: url(../images/deco_about_02.png) no-repeat center center/cover;
  width: 440px;
  height: 268px;
  display: block;
  position: absolute;
  top: 23%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .about::after {
    top: 43.5%;
    right: -38px;
    width: 36.1538461538vw;
    height: 22.0512820513vw;
  }
}

.about-title {
  width: 452px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about-title {
    width: 220px;
  }
}

.about-lead {
  margin-top: 34px;
  color: #fece00;
  font-size: 37px;
  font-weight: 900;
  text-align: center;
  text-shadow: 3px 3px 0px #013409;
}
@media screen and (max-width: 768px) {
  .about-lead {
    margin-top: 29px;
    font-size: 21px;
  }
}
.about-lead span {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .about-lead span {
    font-size: 26px;
  }
}

.about-text {
  margin-top: 29px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.636;
  text-shadow: 3px 3px 0px #013409;
}
@media screen and (max-width: 768px) {
  .about-text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.8;
  }
}
.about-text span {
  font-size: 33px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about-text span {
    font-size: 23px;
    line-height: 1.2;
  }
}
.about-text .giga {
  color: #FF89DF;
}
.about-text .tyra {
  color: #FC5C5C;
}
.about-text .tri {
  color: #00DD00;
}
.about-text .ste {
  color: #00BAFE;
}

.about-slider {
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  .about-slider {
    margin-top: 45px;
  }
}

.about-slide .about-slide-image {
  transition: transform 0.3s;
}
.about-slide .about-slide-image img {
  width: 100%;
}
.about-slide.swiper-slide-prev {
  perspective: 1050px;
  transform-style: preserve-3d;
}
.about-slide.swiper-slide-prev .about-slide-image {
  transform: rotateX(35deg) rotateY(50deg) rotateZ(-25deg) skew(8deg, 2deg);
}
.about-slide.swiper-slide-next {
  perspective: 1050px;
  transform-style: preserve-3d;
}
.about-slide.swiper-slide-next .about-slide-image {
  transform: rotateX(35deg) rotateY(-50deg) rotateZ(15deg) skew(8deg, 2deg);
}

.about-slider-pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-slider-pagination .swiper-pagination-bullet {
  background: #FECE00;
  border-radius: 0;
  width: 40px;
  height: 1px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .about-slider-pagination .swiper-pagination-bullet {
    width: 14px;
  }
}
.about-slider-pagination .swiper-pagination-bullet-active {
  height: 10px;
}
@media screen and (max-width: 768px) {
  .about-slider-pagination .swiper-pagination-bullet-active {
    height: 4px;
  }
}

.movie {
  background: #000;
  padding: 77px 0 110px;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 50px 0;
  }
}

.movie-title {
  width: 587px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .movie-title {
    width: 260px;
  }
}

.movie-youtube {
  margin-top: 60px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .movie-youtube {
    margin-top: 30px;
  }
}
.movie-youtube iframe {
  width: 100%;
  height: 100%;
}

.movie-link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movie-link {
    margin-top: 28px;
  }
}

.movie-link-text {
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .movie-link-text {
    font-size: 14px;
  }
}

.movie-link-button {
  position: relative;
  border: 1px solid #FECE00;
  width: 575px;
  max-width: 100%;
  padding: 20px 40px 20px 0;
  margin: 30px auto 0;
  display: block;
  color: #FECE00;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie-link-button {
    padding: 9px 36px 9px 0;
    margin: 14px auto 0;
    width: 286px;
    font-size: 13px;
  }
}
.movie-link-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 73px;
  background-color: #FECE00;
  z-index: -1;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .movie-link-button::before {
    display: none;
  }
}
.movie-link-button::after {
  content: "";
  background: url(../images/icon_window.svg) no-repeat center center/cover;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .movie-link-button::after {
    right: 19px;
  }
}
.movie-link-button:hover {
  color: #000;
}
.movie-link-button:hover::before {
  width: 100%;
}
.movie-link-button:hover::after {
  filter: brightness(0%);
}

.ichijo {
  background: #E6E6E6;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .ichijo {
    padding: 50px 0;
  }
}

.ichijo-inner {
  width: 1060px;
}

.ichijo-title {
  width: 881px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .ichijo-title {
    width: 337px;
  }
}

.ichijo-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .ichijo-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-list {
    margin-top: 40px;
    display: block;
  }
}

.ichijo-item {
  position: relative;
  width: calc(50% - 20px);
  padding: 25px 58px 7px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .ichijo-item {
    width: calc(50% - 10px);
    padding: 25px 20px 7px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item {
    width: 100%;
    padding: 23px 25px 7px;
    overflow: hidden;
  }
}
.ichijo-item::before {
  content: "";
  background: url(../images/icon_mark.png) no-repeat center center/cover;
  width: 197px;
  height: 194px;
  position: absolute;
  top: 16px;
  left: 27px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ichijo-item::before {
    width: 118px;
    height: 117px;
    top: 16px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item + .ichijo-item {
    margin-top: 14px;
  }
}

.ichijo-item-title {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.ichijo-item-title-number {
  color: #00520D;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .ichijo-item-title-number {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-title-number {
    font-size: 38px;
  }
}

.ichijo-item-title-text {
  margin-left: 20px;
  font-size: 26px;
  font-weight: 900;
  word-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .ichijo-item-title-text {
    margin-left: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-title-text {
    margin-left: 10px;
    font-size: 20px;
  }
}
.ichijo-item-title-text.is04 {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .ichijo-item-title-text.is04 {
    margin-left: 10px;
  }
}

.ichijo-item-guiness {
  position: relative;
  display: flex;
  margin-top: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ichijo-item-guiness {
    margin-top: 14px;
  }
}

.ichijo-item-guiness-icon {
  width: 81px;
}
@media screen and (max-width: 768px) {
  .ichijo-item-guiness-icon {
    width: 55px;
  }
}

.ichijo-item-guinness-text {
  width: calc(100% - 81px);
  padding: 20px 18px 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .ichijo-item-guinness-text {
    width: calc(100% - 55px);
    margin-top: 6px;
    padding-left: 12px;
    font-size: 15px;
  }
}

.ichijo-item-text {
  position: relative;
  margin-top: 20px;
  color: #404040;
  font-size: 18px;
  line-height: 1.67;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ichijo-item-text {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0;
  }
}

.ichijo-item-image img {
  width: 100%;
}
.ichijo-item-image.is01 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .ichijo-item-image.is01 {
    margin-top: 14px;
  }
}
.ichijo-item-image.is02 {
  margin-top: 12px;
}
.ichijo-item-image.is03 {
  margin: 32px 0 0 31px;
}

.ichijo-item-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ichijo-item-list {
    margin-top: 14px;
  }
}
.ichijo-item-list li {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .ichijo-item-list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-list li {
    padding-left: 37px;
    font-size: 16px;
  }
}
.ichijo-item-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ichijo-item-list li + li {
    margin-top: 10px;
  }
}
.ichijo-item-list li::before {
  content: "";
  background: url(../images/icon_star.svg) no-repeat center center/cover;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .ichijo-item-list li::before {
    width: 25px;
    height: 24px;
  }
}

.ichijo-item-comment {
  width: calc(100% + 116px);
}
.ichijo-item-comment.is01 {
  margin: -20px 0 0 -58px;
  width: calc(100% + 60px);
}
@media screen and (max-width: 960px) {
  .ichijo-item-comment.is01 {
    width: calc(100% + 10px);
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-comment.is01 {
    margin: -22px 0 0 -24px;
    width: calc(100% + 16px);
  }
}
.ichijo-item-comment.is02 {
  margin: -6px 0 0 -35px;
  width: calc(100% + 94px);
}
@media screen and (max-width: 960px) {
  .ichijo-item-comment.is02 {
    margin: -10px 0 0 -5px;
    width: calc(100% + 26px);
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-comment.is02 {
    margin: -10px 0 0 -13px;
    width: calc(100% + 38px);
  }
}
.ichijo-item-comment.is03 {
  margin: 15px 0 0 -26px;
  width: calc(100% + 84px);
}
@media screen and (max-width: 960px) {
  .ichijo-item-comment.is03 {
    margin: -21px 0 0 -14px;
    width: calc(100% + 34px);
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-comment.is03 {
    margin: -21px 0 0 -10px;
  }
}
.ichijo-item-comment.is04 {
  margin: 14px 0 0 -57px;
  width: calc(100% + 85px);
}
@media screen and (max-width: 960px) {
  .ichijo-item-comment.is04 {
    margin: 16px 0 0 -20px;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .ichijo-item-comment.is04 {
    margin: -5px 0 0 -30px;
    width: calc(100% + 40px);
  }
}

.ichijo-item-notes {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ichijo-item-notes {
    font-size: 12px;
  }
}

.entry {
  position: relative;
  background-color: #fff;
  padding-bottom: 125px;
}
.entry::after {
  content: "";
  background: url(../images/bg_entry.png?250917) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 599px;
  height: 41vw;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .entry::after {
    background: url(../images/bg_entry_sp.png?250917) no-repeat center bottom/contain;
    height: 138vw;
  }
}

.entry-title {
  position: relative;
  background: url(../images/bg_entry_title.png) no-repeat center center/100% 100%;
  padding: 57px 0;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry-title {
    padding: 28px 0 32px;
  }
}
.entry-title img {
  width: 541px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-title img {
    width: 263px;
  }
}

.entry-apply {
  margin: 90px auto 0;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .entry-apply {
    margin-top: 33px;
  }
}

.entry-apply-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-apply-title {
    font-size: 23px;
  }
}

.entry-apply-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-apply-text {
    margin-top: 18px;
    font-size: 15px;
  }
}
.entry-apply-text span {
  color: #FF0000;
}

.entry-table {
  width: 100%;
  margin-top: 40px;
}

.entry-table-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid #fff;
}
.entry-table-row + .entry-table-row {
  border-top: 5px solid #fff;
}
.entry-table-row:nth-child(even) {
  background: #E6F2E7;
}
.entry-table-row:nth-child(odd) {
  background: #D3E6D5;
}
@media screen and (max-width: 768px) {
  .entry-table-row:nth-child(odd) {
    background: #E6F2E7;
  }
}
.entry-table-row.header {
  background: #00520D;
  color: #fff;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .entry-table-row.header {
    display: none;
  }
}
.entry-table-row.header .entry-table-cell {
  border-left: 1px solid #fff;
  height: auto;
  font-size: 20px;
}
.entry-table-row.header .entry-table-cell:first-child {
  border-left: none;
}
.entry-table-row.is-twoDays .entry-table-cell.date, .entry-table-row.is-twoDays .entry-table-cell.time {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .entry-table-row.is-twoDays .entry-table-cell.date, .entry-table-row.is-twoDays .entry-table-cell.time {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.entry-table-row.is-twoDays .entry-table-cell.date .entry-table-col, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 12px;
  justify-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .entry-table-row.is-twoDays .entry-table-cell.date .entry-table-col, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-col {
    flex: 1;
    display: grid;
    grid-template-rows: 1fr 1fr;
    row-gap: 0;
    align-content: stretch;
    justify-items: center;
    width: 100%;
    height: 100%;
  }
}
.entry-table-row.is-twoDays .entry-table-cell.date .entry-table-col .entry-table-cell-text, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-col .entry-table-cell-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .entry-table-row.is-twoDays .entry-table-cell.date .entry-table-col .entry-table-cell-text, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-col .entry-table-cell-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.entry-table-row.is-twoDays .entry-table-cell.date .entry-table-col .entry-table-cell-text + .entry-table-cell-text, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-col .entry-table-cell-text + .entry-table-cell-text {
  border-top: 1px solid #00520D;
  padding-top: 12px;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .entry-table-row.is-twoDays .entry-table-cell.date .entry-table-cell-text.time-single, .entry-table-row.is-twoDays .entry-table-cell.time .entry-table-cell-text.time-single {
    position: relative;
    top: 12px;
  }
}

.entry-table-cell {
  padding: 21px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #00520D;
  height: 285px;
}
@media screen and (max-width: 768px) {
  .entry-table-cell {
    padding: 0;
    height: auto;
    display: block;
    border-left: none;
  }
}
.entry-table-cell:nth-child(1) {
  width: 31.6%;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .entry-table-cell:nth-child(1) {
    width: 100%;
  }
}
.entry-table-cell:nth-child(2) {
  width: 25.5%;
}
@media screen and (max-width: 768px) {
  .entry-table-cell:nth-child(2) {
    width: 50%;
  }
}
.entry-table-cell:nth-child(3) {
  width: 17.8%;
}
@media screen and (max-width: 768px) {
  .entry-table-cell:nth-child(3) {
    width: 50%;
    border-left: 1px solid #00520D;
  }
}
.entry-table-cell:nth-child(4) {
  width: 25.1%;
}
@media screen and (max-width: 768px) {
  .entry-table-cell:nth-child(4) {
    width: 100%;
  }
}

.entry-table-cell-head {
  display: none;
  background: #67A06F;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-table-cell-head {
    display: block;
    width: 100%;
  }
}
.entry-table-cell-head.place {
  background: #00520D;
}

.entry-table-cell-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .entry-table-cell-text {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .entry-table-cell-text.date {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 44px);
  }
}

.entry-table-button {
  display: block;
  width: 200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .entry-table-button {
    margin-top: 10px;
  }
}

.saturday {
  color: #002BFF;
}

.sunday {
  color: #FF0000;
}

.entry-table-text {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry-table-text {
    min-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  /* SP専用要素を非表示に */
  .place-sp,
  .date-sp,
  .time-sp,
  .period-sp {
    display: none;
  }
}
.entry-footer-title {
  width: 85%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-footer-title {
    width: 312px;
    margin-top: 17px;
    padding-bottom: 190px;
  }
}

.entry-footer-link {
  background: rgba(255, 255, 255, 0.63);
  width: 503px;
  max-width: 100%;
  margin: -30px auto 0;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .entry-footer-link {
    margin: 0 auto 0;
    padding: 14px 10px;
    width: 285px;
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.entry-footer-text {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-footer-text {
    font-size: 15px;
  }
}

.entry-footer-link-inner {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .entry-footer-link-inner {
    margin-top: 10px;
    display: block;
  }
}

.entry-footer-link-title {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-footer-link-title {
    font-size: 12px;
  }
}

.entry-footer-link-sns-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .entry-footer-link-sns-list {
    justify-content: center;
    margin-top: 4px;
  }
}
.entry-footer-link-sns-list li + li {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .entry-footer-link-hp {
    margin-top: 10px;
  }
}

.entry-footer-link-banner {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .entry-footer-link-banner {
    margin-top: 4px;
  }
}

.campaign-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .campaign-title {
    font-size: 23px;
  }
}
.campaign-title span {
  position: relative;
}
.campaign-title span::before, .campaign-title span::after {
  content: "";
  position: absolute;
  top: 8px;
  background: #000;
  width: 1px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .campaign-title span::before, .campaign-title span::after {
    top: 6px;
    height: 25px;
  }
}
.campaign-title span::before {
  content: "";
  left: -25px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .campaign-title span::before {
    left: -15px;
  }
}
.campaign-title span::after {
  content: "";
  right: -25px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .campaign-title span::after {
    right: -15px;
  }
}

.campaign-list {
  margin: 40px auto 0;
  display: flex;
  gap: 50px;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .campaign-list {
    padding: 0 15px;
    display: block;
  }
}

.campaign-item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .campaign-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .campaign-item + .campaign-item {
    margin-top: 27px;
  }
}

.campaign-item-inner {
  background: #fff;
  border: 1px solid #BCB7B7;
  padding: 10px;
}

.campaign-item-image img {
  width: 100%;
}

.campaign-item-text {
  color: #222222;
  font-size: 18px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.7;
  min-height: 122px;
}
@media screen and (max-width: 768px) {
  .campaign-item-text {
    margin-top: 4px;
    padding: 0;
    font-size: 16px;
    min-height: auto;
  }
}

.campaign-item-notes {
  margin-top: 14px;
  color: #222222;
  font-size: 14px;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .campaign-item-notes {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.footer {
  width: 100%;
  background: #000000;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100px 0;
  }
}

.footer-inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column-reverse;
  }
}

.footer-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-link {
    margin: 15px 0;
    padding: 15px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.footer-link-logo {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .footer-link-logo {
    width: 85px;
  }
}

.footer-link-text {
  margin-left: 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer-link-text {
    margin-left: 20px;
    font-size: 10px;
  }
}

.footer-sns {
  display: flex;
}
.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.footer-sns a + a {
  margin-left: 8px;
}
.footer-sns a.youtube img {
  width: 25px;
}
.footer-sns img {
  width: 20px;
}

.footer-copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 0;
    padding-top: 0;
  }
}/*# sourceMappingURL=style.css.map */