@charset "UTF-8";
/*-------------------------------------------
変数
-------------------------------------------*/
/*-------------------------------------------
全体・共通
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho B1", 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: 60px 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-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.marker-magenta,
.h3-header.marker-red {
  display: inline-block;
  padding: 0 8px;
}
.h3-header.marker-magenta::after,
.h3-header.marker-red::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  transform: skew(-30deg);
  z-index: -1;
}

.h3-header.marker-magenta::after {
  background-color: #ff00ff;
}

.h3-header.marker-red::after {
  background-color: #dd0f0f;
}

.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;
  }
}
.marker-yellow {
  background: linear-gradient(transparent 10%, #ffff66 0%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: all 11.5s;
  display: inline;
  padding: 0 1px 0px;
}

.marker-yellow.on {
  background-size: 100% 100%;
  transition: all 1.5s;
}

/*-------------------------------------------
メインヴィジュアル
-------------------------------------------*/
#top-mv {
  padding: 0;
}

.h1-header {
  font-size: 2rem;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  background-color: #a5220c;
}

@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(../images/bg-story@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.story-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

#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 {
  margin: -30px auto 0;
  display: flex;
}

.story-left {
  width: 38%;
}

.story-right {
  width: 62%;
}

.story-sp-avater {
  display: none;
}

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

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

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

.h3-story-header-white {
  display: inline-block;
  width: 360px;
  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;
}

@media screen and (max-width: 1200px) {
  #story .h2-header {
    width: 70%;
    padding: 0;
  }
  .story-left {
    width: 35%;
  }
  .story-text-02 {
    margin-top: 35px;
    margin-left: 30px;
  }
  .story-text-02::before {
    left: -70px;
    border-right: 70px solid #a5220c;
  }
  .story-text-02::after {
    left: -80px;
    border-right: 80px solid #ffffff;
  }
}
@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: 300px;
    padding-top: 20px;
  }
  .story-right {
    width: calc(100% - 300px);
    text-align: left;
  }
  .story-text-01 {
    font-size: 1.375rem;
    margin-left: 32px;
  }
  .story-text-02 {
    width: 90%;
    height: auto;
    font-size: 20px;
    padding: 16px 6px 16px 12px;
    margin-top: 20px;
    margin-left: 18px;
  }
  .play-explanation-container {
    width: 100%;
  }
  .h3-story-header-white {
    font-size: 24px;
  }
  .game-description {
    font-size: 20px;
  }
}
@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%;
    margin: 0px auto 0;
  }
  .story-left {
    width: 250px;
    padding-top: 40px;
  }
  .story-right {
    width: calc(100% - 250px);
    text-align: center;
  }
  .story-text-01 {
    font-size: 1.1rem;
    margin-left: 0px;
  }
  .story-text-02 {
    width: 90%;
    font-size: 1rem;
    text-align: left;
  }
  .story-text-02::before {
    top: 50px;
    left: -60px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 60px solid #a5220c;
  }
  .story-text-02::after {
    top: 45px;
    left: -70px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 70px solid #ffffff;
  }
  .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;
  }
}
@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%;
    flex-direction: column;
  }
  .story-left {
    display: none;
  }
  .story-right {
    width: 100%;
    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: 1rem;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    line-height: 1.6;
    align-self: center;
  }
  .story-text-02::before {
    left: -60px;
    border: none;
  }
  .story-text-02::after {
    content: none;
  }
  .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;
  }
}
@media screen and (max-width: 420px) {
  .story-intro {
    font-size: 14px;
    letter-spacing: -0.02em;
    background-size: 100%;
  }
}
/*-------------------------------------------
【上部セクショングループ】
-------------------------------------------*/
.section-group {
  background-image: url(../images/bg-type1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------------------------------
【開催情報】
-------------------------------------------*/
.information-container {
  width: 720px;
  margin: 0 auto;
}

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

.information-term {
  width: 140px;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 12px;
  margin-bottom: 4px;
  background-color: #a5220c;
  color: #ffffff;
  align-self: center;
  text-align: center;
  letter-spacing: 0.08em;
}

.information-content {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px 12px;
  border-bottom: 1px solid #707070;
  font-size: 24px;
}
.information-content span {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .information-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .information-list {
    font-size: 1rem;
  }
  .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 span {
    font-size: 24px;
    font-weight: bold;
  }
}
/*-------------------------------------------
【参加費】
-------------------------------------------*/
.entry-fee-container {
  width: 800px;
  margin: 0 auto;
}

.entry-fee-text-row01 {
  width: 360px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  padding: 2px 8px;
  background-color: #006439;
  color: #ffffff;
  border-radius: 40px;
  margin-bottom: 30px;
}

.entry-fee-text-row02 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
.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: 100%;
  height: 380px;
  height: auto;
  padding: 12px;
  background-color: #fcf8ee;
  margin-bottom: 36px;
}

.price-table {
  width: 100%;
  height: 356px;
  height: auto;
  border: 8px solid #d9a441;
  background-color: #fcf8ee;
  padding: 12px 36px 0px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.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-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 #d9a441;
  margin: 0px 0 12px;
}

@media screen and (max-width: 900px) {
  .entry-fee-container {
    width: 100%;
    margin: 0 auto;
  }
  .entry-fee-text {
    width: 100%;
  }
  .price-table-wrapper {
    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 {
    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 8px;
  }
  .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: 500px) {
  .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-image: url(../images/bg-type2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.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: #d9a441;
  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 #d9a441;
  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 #d9a441;
}

.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 #d9a441;
  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: #d9a441;
  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 #d9a441;
  box-shadow: 3px 3px 6px #000000;
  border-radius: 22px;
  font-size: 18px;
  transition: 0.3s all ease;
}
.btn-link span {
  font-size: 30px;
  font-weight: bold;
}

.btn-link:hover {
  transform: translate(3px, 3px);
  opacity: 1;
}

@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(../images/bg-type1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.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;
  }
}
/*-------------------------------------------
【Instagram投稿キャンペーン】
-------------------------------------------*/
.insta-campaign {
  overflow: hidden;
  background-image: url(../images/bg-type3.jpg);
}
.insta-campaign h3 {
  margin-top: 24px;
}

.insta-campaign .h2-header {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.01em;
}
.insta-campaign .h2-header span {
  font-family: "Yuji Mai", serif;
}
.insta-campaign .h2-header::after {
  background-image: url(../images/fude-line-wide@2x.png);
}

.insta-campaign .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.insta-banner-box {
  width: 500px;
  min-width: 300px;
  margin: 0 auto;
}

.campaign-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  background-color: #ffffff;
  border: 3px solid #006439;
  margin-bottom: 30px;
}

.campaign-upper-left {
  width: 50%;
  height: 100%;
  padding: 16px;
  padding-top: 30px;
  position: relative;
}
.campaign-upper-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #006439;
}

.icon-insta {
  width: 16%;
  transform: rotate(15deg);
  background-color: #ffffff;
  margin-bottom: 26px;
}

.insta-campaign-lead {
  font-size: 20px;
  line-height: 2;
}

.campaign-upper-right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.present-name {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #fff100 70%);
}

.present-img {
  text-align: center;
  max-width: 360px;
  filter: brightness(1.1);
}

.campaign-text {
  margin-top: 16px;
}
.campaign-text a {
  text-decoration: underline;
}

.application-flow-box {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 30px;
}

.flow-item {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.flow-item-01 {
  position: relative;
}
.flow-item-01::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 3px;
  background-image: url(../images/okazakijyo@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 152px;
}

.flow-upper {
  width: 100%;
  height: 60px;
  background-color: #a5220c;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-lower {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  border: 3px solid #a5220c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-lower p {
  text-align: center;
}

.flow-arrow {
  width: 90px;
  height: 26px;
  background-color: #a5220c;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin: 30px 0;
}

.insta-campaign .h3-header {
  font-size: 32px;
  margin-bottom: 60px;
  margin-left: 20px;
}

.campaign-text-limit {
  font-size: 28px;
  margin-bottom: 12px;
  text-align: center;
}
.campaign-text-limit span {
  font-size: 40px;
}

.campaign-text-note {
  text-align: center;
  margin-bottom: 12px;
}

.insta-campaign .h3-header.sml {
  font-size: 18px;
  margin-bottom: 18px;
}

.campaign-list {
  width: 890px;
  margin: 16px auto 16px;
}

.campaign-list__item {
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 1.2em;
  position: relative;
}
.campaign-list__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .campaign-upper {
    height: auto;
    margin-bottom: 24px;
  }
  .insta-campaign-lead {
    font-size: 18px;
  }
  .present-name {
    font-size: 22px;
  }
  .campaign-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .insta-campaign .h2-header::after {
    background-image: url(../images/fude-line@2x.png);
  }
  .insta-campaign .h3-header {
    font-size: 30px;
    margin-bottom: 36px;
    margin-left: 0px;
  }
  .campaign-upper {
    max-width: 500px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-insta {
    max-width: 60px;
    margin-top: 20px;
  }
  .campaign-upper-left {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
  }
  .campaign-upper-left::after {
    content: none;
  }
  .insta-campaign-lead {
    font-size: 16px;
    line-height: 1.7;
  }
  .insta-campaign-lead span {
    font-size: 18px;
  }
  .campaign-upper-right {
    width: 100%;
    margin-top: 0;
  }
  .present-img {
    text-align: center;
    width: 320px;
    object-fit: cover;
  }
  .application-flow-box {
    max-width: 500px;
    width: 100%;
    margin-bottom: 16px;
  }
  .flow-upper {
    font-size: 24px;
  }
  .flow-item {
    font-size: 16px;
  }
  .flow-item-01 {
    position: relative;
  }
  .flow-item-01::before {
    height: 100px;
  }
  .flow-arrow {
    margin: 18px 0;
  }
  .campaign-list {
    width: 100%;
    margin: 16px auto 16px;
  }
  .campaign-text-limit {
    font-size: 24px;
  }
  .campaign-text-limit span {
    font-size: 36px;
  }
  .campaign-list__item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .campaign-text-limit {
    font-size: 16px;
  }
  .campaign-text-limit span {
    font-size: 24px;
  }
}
/*-------------------------------------------
【アクセス】
-------------------------------------------*/
.access {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/okazakijyo.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.access::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.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;
}

.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(../images/bg-type2.jpg);
  background-repeat: repeat;
  background-size: contain;
}

.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;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: -3;
}
.faq-question:last-child {
  margin-bottom: 0;
}
.faq-question::before {
  content: "Q.";
  font-size: 28px;
  color: #ffffff;
  margin-right: 20px;
}
.faq-question::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;
}
.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 #a5220c;
  position: relative;
}
.faq-answer a {
  text-decoration: underline;
}
.faq-answer::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 17px;
  left: 40px;
  font-size: 1em;
  color: #a5220c;
  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-image: url(../images/bg-type1.jpg);
  font-size: 18px;
}

.notice .container {
  width: 860px;
}

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

.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.2em;
  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 */