@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  font-feature-settings: "palt";
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  html:has(.wrapper.index),
body:has(.wrapper.index) {
    font-size: 2vh;
  }
}
@media screen and (min-width: 768px) {
  html:has(.wrapper.news),
body:has(.wrapper.news) {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

/* flash(baseyard用)
===================================================== */
@media screen and (min-width: 768px) {
  a:hover,
.flash:hover {
    opacity: 1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: flash;
            animation-name: flash;
  }
}

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

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}

/* .gradationObi
===================================================== */
.gradationObi {
  position: relative;
  background: #f02897;
  background: linear-gradient(90deg, rgba(240, 40, 151, 0.2) 50%, rgba(240, 40, 151, 0.2) 75%, transparent 100%);
}
.gradationObi::before {
  content: "";
  display: block;
  height: 100%;
  background-color: #f02897;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gradationObi::before {
    width: 0.75vh;
  }
}
@media screen and (max-width: 767px) {
  .gradationObi::before {
    width: 6px;
  }
}

/* .shadow
===================================================== */
.shadow {
  box-shadow: 0 0 40px rgba(240, 40, 151, 0.4);
}

/* .textShadow
===================================================== */
.textShadow {
  text-shadow: 0 0 40px rgba(240, 40, 151, 0.4);
}

/* .btn
===================================================== */
.wrapper.index .btn {
  background-color: #000;
  color: #fff;
}
.wrapper.index .btn a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.wrapper.index .btn span {
  display: block;
  font-family: "bely-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn img {
    width: 2.5vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn img {
    width: 27px;
  }
}
.wrapper.index .btn__circle {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn__circle {
    width: 13.375vh;
    height: 13.375vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn__circle {
    width: 130px;
    height: 130px;
  }
}
.wrapper.index .btn__circle a {
  justify-content: center;
  line-height: 0.9736842105;
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn__circle a {
    gap: 1vh;
    font-size: 1.875vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn__circle a {
    gap: 8px;
    font-size: 19px;
  }
}
.wrapper.index .btn__square {
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn__square {
    width: 50vh;
    height: 9.75vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn__square {
    width: 90.3381642512vw;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper.index .btn__square a {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn__square a {
    padding: 0 4.375vh;
    font-size: 3.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn__square a {
    padding: 0 35px;
    font-size: 21px;
  }
}
.wrapper.index .btn__pink {
  background-color: rgba(240, 40, 151, 0.7);
}
@media screen and (min-width: 768px) {
  .wrapper.index .btn__serif a span {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btn__serif a span {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
}

.wrapper.news .btn {
  background-color: #000;
  color: #fff;
}
.wrapper.news .btn a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.wrapper.news .btn span {
  display: block;
  font-family: "bely-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .wrapper.news .btn img {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .btn img {
    width: 27px;
  }
}
.wrapper.news .btn__circle {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper.news .btn__circle {
    width: 107px;
    height: 107px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .btn__circle {
    width: 130px;
    height: 130px;
  }
}
.wrapper.news .btn__circle a {
  justify-content: center;
  line-height: 0.9736842105;
}
@media screen and (min-width: 768px) {
  .wrapper.news .btn__circle a {
    gap: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .btn__circle a {
    gap: 8px;
    font-size: 19px;
  }
}
.wrapper.news .btn__square {
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .wrapper.news .btn__square {
    width: 400px;
    height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .btn__square {
    width: 90.3381642512vw;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper.news .btn__square a {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .wrapper.news .btn__square a {
    padding: 0 35px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .btn__square a {
    padding: 0 35px;
    font-size: 21px;
  }
}

/* h2
===================================================== */
h2 {
  font-family: "bely-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #f02897;
  line-height: 1;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 11.5vh;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 110px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.index h2 {
    transform: translateX(50%);
  }
}

/* .header
===================================================== */
@media screen and (max-width: 767px) {
  .header .header_x {
    width: 25px;
    position: fixed;
    top: 27px;
    left: 26px;
    z-index: 200;
  }
}
.header .hamburger {
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  cursor: pointer;
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .header .hamburger {
    width: 6vh;
    height: 6vh;
    top: 3.125vh;
    left: 3.125vh;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    width: 42px;
    height: 42px;
    top: 19px;
    right: 16px;
  }
}
.header .hamburger.none {
  pointer-events: none;
}
.header .hamburger .hamburger_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header .hamburger .hamburger_inner {
    gap: 0.625vh;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger .hamburger_inner {
    gap: 5px;
  }
}
.header .hamburger .hamburger_item {
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .header .hamburger .hamburger_item {
    height: 0.5vh;
    width: 0.5vh;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger .hamburger_item {
    height: 4px;
    width: 4px;
  }
}

/* .nav
===================================================== */
@-webkit-keyframes nav__pc {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: translateX(10%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes nav__pc {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: translateX(10%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes nav__sp {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: translateX(-10%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes nav__sp {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: translateX(-10%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes navReverse__pc {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navReverse__pc {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes navReverse__sp {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navReverse__sp {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav {
  position: fixed;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .nav {
    top: 3.125vh;
    left: 12.5vh;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    top: 72px;
    right: 16px;
  }
}
.nav.show li {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .nav.show li {
    -webkit-animation-name: nav__pc;
            animation-name: nav__pc;
  }
}
@media screen and (max-width: 767px) {
  .nav.show li {
    -webkit-animation-name: nav__sp;
            animation-name: nav__sp;
  }
}
.nav.showEnd li {
  transform: translateX(0);
  opacity: 1;
}
.nav.hide li {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  animation-direction: reverse;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition-timing-function: ease-in;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .nav.hide li {
    -webkit-animation-name: navReverse__pc;
            animation-name: navReverse__pc;
  }
}
@media screen and (max-width: 767px) {
  .nav.hide li {
    -webkit-animation-name: navReverse__sp;
            animation-name: navReverse__sp;
  }
}
.nav.hideEnd {
  pointer-events: none;
}
.nav.hideEnd li {
  transform: translateX(-110%);
  opacity: 0;
}
.nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .nav ul {
    gap: 2.5vh;
  }
}
@media screen and (max-width: 767px) {
  .nav ul {
    gap: 15px;
    align-items: flex-end;
  }
}
.nav li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav li:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.nav li:nth-of-type(2) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}
.nav li:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.nav li:nth-of-type(4) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}
.nav li:nth-of-type(5) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.nav li:nth-of-type(6) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.nav li:last-of-type {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav li:last-of-type {
    gap: 1.25vh;
  }
}
@media screen and (max-width: 767px) {
  .nav li:last-of-type {
    gap: 7px;
  }
}
@media screen and (min-width: 768px) {
  .nav li:last-of-type a:first-of-type p {
    width: 6.25vh;
  }
}
@media screen and (max-width: 767px) {
  .nav li:last-of-type a:first-of-type p {
    width: 50px;
  }
}
.nav li:last-of-type a:first-of-type img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(64%) saturate(3505%) hue-rotate(307deg) brightness(93%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .nav li:last-of-type a:first-of-type img {
    width: 2.25vh;
  }
}
@media screen and (max-width: 767px) {
  .nav li:last-of-type a:first-of-type img {
    width: 18px;
  }
}
@media screen and (min-width: 768px) {
  .nav li:last-of-type a:last-of-type img {
    width: 16vh;
  }
}
@media screen and (max-width: 767px) {
  .nav li:last-of-type a:last-of-type img {
    width: 128px;
  }
}
.nav li:last-of-type a p {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f02897;
  border-radius: 999px;
}
.nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "bely-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .nav p {
    font-size: 2.75vh;
    line-height: 6.25vh;
    height: 6.25vh;
    padding: 0 3.125vh;
  }
}
@media screen and (max-width: 767px) {
  .nav p {
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
  }
}

/* .footer
===================================================== */
@media screen and (max-width: 767px) {
  .footer {
    background-color: #f02897;
    color: #fff;
    border-top: 3px solid #fff;
    padding: 45px 0 40px;
  }
  .footer .footerList {
    display: flex;
    justify-content: center;
    margin-top: -5px;
    gap: 2px 15px;
    margin-bottom: 17px;
    flex-wrap: wrap;
  }
  .footer .footerList li {
    font-family: "bely-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .footer .footerList li.kara {
    width: 100%;
    margin-top: 3px;
  }
  .footer .footerText {
    font-size: 10px;
    text-align: center;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 53px;
  }
  .footer .footerLogo {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    margin-bottom: 45px;
  }
  .footer .copy small {
    font-feature-settings: normal;
    text-align: center;
    display: block;
    line-height: 1.8;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper.index .footer {
    background-color: #f02897;
    color: #fff;
    padding: 0 0 3.75vh;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .wrapper.index .footer .footerText {
    font-size: 1.25vh;
    text-align: center;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 1.875vh;
  }
  .wrapper.index .footer .footerLogo {
    margin-left: auto;
    margin-right: auto;
    width: 18.375vh;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper.index .footer .copy small {
    font-feature-settings: normal;
    text-align: center;
    display: block;
    line-height: 1.8;
    font-size: 1.25vh;
  }
  .wrapper.index .footer .copy small:first-of-type {
    margin-bottom: 0.375vh;
  }
}

@media screen and (min-width: 768px) {
  .wrapper.news footer {
    color: #000;
    background-color: transparent;
    margin-top: 130px;
    margin-bottom: 30px;
    padding: 0 40px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  .wrapper.news footer .footerText {
    opacity: 0.6;
    font-size: 10px;
    line-height: 2.1;
  }
  .wrapper.news footer .footerLogo {
    filter: brightness(0) saturate(100%) invert(0%) sepia(86%) saturate(7442%) hue-rotate(149deg) brightness(111%) contrast(112%);
    width: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .wrapper.news footer .copy {
    font-size: 10px;
    line-height: 2.1;
    text-align: right;
  }
  .wrapper.news footer .copy small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news footer {
    margin-top: 60px;
  }
}

/* .bg
===================================================== */
.bg {
  position: relative;
}
.bg::before {
  content: "";
  display: block;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-position: 50% 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg::before {
    position: absolute;
    background-size: 160px;
  }
}
@media screen and (max-width: 767px) {
  .bg::before {
    position: absolute;
    background-size: 114px;
  }
}

/* .index
===================================================== */
@media screen and (min-width: 768px) {
  .wrapper.index .xScroll_area {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100vh;
  }
  .wrapper.index .xScroll_item,
.wrapper.index .bgWhite {
    height: 100vh;
  }
  .wrapper.index .xScroll_item:not(.kv, .bgWhite),
.wrapper.index .bgWhite:not(.kv, .bgWhite) {
    padding-top: 4.375vh;
  }
}
.wrapper.index .bgWhite {
  background: linear-gradient(90deg, #fff 97%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .wrapper.index .kv {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .kv {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .kv h1 {
    transform: translateY(-3%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .kv h1 img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 93.6%;
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .btnArea {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .lead {
    padding-left: 15vh;
  }
}
.wrapper.index .lead p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper.index .lead p {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .lead p {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .lead p {
    line-height: 2.6442307692;
    font-size: 1.14rem;
    white-space: nowrap;
    letter-spacing: 0.06em;
    margin-top: 31.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .lead p {
    line-height: 2.380952381;
    font-size: 1.2rem;
    max-width: 97vw;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .news {
    padding-left: 30.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .news {
    padding-top: 40px;
  }
}
.wrapper.index .news ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper.index .news ul {
    width: 56.25vh;
    margin-top: 6.25vh;
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .news ul {
    margin-left: auto;
    margin-right: auto;
    width: 90.3381642512vw;
    margin-bottom: 35px;
    margin-top: 30px;
  }
}
.wrapper.index .news ul li {
  border: 1px solid #f02897;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
}
.wrapper.index .news ul li:not(:first-of-type) {
  margin-top: -1px;
}
.wrapper.index .news ul li:nth-of-type(n + 4) {
  display: none;
}
.wrapper.index .news ul a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper.index .news ul a {
    padding: 3.75vh 6.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .news ul a {
    padding: 28px 38px;
  }
}
.wrapper.index .news ul dl {
  font-size: 1rem;
}
.wrapper.index .news ul dt {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .wrapper.index .news ul dt {
    margin-bottom: 0.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .news ul dt {
    margin-bottom: 5px;
  }
}
.wrapper.index .news ul dd {
  font-size: 1rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline {
    padding-left: 36.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline {
    padding-top: 110px;
  }
}
.wrapper.index .outline .venue {
  display: flex;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue {
    margin-top: 6.25vh;
    gap: 1.25vh;
    margin-bottom: 11.875vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue {
    flex-direction: column;
    width: 90.3381642512vw;
    margin-left: auto;
    margin-right: auto;
    gap: 56px;
    margin-bottom: 57px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue li {
    width: 52.5vh;
  }
}
.wrapper.index .outline .venue h3 {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue h3 {
    margin-bottom: 1.875vh;
    padding-top: 0.25vh;
    padding-bottom: 0.25vh;
    padding-left: 1.875vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue h3 {
    margin-bottom: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
  }
}
.wrapper.index .outline .venue .venue_store,
.wrapper.index .outline .venue .venue_date {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
}
.wrapper.index .outline .venue .venue_store {
  line-height: 1.28125;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_store {
    margin-bottom: 1.25vh;
    font-size: 5.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_store {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
.wrapper.index .outline .venue .venue_date {
  line-height: 1.1754385965;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_date {
    margin-bottom: 1.5vh;
    font-size: 4vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_date {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.wrapper.index .outline .venue .venue_date span {
  display: inline-block;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-style: normal;
}
.wrapper.index .outline .venue .venue_date span:not(.line) {
  margin: 0 0.2em;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_date span.line {
    transform: scale(2, 0.5) translateY(-0.375vh);
    font-size: 2vh;
    margin: 0 -0.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_date span.line {
    transform: scale(2, 0.5) translateY(-3px);
    font-size: 1em;
    margin: 0 -5px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_date span:last-of-type {
    font-size: 1.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_date span:last-of-type {
    font-size: 12px;
  }
}
.wrapper.index .outline .venue .venue_address {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_address {
    font-size: 1rem;
  }
}
.wrapper.index .outline .venue .venue_address a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_address a {
    margin-top: 2px;
  }
}
.wrapper.index .outline .venue .venue_address a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_address a::before {
    margin-right: 0.625vh;
    border-left: 1vh solid #000;
    border-top: 0.5vh solid transparent;
    border-bottom: 0.5vh solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_address a::before {
    margin-right: 5px;
    border-left: 8px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
.wrapper.index .outline .venue .venue_address a span {
  position: relative;
}
.wrapper.index .outline .venue .venue_address a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .wrapper.index .outline .venue .venue_address a span::after {
    bottom: -0.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .outline .venue .venue_address a span::after {
    bottom: -5px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight {
    padding-left: 28.75vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight {
    padding-top: 140px;
  }
}
.wrapper.index .highlight .highlightList {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList {
    gap: 6.875vh;
    margin-top: 6.25vh;
    gap: 15vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight .highlightList {
    flex-direction: column;
    width: 90.3381642512vw;
    gap: 50px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li:first-of-type {
    width: 71.25vh;
  }
}
.wrapper.index .highlight .highlightList > li h3 {
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight .highlightList > li h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li h3 {
    margin-bottom: 3.125vh;
    padding-left: 3.75vh;
    padding-top: 0.25vh;
    padding-bottom: 0.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight .highlightList > li h3 {
    margin-bottom: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
  }
}
.wrapper.index .highlight .highlightList > li h3 span {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li h3 span:not(:last-of-type) {
    margin-bottom: 1.5vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight .highlightList > li h3 span:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.wrapper.index .highlight .highlightList > li > div {
  font-size: 1rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
}
.wrapper.index .highlight .highlightList > li > div > ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li > div > ul {
    gap: 10vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .highlight .highlightList > li > div > ul {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .highlight .highlightList > li > div > ul li {
    width: 52.5vh;
    flex-shrink: 0;
  }
}
.wrapper.index .highlight .highlightList > li > div > ul li span.color {
  color: #f02897;
}
.wrapper.index .highlight .highlightList > li > div > ul li span.min {
  display: block;
  font-size: 10px;
}
.wrapper.index .highlight .highlightList > li > div > ul li img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
.wrapper.index .goods {
  background: #f02897;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods {
    position: relative;
    padding-left: 36.25vh;
    background: linear-gradient(90deg, transparent, #f02897);
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods {
    padding-top: 117px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, transparent, #f02897);
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .attnText {
    color: #f02897;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
    width: 90.3381642512vw;
    margin-bottom: 30px;
    margin-top: 17px;
  }
  .wrapper.index .goods .attnText a {
    display: inline-block;
    position: relative;
  }
  .wrapper.index .goods .attnText a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f02897;
    bottom: -3px;
    left: 0;
  }
}
.wrapper.index .goods .goodsList {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList {
    margin-top: 1.25vh;
    margin-left: 20vh;
    gap: 1.25vh;
    width: 741.25vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList {
    width: 90.3381642512vw;
    gap: 13px;
  }
}
.wrapper.index .goods .goodsList li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList li {
    width: 26.25vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList li {
    width: calc((100% - 13px) / 2);
  }
}
.wrapper.index .goods .goodsList img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList img {
    height: 31.25vh;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList .goodsList_detail {
    padding: 1.5vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList .goodsList_detail {
    padding: 3px 13px 12px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList .goodsList_name {
    font-size: 1.375vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList .goodsList_name {
    font-size: 11px;
  }
}
.wrapper.index .goods .goodsList .goodsList_date {
  color: #6c00ff;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList .goodsList_date {
    font-size: 1.375vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList .goodsList_date {
    font-size: 11px;
  }
}
.wrapper.index .goods .goodsList .goodsList_price {
  color: #999;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList .goodsList_price {
    margin-top: 0.375vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList .goodsList_price {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .goodsList .goodsList_price span {
    font-size: 1.25vh;
    margin-left: 0.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .goodsList .goodsList_price span {
    font-size: 10px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .attn {
    position: absolute;
    top: 20.625vh;
    left: 36.25vh;
    width: 44.375vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .attn {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333vw;
    color: #fff;
    padding-top: 60px;
  }
}
.wrapper.index .goods .attn h4 {
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .attn h4 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2vh;
    padding: 1.625vh 0;
    margin-bottom: 3.125vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .attn h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.1rem;
    padding: 13px 0;
    margin-bottom: 27px;
  }
}
.wrapper.index .goods .attn ul {
  list-style: disc;
  padding-left: 1em;
}
.wrapper.index .goods .attn li {
  letter-spacing: 0.03em;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .attn li {
    font-size: 1.625vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .attn li {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.index .goods .attn li:not(:last-of-type) {
    margin-bottom: 1.125vh;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index .goods .attn li:not(:last-of-type) {
    margin-bottom: 9px;
  }
}
.wrapper.index .goods .attn span {
  display: block;
}

/* .news
===================================================== */
@media screen and (min-width: 768px) {
  .wrapper.news .main {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .main {
    padding-top: 72px;
  }
}
.wrapper.news h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrapper.news h2 {
    margin-bottom: 30px;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news h2 {
    margin-bottom: 25px;
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.news .attn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .attn {
    margin-bottom: 30px;
  }
}
.wrapper.news .attn p {
  letter-spacing: 0.03em;
  color: #f02897;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrapper.news .attn p {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .attn p {
    font-size: 0.8rem;
    margin-bottom: 13px;
  }
}
.wrapper.news .attn a {
  border-radius: 50%;
  border: 1px solid #f02897;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .wrapper.news .attn a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .attn a {
    width: 44px;
    height: 44px;
  }
}
.wrapper.news .attn img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(64%) saturate(3505%) hue-rotate(307deg) brightness(93%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .wrapper.news .attn img {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news .attn img {
    width: 17px;
  }
}
.wrapper.news article {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f02897;
}
@media screen and (min-width: 768px) {
  .wrapper.news article {
    width: 798px;
    max-width: calc(100% - 80px);
    border-radius: 78px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article {
    width: 90.3381642512vw;
    border-radius: 68px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.news article:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.news article:last-of-type {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article:last-of-type {
    margin-bottom: 50px;
  }
}
.wrapper.news article .news_head {
  border-bottom: 1px solid #f02897;
}
@media screen and (min-width: 768px) {
  .wrapper.news article .news_head {
    padding: 68px 60px 28px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article .news_head {
    padding: 50px 27px 25px;
  }
}
.wrapper.news article .news_date {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wrapper.news article .news_date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article .news_date {
    margin-bottom: 15px;
  }
}
.wrapper.news article h3 {
  letter-spacing: 0.03em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .wrapper.news article h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article h3 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
}
.wrapper.news article .news_body {
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .wrapper.news article .news_body {
    padding: 40px 60px 50px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.news article .news_body {
    font-size: 1rem;
    padding: 25px 27px 50px;
  }
}
.wrapper.news article .news_body a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */