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

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

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1em;
}

blockquote, q {
  quotes: none;
}

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

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

a img {
  border: none;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #5f5f5f;
}

select::-ms-expand {
  display: none;
}

figure img {
  vertical-align: bottom;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

em {
  font-style: normal;
}

/*******************************

BREAK POINTS

*******************************/
/*******************************

    COLORS

*******************************/
/* Text Color */
/*******************************

    FONTS

*******************************/
/* FONT SIZE */
/* FONT SET */
/*******************************

    DISPLAY

*******************************/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tbmin {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ltbmin {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

/*******************************

    HOVER

*******************************/
/*******************************

   CMN PARTS

*******************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?fzxr5p");
  src: url("fonts/icomoon.eot?fzxr5p#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?fzxr5p") format("truetype"), url("fonts/icomoon.woff?fzxr5p") format("woff"), url("fonts/icomoon.svg?fzxr5p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e900";
}

.icon-arrow01:before {
  content: "\e901";
}

/*******************************

    BASE

*******************************/
html,
body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 13.333px;
  }
}

body {
  background: #FFF;
  color: #203329;
  font-size: 1.1rem;
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
  color: #203329;
}

p {
  word-wrap: break-word;
}

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

input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea, button {
  color: #203329;
}

a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #DDB54C;
  color: #FFF;
}

a::selection, abbr::selection, acronym::selection, address::selection, applet::selection, article::selection, aside::selection, audio::selection, b::selection, big::selection, blockquote::selection, body::selection, canvas::selection, caption::selection, center::selection, cite::selection, code::selection, dd::selection, del::selection, details::selection, dfn::selection, div::selection, dl::selection, dt::selection, em::selection, embed::selection, fieldset::selection, figcaption::selection, figure::selection, footer::selection, form::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, header::selection, hgroup::selection, html::selection, i::selection, iframe::selection, img::selection, ins::selection, kbd::selection, label::selection, legend::selection, li::selection, mark::selection, menu::selection, nav::selection, object::selection, ol::selection, output::selection, p::selection, pre::selection, q::selection, ruby::selection, s::selection, samp::selection, section::selection, small::selection, span::selection, strike::selection, strong::selection, sub::selection, summary::selection, sup::selection, table::selection, tbody::selection, td::selection, tfoot::selection, th::selection, thead::selection, time::selection, tr::selection, tt::selection, u::selection, ul::selection, var::selection, video::selection, main::selection, br::selection, picture::selection, pre::selection {
  background: #DDB54C;
  color: #FFF;
}
a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #DDB54C;
  color: #FFF;
}

img {
  width: 100%;
}

.cmn__btn01 {
  background: #E8C468;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn__ttl01 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.cmn__ttl01 img {
  height: 4.5rem;
  display: block;
  margin: 0 auto;
}
.cmn__ttl01 span {
  display: block;
  text-align: center;
}
.cmn__ttl01.is-min img {
  height: 3rem;
}
.cmn__ttl01.is-white {
  color: #fff;
}
.cmn__ttl01 .ja {
  padding-bottom: 1em;
}
.cmn__ttl01 .en + .ja {
  padding-top: 1em;
  padding-bottom: 0;
}
.btn.is-hover-arrowdown .icon-arrow01 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(90deg) translateX(0);
          transform: rotate(90deg) translateX(0);
}
@media (any-hover: hover) {
  .btn.is-hover-arrowdown:hover .icon-arrow01 {
    -webkit-transform: rotate(90deg) translateX(2px);
            transform: rotate(90deg) translateX(2px);
  }
}

*[data-color=guest] {
  --themecolor: #257C4D;
}

*[data-color=culture] {
  --themecolor: #49AFB5;
}

*[data-color=rookie] {
  --themecolor: #DDB54C;
}

*[data-color=specialty] {
  --themecolor: #483A72;
}

/*******************************

    PC

*******************************/
.pcSide {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #E8E3D8;
  }
}

.pcSide__deco {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSide__deco {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
  }
}
.pcSide__deco01 {
  right: 59.625rem;
  width: 60.375rem;
}
.pcSide__deco02 {
  right: 0;
  width: 22.125rem;
}

.pcSideLeft {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSideLeft {
    width: calc(100% - 59.625rem);
    display: block;
    background: #E8E3D8;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: min(7.5vh, 3.75rem) min(5vw, 4.875rem) min(14vh, 9.375rem) min(5vw, 4.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .pcSideLeft .inner {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
  }
  .pcSideLeft .deco {
    width: 9.675rem;
    position: absolute;
    right: 1.875rem;
    top: 3.5625rem;
  }
  .pcSideLeft .insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    margin-bottom: 3.75rem;
    font-weight: 700;
  }
  .pcSideLeft .insta img {
    display: block;
    width: 2.25rem;
    margin-right: 0.75rem;
  }
  .pcSideLeft .logo {
    width: 93%;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: min(3.5vh, 2.25rem);
  }
  .pcSideLeft .logo span {
    display: block;
    margin-top: 1em;
  }
  .pcSideLeft .ticket {
    background: #203329;
    border-radius: 1.5rem;
    padding: 2.1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: min(5.5vh, 3rem);
  }
  .pcSideLeft .ticket > img {
    width: 100%;
    min-width: 0;
  }
  .pcSideLeft .ticket .btn {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 0.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.375rem;
    max-width: 50%;
    height: 7.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.5rem;
  }
  .pcSideLeft .ticket .btn img {
    width: 72%;
  }
  .pcSideLeft .ticket .btn i {
    display: block;
    margin-left: 1.425rem;
  }
}

.pcSideMenu .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.pcSideMenu .ttl img {
  display: block;
  height: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.pcSideMenu .ttl::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #203329;
  display: block;
  margin-left: 0.1875rem;
}
.pcSideMenu .shoplist, .pcSideMenu .otherlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pcSideMenu .shoplist li, .pcSideMenu .otherlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pcSideMenu .shoplist span, .pcSideMenu .otherlist span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pcSideMenu .shoplist li:not(:last-of-type)::after, .pcSideMenu .otherlist li:not(:last-of-type)::after {
  content: "";
  height: 1.65rem;
  width: 1px;
  background: #203329;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  margin: 0 1.125rem;
}
.pcSideMenu .shoplist a, .pcSideMenu .otherlist a {
  position: relative;
}
.pcSideMenu .shoplist a::after, .pcSideMenu .otherlist a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  border-bottom: 1px dashed #203329;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pcSideMenu .shoplist a:hover::after, .pcSideMenu .otherlist a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.pcSideMenu .shoplist {
  margin-bottom: min(5.5vh, 3rem);
}
.pcSideMenu .shoplist img {
  display: block;
  width: auto;
  height: 1.575rem;
}
.pcSideMenu .shoplist a {
  position: relative;
}
.pcSideMenu .shoplist a::after {
  border-bottom: 1px dashed var(--themecolor);
}
.pcSideMenu .otherlist li:not(:last-of-type)::after {
  margin-bottom: -0.25rem !important;
}
.pcSideMenu .otherlist img {
  display: block;
  width: auto;
  height: 1.2rem;
}
.pcSideMenu .otherlist li:not(:last-of-type)::after {
  margin: 0 1.875rem;
}
.pcSideMenu .otherlist a {
  font-size: 1.2rem;
}

.pcSideRight {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSideRight {
    width: 22.125rem;
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pcSideRight__comment {
    width: 15rem;
    position: relative;
    margin-left: 0.75rem;
    margin-top: min(10vh, 10rem);
  }
  .pcSideRight__comment__txtbox {
    height: 11.25rem;
    background: url(../img/side-comment-bg.svg) center top no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.05rem;
    color: #fff;
    font-weight: 700;
    padding: 1.125rem 1.125rem 1.875rem;
    line-height: 1.5;
    margin-bottom: 0.5625rem;
  }
  .pcSideRight__comment .random-comment-slider {
    width: 100%;
  }
  .pcSideRight__comment .img {
    width: 7.65rem;
    position: relative;
    z-index: 1;
    margin-left: -0.75rem;
  }
  .pcSideRight__comment .btn {
    position: absolute;
    width: 11.25rem;
    bottom: 1.05rem;
    right: -0.75rem;
  }
  .pcSideRight__comment .btn svg {
    width: 100%;
    height: auto;
  }
  .pcSideRight__comment .txt {
    position: absolute;
    font-size: 1.05rem;
    right: 0;
    bottom: -0.75rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: right;
  }
  .pcSideRight__anchor {
    width: 15rem;
    position: absolute;
    left: 1.875rem;
    bottom: 6.375rem;
  }
}

#wrap {
  position: relative;
  overflow: hidden;
  background: #E8E3D8;
}
@media screen and (min-width: 1025px) {
  #wrap {
    width: 37.5rem;
    margin-right: 22.125rem;
    margin-left: auto;
  }
}

/*******************************

    HEADER

*******************************/
.headerTicker {
  background: #203329;
  color: #fff;
  font-size: 1.1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerTicker p {
  padding-right: 1em;
}

@media screen and (min-width: 1025px) {
  .head {
    display: none;
  }
}
.head__bar {
  position: fixed;
  background: #257C4D;
  width: 100%;
  height: calc(5rem + env(safe-area-inset-bottom));
  left: 0;
  bottom: 0;
  z-index: 999;
  padding-bottom: env(safe-area-inset-bottom);
}
.head__comment {
  position: absolute;
  left: 0;
  bottom: env(safe-area-inset-bottom);
}
.head__comment__txtbox {
  width: 13.75rem;
  height: 10.5rem;
  background: url(../img/menu-comment-bg.svg) center top no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #257C4D;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0 0.75rem 1.35rem;
  margin-left: 1.25rem;
  margin-bottom: -0.5rem;
}
.head__comment .random-comment-slider {
  width: 100%;
}
.head__comment .img {
  width: 6.5rem;
}
.head__comment .btn {
  width: 8rem;
  position: absolute;
  right: -0.75rem;
  bottom: 6.75rem;
}
.head__barlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0 0.5rem 5.5rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.head__barlist li {
  width: 100%;
  height: 100%;
}
.head__barlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.head__barlist li img {
  display: block;
}
.head__barlist li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.head__barlist li.is-concept img {
  width: 3.9rem;
}
.head__barlist li.is-shop img {
  width: 4.1rem;
}
.head__barlist li.is-event img {
  width: 2.65rem;
}
.head__barlist li.is-ticket img {
  width: 3rem;
}
.head__barlist li.is-insta img {
  width: 4.9rem;
}
.head__shoplist {
  position: fixed;
  z-index: 99;
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
}
.head__shoplist a {
  font-size: 1.1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
.head__shoplist a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--themecolor);
  margin-right: 0.5rem;
}
.head .head__menu__wrap {
  display: none;
}

/*******************************

    MAIN

*******************************/
/* KV
----------------------------- */
.kvMain {
  padding: 3rem 0 0;
}
.kvMain .ttl {
  width: 100%;
  padding: 0 1.85rem;
  font-size: 1.1rem;
}
.kvMain .ttl img {
  display: block;
  margin-bottom: 1.25rem;
}
.kvMain .ttl span {
  font-weight: 700;
}
.kvMain .img {
  margin-top: -3.5rem;
}
.kvMain .guest {
  width: 28.5rem;
  margin-left: auto;
  margin-right: 1.85rem;
  margin-top: -1.5rem;
}

.kvInfo {
  padding-top: 3rem;
}
.kvInfo__date {
  padding: 0 1.85rem 1.5rem;
}
.kvInfo__date .txt {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.kvInfo__date .txt img {
  width: 1.1rem;
  display: block;
  margin-right: 0.25rem;
}
.kvInfo__date .txt span {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}
.kvInfo__date .txt em {
  font-size: 2rem;
}
.kvInfo__ticket {
  background: #257C4D;
  padding: 2rem 2.5rem;
}
.kvInfo__ticket > img {
  display: block;
  margin-bottom: 2rem;
}
.kvInfo__ticket .btn {
  border-radius: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}
.kvInfo__ticket .btn span {
  display: block;
}
.kvInfo__ticket .btn .en {
  font-size: 2.2rem;
  font-weight: 900;
  border-bottom: 1px dotted #203329;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.kvInfo__ticket .btn .ja {
  font-size: 1.1rem;
  font-weight: 700;
}
.kvInfo__ticket .btn i {
  position: absolute;
  right: 2.5rem;
}
.kvInfo__ticket .note {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
}

.kvNote {
  background: #203329;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 1.85rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

/* CONCEPT
----------------------------- */
.conceptMain {
  position: relative;
}
.conceptMain__bg {
  position: absolute;
  left: 0;
  top: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100% - 16rem);
}
.conceptMain__bg02 {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.conceptMain__inner {
  position: relative;
  padding: 7rem 0 19rem 5rem;
  z-index: 1;
}
.conceptMain .ttl {
  color: #257C4D;
  font-size: 3rem;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075em;
}
.conceptMain .subttl {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.conceptMain .subttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.25;
}
.conceptMain .subttl span::before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1px;
  background: #203329;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0.85rem;
  margin-right: 0.25em;
}
.conceptMain .txtbox {
  color: #257C4D;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
.conceptMain .txtbox p + p {
  margin-top: 1.5em;
}

.conceptInfo {
  width: calc(100% - 5rem);
  margin: -10rem auto;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
.conceptInfo .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.conceptInfo .ttl img {
  display: block;
  width: 1.35rem;
}
.conceptInfo .ttl span {
  display: block;
  margin: 0 2.5rem;
  color: #257C4D;
  font-size: 1.8rem;
  font-weight: 700;
}
.conceptInfo__main {
  position: relative;
  z-index: 2;
  padding: 0 1.25rem 0.5rem;
}
.conceptInfo__main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 3rem);
  left: 0;
  bottom: 0;
  border-radius: 1rem;
  background: #257C4D;
  -webkit-box-shadow: 0px 4px 14px 4px rgba(32, 51, 41, 0.25);
          box-shadow: 0px 4px 14px 4px rgba(32, 51, 41, 0.25);
  z-index: -1;
}
.conceptInfo__main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.8rem;
  gap: 1.5rem;
}
.conceptInfo__main .list li {
  width: calc(50% - 1rem);
}
.conceptInfo__main .list .img {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.conceptInfo__main .list__ttl {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.conceptInfo__main .list__ttl em {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.conceptInfo__main .note {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conceptInfo__main .note .txt {
  border: 1px solid #fff;
  border-radius: 100vh;
  width: 100%;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1.35;
}
.conceptInfo__main .note .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  margin-left: 1rem;
}
.conceptInfo__main .note .img img {
  display: block;
  border-radius: 100vh;
  overflow: hidden;
}
.conceptInfo__main .note .img figcaption {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0.5em;
}
.conceptInfo__main .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.conceptInfo__main .btn a {
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 1rem;
}
.conceptInfo__main .btn i {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 1rem;
  font-size: 1.1em;
}

/* CATS
----------------------------- */
.shopCats {
  margin-top: 6rem;
}
.shopCats__ttl {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.shopCats .shopCats-slider {
  margin-bottom: 8rem;
}
.shopCats .shopCats-slider figure {
  width: 18rem;
  padding: 0 0.5rem;
}
.shopCats .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
  margin-bottom: 10rem;
}
.shopCats .list .cat img {
  display: block;
  height: 4.5rem;
  width: auto;
}
.shopCats .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.3rem;
  gap: 3.5rem;
  margin-top: -1.5rem;
}
.shopCats .list .cont {
  width: 100%;
  min-width: 0;
  max-width: 14.5rem;
}
.shopCats .list .ttl {
  font-weight: 700;
  font-size: 1.4rem;
}
.shopCats .list .txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  text-align: justify;
}
.shopCats .list .btn {
  border: 2px solid var(--themecolor);
  color: var(--themecolor);
  width: 14rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.8rem;
  gap: 1rem;
  border-radius: 0.5rem;
}
.shopCats .list .btn i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.65em;
  margin-top: 0.5rem;
}
.shopCats .list .is-guest {
  text-align: right;
  padding-bottom: 12rem;
  margin-bottom: 3rem;
}
.shopCats .list .is-guest .cat {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 2.5rem;
}
.shopCats .list .is-guest .cat img {
  margin-left: auto;
  height: 8.5rem;
}
.shopCats .list .is-guest .item {
  position: relative;
  margin-top: 0;
  padding-left: 0;
  padding-right: 2.5rem;
}
.shopCats .list .is-guest .cont {
  margin-top: 2em;
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.shopCats .list .is-guest .txt {
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.85;
  text-align: right;
}
.shopCats .list .is-guest .img {
  position: absolute;
  width: 24rem;
  left: -0.5rem;
  top: 6rem;
}
.shopCats .list .is-guest .btn {
  margin-left: auto;
}
.shopCats .list li:not(.is-guest) .cont {
  padding-top: 2.5em;
}
.shopCats .list li:not(.is-guest) .img {
  width: 15.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.shopCats .list li:not(.is-guest) .img img:first-child {
  position: relative;
  z-index: 1;
}
.shopCats .list li:not(.is-guest) .img img:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.shopCats .list .is-culture .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 2.5rem;
}
.shopCats .list .is-culture .img {
  padding-bottom: 1rem;
}
.shopCats .list .is-culture .img img:nth-child(2) {
  left: 0;
}
.shopCats .list .is-rookie .item {
  padding-left: 2.5em;
}
.shopCats .list .is-rookie .cat img {
  margin-left: auto;
}
.shopCats .list .is-rookie .img {
  padding-bottom: 1.5rem;
}
.shopCats .list .is-rookie .img img:nth-child(2) {
  left: 0;
}
.shopCats .list .is-specialty .cat img {
  height: 4rem;
}
.shopCats .list .is-specialty .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 2.5rem;
}
.shopCats .list .is-specialty .img {
  padding-bottom: 1.5rem;
}
.shopCats .list .is-specialty .img img:nth-child(2) {
  left: 1.75rem;
}

/* LISTS
----------------------------- */
.shopLists {
  padding-top: 4rem;
}
.shopLists__ttl {
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.shopListItem {
  background: #fff;
  border-left: 0.5rem solid var(--themecolor);
  position: relative;
  padding-bottom: 4rem;
  padding-top: 3.5rem;
}
.shopListItem:not(:last-of-type) {
  margin-bottom: 5rem;
}
.shopListItem .cont {
  margin-bottom: 3rem;
  position: relative;
}
.shopListItem .cont .deco {
  position: absolute;
  left: -0.5rem;
  top: -7.5rem;
  width: calc(100% + 0.5rem);
  max-width: none;
}
.shopListItem .cont .ttl {
  padding-left: 0.5rem;
  position: relative;
  z-index: 1;
}
.shopListItem .cont .ttl .en {
  height: 3rem;
  display: block;
}
.shopListItem .cont .ttl .en img {
  width: auto;
  height: 100%;
}
.shopListItem .cont .ttl .ja {
  font-weight: 700;
  display: block;
  padding-left: 2.5rem;
  font-size: 1.2rem;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.shopListItem .cont .txt {
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  max-width: 32rem;
}
.shopListItem.is-guest {
  margin-top: 7.5rem;
}
.shopListItem .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.5rem 0 3rem;
  gap: 4rem 2rem;
}
.shopListItem .list li {
  width: calc(50% - 1rem);
}
.shopListItem .list .listcont {
  position: relative;
}
.shopListItem .list .date {
  font-size: 1.1rem;
  padding: 1em 0 0.5em;
}
.shopListItem .list .ttl span {
  display: block;
}
.shopListItem .list .ttl .en {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  line-height: 1.25;
}
.shopListItem .list .ttl .ja {
  font-weight: 500;
}
.shopListItem .list .txt {
  margin-top: 1em;
  line-height: 1.5;
}
.shopListItem .list .insta {
  width: 2rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .shopListItem .list .insta:hover {
    opacity: 0.6;
  }
}

/* EVENT
----------------------------- */
.event {
  padding: 4rem 0 6rem;
}
.event__ttl {
  margin-bottom: 5rem;
}
.event .event-slider figure + figure {
  margin-top: 1rem;
}
.event .event-slider img {
  width: 82.8rem;
  max-width: none;
}
.event .event-slider .img img {
  display: block;
  margin-right: 3rem;
}

.eventJazz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5rem;
  margin-bottom: 3rem;
  gap: 2rem;
}
.eventJazz .inner {
  width: 100%;
}
.eventJazz__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.eventJazz .txt {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.eventJazz .txt02 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.eventJazz .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.eventJazz .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .eventJazz .sns a:hover {
    opacity: 0.6;
  }
}
.eventJazz .sns a img {
  width: 2rem;
  display: block;
  margin-right: 0.5rem;
}
.eventJazz .inner > .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eventJazz .inner > .cont .date {
  width: 15rem;
}
.eventJazz .inner > .cont .img {
  width: 10.5rem;
}
.eventJazz .accordion {
  margin-top: 1rem;
  border-bottom: 1px dashed #203329;
  position: relative;
}
.eventJazz .accordion::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #203329;
  position: absolute;
  bottom: -3px;
}
.eventJazz .accordion__ttl {
  border-top: 1px dashed #203329;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eventJazz .accordion__ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #203329;
  position: absolute;
  top: -3px;
}
.eventJazz .accordion__ttl.is-active .icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.eventJazz .accordion__ttl .icon {
  background: #E7C468;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  border: 1px solid #203329;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eventJazz .accordion__ttl .icon::before, .eventJazz .accordion__ttl .icon::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #203329;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eventJazz .accordion__ttl .icon::after {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.eventJazz .accordion__cont {
  display: none;
  padding-bottom: 1rem;
}
.eventJazz .accordion .profile {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.eventJazz .accordion .profile dt {
  width: 6.1rem;
  margin-bottom: 1.5rem;
}
.eventJazz .accordion .profile dd + dd {
  margin-top: 3rem;
}
.eventJazz .accordion .profile dd + dt {
  margin-top: 4rem;
}
.eventJazz .accordion .profile dd .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.eventJazz .accordion .profile dd .about .img {
  border-radius: 1rem;
  overflow: hidden;
  width: 14.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.eventJazz .accordion .profile dd .about .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1em;
}
.eventJazz .accordion .profile dd .txt {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 1em;
}
.eventJazz .accordion .profile dd a {
  display: block;
  width: 2rem;
  margin-top: 1rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .eventJazz .accordion .profile dd a:hover {
    opacity: 0.6;
  }
}

.eventPresent {
  background: url(../img/event-present-bg.svg) left top no-repeat;
  background-size: calc(100% - 2.4rem) auto;
  padding-top: 4rem;
  margin-bottom: 6.5rem;
}
.eventPresent .txt {
  text-align: center;
  width: 29rem;
  margin: 0 auto 3.5rem;
}
.eventPresent .txt span {
  text-align: left;
  font-size: 1rem;
  display: block;
  margin-top: 2rem;
  line-height: 1.5;
}
.eventPresent .img {
  width: 32.5rem;
  margin: 0 auto;
}
.eventPresent .img figcaption {
  text-align: right;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1em;
}

/* KNOW
----------------------------- */
.know {
  background: #257C4D;
  padding: 3.5rem 1.25rem;
}
.know__ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.know .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.know .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: #fff;
}
.know .list .img {
  width: 14.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.know .list .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.know .list .txt {
  font-size: 1.2rem;
  margin-bottom: 2em;
  line-height: 1.5;
}
.know .list .btn {
  background: #fff;
  border-radius: 100vh;
  color: #257C4D;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 13.3rem;
  font-size: 1.2rem;
}
.know .list .btn i {
  padding-left: 0.5rem;
}
.lover {
  background: #257C4D;
  padding: 4rem 2.5rem 6rem 1.25rem;
}
.lover__ttl {
  margin-bottom: 5rem;
}
.lover .largelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
.lover .largelist li {
  color: #fff;
}
.lover .largelist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.lover .largelist .img {
  width: 14.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.lover .largelist .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.lover .largelist .ttl .kana {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5em;
}
.lover .largelist .txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.lover .largelist .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.lover .largelist .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .lover .largelist .sns a:hover {
    opacity: 0.6;
  }
}
.lover .largelist .sns a img {
  width: 2rem;
  display: block;
  margin-right: 0.5rem;
}
.lover .largelist .info {
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding: 1.75rem;
}
.lover .largelist .info figcaption {
  color: #203329;
  font-size: 1.2rem;
  line-height: 1.5;
}
.lover .largelist .info figcaption em {
  display: block;
  font-weight: 700;
}
.lover .largelist li.is-wada .info {
  text-align: center;
}
.lover .largelist li.is-wada .info img {
  width: auto;
  height: 12.5rem;
}
.lover .largelist li.is-wada .info figcaption {
  margin-top: 0.25em;
}
.lover .largelist li.is-yoshida .info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.lover .largelist li.is-yoshida .info figcaption {
  max-width: 16rem;
}
.lover .largelist li.is-yoshida .info em {
  margin-bottom: 0.5em;
}
.lover .largelist li.is-yoshida .info img {
  width: auto;
  height: 12.5rem;
}
.lover .minlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
.lover .minlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  color: #fff;
}
.lover .minlist .cont {
  position: relative;
}
.lover .minlist .cont a {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.lover .minlist .img {
  width: 14.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.lover .minlist .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.35em;
}
.lover .minlist .ttl .kana {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5em;
}
.lover .minlist .job {
  margin-bottom: 1em;
  font-size: 1.2rem;
  line-height: 1.3;
  white-space: nowrap;
}
.lover .minlist .txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.lover .minlist a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .lover .minlist a:hover {
    opacity: 0.6;
  }
}

/* SPONSOR
----------------------------- */
.sponsor {
  margin-top: 6rem;
}
.sponsor__ttl {
  margin-bottom: 2rem;
}
.sponsor .list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem 1rem;
  padding: 3.5rem 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsor .list a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .sponsor .list a:hover {
    opacity: 0.6;
  }
}
.sponsor .list .hario {
  width: 10rem;
}
.sponsor .list .kalita {
  width: 7.4rem;
}
.sponsor .list .subminimal {
  width: 5.6rem;
}
.sponsor .list .fxx {
  width: 6.7rem;
}
.sponsor .list .cores {
  width: 3.5rem;
}
.sponsor .list .rivers {
  width: 8.45rem;
}
.sponsor .list .alicesha {
  width: 7rem;
}

/* ORGANIZER
----------------------------- */
.organizer {
  padding-top: 7rem;
}
.organizer .list {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6rem;
}

/*******************************

    FOOTER

*******************************/
.foot {
  background: #203329;
  padding: 4rem 2.5rem 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .foot {
    padding-bottom: 20rem;
  }
}
.foot .ttl {
  margin-bottom: 3.5rem;
}
.foot .ttl .logo {
  width: 20rem;
  margin-bottom: 1rem;
}
.foot .ttl p {
  font-size: 1.1rem;
  font-weight: 700;
}
.foot .list {
  border-top: 1px solid #888;
  margin-bottom: 3.5rem;
}
.foot .list li {
  border-bottom: 1px solid #888;
}
.foot .list a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
  font-size: 1.1rem;
  line-height: 1.25;
}
.foot .list span span::before {
  content: "<";
}
.foot .list span span::after {
  content: ">";
}
.foot .list i {
  margin-right: 1.25rem;
}
.foot .note {
  text-align: center;
  color: #888;
  font-size: 1.1rem;
}

/*******************************

    INTRO

*******************************/
.intro {
  background: #E8E3D8;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 640px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.intro .img {
  position: absolute;
  width: 50vw;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (max-width: 640px) {
  .intro .img {
    width: 80vw;
    max-width: 400px;
  }
}
.intro .img00 {
  z-index: 3;
  position: relative;
}
.intro .img01 {
  z-index: 1;
}
.intro .img02 {
  z-index: 2;
}
.intro .img04 {
  z-index: 4;
}
.intro .img05 {
  z-index: 5;
}
.intro .img06 {
  z-index: 6;
}
.intro .img07 {
  z-index: 7;
}
.intro .img08 {
  z-index: 8;
}
.intro__txt {
  width: 30%;
  margin: 0 auto;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .intro__txt {
    width: 65vw;
    max-width: 400px;
    margin: 2rem auto 0;
  }
}
.intro__txt svg {
  width: 100%;
}
.intro__txt__mask {
  background: #E8E3D8;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}