@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #141414;
  letter-spacing: 0.05em;
  text-align: left;
}
body.en{
    letter-spacing: 0em;
}
.avenue {
  font-family: AvenueMono, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.375em;
  letter-spacing: -0.01em;
  font-weight: 400;
  text-transform: uppercase;
}
.perfectlynineties {
  font-family: perfectlynineties, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /* letter-spacing: 0.05em; */
}
.scroll {
  opacity: 0;
  transition: opacity 1s;
}
.scroll.scrollin {
  opacity: 1;
}
.sec-tit {
  text-align: left;
  margin-bottom: 20px;
}
.sec-tit h2 {
  font-size: 40px;
  font-weight: normal;
}
.noise {
  background: url(../img/noise.png);
  animation: noise_anima 1s steps(10) infinite;
  width: 100%;
  background-repeat: repeat;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
  opacity: 1;
  mix-blend-mode: difference;
  display: none;
}

@keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
.dot {
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.over-wrap-menu.flex-start {
  align-items: flex-start;
}

.logo-animetion {
  width: 50px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* display: none; */
}

.logo-animetion svg {
  width: 100%;
  height: 100%;
}
.sub_tit {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  display: none;
}
.sub_tit .img_wrap {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sub_tit img {
  width: 240px;
}

.st0,
.st1,
.st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #141414;
  stroke-miterlimit: 10;
  stroke-width: 20;
}

.st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.st0,
.st1,
.st2 {
  fill: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.st0 {
  stroke-width: 20;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: logo_anim 1s linear 0s forwards;
  animation: logo_anim 1s linear 0s forwards;
  animation-delay: 1s;
}

.st1 {
  stroke-width: 10;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: logo_anim 1s linear 0.2s forwards;
  animation: logo_anim 1s linear 0.2s forwards;
  animation-delay: 1s;
}

.st2 {
  stroke-width: 20;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: logo_anim 1s linear 0.4s forwards;
  animation: logo_anim 1s linear 0.4s forwards;
  animation-delay: 1s;
}

@keyframes logo_anim {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes logo_anim {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
.common_inner {
  padding: 0px 60px;
  padding-bottom: 100px;
  padding-top: 80px;
}
.common_wrap {
  max-width: 1200px;
  margin: auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 998;
  top: 0;
  /* mix-blend-mode: exclusion; */
  transition: 0.5s;
  height: 90px;
}
header.on {
  /* background-color: #090909; */
}
header p {
  font-size: 14px;
  letter-spacing: 0;
}

header .header_wrap {
  height: 100%;
  /* mix-blend-mode: exclusion; */
}

header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 90%;
  padding: 15px 20px;
  padding-bottom: 0;
}

header .header_logo {
  width: 60px;
}

header .header_logo a {
  display: block;
  line-height: 0;
}
header .header_logo a img {
  width: 100%;
}

header .header_logo a svg {
  fill: #141414;
  height: max-content;
}

header .header_15th {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  max-width: 210px;
  display: none;
}

header .header_15th .sp {
  display: none;
}
header .header_menu {
  display: flex;
  align-items: center;
  /* height: 100%; */
}
header .header_menu .lang {
  display: flex;
  align-items: center;
  /* color: #fff; */
  margin-left: 5px;
  /* display: none; */
  position: relative;
  /* margin-top: 4px; */
  margin-right: 10px;
}
header .header_menu .lang a {
  /* border: solid 1px #434343; */
  /* line-height: 1; */
  transition: opacity 0.5s;
  font-size: 12px;
  padding: 0 12px;
  /* font-weight: bold; */
  /* letter-spacing: 0.05em; */
  line-height: 1;
  font-weight: 600;
}
header .header_menu .lang a:hover {
  opacity: 0.5;
}
header .header_menu .lang a::before {
  content: "（";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
header .header_menu .lang a::after {
  content: "）";
  position: absolute;
  right: 0;
  font-size: 16px;
  top: -2px;
}
header .header_menu .lang p {
  font-size: 12px;
}
header .header_menu .lang span {
  display: block;
  margin: 0 10px;
}
header .header_menu ul {
  display: flex;
  /* height: 100%; */
  align-items: center;
  margin-right: 10px;
}
header .header_menu ul li {
  margin-right: 15px;
  /* height: 100%; */
  display: flex;
  align-items: start;
}
header .header_menu ul li a {
  display: block;
  font-size: 12px;
  transition: opacity 0.5s;
  /* letter-spacing: 0.05em; */
  font-weight: 600;
  line-height: 1;
}
header .header_menu ul li a:hover {
  opacity: 0.5;
}
header .header_menu ul li.point {
  margin-right: 5px;
  /* padding-bottom: 3px; */
}
header .header_menu ul li.point a:hover {
  opacity: 1;
  background-color: #141414;
  color: #fff;
}

header .header_menu ul li.point a {
  border: solid 1px #141414;
  padding: 2px 10px;
  border-radius: 40px;
  transition: 0.5s;
  font-size: 12px;
  /* padding-top: 4px; */
}

header .header_nav {
  display: flex;
  align-items: center;
}

header .header_nav ul {
  display: flex;
  align-items: center;
}

header .header_nav ul li {
  padding-right: 30px;
}

header .header_nav ul li .space {
  width: 2px;
  display: inline-block;
}

header .header_nav ul li.emphasis {
  padding-right: 10px;
}

header .header_nav nav ul li.emphasis a {
  border: solid 1px #585858;
  display: block;
  padding: 0 10px;
  border-radius: 40px;
  transition: all 0.3s;
  padding-right: 8px;
}

header .header_nav nav ul li.emphasis a:hover {
  background-color: #f6f6f6;
  color: #262626;
}

header .header_nav .lang {
  display: flex;
  padding-left: 10px;
}

header .header_nav .lang p {
  font-size: 12px;
}

header .header_nav .lang a {
  transition: opacity 0.3s ease;
}

header .header_nav .lang a:hover {
  opacity: 0.5;
}

header .header_nav .lang a:nth-child(2) {
  padding-left: 10px;
}

header .header_humb {
  /* display: none; */
  height: 20px;
  width: 40px;
  margin-left: 10px;
  cursor: pointer;
}

header .header_humb_wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

header .header_humb_wrap span {
  height: 1px;
  width: 100%;
  background-color: #141414;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

header .header_humb_wrap span:nth-child(1) {
  top: -10px;
}

header .header_humb_wrap span:nth-child(2) {
  bottom: 0px;
}
header .header_humb_wrap span:nth-child(3) {
  bottom: -10px;
}
.menu_open header .header_humb_wrap span:nth-child(1) {
  /* top: 0; */
}

.menu_open header .header_humb_wrap span:nth-child(2) {
  /* bottom: 0; */
}

header .header_nav .lang p {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#full-menu {
  position: fixed;
  z-index: 998;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #090909;
  transition: transform 0.6s ease 0.6s;
  display: flex;
  align-items: center;
  display: none;
  background-image: url(../img/bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  background: url(../img/bg_2026.jpg);
  background-repeat: repeat;
  background-size: contain;
}

#full-menu .full-menu_wrap {
  width: 100%;
  margin: auto;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#full-menu .full-menu_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
  max-width: 520px;
}

#full-menu.menu_open .full-menu_inner {
  opacity: 1;
  transition: opacity 0.6s ease 0s;
}

#full-menu .global-nav {
  width: 100%;
  margin: auto;
  position: relative;
  /* left: 90px; */
  display: flex;
}
#full-menu .global-nav nav {
  width: 60%;
}
#full-menu .box_link {
  display: flex;
  width: 40%;
  flex-direction: column;
}
#full-menu .box_link a {
  display: block;
  border: solid 1px #141414;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 5px;
  transition: 0.5s;
  font-size: 16px;
  /* border-radius: 50px; */
  font-weight: 600;
}
#full-menu .box_link a::after {
  content: "→";
  position: absolute;
  right: 20px;
}
#full-menu .box_link a:hover {
  background-color: #ffffff;
  color: #000;
}

#full-menu .global-nav ul {
}
#full-menu .global-nav ul li {
  margin-bottom: 15px;
}

#full-menu .global-nav li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

#full-menu .global-nav li a:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.35s;
  transform-origin: top right;
}

#full-menu .global-nav li a:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}

#full-menu .global-nav li p {
  /* font-weight: bold; */
}

#full-menu .global-nav li p .space {
  width: 5px;
  display: inline-block;
}

#full-menu .global-nav li.emphasis {
  border: solid 1px #f6f6f6;
  margin-top: 20px;
}

#full-menu .global-nav li.emphasis a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

#full-menu .global-nav li.emphasis p {
  font-size: 14px;
}

#full-menu .global-nav li.emphasis span {
  color: #fff;
  width: 50%;
}

#full-menu .global-nav li.emphasis svg {
  fill: #f6f6f6;
  width: 10px;
  height: 10px;
}

#full-menu .full-menu_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 5px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
  z-index: 1;
}

#full-menu .full-menu_close_btn:hover {
  opacity: 0.5;
}

#full-menu .full-menu_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#full-menu .full-menu_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

#full-menu .full-menu_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
#full-menu .logo {
  width: 50px;
  position: fixed;
  left: 10px;
  top: 10px;
  line-height: 0;
  /* height: 50px; */
  display: flex;
}
#full-menu .logo svg {
  fill: #141414;
}
#full-menu .sns {
  position: fixed;
  right: 20px;
  bottom: 10px;
}
#full-menu .sns ul {
  display: flex;
}
#full-menu .sns ul li {
  margin-left: 5px;
  width: 40px;
  height: 40px;
}
#full-menu .sns ul li a {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  line-height: 0;
  padding: 12px;
  transition: opacity 0.3s;
}
#full-menu .sns ul li a:hover {
  opacity: 0.5;
}
#full-menu .sns ul li a svg {
  fill: #222222;
}
#full-menu .url {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
#full-menu .url p {
  font-size: 6px;
  letter-spacing: 0.2em;
}
.modal {
  display: none;
  position: fixed;
  z-index: 997;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  background-color: #000;
}

.modal_wrap {
  height: 100%;
}

.modal_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 80px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
  z-index: 1;
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

#full-menu .tit-logo {
  display: flex;
  align-items: center;
  width: 100%;
}

#full-menu .tit-logo p {
  width: 30%;
}

#full-menu .tit-logo img {
  height: 14px;
}

#full-menu .tit-logo .img_wrap {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}

#full-menu .global-nav li.shop {
  margin-bottom: 60px;
}
main {
  background: url(../img/bg_2026.jpg);
  background-repeat: repeat;
  background-size: contain;
}

#fv {
  /* height: 100svh; */
  width: 100vw;
  line-height: 0;
  /* padding-top: 40px; */
}

#fv .wrap {
  height: 100%;
  width: 100%;
}

#fv .inner {
  height: 100%;
  width: 100%;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fv .inner .logo {
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

#fv .inner .logo img {
  width: 280px;
}

#fv .inner img.sp {
  display: none;
}

#fv .inner .day {
  position: absolute;
  bottom: 0;
  line-height: 0;
  right: 0;
  left: 0;
  top: 100px;
  margin: auto;
  width: 260px;
  display: flex;
}

#fv .inner .day img {
  width: 100%;
  min-width: unset;
}

#bg {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 100vw;
  /* mix-blend-mode: exclusion; */
  opacity: 0.23;
  top: 0;
}

#bg .wrap {
  height: 100%;
}

#bg .inner {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: nowrap;
}

#bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  padding-right: 20px;
}

.foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 996;
  mix-blend-mode: exclusion;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

.foot .inner {
}

.foot .inner .img_wrap {
  line-height: 0;
}

.foot .img_wrap.tablet {
  display: none;
}

.foot .img_wrap.sp {
  display: none;
}

.foot .img_wrap:nth-child(2) {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.foot img {
  height: 7px;
}

.loop_slide {
  width: auto;
  overflow: hidden;
  flex-direction: column;
  mix-blend-mode: exclusion;
  z-index: 1;
  width: 25%;
  display: flex;
  line-height: 0;
}

.loop_slide li {
  line-height: 0;
  margin-bottom: 5px;
}

#bg_img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  filter: grayscale(1);
  opacity: 0.03;
  top: 0;
}

#bg_img .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#bg_img .inner {
  display: flex;
  height: 110%;
  position: absolute;
  width: max-content;
  align-items: center;
  justify-content: center;
  filter: blur(8px);
}

#bg_img img {
  /* height: 100%; */
}

#op_anime {
  z-index: 999;
  position: fixed;
  /* background-color: #090909; */
  height: 100svh;
  width: 100vw;
  /* display: none; */
  background: url(../img/bg_2026.jpg);
  background-repeat: repeat;
  background-size: contain;
  /* display: none; */
}

#op_anime .op_img {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#op_anime .op_img img {
  position: absolute;
  min-width: 280px;
  width: 25vw;
  height: auto;
  opacity: 0;
}

#op_anime .op_text {
  font-family: ITCGaramondStd-LtCond;
  text-align: center;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-size: 10vw;
  font-weight: 100;
}

body.op_st #op_anime .op_img img {
  opacity: 1;
}

body.op_st #op_anime .op_img img:nth-child(1) {
  transition: opacity 0s ease 0.1s;
}

body.op_st #op_anime .op_img img:nth-child(2) {
  transition: opacity 0s ease 0.2s;
}

body.op_st #op_anime .op_img img:nth-child(3) {
  transition: opacity 0s ease 0.3s;
}

body.op_st #op_anime .op_img img:nth-child(4) {
  transition: opacity 0s ease 0.4s;
}

body.op_st #op_anime .op_img img:nth-child(5) {
  transition: opacity 0s ease 0.5s;
}

body.op_st #op_anime .op_img img:nth-child(6) {
  transition: opacity 0s ease 0.6s;
}

body.op_st #op_anime .op_img img:nth-child(7) {
  transition: opacity 0s ease 0.7s;
}

body.op_st #op_anime .op_img img:nth-child(8) {
  transition: opacity 0s ease 0.8s;
}

body.op_st #op_anime .op_img img:nth-child(9) {
  transition: opacity 0s ease 0.9s;
}

body.op_st #op_anime .op_img img:nth-child(10) {
  transition: opacity 0s ease 1s;
}

body.op_st #op_anime .op_img img:nth-child(11) {
  transition: opacity 0s ease 1.1s;
}

body.op_st #op_anime .op_img img:nth-child(12) {
  transition: opacity 0s ease 1.2s;
}

body.op_st #op_anime .op_img img:nth-child(13) {
  transition: opacity 0s ease 1.3s;
}

body.op_st #op_anime .op_img img:nth-child(14) {
  transition: opacity 0s ease 1.4s;
}

body.op_st #op_anime .op_img img:nth-child(15) {
  transition: opacity 0s ease 1.5s;
}

body.op_st #op_anime .op_img img:nth-child(16) {
  transition: opacity 0s ease 1.6s;
}

body.op_st #op_anime .op_img img:nth-child(17) {
  transition: opacity 0s ease 1.7s;
}

body.op_st #op_anime .op_img img:nth-child(18) {
  transition: opacity 0s ease 1.8s;
}

body.op_st #op_anime .op_img img:nth-child(19) {
  transition: opacity 0s ease 1.9s;
}

body.op_st #op_anime .op_img img:nth-child(20) {
  transition: opacity 0s ease 2s;
}

body.op_st #op_anime .op_img img:nth-child(21) {
  transition: opacity 0s ease 2.1s;
}

body.op_st #op_anime .op_img img:nth-child(22) {
  transition: opacity 0s ease 2.2s;
}

body.op_st #op_anime .op_img img:nth-child(23) {
  transition: opacity 0s ease 2.3s;
}

body.op_st #op_anime .op_img img:nth-child(24) {
  transition: opacity 0s ease 2.4s;
}

body.op_st #op_anime .op_img img:nth-child(25) {
  transition: opacity 0s ease 2.5s;
}

body.op_st #op_anime .op_img img:nth-child(26) {
  transition: opacity 0s ease 2.6s;
}

body.op_st #op_anime .op_img img:nth-child(27) {
  transition: opacity 0s ease 2.7s;
}

body.op_st #op_anime .op_img img:nth-child(28) {
  transition: opacity 0s ease 2.8s;
}

body.op_st #op_anime .op_img img:nth-child(29) {
  transition: opacity 0s ease 2.9s;
}

body.op_st #op_anime .op_img img:nth-child(30) {
  transition: opacity 0s ease 3s;
}

body.op_st #op_anime .op_img img:nth-child(31) {
  transition: opacity 0s ease 3.1s;
}

body.op_st #op_anime .op_img img:nth-child(32) {
  transition: opacity 0s ease 3.2s;
}

body.op_st #op_anime .op_img img:nth-child(33) {
  transition: opacity 0s ease 3.3s;
}

body.op_st #op_anime .op_img img:nth-child(34) {
  transition: opacity 0s ease 3.4s;
}

body.op_st #op_anime .op_img {
  opacity: 0;
  transition: opacity 0s ease 3.5s;
}

body.op_st #op_anime .logo-animetion {
  /* opacity: 0; */
  /* transition: opacity 0s ease 3.5s; */
}

body.op_st #op_anime .op_logo {
  opacity: 1;
  transition: opacity 0s ease 3.5s;
}

#op_anime .op_logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  padding-bottom: 60px;
}

#op_anime .op_logo img {
  width: 280px;
}

#op_anime .op_logo img.sp {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 997;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  background-color: #090909;
  background-image: url(../img/bg.jpg);
  background-size: contain;
  background: url(../img/rdc_2025_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
}

.modal_wrap {
  height: 100%;
}

.modal_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 0px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

#archive .modal_contents {
  padding: 10%;
}

#archive ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#archive ul::after {
  content: "";
  width: 32%;
}

#archive ul li {
  width: 100%;
  line-height: 0;
  padding: 0 20%;
  margin-bottom: 4%;
}

#ticket {
  /* background-color: #ffffff; */
  position: relative;
  z-index: 1;
  /* color: #000; */
}
#ticket .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
}
#ticket .inner {
}
#ticket .tickets_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#ticket .tickets_list::after {
  content: "";
  width: calc(100% / 3 - 10px);
}
#ticket .tickets_list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px;
  padding-top: 20px;
  border-bottom: solid 1px #7d7d7d;
  width: calc(100% / 3 - 5px);
  min-height: 80px;
  margin-bottom: 0px;
}
#ticket .tickets_list li p {
  /* opacity: 0.3; */
  /* font-weight: 600; */
  font-size: 12px;
}
#ticket .tickets_list li .soldout{
  font-size: 12px;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 2px;
}
#ticket .tickets_list li:nth-child(n + 13) {
  border-bottom: solid 1px #b0b0b0;
}

#ticket .tickets_list li .cat {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
}
#ticket .tickets_list li .period {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#ticket .tickets_list li .cat span {
  display: block;
  font-size: 10px;
  color: #444;
}
#ticket .tickets_list li .amount {
  font-size: 12px;
  line-height: 1;
}
#ticket .tickets_list li.active p {
  opacity: 1;
}
#ticket .tickets_list li.active {
  /* min-height: 80px; */
}
#ticket .notic {
  /* text-align: center; */
  margin-bottom: 60px;
}
#ticket .notic p {
  margin-bottom: 4px;
  font-size: 10px;
}
#ticket .btn {
  /* text-align: center; */
}
#ticket .btn a {
  min-width: 350px;
  width: calc(100% / 3 - 10px);
  background-color: #222;
  padding: 24px;
  text-align: left;
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1;
}
#ticket .btn a::after {
  content: "→";
  position: absolute;
  right: 40px;
}
#ticket .btn a:hover {
  background-color: #fff;
  /* border: solid 1px #000; */
  /* background-color: #aeaeae; */
  /* opacity: 0.5; */
  color: #000;
}

#parking-camping img {
  width: 50%;
}
#parking-camping .flex {
  display: flex;
  justify-content: space-between;
}
#parking-camping .flex img {
  width: 49%;
  height: max-content;
}
#notice {
  position: relative;
  /* background-color: #f4f4f4; */
  z-index: 1;
}
#notice .notice_list {
}
#notice .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* max-width: 1200px; */
  /* margin: auto; */
}
#notice .inner {
}
#notice .notice_list li {
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 6px;
  padding-left: 10px;
  position: relative;
}
#notice .notice_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
#notice .notice_list .space {
  display: block;
  height: 15px;
}
#notice .notice_list li.space {
  height: 10px;
}
#notice .notice_list li.head {
  font-weight: bold;
  padding-left: 0;
}
#notice .notice_list li.head::before {
  content: none;
}
#notice .notice_list li.space::before {
  content: none;
}
#notice .notice_list li a {
  text-decoration: underline;
}
#notice .notice_group {
  margin-bottom: 40px;
}
#notice .notice_group .notice_subgroup {
  margin-bottom: 20px;
}
#notice .notice_group h6 {
  margin-bottom: 10px;
  font-size: 12px;
}
#notice .notice_group .subheading {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
footer {
  background-color: #101010;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 10px;
}

footer .wrap {
}

footer .inner {
  padding: 60px 20px;
  /* display: flex; */
  justify-content: space-between;
  padding-bottom: 20px;
}

footer ul {
  display: flex;
  margin-bottom: 40px;
  /* justify-content: center; */
}

footer ul li {
  padding-right: 20px;
}

footer ul li a {
  transition: opacity 0.5s;
  display: block;
  font-size: 14px;
}

footer ul li a:hover {
  opacity: 0.5;
}
footer ul.sns li {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 30px;
}
footer ul.sns li a {
  display: block;
  height: 100%;
}
footer ul.sns li svg {
  fill: #fff;
}
footer .copy {
  /* text-align: center; */
  font-size: 10px;
}
#access {
  /* background-color: #ffffff; */
  position: relative;
  z-index: 1;
}
#access .sec-tit {
}
#access .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* max-width: 1200px; */
  /* margin: auto; */
}
#access .inner {
}
#access .map_wrap {
  position: relative;
  padding-bottom: 40%;
  margin-bottom: 20px;
}
#access .detail {
  text-align: left;
  margin-bottom: 60px;
}
#access .detail p{
  font-size: 12px;
}
#access .detail p:nth-child(1) {
    margin-bottom: 5px;
}
#access iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.access_how-to {
  /* max-width: 960px; */
  margin: auto;
}

.access_how-to_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.access_how-to_wrap:last-child {
  margin-bottom: 0;
}

.access_how-to_group {
  width: calc(50% - 20px);
}
.access_how-to_heading {
  margin-bottom: 20px;
}
.access_how-to_group .access_how-to_heading h6 {
  font-size: 12px;
}
.access_how-to_heading h3 {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #7d7d7d;
  font-size: 22px;
  font-weight: 600;
}
.access_how-to_heading h3 span {
  font-size: 70%;
  margin-right: 10px;
}
.access_how-to_heading p {
  font-weight: 600;
}
.access_how-to_group table {
  width: 100%;
  margin-bottom: 20px;
}
.access_how-to_group table tr {
  border: solid 1px #7d7d7d;
}
.access_how-to_group table tr:nth-child(n + 2) td {
  border-top: solid 1px #7d7d7d;
}

.access_how-to_group table td,
.access_how-to_group table th {
  text-align: left;
  padding: 18px 20px;
}
.access_how-to_group table p {
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
}
.access_how-to_group table p a {
  text-decoration: underline;
  font-weight: bold;
  transition: opacity 0.5s;
}
.access_how-to_group table p a:hover {
  opacity: 0.5;
}
.access_how-to_group table th {
  /* width: 40%; */
}
.access_how-to_group table th {
  width: 50%;
  vertical-align: top;
}
.access_how-to_group table td {
  width: 50%;
  vertical-align: top;
}
.access_how-to_group table td {
  border-left: solid 1px #7d7d7d;
  /* background-color: #232222; */
  color: #141414;
}
.access_how-to_group h6 {
  margin-bottom: 10px;
  font-size: 12px;
}
.access_how-to_group.shuttle_bus {
  /* padding-top: 40px; */
  margin-bottom: 40px;
}
.access_how-to_group.shuttle_bus .sec-tit {
}
.access_how-to_group.shuttle_bus .sec-tit h3 {
  text-align: left;
  font-size: 32px;
}
.access_how-to_group.shuttle_bus .access_how-to_heading h3 {
  font-size: 16px;
}
.access_how-to_group .btn a {
  display: block;
  text-align: left;
  width: 100%;
  border: solid 1px #222222;
  margin-bottom: 10px;
  padding: 25px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  background-color: #222;
}
.access_how-to_group .btn a:hover {
  background-color: #ffffff;
  color: #222;
}
.access_how-to_group .btn a::after {
  content: "→";
  position: absolute;
  right: 40px;
}
#shuttle_bus .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
}
#shuttle_bus .inner {
}

#bus_tour {
  /* background-color: #ffffff; */
  position: relative;
  z-index: 1;
}
#bus_tour .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* max-width: 1200px; */
  /* margin: auto; */
}
#bus_tour .inner {
}
#bus_tour .bus_tour_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#bus_tour .group {
  /* width: 50%; */
  width: calc(50% - 10px);
  width: 100%;
  /* padding: 60px; */
  /* background-color: #ececec; */
  /* border-radius: 10px; */
  /* border: solid 1px #2f2f2f; */
}
#bus_tour .group .head {
  margin-bottom: 20px;
  border-bottom: solid 1px #b0b0b0;
  padding-bottom: 10px;
}
#bus_tour .group .head h4 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 5px;
}
#bus_tour .group .head p {
  font-size: 14px;
  font-weight: bold;
}
#bus_tour .group .text {
  margin-bottom: 30px;
}
#bus_tour .group .text p {
  font-size: 12px;
  margin-bottom: 5px;
}
#bus_tour .group .text span {
}
#bus_tour .group .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#bus_tour .group .btn a {
  display: block;
  text-align: left;
  width: calc(100% / 3 - 10px);
  /* border: solid 1px #b0b0b0; */
  margin-bottom: 10px;
  padding: 25px 20px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  background-color: #222;
}
#bus_tour .group .btn a::after {
  content: "→";
  position: absolute;
  right: 40px;
}
#bus_tour .group .btn a:hover {
  background-color: #ffffff;
  color: #222;
}

#artists {
  /* background-color: #000; */
  position: relative;
  z-index: 1;
  /* color: #fff; */
}
#artists .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* max-width: 1200px; */
  /* margin: auto; */
}
#artists .inner {
}
#artists .sec-tit {
  /* margin-bottom: 20px; */
}
#artists .group {
  margin-bottom: 60px;
}
#artists .group:last-child {
  margin: 0;
}
#artists .group .head {
  font-size: 24px;
  margin-bottom: 40px;
  /* font-weight: bold; */
  color: #a2a2a2;
}

#artists .artists_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#artists .artists_list ul::after {
  content: "";
  width: calc(100% / 3 - 20px);
}
#artists .artists_list ul li {
  width: 20.5%;
  margin-bottom: 60px;
  width: calc(100% / 4 - 40px);
  /* width: calc(100% / 3 - 20px); */
}
#artists .artists_list .coming {
  font-size: 20px;
  margin-top: 60px;
}
#artists .artists_list ul li:last-child {
  margin-bottom: 0;
}

#artists .artists_list ul li a:hover .thumb_wrap {
  filter: grayscale(0) contrast(100%);
}

#artists .artists_list ul li a:hover .thumb {
  /* transform: scale(1.04); */
}

#artists .artists_list ul li .thumb_wrap {
  /* position: relative; */
  filter: grayscale(100%) contrast(100%);
  transition: filter 0.6s ease;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  /* padding-bottom: 100%; */
  aspect-ratio: 3 / 4;
}

#artists .artists_list ul li .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.8s ease-out;
}

#artists .artists_list ul li .name p {
  font-size: 18px;
  /* font-weight: 700; */
  /* letter-spacing: .2em; */
  line-height: 1;
  /* font-weight: bold; */
  text-transform: none;
}

#artists .artists_list ul li .name p span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
}

#artists_modal .modal {
  z-index: 999;
}

#artists_modal .modal_close_btn {
  top: 20px;
  right: 20px;
  top: 5px;
}

#artists_modal .modal_contents {
  height: 100%;
  width: 100%;
}

#artists_modal .modal_inner {
  display: flex;
  height: 100%;
  width: 100%;
}

#artists_modal .thumb_wrap {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 40px;
}

#artists_modal .thumb_wrap .thumb {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

#artists_modal .text_wrap {
  width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 60px;
  /* color: #fff; */
  padding-left: 20px;
}

#artists_modal .text_wrap .name {
  margin-bottom: 20px;
}

#artists_modal .text_wrap .name p {
  font-size: 26px;
  /* font-weight: 700; */
  /* letter-spacing: .1em; */
  /* font-weight: bold; */
  line-height: 1;
  text-transform: none;
}
#artists_modal .text_wrap .name p span {
  font-size: 14px;
}
#artists_modal .text_wrap .bio {
  margin-bottom: 40px;
}
#artists_modal .text_wrap .bio p {
  font-size: 14px;
  line-height: 1.8;
}
#artists_modal .text_wrap .embed {
  position: relative;
}
#artists_modal .text_wrap .embed iframe {
  width: 100%;
  margin-bottom: 20px;
}
#artists_modal .text_wrap .embed.link a {
  font-size: 14px;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
#artists_modal .text_wrap .embed.link a:hover {
  opacity: 0.5;
}
#artists_modal .text_wrap .link_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

#artists_modal .text_wrap .link_wrap a {
  font-size: 12px;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  display: inline;
  margin-bottom: 10px;
  width: fit-content;
}

#artists_modal .text_wrap .link_wrap a:hover {
  opacity: 0.5;
}
#artists .andmore {
  font-size: 14px;
  margin-top: 60px;
}
#podcast {
  /* background-color: #000; */
  position: relative;
  z-index: 1;
  /* color: #fff; */
}
#podcast .iframe_wrap {
  padding-bottom: 33.333%;
  position: relative;
}
#podcast .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#podcast .iframe_wrap iframe {
  filter: grayscale(1);
}

#accommodation {
  /* background-color: #ffffff; */
  position: relative;
  z-index: 1;
}
#accommodation .sec-tit {
}
#accommodation .wrap {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* max-width: 1200px; */
  /* margin: auto; */
}
#accommodation .inner {
}
#accommodation .head {
  margin-bottom: 20px;
}
#accommodation .head p {
  font-size: 14px;
  font-weight: bold;
}
#accommodation .group_head {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b0b0b0;
  font-size: 14px;
  font-weight: bold;
}
#accommodation .group {
  width: 50%;
  width: calc(50% - 20px);
}
#accommodation .group_wrap {
  display: flex;
  justify-content: space-between;
}
#accommodation .group ul {
  display: flex;
  flex-wrap: wrap;
}
#accommodation .group li {
  margin-bottom: 10px;
  width: 100%;
}
#accommodation .group li a {
  font-size: 14px;
  text-decoration: underline;
  transition: opacity 0.5s;
}
#accommodation .group li a:hover {
  opacity: 0.5;
}
#camping_gear_rental {
}
#camping_gear_rental .text {
  margin-bottom: 20px;
}
#camping_gear_rental h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
#camping_gear_rental p {
  font-size: 12px;
}
#camping_gear_rental .link {
  display: flex;
  justify-content: space-between;
}

#camping_gear_rental .link a {
  display: block;
  text-align: left;
  width: calc(50% - 10px);
  border: solid 1px #222;
  margin-bottom: 10px;
  padding: 25px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  background-color: #222;
}
#camping_gear_rental .link a::after {
  content: "→";
  position: absolute;
  right: 40px;
}
#camping_gear_rental .link a:hover {
  background-color: #ffffff;
  color: #222;
}

#support {
}
#support .sec-tit h2 {
  font-size: 34px;
}
#support .inner {
  padding-bottom: 200px;
}
#support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#support ul li {
  width: calc(100% / 9 - 5px);
  padding: 20px;
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
#support ul li:hover {
  opacity: 0.5;
}
#support ul li.nolink:hover {
  opacity: 1;
}
#support ul li a {
  display: block;
  line-height: 0;
  position: relative;
  padding-bottom: 60%;
}
#support ul li a img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#support ul li.small_01 a img {
  width: 80%;
}
#support ul li.small_02 a img {
  width: 70%;
}
#timetable {
}
#timetable .sp {
  display: none;
}
#map {
}
#map .img_flex {
  justify-content: space-between;
  display: flex;
}
#map .img_flex img {
  width: calc(100% / 2 - 5px);
  line-height: 0;
}
@media screen and (max-width: 860px) {
  header .header_menu ul {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body {
    background-image: url(../img/bg_sp.jpg);
  }
  #bg .inner .loop_slide:nth-child(4) {
    display: none;
  }
  .common_inner {
    padding: 0px 20px;
    padding-bottom: 100px;
    padding-top: 40px;
  }
  header .header_inner {
    padding: 10px 10px;
  }
  header .header_logo {
    /* display: none; */
    width: 50px;
  }
  header .header_menu{
    padding-top: 5px;
    padding-right: 10px;
  }
  header .header_15th {
    position: relative;
    margin: unset;
    max-width: 42vw;
    display: block;
  }
  header .header_menu .lang {
  margin-right: 5px;
  }
  header .header_menu .lang a {
    font-size: 14px;
    padding: 0 15px;
  }
  header .header_menu .lang a::before,
  header .header_menu .lang a::after {
    font-size: 14px;
    top: 0px;
    font-weight: 100;
  }
  /* // 最新のsafari用 */
  _::-webkit-full-page-media,
  _:future,
  :root header .header_menu .lang a::before,
  header .header_menu .lang a::after {
    top: -2px;
    font-size: 18px;
  }
  /* // 古いsafari用 */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    header .header_menu .lang a::before,
    header .header_menu .lang a::after {
      top: -2px;
      font-size: 18px;
    }
  }

  #bg .inner .loop_slide {
    width: 33.333%;
  }

  .foot .img_wrap.tablet {
    display: none;
  }

  .foot .img_wrap.sp {
    display: block;
    width: 100%;
    margin: auto;
  }

  .foot img {
    height: auto;
    width: 100%;
  }
  #archive ul li {
    padding: 0;
  }
  #archive .modal_contents {
    padding: 15% 10px;
  }
  #full-menu .global-nav li {
    padding: 20px 0px;
    width: 50%;
  }

  .foot {
    padding: 10px;
  }
  #fv .inner {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #fv .inner .logo img {
    width: 37vw;
    min-width: unset;
  }
  #fv .inner img.sp {
    display: block;
    margin-bottom: 2%;
  }
  #fv .inner img.pc {
    display: none;
  }
  #op_anime .op_logo img.pc {
    display: none;
  }
  #op_anime .op_logo img.sp {
    display: block;
    margin-bottom: 2%;
  }
  #op_anime .op_logo img {
    width: 37vw;
    min-width: unset;
  }
  #bg_img .inner .img_01:nth-child(2),
  #bg_img .inner .img_01:nth-child(3) {
    display: none;
  }
  #full-menu .global-nav li p {
    font-size: 30px;
  }
  #full-menu .box_link a {
    font-size: 20px;
    width: 100%;
  }
  #ticket .btn a {
    width: 100%;
    min-width: unset;
    font-size: 14px;
  }
  #ticket .notic {
    text-align: left;
    margin-bottom: 40px;
  }
  #ticket .notic p {
    font-size: 12px;
  }
  #notice .group {
    display: block;
    width: 100%;
  }
  #ticket .tickets_list li {
    /* align-items: flex-end; */
    padding: 20px 0px;
    width: 100%;
    min-height: 100px;
  }
  #ticket .inner {
  }
  #notice .inner {
  }
  #fv .inner .logo {
    padding-bottom: 0;
  }
  #ticket .tickets_list li .cat {
    font-size: 14px;
  }
  #ticket .tickets_list li .cat span {
    font-size: 12px;
  }
  #ticket .tickets_list li .amount {
    font-size: 14px;
  }
  #ticket .tickets_list li:nth-child(n + 9) {
    border-bottom: unset;
  }
  #ticket .tickets_list li:last-child {
    border-bottom: solid 1px #7d7d7d;
  }
  footer ul {
  }
  footer ul li {
  }
  footer .inner {
    display: block;
  }
  .sec-tit {
    margin-bottom: 10px;
  }
  #notice .group_wrap {
    margin-top: 20px;
  }
  #op_anime .op_logo {
    padding: 0;
  }
  #access .map_wrap {
    padding-bottom: 100%;
  }
  #access .detail {
    text-align: left;
  }
  .access_how-to_wrap {
    display: block;
  }
  .access_how-to_group {
    width: 100%;
  }
  #access .inner {
  }
  header .header_humb {
    margin-left: 10px;
    width: 40px;
  }
  header .header_menu ul {
    display: none;
  }

  header .header_humb_wrap span:nth-child(1) {
    top: -12px;
  }

  header .header_humb_wrap span:nth-child(2) {
    bottom: 0px;
  }
  header .header_humb_wrap span:nth-child(3) {
    bottom: -12px;
  }
  #full-menu .global-nav {
    left: 0;
    display: block;
  }
  #full-menu .global-nav nav {
    width: 100%;
  }
  #full-menu .global-nav nav:nth-child(2) ul {
    display: flex;
    margin: 30px 0px;
  }
  #full-menu .global-nav nav:nth-child(2) li {
    width: auto;
    margin-right: 30px;
    margin-bottom: 0;
  }
  #full-menu .global-nav nav:nth-child(2) li p {
    font-size: 18px;
  }
  #full-menu .box_link {
    width: 100%;
    margin-top: 20px;
  }
  #full-menu .global-nav ul li {
    margin-bottom: 0px;
    width: 100%;
    padding: 0;
    padding: 5px 0px;
    margin-bottom: 10px;
  }
  #artists .artists_list ul li {
    width: calc(100% / 2 - 4px);
    margin-bottom: 40px;
    /* width: 100%; */
  }
  #artists .group {
    margin-bottom: 40px;
  }
  #artists .group .head {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #artists .artists_list ul li .name p {
    font-size: 16px;
  }
  #artists .artists_list ul li .name p span {
    font-size: 12px;
  }
  #bus_tour .group {
    width: 100%;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    /* border: solid 1px #0a0a0a; */
  }
  #artists_modal .modal_inner {
    display: block;
    padding: 40px 20px;
    padding-top: 80px;
  }

  #artists_modal .thumb_wrap {
    width: 100%;
    /* padding-bottom: 100%; */
    height: auto;
    aspect-ratio: 3 / 4;
  }

  #artists_modal .thumb_wrap .thumb {
    position: absolute;
  }

  #artists_modal .text_wrap {
    width: 100%;
    padding: 20px 0 160px;
  }

  #artists_modal .text_wrap .name {
    margin-bottom: 20px;
  }
  #artists .artists_list ul li .thumb_wrap {
    filter: grayscale(0%);
  }
  #artists .inner {
  }
  #bus_tour .inner {
  }
  .sec-tit h2 {
    font-size: 10vw;
  }
  .access_how-to_group.shuttle_bus {
    padding: 0;
    padding-bottom: 0px;
  }
  .access_how-to_group.shuttle_bus:nth-child(1) {
    padding-bottom: 60px;
  }
  .access_how-to_group.shuttle_bus_paid {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #accommodation .inner {
  }
  #accommodation .group_wrap {
    display: block;
  }
  #accommodation .group {
    width: 100%;
    margin-bottom: 40px;
  }
  #podcast .inner {
  }
  #shuttle_bus .inner {
  }
  #camping_gear_rental .link {
    display: block;
  }
  #camping_gear_rental .link a {
    width: 100%;
  }
  #camping_gear_rental .text br {
    display: none;
  }
  #support ul li {
    width: calc(100% / 3 - 5px);
    padding: 20px;
  }
  #support .inner {
    padding-bottom: 100px;
    padding-top: 0;
  }
  #support .sec-tit h2 {
    font-size: 30px;
  }
  #support .sec-tit {
    margin-bottom: 20px;
  }
  #timetable .pc {
    display: none;
  }
  #timetable .sp {
    display: block;
  }
  #map .img_flex {
    display: block;
  }
  #map .img_flex img {
    width: 100%;
    margin-bottom: 10px;
  }

  #parking-camping img {
    width: 100%;
  }
  .logo-animetion {
    width: 40px;
  }
  .sub_tit img {
    width: 180px;
  }
  #podcast .iframe_wrap {
    padding-bottom: 100%;
  }
  #bus_tour .group .btn a {
    width: 100%;
    font-size: 12px;
  }
  #bus_tour .group .btn {
    display: block;
  }
  #bus_tour .group .head h4 {
    font-size: 18px;
  }
  #parking-camping .flex {
    display: block;
  }
  #parking-camping .flex img {
    width: 100%;
    margin-bottom: 10px;
  }
}
