@charset "UTF-8";
/*! 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;
}

/* mixins
--------------------------------------------------------*/
.main-visuals {
  margin: 0 auto;
  text-align: center;
  background-color: #f9f7f4;
}
.main-visuals .slick-list a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.main-visuals .slick-list a img {
  display: block;
  margin: 0 auto;
}
.main-visuals .slick-list img {
  display: block;
  margin: 0 auto;
}
.main-visuals .slick-slider {
  padding-bottom: 40px;
}
.main-visuals .slick-dots {
  right: 0;
  left: 0;
  width: auto;
  bottom: 0;
}
.main-visuals .slick-dots li {
  background-color: #e5e5e5;
  width: 35px;
  height: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 8px;
  border-radius: initial;
}
.main-visuals .slick-dots li.slick-active {
  background-color: #bba1cb;
  width: 35px;
  height: 5px;
}
.main-visuals .slick-dots li.slick-active button {
  position: relative;
}
.main-visuals .slick-dots li button:before {
  display: none;
}

.block-banner-carousel {
  background-color: #f9f7f4;
  padding-top: 15px;
}
.block-banner-carousel .ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}
.block-banner-carousel .content-inner {
  overflow: visible;
}
.block-banner-carousel .carousel-wrap {
  padding: 22px 0 38px;
  width: calc(100% + 16px);
  margin: 0 -8px;
  overflow: visible;
}
.block-banner-carousel .carousel-wrap .item {
  margin: 0 8px;
  display: block;
  width: calc(33.33333333% - 16px);
}
.block-banner-carousel .carousel-wrap .item img {
  display: block;
  border-radius: 5px;
}
.block-banner-carousel .carousel-wrap .slick-list .item {
  padding: 0 8px;
  margin: 0;
  display: block;
  width: calc(33.33333333% - 16px);
}
.block-banner-carousel .carousel-wrap .slick-slider .slick-arrow {
  top: calc(50% - 36px);
}
.block-banner-carousel .carousel-wrap.no_slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
  .block-banner-carousel .carousel-wrap {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .main-visuals .slick-dots {
    bottom: 3vw;
  }
  .block-banner-carousel {
    overflow: hidden;
    padding-top: 14vw;
  }
  .block-banner-carousel .ttl {
    font-size: 4.27vmin;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .block-banner-carousel .carousel-wrap {
    padding: 4vmin 0 20vmin;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    font-size: 0;
    margin: 0 auto;
  }
  .block-banner-carousel .carousel-wrap .slick-initialized {
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .block-banner-carousel .carousel-wrap .slick-list {
    overflow: visible;
  }
  .block-banner-carousel .carousel-wrap .slick-slider {
    padding-bottom: 9vw;
  }
  .block-banner-carousel .carousel-wrap .slick-dots {
    bottom: 2.3vmin;
  }
  .block-banner-carousel .carousel-wrap .item {
    padding: 0 3px;
    margin: 0;
    display: block;
  }
  .block-banner-carousel .carousel-wrap .slick-list .item {
    padding: 0 5px;
    margin: 0;
    display: block;
  }
  .block-banner-carousel .carousel-wrap .slick-dots {
    right: 0;
    left: 0;
    width: auto;
    bottom: calc(12.33vmin - 3px);
  }
  .block-banner-carousel .carousel-wrap .slick-dots li {
    background-color: #e5e5e5;
    width: 9vw;
    height: 1.4vw;
    margin: 0 8px;
    border-radius: initial;
  }
  .block-banner-carousel .carousel-wrap .slick-dots li.slick-active {
    background-color: #bba1cb;
    width: 9vw;
    height: 1.4vw;
  }
  .block-banner-carousel .carousel-wrap .slick-dots li.slick-active button {
    position: relative;
  }
  .block-banner-carousel .carousel-wrap .slick-dots li button:before {
    display: none;
  }
  .block-banner-carousel .carousel-wrap.no_slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-banner-carousel .carousel-wrap.no_slick .item {
    width: 100%;
  }
}
.block-toppage-links-wrap .btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .block-toppage-links-wrap .block-toppage-links {
    padding: 6.67vmin 3.33vmin 0;
  }
  .block-toppage-links-wrap .btn {
    margin: 2vmin auto 0;
  }
  .block-toppage-links-wrap .item-wrap {
    min-width: 50%;
    width: 50%;
    padding: 5.33vmin 0;
    margin: 0 1vw;
  }
  .block-toppage-links-wrap .item-wrap .item {
    min-width: 100%;
    width: 100%;
  }
}

.block-toppage-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
.block-toppage-links .item-note {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.4em;
}
.block-toppage-links .item {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
  background-color: #bba1cb;
  border-radius: 5px;
  display: block;
  width: 380px;
  text-align: center;
  padding: 25px;
  margin: 0 5px;
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-toppage-links .item:hover {
  opacity: 0.8;
}
.block-toppage-links .item ._h_en {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 767px) {
  .block-toppage-links {
    padding: 10.67vmin 5.33vmin 0;
  }
  .block-toppage-links .item {
    font-size: 3.73vmin;
    width: calc(50% - 2px);
    padding: 5.33vmin 0;
    margin: 0 2px;
  }
  .block-toppage-links .item ._h_en {
    font-size: 2.6vmin;
    margin-top: 0.4em;
  }
}
.block-pickup {
  padding-top: 60px;
}
.block-pickup .ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

.pickup-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}
.pickup-row .card-pi {
  width: 33.33333333%;
  padding: 0 15px;
  margin-top: 32px;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.pickup-row .card-pi ._inner {
  display: block;
}
.pickup-row .card-pi a {
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.pickup-row .card-pi a:hover {
  opacity: 0.7;
}
.pickup-row .card-pi .card-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #454545;
  margin-top: 1.4em;
  font-weight: bold;
  margin-left: 10px;
}
.pickup-row .card-pi p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #454545;
  margin-top: 0.8em;
  margin-left: 10px;
}
.pickup-row .card-pi .cat-tag {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  color: #bba1cb;
  margin-top: 1.6em;
  margin-left: 10px;
  font-weight: 500;
}
.pickup-row .card-pi .thumbnail {
  border-radius: 5px;
  overflow: hidden;
}

.pickup-row.opened .card-pi:nth-child(n+4) {
  max-height: 800px;
  overflow: none;
  margin-top: 32px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .block-pickup {
    padding-top: 14.94vmin;
  }
  .block-pickup .ttl {
    font-size: 4.27vmin;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .pickup-row {
    display: block;
    margin: 0 0;
  }
  .pickup-row .card-pi {
    width: 100%;
    padding: 0 0;
    margin-top: 8.53vmin;
  }
  .pickup-row .card-pi .card-ttl {
    font-size: 3.73vmin;
    line-height: 1.6;
    margin-left: 2.6vmin;
  }
  .pickup-row .card-pi p {
    font-size: 3.73vmin;
    margin-left: 2.6vmin;
  }
  .pickup-row .card-pi .cat-tag {
    font-size: 2.6vmin;
    margin-left: 2.6vmin;
  }
}
.block-top-collection .block_tab {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-top-collection .block_tab .tab-txt {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #333333;
  cursor: pointer;
  display: block;
  padding: 0.6em 0;
  width: 186px;
  text-align: center;
  position: relative;
}
.block-top-collection .block_tab .tab-txt:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-collection .block_tab .tab-txt:hover:after {
  background-color: #bba1cb;
}
.block-top-collection .block_tab .tab-txt.c:after {
  background-color: #bba1cb;
}
.block-top-collection .block-content .tab-content {
  display: none;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-collection .block-content .tab-content.c {
  display: block;
  -webkit-animation: slideUp 0.3s linear 0s;
          animation: slideUp 0.3s linear 0s;
}
@media only screen and (min-width: 737px) {
  .block-top-collection .block-content .collection-box-wrapper.is-scroll {
    overflow-x: scroll;
    padding-bottom: 26px;
    margin-bottom: 40px;
  }
  .block-top-collection .block-content .collection-box-wrapper.is-scroll::-webkit-scrollbar {
    height: 8px;
    margin: 0 40px;
  }
  .block-top-collection .block-content .collection-box-wrapper.is-scroll::-webkit-scrollbar-thumb {
    background: #bba1cb;
    border-radius: 1px;
  }
  .block-top-collection .block-content .collection-box-wrapper.is-scroll::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 1px;
  }
  .block-top-collection .block-content .collection-box-wrapper.is-scroll::-webkit-scrollbar-corner {
    display: none;
  }
}
.block-top-collection .collection-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}
.block-top-collection .collection-box .slick-dots {
  right: 0;
  left: 0;
  width: auto;
}
.block-top-collection .collection-box .slick-dots li {
  background-color: #e5e5e5;
  width: 8vw;
  height: 1.4vw;
  margin: 0 8px;
  border-radius: initial;
}
.block-top-collection .collection-box .slick-dots li.slick-active {
  background-color: #bba1cb;
  width: 9vw;
  height: 1.4vw;
}
.block-top-collection .collection-box .slick-dots li.slick-active button {
  position: relative;
}
.block-top-collection .collection-box .slick-dots li button:before {
  display: none;
}
.block-top-collection .collection-box .fbox {
  position: relative;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-collection .collection-box .fbox:hover {
  opacity: 0.7;
}
.block-top-collection .collection-box .fbox:after {
  content: "";
  display: block;
  width: 300px;
  padding-top: 146.666666%;
}
.block-top-collection .collection-box .fbox img {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  opacity: 0;
}
.block-top-collection .collection-box .fbox img.on {
  opacity: 1;
}
.block-top-collection .collection-box .fbox .title-box {
  position: absolute;
  top: 22px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 5;
}
.block-top-collection .collection-box .fbox .title-box .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  line-height: 1.6;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.block-top-collection .collection-box .fbox .title-box .ttl .eng {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.28em;
  line-height: 1.6;
  color: #333333;
  display: block;
  margin-bottom: 0em;
}
@media only screen and (min-width: 768px) {
  .block-top-collection .collection-box.is-scroll .fbox:after {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .block-top-collection .content-inner {
    padding: 0 2.6vmin;
  }
  .block-top-collection .block_tab {
    margin-top: 6.4vmin;
    padding: 0 5.3vmin;
  }
  .block-top-collection .block_tab .tab-txt {
    font-size: 3.73vmin;
    width: 50%;
    padding: 0.8em 0;
  }
  .block-top-collection .collection-box-wrapper {
    overflow: visible;
    margin: 0 -2.6vmin;
    padding: 0 12vw;
  }
  .block-top-collection .collection-box {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1px;
    overflow: visible;
  }
  .block-top-collection .collection-box .slick-list {
    overflow: visible;
  }
  .block-top-collection .collection-box .fbox {
    width: calc(50% - 2px);
    margin: 0 1px 1px;
  }
  .block-top-collection .collection-box .fbox:after {
    content: "";
    display: block;
    width: 300px;
    padding-top: 146.666666%;
  }
  .block-top-collection .collection-box .fbox .title-box {
    top: 7.3vmin;
  }
  .block-top-collection .collection-box .fbox .title-box .ttl {
    font-size: 2.6vmin;
  }
  .block-top-collection .collection-box .fbox .title-box .ttl .eng {
    font-size: 3.6vmin;
    margin-bottom: 0em;
  }
  .block-top-collection .collection-box .fbox img {
    width: 96%;
  }
}
.top-select-ttl_block {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .top-select-ttl_block {
    margin-top: 17.66vw;
  }
}

.top-select-alternative {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 35px;
}
.top-select-alternative .is-info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-select-alternative .is-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  text-align: center;
}
.top-select-alternative .is-image img {
  max-width: 100%;
}

.top-select-alternative-headline {
  width: 100%;
  padding: 165px 0 0 259px;
}
.top-select-alternative-headline img {
  width: 182px;
}

.top-select-alternative-link {
  width: 100%;
  padding: 40px 0 0 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-select-alternative-link .is-item {
  width: 170px;
}
.top-select-alternative-link .is-item + .is-item {
  margin: 0 0 0 13px;
}
.top-select-alternative-link .is-item span {
  display: block;
  width: 100%;
  height: 48px;
  background: #333;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.top-select-alternative-link .is-item a:hover span {
  background: #fff;
  color: #333;
}
.top-select-alternative-link .is-item:nth-of-type(2n) a:hover span {
  background: #333;
  color: #fff;
}
.top-select-alternative-link .is-item:nth-of-type(2n) span {
  background: #fff;
  color: #333;
}

@media only screen and (max-width: 1200px) {
  .top-select-alternative-headline {
    padding-top: 13.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-select-alternative {
    width: 100%;
    margin-top: 8vw;
    border-radius: 0;
  }
  .top-select-alternative .is-image {
    width: 100%;
    max-height: inherit;
  }
  .top-select-alternative-headline {
    padding: 10vw 0 0;
    margin: 0 auto 0 0;
    text-align: center;
    width: 55%;
  }
  .top-select-alternative-headline img {
    width: 18.86vw;
  }
  .top-select-alternative-link {
    padding: 6.133vw 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-select-alternative-link .is-item {
    padding: 0 55vw 0 11vw;
    width: 100%;
  }
  .top-select-alternative-link .is-item + .is-item {
    margin: 0;
    margin-top: 2vw;
  }
  .top-select-alternative-link .is-item span {
    height: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .top-select-alternative-link .is-item a:hover span {
    background: #333;
    color: #fff;
  }
  .top-select-alternative-link .is-item:nth-of-type(2n) a:hover span {
    background: #fff;
    color: #333;
  }
}
/*
.block-top-hamabe-minami {
  position: relative;

  .block_ttl {
    position: absolute;
    z-index: 11;
    top: 72px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;

    .ttl {
      font-size: 27px;
      font-size: 2.7rem;
      letter-spacing: 0.48em;
      line-height: 1.2;
      color: #333333;
      // margin-left: .48em;
    }

    .ttl-jp {
      top: 72px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.24em;
      line-height: 1.2;
      color: #bba1cb;
      margin-left: .24em;
    }
  }

  .hm-content {
    display: flex;
    height: 500px;
    position: relative;
    z-index: 10;

    .box {
      display: block;
      width: 50%;
      position: relative;
      @include transition(all, .7s, cubic-bezier(0.190, 1.000, 0.220, 1.000));

      &:hover {
        opacity: .7;
      }

      &.min {
        width: 25%;
      }

      &.max {
        width: 75%;
      }

      .inner {
        height: 250px;
        width: auto;
        position: absolute;
        top: 50%;

        .arrow {
          border: 1px solid rgba($color: #333, $alpha: .25);
          width: 25px;
          height: 25px;
          // width: 55px;
          // height: 55px;
          display: block;
          position: relative;
          border-radius: 50%;
          margin: 40px auto;

          &:after {
            content: "";
            position: absolute;
            top: calc(50% - 3px);
            margin: auto;
            vertical-align: middle;
            width: 5px;
            height: 5px;
            border-top: 1px solid #454545;
            border-right: 1px solid #454545;
            right: calc(50% - 2px);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        }
      }

      &.box-left {
        background-image: url(../img/index/bg-collection-1-3.jpg);
        background-size: auto 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;

        .inner {
          right: 70px;

          // .arrow {
          //   &:after {
          //     content: "";
          //     right: calc(50% - 3px);
          //     -webkit-transform: rotate(45deg);
          //     transform: rotate(45deg);
          //   }
          // }
        }
      }

      &.box-right {
        background-image: url(../img/index/bg-collection-2-3.jpg);
        background-size: auto 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;

        .inner {
          left: 70px;
          right: inherit;

          // .arrow {
          //   &:after {
          //     content: "";
          //     left: calc(50% - 3px);
          //     -webkit-transform: rotate(225deg);
          //     transform: rotate(225deg);
          //   }
          // }
        }
      }

    }

    .box_ttl {
      text-align: center;
      font-size: 25px;
      font-size: 2.5rem;
      letter-spacing: 0.18em;
      line-height: 1.1;
      color: #333333;
      font-weight: 400;

      .ttl-jp {
        display: block;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.34em;
        line-height: 1;
        color: #454545;
        margin-top: 1.2em;
        font-weight: normal;
      }
    }

  }
}
@media only screen and (max-width: 767px) {
  .block-top-hamabe-minami {
    position: relative;

    .block_ttl {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);

      .ttl {
        font-size: 3.47vmin;
        letter-spacing: 0.48em;
        line-height: 1.2;
        color: #333333;
        margin-left: .48em;

        img {
          width: 20vmin;
    margin: 0 0 4px -3px;
        }
      }

      .ttl-jp {
        top: 0;
        font-size: 1.3vmin;
        letter-spacing: 0.24em;
        line-height: 1.2;
        color: #bba1cb;
        margin-left: .24em;
      }
    }

    .hm-content {
      display: block;
      height: auto;

      .box {
        display: block;
        width: 100%;
        height: 66.7vmin;
        display: flex;
        align-items: center;

        .inner {
          height: auto;
          width: auto;
          position: relative;
          top: 0;

          .arrow {
            width: 7.2vw;
            height: 7.2vw;
            margin: 5.33vmin auto 0;

            &:after {
              top: calc(50% - 2px);
              left: calc(50% - 4px);
              width: 4px;
              height: 4px;
            }
          }
        }

        &.box-left {
          background-image: url(../img/index/bg-collection-1-3.jpg);
          background-size: auto 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          flex-direction: row-reverse;

          .inner {
            right: 0;
            flex-direction: row-reverse;
            margin-right: 4.27vmin;

            // .arrow {
            //   &:after {
            //     right: calc(50% - 3px);
            //   }
            // }
          }
        }

        &.box-right {
          background-image: url(../img/index/bg-collection-2-3.jpg);
          background-size: auto 100%;
          background-position: 40% 50%;
          background-repeat: no-repeat;

          .inner {
            left: 0;
            right: inherit;
            flex-direction: row;
            margin-left: 10.67vmin;

            // .arrow {
            //   &:after {
            //     left: calc(50% - 3px);
            //   }
            // }
          }
        }
      }

      .box_ttl {
        margin-top: 6.4vmin;
        font-size: 5.07vmin;
        .ttl-jp {
          font-size: 2.6vmin;
        }
      }

    }
  }
}
// .block-hamabe-minami
*/
.block-top-plan {
  margin-top: 110px;
}
.block-top-plan .top-parents-mark {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 0;
  color: #767676;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.block-top-plan-ttl {
  min-width: 100%;
  min-height: 8.5rem;
  letter-spacing: 0.3rem;
  padding: 15px 10px;
  position: relative;
}
.block-top-plan-ttl-sub {
  display: block;
  min-width: 100%;
  font-size: 1.2rem;
}
.block-top-plan-txt {
  min-width: 100%;
  letter-spacing: 0rem;
}
.block-top-plan .plan_banners {
  margin-top: 40px;
}
.block-top-plan .plan_banners .fbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 330px;
  background-color: #f8f8f6;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
}
.block-top-plan .plan_banners .fbox a:hover {
  opacity: 0.7;
}
.block-top-plan .plan_banners .fbox .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #333333;
  font-weight: normal;
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .top-select-ttl_block {
    margin-top: 14.66vw;
  }
  .block-top-plan {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .block-top-plan .top-parents-mark {
    margin-top: 0;
    right: 10vw;
  }
  .block-top-plan .top-parents-mark::before {
    width: 6vw;
    height: 6vw;
    left: 50%;
    border: 1px solid #c1c1c2;
  }
  .block-top-plan .top-parents-mark::after {
    top: calc(50% - 0.5vw);
    left: calc(50% + 1.5vw);
    border-right: 1px solid #333;
    border-top: 1px solid #333;
  }
  .block-top-plan-ttl {
    min-width: calc(100% - 21.3vmin);
    min-height: 0;
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw;
    padding: 3vw 0 3vw 3.5vw;
    font-weight: 400;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .block-top-plan-ttl-sub {
    display: block;
    min-width: 10%;
    font-size: 2.8vw;
    line-height: 1;
    margin-top: 2vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }
  .block-top-plan-txt {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .block-top-plan .plan_banners {
    margin-top: 7.2vmin;
  }
  .block-top-plan .plan_banners .fbox .is-image {
    width: 21.3vmin;
  }
  .block-top-plan .plan_banners .fbox a {
    height: 21vmin;
    background-size: auto 100%;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    margin-bottom: 2.6vmin;
    border-radius: 3px;
    overflow: hidden;
    padding: 2.6vw 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .block-top-plan .plan_banners .fbox .ttl {
    font-size: 4.27vmin;
    text-align: center;
    margin-left: 24px;
    width: 50%;
  }
}
.block-top-cordinate {
  background-image: url(../img/index/bg-cordinate.jpg);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-cordinate:hover {
  opacity: 0.7;
}
.block-top-cordinate ._inner {
  margin: 0 auto;
  padding-top: 24px;
}
.block-top-cordinate ._inner p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #454545;
  text-align: center;
  margin-top: 1.4em;
}
.block-top-cordinate .block_ttl {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #333333;
  font-weight: 400;
}
.block-top-cordinate .block_ttl .ttl-sub {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  line-height: 2;
  color: #454545;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.block-top-cordinate .block_ttl .ttl-jp {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.4;
  color: #bba1cb;
  margin-top: 1.2em;
  font-weight: normal;
}
.block-top-cordinate .ic-arrow {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block-top-cordinate {
    background-image: url(../img/index/bg-cordinate_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
    height: 85.3vmin;
  }
  .block-top-cordinate ._inner {
    padding-top: 8vmin;
  }
  .block-top-cordinate ._inner p {
    font-size: 3.73vmin;
    line-height: 1.6;
    margin-top: 1.4em;
  }
  .block-top-cordinate .block_ttl {
    font-size: 5.6vmin;
    letter-spacing: 0.2em;
    font-weight: 300;
  }
  .block-top-cordinate .block_ttl .ttl-sub {
    font-size: 3.2vmin;
    letter-spacing: 0.22em;
    line-height: 2;
    margin-bottom: 0.8em;
  }
  .block-top-cordinate .block_ttl .ttl-jp {
    font-size: 2.6vmin;
    letter-spacing: 0.24em;
    line-height: 1.4;
    margin-top: 1.2em;
  }
  .block-top-cordinate .ic-arrow {
    margin-top: 5.33vmin;
  }
}
.block-top-guide {
  background-image: url(../img/index/bg-guide.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f9f5f6;
  height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-guide:hover {
  opacity: 0.7;
}
.block-top-guide ._inner {
  margin: 0 auto;
  padding-top: 24px;
}
.block-top-guide ._inner p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #454545;
  text-align: center;
  margin-top: 1.4em;
}
.block-top-guide .block_ttl {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #333333;
  font-weight: 400;
}
.block-top-guide .block_ttl .ttl-sub {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  line-height: 2;
  color: #454545;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.block-top-guide .block_ttl .ttl-jp {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.4;
  color: #bba1cb;
  margin-top: 1.2em;
  font-weight: normal;
}
.block-top-guide .ic-arrow {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block-top-guide {
    background-image: url(../img/index/bg-guide_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f9f5f6;
    height: 85.3vmin;
  }
  .block-top-guide ._inner {
    padding-top: 0;
  }
  .block-top-guide ._inner p {
    font-size: 3.73vmin;
    line-height: 1.6;
    margin-top: 1.4em;
  }
  .block-top-guide .block_ttl {
    font-size: 5.6vmin;
    letter-spacing: 0.2em;
    font-weight: 300;
  }
  .block-top-guide .block_ttl .ttl-sub {
    font-size: 3.2vmin;
    letter-spacing: 0.22em;
    line-height: 2;
    margin-bottom: 0.8em;
  }
  .block-top-guide .block_ttl .ttl-jp {
    font-size: 2.6vmin;
    letter-spacing: 0.24em;
    line-height: 1.4;
    margin-top: 1.2em;
  }
  .block-top-guide .ic-arrow {
    margin-top: 5.33vmin;
    margin-bottom: 5.33vmin;
  }
}
.block-top-shop {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .block-top-shop {
    margin-top: 9.66vw;
  }
}
.block-top-shop .flex-row .fbox {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-top-shop .flex-row .fbox {
    width: 100%;
  }
}
.block-top-shop .block-header {
  padding: 40px 0 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-top-shop .block-header .head-row {
  position: relative;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.block-top-shop .block-header .block_ttl {
  text-align: left;
}
.block-top-shop .block-header .block_ttl .ttl-jp {
  display: inline-block;
  margin-left: 0.8em;
}
.block-top-shop .block-header .link-with-arrow {
  position: absolute;
  right: 0;
  top: 4px;
}
.block-top-shop .shop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
  border-top: 1px solid #eee;
}
.block-top-shop .shop-links li {
  width: calc(33.33333% - 6px);
  margin: 30px 3px 0;
}
.block-top-shop .shop-links li a {
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #000;
  text-align: center;
  padding: 1.6em 0;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-shop .shop-links li a:hover {
  color: #bba1cb;
  border-bottom: 1px solid #bba1cb;
}
.block-top-shop .btn-conversion {
  width: 430px;
  display: block;
  padding: 1.4em 0;
  margin: 45px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
}
.block-top-shop .btn-conversion:hover {
  opacity: 0.7;
}
.block-top-shop .txt {
  font-size: 14px;
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #454545;
  margin-top: 1em;
  text-align: center;
}
.block-top-shop .link {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .block-top-shop .flex-row .fbox {
    width: 100%;
  }
  .block-top-shop .block-header {
    padding: 9.6vmin 2.6vmin 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-top-shop .block-header .link-with-arrow {
    position: absolute;
    right: 0;
    top: 4.27vmin;
  }
  .block-top-shop .shop-links {
    margin: 6vw -1px 4vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .block-top-shop .shop-links li {
    width: calc(50% - 2px);
    margin: 2.1vmin 1px 0;
  }
  .block-top-shop .shop-links li a {
    border-bottom: 1px solid #eee;
    font-size: 3.47vmin;
    padding: 1.2em 0;
  }
  .block-top-shop .btn-conversion {
    width: 90%;
    padding: 1.2em 0;
    margin: 9.13vmin auto 2vmin;
    font-size: 3.73vmin;
    letter-spacing: 0em;
  }
  .block-top-shop .txt {
    font-size: 3.2vmin;
    color: #454545;
  }
}
.top-online-store-header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-online-store-header {
    letter-spacing: 0;
    font-size: 4vw;
  }
}

.block-top-online-store {
  margin-top: 120px;
  padding: 110px 0;
  background-color: #f9f8f4;
}
@media screen and (max-width: 767px) {
  .block-top-online-store {
    margin-top: 17.66vw;
    padding: 17vw 0 12vw;
  }
}
.block-top-online-store .flex-row.bannar-box {
  margin-top: 40px;
}
.block-top-online-store .sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .block-top-online-store .sub-link {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-top-online-store .sub-link.is-companylink {
    display: block;
  }
}
.block-top-online-store .sub-link.is-companylink a {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-image: url(../img/index/top_company_service_fig.png);
}
@media screen and (max-width: 767px) {
  .block-top-online-store .sub-link.is-companylink a {
    width: 100%;
    height: 45.7vw !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url(../img/index/top_company_service_fig_sp.png);
    background-size: auto 34.6vw !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: top 50% !important;
    line-height: 1.75;
  }
  .block-top-online-store .sub-link.is-companylink a.is-partner {
    height: 50.6vw !important;
    background-image: url(../img/index/top_company_service_fig2_sp.png);
    background-size: auto 40vw !important;
  }
  .block-top-online-store .sub-link.is-companylink a.is-partner ._inner {
    top: -7vw !important;
  }
  .block-top-online-store .sub-link.is-companylink a ._inner {
    top: -7.5vw !important;
    left: 30px !important;
    width: 78% !important;
  }
  .block-top-online-store .sub-link.is-companylink a ._inner .sm {
    margin-top: 4vw;
  }
  .block-top-online-store .sub-link.is-companylink a .link {
    bottom: 2px !important;
  }
}
.block-top-online-store .sub-link a {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin: 0;
  background-color: #ff8c8c;
  color: #FFF;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 2em 0;
}
.block-top-online-store .sub-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .block-top-online-store .sub-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3vw;
    padding: 5.8vw 0px;
    line-height: 1.2;
  }
}
.block-top-online-store .flex-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-top-online-store .flex-row .fbox {
  width: 49%;
  background-color: #FFF;
  text-align: center;
  padding: 20px 40px;
}
.block-top-online-store .flex-row .fbox a.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 100% auto;
  background-position: top 50%;
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-bottom: 25px;
}
.block-top-online-store .flex-row .fbox a.bnr ._inner {
  width: 75%;
  text-align: center;
  position: relative;
  top: -30px;
  left: 30px;
  text-align: left;
}
.block-top-online-store .flex-row .fbox a.bnr .link {
  position: absolute;
  bottom: -2px;
  right: 15px;
}
.block-top-online-store .flex-row .fbox a.bnr .link .link-with-arrow {
  letter-spacing: 0.1em;
}
.block-top-online-store .flex-row .fbox a.bnr .ttl {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-top: 15px;
}
.block-top-online-store .flex-row .fbox a.bnr .ttl .sm {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.block-top-online-store .flex-row .fbox a.bnr.banner_01 {
  background-image: url(../img/index/bg-online_01.jpg);
}
.block-top-online-store .flex-row .fbox a.bnr.banner_02 {
  background-image: url(../img/index/top_service_fig_1.jpg);
}
@media screen and (max-width: 767px) {
  .block-top-online-store .flex-row .fbox a.bnr.banner_02 {
    background-image: url(../img/index/top_service_fig_1_sp.jpg);
  }
}
.block-top-online-store .flex-row .fbox a.bnr.banner_03 {
  background-image: url(../img/index/top_service_fig_2.jpg);
}
@media screen and (max-width: 767px) {
  .block-top-online-store .flex-row .fbox a.bnr.banner_03 {
    background-image: url(../img/index/top_service_fig_2_sp.jpg);
  }
}
.block-top-online-store .flex-row .fbox a.bnr.banner_03 ._inner {
  left: 68px;
}
@media screen and (max-width: 767px) {
  .block-top-online-store .flex-row .fbox a.bnr.banner_03 ._inner {
    left: 30px;
  }
}
.block-top-online-store .flex-row .fbox a.bnr.banner_no {
  background-image: none;
}
.block-top-online-store .flex-row .fbox a.bnr:hover {
  opacity: 0.7;
}
.block-top-online-store .flex-row .fbox .banner-otherwindow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #edeef0;
  border-right: 2px solid #edeef0;
  height: 148px;
  background-image: url(../img/common/ic-misc.svg);
  background-size: 10px auto;
  background-position: calc(100% - 12px) 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-online-store .flex-row .fbox .banner-otherwindow:hover {
  background-color: #edeef0;
}
.block-top-online-store .flex-row .fbox .banner-rakuten {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 2px solid #edeef0;
  border-right: 4px solid #edeef0;
}
.block-top-online-store .flex-row .fbox .banner-rakuten .txt-b {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #333333;
}
.block-top-online-store .flex-row .fbox .banner-rakuten .txt-eng {
  margin-top: 0.4em;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.6;
  color: #bba1cb;
}
.block-top-online-store .flex-row.is-1column .fbox {
  width: 100%;
}
.block-top-online-store .flex-row .desc-box {
  padding: 24px 20px 0;
}
.block-top-online-store .flex-row .desc-box .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #454545;
  font-weight: bold;
}
.block-top-online-store .flex-row .desc-box p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #454545;
  margin-top: 0.8em;
}
.block-top-online-store .p-full-bannar {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .block-top-online-store .content-inner {
    padding: 0 2.33vmin;
    border-radius: 5px;
    overflow: hidden;
  }
  .block-top-online-store .flex-row.bannar-box {
    margin-top: 4.53vmin;
    margin-bottom: 8.53vmin;
  }
  .block-top-online-store .flex-row {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .block-top-online-store .flex-row .fbox {
    width: 100%;
    padding: 8vw 6vw 4vw;
    border-radius: 5px;
    overflow: hidden;
  }
  .block-top-online-store .flex-row .fbox + .fbox {
    margin-top: 9.6vmin;
  }
  .block-top-online-store .flex-row .fbox a.bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50vw;
    border-radius: 5px;
    -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 3.5vw;
    margin-bottom: 4vw;
    background-position: top center;
  }
  .block-top-online-store .flex-row .fbox a.bnr ._inner {
    width: 65%;
    text-align: left;
  }
  .block-top-online-store .flex-row .fbox a.bnr .ttl {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.36rem;
    font-weight: 400;
    margin-top: 15px;
  }
  .block-top-online-store .flex-row .fbox a.bnr .ttl .sm {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .block-top-online-store .flex-row .fbox a.bnr.banner_no {
    background-image: none;
  }
  .block-top-online-store .flex-row .fbox .banner-otherwindow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #edeef0;
    height: 26vmin;
    background-image: url(../img/common/ic-misc.svg);
    background-size: 8px auto;
    background-position: calc(100% - 6px) 6px;
    background-repeat: no-repeat;
  }
  .block-top-online-store .flex-row .fbox .banner-otherwindow .online-logo {
    height: 9.6vmin;
  }
  .block-top-online-store .flex-row .fbox .banner-rakuten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 2px solid #edeef0;
    border-right: 2px solid #edeef0;
  }
  .block-top-online-store .flex-row .fbox .banner-rakuten .txt-b {
    font-size: 4.8vmin;
    letter-spacing: 0.18em;
    line-height: 1.6;
    color: #333333;
  }
  .block-top-online-store .flex-row .fbox .banner-rakuten .txt-eng {
    margin-top: 0.4em;
    display: block;
    font-size: 3.2vmin;
    letter-spacing: 0.24em;
    line-height: 1.6;
    color: #bba1cb;
  }
  .block-top-online-store .flex-row .desc-box {
    padding: 4.27vmin 3.73vmin 0;
  }
  .block-top-online-store .flex-row .desc-box .ttl {
    font-size: 3.73vmin;
    letter-spacing: 0.12em;
    line-height: 1.6;
    color: #454545;
    font-weight: bold;
  }
  .block-top-online-store .flex-row .desc-box p {
    font-size: 3.73vmin;
    letter-spacing: 0.09em;
    line-height: 1.6;
    color: #454545;
    margin-top: 0.6em;
  }
}
.block-banner-index-2 .content-inner {
  overflow: visible;
}
.block-banner-index-2 .banner-row {
  margin: 0 -12px;
  overflow: visible;
}
.block-banner-index-2 .banner-row .fbox {
  width: 50%;
  margin: 0 12px;
  overflow: visible;
}
.block-banner-index-2 .banner-row .fbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-banner-index-2 .banner-row .fbox a:hover {
  opacity: 0.7;
}
.block-banner-index-2 .banner-row .fbox ._inner {
  width: 50%;
  margin-left: 50%;
  text-align: center;
}
.block-banner-index-2 .banner-row .banner_01 {
  background-image: url(../img/index/bg-catalogue-1.jpg);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
  border: 1px solid #edeef0;
}
.block-banner-index-2 .banner-row .banner_01 ._inner {
  width: 56%;
  margin-left: 44%;
}
.block-banner-index-2 .banner-row .banner_01 .float_img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 50%;
}
.block-banner-index-2 .banner-row .banner_01 .note {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
}
.block-banner-index-2 .banner-row .banner_01 .ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333333;
  font-weight: normal;
  margin-top: 0.4em;
}
.block-banner-index-2 .banner-row .banner_01 .btn-catalog {
  width: 180px;
  display: block;
  padding: 0.8em 0;
  margin: 16px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
}
.block-banner-index-2 .banner-row .banner_02 {
  background-image: url(../img/index/img_2022wintercatalog.jpg);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block-banner-index-2 .banner-row .banner_02 .note {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
}
.block-banner-index-2 .banner-row .banner_02 .ttl {
  font-size: 22px;
  font-size: 2.1rem;
  letter-spacing: 0.24em;
  line-height: 1.8;
  color: #333333;
  font-weight: normal;
  margin-top: 0.4em;
}
.block-banner-index-2 .banner-row .banner_02 .ttl .sm {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .block-banner-index-2 {
    margin-top: 9.6vmin;
  }
  .block-banner-index-2 .content-inner {
    overflow: visible;
    padding: 0 5.33vmin;
  }
  .block-banner-index-2 .banner-row {
    margin: 0 0;
    overflow: visible;
  }
  .block-banner-index-2 .banner-row .fbox {
    width: 100%;
    margin: 8vmin 0 0;
    overflow: visible;
  }
  .block-banner-index-2 .banner-row .fbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 27.5vmin;
    border-radius: 5px;
    -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.05);
  }
  .block-banner-index-2 .banner-row .fbox ._inner {
    width: 50%;
    margin-left: 50%;
    text-align: center;
  }
  .block-banner-index-2 .banner-row .banner_01 {
    background-image: url(../img/index/bg-catalogue-1_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
  }
  .block-banner-index-2 .banner-row .banner_01 ._inner {
    width: 56%;
    margin-left: 44%;
  }
  .block-banner-index-2 .banner-row .banner_01 .float_img {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 45%;
  }
  .block-banner-index-2 .banner-row .banner_01 .note {
    font-size: 2.6vmin;
    letter-spacing: 0.24em;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
  }
  .block-banner-index-2 .banner-row .banner_01 .ttl {
    font-size: 3.47vmin;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #333333;
    font-weight: normal;
    margin-top: 0.4em;
  }
  .block-banner-index-2 .banner-row .banner_01 .btn-catalog {
    width: 40vmin;
    padding: 0.6em 0;
    margin: 0.6em auto 0;
    text-align: center;
    font-size: 2.6vmin;
    letter-spacing: 0.14em;
    line-height: 1.2;
    color: #fff;
    position: relative;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
    background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
    -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
  }
  .block-banner-index-2 .banner-row .banner_02 {
    background-image: url(../img/index/img_2022wintercatalog.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
  }
  .block-banner-index-2 .banner-row .banner_02 .note {
    font-size: 2.6vmin;
    letter-spacing: 0.24em;
  }
  .block-banner-index-2 .banner-row .banner_02 .ttl {
    font-size: 3.47vmin;
    letter-spacing: 0.24em;
    line-height: 1.6;
    color: #333333;
    margin-top: 0.4em;
  }
  .block-banner-index-2 .banner-row .banner_02 .ttl .sm {
    font-size: 3.2vmin;
    letter-spacing: 0.2em;
  }
}
.block-top-news .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-top-news .content-inner .block_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.block-top-news .content-inner .block_ttl .ttl-jp {
  display: inline-block;
  margin-left: 0.8em;
}
.block-top-news .content-inner .news-list {
  width: 75%;
}
.block-top-news .content-inner .news-list ul {
  border-top: 1px solid #eee;
}
.block-top-news .content-inner .news-list ul li {
  border-bottom: 1px solid #eee;
  padding: 24px 30px 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-top-news .content-inner .news-list ul li a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-news .content-inner .news-list ul li a:hover {
  opacity: 0.7;
}
.block-top-news .content-inner .news-list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.block-top-news .content-inner .news-list .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-top-news .content-inner .news-list .date {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #999999;
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
}
.block-top-news .content-inner .news-list .date::after {
  content: "";
  display: block;
  height: 1.2em;
  width: 1px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: -0.1em;
}
.block-top-news .content-inner .news-list .category {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #bba1cb;
}
.block-top-news .content-inner .news-list .title {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #454545;
  width: 78%;
}
.block-top-news .content-inner .news-list .link {
  margin-top: 32px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .block-top-news .content-inner {
    display: block;
    padding: 0 8vmin;
  }
  .block-top-news .content-inner .block_ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .block-top-news .content-inner .block_ttl .ttl-jp {
    display: inline-block;
    margin-left: 0.8em;
  }
  .block-top-news .content-inner .news-list {
    width: 100%;
    margin-top: 6.93vmin;
  }
  .block-top-news .content-inner .news-list ul {
    border-top: 1px solid #eee;
  }
  .block-top-news .content-inner .news-list ul li {
    border-bottom: 1px solid #eee;
    padding: 6.4vmin 5.33vmin 6.4vmin 0;
    display: block;
  }
  .block-top-news .content-inner .news-list ul li a:after {
    right: -2.6vmin;
  }
  .block-top-news .content-inner .news-list .news-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-top-news .content-inner .news-list .date {
    font-size: 2.6vmin;
  }
  .block-top-news .content-inner .news-list .date::after {
    content: "";
    display: block;
    height: 1.2em;
    width: 1px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: -0.1em;
  }
  .block-top-news .content-inner .news-list .category {
    font-size: 2.6vmin;
  }
  .block-top-news .content-inner .news-list .title {
    font-size: 3.47vmin;
    letter-spacing: 0.09em;
    line-height: 1.6;
    color: #454545;
    width: 100%;
    margin-top: 0.8em;
    display: block;
  }
  .block-top-news .content-inner .news-list .link {
    margin-top: 6.4vmin;
    text-align: right;
  }
}
.block-top-column {
  margin-top: 80px;
  padding: 0 0 20px;
}
.block-top-column .btn {
  margin-top: 45px;
}
.block-top-column .lead-text {
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #454545;
  text-align: center;
}
.block-top-column .columns-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 40px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-top-column .columns-row .fbox {
  width: 48%;
}
.block-top-column .columns-row ._inner .thumb {
  border-radius: 5px;
}
.block-top-column .columns-row ._inner .txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #454545;
  text-align: left;
  margin: 1.6em 0.8em;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-top-column .columns-row ._inner .type {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #bba1cb;
  text-align: left;
  padding: 0 10px;
  margin-top: -11px;
}

@media only screen and (max-width: 738px) {
  .block-top-column {
    margin-top: 16.66vmin;
    padding: 0;
  }
  .block-top-column .btn {
    margin-top: 4.53vmin;
  }
  .block-top-column .lead-text {
    margin-top: 5.33vmin;
    font-size: 3.73vmin;
    line-height: 1.6;
    text-align: center;
  }
  .block-top-column .columns-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.33vmin;
  }
  .block-top-column .columns-row .fbox {
    margin-bottom: 5.33vmin;
  }
  .block-top-column .columns-row ._inner .thumb {
    border-radius: 5px;
  }
  .block-top-column .columns-row ._inner .txt {
    font-size: 3.73vmin;
    line-height: 1.38;
    margin: 0.8em 0.8em;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .block-top-column .columns-row ._inner .type {
    font-size: 2.4vmin;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #bba1cb;
    text-align: left;
    padding: 0 3vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

.top-parents {
  margin-top: 85px;
}
.top-parents-mark {
  display: block;
  position: relative;
  margin-top: 25px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .top-parents-mark {
    margin-top: 4vw;
    width: auto;
    height: 8vw;
  }
}
.top-parents-mark:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #c2b9b0;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .top-parents-mark:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4vw);
    top: 0;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 1px solid #c2b9b0;
  }
}
.top-parents-mark:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: calc(50% + 2px);
  width: 4px;
  height: 4px;
  border-right: 1px solid #353535;
  border-top: 1px solid #353535;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .top-parents-mark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1.3vw);
    width: 1.3vw;
    height: 1.3vw;
    border-right: 1px solid #353535;
    border-top: 1px solid #353535;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
            transform-origin: right 50% 0;
  }
}
.top-parents-link {
  display: block;
}
.top-parents-text {
  position: relative;
  top: -10px;
  left: 100px;
}
.top-parents-catch {
  padding-top: 1.5em;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top-parents-catch {
    font-size: 3.5vw;
    padding: 2.8vw 8vw;
  }
}
.top-parents-headline {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.07em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-parents-headline {
    font-size: 5vw;
    letter-spacing: 0.4vw;
    text-align: center;
    line-height: 1.8;
  }
}
.top-parents-headline .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #bba1cb;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-parents-headline .lt-en {
    font-size: 3vw;
  }
}
.top-parents-sub {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-parents-sub {
    font-size: 3vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-parents {
    margin-top: 15vw;
  }
  .top-parents-text {
    position: relative;
    top: 52vw;
    left: 0;
  }
}
.top-parents .content-inner a {
  width: 100%;
  height: 350px;
  background-color: #f4f4f2;
  background-image: url(../img/index/top-parents-fig.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top-parents .content-inner a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 90vw;
    height: 133vw;
    background-image: url(../img/index/top-parents-fig_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
@media screen and (min-width: 768px) {
  .top-parents .content-inner a:hover {
    opacity: 0.8;
  }
}

.h2_block.block-top-online-tashinami {
  margin-top: 85px;
}
.h2_block.block-top-online-tashinami .bannar-box {
  text-align: left;
  width: 590px;
  margin: 50px auto 5px;
}
.h2_block.block-top-online-tashinami .bannar-box .desc-box {
  padding: 25px 20px 0;
}
.h2_block.block-top-online-tashinami .bannar-box .desc-box .ttl {
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .h2_block.block-top-online-tashinami {
    margin-top: 17vw;
  }
  .h2_block.block-top-online-tashinami .bannar-box {
    width: 100%;
    margin: 8.35vw auto 1vw;
  }
  .h2_block.block-top-online-tashinami .bannar-box img {
    width: 100%;
  }
  .h2_block.block-top-online-tashinami .bannar-box .desc-box {
    padding: 4vw 4vw 0;
  }
  .h2_block.block-top-online-tashinami .bannar-box .desc-box .ttl {
    margin-bottom: 1vw;
    letter-spacing: 0.1rem;
  }
}

.top-banner-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top-banner-col2 {
    display: block;
  }
}
.top-banner-col2 a {
  width: 49.1666%;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.08);
          box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.08);
}
@media screen and (max-width: 767px) {
  .top-banner-col2 a {
    width: 100%;
    height: 28vw;
    border: none;
    border-radius: 0;
  }
}
.top-banner-col2 a:nth-of-type(1) {
  margin-bottom: 8vw;
  background: url(/assets/img/index/top-banner-col2_20231002.jpg) no-repeat center center;
}
.top-banner-col2 a:nth-of-type(1) .top-banner-col2-inner {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .top-banner-col2 a:nth-of-type(1) {
    background: url(/assets/img/index/top-banner-col2_20231002_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .top-banner-col2 a:nth-of-type(1) .top-banner-col2-inner {
    padding-left: 4vw;
  }
}
.top-banner-col2 a:nth-of-type(2) {
  background: url(/assets/img/index/top-banner-col2_202203b.jpg) no-repeat center center;
}
.top-banner-col2 a:nth-of-type(2) .top-banner-col2-inner {
  padding-left: 260px;
}
@media screen and (max-width: 767px) {
  .top-banner-col2 a:nth-of-type(2) {
    background: url(/assets/img/index/top-banner-col2_202203b_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .top-banner-col2 a:nth-of-type(2) .top-banner-col2-inner {
    padding-left: 40vw;
  }
}
.top-banner-col2 a:hover {
  opacity: 0.7;
}

.top-banner-col2-inner {
  padding-left: 36px;
}
.top-banner-col2-inner .catch-left {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .catch-left {
    font-size: 2.8vw;
  }
}
.top-banner-col2-inner .catch-right {
  font-size: 13px;
  color: #e9747c;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .catch-right {
    font-size: 2.4vw;
  }
}
.top-banner-col2-inner .headline-left {
  padding-top: 5px;
  font-size: 22px;
  letter-spacing: 0.15em;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .headline-left {
    font-size: 3.5vw;
  }
}
.top-banner-col2-inner .headline-right {
  padding-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .headline-right {
    padding-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .headline-right img {
    width: 38vw;
  }
}
.top-banner-col2-inner .sub-left {
  font-size: 11px;
  color: #a7856c;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .sub-left {
    font-size: 2.5vw;
  }
}
.top-banner-col2-inner .sub-right {
  padding-top: 5px;
  font-size: 11px;
  color: #ea747c;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .top-banner-col2-inner .sub-right {
    font-size: 2.5vw;
  }
}

.btn-icon {
  width: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn-icon {
    width: 4vw;
  }
}

.block-special-banner.h2_block {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .block-special-banner.h2_block {
    margin-top: 20vw;
  }
}

.top-banner-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top-banner-special {
    display: block;
    margin-top: 6vw;
    padding-bottom: 0;
  }
}
.top-banner-special a {
  width: 49.1666%;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .top-banner-special a {
    width: 100%;
    border-radius: 0;
    margin-bottom: 4vw;
  }
}
.top-banner-special a:hover {
  opacity: 0.7;
}

.top-banner-special-inner {
  width: 100%;
}

.full-banner-wrap {
  margin-top: 40px;
}
.full-banner-wrap a {
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .full-banner-wrap a {
    width: 90vw;
    height: 123vw;
    color: #333;
  }
}
.full-banner-wrap a:hover {
  opacity: 0.75;
}
.full-banner-wrap.online-store-main a {
  background: #fff url(../img/index/top_onlineshop_main.jpg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .full-banner-wrap.online-store-main a {
    background: #f4f4f2 url(../img/index/top_onlineshop_main_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .full-banner-wrap .top-parents-text {
    top: 27vw;
  }
}
.full-banner-wrap .top-parents-catch {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .full-banner-wrap .top-parents-catch {
    width: inherit;
    padding: 2.8vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .full-banner-wrap .top-parents-mark {
    margin-top: 3vw;
    right: 10vw;
  }
}
.full-banner-wrap .top-parents-mark:before {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .full-banner-wrap .top-parents-mark:before {
    border: 1px solid #c2b9b0;
  }
}
.full-banner-wrap .top-parents-mark:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .full-banner-wrap .top-parents-mark:after {
    border-right: 1px solid #353535;
    border-top: 1px solid #353535;
  }
}

.block-top-online-subhead {
  padding-top: 50px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.021em;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .block-top-online-subhead {
    font-size: 3.2vw;
    padding-top: 8vw;
  }
}

.block-top-online-lead {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .block-top-online-lead {
    padding: 1em 5vw 0;
  }
}
.block-top-online-lead p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .block-top-online-lead p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .block-top-online-lead + .flex-row.bannar-box {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .online-other-box .fbox + .fbox {
    margin-top: 6vw !important;
  }
}

@media screen and (max-width: 767px) {
  .online-other-box .fbox .banner_02,
  .online-other-box .fbox .banner_03 {
    height: 49vw !important;
  }
}

.block-top-collection .btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-collection .btn:hover {
  opacity: 0.7;
}

.block-top-collection_banner .top_collection_banner_wrapper {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .block-top-collection_banner .top_collection_banner_wrapper {
    padding: 2vw 0;
  }
}
.block-top-collection_banner .top_collection_banner {
  background-color: #eee;
  border: 1px solid #edeef0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.box-collection-link {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .box-collection-link {
    margin-top: 9vw;
  }
}
.box-collection-link .box-collection-category {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category {
    margin-top: 0;
    border-width: 1px 0 0;
  }
}
.box-collection-link .box-collection-category .ttl-area .ttl {
  color: #454545;
  padding: 1em 0;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category .ttl-area .ttl {
    text-align: left;
    font-weight: 400;
    font-size: 3.5vw;
    padding: 1.1em 1.5em;
  }
}
.box-collection-link .box-collection-category .ttl-area .ttl::before, .box-collection-link .box-collection-category .ttl-area .ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.box-collection-link .box-collection-category .ttl-area .ttl::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.box-collection-link .box-collection-category ._inner {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-collection-link .box-collection-category ._inner .btn-hash,
.box-collection-link .box-collection-category ._inner .btn-tab {
  padding: 8px 16px 8px 42px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box-collection-link .box-collection-category ._inner .btn-hash .icon,
.box-collection-link .box-collection-category ._inner .btn-tab .icon {
  background-color: rgba(238, 255, 238, 0.9333333333);
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category ._inner .btn-tab {
    padding: 2vw 0vw 2vw 10vw;
    border: none;
    border-radius: 2vw;
    margin-right: 2vw;
    margin-bottom: 3vw;
  }
  .box-collection-link .box-collection-category ._inner .btn-tab .icon {
    width: 6vw;
    height: 6vw;
    left: 1vw;
  }
}
.box-collection-link .box-collection-category ._inner .btn-hash {
  padding: 8px 16px;
}
.box-collection-link .box-collection-category ._inner .btn-hash svg {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category ._inner .btn-hash {
    padding: 3vw;
    width: 100%;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .box-collection-link .box-collection-category ._inner .btn-hash svg {
    margin-left: 0;
    position: absolute;
    right: 3vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.box-collection-link .box-collection-category.show .ttl-area .ttl {
  border-bottom: 1px solid #e9e9e9;
}
.box-collection-link .box-collection-category.show .ttl-area .ttl::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.box-collection-link .box-collection-category.show ._inner {
  max-height: 50vh;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category.show ._inner {
    max-height: 200vh;
    padding: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .box-collection-link .box-collection-category.show {
    border-width: 1px 0 0;
  }
}

.block_tab_tax_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block_tab_tax_link .tab-txt {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.block_tab_tax_link .tab-txt.c {
  background-color: #f6f6f5;
}

.block-content_tax_link .box-collection-category {
  display: none;
  border: none;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .block-content_tax_link .box-collection-category {
    margin-top: 3vw;
  }
}
.block-content_tax_link .box-collection-category.c {
  display: block;
  -webkit-animation: slideUp 0.3s linear 0s;
          animation: slideUp 0.3s linear 0s;
}

.top-original-ttl_block {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .top-original-ttl_block {
    margin-top: 17.66vw;
  }
}

.top-original-alternative {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-height: 500px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-original-alternative {
    margin-top: 6.8vw;
    border-radius: 0;
  }
}
.top-original-alternative::before {
  content: "";
  display: block;
  padding-top: 41.66666%;
}
@media screen and (max-width: 767px) {
  .top-original-alternative::before {
    padding-top: 55.46666%;
  }
}
.top-original-alternative .is-info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-original-alternative .is-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-original-alternative .is-image img {
  max-width: 100%;
}
.top-original-alternative.is-type-a .is-image.is-type-a {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-original-alternative.is-type-a .is-image.is-type-b {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-a .is-image.is-type-c {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-b .is-image.is-type-a {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-b .is-image.is-type-b {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-original-alternative.is-type-b .is-image.is-type-c {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-c .is-image.is-type-a {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-c .is-image.is-type-b {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-original-alternative.is-type-c .is-image.is-type-c {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-original-alternative-headline {
  width: 100%;
  padding: 140px 0 0 795px;
}
.top-original-alternative-headline img {
  width: 112px;
}

.top-original-alternative-link {
  width: 100%;
  padding: 310px 0 0 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-original-alternative-link .is-item {
  width: 170px;
}
.top-original-alternative-link .is-item + .is-item {
  margin: 0 0 0 13px;
}
.top-original-alternative-link .is-item span {
  display: block;
  width: 100%;
  height: 48px;
  background: #333;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.top-original-alternative-link .is-item a:hover span {
  background: #fff;
  color: #333;
}
.top-original-alternative-link .is-item:nth-of-type(2n) a:hover span {
  background: #333;
  color: #fff;
}
.top-original-alternative-link .is-item:nth-of-type(2n) span {
  background: #fff;
  color: #333;
}

@media only screen and (max-width: 1200px) {
  .top-original-alternative-headline {
    padding-top: 13.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-original-alternative {
    width: 100%;
  }
  .top-original-alternative .is-image {
    width: 100%;
    max-height: inherit;
  }
  .top-original-alternative-headline {
    padding: 8vw 0 0;
    margin: 0 0 0 auto;
    text-align: center;
    width: 55%;
  }
  .top-original-alternative-headline img {
    width: 13.86vw;
  }
  .top-original-alternative-link {
    padding: 27.133vw 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-original-alternative-link .is-item {
    padding: 0 11vw 0 55vw;
    width: 100%;
  }
  .top-original-alternative-link .is-item + .is-item {
    margin: 0;
    margin-top: 2vw;
  }
  .top-original-alternative-link .is-item span {
    height: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .top-original-alternative-link .is-item a:hover span {
    background: #333;
    color: #fff;
  }
  .top-original-alternative-link .is-item:nth-of-type(2n) a:hover span {
    background: #fff;
    color: #333;
  }
}
.top-guide {
  background-color: #f3ede2;
  padding: 8px;
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .top-guide {
    margin-top: 17.66vw;
  }
}
.top-guide .top-guide-line {
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
  padding: 2px;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}
.top-guide .top-guide-line::after {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border: 2px solid #333;
  border-radius: 5px;
  overflow: hidden;
}
.top-guide .content-inner {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  width: 100%;
  max-width: none;
  -ms-grid-rows: (auto)[3];
  -ms-grid-columns: (50%)[2];
      grid-template: repeat(3, auto)/repeat(2, 50%);
  padding: 70px 110px;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner {
    -ms-grid-rows: (auto)[4];
    -ms-grid-columns: (100%)[1];
        grid-template: repeat(4, auto)/repeat(1, 100%);
    padding: 4vw 4vw 9vw 4vw;
  }
}
.top-guide .content-inner .top-guide-header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-header {
    margin-top: 4vw;
  }
}
.top-guide .content-inner .top-guide-header .h2_block .block_ttl {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-guide .content-inner .top-guide-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 35px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 6vw 0 5vw;
  }
}
.top-guide .content-inner .top-guide-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 7vw;
  }
}
.top-guide .content-inner .top-guide-link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.top-guide .content-inner .top-guide-link .btn {
  width: 420px;
  font-size: 1.6rem;
  margin: 10px auto;
  background-color: #FFF;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 2.4rem 0;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.top-guide .content-inner .top-guide-link .btn:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-link .btn {
    width: 100%;
    font-size: 3.2vw;
    padding: 3.8vw 0;
    margin: 1vw 0px 4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-guide .content-inner .top-guide-link {
    width: 75%;
    margin: 0 auto;
  }
}

.block-top-catarog {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog {
    margin-top: 17.66vw;
  }
  .block-top-catarog .content-inner {
    padding: 0 4.33vmin;
  }
}
.block-top-catarog .flex-row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-top-catarog .fbox {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox.is-new {
    -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
    margin: 5vw -4.33vmin 0 -4.33vmin;
  }
  .block-top-catarog .fbox.is-new ._inner {
    padding: 4vw 6vw;
    margin-top: 3vw;
    border-radius: 0;
  }
}
.block-top-catarog .fbox.is-new ._inner {
  background-color: #eae3ef;
  padding: 25px 25px 15px 25px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox.is-new ._inner {
    padding: 3vw 6vw 5vw;
    margin-top: 2vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.block-top-catarog .fbox.is-new ._inner .is-image {
  -ms-flex-preferred-size: 191px;
      flex-basis: 191px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox.is-new ._inner .is-image {
    -ms-flex-preferred-size: 42vw;
        flex-basis: 42vw;
  }
}
.block-top-catarog .fbox.is-new ._inner .ttl {
  -ms-flex-preferred-size: calc(100% - 191px);
      flex-basis: calc(100% - 191px);
  margin-top: -8px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox.is-new ._inner .ttl {
    -ms-flex-preferred-size: calc(100% - 42vw);
        flex-basis: calc(100% - 42vw);
    margin-top: 3vw;
  }
}
.block-top-catarog .fbox.is-new ._inner .ttl .sub {
  text-align: center;
  line-height: 0.4;
}
.block-top-catarog .fbox.is-new ._inner .ttl .btn-conversion {
  width: auto;
  display: block;
  padding: 0.6em 0;
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox.is-new ._inner .ttl .btn-conversion {
    margin: 0 3.5vw;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0.5em 0;
  }
}
.block-top-catarog .fbox:nth-of-type(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox:nth-of-type(2n) {
    margin-left: 2vw;
  }
}
.block-top-catarog .fbox ._inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f6;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #FFF;
    -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
  }
}
.block-top-catarog .fbox ._inner .is-image {
  -ms-flex-preferred-size: 164px;
      flex-basis: 164px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .is-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.block-top-catarog .fbox ._inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(100% - 164px);
      flex-basis: calc(100% - 164px);
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .ttl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2vw 3vw;
    font-size: 3.2vw;
    margin-top: 0;
    font-weight: 400;
  }
}
.block-top-catarog .fbox ._inner .ttl > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.block-top-catarog .fbox ._inner .ttl .sub {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #bba1cb;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .ttl .sub {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1vw;
  }
}
.block-top-catarog .fbox ._inner .is-mark {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .is-mark {
    display: none;
  }
}
.block-top-catarog .fbox ._inner .is-mark:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #c2b9b0;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .is-mark:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4vw);
    top: 0;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 1px solid #c2b9b0;
  }
}
.block-top-catarog .fbox ._inner .is-mark:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: calc(50% + 2px);
  width: 4px;
  height: 4px;
  border-right: 1px solid #353535;
  border-top: 1px solid #353535;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox ._inner .is-mark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1.3vw);
    width: 1.3vw;
    height: 1.3vw;
    border-right: 1px solid #353535;
    border-top: 1px solid #353535;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
            transform-origin: right 50% 0;
  }
}
@media screen and (max-width: 767px) {
  .block-top-catarog .fbox {
    -ms-flex-preferred-size: calc(50% - 2vw);
        flex-basis: calc(50% - 2vw);
    margin-top: 6vw;
  }
}

.block-top-ranking-area {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .block-top-ranking-area {
    margin-top: 16vw;
  }
}
.block-top-ranking-area > .content-inner {
  max-width: 964px;
}
.block-top-ranking-area .box-ranking .box-title .ttl {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #333333;
  font-weight: 300;
}
.block-top-ranking-area .box-ranking .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px -3px 0;
}
.block-top-ranking-area .box-ranking .item-card {
  margin: 0 3px;
  width: calc(33.333333333% - 6px);
}
@media only screen and (max-width: 767px) {
  .block-top-ranking-area .box-ranking {
    padding-bottom: 6.4vmin;
  }
  .block-top-ranking-area .box-ranking .box-title .ttl {
    text-align: center;
    font-size: 5.33vmin;
  }
  .block-top-ranking-area .box-ranking .item-wrapper {
    margin: 4.27vmin 0;
  }
  .block-top-ranking-area .box-ranking .item-card {
    margin: 0;
    width: 33vw;
  }
  .block-top-ranking-area .box-ranking .item-card .btn-favorite {
    position: absolute;
    top: 7.6vmin;
    right: 2vmin;
    width: 4.8vmin;
    height: 4.27vmin;
  }
}
.block-top-ranking-area .item-card ._inner {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-ranking-area .item-card ._inner:hover {
  opacity: 0.7;
}
.block-top-ranking-area .item-card .image-area {
  position: relative;
}
.block-top-ranking-area .item-card .image-area .tag {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  padding: 0.3em 0.8em;
}
.block-top-ranking-area .item-card .image-area .tag.tag-no-1 {
  background: -webkit-gradient(linear, left top, right top, from(#dad010), to(#ccbe0c));
  background: linear-gradient(to right, #dad010, #ccbe0c 100%);
}
.block-top-ranking-area .item-card .image-area .tag.tag-no-2 {
  background: -webkit-gradient(linear, left top, right top, from(#cecece), to(#bebebe));
  background: linear-gradient(to right, #cecece, #bebebe 100%);
}
.block-top-ranking-area .item-card .image-area .tag.tag-no-3 {
  background: -webkit-gradient(linear, left top, right top, from(#dab886), to(#cc9d63));
  background: linear-gradient(to right, #dab886, #cc9d63 100%);
}
@media only screen and (max-width: 767px) {
  .block-top-ranking-area .item-card .image-area {
    padding-top: 5.33vmin;
  }
  .block-top-ranking-area .item-card .image-area .tag {
    position: absolute;
    top: 0;
    left: 0;
    height: 5.33vmin;
    width: 100%;
    display: block;
    font-size: 3.2vmin;
    line-height: 5.33vmin;
    padding: 0 0.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.block-top-ranking-area .item-card .btn-favorite,
.block-top-ranking-area .item-card .item-description {
  display: none;
}
.block-top-ranking-area .block_tab {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-top-ranking-area .block_tab .tab-txt {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #333333;
  cursor: pointer;
  display: block;
  padding: 0.6em 0;
  width: 186px;
  text-align: center;
  position: relative;
}
.block-top-ranking-area .block_tab .tab-txt:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-ranking-area .block_tab .tab-txt:hover:after {
  background-color: #bba1cb;
}
.block-top-ranking-area .block_tab .tab-txt.c:after {
  background-color: #bba1cb;
}
.block-top-ranking-area .block-content {
  padding-top: 45px;
}
.block-top-ranking-area .block-content .tab-content {
  display: none;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block-top-ranking-area .block-content .tab-content.c {
  display: block;
}
.block-top-ranking-area .box-title-shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-top-ranking-area .box-title-shoulder .ttl-shoulder {
  font-size: 14px;
  font-weight: 700;
}
.block-top-ranking-area .box-title .ttl {
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .block-top-ranking-area .content-inner {
    padding: 0;
  }
  .block-top-ranking-area .block-content {
    padding-top: 8vmin;
  }
  .block-top-ranking-area .box-title-shoulder {
    gap: 2.4vmin;
  }
  .block-top-ranking-area .box-title-shoulder svg {
    width: 1.2vmin;
    height: 2vmin;
  }
  .block-top-ranking-area .box-title-shoulder .ttl-shoulder {
    font-size: 3.2vmin;
  }
  .block-top-ranking-area .box-title .ttl {
    font-size: 4.2vmin;
  }
  .block-top-ranking-area .block_tab {
    margin-top: 6.4vmin;
    padding: 0 7.9vmin;
  }
  .block-top-ranking-area .block_tab .tab-txt {
    font-size: 3.73vmin;
    width: 50%;
    padding: 0.8em 0;
  }
  .block-top-ranking-area .box-ranking .item-wrapper {
    margin: 0;
  }
  .block-top-ranking-area .box-ranking {
    padding: 0;
  }
}
.block-top-plan-area {
  background-color: #f3ede2;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area {
    margin-top: 18.66vw;
  }
}
.block-top-plan-area .content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 570px 65px 1fr;
  grid-template-columns: 570px 1fr;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 8vw 5.33vmin;
  }
}
.block-top-plan-area .content-inner .top-plan-header .h2_block .block_ttl {
  line-height: 1.4;
}
.block-top-plan-area .content-inner .top-plan-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 7vw;
  }
}
.block-top-plan-area .content-inner .top-plan-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-link {
    margin-top: 5.3vw;
  }
}
.block-top-plan-area .content-inner .top-plan-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-link ul {
    row-gap: 2.6vw;
  }
}
.block-top-plan-area .content-inner .top-plan-link .btn {
  width: 430px;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
  border: none;
  border-radius: 5px;
  padding: 16px 24px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-link .btn {
    width: 100%;
    padding: 4.8vw 4vw 4.8vw;
  }
}
.block-top-plan-area .content-inner .top-plan-link .btn:hover {
  background-color: #333;
  color: #fff;
}
.block-top-plan-area .content-inner .top-plan-link .btn:hover .top-parents-mark:after {
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
.block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: 400;
}
.block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl .top-parents-mark {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl .top-parents-mark {
    right: 4vw;
  }
  .block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl .top-parents-mark::after {
    left: calc(50% - 1.1vw);
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
.block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl-sub {
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .block-top-plan-area .content-inner .top-plan-link .btn .block-top-plan-ttl-sub {
    font-size: 2.6vw;
  }
}

.block-top-flow-area {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area {
    margin-top: 18.66vw;
  }
}
.block-top-flow-area .content-inner {
  max-width: 800px;
}
.block-top-flow-area .flow-contents {
  margin-top: 40px;
}
.block-top-flow-area .flow-contents-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.block-top-flow-area .flow-contents-acd {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.block-top-flow-area .flow-contents-acd-content {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content {
    padding: 0 4.8vw;
  }
}
.block-top-flow-area .flow-contents-acd-content .sub-heading {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .sub-heading {
    font-size: 3.7vmin;
  }
}
.block-top-flow-area .flow-contents-acd-content .sub-heading:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .sub-heading:not(:first-child) {
    margin-top: 4vmin;
  }
}
.block-top-flow-area .flow-contents-acd-content .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .text {
    font-size: 3.7vmin;
  }
}
.block-top-flow-area .flow-contents-acd-content ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content ul li {
    font-size: 3.7vmin;
  }
}
.block-top-flow-area .flow-contents-acd-content .btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .btn-wrap {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-conversion {
  width: 430px;
  display: block;
  padding: 1.4em 0;
  margin: 16px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-conversion {
    width: 100%;
    padding: 1.2em 0;
    margin: 2.6vmin auto;
    font-size: 3.73vmin;
    letter-spacing: 0em;
  }
}
.block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-conversion:hover {
  opacity: 0.7;
}
.block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-shoulder {
    font-size: 2.6vmin;
    gap: 2.4vmin;
  }
  .block-top-flow-area .flow-contents-acd-content .btn-wrap .btn-shoulder svg {
    width: 1.2vmin;
    height: 2vmin;
  }
}
.block-top-flow-area .flow-contents-acd-content .is-image {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-acd-content .is-image {
    margin-top: 5.3vw;
  }
}
.block-top-flow-area .flow-contents-acd-content .is-image img {
  border-radius: 8px;
}
.block-top-flow-area .flow-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head {
    padding: 4.8vw;
  }
}
.block-top-flow-area .flow-contents-head:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background: rgba(76, 76, 76, 0.4);
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head:before {
    right: 4.8vw;
    width: 2.6vw;
  }
}
.block-top-flow-area .flow-contents-head:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background: rgba(76, 76, 76, 0.4);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background ease 0.4s, -webkit-transform ease 0.4s;
  transition: background ease 0.4s, -webkit-transform ease 0.4s;
  transition: background ease 0.4s, transform ease 0.4s;
  transition: background ease 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head:after {
    right: 4.8vw;
    width: 2.6vw;
  }
}
.block-top-flow-area .flow-contents-head-icon {
  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;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head-icon svg {
    width: 10vw;
    height: 10vw;
  }
}
.block-top-flow-area .flow-contents-head-ttl {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head-ttl {
    font-size: 4.2vw;
  }
}
.block-top-flow-area .flow-contents-head-ttl small {
  display: block;
  color: #bba1cb;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .flow-contents-head-ttl small {
    font-size: 2.6vw;
  }
}
.block-top-flow-area .js-acd-all-trigger {
  cursor: pointer;
}
.block-top-flow-area .js-acd-all-trigger.is-open::after {
  background: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.block-top-flow-area .js-acd-all-trigger.is-open + .flow-contents-acd-content {
  padding-bottom: 36px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .block-top-flow-area .js-acd-all-trigger.is-open + .flow-contents-acd-content {
    padding-bottom: 5.3vw;
  }
}

.block-top-voice-area .content-inner {
  max-width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .content-inner {
    padding: 0 4.33vmin;
  }
}
.block-top-voice-area .voice-contents {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .voice-contents {
    padding-top: 7.5vmin;
  }
}
.block-top-voice-area .carousel-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.block-top-voice-area .carousel-wrap .item {
  width: 100%;
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}
.block-top-voice-area .carousel-wrap .item img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: auto;
}
.block-top-voice-area .carousel-wrap .item-content {
  padding: 18px 20px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .carousel-wrap .item-content {
    padding: 2.6vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .carousel-wrap .item-content .icon {
    width: 4.4vw;
  }
}
.block-top-voice-area .carousel-wrap .item-content .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .carousel-wrap .item-content .text {
    font-size: 3.2vmin;
  }
}
@media screen and (max-width: 767px) {
  .block-top-voice-area .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-top-voice-area .slick-slide {
    padding: 0 9px 6.9vw;
    height: auto !important;
  }
  .block-top-voice-area .slick-slider .slick-arrow {
    background-color: #fff;
    z-index: 10;
    width: 5.6vw;
    height: 5.6vw;
  }
  .block-top-voice-area .slick-slider .slick-arrow:hover {
    border: 1px solid #454545;
    background-color: #454545;
  }
  .block-top-voice-area .slick-slider .slick-prev {
    left: -1.3vw;
  }
  .block-top-voice-area .slick-slider .slick-next {
    right: -1.3vw;
  }
  .block-top-voice-area .slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-top-voice-area .slick-slider .slick-dots li.slick-active {
    width: 2vw;
    height: 2vw;
    background-color: #bba1cb !important;
  }
  .block-top-voice-area .slick-slider .slick-dots li {
    background-color: #1a1a1a;
  }
  .block-top-voice-area .slick-slider .slick-dots li button {
    width: 1.06vw;
    height: 1.06vw;
  }
  .block-top-voice-area .slick-slider .slick-dots li button::before {
    content: "";
  }
}

.block-top-sns-area .top-sns-links {
  width: 100%;
  max-width: 490px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .block-top-sns-area .top-sns-links {
    margin: 4.2vw auto 0;
  }
}
.block-top-sns-area .top-sns-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block-top-sns-area .top-sns-link-list {
    gap: 5.3vw;
  }
}
.block-top-sns-area .box-title-shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-top-sns-area .box-title-shoulder {
    gap: 2.4vmin;
  }
  .block-top-sns-area .box-title-shoulder svg {
    width: 1.2vmin;
    height: 2vmin;
  }
}
.block-top-sns-area .box-title-shoulder .ttl-shoulder {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .block-top-sns-area .box-title-shoulder .ttl-shoulder {
    font-size: 3.2vmin;
  }
}

.block-top-faq-area > .content-inner {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .block-top-faq-area > .content-inner {
    padding: 0 2.6vmin;
  }
}
.block-top-faq-area .faq-contents {
  width: 100%;
  margin-top: 40px;
}

.block-top-collection {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .block-top-collection {
    margin-top: 17.66vw;
  }
  .block-top-collection .content-inner {
    padding: 0 4.33vmin;
  }
}
.block-top-collection .flex-row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-top-collection .fbox {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox.is-new {
    -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
    margin: 5vw -4.33vmin 0 -4.33vmin;
  }
  .block-top-collection .fbox.is-new ._inner {
    padding: 4vw 6vw;
    margin-top: 3vw;
    border-radius: 0;
  }
}
.block-top-collection .fbox.is-new ._inner {
  background-color: #eae3ef;
  padding: 25px 25px 15px 25px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox.is-new ._inner {
    padding: 3vw 6vw 5vw;
    margin-top: 2vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.block-top-collection .fbox.is-new ._inner .is-image {
  -ms-flex-preferred-size: 191px;
      flex-basis: 191px;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox.is-new ._inner .is-image {
    -ms-flex-preferred-size: 42vw;
        flex-basis: 42vw;
  }
}
.block-top-collection .fbox.is-new ._inner .ttl {
  -ms-flex-preferred-size: calc(100% - 191px);
      flex-basis: calc(100% - 191px);
  margin-top: -8px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox.is-new ._inner .ttl {
    -ms-flex-preferred-size: calc(100% - 42vw);
        flex-basis: calc(100% - 42vw);
    margin-top: 3vw;
  }
}
.block-top-collection .fbox.is-new ._inner .ttl .sub {
  text-align: center;
  line-height: 0.4;
}
.block-top-collection .fbox.is-new ._inner .ttl .btn-conversion {
  width: auto;
  display: block;
  padding: 0.6em 0;
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
  background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox.is-new ._inner .ttl .btn-conversion {
    margin: 0 3.5vw;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0.5em 0;
  }
}
.block-top-collection .fbox:nth-of-type(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox:nth-of-type(2n) {
    margin-left: 2vw;
  }
}
.block-top-collection .fbox ._inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f6;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #FFF;
    -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.18);
  }
}
.block-top-collection .fbox ._inner .is-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .is-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.block-top-collection .fbox ._inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: calc(100% - 164px);
      flex-basis: calc(100% - 164px);
  padding: 0 60px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 5vw 3vw;
    font-size: 3.8vw;
    margin-top: 0;
    font-weight: 400;
    height: auto;
    width: auto;
  }
}
.block-top-collection .fbox ._inner .ttl > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.block-top-collection .fbox ._inner .ttl .sub {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #bba1cb;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .ttl .sub {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1vw;
  }
}
.block-top-collection .fbox ._inner .is-mark {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .is-mark {
    display: none;
  }
}
.block-top-collection .fbox ._inner .is-mark:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #c2b9b0;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .is-mark:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4vw);
    top: 0;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 1px solid #c2b9b0;
  }
}
.block-top-collection .fbox ._inner .is-mark:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: calc(50% + 2px);
  width: 4px;
  height: 4px;
  border-right: 1px solid #353535;
  border-top: 1px solid #353535;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox ._inner .is-mark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1.3vw);
    width: 1.3vw;
    height: 1.3vw;
    border-right: 1px solid #353535;
    border-top: 1px solid #353535;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
            transform-origin: right 50% 0;
  }
}
@media screen and (max-width: 767px) {
  .block-top-collection .fbox {
    -ms-flex-preferred-size: calc(50% - 2vw);
        flex-basis: calc(50% - 2vw);
    margin-top: 6vw;
  }
}

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

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.faq-headline {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .faq-headline {
    font-size: 3.73vw;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
}

.faq-headline .lt-en {
  display: block;
  padding-bottom: 0.14em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .faq-headline .lt-en {
    padding-bottom: 0.1em;
    font-size: 4.8vw;
  }
}

.faq-index {
  width: 840px;
  margin: 0 auto;
  padding-top: 26px;
}
@media screen and (max-width: 900px) {
  .faq-index {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .faq-index {
    padding-top: 16.16vw;
  }
}

.faq-lead {
  width: 100%;
  padding-top: 33.6px;
}
@media screen and (max-width: 767px) {
  .faq-lead {
    padding-top: 2em;
  }
}

.faq-lead p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-lead p {
    font-size: 3.3vw;
  }
}

/*----------------------------------------------------------------------------

faqアンカー

----------------------------------------------------------------------------*/
.faq-anchor-box {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .faq-anchor-box {
    padding-top: 10vw;
  }
}

.faq-anchor-headline {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq-anchor-headline {
    font-size: 3.3vw;
  }
}

.faq-anchor-list {
  width: 100%;
  padding-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .faq-anchor-list {
    padding-top: 4vw;
  }
}

.faq-anchor-item {
  width: 20%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .faq-anchor-item {
    width: 50%;
    padding-bottom: 2vw;
  }
}

.faq-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  height: 3.5em;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .faq-anchor {
    font-size: 3vw;
  }
}

.faq-anchor:hover {
  background: #eeddf7;
}

.faq-anchor span {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.1em;
}
/*----------------------------------------------------------------------------

faqコンテンツ

----------------------------------------------------------------------------*/
.faq-contents {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .faq-contents {
    width: 95.33%;
  }
}
.faq-contents-headline {
  padding: 2em 0 0.8em;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .faq-contents-headline {
    text-align: center;
    font-size: 3.8vw;
  }
}

.faq-contents-list {
  width: 100%;
}

.faq-contens-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-contens-item dl {
  width: 100%;
}

.faq-contens-question {
  position: relative;
  background: #fff;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color ease 0.4s;
  transition: border-color ease 0.4s;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .faq-contens-question {
    font-size: 3vw;
  }
}

.faq-contens-question:hover {
  background: #f7f1fa;
}
@media screen and (max-width: 767px) {
  .faq-contens-question:hover {
    background: #fff;
  }
}

.faq-contens-question.js-open {
  border-bottom: 1px solid #e5e5e5;
  background: #f7f1fa;
}

.faq-contens-question:before {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background: rgba(76, 76, 76, 0.4);
}
@media screen and (max-width: 767px) {
  .faq-contens-question:before {
    right: 5vw;
  }
}

.faq-contens-question:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background: rgba(76, 76, 76, 0.4);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background ease 0.4s, -webkit-transform ease 0.4s;
  transition: background ease 0.4s, -webkit-transform ease 0.4s;
  transition: background ease 0.4s, transform ease 0.4s;
  transition: background ease 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media screen and (max-width: 767px) {
  .faq-contens-question:after {
    right: 5vw;
  }
}

.faq-contens-question.js-open:after {
  background: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.faq-contens-question span {
  display: inline-block;
  position: relative;
  padding: 30px 80px;
}
@media screen and (max-width: 767px) {
  .faq-contens-question span {
    padding: 5vw 14vw 5vw 15vw;
  }
}

.faq-contens-question span:before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #bba1cb;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .faq-contens-question span:before {
    left: 5vw;
    top: 5vw;
    font-size: 4vw;
  }
}

.faq-contens-answer {
  position: relative;
  padding: 30px 80px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq-contens-answer {
    padding: 5vw 14vw 5vw 15vw;
    font-size: 3vw;
  }
}

.faq-contens-answer:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #bba1cb;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .faq-contens-answer:before {
    left: 5vw;
    top: 5vw;
    font-size: 4vw;
  }
}

.faq-contens-answer a {
  color: #a56dc0;
  text-decoration: underline;
}

.faq-contens-answer a:hover {
  text-decoration: none;
}

.faq-contens-answer ul {
  margin-bottom: 1em;
}

.faq-contens-answer li {
  margin-top: 1em;
}

.faq-contens-answer li:before {
  content: "■";
}

@media screen and (max-width: 767px) {
  .block-top-voice-area .voice-thumbnail-item-info {
    min-height: 10em;
  }
}

@media screen and (max-width: 767px) {
  .shop-voice-area .area-header .txt-sm {
    margin-top: 3.8461538462vw;
  }
}

.voice-thumbnail-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice-thumbnail-list.col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-list.col2 {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .voice-thumbnail-list.col2 .voice-thumbnail-item {
    width: 49%;
    max-width: 470px;
    margin-right: 2%;
  }
  .voice-thumbnail-list.col2 .voice-thumbnail-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .voice-thumbnail-list.col2 .voice-thumbnail-item-info {
    padding: 40px;
  }
}

.voice-thumbnail-item {
  width: 23.8%;
  margin: 0 1.6% 20px 0;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.2);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item {
    width: 48%;
    margin: 0 4% 5.1282051282vw 0;
    padding-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.voice-thumbnail-item:nth-of-type(4n) {
  margin-right: 0;
}
.voice-thumbnail-item a:hover {
  background: none;
}

.voice-thumbnail-item-box {
  width: 100%;
}

.voice-thumbnail-item-image {
  text-align: center;
}
.voice-thumbnail-item-image img {
  max-width: 100%;
}

.voice-thumbnail-item-info {
  padding: 16px 20px 12px;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-info {
    padding: 1.5384615385vw 3.8461538462vw 0;
  }
}

.voice-thumbnail-item-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-prof {
    font-size: 2.5641025641vw;
  }
}
.voice-thumbnail-item-prof .is-shop {
  color: #bba1cb;
}
.voice-thumbnail-item-prof .is-year {
  text-align: right;
}

.voice-thumbnail-item-text {
  padding-top: 1em;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-text {
    font-size: 3.3333333333vw;
  }
}