@charset "UTF-8";
/*-------------------------------------------
変数
-------------------------------------------*/
:root {
  --bg-color-01: #b1760a;
  --bg-color-01: #f5e4c3;
  --bg-color-02: #f4eede;
  --font-size: 22px;
  --bg-pattern-size: 4.5em 2.7em; /* 1 : 0.6 ratio */
}

/*-------------------------------------------
全体・共通
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
}

.yuji-mai-regular {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  object-fit: cover;
}

p,
ul,
dl {
  text-align: left;
}

p,
li {
  line-height: 1.7;
}

section {
  padding: 80px 0;
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1280px;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

.container {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 60px 0;
    text-align: center;
  }
  .wrapper {
    max-width: 1280px;
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  .wrapper {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
.h2-title-box {
  width: min(520px, 100% - 40px);
  min-height: 140px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 80px;
  background-image: url(../../assets/images/bg-title.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 3px 3px 3px #000;
  box-sizing: border-box;
}

.h2-title-box.bs-white {
  box-shadow: 3px 3px 3px #fff;
}

.h2-title-box .title-left,
.h2-title-box .title-right {
  min-width: 0;
}

.h2-title-box h2 {
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.image-avatar {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.title-right h2 {
  font-size: 52px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .h2-title-box {
    width: 500px;
  }
  .image-avatar {
    height: 110px;
  }
  .title-right h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .h2-title-box {
    width: 460px;
  }
  .image-avatar {
    height: 100px;
  }
  .title-right h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .h2-title-box {
    width: 400px;
    padding: 16px 28px;
  }
  .image-avatar {
    height: 80px;
    height: 100px;
  }
  .title-right h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .h2-title-box {
    width: 80%;
    height: 100px;
    margin-bottom: 50px;
    padding: 12px 20px;
  }
  .image-avatar {
    height: 90px;
  }
  .title-right h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 420px) {
  .h2-title-box {
    width: 88%;
    min-height: initial;
    height: 100px;
    margin-bottom: 50px;
    gap: 20px;
  }
  .image-avatar {
    height: 80px;
  }
  .title-right h2 {
    font-size: 30px;
  }
}
.h2-header {
  display: inline-block;
  font-family: "Yuji Mai", serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.982rem + 2.2099vw, 8rem);
  font-size: 56px;
  color: #000000;
  font-weight: 500;
  padding: 12px 34px 12px 40px;
  display: inline-block;
  margin: 0 auto 80px;
  letter-spacing: 0.15em;
  position: relative;
}
.h2-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 18%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url(../images/fude-line@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.h3-header {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

.h3-header.sml {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .h2-header {
    font-size: 32px;
    margin: 0 auto 32px;
  }
  .h3-header {
    font-size: 1.25rem;
  }
}
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 499px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*-------------------------------------------
改行
-------------------------------------------*/
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline-block;
  }
}
/*-------------------------------------------
メインヴィジュアル
-------------------------------------------*/
.top-mv {
  padding: 0;
  background-color: #000000;
}

.h1-header {
  font-size: 2rem;
  font-size: clamp(1.125rem, 0.7273rem + 1.697vw, 2rem);
  text-align: center;
  padding: 12px 16px;
  color: #ffffff;
  background-color: #000000;
}

@media screen and (max-width: 599px) {
  .h1-header {
    font-size: 18px;
  }
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
  width: 100%;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.7);
}

_::-webkit-full-page-media,
_:future,
:root .header {
  position: sticky;
  top: 0;
  z-index: 100;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.header-wrapper {
  height: 60px;
  max-width: 1180px;
  margin: 0 auto;
}

.gnav-list {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
}

.gnav-list__item {
  width: 14.2857142857%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gnav-list__item::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #a5220c;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.gnav-list__item:hover::after {
  transform: scale(1, 1);
}
.gnav-list__item a {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .gnav-list__item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
  .header-wrapper {
    height: auto;
  }
  .gnav-list {
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
    padding: 0 8px;
  }
  .gnav-list__item {
    width: 25%;
    font-size: 0.9rem;
    height: 35px;
  }
  .gnav-list__item::after {
    height: 3px;
    bottom: 5px;
  }
}
/*-------------------------------------------
【ストーリー】
-------------------------------------------*/
.story {
  background-image: url(../../assets/images/bg-story_2026.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}

.story::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.story .h2-title-box {
  background-image: initial;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin-left: initial;
  position: relative;
}

@media screen and (max-width: 768px) {
  .story .h2-title-box {
    margin: 0 auto;
  }
}
.story-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#story .h2-header {
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
  max-width: 850px;
  width: 100%;
  border: none;
  background-image: url(../images/bg-story-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#story .h2-header::after {
  content: none;
}

.story-intro {
  width: 720px;
  height: 134px;
  background-image: url(../images/bg-fude_R1@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  margin-left: auto;
}

.story-container {
  display: flex;
}

.story-left {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-right {
  width: 45%;
}

.story-text-02 {
  height: auto;
  padding: 20px 6px 20px 16px;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: -0.03em;
  background-color: #ffffff;
  border: 6px solid #006439;
  border-radius: 12px;
  position: relative;
}

.story-text-02 {
  position: relative;
  display: inline-block;
  margin-right: 29px;
  padding: 20px 6px 20px 16px;
  border: 6px solid #006439;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: #000000;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
}

.story-text-02::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-style: solid;
  border-width: 40px 0 40px 60px;
  border-color: transparent transparent transparent #006439;
  translate: 100% -50%;
}

.story-text-02::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-style: solid;
  border-width: 32.8px 0 32.8px 49.2px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.story-avater {
  margin-top: -60px;
}

.play-explanation {
  margin: 12px auto;
  padding: 0px;
}

.play-explanation-container {
  width: 720px;
  margin: 10px auto;
  text-align: left;
}

.h3-story-header-white {
  display: inline-block;
  width: 400px;
  padding: 0px 0;
  background-color: #ffffff;
  margin: 0px 0 12px;
  margin-right: auto;
  margin-left: 7px;
  transform: skewX(-20deg);
  box-shadow: 3px 3px 2px #000;
}
.h3-story-header-white > span {
  display: inline-block;
  padding: 4px 32px;
  padding-left: 36px;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  transform: skewX(20deg);
}

.game-description {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 7px 16px;
  margin: 0 auto 0px;
  background-color: #ffffff;
  box-shadow: 3px 3px 2px #000;
}

.play-explanation-container.ver02 {
  background-image: url(../../assets/images/bg-makimono.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 800px;
  width: 100%;
  height: 300px;
  margin-top: 60px;
  padding: 56px 56px 24px 90px;
}

.h3-play-explanation-header {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.play-explanation-description {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-left: 1em;
}

@media screen and (max-width: 1200px) {
  #story .h2-header {
    width: 70%;
    padding: 0;
  }
  .story-text-02 {
    margin-top: 35px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .story-wrapper {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  #story .h2-header {
    font-size: 50px;
  }
  .story-intro {
    font-size: 24px;
  }
  .story-container {
    width: 100%;
    margin: -20px auto 0;
  }
  .story-left {
    width: 480px;
    padding-top: 20px;
  }
  .story-right {
    text-align: left;
  }
  .story-text-01 {
    font-size: 1.375rem;
    margin-left: 32px;
  }
  .story-text-02 {
    font-size: 20px;
    padding: 18px 6px 20px 16px;
    margin-left: 18px;
  }
  .story-avater {
    margin-top: -20px;
  }
  .play-explanation-container {
    width: 100%;
  }
  .h3-story-header-white {
    font-size: 24px;
  }
  .game-description {
    font-size: 20px;
  }
  .play-explanation-container.ver02 {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #story .h2-header {
    font-size: 36px;
    padding: 4px 0 16px;
    background-size: contain;
    max-width: initial;
  }
  .story-intro {
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 18px 0;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
  .story-container {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0px auto 0;
  }
  .story-left {
    width: 400px;
    padding-top: 20px;
    margin: 0 auto;
  }
  .story-right {
    width: 250px;
    text-align: center;
    margin: 0 auto;
  }
  .story-avater {
    margin-top: 20px;
  }
  .story-text-01 {
    font-size: 1.1rem;
    margin-left: 0px;
  }
  .story-text-02 {
    width: 90%;
    font-size: 1.1rem;
    text-align: left;
    margin: 0;
    padding-top: 20px;
  }
  .story-text-02::before {
    left: -60px;
    border: none;
  }
  .story-text-02::after {
    content: none;
  }
  .h3-story-header-white {
    font-size: 20px;
    padding: 4px 24px;
  }
  .h3-story-header-white {
    width: 300px;
    margin-left: 7px;
  }
  .h3-story-header-white > span {
    padding: 4px 18px;
    padding-left: 20px;
    font-size: 20px;
  }
  .game-description {
    font-size: 16px;
    line-height: 1.6;
  }
  .play-explanation-container.ver02 {
    margin-top: 0px;
    background-size: 100% 140%;
    padding: 80px 56px 24px 68px;
  }
  .h3-play-explanation-header {
    font-size: 22px;
  }
  .play-explanation-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  #story .h2-header {
    width: 90%;
    padding: 0 0 16px;
    font-size: 30px;
  }
  .story-intro {
    font-size: 16px;
  }
  .story-container {
    width: 100%;
  }
  .story-left {
    width: 80%;
  }
  .story-right {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .story-text-01 {
    font-size: 1.125rem;
    margin-left: 0px;
  }
  .story-sp-avater {
    display: block;
    width: 70%;
    margin: 16px auto;
  }
  .story-text-02 {
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.01em;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    line-height: 1.6;
    align-self: center;
  }
  .h3-story-header-black {
    padding: 4px 20px;
  }
  .play-explanation-container {
    width: 100%;
    padding: 12px 24px 30px;
  }
  .h3-story-header-white {
    width: 280px;
    margin-left: 8px;
  }
  .h3-story-header-white > span {
    padding: 4px 8px;
    padding-left: 10px;
    font-size: 20px;
  }
  .play-explanation-container.ver02 {
    background-image: url(../../assets/images/bg-sp-makimono.png);
    background-size: contain;
    padding: 14% 12% 10% 14%;
    height: auto;
    aspect-ratio: 8/5;
  }
  .h3-play-explanation-header {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .play-explanation-description {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  .play-explanation-container.ver02 {
    background-image: url(../../assets/images/bg-sp-makimono.png);
    background-size: contain;
    padding: 14% 10% 10% 12%;
    height: auto;
    aspect-ratio: 8/5;
  }
  .h3-play-explanation-header {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .play-explanation-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 440px) {
  .story-intro {
    font-size: 14px;
    letter-spacing: -0.02em;
    background-size: 100%;
  }
  .story-text-02 {
    font-size: 15px;
    padding: 12px;
  }
  .play-explanation-container.ver02 {
    padding: 13% 9% 10% 12%;
  }
  .h3-play-explanation-header {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .play-explanation-description {
    font-size: 14px;
    line-height: 1.3;
    margin-left: 0.3em;
    letter-spacing: -0.05em;
  }
}
/*-------------------------------------------
【上部セクショングループ】
-------------------------------------------*/
.section-group {
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------------------------------
【開催情報】
-------------------------------------------*/
.information {
  background-color: var(--bg-color-02);
  background-image: linear-gradient(90deg, transparent 48.5%, var(--bg-color-01) 48.5%, var(--bg-color-01) 51.5%, transparent 51.5%), linear-gradient(90deg, var(--bg-color-01) 1.5%, transparent 1.5%, transparent 98.5%, var(--bg-color-01) 98.5%), linear-gradient(30.96deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(149.04deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(30.96deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(149.04deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), linear-gradient(149.04deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(30.96deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), conic-gradient(from 0deg at 93.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 59.04deg at 87% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 59.04deg at 93.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 6.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 13% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 180deg at 6.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 0deg at 43.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from -59.04deg at 56.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 180deg at 56.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 120.96deg at 43.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), linear-gradient(90deg, transparent 6.3%, var(--bg-color-01) 6.3%, var(--bg-color-01) 8.7%, transparent 8.7%, transparent 91.3%, var(--bg-color-01) 91.3%, var(--bg-color-01) 93.7%, transparent 93.7%), linear-gradient(90deg, transparent 41.3%, var(--bg-color-01) 41.3%, var(--bg-color-01) 43.7%, transparent 43.7%), linear-gradient(90deg, transparent 56.3%, var(--bg-color-01) 56.3%, var(--bg-color-01) 58.7%, transparent 58.7%), linear-gradient(149.04deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%), linear-gradient(149.04deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%);
  background-repeat: repeat;
  background-size: var(--bg-pattern-size);
  font-size: var(--font-size);
}

.information-container {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.information-list {
  font-size: 1.125rem;
}

.inofrmation-block-lower {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}

.information-list-lower {
  width: 48%;
  min-height: 180px;
}

.information-list-lower .information-label {
  width: 120px;
  font-size: 20px;
}

.information-list-lower .information-value {
  height: 148px;
  margin-top: 16px;
}

.information-label {
  width: 140px;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 12px;
  margin-bottom: 12px;
  background: #b8790d;
  background: linear-gradient(0deg, rgb(195, 136, 34) 0%, rgb(240, 195, 105) 91%, rgb(247, 210, 168) 100%);
  color: #000000;
  align-self: center;
  text-align: center;
  letter-spacing: 0.08em;
}

.information-value {
  width: 100%;
  text-align: center;
  line-height: 1.7;
  margin-top: -30px;
  margin-bottom: 18px;
  padding: 12px 12px;
  border-right: 3px solid #bf9c46;
  border-bottom: 3px solid #bf9c46;
  font-size: 20px;
  min-height: 124px;
}
.information-value p {
  text-align: center;
}
.information-value span {
  font-size: 32px;
  font-weight: bold;
}
.information-value .holiday {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .information-container {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 30px;
  }
  .information-list {
    font-size: 1rem;
  }
  .information-list-upper .information-label {
    width: 100px;
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 0;
  }
  .information-list-upper .information-value {
    min-height: initial;
    height: 120px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    letter-spacing: -0.04em;
    padding: 18px 12px 6px;
  }
  .information-list-upper .information-value span {
    font-size: 28px;
  }
  .information-term {
    width: 120px;
    font-size: 20px;
    padding: 10px 12px;
  }
  .information-content {
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .information-content p {
    letter-spacing: -0.05em;
  }
  .information-content span {
    font-size: 24px;
    font-weight: bold;
  }
  .information-content .holiday {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .information-label {
    width: 100px;
    font-size: 20px;
    padding: 6px;
  }
  .information-value {
    font-size: 16px;
    min-height: 90px;
  }
  .information-value span {
    font-size: 24px;
  }
  .information-list-upper .information-value {
    padding: 12px 12px 12px;
    font-size: 14px;
  }
  .information-list-upper .information-value span {
    font-size: 22px;
  }
}
/*-------------------------------------------
【参加費】
-------------------------------------------*/
.entry-fee {
  background-image: url(../../assets/images/bg-06-v.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-fee-container {
  width: 800px;
  margin: 0 auto;
  color: #ffffff;
}

.fee-badge-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  background: #006439;
  background-image: url(../../assets/images/bg-title.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}

.entry-fee-badge-text {
  line-height: 1.2;
}

.entry-fee-badge-text span {
  font-size: 36px;
}

.entry-fee-box {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  margin: 0 auto;
  text-align: center;
}

.entry-fee-text-row01 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  background-color: #006439;
  color: #ffffff;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-fee-text-row02 {
  display: flex;
  align-items: center;
}

.entry-fee-text-row02 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.entry-fee-text-row02 span {
  font-size: 48px;
  font-weight: bold;
}

.entry-fee-text {
  font-size: 18px;
  margin-bottom: 4px;
  width: 640px;
  margin-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-left: 1.2em;
  position: relative;
}
.entry-fee-text::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-fee-notification-box {
  width: 100%;
}

.entry-fee-lower-text {
  font-size: 18px;
  margin-bottom: 4px;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.2em;
}

.entry-fee-lower-text-03 {
  margin-top: 24px;
}

.entry-fee-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.free-condition-list {
  font-size: 18px;
  width: 100%;
  padding-left: 44px;
}

.free-condition-list__item {
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 6px;
  position: relative;
}
.free-condition-list__item::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
}

.price-table-wrapper {
  width: 80%;
  aspect-ratio: 1.54/1;
  height: auto;
  padding: 12px;
  background-color: #fcf8ee;
  margin: 0 auto;
  margin-bottom: 36px;
  color: #000000;
  position: relative;
}

.price-table-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  background-image: url(../../assets/images/fee-flame.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}

.price-table {
  background-color: #fcf8ee;
  padding: 12px 36px 0px;
  margin: auto;
}

.price-table h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.price-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 16px;
}

.header-fee {
  width: 30%;
}

.header-blank {
  width: 10%;
}

.header-type {
  width: 60%;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.type {
  width: 30%;
  text-align: center;
  font-size: 30px;
}

.price-before {
  display: block;
  font-size: 30px;
}

.arrow {
  width: 10%;
  text-align: center;
  font-size: 48px;
}

.price-after {
  width: 60%;
  text-align: center;
  font-size: 30px;
}

.coupon {
  display: inline-block;
  padding: 4px 24px 2px;
  border: 1px solid #dd0f0f;
  background-color: #ffffff;
  border-radius: 20px;
  color: #dd0f0f;
  font-size: 24px;
  margin-bottom: 5px;
}

.price {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}

.divider {
  border-top: 2px solid #bf9c46;
  margin: 0px 0 18px;
}

@media screen and (max-width: 900px) {
  .entry-fee-container {
    width: 100%;
    margin: 0 auto;
  }
  .entry-fee-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .entry-fee-text-row01 {
    width: 300px;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .entry-fee-text-row02 {
    font-size: 26px;
  }
  .entry-fee-text-row02 span {
    font-size: 40px;
  }
  .price-table-wrapper {
    width: 540px;
    aspect-ratio: 1.54/1;
  }
  .price-table {
    padding: 8px 20px 8px;
  }
  .price-table-header {
    font-size: 20px;
  }
  .type {
    font-size: 24px;
  }
  .price-before {
    font-size: 24px;
  }
  .arrow {
    font-size: 24px;
  }
  .price-after {
    font-size: 24px;
  }
  .coupon {
    padding: 4px 16px 2px;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .price {
    font-size: 36px;
    font-weight: bold;
  }
  .divider {
    margin: 0px 0 12px;
  }
  .entry-fee-text {
    font-size: 16px;
  }
  .entry-fee-lower-text {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  .free-condition-list {
    width: 100%;
  }
  .free-condition-list {
    padding-left: 18px;
  }
}
@media screen and (max-width: 600px) {
  .price-table-wrapper {
    width: 420px;
  }
  .price-table {
    padding: 8px 12px 8px;
  }
  .entry-fee-box {
    width: 100%;
    flex-direction: column;
  }
  .price-table-header {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .price-before {
    font-size: 20px;
  }
  .arrow {
    font-size: 24px;
  }
  .price-after {
    font-size: 20px;
  }
  .coupon {
    padding: 4px 10px 2px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .divider {
    margin: 0px 0 8px;
  }
}
@media screen and (max-width: 460px) {
  .price-table-wrapper {
    width: 340px;
  }
  .price-table {
    padding: 8px 12px 8px;
  }
  .price-table-header {
    font-size: 16px;
  }
  .type {
    font-size: 18px;
  }
  .price-before {
    font-size: 18px;
  }
  .arrow {
    font-size: 24px;
  }
  .price-after {
    font-size: 20px;
  }
  .coupon {
    padding: 2px 6px 2px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .price {
    font-size: 24px;
    font-weight: bold;
  }
  .divider {
    margin: 0px 0 6px;
  }
}
/*-------------------------------------------
【遊び方】
-------------------------------------------*/
.play {
  background-color: var(--bg-color-02);
  background-image: linear-gradient(90deg, transparent 48.5%, var(--bg-color-01) 48.5%, var(--bg-color-01) 51.5%, transparent 51.5%), linear-gradient(90deg, var(--bg-color-01) 1.5%, transparent 1.5%, transparent 98.5%, var(--bg-color-01) 98.5%), linear-gradient(30.96deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(149.04deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(30.96deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(149.04deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), linear-gradient(149.04deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(30.96deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), conic-gradient(from 0deg at 93.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 59.04deg at 87% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 59.04deg at 93.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 6.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 13% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 180deg at 6.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 0deg at 43.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from -59.04deg at 56.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 180deg at 56.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 120.96deg at 43.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), linear-gradient(90deg, transparent 6.3%, var(--bg-color-01) 6.3%, var(--bg-color-01) 8.7%, transparent 8.7%, transparent 91.3%, var(--bg-color-01) 91.3%, var(--bg-color-01) 93.7%, transparent 93.7%), linear-gradient(90deg, transparent 41.3%, var(--bg-color-01) 41.3%, var(--bg-color-01) 43.7%, transparent 43.7%), linear-gradient(90deg, transparent 56.3%, var(--bg-color-01) 56.3%, var(--bg-color-01) 58.7%, transparent 58.7%), linear-gradient(149.04deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%), linear-gradient(149.04deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%);
  background-repeat: repeat;
  background-size: var(--bg-pattern-size);
  font-size: var(--font-size);
  position: relative;
}

.play::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/avatar-all.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.12;
  z-index: -1;
  pointer-events: none;
}

.play-container {
  width: 900px;
  margin: 0 auto;
}

.h3-play-header-orange {
  display: inline-block;
  width: 390px;
  font-size: 28px;
  padding: 12px 12px;
  background-color: #ed6a02;
  color: #ffffff;
  border-radius: 16px;
}

.play-flow-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  margin: 50px auto 16px;
}

.flow-figuire {
  width: 27.88%;
  height: auto;
}

.flow-02.flow-figuire {
  width: 308px;
  width: 38.5%;
}

.flow-upper-text {
  width: 100%;
  height: 44px;
  background-color: #ed6a02;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 0px 2px;
  display: flex;
  align-items: center;
}

.flow-02 .flow-upper-text {
  width: 100%;
  height: 44px;
}

.flow-upper-text p {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: -2px;
  margin-left: 4px;
}

.play-icon-image {
  width: 100%;
  height: 148px;
  border-left: 6px solid #ed6a02;
  border-right: 6px solid #ed6a02;
  background-color: #ffffff;
  overflow: hidden;
}

.flow-01 .flow-icon-img {
  transform: scale(0.92);
}

.flow-02 .flow-icon-img {
  transform: scale(0.82) translateY(-5px);
}

.flow-03 .flow-icon-img {
  transform: scale(0.6) translateY(-55px);
}

.flow-lower-text {
  width: 100%;
  height: 68px;
  background-color: #ed6a02;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 4px 0;
}

.flow-lower-text p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.flow-upper-text .text-circle {
  width: 30px;
  height: 30px;
  color: #ed6a02;
  font-weight: bold;
  background-color: #ffffff;
  line-height: 30px;
  text-align: center;
  padding-left: 2px;
  border-radius: 100%;
}

.wd-adj {
  letter-spacing: -0.05em;
}

.text-yellow {
  color: #fff100;
}

.sp-triangle {
  display: none;
}

.h3-play-header-black {
  display: inline-block;
  width: 94%;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 16px;
  background-color: rgb(0, 0, 0);
  color: #bf9c46;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.show-header {
  width: 560px;
  object-fit: cover;
  margin-bottom: 34px;
}

.show-description-wrapper {
  width: 800px;
  height: auto;
  padding: 8px;
  border: 6px solid #bf9c46;
  background-color: #000000;
  margin: 0 auto 100px;
}

.show-description {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 22px;
  padding: 28px;
  letter-spacing: 0.02em;
  line-height: 1.67;
  border: 4px solid #bf9c46;
}

.play-lower-container {
  width: 840px;
  margin: 0 auto 24px;
  margin-right: auto;
}

.busyoutai-link-container {
  width: 840px;
  margin: 0 auto 24px;
}

.busyoutai-link-header {
  width: 85%;
  font-size: 24px;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 100px;
  border: 4px solid #bf9c46;
  padding: 2px 0;
  line-height: 1.5;
  margin: 0 auto 8px;
}
.busyoutai-link-header span {
  font-size: 30px;
}

.show-announcement {
  font-size: 1.75rem;
  color: #bf9c46;
  text-align: center;
  background-color: #000000;
  border-radius: 30px;
  margin-bottom: 8px;
}

.show-announcement-sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 36px;
}

.busyoutai-link-box {
  display: flex;
  justify-content: space-around;
}

.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 4%;
  width: 360px;
  height: 164px;
  background-color: #fcf8ee;
  border: 8px solid #bf9c46;
  box-shadow: 3px 3px 6px #000000;
  border-radius: 22px;
  font-size: 18px;
  transition: 0.3s all ease;
  cursor: pointer;
}
.btn-link span {
  font-size: 30px;
  font-weight: bold;
}

.btn-link i {
  font-size: 36px;
  margin-left: 24px;
  animation: arrowMove 1.6s ease-in-out infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 0.1;
  }
  30% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.1;
  }
}
.btn-link:hover {
  transform: translate(3px, 3px);
  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  .play-container {
    width: 100%;
  }
  .play-flow-container {
    width: 100%;
  }
  .show-description-wrapper {
    max-width: 620px;
    width: 100%;
    margin-bottom: 60px;
  }
  .busyoutai-link-container {
    width: 100%;
  }
  .busyoutai-link-box {
    justify-content: center;
  }
  .btn-link {
    width: 350px;
    margin-right: 16px;
  }
  .btn-link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .h3-play-header-orange {
    width: 320px;
    font-size: 22px;
  }
  .play-flow-container {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .flow-upper-text p {
    font-size: 1.25rem;
  }
  .flow-upper-text .text-circle {
    width: 24px;
    height: 24px;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .flow-01 .play-icon-image,
  .flow-03 .play-icon-image {
    width: 100%;
    height: 115px;
  }
  .flow-02 .play-icon-image {
    width: 100%;
    height: 115px;
  }
  .flow-01 .flow-icon-img {
    transform: scale(0.85);
  }
  .flow-02 .flow-icon-img {
    transform: scale(0.9) translateY(0px);
  }
  .flow-03 .flow-icon-img {
    transform: scale(0.65) translateY(-40px);
  }
  .flow-01,
  .flow-02 {
    margin-bottom: 14px;
    position: relative;
  }
  .sp-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 24px solid #ed6a02;
    border-bottom: 0;
    margin-bottom: 12px;
  }
  .flow-lower-text {
    height: auto;
  }
  .flow-lower-text p {
    font-size: 13px;
    line-height: 1.4;
  }
  .show-description {
    font-size: 16px;
  }
  .play-lower-container {
    width: 100%;
    margin: 0 auto 24px;
    margin-right: auto;
  }
  .busyoutai-link-container {
    width: 100%;
    margin: 0 auto 24px;
  }
  .busyoutai-link-header {
    width: 100%;
    font-size: 16px;
    padding: 6px 8px;
    margin: 0 auto 20px;
  }
  .busyoutai-link-header span {
    font-size: 20px;
  }
  .busyoutai-link-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-link {
    width: 300px;
    height: 100px;
    font-size: 16px;
  }
  .btn-link:first-child {
    margin-bottom: 24px;
  }
  .btn-link span {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 700px) {
  .flow-01.flow-figuire {
    width: 223px;
    height: 214px;
  }
  .flow-02.flow-figuire {
    width: 308px;
    height: 214px;
  }
  .flow-03.flow-figuire {
    width: 223px;
    height: 214px;
  }
  .flow-upper-text {
    height: 32px;
    padding: 0px 2px 2px;
  }
  .flow-02 .flow-upper-text {
    height: 32px;
    padding: 0px 2px 2px;
  }
  .flow-01 .play-icon-image,
  .flow-03 .play-icon-image {
    height: 122px;
  }
  .flow-02 .play-icon-image {
    height: 122px;
  }
  .flow-01 .flow-icon-img {
    transform: scale(0.92);
  }
  .flow-02 .flow-icon-img {
    transform: scale(0.82) translateY(-5px);
  }
  .flow-03 .flow-icon-img {
    transform: scale(0.55) translateY(-60px);
  }
  .flow-lower-text p {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 6px 0px;
  }
  .wd-adj {
    letter-spacing: -0.07em;
  }
  .h3-play-header-black {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .show-header {
    width: 100%;
  }
  .show-description {
    padding: 18px 12px;
  }
}
/*-------------------------------------------
【練習問題】
-------------------------------------------*/
.question {
  background-image: url(../../assets/images/bg-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.question-container {
  width: 800px;
  margin: 0 auto;
}

.question-part {
  padding: 10px;
  margin-bottom: 32px;
}

.answer-image {
  display: none;
}

.answer-part {
  margin-bottom: 40px;
}

.answer-header-text {
  height: 96px;
  padding: 0px;
  background-color: #006439;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.8;
  padding-top: 8px;
  cursor: pointer;
  position: relative;
}
.answer-header-text::after {
  content: "";
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.5s all;
}
.answer-header-text.open::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .question-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .answer-header-text {
    font-size: 1.25rem;
    padding-top: 12px;
  }
  .answer-header-text::after {
    right: 18px;
  }
}
/*-------------------------------------------
【アクセス】
-------------------------------------------*/
.access {
  background-color: var(--bg-color-02);
  background-image: linear-gradient(90deg, transparent 48.5%, var(--bg-color-01) 48.5%, var(--bg-color-01) 51.5%, transparent 51.5%), linear-gradient(90deg, var(--bg-color-01) 1.5%, transparent 1.5%, transparent 98.5%, var(--bg-color-01) 98.5%), linear-gradient(30.96deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(149.04deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(30.96deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(149.04deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), linear-gradient(149.04deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(30.96deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), conic-gradient(from 0deg at 93.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 59.04deg at 87% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 59.04deg at 93.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 6.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 13% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 180deg at 6.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 0deg at 43.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from -59.04deg at 56.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 180deg at 56.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 120.96deg at 43.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), linear-gradient(90deg, transparent 6.3%, var(--bg-color-01) 6.3%, var(--bg-color-01) 8.7%, transparent 8.7%, transparent 91.3%, var(--bg-color-01) 91.3%, var(--bg-color-01) 93.7%, transparent 93.7%), linear-gradient(90deg, transparent 41.3%, var(--bg-color-01) 41.3%, var(--bg-color-01) 43.7%, transparent 43.7%), linear-gradient(90deg, transparent 56.3%, var(--bg-color-01) 56.3%, var(--bg-color-01) 58.7%, transparent 58.7%), linear-gradient(149.04deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%), linear-gradient(149.04deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%);
  background-repeat: repeat;
  background-size: var(--bg-pattern-size);
  position: relative;
  z-index: 0;
}
.access::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/castle-mono.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.access .h2-header {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  font-family: "Shippori Mincho B1", serif;
  padding-bottom: 16px;
}
.access .h2-header::after {
  bottom: 0;
}

.access-container {
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.access-left {
  width: 45%;
  padding: 16px;
}

.access-map-box {
  padding: 12px;
  background-color: #2691d8;
}

.access .h2-title-box,
.access .wrapper,
.access-container {
  position: relative;
  z-index: 1;
}

.note-parking {
  border: 1px solid #000000;
  text-align: center;
  margin-top: 16px;
  font-size: 40px;
  padding: 4px 0;
  line-height: initial;
  background-color: #ffffff;
}

.access-rgight {
  width: 55%;
  padding: 20px;
}

.access-text-top {
  margin-bottom: 4px;
}

.access-text {
  margin-bottom: 4px;
}
.access-text::before {
  content: "-";
}

.access-text a {
  text-decoration: underline;
}

.access-h3-header {
  text-align: left;
  font-weight: bold;
  margin: 24px 0 16px;
}

@media screen and (max-width: 1024px) {
  .access-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access-container {
    flex-direction: column;
    align-items: center;
  }
  .access-left {
    max-width: 400px;
    width: 100%;
    padding: 16px;
  }
  .note-parking {
    margin-top: 12px;
    font-size: 1.5rem;
    padding: 2px 0;
  }
  .access-rgight {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }
}
/*-------------------------------------------
【Q＆A】
-------------------------------------------*/
.faq {
  background-image: url(../../assets/images/bg-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.faq .h2-header {
  font-family: "Shippori Mincho B1", serif;
}

.faq-list {
  width: 760px;
  margin: 0px auto 12px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  z-index: 50;
}

.faq-question {
  height: 64px;
  line-height: 64px;
  background-color: #000000;
  margin-bottom: 20px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  background: #b8790d;
  background: linear-gradient(37deg, rgb(184, 121, 13) 0%, rgb(240, 195, 105) 91%, rgb(247, 210, 168) 100%);
  color: #000000;
}
.faq-question:last-child {
  margin-bottom: 0;
}
.faq-question::before {
  content: "Q.";
  font-size: 28px;
  color: #000000;
  margin-right: 20px;
}
.faq-question {
  cursor: pointer;
  position: relative;
  z-index: -3;
  z-index: 1;
}
.faq-question::after {
  content: "";
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.5s all;
}
.faq-question.open::after {
  transform: rotate(-45deg);
}

.faq-answer {
  display: none;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 96px;
  padding-right: 20px;
  color: #000000;
  background-color: #ffffff;
  transition: display 0.5s;
  border: 4px solid #bf9c46;
}
.faq-answer a {
  text-decoration: underline;
}
.faq-answer {
  position: relative;
}
.faq-answer::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 17px;
  left: 40px;
  font-size: 1em;
  color: #bf9c46;
  margin-right: 16px;
  transition: display 0.5s;
}

@media screen and (max-width: 768px) {
  .faq-list {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }
  .faq-question {
    height: 50px;
    line-height: initial;
    padding-left: 36px;
    padding-right: 30px;
  }
  .faq-question::before {
    left: 12px;
    font-size: 16px;
  }
  .faq-question::after {
    right: 12px;
  }
  .faq-answer {
    padding-left: 64px;
  }
  .faq-answer::before {
    font-size: 18px;
    top: 15px;
    left: 30px;
  }
}
@media screen and (max-width: 460px) {
  .faq-question {
    padding-left: 8px;
    padding-right: 30px;
    font-size: 15px;
  }
  .faq-question::before {
    left: 12px;
    font-size: 16px;
    margin-right: 8px;
  }
  .faq-question::after {
    right: 10px;
  }
  .faq-answer {
    padding-left: 32px;
  }
  .faq-answer::before {
    font-size: 18px;
    top: 15px;
    left: 8px;
  }
  .ls-adj-question {
    letter-spacing: -0.06em;
  }
}
/*-------------------------------------------
【注意事項】
-------------------------------------------*/
.notice {
  background-color: var(--bg-color-02);
  background-image: linear-gradient(90deg, transparent 48.5%, var(--bg-color-01) 48.5%, var(--bg-color-01) 51.5%, transparent 51.5%), linear-gradient(90deg, var(--bg-color-01) 1.5%, transparent 1.5%, transparent 98.5%, var(--bg-color-01) 98.5%), linear-gradient(30.96deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(149.04deg, transparent 23.5%, var(--bg-color-01) 23.5%, var(--bg-color-01) 26.5%, transparent 26.5%, transparent 73.5%, var(--bg-color-01) 73.5%, var(--bg-color-01) 76.5%, transparent 76.5%), linear-gradient(30.96deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(149.04deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), linear-gradient(149.04deg, transparent 81.3%, var(--bg-color-01) 81.3%, var(--bg-color-01) 83.7%, transparent 83.7%), linear-gradient(30.96deg, transparent 16.3%, var(--bg-color-01) 16.3%, var(--bg-color-01) 18.7%, transparent 18.7%), conic-gradient(from 0deg at 93.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 59.04deg at 87% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 59.04deg at 93.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 6.5% 43.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 239.04deg at 13% 50%, var(--bg-color-02) 61.92deg, transparent 61.92deg), conic-gradient(from 180deg at 6.5% 56.5%, var(--bg-color-02) 120.96deg, transparent 120.96deg), conic-gradient(from 0deg at 43.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from -59.04deg at 56.5% 19.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 180deg at 56.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), conic-gradient(from 120.96deg at 43.5% 80.5%, var(--bg-color-02) 59.04deg, transparent 59.04deg), linear-gradient(90deg, transparent 6.3%, var(--bg-color-01) 6.3%, var(--bg-color-01) 8.7%, transparent 8.7%, transparent 91.3%, var(--bg-color-01) 91.3%, var(--bg-color-01) 93.7%, transparent 93.7%), linear-gradient(90deg, transparent 41.3%, var(--bg-color-01) 41.3%, var(--bg-color-01) 43.7%, transparent 43.7%), linear-gradient(90deg, transparent 56.3%, var(--bg-color-01) 56.3%, var(--bg-color-01) 58.7%, transparent 58.7%), linear-gradient(149.04deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 66.3%, var(--bg-color-01) 66.3%, var(--bg-color-01) 68.7%, transparent 68.7%), linear-gradient(30.96deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%), linear-gradient(149.04deg, transparent 31.3%, var(--bg-color-01) 31.3%, var(--bg-color-01) 33.7%, transparent 33.7%);
  background-repeat: repeat;
  background-size: var(--bg-pattern-size);
  font-size: 18px;
}

.notice .container {
  width: 860px;
}

.notice-wrapper {
  width: 100%;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.35);
}

.notice .h3-header {
  font-size: 18px;
  font-weight: bold;
}

.notice-list {
  width: 860px;
  font-size: 16px;
}

.notice-list__item {
  margin-bottom: 4px;
  padding-left: 1.4em;
  position: relative;
}
.notice-list__item:last-child {
  margin-bottom: 20px;
}
.notice-list__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.notice-list__item a {
  text-decoration: underline;
  position: relative;
}

.notice-list__item-sub-box {
  margin-left: 1em;
}

.notice-list__item-sub {
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 4px;
  position: relative;
}
.notice-list__item-sub::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.notice-list__item-sub a {
  text-decoration: underline;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  .notice .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .notice-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .notice h3 {
    font-size: 1rem;
  }
  .notice-list {
    width: 100%;
    font-size: 14px;
  }
}
/*-------------------------------------------
【クレジット】
-------------------------------------------*/
#credit {
  padding: 36px 0;
  background-color: #ffffff;
  border-top: 1px solid #000;
}

.credit-box {
  min-width: 325px;
  font-size: 16px;
  width: 500px;
  margin: 0 auto;
}

.credit-item {
  margin-bottom: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.credit-item:last-child {
  text-align: center;
  line-height: 1.6;
}

.efex-logo {
  width: 100px;
  margin-left: -6px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .credit-box {
    min-width: initial;
    width: 100%;
    font-size: 16px;
  }
}
/*-------------------------------------------
【トップへ戻るボタン】
-------------------------------------------*/
.to-top {
  padding: 0;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.to-top a {
  opacity: 0.9;
}

.to-top-image {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .to-top {
    right: 15px;
  }
  .to-top-image {
    width: 60px;
    height: auto;
  }
  .to-top a {
    opacity: 0.85;
  }
}
/*-------------------------------------------
終了メッセージ
-------------------------------------------*/
.ending-message {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: red;
}

/*-------------------------------------------
Safari対応
-------------------------------------------*/
@supports (-webkit-hyphens: none) {
  .play-container {
    width: 960px;
  }
  .flow-figuire {
    width: 29.2%;
  }
  .flow-01 .flow-lower-text p {
    letter-spacing: -0.03em;
  }
  .flow-lower-text {
    height: auto;
  }
  .h3-story-header-white > span {
    padding: 4px 22px;
    padding-left: 24px;
  }
}
@supports (-webkit-hyphens: none) {
  @media screen and (max-width: 768px) {
    .h3-story-header-white > span {
      padding: 4px 20px;
      padding-left: 22px;
    }
    .play-container {
      width: 100%;
    }
    .flow-lower-text {
      height: 64px;
    }
  }
}
/*-------------------------------------------
Firefox対応
-------------------------------------------*/
@supports (-moz-appearance: none) {
  body {
    overflow-x: hidden;
  }
  @media screen and (max-width: 768px) {
    .story-intro {
      font-size: 10px;
      letter-spacing: -0.04em;
    }
    .h3-story-header-white {
      width: 240px;
    }
    .h3-story-header-white > span {
      padding: 4px 16px;
      padding-left: 20px;
    }
    .h3-play-header-orange {
      width: 260px;
      font-size: 18px;
    }
    .present-img {
      text-align: center;
      width: 280px;
      object-fit: cover;
    }
  }
}/*# sourceMappingURL=style.css.map */