@charset "UTF-8";
/* ==============================

目次

============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==============================

selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #0d0d11;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

a, a:focus,
*:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1260px;
    padding: 0 2.380952381vw;
  }
}
@media screen and (min-width: 1260px) {
  .inner {
    max-width: 1200px;
    padding: 0;
  }
}

#svg_symbolSet {
  display: none;
}

.fdLink:hover {
  opacity: 0.7;
}

.btLink {
  position: relative;
}
.btLink:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btLink:hover {
  opacity: 1;
}
.btLink:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.-spOnly {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .-spOnly {
    display: none;
  }
}

.-pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .-pcOnly {
    display: inline-block;
  }
}

/* module */
.btnContainer {
  text-align: center;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

svg.-white {
  fill: #fff;
}
svg.-black {
  fill: #0d0d11;
}

/* ==============================

Header

============================== */
.header {
  position: fixed;
  width: 100%;
  padding-top: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}
.header.-bgON {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0.6) 100%);
}

.header_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 10px auto;
  grid-template-columns: 140px auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .header_container {
    -ms-grid-columns: 280px 10px auto;
    grid-template-columns: 280px auto;
  }
}

.header_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.header_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.header_title {
  position: relative;
  z-index: 20;
}
.header_title svg {
  width: 140px;
  height: 66px;
}
@media screen and (min-width: 768px) {
  .header_title svg {
    width: 280px;
    height: 132px;
  }
}

.header_surluster {
  position: absolute;
  top: 0;
  right: 5.3333333333vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header_surluster a:hover {
    opacity: 0.7;
  }
}
.header_surluster svg {
  width: 75px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .header_surluster {
    right: 2.380952381vw;
  }
  .header_surluster svg {
    width: 150px;
    height: 36px;
  }
}
@media screen and (min-width: 1260px) {
  .header_surluster {
    right: 0;
  }
}

.headerMenu_btn {
  position: absolute;
  display: block;
  top: 36px;
  right: 5.3333333333vw;
  width: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .headerMenu_btn {
    display: none;
  }
}

.headerMenu_btnLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 23px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.-active .headerMenu_btnLine {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.headerMenu_btnLine:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.-active .headerMenu_btnLine:before {
  opacity: 0;
}
.headerMenu_btnLine:after {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.-active .headerMenu_btnLine:after {
  -webkit-transform: translateY(-16px) rotate(-90deg);
          transform: translateY(-16px) rotate(-90deg);
}

.headerMenu {
  position: absolute;
  width: 100vw;
  height: 0;
  top: -100vh;
  left: 0;
  overflow: hidden;
  padding-top: 0;
  background: #000;
  z-index: 10;
}
.headerMenu * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
.headerMenu.-open {
  top: -25px;
  height: 100vh;
  overflow: visible;
  padding-top: 135px;
}
@media screen and (min-width: 768px) {
  .headerMenu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    overflow: visible;
    background: transparent;
  }
}

.headerMenu_items {
  width: 220px;
  margin: 16vw auto 0;
}
@media screen and (min-width: 768px) {
  .headerMenu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}

.headerMenu_item {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-top: 1px dashed #b5b5b6;
}
.headerMenu_item > a {
  display: block;
  padding: 1.6em 0;
}
.headerMenu_item:last-child {
  padding: 1.6em 0;
}
@media screen and (min-width: 768px) {
  .headerMenu_item {
    font-size: 1.6rem;
    border-top: none;
  }
  .headerMenu_item:not(:first-child) {
    margin-left: 20px;
  }
  .headerMenu_item > a {
    position: relative;
    padding: 1.2em 0;
  }
  .headerMenu_item > a::before {
    position: absolute;
    top: auto;
    left: 0;
    content: "";
    z-index: 1;
    bottom: 6px;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .headerMenu_item > a:hover::before {
    width: 100%;
  }
  .headerMenu_item:last-child {
    padding: 1.2em 0;
  }
  .headerMenu_item.-pcOnly a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 150px;
    height: 42px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 2em;
  }
  .headerMenu_item.-pcOnly a:hover {
    color: #0d0d11;
    background: #fff;
  }
  .headerMenu_item.-pcOnly a:hover::before {
    width: 0;
  }
}
@media screen and (min-width: 900px) {
  .headerMenu_item:not(:first-child) {
    margin-left: 50px;
  }
}

.headerSubMenu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 220px;
  margin: 1.6em auto 26px;
}
@media screen and (min-width: 768px) {
  .headerSubMenu_items {
    display: none;
  }
}

.headerSubMenu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 7px;
}
.headerSubMenu_item a svg {
  width: 60px;
  height: 18px;
}
.headerSubMenu_item a.-surLuster svg {
  width: 78px;
  height: 26px;
}

.headerSNS_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .headerSNS_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 36px;
    padding-right: 200px;
  }
}

.headerSNS_item {
  margin: 0 12px;
}
.headerSNS_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.headerSNS_item svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .headerSNS_item {
    margin: 0 0 0 24px;
  }
  .headerSNS_item a:hover svg {
    fill: #b5b5b6;
  }
}

/* ==============================

common

============================== */
/* ==============================

About

============================== */
.about {
  position: relative;
  padding-top: 121.3333333333vw;
  background: #0d0d11;
}
.about::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  z-index: 1;
  width: 100vw;
  height: 160vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/main_visual_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100vw;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 800px;
  }
  .about::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    z-index: 1;
    width: 1920px;
    max-width: 1920px;
    height: 1000px;
    background-image: url(../img/main_visual.jpg);
    background-size: 1920px;
  }
}

.about_heding {
  position: relative;
  margin: 0 0 1em;
  font-size: 6vw;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about_heding {
    font-size: 4.7619047619vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1260px) {
  .about_heding {
    font-size: 6rem;
  }
}

.aboutBody {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .aboutBody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px 300px;
    grid-template-columns: auto 300px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 25px;
    z-index: 2;
  }
}
.aboutBody .aboutBody > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.aboutBody .aboutBody > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.aboutBody_text {
  position: relative;
  padding-bottom: 2.6em;
  font-size: 3.4666666667vw;
  line-height: 2;
  border-bottom: 1px solid #fff;
  letter-spacing: -0.014em;
  z-index: 2;
}
.aboutBody_text p {
  margin: 0 0 1em;
}
.aboutBody_text p strong {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.2em 0.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  color: #0d0d11;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .aboutBody_text {
    padding-right: 25px;
    padding-bottom: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
    border-bottom: none;
  }
  .aboutBody_text::after {
    position: absolute;
    top: 0.5em;
    left: auto;
    content: "";
    z-index: 1;
    right: 0;
    width: 1px;
    height: calc(100% - 1em);
    background: #fff;
  }
  .aboutBody_text p {
    line-height: 2.3;
    text-align: left;
    text-justify: inherit;
  }
  .aboutBody_text p:last-of-type {
    margin-bottom: 0;
  }
  .aboutBody_text p strong {
    padding: 0.2em 0.5em 0.3em;
  }
}

.aboutProductInfo {
  padding: 30px 0 10px;
}
@media screen and (min-width: 768px) {
  .aboutProductInfo {
    padding: 0;
  }
}

.aboutProductInfo_memo {
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .aboutProductInfo_memo {
    margin: 0.2em 0 1em;
    font-size: 1.3rem;
  }
}

.aboutProductInfo_image {
  text-align: center;
}
.aboutProductInfo_image img {
  width: 300px;
}

.aboutProductInfo_detail dt {
  clear: both;
  float: left;
}
.aboutProductInfo_detail dt::after {
  content: "：";
}
.aboutProductInfo_detail dd {
  width: calc(100% - 3em);
  padding-left: 1.3em;
}
@media screen and (min-width: 768px) {
  .aboutProductInfo_detail {
    font-size: 1.3rem;
    letter-spacing: -0.002em;
  }
}

.buttonContaier {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.buttonContaier a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 180px;
  height: 42px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .buttonContaier {
    display: none;
  }
}

.aboutUse {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .aboutUse {
    padding-top: 100px;
  }
}

.aboutUse_heding {
  margin: 0 0 3em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutUse_heding {
    text-align: left;
  }
}

.aboutUse_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 18vw);
  -webkit-transform: translateX(-9vw);
          transform: translateX(-9vw);
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .aboutUse_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.aboutUse_step {
  position: relative;
  width: 42.6666666667vw;
  height: 42.6666666667vw;
  margin-bottom: 5.3333333333vw;
  border-radius: 200%;
  background: url(../img/use_bg_step.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.aboutUse_step:nth-child(odd) {
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aboutUse_step {
    width: 21.4285714286vw;
    max-width: 270px;
    height: 21.4285714286vw;
    max-height: 270px;
    margin-bottom: 120px;
  }
  .aboutUse_step:nth-child(odd) {
    margin-right: 0;
  }
}

.aboutUseStep_heding {
  position: absolute;
  top: -28px;
  left: -2px;
  width: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aboutUseStep_heding {
    width: 7.4603174603vw;
    max-width: 94px;
  }
}

.aboutUseStep_image {
  width: 100%;
  padding-top: 7.2vw;
  text-align: center;
}
.aboutUseStep_image img {
  width: auto;
}
.aboutUseStep_image img.-spray {
  height: 18.9333333333vw;
}
.aboutUseStep_image img.-cloth {
  height: 20.5333333333vw;
}
@media screen and (min-width: 768px) {
  .aboutUseStep_image {
    padding-top: 3.8095238095vw;
  }
  .aboutUseStep_image img {
    width: auto;
  }
  .aboutUseStep_image img.-spray {
    height: 9.6825396825vw;
    max-height: 122px;
  }
  .aboutUseStep_image img.-cloth {
    height: 10.4761904762vw;
    max-height: 132px;
  }
}
@media screen and (min-width: 1260px) {
  .aboutUseStep_image {
    padding-top: 48px;
  }
}

.aboutUseStep_text {
  margin: 0;
  padding-top: 0.6em;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutUseStep_text {
    font-size: 1.5873015873vw;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1260px) {
  .aboutUseStep_text {
    font-size: 2rem;
  }
}

/* 
サブ
------------------------------ */
/* ==============================

Voice

============================== */
#voice {
  position: relative;
  padding-bottom: 30px;
  background: #f5f5f6;
}
@media screen and (min-width: 768px) {
  #voice {
    padding-bottom: 60px;
  }
}

.voiceHedingContainer {
  position: relative;
  z-index: 2;
}
.voiceHedingContainer::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  z-index: 1;
  width: 200%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0d0d11;
}

.voice_heding {
  position: relative;
  margin: 0 0 0.5em;
  font-size: 5.3333333333vw;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .voice_heding {
    font-size: 4rem;
  }
}

.voice_lead {
  position: relative;
  margin: 0;
  padding: 0 0 2em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .voice_lead {
    font-size: 1.8rem;
  }
}

.voiceItemsOuter {
  position: relative;
}
.voiceItemsOuter::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  z-index: 1;
  width: 200%;
  height: 41.7333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0d0d11;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .voiceItemsOuter::before {
    height: 29.3650793651vw;
  }
}
@media screen and (min-width: 1260px) {
  .voiceItemsOuter::before {
    height: 370px;
  }
}

.voice_items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2.2vw);
  -webkit-transform: translateX(-1.1vw);
          transform: translateX(-1.1vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .voice_items {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.voice_item {
  position: relative;
  width: 41.6vw;
  margin-bottom: 5.3333333333vw;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(13, 13, 17, 0.14);
          box-shadow: 0px 0px 5px 0px rgba(13, 13, 17, 0.14);
  background: #fff;
  z-index: 2;
}
.voice_item.-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.voice_item:nth-child(odd) {
  margin-right: 5.3333333333vw;
}
.voice_item.-itemNew::after {
  position: absolute;
  top: auto;
  left: auto;
  content: "";
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  border-bottom-right-radius: 8px;
  background: url(../img/voice_icon_new.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .voice_item {
    width: 29.3650793651vw;
    margin-bottom: 3.5714285714vw;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .voice_item:nth-child(odd) {
    margin-right: inherit;
  }
  .voice_item:not(:nth-child(3n)) {
    margin-right: 3.5714285714vw;
  }
  .voice_item.-itemNew::after {
    border-bottom-right-radius: 10px;
    width: 7.1428571429vw;
    max-width: 90px;
    height: 7.1428571429vw;
    max-height: 90px;
  }
  .voice_item:hover .voice_itemThumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .voice_item.-commingSoon:hover .voice_itemThumb img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1260px) {
  .voice_item {
    width: 370px;
    margin-bottom: 45px;
  }
  .voice_item:not(:nth-child(3n)) {
    margin-right: 45px;
  }
  .voice_item.-itemNew::after {
    width: 90px;
    height: 90px;
  }
}

.voice_itemThumb {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.voice_itemThumb img {
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .voice_itemThumb img {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }
}

.voice_itemNumber {
  background: #0d0d11;
}
.voice_itemNumber span {
  display: block;
  margin: 0 0 0 auto;
  width: 50%;
  font-size: 2.6666666667vw;
  text-align: center;
  background: #eaeaeb;
}
@media screen and (min-width: 768px) {
  .voice_itemNumber span {
    font-size: 1.8rem;
  }
}

.voice_itemEntry {
  padding: 4.6666666667vw 4vw 0;
}
@media screen and (min-width: 768px) {
  .voice_itemEntry {
    padding: 3.5714285714vw 2.7777777778vw 0;
  }
}
@media screen and (min-width: 1260px) {
  .voice_itemEntry {
    padding: 45px 35px 0;
  }
}
.-commingSoon .voice_itemEntry {
  padding-top: 76%;
  text-align: center;
  color: #b5b5b6;
}
@media screen and (min-width: 768px) {
  .-commingSoon .voice_itemEntry {
    padding-top: 40%;
  }
}

.voice_itemEntryHeding {
  margin: 0 0 0.5em;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
@media screen and (min-width: 768px) {
  .voice_itemEntryHeding {
    font-size: 2.0634920635vw;
  }
}
@media screen and (min-width: 1260px) {
  .voice_itemEntryHeding {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .voice_itemEntryHeding.-spNarrow {
    letter-spacing: -0.1em;
  }
}

.voice_itemEntryNote {
  margin: 0 0 1em;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .voice_itemEntryNote {
    font-size: 1.2698412698vw;
  }
}
@media screen and (min-width: 1260px) {
  .voice_itemEntryNote {
    font-size: 1.6rem;
  }
}

.voice_itemEntryEx {
  margin: 0 0 1em;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .voice_itemEntryEx {
    font-size: 1.2698412698vw;
  }
}
@media screen and (min-width: 1260px) {
  .voice_itemEntryEx {
    font-size: 1.6rem;
  }
}

.voice_itemEntryButton a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .voice_itemEntryButton a:hover svg {
    fill: #0d0d11;
  }
}
.voice_itemEntryButton svg {
  position: absolute;
  top: auto;
  left: auto;
  content: "";
  z-index: 1;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  fill: #f5f5f6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .voice_itemEntryButton svg {
    right: 1.1111111111vw;
    bottom: 1.1111111111vw;
    width: 2.380952381vw;
    max-width: 30px;
    height: 2.380952381vw;
    max-width: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .voice_itemEntryButton svg {
    right: 14px;
    bottom: 14px;
  }
}

.btn_itemMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 160px;
  height: 42px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #b5b5b6;
  border: 2px solid #b5b5b6;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .btn_itemMore {
    width: 260px;
    height: 44px;
    font-size: 1.6rem;
    border-width: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .btn_itemMore:hover {
    color: #fff;
    background: #b5b5b6;
  }
}

/* 
voice detail
------------------------------ */
.voiceWrapper {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .voiceWrapper {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .voiceContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 50px auto;
    grid-template-columns: 400px auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 50px;
    padding: 50px 50px 30px;
    border-radius: 20px;
  }
  .voiceContainer .voiceContainer > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .voiceContainer .voiceContainer > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1260px) {
  .voiceContainer {
    -ms-grid-columns: 400px 100px auto;
    gap: 0px 100px;
    padding: 100px;
  }
}

.voiceTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 3.6vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .voiceTag {
    width: calc(100% + 50px);
    font-size: 1.8rem;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@media screen and (min-width: 1260px) {
  .voiceTag {
    width: calc(100% + 100px);
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.voiceTag_title {
  width: 50%;
  text-align: right;
  margin: 0;
  padding: 0.5em 1em 0.5em 0.2em;
  color: #fff;
  background: #0d0d11;
}

.voiceTag_number {
  width: 50%;
  margin: 0;
  padding: 0.5em 0.2em 0.5em 1em;
  background: #eaeaeb;
}

.voice_title {
  padding: 10vw 6vw;
  font-size: 6vw;
  text-align: center;
  line-height: 1.4;
}
.voice_title.-fontSmall {
  font-size: 5.6vw;
}
@media screen and (min-width: 768px) {
  .voice_title {
    padding: 60px 0;
    font-size: 4rem;
    text-align: left;
  }
  .voice_title.-fontSmall {
    font-size: 3.8rem;
  }
}

.voiceProfile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 20px auto;
  grid-template-columns: 100px auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  margin: 0 10vw 40px;
}
@media screen and (min-width: 768px) {
  .voiceProfile {
    -ms-grid-columns: 140px 20px auto;
    grid-template-columns: 140px auto;
    margin: 0 0 60px;
  }
}

.voiceProfile > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.voiceProfile > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.voiceProfile_photo .credit {
  margin: 5px 0 0;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .voiceProfile_photo .credit {
    font-size: 1.3rem;
  }
}

.voiceProfile_name {
  margin: 0 0 0.5em;
  line-height: 1.5;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .voiceProfile_name {
    font-size: 1.8rem;
  }
}

.voiceProfile_detail {
  margin: 0;
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .voiceProfile_detail {
    font-size: 1.4rem;
  }
}

.voiceSidePhotos img + img {
  margin-top: 20px;
}

.voiceBlockRight {
  padding: 0 10vw;
}
@media screen and (min-width: 768px) {
  .voiceBlockRight {
    padding: 0;
  }
}

.voiceBlock {
  padding-bottom: 0.5em;
}
.voiceBlock p {
  margin-bottom: 1em;
  font-size: 3.4666666667vw;
  line-height: 1.8;
}
.voiceBlock p + .voiceBlockImage {
  padding-top: 1em;
}
.voiceBlock p.voice_pLead {
  font-size: 3.2vw;
}
.voiceBlock .voice_subtitle {
  margin-bottom: 2em;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: center;
}
.voiceBlock .voice_interviewer {
  font-size: 3.4666666667vw;
  margin-bottom: 2em;
}
.voiceBlock .voice_interviewer span {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0.1em 0.5em;
  letter-spacing: -0.015em;
  background: #eaeaeb;
}
.voiceBlock .voice_interviewer span.-spPL0 {
  margin-left: -0.5em;
  padding-left: 0;
}
.voiceBlock p + .voice_interviewer {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .voiceBlock p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .voiceBlock p.voice_pLead {
    font-size: 1.6rem;
  }
  .voiceBlock p.-pcmb2em {
    margin-bottom: 2em;
  }
  .voiceBlock .voice_subtitle {
    font-size: 2.8rem;
    text-align: left;
  }
  .voiceBlock .voice_interviewer {
    font-size: 1.8rem;
  }
  .voiceBlock .voice_interviewer span.-spPL0 {
    margin-left: 0;
    padding-left: 0.4em;
  }
  .voiceBlock .voice_interviewer span.-pcPL0 {
    margin-left: -0.5em;
    padding-left: 0;
  }
}

.voiceNoteBlock {
  padding-top: 0.5em;
  border-top: 1px solid #b5b5b6;
}

.voiceBlockImages li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .voiceBlockImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voiceBlockImages li {
    width: calc(50% - 5px);
  }
  .voiceBlockImages li:nth-child(odd) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .-onlyMax1399 {
    display: block;
  }

  .-onlyMin1400 {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .-onlyMax1399 {
    display: none;
  }

  .-onlyMin1400 {
    display: block;
  }
}
.voiceBlockImage {
  margin: 1em 0;
}

.modalButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 80vw;
  margin: 20px auto 40px;
}
@media screen and (min-width: 768px) {
  .modalButtons {
    max-width: 530px;
    margin: 0 auto 30px;
    padding-bottom: 50px;
    cursor: pointer;
  }
}

.modalButton_prev,
.modalButton_next {
  width: 37.0666666667vw;
  margin: 0 2vw;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 768px) {
  .modalButton_prev,
.modalButton_next {
    width: 250px;
    margin: 0 20px;
  }
  .modalButton_prev:hover img,
.modalButton_next:hover img {
    opacity: 0;
  }
}

.modalButton_prev {
  background-image: url(../img/voice_btn_prev_on.svg);
  background-size: contain;
}

.modalButton_next {
  background-image: url(../img/voice_btn_next_on.svg);
  background-size: contain;
}

.modalButton_close {
  position: fixed;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .modalButton_close {
    top: 15px;
    right: 15px;
    width: 52px;
    height: 52px;
    background-image: url(../img/voice_btn_close_on.svg);
    background-size: contain;
  }
  .modalButton_close:hover img {
    opacity: 0;
  }
}

/* ==============================

Shop

============================== */
#shop {
  padding: 30px 0 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #shop {
    padding: 100px 0;
  }
}

.shop_heding {
  margin: 0 0 0.5em;
  font-size: 5.3333333333vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop_heding {
    font-size: 4rem;
  }
}

.shop_lead {
  width: calc(100% + 12vw);
  margin: 0 0 2em;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-transform: translateX(-6vw);
          transform: translateX(-6vw);
}
@media screen and (min-width: 768px) {
  .shop_lead {
    width: 100%;
    font-size: 1.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.shop_onlineStores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .shop_onlineStores {
    margin-bottom: 100px;
  }
}

.shop_onlineStore {
  margin: 0 2.6666666667vw;
}
.shop_onlineStore a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 42.6666666667vw;
  height: 21.3333333333vw;
  overflow: hidden;
  border-radius: 7px;
  background: #f5f5f6;
}
.shop_onlineStore a svg {
  width: 20.8vw;
  height: 6.1333333333vw;
}
.shop_onlineStore a.-surLuster svg {
  width: 27.2vw;
  height: 9.0666666667vw;
}
.shop_onlineStore a.-biz {
  width: 100%;
  margin: 0 auto;
}
.shop_onlineStore a.-biz svg {
  width: 54.4vw;
  height: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .shop_onlineStore {
    margin: 0 30px;
  }
  .shop_onlineStore a {
    width: 290px;
    height: 130px;
    border-radius: 15px;
  }
  .shop_onlineStore a:before {
    position: absolute;
    top: 0;
    left: -12em;
    content: "";
    z-index: 1;
    width: 6em;
    height: 100%;
    display: block;
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    background: rgba(255, 255, 255, 0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(16%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0) 100%);
  }
  .shop_onlineStore a:hover {
    background: #0d0d11;
  }
  .shop_onlineStore a:hover svg {
    fill: #fff;
  }
  .shop_onlineStore a:hover:before {
    -webkit-transform: skewX(-45deg) translateX(36em);
            transform: skewX(-45deg) translateX(36em);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .shop_onlineStore a svg {
    width: 120px;
    height: 36px;
  }
  .shop_onlineStore a.-surLuster svg {
    width: 156px;
    height: 52px;
  }
  .shop_onlineStore a.-biz {
    width: 640px;
    margin: 0 auto;
  }
  .shop_onlineStore a.-biz svg {
    width: 380px;
    height: 43px;
  }
  .shop_onlineStore a.-biz:hover:before {
    -webkit-transform: skewX(-45deg) translateX(60em);
            transform: skewX(-45deg) translateX(60em);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
}

.-biz:hover .bizCL1 {
  fill: #fff;
}

.bizCL2 {
  fill: #898989;
}

.bizCL3 {
  fill: #fff;
}

.guidanceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% + 12vw);
  -webkit-transform: translateX(-6vw);
          transform: translateX(-6vw);
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .guidanceContainer {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.guidance_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 42vw;
  height: 42vw;
  border: 1px solid #b5b5b6;
  border-radius: 7px;
}
.guidance_item:first-child {
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .guidance_item {
    width: 290px;
    height: 290px;
    border-width: 2px;
    border-radius: 15px;
  }
  .guidance_item:first-child {
    margin-right: 60px;
  }
}

.guidance_itemHeding {
  margin: 3.2vw 0 0;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .guidance_itemHeding {
    margin-top: 30px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.guidance_itemImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 12.5333333333vw;
  margin: 2.1333333333vw 0;
}
.guidance_itemImage .customers {
  width: 29.6vw;
}
.guidance_itemImage .paid {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .guidance_itemImage {
    height: 85px;
    margin: 15px 0;
  }
  .guidance_itemImage .customers {
    width: 200px;
  }
  .guidance_itemImage .paid {
    width: 120px;
  }
}

.guidance_itemText {
  margin: 0 0 0.2em;
  font-size: 3.4666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .guidance_itemText {
    font-size: 1.8rem;
  }
}

.guidance_itemNote {
  margin: 0;
  font-size: 2.1333333333vw;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .guidance_itemNote {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

/* ==============================

Footer

============================== */
.footer {
  padding: 30px 0 10px;
  text-align: center;
  background: #fff;
}

.footerSNS_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 220px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .footerSNS_items {
    display: none;
  }
}

.footerSNS_item {
  margin: 0 12px;
}
.footerSNS_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footerSNS_item svg {
  width: 25px;
  height: 25px;
}

.footer_logo {
  margin: 0 0 8px;
  line-height: 1;
}
.footer_logo.-purifyTime svg {
  width: 140px;
  height: 66px;
}
.footer_logo.-surLuster svg {
  width: 75px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin: 0 0 15px;
    line-height: 1;
  }
  .footer_logo.-purifyTime svg {
    width: 280px;
    height: 132px;
  }
  .footer_logo.-surLuster svg {
    width: 150px;
    height: 36px;
  }
}

.copyright {
  display: block;
  margin: 0 auto;
  font-family: "Questrial", sans-serif;
  font-size: 1.6vw;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 0.8rem;
  }
}

.btn_pagetop {
  position: fixed;
  right: 3.4666666667vw;
  bottom: 15px;
  width: 32px;
  height: 28px;
  z-index: 10;
}
.btn_pagetop svg .pagetopCL1 {
  fill: #0d0d11;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn_pagetop svg .pagetopCL2 {
  fill: none;
  stroke: #0d0d11;
  stroke-miterlimit: 10;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .btn_pagetop {
    right: 2.380952381vw;
    bottom: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 60px;
    height: 52px;
    cursor: pointer;
  }
  .btn_pagetop:hover svg .pagetopCL1 {
    fill: #fff;
  }
  .btn_pagetop:hover svg .pagetopCL2 {
    fill: #0d0d11;
  }
}
@media screen and (min-width: 1260px) {
  .btn_pagetop {
    right: 50%;
    -webkit-transform: translateX(660px);
            transform: translateX(660px);
  }
}

/* ==============================

animetion

============================== */
/* 
mask
------------------------------ */
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-wrap {
  display: inline-block;
  margin: 2px;
}
.mask-wrap .mask-inner {
  position: relative;
  visibility: hidden;
}
.mask-wrap .mask-inner::after {
  content: "";
  background: #b5b5b6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  visibility: visible;
}
.mask-wrap .mask-inner.start {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask-wrap .mask-inner.start::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadein {
  opacity: 0;
  -webkit-transition: 1.2s ease-in;
  transition: 1.2s ease-in;
}

.fadein.scrollin {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */