@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*オレンジ*/
/*ピンク*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #1A1A1A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 2;
  color: #1A1A1A;
  font-family: "Noto Sans JP", noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

body {
  opacity: 0;
  pointer-events: none;
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: #FFFEFD;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

.font-en {
  font-family: "Poppins", serif;
  font-style: normal;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.4285714286rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

/* base > paragraph
============================================================================================================ */
/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .common-main {
    padding-bottom: 37.3333333333vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  color: #1A1A1A;
  width: 375px;
  min-height: 610px;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: 0.5s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .common-header {
    color: white;
    width: 100vw;
    height: 13.3333333333vw;
    height: 100vh;
    left: auto;
    transform: translate(0);
    overflow: hidden;
  }
}
.common-header.open {
  background: black;
}
.common-header.is-active {
  background: black;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.common-header.is-scroll:before {
  opacity: 0;
}
.common-header.is-scroll:after {
  opacity: 0;
}
.common-header:before {
  content: "";
  background: #FFFEFD;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 100%;
  z-index: -1;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .common-header:before {
    display: none;
  }
}
.common-header:after {
  content: "";
  background: #FFFEFD;
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 100%;
  z-index: -1;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .common-header:after {
    display: none;
  }
}
.common-header__inner {
  display: none;
}
@media (max-width: 767px) {
  .common-header__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    position: relative;
  }
}
.common-header__toggle {
  display: none;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .common-header__toggle {
    display: block;
    width: 35px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 10px;
    cursor: pointer;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .common-header__toggle {
    width: 9.3333333333vw;
    height: 8.5333333333vw;
    top: 3.7333333333vw;
    left: 2.6666666667vw;
  }
}
.common-header__toggle.open > span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.common-header__toggle.open > span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.open > span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.common-header__toggle > span {
  line-height: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1A1A1A;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .common-header__toggle > span {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggle > span {
    height: 1.3333333333vw;
  }
}
.common-header__toggle > span:first-of-type {
  top: 0;
  border-radius: 2px 2px 0px 0px;
}
@media (max-width: 767px) {
  .common-header__toggle > span:first-of-type {
    border-radius: 0.5333333333vw 0.5333333333vw 0px 0px;
  }
}
.common-header__toggle > span:nth-of-type(2) {
  height: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .common-header__toggle > span:nth-of-type(2) {
    height: 4vw;
  }
}
.common-header__toggle > span:nth-of-type(2) > span {
  line-height: 1;
  width: 23px;
  padding: 1px 0px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .common-header__toggle > span:nth-of-type(2) > span {
    width: 6.1333333333vw;
    padding: 0.2666666667vw 0;
  }
}
.common-header__toggle > span:last-of-type {
  bottom: 0;
  border-radius: 0px 0px 2px 2px;
}
@media (max-width: 767px) {
  .common-header__toggle > span:last-of-type {
    border-radius: 0px 0px 0.5333333333vw 0.5333333333vw;
  }
}
.common-header__nav {
  width: 100%;
  padding-right: 20px;
  pointer-events: all;
  position: absolute;
  right: 100%;
}
@media (max-width: 1024px) {
  .common-header__nav {
    padding-right: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .common-header__nav {
    background: rgba(242, 150, 172, 0.95);
    width: 68.2666666667vw;
    height: 100vh;
    height: 100svh;
    padding: 13.3333333333vw 0 8vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -68.2666666667vw;
    right: auto;
    transform: none;
    opacity: 0;
    transition: 0.4s;
    z-index: 4;
  }
}
.common-header__nav.active {
  left: 0%;
  opacity: 1;
}
.common-header__navInner {
  width: 100%;
}
@media (max-width: 767px) {
  .common-header__navInner {
    padding: 0 5.3333333333vw;
  }
}
.common-header__navInner > ul {
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .common-header__navInner > ul {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .common-header__navInner > ul {
    padding-top: 1.8666666667vw;
  }
}
.common-header__navInner > ul > li {
  text-align: right;
}
@media (max-width: 767px) {
  .common-header__navInner > ul > li {
    text-align: left;
  }
}
.common-header__navInner > ul > li:nth-of-type(n + 2) {
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .common-header__navInner > ul > li:nth-of-type(n + 2) {
    margin-top: 0.5859375vw;
  }
}
@media (max-width: 767px) {
  .common-header__navInner > ul > li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.common-header__navInner > ul > li a {
  font-size: 31px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2903225806;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #1A1A1A;
}
@media (max-width: 1024px) {
  .common-header__navInner > ul > li a {
    font-size: 3.02734375vw;
  }
}
@media screen and (max-width: 900px) {
  .common-header__navInner > ul > li a {
    font-size: 2.627344vw;
  }
}
@media (max-width: 767px) {
  .common-header__navInner > ul > li a {
    color: white;
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0em;
    paint-order: 0;
    -webkit-text-stroke: 0;
  }
}
.common-header__navInner > ul > li a:hover {
  color: #1A1A1A;
  opacity: 1;
}
@media (max-width: 767px) {
  .common-header__navInner > ul > li a:hover {
    color: white;
  }
}
.common-header__navLogo {
  width: 138px;
  margin-left: auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .common-header__navLogo {
    width: 34.6666666667vw;
    margin-right: auto;
  }
}
.common-header__navLogo a {
  display: block;
  position: relative;
  width: 100%;
}
.common-header__navBtn.btn {
  display: none;
}
@media (max-width: 767px) {
  .common-header__navBtn.btn {
    width: 46.1333333333vw;
    height: 21.8666666667vw;
    display: block;
    margin-top: 5.0666666667vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.common-header__lang {
  color: #A6A6A6;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 700;
  padding-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-header__lang {
    display: none;
  }
}
.common-header__lang > a.active {
  color: #1A1A1A;
}
.common-header__lang > span {
  display: block;
  margin: 0px 3px;
}
.common-header__info {
  width: 194px;
  margin-top: 32px;
  position: absolute;
  left: 100%;
  z-index: 1;
  pointer-events: all;
}
.common-header__infoLogo {
  width: 327px;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-58%);
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 1280px) {
  .common-header__infoLogo {
    width: 25.546875vw;
    left: 5.46875vw;
  }
}
@media (max-width: 1024px) {
  .common-header__infoLogo {
    width: 22.546875vw;
    left: 4.46875vw;
  }
}
@media screen and (max-width: 900px) {
  .common-header__infoLogo {
    width: 20.546875vw;
    left: 4.46875vw;
  }
}
.common-header__infoList {
  width: 178px;
  margin-left: auto;
}
.common-header__infoList > li:nth-of-type(n + 2) {
  margin-top: 18px;
}
.common-header__infoList > li > h2 {
  font-size: 11px;
  line-height: 1.7272727273;
}
.common-header__infoList > li.date .common-header__infoCont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.common-header__infoList > li.date .common-header__infoCont > time > span {
  font-size: 15px;
  line-height: 1.4666666667;
  margin: 0 1px;
}
.common-header__infoList > li.spot .common-header__infoCont > address {
  font-style: normal;
}
.common-header__infoList > li .common-header__infoCont {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4782608696;
  letter-spacing: 0.05em;
  padding-top: 4px;
  margin-top: 5px;
  border-top: solid 2px #1A1A1A;
}
.common-header__infoBtn {
  width: 173px;
  padding-top: 67px;
}
.common-header__infoBtnItem.btn {
  height: 82px;
}
.common-header__infoBtnItem.btn:nth-of-type(2) {
  margin-top: 20px;
}

.fixed-logo {
  display: none;
}
@media (max-width: 767px) {
  .fixed-logo {
    width: 27.7333333333vw;
    display: block;
    position: fixed;
    top: 2.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
  }
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  width: 375px;
  color: white;
  font-size: 23px;
  line-height: 1.8260869565;
  z-index: 3;
  position: relative;
  padding-top: 146px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-footer {
    font-size: 6.1333333333vw;
    width: 100vw;
    padding-top: 38.9333333333vw;
  }
}
.common-footer__inner {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .common-footer__inner {
    padding-top: 16vw;
    padding-bottom: 5.0666666667vw;
  }
}
.common-footer__content {
  width: 375px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .common-footer__content {
    width: 100vw;
    width: 100%;
  }
}
.common-footer__content > a {
  position: absolute;
  width: 173px;
  height: 82px;
  bottom: 31px;
  right: 0;
}
@media (max-width: 767px) {
  .common-footer__content > a {
    width: 46.1333333333vw;
    height: 21.8666666667vw;
    bottom: 8.2666666667vw;
  }
}
.common-footer__logo {
  position: absolute;
  width: 243px;
  height: 116px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .common-footer__logo {
    width: 64.8vw;
    height: 30.9333333333vw;
    top: 21.3333333333vw;
  }
}
.common-footer__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-footer__left {
  width: 100%;
  margin-left: 20px;
  font-weight: 800;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .common-footer__left {
    margin-left: 5.3333333333vw;
  }
}
.common-footer__privacyPolicy {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .common-footer__privacyPolicy {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 9.8666666667vw;
  }
}
.common-footer__copyright {
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 7.4666666667vw;
  }
}

/*  layout > page-top
============================================================================================================ */
.pageTop {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8461538462;
  cursor: pointer;
  padding-right: 30px;
  position: fixed;
  bottom: 55px;
  left: -38px;
  transform: rotate(-90deg);
  transform-origin: center;
  z-index: 100;
}
@media (max-width: 767px) {
  .pageTop {
    display: none;
  }
}
.pageTop > span {
  line-height: 1;
  width: 27px;
  height: 12px;
  display: block;
  position: absolute;
  top: 45%;
  right: -2px;
  transform: translateY(-50%);
}
.pageTop--wrap {
  position: relative;
  width: 74px;
  height: 70px;
}
@media (max-width: 767px) {
  .pageTop--wrap {
    width: 25.3333333333vw;
    height: 24.2666666667vw;
  }
}

.fixed__btn {
  transform: translateX(180%);
  transition: 1s;
}
.fixed__btn.view {
  transform: translateX(0);
  transition: 1s;
}
@media (max-width: 767px) {
  .fixed__btn {
    transform: translateX(-180%);
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/*  layout > top
============================================================================================================ */
/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 11px;
  font-size: 0.7857142857rem;
  display: block;
  margin: 71px 0 25px;
}
@media (max-width: 767px) {
  .page-contact__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin: 21.3333333333vw 0 16vw;
  }
}

.page.confirm .page-contact__intro {
  text-align: center;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact__intro {
    margin-bottom: 26.6666666667vw;
  }
}

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 260px;
  margin: 0 auto 41px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 105.0666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.page.thanks .page-contact__intro {
  text-align: center;
  line-height: 2.2857142857;
  margin-bottom: 69px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__intro {
    line-height: 2.0714285714;
    margin-bottom: 26.6666666667vw;
  }
}

/*  layout > top
============================================================================================================ */
/* layout > privacy-policy
============================================================================================================ */
body.privacy .common-main {
  padding-bottom: 54px;
}
@media (max-width: 767px) {
  body.privacy .common-main {
    padding-bottom: 14.4vw;
  }
}

.page-privacy {
  max-width: 335px;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-privacy {
    max-width: 89.3333333333vw;
    padding-top: 21.3333333333vw;
  }
}
.page-privacy__hgroup {
  text-align: center;
}
.page-privacy__heading.logo {
  display: block;
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-privacy__heading.logo {
    max-width: 60vw;
  }
}
.page-privacy__heading.txt {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-privacy__heading.txt {
    font-size: 12px;
    font-size: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
.page-privacy__main {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-privacy__main {
    margin-top: 13.3333333333vw;
  }
}
.page-privacy__box:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-privacy__box:nth-of-type(n + 2) {
    margin-top: 13.3333333333vw;
  }
}
.page-privacy__ttl {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 2px solid #FBA7D1;
}
@media (max-width: 767px) {
  .page-privacy__ttl {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding-bottom: 3.2vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.page-privacy__txt {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.7142857143;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .page-privacy__txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 5.0666666667vw;
  }
}
.page-privacy ul {
  font-size: 14px;
  font-size: 1rem;
  padding-left: 1.35em;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page-privacy ul {
    font-size: 7px;
    font-size: 3.7333333333vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.55em;
    line-height: 1.7142857143;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ul li {
  list-style: disc;
}
.page-privacy ol {
  padding-left: 1em;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page-privacy ol {
    font-size: 7px;
    font-size: 3.7333333333vw;
    display: inline-block;
    text-align: left;
    line-height: 1.7142857143;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ol li {
  list-style: inherit;
}
.page-privacy ol li > ol {
  padding-left: 2em;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .page-privacy ol li > ol {
    margin: 4vw 0 6.6666666667vw;
  }
}
.page-privacy ol li > ol li {
  list-style-type: cjk-ideographic;
}
.page-privacy p.last {
  text-align: right;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page-privacy p.last {
    margin-top: 26.6666666667vw;
  }
}
.page-privacy p a {
  color: blue;
  word-break: break-all;
}
.page-privacy p a:hover {
  text-decoration: underline;
}

/* layout > terms-of-service
============================================================================================================ */
/* module
============================================================================ */
/* module > btn & cta
============================================================================ */
.btn {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.btn:before {
  content: "";
  background-color: white;
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 18px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .btn:before {
    width: 4.8vw;
  }
}
.btn_style01 {
  max-width: 305px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btn_style01 {
    max-width: 81.3333333333vw;
    height: 29.3333333333vw;
  }
}
.btn_style02 {
  max-width: 127px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btn_style02 {
    max-width: 33.8666666667vw;
    height: 9.3333333333vw;
  }
}
.btn_style03 {
  max-width: 87px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btn_style03 {
    max-width: 23.2vw;
    height: 9.3333333333vw;
  }
}
.btn_hover {
  position: relative;
}
.btn_hover:hover {
  opacity: 1;
}
.btn_hover .hover_btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.btn_hover .hover_btn.on {
  opacity: 1;
}
.btn_hover .hover_btn.on:hover {
  opacity: 0;
}
.btn_hover .hover_btn:hover {
  opacity: 1;
}
.btn > .shine {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .btn > .shine {
    border-radius: 2.4vw;
  }
}
.btn > .shine.left {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 75%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 75%, 0 0);
}
.btn > .shine.right {
  -webkit-clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
}
.btn > .shine::after {
  content: "";
  background-color: #dddddd;
  width: 30px;
  height: 100%;
  top: -180px;
  left: 0;
  display: block;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
  pointer-events: none;
}
@media (max-width: 767px) {
  .btn > .shine::after {
    width: 8vw;
    top: -48vw;
  }
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lang-btn {
  display: none;
}
@media (max-width: 767px) {
  .lang-btn {
    display: block;
    position: fixed;
    top: 4.2666666667vw;
    right: 1.3333333333vw;
    z-index: 40;
  }
}
.lang-btn.active > span:before {
  transform: translateY(-50%) rotate(180deg);
}
.lang-btn.active .lang-btn__list > li > a {
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}
.lang-btn > span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8461538462;
  color: #1A1A1A;
  padding-left: 18px;
  padding-right: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .lang-btn > span {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    padding-left: 4.8vw;
    padding-right: 1.3333333333vw;
  }
}
.lang-btn > span:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(./img/parts/icn/triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .lang-btn > span:before {
    width: 4.2666666667vw;
    height: 3.4666666667vw;
  }
}
.lang-btn__list {
  background: white;
  width: 79px;
  padding: 11px 10px 9px;
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (max-width: 767px) {
  .lang-btn__list {
    width: 21.0666666667vw;
    padding: 2.9333333333vw 2.6666666667vw 2.4vw;
    border-radius: 1.3333333333vw;
  }
}
.lang-btn__list > li > a {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.8461538462;
  text-align: center;
  color: #A6A6A6;
  display: block;
  opacity: 0;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .lang-btn__list > li > a {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}
.lang-btn__list > li > a.active {
  color: #1A1A1A;
}

input[type=text], input[type=email], select, textarea {
  width: 100%;
  border: 0;
  padding: 5px 10px;
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type=radio] {
  vertical-align: 0.15em;
  margin-right: 5px;
}

[data-scroll] {
  transition: 1s;
}

[data-scroll=in] {
  opacity: 1;
}

.sec {
  background: #FFFEFD;
  transition: 0.6s;
}
.sec-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec-bg {
    display: none;
  }
}
.sec-cont {
  width: 100%;
  background: #FFFEFD;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .sec-cont {
    max-width: 100vw;
  }
}

/*  module > breadcrumbs
============================================================================================================ */
.mod-heading {
  width: 343px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mod-heading {
    width: 91.4666666667vw;
  }
}
.mod-heading > span {
  width: 100%;
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .mod-heading > span {
    filter: drop-shadow(0px 0px 5.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.mod-heading > h1, .mod-heading > h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .mod-heading > h1, .mod-heading > h2 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.mod-subHeading {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mod-subHeading {
    margin-bottom: 8vw;
  }
}
.mod-subHeading > span {
  height: 100%;
  display: block;
}
.mod-subHeading > span > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mod-subHeading > h2, .mod-subHeading > h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .mod-subHeading > h2, .mod-subHeading > h3 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 1.6vw;
  }
}

/* module > top
============================================================================ */
.mod-list {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mod-list {
    max-width: 89.3333333333vw;
  }
}
.mod-list__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: space-between;
  flex-direction: row;
}
.mod-list__main > li {
  width: 154px;
  margin-right: 27px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: space-between;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mod-list__main > li {
    width: 41.0666666667vw;
    margin-right: 7.2vw;
  }
}
.mod-list__main > li:nth-of-type(even) {
  margin-right: 0;
}
.mod-list__main > li:nth-of-type(n + 3) {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .mod-list__main > li:nth-of-type(n + 3) {
    margin-top: 9.6vw;
  }
}
.mod-list__main > li:last-of-type {
  margin-right: 0;
}
.mod-list__mainThumb {
  width: 100%;
  height: 154px;
}
@media (max-width: 767px) {
  .mod-list__mainThumb {
    height: 41.0666666667vw;
  }
}
.mod-list__mainName {
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .mod-list__mainName {
    margin-top: 1.0666666667vw;
  }
}
.mod-list__mainOverview {
  display: none;
}
.mod-list__mainSns {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mod-list__mainSns {
    padding-top: 2.6666666667vw;
  }
}
.mod-list__mainSns > a {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .mod-list__mainSns > a {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.8666666667vw;
  }
}
.mod-list__mainSns > a:last-of-type {
  margin-right: 0;
}
.mod-list__mainSns > a:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .mod-list__mainSns > a:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.mod-list__mainSns > a.web {
  background: #FBA7D1;
}
.mod-list__mainSns > a.web:before {
  background-image: url(./img/parts/icn/web.svg);
}
.mod-list__mainSns > a.youtube {
  background: #FFAC8F;
}
.mod-list__mainSns > a.youtube:before {
  background-image: url(./img/parts/icn/youtube.svg);
}
.mod-list__mainSns > a.instagram {
  background: #A6D3EB;
}
.mod-list__mainSns > a.instagram:before {
  background-image: url(./img/parts/icn/instagram.svg);
}
.mod-list__mainSns > a.x {
  background: #FFDF9B;
}
.mod-list__mainSns > a.x:before {
  background-image: url(./img/parts/icn/x.svg);
}
.mod-list__mainSns > a.spotify {
  background: #89DCC4;
}
.mod-list__mainSns > a.spotify:before {
  background-image: url(./img/parts/icn/spotify.svg);
}
.mod-list__mainSns > a.tiktok {
  background: #89DCC4;
}
.mod-list__mainSns > a.tiktok:before {
  background-image: url(./img/parts/icn/tiktok.svg);
}
.mod-list__sub {
  font-size: 16px;
  line-height: 1.875;
  padding-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mod-list__sub {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
    padding-top: 10.1333333333vw;
  }
}

.mod-message {
  width: 375px;
  min-height: 140px;
  height: calc(100svh - 469px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 110;
  transition: height 0.5s ease;
  z-index: 80;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mod-message {
    max-width: 100%;
    min-height: 37.3333333333vw;
    height: calc(100svh - 125.0666666667vw);
    width: 100%;
  }
}
.mod-message.is-stop {
  position: absolute;
  bottom: 100%;
}
.mod-message.is-scroll {
  height: 140px;
}
@media (max-width: 767px) {
  .mod-message.is-scroll {
    height: 37.3333333333vw;
  }
}
.mod-message.is-scroll .mod-message__cont {
  height: 140px;
}
@media (max-width: 767px) {
  .mod-message.is-scroll .mod-message__cont {
    height: 37.3333333333vw;
  }
}
.mod-message__cont {
  background: #FFFEFD;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  width: 375px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: all;
}
@media (max-width: 767px) {
  .mod-message__cont {
    width: 100%;
  }
}
.mod-message__contBg {
  width: 317px;
  margin: 0 auto;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .mod-message__contBg {
    width: 84.5333333333vw;
  }
}
.mod-message__contSlider {
  width: 375px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mod-message__contSlider {
    width: 100vw;
  }
}
.mod-message__contSlider > .swiper {
  width: 100%;
  height: 100%;
}
.mod-message__contSlider > .swiper > .swiper-wrapper {
  height: 100%;
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide {
  height: 100%;
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  width: 297px;
  height: 96.9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #FBA7D1;
  background: white;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem {
    width: 79.2vw;
    height: 25.8586666667vw;
    border: 1.0666666667vw solid #FBA7D1;
    border-radius: 1.0666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-img {
  width: 97px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  left: -4px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-img {
    width: 25.8666666667vw;
    height: 25.8666666667vw;
    left: -1.0666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-img > img {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-img > img {
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 190px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt {
    width: 50.6666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > p {
  font-size: 11px;
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > p {
    font-size: 2.9333333333vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > img {
  height: 45px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > img {
    height: 12vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a {
  position: relative;
  color: #89DCC4;
  font-size: 11px;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a {
    font-size: 2.9333333333vw;
    margin-right: 5.0666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a > span {
  position: absolute;
  opacity: 1;
  transition: 3s cubic-bezier(0, 0.55, 0.29, 0.91);
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a > span svg {
  fill: #89DCC4;
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a > span:nth-child(2) {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0.9, 0, 0.98);
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem-cnt > a > span:nth-child(2) svg {
  fill: green;
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem:hover a {
  color: green;
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem:hover a span {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0.9, 0, 0.98);
}
.mod-message__contSlider > .swiper > .swiper-wrapper > .swiper-slide .slideItem:hover a span:nth-child(2) {
  opacity: 1;
  transition: 3s cubic-bezier(0, 0.55, 0.29, 0.91);
}
.mod-message__contSlider > .swiper > .swiper-button-prev {
  left: 1px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-button-prev {
    left: 1.8666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-button-next {
  right: 1px;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-button-next {
    right: 1.8666666667vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-button-prev::after,
.mod-message__contSlider > .swiper .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 22.26px;
  width: 16.61px;
  margin: auto;
}
@media (max-width: 767px) {
  .mod-message__contSlider > .swiper > .swiper-button-prev::after,
  .mod-message__contSlider > .swiper .swiper-button-next::after {
    height: 5.936vw;
    width: 4.4293333333vw;
  }
}
.mod-message__contSlider > .swiper > .swiper-button-prev::after {
  background-image: url(./img/parts/message/prev.svg);
}
.mod-message__contSlider > .swiper > .swiper-button-next::after {
  background-image: url(./img/parts/message/next.svg);
}

.mod-modal {
  background: rgba(0, 0, 0, 0.65);
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 104;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.mod-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.mod-modal__inner {
  color: #1A1A1A;
  background: #FFFEFD;
  max-width: 320px;
  width: 100%;
  padding: 21px 0 23px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -54%);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mod-modal__inner {
    max-width: 85.3333333333vw;
    padding: 5.3333333333vw 0 6.1333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.mod-modal__wrap {
  max-width: 279px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mod-modal__wrap {
    max-width: 74.4vw;
  }
}
.mod-modal__cross {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mod-modal__cross {
    width: 9.6vw;
    height: 9.6vw;
    bottom: calc(100% + 2.6666666667vw);
  }
}
.mod-modal__name {
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .mod-modal__name {
    font-size: 9px;
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}
.mod-modal__overview {
  font-weight: 900;
  margin-top: 12px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mod-modal__overview {
    margin-top: 3.2vw;
  }
}
.mod-modal__sns {
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mod-modal__sns {
    padding-top: 4.8vw;
  }
}
.mod-modal__sns > a {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .mod-modal__sns > a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 3.2vw;
  }
}
.mod-modal__sns > a:last-of-type {
  margin-right: 0;
}
.mod-modal__sns > a:before {
  content: "";
  width: 27px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .mod-modal__sns > a:before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.mod-modal__sns > a.web {
  background: #FBA7D1;
}
.mod-modal__sns > a.web:before {
  background-image: url(./img/parts/icn/web.svg);
}
.mod-modal__sns > a.youtube {
  background: #FFAC8F;
}
.mod-modal__sns > a.youtube:before {
  background-image: url(./img/parts/icn/youtube.svg);
}
.mod-modal__sns > a.instagram {
  background: #A6D3EB;
}
.mod-modal__sns > a.instagram:before {
  background-image: url(./img/parts/icn/instagram.svg);
}
.mod-modal__sns > a.x {
  background: #FFDF9B;
}
.mod-modal__sns > a.x:before {
  background-image: url(./img/parts/icn/x.svg);
}
.mod-modal__sns > a.spotify {
  background: #89DCC4;
}
.mod-modal__sns > a.spotify:before {
  background-image: url(./img/parts/icn/spotify.svg);
}

/* module > top
============================================================================ */
/* module > top > kv
============================================================================== */
.top-kv {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  background: #FFFEFD;
}
@media (max-width: 767px) {
  .top-kv {
    max-width: 100%;
  }
}
.top-kv__slider {
  max-width: 100%;
  width: 100%;
  min-height: 469px;
  height: 469px;
}
@media (max-width: 767px) {
  .top-kv__slider {
    min-height: 125.0666666667vw;
    height: 125.0666666667vw;
  }
}
.top-kv__slider .swiper-pagination {
  line-height: 1;
  height: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  top: auto;
  bottom: 6px;
}
@media (max-width: 767px) {
  .top-kv__slider .swiper-pagination {
    height: 2.1333333333vw;
    bottom: 1.6vw;
  }
}
.top-kv__slider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  margin: 0px 8px !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .top-kv__slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0px 2.1333333333vw !important;
  }
}
.top-kv__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

/* module > top > event
============================================================================== */
.top-info {
  padding: 0 0 80px;
  background: #FEE9F3;
  position: relative;
}
@media (max-width: 767px) {
  .top-info {
    padding: 0 0 21.3333333333vw;
  }
}
.top-info.is-scroll .top-info__list:before {
  animation: poyoyon 1s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
.top-info__inner {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-info__inner {
    max-width: 100%;
    padding-top: 13.3333333333vw;
  }
}
.top-info__inner > .mod-heading > span {
  filter: drop-shadow(2px 0px 9px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .top-info__inner > .mod-heading > span {
    filter: drop-shadow(0px 0px 5.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.top-info__list {
  padding: 40px 20px 0px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .top-info__list {
    max-width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
}
.top-info__list:before {
  content: "";
  width: 73px;
  height: 97px;
  background-image: url(./img/common/character.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -12px;
  right: -14px;
  transform: translateX(150%);
}
@media (max-width: 767px) {
  .top-info__list:before {
    width: 19.4666666667vw;
    height: 25.8666666667vw;
    top: -3.2vw;
    right: -3.7333333333vw;
  }
}
@keyframes poyoyon {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-15%);
  }
  65% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-info__list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.top-info__list > li:nth-of-type(n + 2) {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .top-info__list > li:nth-of-type(n + 2) {
    margin-top: 5.8666666667vw;
  }
}
.top-info__list > li.time .top-info__cont > ul > li:nth-of-type(n + 2) {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .top-info__list > li.time .top-info__cont > ul > li:nth-of-type(n + 2) {
    margin-top: 4.8vw;
  }
}
.top-info__list > li.time .top-info__cont > ul > li > small {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767px) {
  .top-info__list > li.time .top-info__cont > ul > li > small {
    font-size: 7.5px;
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top-info__list > li.time .top-info__cont > ul > li > ul > li time {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .top-info__list > li.time .top-info__cont > ul > li > ul > li time {
    margin-left: 2.1333333333vw;
  }
}
.top-info__list > li.time .top-info__cont > ul > li > ul > li time.en {
  margin-left: 0;
}
.top-info__list > li.spot .top-info__cont address {
  font-style: normal;
}
.top-info__list > li.spot .top-info__cont address > small {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-top: 8px;
  display: block;
}
@media (max-width: 767px) {
  .top-info__list > li.spot .top-info__cont address > small {
    font-size: 7.5px;
    font-size: 4vw;
    margin-top: 2.1333333333vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.top-info__list > li.ticket .top-info__cont > ul > li:nth-of-type(n + 2) {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li:nth-of-type(n + 2) {
    margin-top: 5.6vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont {
  width: 200px;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont {
    width: 53.3333333333vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont > h3 {
  letter-spacing: 0.15em;
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price {
    margin-top: 0.8vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span {
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span {
    font-size: 12px;
    font-size: 6.4vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span.left {
  font-size: 17px;
  line-height: 1.4705882353;
  margin-top: 3px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span.left {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    margin-top: 0.8vw;
    margin-right: 0.5333333333vw;
  }
}
.top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span.right {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 4px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__cont > ul > li .ticket-cont .price > span.right {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
    margin-left: 0.8vw;
  }
}
.top-info__list > li.ticket .top-info__termsBtn {
  margin-left: auto;
  margin-top: -4px;
  margin-right: -8px;
}
@media (max-width: 767px) {
  .top-info__list > li.ticket .top-info__termsBtn {
    margin-top: -1.0666666667vw;
    margin-right: -2.1333333333vw;
  }
}
.top-info__list > li > h2 {
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .top-info__list > li > h2 {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}
.top-info__list > li > h2.en {
  letter-spacing: 0.1em;
  transform: rotate(270deg);
  width: 23px;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .top-info__list > li > h2.en {
    width: 6.1333333333vw;
  }
}
.top-info__list > .date > h2.en {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .top-info__list > .date > h2.en {
    margin-top: 1.6vw;
  }
}
.top-info__list > .time > h2.en {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .top-info__list > .time > h2.en {
    margin-top: 2.1333333333vw;
  }
}
.top-info__list > .spot > h2.en {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .top-info__list > .spot > h2.en {
    margin-top: 4.5333333333vw;
  }
}
.top-info__list > .ticket > h2.en {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-info__list > .ticket > h2.en {
    margin-top: 13.3333333333vw;
  }
}
.top-info__cont {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  width: 298px;
  padding-bottom: 9px;
  position: relative;
}
@media (max-width: 767px) {
  .top-info__cont {
    font-size: 13px;
    font-size: 6.9333333333vw;
    width: 79.4666666667vw;
    padding-bottom: 2.4vw;
  }
}
.top-info__cont:before {
  content: "";
  width: 2px;
  height: calc(100% - 6px);
  background: #1A1A1A;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-info__cont:before {
    width: 0.5333333333vw;
    height: calc(100% - 1.6vw);
    left: -4.5333333333vw;
  }
}
.top-info__cont > time {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.top-info__cont > time > span {
  font-size: 17px;
  line-height: 1.4705882353;
  margin: 6px 1px 0px;
}
@media (max-width: 767px) {
  .top-info__cont > time > span {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    margin: 1.6vw 0.2666666667vw 0;
  }
}
.top-info__slider {
  width: 375px;
  margin: 50px auto 80px;
  height: 150px;
  width: 375px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-info__slider {
    width: 100vw;
    margin: 13.3333333333vw 0 21.3333333333vw;
    height: 40vw;
    width: 100%;
  }
}
.top-info__slider .swiper-slide {
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .top-info__slider .swiper-slide {
    width: 40vw;
    height: 40vw;
  }
}
.top-info__slider .innerimg {
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .top-info__slider .innerimg {
    width: 40vw;
    height: 40vw;
  }
}
.top-info .swiperAuto .swiper-wrapper {
  transition-timing-function: linear;
}
.top-info__btn {
  width: 305px;
  height: 110px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .top-info__btn {
    width: 81.3333333333vw;
    height: 29.3333333333vw;
  }
}
.top-info__btn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* module > top > about
============================================================================== */
.top-about {
  background: #FFEAE3;
  padding: 10px 0 80px;
}
@media (max-width: 767px) {
  .top-about {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-about__inner {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-about__inner {
    max-width: 100%;
    padding-top: 13.3333333333vw;
  }
}
.top-about__video {
  width: 335px;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-about__video {
    width: 89.3333333333vw;
    margin-top: 10.6666666667vw;
    overflow: hidden;
  }
}
.top-about__videoHeading {
  color: transparent;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 2px #1A1A1A;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .top-about__videoHeading {
    font-size: 20px;
    font-size: 10.6666666667vw;
    -webkit-text-stroke: 0.5333333333vw #1A1A1A;
    left: -28vw;
  }
}
.top-about__videoHeadingItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.top-about__videoHeadingItem.high {
  flex-wrap: nowrap;
}
.top-about__videoHeadingItem.high:before {
  content: "";
  width: 22px;
  height: 28px;
  background-image: url(./img/parts/about/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-155%, -48%);
}
@media (max-width: 767px) {
  .top-about__videoHeadingItem.high:before {
    width: 5.8666666667vw;
    height: 7.4666666667vw;
  }
}
.top-about__videoHeadingItem.high > span {
  letter-spacing: -0.03em;
}
.top-about__videoHeadingItem.high > span:nth-of-type(2) {
  margin-left: 27px;
}
@media (max-width: 767px) {
  .top-about__videoHeadingItem.high > span:nth-of-type(2) {
    margin-left: 7.2vw;
  }
}
.top-about__videoHeadingItem.low span {
  letter-spacing: -0.01em;
}
.top-about__videoHeadingItem.low span:nth-of-type(2) {
  padding-left: 11px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .top-about__videoHeadingItem.low span:nth-of-type(2) {
    padding-left: 2.9333333333vw;
    margin-top: 0.8vw;
  }
}
.top-about__videoHeadingItem > span {
  display: inline-block;
}
.top-about__video video {
  width: 100%;
  height: 188px;
  margin: 3px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .top-about__video video {
    max-width: 89.3333333333vw;
    height: 50.1333333333vw;
    margin: 0.8vw 0;
  }
}
.top-about__videoTxt {
  line-height: 1.7142857143;
  max-width: 279px;
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__videoTxt {
    max-width: 74.4vw;
    padding-top: 13.3333333333vw;
  }
}
.top-about__enjoy {
  max-width: 335px;
  width: 100%;
  padding-top: 69px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__enjoy {
    padding-top: 18.4vw;
    max-width: 89.3333333333vw;
  }
}
.top-about__enjoyAnchor {
  padding-top: 18px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-about__enjoyAnchor {
    padding-top: 4.8vw;
  }
}
.top-about__enjoyAnchorItem > a {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1764705882;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-about__enjoyAnchorItem > a {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    padding-right: 6.6666666667vw;
  }
}
.top-about__enjoyAnchorItem > a:nth-of-type(n + 2) {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .top-about__enjoyAnchorItem > a:nth-of-type(n + 2) {
    margin-top: 2.1333333333vw;
  }
}
.top-about__enjoyAnchorItem > a > span {
  line-height: 1;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-53%);
}
@media (max-width: 767px) {
  .top-about__enjoyAnchorItem > a > span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.top-about__enjoyAnchorItem > a > span > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-about__enjoyAnchorItem.left {
  color: #FFAC8F;
}
.top-about__enjoyAnchorItem.left > a > span > svg path {
  fill: #FFAC8F;
}
.top-about__enjoyAnchorItem.right {
  color: #89DCC4;
}
.top-about__enjoyAnchorItem.right > a > span > svg path {
  fill: #89DCC4;
}
.top-about__enjoyMap {
  background: black;
  padding: 15px 15px 12px;
}
@media (max-width: 767px) {
  .top-about__enjoyMap {
    padding: 4vw 4vw 3.2vw;
  }
}
.top-about__enjoyMap > p {
  color: white;
  margin: 17px 0 12px;
}
@media (max-width: 767px) {
  .top-about__enjoyMap > p {
    margin: 4.5333333333vw 0 3.2vw;
  }
}
.top-about__enjoyIntro {
  line-height: 1.7142857143;
  max-width: 279px;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__enjoyIntro {
    max-width: 74.4vw;
    padding-top: 10.6666666667vw;
  }
}
.top-about__enjoyTable {
  margin-top: 59px;
}
@media (max-width: 767px) {
  .top-about__enjoyTable {
    margin-top: 15.7333333333vw;
  }
}
.top-about__tiktok {
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-about__tiktok {
    margin-top: 21.3333333333vw;
  }
}
.top-about__tiktok > .tiktok-embed {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.top-about__tiktok > .tiktok-embed iframe {
  width: 100%;
  overflow: hidden;
}

/* module > top > music
============================================================================== */
.top-music {
  background: #E9F4F9;
  padding: 10px 0px 80px;
}
@media (max-width: 767px) {
  .top-music {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-music > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-music > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-music__intro {
  line-height: 1.7142857143;
  max-width: 279px;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-music__intro {
    max-width: 74.4vw;
    padding-top: 10.6666666667vw;
  }
}
.top-music__artist {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .top-music__artist {
    padding-top: 18.6666666667vw;
  }
}
.top-music__btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-music__btn {
    margin-top: 21.3333333333vw;
  }
}

/* module > top > fashion
============================================================================== */
.top-fashion {
  background: #FFF7E6;
  padding: 10px 0px 80px;
}
@media (max-width: 767px) {
  .top-fashion {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-fashion > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-fashion > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-fashion__intro {
  line-height: 1.7142857143;
  max-width: 279px;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-fashion__intro {
    max-width: 74.4vw;
    padding-top: 10.6666666667vw;
  }
}
.top-fashion .top-fashion__model {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .top-fashion .top-fashion__model {
    padding-top: 18.6666666667vw;
  }
}
.top-fashion__btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-fashion__btn {
    margin-top: 21.3333333333vw;
  }
}

/* module > top > exhibition
============================================================================== */
.top-exhibition {
  background: #E2F6F0;
  padding: 10px 0px 80px;
}
@media (max-width: 767px) {
  .top-exhibition {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-exhibition > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-exhibition > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-exhibition__intro {
  line-height: 1.7142857143;
  max-width: 279px;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-exhibition__intro {
    max-width: 74.4vw;
    padding-top: 10.6666666667vw;
  }
}
.top-exhibition .mod-list {
  padding-top: 59px;
}
.top-exhibition__btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-exhibition__btn {
    margin-top: 21.3333333333vw;
  }
}

/* module > top > goods
============================================================================== */
.top-goods {
  padding: 10px 0 80px;
  background: #FEE9F3;
}
@media (max-width: 767px) {
  .top-goods {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-goods > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-goods > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-goods.sec {
  margin-top: 0;
}
.top-goods__list {
  max-width: 278px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .top-goods__list {
    max-width: 74.1333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.top-goods__item:nth-of-type(n + 2) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-goods__item:nth-of-type(n + 2) {
    margin-top: 8.5333333333vw;
  }
}
.top-goods__thumb {
  width: 100%;
  height: 278px;
}
@media (max-width: 767px) {
  .top-goods__thumb {
    height: 74.1333333333vw;
  }
}
.top-goods__name {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.6875;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-goods__name {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.top-goods__name span {
  display: inline-block;
  text-align: left;
}
.top-goods__btn {
  position: relative;
  display: block;
  max-width: 278px;
  width: 100%;
  height: 84px;
  margin: 50px auto 26px;
}
@media (max-width: 767px) {
  .top-goods__btn {
    max-width: 74.1333333333vw;
    height: 22.4vw;
    margin: 13.3333333333vw auto 6.9333333333vw;
  }
}

/* module > top > ticket
============================================================================== */
.top-ticket {
  padding: 10px 0 80px;
  background: #FFEAE3;
}
@media (max-width: 767px) {
  .top-ticket {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-ticket > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-ticket > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-ticket.sec {
  margin-top: 0;
}
.top-ticket__inner {
  max-width: 335px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .top-ticket__inner {
    max-width: 89.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.top-ticket__seat {
  width: 100%;
  height: 335px;
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .top-ticket__seat {
    height: 89.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.top-ticket__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 36px 27px;
}
@media (max-width: 767px) {
  .top-ticket__list {
    gap: 9.6vw 7.2vw;
  }
}
.top-ticket__item {
  max-width: 154px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-ticket__item {
    max-width: 41.0666666667vw;
  }
}
.top-ticket__thumb {
  width: 100%;
  height: 154px;
}
@media (max-width: 767px) {
  .top-ticket__thumb {
    height: 41.0666666667vw;
  }
}
.top-ticket__name {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.7142857143;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-ticket__name {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.top-ticket__name span {
  display: inline-block;
  text-align: left;
}
.top-ticket__name span.en {
  text-align: center;
}
.top-ticket__name span p {
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-ticket__name span p {
    font-size: 3.2vw;
  }
}
.top-ticket__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  gap: 0 3px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .top-ticket__price {
    margin-top: 1.3333333333vw;
  }
}
.top-ticket__price .mark {
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1.4705882353;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .top-ticket__price .mark {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    margin-bottom: 0.8vw;
  }
}
.top-ticket__price .number {
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .top-ticket__price .number {
    font-size: 12px;
    font-size: 6.4vw;
  }
}
.top-ticket__price .tax {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .top-ticket__price .tax {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top-ticket__price .tax.en {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .top-ticket__price .tax.en {
    margin-left: 1.0666666667vw;
  }
}
.top-ticket__price .tax.kr {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .top-ticket__price .tax.kr {
    margin-left: 1.6vw;
  }
}
.top-ticket__price.en {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
}
.top-ticket__price.kr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
}
.top-ticket__btn {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-ticket__btn {
    margin-top: 21.3333333333vw;
  }
}
.top-ticket__terms {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top-ticket__terms {
    margin-top: 18.6666666667vw;
  }
}
.top-ticket__termsContent {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.7142857143;
  padding: 20px;
  background: #FFFEFD;
}
@media (max-width: 767px) {
  .top-ticket__termsContent {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
  }
}
.top-ticket__termsBtn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-ticket__termsBtn {
    margin-top: 8vw;
  }
}

/* module > top > access
============================================================================== */
.top-access {
  padding: 10px 0 80px;
  background: #E9F4F9;
}
@media (max-width: 767px) {
  .top-access {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
.top-access > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-access > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-access__inner {
  width: 375px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-access__inner {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.top-access__map {
  width: 335px;
  height: 335px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-access__map {
    width: 89.3333333333vw;
    height: 89.3333333333vw;
  }
}
.top-access__map > iframe {
  width: 700px;
  height: 800px;
  margin: -222px 0 0 -178px;
}
@media (max-width: 767px) {
  .top-access__map > iframe {
    width: 186.6666666667vw;
    height: 213.3333333333vw;
    margin: -59.2vw 0 0 -47.4666666667vw;
  }
}
.top-access__btn {
  width: 335px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .top-access__btn {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.top-access__description {
  width: 335px;
  margin: 32px auto 0;
  font-weight: bolder;
  font-size: 13px;
}
@media (max-width: 767px) {
  .top-access__description {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 0;
    font-size: 3.4666666667vw;
  }
}
.top-access__heading {
  text-align: center;
  padding-top: 3px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-access__heading {
    padding-top: 0.8vw;
  }
}
.top-access__heading > .placeName {
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-access__heading > .placeName {
    font-size: 5.3333333333vw;
  }
}
.top-access__heading > .address {
  font-size: 14px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .top-access__heading > .address {
    font-size: 3.7333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.top-access hr {
  border-top: 1px solid black;
  margin: 24px 0 17px;
}
@media (max-width: 767px) {
  .top-access hr {
    margin: 6.4vw 0 4.5333333333vw;
  }
}
.top-access__txt {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .top-access__txt {
    padding-top: 1.0666666667vw;
  }
}
.top-access__txt > p {
  line-height: 1.5;
}

.top-faq {
  width: 100%;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .top-faq {
    padding: 2.6666666667vw 0 0;
  }
}
.top-faq > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-faq > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-faq__inner {
  width: 375px;
  margin: 34px auto 0;
}
@media (max-width: 767px) {
  .top-faq__inner {
    width: 100%;
    margin: 9.0666666667vw 0 0;
  }
}
.top-faq__accordion {
  width: 343px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-faq__accordion {
    width: 91.4666666667vw;
  }
}
.top-faq__accordion > .question {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
}
.top-faq__accordion > .question > span {
  width: 29px;
  height: 40px;
  margin: 6px 0 0 10px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .question > span {
    width: 7.7333333333vw;
    height: 10.6666666667vw;
    margin: 1.6vw 0 0 2.6666666667vw;
  }
}
.top-faq__accordion > .question > p {
  width: 282px;
  line-height: 1.7;
  margin: auto 0;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .question > p {
    width: 75.2vw;
    margin: auto 0;
    padding-top: 0.5333333333vw;
  }
}
.top-faq__accordion > .questionAns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .top-faq__accordion > .questionAns {
    margin: 7.4666666667vw 0 0;
  }
}
.top-faq__accordion > .questionAns > span {
  width: 29px;
  height: 40px;
  margin: 6px 0 0 10px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .questionAns > span {
    width: 7.7333333333vw;
    height: 10.6666666667vw;
    margin: 1.6vw 0 0 2.6666666667vw;
  }
}
.top-faq__accordion > .questionAns > p {
  width: 282px;
  line-height: 1.7;
  margin: auto 0;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .questionAns > p {
    width: 75.2vw;
    margin: auto 0;
    padding-top: 0.5333333333vw;
  }
}
.top-faq__accordion svg {
  fill: black;
}
.top-faq__accordion > .partition {
  position: relative;
  margin: 47.5px 0;
  display: block;
}
@media (max-width: 767px) {
  .top-faq__accordion > .partition {
    margin: 12.6666666667vw 0;
  }
}
.top-faq__accordion > .partition:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #89DCC4;
  left: 153.5px;
  top: -18px;
  transition: background-color 0.5s ease;
}
@media (max-width: 767px) {
  .top-faq__accordion > .partition:before {
    width: 9.6vw;
    height: 9.6vw;
    left: 40.9333333333vw;
    top: -4.8vw;
  }
}
.top-faq__accordion > .partition > hr {
  border-top: 1px solid #89DCC4;
  transition: border-top-color 0.5s ease;
}
.top-faq__accordion > .partition > .minus {
  position: absolute;
  width: 25px;
  height: 30px;
  transform: translateY(-50%) rotate(0.24turn);
  transition: 0.5s;
  left: 159.5px;
  top: 0;
}
@media (max-width: 767px) {
  .top-faq__accordion > .partition > .minus {
    width: 6.6666666667vw;
    height: 8vw;
    left: 42.5333333333vw;
  }
}
.top-faq__accordion > .partition > .minus > svg {
  fill: white;
}
.top-faq__accordion > .partition > .plus {
  position: absolute;
  width: 26px;
  height: 29px;
  opacity: 1;
  transform: translateY(-50%) rotate(1turn);
  transition: 0.5s;
  left: 159.5px;
  top: -2px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .partition > .plus {
    width: 6.9333333333vw;
    height: 7.7333333333vw;
    left: 42.5333333333vw;
    top: -0.5333333333vw;
  }
}
.top-faq__accordion > .partition > .plus > svg {
  fill: white;
}
.top-faq__accordion > .partition.active:before {
  background: #FFDF9B;
}
.top-faq__accordion > .partition.active > hr {
  border-top: 1px solid #FFDF9B;
}
.top-faq__accordion > .partition.active > .minus {
  transform: translateY(-50%) rotate(2turn);
  transition: 0.5s;
  left: 158.5px;
}
@media (max-width: 767px) {
  .top-faq__accordion > .partition.active > .minus {
    left: 42.2666666667vw;
  }
}
.top-faq__accordion > .partition.active > .plus {
  opacity: 0;
  transform: translateY(-50%) rotate(2.75turn);
  transition: 0.5s;
}

/* module > top > contact
============================================================================== */
.top-contact {
  width: 100%;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .top-contact {
    padding: 2.6666666667vw 0 0;
  }
}
.top-contact > .mod-heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-contact > .mod-heading {
    padding-top: 13.3333333333vw;
  }
}
.top-contact__inner > p {
  width: 275px;
  text-align: center;
  margin: 0 auto 75px;
  letter-spacing: 0.04em;
  color: #646464;
}
@media (max-width: 767px) {
  .top-contact__inner > p {
    width: 73.3333333333vw;
    margin: 0 auto 20vw;
  }
}
.top-contact__txt {
  text-align: center;
  width: 100%;
  margin: 45px auto 0;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-contact__txt {
    margin: 12vw auto 0;
    font-size: 4vw;
  }
}
.top-contact__mail {
  width: 277px;
  margin: 28px auto 26px;
}
@media (max-width: 767px) {
  .top-contact__mail {
    width: 73.8666666667vw;
    margin: 7.4666666667vw auto 6.9333333333vw;
  }
}
.top-contact__mail > a {
  height: 84px;
}
@media (max-width: 767px) {
  .top-contact__mail > a {
    height: 22.4vw;
  }
}
.top-contact__phone {
  width: 277px;
  margin: 0 auto 3px;
}
@media (max-width: 767px) {
  .top-contact__phone {
    width: 73.8666666667vw;
    margin: 0 auto 0.8vw;
  }
}
.top-contact__phone > a {
  height: 84px;
}
@media (max-width: 767px) {
  .top-contact__phone > a {
    height: 22.4vw;
  }
}

/* module > top > partners
============================================================================== */
.top-partners {
  width: 100%;
  padding: 45px 0 100px;
}
@media (max-width: 767px) {
  .top-partners {
    padding: 12vw 0 26.6666666667vw;
  }
}
.top-partners__inner {
  width: 335px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .top-partners__inner {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.top-partners__inner:nth-of-type(n + 3) {
  margin: 35.7px auto 0;
}
@media (max-width: 767px) {
  .top-partners__inner:nth-of-type(n + 3) {
    margin: 9.52vw auto 0;
  }
}
.top-partners__name {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.top-partners__name > p {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  padding: 2px 0 11.5px;
  position: relative;
}
@media (max-width: 767px) {
  .top-partners__name > p {
    font-size: 4.8vw;
    padding: 0.5333333333vw 0 3.0666666667vw;
  }
}
.top-partners__name > p::before, .top-partners__name > p::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s;
}
.top-partners__name > p::before {
  left: 0;
}
.top-partners__name > p::after {
  right: 0;
}
.top-partners__name > p.active::before, .top-partners__name > p.active::after {
  width: 50%;
}
.top-partners__name > p.active::before {
  left: 50%;
}
.top-partners__name > p.active::after {
  right: 50%;
}
.top-partners__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
}
.top-partners__item {
  width: 154px;
  margin: 23px auto;
}
@media (max-width: 767px) {
  .top-partners__item {
    width: 41.0666666667vw;
    margin: 6.1333333333vw auto;
  }
}
.top-partners__item > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* module > top > streaming
============================================================================== */
.top-streaming {
  padding: 62px 0 60px;
  background: #FFF7E6;
}
@media (max-width: 767px) {
  .top-streaming {
    padding: 16.5333333333vw 0 16vw;
  }
}
.top-streaming__inner {
  width: 279px;
  margin: 37px auto 0;
}
@media (max-width: 767px) {
  .top-streaming__inner {
    width: 74.4vw;
    margin: 9.8666666667vw auto 0;
  }
}
.top-streaming__content {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .top-streaming__content {
    padding-top: 1.0666666667vw;
  }
}
.top-streaming__content:nth-child(n+2) {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .top-streaming__content:nth-child(n+2) {
    margin-top: 15.4666666667vw;
  }
}
.top-streaming__content > p {
  line-height: 1.7;
}
.top-streaming__content > a {
  margin: 28px auto 0;
}
@media (max-width: 767px) {
  .top-streaming__content > a {
    margin: 7.4666666667vw auto 0;
  }
}/*# sourceMappingURL=style.css.map */