@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade,
.fadeItemOrder > * {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on,
.fadeItemOrder > *.on {
  opacity: 1;
}

/* ===== style.css ===== */
/* -- body -- */
body {
  font: 500 14px/1.71 fot-cezanne-pron, sans-serif;
  color: #222;
  background: #000;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    line-height: 1.69;
  }
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 974px) {
  .inner {
    margin: 0 37px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #222;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    mvBox
*/
.mvBox {
  text-align: center;
  color: #FFEBBF;
  background: url(../img02/mvBox-bg.png) no-repeat top center/auto 100%;
}
.mvBox > .jsbox:nth-child(1) {
  background: url(../img02/mvBox-star.svg) no-repeat top 4.7% center/111px auto;
}
.mvBox-bshop {
  padding-top: 135px;
}
.mvBox h1 {
  margin-top: 16px;
}
.mvBox h1 span {
  font-size: 28px;
  letter-spacing: 0.18em;
  display: block;
  margin-top: 43px;
}
.mvBox-txt {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.083em;
  margin-top: 47px;
}
@media screen and (max-width: 900px) {
  .mvBox {
    background: url(../img02/mvBox-bg_sp.png) no-repeat top left 46.4%/auto 100%;
  }
  .mvBox > .jsbox:nth-child(1) {
    align-items: flex-start;
    min-height: auto;
    padding: 74px 0 65px;
    background: url(../img02/mvBox-star.svg) no-repeat top 1.8% center/92px auto;
  }
  .mvBox > .jsbox:nth-child(2) {
    min-height: auto;
  }
  .mvBox-bshop {
    margin: 0 auto;
    padding-top: 73px;
    width: 56px;
  }
  .mvBox h1 {
    margin: 21px -10px 0 -4px;
  }
  .mvBox h1 img {
    max-width: 315px;
  }
  .mvBox h1 span {
    font-size: 21px;
    margin-top: 51px;
  }
  .mvBox-txt {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0.05em;
    margin: 47px -32px 0 -16px;
  }
}

/*
    closeBtn
*/
.closeBtn {
  position: fixed;
  top: 16px;
  right: 25px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .closeBtn {
    top: 9px;
    right: 22px;
  }
}

/*
    menu
*/
.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  position: fixed;
  background: #000 url(../img02/mvBox-bg.png) no-repeat bottom center/1366px auto;
  z-index: 2000;
}
.menu-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
}
.menu-inner > * {
  width: 100%;
}
.menu-list {
  position: relative;
  height: 640px;
}
.menu-list li {
  position: absolute;
}
#mvBox .menu-list li {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1.2s, transform 1.2s;
}
#mvBox .menu-list li.on {
  opacity: 1;
  transform: translateY(0);
}
.menu-list li:nth-child(1) {
  top: 2%;
  left: 23.2%;
  width: 22%;
}
.menu-list li:nth-child(2) {
  top: 0;
  left: 52.4%;
  width: 26%;
}
.menu-list li:nth-child(3) {
  top: 29.4%;
  left: 39.6%;
  width: 21.2%;
}
.menu-list li:nth-child(4) {
  top: 38.6%;
  left: 13.3%;
  width: 22.1%;
}
.menu-list li:nth-child(5) {
  top: 40.7%;
  left: 64%;
  width: 18.6%;
}
@media screen and (min-width: 901px) {
  .menu-list li:nth-child(1) {
    background: url(../img02/menu-list_bg01_bg.png) no-repeat center/contain;
  }
  .menu-list li:nth-child(2) {
    background: url(../img02/menu-list_bg02_bg.png) no-repeat center/contain;
  }
  .menu-list li:nth-child(3) {
    background: url(../img02/menu-list_bg03_bg.png) no-repeat center/contain;
  }
  .menu-list li:nth-child(4) {
    background: url(../img02/menu-list_bg04_bg.png) no-repeat center/contain;
  }
  .menu-list li:nth-child(5) {
    background: url(../img02/menu-list_bg05_bg.png) no-repeat center/contain;
  }
}
.menu-btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 1000;
}
.menu-btn a {
  display: block;
  position: relative;
  width: 24px;
  padding-top: 100%;
}
.menu-btn a span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  border-radius: 10em;
}
.menu-btn a span:nth-child(1) {
  top: 4px;
  bottom: auto;
}
.menu-btn a span:nth-child(3) {
  top: auto;
  bottom: 4px;
}
@media screen and (max-width: 900px) {
  .menu {
    background: #000 url(../img02/mvBox-bg_sp.png) no-repeat bottom left 46.4%/934px auto;
  }
  .menu-inner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 375px;
  }
  .menu-list {
    margin: 0 auto;
    max-width: 375px;
    height: 667px;
  }
  .menu-list li:nth-child(1) {
    top: 13.7%;
    left: 3.2%;
    width: 52.9%;
  }
  .menu-list li:nth-child(2) {
    top: -0.1%;
    left: 37.5%;
    width: 62.7%;
  }
  .menu-list li:nth-child(3) {
    top: 31%;
    left: 39.1%;
    width: 51%;
  }
  .menu-list li:nth-child(4) {
    top: 49%;
    left: -1%;
    width: 54.9%;
  }
  .menu-list li:nth-child(5) {
    top: 61.5%;
    left: 53%;
    width: 44.5%;
  }
  .menu-btn {
    top: 9px;
    right: 10px;
  }
  .menu-btn a {
    width: 22px;
  }
  .menu-btn a span {
    width: 22px;
  }
}

/*
    contents
*/
/* -- itemBox -- */
#softtouch {
  position: relative;
  color: #891231;
  background: #EDD9AC;
}
#softtouch svg {
  fill: #891231;
}
#softtouch .menu-btn a span {
  background: #891231;
}

#comfortable {
  position: relative;
  color: #FFDB9F;
  background: #D67B42;
}
#comfortable svg {
  fill: #FFDB9F;
}
#comfortable .menu-btn a span {
  background: #FFDB9F;
}

#classic {
  position: relative;
  color: #ED9761;
  background: #406E4A;
}
#classic svg {
  fill: #ED9761;
}
#classic .menu-btn a span {
  background: #ED9761;
}

#colorful {
  position: relative;
  color: #88D09B;
  background: #395886;
}
#colorful svg {
  fill: #88D09B;
}
#colorful .menu-btn a span {
  background: #88D09B;
}

#relax {
  position: relative;
  color: #A5C3EF;
  background: #962F48;
}
#relax svg {
  fill: #A5C3EF;
}
#relax .menu-btn a span {
  background: #A5C3EF;
}

.item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.item-txtcnt {
  text-align: center;
  margin-bottom: 2.1%;
  width: 26.134%;
}
.item-txtcnt-subtit {
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: 26px;
}
.item-txtcnt-tit {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.item-txtcnt-txt {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.08em;
  margin-top: 45px;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  width: 73.866%;
}
.item-list > * {
  transform: scale(0, 1);
  transition: transform 0.8s;
}
.item-list > *.on {
  transform: scale(1, 1);
}
@media screen and (min-width: 901px) {
  .item-list > * {
    width: 24.778%;
  }
  .item-list > *:not(:nth-child(4n)) {
    margin-right: 0.296%;
  }
  .item-list > *:not(:nth-last-child(-n+4)) {
    margin-bottom: 0.296%;
  }
}
.item-list button {
  color: #fff;
  position: relative;
}
.item-list button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #B7B7B7;
  z-index: 10;
  content: "";
  opacity: 0;
  transition: opacity 0.6s;
  mix-blend-mode: multiply;
}
.item-list button > :not(.item-list-img) {
  z-index: 20;
  opacity: 0;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .item-list button:hover {
    opacity: 1;
  }
  .item-list button:hover::after {
    opacity: 1;
  }
  .item-list button:hover > :not(.item-list-img) {
    opacity: 1;
  }
}
.item-list-img img {
  width: 100%;
}
.item-list-category {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  position: absolute;
  top: 9px;
  left: 10px;
}
.item-list-brand {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 60%;
}
.item-list-price {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: right;
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 35%;
}
.item-list-price::before {
  font-size: 12px;
  margin-right: 3px;
  content: "¥";
}
@media screen and (max-width: 900px) {
  .item {
    display: block;
  }
  .item-txtcnt {
    margin-bottom: 50px;
    padding-top: 55px;
    width: auto;
  }
  .item-txtcnt-icon {
    margin: 0 auto;
    width: 15px;
  }
  .item-txtcnt-icon svg {
    width: 100%;
    height: auto;
  }
  .item-txtcnt-subtit {
    font-size: 12px;
    margin-top: 13px;
  }
  .item-txtcnt-tit {
    font-size: 22px;
    margin-top: 24px;
  }
  .item-txtcnt-txt {
    line-height: 1.46;
    letter-spacing: 0.02em;
    margin-top: 12px;
  }
  .item-list {
    width: auto;
  }
  .item-list > * {
    width: 24.778%;
  }
  .item-list > *:nth-child(1), .item-list > *:nth-child(2) {
    width: calc((100% - 2px) / 2);
  }
  .item-list > *:nth-child(1), .item-list > *:nth-child(3n+3), .item-list > *:nth-child(3n+4) {
    margin-right: 2px;
  }
  .item-list > *:nth-child(n+3) {
    width: calc((100% - 4px) / 3);
  }
  .item-list > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 2px;
  }
  .item-list-category {
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-underline-offset: 3px;
    position: absolute;
    top: 9px;
    left: 10px;
  }
}

/* -- footbg -- */
.footbg {
  background: url(../img02/footbg.png) repeat-y top center/100% auto;
}
@media screen and (max-width: 900px) {
  .footbg {
    background: none;
  }
  .footbg .jsbox {
    min-height: auto;
  }
}

/* -- banner -- */
.bannerBox {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bannerBox {
    min-height: auto !important;
    padding: 55px 0;
  }
  .bannerBox img {
    max-width: 602px;
  }
}

/* -- shopBox -- */
.campaign {
  color: #FFF;
  text-align: center;
  position: relative;
  margin-top: 119px;
}
.campaign-tit {
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 1.18;
  letter-spacing: 0.1em;
  color: #B8853C;
}
.campaign-img > * {
  position: absolute;
}
.campaign-img01 {
  bottom: -2.4%;
  left: -1.9%;
  width: 31.8%;
}
.campaign-img02 {
  bottom: -0.7%;
  right: 8.8%;
  width: 15%;
}
.campaign-txt {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.02em;
  margin-top: 41px;
}
.campaign-come {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
.campaign-btn {
  margin: 64px auto 0;
  max-width: 179px;
}
.campaign-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 45px;
  background: #B8853C;
  border: none;
  border-radius: 10rem;
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .campaign {
    margin-top: 0;
  }
  .campaign-tit {
    font-size: 33px;
  }
  .campaign-img {
    margin-top: 17px;
  }
  .campaign-img > * {
    position: static;
  }
  .campaign-img01 {
    margin-left: -5%;
    width: 68%;
  }
  .campaign-img02 {
    width: 26.5%;
  }
  .campaign-txt {
    font-size: 13px;
    line-height: 1.61;
    margin-top: 17px;
  }
  .campaign-come {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 23px;
  }
  .campaign-btn {
    margin: 22px auto 0;
    max-width: 138px;
  }
  .campaign-btn a {
    height: 35px;
    font-size: 13px;
  }
}

/*
    footer
*/
.footer {
  padding: 97px 0 40px;
  /* - sns - */
  /* - copy - */
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 158px;
}
.footer-copy {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 54px 0 27px;
    /* - sns - */
    /* - copy - */
  }
  .footer-sns {
    max-width: 130px;
  }
  .footer-sns li {
    width: 35px;
  }
  .footer-copy {
    font-size: 9px;
    margin-top: 10px;
  }
}

/*
    js
*/
/* -- jsbox -- */
.jsbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  min-height: 100svh;
}
.jsbox-inner {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .jsbox {
    overflow: hidden;
  }
}

/* -- swiper -- */
.swiper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  display: none;
  z-index: 2000;
}
.swiper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(49, 49, 49, 0.85);
  content: "";
  mix-blend-mode: multiply;
}
.swiper-slide {
  display: flex;
  align-items: center;
  padding: 34px 0;
}
.swiper-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1020px;
  background: #F8ECD7;
  border-radius: 4px;
}
.swiper-section {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1px 0 0;
  height: 38px;
  background: none;
  border: none;
  border-radius: 0;
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 43.921%;
}
.softtouch .swiper-section {
  color: #891231;
  background: #EDD9AC;
}
.softtouch .swiper-section::before {
  content: "( SOFT TOUCH )";
}
.comfortable .swiper-section {
  color: #FFDB9F;
  background: #D67B42;
}
.comfortable .swiper-section::before {
  content: "( COMFORTABLE )";
}
.classic .swiper-section {
  color: #ED9761;
  background: #406E4A;
}
.classic .swiper-section::before {
  content: "( CLASSIC )";
}
.colorful .swiper-section {
  color: #88D09B;
  background: #395886;
}
.colorful .swiper-section::before {
  content: "( COLORFUL )";
}
.relax .swiper-section {
  color: #A5C3EF;
  background: #962F48;
}
.relax .swiper-section::before {
  content: "( RELAX )";
}
.swiper .itemSlider {
  width: 56.079%;
}
.swiper .itemSlider .splide__arrow {
  width: 22px;
  height: 22px;
  background: none;
  border-radius: 10em;
  box-shadow: 0 2px 4px rgba(106, 106, 106, 0.16);
}
.swiper .itemSlider .splide__arrow--prev {
  left: 9px;
}
.swiper .itemSlider .splide__arrow--next {
  right: 9px;
  transform: scale(-1, 1);
}
.swiper .itemSlider .splide__pagination {
  bottom: 12px;
}
.swiper .itemSlider .splide__pagination__page {
  width: 5px;
  height: 5px;
  background: #FFF;
  opacity: 0.4;
}
.swiper .itemSlider .splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-txtcnt {
  padding: 101px 6.8% 0 6.9%;
  width: 43.921%;
}
.swiper-txtcnt-category {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}
.swiper-txtcnt-brand {
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 33px;
  opacity: 0.6;
}
.swiper-txtcnt-name {
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
.swiper-txtcnt-price {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
.swiper-txtcnt-price > span:not(:last-child) {
  margin-right: 20px;
}
.swiper-txtcnt-price > span::before {
  margin-right: 3px;
  content: "¥";
}
.swiper-txtcnt-price > span span {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-left: 8px;
}
.swiper-txtcnt-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  margin-top: 20px;
}
.swiper-txtcnt-btn span:not(:last-child) {
  margin-right: 2em;
}
.swiper-txtcnt-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 30px;
  background: #222;
  border: none;
  border-radius: 10rem;
  font-family: optima-nova-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FFF;
  width: 80px;
}
.swiper-txtcnt-shop {
  margin: 3.5em 0 -2em;
  font-size: 82%;
}
.swiper-txtcnt-txt {
  margin-top: 51px;
}
.swiper-button-prev, .swiper-button-next {
  width: 46px;
  height: 46px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  left: 14px;
}
.swiper-button-next {
  right: 14px;
}
.swiper-button-next img {
  transform: scale(-1, 1);
}
@media screen and (max-width: 900px) {
  .swiper {
    padding: 0 20px;
    z-index: 1000;
  }
  .swiper .closeBtn {
    top: 29px;
    right: auto;
    left: 37px;
  }
  .swiper-wrapper {
    display: block;
    margin: 20px 0;
    height: calc(100vh - 40px);
    box-sizing: border-box;
    transform: none !important;
    border-radius: 5px 5px;
    background: #F8ECD7;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-wrapper > :first-child .swiper-section {
    opacity: 1 !important;
  }
  .swiper-slide {
    display: block;
    padding: 0;
    padding-top: 40px;
    height: auto;
    transform: none !important;
  }
  .swiper-cnt {
    display: block;
    position: relative;
    margin: 0;
    width: auto;
    border-radius: 0;
  }
  .swiper-section {
    height: 40px;
    font-size: 12px;
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    border-radius: 5px 5px 0 0;
    z-index: 10;
    opacity: 0;
  }
  .swiper-section.act {
    opacity: 1;
  }
  .swiper .itemSlider {
    width: auto;
  }
  .swiper .itemSlider .splide__pagination {
    bottom: 6px;
  }
  .swiper-txtcnt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 19px 24px 26px 25px;
    width: auto;
  }
  .swiper-txtcnt > * {
    width: 100%;
  }
  .swiper-txtcnt-category {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 21px;
    left: 20px;
    width: auto;
  }
  .swiper-txtcnt-brand {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  .swiper-txtcnt-name {
    font-size: 24px;
    line-height: 1.16;
    margin-top: 9px;
  }
  .swiper-txtcnt-price {
    font-size: 14px;
    margin-top: 21px;
    width: fit-content;
  }
  .swiper-txtcnt-price > span::before {
    margin-right: 2px;
  }
  .swiper-txtcnt-price > span span {
    font-size: 10px;
    margin-left: 7px;
  }
  .swiper-txtcnt-btn {
    margin: 17px 0 0 14px;
    width: fit-content;
  }
  .swiper-txtcnt-btn span {
    margin-top: -13px;
  }
  .swiper-txtcnt-btn span:not(:last-child) {
    margin-right: 1em;
  }
  .swiper-txtcnt-btn a {
    font-size: 12px;
    padding-top: 1px;
    height: 21px;
    width: 59px;
  }
  .swiper-txtcnt-shop {
    margin-bottom: 0;
  }
  .swiper-txtcnt-txt {
    margin-top: 20px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
}

/*
    コメントアウト
*/
/* -- （SOFT TOUCH）②MACKIE　Lambswool Half Fingered Glove -- */
.softtouch1 .swiper-txtcnt-btn {
  display: none;
}


/* -- （RELAX）①Japanese Coffee Pot -- */
.relax32 .swiper-txtcnt-btn {
  display: none;
}/*# sourceMappingURL=style.css.map */