@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(1つのブロック横幅が100vw以上にする)
============================================ */
/* 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) !important;
}

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

/* 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);
  }
}
/* slideX
============================================ */
.slideX {
  overflow: hidden;
}
.slideX .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slideX.on .slide_item {
  transform: translateX(0);
}

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

/* slideY
============================================ */
.slideY {
  overflow: hidden;
}
.slideY .slide_item {
  transform: translateY(-105%);
  transition: transform 1s ease;
}
.slideY.on .slide_item {
  transform: translateY(0);
}

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

/* slideYreverse
============================================ */
.slideYreverse {
  overflow: hidden;
}
.slideYreverse .slide_item {
  transform: translateY(105%);
  transition: transform 1s ease;
}
.slideYreverse.on .slide_item {
  transform: translateY(0);
}

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

/* fuwa
===================================================== */
.fuwa_y {
  animation: fuwa_y 1.4s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes fuwa_y {
  0% {
    transform: translateY(-8.8px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes fuwa_y {
  0% {
    transform: translateY(-8.8px);
  }
  100% {
    transform: translateY(5px);
  }
}
/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  background-color: #f8f0ea;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: sans-serif;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html,
body {
    font-size: 14px;
  }
}
html.modalShow,
body.modalShow {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  color: #b24cd8;
}

* {
  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;
  }
}

.slick__fade {
  pointer-events: none;
}

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

/* .fv
===================================================== */
.fv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
    min-height: 650px;
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100vh - 40px);
    margin-top: 40px;
    margin-bottom: 24vw;
  }
}
.fv .fvImg {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv .fvImg {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvImg span {
    display: block;
    background: rgb(206, 183, 203);
    background: linear-gradient(0deg, rgb(206, 183, 203) 0%, rgb(255, 236, 223) 100%);
    width: min(33.3333333333vw, 400px);
  }
}
.fv .fvImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv .fvImg img {
    width: calc(100% - min(33.3333333333vw, 400px));
    -o-object-position: 59% top;
       object-position: 59% top;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvImg img {
    width: 100%;
    -o-object-position: 54% 40%;
       object-position: 54% 40%;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvTop {
    left: 32px;
    top: 32px;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvTitle {
    width: min(38vw, 456px);
    margin-bottom: min(5vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .fv .fvTitle {
    position: absolute;
    width: 46.8899521531vh;
    max-width: 78.4vw;
    top: 3.668261563vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fvObi {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.092em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv .fvObi {
    font-size: min(2.1666666667vw, 26px);
    line-height: min(2.9166666667vw, 35px);
    margin-left: min(1vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .fv .fvObi {
    position: absolute;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    font-size: min(2.3923444976vh, 15px);
    line-height: min(3.9872408293vh, 25px);
    top: 28.0701754386vh;
    right: 2.711323764vh;
  }
}
.fv .fvObi .fvObi_item {
  color: #fbe8dd;
  background-color: #b24cd8;
}
@media screen and (min-width: 768px) {
  .fv .fvObi .fvObi_item {
    padding: 0 min(0.6666666667vw, 8px) 0 min(1vw, 12px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvObi .fvObi_item {
    padding: 10px 0 5px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.27em;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvObi .fvObi_item:not(:last-of-type) {
    margin-bottom: min(0.6666666667vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .fv .fvObi .fvObi_item:not(:last-of-type) {
    margin-left: 4px;
  }
}
.fv .fvEn {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv .fvEn {
    font-size: min(1.5vw, 18px);
    bottom: 27px;
    left: 45px;
    letter-spacing: 0.09em;
    color: #b24cd8;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvEn {
    font-size: min(2.0733652313vh, 13px);
    bottom: 3.3492822967vh;
    left: 2.8708133971vh;
    letter-spacing: 0.02em;
    color: #f9f0ea;
    line-height: 1.6153846154;
  }
}

/* .lead
===================================================== */
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 24vw;
  }
}
.lead .leadText {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .lead .leadText {
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadText {
    width: 85.6vw;
    font-size: 3.7333333333vw;
    line-height: 2.8571428571;
  }
}

/* .menu
===================================================== */
@media screen and (min-width: 768px) {
  .menu {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    margin-bottom: 11.4666666667vw;
  }
}
.menu ul {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .menu ul {
    grid-template-rows: 100px 100px 100px 100px;
    grid-template-columns: 195px 163px 222px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul {
    grid-template-rows: 26.6666666667vw 26.6666666667vw 26.6666666667vw 26.6666666667vw;
    grid-template-columns: 32vw 26.1333333333vw 36.5333333333vw;
  }
}
.menu ul li {
  position: relative;
  color: #ffecdf;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .menu ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li {
    font-size: 4.2666666667vw;
  }
}
.menu ul li:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .menu ul li:nth-of-type(1) p {
    top: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li:nth-of-type(1) p {
    top: 1.6vw;
    left: 1.6vw;
  }
}
.menu ul li:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 3/4;
}
.menu ul li:nth-of-type(2) p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .menu ul li:nth-of-type(2) p {
    top: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li:nth-of-type(2) p {
    top: 1.6vw;
    right: 1.6vw;
  }
}
.menu ul li:nth-of-type(3) {
  grid-row: 3/5;
  grid-column: 1/2;
  color: #ceb7cb;
}
.menu ul li:nth-of-type(3) p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .menu ul li:nth-of-type(3) p {
    top: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li:nth-of-type(3) p {
    top: 1.6vw;
    left: 1.6vw;
  }
}
.menu ul li:nth-of-type(4) {
  grid-row: 3/4;
  grid-column: 2/4;
}
@media screen and (min-width: 768px) {
  .menu ul li:nth-of-type(4) p {
    bottom: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li:nth-of-type(4) p {
    bottom: 1.6vw;
    left: 1.6vw;
  }
}
.menu ul li:nth-of-type(5) {
  grid-row: 4/5;
  grid-column: 2/4;
}
@media screen and (min-width: 768px) {
  .menu ul li:nth-of-type(5) p {
    bottom: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li:nth-of-type(5) p {
    bottom: 1.6vw;
    right: 1.6vw;
  }
}
.menu ul a {
  display: block;
}
@media screen and (min-width: 768px) {
  .menu ul a:hover img {
    opacity: 0.47;
  }
}
.menu ul img {
  transition: opacity 0.3s;
}
.menu ul p {
  position: absolute;
}

/* .contentArea
===================================================== */
/* .content
===================================================== */
@media screen and (min-width: 768px) {
  .content {
    padding-top: 102px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 16vw;
    padding-bottom: 21.3333333333vw;
  }
}
.content .contentHead {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content .contentHead {
    width: 580px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .content .contentHead {
    margin-bottom: 12vw;
    width: 85.3333333333vw;
  }
}
.content .contentHead h2 {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  border-bottom: 1px solid #b24cd8;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .content .contentHead h2 {
    font-size: 50px;
    margin-bottom: 15px;
    padding: 0 3px 7px;
  }
}
@media screen and (max-width: 767px) {
  .content .contentHead h2 {
    font-size: 9.6vw;
    margin-bottom: 4vw;
    padding: 0 0.8vw 1.0666666667vw;
  }
}
.content .contentHead h2 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .content .contentHead h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .content .contentHead h2 span {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.content .contentHead p {
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .content .contentHead p {
    font-size: 16px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .content .contentHead p {
    font-size: 3.7333333333vw;
    padding: 0 0.8vw;
  }
}
.content .contentHead p span {
  display: block;
}
@media screen and (min-width: 768px) {
  .content .content_inner {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
  }
}
.content:nth-of-type(even) {
  background-color: #fffef5;
  color: #216d47;
}
.content:nth-of-type(even) .contentHead h2 {
  border-bottom: 1px solid #216d47;
}

/* .shopBtnArea
===================================================== */
.shopBtnArea {
  cursor: pointer;
  position: relative;
}
.shopBtnArea .shopBtn {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopBtnArea .shopBtn img {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .content .shopBtn {
    width: 52px;
    height: 52px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content .shopBtn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 3.7333333333vw;
    bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .content .shopBtn img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content .shopBtn img {
    width: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .code .shopBtn {
    width: 33px;
    height: 33px;
    right: 7px;
    bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .code .shopBtn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 1.0666666667vw;
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .code .shopBtn img {
    width: 13px;
  }
}
@media screen and (max-width: 767px) {
  .code .shopBtn img {
    width: 2.1333333333vw;
  }
}

/* #content__1
===================================================== */
#content__1 .contentImg__1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__1 {
    width: 620px;
    margin-bottom: 97px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__1 {
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }
}
#content__1 .contentImg__2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__2 {
    width: 580px;
    margin-bottom: 117px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__2 {
    width: 94.6666666667vw;
    margin-bottom: 16vw;
  }
}
#content__1 .contentImg__2 .contentImg_item__1,
#content__1 .contentImg__2 .contentImg_item__2 {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__2 .contentImg_item__1,
#content__1 .contentImg__2 .contentImg_item__2 {
    width: 433px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__2 .contentImg_item__1,
#content__1 .contentImg__2 .contentImg_item__2 {
    width: 70.6666666667vw;
  }
}
#content__1 .contentImg__2 .contentImg_item__1 {
  top: 0;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__2 .contentImg_item__2 {
    top: 304px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__2 .contentImg_item__2 {
    top: 49.3333333333vw;
  }
}
#content__1 .contentImg__2 .contentImg_item__3 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__2 .contentImg_item__3 {
    padding-top: 100px;
    width: 423px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__2 .contentImg_item__3 {
    padding-top: 16.5333333333vw;
    width: 69.3333333333vw;
  }
}
#content__1 .contentImg__2 .contentImg_item__4 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__2 .contentImg_item__4 {
    width: 19px;
    top: 167px;
    right: 115px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__2 .contentImg_item__4 {
    width: 3.1338666667vw;
    top: 27.4666666667vw;
    right: 18.9333333333vw;
  }
}
#content__1 .contentImg__3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__3 {
    width: 428px;
    height: 305px;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__3 {
    width: 80vw;
    height: 56.8vw;
    margin-bottom: 27.2vw;
  }
}
#content__1 .contentImg__3 .contentImg_item__1,
#content__1 .contentImg__3 .contentImg_item__2,
#content__1 .contentImg__3 .contentImg_item__3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#content__1 .contentImg__4 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
  }
}
#content__1 .contentImg__4 .contentImg_item__1 {
  margin-right: auto;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__1 {
    width: 395px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__1 {
    margin-left: 2.6666666667vw;
    width: 64.8vw;
  }
}
#content__1 .contentImg__4 .contentImg_item__2,
#content__1 .contentImg__4 .contentImg_item__3 {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__2 {
    width: 257px;
    top: -135px;
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__2 {
    width: 45.3333333333vw;
    top: -23.4666666667vw;
    right: -1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__3 {
    width: 215px;
    top: 85px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__3 {
    width: 38.6666666667vw;
    top: 14.1333333333vw;
    right: 4.5333333333vw;
  }
}
#content__1 .contentImg__4 .contentImg_item__4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__4 {
    gap: 2px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__4 {
    gap: 1.3333333333vw;
  }
}
#content__1 .contentImg__4 .contentImg_item__4 p {
  display: flex;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__4 p {
    gap: 14px;
    margin-left: -25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__4 p {
    gap: 2.6666666667vw;
    margin-left: -4vw;
    font-size: 5.0666666667vw;
  }
}
#content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(even) span:nth-of-type(even) {
  color: transparent;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(even) span:nth-of-type(even) {
    -webkit-text-stroke: 1px #ceb7cb;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(even) span:nth-of-type(even) {
    -webkit-text-stroke: 0.2666666667vw #ceb7cb;
  }
}
#content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(even) span:nth-of-type(odd) {
  color: #ceb7cb;
}
#content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(odd) span:nth-of-type(even) {
  color: #ceb7cb;
}
#content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(odd) span:nth-of-type(odd) {
  color: transparent;
}
@media screen and (min-width: 768px) {
  #content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(odd) span:nth-of-type(odd) {
    -webkit-text-stroke: 1px #ceb7cb;
  }
}
@media screen and (max-width: 767px) {
  #content__1 .contentImg__4 .contentImg_item__4 p:nth-of-type(odd) span:nth-of-type(odd) {
    -webkit-text-stroke: 0.2666666667vw #ceb7cb;
  }
}
#content__1 .contentImg__4 .contentImg_item__4 span {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

/* #content__2
===================================================== */
#content__2 .contentImg__1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__1 {
    margin-bottom: 10.6666666667vw;
  }
}
#content__2 .contentImg__1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__1::after {
    border: 3px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__1::after {
    border: 0.8vw solid #fff;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
  }
}
#content__2 .contentImg__2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__2 {
    width: 580px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__2 {
    width: 94.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#content__2 .contentImg__3 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__3 {
    margin-left: 50px;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__3 {
    margin-left: auto;
    margin-right: auto;
    width: 85.3333333333vw;
    margin-bottom: 22.1333333333vw;
  }
}
#content__2 .contentImg__3 .contentImg_item__1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__3 .contentImg_item__1 {
    width: 328px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__3 .contentImg_item__1 {
    width: 54.1333333333vw;
  }
}
#content__2 .contentImg__3 .contentImg_item__2 {
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__3 .contentImg_item__2 {
    width: 173px;
    top: 48%;
    right: 53px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__3 .contentImg_item__2 {
    width: 28.5333333333vw;
    top: 50%;
    right: 0;
  }
}
#content__2 .contentImg__3 .contentImg_item__2 g {
  transition: all 0.5s ease;
}
#content__2 .contentImg__4 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__4 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__4 {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__4 .contentImg_item__1 {
    width: 799px;
    margin-left: -90px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__4 .contentImg_item__1 {
    width: 132vw;
    margin-left: -16vw;
  }
}
#content__2 .contentImg__4 .contentImg_item__2 {
  position: absolute;
  line-height: 1;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: rotate(47deg);
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__4 .contentImg_item__2 {
    font-size: 11px;
    top: 130px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__4 .contentImg_item__2 {
    font-size: 2.9333333333vw;
    top: 14.9333333333vw;
    right: 1.3333333333vw;
  }
}
#content__2 .contentImg__4 .contentImg_item__2 span {
  display: block;
  transform: translate(-20px, 20px);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.5s;
}
#content__2 .contentImg__4.on span {
  opacity: 1;
  transform: translate(0, 0);
}
#content__2 .contentImg__5 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__5 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__5 {
    padding-bottom: 17.0666666667vw;
  }
}
#content__2 .contentImg__5 .contentImg_item__1 {
  margin-right: auto;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__5 .contentImg_item__1 {
    width: 580px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__5 .contentImg_item__1 {
    width: 94.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
#content__2 .contentImg__5 .contentImg_item__2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #content__2 .contentImg__5 .contentImg_item__2 {
    width: 517px;
  }
}
@media screen and (max-width: 767px) {
  #content__2 .contentImg__5 .contentImg_item__2 {
    width: 84.2666666667vw;
  }
}

/* #content__3
===================================================== */
@media screen and (min-width: 768px) {
  #content__3 .contentImg__1 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__1 {
    margin-bottom: 18.6666666667vw;
  }
}
#content__3 .contentImg__2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__2 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__2 {
    margin-bottom: 29.3333333333vw;
  }
}
#content__3 .contentImg__2 .contentImg_item__1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__2 .contentImg_item__1 {
    margin-left: 80px;
    width: 358px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__2 .contentImg_item__1 {
    width: 57.6vw;
    margin-left: 13.0666666667vw;
  }
}
#content__3 .contentImg__2 .contentImg_item__2,
#content__3 .contentImg__2 .contentImg_item__3 {
  position: absolute;
  letter-spacing: 0.28em;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__2 .contentImg_item__2,
#content__3 .contentImg__2 .contentImg_item__3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__2 .contentImg_item__2,
#content__3 .contentImg__2 .contentImg_item__3 {
    font-size: 3.7333333333vw;
  }
}
#content__3 .contentImg__2 .contentImg_item__2 span,
#content__3 .contentImg__2 .contentImg_item__3 span {
  display: block;
  transform: translateY(20px);
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__2 .contentImg_item__2 {
    top: 31px;
    right: 83px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__2 .contentImg_item__2 {
    top: 4.5333333333vw;
    right: 11.2vw;
  }
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__2 .contentImg_item__3 {
    bottom: 8px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__2 .contentImg_item__3 {
    bottom: 1.0666666667vw;
    right: 5.3333333333vw;
  }
}
#content__3 .contentImg__3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 {
    width: 580px;
    margin-bottom: 249px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 {
    width: 94.6666666667vw;
    margin-bottom: 37.8666666667vw;
  }
}
#content__3 .contentImg__3 .contentImg_item__1,
#content__3 .contentImg__3 .contentImg_item__2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 .contentImg_item__1 {
    width: 306px;
    top: 145px;
    left: 42px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 .contentImg_item__1 {
    width: 49.0666666667vw;
    top: 23.7333333333vw;
    left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 .contentImg_item__2 {
    width: 343px;
    bottom: -116px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 .contentImg_item__2 {
    width: 55.2vw;
    bottom: -16.5333333333vw;
    right: 5.0666666667vw;
  }
}
#content__3 .contentImg__3 .contentImg_item__3 {
  width: 100%;
}
#content__3 .contentImg__3 .contentImg_item__4,
#content__3 .contentImg__3 .contentImg_item__5 {
  position: absolute;
  letter-spacing: 0.28em;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 .contentImg_item__4,
#content__3 .contentImg__3 .contentImg_item__5 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 .contentImg_item__4,
#content__3 .contentImg__3 .contentImg_item__5 {
    font-size: 3.7333333333vw;
  }
}
#content__3 .contentImg__3 .contentImg_item__4 span,
#content__3 .contentImg__3 .contentImg_item__5 span {
  display: block;
  transform: translateY(20px);
}
#content__3 .contentImg__3 .contentImg_item__4 {
  color: transparent;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 .contentImg_item__4 {
    -webkit-text-stroke: 1px #b24cd8;
    top: -56px;
    right: 154px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 .contentImg_item__4 {
    -webkit-text-stroke: 0.2666666667vw #b24cd8;
    top: -8.5333333333vw;
    right: 24.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__3 .contentImg_item__5 {
    top: 109px;
    right: 63px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__3 .contentImg_item__5 {
    top: 17.8666666667vw;
    right: 9.0666666667vw;
  }
}
#content__3 .contentImg__4 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__4 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__4 {
    margin-bottom: 24vw;
  }
}
#content__3 .contentImg__4 .contentImg_item__1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__4 .contentImg_item__1 {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__4 .contentImg_item__1 {
    width: 64.5333333333vw;
  }
}
#content__3 .contentImg__4 .contentImg_item__2,
#content__3 .contentImg__4 .contentImg_item__3 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__4 .contentImg_item__2,
#content__3 .contentImg__4 .contentImg_item__3 {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__4 .contentImg_item__2,
#content__3 .contentImg__4 .contentImg_item__3 {
    width: 54.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__4 .contentImg_item__2 {
    top: -134px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__4 .contentImg_item__2 {
    top: -21.3333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #content__3 .contentImg__4 .contentImg_item__3 {
    bottom: -142px;
    left: -48px;
  }
}
@media screen and (max-width: 767px) {
  #content__3 .contentImg__4 .contentImg_item__3 {
    bottom: -23.2vw;
    left: -7.4666666667vw;
  }
}
/* #content__4
===================================================== */
@media screen and (min-width: 768px) {
  #content__4 .contentImg__1 {
    margin-bottom: 160px;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__1 {
    margin-bottom: 26.6666666667vw;
  }
}
#content__4 .contentImg__2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 {
    padding: 80px 0 90px;
    margin-bottom: 132px;
    margin-left: auto;
    margin-right: auto;
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 {
    padding: 13.3333333333vw 0 15.2vw;
    margin-bottom: 21.3333333333vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__1,
#content__4 .contentImg__2 .contentImg_item__2 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__1,
#content__4 .contentImg__2 .contentImg_item__2 {
    width: 392px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__1,
#content__4 .contentImg__2 .contentImg_item__2 {
    width: 64vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__1 p,
#content__4 .contentImg__2 .contentImg_item__2 p {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__1 p,
#content__4 .contentImg__2 .contentImg_item__2 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__1 p,
#content__4 .contentImg__2 .contentImg_item__2 p {
    font-size: 3.2vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__1 {
  top: 0;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__1 {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__1 {
    right: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__1 p:nth-of-type(1) {
    top: -31px;
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__1 p:nth-of-type(1) {
    top: -4.8vw;
    right: -2.6666666667vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__1 p:nth-of-type(2) {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__1 p:nth-of-type(2) {
    top: 0;
    right: -31px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__1 p:nth-of-type(2) {
    top: 0vw;
    right: -5.0666666667vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__2 {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__2 {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__2 {
    left: 9.3333333333vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__2 p:nth-of-type(1) {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__2 p:nth-of-type(1) {
    top: 38px;
    left: -26px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__2 p:nth-of-type(1) {
    top: 2.9333333333vw;
    left: -4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__2 .contentImg_item__2 p:nth-of-type(2) {
    bottom: -28px;
    left: -24px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__2 .contentImg_item__2 p:nth-of-type(2) {
    bottom: -4.8vw;
    left: -3.7333333333vw;
  }
}
#content__4 .contentImg__2 .contentImg_item__3 {
  opacity: 0.62;
  width: 100%;
}
#content__4 .contentImg__3 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__3 {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
#content__4 .contentImg__3 .contentImg_item__1 {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__3 .contentImg_item__1 {
    width: 397px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__3 .contentImg_item__1 {
    width: 64.8vw;
    margin-right: 9.3333333333vw;
  }
}
#content__4 .contentImg__3 .contentImg_item__2 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content__4 .contentImg__3 .contentImg_item__2 {
    width: 226px;
    top: -273px;
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  #content__4 .contentImg__3 .contentImg_item__2 {
    width: 36.8vw;
    top: -44.2666666667vw;
    right: -2.1333333333vw;
  }
}

/* #content__5
===================================================== */
@media screen and (min-width: 768px) {
  #content__5 .contentHead {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .contentHead {
    margin-bottom: 9.6vw;
  }
}
#content__5 .contentHead h2 {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #content__5 .contentHead h2 {
    font-size: 50px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .contentHead h2 {
    font-size: 9.3333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
#content__5 .contentHead p {
  letter-spacing: 0.06em;
  padding-left: 0;
  padding-right: 0;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #content__5 .contentHead p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .contentHead p {
    font-size: 4vw;
  }
}
#content__5 .collabHead {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__5 .collabHead {
    width: 580px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .collabHead {
    width: 85.3333333333vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  #content__5 .collabHead img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .collabHead img {
    margin-bottom: 2.6666666667vw;
  }
}
#content__5 .collabHead p {
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  #content__5 .collabHead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .collabHead p {
    font-size: 3.7333333333vw;
  }
}
#content__5 .collabHead p span {
  display: block;
}
#content__5 .collabGoods h3 {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  letter-spacing: 0.023em;
}
@media screen and (min-width: 768px) {
  #content__5 .collabGoods h3 {
    font-size: 26px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .collabGoods h3 {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
#content__5 .collabGoods h3::after {
  content: "";
  display: block;
  width: 102%;
  background-color: #b24cd8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #content__5 .collabGoods h3::after {
    bottom: -6px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .collabGoods h3::after {
    bottom: -0.5333333333vw;
    height: 0.2666666667vw;
  }
}
#content__5 .goodsList {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList {
    width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li:not(:last-of-type) {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}
#content__5 .goodsList > li a {
  display: block;
}
#content__5 .goodsList > li h4 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li h4 {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList_list {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList_list {
    margin-bottom: 6.6666666667vw;
  }
}
#content__5 .goodsList > li .goodsList_list .slick-arrow::before {
  content: "";
}
#content__5 .goodsList > li .goodsList_list .slick-arrow.slick-prev {
  display: none;
}
#content__5 .goodsList > li .goodsList_list .slick-arrow.slick-next {
  right: 0;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList_list .slick-arrow.slick-next {
    width: 13px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList_list .slick-arrow.slick-next {
    width: 2.6666666667vw;
  }
}
#content__5 .goodsList > li .goodsList_list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots {
    bottom: -16px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots {
    bottom: -4vw;
  }
}
#content__5 .goodsList > li .goodsList_list .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
#content__5 .goodsList > li .goodsList_list .slick-dots li.slick-active button::before {
  color: #ceb7cb;
}
#content__5 .goodsList > li .goodsList_list .slick-dots button {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#content__5 .goodsList > li .goodsList_list .slick-dots button::before {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eae4e9;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots button::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList_list .slick-dots button::before {
    font-size: 2.6666666667vw;
  }
}
#content__5 .goodsList > li .goodsList__text,
#content__5 .goodsList > li .goodsList__price {
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList__text,
#content__5 .goodsList > li .goodsList__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList__text,
#content__5 .goodsList > li .goodsList__price {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #content__5 .goodsList > li .goodsList__text {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  #content__5 .goodsList > li .goodsList__text {
    margin-bottom: 1.8666666667vw;
  }
}
#content__5 .goodsList > li .goodsList__price {
  text-decoration: underline;
}

/* .campaign
===================================================== */
.campaign {
  background-color: #216d47;
  color: #216d47;
}
.campaign .campaignLoop {
  display: flex;
  flex-wrap: nowrap;
}
.campaign .campaignLoop_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.campaign .campaignLoop_inner:first-child {
  -webkit-animation: loopslide1_x 200s -100s linear infinite;
          animation: loopslide1_x 200s -100s linear infinite;
}
.campaign .campaignLoop_inner:last-child {
  -webkit-animation: loopslide2_y 200s linear infinite;
          animation: loopslide2_y 200s linear infinite;
}
@-webkit-keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.campaign .campaignLoop_item {
  flex-shrink: 0;
}
.campaign .campaignLoop .campaignLoop_item {
  color: #fff;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .campaign .campaignLoop .campaignLoop_item {
    font-size: 20px;
    margin: 0 15px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignLoop .campaignLoop_item {
    font-size: 4vw;
    margin: 0 2.6666666667vw;
    line-height: 11.2vw;
  }
}
.campaign .campaign__inner {
  background-color: #fffef5;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaign__inner {
    width: 580px;
    padding: 115px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign__inner {
    width: 94.6666666667vw;
    padding: 18.6666666667vw 0;
  }
}
.campaign .campaign__innerMin {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaign__innerMin {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign__innerMin {
    width: 85.3333333333vw;
  }
}
.campaign .campaignTitle {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaignTitle {
    line-height: 1.03;
    font-size: 55px;
    margin-bottom: 30px;
    width: 524px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignTitle {
    line-height: 0.95;
    font-size: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    width: 85.3333333333vw;
  }
}
.campaign .campaignTitle span {
  display: block;
  width: 100%;
  border-top: 1px solid #216d47;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .campaign .campaignTitle span {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignTitle span {
    margin-top: 2.1333333333vw;
    padding-top: 3.7333333333vw;
    font-size: 4vw;
  }
}
.campaign .campaignImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaignImg {
    width: 554px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignImg {
    width: 90.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.campaign .campaignAttn {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaignAttn {
    justify-content: center;
    max-width: 524px;
    gap: 10px;
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignAttn {
    gap: 2.6666666667vw;
    width: 85.3333333333vw;
    margin-bottom: 12.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaignAttn img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignAttn img {
    width: 36vw;
  }
}
.campaign .campaignAttn p {
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .campaign .campaignAttn p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignAttn p {
    font-size: 2.4vw;
  }
}
.campaign .campaignAttn p span {
  text-decoration: underline;
}
.campaign .campaignText {
  letter-spacing: 0.03em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaignText {
    font-size: 16px;
    margin-bottom: 68px;
    width: 524px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignText {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
    line-height: 2;
    width: 85.3333333333vw;
  }
}
.campaign .campaignStep {
  border: 1px solid #216d47;
  background-color: rgba(253, 253, 253, 0.5);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign .campaignStep {
    line-height: 1.5625;
    font-size: 16px;
    padding: 58px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignStep {
    line-height: 1.7857142857;
    font-size: 3.7333333333vw;
    padding: 9.8666666667vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaignStep p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignStep p {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaignStep dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignStep dl:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
.campaign .campaignStep dt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.campaign .campaignAttn {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .campaign .campaignAttn {
    line-height: 1.7142857143;
    font-size: 14px;
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignAttn {
    line-height: 1.6666666667;
    font-size: 3.2vw;
    margin-bottom: 12.5333333333vw;
  }
}
.campaign .campaignBtn a {
  display: block;
  text-align: center;
  background-color: #d1c857;
  color: #fffef5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .campaign .campaignBtn a {
    line-height: 100px;
    font-size: 23px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignBtn a {
    line-height: 17.6vw;
    font-size: 4.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.campaign .campaignPolicy {
  border: 1px solid #216d47;
}
@media screen and (min-width: 768px) {
  .campaign .campaignPolicy {
    padding: 40px 28px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignPolicy {
    padding: 6.6666666667vw;
  }
}
.campaign .campaignPolicy .campaignPolicyText {
  line-height: 2.1666666667;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign .campaignPolicy .campaignPolicyText {
    font-size: 12px;
    height: 185px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignPolicy .campaignPolicyText {
    font-size: 3.2vw;
    height: 64vw;
    margin-bottom: 13.3333333333vw;
  }
}
.campaign .campaignPolicy .campaignPolicyText::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(transparent 0%, #fffef5 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .campaign .campaignPolicy .campaignPolicyText::before {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignPolicy .campaignPolicyText::before {
    height: 13.3333333333vw;
  }
}
.campaign .campaignPolicy .campaignPolicyText.open {
  height: auto;
}
.campaign .campaignPolicy .campaignPolicyText.open::before {
  content: none;
}
.campaign .campaignPolicy .campaignPolicyBtn {
  cursor: pointer;
  display: block;
  text-align: center;
  background-color: #d1c857;
  color: #fffef5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .campaign .campaignPolicy .campaignPolicyBtn {
    line-height: 75px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaignPolicy .campaignPolicyBtn {
    line-height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}

/* .code / .about / .youtube
===================================================== */
.code h2,
.about h2,
.youtube h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .code h2,
.about h2,
.youtube h2 {
    font-size: 48px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .code h2,
.about h2,
.youtube h2 {
    font-size: 9.0666666667vw;
    margin-bottom: 3.2vw;
  }
}
.code h2 span,
.about h2 span,
.youtube h2 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .code h2 span,
.about h2 span,
.youtube h2 span {
    font-size: 16px;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 767px) {
  .code h2 span,
.about h2 span,
.youtube h2 span {
    font-size: 3.2vw;
    margin-bottom: -0.5333333333vw;
  }
}

/* .code
===================================================== */
@media screen and (min-width: 768px) {
  .code {
    margin-bottom: 190px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .code {
    margin-bottom: 26.6666666667vw;
    padding-top: 26.6666666667vw;
  }
}
.code ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .code ul {
    width: 580px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .code ul {
    width: 94.6666666667vw;
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .code ul li {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .code ul li {
    width: calc((100% - 1.3333333333vw) / 2);
  }
}
.code ul a {
  display: block;
}

/* .about
===================================================== */
.about {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about {
    width: 580px;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    width: 94.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about .aboutImg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutImg {
    margin-bottom: 5.3333333333vw;
  }
}
.about .aboutText {
  word-break: break-all;
  line-height: 1.4285714286;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about .aboutText {
    font-size: 14px;
    margin-bottom: 100px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutText {
    font-size: 3.7333333333vw;
    margin-bottom: 19.2vw;
    width: 84vw;
  }
}
.about .aboutMap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .aboutMap {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutMap {
    margin-bottom: 22.6666666667vw;
  }
}
.about .aboutMap p {
  text-transform: uppercase;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about .aboutMap p {
    font-size: 24px;
    top: 15px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutMap p {
    font-size: 4.5333333333vw;
    top: 2.6666666667vw;
    left: -0.2666666667vw;
  }
}
.about .aboutMap img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about .aboutMap img {
    width: 477px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutMap img {
    width: 77.3333333333vw;
    margin-right: 1.6vw;
  }
}
.about .aboutInfo {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .aboutInfo {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutInfo {
    font-size: 4.5333333333vw;
  }
}
.about .aboutInfo p {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .about .aboutInfo p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutInfo p {
    margin-bottom: 1.3333333333vw;
  }
}
.about .aboutInfo ul {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about .aboutInfo ul li:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutInfo ul li:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.about .aboutInfo ul a {
  position: relative;
}
.about .aboutInfo ul a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #b24cd8;
}
@media screen and (min-width: 768px) {
  .about .aboutInfo ul a::after {
    height: 3px;
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .about .aboutInfo ul a::after {
    height: 0.5333333333vw;
    bottom: 0;
  }
}

/* .youtube
===================================================== */
.youtube {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .youtube {
    margin-bottom: 245px;
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .youtube {
    margin-bottom: 26.6666666667vw;
    width: 94.6666666667vw;
  }
}
.youtube a {
  display: block;
}
@media screen and (min-width: 768px) {
  .youtube img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .youtube img {
    margin-bottom: 1.3333333333vw;
  }
}
.youtube p {
  line-height: 1.4285714286;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .youtube p {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .youtube p {
    font-size: 3.7333333333vw;
    width: 85.3333333333vw;
  }
}

/* .staff
===================================================== */
.staff {
  position: relative;
}
.staff img {
  width: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .staff img {
    height: 413px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.staff p {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff p {
    line-height: 3.1428571429;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .staff p {
    line-height: 2.6666666667;
    font-size: 3.2vw;
  }
}

/* footer
===================================================== */
footer {
  color: #000;
}

/* .sideBtn
===================================================== */
.sideBtn {
  position: fixed;
  z-index: 50;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sideBtn {
    top: 90px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sideBtn {
    top: calc(6.6666666667vw + 40px);
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sideBtn .sideBtn_line {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sideBtn .sideBtn_line {
    width: 12.8vw;
  }
}
.sideBtn .sideBtn_line span {
  display: block;
  width: 100%;
  background-color: #b24cd8;
}
@media screen and (min-width: 768px) {
  .sideBtn .sideBtn_line span {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sideBtn .sideBtn_line span {
    height: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sideBtn .sideBtn_line span:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sideBtn .sideBtn_line span:not(:last-child) {
    margin-bottom: 1.8666666667vw;
  }
}
.sideBtn .sideBtn_text {
  text-align: center;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sideBtn .sideBtn_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sideBtn .sideBtn_text {
    font-size: 4.2666666667vw;
  }
}

/* .side
===================================================== */
.side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(206, 183, 203);
  background: linear-gradient(0deg, rgb(206, 183, 203) 0%, rgb(255, 236, 223) 100%);
  z-index: 100;
  text-transform: uppercase;
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: none;
}
@media screen and (min-width: 768px) {
  .side {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .side {
    font-size: 4.2666666667vw;
  }
}
.side .side_inner {
  overflow: auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .side .side_inner {
    padding: 78px 0;
  }
}
@media screen and (max-width: 767px) {
  .side .side_inner {
    padding: 16vw 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .side .side_minInner {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }
}
.side .sideClose {
  position: fixed;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .side .sideClose {
    width: 35px;
    right: 44px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .side .sideClose {
    width: 7.2vw;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .side .sideBlock:not(:last-of-type) {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .side .sideBlock:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.side .sideBlock:not(:last-of-type) a {
  line-height: 2.3125;
}
@media screen and (min-width: 768px) {
  .side .sideBlock:last-of-type a {
    line-height: 1.7058823529;
  }
}
@media screen and (max-width: 767px) {
  .side .sideBlock:last-of-type a {
    line-height: 1.5;
  }
}
.side .sideBlock p {
  border-bottom: 2px solid #b24cd8;
}
@media screen and (min-width: 768px) {
  .side .sideBlock p {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .side .sideBlock p {
    padding-bottom: 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .side .sideBlock ul li.sideBlock_code {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .side .sideBlock ul li.sideBlock_code {
    margin-top: 2.1333333333vw;
  }
}
.side .sideBlock ul a {
  display: inline-block;
}

/* .modal
===================================================== */
.modal {
  background-color: #f8f0ea;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  display: none;
}
.modal .modal_inner {
  overflow: scroll;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.modal .modalClose {
  cursor: pointer;
  position: fixed;
  z-index: 201;
}
@media screen and (min-width: 768px) {
  .modal .modalClose {
    width: 35px;
    right: 44px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalClose {
    width: 6.9333333333vw;
    right: 3.4666666667vw;
    top: 3.4666666667vw;
  }
}
.modal .modalCode {
  background-color: #f8f0ea;
  color: #b24cd8;
}
.modal .modalCode:nth-of-type(even) {
  background-color: #fffef5;
  color: #216d47;
}
@media screen and (min-width: 768px) {
  .modal .modalCode:first-of-type {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalCode:first-of-type {
    margin-top: -2.9333333333vw;
  }
}
.modal .modalCode_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .modal .modalCode_inner {
    width: 380px;
    padding: 75px 0;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalCode_inner {
    width: 69.3333333333vw;
    padding: 12.8vw 0;
  }
}
.modal .modalCodeTitle {
  font-family: "zeitung", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .modal .modalCodeTitle {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalCodeTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.modal .modalCodeImg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal .modalCodeImg {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalCodeImg {
    margin-bottom: 4vw;
  }
}
.modal .modalCodeCredit {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .modal .modalCodeCredit {
    font-size: 16px;
    gap: 20px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .modal .modalCodeCredit {
    font-size: 3.7333333333vw;
    gap: 4.5333333333vw;
    line-height: 1.4285714286;
  }
}
.modal .modalCodeCredit a {
  display: block;
}
.modal .modalCodeCredit .modalCodeCredit_brand {
  white-space: nowrap;
}
.modal .modalCodeCredit .modalCodeCredit_brand::before {
  content: "(";
}
.modal .modalCodeCredit .modalCodeCredit_brand::after {
  content: ")";
}
.modal .modalCodeCredit .modalCodeCredit_price {
  text-decoration: underline;
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  margin-left: 5px;
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}/*# sourceMappingURL=style.css.map */