@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へ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1.5s;
}
.fadeIn.on {
  opacity: 1;
}

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

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

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

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

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1.5s, transform 1.5s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

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

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1.5s, transform 1.5s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

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

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1.5s, transform 1.5s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1.5s;
}
.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 1.5s;
}
.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 {
  animation-name: blurAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

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

@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;
  transform: translateX(-105%);
  transition: transform 1.5s ease;
}
.slide .slide_item {
  transform: translateX(105%);
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
}
.slide.on {
  transform: translateX(0);
}
.slide.on .slide_item {
  transform: translateX(0);
  opacity: 1;
}

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

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* common
===================================================== */
html,
body {
  overflow: hidden;
}
html.on,
body.on {
  overflow: visible;
}

.wrapper {
  width: 100%;
  background-color: #fff;
  color: #111111;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 2.9333333333vw;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

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

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

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

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

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

/* creditAjax
===================================================== */
.creditAjax_link .creditAjax_price__proper::before,
.creditAjax_link .creditAjax_price__sale::before {
  content: "¥";
}
.creditAjax_link .creditAjax_price__sale {
  color: #cc0b0b;
  margin-left: 5px;
}
.creditAjax_link .creditAjax_price__off {
  color: #cc0b0b;
}
.creditAjax_link .creditAjax_price__off::before {
  content: "(";
}
.creditAjax_link .creditAjax_price__off::after {
  content: ")";
}
.creditAjax_link.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
.creditAjax_link .creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* .load
===================================================== */
/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  pointer-events: none;
  transition: opacity 1.5s;
}
.loading.hide {
  opacity: 0;
}
.loading.active .loading_inner .loadingText div.img.img01 {
  animation: fadeIn 0.1s ease 0.7s forwards;
}
.loading.active .loading_inner .loadingText div.img.img02 {
  animation: fadeIn 0.1s ease 1.4s forwards;
}
.loading.active .loading_inner .loadingText div.img.img03 {
  animation: fadeIn 0.1s ease 2.1s forwards;
}
.loading.active .loading_inner .loadingText div.img.img04 {
  animation: fadeIn 0.1s ease 2.8s forwards;
}
.loading.active .loading_inner .loadingText div.img.img05 {
  animation: fadeIn 0.1s ease 3.5s forwards;
}
.loading .loading_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .loading .loading_inner {
    max-height: 100vh;
    max-height: 100svh;
  }
}
.loading .loadingText {
  position: relative;
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.text {
    width: 502px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.text {
    width: 46.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.2vw;
    margin-bottom: 1.7333333333vw;
  }
}
.loading .loadingText span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .loading .loadingText span {
    display: block;
    font-size: 12.2666666667vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText span {
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 46px;
    margin-right: 40px;
  }
}
.loading .loadingText span:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .loading .loadingText span:nth-child(2) {
    margin-top: 26.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.loading .loadingText div.img {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.img.img01 {
    width: 45.4545454545%;
    right: -23.8636363636%;
    top: -14.4578313253%;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.img.img01 {
    width: 80px;
    left: -49px;
    top: -68px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.img.img02 {
    width: 45.4545454545%;
    left: -23.8636363636%;
    top: 25.6024096386%;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.img.img02 {
    width: 80px;
    left: 81px;
    top: -68px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.img.img03 {
    width: 45.4545454545%;
    left: 28.4090909091%;
    top: 25.6024096386%;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.img.img03 {
    width: 80px;
    left: 213px;
    top: -68px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.img.img04 {
    width: 45.4545454545%;
    left: 28.4090909091%;
    bottom: -23.4939759036%;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.img.img04 {
    width: 80px;
    left: 348px;
    top: -68px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingText div.img.img05 {
    width: 45.4545454545%;
    right: -23.8636363636%;
    bottom: -23.4939759036%;
  }
}
@media screen and (min-width: 769px) {
  .loading .loadingText div.img.img05 {
    width: 80px;
    left: 475px;
    top: -68px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading .loadingText span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading .loadingText span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading .loadingText span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading .loadingText span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading .loadingText span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading .loadingText span:nth-child(7) {
  animation-delay: 0.6s;
}
.loading .loadingText span:nth-child(8) {
  animation-delay: 0.7s;
}
@keyframes rotate {
  10% {
    transform: scale(1.15);
  }
}
.loading .loadingImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .loading .loadingImg {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .loading .loadingImg {
    width: 17.3333333333vw;
  }
}

/* .fv
===================================================== */
.fv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 40px;
  }
}
.fv .fvImg {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
}
.fv .fvImg.show {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .fv .fvImg li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg li {
    width: 50%;
  }
}
.fv .fvTitle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: opacity 1.2s;
}
@media screen and (min-width: 769px) {
  .fv .fvTitle {
    width: 58.59375vw;
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvTitle {
    width: 89.6vw;
    top: 53%;
  }
}
.fv .fvTitle.show {
  opacity: 1;
}
.fv .scrollLine {
  position: absolute;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .fv .scrollLine {
    bottom: 1.3333333333vw;
    right: 5.3333333333vw;
    height: 16vw;
    width: 0.2666666667vw;
  }
}
.fv .scrollLine::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  65% {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  70% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

/* .lead
===================================================== */
@media screen and (min-width: 769px) {
  .lead {
    padding: 78px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 20.6666666667vw 0 24.5333333333vw;
  }
}
.lead .leadText {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    font-size: 2.9333333333vw;
    width: 80vw;
    line-height: 2;
  }
}

/* .menu
===================================================== */
.menu {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .menu {
    width: 740px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    width: 88vw;
    margin-bottom: 13.3333333333vw;
  }
}
.menu p.menu_title {
  position: relative;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .menu p.menu_title {
    font-size: 36px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.menu p.menu_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .menu p.menu_title::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  .menu ul.category_title {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .menu ul.category_title li {
    font-size: 14px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-bottom: 46px;
  }
}
.menu ul.category_title li p {
  color: #000 !important;
}
.menu ul.category_title li p::after {
  content: "\2/\2";
  display: inline-block;
}
.menu ul.category_title li:last-child p::after {
  display: none;
}
.menu ul.category_panel {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel {
    flex-wrap: wrap;
    width: 82.1333333333%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .menu ul.category_panel li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel li {
    width: 32.4675324675%;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel li.pcNone {
    box-sizing: border-box;
    padding-left: 1.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel li.pcNone p.menu_title {
    text-align: left;
    color: #000 !important;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 3.2vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu ul.category_panel li.pcNone p.menu_title::after {
    content: "";
    display: block;
    width: 2.9333333333vw;
    height: 0.2666666667vw;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel li.pcNone ul.category_title {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel li.pcNone ul.category_title li {
    font-size: 2.1333333333vw;
    width: auto !important;
    padding: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu ul.category_panel li.pcNone ul.category_title li p {
    font-size: 2.1333333333vw;
    position: inherit;
  }
}
.menu ul.category_panel a {
  display: block;
  position: relative;
}
.menu ul.category_panel img {
  position: relative;
  z-index: 1;
}
.menu ul.category_panel p {
  position: absolute;
  z-index: 3;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu ul.category_panel p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .menu ul.category_panel p.menu_category_id {
    font-size: 37px;
    top: 7.0588235294%;
    left: 5.7142857143%;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel p.menu_category_id {
    font-size: 7.2vw;
    top: 7.3770491803%;
    left: 6%;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .menu ul.category_panel p.menu_category_name {
    font-size: 12px;
    top: 28.2352941176%;
    left: 5.7142857143%;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu ul.category_panel p.menu_category_name {
    font-size: 2.6666666667vw;
    top: 28.6885245902%;
    left: 6%;
  }
}

/* .sec
===================================================== */
@media screen and (min-width: 769px) {
  .sec {
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    margin-bottom: 24.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec:nth-of-type(odd) .secCome {
    margin-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .sec:nth-of-type(odd) .secMainImg {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec:nth-of-type(odd) .secMainImg {
    left: -1.8666666667vw;
  }
}
.sec:nth-of-type(odd) .secCome_inner {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec:nth-of-type(even) .secCome {
    margin-left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .sec:nth-of-type(even) .secMainImg {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec:nth-of-type(even) .secMainImg {
    right: -1.8666666667vw;
  }
}
.sec:nth-of-type(even) .secCome_inner {
  margin-right: auto;
}

/* .secTop
===================================================== */
.secTop {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: sticky;
  z-index: 60;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .secTop {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secTop {
    top: 40px;
  }
}
.secTop .secTop_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secTop .secTop_inner {
    margin-left: auto;
    margin-right: auto;
    width: min(85vw, 850px);
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .secTop .secTop_inner {
    width: 100%;
    height: 20vw;
  }
}
.secTop .secTop_num,
.secTop .secTop_cate {
  position: absolute;
  line-height: 1;
}
.secTop .secTop_num {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .secTop .secTop_num {
    font-size: min(16.2vw, 162px);
    left: -25px;
    bottom: -38px;
  }
}
@media screen and (max-width: 768px) {
  .secTop .secTop_num {
    font-size: 22.9333333333vw;
    left: 4.2666666667vw;
    bottom: -5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .secTop .secTop_cate {
    font-size: min(5.2vw, 52px);
    right: 25px;
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .secTop .secTop_cate {
    font-size: 8.2666666667vw;
    right: 4.8vw;
    bottom: 0.8vw;
  }
}

.secArea {
  background: #FAF9E8;
}

/* .secMain
===================================================== */
.secMain {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secMain {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .secMain {
    margin-bottom: 29.6vw;
  }
}
.secMain .secSlide {
  width: 100%;
  background: #fff;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  /* スライダーのwrapper */
}
.secMain .secSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.secMain .secSlide_inner:first-child {
  animation: loopslide1_x 160s -80s linear infinite;
}
.secMain .secSlide_inner:last-child {
  animation: loopslide2_y 160s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.secMain .secSlide_item {
  flex-shrink: 0;
}
.secMain .secSlide .secSlide_item {
  width: auto !important;
}
@media screen and (min-width: 769px) {
  .secMain .secSlide .secSlide_item {
    height: 375px !important;
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .secMain .secSlide .secSlide_item {
    height: 69.3333333333vw !important;
    margin-right: 0.9333333333vw;
  }
}
.secMain .secSlide .secSlide_item img {
  width: auto;
  height: 100%;
}
.secMain .secCome {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secMain .secCome {
    padding-top: 100px;
    padding-bottom: 157px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secMain .secCome {
    padding-top: 24vw;
    padding-bottom: 26.6666666667vw;
    margin-bottom: 8vw;
  }
}
.secMain .secMainImg {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secMain .secMainImg {
    width: 262px;
  }
}
@media screen and (max-width: 768px) {
  .secMain .secMainImg {
    width: 44.5333333333vw;
  }
}
.secMain .secCome_inner {
  width: -moz-fit-content;
  width: fit-content;
}

/* parts
===================================================== */
.secLook {
  background-color: #111111;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secLook {
    width: 55px;
    height: 55px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secLook {
    width: 10vw;
    height: 10vw;
    margin-bottom: 4.8vw;
  }
}
.secLook .secLook_en {
  display: block;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.025em;
  position: absolute;
  left: 46%;
  transform: translateX(-50%) rotate(-5deg);
}
@media screen and (min-width: 769px) {
  .secLook .secLook_en {
    font-size: 24px;
    top: -23px;
  }
}
@media screen and (max-width: 768px) {
  .secLook .secLook_en {
    font-size: 4.5333333333vw;
    top: -4vw;
  }
}
.secLook .secLook_num {
  display: block;
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .secLook .secLook_num {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .secLook .secLook_num {
    font-size: 4.4vw;
  }
}

.secComeLead {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .secComeLead {
    margin-bottom: 24px;
    font-size: 18px;
    min-height: 57px;
    width: 325px;
  }
}
@media screen and (max-width: 768px) {
  .secComeLead {
    margin-bottom: 4.6666666667vw;
    font-size: 3.7333333333vw;
    min-height: 9.3333333333vw;
    width: 50.6666666667vw;
  }
}
.secComeLead::before, .secComeLead::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .secComeLead::before, .secComeLead::after {
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .secComeLead::before, .secComeLead::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}
.secComeLead::before {
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secComeLead::before {
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .secComeLead::before {
    top: 0.5333333333vw;
  }
}
.secComeLead::after {
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
  right: 0;
}
@media screen and (min-width: 769px) {
  .secComeLead::after {
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .secComeLead::after {
    bottom: 0.5333333333vw;
  }
}
.secComeLead span {
  display: block;
  text-align: center;
}

.secPoint {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
@media screen and (min-width: 769px) {
  .secPoint {
    padding: 20px 0;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .secPoint {
    padding: 2.4vw 0;
    width: 57.3333333333vw;
  }
}
.secPoint ul {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secPoint ul {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .secPoint ul {
    gap: 0.8vw;
  }
}
.secPoint li {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .secPoint li {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .secPoint li {
    font-size: 2.9333333333vw;
    line-height: 1.3;
  }
}
.secPoint span {
  display: inline-block;
}
.secPoint .secPoint_text {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secPoint .secPoint_text {
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .secPoint .secPoint_text {
    padding-left: 2.8666666667vw;
  }
}
.secPoint .secPoint_text::before {
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secPoint .secPoint_text::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .secPoint .secPoint_text::before {
    width: 2.2vw;
    height: 2.2vw;
    top: 0.9333333333vw;
  }
}

/* .credit
===================================================== */
.credit {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .credit {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .credit {
    padding: 8.6666666667vw 0 7.3333333333vw;
  }
}
.credit ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .credit ul {
    width: min(90vw, 900px);
    gap: 20px 60px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and ( max-width: 899px) {
  .credit ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .credit ul {
    width: 80vw;
    gap: 2.6666666667vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .credit li {
    width: calc((100% - 60px) / 2);
    min-width: 375px;
  }
}
@media screen and (min-width: 769px) {
  .credit li:has(.creditLink__text) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and ( max-width: 899px) {
  .credit li:has(.creditLink__text) {
    width: 375px;
  }
}
.credit .creditLink {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.credit .creditImg {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .credit .creditImg {
    width: 65px;
  }
}
@media screen and (max-width: 768px) {
  .credit .creditImg {
    width: 16vw;
  }
}
.credit .creditText {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .credit .creditText {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .credit .creditText {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit .creditText_name,
  .credit .creditText_brand {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .credit .creditText_name,
  .credit .creditText_brand {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit .creditText_price {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .credit .creditText_price {
    font-size: 2.9333333333vw;
  }
}
.credit .btn {
  flex-shrink: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .credit .btn {
    line-height: 23px;
    margin-top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .credit .btn {
    line-height: 5.3333333333vw;
    margin-top: 0.2666666667vw;
  }
}
.credit .btn__buy {
  background-color: #111111;
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .credit .btn__buy {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .credit .btn__buy {
    width: 16vw;
  }
}
.credit .btn__buycoming {
  background-color: #111111;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .credit .btn__buycoming {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .credit .btn__buycoming {
    width: 26.6666666667vw;
  }
}
.credit .btn__coming {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #111111;
  background-color: transparent;
  color: #111111;
}
@media screen and (min-width: 769px) {
  .credit .btn__coming {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .credit .btn__coming {
    width: 26.6666666667vw;
  }
}

/* .secOther
===================================================== */
@media screen and (min-width: 769px) {
  .secOther {
    margin-bottom: 93px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .secOther {
    margin-bottom: 16.5333333333vw;
  }
}
.secOther .secOther_item {
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secOther .secOther_item {
    width: 430px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secOther_item {
    width: 90vw;
    padding-top: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secOther_item:not(:last-of-type) {
    margin-bottom: 26.6666666667vw;
  }
}
.secOther .secLook {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secOther .secComeLead {
  width: -moz-fit-content;
  width: fit-content;
  min-height: auto;
}
@media screen and (min-width: 769px) {
  .secOther .secComeLead {
    margin-bottom: 17px;
    padding: 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secComeLead {
    margin-bottom: 1.6vw;
    padding: 0vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secOther .secComeLead::before {
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secComeLead::before {
    top: 0.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secOther .secComeLead::after {
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secComeLead::after {
    bottom: 0.9333333333vw;
  }
}
.secOther .secImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secOther .secImg {
    width: 287px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secImg {
    width: 60vw;
    margin-bottom: 1.6vw;
  }
}
.secOther .secPoint {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secOther .secPoint {
    margin-bottom: 60px;
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .secOther .secPoint {
    margin-bottom: 9.3333333333vw;
    min-width: 57.3333333333vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.secOther .credit {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secOther .credit {
    padding: 55px 0;
  }
}
@media screen and (min-width: 769px) {
  .secOther .credit ul {
    flex-direction: column;
    width: 365px;
  }
}

@media screen and (max-width: 768px) {
  #sec__3 .secOther li:last-child p.secImg {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .secOther li:last-child p.secImg {
    width: 383px;
  }
}

/* .secMore
===================================================== */
@media screen and (min-width: 769px) {
  .secMore {
    margin-left: auto;
    margin-right: auto;
    max-width: min(90vw, 900px);
    padding-bottom: 194px;
  }
}
@media screen and (max-width: 768px) {
  .secMore {
    width: 100%;
    padding-bottom: 24.2666666667vw;
  }
}
.secMore .secMoreTitle {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secMore .secMoreTitle {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .secMore .secMoreTitle {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.secMore .btn__more {
  background-color: #111111;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-1px);
}
@media screen and (min-width: 769px) {
  .secMore .btn__more {
    width: 350px;
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .secMore .btn__more {
    width: 66.6666666667vw;
    line-height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.secMore .btn__more a {
  display: block;
}

/* swiper
===================================================== */
.secMoreList {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .secMoreList {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList {
    padding-bottom: 11.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .swiper-wrapper > div:first-of-type, .secMoreList .swiper-wrapper > li:first-of-type {
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .swiper-wrapper > div:last-of-type, .secMoreList .swiper-wrapper > li:last-of-type {
    margin-right: 6.6666666667vw !important;
  }
}
.secMoreList .swiper-scrollbar {
  background: #c3c3c3;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media screen and (min-width: 769px) {
  .secMoreList .swiper-scrollbar {
    width: 390px !important;
    height: 2px !important;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .swiper-scrollbar {
    width: 47.2vw !important;
    height: 0.5333333333vw !important;
  }
}
.secMoreList .swiper-scrollbar-drag {
  background: #111111;
}

/* 自動取得
===================================================== */
.secMoreList a {
  display: block;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  .secMoreList a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList a {
    font-size: 9px;
  }
}
.secMoreList a > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secMoreList img {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList img {
    margin-bottom: 1.3333333333vw;
  }
}
.secMoreList 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;
}
@media screen and (max-width: 768px) {
  .secMoreList img + span {
    padding: 3px 8px;
  }
}
.secMoreList .ico_box {
  display: none;
}
.secMoreList .ico_box + p {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .secMoreList .ico_box + p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .ico_box + p {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
}
.secMoreList .textOverflow,
.secMoreList .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .secMoreList .textOverflow,
  .secMoreList .label {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .textOverflow,
  .secMoreList .label {
    font-size: 2.9333333333vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .secMoreList .price,
  .secMoreList .salecolor,
  .secMoreList .salecolor + .price {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .secMoreList .price,
  .secMoreList .salecolor,
  .secMoreList .salecolor + .price {
    font-size: 2.9333333333vw;
  }
}
.secMoreList .salecolor,
.secMoreList .salecolor + .price {
  color: #cc0b0b;
}

/* #sec__1
===================================================== */
/* #sec__2
===================================================== */
@media screen and (max-width: 768px) {
  #sec__2 .secMainImg {
    right: 1.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .secCome {
    padding-bottom: 25.0666666667vw;
  }
}

/* #sec__3
===================================================== */
@media screen and (max-width: 768px) {
  #sec__3 .secMainImg {
    left: -3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .secCome {
    padding-top: 21.3333333333vw;
    padding-bottom: 25.0666666667vw;
  }
}

/* #sec__4
===================================================== */
@media screen and (max-width: 768px) {
  #sec__4 .secCome {
    padding-top: 20.8vw;
    padding-bottom: 23.4666666667vw;
  }
}

/* .staff
===================================================== */
.staff {
  position: relative;
  overflow: hidden;
}
.staff .staffImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  filter: blur(20px);
}
@media screen and (min-width: 769px) {
  .staff .staffImg {
    background-image: url(../images/staff_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .staff .staffImg {
    background-image: url(../images/staff_sp.png);
  }
}
.staff .staffImg.on {
  animation-name: imageBlur;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.staff .staffText {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .staff .staffText {
    line-height: 1.8571428571;
    font-size: 14px;
    padding: 198px 0;
  }
}
@media screen and (max-width: 768px) {
  .staff .staffText {
    line-height: 2.2916666667;
    font-size: 3.2vw;
    padding: 35.4666666667vw 0;
  }
}

/* .footer
===================================================== *//*# sourceMappingURL=style.css.map */