/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* destyle.css end*/

/*
使用フォント:

font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 600; semibold
font-weight: 700; bold
font-weight: 800; extrabold
*/

:root{
  --font-ZenKakuGothicNew: "Zen Kaku Gothic New", sans-serif;
  --bg-color:#313131;
  --color-white:#fff;
  --color-black:#000;
  --color-dark-brown:#291503;
  --color-point-red:#FF1C00;
}

body{
  position: relative;
  font-family: var(--font-ZenKakuGothicNew);
  font-weight: 500;
  color: #fff;
}
.bg-svg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

a{
  display: block;
  width: 100%;
  height: 100%;
}

img{
  width: 100%;
  height: auto;
}

iframe{
  width: 100%;
}

body.overlay{
  overflow: hidden;
}

.inner{
  padding: 60px 20px;
}

.red{
  color: var(--color-point-red);
}
.f30{
  font-size: 30px;
}
.caution::before{
  content: '※';
}

.a_center{
  text-align: center;
}
.link01{
  & + .link01{
  margin-top: 10px;
}
}
.link01 a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ZenKakuGothicNew);
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  position: relative;
&::after{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
}

.link02{
  display: flex;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

.link02 a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  transition: all .3s ease;
  letter-spacing: 1.6px;
}

.link02 a .arrow{
  width: 8px;
  height: 12px;
  margin-right: 10px;
}
.link02 a .arrow.lower{
  transform: rotate(90deg);
}
.link02 a.link_white{
  color: var(--color-white);
  border: 4px solid var(--color-white);
  background-color: var(--color-dark-brown);
}

.link02 a.link_brown{
  color: var(--color-dark-brown);
  border: 4px solid var(--color-dark-brown);
  background-color: var(--color-white);
}

p.txt{
  font-size: 14px;
  line-height: 28px;
}

.caution{
  font-size: 10px;
  line-height: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.link01 a .sub_txt{
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

.ttl_wrap{
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.ttl_wrap .ttl{
  font-family: var(--font-m-plus-rounded-1c);
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
}

.ttl_wrap .en_ttl{
  font-weight: bold;
}

.sub_ttl{
  display: block;
  font-size: 16px;
  line-height: 36px;
}
.header_sp{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px;
  color: var(--color-white);
  @media screen and (max-width: 750px) {
margin-bottom: 30px;
}
}

.header_sp.header_bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(41,21,3,1) 0%, rgba(111,91,73,.4) 50%, rgba(152,138,127,0) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.header_sp_logo .logo_txt{
  display: block;
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
  letter-spacing: .2em;
}

.header_list{
  display: flex;
}

.header_list li{
  width: 50px;
  height: 50px;
  padding: 6px 0;
}

.header_list li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}

.header_list li.hb_menu a{
  justify-content: unset;
}

.header_sp.floating_menu{
  z-index: 99;
}

.header_sp .header_fix{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 100;
}

.header_fix{
  padding: 0px 15px;
}

.header_fix_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
}

.header_fix_list a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_fix_list .link01 a{
  height: 50px;
  min-width: auto;
  font-size: 14px;
  background: url(../images/bg_floating_menu.webp) no-repeat;
  background-size: contain;
  letter-spacing: .1em;
}

.header_fix_list .link01 a .sub_txt{
  font-size: 10px;
  margin-top: 0;
}

.img_logo{
  width: 113px;
  height: 60px;
}

.img_faq{
  width: 14px;
  height: 20px;
}

.img_reserve{
  width: 26px;
  height: 24px;
}

.hb_menu .line{
  width: 26px;
  display: inline-block;
  width: 26px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 3px;
  transition: all .3s ease;
}

.hb_menu .line:not(:last-of-type){
  margin-bottom: 5px;
}

.hb_menu .line:last-of-type{
  margin-bottom: 7px;
}


.hb_menu.active .line01{
  transform: rotate(38deg) translateY(-1px) translateX(0px);
  transition: all .3s ease;
}

.hb_menu.active .line03{
  transform: rotate(-38deg) translateY(-6px) translateX(7px);
  transition: all .3s ease;
}

@media screen and (max-width: 1024px) {
  .hb_menu.active .line.line02 {
    display: none;
  }
}
.nav{
  display: none;
  position: relative;
&::before{
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/bg_noise-nav.svg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
}

.nav.active{
  position: fixed;
  content: '';
  width: 100%;
  height: 100vh;
  min-height: 568px;
  overflow-y: scroll;
  z-index: 99;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 128px;
@media screen and (max-width: 750px) {
padding-top: 90px;
}
}

.nav_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav{
  width: 100%;
  margin-bottom: 80px;
@media screen and (max-width: 750px) {
margin-bottom: 40px;
}
}
.nav_list{
  color: var(--color-white);
}

.nav_list li{
}

.nav_list li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 35px;
  letter-spacing: .1em;
  padding: 15px 0 15px 12px;
@media screen and (max-width: 750px) {
padding: 5px 0 5px 12px;
font-size: 20px;
}
}

.nav_list li a span{
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.nav_list li a:hover{
  background: rgba(255, 28, 0, 0.30);
  border-left: 4px solid #FF1C00;
}
.nav .link01:not(:last-of-type){
  margin-bottom: 5px;
}

.nav .link01{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav .link01 a{
  width: 277px;
  min-width: 277px;
  letter-spacing: .1em;
}
.nav .link01 a.link_resv{
  border-radius: 30px;
  border: 8px solid rgb(161, 11, 11);
  @media screen and (max-width: 750px) {
  font-size: 18px;
  }
}
.bg_svg-nav{
  position: absolute;
  z-index: -10;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bg_svg-main{
  position: absolute;
  z-index: -10;
  inset: 0;
  width: 100%;
}
.bg_svg-footer{
  position: absolute;
  z-index: -10;
  inset: 0;
  width: 100%;
}
section#mv{
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

#mv .ct01{
  width: 100%;
}

#mv .ct01 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1031px) {
  #mv .ct01 img {
    width: 100%;
  }
}

#mv .bnr a{
  width: 100%;
  height: auto;
  max-width: 500px;
  background-color: gray;
}

#mv .mv_logo{
  position: absolute;
  width: 65%;
  top: calc(50% - 160px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#mv .slime_ct {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140px;
  width: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.area_txt_mv{
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  & .img_mv_logo{
    display: block;
    width: 270px;
    height: auto;
}
& .img_mv_txt{
    display: block;
    width: 300px;
    height: auto;
}
& .img_mv_date{
    display: block;
    width: 261px;
    height: auto;
}
& .lead_mv{
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
  @media screen and (min-width: 1031px) {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
& .img_mv_logo{
    display: block;
    width: 476px;
    height: auto;
}
& .img_mv_txt{
    width: 300px;
    height: auto;
}
& .img_mv_date{
    width: 261px;
    height: auto;
}
& .lead_mv{
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
}}
@media screen and (max-width: 750px) {
bottom: 40px;
left: 50%;
transform: translate(-50%, -10%);
}
}
@media screen and (max-width: 750px) {
  .contents {
    height: 115vh;
  }
}

.menu_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  place-items: center;
}

.menu_list li{
  width: 100%;
  border: 4px solid var(--color-white);
  border-radius: 8px;
}


.slider{
  display: none;
}

.slider.slick-initialized{
  display: block;
}

#twitter-widget-0{
  border: 1px solid #000000;
  border-radius: 14px;
}

.links_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  font-size: 10px;
  line-height: 16px;
  padding: 0 20px;
}

.links_list img{
  margin-bottom: 10px;
}

.official_link a{
  font-size: 12px;
}

.txt_asap{
  font-family: var(--font-asap-condensed-light);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
}
footer{
  position: relative;
&::before{
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/bg_noise.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
}
.footer_ct{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
  padding: 117px 0 164px;
  gap: 50px;
}
.foot_shop{
  text-align: center;
}
.foot_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px auto 30px;
    padding: 0 5%;
    font-size: 10px;
    text-align: center;
@media screen and (max-width: 750px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin: 30px 0;
}
}
.bg_img_clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.bx_icon{
  @media screen and (max-width: 750px) {
    display: flex;
    justify-content: center;
    gap: 40px;
  & img{
    width: 30px;
    aspect-ratio: 1/1;
  }
}
}
.bg_img_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.parallax{
  position: relative;
}

.parallax.bgw{
    background-color: rgba(255, 255, 255, .8);
    background-blend-mode: overlay;
    background-size: cover;
}

.parallax .bg_img_fixed{
  background-image: url(../images/bg01_pc.webp);
  background-size: contain;
}
@media screen and (min-width: 750px) {
  #mv .mv_logo{
    width: 40%;
    max-width: 300px;
    height: auto;
    top: calc(50% - 140px);
  }
  #mv .slime_ct{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1031px) {
  .nav {
    padding-bottom: 30px;
  }
  .bx_icon {
    display: grid;
    justify-content: center;
    gap: 50px;
    grid-template-columns: repeat(5, 50px);
  }
  .bg_img_fixed {
    position: fixed;
    top: 0;
    left: 28%;
    width: 72%;
    height: 100%;
  }
  #mv .mv_logo{
    width: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  #mv .slime_ct{
    top: 50%;
    width: 30%;
    max-width: 214px;
    height: auto;
  }
}
@media screen and (min-width: 1440px){
  #mv .mv_logo{
    max-width: 600px;
  }
  #mv .slime_ct{
    top: 410px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1700px){
  #mv .slime_ct{
    top: 450px;
  }
}
@media screen and (max-width: 375px) {
  .menu_list li a{
    font-size: 18px;
  }
}

@media screen and (max-width: 1030px) {
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none!important;
  }
  .inner{
    max-width: 840px;
    margin: 0 auto;
  }
  p.txt, p.caution {
    padding-left: 20px;
    padding-right: 20px;
  }
  .img_wrap + .txt{
    margin-top: 40px;
  }
  .txt + .caution{
    margin-top: 20px;
  }
  .caution + .caution{
    margin-top: 10px;
  }
  #private_party .grid_bx .caution{
    text-indent: 0;
  }
  #mv{
    height: 100vh;
    min-height: 530px;
  }
  .twitter_ct{
    margin-top: 40px;
  }
  .access_tbl{
    width: 100%;
    margin-top: 20px;
  }
  .route_ct{
    margin-top: 20px;
  }
  .nav_list{
    padding-top: 20px;
  }
  .footer_ct{
    padding-bottom: 60px;
  }
  .official_link{
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1031px) {
  .pc_none{
    display: none!important;
  }
  .sp_none{
    display: block;
  }
  main{
    width: 72%;
    margin-left: auto;
  }
  .header_sp{
    display: none;
  }
  .blog_ct{
    width: 150px;
    height: auto;
  }
  .caution{
    font-size: 12px;
  }
  .nav {
    display: block;
    position: fixed;
    top: 0;
    content: '';
    width: 28%;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .nav_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    width: 100%;
  }
  .nav::-webkit-scrollbar {
    width: 7px;
  }
  .nav::-webkit-scrollbar-thumb {
    background-color: #7e7267;
    border: solid 1px var(--color-dark-brown);
    border-radius: 10px;
  }
  .nav::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .nav::-webkit-scrollbar-track-piece {
    background: inherit;
  }
  .nav_list li a{
    line-height: 1;
  }
  .nav_list li a span{
    line-height: 1;
  }
  .nav_logo {
    margin-bottom: 10px;
    text-align: center;
  }
  .nav_logo .logo_txt{
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white);
    letter-spacing: 0.2em;
  }
  .nav_logo .img_nav_logo{
    width: 289px;
    height: auto;
    margin-bottom: 8px;
  }
  #mv{
    width: 100%;
    z-index: 10;
  }

  .inner{
    max-width: 840px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .link02{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid_bx{
    display: grid;
    grid-template-columns: 38% 57%;
    grid-template-rows: max-content max-content max-content max-content max-content;
    grid-auto-flow: row;
    gap: 0 40px;
    grid-template-areas:
    "ttl  img"
    "txt  img"
    ".    img"
    ".    img"
    ".    img";
    justify-content: center;
  }
  .grid_bx .ttl_wrap{
    grid-area: ttl;
    text-align: left;
  }
  .grid_bx .img_wrap{
    grid-area: img;
  }
  .grid_bx .txt{
    grid-area: txt;
    text-align: left;
  }
  .grid_bx .caution{
    text-align: left;
  }
  .txt,.caution{
    font-weight: 400;
  }
  #private_party .grid_bx .txt{
    margin-bottom: 10px;
  }
  #private_party .grid_bx .caution{
    margin-bottom: 5px;
  }
  .menu_list{
    margin-top: 50px;
    grid-template-columns:repeat(5,minmax(150px,165px));
    justify-content: center;
    gap: 20px 20px;
  }
  .menu_list li{
    max-width: 165px;
  }
  .menu_list li a{
    font-size: 18px;
  }
  .ttl_wrap{
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }
  .ttl_wrap:not(.mv_ttl){
    margin-bottom: 40px;
  }
  .ttl_wrap.mv_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    padding-top: 0;
    height: 260px;
    color: var(--color-white);
    background-color: var(--color-dark-brown);
  }
  .ttl_wrap.mv_ttl::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    z-index: 10;
  }
  .ttl_wrap.mv_ttl .ttl ,
  .ttl_wrap.mv_ttl .sub_ttl, .ttl_wrap.mv_ttl .en_ttl{
    padding: 0;
  }
  .ttl_wrap.mv_ttl .en_ttl{
    letter-spacing: 1.4px;
  }
  .links_list{
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    padding: 0;
  }
  .links_list.col_3{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .txt_asap{
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .footer_ct{
    font-size: 30px;
    width: 72%;
    margin-left: auto;
  & .txt{
    font-size: 30px;
  }
  }
  .foot_link_list{
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    gap: 0;
    margin: 40px auto 20px;
    font-size: 20px;
  }
  .ttl_wrap_2{
    background: url(../images/bg_ttl_pc.webp) no-repeat center;
    background-size: contain;
    margin-bottom: 40px;
  }
  .nav_list li a {
    line-height: 1;
  }
  .official_link{
    gap: 30px;
  }
}

@media screen and (min-width: 1031px) and (max-width: 1439px){
  .nav{
    width: 33%;
  }
  main,.footer_ct{
    width: 67%;
    margin-left: auto;
  }
  .inner{
    max-width: 650px;
    padding: 5% 0;
  }
  #mv .bnr img{
    aspect-ratio: 405 / 160;
    object-fit: cover;
  }
  .menu_list{
    grid-template-columns:repeat(4,minmax(150px,165px));
  }
  #mv .mv_logo{
    top: 190px;
  }
  #mv .slime_ct{
    top: 410px;
  }
}

@media screen and (min-width: 1440px){
  #slider,
  #slider li.slick-slide,
  #slider .slick-list,
  #slider img{
    height: 450px;
  }
  #mv{
    min-height: 900px;
  }
}
section{
  padding: 80px 0;
}
.bg_noise02{
  position: relative;
&::before{
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/bg_noise02.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
}
.bg_noise03{
  position: relative;
&::before{
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/bg_noise03.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
}
.ruby{
  color: var(--color-point-red);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7.4px;
  line-height: normal;
@media screen and (max-width: 750px) {
font-size: 14px;
}
}
.h2{
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 42px;
  position: relative;
&::after{
  position: absolute;
  content: '';
  height: 4px;
  width: 114px;
  border-radius: 50px;
  background: var(--color-point-red);
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
font-size: 30px;
}
}

@media screen and (max-width: 750px) {
  .nav_logo img {
  width: 170px;
  }
}

/* aboutcampaign  */
.aboutcampaign{
}
.aboutcampaign .txt{
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
& + .txt{
  margin-top: 12px;
}
&.red.f30{
  color: var(--color-point-red);
  font-size: 30px;
}
@media screen and (max-width: 750px) {
font-size: 14px;
&.red.f30{
  font-size: 20px;
}
}
}
.con_box{
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 330px);
  justify-content: center;
@media screen and (max-width: 750px) {
grid-template-columns: repeat(2, 170px);
gap: 10px;
}
}
.box01{
  position: relative;
  width: 303px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 0 0;
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box01_pc.png) no-repeat;
  background-size: contain;
  width: 303px;
  height: 303px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
& .txt{
  font-size: 30px;
  & + .txt{
    margin-top: 27px;
  }
}
& .link{
  height: auto;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  font-size: 20px;
  margin-top: 31px;
}
@media screen and (max-width: 750px) {
width: 170px;
&::before{
  width: 170px;
  height: 170px;
}
& .txt{
  font-size: 20px;
&.box01_txt02{
font-size: 14px;
}
  & + .txt{
    margin-top: 20px;
  }
}
& .link{
  font-size: 12px;
  margin-top: 20px;
}
}
}

/* howtojoin */
.howtojoin .txt {
    color: var(--color-white);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.howtojoin .p_lead{
  margin-bottom: 56px;
}
.box02{
  position: relative;
  width: 1025px;
  aspect-ratio: 1025/164;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box02_pc.png) no-repeat;
  background-size: contain;
  width: 1025px;
  height: 164px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
&:first-of-type{
  justify-content: flex-start;
  padding: 16px 0 0;
}
&:last-of-type{
  margin: 50px auto 219px;
}
& .txt{
  font-size: 30px;
  & + .txt{
    margin-top: 0;
  }
}
& .link{
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 11px;
}
& + .box02{
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
width: 100%;
padding: 0 !important;
& .txt{
  font-size: 20px;
&.box02_txt02{
  font-size: 14px;
}}
&::before{
  background: url(/Kenshi-Yonezu_collab/images/box02_sp.png) no-repeat;
  width: 100%;
  max-width: 400px;
  height: 130px;
  background-size: contain;
}
& .link{
  font-size: 12px;
}
& + .box02 {
    margin-top: 70px;
}
}
}
.howtojoin .p_lead02{
  margin: 219px auto 44px;
  text-align: center;
}
.box3_red{
  position: relative;
  width: 1025px;
  aspect-ratio: 1025/320;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 53px 0 53px;
  margin: auto;
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box03_red_pc.png) no-repeat;
  background-size: contain;
  width: 1025px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
& .txt02{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
& .box3_txt{
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
width: 100%;
&::before{
  background: url(/Kenshi-Yonezu_collab/images/box03_red_sp.png) no-repeat;
  width: 350px;
  height: 169px;
  background-size: cover;
}
& .box3_txt{
  margin-bottom: 20px;
  font-size: 20px;
}
& .box3_txt02{
  font-size: 18px;
}
}
}

/* novelty */
.novelty .txt {
    color: var(--color-white);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.novelty .p_lead{
  margin-bottom: 56px;
}
.wrap_box05{
  @media screen and (min-width: 1031px) {
    display: grid;
    grid-template-columns: repeat(2, 356px);
    gap: 115px;
    justify-content: center;
  }
}
.box05{
  position: relative;
  width: 356px;
  aspect-ratio: 356/453;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 0 36px;
  margin: auto;
& .img_box5{
    width: 214px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
}
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box05_pc.png) no-repeat;
  background-size: contain;
  width: 356px;
  height: 453px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
& .txt_box05{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
&.red{
  color: var(--color-point-red);
}
& + .txt_box05{
  margin-top: 32px;
}
}
@media screen and (max-width: 750px) {
  aspect-ratio: unset;
  &::before{
    background: url(/Kenshi-Yonezu_collab/images/box05_sp.png) no-repeat;
  background-size: contain;
  width: 310px;
  height: 310px;
  }
& .img_box5{
  width: 170px;
  margin: 0 auto 20px;
}
& .txt_box05{
  font-size: 20px;
}
& + .txt_box05{
  margin-top: 20px;
}
}
}

/* campaignsongs */
.campaignsongs .txt{
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.con_songs{
  display: grid;
  gap: 40px 45px;
  justify-content: center;
&.col2{
  grid-template-columns: repeat(2, 286px);
  margin-top: 56px;
  & .box04{
  width: 286px;
  height: 188px;
    &::before{
    width: 286px;
    height: 188px;
    }
  }
}
&.col4{
  grid-template-columns: repeat(4, 238px);
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
gap: 10px;
&.col2{
grid-template-columns: repeat(2, 170px);
  & .box04{
    width: 170px;
    height: 110px;
    &::before{
    width: 170px;
    height: 110px;
    }
  }
}
&.col4{
grid-template-columns: repeat(2, 170px);
margin-top: 10px;
}
}}
.box04{
  position: relative;
  width: 238px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box04_pc.png) no-repeat;
  background-size: contain;
  width: 238px;
  height: 156px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
& .namesongs{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
width: 170px;
height: 110px;
& .namesongs{
  font-size: 20px;
}
&::before{
width: 170px;
height: 110px;
}
}
}

/* notes */
#notes {
  padding-bottom: 130px;
}
.box_notes{
  position: relative;
  width: fit-content;
  margin: 190px auto 0;
&::before{
  position: absolute;
  content: '';
  background: url(/Kenshi-Yonezu_collab/images/box06_pc.png) no-repeat;
  background-size: contain;
  width: 948px;
  height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  margin: 190px auto 0;
  width: 100%;
  max-width: 356px;
&::before{
  background: url(/Kenshi-Yonezu_collab/images/box06_sp.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 278px;
}
}
}
.list_notes{
  display: grid;
  gap: 26px;
& .notes{
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  &::before{
    background: var(--color-white);
    border-radius: 50px;
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
gap: 12px;
& .notes{
font-size: 12px;
padding-left: 30px;
&::before{
  left: 14px;
  width: 6px;
  height: 6px;
}
}
}
}

/* slick */
.slick-dots li button{
      font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #b5b2b2;
    border: 0;
    outline: none;
    background: #b5b2b2;
    border-radius: 50px;
}
.slick-dots li.slick-active button{
background: #fff;
}
.arrow_box {
  position: relative;
}
.slide-arrow.prev-arrow{
    position: absolute;
    top: -215px;
    left: 0;
  & img{
  width: 30px;
    aspect-ratio: 1/1;
  }
}
.slide-arrow.next-arrow{
    position: absolute;
    top: -215px;
    right: 0;
  & img{
    width: 30px;
    aspect-ratio: 1/1;
    transform: scale(-1, 1);
  }
}
