@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* WEBフォント読込
========================================================================== */
/*Thin*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto_sans_jp/notosansjp-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/*Regular*/
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/*SemiBold*/
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@-webkit-keyframes topKvImg {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes topKvImg {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and ( min-width: 769px ) {
  @-webkit-keyframes topKvImg {
    0% {
      -webkit-transform: scale(1.16);
              transform: scale(1.16);
    }
    30% {
      -webkit-transform: scale(1.16);
              transform: scale(1.16);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes topKvImg {
    0% {
      -webkit-transform: scale(1.16);
              transform: scale(1.16);
    }
    30% {
      -webkit-transform: scale(1.16);
              transform: scale(1.16);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}
@-webkit-keyframes imgCover {
  0% {
    width: 0%;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 0%;
  }
}
@keyframes imgCover {
  0% {
    width: 0%;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 0%;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.delay--01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.delay--02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.delay--03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.delay--04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.delay--05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.delay--06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.delay--07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.delay--08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.delay--09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.delay--10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and ( max-width: 768px ) {
  .sp-delay--01 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sp-delay--02 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .sp-delay--03 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sp-delay--04 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .sp-delay--05 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .sp-delay--06 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .sp-delay--07 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .sp-delay--08 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .sp-delay--09 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .sp-delay--10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media screen and ( min-width: 769px ) {
  .pc-delay--01 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .pc-delay--02 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .pc-delay--03 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .pc-delay--04 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .pc-delay--05 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .pc-delay--06 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .pc-delay--07 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .pc-delay--08 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .pc-delay--09 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .pc-delay--10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
}
@media screen and ( min-width: 769px ) {
  body {
    min-width: 900px;
    font-size: 1.5rem;
    padding-top: 101px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

a {
  outline: none;
}
@media screen and ( min-width: 769px ) {
  a img {
    -webkit-transition: opacity ease-out 0.4s;
    transition: opacity ease-out 0.4s;
  }
  a:hover img {
    opacity: 0.7;
  }
}

main {
  overflow: hidden;
}

select::-ms-expand {
  display: none;
}

option:disabled {
  background: #E3E3E3;
  color: #C7C6C6;
}

.js-modal-content {
  display: none;
}

.scroll-lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
}

.page {
  opacity: 1;
  -webkit-transition: opacity ease-out 0.4s;
  transition: opacity ease-out 0.4s;
}
.page.is-hide {
  opacity: 0;
  visibility: visible;
}

.wrap {
  width: 89.6vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and ( min-width: 769px ) {
  .wrap {
    width: 91.4%;
    max-width: 1280px;
  }
}
.wrap--s {
  width: 84.1vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and ( min-width: 769px ) {
  .wrap--s {
    width: 91.4%;
    max-width: 1280px;
  }
}
.wrap--l {
  width: 92.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and ( min-width: 769px ) {
  .wrap--l {
    width: 91.4%;
    max-width: 1280px;
  }
}
.wrap--option {
  width: 93.5vw;
  margin: auto;
}
@media screen and ( min-width: 769px ) {
  .wrap--option {
    max-width: 784px;
  }
}

@media screen and ( min-width: 769px ) {
  .pc-wrap {
    width: 91.4%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sec--small {
  padding: 7.3vw 0 10.4vw;
}
@media screen and (max-width: 1070px) and (min-width: 769px) {
  .sec--small img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .view_pc {
    display: none;
  }
}
.sec--small .shirt_price .view_sp {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .view_sp {
    display: block;
  }
}
@media screen and ( min-width: 769px ) {
  .sec--small .shirt_price .set-price_shirt {
    max-width: 462px;
  }
  .sec--small .shirt_price .set-price_shirt .set-price__single::after {
    right: 51.4%;
  }
}
.sec--small .shirt_price .set_price__set_shirt {
  width: 200px;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .set_price__set_shirt {
    width: unset;
  }
}
.sec--small .shirt_price .set_price__set_shirt .set-price__set__img {
  width: 200px;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .set_price__set_shirt .set-price__set__img {
    width: unset;
  }
}
.sec--small .shirt_price .shirt_genre_price {
  border-top: 1px solid #D3D2D2;
  max-width: 550px;
  padding-top: 28px;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .shirt_genre_price {
    max-width: none;
    padding-top: 9.1vw;
  }
}
.sec--small .shirt_price .shirt_genre_price .genre_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec--small .shirt_price .shirt_genre_price .genre_list .list_item:nth-of-type(odd) {
  width: 75.9%;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .shirt_genre_price .genre_list .list_item:nth-of-type(odd) {
    width: 100%;
    font-size: 3vw;
    margin-bottom: 3.9vw;
  }
}
.sec--small .shirt_price .shirt_genre_price .genre_list .list_item:nth-of-type(even) {
  width: 24.1%;
  margin-bottom: 12px;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .shirt_genre_price .genre_list .list_item:nth-of-type(even) {
    width: 100%;
    margin-bottom: 9.1vw;
    font-size: 3.5vw;
  }
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .shirt_genre_price .genre_list .list_item .pc-br {
    display: none;
  }
}
.sec--small .shirt_price .shirt_genre_price .genre_list .list_item p {
  font-weight: 500;
}
.sec--small .shirt_price .shirt_genre_price .genre_list .list_item span {
  font-size: 11px;
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .shirt_genre_price .genre_list .list_item span {
    font-size: 2.1vw;
  }
}
@media screen and ( max-width: 768px ) {
  .sec--small .shirt_price .index_irregular_btn {
    margin-top: 0;
  }
}
.sec--large {
  padding: 14.8vw 0 13.5vw;
}
.sec--large.pb-0 {
  padding-bottom: 0;
}
.sec--large.pt-0 {
  padding-top: 0;
}
.sec--lineup {
  padding: 0 0 13.5vw;
}
.sec--lineup.top {
  padding: 10.7vw 0 14.8vw;
}
@media screen and ( min-width: 769px ) {
  .sec--small {
    padding: 4.4% 0 6.3%;
  }
  .sec--large {
    padding: 6.3% 0 8.1%;
  }
  .sec--lineup, .sec--lineup.top {
    padding: 6.3% 0;
  }
}

.bg--gray {
  background: #EAEAEA;
}

@media screen and ( max-width: 768px ) {
  .show-pc {
    display: none;
  }
}
@media screen and ( min-width: 769px ) {
  .show-sp {
    display: none;
  }
}
.scr-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hdl-02--en-s {
  margin-bottom: 7vw;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.hdl-02--en-s:nth-of-type(n+2) {
  margin-top: 10.4vw;
}
.hdl-02--en-s:last-child {
  margin-bottom: 0;
}
.hdl-02--en-s__small {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #7E9B90;
  text-transform: uppercase;
}
.ladies .hdl-02--en-s__small {
  color: #C7958B;
}
@media screen and ( min-width: 769px ) {
  .hdl-02--en-s {
    margin-bottom: 56px;
    font-size: 2.6rem;
  }
  .hdl-02--en-s:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .hdl-02--en-s__small {
    font-size: 1.6rem;
  }
}
.hdl-02--en {
  margin-bottom: 7vw;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.hdl-02--en:nth-of-type(n+2) {
  margin-top: 10.4vw;
}
.hdl-02--en:last-child {
  margin-bottom: 0;
}
.hdl-02--en__small {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #7E9B90;
  text-transform: uppercase;
}
.ladies .hdl-02--en__small {
  color: #C7958B;
}
@media screen and ( min-width: 769px ) {
  .hdl-02--en {
    margin-bottom: 56px;
    font-size: 3.8rem;
  }
  .hdl-02--en:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .hdl-02--en__small {
    font-size: 1.6rem;
  }
}
.hdl-02--en-white {
  margin-bottom: 7vw;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #FFF;
}
.hdl-02--en-white:nth-of-type(n+2) {
  margin-top: 10.4vw;
}
.hdl-02--en-white:last-child {
  margin-bottom: 0;
}
.hdl-02--en-white__middle {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #FFF;
}
.hdl-02--en-white__small {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
@media screen and ( min-width: 769px ) {
  .hdl-02--en-white {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
  .hdl-02--en-white:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .hdl-02--en-white__middle {
    font-size: 2.8rem;
  }
  .hdl-02--en-white__small {
    font-size: 1.6rem;
  }
}
.hdl-02--line {
  margin-bottom: 3.1vw;
  padding-bottom: 2.1vw;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #CCCDCE;
}
@media screen and ( min-width: 769px ) {
  .hdl-02--line {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
}

.hdl-03, .quality-list__item__hdl-txt {
  margin-bottom: 3.1vw;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and ( min-width: 769px ) {
  .hdl-03, .quality-list__item__hdl-txt {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}

.txt--p {
  line-height: 1.8;
}
.txt--p + .txt--p {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .txt--p + .txt--p {
    margin-top: 10px;
  }
}
.txt--b {
  font-weight: bold;
}
.txt--blank-link {
  text-decoration: underline;
}
.txt--blank-link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background: url("../img/common/icon_target_blank.svg") no-repeat left top;
  background-size: 100% auto;
}
@media screen and ( min-width: 769px ) {
  .txt--blank-link::after {
    width: 16px;
    height: 16px;
  }
}

.txa--l {
  text-align: left;
}
.txa--c {
  text-align: center;
}
.txa--r {
  text-align: right;
}

.btn-list {
  padding: 5.2vw 0;
}
.btn-list__item [class^=btn] {
  margin: auto;
}
.btn-list__item + .btn-list__item {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .btn-list {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-list__item {
    width: 280px;
    margin-top: 0;
  }
  .btn-list__item + .btn-list__item {
    margin-top: 0;
    margin-left: 32px;
  }
}

.btn {
  background: #222222;
  color: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn:hover {
    opacity: 0.7;
  }
}
.btn--more {
  background: #222222;
  color: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--more::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--more {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--more:hover {
    opacity: 0.7;
  }
}
.ladies .btn--more {
  background: #C7958B;
}
@media screen and ( min-width: 769px ) {
  .btn--more {
    max-width: 280px;
  }
}
.btn--more-white-b {
  border: 1px solid #FFF;
  color: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--more-white-b::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--more-white-b {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--more-white-b:hover {
    opacity: 0.7;
  }
}
@media screen and ( min-width: 769px ) {
  .btn--more-white-b {
    max-width: 280px;
  }
}
.btn--black {
  background: #222222;
  color: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--black::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--black {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--black:hover {
    opacity: 0.7;
  }
}
.btn--black::after {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/icon_angle_b.svg");
  background-color: #FFF;
  border-radius: 100%;
  right: 5.2vw;
}
@media screen and ( min-width: 769px ) {
  .btn--black {
    max-width: 468px;
    min-height: 120px;
    padding: 24px 64px;
  }
  .btn--black::after {
    right: 20px;
  }
}
.btn--pink {
  background: #C7958B;
  color: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--pink::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--pink {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--pink:hover {
    opacity: 0.7;
  }
}
.btn--pink::after {
  width: 20px;
  height: 20px;
  background-image: url("../img/ladies/common/icon_angle_p.svg");
  background-color: #FFF;
  border-radius: 100%;
  right: 5.2vw;
}
@media screen and ( min-width: 769px ) {
  .btn--pink {
    max-width: 468px;
    min-height: 120px;
    padding: 24px 64px;
  }
  .btn--pink::after {
    right: 20px;
  }
}
.btn--green-b {
  border: 1px solid #7E9B90;
  color: #7E9B90;
  background: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--green-b::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--green-b {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--green-b:hover {
    opacity: 0.7;
  }
}
.btn--green-b::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #7E9B90;
  border-radius: 100%;
  position: static;
}
.btn--pink-b {
  border: 1px solid #C7958B;
  color: #C7958B;
  background: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--pink-b::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--pink-b {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--pink-b:hover {
    opacity: 0.7;
  }
}
.btn--pink-b::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #C7958B;
  border-radius: 100%;
  position: static;
}
.btn--black-b {
  border: 1px solid #222222;
  color: #222222;
  background: #FFF;
  letter-spacing: 0.02em !important;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--black-b::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--black-b {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--black-b:hover {
    opacity: 0.7;
  }
}
.btn--black-b::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #222222;
  border-radius: 100%;
  position: static;
}
.btn--green-b-down {
  border: 1px solid #7E9B90;
  color: #7E9B90;
  background: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--green-b-down::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--green-b-down {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--green-b-down:hover {
    opacity: 0.7;
  }
}
.btn--green-b-down::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #7E9B90;
  border-radius: 100%;
  position: static;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn--pink-b-down {
  border: 1px solid #C7958B;
  color: #C7958B;
  background: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.btn--pink-b-down::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .btn--pink-b-down {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn--pink-b-down:hover {
    opacity: 0.7;
  }
}
.btn--pink-b-down::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #C7958B;
  border-radius: 100%;
  position: static;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn--gray {
  display: block;
  padding: 4.2vw;
  background: #707070;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and ( min-width: 769px ) {
  .btn--gray {
    padding: 16px;
  }
}
.btn--close {
  display: block;
  width: 100%;
  margin: auto;
  padding: 4.2vw;
  border: 1px solid #222222;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.btn--close::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background: url("../img/common/icon_close.svg") no-repeat center center;
  background-size: 100% auto;
}
@media screen and ( min-width: 769px ) {
  .btn--close {
    max-width: 280px;
    padding: 16px;
  }
}

.note, .modal__note {
  margin-top: 3.1vw;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #606060;
}
@media screen and ( min-width: 769px ) {
  .note, .modal__note {
    margin-top: 16px;
  }
}

.img-wrap:nth-child(n+2) {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .img-wrap:nth-child(n+2) {
    margin-top: 16px;
  }
}

.kv--top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.kv--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.init .kv--top::before {
  -webkit-transform: scale3d(0, 1, 0);
          transform: scale3d(0, 1, 0);
}
.kv--top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.kv--top__txt {
  width: 84.4vw;
  height: 17.4vw;
  margin-top: 50.5vw;
}
.kv--top__txt__date {
  width: 100vw;
  margin: 13.8vw -7.8vw 0;
  background: #381810;
}
.kv--top__txt__date img {
  width: 84.4vw;
}
@media screen and ( min-width: 769px ) {
  .kv--top {
    width: 100%;
  }
  ここ .kv--top__inner {
    min-width: 900px;
  }
  .kv--top__txt {
    width: 46.9vw;
    height: 9.2vw;
    max-width: 656px;
    max-height: 129px;
    margin: 0 auto;
    position: absolute;
    top: 49.6%;
    right: 0;
    left: 0;
  }
  .kv--top__txt__date {
    width: 87.7%;
    margin: 7.9% auto 0;
    background: transparent;
  }
  .kv--top__txt__date img {
    width: auto;
  }
}

.kv--top-slider__slide {
  width: 100vw;
  height: 106.5vw !important;
  overflow: hidden;
}
.kv--top-slider__slide-img {
  height: 100%;
  background: no-repeat center top;
  background-size: cover;
  /*// men's
  &.img-01{ background-image: imgUrl('kv_top_01.jpg?1', top); }
  &.img-02{ background-image: imgUrl('kv_top_02.jpg?1', top);}
  &.img-03{ background-image: imgUrl('kv_top_03.jpg?1', top); }
  &.img-04{ background-image: imgUrl('kv_top_04.jpg?1', top); }
  &.img-05{ background-image: imgUrl('kv_top_05.jpg', top); }
  &.img-06{ background-image: imgUrl('kv_top_2102cp.png', top); }
  // lady's
  &.ladies-img-01{ background-image: imgUrl('kv_top_ladies_01.jpg', l-top); }
  &.ladies-img-02{ background-image: imgUrl('kv_top_ladies_02.jpg', l-top); }
  &.ladies-img-03{ background-image: imgUrl('kv_top_ladies_03.jpg', l-top); }
  &.ladies-img-04{ background-image: imgUrl('kv_top_ladies_04.jpg', l-top); }
  &.ladies-img-05{ background-image: imgUrl('kv_top_ladies_05.jpg', l-top); }*/
}
@media screen and ( min-width: 769px ) {
  .kv--top-slider {
    margin: 0 auto;
    height: 800px !important;
    /*&__slide-img{
    	// men's
    	&.img-01{ background-image: imgUrl('kv_top_01_pc.jpg?1', top); }
    	&.img-02{ background-image: imgUrl('kv_top_02_pc.jpg?1', top); }
    	&.img-03{ background-image: imgUrl('kv_top_03_pc.jpg?1', top); }
    	&.img-04{ background-image: imgUrl('kv_top_04_pc.jpg?1', top); }
    	&.img-05{ background-image: imgUrl('kv_top_05_pc.jpg', top); }
    	&.img-06{ background-image: imgUrl('kv_top_2102cp_pc.png', top); }
    	// lady's
    	&.ladies-img-01{ background-image: imgUrl('kv_top_ladies_01_pc.jpg', l-top); }
    	&.ladies-img-02{ background-image: imgUrl('kv_top_ladies_02_pc.jpg', l-top); }
    	&.ladies-img-03{ background-image: imgUrl('kv_top_ladies_03_pc.jpg', l-top); }
    	&.ladies-img-04{ background-image: imgUrl('kv_top_ladies_04_pc.jpg', l-top); }
    	&.ladies-img-05{ background-image: imgUrl('kv_top_ladies_05_pc.jpg', l-top); }
    }*/
  }
  .kv--top-slider__slide {
    max-height: 800px;
  }
  .kv--top-slider__slide-img {
    width: 1599px !important;
    height: 800px !important;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .kv--top-slider {
    height: 61.2vw !important;
    margin: 0 auto;
  }
  .kv--top-slider__slide-img {
    width: 1024px !important;
    height: 61.2vw !important;
    margin: 0 auto;
  }
}

.kv--lineup {
  width: 100%;
  height: 106.5vw;
  background: no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.kv--lineup::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #FFF;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.init .kv--lineup::before {
  -webkit-transform: scale3d(0, 1, 0);
          transform: scale3d(0, 1, 0);
}
.kv--lineup.suit {
  background-image: url("../img/suit/kv_suit.jpg?211210");
}
.kv--lineup.shirt {
  background-image: url("../img/shirt/kv_shirt.jpg?211210");
}
.kv--lineup__inner {
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.kv--lineup__hdl {
  padding: 41.7vw 7.8vw 0;
  padding-left: 0.26em;
  font-size: 13.5vw;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.init .kv--lineup__hdl {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.suit .kv--lineup__hdl {
  letter-spacing: 0.3em;
}
.shirt .kv--lineup__hdl {
  letter-spacing: 0.2em;
}
.kv--lineup__hdl-sub {
  font-size: 2.6vw;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
.init .kv--lineup__hdl-sub {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.suit .kv--lineup__hdl-sub {
  letter-spacing: 0.54em;
}
.shirt .kv--lineup__hdl-sub {
  letter-spacing: 0.73em;
}
.kv--lineup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.7vw auto 0;
  text-align: left;
}
@media screen and ( max-width: 768px ) {
  .kv--lineup__wrap {
    width: 90%;
  }
}
.kv--lineup__txt {
  margin-top: 10.4vw;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.init .kv--lineup__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.kv--lineup__txt .price {
  font-size: 24px;
  line-height: 1;
}
@media screen and ( max-width: 768px ) {
  .kv--lineup__txt .price {
    font-size: 6.5vw;
  }
}
.kv--lineup__txt.mgt-none {
  margin-top: 0;
}
@media screen and ( min-width: 769px ) {
  .kv--lineup {
    width: 100%;
    min-width: 900px;
    height: 50vw;
    max-height: 700px;
    min-height: 540px;
  }
  .kv--lineup.suit {
    background-image: url("../img/suit/kv_suit_pc.jpg?211210");
  }
  .kv--lineup.shirt {
    background-image: url("../img/shirt/kv_shirt_pc.jpg?211210");
  }
  .kv--lineup__inner {
    max-width: 1280px;
    margin: auto;
  }
  .kv--lineup__hdl {
    padding: 23.3% 0 0;
    font-size: 8rem;
  }
  .kv--lineup__hdl-sub {
    font-size: 1.4rem;
  }
  .kv--lineup__txt {
    margin-top: 48px;
    font-size: 1.7rem;
  }
}

.kv--lower {
  width: 100%;
  background: no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.kv--lower::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #FFF;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.init .kv--lower::before {
  -webkit-transform: scale3d(0, 1, 0);
          transform: scale3d(0, 1, 0);
}
.kv--lower.suit {
  background-image: url("../img/suit/kv_suit_option.jpg");
}
.kv--lower.shirt {
  background-image: url("../img/shirt/kv_shirt_option.jpg");
}
.ladies .kv--lower.option {
  background-image: url("../img/ladies/option/kv_option.jpg");
}
.kv--lower.shop {
  background-image: url("../img/shop/kv_shop.jpg");
}
.kv--lower.fabric {
  background-image: url("../img/fabric/kv_fabric.jpg");
}
.ladies .kv--lower.fabric {
  background-image: url("../img/ladies/fabric/kv_fabric.jpg");
}
.kv--lower__inner {
  padding: 22.9vw 7.8vw 10.4vw;
  color: #FFF;
  text-align: center;
}
.kv--lower.shop .kv--lower__inner {
  padding: 22.9vw 7.8vw 18.8vw;
}
.kv--lower__hdl {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.init .kv--lower__hdl {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.kv--lower__hdl-sub {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
.kv--lower__hdl-sub:first-child {
  margin: 0 0 8px;
}
.init .kv--lower__hdl-sub {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.kv--lower__txt {
  margin-top: 10.4vw;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.init .kv--lower__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.kv--lower__select {
  margin-top: 10.4vw;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
.init .kv--lower__select {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.kv--lower__select [class^=btn] {
  margin: auto;
}
@media screen and ( min-width: 769px ) {
  .kv--lower.suit {
    background-image: url("../img/suit/kv_suit_option_pc.jpg");
  }
  .kv--lower.shirt {
    background-image: url("../img/shirt/kv_shirt_option_pc.jpg");
  }
  .ladies .kv--lower.option {
    background-image: url("../img/ladies/option/kv_option_pc.jpg");
  }
  .kv--lower.shop {
    background-image: url("../img/shop/kv_shop_pc.jpg");
  }
  .kv--lower.fabric {
    background-image: url("../img/fabric/kv_fabric_pc.jpg");
  }
  .ladies .kv--lower.fabric {
    background-image: url("../img/ladies/fabric/kv_fabric_pc.jpg");
  }
  .kv--lower__inner {
    max-width: 1280px;
    margin: auto;
    padding: 11.6% 4.7% 6.3%;
  }
  .kv--lower.shop .kv--lower__inner {
    padding: 11.6% 4.7% 9.1%;
  }
  .kv--lower__hdl {
    font-size: 3.8rem;
  }
  .kv--lower__hdl-sub {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .kv--lower__hdl-sub:first-child {
    margin: 0 0 10px;
  }
  .kv--lower__txt {
    margin-top: 32px;
  }
  .kv--lower__select {
    margin-top: 64px;
  }
}

.bnr-slider {
  padding-left: 5.2vw;
}
.bnr-slider__slide {
  width: 83.3vw;
  margin-right: 5.2vw;
}
.bnr-slider__slide img {
  width: 100%;
  height: auto;
}
@media screen and ( min-width: 769px ) {
  .bnr-slider {
    width: 100%;
    padding-left: 0;
  }
  .bnr-slider__slide {
    width: 448px;
    margin: 0 20px;
  }
}

.iv-slider {
  padding-left: 5.2vw;
}
.iv-slider__slide {
  width: 83.3vw;
  margin-right: 5.2vw;
}
.iv-slider__slide img {
  width: 100%;
  height: auto;
}
@media screen and ( min-width: 769px ) {
  .iv-slider {
    width: 100%;
    padding-left: 0;
  }
  .iv-slider__slide {
    width: 448px;
    margin: 0 20px;
  }
}

.news {
  margin-top: 9.6vw;
}
@media screen and ( min-width: 769px ) {
  .news {
    margin-top: 40px;
  }
}

.news-hdl {
  margin-bottom: 2.6vw;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and ( min-width: 769px ) {
  .news-hdl {
    margin-bottom: 16px;
    font-size: 2.4rem;
    text-align: left;
  }
}

.news-list {
  border-top: 1px solid #CCCDCE;
}
.news-list__item {
  padding: 4.2vw 0;
  border-bottom: 1px solid #CCCDCE;
}
.news-list__item__hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list__item__date {
  color: #848484;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.news-list__item__tag {
  min-width: 42px;
  display: inline-block;
  background: #7E9B90;
  text-align: center;
  padding: 3px 2px 1px 4px;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ladies .news-list__item__tag {
  background: #C7958B;
}
.news-list__item__txt {
  margin-top: 3.1vw;
  color: #606060;
}
@media screen and ( min-width: 769px ) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
  }
  .news-list__item__date {
    width: 80px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .news-list__item__tag {
    width: 58px;
    margin-left: 8px;
    padding: 2px 0;
    font-size: 1.3rem;
  }
  .news-list__item__txt {
    margin-top: 0;
    margin-left: 4.7%;
  }
}

.top-btn-list {
  padding: 0 0 10.4vw;
}
.top-btn-list__item [class^=btn] {
  margin: auto;
}
.top-btn-list__item + .top-btn-list__item {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .top-btn-list {
    padding: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-btn-list__item {
    width: 320px;
    margin-top: 0;
  }
  .top-btn-list__item + .top-btn-list__item {
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}

.top-btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5.2vw;
}
.top-btn-select__item {
  width: 49%;
}
.top-btn-select__item a {
  padding: 2.6vw 0;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
}
.top-btn-select__item a span {
  display: block;
  font-size: 1.1rem;
  margin-top: 1.3vw;
}
.top-btn-select__item .btn--select--gray {
  background-color: rgba(119, 119, 119, 0.2588235294);
}
.top-btn-select__item .btn--select--green {
  background-color: #7E9B90;
}
.top-btn-select__item .btn--select--pink {
  background-color: #C7958B;
}

@media screen and (min-width: 981px) {
  .top-btn-select.show-sp {
    display: none;
  }
}
.top-intro__img {
  margin-bottom: 10.4vw;
  text-align: center;
}
.top-intro__img .logo {
  width: 20.2vw;
  height: 25.5vw;
  fill: #222222;
}
.top-intro__hdl {
  margin-bottom: 4.2vw;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.top-intro__hdl-small {
  display: block;
  margin: 0 0 7.3vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #7E9B90;
  text-transform: uppercase;
}
.ladies .top-intro__hdl-small {
  color: #C7958B;
}
.top-intro__txt {
  display: none;
  margin: 0 auto 4.2vw;
  color: #606060;
  line-height: 1.8;
}
.top-intro__txt p + p {
  margin-top: 5.2vw;
}
.top-intro__txt__btn {
  margin-top: 7.3vw;
}
.top-intro__btn {
  margin: auto;
  color: #7E9B90;
  background: #FFF;
  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;
  padding: 4.7vw 9.1vw;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
.top-intro__btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url("../img/common/icon_angle.svg") no-repeat center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media screen and ( min-width: 769px ) {
  .top-intro__btn {
    max-width: 320px;
    padding: 22px 22px;
    letter-spacing: 0.15em;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .top-intro__btn:hover {
    opacity: 0.7;
  }
}
.top-intro__btn::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #7E9B90;
  border-radius: 100%;
  position: static;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-intro__btn:hover {
  cursor: pointer;
}
.ladies .top-intro__btn {
  color: #C7958B;
}
.ladies .top-intro__btn::after {
  background-color: #C7958B;
}
.top-intro__btn.is-show::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and ( min-width: 769px ) {
  .top-intro__img {
    margin-bottom: 56px;
  }
  .top-intro__img .logo {
    max-width: 120px;
    max-height: 154px;
  }
  .top-intro__hdl {
    margin-bottom: 32px;
    font-size: 3.8rem;
  }
  .top-intro__hdl-small {
    font-size: 1.6rem;
    margin-bottom: 56px;
  }
  .top-intro__txt {
    max-width: 768px;
    margin-bottom: 32px;
  }
  .top-intro__txt p + p {
    margin-top: 24px;
  }
  .top-intro__txt__btn {
    margin-top: 56px;
  }
}

.lineup-list__item {
  height: 49.5vw;
}
.lineup-list__item:nth-child(n+2) {
  margin-top: 1.3vw;
}
.lineup-list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 7.8vw;
  background: no-repeat center center;
  background-size: cover;
}
.lineup-list__item__inner.img-mens-suit {
  background-image: url("../img/top/lineup_mens_suit_sp.jpg?211210");
}
.lineup-list__item__inner.img-mens-shirt {
  background-image: url("../img/top/lineup_mens_shirt_sp.jpg?211210");
}
.lineup-list__item__inner.img-mens-formal {
  background-image: url("../img/top/lineup_mens_formal_sp.png?22111702");
}
.lineup-list__item__inner.img-ladies-suit {
  background-image: url("../img/top/lineup_ladies_suit_sp.jpg?22111702");
}
.lineup-list__item__txt-area {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
.lineup-list__item__hdl {
  font-size: 10.9vw;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}
@media screen and ( max-width: 768px ) {
  .lineup-list__item__hdl {
    text-shadow: 0px 0px 0px rgba(20, 20, 20, 0.6), 0px 0px 6px rgba(20, 20, 20, 0.6);
  }
}
.img-mens-suit .lineup-list__item__hdl {
  letter-spacing: 0.25em;
}
.img-mens-shirt .lineup-list__item__hdl {
  letter-spacing: 0.15em;
}
.img-mens-formal .lineup-list__item__hdl {
  letter-spacing: 0.15em;
}
.img-ladies-suit .lineup-list__item__hdl {
  letter-spacing: 0.25em;
}
.lineup-list__item__hdl-sub {
  display: block;
  font-size: 3.6vw;
  letter-spacing: 0.25em;
}
.lineup-list__item__txt {
  font-size: 2.3vw;
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}
@media screen and ( max-width: 768px ) {
  .lineup-list__item__txt {
    text-shadow: 0px 0px 0px rgba(20, 20, 20, 0.6), 0px 0px 6px rgba(20, 20, 20, 0.6);
  }
}
.img-mens-suit .lineup-list__item__txt {
  letter-spacing: 0.4em;
}
.img-mens-shirt .lineup-list__item__txt {
  letter-spacing: 0.4em;
}
.img-mens-formal .lineup-list__item__txt {
  letter-spacing: 0.4em;
}
.img-ladies-suit .lineup-list__item__txt {
  letter-spacing: 0.4em;
}
.lineup-list__item__cmng {
  display: inline-block;
  margin: 5.2vw 0 0;
  padding: 1.6vw 2.3vw;
  background: #FFF;
  font-size: 3.3vw;
  font-weight: 600;
  border-radius: 2px;
  color: #CA8C98;
}
@media screen and ( min-width: 769px ) {
  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup-list__item {
    width: calc((100% - 8px) / 4);
    height: 19.9vw;
    min-height: 280px;
    margin: 0;
  }
  .lineup-list__item:nth-child(n+2) {
    margin: 0;
  }
  .lineup-list__item__inner {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding: 8.6%;
    position: relative;
  }
  .lineup-list__item__inner.img-mens-suit {
    background-image: url("../img/top/lineup_mens_suit_pc.png?220208");
  }
  .lineup-list__item__inner.img-mens-shirt {
    background-image: url("../img/top/lineup_mens_shirt_pc.png?220208");
  }
  .lineup-list__item__inner.img-mens-formal {
    background-image: url("../img/top/lineup_mens_formal_pc.png?22111702");
  }
  .lineup-list__item__inner.img-ladies-suit {
    background-image: url("../img/top/lineup_ladies_suit_pc.png?22111702");
  }
  .lineup-list__item__txt-area {
    width: 100%;
    position: absolute;
    top: 42.1%;
    left: 0;
    right: 0;
  }
  .lineup-list__item__hdl {
    font-size: 4.3rem;
  }
  .img-mens-suit .lineup-list__item__hdl {
    letter-spacing: 0.25em;
  }
  .img-mens-shirt .lineup-list__item__hdl {
    letter-spacing: 0.15em;
  }
  .img-mens-formal .lineup-list__item__hdl {
    letter-spacing: 0.15em;
  }
  .img-ladies-suit .lineup-list__item__hdl {
    letter-spacing: 0.25em;
  }
  .lineup-list__item__hdl-sub {
    font-size: 1.6rem;
  }
  .img-mens-suit .lineup-list__item__hdl-sub {
    letter-spacing: 0.48em;
  }
  .img-mens-shirt .lineup-list__item__hdl-sub {
    letter-spacing: 0.48em;
  }
  .img-mens-formal .lineup-list__item__hdl-sub {
    letter-spacing: 0.48em;
  }
  .img-ladies-suit .lineup-list__item__hdl-sub {
    letter-spacing: 0.48em;
  }
  .lineup-list__item__txt {
    font-size: 1rem;
  }
  .img-mens-suit .lineup-list__item__txt {
    letter-spacing: 0.4em;
  }
  .img-mens-shirt .lineup-list__item__txt {
    letter-spacing: 0.48em;
  }
  .img-mens-formal .lineup-list__item__txt {
    letter-spacing: 0.48em;
  }
  .img-ladies-suit .lineup-list__item__txt {
    letter-spacing: 0.4em;
  }
  .lineup-list__item__cmng {
    margin: 16px 0 0;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 1.5rem;
  }
}

@media screen and ( min-width: 769px ) {
  .suit .lineup-list__item, .shirt .lineup-list__item, .formal .lineup-list__item, .ladies .lineup-list__item {
    width: calc((100% - 8px) / 3);
  }
}

.shirt.mt10, .formal.mt10 {
  margin-top: 6.3%;
}

.ladies-lineup-slider {
  padding-left: 7.8vw;
}
.ladies-lineup-slider__slide {
  width: 74.7vw;
  margin-right: 10.4vw;
}
.ladies-lineup-slider__slide__num {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2.1vw;
}
.ladies-lineup-slider__slide__num::before {
  content: "―";
  padding-right: 0.5em;
  color: #C7958B;
}
.ladies-lineup-slider__slide__num::after {
  content: "―";
  padding-left: 0.5em;
  color: #C7958B;
}
.ladies-lineup-slider__slide__img {
  width: 100%;
  height: 97.4vw;
  background: no-repeat center top;
  background-size: cover;
  position: relative;
}
.ladies-lineup-slider__slide__img.img-suit-skirt {
  background-image: url("../img/ladies/top/230119_lineup_suit_skirt.jpg");
}
.ladies-lineup-slider__slide__img.img-suit-pants {
  background-image: url("../img/ladies/top/lineup_suit_pants.jpg");
}
.ladies-lineup-slider__slide__img.img-jacket-nocollar {
  background-image: url("../img/ladies/top/lineup_jacket_nocollar.jpg");
}
.ladies-lineup-slider__slide__img.img-jacket-tailored {
  background-image: url("../img/ladies/top/230119_lineup_jacket_tailored.jpg?2");
}
.ladies-lineup-slider__slide__img.img-pants-tapered {
  background-image: url("../img/ladies/top/lineup_pants_tapered.jpg");
}
.ladies-lineup-slider__slide__img.img-pants-semiflare {
  background-image: url("../img/ladies/top/230112_lineup_pants_semiflare.jpg?2");
}
.ladies-lineup-slider__slide__img.img-skirt-tight {
  background-image: url("../img/ladies/top/230119_lineup_skirt_tight.jpg?2");
}
.ladies-lineup-slider__slide__img.img-slirt-flare {
  background-image: url("../img/ladies/top/230112_lineup_slirt_flare.jpg");
}
.ladies-lineup-slider__slide__hdl {
  padding-top: 40vw;
  font-size: 8.7vw;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
.ladies-lineup-slider__slide__hdl-sub {
  display: block;
  font-size: 4.4vw;
  letter-spacing: 0.2em;
  font-style: normal;
}
.ladies-lineup-slider__slide__txt {
  padding: 8.3vw 3.9vw 4.2vw;
  color: #606060;
  line-height: 1.8;
}
@media screen and ( min-width: 769px ) {
  .ladies-lineup-slider {
    padding: 0 5.1vw;
  }
  .ladies-lineup-slider__slide {
    width: 26.9vw;
    margin: 0 1.6vw;
  }
  .ladies-lineup-slider__slide__num {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .ladies-lineup-slider__slide__img {
    height: 36vw;
  }
  .ladies-lineup-slider__slide__hdl {
    padding-top: 62.5%;
    font-size: 3.8rem;
  }
  .ladies-lineup-slider__slide__hdl-sub {
    font-size: 1.8rem;
  }
  .ladies-lineup-slider__slide__txt {
    padding: 24px 16px;
  }
}

.ladies-snap-comingsoon {
  margin: 14.6vw 0 8.3vw;
  text-align: center;
  color: #707070;
  letter-spacing: 0.2em;
}
@media screen and ( min-width: 769px ) {
  .ladies-snap-comingsoon {
    margin: 96px 0 24px;
    font-size: 1.8rem;
  }
}

.ladies-snap-slider {
  padding: 0 5.2vw;
}
.ladies-snap-slider__slide {
  width: 43.5vw;
  margin-right: 2.6vw;
}
.ladies-snap-slider__slide__txt-area {
  padding: 5.2vw 3.1vw 2.6vw;
  color: #606060;
  line-height: 1.8;
}
.ladies-snap-slider__slide__txt {
  margin-bottom: 3.4vw;
  font-weight: bold;
  color: #222222;
}
.ladies-snap-slider__slide__detail {
  font-size: 1.3rem;
  color: #606060;
}
.ladies-snap-slider__slide__check {
  margin-top: 3.9vw;
  color: #C7958B;
  font-weight: bold;
  text-decoration: underline;
}
.ladies-snap-slider__slide__check::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("../img/ladies/common/icon_arrow_p.svg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and ( min-width: 769px ) {
  .ladies-snap-slider {
    padding: 0 5.1vw;
  }
  .ladies-snap-slider__slide {
    width: 18.8vw;
    margin: 0 2vw;
  }
  .ladies-snap-slider__slide__txt-area {
    padding: 24px 0;
  }
  .ladies-snap-slider__slide__txt {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
  .ladies-snap-slider__slide__detail {
    font-size: 1.5rem;
  }
  .ladies-snap-slider__slide__check {
    margin-top: 16px;
  }
}

.order-catch {
  width: 79.7vw;
  max-width: 440px;
  margin: 0 auto 6.3vw;
}
@media screen and ( min-width: 769px ) {
  .order-catch {
    margin-bottom: 3.1%;
  }
}

.order-hdl-03 {
  margin-bottom: 5.2vw;
  text-align: center;
}
.order-hdl-03:nth-of-type(n+2) {
  margin-top: 10.4vw;
}
.order-hdl-03__txt {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  background: #7E9B90;
  padding: 8px 10px;
  color: #FFF;
  position: relative;
}
.order-hdl-03__txt::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 11px solid #7E9B90;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.ladies .order-hdl-03__txt {
  background: #C7958B;
}
.ladies .order-hdl-03__txt::before {
  border-top-color: #C7958B;
}
@media screen and ( min-width: 769px ) {
  .order-hdl-03 {
    margin-bottom: 2.5%;
    text-align: center;
  }
  .order-hdl-03:nth-of-type(n+2) {
    margin-top: 5%;
  }
  .order-hdl-03__txt {
    font-size: 1.8rem;
  }
}

.order-flow {
  margin-bottom: 7.3vw;
}
.order-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10.4vw;
  position: relative;
}
.order-flow__step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3.1vw solid #8E8D8D;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  position: absolute;
  left: 9.4vw;
  bottom: 2.9vw;
}
.order-flow__step:last-child {
  padding-bottom: 0;
}
.order-flow__step:last-child::after {
  content: none;
}
.order-flow__step__img-area {
  width: 24.6vw;
}
.order-flow__step__num {
  margin-bottom: 3.1vw;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.order-flow__step__num-st {
  font-size: 1.7em;
}
.order-flow__step__img img {
  width: 24.6vw;
  height: 24.6vw;
  vertical-align: bottom;
}
.order-flow__step__txt-area {
  width: 54.4vw;
  padding-top: 0.7vw;
}
.order-flow__step__hdl {
  margin-bottom: 2.6vw;
  font-size: 2rem;
  font-weight: bold;
}
.order-flow__step__txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and ( min-width: 769px ) {
  .order-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .order-flow__step {
    display: block;
    width: 20.3%;
    padding-bottom: 0;
    margin-left: 6.3%;
  }
  .order-flow__step::after {
    margin: auto 0;
    border-left: 16px solid #8E8D8D;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: none;
    top: 0;
    left: -18.3%;
    bottom: 0;
    right: auto;
  }
  .order-flow__step:last-child::after {
    content: "";
  }
  .order-flow__step:first-child {
    margin-left: 0;
  }
  .order-flow__step:first-child::after {
    content: none;
  }
  .order-flow__step:nth-child(n+4) {
    margin-top: 40px;
  }
  .order-flow__step__img-area {
    width: 100%;
  }
  .order-flow__step__num {
    margin-bottom: 5px;
  }
  .order-flow__step__img {
    text-align: center;
  }
  .order-flow__step__img img {
    width: 136px;
    height: 136px;
  }
  .order-flow__step__txt-area {
    width: 100%;
    padding-top: 6.2%;
  }
  .order-flow__step__hdl {
    margin-bottom: 6.2%;
    font-size: 2.4rem;
    text-align: center;
  }
  .order-flow__step__txt {
    font-size: 1.4rem;
    color: #606060;
  }
}

.order-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 61.7vw;
  margin-left: auto;
  margin-right: auto;
}
.order-second__img-area {
  width: 24.6vw;
}
.order-second__img img {
  width: 24.6vw;
  height: 24.6vw;
  vertical-align: bottom;
}
.order-second__txt-area {
  width: 32.6vw;
}
.order-second__lead {
  margin-bottom: 1vw;
  font-size: 1.4rem;
  font-weight: 500;
}
.order-second__txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and ( min-width: 769px ) {
  .order-second {
    max-width: 442px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-second__img-area {
    max-width: 160px;
    max-height: 160px;
  }
  .order-second__img img {
    width: 100%;
    height: auto;
  }
  .order-second__txt-area {
    max-width: 250px;
  }
  .order-second__txt {
    line-height: 1.6;
  }
}

.order-btn {
  margin: 60px 0 0;
}
@media screen and ( max-width: 768px ) {
  .order-btn {
    margin: 13vw 0 0;
  }
}
.order-btn a {
  margin: 0 auto;
}

.order-finish {
  margin: 7.3vw auto 0;
  padding: 3.1vw 2.1vw;
  background: #ECF0ED;
  text-align: center;
}
.order-finish__txt {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and ( min-width: 769px ) {
  .order-finish {
    max-width: 510px;
    margin-top: 40px;
    padding: 24px;
  }
}

.order-trial {
  margin-top: 13.5vw;
  text-align: center;
}
.sec--lineup .order-trial {
  width: 89.6vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and ( min-width: 769px ) {
  .order-trial {
    margin-top: 80px;
  }
  .sec--lineup .order-trial {
    width: auto;
  }
}

.review-slider {
  padding-top: 20px;
}
.review-slider__slide {
  width: 89.6vw;
  margin: 0 5.2vw;
  padding: 0 7.3vw 8.3vw;
  background: #FFF;
  border: 1px solid #B3B5B5;
}
.review-slider__slide__num {
  width: 100px;
  margin: -20px auto 10px;
  padding: 8px;
  background: #7E9B90;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.review-slider__slide__num::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 11px solid #7E9B90;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.review-slider__slide__img {
  margin: 5.2vw auto 2.6vw;
  text-align: center;
}
.review-slider__slide__img img {
  width: 26vw;
  height: 26vw;
  margin: 0 auto;
  vertical-align: bottom;
}
.review-slider__slide__person {
  text-align: center;
  color: #7E9B90;
  font-weight: bold;
}
.review-slider__slide__txt-area {
  word-break: break-word;
}
.review-slider__slide__lead {
  margin: 3.4vw 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.review-slider__slide__txt {
  color: #606060;
}
@media screen and ( min-width: 769px ) {
  .review-slider {
    padding-top: 0;
  }
  .review-slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 656px;
    margin: 0 24px;
    padding: 48px 64px;
    border: none;
    border-radius: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.4s;
    transition: -webkit-transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.4s;
    transition: transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.4s;
    transition: transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.4s, -webkit-transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.4s;
  }
  .review-slider__slide.slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .review-slider__slide__img-area {
    width: 22.7%;
  }
  .review-slider__slide__num {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .review-slider__slide__img {
    margin: 24px 0 8px;
  }
  .review-slider__slide__img img {
    width: 100%;
    height: auto;
  }
  .review-slider__slide__txt-area {
    width: 67%;
  }
  .review-slider__slide__lead {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .review-slider__slide__txt {
    line-height: 1.8;
  }
}

.quality-list__bottom {
  margin-top: 10.4vw;
}
.quality-list__item {
  width: 89.6vw;
  margin-left: auto;
  margin-right: auto;
}
.quality-list__item:nth-child(n+2) {
  margin-top: 10.4vw;
}
.quality-list__item__img img {
  width: 100%;
  height: auto;
}
.quality-list__item__txt-area {
  width: 84.4vw;
  margin: 4.2vw auto 0;
}
.quality-list__item__hdl {
  text-align: center;
}
.quality-list__item__hdl-num {
  font-size: 1.2rem;
  font-weight: 500;
  color: #7E9B90;
  letter-spacing: 0.15em;
}
.ladies .quality-list__item__hdl-num {
  color: #C7958B;
}
.quality-list__item__hdl-num-st {
  font-size: 1.3em;
}
.quality-list__item__hdl-txt {
  margin-top: 4px;
}
.quality-list__item__txt {
  color: #606060;
}
.quality-list__item__btn {
  margin-top: 5.2vw;
}
@media screen and ( min-width: 769px ) {
  .quality-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 91.4%;
    max-width: 1280px;
    margin: 80px auto 0;
  }
  .quality-list__item {
    margin-left: 0;
    margin-right: 0;
  }
  .quality-list__item.large {
    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;
    width: 100%;
  }
  .quality-list__item.large .quality-list__item__img {
    width: 48.6%;
  }
  .quality-list__item.large .quality-list__item__txt-area {
    width: 51.4%;
    margin-top: 0;
  }
  .quality-list__item.large .quality-list__item__hdl,
  .quality-list__item.large .quality-list__item__txt,
  .quality-list__item.large .quality-list__item__btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .quality-list__item.large .quality-list__item__txt {
    text-align: center;
  }
  .quality-list__item.large .quality-list__item__btn {
    margin-top: 40px;
  }
  .quality-list__item.middle {
    width: 47.7%;
    margin-top: 6.3% !important;
  }
  .quality-list__item.small {
    width: 30.2%;
  }
  .quality-list__item:nth-child(n+2) {
    margin-top: 0;
  }
  .quality-list__item__txt-area {
    width: 100%;
    margin-top: 24px;
  }
  .quality-list__item__hdl-txt {
    margin-top: 8px;
    font-size: 2.4rem;
  }
  .quality-list__item__txt {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }
  .quality-list__item__btn {
    margin-top: 32px;
  }
  .quality-list__item__btn [class^=btn] {
    margin: auto;
  }
  .quality-list__item__btn + .quality-list__item__btn {
    margin-top: 20px;
  }
}

@media screen and ( min-width: 769px ) {
  .index_irregular_btn {
    margin-top: 62px;
  }
}
.price-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vw;
  background: url("../img/top/price_hdr.jpg?211210") no-repeat center top;
  background-size: cover;
}
.ladies .price-hdr {
  background-image: url("../img/ladies/top/230112_price_hdr.jpg?211210");
}
.price-hdr__inner {
  padding: 40.8vw 7.8vw 0;
}
.price-hdr__txt {
  text-align: center;
  line-height: 1.8;
  color: #FFF;
}
@media screen and ( min-width: 769px ) {
  .price-hdr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 565px;
    background-image: url("../img/top/price_hdr_pc.jpg?211210");
  }
  .ladies .price-hdr {
    background-image: url("../img/ladies/top/230112_price_hdr_pc.jpg?211210");
  }
  .price-hdr__inner {
    padding: 0;
  }
  .price-hdr__txt {
    max-width: 648px;
  }
}

.option-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vw;
  background: url("../img/ladies/top/option_hdr.jpg") no-repeat center top;
  background-size: cover;
}
.option-hdr__inner {
  padding: 40.8vw 7.8vw 0;
}
.option-hdr__txt {
  text-align: center;
  line-height: 1.8;
  color: #FFF;
}
@media screen and ( min-width: 769px ) {
  .option-hdr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 565px;
    background-image: url("../img/ladies/top/option_hdr_pc.jpg");
  }
  .option-hdr__inner {
    padding: 0;
  }
  .option-hdr__txt {
    max-width: 648px;
  }
}

.box--col01__item {
  background: #FFF;
  padding: 5.2vw 5.7vw 8.3vw;
}
.box--col01__item:nth-child(n+2) {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .box--col01__item {
    padding: 2.5% 4.7% 4.4%;
  }
  .box--col01__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.box--col02__item {
  background: #FFF;
  padding: 5.2vw 5.7vw 8.3vw;
}
.box--col02__item:nth-child(n+2) {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .box--col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box--col02__item {
    width: 49.1%;
    padding: 2.5% 3.1% 5%;
  }
  .box--col02__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.box-hdl {
  margin-bottom: 3.1vw;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}
@media screen and ( min-width: 769px ) {
  .box-hdl {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }
}

.box-hdl-sub--nobd, .box-hdl-sub {
  margin-bottom: 3.1vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and ( min-width: 769px ) {
  .box-hdl-sub--nobd, .box-hdl-sub {
    margin-bottom: 24px;
  }
}

.box-hdl-sub {
  padding-bottom: 2.6vw;
  border-bottom: 1px solid #CCCDCE;
  font-size: 1.2rem;
}
@media screen and ( min-width: 769px ) {
  .box-hdl-sub {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}
.box-hdl-sub--nobd {
  font-size: 1.8rem;
}
@media screen and ( min-width: 769px ) {
  .box-hdl-sub--nobd {
    font-size: 1.8rem;
  }
}

.price-col__box:nth-child(n+2), .price-col__box--l:nth-child(n+2) {
  margin-top: 8.9vw;
}
@media screen and ( min-width: 769px ) {
  .price-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding-right: 1.8%;
  }
  .price-col__box {
    width: 26.4%;
  }
  .price-col__box--l {
    width: 36.6%;
  }
  .price-col__box:nth-child(n+2), .price-col__box--l:nth-child(n+2) {
    margin-top: 0;
  }
  .price-col .set-price {
    margin-bottom: 40px;
  }
}

.single-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63.2vw;
  margin: 5.2vw auto 7.3vw;
}
.single-price__img {
  width: 19.9vw;
  height: 20.8vw;
  margin-right: 5.2vw;
}
.single-price__price {
  width: 38vw;
  text-align: center;
  font-size: 6.8vw;
  font-weight: 600;
}
.single-price__price__price-ht {
  font-size: 2.9vw;
}
.single-price__price__price-sub {
  display: block;
}
@media screen and ( min-width: 769px ) {
  .single-price {
    max-width: 260px;
    margin: 0 auto 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .single-price__img {
    width: 75px;
    height: 78px;
    margin: 0;
  }
  .single-price__price {
    width: 174px;
    font-size: 2.6rem;
  }
  .single-price__price__price-ht {
    font-size: 1.2rem;
  }
}

.set-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3.1vw;
}
.set-price__single {
  width: 42.4vw;
  padding-right: 10.9vw;
  text-align: center;
  position: relative;
}
.set-price__single::after {
  content: "";
  display: block;
  width: 5.5vw;
  height: 5.1vw;
  margin: auto;
  background: url("../img/common/icon_arrow_g.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.9vw;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media screen and ( max-width: 768px ) {
  .set-price__single::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ladies .set-price__single::after {
  background-image: url("../img/ladies/common/icon_arrow_p.svg");
}
.set-price__single__num {
  font-size: 4.6vw;
  font-weight: bold;
}
.set-price__single__num-st {
  font-size: 6.5vw;
  font-weight: 600;
  color: #707070;
}
.set-price__single__img {
  width: 19.9vw;
  height: 20.8vw;
  margin: 2.1vw auto 3.9vw;
}
.set-price__single__price {
  font-size: 5.2vw;
  font-weight: 600;
}
.set-price__single__price-sub {
  display: block;
}
.set-price__single__price-ht {
  font-size: 2.6vw;
}
.set-price__set {
  width: 38vw;
  text-align: center;
}
.set-price__set__num {
  font-size: 4.6vw;
  font-weight: bold;
  color: #7E9B90;
}
.ladies .set-price__set__num {
  color: #C7958B;
}
.set-price__set__num-st {
  font-size: 6.5vw;
  font-weight: 600;
}
.set-price__set__img {
  width: 38.2vw;
  height: 20.8vw;
  margin: 2.1vw auto;
}
.set-price__set__price {
  font-size: 6.8vw;
  font-weight: 600;
  color: #7E9B90;
}
.ladies .set-price__set__price {
  color: #C7958B;
}
.set-price__set__price-sub {
  display: block;
}
.set-price__set__price-ht {
  font-size: 2.9vw;
}
@media screen and ( min-width: 769px ) {
  .set-price {
    max-width: 414px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .set-price__single {
    width: 130px;
    padding-right: 0;
    position: static;
  }
  .set-price__single::after {
    width: 18.1%;
    height: 0;
    padding-top: 16.7%;
    right: 46.4%;
    opacity: 0.27;
  }
  .set-price__single__num {
    font-size: 1.9rem;
  }
  .set-price__single__num-st {
    font-size: 2.6rem;
  }
  .set-price__single__img {
    width: 75px;
    height: 78px;
    margin: 8px auto 16px;
  }
  .set-price__single__price {
    font-size: 2rem;
  }
  .set-price__single__price-ht {
    font-size: 1rem;
  }
  .set-price__set {
    width: 174px;
  }
  .set-price__set__num {
    font-size: 1.9rem;
  }
  .set-price__set__num-st {
    font-size: 2.6rem;
  }
  .set-price__set__img {
    width: 146px;
    height: 78px;
    margin: 8px auto 8px;
  }
  .set-price__set__price {
    font-size: 2.6rem;
  }
  .set-price__set__price-ht {
    font-size: 1.2rem;
  }
}

.price-off {
  margin: 0 auto 7.3vw;
  padding: 3.1vw 2.1vw;
  background: #7E9B90;
  color: #FFF;
  text-align: center;
  font-size: 3.6vw;
  font-weight: bold;
  border-radius: 3px;
}
.ladies .price-off {
  background: #C7958B;
}
.price-off:last-child {
  margin-bottom: 0;
}
.price-off__num {
  font-size: 5.2vw;
  font-weight: 600;
}
.price-off__price {
  font-size: 6.1vw;
  font-weight: 600;
}
.price-off__price-zk {
  font-size: 2.9vw;
  font-weight: 600;
}
@media screen and ( min-width: 769px ) {
  .price-off {
    max-width: 350px;
    margin-bottom: 40px;
    padding: 10px;
    font-size: 1.4rem;
  }
  .price-off__num {
    font-size: 2rem;
  }
  .price-off__price {
    font-size: 2.4rem;
  }
  .price-off__price-zk {
    font-size: 1.2rem;
  }
}

.price-table {
  width: 100%;
  border-top: 1px solid #CCCDCE;
}
.price-table__tr {
  border-bottom: 1px solid #CCCDCE;
}
.price-table__th {
  font-weight: normal;
}
.price-table__td {
  font-weight: 500;
}
.price-table__td {
  font-size: 1.7rem;
}
.price-table__st {
  font-size: 1.4rem;
}
.price-table__ht {
  font-size: 0.8rem;
}
.price-table.col-01 .price-table__tr,
.price-table.col-01 .price-table__th,
.price-table.col-01 .price-table__td {
  display: block;
  width: 100%;
  text-align: left;
}
.price-table.col-01 .price-table__td {
  padding-top: 0;
  padding-left: 0;
  line-height: 1.5;
}
.price-table.col-01 .price-table__st {
  display: inline-block;
}
@media screen and ( min-width: 769px ) {
  .price-table__th {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .price-table__td {
    width: 163px;
    padding: 20px 0 20px 52px;
    font-size: 1.4rem;
    word-break: break-all;
    text-align: right;
  }
  .price-table__st {
    display: block;
  }
  .price-table__ht {
    font-size: 0.8rem;
  }
}
@media screen and ( max-width: 768px ) {
  .price-table__tr, .price-table__th, .price-table__td {
    display: block;
  }
  .price-table__tr {
    padding: 5.2vw 0;
  }
  .price-table__th {
    margin-bottom: 1.6vw;
    color: #606060;
  }
}

.price-box__wrap {
  padding: 40px 0;
  border-bottom: 1px solid #CCCDCE;
}
@media screen and ( max-width: 768px ) {
  .price-box__wrap {
    padding: 5.2vw 0;
  }
}
.price-box__wrap:first-child {
  padding-top: 40px;
  border-top: 1px solid #CCCDCE;
}
@media screen and ( max-width: 768px ) {
  .price-box__wrap:first-child {
    padding-top: 5.2vw;
  }
}
.price-box__title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and ( max-width: 768px ) {
  .price-box__title {
    margin-bottom: 5.2vw;
  }
}
.price-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  .price-box__row {
    display: block;
  }
}
.price-box-fabric__item {
  margin: 0 0 20px;
}
@media screen and ( max-width: 768px ) {
  .price-box-fabric__item {
    margin: 0 0 5.2vw;
  }
}
.price-box-fabric__item:last-child {
  margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
  .price-box-fabric__item:last-child {
    margin: 0 0 5.2vw;
  }
}
.price-box-fabric__item p {
  line-height: 1.5;
}
.price-box-fabric__item p:last-child {
  margin-bottom: 0;
}
.price-box-fabric__item b {
  font-weight: bold;
}
.price-box-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
@media screen and ( max-width: 768px ) {
  .price-box-price {
    margin-left: 0;
    margin: 3.9vw auto 0;
    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;
  }
}
.price-box-price p {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 60px;
}
@media screen and ( max-width: 768px ) {
  .price-box-price p {
    font-size: 1.7rem;
    padding-bottom: 0;
    padding-right: 3rem;
  }
}
@media screen and ( max-width: 768px ) and (max-width: 320px) {
  .price-box-price p {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and ( max-width: 768px ) {
  .price-box-price p:last-child {
    padding-right: 0;
  }
}
.price-box-price p span {
  display: block;
  font-size: 1.4rem;
}
.price-box-price p:before {
  content: "本体";
  display: inline-block;
  font-size: 0.8rem;
}
.price-box-price p:after {
  content: "～";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and ( max-width: 768px ) {
  .price-box-price p:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: 0;
    top: 0;
    left: auto;
    right: 0.5rem;
    font-size: 1.4rem;
  }
}
.price-box-price p:last-child {
  padding-bottom: 0;
}
.price-box-price p:last-child:after {
  content: none;
}

.select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
.select-item__img {
  width: 42.1vw;
}
.select-item__txt-area {
  width: 42.6vw;
}
.select-item__txt-area > .select-item__btn {
  display: none;
}
.select-item__list {
  border-top: 1px solid #D3D2D2;
}
.select-item__list__item {
  padding: 1.6vw 0;
  border-bottom: 1px solid #D3D2D2;
  font-size: 1.3rem;
  line-height: 1.5;
}
.select-item__btn {
  width: 100%;
  margin-top: 9.4vw;
}
@media screen and ( min-width: 769px ) {
  .select-item {
    max-width: 836px;
  }
  .select-item > .select-item__btn {
    display: none;
  }
  .select-item__img {
    width: 46.4%;
  }
  .select-item__txt-area {
    width: 46.1%;
  }
  .select-item__txt-area > .select-item__btn {
    display: block;
  }
  .select-item__list__item {
    padding: 16px 0;
    font-size: 1.5rem;
  }
  .select-item__btn {
    width: 100%;
    margin-top: 40px;
  }
}

.style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.style-list__item {
  width: 49.5vw;
}
.style-list__item:nth-child(1) .style-list__item__txt-area {
  padding: 5.2vw 4.7vw 0 7.8vw;
}
.style-list__item:nth-child(2) .style-list__item__txt-area {
  padding: 5.2vw 7.8vw 0 4.7vw;
}
.style-list__item__img {
  height: 69.3vw;
  background: no-repeat center top;
  background-size: cover;
}
.style-list__item__img.suit-slim {
  background-image: url("../img/suit/style_slim.jpg?221117");
}
.style-list__item__img.suit-basic {
  background-image: url("../img/suit/style_basic.jpg?221117");
}
.style-list__item__img.shirt-slim {
  background-image: url("../img/shirt/q-style_slim.jpg");
}
.style-list__item__img.shirt-basic {
  background-image: url("../img/shirt/q-style_basic.jpg?211213");
}
.style-list__item__hdl {
  padding-top: 32.6vw;
  text-align: center;
  font-size: 7.8vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.style-list__item__hdl.white {
  color: #FFF;
}
.style-list__item__hdl__small {
  font-size: 3.1vw;
  display: block;
  letter-spacing: 0.25em;
}
.style-list__item__lead {
  margin-bottom: 3.1vw;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
}
.style-list__item__txt {
  line-height: 1.8;
  color: #606060;
}
@media screen and ( min-width: 769px ) {
  .style-list__item:nth-child(1) {
    width: 51.4%;
  }
  .style-list__item:nth-child(1) .style-list__item__hdl {
    padding-top: 33.1%;
  }
  .style-list__item:nth-child(2) {
    width: 47.8%;
  }
  .style-list__item:nth-child(2) .style-list__item__hdl {
    padding-top: 35.6%;
  }
  .style-list__item:nth-child(1) .style-list__item__txt-area, .style-list__item:nth-child(2) .style-list__item__txt-area {
    padding: 32px 16px 0;
  }
  .style-list__item__img {
    max-height: 480px;
    height: 34.3vw;
  }
  .style-list__item__hdl {
    font-size: 5rem;
  }
  .style-list__item__hdl__small {
    font-size: 1.6rem;
  }
  .style-list__item__lead {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .style-list__item__txt {
    max-width: 440px;
    margin: auto;
    font-size: 1.5rem;
    text-align: center;
  }
}

.lineup-cnt + .lineup-cnt {
  margin-top: 48px;
}
.lineup-cnt__img-area {
  background: no-repeat center top;
  background-size: cover;
}
.lineup-cnt__img-area.suit-01 {
  padding: 28vw 7.8vw 24.6vw;
  background-image: url("../img/suit/lineup_cnt_01.jpg");
}
.lineup-cnt__img-area.suit-02 {
  padding: 35.9vw 7.8vw 19.1vw;
  background-image: url("../img/suit/lineup_cnt_02.jpg?211210");
}
.lineup-cnt__img-area.suit-03 {
  padding: 35.9vw 7.8vw 21.4vw;
  background-image: url("../img/suit/lineup_cnt_03.jpg");
}
.lineup-cnt__img-area.suit-04 {
  padding: 35.9vw 7.8vw 19.1vw;
  background-image: url("../img/suit/lineup_cnt_04.jpg");
}
.lineup-cnt__img-area.shirt-01 {
  padding: 28vw 7.8vw 24.6vw;
  background-image: url("../img/shirt/lineup_cnt_01.jpg");
}
.lineup-cnt__img-area.shirt-02 {
  padding: 35.9vw 7.8vw 19.1vw;
  background-image: url("../img/shirt/lineup_cnt_02.jpg?211210");
}
.lineup-cnt__img-area.shirt-03 {
  padding: 35.9vw 7.8vw 21.4vw;
  background-image: url("../img/shirt/lineup_cnt_03.jpg");
}
.lineup-cnt__img-area .lineup-cnt__txt {
  color: #FFF;
  text-align: center;
}
.lineup-cnt__txt-area {
  padding: 7.6vw 7.8vw 0;
}
.lineup-cnt__txt-area .hdl-03, .lineup-cnt__txt-area .quality-list__item__hdl-txt {
  text-align: center;
}
.lineup-cnt__txt {
  color: #606060;
  line-height: 1.8;
}
.lineup-cnt__btn {
  margin-top: 5.2vw;
}
.lineup-cnt__txt-panel {
  padding: 5.2vw 4.2vw 0;
}
.lineup-cnt__txt-panel__inner {
  padding: 5.2vw 5.7vw 8.3vw;
  background: #FFF;
}
.lineup-cnt__txt-panel__inner-s {
  padding: 5.2vw 5.7vw 8.3vw;
  background: #FFF;
}
.lineup-cnt__txt-panel__sec + .lineup-cnt__txt-panel__sec {
  margin-top: 8.3vw;
}
.lineup-cnt__option {
  padding: 10.4vw 7.8vw 0;
}
@media screen and ( min-width: 769px ) {
  .lineup-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup-cnt__img-area {
    width: 55.1%;
  }
  .lineup-cnt__img-area.suit-01 {
    padding: 15% 4.7% 13.1%;
  }
  .lineup-cnt__img-area.suit-02 {
    padding: 22.9% 4.7%;
  }
  .lineup-cnt__img-area.suit-03 {
    padding: 13.7% 4.7% 12.8%;
  }
  .lineup-cnt__img-area.suit-04 {
    padding: 38.3% 4.7%;
  }
  .lineup-cnt__img-area.shirt-01 {
    padding: 15% 4.7% 13.1%;
  }
  .lineup-cnt__img-area.shirt-02 {
    padding: 22.9% 4.7%;
  }
  .lineup-cnt__img-area.shirt-03 {
    padding: 13.7% 4.7% 12.8%;
  }
  .lineup-cnt__img-area .lineup-cnt__txt {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-cnt__txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44.9%;
    text-align: center;
    padding: 5%;
  }
  .lineup-cnt__txt-panel {
    width: 44.3%;
    padding: 0;
    background: #FFF;
  }
  .lineup-cnt__txt-panel__inner {
    padding: 11.3% 8.5%;
  }
  .lineup-cnt__txt-panel__inner-s {
    padding: 7.1% 8.5% 8.5%;
    background: #FFF;
  }
  .lineup-cnt__txt-panel__sec + .lineup-cnt__txt-panel__sec {
    margin-top: 9.9%;
  }
  .lineup-cnt__option {
    width: 40.6%;
    padding: 0;
  }
  .lineup-cnt__btn {
    margin-top: 40px;
  }
  .lineup-cnt__btn .btn--more {
    margin: auto;
  }
}

.lineup-option-hdl {
  margin-bottom: 2.3vw;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-hdl {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}

.lineup-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.1vw;
  padding: 7.3vw 0 6.3vw;
  border-top: 1px solid #CCCDCE;
  border-bottom: 1px solid #CCCDCE;
}
.lineup-option-list__item {
  width: 25vw;
  text-align: center;
}
.lineup-option-list__item__name {
  margin-bottom: 2.1vw;
  font-size: 3.9vw;
  font-weight: bold;
  letter-spacing: 0;
}
.lineup-option-list__item__name.line-02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2em;
}
.lineup-option-list__item__img {
  width: 24.6vw;
  height: 24.6vw;
  margin-bottom: 3.1vw;
}
.lineup-option-list__item__price {
  font-size: 3.6vw;
}
.lineup-option-list__item__price + .lineup-option-list__item__price {
  margin-top: 3.1vw;
}
.lineup-option-list__item__price-st {
  display: block;
  margin-top: 2.1vw;
  font-size: 1.4em;
}
.lineup-option-list__item__price-ht {
  font-size: 1rem;
}
.lineup-option-list__item__price-tax {
  font-size: 1rem;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-list {
    max-width: 388px;
    margin: 0 auto 10px;
    padding: 32px 0 16px;
  }
  .lineup-option-list__item {
    width: 26.3%;
  }
  .lineup-option-list__item__name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .lineup-option-list__item__img {
    max-width: 98px;
    max-height: 98px;
    margin: 0 auto 10px;
  }
  .lineup-option-list__item__price {
    font-size: 1.4rem;
  }
  .lineup-option-list__item__price + .lineup-option-list__item__price {
    margin-top: 8px;
  }
  .lineup-option-list__item__price-st {
    margin-top: 8px;
  }
}

.lineup-option-total {
  font-weight: 500;
  text-align: center;
  font-size: 3.6vw;
}
.lineup-option-total__price {
  font-size: 7.6vw;
  font-weight: 600;
}
.lineup-option-total__tax {
  font-size: 5.2vw;
  font-weight: normal;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-total {
    font-size: 1.4rem;
  }
  .lineup-option-total__price {
    font-size: 3rem;
  }
  .lineup-option-total__tax {
    font-size: 2rem;
  }
}

.option-pack-list__item:nth-child(n+2) {
  margin-top: 10.4vw;
}
@media screen and ( min-width: 769px ) {
  .option-pack-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 790px;
    margin: auto;
  }
  .option-pack-list__item {
    width: 45.1%;
  }
  .option-pack-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.option-pack-btn {
  margin-top: 10.4vw;
}
.option-pack-btn [class^=btn] {
  margin: auto;
}
@media screen and ( min-width: 769px ) {
  .option-pack-btn {
    margin-top: 72px;
  }
}

.lineup-option-pack-hdl {
  text-align: center;
  margin-bottom: 5.2vw;
}
.lineup-option-pack-hdl__txt {
  display: inline-block;
  padding: 2.1vw 3.1vw;
  background: #C7958B;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-pack-hdl {
    margin-bottom: 20px;
  }
  .lineup-option-pack-hdl__txt {
    padding: 12px 12px 10px;
    font-size: 1.7rem;
  }
}

.lineup-option-pack-lead {
  margin-bottom: 7.3vw;
  text-align: center;
  color: #606060;
  line-height: 1.8;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-pack-lead {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.lineup-option-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.1vw;
  padding: 0 0 6.3vw;
  border-bottom: 1px solid #CCCDCE;
}
.lineup-option-pack__item {
  width: 32.6vw;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.lineup-option-pack__item:nth-child(n+2) {
  padding-left: 6.5vw;
  position: relative;
}
.lineup-option-pack__item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 6.5vw;
  height: 6.5vw;
  background: url("../img/ladies/common/icon_pink_plus.svg") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 9.6vw;
  left: 0;
}
.lineup-option-pack__item__name {
  margin-bottom: 2.1vw;
  font-size: 3.9vw;
  font-weight: bold;
  letter-spacing: 0;
}
.lineup-option-pack__item__img {
  width: 24.6vw;
  height: 24.6vw;
  margin: 0 auto 3.1vw;
}
.lineup-option-pack__item__price {
  font-size: 3.6vw;
}
.lineup-option-pack__item__price + .lineup-option-pack__item__price {
  margin-top: 3.1vw;
}
.lineup-option-pack__item__price-ht {
  font-size: 1.3vw;
}
.lineup-option-pack__item__price-st {
  display: block;
  margin-top: 2.1vw;
  font-size: 1.4em;
}
.lineup-option-pack__item__price-tax {
  font-size: 1rem;
}
@media screen and ( min-width: 769px ) {
  .lineup-option-pack {
    max-width: 352px;
    margin: 0 auto 10px;
    padding: 0 0 40px;
  }
  .lineup-option-pack__item {
    width: 46.6%;
  }
  .lineup-option-pack__item:nth-child(n+2) {
    padding-left: 36px;
  }
  .lineup-option-pack__item:nth-child(n+2)::before {
    width: 36px;
    height: 36px;
    top: 46px;
  }
  .lineup-option-pack__item__name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .lineup-option-pack__item__img {
    max-width: 124px;
    max-height: 124px;
    margin: 0 auto 16px;
  }
  .lineup-option-pack__item__price {
    font-size: 1.4rem;
  }
  .lineup-option-pack__item__price + .lineup-option-pack__item__price {
    margin-top: 8px;
  }
  .lineup-option-pack__item__price-ht {
    font-size: 0.8rem;
  }
  .lineup-option-pack__item__price-st {
    margin-top: 8px;
  }
}

.combi-list__item {
  border-radius: 7px;
  padding: 3.1vw 4.2vw;
  background: #FFF;
}
.combi-list__item:nth-child(n+2) {
  margin-top: 2.1vw;
  position: relative;
}
.combi-list__item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  margin: auto;
  background: url("../img/common/icon_plus.svg") no-repeat center center #7E9B90;
  background-size: 100% auto;
  border-radius: 100%;
  position: absolute;
  top: -4.7vw;
  right: 0;
  left: 0;
  z-index: 1;
}
.combi-list__item__name {
  margin-bottom: 2.1vw;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
}
.combi-list__item__choice {
  width: 53.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.combi-list__item__img {
  width: 17.6vw;
  margin: auto;
  text-align: center;
}
.combi-list__item__txt {
  margin-top: 8px;
  font-size: 3.6vw;
  text-align: center;
}
.combi-list__item__txt-tax {
  font-size: 2.6vw;
}
.combi-list__item__or {
  font-size: 4.3vw;
  font-weight: bold;
  color: #7E9B90;
  text-align: center;
}
.combi-list__item__oth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.combi-list__item__small {
  width: 49.8%;
}
.combi-list__item__small:nth-of-type(2n) {
  border-left: 1px solid #707070;
}
.combi-list__item__large {
  width: 100%;
  margin-top: 3.1vw;
  padding-top: 3.1vw;
  border-top: 1px solid #707070;
}
.combi-list__item__var {
  margin-top: 8px;
  font-size: 3.9vw;
  text-align: center;
  font-weight: bold;
}
.combi-list__item__var-st {
  font-size: 4.7vw;
  color: #7E9B90;
}
.combi-list__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.combi-list__item__detail-item {
  width: 19vw;
}
.combi-list__item__detail-item .combi-list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20.8vw;
}
@media screen and ( min-width: 769px ) {
  .combi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .combi-list__item {
    width: 21.3%;
    padding: 1.9% 2.5% 3.1%;
  }
  .combi-list__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 1.3%;
  }
  .combi-list__item:nth-child(n+2)::before {
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    right: auto;
    left: -1.8vw;
  }
  .combi-list__item:nth-child(2)::before {
    left: -9.5%;
  }
  .combi-list__item:nth-child(3) {
    width: 56.3%;
  }
  .combi-list__item:nth-child(3)::before {
    left: -3.5%;
  }
  .combi-list__item__name {
    margin-bottom: 32px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  .combi-list__item__choice {
    width: auto;
    max-width: 200px;
  }
  .combi-list__item__img-area {
    width: 38%;
  }
  .combi-list__item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 6.8vw;
    max-height: 90px;
  }
  .combi-list__item__txt {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .combi-list__item__txt-tax {
    font-size: 1rem;
  }
  .combi-list__item__or {
    font-size: 1.8rem;
  }
  .combi-list__item__small {
    width: 23.2%;
    padding: 0 3.9% 0 0;
  }
  .combi-list__item__small .combi-list__item__img {
    width: 60.8%;
  }
  .combi-list__item__small:nth-of-type(2) {
    width: 25.4%;
    border-left: 1px solid #707070;
    padding: 0 3.9%;
  }
  .combi-list__item__small:nth-of-type(2) .combi-list__item__img {
    width: 67%;
  }
  .combi-list__item__large {
    width: 51.4%;
    margin: 0;
    padding: 0 0 0 3.9%;
    border-top: 0;
    border-left: 1px solid #707070;
  }
  .combi-list__item__var {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .combi-list__item__var-st {
    font-size: 1.4rem;
  }
  .combi-list__item__detail-item {
    width: 24.8%;
  }
  .combi-list__item__detail-item .combi-list__item__img {
    max-height: 90px;
    height: 6.8vw;
  }
}

.select {
  position: relative;
}
.select::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #5C5C5C;
  border-right: 2px solid #5C5C5C;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.9vw;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 1;
}
.select select {
  display: block;
  width: 100%;
  padding: 4.2vw;
  background: #FFF;
  border: 1px solid #222;
  border-radius: 5px;
  color: #5C5C5C;
}
@media screen and ( min-width: 769px ) {
  .select {
    max-width: 320px;
    margin: auto;
  }
  .select::before {
    right: 14px;
  }
  .select select {
    padding: 16px 32px;
  }
}

.option-hdl-02 {
  margin-bottom: 3.1vw;
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and ( min-width: 769px ) {
  .option-hdl-02 {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

.option-hdl-02--gray {
  margin-bottom: 7.3vw;
  font-size: 2.3rem;
  font-weight: 500;
  color: #707070;
}
@media screen and ( min-width: 769px ) {
  .option-hdl-02--gray {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

.option-hdl-02--pink-b {
  margin-bottom: 7vw;
  padding: 3.4vw;
  border: 1px solid #C7958B;
  font-weight: bold;
  text-transform: uppercase;
  color: #C7958B;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and ( min-width: 769px ) {
  .option-hdl-02--pink-b {
    margin-bottom: 40px;
    padding: 16px;
    font-size: 1.8rem;
  }
}

.option-hdl-03 {
  font-size: 1.7rem;
  margin-bottom: 4.2vw;
  font-weight: 500;
}
@media screen and ( min-width: 769px ) {
  .option-hdl-03 {
    margin-bottom: 24px;
  }
}

.option-hdl-03--pink-b {
  font-size: 1.7rem;
  margin-bottom: 4.2vw;
  font-weight: 500;
}
@media screen and ( min-width: 769px ) {
  .option-hdl-03--pink-b {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.option-cont {
  padding: 8.3vw 4.6vw 5.2vw;
  background: #FFF;
}
.option-cont:nth-child(n+2) {
  margin-top: 3.1vw;
}
.option-cont__inner + .option-cont__inner {
  margin-top: 7.3vw;
}
@media screen and ( min-width: 769px ) {
  .option-cont {
    padding: 56px 64px 64px;
  }
  .option-cont:nth-child(n+2) {
    margin-top: 48px;
  }
  .option-cont__inner + .option-cont__inner {
    margin-top: 40px;
  }
}

.option-table {
  width: 100%;
  border-top: 1px solid #CCCDCE;
}
.option-table__item {
  border-bottom: 1px solid #CCCDCE;
  padding: 4.2vw 0;
}
.option-table__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.option-table__item:last-child .option-list {
  padding-bottom: 0;
}
.option-col-02 .option-table__item:last-child {
  border-bottom: 1px solid #CCCDCE;
  padding: 4.2vw 0;
}
.option-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.option-table__th {
  max-width: 54.3vw;
  width: auto;
  font-weight: normal;
  word-break: break-all;
}
.option-table__th.txt-small, .option-table__th .txt-small {
  font-size: 1.2rem;
}
.option-table__td {
  width: auto;
  padding-left: 4.2vw;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: right;
  word-break: break-all;
}
.option-table__td .txt-tax {
  font-size: 1rem;
}
@media screen and ( min-width: 769px ) {
  .option-table__item {
    padding: 24px 0 40px;
  }
  .option-table__item:last-child {
    padding-bottom: 0;
  }
  .option-col-02 .option-table__item {
    padding: 24px 0;
  }
  .option-col-02 .option-table__item:last-child {
    padding: 24px 0;
  }
  .option-table__th {
    max-width: 66.6%;
  }
  .option-table__td {
    min-width: 100px;
    padding-left: 7.1%;
  }
}

.option-price-table {
  width: 100%;
  border-top: 1px solid #CCCDCE;
}
.option-price-table:nth-child(n+3) {
  margin-top: 4.2vw;
}
.option-price-table__item {
  border-bottom: 1px solid #CCCDCE;
  padding: 4.2vw 0;
}
.option-price-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.option-price-table__th {
  max-width: 54.3vw;
  width: auto;
  font-weight: normal;
  word-break: break-all;
}
.option-price-table__th.txt-small, .option-price-table__th .txt-small {
  font-size: 1.2rem;
}
.option-price-table__td {
  width: auto;
  padding-left: 4.2vw;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: right;
  word-break: break-all;
}
.option-price-table__td .txt-small {
  font-size: 1.2rem;
}
.option-price-table__td .txt-tax {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and ( min-width: 769px ) {
  .option-price-table:nth-child(n+3) {
    margin-top: 24px;
  }
  .option-price-table__item {
    padding: 24px 0;
  }
  .option-price-table__th {
    max-width: 66.6%;
  }
  .option-price-table__td {
    min-width: 100px;
    padding-left: 7.1%;
  }
}

.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4.2vw;
}
.option-list:first-child {
  padding-top: 0;
}
.option-list.pt-0 {
  padding-top: 0;
}
.col-01 .option-list__item:nth-child(n+2) {
  margin-top: 3.1vw;
}
.col-02 .option-list__item {
  width: 39.8vw;
  margin-right: 4.7vw;
}
.col-02 .option-list__item:nth-child(2n) {
  margin-right: 0;
}
.col-02 .option-list__item:nth-child(n+3) {
  margin-top: 3.1vw;
}
.col-03 .option-list__item {
  width: 26.3vw;
  margin-right: 2.6vw;
}
.col-03 .option-list__item:nth-child(3n) {
  margin-right: 0;
}
.col-03 .option-list__item:nth-child(n+4) {
  margin-top: 3.1vw;
}
.col-04 .option-list__item {
  width: 19vw;
  margin-right: 2.7vw;
}
.col-04 .option-list__item:nth-child(4n) {
  margin-right: 0;
}
.col-04 .option-list__item:nth-child(n+5) {
  margin-top: 3.1vw;
}
.option-list__item__img {
  overflow: hidden;
  border-radius: 5px;
}
.option-list__item__img.no-rounded {
  border-radius: 0;
}
.option-list__item__img img {
  width: 100%;
  height: auto;
}
.option-list__item__txt {
  margin-top: 2.6vw;
  font-size: 1.3rem;
  text-align: center;
}
.option-list__item__txt.txt-left {
  text-align: left;
}
.option-list__item__txt:first-child {
  margin: 0 0 2.6vw;
}
@media screen and ( min-width: 769px ) {
  .option-list {
    padding-top: 40px;
  }
  .col-02 .option-list__item {
    width: 46.9%;
    margin-right: 6.1%;
  }
  .col-02 .option-list__item:nth-child(n+3) {
    margin-top: 32px;
  }
  .col-03 .option-list__item {
    width: 31%;
    margin-right: 3.2%;
  }
  .col-03 .option-list__item:nth-child(n+4) {
    margin-top: 32px;
  }
  .col-04 .option-list__item {
    width: 22.4%;
    margin-right: 3.2%;
  }
  .col-04 .option-list__item:nth-child(n+5) {
    margin-top: 32px;
  }
  .option-list__item__txt {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .option-list__item__txt:first-child {
    margin: 0 0 10px;
  }
}

.option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-02 .option-row__img-area {
  width: 39.8vw;
}
.col-03 .option-row__img-area {
  width: 26.3vw;
}
.col-04 .option-row__img-area {
  width: 19vw;
}
.option-row__img {
  overflow: hidden;
  border-radius: 5px;
}
.option-row__img img {
  width: 100%;
  height: auto;
}
.col-02 .option-row__txt {
  width: 39.8vw;
}
.col-03 .option-row__txt {
  width: 51.7vw;
}
.col-04 .option-row__txt {
  width: 61.1vw;
}
.option-row__txt .txt-tax {
  font-size: 1.2rem;
  font-weight: normal;
}
.option-row__txt__st {
  display: block;
  margin-top: 4px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and ( min-width: 769px ) {
  .col-02 .option-row__img-area {
    width: 46.9%;
  }
  .col-03 .option-row__img-area {
    width: 31%;
  }
  .col-04 .option-row__img-area {
    width: 22.4%;
  }
  .col-02 .option-row__txt {
    width: 46.9%;
  }
  .col-03 .option-row__txt {
    width: 65.3%;
  }
  .col-04 .option-row__txt {
    width: 73.9%;
  }
  .option-row__txt__st {
    margin-top: 8px;
    font-size: 2.2rem;
  }
}

.option-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.2vw;
}
.option-color.col-03 {
  width: 59.9vw;
}
.option-color__item {
  min-height: 15px;
  padding: 2px 0 0 20px;
  font-size: 1rem;
  position: relative;
}
.col-03 .option-color__item {
  width: 29.6%;
}
.col-03 .option-color__item:nth-child(n+4) {
  margin-top: 3.1vw;
}
.col-02 .option-color__item {
  width: 45.9%;
}
.col-02 .option-color__item:nth-child(n+3) {
  margin-top: 3.1vw;
}
.option-color__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.option-color__item.black::before {
  background: #151611;
}
.option-color__item.navy::before {
  background: #212A47;
}
.option-color__item.sax::before {
  background: #B2C3D5;
}
.option-color__item.blue::before {
  background: #2A4884;
}
.option-color__item.wine::before {
  background: #5E2836;
}
.option-color__item.beige::before {
  background: #EEE2D4;
}
.option-color__item.brown::before {
  background: #6D4933;
}
.option-color__item.purple::before {
  background: #AF78B1;
}
.option-color__item.green::before {
  background: #465341;
}
.option-color__item.white::before {
  border: 1px solid #707070;
}
.option-color__item.gray::before {
  background: #908888;
}
.option-color__item.pink::before {
  background: #DA819F;
}
@media screen and ( min-width: 769px ) {
  .option-color {
    margin-top: 24px;
  }
  .option-color.col-03 {
    width: 66.6%;
  }
  .col-03 .option-color__item:nth-child(n+4) {
    margin-top: 16px;
  }
  .col-02 .option-color__item:nth-child(n+3) {
    margin-top: 16px;
  }
}

.option-col-01__item:nth-child(n+2) {
  margin-top: 7.3vw;
}
@media screen and ( min-width: 769px ) {
  .option-col-01__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.option-col-02__item:nth-child(n+2) {
  margin-top: 7.3vw;
}
@media screen and ( min-width: 769px ) {
  .option-col-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .option-col-02__item {
    width: 45.4%;
  }
  .option-col-02__item:nth-child(2n) {
    margin-left: 9.2%;
  }
  .option-col-02__item:nth-child(n+2) {
    margin-top: 0;
  }
  .option-col-02__item:nth-child(n+3) {
    margin-top: 64px;
  }
}

.fabric-list__item:nth-child(n+2) {
  margin-top: 10.4vw;
}
.fabric-list__item__img {
  margin-bottom: 5.2vw;
}
.fabric-list__item__hdl {
  margin-bottom: 3.1vw;
  font-size: 1.7rem;
  text-align: center;
}
.fabric-list__item__hdl-small {
  font-size: 0.8em;
}
.fabric-list__item__txt {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.8;
}
@media screen and ( min-width: 769px ) {
  .fabric-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fabric-list__item {
    width: 47.4%;
  }
  .fabric-list__item:nth-child(n+2) {
    margin-top: 0;
  }
  .fabric-list__item:nth-child(2n) {
    margin-left: 5.1%;
  }
  .fabric-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
  .fabric-list__item__img {
    margin-bottom: 20px;
  }
  .fabric-list__item__hdl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.shop-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-type__item {
  width: 46.9%;
}
.shop-type__item img {
  width: 100%;
}
@media screen and ( min-width: 769px ) {
  .shop-type {
    width: 362px;
    margin-right: auto;
    margin-left: auto;
  }
  .shop-type__item {
    width: 44.5%;
  }
  .shop-type__item img {
    -webkit-transition: opacity ease-out 0.4s;
    transition: opacity ease-out 0.4s;
  }
  .shop-type__item:hover {
    cursor: pointer;
  }
  .shop-type__item:hover img {
    opacity: 0.7;
  }
}

.shop-cont {
  padding: 8.3vw 4.6vw 5.2vw;
  background: #FFF;
}
.shop-cont.is-hide {
  display: none;
}
@media screen and ( min-width: 769px ) {
  .shop-cont {
    padding: 7.1% 8.2% 8.2%;
  }
}

.shop-logo {
  text-align: center;
  margin-bottom: 7.8vw;
}
.shop-logo img {
  width: auto;
  height: 15vw;
}
@media screen and ( min-width: 769px ) {
  .shop-logo {
    margin-bottom: 64px;
  }
  .shop-logo img {
    height: 80px;
  }
}

.shop-area-select {
  margin-bottom: 11.7vw;
}
.shop-area-select .select {
  max-width: inherit;
}
@media screen and ( min-width: 769px ) {
  .shop-area-select {
    margin-bottom: 64px;
  }
}

.shop-hdl {
  margin-bottom: 7.3vw;
  font-size: 2.3rem;
  font-weight: 500;
  color: #707070;
}
@media screen and ( min-width: 769px ) {
  .shop-hdl {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

.shop-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8.3vw;
}
.shop-filter__item {
  width: 32.3%;
}
.shop-filter__item:nth-child(n+4) {
  width: 49.2%;
  margin-top: 1.5%;
  font-size: 0.9em;
}
.shop-filter__btn {
  width: 100%;
  padding: 3.1vw;
  background: #E3E3E3;
  color: #C7C6C6;
  font-weight: 600;
  text-align: center;
}
.is-current .shop-filter__btn {
  background: #606060;
  color: #FFF;
}
.is-current .shop-filter__btn.filter-mens {
  background: #7E9B90;
}
.is-current .shop-filter__btn.filter-ladies {
  background: #C7958B;
}
.is-current .shop-filter__btn.filter-aoyama {
  background: #688aaa;
}
.is-current .shop-filter__btn.filter-tsc {
  background: #6b5d58;
}
@media screen and ( min-width: 769px ) {
  .shop-filter {
    margin-bottom: 24px;
  }
  .shop-filter__btn {
    width: 100%;
    padding: 18px;
  }
}

.shoplist {
  margin-bottom: 13.5vw;
}
.shoplist:last-child {
  margin-bottom: 0;
}
.shoplist__item:nth-of-type(n+2) {
  margin-top: 10.4vw;
}
.shoplist__item.is-hide {
  display: none;
}
.shoplist__item__format {
  margin-bottom: 2.1vw;
}
.shoplist__item__name {
  margin-bottom: 3.1vw;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.shoplist__item__info {
  font-size: 1.2rem;
  color: #606060;
}
.shoplist__item__info-st {
  margin-bottom: 3.1vw;
  color: #e24d4d;
}
.shoplist__item__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.1vw;
}
.shoplist__item__tag {
  width: 32.3%;
  padding: 1.5% 0;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
  font-weight: 600;
}
.shoplist__item__tag:nth-child(n+2) {
  margin-left: 1.5%;
}
.shoplist__item__tag.tag-mens {
  background: #7E9B90;
}
.shoplist__item__tag.tag-ladies {
  background: #C7958B;
}
.shoplist__item__btn {
  margin-top: 5.2vw;
}
@media screen and ( min-width: 769px ) {
  .shoplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .shoplist__item {
    width: 45.4%;
    margin-bottom: 40px;
  }
  .shoplist__item:nth-of-type(n+2) {
    margin-top: 0;
  }
  .shoplist__item__format {
    margin-bottom: 8px;
  }
  .shoplist__item__name {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  .shoplist__item__info-st {
    margin-bottom: 16px;
  }
  .shoplist__item__tag-list {
    margin-top: 16px;
  }
  .shoplist__item__btn {
    margin-top: 24px;
  }
}

.shop_important {
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
  color: #de1642;
  line-height: 1.5;
}
@media screen and ( max-width: 768px ) {
  .shop_important {
    width: 90%;
    font-size: 3.9vw;
    margin: 2.6vw auto;
  }
}

a.deco {
  text-decoration: underline;
}

.shoplist-lead {
  line-height: 2;
  margin-bottom: 10.4vw;
}
@media screen and ( min-width: 769px ) {
  .shoplist-lead {
    margin-bottom: 60px;
  }
}

.shopNone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  border: 1px solid #DA6914;
  padding: 14px;
  border-radius: 8px;
}

.shopNone .shopNone__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and ( max-width: 768px ) {
  .shopNone .shopNone__icon {
    margin-right: 15px;
  }
}

.shopNone .shopNone__icon:before, .shopNone .shopNone__icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.shopNone .shopNone__icon:before {
  content: "";
  background: #DA6914;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
}

.shopNone .shopNone__icon:after {
  content: "!";
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 20px;
  line-height: 20px;
}

.shopNone .shopNone__text span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
}

.campaign-hdl {
  margin-bottom: 10.4vw;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.campaign-hdl__small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.6em;
  font-weight: 500;
}
@media screen and ( min-width: 769px ) {
  .campaign-hdl {
    margin-bottom: 32px;
    font-size: 3.8rem;
  }
  .campaign-hdl__small {
    margin-bottom: 8px;
  }
}

.campaign-bnr {
  width: 89.6vw;
  margin: 13.5vw auto 0;
}
.campaign-bnr img {
  width: 100%;
  height: auto;
}
.campaign-bnr + .campaign-bnr {
  margin-top: 3.1vw;
}
@media screen and ( min-width: 769px ) {
  .campaign-bnr {
    width: 448px;
    margin-top: 80px;
  }
  .campaign-bnr + .campaign-bnr {
    margin-top: 16px;
  }
}

.modal__inner {
  text-align: center;
  padding: 36.5vw 7.8vw 16.7vw;
}
.modal__inner .shop-type__item:nth-child(2) {
  border: 1px solid #707070;
}
.modal__hdl {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.modal__txt {
  margin-top: 11.5vw;
  margin-bottom: 5.2vw;
  font-size: 1.5rem;
  font-weight: 500;
}
.modal__btn {
  margin-top: 7.8vw;
}
@media screen and ( min-width: 769px ) {
  .modal__inner {
    max-width: 1280px;
    margin: auto;
    padding: 280px 0 104px;
  }
  .modal__hdl {
    font-size: 3.8rem;
  }
  .modal__txt {
    margin-top: 104px;
    margin-bottom: 20px;
  }
  .modal__btn {
    margin-top: 40px;
  }
}

.breadcrumb {
  padding: 20px 30px;
}
@media screen and ( max-width: 768px ) {
  .breadcrumb {
    padding: 2.6vw 3.9vw;
  }
}
.breadcrumb ol li {
  display: inline;
  font-size: 13px;
}
@media screen and ( max-width: 768px ) {
  .breadcrumb ol li {
    font-size: 3.3vw;
  }
}
.breadcrumb ol li:after {
  content: "＞";
  font-size: 10px;
  padding: 0 5px;
}
@media screen and ( max-width: 768px ) {
  .breadcrumb ol li:after {
    font-size: 2.9vw;
    padding: 0 0.7vw;
  }
}
.breadcrumb ol li:last-child::after {
  display: none;
}

.teaser-txt {
  text-align: center;
  line-height: 1.8;
}

.artcl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1485px;
  width: 77.3%;
  height: auto;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-wrap {
    display: block;
    width: 100%;
  }
}

.txt-right {
  text-align: right;
}

.artcl-main {
  display: block;
  width: 65.4%;
  max-width: 972px;
  height: auto;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .artcl-main {
    width: 100%;
    font-size: 3.6vw;
  }
}
.artcl-main__heading-small {
  display: inline-block;
  position: relative;
  margin: 0 0 50px;
  padding-left: 15px;
  font-size: 18px;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__heading-small {
    margin: 0 0 6.5vw;
    padding-left: 2.7vw;
    font-size: 4.2vw;
  }
}
.artcl-main__heading-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 30px;
  margin: auto;
  background-color: #B9B9B9;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__heading-small::before {
    width: 1.4vw;
    height: 6.4vw;
  }
}
.artcl-main__heading {
  display: inline-block;
  position: relative;
  margin: 0 0 48px 22px;
  padding-left: 26px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__heading {
    margin: 0 0 5.2vw 0;
    padding-left: 5.5vw;
    font-size: 4.4vw;
  }
}
.artcl-main__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 38px;
  margin: auto;
  border: solid 1px #707070;
  background-color: #7E9B90;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__heading::before {
    width: 2.9vw;
    height: 11vw;
  }
}
.artcl-main__wrap {
  width: 100%;
  margin-bottom: 33px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__wrap {
    margin-bottom: 7.8vw;
  }
}
.artcl-main__wrap .obi {
  background-color: #7E9B90;
  color: #fff;
  padding: 5px 50px 5px 5px;
  line-height: 2;
  display: block;
}
.artcl-main__wrap .pic {
  border-bottom: 1px solid #7E9B90;
  padding-bottom: 30px;
}
.artcl-main__wrap .pic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artcl-main__wrap .pic ul li {
  width: 48%;
}
.artcl-main__wrap .pic ul li .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.artcl-main__wrap .pic ul li .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artcl-main__wrap .pic ul li .ver {
  margin: 10px 0 0;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__wrap .pic ul li .ver {
    margin: 1.3vw 0 0;
  }
}
.artcl-main__inr {
  width: 100%;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__inr {
    width: 84.1vw;
  }
}
.artcl-main__img--large {
  max-width: 713px;
  width: 73.3%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.artcl-main__img--large img {
  width: 100%;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__img--large {
    width: 100%;
    height: auto;
  }
}
.artcl-main__img--small {
  max-width: 560px;
  width: 57.6%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and ( max-width: 768px ) {
  .artcl-main__img--small {
    width: 74vw;
    height: auto;
  }
}
.artcl-main__emphasis {
  font-weight: 700;
}
.artcl-main__mb--xs {
  margin-bottom: 25px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--xs {
    margin-bottom: 3.9vw;
  }
}
.artcl-main__mb--s {
  margin-bottom: 30px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--s {
    margin-bottom: 5.2vw;
  }
}
.artcl-main__mb--m {
  margin-bottom: 40px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--m {
    margin-bottom: 6.5vw;
  }
}
.artcl-main__mb--l {
  margin-bottom: 50px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--l {
    margin-bottom: 7.8vw;
  }
}
.artcl-main__mb--xl {
  margin-bottom: 70px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--xl {
    margin-bottom: 10.4vw;
  }
}
.artcl-main__mb--xxl {
  margin-bottom: 80px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main__mb--xxl {
    margin-bottom: 11.7vw;
  }
}
.artcl-main .check-point {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .artcl-main .check-point {
    margin: 0 auto 5%;
    width: 90%;
  }
}
.artcl-main .check-point__img {
  width: 165px;
  margin-right: 30px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main .check-point__img {
    width: 15%;
    margin-right: 5%;
  }
}
.artcl-main .check-point__title {
  font-size: 30px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main .check-point__title {
    font-size: 4.7vw;
  }
}
.artcl-main .check-point__comment {
  width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 3px #7E9B90;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-main .check-point__comment {
    width: 90%;
    margin: 0 auto 7.8vw;
    padding: 2.3vw 4.2vw 2.6vw;
    font-size: 3.6vw;
  }
}
.artcl-main .check-point__comment__heading {
  margin: 0 0 5px 0;
}
@media screen and ( max-width: 768px ) {
  .artcl-main .check-point__comment__heading {
    margin: 0;
  }
}
.artcl-main .back4A7871 {
  background-color: rgba(74, 120, 113, 0.2);
}
.artcl-main .reserv {
  text-align: right;
}
.artcl-main a.deco {
  text-decoration: underline;
}

.artcl-kv {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.artcl-kv img {
  width: 100%;
}
@media screen and ( max-width: 768px ) {
  .artcl-kv {
    width: 100%;
    margin-bottom: 5.2vw;
  }
}

.artcl-kv-pc {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .artcl-kv-pc {
    display: none;
  }
}

.artcl-kv-sp {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .artcl-kv-sp {
    display: block;
    width: 100%;
  }
}

.artcl-bg__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 561px;
  width: 29vw;
  max-height: 548px;
  height: 28.5vw;
  background-size: cover;
  background-position: top center;
  background-image: url("../img/feature/artcl-logo.png");
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and ( max-width: 768px ) {
  .artcl-bg__logo {
    top: 50%;
    max-width: none;
    max-height: none;
    width: 72.8vw;
    height: 81.3vw;
  }
}

.artcl-intro {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro {
    width: 84.1vw;
  }
}
.artcl-intro__ttl {
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro__ttl {
    margin-bottom: 3.1vw;
    font-size: 4.7vw;
    text-align: left;
  }
}
.artcl-intro__date {
  margin: 0 12px 10px 0;
  font-size: 14px;
  text-align: right;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro__date {
    margin: 0 auto 0 0;
    font-size: 3.6vw;
    text-align: left;
  }
}
.artcl-intro__lead {
  font-size: 16px;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro__lead {
    font-size: 3.6vw;
  }
}

.artcl-intro-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: auto;
  margin: 0 12px 25px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-sns {
    width: 20.8vw;
    margin: 0 0 5.2vw auto;
  }
}
.artcl-intro-sns a {
  display: block;
  width: 22px;
  height: 22px;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-sns a {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.artcl-intro-sns img {
  width: 100%;
  height: auto;
}

.artcl-intro-toc {
  width: 485.5px;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 3px #7E9B90;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-toc {
    width: 100%;
    margin-bottom: 4.7vw;
    padding: 2.3vw 4.2vw 2.6vw;
    font-size: 3.6vw;
  }
}
.artcl-intro-toc__heading {
  margin: 0 0 5px 0;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-toc__heading {
    margin: 0;
  }
}

.artcl-intro-toc__list li {
  position: relative;
  padding-left: 45px;
  line-height: 1.7;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-toc__list li {
    padding-left: 9.1vw;
  }
}
.artcl-intro-toc__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3em;
  margin: auto;
}
@media screen and ( max-width: 768px ) {
  .artcl-intro-toc__list li::before {
    left: 1.4em;
  }
}
.artcl-intro-toc__list a {
  display: block;
  width: 100%;
  height: auto;
}
.artcl-intro-toc__list a:hover {
  text-decoration: underline;
}

.artcl-profile {
  width: 100%;
  margin: 0 auto 31.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .artcl-profile {
    width: 84.1vw;
    margin: 0 auto 4.8vw;
  }
}
.artcl-profile__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and ( max-width: 768px ) {
  .artcl-profile__detail {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-bottom: 10.4vw;
  }
}
.artcl-profile__img {
  max-width: 306px;
  width: 31%;
  height: auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and ( max-width: 768px ) {
  .artcl-profile__img {
    width: 31.5vw;
    height: 31.1vw;
  }
}
.artcl-profile__summary {
  max-width: 650px;
  width: 66%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .artcl-profile__summary {
    width: 49.7vw;
    font-size: 3.1vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.artcl-profile__summary span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .artcl-profile__summary span {
    font-size: 3.1vw;
  }
}

.artcl-main-about {
  width: 100%;
  padding: 25px 30px 20px;
  border: solid 3px #7E9B90;
  background-color: #E9ECEB;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and ( max-width: 768px ) {
  .artcl-main-about {
    padding: 3.9vw 2.1vw 2vw;
  }
}
.artcl-main-about p {
  font-size: 14px;
  text-align: right;
}
@media screen and ( max-width: 768px ) {
  .artcl-main-about p {
    font-size: 3.1vw;
  }
}

.artcl-main-about__list li {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .artcl-main-about__list li {
    padding-left: 2.1vw;
  }
}
.artcl-main-about__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3em;
  margin: auto;
}
@media screen and ( max-width: 768px ) {
  .artcl-main-about__list li::before {
    left: -0.3em;
  }
}
.artcl-main-about__list--link {
  display: inline-block;
  font-size: 16px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main-about__list--link {
    font-size: 3.6vw;
  }
}
.artcl-main-about__list--link:hover {
  text-decoration: underline;
}

.artcl-main-flow__img {
  max-width: 710px;
  width: 73%;
  margin: 0 auto 30px;
}
@media screen and ( max-width: 768px ) {
  .artcl-main-flow__img {
    width: 100%;
    margin: 0 auto 5.2vw;
  }
}

.artcl-main-option__link {
  display: inline-block;
}
.artcl-main-option__link:hover {
  text-decoration: underline;
}

.artcl-side {
  display: block;
  position: relative;
  max-width: 454px;
  width: 30.5%;
  height: auto;
  padding-top: 48px;
}
@media screen and ( max-width: 768px ) {
  .artcl-side {
    display: none;
  }
}

.artcl-side__nav.is-fix {
  position: fixed;
  max-width: 454px;
  width: 23.6%;
}
.artcl-side__nav.is-stop {
  position: absolute;
  bottom: 64px;
}

.artcl-side__heading {
  position: relative;
  margin-bottom: 34px;
  padding-left: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.artcl-side__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 65px;
  border: solid 1px #707070;
  background-color: #7E9B90;
}
.artcl-side__heading span {
  display: inline-block;
  padding-top: 7px;
  font-size: 20px;
  font-weight: 400;
}

.artcl-side__bkn {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-left: 16px;
  margin-top: 20px;
}
.artcl-side__bkn span {
  display: inline-block;
  padding-top: 7px;
  font-size: 20px;
  font-weight: 400;
}

.artcl-side-card {
  width: 100%;
  height: auto;
  padding: 3px;
  border: solid 3px #7E9B90;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.artcl-side-card:hover {
  opacity: 0.7;
}
.artcl-side-card a {
  display: block;
  width: 100%;
  height: auto;
}
.artcl-side-card__txt {
  width: 100%;
  height: auto;
  padding: 14px 13px 22px;
}
.artcl-side-card__date {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}
.artcl-side-card__ttl {
  font-size: 18px;
  margin-bottom: 18px;
}
.artcl-side-card__link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

/*Vol4追加対応*/
.vol4 .artcl-intro__ttl {
  text-align: left;
}
.vol4 .coordinate .artcl-main__heading-small {
  margin: 0 0 30px;
}

.artcl-intro-toc__list--2 li {
  text-indent: 10px;
}
.artcl-intro-toc__list--2 .list-top {
  text-indent: 0;
  margin: 15px 0 0;
}
.artcl-intro-toc__list--2 .list-top:first-child {
  margin: 0;
}
.artcl-intro-toc__list--2 .list-top:before {
  content: "●";
}

@media screen and (max-width: 768px) {
  .artcl-intro-toc__list--2 .list-top {
    margin: 10px 0 0;
  }
}
.artcl-main__mb--blue {
  color: #000698;
}

.artcl-main__talk b:after {
  content: "：";
  display: inline-block;
}
.artcl-main__talk b span {
  font-weight: normal;
}

.artcl-main__heading--3 {
  font-size: 28px;
}
.artcl-main__heading--3:before {
  content: "ー";
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .artcl-main__heading--3 {
    font-size: 4.4vw;
  }
}
.vol3 .check-point__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .col02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
  }
  .col02 ul li {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .col02 ul li {
    margin-bottom: 6%;
  }
}
.check-point__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check-point__row .check-point {
  width: 15.9%;
  display: inline-block;
}
.check-point__row .check-point .check-point__img {
  width: 100%;
}
.check-point__row .check-point .check-point__title {
  font-size: 14px;
  line-height: 1.2;
  margin: 8px 0 0;
}
.check-point__row .check-point .check-point__title span {
  display: inline-block;
}
.check-point__row .check-point__comment {
  width: 82%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .check-point__row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .check-point__row .check-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .check-point__row .check-point .check-point__img {
    width: 17.8%;
  }
}
@media screen and (max-width: 768px) {
  .check-point__row .check-point .check-point__title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .check-point__row .check-point__comment {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .check-point__row .check-point__comment p {
    font-size: 3.2vw;
  }
}
.top_styling_other {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_styling_other {
    width: 90%;
  }
}

.other_set {
  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: 768px) {
  .other_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.other_set li {
  max-width: 214px;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .other_set li {
    max-width: 322px;
    width: 47%;
    margin-bottom: 11.4vw;
  }
}
.other_set li .other_set__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .other_set li .other_set__img {
    margin-bottom: 4.94vw;
  }
}
.other_set li .other_set__txt {
  font-size: 15px;
  height: 70px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .other_set li .other_set__txt {
    font-size: 3.9vw;
    margin-bottom: 5.2vw;
    height: 16.5vw;
  }
}
.other_set li .other_set__prf {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 13px;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .other_set li .other_set__prf {
    font-size: 3.38vw;
  }
}
@media screen and (max-width: 768px) {
  .other_set li:nth-child(3),
  .other_set li:nth-child(4) {
    margin-bottom: 0vw;
  }
}

.other_btn {
  font-size: 1.4rem;
  color: #7E9B90;
  margin-top: 70px;
  text-align: right;
}
.ladies .other_btn {
  color: #C7958B;
}
@media screen and (max-width: 768px) {
  .other_btn {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 7.16vw;
  }
}
.other_btn a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .other_btn a {
    border: 1px solid #7E9B90;
    background-color: #fff;
    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;
    padding: 4.7vw 9.1vw;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: relative;
  }
  .ladies .other_btn a {
    border-color: #C7958B;
  }
}
.other_btn a span {
  margin-left: 8px;
}
.other_btn a span img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .other_btn a:after {
    width: 20px;
    content: "";
    display: block;
    width: 1.82vw;
    height: 2.3vw;
    margin: auto 0;
    background: url(/assets/img/staff_styling_m/btn_arrow.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
  }
  .ladies .other_btn a:after {
    background: url(/assets/img/staff_styling/btn_arrow.png) no-repeat center;
    background-size: cover;
  }
}

.intv .bx-wrapper {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
.intv .bx-wrapper .bx-prev {
  left: -3.5vw;
  background: url(/assets/lib/bxslider/images/controls.png) no-repeat 0 0;
}
@media screen and ( max-width: 768px ) {
  .intv .bx-wrapper .bx-prev {
    left: -10vw;
  }
}
.intv .bx-wrapper .bx-next {
  right: -3.5vw;
  background: url(/assets/lib/bxslider/images/controls.png) no-repeat -43px 0;
}
@media screen and ( max-width: 768px ) {
  .intv .bx-wrapper .bx-next {
    right: -10vw;
  }
}

.cf {
  content: “”;
  display: block;
  clear: both;
}

.backgray {
  background-color: rgba(132, 129, 129, 0.1);
  padding: 5px 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
@media screen and ( max-width: 768px ) {
  .backgray {
    font-size: 4vw;
    margin-bottom: 4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }
}
.swiper-container {
  width: 560px;
}

.backnumber_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media screen and ( max-width: 768px ) {
  .backnumber_list {
    display: block;
  }
}

.backnumber_list-card {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
@media screen and ( max-width: 768px ) {
  .backnumber_list-card {
    width: 85%;
    margin: 0 auto 7.5vw;
  }
}

.backnumber_list-card:nth-child(2n) {
  margin-right: 0;
}
@media screen and ( max-width: 768px ) {
  .backnumber_list-card:nth-child(2n) {
    margin-right: auto;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and ( max-width: 768px ) {
  .mt30 {
    margin-top: 6%;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and ( max-width: 768px ) {
  .mt60 {
    margin-top: 12%;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and ( max-width: 768px ) {
  .mt90 {
    margin-top: 18%;
  }
}

.mt120 {
  margin-top: 120px;
}
@media screen and ( max-width: 768px ) {
  .mt120 {
    margin-top: 24%;
  }
}

.mt150 {
  margin-top: 150px;
}
@media screen and ( max-width: 768px ) {
  .mt150 {
    margin-top: 30%;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and ( max-width: 768px ) {
  .mb30 {
    margin-bottom: 6%;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and ( max-width: 768px ) {
  .mb60 {
    margin-bottom: 12%;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and ( max-width: 768px ) {
  .mb90 {
    margin-bottom: 18%;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media screen and ( max-width: 768px ) {
  .mb120 {
    margin-bottom: 24%;
  }
}

.mb150 {
  margin-bottom: 150px;
}
@media screen and ( max-width: 768px ) {
  .mb150 {
    margin-bottom: 30%;
  }
}

.pl20 {
  padding-left: 20px;
}
@media screen and ( max-width: 768px ) {
  .pl20 {
    padding-left: 4%;
  }
}

.following {
  width: 320px;
  margin-top: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
@media screen and ( max-width: 768px ) {
  .following {
    width: 52vw;
    bottom: 62px;
  }
}
.following-btn {
  max-width: 320px;
  padding: 22px 22px;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #fff;
  color: #fff;
  background: #7E9B90;
  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;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
  .following-btn {
    padding: 10px 10px;
  }
}
.ladies .following .following-btn {
  background: #C7958B;
}