@charset "UTF-8";
/**
 * Mixin
 */
/**
 * function
 */
/* SPサイズのvwの計算
----------------------------------------------- */
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

html,
body,
h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html.is-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*---------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:root {
  --color-01: #000;
  --color-02: #fff;
  --color-03: #0C0C0C;
  --color-04: #C9C9C9;
  --color-05: #4E4E4E;
  --color-06: #D70404;
  --margin-01: 6.15vw;
  /* 左右余白 */
  --margin-02: 12.82vw;
  /* 上下余白 */
}

[data-device=pc] {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.1vw;
}

.font-serif {
  font-family: "Noto Serif JP", sans-serif;
}

.sec-about,
.sec-howto,
.sec-rule,
.sec-promoter {
  text-align: center;
}

.tit-02 {
  font-size: 30px;
  line-height: 1.4;
  color: #231815;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .tit-02 {
    font-size: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
  }
}

.tit-03 {
  text-align: center;
  color: #231815;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .tit-03 {
    font-size: 5.1282051282vw;
  }
}

.light-black {
  background: rgba(0, 0, 0, 0.7);
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  cursor: pointer;
}

[class^=sec-] p {
  line-height: 1.8;
}

.ticket-annot {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 1023px) {
  .ticket-annot {
    font-size: 3.0769230769vw;
  }
}
.ticket-annot::before {
  content: "※";
  padding-right: 0.2em;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  width: calc(100% - 80px);
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 5.1282051282vw;
    width: calc(100% - 10.2564102564vw);
  }
}
.header .logo {
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    width: 12.8205128205vw;
  }
}
.header-contents {
  width: 100%;
  margin-left: 50px;
}
.header-inner {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.header-nav {
  max-width: 927px;
  width: 100%;
}
.header-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 20px;
}
.header-list > li {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header-list > li {
    font-size: 4.6153846154vw;
  }
}
.header-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.header-lang > li {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .header-lang > li {
    font-size: 4.6153846154vw;
    padding: 0 2.5641025641vw;
  }
}
.header-lang > li:not(:first-of-type) {
  border-left: 1px solid #555;
}
@media screen and (max-width: 1023px) {
  .header-lang > li:not(:first-of-type) {
    border-width: 0.2564102564vw;
  }
}
.header-lang > li > a {
  color: #C9C9C9;
}
@media (hover: hover) {
  .header-lang > li > a:hover {
    opacity: 1;
    color: #555;
  }
}
.header-btn {
  border-radius: 36px;
  background: #C9C9C9;
  width: 143px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .header-btn {
    font-size: 4.6153846154vw;
    border-radius: 9.2307692308vw;
    width: 36.6666666667vw;
    gap: 1.0256410256vw;
    padding: 2.5641025641vw 0;
  }
}

.wrap {
  margin: 0 auto;
  background: url(../img/bg-kv.png) 0 0/100% auto repeat;
  background-attachment: fixed;
  padding-top: 180px;
}
@media screen and (max-width: 1023px) {
  .wrap {
    padding-top: 25.641025641vw;
  }
}

.txt-01 {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .txt-01 {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}

.txt-01-kv {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #231815;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .txt-01-kv {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}

.txt-01-bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #231815;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .txt-01-bold {
    font-size: 4.6153846154vw;
  }
}

.txt-blue {
  color: #23B3D3;
}

.txt-notice {
  color: #D70404;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 1023px) {
  .txt-notice {
    font-size: 3.3333333333vw;
  }
}
.txt-notice::before {
  content: "※";
  padding-right: 0.2em;
}

.sec-about,
.sec-howto,
.sec-rule,
.sec-contents,
.sec-shuzo,
.sec-promoter {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .sec-about,
  .sec-howto,
  .sec-rule,
  .sec-contents,
  .sec-shuzo,
  .sec-promoter {
    margin-top: 20.5128205128vw;
    padding-left: var(--margin-01);
    padding-right: var(--margin-01);
  }
}

.tit-black {
  background-color: #231815;
  padding: 8px 0;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .tit-black {
    margin-top: 15.3846153846vw;
  }
}

.tit-black-h3 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tit-black-h3 {
    font-size: 4.6153846154vw;
  }
}
.tit-black-h3 .tit-small {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .tit-black-h3 .tit-small {
    font-size: 3.0769230769vw;
  }
}

.box-item {
  background: var(--color-02);
  padding: 60px 20px;
}
@media screen and (max-width: 1023px) {
  .box-item {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}

/* footer */
.footer {
  margin-top: 110px;
  padding: 53px;
  background: #2B2B2B;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 28.2051282051vw;
    padding: 13.5897435897vw;
  }
}
.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    width: 51.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer-copy {
    font-size: 3.0769230769vw;
  }
}

/* ハンバーガーメニュー */
.btn-menu {
  display: block;
  position: relative;
  width: 7.6923076923vw;
  height: 7.6923076923vw;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1050;
}
@media (hover: hover) {
  .btn-menu:hover {
    opacity: 0.5;
  }
}
.btn-menu span {
  display: block;
  position: absolute;
  right: 0;
  width: 7.6923076923vw;
  height: 0.5128205128vw;
  background-color: #333;
  border-radius: 1.0256410256vw;
  transition: all 0.5s;
}
.btn-menu span:nth-child(1) {
  top: 1.0256410256vw;
}
.btn-menu span:nth-child(2) {
  top: 3.5897435897vw;
}
.btn-menu span:nth-child(3) {
  bottom: 1.0256410256vw;
}
.btn-menu.is-open span {
  background-color: #fff;
}
.btn-menu.is-open span:nth-child(1) {
  transform: translateX(0) translateY(2.5641025641vw) rotate(-45deg);
}
.btn-menu.is-open span:nth-child(2) {
  opacity: 0;
  left: 100%;
}
.btn-menu.is-open span:nth-child(3) {
  transform: translateX(0) translateY(-2.5641025641vw) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .box-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: calc(100% - 10.2564102564vw);
    height: calc(100vh - 10.2564102564vw);
    background: #555555;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    padding: 5.1282051282vw;
  }
}
@media screen and (max-width: 1023px) {
  .box-menu .menu {
    margin-top: 10.2564102564vw;
  }
}
.box-menu .menu ul {
  list-style: none;
  color: #fff;
}
.box-menu .menu ul > li {
  font-size: 4.6153846154vw;
}
.box-menu .menu ul > li:not(:first-of-type) {
  margin-top: 7.6923076923vw;
}
.box-menu .menu .header-btn {
  width: 100%;
  margin-top: 12.8205128205vw;
}
.box-menu .header-lang {
  margin-top: 12.8205128205vw;
}
.box-menu .header-lang > li {
  font-size: 4.6153846154vw;
  color: #fff;
}
.box-menu .header-lang > li:not(:first-of-type) {
  border-color: #fff;
}
@media (hover: hover) {
  .box-menu .header-lang > li > a:hover {
    color: #fff;
  }
}

.box-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/*--------------------------------------------------------------
# PC
--------------------------------------------------------------*/
@media screen and (min-width: 1024px), print {
  :root {
    --margin-01: min(6.15vw, 2.4rem);
    /* 左右余白 */
    --margin-02: min(12.82vw, 8rem);
    /* 上下余白 */
  }
  [data-device=sp] {
    display: none !important;
  }
  [data-device=pc] {
    display: block !important;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: min(4.1vw, 1.6rem);
  }
  .main {
    max-width: 34.2rem;
    margin: 0 auto;
  }
  /* 固定 左右カラム */
  .fixBox-left,
  .fixBox-right {
    opacity: 0;
    position: fixed;
    top: 280px;
    width: 280px;
    padding-top: min(2.78vw, 4rem);
    padding-left: min(2.78vw, 4rem);
    padding-right: min(2.78vw, 4rem);
    padding-bottom: min(2.78vw, 4rem);
    z-index: 1;
  }
  /*----------------------------
  scroll_up ｜下から上へ出現
  ----------------------------*/
  .scroll_up {
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  .scroll_up.on {
    opacity: 1;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fixBox-left {
    left: 0;
  }
  .fixBox-right {
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .fixBox-left {
    left: calc((100% - 144rem) / 2);
  }
  .fixBox-right {
    right: calc((100% - 144rem) / 2);
  }
}
.hidden {
  visibility: hidden;
}

.none {
  display: none !important;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 1px 0 0 10px;
  border-radius: 10px;
  background-color: #231815;
}
@media screen and (max-width: 1023px) {
  .arrow {
    width: 4.6153846154vw;
    height: 0.2564102564vw;
    margin: 0.2564102564vw 0 0 2.5641025641vw;
    border-radius: 2.5641025641vw;
  }
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 10px;
  background-color: #231815;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 1023px) {
  .arrow::before,
  .arrow::after {
    top: calc(50% - 0.1282051282vw);
    width: 1.5384615385vw;
    height: 0.2564102564vw;
    border-radius: 2.5641025641vw;
  }
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.sec-kv {
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .sec-kv {
    padding: 0 5.1282051282vw;
  }
}
.sec-kv .tit-01 {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .sec-kv .tit-01 {
    width: 61.5384615385vw;
  }
}
.sec-kv .kv-box {
  padding: 20px 20px;
  border: 1px solid #D70404;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-kv .kv-box {
    padding: 5.1282051282vw;
    border-width: 0.2564102564vw;
    margin-top: 10.2564102564vw;
  }
}
.sec-kv .kv-box .txt-01-kv {
  margin: 0;
  color: #D70404;
}
.sec-kv .kv-box .txt-01-kv + .txt-01-kv {
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .sec-kv .kv-box .txt-01-kv + .txt-01-kv {
    margin-top: 3.0769230769vw;
  }
}
.sec-kv .kv-img {
  margin: 24px auto 0;
  width: 241px;
}
@media screen and (max-width: 1023px) {
  .sec-kv .kv-img {
    margin: 6.1538461538vw auto 0;
    width: 61.7948717949vw;
  }
}
.sec-kv .kv-img > img {
  width: 100%;
}
.sec-kv .tit-02 {
  font-size: 24px;
  margin: 50px 0 40px;
}
@media screen and (max-width: 1023px) {
  .sec-kv .tit-02 {
    font-size: 6.1538461538vw;
    margin: 12.8205128205vw 0 10.2564102564vw;
  }
}

.sec-about .tit-black {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .sec-about .tit-black {
    margin-bottom: 7.6923076923vw;
  }
}
.sec-about .date-txt {
  color: #231815;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 18px 0 20px;
}
@media screen and (max-width: 1023px) {
  .sec-about .date-txt {
    font-size: 4.6153846154vw;
    margin: 4.6153846154vw 0 5.1282051282vw;
  }
}
.sec-about .access-txt {
  color: #231815;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1023px) {
  .sec-about .access-txt {
    font-size: 3.5897435897vw;
  }
}
.sec-about .access-link {
  margin: 47px 0 20px;
}
@media screen and (max-width: 1023px) {
  .sec-about .access-link {
    margin: 12.0512820513vw 0 5.1282051282vw;
  }
}
.sec-about .access-link a {
  color: #23B3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .sec-about .access-link a {
    font-size: 3.5897435897vw;
  }
}
@media (hover: hover) {
  .sec-about .access-link a:hover {
    text-decoration: none;
  }
}
.sec-about .map-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .sec-about .map-embed {
    margin-bottom: 5.1282051282vw;
  }
}
.sec-about .map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-about .list {
  list-style-type: disc;
  padding-left: 1.8em;
}
.sec-about .list > li {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  list-style-position: inside;
  text-indent: -1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .sec-about .list > li {
    font-size: 3.5897435897vw;
  }
}

.sec-howto .tit-03 {
  margin-top: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .sec-howto .tit-03 {
    margin-top: 20.5128205128vw;
  }
}
.sec-howto .tit-03:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .sec-howto .tit-03:first-of-type {
    margin-top: 15.3846153846vw;
  }
}
.sec-howto .ticket-item {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item {
    margin-top: 10.2564102564vw;
  }
}
.sec-howto .ticket-item__head {
  border-radius: 20px 20px 0 0;
  background: #23B3D3;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__head {
    font-size: 5.1282051282vw;
    height: 13.5897435897vw;
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
.sec-howto .ticket-item__bottom {
  border-radius: 0 0 20px 20px;
  background: #FEFAEF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 31px 0 36px;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom {
    padding: 7.9487179487vw 0 9.2307692308vw;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
}
.sec-howto .ticket-item__bottom .txt-01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom .txt-01 {
    font-size: 4.6153846154vw;
  }
}
.sec-howto .ticket-item__bottom .txt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1;
  display: grid;
  grid-template-columns: 92px 90px 93px;
  align-items: baseline;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom .txt {
    font-size: 4.1025641026vw;
    margin-top: 4.1025641026vw;
    grid-template-columns: 23.5897435897vw 23.0769230769vw 23.8461538462vw;
  }
}
.sec-howto .ticket-item__bottom .txt .blue {
  color: #23B3D3;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom .txt .blue {
    font-size: 7.1794871795vw;
  }
}
.sec-howto .ticket-item__bottom .txt .tax {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom .txt .tax {
    font-size: 3.0769230769vw;
  }
}
.sec-howto .ticket-item__bottom .txt + .txt {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-item__bottom .txt + .txt {
    margin-top: 2.0512820513vw;
  }
}
.sec-howto .ticket-text {
  color: #231815;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-text {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
}
.sec-howto .ticket-content {
  display: grid;
  grid-template-columns: 209px 68px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-content {
    grid-template-columns: 53.5897435897vw 17.4358974359vw;
    margin-top: 5.1282051282vw;
  }
}
.sec-howto .ticket-content .txt-01 {
  margin: 0;
}
.sec-howto .ticket-content img {
  width: 100%;
}
.sec-howto .ticket-button {
  margin: 45px auto 0;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-button {
    margin-top: 11.5384615385vw;
  }
}
.sec-howto .ticket-link a {
  border-radius: 30px;
  background: #C9C9C9;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  width: 260px;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  padding: 12px 0;
}
@media screen and (max-width: 1023px) {
  .sec-howto .ticket-link a {
    border-radius: 7.6923076923vw;
    font-size: 5.1282051282vw;
    width: 66.6666666667vw;
    gap: 2.0512820513vw;
    padding: 3.0769230769vw 0;
  }
}

.box-gray {
  background: #F5F5F5;
  padding: 30px 20px;
  line-height: 1.6;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .box-gray {
    padding: 7.6923076923vw 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
}
.box-gray__tit {
  color: #231815;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .box-gray__tit {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.box-gray__text {
  font-size: 14px;
  font-weight: 600;
  color: #231815;
}
@media screen and (max-width: 1023px) {
  .box-gray__text {
    font-size: 3.5897435897vw;
  }
}
.box-gray__list {
  list-style-type: disc;
  padding-left: 1.8em;
}
.box-gray__list > li {
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  list-style-position: inside;
  text-indent: -1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .box-gray__list > li {
    font-size: 3.3333333333vw;
  }
}

.sec-rule .rule-content:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-rule .rule-content:not(:first-of-type) {
    margin-top: 10.2564102564vw;
  }
}
.sec-rule .rule-content > img {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .sec-rule .rule-content > img {
    width: 69.2307692308vw;
  }
}
.sec-rule .box-gray .txt-01 {
  width: 60px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
  .sec-rule .box-gray .txt-01 {
    width: 15.3846153846vw;
    margin-top: 7.6923076923vw;
  }
}
.sec-rule .box-gray__list > li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .sec-rule .box-gray__list > li:not(:first-of-type) {
    margin-top: 5.1282051282vw;
  }
}

.sec-contents .contents-box {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .sec-contents .contents-box {
    gap: 7.6923076923vw;
  }
}
.sec-contents .contents-box img {
  margin: 0 auto;
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .sec-contents .contents-box img {
    width: 41.0256410256vw;
  }
}
.sec-contents .contents-box__txt .txt-01 {
  text-align: left;
}
.sec-contents .contents-box:first-of-type img {
  width: 100%;
}
.sec-contents .contents-box:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .sec-contents .contents-box:not(:first-of-type) {
    margin-top: 15.3846153846vw;
  }
}
.sec-contents .contents-box .tit-black {
  margin: 0;
}

.sec-shuzo .annot {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .annot {
    font-size: 3.0769230769vw;
  }
}
.sec-shuzo .annot::before {
  content: "※";
  padding-right: 0.2em;
}
.sec-shuzo .shuzo-box {
  margin-top: 80px;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box {
    margin-top: 20.5128205128vw;
    gap: 7.6923076923vw;
  }
}
.sec-shuzo .shuzo-box:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box:first-of-type {
    margin-top: 12.8205128205vw;
  }
}
.sec-shuzo .shuzo-box__logo {
  margin: 0 auto;
}
.sec-shuzo .shuzo-box__item {
  display: grid;
  grid-template-columns: 220px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box__item {
    grid-template-columns: 56.4102564103vw auto;
  }
}
.sec-shuzo .shuzo-box__tit {
  color: #231815;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box__tit {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.sec-shuzo .shuzo-box__txt {
  color: #231815;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box__txt {
    font-size: 3.5897435897vw;
  }
}
.sec-shuzo .shuzo-box__txt-bold {
  color: #231815;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box__txt-bold {
    font-size: 3.5897435897vw;
  }
}
.sec-shuzo .shuzo-box__link {
  margin: 0 auto;
}
.sec-shuzo .shuzo-box__link a {
  border-radius: 36px;
  border: 1px solid #231815;
  background: #FFF;
  width: 235px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box__link a {
    border-radius: 9.2307692308vw;
    width: 60.2564102564vw;
    height: 12.8205128205vw;
  }
}
.sec-shuzo .shuzo-box-nanbu .shuzo-box__logo {
  width: 120px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-nanbu .shuzo-box__logo {
    width: 30.7692307692vw;
  }
}
.sec-shuzo .shuzo-box-nanbu .shuzo-box__img {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-nanbu .shuzo-box__img {
    width: 10.2564102564vw;
  }
}
.sec-shuzo .shuzo-box-deba .shuzo-box__logo {
  width: 68px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-deba .shuzo-box__logo {
    width: 17.4358974359vw;
  }
}
.sec-shuzo .shuzo-box-deba .shuzo-box__img {
  width: 35px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-deba .shuzo-box__img {
    width: 8.9743589744vw;
  }
}
.sec-shuzo .shuzo-box-mizubasho .shuzo-box__logo {
  width: 57px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-mizubasho .shuzo-box__logo {
    width: 14.6153846154vw;
  }
}
.sec-shuzo .shuzo-box-mizubasho .shuzo-box__img {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-mizubasho .shuzo-box__img {
    width: 10.2564102564vw;
  }
}
.sec-shuzo .shuzo-box-sawanoi .shuzo-box__logo {
  width: 58px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-sawanoi .shuzo-box__logo {
    width: 12.8205128205vw;
  }
}
.sec-shuzo .shuzo-box-sawanoi .shuzo-box__img {
  width: 39px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-sawanoi .shuzo-box__img {
    width: 10vw;
  }
}
.sec-shuzo .shuzo-box-masumi .shuzo-box__logo {
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-masumi .shuzo-box__logo {
    width: 16.4102564103vw;
  }
}
.sec-shuzo .shuzo-box-masumi .shuzo-box__img {
  width: 35px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-masumi .shuzo-box__img {
    width: 8.9743589744vw;
  }
}
.sec-shuzo .shuzo-box-shichiken .shuzo-box__logo {
  width: 87px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-shichiken .shuzo-box__logo {
    width: 22.3076923077vw;
  }
}
.sec-shuzo .shuzo-box-shichiken .shuzo-box__img {
  width: 37px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-shichiken .shuzo-box__img {
    width: 9.4871794872vw;
  }
}
.sec-shuzo .shuzo-box-born .shuzo-box__logo {
  width: 126px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-born .shuzo-box__logo {
    width: 32.3076923077vw;
  }
}
.sec-shuzo .shuzo-box-born .shuzo-box__img {
  width: 33px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-born .shuzo-box__img {
    width: 8.4615384615vw;
  }
}
.sec-shuzo .shuzo-box-kamoizumi .shuzo-box__logo {
  width: 47px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-kamoizumi .shuzo-box__logo {
    width: 12.0512820513vw;
  }
}
.sec-shuzo .shuzo-box-kamoizumi .shuzo-box__img {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-shuzo .shuzo-box-kamoizumi .shuzo-box__img {
    width: 10.2564102564vw;
  }
}

.sec-promoter .promoter-table {
  text-align: left;
}
.sec-promoter .promoter-table__row {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 50px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #EAEBEB;
}
@media screen and (max-width: 1023px) {
  .sec-promoter .promoter-table__row {
    grid-template-columns: 17.9487179487vw auto;
    gap: 12.8205128205vw;
    padding: 5.1282051282vw 0 2.5641025641vw;
  }
}
.sec-promoter .promoter-table__head {
  color: #231815;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .sec-promoter .promoter-table__head {
    font-size: 3.5897435897vw;
  }
}
.sec-promoter .promoter-table__data {
  color: #231815;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .sec-promoter .promoter-table__data {
    font-size: 3.5897435897vw;
  }
}
.sec-promoter .promoter-table__list {
  margin: 0;
  padding: 0 0 0 1em;
}
.sec-promoter .promoter-table__list > li {
  color: #231815;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .sec-promoter .promoter-table__list > li {
    font-size: 3.0769230769vw;
  }
}

@media screen and (max-width: 1023px) {
  .ico-toTop {
    position: fixed;
    bottom: 5.1282051282vw;
    right: 5.1282051282vw;
  }
  .ico-toTop img {
    width: 14.358974359vw;
  }
}

/* 下層ページ */
.tit-01 {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .tit-01 {
    font-size: 7.6923076923vw;
  }
}

@media screen and (max-width: 1023px) {
  .sec-details {
    padding-left: var(--margin-01);
    padding-right: var(--margin-01);
  }
}

.sec-sake:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .sec-sake:not(:first-of-type) {
    margin-top: 25.641025641vw;
  }
}
.sec-sake .tit-black {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .tit-black {
    margin-top: 10.2564102564vw;
  }
}
.sec-sake > img {
  margin: 0 auto;
  display: block;
}
.sec-sake .sake-logo {
  margin: 50px auto 40px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-logo {
    margin: 12.8205128205vw auto 10.2564102564vw;
  }
}
.sec-sake .sake-list {
  list-style-type: disc;
  padding-left: 1.8em;
}
.sec-sake .sake-list > li {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  list-style-position: inside;
  text-indent: -1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-list > li {
    font-size: 3.5897435897vw;
  }
}
.sec-sake .sake-link {
  margin: 40px auto 0;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-link {
    margin: 10.2564102564vw auto 0;
  }
}
.sec-sake .sake-link a {
  border-radius: 36px;
  border: 1px solid #231815;
  background: #FFF;
  width: 235px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-link a {
    border-radius: 9.2307692308vw;
    width: 60.2564102564vw;
    height: 12.8205128205vw;
  }
}
.sec-sake .sake-box {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box {
    margin-top: 20.5128205128vw;
  }
}
.sec-sake .sake-box:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box:not(:first-of-type) {
    margin-top: 15.3846153846vw;
  }
}
.sec-sake .sake-box__tit {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__tit {
    font-size: 4.6153846154vw;
  }
}
.sec-sake .sake-box__oval {
  border-radius: 30px;
  background: #23B3D3;
  display: flex;
  width: 120px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 160%;
  margin: 10px auto 0;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__oval {
    font-size: 3.3333333333vw;
    border-radius: 7.6923076923vw;
    width: 30.7692307692vw;
    height: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
}
.sec-sake .sake-box__blue {
  color: #23B3D3;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 23px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__blue {
    font-size: 3.8461538462vw;
    margin-top: 5.8974358974vw;
  }
}
.sec-sake .sake-box__inner {
  display: grid;
  grid-template-columns: auto 195px;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin: 23px 0 30px;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__inner {
    grid-template-columns: auto 50vw;
    gap: 7.6923076923vw;
    justify-content: flex-end;
    margin: 5.8974358974vw 0 7.6923076923vw;
  }
}
.sec-sake .sake-box__inner .txt-01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__inner .txt-01 {
    font-size: 3.5897435897vw;
  }
}
.sec-sake .sake-box__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .sec-sake .sake-box__txt {
    font-size: 3.5897435897vw;
  }
}
.sec-sake.sec-nanbu .sake-logo {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-logo {
    width: 41.0256410256vw;
  }
}
.sec-sake.sec-nanbu .sake-box__img-01 {
  width: 56px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-box__img-01 {
    width: 13.8461538462vw;
  }
}
.sec-sake.sec-nanbu .sake-box__img-02 {
  width: 55px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-box__img-02 {
    width: 14.1025641026vw;
  }
}
.sec-sake.sec-nanbu .sake-box__img-03 {
  width: 54px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-box__img-03 {
    width: 13.8461538462vw;
  }
}
.sec-sake.sec-nanbu .sake-box__img-04 {
  width: 56px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-box__img-04 {
    width: 14.358974359vw;
  }
}
.sec-sake.sec-nanbu .sake-box__img-05 {
  width: 49px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-nanbu .sake-box__img-05 {
    width: 12.5641025641vw;
  }
}
.sec-sake.sec-deba .sake-logo {
  width: 68px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-deba .sake-logo {
    width: 17.4358974359vw;
  }
}
.sec-sake.sec-mizubasho .sake-logo {
  width: 57px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-mizubasho .sake-logo {
    width: 14.6153846154vw;
  }
}
.sec-sake.sec-sawanoi .sake-logo {
  width: 58px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-sawanoi .sake-logo {
    width: 14.8717948718vw;
  }
}
.sec-sake.sec-masumi .sake-logo {
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-masumi .sake-logo {
    width: 16.4102564103vw;
  }
}
.sec-sake.sec-shichiken .sake-logo {
  width: 87px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-shichiken .sake-logo {
    width: 22.3076923077vw;
  }
}
.sec-sake.sec-born .sake-logo {
  width: 126px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-born .sake-logo {
    width: 32.3076923077vw;
  }
}
.sec-sake.sec-kamoizumi .sake-logo {
  width: 47px;
}
@media screen and (max-width: 1023px) {
  .sec-sake.sec-kamoizumi .sake-logo {
    width: 12.0512820513vw;
  }
}