@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

:root {
  --headerHeight: 90px;
  --paddingSection: 120px;
  --paddingLR: 24px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 40px;
  }
}

/*========== フォントの指定 ==========*/
@font-face {
  font-family: "duke";
  src: url("../fonts/Duke_Charming_DEMO.otf") format("opentype");
  font-weight: 400 700;
  font-style: normal;
}
/*==========　基本設定　==========*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  color: #231815;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
  margin-top: var(--headerHeight);
}

.container {
  width: 100%;
  max-width: calc(1200px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc(980px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(900px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .container .inner,
  .container .inner_contents,
  .inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.position_left {
  top: 0;
  left: 0;
}

.position_right {
  top: 0;
  right: 0;
}

/*==========
フォント
==========*/
.fw_mid {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.fw_black {
  font-weight: 900;
}

.fs_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 959px) {
  .fs_12 {
    font-size: 1rem;
  }
}

.fs_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 959px) {
  .fs_13 {
    font-size: 1rem;
  }
}

.fs_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .fs_14 {
    font-size: 1rem;
  }
}

.fs_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  .fs_15 {
    font-size: 1rem;
  }
}

.fs_16 {
  font-size: 1rem;
}

.fs_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 959px) {
  .fs_17 {
    font-size: 1rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .fs_18 {
    font-size: 1rem;
  }
}

.fs_19 {
  font-size: 1.1875rem;
}
@media screen and (max-width: 959px) {
  .fs_19 {
    font-size: 1.125rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 959px) {
  .fs_21 {
    font-size: 1.125rem;
  }
}

.fs_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 959px) {
  .fs_22 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .fs_24 {
    font-size: 1.25rem;
  }
}

.fs_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 959px) {
  .fs_26 {
    font-size: 1.25rem;
  }
}

.fs_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 959px) {
  .fs_28 {
    font-size: 1.25rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 959px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.fs_32 {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .fs_32 {
    font-size: 1.5rem;
  }
}

.fs_34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 959px) {
  .fs_34 {
    font-size: 1.5rem;
  }
}

.fs_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 959px) {
  .fs_36 {
    font-size: 1.5rem;
  }
}

.fs_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 959px) {
  .fs_40 {
    font-size: 1.5rem;
  }
}

/*==========
汎用クラス
==========*/
.ib {
  display: inline-block;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==========
余白指定
==========*/
.mt_1em {
  margin-top: 1em;
}

.mt_2em {
  margin-top: 2em;
}

.mt_08 {
  margin-top: 8px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_56 {
  margin-top: 56px;
}
@media screen and (max-width: 959px) {
  .mt_56 {
    margin-top: 40px;
  }
}

.mt_64 {
  margin-top: 64px;
}
@media screen and (max-width: 959px) {
  .mt_64 {
    margin-top: 40px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .mt_120 {
    margin-top: 80px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 959px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_08 {
  margin-bottom: 8px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

.mb_64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .mb_64 {
    margin-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.pt_1em {
  padding-top: 1em;
}

.pt_2em {
  padding-top: 2em;
}

.pt_08 {
  padding-top: 8px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_56 {
  padding-top: 56px;
}
@media screen and (max-width: 959px) {
  .pt_56 {
    padding-top: 40px;
  }
}

.pt_64 {
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .pt_64 {
    padding-top: 40px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .pt_80 {
    padding-top: 40px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .pt_120 {
    padding-top: 80px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_2em {
  padding-bottom: 2em;
}

.pb_08 {
  padding-bottom: 8px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

.pb_64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .pb_64 {
    padding-bottom: 40px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .pb_80 {
    padding-bottom: 40px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

/*========== 汎用オブジェクト ==========*/
/*==========
モーダル
==========*/
.list_lineup [onclick] {
  cursor: pointer;
}

#modal_area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: var(--paddingLR);
}
#modal_area .modal_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
#modal_area .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#modal_area .modal_item {
  display: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: auto;
  background-color: #e73f19;
  color: #fff;
  padding: var(--paddingLR);
  position: relative;
  z-index: 2;
}
#modal_area .modal_item > *:not(:last-child) {
  margin-bottom: 24px;
}
#modal_area .modal_item .img_area {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#modal_area .modal_item .name {
  font-size: 1.5rem;
  font-weight: 700;
}
#modal_area .modal_item .text + .text {
  margin-top: 1em;
}
#modal_area a {
  text-decoration: underline;
}
#modal_area .modal_bg {
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #modal_area .inner {
    padding: 0;
  }
}

/*==========
ローディングアニメーション
==========*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loading.disable {
  opacity: 0 !important;
  display: none !important;
}
#loading.trigger {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: opacity;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: opening_animation;
          animation-name: opening_animation;
}
#loading video {
  max-width: 100%;
}

@-webkit-keyframes opening_animation {
  0% {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes opening_animation {
  0% {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*==========
汎用デザイン
==========*/
.section_border {
  border-top: 5px solid rgba(35, 24, 21, 0.5019607843);
}

/*== ループエリア ==*/
.loop_section {
  font-size: 0.875rem;
  font-weight: 700;
}

.slide_loop {
  background-color: #231815;
  color: #fff;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
}

.row_announce {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  font-weight: 700;
}
.row_announce > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 165px;
  min-height: 32px;
  padding: 0.5em;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row_announce > *:nth-of-type(even) {
  margin-left: -1px;
}
@media screen and (max-width: 959px) {
  .row_announce {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 320px;
  }
  .row_announce > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    min-width: auto;
  }
  .row_announce > *:nth-of-type(even) {
    margin-left: 0;
    margin-top: -1px;
  }
}

.attention_area {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
.attention_area .title {
  font-size: 0.6875rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-width: 165px;
  min-height: 32px;
  padding: 0.5em;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attention_area .box {
  margin-top: -1px;
  border: 1px solid #231815;
  border-radius: 11px;
  padding: 2em;
  font-size: 0.625rem;
  letter-spacing: 0.215em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.attention_area .box > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attention_area .box > *:first-of-type {
  border-right: 1px solid #231815;
}
.attention_area .box .list_dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .attention_area .title {
    width: 100%;
    max-width: 165px;
    min-width: auto;
  }
  .attention_area .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attention_area .box > * {
    padding: 0;
  }
  .attention_area .box > *:first-of-type {
    border-right: none;
    margin-bottom: 1.75em;
  }
}

/*==========
リスト
==========*/
.list_archive {
  font-family: "duke";
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_archive > * a {
  color: #e74500;
  padding: 0.5em 1em;
  border: 1px solid #231815;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .list_archive > * a {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .list_archive > * a:hover {
    background-color: #231815;
  }
}

.list_lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  margin-bottom: -64px;
}
.list_lineup .br {
  width: 0;
  margin: 0 -15px;
}
.list_lineup > * {
  width: 220px;
  margin-bottom: 64px;
}
.list_lineup .img_area {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
.list_lineup .img_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list_lineup .country {
  font-family: "duke";
  min-width: 1.6666666em;
  height: 1.6666666em;
  padding: 0 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e73f19;
  color: #eacaad;
  z-index: 1;
}
.list_lineup .name {
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  line-height: 1.125;
  margin-top: 0.5em;
  margin: 0.5em -15px 0;
}
@media screen and (max-width: 959px) {
  .list_lineup {
    margin-bottom: -24px;
  }
  .list_lineup > * {
    width: calc((100% - 30px) / 2);
    margin-bottom: 24px;
  }
  .list_lineup .br {
    display: none;
  }
  .list_lineup .country {
    font-size: 0.875rem;
  }
}

.list_info {
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_info dt,
.list_info dd {
  margin-bottom: 40px;
}
.list_info dt {
  letter-spacing: 0.165em;
  width: 140px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #231815;
  font-weight: 700;
}
.list_info dd {
  text-align: center;
  width: calc(100% - 140px);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.165em;
  min-height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  line-height: 38px;
  position: relative;
}
.list_info dd::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 37px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .list_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_info dt {
    margin-bottom: 0.5em;
    height: 32px;
  }
  .list_info dd {
    width: 100%;
    padding-left: 0;
  }
  .list_info dd::after {
    display: none;
  }
}

.list_news {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.315em;
}
.list_news > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.75em;
}
.list_news > *::before {
  content: "";
  width: 1.066666em;
  min-width: 1.066666em;
  height: 1.533333em;
  display: block;
  background: center/contain url("../img/common/icon_news.svg") no-repeat;
}
.list_news > *:not(:last-of-type) {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 959px) {
  .list_news > * {
    gap: 1em;
  }
}

.list_ticket {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.list_ticket > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  border-top: 1px solid #231815;
}
.list_ticket > *:last-of-type {
  border-bottom: 1px solid #231815;
}
.list_ticket > * > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.list_ticket .title_area {
  padding: 1em 0;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_ticket .title {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.list_ticket .title_sub {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 1em;
  margin-top: 0.5em;
  border-top: 1px solid #231815;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.list_ticket .price {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.list_ticket .text_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .list_ticket .title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .list_ticket .price {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.list_dots > * {
  padding-left: 1.25em;
  position: relative;
}
.list_dots > *::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.list_dots > *:not(:last-of-type) {
  margin-bottom: 1.75em;
}

.list_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 1em;
}

/*==========
ボタン
==========*/
.btn_ticket {
  min-width: 250px;
  min-height: 80px;
  padding: 0.25em 1em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  color: #e74500;
  border: 1px solid #231815;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .btn_ticket {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn_ticket:hover {
    background-color: #231815;
  }
}
@media screen and (max-width: 959px) {
  .btn_ticket {
    width: 250px;
    max-width: 100%;
    min-width: auto;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.5rem;
  }
}

.title_02 {
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: 0.035em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .title_02 {
    font-size: 1.25rem;
    gap: 1.5em;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
#header {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: var(--headerHeight);
}
#header .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}
#header .border {
  height: 100%;
  margin: 0 4px;
  border-bottom: 1px solid #231815;
}
#header .flex {
  width: 100%;
  height: 100%;
  max-width: calc(1067px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
#header .flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .logo_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
#header .logo_area .border {
  width: 1px;
  height: 58px;
  background-color: #231815;
}
#header .logo_area .text {
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.2727272;
}
#header .lang_area {
  font-family: "Noto Sans JP";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .lang_area .list {
  font-weight: 700;
  font-size: 0.6875rem;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .lang_area .list > *:not(:last-of-type) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .lang_area .list > *:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #231815;
  display: block;
  margin: 0 1em;
}
@media screen and (max-width: 959px) {
  #header .logo_area {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    gap: 0.5em;
  }
  #header .logo_area img {
    max-width: 56px;
  }
  #header .logo_area .border {
    height: 40px;
  }
  #header .flex {
    padding-left: calc(var(--paddingLR) / 2);
    padding-right: calc(var(--paddingLR) / 2);
  }
}

/*==========
ハンバーガーメニュー
==========*/
.hamburger_menu {
  width: 100%;
  position: fixed;
  top: var(--headerHeight);
  left: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(var(--paddingSection) / 2) var(--paddingLR);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media screen and (max-width: 959px) {
  .hamburger_menu {
    padding: calc(var(--paddingSection) * 2) var(--paddingLR);
  }
}

.list_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em 2em;
  font-weight: 700;
}
.list_header > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.list_header > *::before {
  content: "";
  width: 1em;
  height: 1em;
  background: center/contain url("../img/common/icon_news.svg") no-repeat;
  display: block;
}
@media screen and (max-width: 959px) {
  .list_header {
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5em 1em;
  }
}

/*== ボタン ==*/
#hamburger_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  width: 35px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  cursor: pointer;
}
#hamburger_btn span {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #231815;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform, margin;
}
@media screen and (max-width: 959px) {
  #hamburger_btn {
    width: 24px;
    height: 18px;
  }
  #hamburger_btn span {
    height: 2px;
  }
}

/*== エリア外 ==*/
#hamburger_bg {
  width: 0px;
  height: 0px;
  background-color: rgb(204, 204, 204);
  opacity: 0;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  will-change: opacity;
}

/*== オープン ==*/
.body_wrap.hamburger_open #header .hamburger_menu {
  left: 50%;
}
.body_wrap.hamburger_open #hamburger_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body_wrap.hamburger_open #hamburger_btn span {
  margin-bottom: 0;
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -4px;
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(2) {
  height: 0;
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.body_wrap.hamburger_open #hamburger_bg {
  width: 100vw;
  height: calc(100vh - var(--headerHeight));
  height: calc(100dvh - var(--headerHeight));
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .body_wrap.hamburger_open #hamburger_btn span:nth-of-type(1) {
    margin-bottom: -2px;
  }
}

/*==========
フッター
==========*/
#footer {
  height: clamp(240px, 37.91666vw, 500px);
  padding-bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
#footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: left bottom/100% url("../img/common/footer_bg.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
#footer .text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  #footer {
    background-size: 150%;
  }
}

#en #footer::after {
  -webkit-transform: translate(-50%) scale(-1, 1);
          transform: translate(-50%) scale(-1, 1);
}

/*==========
コピーライト
==========*/
.copyrights {
  min-width: 340px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #000;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 959px) {
  .copyrights {
    width: 340px;
    max-width: 100%;
    min-width: auto;
  }
}

/*==========
PageToTop
==========*/
/*==========
Effect
==========*/
.trigger .fx_fadeIn, .trigger.fx_fadeIn {
  -webkit-animation-name: fx_fadeIn;
          animation-name: fx_fadeIn;
}
.trigger .fx_fadeUp, .trigger.fx_fadeUp {
  -webkit-animation-name: fx_fadeUp;
          animation-name: fx_fadeUp;
}
.trigger .fx_slideLeft, .trigger.fx_slideLeft {
  -webkit-animation-name: fx_slideLeft;
          animation-name: fx_slideLeft;
}
.trigger .fx_slideRight, .trigger.fx_slideRight {
  -webkit-animation-name: fx_slideRight;
          animation-name: fx_slideRight;
}
.trigger .fx_flash, .trigger.fx_flash {
  -webkit-animation-name: fx_flash;
          animation-name: fx_flash;
}

.fx_fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fx_slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fx_slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fx_flash {
  will-change: opacity;
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fx_flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.25;
  }
  7% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  13% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.25;
  }
  7% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  13% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}