@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 0.8s;
}
.fadeIn.on {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 0.8s;
}
.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 0.8s;
}
.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.1s;
          animation-duration: 1.1s;
  -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.1s;
          animation-duration: 1.1s;
  -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 0.8s 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 0.8s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  background-color: #d0e7f5;
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  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: 12px;
  }
}

.wrapper {
  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;
  }
}
@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;
  }
}

/* .fuchi
===================================================== */
.fuchi {
  -webkit-text-stroke: 1px #000;
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
.fuchi__white {
  color: #fff;
}
.fuchi__pink {
  color: #fdccff;
}
.fuchi__black {
  color: #000;
}

/* .heart
===================================================== */
.heartArea {
  position: relative;
}

.heart {
  position: absolute;
}

/* .btn
===================================================== */
.btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 347px;
    transition: color 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 84.5333333333vw;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fdccff;
  z-index: 1;
  position: absolute;
  z-index: 1;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .btn::before {
    transition: background-color 0.2s;
    top: 4px;
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .btn::before {
    top: 1.0666666667vw;
    left: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover {
    color: #fff;
  }
  .btn:hover::before {
    background-color: #000;
  }
}
.btn a {
  display: block;
  border: 1px solid #000;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .btn a {
    line-height: 73px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    line-height: 16vw;
    font-size: 3.7333333333vw;
  }
}
.btn__dark::before {
  background-color: #f3a1f7;
}
@media screen and (min-width: 768px) {
  .btn__long {
    width: 375px;
  }
}

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

/* .question
===================================================== */
.question {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .question {
    width: 603px;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .question {
    width: 92vw;
    gap: 13.3333333333vw;
  }
}
.question .question_item {
  display: block;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .question .question_item {
    padding: 33px 45px 16px 51px;
    border-radius: 6px;
    margin-left: 4px;
    min-height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .question .question_item {
    padding: 5.8666666667vw 6.6666666667vw 4.8vw;
    border-radius: 1.6vw;
    margin-left: 1.0666666667vw;
  }
}
.question a {
  display: block;
}
.question .question_thema {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .question .question_thema {
    line-height: 1.4347826087;
    font-size: 23px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .question .question_thema {
    line-height: 1.8125;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2em;
  }
}
.question .question_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdccff;
  border: 1px solid #000;
  border-radius: 999px;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .question .question_title {
    gap: 15px;
    width: 254px;
    line-height: 47px;
    left: -8px;
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .question .question_title {
    gap: 1.3333333333vw;
    width: 38.9333333333vw;
    line-height: 6.9333333333vw;
    left: -1.0666666667vw;
    top: 0;
  }
}
.question .question_titleText {
  letter-spacing: 0.2em;
  text-transform: capitalize;
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .question .question_titleText {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .question .question_titleText {
    font-size: 2.6666666667vw;
  }
}
.question .question_titleNum {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .question .question_titleNum {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .question .question_titleNum {
    font-size: 3.7333333333vw;
  }
}

/* .staff
===================================================== */
.staff {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .staff {
    gap: 35px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    justify-content: center;
    gap: 3.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.staff .staff_icon {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .staff .staff_icon {
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_icon {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .staff .staff_brand,
.staff .staff_year {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_brand,
.staff .staff_year {
    font-size: 2.9333333333vw;
  }
}
.staff .staff_name {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .staff .staff_name {
    font-size: 20px;
    margin: 1px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_name {
    font-size: 4vw;
    margin: 0.8vw 0 1.8666666667vw;
  }
}
.staff .staff_link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .staff .staff_link {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_link {
    gap: 1.8666666667vw;
  }
}
.staff .staff_link li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff .staff_link li {
    transition: color 0.2s;
  }
}
.staff .staff_link li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fdccff;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff .staff_link li::before {
    top: 3px;
    left: 3px;
    transition: background-color 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_link li::before {
    top: 0.8vw;
    left: 0.8vw;
  }
}
.staff .staff_link li:hover {
  color: #fff;
}
.staff .staff_link li:hover::before {
  background-color: #000;
}
.staff .staff_link a {
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
  position: relative;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .staff .staff_link a {
    font-size: 11px;
    width: 94px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_link a {
    font-size: 2.9333333333vw;
    width: 25.0666666667vw;
    line-height: 5.0666666667vw;
  }
}

/* .fv
===================================================== */
.fv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 50px;
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    overflow: hidden;
    margin-top: 40px;
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
  }
}
.fv .fvImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv .fvImg {
    -o-object-position: right 10%;
       object-position: right 10%;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvImg {
    -o-object-position: center center;
       object-position: center center;
  }
}
.fv .fvTitleArea {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv .fvTitleArea {
    left: 2%;
    top: 49%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .fv .fvTitleArea {
    top: -1.4992503748vh;
    top: -1.4992503748svh;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .fv .fvTitle {
    width: 398px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvTitle {
    height: 35.9820089955vh;
    height: 35.9820089955svh;
  }
  .fv .fvTitle img {
    height: 100%;
    width: auto;
  }
}
.fv .fvTitle.on {
  -webkit-animation: purun 1s 1s linear forwards;
          animation: purun 1s 1s linear forwards;
}
@-webkit-keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  90% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  90% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.fv .heart {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv .heart {
    top: 53px;
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart {
    width: 6.5967016492vh;
    width: 6.5967016492svh;
    top: 6.7466266867vh;
    top: 6.7466266867svh;
  }
}
@media screen and (min-width: 768px) {
  .fv .heart li {
    width: 21px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart li {
    width: 2.2488755622vh;
    width: 2.2488755622svh;
  }
}
@media screen and (min-width: 768px) {
  .fv .heart__left {
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__left {
    left: 3.5982008996vh;
    left: 3.5982008996svh;
  }
}
.fv .heart__left li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv .heart__left li:nth-child(1) {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__left li:nth-child(1) {
    margin-bottom: 8.6956521739vh;
    margin-bottom: 8.6956521739svh;
  }
}
.fv .heart__left li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv .heart__left li:nth-child(2) {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__left li:nth-child(2) {
    margin-bottom: 7.4962518741vh;
    margin-bottom: 7.4962518741svh;
  }
}
.fv .heart__left li:nth-child(3) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv .heart__right {
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__right {
    right: 3.5982008996vh;
    right: 3.5982008996svh;
  }
}
.fv .heart__right li:nth-child(1) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv .heart__right li:nth-child(1) {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__right li:nth-child(1) {
    margin-bottom: 8.6956521739vh;
    margin-bottom: 8.6956521739svh;
  }
}
.fv .heart__right li:nth-child(2) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv .heart__right li:nth-child(2) {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .fv .heart__right li:nth-child(2) {
    margin-bottom: 7.4962518741vh;
    margin-bottom: 7.4962518741svh;
  }
}
.fv .heart__right li:nth-child(3) {
  margin-right: auto;
}

/* .lead
===================================================== */
@media screen and (min-width: 768px) {
  .lead {
    margin: 96px 0 101px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin: 20.5333333333vw 0 21.8666666667vw;
  }
}
.lead .lead_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .lead .lead_inner {
    width: 84vw;
  }
}
.lead .lead_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead .lead_text {
    font-size: 16px;
    line-height: 2.125;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead_text {
    font-size: 3.2vw;
    line-height: 1.9166666667;
  }
}

/* .nav
===================================================== */
@media screen and (min-width: 768px) {
  .nav {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: 32vw;
  }
}
.nav .navTitle {
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav .navTitle {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav .navTitle {
    font-size: 5.3333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
.nav nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.nav .question li:nth-of-type(1) {
  transition-delay: 0s;
}
.nav .question li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.nav .question li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.nav .question li:nth-of-type(4) {
  transition-delay: 0.6s;
}

/* 
===================================================== */
main .heart {
  position: absolute;
}
@media screen and (min-width: 768px) {
  main .heart {
    top: -74px;
    right: -51px;
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  main .heart {
    top: -8.5333333333vw;
    right: -2.9333333333vw;
    width: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  main .heart li {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  main .heart li {
    width: 5.3333333333vw;
  }
}
main .heart li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  main .heart li:nth-child(1) {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  main .heart li:nth-child(1) {
    margin-bottom: 13.3333333333vw;
  }
}
main .heart li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  main .heart li:nth-child(2) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  main .heart li:nth-child(2) {
    margin-bottom: 6.6666666667vw;
  }
}
main .heart li:nth-child(3) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  main .heart li:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .heart li:nth-child(3) {
    margin-bottom: 3.2vw;
  }
}
main .heart li:nth-child(4) {
  margin-right: auto;
}

/* .wave
===================================================== */
.wave {
  position: relative;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .wave::before, .wave::after {
    height: 11.5px;
  }
}
@media screen and (max-width: 767px) {
  .wave::before, .wave::after {
    height: 2vw;
  }
}
.wave::before {
  top: 0;
  transform: translateY(-100%);
}
.wave::after {
  bottom: 0;
  transform: scale(1, -1) translateY(-100%);
}
.wave__blue::before, .wave__blue::after {
  background-image: url(../images/wave_blue.png);
}
.wave__pink::before, .wave__pink::after {
  background-image: url(../images/wave_pink.png);
}

/* .sec
===================================================== */
@media screen and (min-width: 768px) {
  .sec {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 32vw 0;
  }
}
@media screen and (min-width: 768px) {
  .sec .question {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 767px) {
  .sec .question {
    margin-bottom: 17.3333333333vw;
  }
}
.sec .question .question_item {
  line-height: 1.6111111111;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sec .question .question_item {
    font-size: 4.8vw;
  }
}

#sec__1 {
  background-color: #e1f0f8;
}
#sec__1 .sec1_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .sec1_inner {
    max-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .sec1_inner {
    width: 92vw;
  }
}
#sec__1 .heartArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .heartArea .heart {
    top: -81px;
    right: -55px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .heartArea .heart {
    top: -9.8666666667vw;
    right: -2.1333333333vw;
  }
}

#sec__2 {
  overflow: hidden;
}
#sec__2 .sec2_inner {
  position: relative;
  background-color: #f2faff;
}
@media screen and (min-width: 768px) {
  #sec__2 .sec2_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 975px;
    padding: 180px 35px 200px;
  }
}
@media screen and (max-width: 1040px) {
  #sec__2 .sec2_inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .sec2_inner {
    width: 97.3333333333vw;
    padding: 34.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}

#sec__3 {
  background-color: #e1f0f8;
}
#sec__3 .sec3_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__3 .sec3_inner {
    max-width: 719px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .sec3_inner {
    width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__3 .question {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .question {
    margin-bottom: 13.3333333333vw;
  }
}
#sec__3 .credit {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #sec__3 .credit {
    width: 84vw;
  }
}

#sec__4 .sec4_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .sec4_inner {
    max-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .sec4_inner {
    width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__4 .question {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .question {
    margin-bottom: 13.3333333333vw;
  }
}

/* .credit
===================================================== */
.credit {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .credit {
    gap: 20px;
    max-height: 380px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .credit {
    gap: 5.3333333333vw;
  }
}
.credit .credit_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .credit a.credit_link:hover {
    opacity: 0.4;
  }
}
.credit .credit_img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .credit .credit_img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_img {
    width: 21.3333333333vw;
  }
}
.credit .credit_date {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .credit .credit_date {
    font-size: 11px;
    margin: 0 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_date {
    font-size: 2.9333333333vw;
    margin: 0 4vw 1.3333333333vw;
  }
}
.credit .credit_date > span {
  display: block;
}
.credit .credit_btn {
  text-transform: uppercase;
  text-align: center;
  border-radius: 999px;
  flex-shrink: 0;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn {
    line-height: 6.4vw;
    margin-bottom: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.credit .credit_btn__buy {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn__buy {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn__buy {
    width: 18.6666666667vw;
  }
}
.credit .credit_btn__coming {
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn__coming {
    width: 118px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn__coming {
    width: 31.4666666667vw;
  }
}

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

.creditAjax_price__proper::after,
.creditAjax_price__sale::after {
  content: "(税込)";
}

.creditAjax_price__sale {
  color: #ee2e2e;
  margin-left: 5px;
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

/* .bag
===================================================== */
@media screen and (min-width: 768px) {
  .bagLayout {
    position: relative;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bagLayout {
    margin-bottom: 21.3333333333vw;
  }
}

.bag {
  background-color: #f2faff;
}
@media screen and (min-width: 768px) {
  .bag {
    border-radius: 0 75px 0 0;
    width: calc((100% - 65px) / 2);
  }
}
@media screen and (max-width: 1040px) {
  .bag {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .bag {
    width: 100%;
    border-radius: 0 20vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .bag:not(:last-of-type) {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 1040px) {
  .bag:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .bag:not(:last-of-type) {
    margin-bottom: 25.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .bag:nth-of-type(2) {
    position: absolute;
    top: min(71.1538461538vw, 740px);
    right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .bag:nth-of-type(2) {
    position: static;
  }
}
.bag .bag_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bag .bag_inner {
    padding: 65px 18px 60px;
    max-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .bag .bag_inner {
    padding: 11.2vw 0 13.3333333333vw;
    width: 84vw;
  }
}
.bag .bagTitle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bag .bagTitle {
    font-size: 29px;
    left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .bag .bagTitle {
    font-size: 5.8666666667vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .bag .bagImg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bag .bagImg {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .bag .credit {
    margin: 0 40px 0 35px;
    padding-right: 40px;
  }
}

/* .code
===================================================== */
@media screen and (min-width: 768px) {
  .code {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .code:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .code:not(:last-of-type) {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(odd) .sec2_inner {
    border-radius: 0 75px 0 0;
  }
}
@media screen and (max-width: 1040px) {
  .code:nth-of-type(odd) .sec2_inner {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .code:nth-of-type(odd) .sec2_inner {
    border-radius: 0 20vw 0 0;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(odd) .heart {
    top: -125px;
    right: 23px;
    transform-origin: top right;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .code:nth-of-type(odd) .heart {
    top: -12vw;
    right: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(even) .sec2_inner {
    border-radius: 75px 0 0 0;
  }
}
@media screen and (max-width: 1040px) {
  .code:nth-of-type(even) .sec2_inner {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .code:nth-of-type(even) .sec2_inner {
    margin-left: auto;
    border-radius: 20vw 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(even) .heart {
    top: -122px;
    left: 19px;
    transform-origin: top left;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .code:nth-of-type(even) .heart {
    top: -12vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(1) .staffFlex, .code:nth-of-type(2) .staffFlex {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(3) .staffFlex {
    grid-template-rows: 1fr 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .code:nth-of-type(3) .codeImg {
    width: 500px;
    bottom: 120px;
    left: 25px;
  }
}
.code .codeTitle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .code .codeTitle {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeTitle {
    top: -3.4666666667vw;
  }
}
.code .codeTitle img {
  width: auto;
  transform: scale(0.5, 0.5);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .code .codeTitle img {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeTitle img {
    height: 25.0666666667vw;
  }
}
.code .codeTitle.on img {
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .code .codeStaff {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 1040px) {
  .code .codeStaff {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeStaff {
    margin-bottom: 10.6666666667vw;
  }
}
.code .codeStaff .codeStaff_title {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .code .codeStaff .codeStaff_title {
    font-size: 29px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeStaff .codeStaff_title {
    font-size: 5.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .code .codeStaff .staffFlex {
    gap: 34px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.code .codeStaff .staffFlex .staff {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .code .codeStaff .staffFlex .staff {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeStaff .staffFlex .staff:not(:last-of-type) {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .code .codeStaff .staffFlex .staff_icon {
    width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .code .codeImg {
    position: absolute;
    width: 530px;
    bottom: 55px;
    left: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .code .codeImg {
    position: static;
    margin-bottom: 60px;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .code .codeImg {
    margin-bottom: 16vw;
    width: 110%;
    transform: translateX(-5%);
  }
}
@media screen and (min-width: 768px) {
  .code .codeCredit {
    width: 398px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1040px) {
  .code .codeCredit {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit {
    width: 100%;
  }
}
.code .codeCredit .codeCredit_tab {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_tab {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit .codeCredit_tab {
    gap: 0.8vw;
  }
}
.code .codeCredit .codeCredit_tab li {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_tab li {
    border-radius: 3px 3px 0 0;
    line-height: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit .codeCredit_tab li {
    border-radius: 0.8vw 0.8vw 0 0;
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
.code .codeCredit .codeCredit_tab li > div {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_tab li > div {
    padding: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit .codeCredit_tab li > div {
    padding: 0 3.4666666667vw;
  }
}
.code .codeCredit .codeCredit_tab li.active::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background-color: #f2faff;
  height: 5px;
}
.code .codeCredit .codeCredit_tab li.active .codeCredit_tabMarker {
  position: relative;
}
.code .codeCredit .codeCredit_tab li.active .codeCredit_tabMarker::before {
  content: "";
  display: block;
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fdccff;
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_tab li.active .codeCredit_tabMarker::before {
    height: 8px;
    bottom: -1px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit .codeCredit_tab li.active .codeCredit_tabMarker::before {
    height: 8px;
    bottom: -1px;
  }
}
.code .codeCredit .codeCredit_tab li.active .codeCredit_tabText {
  position: relative;
  z-index: 2;
}
.code .codeCredit .codeCredit_body {
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_body {
    padding: 30px 15px 15px 15px;
    height: 435px;
  }
}
@media screen and (max-width: 767px) {
  .code .codeCredit .codeCredit_body {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .code .codeCredit .codeCredit_body .credit {
    padding-right: 45px;
  }
}
.code .codeCredit .codeCredit_body .credit:not(:first-of-type) {
  display: none;
}
.code .codeCredit .codeCredit_body .codeCredit_bodyItem {
  display: none;
}

/* .interior
===================================================== */
@media screen and (min-width: 768px) {
  .interior {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .interior {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .interior .interiorImg {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .interior .interiorImg {
    margin-bottom: 10.6666666667vw;
  }
}
.interior .credit {
  margin-left: auto;
  margin-right: auto;
  max-height: none;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .interior .credit {
    width: 340px;
  }
}

#interior__1 .interiorImg {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #interior__1 .interiorImg {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  #interior__1 .interiorImg {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #interior__1 .interiorImg img {
    width: 100%;
  }
}
#interior__1 .interiorImg img:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #interior__1 .interiorImg img:nth-of-type(2), #interior__1 .interiorImg img:nth-of-type(3) {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #interior__1 .interiorImg img:nth-of-type(2) {
    padding-right: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #interior__1 .interiorImg img:nth-of-type(3) {
    margin-top: -2.6666666667vw;
    padding-left: 22.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #interior__1 .heart {
    top: -258px;
    right: -36px;
    transform-origin: top right;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  #interior__1 .heart {
    top: -38.6666666667vw;
    right: -1.3333333333vw;
  }
}

#interior__2 .interiorImg {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #interior__2 .interiorImg {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  #interior__2 .interiorImg {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #interior__2 .interiorImg img {
    width: 100%;
  }
}
#interior__2 .interiorImg img:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #interior__2 .interiorImg img:nth-of-type(2), #interior__2 .interiorImg img:nth-of-type(3) {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #interior__2 .interiorImg img:nth-of-type(2) {
    padding-right: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #interior__2 .interiorImg img:nth-of-type(3) {
    margin-top: -2.6666666667vw;
    padding-left: 22.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #interior__2 .heart {
    top: -173px;
    left: -30px;
    transform-origin: top left;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  #interior__2 .heart {
    top: -13.8666666667vw;
    left: -1.3333333333vw;
  }
}

#interior__3 .interiorImg {
  display: flex;
}
@media screen and (min-width: 768px) {
  #interior__3 .interiorImg {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #interior__3 .interiorImg {
    gap: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #interior__3 .interiorImg img {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #interior__3 .interiorImg img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #interior__3 .interiorImg img:nth-of-type(1) {
    padding-right: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #interior__3 .interiorImg img:nth-of-type(2) {
    padding-left: 22.6666666667vw;
  }
}

/* .goods
===================================================== */
.goods .goodsTitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .goods .goodsTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .goods .goodsTitle {
    margin-bottom: 8vw;
  }
}
.goods .goodsTitle .goodsTitle_1 {
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .goods .goodsTitle .goodsTitle_1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .goods .goodsTitle .goodsTitle_1 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .goods .goodsTitle .goodsTitle_2 {
    margin-left: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .goods .goodsTitle .goodsTitle_2 {
    margin-left: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.goods .goodsTitle .goodsTitle_3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .goods .goodsTitle .goodsTitle_3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .goods .goodsTitle .goodsTitle_3 {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .goods .goodsListArea {
    margin-bottom: 100px;
    width: 719px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .goods .goodsListArea {
    margin-bottom: 21.3333333333vw;
  }
}

/* 自動取得
===================================================== */
.goodsList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .goodsList {
    gap: 40px 10px;
  }
}
@media screen and (max-width: 767px) {
  .goodsList {
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.goodsList > div,
.goodsList > li {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .goodsList > div,
.goodsList > li {
    width: calc((100% - 20px) / 3);
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .goodsList > div,
.goodsList > li {
    width: calc((100% - 2.6666666667vw) / 2);
    font-size: 3.2vw;
  }
}
.goodsList a {
  display: block;
}
.goodsList a > p {
  position: relative;
}
@media screen and (min-width: 768px) {
  .goodsList img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .goodsList img {
    margin-bottom: 4vw;
  }
}
.goodsList img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 10px;
  white-space: nowrap;
  font-size: 10px;
}
.goodsList .ico_box {
  display: none;
}
.goodsList .ico_box + p {
  display: none;
}
.goodsList .textOverflow,
.goodsList .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goodsList .salecolor,
.goodsList .salecolor + .price {
  color: #ee2e2e;
}

/* .join
===================================================== */
.join {
  background-color: #fdccff;
}
@media screen and (min-width: 768px) {
  .join {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .join {
    padding: 26.6666666667vw 0 34.6666666667vw;
  }
}
.join .joinTitleArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.join .joinTitle {
  text-align: center;
  transform: scale(0.5, 0.5);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .join .joinTitle {
    font-size: 25px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .join .joinTitle {
    font-size: 5.8666666667vw;
    margin-bottom: 11.4666666667vw;
  }
}
.join .joinTitle span {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .join .joinTitle span {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .join .joinTitle span {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.join .joinTitle.on {
  transform: scale(1, 1);
}
.join .join_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .join .join_inner {
    width: 84vw;
  }
}
.join .joinText {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .join .joinText {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .join .joinText {
    font-size: 3.2vw;
    margin-bottom: 12vw;
    line-height: 2.3333333333;
  }
}
.join .heart {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .join .heart {
    top: 30px;
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart {
    top: 5.8666666667vw;
    width: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .join .heart__left {
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__left {
    left: -12.2666666667vw;
  }
}
.join .heart__left li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .join .heart__left li:nth-child(1) {
    margin-bottom: 7px;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__left li:nth-child(1) {
    margin-bottom: 1.8666666667vw;
    width: 4.8vw;
  }
}
.join .heart__left li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .join .heart__left li:nth-child(2) {
    width: 21px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__left li:nth-child(2) {
    width: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .join .heart__right {
    right: -48px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__right {
    right: -12.2666666667vw;
  }
}
.join .heart__right li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .join .heart__right li:nth-child(1) {
    margin-bottom: 7px;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__right li:nth-child(1) {
    margin-bottom: 1.8666666667vw;
    width: 4.8vw;
  }
}
.join .heart__right li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .join .heart__right li:nth-child(2) {
    width: 21px;
  }
}
@media screen and (max-width: 767px) {
  .join .heart__right li:nth-child(2) {
    width: 5.6vw;
  }
}

/* .totop
===================================================== */
.totop {
  position: fixed;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
  bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .totop {
    border-radius: 10px 0 0 10px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .totop {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .totop svg {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .totop svg {
    width: 3.2vw;
  }
}
.totop.show {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */