@charset "UTF-8";
/* base */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Gidole";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Gidole-Regular.woff2") format("woff2"), url("../font/Gidole-Regular.woff") format("woff"), url("../font/Gidole-Regular.ttf") format("truetype");
}
/* common */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
  color: #262626;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

a, button {
  color: #262626;
  text-decoration: none;
  cursor: pointer;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, box-shadow ease 0.3s;
}
a img, button img {
  transition: opacity ease 0.3s;
}
a path, button path {
  transition: fill ease 0.3s;
}

/* common--PC */
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none !important;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
  button:hover {
    cursor: auto;
  }
}
/* common--SP */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/* style */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000001;
}
header .newsTickerBox {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
header .headerMain {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 0 3.7rem 0 3.2rem;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  border-bottom: 1px solid #292929;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .headerMain__sitename a {
  display: block;
}
header .headerMain__sitename .splogo {
  display: none;
}
header .headerMain__otherList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header .headerMain__otherList .siteSearch__box {
  position: relative;
  margin-right: 1.6rem;
}
header .headerMain__otherList .siteSearch__box input {
  -webkit-appearance: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem !important;
  background: url(../img/icon_search_black.svg) no-repeat left 1rem center;
  background-size: 2rem;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 1.4rem;
  border-radius: 4px;
  color: rgba(38, 38, 38, 0);
}
header .headerMain__otherList .siteSearch__box input::placeholder {
  color: rgba(158, 158, 158, 0);
}
header .headerMain__otherList .siteSearch__box input:focus {
  width: 20rem;
  padding: 1rem 1rem 1rem 3.8rem !important;
  background-color: #F7F7F7;
  color: #262626;
}
header .headerMain__otherList .siteSearch__box input:focus + button {
  pointer-events: inherit;
}
header .headerMain__otherList .siteSearch__box input:focus::placeholder {
  color: #9e9e9e;
}
header .headerMain__otherList .siteSearch__box input + button {
  pointer-events: none;
}
header .headerMain__otherList .siteSearch__box button {
  width: 3.5rem;
  height: 3.5rem;
  transform: inherit;
  left: 0;
  top: 0;
  background: none;
}
header .headerMain .guideBtn img {
  width: 1.4rem;
}
header .headerMain .accountBtn {
  margin: 0 2rem 0 2.3rem;
}
header .headerMain .accountBtn img {
  width: 2.4rem;
}
header .headerMain .cartBtn {
  position: relative;
}
header .headerMain .cartBtn img {
  width: 2.8rem;
}
header .headerMain .cartBtn .cartBtnNum {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  color: #fff;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  line-height: 1;
  font-size: 1rem;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}
header .headerMain .headerTabBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  top: 6rem;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #292929;
}
header .headerMain .headerTab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 3rem;
}
header .headerMain .headerTab > li:not(:last-of-type) {
  padding-right: 1.5rem;
  margin-right: 0;
}
header .headerMain .headerTab .triggerTitle,
header .headerMain .headerTab .title {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 4rem;
  cursor: pointer;
}
header .headerMain .headerTab .triggerTitle {
  position: relative;
  padding-right: 1.8rem;
}
header .headerMain .headerTab .triggerTitle::before, header .headerMain .headerTab .triggerTitle::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: #AAAAAA;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .headerMain .headerTab .triggerTitle::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform ease 0.3s;
}
header .headerMain .headerTab .triggerTitle.select::after {
  transform: translateY(-50%);
}
header .headerMain .headerTab__content {
  position: fixed;
  width: 100vw;
  top: 10rem;
  left: 0;
  background-color: #fff;
  padding: 5rem calc(28.5% + 3.5rem) 0 3.5rem;
  z-index: 2;
  border-top: 1px solid #292929;
  display: none;
}
header .headerMain .headerTab__content.noImg {
  padding-right: 3.5rem;
}
header .headerMain .headerTab__content.noImg .photoArea {
  display: none;
}
header .headerMain .headerTab__content .photoArea {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28.5%;
  max-width: 40rem;
}
header .headerMain .headerTab__content .photoArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header .headerMain .headerTab__content .detailsArea {
  padding-right: 0;
}
header .headerMain .headerTab__content .detailsArea__head {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .headerMain .headerTab__content .detailsArea .link--all {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
}
header .headerMain .headerTab__content .detailsArea .link--all a {
  background: url(../img/arrow_right_black.svg) no-repeat right center;
  padding-right: 2rem;
}
header .headerMain .headerTab__content .detailsArea .link--list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  margin-left: 2rem;
}
header .headerMain .headerTab__content .detailsArea .link--list li:not(:last-child) {
  margin-right: 1.5rem;
}
header .headerMain .headerTab__content .detailsArea .link--list li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  header .headerMain .headerTab__content .detailsArea .link--list li a:hover {
    text-decoration: none;
  }
}
header .headerMain .headerTab__content .detailsArea__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 4rem;
}
header .headerMain .headerTab__content .detailsArea .itemList:not(:last-child) {
  margin-right: 2.5%;
}
header .headerMain .headerTab__content .detailsArea .itemList .type--feature {
  display: block;
  max-width: 30rem;
  margin-bottom: 5rem;
}
header .headerMain .headerTab__content .detailsArea .itemList .type--feature span {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 4rem;
  background: url(../img/arrow_right_black.svg) no-repeat right 2rem center;
  transition: background-position 0.3s;
}
header .headerMain .headerTab__content .detailsArea .itemList dt {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
}
header .headerMain .headerTab__content .detailsArea .itemList dd ul {
  padding-bottom: 5rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo {
  margin-top: 2rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo li:not(:last-child) {
  margin-bottom: 1rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo li .photo {
  width: 5rem;
  aspect-ratio: 1/1;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo li .text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0.5rem 0 0 1rem;
  width: calc(100% - 5.5rem);
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--text li:not(:last-child) {
  margin-bottom: 0.7rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
  column-count: 2;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li:not(:last-child) {
  margin-bottom: 0.7rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li span {
  margin-right: 0.5rem;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--white {
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--ivory {
  color: #F8F5E3;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--pink {
  color: #DF0084;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--blue {
  color: #9CACC5;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--gray {
  color: #B6B6B4;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--darkgray {
  color: #5C5325;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--navy {
  color: #3C475B;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--beige {
  color: #CDC6B6;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--brown {
  color: #8F6446;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--purple {
  color: #91669A;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--yellow {
  color: #FFF352;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--orange {
  color: #BF5D4C;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--gold {
  color: #CBC04F;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--red {
  color: #BC1614;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--green {
  color: #97A784;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--lightpink {
  color: #DECDC8;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--mint {
  color: #248C6D;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--lightgray {
  color: #CFCFCF;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--wine {
  color: #821B27;
}
header .headerMain .headerTab__content .detailsArea .itemList dd .type--dot li .color--charcoalgray {
  color: #555057;
}
@media screen and (min-width: 768px) {
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex li:not(:last-child) {
    margin-bottom: 2rem;
    min-width: 20rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex:not(.cell02) li:not(:last-child) {
    margin-right: 2rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex.cell02 {
    max-width: 42rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex.cell02 li {
    width: calc((100% - 1rem) / 2);
    min-width: inherit;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--flex.cell02 li:not(:nth-child(2n)) {
    margin-right: 1rem;
  }
}
header .headerMain .menuList--small {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  padding-right: 3rem;
}
header .headerMain .menuList--small li {
  text-align: center;
}
header .headerMain .menuList--small li:not(:last-child) {
  margin-right: 1.5rem;
}
header .headerMain .menuList--small li.login {
  margin-left: 3rem;
  position: relative;
}
header .headerMain .menuList--small li.login::after {
  content: "|";
  color: #000;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
header .headerMain .menuList--small li a br {
  display: none;
}
header .headerMain .siteMenuBtn {
  display: none;
}
header .headerMain .siteMenu {
  display: none;
}
header .overlay {
  display: block;
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 6rem);
  height: calc(var(--vh, 1vh) * 100 - 6rem);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media screen and (max-width: 1035px) and (min-width: 768px) {
  header .headerMain .headerTab__content {
    padding: 5rem 3.5rem 0 3.5rem;
  }
  header .headerMain .headerTab__content .photoArea {
    display: none;
  }
  header .headerMain .headerTab .triggerTitle,
  header .headerMain .headerTab .title {
    font-size: 1.4rem;
    padding-right: 1.5rem;
  }
  header .headerMain .menuList--small {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  header .headerMain .menuList--small li:not(:last-child) {
    margin-right: 1rem;
  }
  header .headerMain .menuList--small li a br {
    display: block;
  }
}
footer {
  padding-top: 9rem;
  padding-bottom: 7rem;
}
footer .inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
@media screen and (min-width: 768px) {
  footer .menuBox__flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .menuBox__mainBox {
    width: 69%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .menuBox__mainBox .menuBox__single {
    width: 22%;
  }
  footer .menuBox__mainBox .menuBox__single:not(:last-child) {
    margin-right: 4%;
  }
  footer .menuBox__subBox {
    width: 20%;
  }
}
footer .menuBox__flex {
  margin-bottom: 6rem;
}
footer .menuBox__singleTitle {
  border-bottom: 1px solid #141414;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
footer .menuBox__singleTitle > a {
  display: inline-block;
  padding-bottom: 1.2rem;
}
footer .menuBox__list {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 2.2rem;
}
footer .menuBox__list li:not(:last-child) {
  margin-bottom: 1.3rem;
}
footer .contactList {
  border: 1px solid #CCCCCC;
  padding: 2rem 2rem 1.7rem;
  margin-bottom: 1rem;
}
footer .contactList__title {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  background: url(../img/icon_comment_gray.svg) no-repeat left center;
  padding: 0.1rem 0 0.1rem 2.5rem;
  margin-bottom: 1rem;
}
footer .contactList__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
footer .contactList__item dt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
footer .contactList__item .flexTileList__btn--type02 {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 3.8rem;
  width: 100%;
  border: 1px solid #6D26FF;
}
footer .contactList__item .flexTileList__btn--type02 span {
  position: relative;
  padding-right: 3rem;
  padding-left: 1.3rem;
}
footer .contactList__item .flexTileList__btn--type02 span::after {
  content: "";
  display: block;
  background-image: url("../img/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.2rem 0.9rem;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: right ease 0.3s;
}
footer .contactList__item .flexTileList__btn--type02 img {
  height: 2.6rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  footer .contactList__item .flexTileList__btn--type02:hover img {
    opacity: 1;
  }
  footer .contactList__item .flexTileList__btn--type02:hover span::after {
    right: 0.5rem;
  }
}
footer .contactList__item .tel {
  margin: 1rem auto 1.3rem;
}
footer .contactList__item .tel a {
  display: block;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  background: url(../img/icon_phone_black.svg) no-repeat left 0.9rem center;
  background-size: 1.3rem auto;
  padding: 0 0 0.2rem 3rem;
}
footer .contactList__item .subtext {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #959595;
  text-align: center;
}
footer .bannerList {
  margin-bottom: 4.2rem;
}
footer .bannerList li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .bannerList li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 5rem;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
footer .bannerList li a span:not(.pcTxt) {
  background-position: left 2rem center;
  background-repeat: no-repeat;
  padding: 0.5rem 0 0.5rem 5rem;
}
footer .bannerList li.btn--catalog a span {
  background-image: url(../img/icon_catalog_gray.svg);
}
footer .bannerList li.btn--magazine a span:not(.pcTxt) {
  background-image: url(../img/icon_magazine_gray.svg);
}
footer .bannerList li.btn--line a span {
  background-image: url(../img/icon_line_gray.svg);
}
footer .snsList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .snsList li:not(:last-child) {
  margin-right: 1.5rem;
}
footer .snsList li a {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .subBox__flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer .subBox__menu {
  padding: 2.5rem 0 0;
}
footer .subBox__menu .menuList {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  footer .subBox__menu .menuList li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
footer .subBox__menu small {
  display: block;
  text-align: right;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #848484;
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.5);
  z-index: 999999999;
}

@media screen and (min-width: 768px) {
  #cursor {
    position: fixed;
    border: 1px solid #AAAAAA;
    background-color: transparent;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    z-index: 9999999999;
    pointer-events: none;
    opacity: 0;
    transition: margin 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #cursor span {
    color: #fff;
    text-align: center;
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  #cursor span.small {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  #cursor.active {
    background-color: rgba(250, 206, 38, 0.8);
    border-color: transparent;
    width: 6rem;
    height: 6rem;
    margin: -3rem 0 0 -3rem;
  }
  #cursor.active span {
    opacity: 1;
  }
  #cursor.activeSmall {
    background-color: rgba(250, 206, 38, 0.8);
    border-color: transparent;
  }
}
.asideGuide {
  border-top: 1px solid #292929;
}
.asideGuide__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.asideGuide__title {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 300;
  margin-bottom: 4rem;
}

.contentWrap {
  padding-top: 14.6rem;
}

main.contentWrap {
  padding-top: 14.6rem;
}

body.siteSearchON {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.scrollStyle header {
  height: 6rem;
}
body.scrollStyle header .newsTickerBox {
  transform: translate(0, -4.6rem);
}
body.scrollStyle header .headerMain {
  height: 6rem;
  transform: translate(0, -4.6rem);
  border-bottom: 1px solid #292929;
}
body.scrollStyle header .headerMain .headerTab__content {
  border-top: none;
}
body.scrollStyle .mvArea {
  padding-top: 6rem;
}
body.scrollStyle .mvArea__slide li img {
  height: calc(100vh - 6rem);
  height: calc(var(--vh, 1vh) * 100 - 6rem);
}
body.scrollStyle .fixedCart {
  transform: translate(0, -4.6rem);
}
body.spNewsShow header .newsTickerBox {
  transform: translate(0, 0);
}
body.spNewsShow header .headerMain {
  transform: translate(0, 0);
}

.newsTickerBox {
  background-color: #1c1c1c;
}
.newsTickerBox .newsTicker {
  padding: 0 3.5rem;
  color: #fff;
}
.newsTickerBox .newsTicker li {
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0em;
  font-weight: 400;
}
.newsTickerBox .newsTicker li > a {
  display: block;
  padding: 0.6rem 3rem 0;
  text-align: center;
  height: 4.4rem;
  width: 100%;
  color: #fff;
  background: url(../img/arrow_right_white.svg) no-repeat right center;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .newsTickerBox .newsTicker li > a:hover {
    text-decoration: none;
  }
}

.typeCenterDotArrow {
  display: none;
  height: auto !important;
}
.typeCenterDotArrow .slick-track {
  display: flex;
}
.typeCenterDotArrow.slick-dotted {
  margin: 0;
}
.typeCenterDotArrow.slick-initialized {
  display: block;
}
.typeCenterDotArrow li {
  padding: 0 2px;
}
.typeCenterDotArrow .slideDots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
.typeCenterDotArrow .slideDots li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  position: relative;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}
.typeCenterDotArrow .slideDots li::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.typeCenterDotArrow .slideDots li.slick-active {
  border-color: #262626;
}
.typeCenterDotArrow .slideDots li button {
  display: none;
}
.typeCenterDotArrow .slickIcon {
  width: 1.5rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  bottom: 0.7rem;
}
.typeCenterDotArrow .slickIcon.slickIconPrev {
  background: url(../img/arrow_left_gray.svg) no-repeat 0 0;
  left: 0;
}
.typeCenterDotArrow .slickIcon.slickIconNext {
  background: url(../img/arrow_right_gray.svg) no-repeat 0 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .typeCenterDotArrow .slickIcon.slickIconPrev {
    left: calc((100% - 100rem) / 2);
  }
  .typeCenterDotArrow .slickIcon.slickIconNext {
    right: calc((100% - 100rem) / 2);
  }
}
@media screen and (max-width: 1069px) and (min-width: 768px) {
  .typeCenterDotArrow .slickIcon.slickIconPrev {
    left: 3.5rem;
  }
  .typeCenterDotArrow .slickIcon.slickIconNext {
    right: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .simpleCardList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .simpleCardList.cell02 .simpleCardList__item {
    width: 49%;
  }
  .simpleCardList.cell02 .simpleCardList__item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .simpleCardList.cell02 .simpleCardList__photo {
    margin-bottom: 2rem;
  }
  .simpleCardList.cell03 .simpleCardList__item {
    width: 32%;
  }
  .simpleCardList.cell03 .simpleCardList__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .simpleCardList.cell03 .simpleCardList__photo {
    margin-bottom: 1.5rem;
  }
  .simpleCardList.cell06 .simpleCardList__item {
    width: 15%;
  }
  .simpleCardList.cell06 .simpleCardList__item:not(:nth-child(6n)) {
    margin-right: 2%;
  }
  .simpleCardList.cell06 .simpleCardList__photo {
    margin-bottom: 1.5rem;
  }
}
.simpleCardList a {
  display: block;
}
.simpleCardList__photo {
  aspect-ratio: 4/3;
}
.simpleCardList__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simpleCardList__details {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
}
.simpleCardList__details .title {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .simpleCardList.type--category .simpleCardList__item {
    width: 13.3333333333%;
    margin-bottom: 3rem;
  }
  .simpleCardList.type--category .simpleCardList__item:not(:nth-child(6n)) {
    margin-right: 4%;
  }
}
.simpleCardList.type--category .simpleCardList__photo {
  aspect-ratio: 133/133;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.simpleCardList.type--category .simpleCardList__photo img {
  width: 80%;
  height: auto;
}
.simpleCardList.type--category .simpleCardList__details {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.simpleCardList.type--hoverUp .simpleCardList__link {
  transform: translateY(0);
  transition: transform ease 0.3s;
}
@media screen and (min-width: 768px) {
  .simpleCardList.type--hoverUp .simpleCardList__link:hover {
    transform: translateY(-1rem);
  }
}
.simpleCardList.type--hoverUp .simpleCardList__details {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.itemList.type--list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .itemList.type--list.cell03 .itemList__item {
    width: 32%;
    margin-bottom: 3rem;
  }
  .itemList.type--list.cell03 .itemList__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .itemList.type--list.cell04 .itemList__item {
    width: 23.5%;
    margin-bottom: 3rem;
  }
  .itemList.type--list.cell04 .itemList__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.itemList.type--slide .itemList__item:not(:last-child) {
  padding: 0 1rem;
}
.itemList.type--slide .slickIcon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transform: translateY(-295%);
}
.itemList.type--slide .slickIcon.slickIconPrev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  background-size: 0.5rem auto;
  left: -2rem;
}
.itemList.type--slide .slickIcon.slickIconNext {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  background-size: 0.5rem auto;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .itemList.type--slide .slickIcon.slickIconPrev {
    background-position: center;
  }
  .itemList.type--slide .slickIcon.slickIconNext {
    background-position: center;
  }
}
.itemList.type--slide .slickIcon.slickIconPrev {
  left: -2.5rem;
  background-size: 0.7rem auto;
}
.itemList.type--slide .slickIcon.slickIconNext {
  right: -2.5rem;
  background-size: 0.7rem auto;
}
.itemList.slideFull .slideDots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.itemList.slideFull .slideDots li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  position: relative;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}
.itemList.slideFull .slideDots li::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemList.slideFull .slideDots li.slick-active {
  border-color: #262626;
}
.itemList.slideFull .slideDots li button {
  display: none;
}
@media screen and (min-width: 768px) {
  .itemList.slideFull {
    margin-left: calc((100% - 100rem) / 2);
  }
  .itemList.slideFull .slideDots {
    padding-right: calc((100vw - 100rem) / 2);
    margin-top: 3rem;
  }
  .itemList.slideFull .slickIcon {
    width: 1.5rem;
    height: 1.1rem;
    display: block;
    position: absolute;
    bottom: 0.7rem;
  }
  .itemList.slideFull .slickIcon.slickIconPrev {
    background: url(../img/arrow_left_gray.svg) no-repeat 0 0;
    left: 0;
  }
  .itemList.slideFull .slickIcon.slickIconNext {
    background: url(../img/arrow_right_gray.svg) no-repeat 0 0;
    right: 0;
  }
  .itemList.slideFull .slickIcon.slickIconNext {
    right: calc((100vw - 100rem) / 2);
  }
  .itemList.slideFull .slick-track > li {
    width: 48rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  .itemList.slideFull {
    margin-left: 3.5rem;
  }
  .itemList.slideFull .slideDots {
    padding-right: 3.5rem;
  }
  .itemList.slideFull .slickIcon.slickIconNext {
    right: 3.5rem;
  }
}
.itemList.type--list .itemList__link, .itemList.type--slide .itemList__link, .itemList.slideFull .itemList__link {
  display: block;
}
.itemList.type--list .itemList__photo, .itemList.type--slide .itemList__photo, .itemList.slideFull .itemList__photo {
  aspect-ratio: 235/235;
  overflow: hidden;
  margin-bottom: 1.8rem;
  position: relative;
}
.itemList.type--list .itemList__photo.type--news, .itemList.type--slide .itemList__photo.type--news, .itemList.slideFull .itemList__photo.type--news {
  aspect-ratio: 320/240;
}
.itemList.type--list .itemList__photo img, .itemList.type--slide .itemList__photo img, .itemList.slideFull .itemList__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemList.type--list .itemList__photo .favorite, .itemList.type--slide .itemList__photo .favorite, .itemList.slideFull .itemList__photo .favorite {
  display: block;
  width: 2.1rem;
  height: 1.9rem;
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  z-index: 1;
  background: url(../img/icon_favorite.svg) no-repeat center;
}
.itemList.type--list .itemList__photo .favorite.on, .itemList.type--slide .itemList__photo .favorite.on, .itemList.slideFull .itemList__photo .favorite.on {
  background-image: url(../img/icon_favoriteON.svg);
}
.itemList.type--list .itemList__photo .icon, .itemList.type--slide .itemList__photo .icon, .itemList.slideFull .itemList__photo .icon {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FACE26;
  color: #fff;
  padding: 0.6rem 1.1rem;
}
.itemList.type--list .itemList__details .title, .itemList.type--slide .itemList__details .title, .itemList.slideFull .itemList__details .title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.itemList.type--list .itemList__details .price, .itemList.type--slide .itemList__details .price, .itemList.slideFull .itemList__details .price {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #959595;
  margin: 1.3rem 0 1.6rem;
}
.itemList.type--list .itemList__details .price span, .itemList.type--slide .itemList__details .price span, .itemList.slideFull .itemList__details .price span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.3rem;
}
.itemList.type--list .itemList__details .news--day, .itemList.type--slide .itemList__details .news--day, .itemList.slideFull .itemList__details .news--day {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 0.4rem;
  color: #141414;
}
.itemList.type--list .itemList__details .news--text, .itemList.type--slide .itemList__details .news--text, .itemList.slideFull .itemList__details .news--text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.itemList.type--list .itemList__details .news--subText, .itemList.type--slide .itemList__details .news--subText, .itemList.slideFull .itemList__details .news--subText {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.itemList.type--list .itemList__review, .itemList.type--slide .itemList__review, .itemList.slideFull .itemList__review {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.itemList.type--list .itemList__review li, .itemList.type--slide .itemList__review li, .itemList.slideFull .itemList__review li {
  color: #d9d9d9;
  line-height: 1;
  letter-spacing: 0.1em;
}
.itemList.type--list .itemList__review li.on, .itemList.type--slide .itemList__review li.on, .itemList.slideFull .itemList__review li.on {
  color: #262626;
}
.itemList.type--list .itemList__review li.quantity, .itemList.type--slide .itemList__review li.quantity, .itemList.slideFull .itemList__review li.quantity {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.3rem;
  color: #959595;
}
.itemList.type--list .itemList__tag, .itemList.type--slide .itemList__tag, .itemList.slideFull .itemList__tag {
  margin-top: 1.5rem;
}
.itemList.type--list .news--category, .itemList.type--slide .news--category, .itemList.slideFull .news--category {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #afafaf;
  margin-top: 0.8rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.itemList.type--list .news--category li:not(:last-child)::after, .itemList.type--slide .news--category li:not(:last-child)::after, .itemList.slideFull .news--category li:not(:last-child)::after {
  content: "|";
  margin: 0 0.8rem;
}
.itemList.type--list .news--category li a, .itemList.type--slide .news--category li a, .itemList.slideFull .news--category li a {
  color: #afafaf;
}
.itemList.type--rank {
  counter-reset: rankNum;
}
@media screen and (min-width: 768px) {
  .itemList.type--rank .itemList__item:nth-child(-n+3) {
    width: 32%;
    margin-bottom: 5rem;
  }
  .itemList.type--rank .itemList__item:nth-child(-n+3):not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .itemList.type--rank .itemList__item:nth-child(n+4) {
    width: 23.5%;
  }
  .itemList.type--rank .itemList__item:nth-child(n+4):not(:nth-child(4n+3)) {
    margin-right: 2%;
  }
}
.itemList.type--rank .itemList__item:nth-child(1) .itemList__photo::before {
  border-color: #D1A900 transparent transparent transparent;
}
.itemList.type--rank .itemList__item:nth-child(2) .itemList__photo::before {
  border-color: #ACACAC transparent transparent transparent;
}
.itemList.type--rank .itemList__item:nth-child(3) .itemList__photo::before {
  border-color: #ADA485 transparent transparent transparent;
}
.itemList.type--rank .itemList__photo::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 0;
  border-color: #D0D0D0 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.itemList.type--rank .itemList__photo::after {
  counter-increment: rankNum;
  content: counter(rankNum);
  position: absolute;
  top: 0.6rem;
  left: 1rem;
  z-index: 2;
  color: #fff;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.itemList__tag {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.itemList__tag li {
  margin: 0 2px 2px 0;
}
.itemList__tag li a {
  display: block;
  background-color: #f7f7f7;
  padding: 0.5rem 0.6rem;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #959595;
}

.tabBox__choice {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.tabBox__choice li {
  width: 25%;
  color: #959595;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.2rem;
}
.tabBox__choice li.select {
  color: #262626;
  border-color: #262626;
}
.tabBox__content .bottomBtn {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .tabBox__content .bottomBtn {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .tabBox__content .bottomBtn:hover {
    background-position: right 1rem center;
  }
}

.simpleNewsList__item:last-child .simpleNewsList__body {
  border-bottom: 1px solid #CCCCCC;
}
.simpleNewsList__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-height: 6rem;
  border-top: 1px solid #CCCCCC;
  position: relative;
  padding: 1rem 4rem 0.7rem 4rem;
}
@media screen and (min-width: 768px) {
  .simpleNewsList__body:hover {
    background-color: rgba(204, 204, 204, 0.15);
  }
}
.simpleNewsList__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 4rem;
}
.simpleNewsList .day {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
}
.simpleNewsList .day + .category {
  margin-left: 3rem;
}
.simpleNewsList .category {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  white-space: nowrap;
}
.simpleNewsList .category:not(:last-child) {
  margin-right: 1rem;
}
.simpleNewsList .title {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  width: calc(100% - 20.5rem);
}
.simpleNewsList .store {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .hoverList.cell04 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .hoverList.cell04 .hoverList__item {
    width: 25%;
  }
  .hoverList__body {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .hoverList__body:hover .hoverList__photo::after {
    opacity: 1;
  }
  .hoverList__body:hover img {
    opacity: 1;
  }
  .hoverList__body:hover .textBox {
    transform: translate(0, 0);
  }
  .hoverList__body:hover .more {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .hoverList__photo {
    aspect-ratio: 350/350;
    position: relative;
    z-index: 1;
  }
  .hoverList__photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease 0.3s;
  }
  .hoverList__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hoverList__details {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    text-align: center;
  }
  .hoverList .textBox {
    min-height: 0%;
    transform: translate(0, 5.3rem);
    transition: transform ease 0.3s;
  }
  .hoverList .nameEn {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 300;
  }
  .hoverList .namejp {
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 400;
    margin-top: 1rem;
  }
  .hoverList .more {
    min-height: 0%;
    margin-top: 2rem;
    transform: translate(0, 2rem);
    opacity: 0;
    transition: ease 0.3s;
  }
  .hoverList .tel {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 300;
  }
  .hoverList .time {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.015em;
    font-weight: 500;
    margin-top: 2rem;
  }
  .hoverList .time span {
    display: block;
  }
}

.flexStyle {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.flexStyle__conSub {
  width: 18%;
  height: 100%;
  padding-bottom: 9.6rem;
}
.flexStyle__title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.flexStyle__conMain {
  width: 75%;
}

.pnkz,
.fs-c-breadcrumb {
  padding: 2.3rem 4rem 0;
  margin-bottom: 6rem;
}
.pnkz ul, .pnkz ol,
.fs-c-breadcrumb ul,
.fs-c-breadcrumb ol {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-base-color: #F7F7F7;
  scrollbar-face-color: #CCCCCC;
  scrollbar-track-color: #F7F7F7;
  scrollbar-color: #CCCCCC #F7F7F7;
  scrollbar-width: thin;
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: left;
}
.pnkz ul::-webkit-scrollbar, .pnkz ol::-webkit-scrollbar,
.fs-c-breadcrumb ul::-webkit-scrollbar,
.fs-c-breadcrumb ol::-webkit-scrollbar {
  height: 0.6rem;
  background: #F7F7F7;
  border-radius: 5px;
}
.pnkz ul::-webkit-scrollbar:horizontal, .pnkz ol::-webkit-scrollbar:horizontal,
.fs-c-breadcrumb ul::-webkit-scrollbar:horizontal,
.fs-c-breadcrumb ol::-webkit-scrollbar:horizontal {
  width: 100%;
}
.pnkz ul::-webkit-scrollbar-button, .pnkz ol::-webkit-scrollbar-button,
.fs-c-breadcrumb ul::-webkit-scrollbar-button,
.fs-c-breadcrumb ol::-webkit-scrollbar-button {
  height: 0.6rem;
  width: 1.7rem;
  display: none;
}
.pnkz ul::-webkit-scrollbar-thumb, .pnkz ol::-webkit-scrollbar-thumb,
.fs-c-breadcrumb ul::-webkit-scrollbar-thumb,
.fs-c-breadcrumb ol::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 5px;
}
.pnkz ul::-webkit-scrollbar-corner, .pnkz ol::-webkit-scrollbar-corner,
.fs-c-breadcrumb ul::-webkit-scrollbar-corner,
.fs-c-breadcrumb ol::-webkit-scrollbar-corner {
  display: none;
}
.pnkz ul li, .pnkz ol li,
.fs-c-breadcrumb ul li,
.fs-c-breadcrumb ol li {
  display: inline-block;
  vertical-align: middle;
}
.pnkz ul li:not(:first-child)::before, .pnkz ol li:not(:first-child)::before,
.fs-c-breadcrumb ul li:not(:first-child)::before,
.fs-c-breadcrumb ol li:not(:first-child)::before {
  content: ">";
  margin: 0 1.6rem;
}

.headTitle {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1.8rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .headTitle {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.headTitle__num {
  color: #aca279;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-left: 1rem;
  padding-top: 1rem;
}
.headTitle__num span {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.orderList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.orderList li {
  margin-bottom: 1rem;
}
.orderList li:not(:last-child) {
  margin-right: 2rem;
}
.orderList li.on button {
  color: #262626;
}
.orderList li button {
  color: #959595;
}

.pageing {
  border-top: 1px solid #CCCCCC;
  margin-top: 5rem;
  padding-top: 6rem;
}
.pageing ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.pageing ul li a:not(.prev):not(.next), .pageing ul li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 0.2rem;
}
.pageing ul li .current {
  color: #fff;
  background-color: #262626;
  border-radius: 100%;
}
.pageing ul li .prev,
.pageing ul li .next {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.pageing ul li .prev {
  left: 0;
  padding-left: 2.3rem;
  margin-right: 3.3rem;
  background: url(../img/arrow_left_black.svg) no-repeat left center;
  background-size: 1.5rem auto;
}
.pageing ul li .next {
  right: 0;
  padding-right: 2.3rem;
  margin-left: 3.3rem;
  background: url(../img/arrow_right_black.svg) no-repeat right center;
  background-size: 1.5rem auto;
}

.fs-c-pagination {
  border-top: none;
  margin: 0 0 0 3rem;
  padding: 0 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.fs-c-pagination > a:not(.fs-c-pagination__item--prev):not(.fs-c-pagination__item--next), .fs-c-pagination > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 2.5rem;
  height: 2.5rem;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 0.2rem;
  padding: 0;
}
.fs-c-pagination .is-active {
  color: #fff;
  background-color: #262626;
  border-radius: 100%;
}
.fs-c-pagination__item {
  flex: none;
}
.fs-c-pagination__item--prev, .fs-c-pagination__item--next {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #262626;
  width: auto;
}
.fs-c-pagination__item--prev::before, .fs-c-pagination__item--next::before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  height: auto;
  width: auto;
}
.fs-c-pagination__item--prev {
  left: 0;
  padding-left: 1.5rem;
  margin-right: 0.5rem;
  background: url(../img/arrow_left_black.svg) no-repeat left center;
  background-size: 1.5rem auto;
}
.fs-c-pagination__item--prev::before {
  content: "前へ";
  content: none;
}
.fs-c-pagination__item--next {
  right: 0;
  padding-right: 1.5rem;
  margin-left: 0.5rem;
  background: url(../img/arrow_right_black.svg) no-repeat right center;
  background-size: 1.5rem auto;
}
.fs-c-pagination__item--next::before {
  content: "次へ";
  content: none;
}

@media screen and (min-width: 768px) {
  .cardBannerList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .cardBannerList.cell02 .cardBannerList__item {
    width: 49%;
  }
  .cardBannerList.cell02 .cardBannerList__item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .cardBannerList.cell02 .cardBannerList__photo {
    width: 41%;
  }
  .cardBannerList.cell02 .cardBannerList__details {
    width: 59%;
  }
  .cardBannerList.cell03 .cardBannerList__item {
    width: 32%;
  }
  .cardBannerList.cell03 .cardBannerList__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .cardBannerList.cell03 .cardBannerList__photo {
    width: 28%;
  }
  .cardBannerList.cell03 .cardBannerList__details {
    width: 72%;
  }
}
.cardBannerList__item {
  border: 1px solid #CCCCCC;
}
.cardBannerList__body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cardBannerList__photo {
  height: 8.8rem;
}
.cardBannerList__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardBannerList__details {
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cardBannerList .title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}

.cSearchBox__title--search {
  background: url(../img/icon_search_black.svg) no-repeat left 0.4rem center;
  background-size: 1.4rem auto;
  padding: 1rem 0 1rem 2.5rem;
  margin-bottom: 0.3rem;
}
.cSearchBox__title--mypage {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
  padding: 1.3rem 0 1.3rem;
  margin-bottom: 2.3rem;
}
.cSearchBox__title--mypage a {
  display: block;
  background: url(../img/icon_human_black.svg) no-repeat left 0.4rem center;
  background-size: 1.3rem auto;
  padding-left: 2.5rem;
}
.cSearchBox__moreBtn {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: 400;
  width: 100%;
  padding: 0.1rem 3rem 0 1.4rem;
  background-position: right 1.5rem center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cSearchBox__moreBtn {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
.cSearchBox__moreBtn span {
  background: url(../img/icon_search_white02.svg) no-repeat left center;
  background-size: 1.3rem auto;
  padding-left: 2.2rem;
}
@media screen and (min-width: 768px) {
  .cSearchBox__moreBtn:hover {
    background-position: right 1rem center;
  }
}
.cSearchBox__title--category {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1rem;
  margin-bottom: 1.8rem;
  margin-top: 2.5rem;
}
.cSearchBox__title--category a {
  display: block;
  background: url(../img/arrowShort_right_black.svg) no-repeat right 0.3rem center;
  background-size: 0.4rem auto;
  padding-right: 1rem;
}
.cSearchBox__title--category:first-child {
  margin-top: 0;
}
.cSearchBox__list {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.cSearchBox__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.cSearchBox__list li a {
  display: block;
  background: url(../img/arrowShort_right_black.svg) no-repeat right 0.3rem center;
  background-size: 0.4rem auto;
  padding-right: 1rem;
}
.cSearchBox__bannerList {
  margin-top: 2.7rem;
}
.cSearchBox__bannerList li {
  border: 1px solid #CCCCCC;
}
.cSearchBox__bannerList li:not(:last-child) {
  margin-bottom: 1rem;
}
.cSearchBox__bannerList li a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 5.2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .cSearchBox__bannerList li a:hover img {
    opacity: 1;
  }
}
.cSearchBox__bannerList li a .photo {
  width: 4rem;
  height: 100%;
}
.cSearchBox__bannerList li a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cSearchBox__bannerList li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: calc(100% - 4rem);
}
.cSearchBox__bannerList li a p span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.cSearchBox .type--colorBtn {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 18.7rem;
  padding: 1rem;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .cSearchBox .type--colorBtn {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .cSearchBox .type--colorBtn {
    max-width: 23.5rem;
    min-height: 4rem;
  }
}
.cSearchBox__logout {
  margin-top: 2rem;
}

.checkList li {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
  padding-left: 2.6rem;
}
.checkList li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.checkList li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #262626 url(../img/icon_check_white.svg) no-repeat center;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.itemPhoto__thumb {
  display: none;
  height: auto !important;
  margin-bottom: 1rem;
}
.itemPhoto__thumb .slick-track {
  display: flex;
}
.itemPhoto__thumb.slick-dotted {
  margin: 0;
}
.itemPhoto__thumb.slick-initialized {
  display: block;
}
.itemPhoto__thumb .slick-slide {
  aspect-ratio: 500/500;
}
.itemPhoto__thumb .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemPhoto__nav {
  display: none;
  height: auto !important;
}
.itemPhoto__nav .slick-track {
  display: flex;
}
.itemPhoto__nav.slick-dotted {
  margin: 0;
}
.itemPhoto__nav.slick-initialized {
  display: block;
}
.itemPhoto__nav .navItem {
  padding: 0 0.5rem;
  width: 9rem;
  height: 8rem;
  aspect-ratio: 80/80;
}
.itemPhoto__nav .navItem.slick-active img {
  border: 1px solid #262626;
}
.itemPhoto__nav .navItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemPhoto__nav .slickIcon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.itemPhoto__nav .slickIcon.slickIconPrev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  background-size: 0.5rem auto;
  left: -2rem;
}
.itemPhoto__nav .slickIcon.slickIconNext {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  background-size: 0.5rem auto;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .itemPhoto__nav .slickIcon.slickIconPrev {
    background-position: center;
  }
  .itemPhoto__nav .slickIcon.slickIconNext {
    background-position: center;
  }
}

.tagList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tagList li {
  margin-right: 2px;
  background-color: #f7f7f7;
  padding: 0.7rem 0.4rem;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
  color: #fff;
}
.tagList li.reserve {
  background-color: #bfa84a;
}

.productSearch__btn {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 1;
}
.productSearch__btn button {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  color: #fff;
  background: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.productSearch__btn button img {
  width: 2.6rem;
}
.productSearch__btn p {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.productSearch__btn.faq__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262626;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
}
.productSearch__btn.faq__btn img {
  width: 2.3rem;
}
.productSearch__main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  width: calc(100% - 5rem);
  max-width: 100rem;
  max-height: calc(100vh - 16rem);
  background: #fff;
  border-radius: 0.8rem;
  padding: 4.7rem 6rem 7rem;
  display: none;
}
.productSearch__inner {
  max-height: calc(100vh - 27.7rem);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}
.productSearch__inner::-webkit-scrollbar {
  display: none;
}
.productSearch .title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1.8rem;
  font-size: 2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .productSearch .title {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.productSearch .searchSingle:not(:last-child) {
  margin-bottom: 1.2rem;
}
.productSearch .searchSingle dt {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.productSearch .searchSingle.hidden {
  display: none;
}
.productSearch .searchFlex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.productSearch .searchFlex .searchSingle {
  width: calc((100% - 6rem) / 3);
  margin-bottom: 0;
}
.productSearch .searchFlex .searchSingle dt {
  margin-bottom: 0;
}
.productSearch__submit {
  background-color: #3B3B3B;
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 7rem;
  z-index: 1;
}
.productSearch__submit .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 27rem;
  min-height: 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #fff url(../img/arrowShort_right_black.svg) no-repeat right 2rem center;
  background-size: 0.5rem auto;
  margin: 0 auto;
}
.productSearch__submit .reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.5rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .productSearch__submit .reset:hover {
    text-decoration: none;
  }
}
.productSearch__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.productSearch__close img {
  width: 18px;
  height: 18px;
}

.siteSearch__trigger {
  display: block;
  background: url(../img/icon_search_black.svg) no-repeat center;
  width: 2.2rem;
  height: 2.2rem;
}
.siteSearch__form {
  max-width: 40rem;
  width: 100%;
  position: relative;
}
.siteSearch__input {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #262626;
  padding: 1rem 5rem 1rem 1.7rem;
}
.siteSearch__input::-webkit-input-placeholder {
  color: #A8A8A8;
}
.siteSearch__input::-ms-input-placeholder {
  color: #A8A8A8;
}
.siteSearch__input::-ms-input-placeholder {
  color: #A8A8A8;
}
.siteSearch__input::placeholder {
  color: #A8A8A8;
}
.siteSearch__submit {
  display: block;
  width: 5rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icon_search_black.svg) no-repeat right 1.8rem center;
  background-size: 1.7rem auto;
  z-index: 1;
  border: none;
}

#cardlayout-wrap {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#cardlayout-wrap .card-list {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  width: 33.3333333333%;
}
#cardlayout-wrap .card-link {
  position: relative;
  display: block;
  padding: 1.7rem 1.5rem 1.8rem;
  pointer-events: none;
}
#cardlayout-wrap .card-link > div:not(.sub) {
  display: none;
}
#cardlayout-wrap .card-link .sub {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #aca279;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}
#cardlayout-wrap .card-link .card-title {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 5rem;
  margin-bottom: 1rem;
}
#cardlayout-wrap .card-link .card-text-tax {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}
#cardlayout-wrap .card-link .card-text-tax.towelGift {
  position: relative;
  padding-right: 9rem;
  min-height: 8rem;
}
#cardlayout-wrap .card-link .card-text-tax.towelGift span {
  color: #aca279;
}
#cardlayout-wrap .card-link .card-text-tax.towelGift img {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.2rem;
}
#cardlayout-wrap .card-link.link {
  pointer-events: inherit;
}
#cardlayout-wrap .card-link.link a {
  text-decoration: underline;
}

.cardlayout--attention {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.6rem;
}
.cardlayout--attention li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.cardlayout--attention li::before {
  content: "※";
  margin-right: 0.3rem;
}
.cardlayout--attention li:not(:last-child) {
  margin-bottom: 0;
}

.fs-c-inputField__field {
  position: relative;
}

.fs-c-button--particular {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9rem auto;
}
.fs-c-button--particular.fs-c-button--hidePassword {
  background-image: url(../img/icon_hidePassword_open.svg);
}
.fs-c-button--particular.fs-c-button--displayPassword {
  background-image: url(../img/icon_hidePassword.svg);
}

.fs-c-inputTable {
  width: 100%;
}
.fs-c-inputTable th,
.fs-c-inputTable td {
  width: 100%;
  display: block;
  text-align: left;
}
.fs-c-inputTable th {
  padding: 1.3rem 0 0.2rem;
}
.fs-c-inputTable .fs-c-inputTable__label {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
}
.fs-c-inputTable .fs-c-inputField__field input {
  border-radius: 0.4rem;
}

.fs-c-button--login,
.fs-c-button--memberRegister,
.fs-c-button--guestPurchase,
.fs-c-button--change,
.fs-c-button--secondary {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: none;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .fs-c-button--login,
  .fs-c-button--memberRegister,
  .fs-c-button--guestPurchase,
  .fs-c-button--change,
  .fs-c-button--secondary {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--login:hover,
  .fs-c-button--memberRegister:hover,
  .fs-c-button--guestPurchase:hover,
  .fs-c-button--change:hover,
  .fs-c-button--secondary:hover {
    background-position: right 1rem center;
  }
}

.fs-c-button--register,
.fs-c-button--send,
.fs-c-button--authenticatePassword {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  min-height: 5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .fs-c-button--register,
  .fs-c-button--send,
  .fs-c-button--authenticatePassword {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--register:hover,
  .fs-c-button--send:hover,
  .fs-c-button--authenticatePassword:hover {
    background-position: right 1rem center;
  }
}

.fs-c-buttonContainer--authenticatePassword {
  color: #fff;
}

.fs-c-productActionButton {
  margin-top: 2.5rem;
}
.fs-c-productActionButton button {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 18.7rem;
  padding: 1rem;
  background-image: none;
  padding: 1rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fs-c-productActionButton button {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-productActionButton button {
    max-width: 23.5rem;
    min-height: 4rem;
  }
}

.formStepListBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.formStepListBox .formStepList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.formStepListBox .formStepList::before {
  content: "";
  display: block;
  width: calc(100% - 8rem);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.formStepListBox .formStepList li {
  max-width: 12.5rem;
}
.formStepListBox .formStepList li:not(:last-child) {
  margin-right: 3.5rem;
}
.formStepListBox .formStepList li.now .num {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.formStepListBox .formStepList li.now p {
  color: #262626;
}
.formStepListBox .formStepList li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  text-align: center;
  color: #ccc;
  background-color: #f7f7f7;
  border: 1px solid #CCCCCC;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 1;
}
.formStepListBox .formStepList li p {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #ccc;
  text-align: center;
}

.fs-c-inputInformation__message {
  counter-reset: messageNum;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.fs-c-inputInformation__message li {
  text-align: center;
  text-indent: -2rem;
  padding-left: 2rem;
}
.fs-c-inputInformation__message li::before {
  text-indent: 0;
  text-align: center;
  counter-increment: messageNum;
  content: counter(messageNum);
  display: inline-block;
  border: 1px solid;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.stepPhotoBox {
  counter-reset: stepPhotoBoxNum;
}
.stepPhotoBox__item {
  position: relative;
  padding-left: calc(30% + 3rem);
  min-height: 22.5rem;
}
.stepPhotoBox__item:not(:last-child) {
  margin-bottom: 3rem;
}
.stepPhotoBox .title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 1.4rem 0 0 6rem;
  min-height: 5rem;
  margin-bottom: 2.8rem;
}
.stepPhotoBox .title::before {
  counter-increment: stepPhotoBoxNum;
  content: counter(stepPhotoBoxNum);
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  background-color: #262626;
  border: 1px solid #262626;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.stepPhotoBox__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  aspect-ratio: 300/225;
}
.stepPhotoBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stepPhotoBox__details {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}

.categorySelect__single {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.categorySelect__single:not(:last-child) {
  margin-bottom: 0.5rem;
}
.categorySelect__title {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  color: #aca279;
}
.categorySelect__title::after {
  content: "：";
  margin: 0 1.5rem;
}
.categorySelect__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
.categorySelect__list li {
  margin-bottom: 0.8rem;
}
.categorySelect__list li:not(:last-child) {
  margin-right: 2rem;
}
.categorySelect__list li.active a {
  color: #262626;
  border-bottom: 1px solid #262626;
}
.categorySelect__list li a {
  color: #bebebe;
  padding-bottom: 0.6rem;
}
.categorySelect .selectBox {
  position: relative;
  width: 30rem;
}
.categorySelect .selectBox::after {
  content: "";
  display: block;
  background-image: url("../img/arrowShort_bottom_gray.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 0.6rem;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.categorySelect .selectBox select {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
  padding: 1.1rem 1.3rem 0.9rem;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #262626;
}
.categorySelect .selectBox select::-webkit-input-placeholder {
  color: #A8A8A8;
}
.categorySelect .selectBox select::-ms-input-placeholder {
  color: #A8A8A8;
}
.categorySelect .selectBox select::-ms-input-placeholder {
  color: #A8A8A8;
}
.categorySelect .selectBox select::placeholder {
  color: #A8A8A8;
}
@media screen and (min-width: 768px) {
  .categorySelect .type--store .categorySelect__title {
    width: 9.5rem;
  }
  .categorySelect .type--store .categorySelect__list {
    width: calc(100% - 9.5rem);
  }
  .categorySelect .type--category .categorySelect__title {
    width: 12.6rem;
  }
  .categorySelect .type--category .categorySelect__list {
    width: calc(100% - 12.6rem);
  }
  .categorySelect .type--year {
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
  }
  .categorySelect .type--year .categorySelect__title {
    width: 8.6rem;
  }
  .categorySelect .type--year .categorySelect__list {
    width: calc(100% - 8.5rem);
  }
  .categorySelect .type--competition .categorySelect__title {
    width: 15.1rem;
  }
  .categorySelect .type--competition .categorySelect__list {
    width: calc(100% - 15.1rem);
  }
}

.fs-p-accountInfo {
  background-color: #F7F7F7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 2.2rem 0.5rem 3.5rem;
  display: flex !important;
}
.fs-p-accountInfo__header {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.fs-p-accountInfo__accountName {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 700;
  white-space: nowrap;
}
.fs-p-accountInfo__accountName__nameLabel {
  margin-left: 0;
}
.fs-p-accountInfo__body {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.fs-p-accountInfo__body div, .fs-p-accountInfo__body span {
  display: inline-block;
}
.fs-p-accountInfo__point {
  margin-right: 1rem;
}
.fs-p-accountInfo__point__label {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-p-accountInfo__point__point__available {
  color: #ACA279;
}
.fs-p-accountInfo__point__point__available__number {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
.fs-p-accountInfo__point__point__available__numberLabel {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-p-accountInfo__point__point__rate {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.fs-p-accountInfo .fs-c-purchasePointExpiration {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-c-accountService {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-accountService__page {
  width: 25%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon01.svg);
  padding-left: 3.3rem;
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon02.svg);
}
.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon09.svg);
  padding-left: 3.4rem;
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon03.svg);
  padding-left: 3.5rem;
}
.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon04.svg);
  padding-left: 3.3rem;
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon05.svg);
  padding-left: 2.8rem;
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon06.svg);
  padding-left: 3rem;
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon07.svg);
  padding-left: 2.8rem;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label span {
  background-image: url(../img/accountService_icon08.svg);
  padding-left: 3.5rem;
}
.fs-c-accountService__pageLink {
  display: block;
  width: 100%;
  height: 7.8rem;
}
.fs-c-accountService__pageLink__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.fs-c-accountService__pageLink__label span {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 0.5rem 0.5rem 4rem;
}
.fs-c-accountService--asideLink {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 2rem;
}
.fs-c-accountService--asideLink a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-c-accountService--asideLink a:hover {
    text-decoration: none;
  }
}
.fs-c-accountService--asideLink a + a {
  margin-left: 2rem;
}

.fs-c-addressBookList__addButton a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (max-width: 767px) {
  .fs-c-addressBookList__addButton a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
.fs-c-addressBookList__count {
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
  margin: 4.5rem 0 6.5rem;
  padding: 0 0 0.8rem;
}
.fs-c-addressBookList__count .fs-c-addressBookCount__label, .fs-c-addressBookList__count .fs-c-addressBookCount__count, .fs-c-addressBookList__count .fs-c-addressBookCount__addon {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-c-addressBookList__count .fs-c-addressBookCount__count {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
.fs-c-addressBookList__list {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  width: 100%;
}
.fs-c-addressBookList__list tr:first-child td {
  position: relative;
}
.fs-c-addressBookList__list tr:first-child td::before {
  text-align: center;
  position: absolute;
  top: -2.7rem;
  left: 0;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-c-addressBookList__list tr:first-child td:nth-child(1)::before {
  content: "お届け先氏名";
}
.fs-c-addressBookList__list tr:first-child td:nth-child(2)::before {
  content: "お届け先";
}
.fs-c-addressBookList__list td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  vertical-align: top;
  padding: 2rem;
}
.fs-c-addressBookList__list td:first-child {
  white-space: nowrap;
}
.fs-c-addressBookList__list td ruby {
  padding: 1.2rem 0 0;
  text-align: center;
  width: 100%;
  display: block;
}
.fs-c-addressBookList__list td .fs-c-address > span {
  display: block;
}
.fs-c-addressBookList__list td .fs-c-address__zipCode::before {
  content: "〒";
}
.fs-c-addressBookList__list td .fs-c-address__tel {
  margin-top: 1rem;
}
.fs-c-addressBookList__list td .fs-c-address__tel::before {
  content: "TEL：";
}
.fs-c-addressBookList__list td:last-child {
  vertical-align: middle;
  width: 16rem;
}
.fs-c-addressBookList__list td .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.fs-c-addressBookList__list td .fs-c-buttonContainer a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 18.7rem;
  padding: 1rem;
  background-image: none;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .fs-c-addressBookList__list td .fs-c-buttonContainer a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-addressBookList__list td .fs-c-buttonContainer a {
    max-width: 23.5rem;
    min-height: 4rem;
  }
}
.fs-c-addressBookList__list td .fs-c-buttonContainer button {
  text-decoration: underline;
}

.type--orders .fs-c-history__info {
  padding: 1rem 4rem 1rem 1rem;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.type--orders .fs-c-history__termCtrl {
  width: 14rem;
}
.type--orders .fs-c-history__termCtrl .fs-c-dropdown select {
  height: 4rem;
}
.type--orders .fs-c-history__infoSummary {
  width: calc(100% - 14rem);
  text-align: right;
}
@media screen and (min-width: 768px) {
  .type--orders .fs-c-history__infoSummary * {
    display: inline-block;
  }
}
.type--orders .fs-c-history__term {
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-right: 2rem;
}
.type--orders .fs-c-history .fs-c-pairList dt {
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.type--orders .fs-c-history .fs-c-pairList dt::after {
  content: "：";
}
.type--orders .fs-c-history .fs-c-pairList dd {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #aca279;
}
.type--orders .fs-c-history .fs-c-pairList dd:not(:last-child) {
  margin-right: 0.5rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistory {
  margin: 2rem 0;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem {
  border: 1px solid #ccc;
  padding: 2rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem:not(:last-child) {
  margin-bottom: 2rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 14rem);
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo__info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 19rem;
  margin-right: 1rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo__info dt::after {
  content: "：";
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 500;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button {
  width: 12rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button a:hover {
    background-position: right 1rem center;
  }
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__product {
  position: relative;
  padding-left: 20rem;
  min-height: 18rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__product:not(:last-child) {
  margin-bottom: 2rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productImage {
  width: 18rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productImage a {
  display: block;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productImage a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productName {
  margin-bottom: 1rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productName a {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productName .fs-c-listedProductName__variation {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: block;
  margin-top: 0.2rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productName .fs-c-listedProductName__variation::before {
  content: "（";
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productName .fs-c-listedProductName__variation::after {
  content: "）";
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__unitPrice {
  margin-bottom: 1rem;
  color: #959595;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main__price {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__addon {
  font-size: 1.1rem;
  font-weight: 700;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productQuantity__label::after, .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__deliveryInfo dt::after {
  content: "：";
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__deliveryInfo dt, .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__deliveryInfo dd {
  display: inline-block;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__deliveryInfo dd {
  color: #aca279;
  font-weight: 700;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__button {
  text-align: right;
  font-size: 1.4rem;
}
.type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__button a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__button a:hover {
    text-decoration: none;
  }
}
.type--points .fs-c-history__info {
  padding: 2rem;
  background-color: #F7F7F7;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary {
    position: relative;
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.025em;
    font-weight: 700;
    padding: 1rem 0 0 37.5rem;
    min-height: 10rem;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt {
    width: 50%;
    display: inline-block;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt::after {
    content: "：";
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt.fs-c-pointSummary__label--availablePoint {
    display: block;
    background-color: #fff;
    width: 17.5rem;
    padding: 2.5rem 0 0 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 5.5rem;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt.fs-c-pointSummary__label--limitedPoint {
    display: block;
    background-color: #fff;
    width: 22rem;
    padding: 0 0 0 2.5rem;
    position: absolute;
    top: 5.5rem;
    left: 0;
    text-align: left;
    font-weight: 500;
    height: 4.5rem;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd {
    width: 48%;
    display: inline-block;
    text-align: right;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--availablePoint {
    display: block;
    position: absolute;
    top: 0;
    left: 17.5rem;
    width: 18rem;
    background-color: #fff;
    color: #aca279;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 700;
    padding: 2.4rem 2.5rem 0 0;
    height: 5.5rem;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--availablePoint span {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--limitedPoint {
    display: block;
    position: absolute;
    top: 5.5rem;
    left: 22rem;
    width: 13.5rem;
    background-color: #fff;
    padding: 0 2.5rem 0 0;
    text-align: right;
    font-weight: 500;
    height: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .type--points .fs-c-history__listContainer .fs-c-pointListTable {
    width: 100%;
    margin: 2rem 0;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable thead th {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
    padding-bottom: 0.6rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 1rem 1.5rem 0.8rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td:nth-child(2) {
    text-align: left;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td:nth-child(4) {
    background-color: #f7f5ec;
    font-weight: 700;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td:nth-child(4) .fs-c-symbol {
    font-weight: 500;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td dl * {
    display: inline-block;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td dl dt::after {
    content: ":";
  }
  .type--points .fs-c-history__termCtrl .fs-c-dropdown {
    width: 14rem;
  }
}

.fs-c-productList__controller:not(:first-child) {
  border-top: 1px solid #292929;
  margin-top: 5.5rem;
}

.fs-c-listControl {
  text-align: right;
  margin: 1rem 0 4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: baseline;
}

.type--reviews .fs-c-history .fs-c-reviewList {
  margin: 2rem 0;
}
.type--reviews .fs-c-history .fs-c-reviewList__item {
  border: 1px solid #ccc;
  padding: 2rem 2rem 2rem 22rem;
  position: relative;
  min-height: 22rem;
}
.type--reviews .fs-c-history .fs-c-reviewList__item:not(:last-child) {
  margin-bottom: 2rem;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__image {
  width: 18rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__image a {
  display: block;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__info {
  padding: 3rem 18rem 0 0;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  font-weight: 700 !important;
}
.type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewRating {
  position: absolute;
  top: 3rem;
  left: 22rem;
}
.type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__date {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__date dt::after {
  content: ":";
}
.type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__status {
  position: absolute;
  right: 2rem;
  top: 5rem;
}
.type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__status .fs-c-reviewStatus {
  background: #E6E2D2;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding: 0.4rem 1rem;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__body {
  margin: 2rem 0 2.5rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__editButton {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.type--reviews .fs-c-history .fs-c-reviewList__item__editButton a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  width: 18rem;
  font-size: 1.3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .type--reviews .fs-c-history .fs-c-reviewList__item__editButton a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .type--reviews .fs-c-history .fs-c-reviewList__item__editButton a:hover {
    background-position: right 1rem center;
  }
}

.fs-c-reviewStars {
  line-height: 1;
  color: #D9D9D9;
  font-size: 1.4rem;
  align-items: center;
  padding: 0 0.5rem 0.2rem 1rem;
}
.fs-c-reviewStars[data-ratingCount="1.0"]::before {
  content: "★";
}
.fs-c-reviewStars[data-ratingCount="1.0"]::after {
  content: "★★★★";
}
.fs-c-reviewStars[data-ratingCount="2.0"]::before {
  content: "★★";
}
.fs-c-reviewStars[data-ratingCount="2.0"]::after {
  content: "★★★";
}
.fs-c-reviewStars[data-ratingCount="3.0"]::before {
  content: "★★★";
}
.fs-c-reviewStars[data-ratingCount="3.0"]::after {
  content: "★★";
}
.fs-c-reviewStars[data-ratingCount="4.0"]::before {
  content: "★★★★";
}
.fs-c-reviewStars[data-ratingCount="4.0"]::after {
  content: "★";
}
.fs-c-reviewStars[data-ratingCount="5.0"]::before {
  content: "★★★★★";
}
.fs-c-reviewStars::before {
  color: #262626;
  font-size: 1.4rem;
}
.fs-c-reviewStars::after {
  font-family: "fs-icon" !important;
  font-size: 1.4rem;
}

.fs-c-productList__list__item {
  position: relative;
}
.fs-c-productListItem__imageContainer {
  margin-bottom: 1.8rem;
}
.fs-c-productListItem__image {
  border: 1px solid #f7f7f7;
}
.fs-c-productListItem__image a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.fs-c-productListItem__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-c-productListItem__productName {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.fs-c-productListItem__productName a .fs-c-productName__name {
  display: block;
}
.fs-c-productListItem__productName a .fs-c-productName__variation {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.fs-c-productListItem__prices {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #959595;
  margin: 1.3rem 0 1.6rem;
}
.fs-c-productListItem__prices .fs-c-productPrice__addon {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.3rem;
}
.fr2-listItem__productPrice {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #959595;
  margin: 1.3rem 0 1.6rem;
}
.fr2-listItem__productPrice .fr2-price__addon {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.3rem;
}

.fs-c-productList .productRating .fs-c-reviewStars::before,
.fs-c-productList .productRating .fs-c-reviewStars::after {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}
.fs-c-productList .productRating .fs-c-rating + div {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #959595;
}
.fs-c-productList .fs-c-productListItem__notice.fs-c-productStock {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 1.3rem;
}
.fs-c-productListItem__control {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.fs-c-productListItem__control .fs-c-button--image {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  z-index: 1;
}
.snsBox {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.snsBox__title {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 700;
  width: calc(100% - 30rem);
}
.snsBox__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.snsBox__list li:not(:last-child) {
  margin-right: 1rem;
}
.snsBox__list li a {
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 14rem;
  height: 4rem;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  border-radius: 4rem;
}
.snsBox__list li a span {
  transition: background-image ease 0.3s;
}
.snsBox__list li a.facebook span {
  background: url(../img/icon_facebook_gray.svg) no-repeat left center;
  background-size: 1.9rem auto;
  padding: 1rem 0 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .snsBox__list li a.facebook:hover span {
    background-image: url(../img/icon_facebook_color.svg);
  }
}
.snsBox__list li a.twitter span {
  background: url(../img/icon_twitter_gray.svg) no-repeat left center;
  background-size: 1.8rem auto;
  padding: 1rem 0 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .snsBox__list li a.twitter:hover span {
    background-image: url(../img/icon_twitter_color.svg);
  }
}

.fs-c-orderDetail__data {
  margin-bottom: 2.5rem;
}
.fs-c-orderDetailList {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.fs-c-orderDetailList:after {
  content: "";
  display: block;
  clear: both;
}
.fs-c-orderDetailList dt {
  font-weight: 700;
  float: left;
  clear: left;
}
.fs-c-orderDetailList dt::after {
  content: ":";
  margin-right: 0.5rem;
}
.fs-c-orderDetailList dd {
  float: left;
}
.fs-c-orderDetail .fs-c-heading {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee {
  border: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 2rem 2rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__heading {
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__addressee {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  width: 100%;
  margin-bottom: 1.5rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__addressee:after {
  content: "";
  display: block;
  clear: both;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt {
  font-weight: 700;
  float: left;
  clear: left;
  margin-bottom: 0.7rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt::after {
  content: ":";
  margin: 0 0.5rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__addressee dd {
  float: left;
  margin-bottom: 0.7rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee__orderDeliveryInfo {
  width: 22rem;
  padding-top: 3rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-orderTotalInfo {
  background: #F7F7F7;
  padding: 2rem 1.8rem 2rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList {
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: block;
  margin-top: 1.7rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList:after {
  content: "";
  display: block;
  clear: both;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList dt {
  border: none;
  padding: 0;
  font-weight: 700;
  float: left;
  clear: left;
  margin-bottom: 1.5rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList dt::after {
  content: ":";
  margin: 0 0.5rem 0 0;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList dd {
  border: none;
  float: left;
  padding: 0;
  margin-bottom: 1.5rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList__deliveryStatus {
  font-size: 1.6rem;
}
.fs-c-orderDetail .fs-c-orderPerAddressee .fs-c-deliveryInfoList__deliveryStatus + dd {
  font-size: 1.8rem;
  font-weight: 700;
  color: #aca279;
}
.fs-c-orderDetail .fs-c-cartTable {
  width: 46.5rem;
}
.fs-c-orderDetail .fs-c-cartTable thead {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.fs-c-orderDetail .fs-c-cartTable thead th {
  padding: 0 0 1.5rem;
}
.fs-c-orderDetail .fs-c-cartTable thead .fs-c-cartTable__headerCell--action {
  display: none;
}
.fs-c-orderDetail .fs-c-cartTable tbody {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.fs-c-orderDetail .fs-c-cartTable tbody tr {
  position: relative;
}
.fs-c-orderDetail .fs-c-cartTable tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product {
  width: calc(100% - 14.8rem);
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productImage {
  width: 11rem;
  min-width: 11rem;
  padding: 0;
  margin-right: 1rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productImage__image {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  padding-bottom: 2.5rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo .fs-c-listedProductName__name {
  font-weight: 700;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
  margin: 0.7rem 0 1.5rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--quantity {
  vertical-align: middle;
  text-align: center;
  width: 5.4rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--subtotal {
  vertical-align: middle;
  text-align: center;
  width: 9.4rem;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--review {
  position: absolute;
  bottom: 1rem;
  left: 13rem;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0;
}
.fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--review a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--review a:hover {
    text-decoration: none;
  }
}
.fs-c-orderDetail .fs-c-orderTotalTable {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.fs-c-orderDetail .fs-c-orderTotalTable th {
  text-align: left;
  border: none;
  padding: 0 0 0.5rem;
  color: #000;
}
.fs-c-orderDetail .fs-c-orderTotalTable td {
  text-align: right;
  border: none;
  padding: 0 0 0.5rem;
}
.fs-c-orderDetail .fs-c-orderTotalTable td .fs-c-price {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #aca279;
}
.fs-c-orderDetail .fs-c-orderTotalTable__total th, .fs-c-orderDetail .fs-c-orderTotalTable__grandTotal th {
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.fs-c-orderDetail .fs-c-orderTotalTable__total td, .fs-c-orderDetail .fs-c-orderTotalTable__grandTotal td {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.fs-c-orderDetail .fs-c-orderTotalTable__earnPoints th, .fs-c-orderDetail .fs-c-orderTotalTable__earnPoints td {
  padding-top: 1rem;
}
.fs-c-orderDetail__orderInfo {
  margin-top: 4rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 2rem 2rem;
}
.fs-c-orderDetail__orderInfo .fs-c-heading {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.fs-c-orderDetail__orderInfo .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  padding-bottom: 0;
}
.fs-c-orderDetail__orderInfo .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-orderHistoryItem__productName__name {
  font-weight: 700;
}
.fs-c-orderDetailInfo__orderTotal {
  min-width: 22rem;
  width: auto;
  padding-top: 3rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable {
  background: #F7F7F7;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr:first-child th, .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr:first-child td {
  padding-top: 1.8rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr:last-child th, .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr:last-child td {
  padding-bottom: 2rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable th {
  padding-left: 1.8rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable td {
  padding-right: 1.8rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable {
  margin-top: 1.7rem;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th, .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable td {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  border: none;
  padding: 0;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th {
  font-weight: 700;
}
.fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th::after {
  content: ":";
  margin: 0 0.5rem 0 0;
}

.fs-c-variationAndActions {
  margin-bottom: 2.5rem;
}
.fs-c-variationAndActions__variationLabel {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.fs-c-variationList {
  border-top: 1px solid #CCCCCC;
}
.fs-c-variationList__item {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding: 1rem 1.4rem 1rem 8.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 7.1rem;
}
.fs-c-variationList__item__title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  max-width: 10.5rem;
  width: 100%;
}
.fs-c-variationList__item__body {
  margin: 0;
}
.fs-c-variationList__item__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fs-c-variationList__item__image img {
  aspect-ratio: 1/1;
  width: 7rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fs-c-variationList__item__cart {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fs-c-variationList__item__cart li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 19.5rem;
  position: relative;
}
.fs-c-variationList .fs-c-variationCart__variationName {
  width: 100%;
  order: 3;
  line-height: 1;
}
.fs-c-variationList .fs-c-variationCart__variationName__name {
  display: none;
}
.fs-c-variationList .fs-c-variationCart__variationName__stock, .fs-c-variationList .fs-c-variationCart__variationName__shippingDate {
  padding: 1rem 0 0 0;
}
.fs-c-variationList .fs-c-variationCart__wishlist {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fs-c-variationList .fs-c-variationCart__cartButton {
  margin-right: 1.5rem;
}
.fs-c-variationList .fs-c-variationCart__cartButton button {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 18.7rem;
  padding: 1rem;
  background-image: none;
  width: 15rem;
  padding: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-variationList .fs-c-variationCart__cartButton button {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-variationList .fs-c-variationCart__cartButton button {
    max-width: 23.5rem;
    min-height: 4rem;
  }
}
.fs-c-variationList .fs-c-variationCart__cartButton button.fs-c-button--secondary {
  background: #fff;
  color: #262626;
  border: 1px solid #262626;
}

.review__leadBlock {
  margin: 3rem 0 2.5rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}
.review__lead {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.fs-c-productReview {
  margin: 2.5rem 0 3rem;
}
.fs-c-productReview__aggregateRating {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-productReview__aggregateRating::before {
  content: "お客様のレビュー";
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating::before {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0.5rem 1rem 0 0;
}
.fs-c-productReview__aggregateRating .fs-c-rating__stars::before, .fs-c-productReview__aggregateRating .fs-c-rating__stars::after {
  font-size: 1.8rem;
}
.fs-c-productReview__aggregateRating .fs-c-rating__value {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 1rem;
}
.fs-c-productReview__aggregateRating .fs-c-aggregateRating__count {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #959595;
}
.fs-c-productReview__aggregateRating .fs-c-aggregateRating__count::before {
  content: "（";
}
.fs-c-productReview__aggregateRating .fs-c-aggregateRating__count::after {
  content: "）";
}
.fs-c-productReview .fs-c-reviewList__item {
  border: 1px solid #ccc;
  padding: 1.7rem 2rem 5.5rem;
}
.fs-c-productReview .fs-c-reviewList__item:not(:last-child) {
  margin-bottom: 2rem;
}
.fs-c-productReview .fs-c-reviewList__item__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewer {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewer__name {
  margin-right: 3rem;
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewer__name a {
  color: #ACA279;
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewInfo__date {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 9.3rem;
  margin-bottom: 0.5rem;
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewInfo__date dt::after {
  content: "：";
}
.fs-c-productReview .fs-c-reviewList .fs-c-reviewRating {
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.fs-c-productReview .fs-c-reviewList__item__body {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.fs-c-productReview__allReviews, .fs-c-productReview__addReview {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.fs-c-productReview__allReviews a, .fs-c-productReview__addReview a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-c-productReview__allReviews a:hover, .fs-c-productReview__addReview a:hover {
    text-decoration: none;
  }
}

.categoryHeadBox {
  padding: 1rem 0 0;
}
.categoryHeadBox__title {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.categoryHeadBox__textBox {
  margin-bottom: 2.5rem;
}
.categoryHeadBox__textBox p {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.categoryHeadBox__textBox p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .categoryHeadBox__textBox p a:hover {
    text-decoration: none;
  }
}
.categoryHeadBox__banner {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .categoryHeadBox__banner ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .categoryHeadBox__banner ul:not(:last-child) {
    margin-bottom: 2rem;
  }
  .categoryHeadBox__banner ul li {
    width: calc((100% - 4rem) / 3);
    margin-bottom: 1rem;
  }
  .categoryHeadBox__banner ul li:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
}
.categoryHeadBox__banner .type--photo li a {
  height: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  border: 1px solid #ccc;
}
.categoryHeadBox__banner .type--photo li .photo {
  width: 5rem;
  aspect-ratio: 1/1;
}
.categoryHeadBox__banner .type--photo li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.categoryHeadBox__banner .type--photo li .text {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0 0 0 1rem;
}
.categoryHeadBox__banner .type--banner li a {
  display: block;
}
.categoryHeadBox__banner .type--banner li.two {
  width: calc((100% - 4rem) / 2);
}
.categoryHeadBox__question {
  margin-bottom: 5rem;
  background-color: #F7F7F7;
  background-image: url(../img/page/icon_question.svg);
  background-repeat: no-repeat;
  background-position: left 1.7rem center;
  border-radius: 6px;
  padding: 1.4rem 1.4rem 1.4rem 6.4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
}
.categoryHeadBox__question a {
  margin-left: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #262626;
}

.formArea {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 9.4rem;
}
.formArea__step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.formArea__step li {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  color: #BEBEBE;
  text-align: center;
}
.formArea__step li.now {
  color: #ACA279;
  font-weight: 700;
}
.formArea__step li:not(:last-child) {
  margin-right: 4.1rem;
}
.formArea__title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.formArea__read {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 6.5rem;
}
.formArea__single:not(:last-child) {
  margin-bottom: 2.7rem;
}
.formArea__single.required dt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.formArea__single.required dt::after {
  content: "必須";
  color: #aca279;
  margin-left: 2.2rem;
}
.formArea__single dt {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.formArea__single dd {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.formArea__single.boxStyle {
  border: 1px solid #CCCCCC;
  padding: 2.7rem 3rem 2.2rem;
}
.formArea__single.boxStyle dt {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
.formArea__single.boxStyle dd {
  font-size: 1.4rem;
}
.formArea__single.boxStyle .boxStyle__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formArea__single.boxStyle .boxStyle__text {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 12rem);
}
.formArea__single.boxStyle .boxStyle__text p:not(:last-child) {
  margin-right: 2rem;
}
.formArea__single.boxStyle .boxStyle__select a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .formArea__single.boxStyle .boxStyle__select a:hover {
    text-decoration: none;
  }
}
.formArea__privacy {
  background-color: #F7F7F7;
  padding: 2.5rem 3rem;
  margin-top: 4.7rem;
}
.formArea__privacy dt {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.formArea__privacy dd .checkbox .mwform-checkbox-field {
  width: 100%;
}
.formArea__privacy dd .checkbox .mwform-checkbox-field .mwform-checkbox-field-text {
  vertical-align: baseline;
  padding: 0 0 0 3rem;
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
}
.formArea__privacy dd .checkbox .mwform-checkbox-field .mwform-checkbox-field-text::before {
  top: 0.2rem;
}
.formArea__privacy .privacyRead {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3rem;
}
.formArea__privacy .privacyRead a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .formArea__privacy .privacyRead a:hover {
    text-decoration: none;
  }
}
.formArea__btn {
  margin-top: 8rem;
  text-align: center;
}
.formArea__btn button.submit {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .formArea__btn button.submit {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .formArea__btn button.submit:hover {
    background-position: right 1rem center;
  }
}
.formArea__btn button.return {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 2.2rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .formArea__btn button.return:hover {
    text-decoration: none;
  }
}
.formArea__attention {
  border: 1px solid #CCCCCC;
  margin-top: 8rem;
}
.formArea__attention .textBox {
  padding: 2.6rem 2.9rem;
  height: 17.2rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.formArea__attention .textBox::-webkit-scrollbar {
  display: none;
}
.formArea__attention p {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
}
.formArea__attention p:not(:last-child) {
  margin-bottom: 1rem;
}
.formArea__attention p.title {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.formArea__categoryTitle {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 700;
  border-bottom: 3px solid #292929;
  margin-bottom: 3.8rem;
  padding-bottom: 1rem;
}
.formArea__categoryTitle:not(:first-of-type) {
  margin-top: 7.4rem;
}
.formArea__categoryTitle + p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: -2.4rem;
  margin-bottom: 3rem;
}
.formArea__endText {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.formArea__endText p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.formArea__endBtn {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .formArea__endBtn {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .formArea__endBtn:hover {
    background-position: right 1rem center;
  }
}
.formArea__recaptcha {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.formArea__recaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .formArea__recaptcha a:hover {
    text-decoration: none;
  }
}

form input,
form textarea,
form select,
form .mwform-radio-field-text,
form .mwform-checkbox-field-text {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #262626;
}
form input,
form textarea,
form select {
  font-size: 1.5rem;
  padding: 0.9rem 1.6rem !important;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: #A8A8A8;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  color: #A8A8A8;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  color: #A8A8A8;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #A8A8A8;
}
form .selectBox {
  position: relative;
}
form .selectBox::after {
  content: "";
  display: block;
  background-image: url("../img/arrowShort_bottom_gray.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 0.6rem;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
form .selectBox select {
  padding-right: 4.5rem;
}
form .checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .checkbox .mwform-checkbox-field {
  width: 16.6666666667%;
  display: block;
  margin-bottom: 0.8rem;
}
form .checkbox .mwform-checkbox-field label {
  display: inline-block;
}
form .checkbox .mwform-checkbox-field input {
  display: none;
}
form .checkbox .mwform-checkbox-field input:checked + span::before, form .checkbox .mwform-checkbox-field input:checked + div::before {
  content: "";
  background: #FACE26;
  border-color: #FACE26;
}
form .checkbox .mwform-checkbox-field input:checked + span::after, form .checkbox .mwform-checkbox-field input:checked + div::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
}
form .checkbox .mwform-checkbox-field .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: text-top;
  padding: 0 0 0 2.5rem;
}
form .checkbox .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.3rem;
}
form .checkbox.cardType .mwform-checkbox-field {
  width: 33.3333333333%;
}
form .checkbox.cardType .mwform-checkbox-field input:checked + div::after {
  top: 3.2rem;
}
form .checkbox.cardType .mwform-checkbox-field .mwform-checkbox-field-text {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 3rem;
}
form .checkbox.cardType .mwform-checkbox-field .mwform-checkbox-field-text .photo {
  width: 7rem;
  height: 7rem;
}
form .checkbox.cardType .mwform-checkbox-field .mwform-checkbox-field-text .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
form .checkbox.cardType .mwform-checkbox-field .mwform-checkbox-field-text p {
  width: calc(100% - 7rem);
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .checkbox.cardType .mwform-checkbox-field .mwform-checkbox-field-text::before {
  top: 2.7rem;
}
form .radio .mwform-radio-field {
  display: inline-block;
}
form .radio .mwform-radio-field:not(:last-of-type) {
  margin-right: 1rem;
}
form .radio .mwform-radio-field label {
  display: inline-block;
}
form .radio .mwform-radio-field input {
  display: none;
}
form .radio .mwform-radio-field input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ACA279;
}
form .radio .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
  padding: 0 0 0 3rem;
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
form .radio .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  background: #fff;
}
form .priceBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .priceBox input {
  width: calc((100% - 5.3rem) / 2);
  max-width: 11rem;
  padding: 0.9rem 1rem;
}
form .priceBox span {
  margin: 0 0.5rem;
}
form .error {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.6rem;
  color: #E11013;
}
form .inputAttention {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.6rem;
}
form .inputAttention a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  form .inputAttention a:hover {
    text-decoration: none;
  }
}
form .returnsName__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .returnsName__item:not(:last-child) {
  margin-bottom: 1rem;
}
form .returnsName--name {
  margin-right: 5rem;
}
form .returnsName--input01 {
  width: calc(100% - 39.6rem);
}
form .returnsName .selectBox {
  margin: 0 1rem 0 2rem;
}
form .returnsName--point {
  margin-right: 5rem;
}
form .ddReadText {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.inputArea .fs-c-inputTable th {
  padding: 2.5rem 0 0.8rem;
}
.inputArea .fs-c-inputTable th .fs-c-requiredMark {
  color: #aca279;
  margin-left: 0.5rem;
}
.inputArea .fs-c-inputTable .fs-c-inputField__field input {
  border-radius: 0;
  height: 5rem;
}
.inputArea .fs-c-inputTextGroup__item:not(:last-of-type) {
  margin-right: 1rem;
}
.inputArea .fs-c-inputField__field {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inputArea .fs-c-inputField__field .fs-c-inputTextGroup__item {
  width: 100%;
  max-width: 20rem;
}
.inputArea .fs-c-dropdown {
  position: relative;
}
.inputArea .fs-c-dropdown::before {
  content: "";
  display: block;
  background-image: url("../img/arrowShort_bottom_gray.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 0.6rem;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.inputArea .fs-c-dropdown select {
  padding-right: 4.5rem;
  height: 4rem;
}
.inputArea .fs-c-radio {
  display: inline-block;
}
.inputArea .fs-c-radio:not(:last-of-type) {
  margin-right: 1rem;
}
.inputArea .fs-c-radio label {
  display: block;
  position: relative;
  padding: 0 0 0 3rem;
}
.inputArea .fs-c-radio input {
  display: none;
}
.inputArea .fs-c-radio input:checked + label > .fs-c-radio__radioMark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #FACE26;
}
.inputArea .fs-c-radio .fs-c-radio__radioMark {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  background: #fff;
}
.inputArea .fs-c-radio .fs-c-radio__radioLabelText {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.inputArea .fs-c-checkbox {
  display: inline-block;
}
.inputArea .fs-c-checkbox:not(:last-of-type) {
  margin-right: 1rem;
}
.inputArea .fs-c-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 3rem;
}
.inputArea .fs-c-checkbox input {
  display: none;
}
.inputArea .fs-c-checkbox input:checked + label > .fs-c-checkbox__checkMark {
  background: #FACE26;
  border-color: #FACE26;
}
.inputArea .fs-c-checkbox input:checked + label > .fs-c-checkbox__checkMark::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
}
.inputArea .fs-c-checkbox .fs-c-checkbox__checkMark {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.3rem;
}
.inputArea .fs-c-checkbox .fs-c-checkbox__labelText {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.inputArea .fs-c-checkbox .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .inputArea .fs-c-checkbox .fs-c-checkbox__labelText a:hover {
    text-decoration: none;
  }
}
.inputArea .fs-c-inputField__field--zipCode {
  position: relative;
  padding-left: 2.5rem;
}
.inputArea .fs-c-inputField__field--zipCode::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "〒";
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.inputArea .fs-c-inputField__field--zipCode input {
  width: 20rem;
}
.inputArea .is-error {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 0;
  color: #da4453;
}
.inputArea .fs-c-assist__message {
  margin-top: 1rem;
}
.inputArea .fs-system-assistTarget .fs-c-dropdown {
  width: 100%;
  max-width: 30rem;
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__year,
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__month,
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__date {
  width: calc((100% - 12rem) / 3);
  max-width: 13rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 4.4rem 0 0;
  overflow: visible;
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__year::after,
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__month::after,
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__date::after {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: auto;
  padding: 0;
  display: block;
  font-size: 1.4rem;
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__year::after {
  content: "年";
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__month::after {
  content: "月";
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__date {
  margin-right: 2.5rem;
}
.inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__date::after {
  content: "日";
}
.inputArea .fs-c-inputField__explanation {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1rem;
}
.inputArea .fs-c-memberPolicyAgreeField {
  margin: 2.5rem 0 1rem;
}
.inputArea .fs-c-memberPolicyAgreeField .fs-c-inputField__field,
.inputArea .fs-c-privacyPolicyAgreeField .fs-c-inputField__field {
  justify-content: center;
}
.inputArea .fs-c-button--primary {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 2.7rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .inputArea .fs-c-button--primary {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .inputArea .fs-c-button--primary:hover {
    background-position: right 1rem center;
  }
}
.inputArea .fs-c-button--standard {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
  width: 7.5rem;
  display: block;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .inputArea .fs-c-button--standard:hover {
    text-decoration: none;
  }
}
.inputArea .fs-c-button--next {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 2.7rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .inputArea .fs-c-button--next {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .inputArea .fs-c-button--next:hover {
    background-position: right 1rem center;
  }
}

.mwform-checkbox-field-text span {
  margin-right: 0.3rem;
}
.mwform-checkbox-field-text .color--white {
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}
.mwform-checkbox-field-text .color--ivory {
  color: #F8F5E3;
}
.mwform-checkbox-field-text .color--pink {
  color: #DF0084;
}
.mwform-checkbox-field-text .color--blue {
  color: #9CACC5;
}
.mwform-checkbox-field-text .color--gray {
  color: #B6B6B4;
}
.mwform-checkbox-field-text .color--darkgray {
  color: #5C5325;
}
.mwform-checkbox-field-text .color--navy {
  color: #3C475B;
}
.mwform-checkbox-field-text .color--beige {
  color: #CDC6B6;
}
.mwform-checkbox-field-text .color--brown {
  color: #8F6446;
}
.mwform-checkbox-field-text .color--purple {
  color: #91669A;
}
.mwform-checkbox-field-text .color--yellow {
  color: #FFF352;
}
.mwform-checkbox-field-text .color--orange {
  color: #BF5D4C;
}
.mwform-checkbox-field-text .color--gold {
  color: #CBC04F;
}
.mwform-checkbox-field-text .color--red {
  color: #BC1614;
}
.mwform-checkbox-field-text .color--green {
  color: #97A784;
}
.mwform-checkbox-field-text .color--lightpink {
  color: #DECDC8;
}
.mwform-checkbox-field-text .color--mint {
  color: #248C6D;
}
.mwform-checkbox-field-text .color--lightgray {
  color: #CFCFCF;
}
.mwform-checkbox-field-text .color--wine {
  color: #821B27;
}
.mwform-checkbox-field-text .color--charcoalgray {
  color: #555057;
}

.mw_wp_form_confirm .formArea__single {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.2rem;
}
.mw_wp_form_confirm .formArea__single:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mw_wp_form_confirm .formArea__privacy {
  background: none;
  padding: 0 0 2.2rem;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.mw_wp_form_confirm .formArea__privacy dt {
  margin-bottom: 0.8rem;
}
.mw_wp_form_confirm .formArea__privacy.required dt {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mw_wp_form_confirm .formArea__privacy.required dt::after {
  content: "必須";
  color: #aca279;
  margin-left: 2.2rem;
}
.mw_wp_form_confirm .formArea__privacy .privacyRead {
  display: none;
}
.mw_wp_form_confirm .formArea__categoryTitle {
  margin-bottom: 5.5rem;
}
.mw_wp_form_confirm .formArea__categoryTitle + p {
  display: none;
}
.mw_wp_form_confirm form .selectBox::after {
  content: none;
}
.mw_wp_form_confirm form .fileBox {
  padding-top: 0;
}
.mw_wp_form_confirm form .fileBox__file {
  font-weight: 500;
}
.mw_wp_form_confirm form .ddReadText,
.mw_wp_form_confirm form .inputAttention {
  display: none;
}

.ecTopPage__mvArea {
  margin-bottom: 7.7rem;
}
.ecTopPage__mvArea .mvSlide li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ecTopPage__mvArea .mvSlide li a:hover .textArea .btn {
    background-position: right 1rem center;
  }
}
.ecTopPage__mvArea .mvSlide li a .textArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 3rem 3rem;
}
.ecTopPage__mvArea .mvSlide li a .textArea .title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
}
.ecTopPage__mvArea .mvSlide li a .textArea .btn {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 24rem;
  min-height: 4rem;
  border: 1px solid #fff;
  background: url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  padding: 1rem 5rem 1rem 2.3rem;
  transition: background-position ease 0.3s;
  margin-top: 1.7rem;
}
.ecTopPage__single:not(.single01) h2 {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .ecTopPage__single:not(.single01) h2 {
    text-align: center;
    font-size: 2rem;
  }
}
.ecTopPage__single .bottomBtn {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ecTopPage__single .bottomBtn {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecTopPage__single .bottomBtn:hover {
    background-position: right 1rem center;
  }
}
.ecTopPage .single01 {
  padding-bottom: 13rem;
}
.ecTopPage .single01__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecTopPage .single01 h2 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.7rem;
}
.ecTopPage .single01 .textBox {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7rem;
}
.ecTopPage .single01 .cell02 {
  margin-bottom: 4.5rem;
}
.ecTopPage .single02 {
  background-color: #F7F7F7;
}
.ecTopPage .single02__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.ecTopPage .single03 {
  border-bottom: 1px solid #292929;
}
.ecTopPage .single03__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 12.5rem;
  padding-bottom: 10rem;
}
.ecTopPage .single03 .bottomBtn {
  margin-top: 4.7rem;
}
.ecTopPage .single04__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.ecTopPage .single04 .bottomBtn {
  margin-top: 4.5rem;
}
.ecTopPage .single05__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecTopPage .single05 .linearSlider .slick-slide {
  aspect-ratio: 1/1;
}
.ecTopPage .single05 .linearSlider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecTopPage .single06__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 14rem;
  padding-bottom: 10.5rem;
}
.ecTopPage .single06 h2 {
  margin-bottom: 3.5rem;
}
.ecTopPage .single06 .bottomBtn {
  margin-top: 5.6rem;
}
.ecTopPage .single07 {
  margin-bottom: 10rem;
}
.ecTopPage .single07__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecTopPage .single07 .simpleCardList__item {
  margin-bottom: 2rem;
}
.ecTopPage .single07 .simpleCardList .itemList__link {
  display: flex;
  justify-content: space-between;
  border: 1px solid #CCC;
}
.ecTopPage .single07 .simpleCardList__photo {
  width: 36.5625%;
  margin: 0;
}
.ecTopPage .single07 .simpleCardList__details {
  width: 63.4375%;
  padding: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.ecCSearchPage .flexStyle {
  flex-direction: row;
}
.ecCSearchPage .flexStyle__conMain .orderList {
  margin: 2rem auto 5rem;
}
.ecCSearchPage .flexStyle__conMain .itemList__item {
  margin-bottom: 2.5rem;
}
.ecCSearchPage__single.single01 .single01__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 6rem;
}
.ecCSearchPage__single.single01 h2 {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .ecCSearchPage__single.single01 h2 {
    text-align: center;
    font-size: 2rem;
  }
}
.ecCSearchPage__single.single02 .single02__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 4.5rem;
  padding-bottom: 12rem;
}
.ecCSearchPage__single.single02 h2 {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ecCSearchPage__single.single02 h2 {
    text-align: center;
    font-size: 2rem;
  }
}
.ecCSearchPage__single.single02 .read {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 3rem;
}
.ecCSearchPage__single.single02 .cardBannerList {
  margin: 2rem 0;
}
.ecCSearchPage__single.single02 .cardBannerList:last-child {
  margin-bottom: 0;
}

.ecCPage .cBoxHead {
  position: relative;
  min-height: 45rem;
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .ecCPage .cBoxHead__photo {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .ecCPage .cBoxHead__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.ecCPage .cBoxHead__photo p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 1.5rem 0 0;
  padding: 0 2rem;
}
.ecCPage .cBoxHead__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecCPage .cBoxHead__details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.ecCPage .cBoxHead__details > * {
  min-height: 0%;
}
.ecCPage .cBoxHead__details .title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 3.5rem;
}
.ecCPage .cBoxHead__details .read {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecCPage .cBoxHead__details .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecCPage .cBoxHead__details .textBox p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ecCPage .cBoxHead {
    min-height: auto !important;
  }
  .ecCPage .cBoxHead__photo {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    width: 33.5rem !important;
    margin-bottom: 3.5rem;
    min-height: auto !important;
  }
  .ecCPage .cBoxHead__photo p {
    width: 100%;
  }
  .ecCPage .cBoxHead__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecCPage .cBoxHead__details {
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
  }
  .ecCPage .cBoxHead__details .title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .ecCPage .cBoxHead__details .read {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.005em;
    font-weight: 700;
  }
  .ecCPage .cBoxHead__details .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
}
.ecCPage .cBoxHead__photo {
  width: 43%;
  height: auto;
}
.ecCPage .cBoxHead__photo img {
  max-height: 45rem;
}
.ecCPage .cBoxHead__details {
  width: 50%;
  max-width: calc(57% - 4rem);
  min-height: 45rem;
}
.ecCPage .cBoxAbout {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  margin-bottom: 7rem;
}
.ecCPage .cBoxAbout .recommendation {
  margin-bottom: 5rem;
}
.ecCPage .cBoxAbout .recommendation .inner {
  border: 1px solid #CCCCCC;
  padding: 2rem 3rem 2.3rem;
}
.ecCPage .cBoxAbout .recommendation .title {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ecCPage .cBoxAbout .textBox p {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCPage .cBoxAbout .textBox p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.ecCPage .cBoxAbout .textBox p strong {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.ecCPage .cBoxMain {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 10rem;
}
.ecCPage .cBoxMain__inner {
  position: relative;
  padding-right: 50%;
}
.ecCPage .cBoxMain__right {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
.ecCPage .cBoxMain__rightInner .tagList {
  margin-bottom: 1rem;
}
.ecCPage .cBoxMain__rightInner .fs-c-productNameHeading {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.ecCPage .cBoxMain__rightInner .fs-c-productNumber {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 2rem;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPrices {
  color: #959595;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPrices .fs-c-productPrice__main {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPrices .fs-c-productPrice__addon {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.ecCPage .cBoxMain__rightInner .areaLine {
  margin: 1.6rem 0 2.5rem;
  border: none;
  border-top: 3px solid #262626;
}
.ecCPage .cBoxMain__rightInner .style--borderBox, .ecCPage .cBoxMain__rightInner .style--lineBox {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
  padding: 1rem 2rem 0.8rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.ecCPage .cBoxMain__rightInner .style--borderBox a, .ecCPage .cBoxMain__rightInner .style--lineBox a {
  color: #0079BA;
}
.ecCPage .cBoxMain__rightInner .style--borderBox {
  border: 1px solid #CCCCCC;
}
.ecCPage .cBoxMain__rightInner .style--lineBox {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.ecCPage .cBoxMain__rightInner .style--tl {
  text-align: left;
}
.ecCPage .cBoxMain__rightInner .style--formTitle {
  background-color: #efefef;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding: 0.9rem 2rem 0.5rem;
  margin: 1rem 0;
}
.ecCPage .cBoxMain__rightInner .formArea {
  margin: 3rem 0;
}
.ecCPage .cBoxMain__rightInner .postscript {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.ecCPage .cBoxMain__rightInner .bottomContents {
  margin-top: 3rem;
}
.ecCPage .cBoxMain__rightInner .bottomContents p {
  font-size: 1.3rem;
  line-height: 2.3;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCPage .cBoxMain__rightInner .btnLink {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.2rem 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .ecCPage .cBoxMain__rightInner .btnLink li {
    border: 1px solid #CCCCCC;
    border-right: none;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li:last-child {
    border-right: 1px solid #CCCCCC;
  }
}
.ecCPage .cBoxMain__rightInner .btnLink li.wrapping {
  width: 53.5%;
}
.ecCPage .cBoxMain__rightInner .btnLink li.wrapping a {
  background: url(../img/icon_wrapping_black.svg) no-repeat left 2rem center;
}
.ecCPage .cBoxMain__rightInner .btnLink li.insertName {
  width: 46.5%;
}
.ecCPage .cBoxMain__rightInner .btnLink li.insertName a {
  background: url(../img/ixon_insertname_black.svg) no-repeat left 1.7rem center;
}
.ecCPage .cBoxMain__rightInner .btnLink li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-height: 3.8rem;
  padding-left: 4.2rem;
}
.ecCPage .cBoxMain__rightInner .textLink {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCPage .cBoxMain__rightInner .textLink li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.ecCPage .cBoxMain__rightInner .textLink li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecCPage .cBoxMain__rightInner .textLink li a:hover {
    text-decoration: none;
  }
}
.ecCPage .cBoxMain__leftBottom {
  padding-top: 4rem;
}
.ecCPage .cBoxMain .type--textBox {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0 1.4rem;
}
.ecCPage .cBoxMain .type--textBox:first-child {
  border-top: 1px solid #CCCCCC;
}
.ecCPage .cBoxMain .type--textBox .itemList__tag {
  margin: 1.5rem 0 2.5rem;
}
.ecCPage .cBoxMain .type--textBox p {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCPage .cBoxMain .type--textBox p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ecCPage .cBoxMain .type--textBox p.strong {
  font-weight: 700;
}
.ecCPage .cBoxMain .type--textBox p.strong:not(:first-of-type) {
  margin-top: 3rem;
}
.ecCPage .cBoxMain .type--textBox .itemTableBox tbody td {
  text-align: left;
}
.ecCPage .cBoxMain .type--acd {
  padding-top: 2rem;
}
.ecCPage .cBoxMain .type--acd .acdBox {
  background-color: #efefef;
  padding: 0 2rem;
}
.ecCPage .cBoxMain .type--acd .acdBox:not(:last-child) {
  margin-bottom: 1rem;
}
.ecCPage .cBoxMain .type--acd .acdBox__title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  background: url(../img/arrowShort_bottom_black.svg) no-repeat right 0px center;
  padding: 2rem 0;
}
.ecCPage .cBoxMain .type--acd .acdBox__title.accOpen {
  background-image: url(../img/arrowShort_top_black.svg);
}
.ecCPage .cBoxMain .type--acd .acdBox__main {
  display: none;
}
.ecCPage .cBoxMain .type--acd .acdBox__single {
  padding-top: 0.5rem;
}
.ecCPage .cBoxMain .type--acd .acdBox__single:not(:last-child) {
  margin-bottom: 1rem;
}
.ecCPage .cBoxMain .type--acd .acdBox__single:last-child {
  padding-bottom: 2rem;
}
.ecCPage .cBoxMain .type--acd .acdBox p {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCPage .cBoxMain .type--acd .acdBox p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.ecCPage .cBoxMain .type--acd .acdBox p.title {
  font-weight: 700;
}
.ecCPage .cBoxMain .type--acd .acdBox img {
  margin: 3rem 0 0;
}
.ecCPage__single .inner {
  max-width: 109rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecCPage__single h2 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 4rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .ecCPage__single h2 {
    text-align: center;
  }
}
.ecCPage .single01 {
  border-top: 1px solid #292929;
}
.ecCPage .single01 .inner {
  padding-top: 9.5rem;
}
.ecCPage .single02 .inner {
  padding-top: 10.5rem;
  padding-bottom: 9.5rem;
}

/*202312*/
.ecCPage .cBoxMain__right__size .fs-c-variationList__item__cart li {
  padding-right: 5rem;
}

.ecCPage .cBoxMain__right__size .fs-c-variationCart__variationName {
  margin: 1rem auto;
  display: flex;
  flex-flow: row wrap;
}

.ecCPage .cBoxMain__right__size .fs-c-variationList .fs-c-variationCart__variationName__name {
  display: block;
  font-weight: 700;
  margin-right: 1rem;
}

.ecCPage .cBoxMain__right__size .fs-c-variationList .fs-c-variationCart__variationName__price {
  display: block;
}

.ecCPage .cBoxMain__right__size .fs-c-price__currencyMark {
  margin-right: -0.5rem;
}

.ecCPage .cBoxMain__right__size .fs-c-productVariationPrice__addon__label {
  font-size: 10px;
}

.ecCPage .cBoxMain__right__size .fs-c-variationCart__variationName__price {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ecCPage .cBoxMain__right__size .fs-c-variationList__item__cart li {
    padding-right: 0rem;
  }
}
/*/202312*/
.ecPLoginPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecPLoginPage .headTitle {
  margin-bottom: 4rem;
}
.ecPLoginPage__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7.5rem;
}
.ecPLoginPage__flex .fs-c-subSection__title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-align: center;
}
.ecPLoginPage__flexCell {
  background-color: #f7f7f7;
  width: calc((100% - 4rem) / 2);
  padding: 5rem 4rem 5rem;
}
.ecPLoginPage__flexCell .fs-c-guestPurchase {
  margin-top: 3rem;
}
.ecPLoginPage__flexCell .fs-c-newUsers__message {
  margin: 3rem 0;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecPLoginPage .fs-c-fsLogin {
  margin: 1rem 0 3rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3.2rem;
}
.ecPLoginPage .fs-c-fsLogin .fs-c-buttonContainer--login {
  margin-top: 3.5rem;
}
.ecPLoginPage .fs-c-fsLogin .fs-c-inputInformation__link {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.ecPLoginPage .fs-c-fsLogin .fs-c-inputInformation__link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecPLoginPage .fs-c-fsLogin .fs-c-inputInformation__link a:hover {
    text-decoration: none;
  }
}
.ecPLoginPage .fs-c-otherServiceLogin {
  margin-top: 2rem;
}
.ecPLoginPage .fs-c-otherServiceLogin .fs-c-anotherLogin__message {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.ecPLoginPage .fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  margin: 3.5rem auto 0;
  max-width: 100%;
}
.ecPLoginPage__benefits {
  padding-bottom: 11.5rem;
}
.ecPLoginPage__benefitsTitle {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .ecPLoginPage__benefitsTitle {
    font-size: 1.6rem;
  }
}

.ecPForgotPasswordPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 12rem;
}
.ecPForgotPasswordPage .headTitle {
  margin-bottom: 4rem;
}
.ecPForgotPasswordPage__resetting {
  background-color: #f7f7f7;
  padding: 6rem 5rem 5rem;
  margin-bottom: 7.8rem;
}
.ecPForgotPasswordPage__resetting .fs-c-inputInformation__message {
  margin: 3rem 0 1.5rem;
}
.ecPForgotPasswordPage__resetting .fs-c-inputInformation__field {
  max-width: 52rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
}
.ecPForgotPasswordPage__resetting .fs-c-inputTable .fs-c-inputField__field input {
  height: 5rem;
}
.ecPForgotPasswordPage__resetting .backBtn {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.ecPForgotPasswordPage__resetting .backBtn a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecPForgotPasswordPage__resetting .backBtn a:hover {
    text-decoration: none;
  }
}
.ecPForgotPasswordPage__stepTitle {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .ecPForgotPasswordPage__stepTitle {
    font-size: 1.6rem;
  }
}
.ecPForgotPasswordPage .endBox {
  margin: 6rem 0 6.5rem;
}
.ecPForgotPasswordPage .endBox .title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecPForgotPasswordPage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecPForgotPasswordPage .endBox .textBox p:not(:last-child) {
  margin-bottom: 3rem;
}
.ecPForgotPasswordPage .endBoxBtn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 6rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .ecPForgotPasswordPage .endBoxBtn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecPForgotPasswordPage .endBoxBtn a:hover {
    background-position: right 1rem center;
  }
}

.ecPRegisterPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 10rem;
}
.ecPRegisterPage .headTitle {
  margin-bottom: 6rem;
}
.ecPRegisterPage__read {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 2.7rem;
}
.ecPRegisterPage .registerBox {
  background-color: #f7f7f7;
  padding: 8rem 5rem 8rem;
  margin-top: 7rem;
}
.ecPRegisterPage .registerBox .fs-c-reveiwNotes {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
  text-align: left;
  margin-bottom: 3rem;
}
.ecPRegisterPage .registerBox__inner {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
}
.ecPRegisterPage .registerBox__title {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
.ecPRegisterPage .registerBox__read {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 3.7rem;
}
.ecPRegisterPage .endBox .title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecPRegisterPage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecPRegisterPage .endBox .textBox p:not(:last-child) {
  margin-bottom: 3rem;
}
.ecPRegisterPage .endBox .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 5rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .ecPRegisterPage .endBox .btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecPRegisterPage .endBox .btn a:hover {
    background-position: right 1rem center;
  }
}

.ecMyTopPage__main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.ecMyTopPage__inner {
  padding-left: 26%;
  padding-bottom: 10rem;
  position: relative;
}
.ecMyTopPage .headTitle {
  margin-bottom: 3rem;
}
.ecMyTopPage .cSearchBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
}
.ecMyTopPage .fs-p-accountInfo {
  margin-bottom: 5.5rem;
}
.ecMyTopPage__single h2 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ecMyTopPage__single h2 {
    text-align: center;
  }
}
.ecMyTopPage .single01 h2 {
  margin-bottom: 2.5rem;
}
.ecMyTopPage .single02 {
  padding-top: 5.5rem;
}
.ecMyTopPage .single02 .bottomBtn {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.ecMyTopPage .single02 .bottomBtn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (max-width: 767px) {
  .ecMyTopPage .single02 .bottomBtn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecMyTopPage .single02 .bottomBtn a:hover {
    background-position: right 1rem center;
  }
}
.ecMyTopPage .single02 .fs-c-wishlistProduct__footer {
  margin: 2.5rem 0 0;
}
.ecMyTopPage .single03 {
  padding-top: 5.5rem;
}

.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory {
  padding-top: 10rem;
}
.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory .fs-c-button--plain {
  margin-bottom: 2rem;
  font-weight: bold;
  display: inline-block;
}
.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory,
.ecMyStoreOrdersPage .fs-c-history {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory .fs-c-history__termCtrl,
.ecMyStoreOrdersPage .fs-c-history .fs-c-history__termCtrl {
  margin-bottom: 2rem;
}
.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory .fs-c-history__term,
.ecMyStoreOrdersPage .fs-c-history .fs-c-history__term {
  margin-bottom: 2rem;
}
.ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory .fs-c-history__listContainer,
.ecMyStoreOrdersPage .fs-c-history .fs-c-history__listContainer {
  margin-bottom: 9rem;
}

.ecMyCardAuthPage {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
}
.ecMyCardAuthPage .fs-c-inputInformation__message p:not(:last-child) {
  margin-bottom: 2rem;
}
.ecMyCardAuthPage .fs-c-inputInformation__button {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-bottom: 8rem;
}
.ecMyCardAuthPage .fs-c-inputInformation__button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecMyCardAuthPage .fs-c-inputInformation__button button, .ecMyCardAuthPage .fs-c-inputInformation__button a {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  transition: 0.3s;
}
.ecMyCardAuthPage .fs-c-inputInformation__button button.fs-c-button--primary, .ecMyCardAuthPage .fs-c-inputInformation__button a.fs-c-button--primary {
  border-color: #262626;
  background-color: #262626;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ecMyCardAuthPage .fs-c-inputInformation__button button:hover, .ecMyCardAuthPage .fs-c-inputInformation__button a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.ecAddressbookNewPage .flexStyle__conMain {
  padding-bottom: 9.6rem;
}
.ecAddressbookNewPage .flexStyle__conMain .headTitle {
  margin-bottom: 3.7rem;
}
.ecAddressbookNewPage .addressbookNew__read {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.ecAddressbookNewPage .addressbookNew .fs-c-button--primary {
  margin-top: 6rem;
}

.ecAddressbookPage .flexStyle__conMain {
  padding-bottom: 9.6rem;
}
.ecAddressbookPage .flexStyle__conMain .headTitle {
  margin-bottom: 3.7rem;
}
.ecAddressbookPage__title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.ecAddressbookPage__text {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2rem;
}

.ecMyOrdersPage .flexStyle__conMain {
  padding-bottom: 9.6rem;
}
.ecMyOrdersPage .flexStyle__conMain .headTitle {
  margin-bottom: 3.7rem;
}
.ecMyOrdersPage__title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.ecMyOrdersPage__read {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 6rem;
}
.ecMyOrdersPage .fs-c-buttonContainer--back {
  text-align: right;
}
.ecMyOrdersPage .fs-c-buttonContainer--back button {
  margin: 2rem 0 0;
  display: inline-block;
  width: auto;
}

.ecMyPointsPage .flexStyle__conMain {
  padding-bottom: 10rem;
}
.ecMyPointsPage .flexStyle__conMain .headTitle {
  margin-bottom: 3rem;
}

.ecMyReviewsPage .flexStyle__conMain {
  padding-bottom: 10rem;
}
.ecMyReviewsPage .flexStyle__conMain .headTitle {
  margin-bottom: 2rem;
}

.ecPResetPasswordPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 12rem;
}
.ecPResetPasswordPage .headTitle {
  margin-bottom: 4rem;
}
.ecPResetPasswordPage__resetting {
  background-color: #f7f7f7;
  padding: 4rem 5rem 6rem;
}
.ecPResetPasswordPage__resetting .resettingMessage {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2.7rem;
  padding-top: 1rem;
}
.ecPResetPasswordPage__resetting .fs-c-inputInformation__field {
  max-width: 52rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
}
.ecPResetPasswordPage__resetting .fs-c-inputTable .fs-c-inputField__field input {
  height: 5rem;
}
.ecPResetPasswordPage__resetting .fs-c-inputInformation__button {
  max-width: 30rem;
  margin: 4rem auto 0;
}
.ecPResetPasswordPage .endBox {
  margin: 6rem 0 5rem;
}
.ecPResetPasswordPage .endBox .title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecPResetPasswordPage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecPResetPasswordPage .endBox .textBox p:not(:last-child) {
  margin-bottom: 3rem;
}
.ecPResetPasswordPage .endBoxBtn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 6rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .ecPResetPasswordPage .endBoxBtn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecPResetPasswordPage .endBoxBtn a:hover {
    background-position: right 1rem center;
  }
}

.ecMyAccountPasswordPage .flexStyle__conMain {
  padding-bottom: 10rem;
}
.ecMyAccountPasswordPage .flexStyle__conMain .headTitle {
  margin-bottom: 4rem;
}
.ecMyAccountPasswordPage__message,
.ecMyAccountPasswordPage .fs-c-anotherLogin__message {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2.7rem;
}
.ecMyAccountPasswordPage__resetting {
  background-color: #f7f7f7;
  padding: 4rem 5rem 6rem;
  margin-bottom: 7rem;
}
.ecMyAccountPasswordPage__resetting .fs-c-inputInformation__field {
  max-width: 52rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
}
.ecMyAccountPasswordPage__resetting .fs-c-inputTable .fs-c-inputField__field input {
  height: 5rem;
}
.ecMyAccountPasswordPage__resetting .fs-c-inputInformation__button {
  max-width: 30rem;
  margin: 4rem auto 0;
}
.ecMyAccountPasswordPage__resetting .fs-c-inputInformation__link {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.ecMyAccountPasswordPage__resetting .fs-c-inputInformation__link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecMyAccountPasswordPage__resetting .fs-c-inputInformation__link a:hover {
    text-decoration: none;
  }
}
.ecMyAccountPasswordPage .fs-c-anotherLogin__button {
  margin: 0 auto;
}
.ecMyAccountPasswordPage .endBox .title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecMyAccountPasswordPage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecMyAccountPasswordPage .endBox .textBox p:not(:last-child) {
  margin-bottom: 3rem;
}
.ecMyAccountPasswordPage .endBox .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 5rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .ecMyAccountPasswordPage .endBox .btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecMyAccountPasswordPage .endBox .btn a:hover {
    background-position: right 1rem center;
  }
}

.ecMyAccountSettingsPage .flexStyle__conMain,
.ecMyAccountDeletePage .flexStyle__conMain {
  padding-bottom: 10rem;
}
.ecMyAccountSettingsPage .flexStyle__conMain .headTitle,
.ecMyAccountDeletePage .flexStyle__conMain .headTitle {
  margin-bottom: 4rem;
}
.ecMyAccountSettingsPage .fs-c-inputInformation__message,
.ecMyAccountDeletePage .fs-c-inputInformation__message {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2rem;
}
.ecMyAccountSettingsPage .fs-c-inputTable__headerCell,
.ecMyAccountDeletePage .fs-c-inputTable__headerCell {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
}
.ecMyAccountSettingsPage .fs-c-inputTable__dataCell,
.ecMyAccountDeletePage .fs-c-inputTable__dataCell {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.5rem;
}
.ecMyAccountSettingsPage .fs-c-button--primary,
.ecMyAccountDeletePage .fs-c-button--primary {
  margin-top: 6rem;
}
.ecMyAccountSettingsPage .inputArea.edit .fs-c-inputTable__dataCell,
.ecMyAccountDeletePage .inputArea.edit .fs-c-inputTable__dataCell {
  border: none;
  padding-bottom: 0;
}
.ecMyAccountSettingsPage .endBox .title,
.ecMyAccountDeletePage .endBox .title {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ecMyAccountSettingsPage .endBox .textBox,
.ecMyAccountDeletePage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ecMyAccountSettingsPage .endBox .textBox p:not(:last-child),
.ecMyAccountDeletePage .endBox .textBox p:not(:last-child) {
  margin-bottom: 3rem;
}
.ecMyAccountSettingsPage .endBox .btn a,
.ecMyAccountDeletePage .endBox .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  margin: 5rem auto 0;
  max-width: 30rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .ecMyAccountSettingsPage .endBox .btn a,
  .ecMyAccountDeletePage .endBox .btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ecMyAccountSettingsPage .endBox .btn a:hover,
  .ecMyAccountDeletePage .endBox .btn a:hover {
    background-position: right 1rem center;
  }
}

.ecMyWishlistPage .flexStyle__conMain {
  padding-bottom: 7rem;
}
.ecMyWishlistPage .flexStyle__conMain .headTitle {
  margin-bottom: 4rem;
}
.ecMyWishlistPage .fs-p-announcement {
  margin-bottom: 5.5rem;
}
.ecMyWishlistPage .fs-p-announcement__title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-bottom: 2rem;
}
.ecMyWishlistPage .fs-p-announcement__body ul {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}

.ECOnlinestoreSpecialPage .pageHeadArea {
  background: url(../img/page/onlinestoreSpecial_headbg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 10rem;
  height: 45rem;
}
.ECOnlinestoreSpecialPage .pageHeadArea .fs-c-breadcrumb,
.ECOnlinestoreSpecialPage .pageHeadArea .pnkz {
  margin-bottom: 0;
}
.ECOnlinestoreSpecialPage .pageHeadArea .fs-c-breadcrumb ol li,
.ECOnlinestoreSpecialPage .pageHeadArea .pnkz ol li {
  color: #fff;
}
.ECOnlinestoreSpecialPage .pageHeadArea .fs-c-breadcrumb ol li a,
.ECOnlinestoreSpecialPage .pageHeadArea .pnkz ol li a {
  color: #fff;
}
.ECOnlinestoreSpecialPage .pageHeadArea .titleBox {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  color: #fff;
  height: calc(100% - 6rem);
  padding-bottom: 5rem;
}
.ECOnlinestoreSpecialPage .pageHeadArea .titleBox__text {
  min-height: 0%;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-weight: 400;
}
.ECOnlinestoreSpecialPage .pageHeadArea .titleBox__subText {
  min-height: 0%;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 300;
  word-break: break-all;
  margin-bottom: 1rem;
}
.ECOnlinestoreSpecialPage .newsListBox {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 6.3rem;
}
.ECOnlinestoreSpecialPage .newsListBox .itemList__item {
  margin-bottom: 4.5rem;
}
.ECOnlinestoreSpecialPage .categorySelect {
  margin-bottom: 10rem;
}
.ECOnlinestoreSpecialPage .pageing {
  margin-top: 3.5rem;
  padding-bottom: 7rem;
}

.ECDetailsPage__details {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 10rem;
}
.ECDetailsPage .detailsHead {
  margin-bottom: 4rem;
}
.ECDetailsPage .detailsHead .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ECDetailsPage .detailsHead .label {
  display: inline-block;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background-color: #BFA84A;
  padding: 0.6rem 1.2rem;
  margin-right: 1.5rem;
}
.ECDetailsPage .detailsHead .category {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #afafaf;
}
.ECDetailsPage .detailsHead .category li:not(:last-child)::after {
  content: "|";
  margin: 0 0.8rem;
}
.ECDetailsPage .detailsHead .category li a {
  color: #afafaf;
}
.ECDetailsPage .detailsHead h1 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin: 1.4rem 0 1.5rem;
}
.ECDetailsPage .detailsHead .day {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
}
.ECDetailsPage .detailsMain {
  margin-bottom: 6rem;
}
.ECDetailsPage .detailsMain .label {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background-color: #aca279;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  margin-bottom: 1rem;
}
.ECDetailsPage .detailsMain h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 3.4rem;
}
.ECDetailsPage .detailsMain h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 5rem 0 2.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .ECDetailsPage .detailsMain h2 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.ECDetailsPage .detailsMain h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 3px;
  background-color: #262626;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ECDetailsPage .detailsMain h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #aca279;
  margin: 4.7rem 0 1.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .ECDetailsPage .detailsMain h3 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.ECDetailsPage .detailsMain h4 {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin: 4.7rem 0 1.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .ECDetailsPage .detailsMain h4 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.ECDetailsPage .detailsMain p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  word-break: break-all;
}
.ECDetailsPage .detailsMain p:not(:last-child):not(.label) {
  margin-bottom: 1.6rem;
}
.ECDetailsPage .detailsMain em {
  font-style: italic;
  font-weight: 700;
}
.ECDetailsPage .detailsMain del {
  text-decoration: line-through;
}
.ECDetailsPage .detailsMain strong {
  font-weight: 700;
}
.ECDetailsPage .detailsMain a:not(.moreLink):not(.moreLinkBlack) {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ECDetailsPage .detailsMain a:not(.moreLink):not(.moreLinkBlack):hover {
    text-decoration: none;
  }
}
.ECDetailsPage .detailsMain a[target*=_blank]:not([href$=".pdf"]):not(.moreLink):not(.moreLinkBlack)::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_gold.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1.3rem 1.1rem;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.1rem;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1rem;
}
.ECDetailsPage .detailsMain a.moreLink {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 20rem;
  min-height: 5rem;
  background: url(../img/arrow_right_beige.svg) no-repeat right 3rem center;
  border: 1px solid #CCCCCC;
  padding: 1rem 5rem 1rem 2.3rem;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 5.5rem 1rem 2.3rem;
  margin: 1.5rem 0 0.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .ECDetailsPage .detailsMain a.moreLink {
    font-size: 1.8rem;
    width: 23.5rem;
    background-position: right 1.5rem center;
    padding-right: 3.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .ECDetailsPage .detailsMain a.moreLink:hover {
    background-position: right 2rem center;
  }
}
.ECDetailsPage .detailsMain a.moreLinkBlack {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 20rem;
  min-height: 5rem;
  background: url(../img/arrow_right_beige.svg) no-repeat right 3rem center;
  border: 1px solid #CCCCCC;
  padding: 1rem 5rem 1rem 2.3rem;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 5.5rem 1rem 2.3rem;
  margin: 1.5rem 0 0.5rem;
  width: auto;
  border-color: #262626;
  color: #fff;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 3rem center;
}
@media screen and (max-width: 767px) {
  .ECDetailsPage .detailsMain a.moreLinkBlack {
    font-size: 1.8rem;
    width: 23.5rem;
    background-position: right 1.5rem center;
    padding-right: 3.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .ECDetailsPage .detailsMain a.moreLinkBlack:hover {
    background-position: right 2rem center;
  }
}
.ECDetailsPage .detailsMain .btn a {
  text-decoration: none !important;
}
.ECDetailsPage .detailsMain .craftspersonBox {
  padding-bottom: 5rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 4.6rem;
}
@media screen and (min-width: 768px) {
  .ECDetailsPage .detailsMain .flexBox--right {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ECDetailsPage .detailsMain .flexBox--left {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .ECDetailsPage .detailsMain .flexBox--center .flexBox__details {
    margin-top: 5rem;
  }
  .ECDetailsPage .detailsMain .flexBox--right .flexBox__photo, .ECDetailsPage .detailsMain .flexBox--left .flexBox__photo {
    width: 40%;
    padding-top: 0.4rem;
  }
  .ECDetailsPage .detailsMain .flexBox--right .flexBox__details, .ECDetailsPage .detailsMain .flexBox--left .flexBox__details {
    width: 56%;
  }
  .ECDetailsPage .detailsMain .flexBox--right:not(:last-child), .ECDetailsPage .detailsMain .flexBox--left:not(:last-child), .ECDetailsPage .detailsMain .flexBox--center:not(:last-child) {
    margin-bottom: 4.4rem;
  }
  .ECDetailsPage .detailsMain .flexBox__photo .caption {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #939393;
    text-align: center;
    margin-top: 0.7rem;
  }
}
.ECDetailsPage .detailsMain blockquote {
  position: relative;
  background-color: #F7F7F7;
  padding: 1.7rem 3.4rem 1.3rem;
  display: inline-block;
  margin-top: 1.4rem;
}
.ECDetailsPage .detailsMain blockquote::before, .ECDetailsPage .detailsMain blockquote::after {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #555555;
  position: absolute;
}
.ECDetailsPage .detailsMain blockquote::before {
  content: "“";
  top: 2.5rem;
  left: 2rem;
}
.ECDetailsPage .detailsMain blockquote::after {
  content: "”";
  bottom: 2.5rem;
  right: 2.3rem;
}
.ECDetailsPage .detailsMain ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.ECDetailsPage .detailsMain ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.ECDetailsPage .detailsMain ul li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.ECDetailsPage .detailsMain ol:not(.contentsList__list) {
  counter-reset: detailsOlNum;
}
.ECDetailsPage .detailsMain ol:not(.contentsList__list) li {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}
.ECDetailsPage .detailsMain ol:not(.contentsList__list) li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.ECDetailsPage .detailsMain ol:not(.contentsList__list) li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  counter-increment: detailsOlNum;
  content: counter(detailsOlNum) ".";
  margin-right: 0.5rem;
  padding-left: 0.7rem;
}
.ECDetailsPage .detailsMain ul,
.ECDetailsPage .detailsMain ol:not(.contentsList__list),
.ECDetailsPage .detailsMain .tableBox {
  margin-top: 5rem;
}
.ECDetailsPage .detailsMain ul:not(:last-child),
.ECDetailsPage .detailsMain ol:not(.contentsList__list):not(:last-child),
.ECDetailsPage .detailsMain .tableBox:not(:last-child) {
  margin-bottom: 5rem;
}
.ECDetailsPage .detailsMain .tableBox table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.ECDetailsPage .detailsMain .tableBox table th,
.ECDetailsPage .detailsMain .tableBox table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.6rem 2.2rem;
  text-align: center;
}
.ECDetailsPage .detailsMain .tableBox table th {
  background-color: #F7F7F7;
}
.ECDetailsPage .detailsMain .contentsList {
  border: 1px solid #CCCCCC;
  counter-reset: clOlNum01;
  margin-top: 4rem;
  padding: 1rem 2rem 0.8rem 2.2rem;
  margin-bottom: 5.6rem;
}
.ECDetailsPage .detailsMain .contentsList__title {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ECDetailsPage .detailsMain .contentsList__title::after {
  content: "";
  display: block;
  background-image: url("../img/arrowShort_bottom_black.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 0.6rem;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 0.6rem;
  position: absolute;
  top: 1.3rem;
  right: 0;
}
.ECDetailsPage .detailsMain .contentsList__title:not(:last-child):not(.label) {
  margin: 0;
}
.ECDetailsPage .detailsMain .contentsList__title.accOpen::after {
  transform: rotate(-180deg);
}
.ECDetailsPage .detailsMain .contentsList .listBox {
  padding: 1.5rem 1.3rem 3.2rem;
  display: none;
}
.ECDetailsPage .detailsMain .contentsList__list {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.ECDetailsPage .detailsMain .contentsList__list:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ECDetailsPage .detailsMain .contentsList__list > li {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.ECDetailsPage .detailsMain .contentsList__list > li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-weight: 700;
  counter-increment: clOlNum01;
  content: counter(clOlNum01) ".";
  padding-left: 0.7rem;
}
.ECDetailsPage .detailsMain .contentsList__list > li > a {
  text-decoration: none;
}
.ECDetailsPage .detailsMain .contentsList__list > li > ol {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 500;
  counter-reset: clOlNum02;
}
.ECDetailsPage .detailsMain .contentsList__list > li > ol > li {
  text-indent: -3rem;
  padding-left: 3rem;
}
.ECDetailsPage .detailsMain .contentsList__list > li > ol > li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  counter-increment: clOlNum02;
  content: counter(clOlNum01) "-" counter(clOlNum02) ".";
  margin-right: 0.5rem;
  padding-left: 0;
}
.ECDetailsPage .detailsMain .contentsList__list > li > ol > li > a {
  text-decoration: none;
}
@media screen and (max-width: 1365px) {
  .ECDetailsPage .detailsMain h2 {
    margin-top: -6rem;
  }
  .ECDetailsPage .detailsMain h3 {
    margin-top: -6rem;
  }
  .ECDetailsPage .detailsMain h4 {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .ECDetailsPage .detailsMain .label {
    font-size: 1.6rem;
    padding: 0.7rem 0.9rem 0.5rem;
  }
  .ECDetailsPage .detailsMain h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .ECDetailsPage .detailsMain h2 {
    font-size: 2rem;
  }
  .ECDetailsPage .detailsMain h3 {
    font-size: 1.8rem;
  }
  .ECDetailsPage .detailsMain h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
    text-align: left;
  }
  .ECDetailsPage .detailsMain p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ECDetailsPage .detailsMain p:not(:last-child):not(.label) {
    margin-bottom: 1rem;
  }
  .ECDetailsPage .detailsMain a.moreLink, .ECDetailsPage .detailsMain a.moreLinkBlack {
    min-height: 4rem;
    background-position: right 2rem center;
    font-size: 1.5rem;
    display: inline-block;
    margin: 1rem 0 0.5rem;
    width: auto;
    padding: 1rem 5rem 1rem 2rem;
    line-height: 1.4;
  }
  .ECDetailsPage .detailsMain .craftspersonBox {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .ECDetailsPage .detailsMain .flexBox--right:not(:last-child), .ECDetailsPage .detailsMain .flexBox--left:not(:last-child), .ECDetailsPage .detailsMain .flexBox--center:not(:last-child) {
    margin-bottom: 4rem;
  }
  .ECDetailsPage .detailsMain .flexBox__photo {
    margin-bottom: 1.5rem;
  }
  .ECDetailsPage .detailsMain .flexBox__photo .caption {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #939393;
    text-align: center;
    margin-top: 0.7rem;
  }
  .ECDetailsPage .detailsMain blockquote {
    padding-bottom: 1.7rem;
    margin-top: 2.5rem;
  }
  .ECDetailsPage .detailsMain blockquote::before {
    top: 2rem;
  }
  .ECDetailsPage .detailsMain blockquote::after {
    bottom: 1.8rem;
  }
  .ECDetailsPage .detailsMain ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .ECDetailsPage .detailsMain ol:not(.contentsList__list) li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .ECDetailsPage .detailsMain ul,
  .ECDetailsPage .detailsMain ol:not(.contentsList__list),
  .ECDetailsPage .detailsMain .tableBox {
    margin-top: 4rem;
  }
  .ECDetailsPage .detailsMain ul:not(:last-child),
  .ECDetailsPage .detailsMain ol:not(.contentsList__list):not(:last-child),
  .ECDetailsPage .detailsMain .tableBox:not(:last-child) {
    margin-bottom: 4rem;
  }
  .ECDetailsPage .detailsMain .tableBox {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-base-color: #F7F7F7;
    scrollbar-face-color: #CCCCCC;
    scrollbar-track-color: #F7F7F7;
    scrollbar-color: #CCCCCC #F7F7F7;
    scrollbar-width: thin;
    padding-bottom: 1.5rem;
  }
  .ECDetailsPage .detailsMain .tableBox::-webkit-scrollbar {
    height: 0.6rem;
    background: #F7F7F7;
    border-radius: 5px;
  }
  .ECDetailsPage .detailsMain .tableBox::-webkit-scrollbar:horizontal {
    width: 100%;
  }
  .ECDetailsPage .detailsMain .tableBox::-webkit-scrollbar-button {
    height: 0.6rem;
    width: 1.7rem;
    display: none;
  }
  .ECDetailsPage .detailsMain .tableBox::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 5px;
  }
  .ECDetailsPage .detailsMain .tableBox::-webkit-scrollbar-corner {
    display: none;
  }
  .ECDetailsPage .detailsMain .tableBox table {
    width: auto;
  }
  .ECDetailsPage .detailsMain .tableBox table th,
  .ECDetailsPage .detailsMain .tableBox table td {
    padding: 1.1rem 1.5rem;
    min-width: 16rem;
  }
  .ECDetailsPage .detailsMain .contentsList {
    padding: 0.5rem 2rem 0.4rem;
    margin-bottom: 4rem;
  }
  .ECDetailsPage .detailsMain .contentsList .listBox {
    padding: 1rem 0 1.5rem;
    display: none;
  }
  .ECDetailsPage .detailsMain .contentsList__list:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .ECDetailsPage .detailsMain .contentsList__list > li > ol {
    margin-top: 0.5rem;
  }
}
.ECDetailsPage__aside {
  border-top: 1px solid #292929;
  padding-bottom: 7rem;
}
.ECDetailsPage__aside .inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 9.3rem;
}
.ECDetailsPage__aside h2 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4.6rem;
}
.ECDetailsPage__aside .btn {
  margin-top: 4.5rem;
}
.ECDetailsPage__aside .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ECDetailsPage__aside .btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ECDetailsPage__aside .btn a:hover {
    background-position: right 1rem center;
  }
}

.ECPCheckoutMultiAddressPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 9rem;
}
.ECPCheckoutMultiAddressPage .fs-c-heading {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .ECPCheckoutMultiAddressPage .fs-c-heading {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 1.8rem 15rem 1.4rem 1.8rem;
  position: relative;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee:not(:last-child) {
  margin-bottom: 2rem;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__data__name {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__data__address .fs-c-address {
  margin-top: 1rem;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__data__address .fs-c-address__tel {
  margin-top: 0.7rem;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__control {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  text-align: right;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__control .fs-c-button--edit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 12rem;
  height: 4rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #aca279;
  margin-bottom: 0.5rem;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__control .fs-c-button--delete {
  text-decoration: underline;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__control .fs-c-button--delete:hover {
    text-decoration: none;
  }
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-multiAddress__button {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-multiAddress__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  height: 4rem;
  min-width: 12rem;
  padding: 0 1rem;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-multiAddress__button button:not(:last-child) {
  margin-right: 1rem;
}
.ECPCheckoutMultiAddressPage .fs-c-buttonContainer--next {
  margin-top: 2rem;
}
.ECPCheckoutMultiAddressPage .fs-c-buttonContainer--next button {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  margin: 0 auto;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .ECPCheckoutMultiAddressPage .fs-c-buttonContainer--next button {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ECPCheckoutMultiAddressPage .fs-c-buttonContainer--next button:hover {
    background-position: right 1rem center;
  }
}
.ECPCheckoutMultiAddressPage .fs-c-buttonContainer--back {
  text-align: center;
  margin-top: 2rem;
}
.ECPCheckoutMultiAddressPage .fs-c-buttonContainer--back a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ECPCheckoutMultiAddressPage .fs-c-buttonContainer--back a:hover {
    text-decoration: none;
  }
}

.fs-c-modal .fs-c-modal__close,
.fs-c-modal--addressInput .fs-c-modal__close,
.fs-c-modal--medium .fs-c-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.fs-c-modal .fs-c-modal__close::before,
.fs-c-modal--addressInput .fs-c-modal__close::before,
.fs-c-modal--medium .fs-c-modal__close::before {
  font-size: 3rem;
}
.fs-c-modal .fs-c-modal__inner,
.fs-c-modal--addressInput .fs-c-modal__inner,
.fs-c-modal--medium .fs-c-modal__inner {
  width: 100%;
  max-width: 100rem;
  padding: 5rem 6rem;
  border-radius: 0.8rem;
  max-height: 85vh;
}
.fs-c-modal .fs-c-modal__header,
.fs-c-modal--addressInput .fs-c-modal__header,
.fs-c-modal--medium .fs-c-modal__header {
  display: block;
  z-index: 1;
}
.fs-c-modal .fs-c-modal__title,
.fs-c-modal--addressInput .fs-c-modal__title,
.fs-c-modal--medium .fs-c-modal__title {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1.8rem;
  width: 100%;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fs-c-modal .fs-c-modal__title,
  .fs-c-modal--addressInput .fs-c-modal__title,
  .fs-c-modal--medium .fs-c-modal__title {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.fs-c-modal .fs-c-modal__contents,
.fs-c-modal--addressInput .fs-c-modal__contents,
.fs-c-modal--medium .fs-c-modal__contents {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
.fs-c-modal .fs-c-checkout-addressee,
.fs-c-modal--addressInput .fs-c-checkout-addressee,
.fs-c-modal--medium .fs-c-checkout-addressee {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 1.8rem 15rem 1.4rem 1.8rem;
  position: relative;
}
.fs-c-modal .fs-c-checkout-addressee:not(:last-child),
.fs-c-modal--addressInput .fs-c-checkout-addressee:not(:last-child),
.fs-c-modal--medium .fs-c-checkout-addressee:not(:last-child) {
  margin-bottom: 2rem;
}
.fs-c-modal .fs-c-checkout-addressee__data__name,
.fs-c-modal--addressInput .fs-c-checkout-addressee__data__name,
.fs-c-modal--medium .fs-c-checkout-addressee__data__name {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.fs-c-modal .fs-c-checkout-addressee__data__address .fs-c-address,
.fs-c-modal--addressInput .fs-c-checkout-addressee__data__address .fs-c-address,
.fs-c-modal--medium .fs-c-checkout-addressee__data__address .fs-c-address {
  margin-top: 1rem;
}
.fs-c-modal .fs-c-checkout-addressee__data__address .fs-c-address__tel,
.fs-c-modal--addressInput .fs-c-checkout-addressee__data__address .fs-c-address__tel,
.fs-c-modal--medium .fs-c-checkout-addressee__data__address .fs-c-address__tel {
  margin-top: 0.7rem;
}
.fs-c-modal .fs-c-checkout-addressee__control,
.fs-c-modal--addressInput .fs-c-checkout-addressee__control,
.fs-c-modal--medium .fs-c-checkout-addressee__control {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  text-align: right;
}
.fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--edit,
.fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--edit,
.fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--edit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 12rem;
  height: 4rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #aca279;
  margin-bottom: 0.5rem;
}
.fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--delete,
.fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--delete,
.fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--delete {
  text-decoration: underline;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--delete:hover,
  .fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--delete:hover,
  .fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--delete:hover {
    text-decoration: none;
  }
}
.fs-c-modal .fs-c-checkout-multiAddress__button,
.fs-c-modal--addressInput .fs-c-checkout-multiAddress__button,
.fs-c-modal--medium .fs-c-checkout-multiAddress__button {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fs-c-modal .fs-c-checkout-multiAddress__button button,
.fs-c-modal--addressInput .fs-c-checkout-multiAddress__button button,
.fs-c-modal--medium .fs-c-checkout-multiAddress__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  height: 4rem;
  min-width: 12rem;
  padding: 0 1rem;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.fs-c-modal .fs-c-checkout-multiAddress__button button:not(:last-child),
.fs-c-modal--addressInput .fs-c-checkout-multiAddress__button button:not(:last-child),
.fs-c-modal--medium .fs-c-checkout-multiAddress__button button:not(:last-child) {
  margin-right: 1rem;
}
.fs-c-modal .fs-c-checkout-addressee,
.fs-c-modal--addressInput .fs-c-checkout-addressee,
.fs-c-modal--medium .fs-c-checkout-addressee {
  padding: 1.9rem 6rem 1.9rem 2.5rem;
}
.fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--standard,
.fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--standard,
.fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--standard {
  display: inline-block;
  width: auto;
  height: auto;
  color: #262626;
  font-size: 1.3rem;
  line-height: 1;
  background: none;
  margin-bottom: 0;
  text-decoration: underline;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--standard:hover,
  .fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--standard:hover,
  .fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--standard:hover {
    text-decoration: none;
  }
}
.fs-c-modal .fs-c-checkout-addressee__check,
.fs-c-modal--addressInput .fs-c-checkout-addressee__check,
.fs-c-modal--medium .fs-c-checkout-addressee__check {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.fs-c-modal .fs-c-checkbox__checkMark,
.fs-c-modal--addressInput .fs-c-checkbox__checkMark,
.fs-c-modal--medium .fs-c-checkbox__checkMark {
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
}
.fs-c-modal .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-c-modal--addressInput .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-c-modal--medium .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #FACE26;
  border-color: #FACE26;
}
.fs-c-modal .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before,
.fs-c-modal--addressInput .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before,
.fs-c-modal--medium .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 0;
}
.fs-c-modal .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::after,
.fs-c-modal--addressInput .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::after,
.fs-c-modal--medium .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
}
.fs-c-modal .fs-c-buttonContainer,
.fs-c-modal--addressInput .fs-c-buttonContainer,
.fs-c-modal--medium .fs-c-buttonContainer {
  margin-top: 4rem;
  text-align: center;
}
.fs-c-modal .fs-c-buttonContainer .fs-c-button--addDestination,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--settings,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--addAddressee,
.fs-c-modal .fs-c-buttonContainer .fs-c-button--confirmDelete,
.fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addDestination,
.fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--settings,
.fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addAddressee,
.fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--confirmDelete,
.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addDestination,
.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings,
.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addAddressee,
.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--confirmDelete {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  margin: 0 auto;
  height: 5rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--addDestination,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--settings,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--addAddressee,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--confirmDelete,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addDestination,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--settings,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addAddressee,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--confirmDelete,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addDestination,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addAddressee,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--confirmDelete {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--addDestination:hover,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--settings:hover,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--addAddressee:hover,
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--confirmDelete:hover,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addDestination:hover,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--settings:hover,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--addAddressee:hover,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--confirmDelete:hover,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addDestination:hover,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--settings:hover,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--addAddressee:hover,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--confirmDelete:hover {
    background-position: right 1rem center;
  }
}
.fs-c-modal .fs-c-buttonContainer .fs-c-button--cancel,
.fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--cancel,
.fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--cancel {
  margin-top: 2rem;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .fs-c-modal .fs-c-buttonContainer .fs-c-button--cancel:hover,
  .fs-c-modal--addressInput .fs-c-buttonContainer .fs-c-button--cancel:hover,
  .fs-c-modal--medium .fs-c-buttonContainer .fs-c-button--cancel:hover {
    text-decoration: none;
  }
}

.fs-c-modal--changeShippingAddress .fs-c-inputTable--inModal > tbody > tr {
  padding: 8px 0;
}
.fs-c-modal--changeShippingAddress .fs-c-inputInformation__field {
  max-width: none;
}

.ECNotFoundPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 9rem;
}
.ECNotFoundPage .notFound__heading {
  display: block;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: 1px solid #292929;
  padding: 0 0 1.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .ECNotFoundPage .notFound__heading {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.ECNotFoundPage .notFound__message {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ECNotFoundPage .notFound__messageTitle {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ECNotFoundPage .btn {
  margin-top: 6.5rem;
}
.ECNotFoundPage .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  margin: 0 auto;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .ECNotFoundPage .btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ECNotFoundPage .btn a:hover {
    background-position: right 1rem center;
  }
}

.ECPCheckoutSuccessPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 9rem;
  text-align: left;
}
.ECPCheckoutSuccessPage .headTitle {
  margin-bottom: 5rem;
}
.ECPCheckoutSuccessPage .endBox .title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ECPCheckoutSuccessPage .endBox .title--sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 4.5rem 0 2rem;
}
.ECPCheckoutSuccessPage .endBox .textBox {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ECPCheckoutSuccessPage .endBox .endBtn {
  margin-top: 6.5rem;
}
.ECPCheckoutSuccessPage .endBox .endBtn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  margin: 0 auto;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .ECPCheckoutSuccessPage .endBox .endBtn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .ECPCheckoutSuccessPage .endBox .endBtn a:hover {
    background-position: right 1rem center;
  }
}
.ECPCheckoutSuccessPage .lineArea {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
  margin-top: 6rem;
}
.ECPCheckoutSuccessPage .lineArea__btnBody {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 8rem;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.ECPCheckoutSuccessPage .lineArea__btnText {
  background: url(../img/icon_line_color.svg) no-repeat left center;
  padding: 1.5rem 0 1.5rem 5rem;
}
.ECPCheckoutSuccessPage .lineArea__text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}

.articleParts {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.articleParts .label {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background-color: #aca279;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  margin-bottom: 1rem;
}
.articleParts h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 3.4rem;
}
.articleParts h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 5rem 0 2.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .articleParts h2 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.articleParts h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 3px;
  background-color: #262626;
  position: absolute;
  left: 0;
  bottom: 0;
}
.articleParts h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #aca279;
  margin: 4.7rem 0 1.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .articleParts h3 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.articleParts h4 {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin: 4.7rem 0 1.5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1365px) {
  .articleParts h4 {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.articleParts p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  word-break: break-all;
}
.articleParts p:not(:last-child):not(.label) {
  margin-bottom: 1.6rem;
}
.articleParts em {
  font-style: italic;
  font-weight: 700;
}
.articleParts del {
  text-decoration: line-through;
}
.articleParts strong {
  font-weight: 700;
}
.articleParts a:not(.moreLink):not(.moreLinkBlack) {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .articleParts a:not(.moreLink):not(.moreLinkBlack):hover {
    text-decoration: none;
  }
}
.articleParts a[target*=_blank]:not([href$=".pdf"]):not(.moreLink):not(.moreLinkBlack)::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_gold.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1.3rem 1.1rem;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.1rem;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1rem;
}
.articleParts a.moreLink {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 20rem;
  min-height: 5rem;
  background: url(../img/arrow_right_beige.svg) no-repeat right 3rem center;
  border: 1px solid #CCCCCC;
  padding: 1rem 5rem 1rem 2.3rem;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 5.5rem 1rem 2.3rem;
  margin: 1.5rem 0 0.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .articleParts a.moreLink {
    font-size: 1.8rem;
    width: 23.5rem;
    background-position: right 1.5rem center;
    padding-right: 3.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .articleParts a.moreLink:hover {
    background-position: right 2rem center;
  }
}
.articleParts a.moreLinkBlack {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 20rem;
  min-height: 5rem;
  background: url(../img/arrow_right_beige.svg) no-repeat right 3rem center;
  border: 1px solid #CCCCCC;
  padding: 1rem 5rem 1rem 2.3rem;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 5.5rem 1rem 2.3rem;
  margin: 1.5rem 0 0.5rem;
  width: auto;
  border-color: #262626;
  color: #fff;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 3rem center;
}
@media screen and (max-width: 767px) {
  .articleParts a.moreLinkBlack {
    font-size: 1.8rem;
    width: 23.5rem;
    background-position: right 1.5rem center;
    padding-right: 3.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .articleParts a.moreLinkBlack:hover {
    background-position: right 2rem center;
  }
}
.articleParts .btn a {
  text-decoration: none !important;
}
.articleParts .craftspersonBox {
  padding-bottom: 5rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 4.6rem;
}
@media screen and (min-width: 768px) {
  .articleParts .flexBox--right {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .articleParts .flexBox--left {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .articleParts .flexBox--center .flexBox__details {
    margin-top: 5rem;
  }
  .articleParts .flexBox--right .flexBox__photo, .articleParts .flexBox--left .flexBox__photo {
    width: 40%;
    padding-top: 0.4rem;
  }
  .articleParts .flexBox--right .flexBox__details, .articleParts .flexBox--left .flexBox__details {
    width: 56%;
  }
  .articleParts .flexBox--right:not(:last-child), .articleParts .flexBox--left:not(:last-child), .articleParts .flexBox--center:not(:last-child) {
    margin-bottom: 4.4rem;
  }
  .articleParts .flexBox__photo .caption {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #939393;
    text-align: center;
    margin-top: 0.7rem;
  }
}
.articleParts blockquote {
  position: relative;
  background-color: #F7F7F7;
  padding: 1.7rem 3.4rem 1.3rem;
  display: inline-block;
  margin-top: 1.4rem;
}
.articleParts blockquote::before, .articleParts blockquote::after {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #555555;
  position: absolute;
}
.articleParts blockquote::before {
  content: "“";
  top: 2.5rem;
  left: 2rem;
}
.articleParts blockquote::after {
  content: "”";
  bottom: 2.5rem;
  right: 2.3rem;
}
.articleParts ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.articleParts ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.articleParts ul li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.articleParts ol:not(.contentsList__list) {
  counter-reset: detailsOlNum;
}
.articleParts ol:not(.contentsList__list) li {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}
.articleParts ol:not(.contentsList__list) li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.articleParts ol:not(.contentsList__list) li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  counter-increment: detailsOlNum;
  content: counter(detailsOlNum) ".";
  margin-right: 0.5rem;
  padding-left: 0.7rem;
}
.articleParts ul,
.articleParts ol:not(.contentsList__list),
.articleParts .tableBox {
  margin-top: 5rem;
}
.articleParts ul:not(:last-child),
.articleParts ol:not(.contentsList__list):not(:last-child),
.articleParts .tableBox:not(:last-child) {
  margin-bottom: 5rem;
}
.articleParts .tableBox table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.articleParts .tableBox table th,
.articleParts .tableBox table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.6rem 2.2rem;
  text-align: center;
}
.articleParts .tableBox table th {
  background-color: #F7F7F7;
}
.articleParts .contentsList {
  border: 1px solid #CCCCCC;
  counter-reset: clOlNum01;
  margin-top: 4rem;
  padding: 1rem 2rem 0.8rem 2.2rem;
  margin-bottom: 5.6rem;
}
.articleParts .contentsList__title {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.articleParts .contentsList__title::after {
  content: "";
  display: block;
  background-image: url("../img/arrowShort_bottom_black.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 0.6rem;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 0.6rem;
  position: absolute;
  top: 1.3rem;
  right: 0;
}
.articleParts .contentsList__title:not(:last-child):not(.label) {
  margin: 0;
}
.articleParts .contentsList__title.accOpen::after {
  transform: rotate(-180deg);
}
.articleParts .contentsList .listBox {
  padding: 1.5rem 1.3rem 3.2rem;
  display: none;
}
.articleParts .contentsList__list {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.articleParts .contentsList__list:not(:last-child) {
  margin-bottom: 0.5rem;
}
.articleParts .contentsList__list > li {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.articleParts .contentsList__list > li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-weight: 700;
  counter-increment: clOlNum01;
  content: counter(clOlNum01) ".";
  padding-left: 0.7rem;
}
.articleParts .contentsList__list > li > a {
  text-decoration: none;
}
.articleParts .contentsList__list > li > ol {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 500;
  counter-reset: clOlNum02;
}
.articleParts .contentsList__list > li > ol > li {
  text-indent: -3rem;
  padding-left: 3rem;
}
.articleParts .contentsList__list > li > ol > li::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  counter-increment: clOlNum02;
  content: counter(clOlNum01) "-" counter(clOlNum02) ".";
  margin-right: 0.5rem;
  padding-left: 0;
}
.articleParts .contentsList__list > li > ol > li > a {
  text-decoration: none;
}
@media screen and (max-width: 1365px) {
  .articleParts h2 {
    margin-top: -6rem;
  }
  .articleParts h3 {
    margin-top: -6rem;
  }
  .articleParts h4 {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .articleParts .label {
    font-size: 1.6rem;
    padding: 0.7rem 0.9rem 0.5rem;
  }
  .articleParts h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .articleParts h2 {
    font-size: 2rem;
  }
  .articleParts h3 {
    font-size: 1.8rem;
  }
  .articleParts h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
    text-align: left;
  }
  .articleParts p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .articleParts p:not(:last-child):not(.label) {
    margin-bottom: 1rem;
  }
  .articleParts a.moreLink, .articleParts a.moreLinkBlack {
    min-height: 4rem;
    background-position: right 2rem center;
    font-size: 1.5rem;
    display: inline-block;
    margin: 1rem 0 0.5rem;
    width: auto;
    padding: 1rem 5rem 1rem 2rem;
    line-height: 1.4;
  }
  .articleParts .craftspersonBox {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .articleParts .flexBox--right:not(:last-child), .articleParts .flexBox--left:not(:last-child), .articleParts .flexBox--center:not(:last-child) {
    margin-bottom: 4rem;
  }
  .articleParts .flexBox__photo {
    margin-bottom: 1.5rem;
  }
  .articleParts .flexBox__photo .caption {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #939393;
    text-align: center;
    margin-top: 0.7rem;
  }
  .articleParts blockquote {
    padding-bottom: 1.7rem;
    margin-top: 2.5rem;
  }
  .articleParts blockquote::before {
    top: 2rem;
  }
  .articleParts blockquote::after {
    bottom: 1.8rem;
  }
  .articleParts ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .articleParts ol:not(.contentsList__list) li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .articleParts ul,
  .articleParts ol:not(.contentsList__list),
  .articleParts .tableBox {
    margin-top: 4rem;
  }
  .articleParts ul:not(:last-child),
  .articleParts ol:not(.contentsList__list):not(:last-child),
  .articleParts .tableBox:not(:last-child) {
    margin-bottom: 4rem;
  }
  .articleParts .tableBox {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-base-color: #F7F7F7;
    scrollbar-face-color: #CCCCCC;
    scrollbar-track-color: #F7F7F7;
    scrollbar-color: #CCCCCC #F7F7F7;
    scrollbar-width: thin;
    padding-bottom: 1.5rem;
  }
  .articleParts .tableBox::-webkit-scrollbar {
    height: 0.6rem;
    background: #F7F7F7;
    border-radius: 5px;
  }
  .articleParts .tableBox::-webkit-scrollbar:horizontal {
    width: 100%;
  }
  .articleParts .tableBox::-webkit-scrollbar-button {
    height: 0.6rem;
    width: 1.7rem;
    display: none;
  }
  .articleParts .tableBox::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 5px;
  }
  .articleParts .tableBox::-webkit-scrollbar-corner {
    display: none;
  }
  .articleParts .tableBox table {
    width: auto;
  }
  .articleParts .tableBox table th,
  .articleParts .tableBox table td {
    padding: 1.1rem 1.5rem;
    min-width: 16rem;
  }
  .articleParts .contentsList {
    padding: 0.5rem 2rem 0.4rem;
    margin-bottom: 4rem;
  }
  .articleParts .contentsList .listBox {
    padding: 1rem 0 1.5rem;
    display: none;
  }
  .articleParts .contentsList__list:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .articleParts .contentsList__list > li > ol {
    margin-top: 0.5rem;
  }
}
.articleParts p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .articleParts p a:hover {
    text-decoration: none;
  }
}
.articleParts p + .grpLayout_03, .articleParts p + .grpLayout_04 {
  margin-top: 3rem;
}
.articleParts p + h3 {
  margin-top: 5rem !important;
}
.articleParts p + img {
  margin-top: 2rem;
}
.articleParts img + p {
  margin-top: 2rem;
}
.articleParts h2 {
  font-size: 2.2rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  background: none !important;
  padding: 7rem 0 2.5rem !important;
  margin: -1rem 0 3rem !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  display: inline-block;
}
.articleParts h2::after {
  content: none;
}
.articleParts h2 + p {
  margin: 0 !important;
}
.articleParts h2 .copy {
  display: block;
  font-size: 1.6rem;
  color: #C6C3B5;
}
.articleParts h2 + h3 {
  margin-top: 1.5rem !important;
}
.articleParts h3 {
  font-size: 2.2rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  font-weight: bold !important;
  background: none !important;
  padding: 0 !important;
  margin: 3rem 0 2rem !important;
  color: #ACA279 !important;
}
.articleParts h3 a {
  color: #ACA279 !important;
}
.articleParts h3 .copy {
  display: block;
  margin-bottom: 0.5rem;
}
.articleParts h4 {
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  margin: 3rem 0 1rem !important;
  text-align: left;
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  padding: 0 0.9rem !important;
  color: #262626 !important;
  text-align: left;
  display: inline-block;
  background-color: rgba(161, 152, 111, 0.2) !important;
}
.articleParts ul li::before {
  background-color: #ACA279;
}
.articleParts ol:not(.contentsList__list) li::before {
  color: #ACA279;
}
.articleParts .tableBox table th {
  font-weight: 700;
}
.articleParts a.moreLink {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  justify-content: flex-start;
  max-width: 18rem;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .articleParts a.moreLink {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .articleParts a.moreLink:hover {
    background-position: right 1rem center;
  }
}
@media screen and (min-width: 768px) {
  .articleParts .col-odd,
  .articleParts .christmas_wrapping_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .articleParts .col-odd.reverse,
  .articleParts .christmas_wrapping_wrap.reverse {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .articleParts .col-odd:not(:last-child),
  .articleParts .christmas_wrapping_wrap:not(:last-child) {
    margin-bottom: 5rem;
  }
  .articleParts .col-odd__img,
  .articleParts .col-odd .christmas_wrapping_img,
  .articleParts .christmas_wrapping_wrap__img,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_img {
    width: 40%;
    padding-top: 0.4rem;
    margin: 0 !important;
  }
  .articleParts .col-odd__img .caption,
  .articleParts .col-odd .christmas_wrapping_img .caption,
  .articleParts .christmas_wrapping_wrap__img .caption,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_img .caption {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #939393;
    text-align: center;
    margin-top: 0.7rem;
  }
  .articleParts .col-odd__txt2,
  .articleParts .col-odd .christmas_wrapping_content,
  .articleParts .christmas_wrapping_wrap__txt2,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content {
    width: 56%;
    padding: 0;
    margin: 0;
  }
  .articleParts .col-odd__txt2 h3,
  .articleParts .col-odd__txt2 .christmas_wrapping_title,
  .articleParts .col-odd .christmas_wrapping_content h3,
  .articleParts .col-odd .christmas_wrapping_content .christmas_wrapping_title,
  .articleParts .christmas_wrapping_wrap__txt2 h3,
  .articleParts .christmas_wrapping_wrap__txt2 .christmas_wrapping_title,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content h3,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .christmas_wrapping_title {
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    margin: 0 0 1.6rem !important;
    color: #262626 !important;
    text-align: left !important;
  }
  .articleParts .col-odd__txt2 h3 p,
  .articleParts .col-odd__txt2 .christmas_wrapping_title p,
  .articleParts .col-odd .christmas_wrapping_content h3 p,
  .articleParts .col-odd .christmas_wrapping_content .christmas_wrapping_title p,
  .articleParts .christmas_wrapping_wrap__txt2 h3 p,
  .articleParts .christmas_wrapping_wrap__txt2 .christmas_wrapping_title p,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content h3 p,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .christmas_wrapping_title p {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 1.5rem !important;
    color: #959595;
    letter-spacing: 0.025em !important;
    font-weight: 400 !important;
  }
  .articleParts .col-odd__txt2 a,
  .articleParts .col-odd .christmas_wrapping_content a,
  .articleParts .christmas_wrapping_wrap__txt2 a,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content a {
    text-decoration: none;
  }
  .articleParts .col-odd__txt2 .btn,
  .articleParts .col-odd .christmas_wrapping_content .btn,
  .articleParts .christmas_wrapping_wrap__txt2 .btn,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .btn {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .articleParts .grpLayout_04 > div {
    width: calc((100% - 4rem) / 3);
  }
  .articleParts .grpLayout_04 > div:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .articleParts .grpLayout_03 > div {
    width: calc((100% - 6rem) / 4);
  }
  .articleParts .grpLayout_03 > div:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
}
.articleParts .grpLayout_04,
.articleParts .grpLayout_03 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  width: 100% !important;
  padding: 0;
}
.articleParts .grpLayout_04 + h2,
.articleParts .grpLayout_03 + h2 {
  margin-top: -6rem !important;
}
.articleParts .grpLayout_04 > div > a,
.articleParts .grpLayout_03 > div > a {
  display: block;
  margin-bottom: 2rem;
}
.articleParts .grpLayout_04 > div > a img,
.articleParts .grpLayout_03 > div > a img {
  padding: 0;
}
.articleParts .grpLayout_04 > div > a + br,
.articleParts .grpLayout_03 > div > a + br {
  display: none;
}
.articleParts .grpLayout_04 > div a,
.articleParts .grpLayout_03 > div a {
  text-decoration: none;
  color: #262626;
}
.articleParts .grpLayout_04 > div a h4,
.articleParts .grpLayout_03 > div a h4 {
  margin: 0 !important;
  color: #262626 !important;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  letter-spacing: 0.025em !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}
.articleParts .grpLayout_04 > div a h4 span,
.articleParts .grpLayout_03 > div a h4 span {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem !important;
  color: #959595;
  letter-spacing: 0.025em !important;
  font-weight: 400 !important;
  display: block;
  margin-top: 0.2em;
}
.articleParts .grpLayout_04 > div a h5,
.articleParts .grpLayout_03 > div a h5 {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.8rem;
}
.articleParts .flexWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.articleParts .flexWrap a {
  text-decoration: none;
}
.articleParts .flexWrap .flexItem02 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .articleParts .flexWrap .flexItem02 {
    width: calc((100% - 6rem) / 4);
  }
  .articleParts .flexWrap .flexItem02:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
}
.articleParts .flexWrap .flexItem02 img {
  margin-bottom: 1.5rem;
}
.articleParts .btn.typeC {
  text-align: center;
}
.articleParts .btn a {
  text-decoration: none;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  max-width: 65%;
  padding: 1rem 4.5rem 1rem 2rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (min-width: 768px) {
  .articleParts .btn a:hover {
    background-position: right 1rem center;
  }
}
.articleParts #cardlayout-wrap {
  border: none;
  margin: 3rem auto;
  max-width: none;
}
.articleParts #cardlayout-wrap .card-list_2 {
  width: calc((100% - 2rem) / 2);
  background: none;
  box-shadow: none;
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .articleParts #cardlayout-wrap .card-list_2:not(:nth-child(2n)) {
    margin-right: 2rem;
  }
}
.articleParts #cardlayout-wrap .card-link {
  padding: 0;
  pointer-events: auto;
  text-decoration: none;
}
.articleParts #cardlayout-wrap .card-link .card-figure_2 {
  border: none;
  margin-bottom: 2rem;
}
.articleParts #cardlayout-wrap .card-link .card-title {
  display: block;
  text-align: left;
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  min-height: auto;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  letter-spacing: 0.025em !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 0 1rem !important;
  border: none;
}
.articleParts #cardlayout-wrap .card-link .card-text-tax {
  padding: 0;
  color: #262626;
}
.articleParts .fs-c-sortItems__list a,
.articleParts .fs-c-productList__list a {
  text-decoration: none;
}
.articleParts .fs-c-productMark__item,
.articleParts .fs-c-subgroupList__item,
.articleParts .fs-c-sortItems__list__item,
.articleParts .colorBox li {
  padding: 0;
  margin-bottom: 0;
}
.articleParts .fs-c-productMark__item::before,
.articleParts .fs-c-subgroupList__item::before,
.articleParts .fs-c-sortItems__list__item::before,
.articleParts .colorBox li::before {
  content: none;
}
.articleParts .fs-c-productListItem__productName {
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.025em !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none;
  display: block;
}
.articleParts .fs-c-productMarks .fs-c-productMark {
  margin: 1.5rem 0 0;
}
.articleParts .txBlock table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  table-layout: fixed;
}
.articleParts .txBlock table th,
.articleParts .txBlock table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  vertical-align: middle;
}
.articleParts .txBlock table th {
  background-color: #F7F7F7;
  width: 12rem;
  font-weight: 700;
}
.articleParts .list {
  width: 100%;
  margin: 5rem auto 8rem !important;
  border: 1px solid #CCCCCC;
  counter-reset: clOlNum01;
  padding: 1rem 2rem 3rem 2.2rem;
}
.articleParts .list a {
  text-decoration: none;
}
.articleParts .list ul {
  margin: 0;
  padding: 0;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.articleParts .list ul:not(:last-child) {
  margin-bottom: 0.5rem;
}
.articleParts .list ul > li {
  padding: 0 0 0 0.5rem;
}
.articleParts .list ul > li::before {
  content: none;
}
.articleParts .list ul > li:nth-child(n+2) {
  text-indent: -1.8rem;
  padding: 0 0 0 3.8rem;
}
.articleParts .list ul > li:nth-child(n+2)::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-weight: 700;
  counter-increment: clOlNum01;
  content: counter(clOlNum01) ".";
  padding-left: 0.7rem;
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  position: static;
}
.articleParts .productTable {
  width: 100%;
  background: #fff;
  border: 1px solid #CCCCCC;
  margin-bottom: 5rem;
}
.articleParts .productTable td {
  padding: 0 !important;
  width: auto !important;
  vertical-align: top;
}
.articleParts .productTable td:first-child a img {
  border-right: 1px solid #CCCCCC;
  aspect-ratio: 1/1;
  min-width: 20rem;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.articleParts .productTable td:not(:first-child) {
  padding: 3rem 3rem 5rem !important;
  position: relative;
}
.articleParts .productTable td:not(:first-child) h3 {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  letter-spacing: 25 !important;
  margin: 0 0 1.5rem !important;
  color: #262626 !important;
}
.articleParts .productTable td:not(:first-child) h3 a {
  color: #262626 !important;
  text-decoration: none;
}
.articleParts .productTable td:not(:first-child) p {
  font-size: 1.3rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}
.articleParts .productTable td:not(:first-child) .btnText {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 18rem;
  padding-right: 3.5rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .articleParts .productTable td:not(:first-child) .btnText {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .articleParts .productTable td:not(:first-child) .btnText:hover {
    background-position: right 1rem center;
  }
}
.articleParts .scl {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.articleParts .spOnlyCon {
  display: none;
}
.articleParts .giftSNS {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.articleParts .giftSNS .twitter-tweet,
.articleParts .giftSNS .instagram-media {
  width: 47% !important;
}
@media screen and (min-width: 768px) {
  .articleParts .beginner_box02,
  .articleParts .beginner_box02_end {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .articleParts .beginner_box02.reverse,
  .articleParts .beginner_box02_end.reverse {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .articleParts .beginner_box02:not(:last-child),
  .articleParts .beginner_box02_end:not(:last-child) {
    margin-bottom: 5rem;
  }
  .articleParts .beginner_box02__img,
  .articleParts .beginner_box02_end__img {
    width: 46%;
    padding-top: 0.4rem;
    margin: 0 !important;
  }
  .articleParts .beginner_box02__text,
  .articleParts .beginner_box02_end__text {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .articleParts .beginner_box02__text h3,
  .articleParts .beginner_box02_end__text h3 {
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    margin: 0 0 1.6rem !important;
    text-align: left !important;
  }
  .articleParts .beginner_box02__bottom,
  .articleParts .beginner_box02_end__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .articleParts .beginner_box02__bottom img,
  .articleParts .beginner_box02_end__bottom img {
    max-width: calc(100% - 18.5rem);
  }
  .articleParts .beginner_box02__bottom .btn,
  .articleParts .beginner_box02_end__bottom .btn {
    width: 15.5rem;
    margin-bottom: 1rem;
  }
  .articleParts .beginner_box02__bottom .btn a,
  .articleParts .beginner_box02_end__bottom .btn a {
    max-width: none;
  }
}
.articleParts .beginner_box02_end {
  margin-bottom: 0 !important;
}

.ecCSearchPage .towelGift.typeTop {
  margin-top: 4rem;
}
.ecCSearchPage .towelGift .headTitle {
  margin-bottom: 4rem;
}
.ecCSearchPage .towelGift .headTitle h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.ecCSearchPage .towelGift__nav {
  margin: 4rem auto 5.5rem;
}
.ecCSearchPage .towelGift__nav ul {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ecCSearchPage .towelGift__nav ul li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift__nav ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 5.8rem;
  background: url(../img/arrowShort_bottom_gray.svg) no-repeat right 1.6rem center;
  background-size: 1rem auto;
  padding: 1rem 3rem 1rem 1.8rem;
}
.ecCSearchPage .towelGift__head {
  margin: 0 0 5rem;
}
.ecCSearchPage .towelGift__head h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 2.2rem;
  margin: 0 0 4rem;
}
.ecCSearchPage .towelGift__head .giftBox {
  margin-bottom: 3.5rem;
}
.ecCSearchPage .towelGift .giftBox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ecCSearchPage .towelGift .giftBox li {
  width: calc((100% - 6rem) / 4);
  background-color: #f7f7f7;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift .giftBox li:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
}
.ecCSearchPage .towelGift .giftBox .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  height: 8.7rem;
}
.ecCSearchPage .towelGift .giftBox p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
  color: #aca279;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 8rem;
  padding: 0 1rem;
}
.ecCSearchPage .towelGift .textBox {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift .textBox p:not(:last-child) {
  margin-bottom: 1.8rem;
}
.ecCSearchPage .towelGift .textBox a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift .textBox a:hover {
    text-decoration: none;
  }
}
.ecCSearchPage .towelGift__single {
  padding-top: 7rem;
  margin-top: -7rem;
}
@media screen and (max-width: 1365px) {
  .ecCSearchPage .towelGift__single {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}
.ecCSearchPage .towelGift__single h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #ACA279;
  margin-bottom: 2.5rem;
}
.ecCSearchPage .towelGift__single h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
  background-color: #c6c3b5;
  padding: 0.1rem 1.5rem;
  margin-bottom: 2rem;
}
.ecCSearchPage .towelGift__single h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ACA279;
  margin-bottom: 4rem;
}
.ecCSearchPage .towelGift__single p.small {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.ecCSearchPage .towelGift__single .slideSingkeBox.typeRank {
  margin-bottom: 5rem;
}
.ecCSearchPage .towelGift__single .slideSingkeBox.typenormal--celll03 {
  margin-bottom: 5rem;
}
.ecCSearchPage .towelGift__single .slideSingkeBox.typenormal--celll04 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__item:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #ccc;
  }
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__photo {
    aspect-ratio: 300/225;
    width: 40%;
  }
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__details {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .conBox {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ecCSearchPage .towelGift__single .conBox.cell02 {
    justify-content: space-between;
  }
  .ecCSearchPage .towelGift__single .conBox.cell02 .conBox__item {
    width: calc((100% - 2rem) / 2);
  }
  .ecCSearchPage .towelGift__single .conBox.cell03 .conBox__item {
    width: calc((100% - 4rem) / 3);
  }
  .ecCSearchPage .towelGift__single .conBox.cell03 .conBox__item:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox.cell03 .conBox__photo {
    margin-bottom: 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox.cell03 .conBox__details .title {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
.ecCSearchPage .towelGift__single .conBox__item {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift__single .conBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ecCSearchPage .towelGift__single .conBox__details .title {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ecCSearchPage .towelGift__single .conBox__details .text {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift__single .conBox__details .price {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #959595;
  margin-top: -0.7rem;
}
.ecCSearchPage .towelGift__single .conBox__details .price span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  margin-left: 0.7rem;
}
.ecCSearchPage .towelGift__single .conBox__details .btn {
  text-align: right;
  margin-top: 1.5rem;
}
.ecCSearchPage .towelGift__single .conBox__details .btn a {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 18rem;
  padding: 1rem 4.5rem 1rem 2rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .conBox__details .btn a:hover {
    background-position: right 1rem center;
  }
}
.ecCSearchPage .towelGift__single .readBtn + h3 {
  margin-top: 6rem;
}
.ecCSearchPage .towelGift__single .readBtn a {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #fff;
  max-width: 40rem;
  text-align: center;
  padding: 1rem 2rem;
  margin: 0 auto;
  background-color: #262626;
}
.ecCSearchPage .towelGift__single .readBtn a span {
  padding-right: 4rem;
  width: 100%;
  height: 100%;
  background: url(../img/arrow_right_white.svg) no-repeat right 1rem center;
  transition: background-position ease 0.3s;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .readBtn a:hover span {
    background-position: right center;
  }
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .tgColorBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecCSearchPage .towelGift__single .tgColorBox.cell02 li {
    width: calc((100% - 2rem) / 2);
  }
}
.ecCSearchPage .towelGift__single .tgColorBox li {
  padding: 3.3rem 3.5rem 3rem;
  background-color: #F7F7F7;
}
.ecCSearchPage .towelGift__single .tgColorBox li .title {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 2rem;
}
.ecCSearchPage .towelGift__single .tgColorBox li .text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift__single .tgColorBox li .text p:not(:last-child) {
  margin-bottom: 2rem;
}
.ecCSearchPage .towelGift__single .tgColorBox li .btn {
  text-align: center;
  margin-top: 4rem;
}
.ecCSearchPage .towelGift__single .tgColorBox li .btn a {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 22rem;
  padding: 1rem 4.5rem 1rem 2rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .tgColorBox li .btn a:hover {
    background-position: right 1rem center;
  }
}
.ecCSearchPage .towelGift__single .readBox {
  margin: 3rem 0 0;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
.ecCSearchPage .towelGift__single .readBox p:not(:last-child) {
  margin-bottom: 2rem;
}
.ecCSearchPage .towelGift__single .readBox p.small {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.ecCSearchPage .towelGift__single .readBox a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .readBox a:hover {
    text-decoration: none;
  }
}
.ecCSearchPage .towelGift__single hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 4rem 0;
}
.ecCSearchPage .towelGift__single .table_wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: calc(75rem + (91vw - 75rem) / 2);
}
.ecCSearchPage .towelGift__single .table_wrap::-webkit-scrollbar {
  display: none;
}
.ecCSearchPage .towelGift__single .table_area {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 4rem;
  position: relative;
  cursor: default;
}
.ecCSearchPage .towelGift__single .table_area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  .ecCSearchPage .towelGift__single .table_area {
    margin-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.ecCSearchPage .towelGift__single .table_area.scroll::after {
  content: "";
  display: block;
  background: url(../../assetsOnline/img/page/guide/icon_swipe.svg) no-repeat center;
  background-size: 6rem auto;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: 0.8;
}
.ecCSearchPage .towelGift__single .table_area.scroll.touch::after {
  opacity: 0;
}
.ecCSearchPage .towelGift__single .table_area .fixed01 {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 14rem;
}
.ecCSearchPage .towelGift__single .table_area .fixed01:after {
  content: "";
  background: #CCC;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_01 td,
.ecCSearchPage .towelGift__single .table_area tr.text_area_02 td,
.ecCSearchPage .towelGift__single .table_area tr.text_area_03 td,
.ecCSearchPage .towelGift__single .table_area tr.text_area_04 td,
.ecCSearchPage .towelGift__single .table_area tr.text_area_05 td {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_06 td {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 700;
  vertical-align: middle;
  color: #FACE26;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.5rem;
  column-count: 2;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li {
  font-size: 1.3rem;
  text-align: left;
  position: relative;
  padding-left: 1.8rem;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li span {
  position: absolute;
  left: 0;
  top: 0;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--white {
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--ivory {
  color: #F8F5E3;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--pink {
  color: #DF0084;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--blue {
  color: #9CACC5;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--gray {
  color: #B6B6B4;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--darkgray {
  color: #5C5325;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--navy {
  color: #3C475B;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--beige {
  color: #CDC6B6;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--brown {
  color: #8F6446;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--purple {
  color: #91669A;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--yellow {
  color: #FFF352;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--orange {
  color: #BF5D4C;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--gold {
  color: #CBC04F;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--red {
  color: #BC1614;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--green {
  color: #97A784;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--lightpink {
  color: #DECDC8;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--mint {
  color: #248C6D;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--lightgray {
  color: #CFCFCF;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--wine {
  color: #821B27;
}
.ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot li .color--charcoalgray {
  color: #555057;
}
.ecCSearchPage .towelGift__single .table_area th {
  width: 140px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #FFF;
}
.ecCSearchPage .towelGift__single .table_area th span {
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  padding: 1rem 0rem;
  justify-content: center;
  align-items: center;
}
.ecCSearchPage .towelGift__single .table_area td {
  min-width: 240px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: #FAFAFA;
  padding: 1rem 2rem;
  white-space: normal;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.ecCSearchPage .towelGift__single .table_area td p {
  display: inline;
  width: 100%;
}
.ecCSearchPage .towelGift__single .table_area td span.blank {
  display: block;
}
.ecCSearchPage .towelGift__single .table_area td span.blank:not(:last-child) {
  margin-bottom: 1rem;
}
.ecCSearchPage .towelGift__single .table_area td img {
  margin: auto;
}
.ecCSearchPage .towelGift__single .table_area td img.photo {
  width: 20rem;
  max-width: 200px;
  height: auto;
}
.ecCSearchPage .towelGift__single .table_area td:nth-child(odd) {
  background: #FFF;
}
.ecCSearchPage .towelGift__single .table_area td.spacer {
  background: none;
  border: none;
}
.ecCSearchPage .towelGift__single .beginner_box02__lead {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.ecCSearchPage .towelGift__single .beginner_box02__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ecCSearchPage .towelGift__single .beginner_box02 a.texuture {
  margin-bottom: 1rem;
}
.ecCSearchPage .towelGift__single .beginner_box02 > p {
  margin-top: 1.5rem;
  width: 100%;
}
.ecCSearchPage .towelGift__single .threeClm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ecCSearchPage .towelGift__single .threeClm__child {
  width: 32%;
}
.ecCSearchPage .towelGift__single .threeClm__child p {
  line-height: 1.4;
}
.ecCSearchPage .towelGift__single .threeClm__child p:not(:last-child):not(.label) {
  margin-bottom: 0.5rem;
}
.ecCSearchPage .towelGift .single01 {
  margin-bottom: 6rem;
}
.ecCSearchPage .towelGift .single02 {
  margin-bottom: 6rem;
}
.ecCSearchPage .towelGift .single02 .conBox {
  margin-top: 4rem;
}
.ecCSearchPage .towelGift .single02 .conBox + h4 {
  margin-top: 5.5rem;
}
.ecCSearchPage .towelGift .single04 {
  margin-bottom: 6rem;
}
.ecCSearchPage .towelGift .single04 .tgColorBox {
  margin-top: 6rem;
}
.ecCSearchPage .towelGift .single05 {
  margin-bottom: 6rem;
}
.ecCSearchPage .towelGift .single05 .readBox {
  margin-bottom: 7.5rem;
}
.ecCSearchPage .towelGift .single05__title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #C6C3B5;
  margin-bottom: 1rem;
}
.ecCSearchPage .towelGift .single05 h2:not(:first-child) {
  margin: 5.5rem 0 3.5rem;
}
.ecCSearchPage .towelGift .single05 .wrapping04 {
  max-width: 31.8rem;
  margin: 0 auto;
}
.ecCSearchPage .towelGift .single06 {
  margin-bottom: 6rem;
}
.ecCSearchPage .towelGift .single06 .readBox {
  margin-bottom: 3.5rem;
}
.ecCSearchPage .towelGift .single06 .conBox.cell02 {
  margin-bottom: 4rem;
}
.ecCSearchPage .towelGift .single06 .conBox.cell03 {
  margin-top: 6rem;
}
.ecCSearchPage .towelGift .single07 .readBox {
  margin-bottom: 3.5rem;
}
.ecCSearchPage .towelGift .single07 .readBtn {
  margin-top: 4rem;
}
.ecCSearchPage .fs-c-subgroupList__item {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 2.5rem;
}
.ecCSearchPage .fs-c-subgroupList__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ecCSearchPage .fs-c-subgroupList__item::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #ACA279;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.ecCSearchPage .fs-c-subgroupList__item a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ecCSearchPage .fs-c-subgroupList__item a:hover {
    text-decoration: none;
  }
}

.fs-body-review-success .fs-l-main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
.fs-body-review-success .fs-l-main .fs-c-reviewSuccessComment {
  margin-bottom: 6rem;
}
.fs-body-review-success .fs-l-main .fs-c-button--standard {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-body-review-success .fs-l-main .fs-c-button--standard:hover {
    text-decoration: none;
  }
}
.fs-body-review-success .fs-l-main .fs-c-button--secondary {
  max-width: 30rem;
  margin: 1.5rem auto 0;
}

.ECOnlinestoreSpecialCategoryPage .pageHeadArea {
  border-bottom: 1px solid #292929;
}
.ECOnlinestoreSpecialCategoryPage .pageHeadArea .pnkz {
  margin-bottom: 0;
}
.ECOnlinestoreSpecialCategoryPage .pageHeadArea .titleBox {
  max-width: 106rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 16.5rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  height: calc(100% - 6rem);
}
.ECOnlinestoreSpecialCategoryPage .pageHeadArea .titleBox__text {
  min-height: 0%;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.ECOnlinestoreSpecialCategoryPage main {
  padding-bottom: 10rem;
}
.ECOnlinestoreSpecialCategoryPage .newsListBox {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 9.5rem;
}
.ECOnlinestoreSpecialCategoryPage .categorySelect {
  margin-bottom: 10rem;
}
.ECOnlinestoreSpecialCategoryPage .pageing {
  padding-bottom: 0;
}

.returnsFormPage .main {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-bottom: 12rem;
}

.fs-c-checkout-deliveryInfo {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}

.fs-c-checkout-multiDestination__productList {
  margin: 5rem 0;
}

.fs-c-button--next.fs-c-button--secondary {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  min-height: 5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .fs-c-button--next.fs-c-button--secondary {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--next.fs-c-button--secondary:hover {
    background-position: right 1rem center;
  }
}

.fs-c-buttonContainer.fs-c-buttonContainer--back {
  text-align: center;
  margin: 1.5rem auto 0;
  padding-bottom: 4rem;
}
.fs-c-buttonContainer.fs-c-buttonContainer--back a {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer.fs-c-buttonContainer--back a:hover {
    text-decoration: none;
  }
}

.fs-c-checkout-productAllocation__productInfo {
  padding-left: 2rem;
}
.fs-c-checkout-productAllocation__productInfo .fs-c-listedProductName__name {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.fs-c-checkout-productAllocation__productInfo .fs-c-listedProductName__variation {
  width: 100%;
  display: block;
}
.fs-c-checkout-productAllocation__productInfo .fs-c-checkout-productAllocation__unitPrice {
  display: block;
  margin: 1rem 0 0;
  color: #959595;
}
.fs-c-checkout-productAllocation__productInfo .fs-c-productPrice__main__price.fs-c-price {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
}
.fs-c-checkout-productAllocation__productInfo .fs-c-productPrice__addon {
  font-weight: bold;
  font-size: 1.1rem;
}

.fs-c-checkout-productAllocation__productQuantity.fs-c-quantity {
  width: auto;
}
.fs-c-checkout-productAllocation__productQuantity.fs-c-quantity .fs-c-quantity__select.fs-system-quantity-list {
  padding: 0 !important;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 3px;
}

.fs-c-productImageModal__inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.magazinePage .fs-c-inputTextGroup__item {
  flex: auto;
}
.magazinePage .fs-c-inputTextGroup > * + * {
  margin-left: 0;
}
.magazinePage .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 0;
}

#ch-plugin .vcmnH {
  right: 4rem !important;
}

.fs-body-product .ecCPage .single01 .inner {
  padding-top: 0;
  padding-bottom: 5.5rem;
}
.fs-body-product .ecCPage .single01 .inner .fs-c-featuredProduct__title,
.fs-body-product .ecCPage .single01 .inner .futureRecommendHeadTitle {
  margin: 9.5rem 0 4rem;
}

.fs-c-productThumbnail {
  align-items: flex-start;
}
.fs-c-productThumbnail__image__caption {
  margin-top: 0.5rem;
  letter-spacing: 0;
}
.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: auto;
  min-width: auto;
  width: 12.5%;
}
.fs-c-productThumbnail__image.is-active > img {
  border: 1px solid #262626;
}
.fs-c-productThumbnail__image > img {
  width: 90%;
  height: 90%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 10% 5% 0;
}

.cBoxMain__leftTop .fs-c-productMarks .fs-c-productMark {
  margin: 4rem 0 0;
}

.fs-c-productMainImage__image {
  aspect-ratio: 500/500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productImageModal .slick-arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: rgba(38, 38, 38, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  position: absolute;
  top: 45%;
  z-index: 1;
}

.fs-c-productImageModal .slick-arrow.slick-prev {
  background-image: url(../img/arrow_left_white.svg);
  left: 2rem;
}

.fs-c-productImageModal .slick-arrow.slick-next {
  background-image: url(../img/arrow_right_white.svg);
  right: 2rem;
}

.feature-article {
  width: 100% !important;
}

.ranking > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 0;
  border-color: #C6C3B5 transparent transparent transparent;
  z-index: 1;
}
.ranking > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0 !important;
  right: auto;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
  font-family: "Gidole", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  padding-left: 8px;
  background-image: none !important;
}
.ranking > a:nth-of-type(1)::after {
  content: "1";
}
.ranking > a:nth-of-type(1)::before {
  border-color: #DBC889 transparent transparent transparent;
}
.ranking > a:nth-of-type(2)::after {
  content: "2";
}
.ranking > a:nth-of-type(2)::before {
  border-color: #ACACAC transparent transparent transparent;
}
.ranking > a:nth-of-type(3)::after {
  content: "3";
}
.ranking > a:nth-of-type(3)::before {
  border-color: #ADA485 transparent transparent transparent;
}
.ranking > a:nth-of-type(4)::after {
  content: "4";
}
.ranking > a:nth-of-type(5)::after {
  content: "5";
}

.fs-c-slick {
  position: relative;
}
.fs-c-slick .slick-arrow::before {
  content: none;
}
.fs-c-slick .slick-arrow.slick-disabled {
  display: none !important;
}

.fs-c-checkbox__checkMark::before {
  content: none !important;
}

.fs-c-cartTable__row .fs-c-quantity__number.fs-system-quantity-text {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.7rem;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  box-shadow: none;
}

.cartPage .fs-c-cartTable__quantity,
.checkoutPage .fs-c-cartTable__quantity {
  position: relative;
}

.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message {
  top: -2.5rem;
}

.fs-c-button--viewMoreImage {
  display: none !important;
}

.fs-p-snsArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}

.fs-body-search .fs-c-sortItems__list {
  margin: 2rem auto 0;
}

.fs-c-productList__list__item .fs-c-productMarks .fs-c-productMark {
  margin: 1.5rem 0 0;
}

.fs-body-search .single04 {
  border-top: 1px solid #292929;
}
.fs-body-search .single04__inner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.fs-body-search .single04 .bottomBtn {
  margin-top: 4.5rem;
}

.fs-c-productListCarousel .slick-arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transform: translateY(-295%);
}
.fs-c-productListCarousel .slick-arrow.slickIconPrev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  background-size: 0.5rem auto;
  left: -2rem;
}
.fs-c-productListCarousel .slick-arrow.slickIconNext {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  background-size: 0.5rem auto;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .fs-c-productListCarousel .slick-arrow.slickIconPrev {
    background-position: center;
  }
  .fs-c-productListCarousel .slick-arrow.slickIconNext {
    background-position: center;
  }
}
.fs-c-productListCarousel .slick-arrow.fs-c-productListCarousel__ctrl--prev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  left: -2.5rem;
  background-size: 0.7rem auto;
}
.fs-c-productListCarousel .slick-arrow.fs-c-productListCarousel__ctrl--next {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  right: -2.5rem;
  background-size: 0.7rem auto;
}
.fs-c-productListCarousel .slick-arrow .fs-c-button__label {
  display: none;
}
.fs-c-productListCarousel .slick-arrow.rcmd-slick-disabled {
  display: none !important;
}
.fs-c-productListCarousel .slick-slide {
  padding: 0 1rem;
  max-width: 25rem;
}
.fs-c-productListCarousel .rcmd-slick-slide {
  max-width: none;
}
.fs-c-productListCarousel .fs-c-productListItem__imageContainer,
.fs-c-productListCarousel .fr2-listItem__imageContainer {
  margin-bottom: 1.8rem;
}
.fs-c-productListCarousel .fs-c-productListItem__imageContainer a,
.fs-c-productListCarousel .fr2-listItem__imageContainer a {
  display: block;
}
.fs-c-productListCarousel .fs-c-productListItem__imageContainer img,
.fs-c-productListCarousel .fr2-listItem__imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.fs-c-productListCarousel .fs-c-productListItem__productName,
.fs-c-productListCarousel .fr2-listItem__productName {
  font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit !important;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.fs-c-productListCarousel .fs-c-productMark {
  margin-top: 0;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.fs-c-slick .slick-prev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  background-size: 0.7rem auto;
  left: -2.5rem;
}
.fs-c-slick .slick-next {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  background-size: 0.7rem auto;
  right: -2.5rem;
}

.fs-c-wishlistProduct__footer {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 2rem 0 5rem;
}
.fs-c-wishlistProduct__footer a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
}
@media screen and (max-width: 767px) {
  .fs-c-wishlistProduct__footer a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-wishlistProduct__footer a:hover {
    background-position: right 1rem center;
  }
}

.inputArea .fs-c-inputTable .fs-c-inputField__field input,
.inputArea .fs-c-inputTable .fs-c-inputField__field select,
.inputArea .fs-c-inputTable .fs-c-inputField__field textarea {
  padding: 0.9rem 1.6rem;
  border-radius: 0;
  height: 5rem;
}
.inputArea .fs-c-inputTable__headerCell,
.inputArea .fs-c-inputTable__dataCell {
  padding: 0;
}
.inputArea .fs-c-requiredMark {
  width: auto;
  height: auto;
  font-size: 1.1rem;
  text-indent: 0;
  vertical-align: middle;
}
.inputArea .fs-c-requiredMark::before {
  content: none;
}

.fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo {
  display: none;
}

.itemTableBox tbody th,
.itemTableBox tbody td {
  border: 1px solid #CCCCCC;
  padding: 1.6rem 2.2rem;
  text-align: center;
  background-color: #F7F7F7;
  font-size: 1.3rem;
}

.itemTableBox tbody td {
  background-color: #fff;
}

.ecCPage .cBoxMain__leftBottom .type--textBox p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}

.ecCPage .cBoxMain__leftBottom h2 {
  font-size: 2.2rem !important;
  font-weight: bold !important;
  margin-top: 4rem !important;
}

.ecCPage .cBoxMain__leftBottom h3 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  padding: 0 0.9rem !important;
  margin: 1rem 0 1rem !important;
  color: #262626 !important;
  text-align: left;
  display: inline-block;
  background-color: rgba(161, 152, 111, 0.2) !important;
}

.fs-c-button--removeFromWishList--detail,
.fs-c-button--addToWishList--detail {
  position: static;
  height: auto;
  width: 100%;
  background: url(../img/icon_favorite.svg) no-repeat right 1rem center;
  background-size: 1.9rem auto;
  padding: 1rem 3.5rem 1rem 1rem;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.fs-c-button--removeFromWishList--detail {
  background-image: url(../img/icon_favoriteON.svg);
}

.fs-c-productQuantityAndWishlist__quantity {
  margin-top: 2rem;
}

.fs-c-requiredMark::before {
  vertical-align: super;
  line-height: 1;
}

.fs-c-productSelection__selection {
  margin: 0.5rem 0 1.5rem;
}

.fs-c-productImageModalCarousel__figure__caption {
  background: none;
}

.fs-c-productImageModalCarousel__figure__image {
  max-height: 80vh;
  max-width: 80vw;
}

.fs-c-productImageModalCarousel__figure__caption {
  height: auto;
  padding-bottom: 0.5rem;
  min-height: 3rem;
}

.categoryHeadBox + div > .articleParts {
  padding-top: 0;
}
.categoryHeadBox + div > .articleParts h2:first-child {
  padding-top: 1rem !important;
}

.fs-c-inputInformation__field {
  margin: 4rem auto 0;
  max-width: 50rem;
}

.fs-c-inputInformation__message {
  margin: 4rem 0;
  text-align: center;
}

.fs-c-buttonContainer--topPage {
  margin: 5rem auto 0;
  max-width: 30rem;
}

.fs-c-stockNotificationsProduct {
  display: flex;
  margin-bottom: 2rem;
}

.fs-c-stockNotificationsProduct__productImage {
  margin-right: 2rem;
}

.fs-c-stockNotificationsProduct__productName {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}

.fs-c-button--subscribeToArrivalNotice {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 35rem;
  min-height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fs-c-button--subscribeToArrivalNotice {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--subscribeToArrivalNotice:hover {
    background-position: right 1rem center;
  }
}

.fs-c-checkout-addressee__data.fs-c-checkPanel__label .fs-c-checkout-addressee__data__name {
  padding-left: 3rem;
}

.ECPCheckoutMultiAddressPage .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
  display: flex;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addresseeList .fs-c-button--edit {
  margin-bottom: 0;
}
.ECPCheckoutMultiAddressPage .fs-c-checkout-addresseeList .fs-c-button--delete {
  margin-left: 1rem;
}

.fs-c-checkout-multiDestination__title {
  display: none;
}

.fs-c-fsLogin.fs-c-inputInformation .fs-c-inputTable__dataCell {
  padding: 0;
}
.fs-c-fsLogin.fs-c-inputInformation .fs-c-inputInformation__field {
  margin-top: 2rem;
}

.fs-c-suggestedAddress {
  max-height: 20rem;
  overflow: auto;
  margin: 1.5rem 0 0;
  padding: 1rem 2.5rem;
}

.fs-c-suggestedAddress__listItem + .fs-c-suggestedAddress__listItem {
  padding-top: 0.5rem;
}

.registerBox.inputArea .fs-c-inputInformation__field,
.inputArea.edit .fs-c-inputInformation__field,
.fs-c-modal__contents .fs-c-inputInformation__field {
  max-width: none;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 0;
}

.fs-c-reviewList__item .fs-c-reviewInfo__stars {
  padding-left: 0;
  padding-right: 0;
}

.inputArea .fs-c-inputInformation .fs-c-privacyPolicyAgreeField {
  margin-top: 4rem;
}
.inputArea .fs-c-inputInformation .fs-c-button--standard {
  width: 100%;
  text-decoration: none;
}

.fs-c-modal--medium.fs-c-modal--changeShippingAddress .inputArea {
  padding-top: 4rem;
}

.fs-c-modal__contents .fs-c-inputTable th {
  padding-top: 0;
}

.fs-c-additionalCheckField {
  margin-top: 2rem;
}
.fs-c-additionalCheckField.fs-c-syncAccountInfoField {
  padding-left: 1rem;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #ccc;
}

#__fs_modal_deleteAddress .fs-c-inputInformation__message {
  margin-top: 0;
}

#__fs_modal_addressList .inputArea {
  padding-top: 2rem;
}

.fs-c-modal--checkout-multiDestination-addresseeList .inputArea {
  padding-top: 3rem;
}
.fs-c-modal--checkout-multiDestination-addresseeList .fs-c-checkout-addressee__check {
  top: 0;
  left: 2.5rem;
}

.fs-c-inputInformation .fs-c-inputInformation__message {
  margin: 0 auto;
}

.ecMyAccountDeletePage .fs-c-inputInformation__message,
.ecMyAccountSettingsPage .fs-c-inputInformation__message {
  text-align: left;
  margin: -2rem auto 0;
}
.ecMyAccountDeletePage .fs-c-inputInformation__field,
.ecMyAccountSettingsPage .fs-c-inputInformation__field {
  margin: 1.5rem auto 0;
  max-width: none;
}

.fs-c-registerSuccessMessage {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.fs-c-registerSuccessMessage p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  padding-bottom: 12rem;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 30rem;
  min-height: 5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a:hover {
    background-position: right 1rem center;
  }
}

.fs-c-productListItem__notice.fs-c-productStock {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .fs-c-modal--chooseVariation .fs-c-variationList__item__cart.fs-c-variationCart li {
    width: auto;
  }
  .fs-c-modal--chooseVariation .fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__variationName {
    width: auto;
    padding-bottom: 0.8rem;
    margin-right: 2rem;
  }
  .fs-c-modal--chooseVariation .fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__cartButton {
    margin-right: 4rem;
  }
}
.fs-c-productList__list__item .productRating {
  margin-top: 1rem;
}
.fs-c-productList__list__item .fs-c-reviewStars {
  padding-left: 0;
}

.fs-c-payWithAmazon.fs-c-cartPayment {
  padding: 0 2rem 2rem;
}

.fs-c-payWithAmazon__button.fs-c-cartPayment__button {
  margin-top: 1rem;
  max-width: 100%;
}

.fr2-carousel .rcmd-slick-list {
  margin: 0 !important;
}

.fr2-carousel .rcmd-slick-arrow::before {
  content: none !important;
}

.fs-c-listControl + .fs-c-reviewList {
  margin-top: 2rem;
}

.rankingItems.itemList .fr2-carousel {
  margin: 0;
}
.rankingItems.itemList .rcmd-slick-list {
  position: relative;
  left: -1rem;
}
.rankingItems.itemList .rcmd-slick-arrow {
  width: 2rem !important;
  height: 2rem !important;
  display: block;
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%) !important;
  z-index: 1;
}
.rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
  background: url(../img/arrowShort_left_black.svg) no-repeat left center;
  background-size: 0.5rem auto;
  left: -2rem;
}
.rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next {
  background: url(../img/arrowShort_right_black.svg) no-repeat right center;
  background-size: 0.5rem auto;
  right: -2rem;
}
.rankingItems.itemList .rcmd-slick-slide .itemImage {
  margin-bottom: 1rem;
}
.rankingItems.itemList .rcmd-slick-slide a {
  text-decoration: none !important;
}
.rankingItems.itemList .rcmd-slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 0;
  border-color: #C6C3B5 transparent transparent transparent;
  z-index: 1;
  background: none;
  border-radius: 0;
}
.rankingItems.itemList .rcmd-slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 46px;
  height: 46px;
  z-index: 1;
  font-family: "Gidole", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  padding-left: 8px;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="0"]::after {
  content: "1";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="0"]::before {
  border-color: #DBC889 transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="1"]::after {
  content: "2";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="1"]::before {
  border-color: #ACACAC transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="2"]::after {
  content: "3";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="2"]::before {
  border-color: #ADA485 transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="3"]::after {
  content: "4";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="4"]::after {
  content: "5";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="5"]::after {
  content: "6";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="6"]::after {
  content: "7";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="7"]::after {
  content: "8";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="8"]::after {
  content: "9";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="9"]::after {
  content: "10";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="10"]::after {
  content: "1";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="10"]::before {
  border-color: #DBC889 transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="11"]::after {
  content: "2";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="11"]::before {
  border-color: #ACACAC transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="12"]::after {
  content: "3";
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="12"]::before {
  border-color: #ADA485 transparent transparent transparent;
}
.rankingItems.itemList .rcmd-slick-slide[data-rcmd-slick-index="13"]::after {
  content: "4";
}

.fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.fs-c-modal--checkout-creditCard-add .fs-system-assistTarget.fs-c-dropdownGroup {
  align-items: center;
}

.fs-c-checkout-paymentMethod__body:has(> .fs-c-checkout-paymentMethod__message) {
  margin: 1rem 0 1.5rem;
}

.fs-c-checkout-paymentMethod__setting .fs-c-creditCardIcons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-checkout-paymentMethod__setting .fs-c-button--inputCreditCardData {
  background-color: #ACA279;
  color: #fff;
  text-decoration: none;
  width: 18rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

#fs-confirmQuantity-container .fs-c-checkout-productAllocation {
  border-width: 1px;
}
#fs-confirmQuantity-container .fs-c-checkout-productQuantityWarning__warning {
  text-align: right;
  padding-top: 1rem;
}
#fs-confirmQuantity-container .fs-c-checkout-productQuantityWarning__list > li:not(:last-child) {
  margin-bottom: 2rem;
}

.ecCPage:has(.fixedCart) .cBoxMain {
  margin-top: -14rem;
  padding-top: 14rem;
}

.fixedCart {
  transition: transform 0.3s ease-out;
  position: fixed;
  z-index: 2000000;
}
@media screen and (min-width: 768px) {
  .fixedCart {
    top: 16.7rem;
    right: 2rem;
    background: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    max-width: 26rem;
  }
}
.fixedCart__main {
  margin-bottom: 0.3rem;
}
.fixedCart__name {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fixedCart .fs-c-productPrices {
  color: #959595;
}
.fixedCart .fs-c-productPrice__main {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.fixedCart .fs-c-productPrice__addon {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.fixedCart__btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  max-width: 18.7rem;
  padding: 1rem;
  background-image: none;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  width: 22rem;
  max-width: none;
  padding: 1rem;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fixedCart__btn a {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fixedCart__btn a {
    max-width: 23.5rem;
    min-height: 4rem;
  }
}
.fixedCart__close {
  background-color: #292929;
  border-radius: 100%;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: -0.8rem;
  right: -0.7rem;
  cursor: pointer;
}
.fixedCart__close img {
  width: 0.7rem;
}

body.tickerNone .contentWrap {
  padding-top: 10rem;
}
body.tickerNone.scrollStyle header .headerMain {
  transform: translate(0, 0) !important;
}

.saunatowelPage {
  overflow-x: hidden;
  width: 100%;
}
.saunatowelPage .fadeIn {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(3rem);
  filter: blur(3rem);
}
.saunatowelPage .fadeIn.faded {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.saunatowelPage #cat1,
.saunatowelPage #cat2,
.saunatowelPage #cat3,
.saunatowelPage #cat4 {
  margin-top: -10rem;
  padding-top: 10rem;
  height: 1px;
  display: block;
}
.saunatowelPage .saunatowel__rightMenu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  right: -22.8rem;
  top: 35rem;
  line-height: 1;
  z-index: 5;
  transition: 0.3s;
}
.saunatowelPage .saunatowel__rightMenuTtl {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  color: #fff;
  padding: 2.1rem 0.7rem;
  writing-mode: vertical-lr;
  font-weight: 300;
  font-size: 1.6rem;
  background: #262626;
}
.saunatowelPage .saunatowel__rightMenuTtl span {
  background-image: url(../img/page/saunatowel/arrow_left.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__rightMenuTtl:hover {
    cursor: pointer;
  }
}
.saunatowelPage .saunatowel__rightMenu ul {
  padding: 3rem 2.5rem;
  background: #262626;
}
.saunatowelPage .saunatowel__rightMenu ul li:not(:last-child) {
  margin-bottom: 1.7rem;
}
.saunatowelPage .saunatowel__rightMenu a {
  color: #fff;
}
.saunatowelPage .saunatowel__rightMenu.open {
  right: 0;
}
.saunatowelPage .saunatowel__mv {
  background: url(../img/page/saunatowel/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 50rem;
  display: grid;
  place-content: center;
  margin-bottom: 13rem;
}
.saunatowelPage .saunatowel__mv .fs-c-breadcrumb {
  padding-top: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.saunatowelPage .saunatowel__mv .fs-c-breadcrumb a {
  color: #fff;
}
.saunatowelPage .saunatowel__mvTtl {
  position: relative;
  display: grid;
  place-content: center;
}
.saunatowelPage .saunatowel__mvTtl .blur {
  opacity: 0.5;
  filter: blur(0.5rem);
}
.saunatowelPage .saunatowel__mvTtl h1 {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  display: grid;
  place-content: center;
}
.saunatowelPage .saunatowel__mvMenu {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.5rem;
  margin: 0 auto;
  max-width: 100rem;
}
.saunatowelPage .saunatowel__mvMenu li {
  width: 25%;
  height: 7rem;
}
.saunatowelPage .saunatowel__mvMenu li:not(:last-child) {
  margin-right: -1px;
}
.saunatowelPage .saunatowel__mvMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom 1.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__mvMenu a:hover {
    border-color: #262626;
    background-color: #262626;
    background-image: url(../img/page/saunatowel/arrow_btm.svg);
    color: #fff;
    padding-bottom: 1.5rem;
  }
}
.saunatowelPage .saunatowel__intro {
  margin-bottom: 22rem;
}
.saunatowelPage .saunatowel__intro h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 3.7rem;
  margin-bottom: 4.2rem;
  background: url(../img/page/saunatowel/ob01.svg) no-repeat center bottom;
}
.saunatowelPage .saunatowel__intro > p {
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 1.8rem;
}
.saunatowelPage .saunatowel__introProduct {
  display: flex;
  margin: 7rem auto 0;
  max-width: 60rem;
  border: 1px solid #CCCCCC;
  position: relative;
}
.saunatowelPage .saunatowel__introProductImg {
  width: 15rem;
  aspect-ratio: 1/1;
}
.saunatowelPage .saunatowel__introProductImg img {
  object-fit: cover;
}
.saunatowelPage .saunatowel__introProductTxt {
  width: calc(100% - 15rem);
  padding: 1.5rem 2rem;
}
.saunatowelPage .saunatowel__introProductTxt .num {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  display: block;
}
.saunatowelPage .saunatowel__introProductTxt .price {
  color: #959595;
  font-weight: bold;
  font-size: 1.1rem;
}
.saunatowelPage .saunatowel__introProductTxt .price span {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 0.6rem;
}
.saunatowelPage .saunatowel__introProductTtl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.saunatowelPage .saunatowel__introProductBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/icon_cart_white.svg) no-repeat left 1.5rem center #262626;
  color: #fff;
  padding-left: 2.6rem;
  width: 15rem;
  height: 3.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__introProduct:hover {
    opacity: 0.7;
  }
}
.saunatowelPage .saunatowel__producer {
  background: url(../img/page/saunatowel/producer_bg.jpg) no-repeat center bottom;
  background-size: cover;
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 100rem;
  padding: 16.8rem 8rem 7rem;
  position: relative;
  color: #fff;
  margin-bottom: 7.5rem;
}
.saunatowelPage .saunatowel__producerImg {
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -12.5rem;
  overflow: hidden;
  width: 25rem;
  margin: auto;
  aspect-ratio: 1/1;
}
.saunatowelPage .saunatowel__producerTtl {
  position: relative;
  display: grid;
  place-content: center;
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__producerTtl h2 {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  display: grid;
  place-content: center;
}
.saunatowelPage .saunatowel__producerTxt p {
  margin-bottom: 1.7rem;
  opacity: 0.8;
  line-height: 2;
  font-size: 1.4rem;
}
.saunatowelPage .saunatowel__producerLink li {
  margin-bottom: 1rem;
}
.saunatowelPage .saunatowel__producerLink a {
  color: #ACA279;
  text-decoration: underline;
}
.saunatowelPage .saunatowel__producerLink a[target=_blank] {
  background: url(../img/page/saunatowel/icon_outer_gold.svg) no-repeat right center;
  padding-right: 2.1rem;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__producerLink a:hover {
    text-decoration: none;
  }
}
.saunatowelPage .saunatowel__commitment .eng, .saunatowelPage .saunatowel__howto .eng, .saunatowelPage .saunatowel__saunner .eng, .saunatowelPage .saunatowel__collabo .eng, .saunatowelPage .saunatowel__item .eng {
  margin: 0 auto 2rem;
  display: grid;
  place-content: center;
}
.saunatowelPage .saunatowel__commitment h2, .saunatowelPage .saunatowel__howto h2, .saunatowelPage .saunatowel__saunner h2, .saunatowelPage .saunatowel__collabo h2, .saunatowelPage .saunatowel__item h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
}
.saunatowelPage .saunatowel__commitment {
  padding-top: 7.5rem;
  margin-bottom: 16rem;
}
.saunatowelPage .saunatowel__commitment h2 {
  margin-bottom: 10rem;
}
.saunatowelPage .saunatowel__commitment h2 span {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  padding: 0 2rem;
  font-weight: bold;
  color: #ACA279;
  font-size: 4.6rem;
}
.saunatowelPage .saunatowel__commitmentNav {
  position: absolute;
  top: -4.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
.saunatowelPage .saunatowel__commitmentNav ul {
  display: flex;
  justify-content: center;
}
.saunatowelPage .saunatowel__commitmentNav ul li {
  margin: 0 1rem;
}
.saunatowelPage .saunatowel__commitmentNav a {
  display: block;
  width: 9.1rem;
  position: relative;
}
.saunatowelPage .saunatowel__commitmentNav a::after {
  transition: 0.3s;
  opacity: 0;
  width: 1.4rem;
  height: 0.7rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/page/saunatowel/arrow_btm_black.svg) no-repeat;
  background-size: cover;
  margin: auto;
  transform: translateY(0.5rem);
}
.saunatowelPage .saunatowel__commitmentNav a * {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__commitmentNav a:hover::after {
    opacity: 1;
    transform: translateY(0);
  }
  .saunatowelPage .saunatowel__commitmentNav a:hover .saunatowel__commitmentNavInner {
    border-color: #ACA279;
    transform: translateY(-2rem);
  }
  .saunatowelPage .saunatowel__commitmentNav a:hover .num {
    color: #ACA279;
  }
}
.saunatowelPage .saunatowel__commitmentNavInner {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  background-color: #fff;
  display: grid;
  place-content: center;
  border-radius: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.saunatowelPage .saunatowel__commitmentNavInner .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  line-height: 1;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  color: #E6E4DC;
  font-size: 3rem;
  font-weight: bold;
}
.saunatowelPage .saunatowel__commitmentCont {
  padding-top: 12rem;
  position: relative;
  background: url(../img/page/saunatowel/commitment_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.saunatowelPage .saunatowel__commitmentContInner {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 100rem;
  padding: 0;
}
.saunatowelPage .saunatowel__commitmentContSingle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.saunatowelPage .saunatowel__commitmentContSingle:not(:last-child) {
  margin-bottom: 10rem;
}
.saunatowelPage .saunatowel__commitmentContSingle:nth-child(even) .saunatowel__commitmentContSingleImg {
  order: 1;
  transition-delay: 0.3s;
}
.saunatowelPage .saunatowel__commitmentContSingle:nth-child(even) .saunatowel__commitmentContSingleTxt {
  order: 0;
  transition-delay: 0s;
}
.saunatowelPage .saunatowel__commitmentContSingleImg {
  width: 45%;
  position: relative;
  transition-delay: 0s;
}
.saunatowelPage .saunatowel__commitmentContSingleImg::before {
  position: absolute;
  left: -4.1rem;
  bottom: 2rem;
  content: "";
  display: block;
  width: 10.2rem;
  height: 4.9rem;
  background: url(../img/page/saunatowel/ob02.svg) no-repeat center center;
}
.saunatowelPage .saunatowel__commitmentContSingleTxt {
  transition-delay: 0.3s;
  width: 47%;
  position: relative;
  font-size: 1.4rem;
  padding-top: 3rem;
}
.saunatowelPage .saunatowel__commitmentContSingleTxt::before {
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  content: attr(data-num);
  opacity: 0.2;
  color: #ACA279;
  font-size: 22rem;
  position: absolute;
  right: 0;
  top: -5rem;
  line-height: 1;
  z-index: -1;
}
.saunatowelPage .saunatowel__commitmentContSingleTxt a {
  color: #ACA279;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__commitmentContSingleTxt a:hover {
    text-decoration: none;
  }
}
.saunatowelPage .saunatowel__commitmentContSingle h3 {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}
.saunatowelPage .saunatowel__commitmentContSingle h3 span[data-ruby] {
  position: relative;
  text-align: center;
}
.saunatowelPage .saunatowel__commitmentContSingle h3 span[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.saunatowelPage .saunatowel__commitmentContSingle p {
  font-size: 1.4rem;
}
.saunatowelPage .saunatowel__commitmentContSingle p:not(:last-child) {
  margin-bottom: 5rem;
}
.saunatowelPage .saunatowel__commitmentIntro {
  text-align: center;
  margin-bottom: 10rem;
}
.saunatowelPage .saunatowel__commitmentIntro h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
}
.saunatowelPage .saunatowel__commitmentIntro img {
  display: block;
  max-width: 72.8rem;
  margin: 0 auto 6rem;
}
.saunatowelPage .saunatowel__commitmentIntro p {
  font-size: 1.4rem;
  margin-bottom: 4.5rem;
}
.saunatowelPage .saunatowel__commitmentIntro a {
  color: #ACA279;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__commitmentIntro a:hover {
    text-decoration: none;
  }
}
.saunatowelPage .saunatowel__howto {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 100rem;
  margin-bottom: 14rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.saunatowelPage .saunatowel__howto h2 {
  width: 100%;
  margin-bottom: 8rem;
}
.saunatowelPage .saunatowel__howtoSingle {
  text-align: center;
  width: 20%;
  margin: 0 5rem;
}
.saunatowelPage .saunatowel__howtoSingleImg {
  margin-bottom: 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.saunatowelPage .saunatowel__howtoSingle h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.saunatowelPage .saunatowel__howtoSingle p {
  font-size: 1.4rem;
  letter-spacing: -1px;
}
.saunatowelPage .saunatowel__saunner {
  margin-bottom: 10rem;
  position: relative;
}
.saunatowelPage .saunatowel__saunner .slider {
  margin-bottom: 10rem;
}
.saunatowelPage .saunatowel__saunner .slider ul {
  width: 960rem;
  display: flex;
  flex-wrap: nowrap;
}
.saunatowelPage .saunatowel__saunner .slider ul li {
  width: 480rem;
  height: 40rem;
}
.saunatowelPage .saunatowel__saunner .slider ul li img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.saunatowelPage .saunatowel__saunner .slider ul li:first-child {
  animation: loop 80s -40s linear infinite;
}
.saunatowelPage .saunatowel__saunner .slider ul li:last-child {
  animation: loop2 80s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.saunatowelPage .saunatowel__saunner .eng {
  position: absolute;
  top: 32rem;
  margin: auto;
  right: 0;
  left: 0;
}
.saunatowelPage .saunatowel__saunner h2 {
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__saunnerTtl {
  margin-bottom: 6rem;
  text-align: center;
}
.saunatowelPage .saunatowel__saunnerTtl p {
  font-size: 1.4rem;
}
.saunatowelPage .saunatowel__saunnerCont {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 100rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.saunatowelPage .saunatowel__saunnerSingle {
  width: 48%;
  border: 1px solid #CCCCCC;
  margin-bottom: 4rem;
  padding: 4rem;
}
.saunatowelPage .saunatowel__saunnerSingle h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.saunatowelPage .saunatowel__saunnerSingle p {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.saunatowelPage .saunatowel__saunnerMore {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.saunatowelPage .saunatowel__saunnerMoreBtn {
  order: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  max-width: 37.6rem;
  width: 100%;
  margin: 0 auto;
  height: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #262626;
}
.saunatowelPage .saunatowel__saunnerMoreBtn span {
  background: url(../img/page/saunatowel/arrow_btm.svg) no-repeat right center;
  padding-right: 2.7rem;
}
.saunatowelPage .saunatowel__saunnerMoreBtn span.cl {
  display: none;
  background-image: url(../img/page/saunatowel/arrow_up.svg);
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__saunnerMoreBtn:hover {
    cursor: pointer;
  }
}
.saunatowelPage .saunatowel__saunnerMoreBtn.open {
  order: 1;
}
.saunatowelPage .saunatowel__saunnerMoreBtn.open span.op {
  display: none;
}
.saunatowelPage .saunatowel__saunnerMoreBtn.open span.cl {
  display: block;
}
.saunatowelPage .saunatowel__saunnerMoreCont {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.saunatowelPage .saunatowel__saunnerMoreContWrap {
  display: none;
}
.saunatowelPage .saunatowel__collabo {
  margin-bottom: 7.5rem;
  background-color: #262626;
  padding: 11rem 0;
}
.saunatowelPage .saunatowel__collaboTtl {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 8rem;
  color: #fff;
}
.saunatowelPage .saunatowel__collaboTtl h2 {
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__collaboCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 100rem;
  padding: 0;
}
.saunatowelPage .saunatowel__collaboSingle {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  width: 48%;
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__collaboSingleTxt {
  padding: 2.5rem 3rem;
}
.saunatowelPage .saunatowel__collaboSingleTxt h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__collaboSingleTxt h3.narrow {
  margin-bottom: 1.5rem;
}
.saunatowelPage .saunatowel__collaboSingleTxt a {
  text-decoration: underline;
  color: #ACA279;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__collaboSingleTxt a:hover {
    text-decoration: none;
  }
}
.saunatowelPage .saunatowel__collaboBtn {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  max-width: 37.6rem;
  height: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
}
.saunatowelPage .saunatowel__collaboBtn span {
  background: url(../img/page/saunatowel/arrow_right.svg) no-repeat right center;
  padding-right: 2.7rem;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__collaboBtn:hover {
    opacity: 0.7;
  }
}
.saunatowelPage .saunatowel__item {
  padding-top: 7.5rem;
  margin-bottom: 15rem;
}
.saunatowelPage .saunatowel__itemTtl {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
.saunatowelPage .saunatowel__itemTtl h2 {
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__itemTtl p {
  margin-bottom: 4rem;
}
.saunatowelPage .saunatowel__itemTtl a {
  text-decoration: underline;
  color: #ACA279;
}
@media screen and (min-width: 768px) {
  .saunatowelPage .saunatowel__itemTtl a:hover {
    text-decoration: none;
  }
}
.saunatowelPage .saunatowel__itemCont {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
  padding: 0;
  text-align: center;
}
.saunatowelPage .itemList.type--rank .itemList__item:nth-child(-n+3) {
  width: 23.5%;
  margin-right: 2%;
}
.saunatowelPage .itemList.type--rank .itemList__item:nth-child(4n) {
  margin-right: 0;
}

.babyGiftPage2311 .topParts__keyword dl,
.kitchenPage2312 .topParts__keyword dl,
.washtowelFeature2407 .topParts__keyword dl,
.bathTowel2409 .topParts__keyword dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  letter-spacing: 0;
  font-size: 1.3rem;
  line-height: 1;
}
.babyGiftPage2311 .topParts__keyword dl dt,
.kitchenPage2312 .topParts__keyword dl dt,
.washtowelFeature2407 .topParts__keyword dl dt,
.bathTowel2409 .topParts__keyword dl dt {
  width: 11.5rem;
  font-weight: bold;
  padding-top: 0.8rem;
}
.babyGiftPage2311 .topParts__keyword dl dd,
.kitchenPage2312 .topParts__keyword dl dd,
.washtowelFeature2407 .topParts__keyword dl dd,
.bathTowel2409 .topParts__keyword dl dd {
  width: calc(100% - 11.5rem);
  font-weight: 500;
}
.babyGiftPage2311 .topParts__keyword dl dd ul,
.kitchenPage2312 .topParts__keyword dl dd ul,
.washtowelFeature2407 .topParts__keyword dl dd ul,
.bathTowel2409 .topParts__keyword dl dd ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.babyGiftPage2311 .topParts__keyword dl dd ul li,
.kitchenPage2312 .topParts__keyword dl dd ul li,
.washtowelFeature2407 .topParts__keyword dl dd ul li,
.bathTowel2409 .topParts__keyword dl dd ul li {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.babyGiftPage2311 .topParts__keyword dl dd ul a,
.kitchenPage2312 .topParts__keyword dl dd ul a,
.washtowelFeature2407 .topParts__keyword dl dd ul a,
.bathTowel2409 .topParts__keyword dl dd ul a {
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 2.6rem;
  padding: 0.7rem 1.5rem;
}
.babyGiftPage2311 .babyGift__mv,
.babyGiftPage2311 .kitchen__mv,
.babyGiftPage2311 .washTowel__mv,
.babyGiftPage2311 .bathTowel__mv,
.kitchenPage2312 .babyGift__mv,
.kitchenPage2312 .kitchen__mv,
.kitchenPage2312 .washTowel__mv,
.kitchenPage2312 .bathTowel__mv,
.washtowelFeature2407 .babyGift__mv,
.washtowelFeature2407 .kitchen__mv,
.washtowelFeature2407 .washTowel__mv,
.washtowelFeature2407 .bathTowel__mv,
.bathTowel2409 .babyGift__mv,
.bathTowel2409 .kitchen__mv,
.bathTowel2409 .washTowel__mv,
.bathTowel2409 .bathTowel__mv {
  margin-top: 4rem;
}
.babyGiftPage2311 .towelGift__nav,
.kitchenPage2312 .towelGift__nav,
.washtowelFeature2407 .towelGift__nav,
.bathTowel2409 .towelGift__nav {
  margin-bottom: 0;
}
.babyGiftPage2311 .towelGift__nav ul li a,
.kitchenPage2312 .towelGift__nav ul li a,
.washtowelFeature2407 .towelGift__nav ul li a,
.bathTowel2409 .towelGift__nav ul li a {
  height: 5rem;
}
.babyGiftPage2311.articleParts,
.kitchenPage2312.articleParts,
.washtowelFeature2407.articleParts,
.bathTowel2409.articleParts {
  padding-top: 0;
}
.babyGiftPage2311.articleParts h2,
.kitchenPage2312.articleParts h2,
.washtowelFeature2407.articleParts h2,
.bathTowel2409.articleParts h2 {
  margin-top: 0 !important;
  font-size: 2.4rem !important;
  border-bottom: 3px solid #ACA279 !important;
  padding-bottom: 1rem !important;
}
.babyGiftPage2311.articleParts h3,
.kitchenPage2312.articleParts h3,
.washtowelFeature2407.articleParts h3,
.bathTowel2409.articleParts h3 {
  margin-top: 5rem !important;
  font-size: 2rem !important;
}
.babyGiftPage2311.articleParts .moreLink,
.kitchenPage2312.articleParts .moreLink,
.washtowelFeature2407.articleParts .moreLink,
.bathTowel2409.articleParts .moreLink {
  margin: 0 auto;
  width: 100%;
  max-width: 40rem;
  justify-content: center;
  min-height: 5rem;
}
.babyGiftPage2311.articleParts .grpLayout_03 a,
.babyGiftPage2311.articleParts .grpLayout_04 a,
.babyGiftPage2311.articleParts .grpLayout_05 a,
.kitchenPage2312.articleParts .grpLayout_03 a,
.kitchenPage2312.articleParts .grpLayout_04 a,
.kitchenPage2312.articleParts .grpLayout_05 a,
.washtowelFeature2407.articleParts .grpLayout_03 a,
.washtowelFeature2407.articleParts .grpLayout_04 a,
.washtowelFeature2407.articleParts .grpLayout_05 a,
.bathTowel2409.articleParts .grpLayout_03 a,
.bathTowel2409.articleParts .grpLayout_04 a,
.bathTowel2409.articleParts .grpLayout_05 a {
  text-decoration: none;
}
.babyGiftPage2311.articleParts .grpLayout_03 h4, .babyGiftPage2311.articleParts .grpLayout_03 h5,
.babyGiftPage2311.articleParts .grpLayout_04 h4,
.babyGiftPage2311.articleParts .grpLayout_04 h5,
.babyGiftPage2311.articleParts .grpLayout_05 h4,
.babyGiftPage2311.articleParts .grpLayout_05 h5,
.kitchenPage2312.articleParts .grpLayout_03 h4,
.kitchenPage2312.articleParts .grpLayout_03 h5,
.kitchenPage2312.articleParts .grpLayout_04 h4,
.kitchenPage2312.articleParts .grpLayout_04 h5,
.kitchenPage2312.articleParts .grpLayout_05 h4,
.kitchenPage2312.articleParts .grpLayout_05 h5,
.washtowelFeature2407.articleParts .grpLayout_03 h4,
.washtowelFeature2407.articleParts .grpLayout_03 h5,
.washtowelFeature2407.articleParts .grpLayout_04 h4,
.washtowelFeature2407.articleParts .grpLayout_04 h5,
.washtowelFeature2407.articleParts .grpLayout_05 h4,
.washtowelFeature2407.articleParts .grpLayout_05 h5,
.bathTowel2409.articleParts .grpLayout_03 h4,
.bathTowel2409.articleParts .grpLayout_03 h5,
.bathTowel2409.articleParts .grpLayout_04 h4,
.bathTowel2409.articleParts .grpLayout_04 h5,
.bathTowel2409.articleParts .grpLayout_05 h4,
.bathTowel2409.articleParts .grpLayout_05 h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: bold !important;
}
.babyGiftPage2311.articleParts .grpLayout_03 h4 span, .babyGiftPage2311.articleParts .grpLayout_03 h5 span,
.babyGiftPage2311.articleParts .grpLayout_04 h4 span,
.babyGiftPage2311.articleParts .grpLayout_04 h5 span,
.babyGiftPage2311.articleParts .grpLayout_05 h4 span,
.babyGiftPage2311.articleParts .grpLayout_05 h5 span,
.kitchenPage2312.articleParts .grpLayout_03 h4 span,
.kitchenPage2312.articleParts .grpLayout_03 h5 span,
.kitchenPage2312.articleParts .grpLayout_04 h4 span,
.kitchenPage2312.articleParts .grpLayout_04 h5 span,
.kitchenPage2312.articleParts .grpLayout_05 h4 span,
.kitchenPage2312.articleParts .grpLayout_05 h5 span,
.washtowelFeature2407.articleParts .grpLayout_03 h4 span,
.washtowelFeature2407.articleParts .grpLayout_03 h5 span,
.washtowelFeature2407.articleParts .grpLayout_04 h4 span,
.washtowelFeature2407.articleParts .grpLayout_04 h5 span,
.washtowelFeature2407.articleParts .grpLayout_05 h4 span,
.washtowelFeature2407.articleParts .grpLayout_05 h5 span,
.bathTowel2409.articleParts .grpLayout_03 h4 span,
.bathTowel2409.articleParts .grpLayout_03 h5 span,
.bathTowel2409.articleParts .grpLayout_04 h4 span,
.bathTowel2409.articleParts .grpLayout_04 h5 span,
.bathTowel2409.articleParts .grpLayout_05 h4 span,
.bathTowel2409.articleParts .grpLayout_05 h5 span {
  margin-top: 1rem;
  color: #262626;
}
.babyGiftPage2311.articleParts .grpLayout_03 h4 span small, .babyGiftPage2311.articleParts .grpLayout_03 h5 span small,
.babyGiftPage2311.articleParts .grpLayout_04 h4 span small,
.babyGiftPage2311.articleParts .grpLayout_04 h5 span small,
.babyGiftPage2311.articleParts .grpLayout_05 h4 span small,
.babyGiftPage2311.articleParts .grpLayout_05 h5 span small,
.kitchenPage2312.articleParts .grpLayout_03 h4 span small,
.kitchenPage2312.articleParts .grpLayout_03 h5 span small,
.kitchenPage2312.articleParts .grpLayout_04 h4 span small,
.kitchenPage2312.articleParts .grpLayout_04 h5 span small,
.kitchenPage2312.articleParts .grpLayout_05 h4 span small,
.kitchenPage2312.articleParts .grpLayout_05 h5 span small,
.washtowelFeature2407.articleParts .grpLayout_03 h4 span small,
.washtowelFeature2407.articleParts .grpLayout_03 h5 span small,
.washtowelFeature2407.articleParts .grpLayout_04 h4 span small,
.washtowelFeature2407.articleParts .grpLayout_04 h5 span small,
.washtowelFeature2407.articleParts .grpLayout_05 h4 span small,
.washtowelFeature2407.articleParts .grpLayout_05 h5 span small,
.bathTowel2409.articleParts .grpLayout_03 h4 span small,
.bathTowel2409.articleParts .grpLayout_03 h5 span small,
.bathTowel2409.articleParts .grpLayout_04 h4 span small,
.bathTowel2409.articleParts .grpLayout_04 h5 span small,
.bathTowel2409.articleParts .grpLayout_05 h4 span small,
.bathTowel2409.articleParts .grpLayout_05 h5 span small {
  font-weight: normal;
  font-size: 1.1rem;
  color: #262626;
}
.babyGiftPage2311.articleParts .grpLayout_03 h4,
.babyGiftPage2311.articleParts .grpLayout_04 h4,
.babyGiftPage2311.articleParts .grpLayout_05 h4,
.kitchenPage2312.articleParts .grpLayout_03 h4,
.kitchenPage2312.articleParts .grpLayout_04 h4,
.kitchenPage2312.articleParts .grpLayout_05 h4,
.washtowelFeature2407.articleParts .grpLayout_03 h4,
.washtowelFeature2407.articleParts .grpLayout_04 h4,
.washtowelFeature2407.articleParts .grpLayout_05 h4,
.bathTowel2409.articleParts .grpLayout_03 h4,
.bathTowel2409.articleParts .grpLayout_04 h4,
.bathTowel2409.articleParts .grpLayout_05 h4 {
  font-size: 1.6rem !important;
}
.babyGiftPage2311.articleParts .grpLayout_03 h5,
.babyGiftPage2311.articleParts .grpLayout_04 h5,
.babyGiftPage2311.articleParts .grpLayout_05 h5,
.kitchenPage2312.articleParts .grpLayout_03 h5,
.kitchenPage2312.articleParts .grpLayout_04 h5,
.kitchenPage2312.articleParts .grpLayout_05 h5,
.washtowelFeature2407.articleParts .grpLayout_03 h5,
.washtowelFeature2407.articleParts .grpLayout_04 h5,
.washtowelFeature2407.articleParts .grpLayout_05 h5,
.bathTowel2409.articleParts .grpLayout_03 h5,
.bathTowel2409.articleParts .grpLayout_04 h5,
.bathTowel2409.articleParts .grpLayout_05 h5 {
  font-size: 1.5rem !important;
}
.babyGiftPage2311.articleParts .grpLayout_05,
.kitchenPage2312.articleParts .grpLayout_05,
.washtowelFeature2407.articleParts .grpLayout_05,
.bathTowel2409.articleParts .grpLayout_05 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  width: 100% !important;
  padding: 0;
}
.babyGiftPage2311.articleParts p + .grpLayout_03,
.babyGiftPage2311.articleParts p + .grpLayout_04,
.kitchenPage2312.articleParts p + .grpLayout_03,
.kitchenPage2312.articleParts p + .grpLayout_04,
.washtowelFeature2407.articleParts p + .grpLayout_03,
.washtowelFeature2407.articleParts p + .grpLayout_04,
.bathTowel2409.articleParts p + .grpLayout_03,
.bathTowel2409.articleParts p + .grpLayout_04 {
  margin-top: 0;
}
.babyGiftPage2311 #point .point__block h3,
.babyGiftPage2311 #giftOriginal .original__block h4,
.kitchenPage2312 #point .point__block h3,
.kitchenPage2312 #giftOriginal .original__block h4,
.washtowelFeature2407 #point .point__block h3,
.washtowelFeature2407 #giftOriginal .original__block h4,
.bathTowel2409 #point .point__block h3,
.bathTowel2409 #giftOriginal .original__block h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem !important;
  padding: 0 0 0 5rem !important;
  background: transparent !important;
  position: relative;
  margin-bottom: 3rem;
}
.babyGiftPage2311 #point .point__block h3 span,
.babyGiftPage2311 #giftOriginal .original__block h4 span,
.kitchenPage2312 #point .point__block h3 span,
.kitchenPage2312 #giftOriginal .original__block h4 span,
.washtowelFeature2407 #point .point__block h3 span,
.washtowelFeature2407 #giftOriginal .original__block h4 span,
.bathTowel2409 #point .point__block h3 span,
.bathTowel2409 #giftOriginal .original__block h4 span {
  color: #ACA279;
  border: 1px solid #ACA279;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 100%;
  font-family: "Gidole", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  aspect-ratio: 1/1;
  width: 4rem;
}
.babyGiftPage2311 #hand .hand__blockTtl,
.babyGiftPage2311 #giftPrice .price__ttl,
.babyGiftPage2311 .scene__blockTtl,
.kitchenPage2312 #hand .hand__blockTtl,
.kitchenPage2312 #giftPrice .price__ttl,
.kitchenPage2312 .scene__blockTtl,
.washtowelFeature2407 #hand .hand__blockTtl,
.washtowelFeature2407 #giftPrice .price__ttl,
.washtowelFeature2407 .scene__blockTtl,
.bathTowel2409 #hand .hand__blockTtl,
.bathTowel2409 #giftPrice .price__ttl,
.bathTowel2409 .scene__blockTtl {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #F8F5E7;
  color: #262626;
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
}

.babyGiftPage2311 .fs-c-slick .slick-next,
.babyGiftPage2311 .fs-c-slick .slick-prev {
  top: 35%;
  width: 5rem;
  height: 5rem;
  background-position: center center;
  background-color: rgba(38, 38, 38, 0.7);
  background-size: 1.4rem;
  border-radius: 100%;
}
.babyGiftPage2311 .fs-c-slick .slick-prev {
  background-image: url(../img/arrow_left_white.svg);
  left: -2.2rem;
}
.babyGiftPage2311 .fs-c-slick .slick-next {
  background-image: url(../img/arrow_right_white.svg);
  right: -2.2rem;
}
.babyGiftPage2311 .fs-c-slick .slick-slide {
  width: 240px;
  margin: 0 2rem 0 0;
}
.babyGiftPage2311 .fs-c-slick .slick-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.babyGiftPage2311 .fs-c-slick a:not(.moreLink):not(.moreLinkBlack) {
  text-decoration: none;
}
.babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span1 {
  display: block;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  font-weight: bold;
}
.babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span3 {
  font-size: 1.1rem;
}
.babyGiftPage2311 .rankingItems.itemList {
  padding: 0;
  background-color: transparent;
}
.babyGiftPage2311 .rankingItems.itemList .txt {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
}
.babyGiftPage2311 .rankingItems.itemList .price {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow {
  top: 32% !important;
}
.babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next, .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
  width: 5rem !important;
  height: 5rem !important;
  background-position: center center;
  background-color: rgba(38, 38, 38, 0.7);
  background-size: 1.4rem;
  border-radius: 100%;
}
.babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
  background-image: url(../img/arrow_left_white.svg);
  left: -2.5rem;
}
.babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next {
  background-image: url(../img/arrow_right_white.svg);
  right: -2.5rem;
}
.babyGiftPage2311 .rankingItems.itemList .rcmd-slick-list {
  left: -2.5rem;
}
.babyGiftPage2311 .sommelier__point {
  margin-top: 6rem;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}
.babyGiftPage2311 .sommelier__point img {
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: block;
}
.babyGiftPage2311 .sommelier__point dl {
  width: calc(100% - 12rem);
}
.babyGiftPage2311 .sommelier__point dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.babyGiftPage2311 .sommelier__point dl dd {
  font-size: 1.3rem;
  font-weight: 500;
}
.babyGiftPage2311 #sommelier,
.babyGiftPage2311 #giftClassic,
.babyGiftPage2311 #giftScene,
.babyGiftPage2311 #giftOriginal,
.babyGiftPage2311 #giftPrice,
.babyGiftPage2311 #embroidery,
.babyGiftPage2311 #wrapping {
  padding-top: 12rem;
  margin-top: -12rem;
}
.babyGiftPage2311 #giftClassic .col-odd,
.babyGiftPage2311 #giftScene .col-odd,
.babyGiftPage2311 #giftPrice .col-odd,
.babyGiftPage2311 #wrapping .col-odd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4rem;
}
.babyGiftPage2311 #giftClassic .col-odd:not(:last-child),
.babyGiftPage2311 #giftScene .col-odd:not(:last-child),
.babyGiftPage2311 #giftPrice .col-odd:not(:last-child),
.babyGiftPage2311 #wrapping .col-odd:not(:last-child) {
  margin-bottom: 4rem;
}
.babyGiftPage2311 #giftClassic .col-odd.bdbn,
.babyGiftPage2311 #giftScene .col-odd.bdbn,
.babyGiftPage2311 #giftPrice .col-odd.bdbn,
.babyGiftPage2311 #wrapping .col-odd.bdbn {
  border-bottom: none;
}
.babyGiftPage2311 #giftClassic .col-odd h3, .babyGiftPage2311 #giftClassic .col-odd h4,
.babyGiftPage2311 #giftScene .col-odd h3,
.babyGiftPage2311 #giftScene .col-odd h4,
.babyGiftPage2311 #giftPrice .col-odd h3,
.babyGiftPage2311 #giftPrice .col-odd h4,
.babyGiftPage2311 #wrapping .col-odd h3,
.babyGiftPage2311 #wrapping .col-odd h4 {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
  padding: 0 !important;
}
.babyGiftPage2311 #giftClassic .col-odd .price,
.babyGiftPage2311 #giftScene .col-odd .price,
.babyGiftPage2311 #giftPrice .col-odd .price,
.babyGiftPage2311 #wrapping .col-odd .price {
  color: #959595;
  font-size: 1.5rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.babyGiftPage2311 #giftClassic .col-odd p,
.babyGiftPage2311 #giftScene .col-odd p,
.babyGiftPage2311 #giftPrice .col-odd p,
.babyGiftPage2311 #wrapping .col-odd p {
  font-size: 1.4rem !important;
}
.babyGiftPage2311 #giftClassic .col-odd .btn,
.babyGiftPage2311 #giftScene .col-odd .btn,
.babyGiftPage2311 #giftPrice .col-odd .btn,
.babyGiftPage2311 #wrapping .col-odd .btn {
  margin-top: 5rem;
}
.babyGiftPage2311 #giftClassic .col-odd .btn a,
.babyGiftPage2311 #giftScene .col-odd .btn a,
.babyGiftPage2311 #giftPrice .col-odd .btn a,
.babyGiftPage2311 #wrapping .col-odd .btn a {
  padding: 1rem 6rem 1rem 3.5rem;
  transition: background-position ease 0.3s, opacity ease 0.3s;
}
.babyGiftPage2311 #giftOriginal .original__ttl {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #F8F5E7;
  color: #262626;
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
}
.babyGiftPage2311 #giftOriginal .original__block {
  margin-bottom: 4.5rem;
}
.babyGiftPage2311 #giftOriginal .original__block .col-odd__txt2 {
  width: 53.4%;
}
.babyGiftPage2311 #giftOriginal .original__block .col-odd__img {
  width: 42.7%;
}
.babyGiftPage2311 #giftOriginal .grpLayout_05 > div {
  width: calc((100% - 8rem) / 5);
}
.babyGiftPage2311 #giftPrice .moreLink {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.babyGiftPage2311 #giftPrice .col-odd {
  border-bottom: none;
  padding-bottom: 0;
}
.babyGiftPage2311 #embroidery .moreLink,
.babyGiftPage2311 #wrapping .moreLink {
  margin-top: 4rem;
}
.babyGiftPage2311 #embroidery .giftRanking_content,
.babyGiftPage2311 #wrapping .giftRanking_content {
  margin-top: 5rem;
}
.babyGiftPage2311 #wrapping h3 + img {
  margin-bottom: 5rem;
}
.babyGiftPage2311 #wrapping picture {
  margin-top: 6rem;
}

.kitchenPage2312 .kitchen__mv img {
  display: block;
  margin-bottom: 4rem;
}
.kitchenPage2312 #point,
.kitchenPage2312 #hand,
.kitchenPage2312 #tableware,
.kitchenPage2312 #wipe,
.kitchenPage2312 #item {
  padding-top: 12rem;
  margin-top: -12rem;
}
.kitchenPage2312 #point .point__block {
  margin-bottom: 4rem;
}
.kitchenPage2312 #point .point__block h3 {
  color: #262626 !important;
}
.kitchenPage2312 #point .point__block h3.pl0 {
  padding-left: 0 !important;
}
.kitchenPage2312 #point .point__block .col-odd__txt2 {
  width: 53.6912751678%;
}
.kitchenPage2312 #point .point__block .col-odd__txt2 p {
  font-size: 1.4rem;
}
.kitchenPage2312 #point .point__block .col-odd__img {
  width: 42.9530201342%;
  margin-top: -5.5rem !important;
}
.kitchenPage2312 #point .grpLayout_02 {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kitchenPage2312 #point .grpLayout_02 > div {
  width: 47.6510067114%;
  display: flex;
  flex-direction: column;
}
.kitchenPage2312 #point .grpLayout_02 h4 {
  font-size: 1.6rem !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.kitchenPage2312 #point .grpLayout_02 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
.kitchenPage2312 #point .grpLayout_02 .moreLink {
  max-width: 28rem;
  min-height: 4rem;
  margin: auto auto 0;
}
.kitchenPage2312 #point .point__intro {
  background: #F7F7F7;
  padding: 3rem 3.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 {
  width: 52.2058823529%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 > a {
  border-bottom: 1px solid #262626;
  background-image: url(../img/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: right top 0.7rem;
  background-size: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: block;
  margin-bottom: 2.5rem;
  text-decoration: none;
  min-width: 30.5rem;
  letter-spacing: 0.05em;
  padding-right: 2rem;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 .icon img {
  display: block;
  width: 5.2rem;
  aspect-ratio: 1/1;
  margin-right: 1.3rem;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 .icon p {
  font-weight: bold;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
}
.kitchenPage2312 #point .point__intro .col-odd__txt2 .icon a {
  display: block;
  width: 1.5rem;
}
.kitchenPage2312 #point .point__intro .col-odd__img {
  width: 44.1176470588%;
}
.kitchenPage2312 #hand .col-odd,
.kitchenPage2312 #tableware .col-odd,
.kitchenPage2312 #wipe .col-odd,
.kitchenPage2312 #item .col-odd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4rem;
}
.kitchenPage2312 #hand .col-odd:not(:last-child),
.kitchenPage2312 #tableware .col-odd:not(:last-child),
.kitchenPage2312 #wipe .col-odd:not(:last-child),
.kitchenPage2312 #item .col-odd:not(:last-child) {
  margin-bottom: 4rem;
}
.kitchenPage2312 #hand .col-odd.bdbn,
.kitchenPage2312 #tableware .col-odd.bdbn,
.kitchenPage2312 #wipe .col-odd.bdbn,
.kitchenPage2312 #item .col-odd.bdbn {
  border-bottom: none;
}
.kitchenPage2312 #hand .col-odd h3, .kitchenPage2312 #hand .col-odd h4,
.kitchenPage2312 #tableware .col-odd h3,
.kitchenPage2312 #tableware .col-odd h4,
.kitchenPage2312 #wipe .col-odd h3,
.kitchenPage2312 #wipe .col-odd h4,
.kitchenPage2312 #item .col-odd h3,
.kitchenPage2312 #item .col-odd h4 {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
  padding: 0 !important;
}
.kitchenPage2312 #hand .col-odd .price,
.kitchenPage2312 #tableware .col-odd .price,
.kitchenPage2312 #wipe .col-odd .price,
.kitchenPage2312 #item .col-odd .price {
  color: #959595;
  font-size: 1.5rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.kitchenPage2312 #hand .col-odd p,
.kitchenPage2312 #tableware .col-odd p,
.kitchenPage2312 #wipe .col-odd p,
.kitchenPage2312 #item .col-odd p {
  font-size: 1.4rem !important;
}
.kitchenPage2312 #hand .col-odd .btn,
.kitchenPage2312 #tableware .col-odd .btn,
.kitchenPage2312 #wipe .col-odd .btn,
.kitchenPage2312 #item .col-odd .btn {
  margin-top: 5rem;
}
.kitchenPage2312 #hand .col-odd .btn a,
.kitchenPage2312 #tableware .col-odd .btn a,
.kitchenPage2312 #wipe .col-odd .btn a,
.kitchenPage2312 #item .col-odd .btn a {
  padding: 1rem 6rem 1rem 3.5rem;
  transition: background-position ease 0.3s, opacity ease 0.3s;
}
.kitchenPage2312 #tableware h2 + p {
  margin-bottom: 4rem !important;
}
.kitchenPage2312 #tableware .short {
  display: flex;
  justify-content: center;
}

.washtowelFeature2407 .washTowel__mv img {
  display: block;
  margin-bottom: 4rem;
}
.washtowelFeature2407 .intro {
  margin-bottom: 8rem;
}
.washtowelFeature2407 .intro p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.washtowelFeature2407 .intro img {
  margin: 7rem 0;
}
.washtowelFeature2407 .intro .moreLink {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 2.5rem;
  max-width: 50rem;
  min-height: 5rem;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .washtowelFeature2407 .intro .moreLink {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .washtowelFeature2407 .intro .moreLink:hover {
    background-position: right 1rem center;
  }
}
.washtowelFeature2407 .articleParts h3,
.washtowelFeature2407 #point .point__block h3 {
  margin-top: 0 !important;
}
.washtowelFeature2407 #point,
.washtowelFeature2407 #feature,
.washtowelFeature2407 #scene,
.washtowelFeature2407 #hand,
.washtowelFeature2407 #guest,
.washtowelFeature2407 #kitchen,
.washtowelFeature2407 #face,
.washtowelFeature2407 #baby,
.washtowelFeature2407 #sports {
  padding-top: 12rem;
  margin-top: -12rem;
  margin-bottom: 0;
}
.washtowelFeature2407 #point .point__block {
  margin-bottom: 4rem;
}
.washtowelFeature2407 #point .point__block h3 {
  color: #262626 !important;
}
.washtowelFeature2407 #point .point__block h3.pl0 {
  padding-left: 0 !important;
}
.washtowelFeature2407 #point .point__block .col-odd__txt2 {
  width: 53.6912751678%;
}
.washtowelFeature2407 #point .point__block .col-odd__txt2 p {
  font-size: 1.4rem;
}
.washtowelFeature2407 #point .point__block .col-odd__img {
  width: 42.9530201342%;
  margin-top: -5.5rem !important;
}
.washtowelFeature2407 #point .grpLayout_02 {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.washtowelFeature2407 #point .grpLayout_02 > div {
  width: 47.6510067114%;
  display: flex;
  flex-direction: column;
}
.washtowelFeature2407 #point .grpLayout_02 h4 {
  font-size: 1.6rem !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.washtowelFeature2407 #point .grpLayout_02 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
.washtowelFeature2407 #point .grpLayout_02 .moreLink {
  max-width: 28rem;
  min-height: 4rem;
  margin: auto auto 0;
}
.washtowelFeature2407 #point .point__intro {
  background: #F7F7F7;
  padding: 3rem 3.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 {
  width: 52.2058823529%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 > a {
  border-bottom: 1px solid #262626;
  background-image: url(../img/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: right top 0.7rem;
  background-size: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: block;
  margin-bottom: 2.5rem;
  text-decoration: none;
  min-width: 30.5rem;
  letter-spacing: 0.05em;
  padding-right: 2rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 .icon img {
  display: block;
  width: 5.2rem;
  aspect-ratio: 1/1;
  margin-right: 1.3rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 .icon p {
  font-weight: bold;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__txt2 .icon a {
  display: block;
  width: 1.5rem;
}
.washtowelFeature2407 #point .point__intro .col-odd__img {
  width: 44.1176470588%;
}
.washtowelFeature2407 #feature a.arrow,
.washtowelFeature2407 #scene a.arrow,
.washtowelFeature2407 #hand a.arrow,
.washtowelFeature2407 #guest a.arrow,
.washtowelFeature2407 #kitchen a.arrow,
.washtowelFeature2407 #face a.arrow,
.washtowelFeature2407 #baby a.arrow,
.washtowelFeature2407 #sports a.arrow {
  background: url(https://ikor.itembox.design/item/assetsOnline/img/arrow_right_black.svg) no-repeat right top 0.7rem;
  padding-right: 2rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0.7rem;
  margin: 5rem 0 3rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .washtowelFeature2407 #feature a.arrow:hover,
  .washtowelFeature2407 #scene a.arrow:hover,
  .washtowelFeature2407 #hand a.arrow:hover,
  .washtowelFeature2407 #guest a.arrow:hover,
  .washtowelFeature2407 #kitchen a.arrow:hover,
  .washtowelFeature2407 #face a.arrow:hover,
  .washtowelFeature2407 #baby a.arrow:hover,
  .washtowelFeature2407 #sports a.arrow:hover {
    opacity: 0.7;
  }
}
.washtowelFeature2407 #feature .col-odd,
.washtowelFeature2407 #scene .col-odd,
.washtowelFeature2407 #hand .col-odd,
.washtowelFeature2407 #guest .col-odd,
.washtowelFeature2407 #kitchen .col-odd,
.washtowelFeature2407 #face .col-odd,
.washtowelFeature2407 #baby .col-odd,
.washtowelFeature2407 #sports .col-odd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4rem;
}
.washtowelFeature2407 #feature .col-odd:not(:last-child),
.washtowelFeature2407 #scene .col-odd:not(:last-child),
.washtowelFeature2407 #hand .col-odd:not(:last-child),
.washtowelFeature2407 #guest .col-odd:not(:last-child),
.washtowelFeature2407 #kitchen .col-odd:not(:last-child),
.washtowelFeature2407 #face .col-odd:not(:last-child),
.washtowelFeature2407 #baby .col-odd:not(:last-child),
.washtowelFeature2407 #sports .col-odd:not(:last-child) {
  margin-bottom: 4rem;
}
.washtowelFeature2407 #feature .col-odd.bdbn,
.washtowelFeature2407 #scene .col-odd.bdbn,
.washtowelFeature2407 #hand .col-odd.bdbn,
.washtowelFeature2407 #guest .col-odd.bdbn,
.washtowelFeature2407 #kitchen .col-odd.bdbn,
.washtowelFeature2407 #face .col-odd.bdbn,
.washtowelFeature2407 #baby .col-odd.bdbn,
.washtowelFeature2407 #sports .col-odd.bdbn {
  border-bottom: none;
  padding-bottom: 0;
}
.washtowelFeature2407 #feature .col-odd h3, .washtowelFeature2407 #feature .col-odd h4,
.washtowelFeature2407 #scene .col-odd h3,
.washtowelFeature2407 #scene .col-odd h4,
.washtowelFeature2407 #hand .col-odd h3,
.washtowelFeature2407 #hand .col-odd h4,
.washtowelFeature2407 #guest .col-odd h3,
.washtowelFeature2407 #guest .col-odd h4,
.washtowelFeature2407 #kitchen .col-odd h3,
.washtowelFeature2407 #kitchen .col-odd h4,
.washtowelFeature2407 #face .col-odd h3,
.washtowelFeature2407 #face .col-odd h4,
.washtowelFeature2407 #baby .col-odd h3,
.washtowelFeature2407 #baby .col-odd h4,
.washtowelFeature2407 #sports .col-odd h3,
.washtowelFeature2407 #sports .col-odd h4 {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
  padding: 0 !important;
}
.washtowelFeature2407 #feature .col-odd .price,
.washtowelFeature2407 #scene .col-odd .price,
.washtowelFeature2407 #hand .col-odd .price,
.washtowelFeature2407 #guest .col-odd .price,
.washtowelFeature2407 #kitchen .col-odd .price,
.washtowelFeature2407 #face .col-odd .price,
.washtowelFeature2407 #baby .col-odd .price,
.washtowelFeature2407 #sports .col-odd .price {
  color: #959595;
  font-size: 1.5rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.washtowelFeature2407 #feature .col-odd p,
.washtowelFeature2407 #scene .col-odd p,
.washtowelFeature2407 #hand .col-odd p,
.washtowelFeature2407 #guest .col-odd p,
.washtowelFeature2407 #kitchen .col-odd p,
.washtowelFeature2407 #face .col-odd p,
.washtowelFeature2407 #baby .col-odd p,
.washtowelFeature2407 #sports .col-odd p {
  font-size: 1.4rem !important;
}
.washtowelFeature2407 #feature .col-odd .btn,
.washtowelFeature2407 #scene .col-odd .btn,
.washtowelFeature2407 #hand .col-odd .btn,
.washtowelFeature2407 #guest .col-odd .btn,
.washtowelFeature2407 #kitchen .col-odd .btn,
.washtowelFeature2407 #face .col-odd .btn,
.washtowelFeature2407 #baby .col-odd .btn,
.washtowelFeature2407 #sports .col-odd .btn {
  margin-top: 5rem;
}
.washtowelFeature2407 #feature .col-odd .btn a,
.washtowelFeature2407 #scene .col-odd .btn a,
.washtowelFeature2407 #hand .col-odd .btn a,
.washtowelFeature2407 #guest .col-odd .btn a,
.washtowelFeature2407 #kitchen .col-odd .btn a,
.washtowelFeature2407 #face .col-odd .btn a,
.washtowelFeature2407 #baby .col-odd .btn a,
.washtowelFeature2407 #sports .col-odd .btn a {
  padding: 1rem 6rem 1rem 3.5rem;
  transition: background-position ease 0.3s, opacity ease 0.3s;
}
.washtowelFeature2407 #feature .scene__block,
.washtowelFeature2407 #scene .scene__block,
.washtowelFeature2407 #hand .scene__block,
.washtowelFeature2407 #guest .scene__block,
.washtowelFeature2407 #kitchen .scene__block,
.washtowelFeature2407 #face .scene__block,
.washtowelFeature2407 #baby .scene__block,
.washtowelFeature2407 #sports .scene__block {
  margin-bottom: 8rem;
}
.washtowelFeature2407 #feature .scene__blockTtl,
.washtowelFeature2407 #scene .scene__blockTtl,
.washtowelFeature2407 #hand .scene__blockTtl,
.washtowelFeature2407 #guest .scene__blockTtl,
.washtowelFeature2407 #kitchen .scene__blockTtl,
.washtowelFeature2407 #face .scene__blockTtl,
.washtowelFeature2407 #baby .scene__blockTtl,
.washtowelFeature2407 #sports .scene__blockTtl {
  margin-top: 0;
}
.washtowelFeature2407 #feature .scene__blockLead,
.washtowelFeature2407 #scene .scene__blockLead,
.washtowelFeature2407 #hand .scene__blockLead,
.washtowelFeature2407 #guest .scene__blockLead,
.washtowelFeature2407 #kitchen .scene__blockLead,
.washtowelFeature2407 #face .scene__blockLead,
.washtowelFeature2407 #baby .scene__blockLead,
.washtowelFeature2407 #sports .scene__blockLead {
  margin-bottom: 5rem;
}
.washtowelFeature2407 #feature .scene__video,
.washtowelFeature2407 #scene .scene__video,
.washtowelFeature2407 #hand .scene__video,
.washtowelFeature2407 #guest .scene__video,
.washtowelFeature2407 #kitchen .scene__video,
.washtowelFeature2407 #face .scene__video,
.washtowelFeature2407 #baby .scene__video,
.washtowelFeature2407 #sports .scene__video {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.washtowelFeature2407 #feature .scene__video p,
.washtowelFeature2407 #scene .scene__video p,
.washtowelFeature2407 #hand .scene__video p,
.washtowelFeature2407 #guest .scene__video p,
.washtowelFeature2407 #kitchen .scene__video p,
.washtowelFeature2407 #face .scene__video p,
.washtowelFeature2407 #baby .scene__video p,
.washtowelFeature2407 #sports .scene__video p {
  color: #ACA279;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.bathTowel2409 .washTowel__mv img {
  display: block;
  margin-bottom: 4rem;
}
.bathTowel2409 .intro {
  margin-bottom: 8rem;
}
.bathTowel2409 .intro p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.bathTowel2409 .intro img {
  margin: 7rem 0;
}
.bathTowel2409 .intro .moreLink {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #262626 url(../img/arrow_right_white.svg) no-repeat right 2rem center;
  transition: background-position ease 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 2.5rem;
  max-width: 50rem;
  min-height: 5rem;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .bathTowel2409 .intro .moreLink {
    max-width: 23.5rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .bathTowel2409 .intro .moreLink:hover {
    background-position: right 1rem center;
  }
}
.bathTowel2409 .articleParts h3,
.bathTowel2409 #point .point__block h3 {
  margin-top: 0 !important;
}
.bathTowel2409 .slick-list {
  overflow: inherit;
}
.bathTowel2409 .slick-list a:not(.moreLink):not(.moreLinkBlack) {
  text-decoration: none;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner {
  margin-top: 8rem;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list li .graph {
  background-image: url(https://www.ikeuchi.org/assetsOnline/img/page/guide/graph_bg.png);
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .slick-slide::before {
  display: none;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .slick-slide:not(:last-child) {
  margin-bottom: 0;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull {
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull.slick-initialized {
  opacity: 1;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull .slideDots {
  padding-right: 0;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull .slideDots li:not(:last-child) {
  margin-bottom: 0;
}
.bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull .slickIcon.slickIconNext {
  right: 0;
}
.bathTowel2409 .col-odd.mt5 {
  margin-top: 5rem;
}
.bathTowel2409 .col-odd__img img {
  aspect-ratio: 300/213;
  object-fit: cover;
}
.bathTowel2409 .scroll__block {
  margin-top: 6rem;
  margin-bottom: 12rem;
}
.bathTowel2409 .moreLinkWrap {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.bathTowel2409 .moreLinkWrap .moreLink {
  width: auto;
  margin: 0;
  padding-right: 4.5rem;
}
.bathTowel2409 #point,
.bathTowel2409 #ranking,
.bathTowel2409 #size,
.bathTowel2409 #scene,
.bathTowel2409 #series {
  padding-top: 12rem;
  margin-top: -12rem;
  margin-bottom: 0;
}
.bathTowel2409 #point .point__block {
  margin-bottom: 4rem;
}
.bathTowel2409 #point .point__block h3 {
  color: #262626 !important;
}
.bathTowel2409 #point .point__block h3.pl0 {
  padding-left: 0 !important;
}
.bathTowel2409 #point .point__block .col-odd__txt2 {
  width: 53.6912751678%;
}
.bathTowel2409 #point .point__block .col-odd__txt2 p {
  font-size: 1.4rem;
}
.bathTowel2409 #point .point__block .col-odd__img {
  width: 42.9530201342%;
  margin-top: -5.5rem !important;
}
.bathTowel2409 #point .grpLayout_02 {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bathTowel2409 #point .grpLayout_02 > div {
  width: 47.6510067114%;
  display: flex;
  flex-direction: column;
}
.bathTowel2409 #point .grpLayout_02 h4 {
  font-size: 1.6rem !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.bathTowel2409 #point .grpLayout_02 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
.bathTowel2409 #point .grpLayout_02 .moreLink {
  max-width: 28rem;
  min-height: 4rem;
  margin: auto auto 0;
}
.bathTowel2409 #point .point__intro {
  background: #F7F7F7;
  padding: 3rem 3.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 {
  width: 52.2058823529%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 > a {
  border-bottom: 1px solid #262626;
  background-image: url(../img/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: right top 0.7rem;
  background-size: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: block;
  margin-bottom: 2.5rem;
  text-decoration: none;
  min-width: 30.5rem;
  letter-spacing: 0.05em;
  padding-right: 2rem;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 .icon img {
  display: block;
  width: 5.2rem;
  aspect-ratio: 1/1;
  margin-right: 1.3rem;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 .icon p {
  font-weight: bold;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
}
.bathTowel2409 #point .point__intro .col-odd__txt2 .icon a {
  display: block;
  width: 1.5rem;
}
.bathTowel2409 #point .point__intro .col-odd__img {
  width: 44.1176470588%;
}
.bathTowel2409 #point a.arrow,
.bathTowel2409 #ranking a.arrow,
.bathTowel2409 #size a.arrow,
.bathTowel2409 #scene a.arrow,
.bathTowel2409 #series a.arrow {
  background: url(https://ikor.itembox.design/item/assetsOnline/img/arrow_right_black.svg) no-repeat right top 0.7rem;
  padding-right: 2rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0.7rem;
  margin: 5rem 0 3rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .bathTowel2409 #point a.arrow:hover,
  .bathTowel2409 #ranking a.arrow:hover,
  .bathTowel2409 #size a.arrow:hover,
  .bathTowel2409 #scene a.arrow:hover,
  .bathTowel2409 #series a.arrow:hover {
    opacity: 0.7;
  }
}
.bathTowel2409 #point .col-odd,
.bathTowel2409 #ranking .col-odd,
.bathTowel2409 #size .col-odd,
.bathTowel2409 #scene .col-odd,
.bathTowel2409 #series .col-odd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4rem;
}
.bathTowel2409 #point .col-odd:not(:last-child),
.bathTowel2409 #ranking .col-odd:not(:last-child),
.bathTowel2409 #size .col-odd:not(:last-child),
.bathTowel2409 #scene .col-odd:not(:last-child),
.bathTowel2409 #series .col-odd:not(:last-child) {
  margin-bottom: 4rem;
}
.bathTowel2409 #point .col-odd.bdbn,
.bathTowel2409 #ranking .col-odd.bdbn,
.bathTowel2409 #size .col-odd.bdbn,
.bathTowel2409 #scene .col-odd.bdbn,
.bathTowel2409 #series .col-odd.bdbn {
  border-bottom: none;
  padding-bottom: 0;
}
.bathTowel2409 #point .col-odd h3, .bathTowel2409 #point .col-odd h4,
.bathTowel2409 #ranking .col-odd h3,
.bathTowel2409 #ranking .col-odd h4,
.bathTowel2409 #size .col-odd h3,
.bathTowel2409 #size .col-odd h4,
.bathTowel2409 #scene .col-odd h3,
.bathTowel2409 #scene .col-odd h4,
.bathTowel2409 #series .col-odd h3,
.bathTowel2409 #series .col-odd h4 {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
  padding: 0 !important;
}
.bathTowel2409 #point .col-odd .price,
.bathTowel2409 #ranking .col-odd .price,
.bathTowel2409 #size .col-odd .price,
.bathTowel2409 #scene .col-odd .price,
.bathTowel2409 #series .col-odd .price {
  color: #959595;
  font-size: 1.5rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.bathTowel2409 #point .col-odd p,
.bathTowel2409 #ranking .col-odd p,
.bathTowel2409 #size .col-odd p,
.bathTowel2409 #scene .col-odd p,
.bathTowel2409 #series .col-odd p {
  font-size: 1.4rem !important;
}
.bathTowel2409 #point .col-odd .btn,
.bathTowel2409 #ranking .col-odd .btn,
.bathTowel2409 #size .col-odd .btn,
.bathTowel2409 #scene .col-odd .btn,
.bathTowel2409 #series .col-odd .btn {
  margin-top: 5rem;
}
.bathTowel2409 #point .col-odd .btn a,
.bathTowel2409 #ranking .col-odd .btn a,
.bathTowel2409 #size .col-odd .btn a,
.bathTowel2409 #scene .col-odd .btn a,
.bathTowel2409 #series .col-odd .btn a {
  padding: 1rem 6rem 1rem 3.5rem;
  transition: background-position ease 0.3s, opacity ease 0.3s;
}
.bathTowel2409 #point .scene__block,
.bathTowel2409 #ranking .scene__block,
.bathTowel2409 #size .scene__block,
.bathTowel2409 #scene .scene__block,
.bathTowel2409 #series .scene__block {
  margin-bottom: 8rem;
}
.bathTowel2409 #point .scene__blockTtl,
.bathTowel2409 #ranking .scene__blockTtl,
.bathTowel2409 #size .scene__blockTtl,
.bathTowel2409 #scene .scene__blockTtl,
.bathTowel2409 #series .scene__blockTtl {
  margin-top: 0;
}
.bathTowel2409 #point .scene__blockLead,
.bathTowel2409 #ranking .scene__blockLead,
.bathTowel2409 #size .scene__blockLead,
.bathTowel2409 #scene .scene__blockLead,
.bathTowel2409 #series .scene__blockLead {
  margin-bottom: 5rem;
}
.bathTowel2409 #point .scene__video,
.bathTowel2409 #ranking .scene__video,
.bathTowel2409 #size .scene__video,
.bathTowel2409 #scene .scene__video,
.bathTowel2409 #series .scene__video {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.bathTowel2409 #point .scene__video p,
.bathTowel2409 #ranking .scene__video p,
.bathTowel2409 #size .scene__video p,
.bathTowel2409 #scene .scene__video p,
.bathTowel2409 #series .scene__video p {
  color: #ACA279;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.articleParts.cmn .col-odd .price {
  color: #959595;
  font-size: 1.5rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.articleParts.cmn .col-odd .col-odd__txt2 .btn a {
  margin: 0 0 0 auto;
  width: auto;
}
.articleParts h2.cmn {
  margin-top: 0 !important;
  font-size: 2.4rem !important;
  border-bottom: 3px solid #ACA279 !important;
  padding-bottom: 1rem !important;
}
.articleParts h3.cmn {
  margin-bottom: 4rem !important;
  background: #F8F5E7 !important;
  color: #262626 !important;
  padding: 1.3rem 2rem !important;
  font-size: 1.6rem !important;
  position: relative;
}

.nyb2025__mv {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.nyb2025 .intro p + p {
  margin-top: 5rem;
}
.nyb2025__block {
  margin-bottom: 8rem;
}
.nyb2025__intro {
  display: block;
}
.nyb2025__intro > p {
  width: 100%;
  margin-bottom: 3rem;
}
.nyb2025__introInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 3.5rem;
  margin-top: 3.5rem;
}
.nyb2025__introBlock {
  width: calc((100% - 3.5rem) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.nyb2025__introBlock img {
  margin-bottom: 3rem;
}
.nyb2025__introBlock dl {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}
.nyb2025__introBlock dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.nyb2025__introBlock dl dt .num {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  color: #fff;
  background: #ACA279;
  margin: auto;
}
.nyb2025__introBlock dl dd {
  font-size: 1.4rem;
}
.nyb2025__introBlock .btn {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nyb2025__flowCart, .nyb2025__checkCart {
  border: 1px solid #ACA279;
  padding: 3.2rem 30rem 3.2rem 4rem;
  background: url(https://www.ikeuchi.org/webshop/design/nyb/2025/img_cart.png) no-repeat right 5rem center;
  background-size: 20.3rem;
  font-size: 1.4rem;
}
.nyb2025__flowCart em, .nyb2025__checkCart em {
  text-decoration: underline;
  font-style: normal;
}
.nyb2025__flowBlock {
  margin-top: 6rem;
}
.nyb2025__flowCart {
  margin-bottom: 6rem;
}
.nyb2025__flow h3.cmn {
  width: 100%;
  background: none !important;
  padding: 0 0 0 5rem !important;
}
.nyb2025__flow h3.cmn span {
  position: absolute;
  left: 0;
  top: -1rem;
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 100%;
  border: 1px solid #ACA279;
  width: 4rem;
  height: 4rem;
  color: #ACA279;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.nyb2025__flow .col-odd__img img {
  border: 1px solid #cbcbcb;
}
.nyb2025__flow .att {
  color: #BF0000;
}
.nyb2025__course h2.cmn {
  padding-top: 0 !important;
  padding-left: 5rem !important;
  position: relative;
}
.nyb2025__course h2.cmn span {
  font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 100%;
  background: #ACA279;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2rem 0.1rem 0 0;
}
.nyb2025__course h3.cmn.limited {
  background: linear-gradient(90deg, rgb(205, 191, 152) 0%, rgb(255, 247, 224) 20%, rgb(206, 193, 159) 33%, rgb(253, 245, 222) 47%, rgb(235, 222, 187) 60%, rgb(196, 181, 138) 80%, rgb(201, 187, 142) 86%, rgb(216, 202, 165) 93%, rgb(189, 175, 138) 100%) !important;
}
.nyb2025__course .note {
  padding-left: 1.7rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.nyb2025__course .note::before {
  content: "";
  background: #ACA279;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.nyb2025__courseBlock .note {
  margin: 5rem 0 3rem;
}
.nyb2025__courseBlock .btn {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyb2025__courseBlock .btn a {
  width: 100%;
  max-width: 40rem;
  text-align: center;
}
.nyb2025__check {
  position: relative;
}
.nyb2025__check .ttl {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.4rem;
  padding: 0 2rem;
  margin: auto;
  width: 90%;
  max-width: 56.5rem;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #9A9069;
  text-align: center;
}
.nyb2025__check .ttl::before, .nyb2025__check .ttl::after {
  height: 2.5rem;
  width: 1px;
  background-color: #9A9069;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nyb2025__check .ttl::before {
  transform: rotate(-30deg);
  left: 2rem;
}
.nyb2025__check .ttl::after {
  transform: rotate(30deg);
  right: 2rem;
}
.nyb2025__attBlock {
  margin-bottom: 6rem;
}
.nyb2025__attBlock ul {
  margin-top: 4rem;
}
.nyb2025__attBlock ul li::before {
  background-color: #262626;
}
.nyb2025__attBlock ul li.red {
  color: #BF0000;
}
.nyb2025__attBlock ul li.red::before {
  background-color: #BF0000;
}

@media screen and (max-width: 767px) {
  header {
    height: 14.6rem;
  }
  header .headerMain {
    height: 6rem;
    padding: 0 6.8rem 0 2rem;
  }
  header .headerMain__sitename .pclogo {
    display: none;
  }
  header .headerMain__sitename .splogo {
    display: block;
  }
  header .headerMain .guideBtn img {
    width: 1.1rem;
  }
  header .headerMain .accountBtn {
    margin: 0;
  }
  header .headerMain .accountBtn img {
    width: 2rem;
  }
  header .headerMain .searchBtn {
    margin: 0 1rem 0 1.3rem;
  }
  header .headerMain .searchBtn img {
    width: 1.8rem;
  }
  header .headerMain .cartBtn img {
    width: 2.4rem;
  }
  header .headerMain .cartBtn .cartBtnNum {
    transform: scale(0.8);
    line-height: 1.6rem;
  }
  header .headerMain .headerTabBox {
    top: 6rem;
  }
  header .headerMain .headerTab {
    position: fixed;
    width: 100%;
    top: 6rem;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #292929;
    padding-left: 2rem;
  }
  header .headerMain .headerTab > li:nth-child(5) {
    margin-right: 0;
  }
  header .headerMain .headerTab > li:not(:last-of-type) {
    padding-right: 1.3rem;
  }
  header .headerMain .headerTab .title {
    display: none;
  }
  header .headerMain .headerTab .triggerTitle,
  header .headerMain .headerTab .title {
    font-size: 1.4rem;
    height: 4rem;
  }
  header .headerMain .headerTab .triggerTitle {
    padding-right: 1.5rem;
    padding-right: 0;
    font-size: 1.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  header .headerMain .headerTab .triggerTitle::before, header .headerMain .headerTab .triggerTitle::after {
    display: none;
  }
  header .headerMain .headerTab__content {
    top: 10rem;
    padding: 2rem 2rem 5rem;
    height: calc(100vh - 14rem);
    height: calc(var(--vh, 1vh) * 100 - 14rem);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .headerMain .headerTab__content.noImg {
    padding-right: 2rem;
  }
  header .headerMain .headerTab__content::-webkit-scrollbar {
    display: none;
  }
  header .headerMain .headerTab__content .photoArea {
    position: static;
    height: 10rem;
    width: 100%;
  }
  header .headerMain .headerTab__content .detailsArea {
    padding: 3rem 0 0;
  }
  header .headerMain .headerTab__content .detailsArea__head {
    display: block;
  }
  header .headerMain .headerTab__content .detailsArea .link--list {
    margin: 2rem 0 0;
  }
  header .headerMain .headerTab__content .detailsArea__item {
    display: block;
    margin-top: 3rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList:not(:last-child) {
    margin: 0 0 3rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList .type--feature {
    max-width: inherit;
    margin-bottom: 3rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dt {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.8rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd ul {
    padding-bottom: 0;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--photo {
    margin-top: 1.5rem;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--text {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .headerMain .headerTab__content .detailsArea .itemList dd .type--text li {
    width: 50%;
  }
  header .headerMain .headerTab__content .searchBox {
    margin-bottom: 2.2rem;
    position: relative;
  }
  header .headerMain .headerTab__content .searchBox input {
    border-radius: 0.6rem;
    height: 5.6rem;
  }
  header .headerMain .headerTab__contentHead {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
  header .headerMain .headerTab__contentCategory {
    line-height: 1.5;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  header .headerMain .headerTab__contentCategory li {
    width: 50%;
    height: 4.7rem;
    border: 1px solid #CCCCCC;
    margin-bottom: -1px;
  }
  header .headerMain .headerTab__contentCategory li:nth-child(even) {
    border-left: none;
  }
  header .headerMain .headerTab__contentCategory li a {
    padding: 1rem 0.9rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../img/arrow_right_black.svg) no-repeat right 0.7rem center/1.2rem;
  }
  header .headerMain .headerTab__content .bnr {
    padding: 2.2rem 2rem;
    display: flex;
    justify-content: flex-end;
    width: 31.5rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .headerMain .headerTab__content .bnr span {
    transform: translateY(-0.4rem);
    font-family: "Gidole", "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    background: url(../img/arrow_right_white.svg) no-repeat right top 1.2rem;
    padding-right: 1.8rem;
  }
  header .headerMain .headerTab__content .bnr.egift {
    width: 100%;
    margin-bottom: 3rem;
    height: auto;
    padding: 0;
    background: none;
  }
  header .headerMain .headerTab__content dl.acd {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1rem;
    border: 1px solid #CCCCCC;
    margin-bottom: 1.5rem;
  }
  header .headerMain .headerTab__content dl.acd .acdTrigger {
    font-weight: bold;
    position: relative;
  }
  header .headerMain .headerTab__content dl.acd .acdTrigger::after {
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    display: block;
    transform: rotate(45deg);
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    transition: 0.3s;
  }
  header .headerMain .headerTab__content dl.acd .acdTrigger.accOpen::after {
    top: 1rem;
    transform: rotate(225deg);
  }
  header .headerMain .headerTab__content dl.acd .acdArea {
    display: none;
    padding: 1rem 0 0;
  }
  header .headerMain .headerTab__content dl.acd .scene ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
  }
  header .headerMain .headerTab__content dl.acd .scene ul li {
    width: 15.5rem;
    margin-bottom: 1rem;
  }
  header .headerMain .headerTab__content dl.acd .scene ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .headerMain .headerTab__content dl.acd .scene ul li img {
    width: 5rem;
  }
  header .headerMain .headerTab__content dl.acd .scene ul li span {
    padding-left: 1.2rem;
    font-weight: 500;
  }
  header .headerMain .headerTab__content dl.acd .series ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .headerMain .headerTab__content dl.acd .series ul:last-child {
    margin-bottom: -1.5rem;
  }
  header .headerMain .headerTab__content dl.acd .series ul li {
    min-width: 13.7rem;
    margin-bottom: 1.5rem;
  }
  header .headerMain .headerTab__content dl.acd .series ul li a {
    text-decoration: underline;
  }
  header .headerMain .headerTab__content dl.acd .series .bnr {
    background-image: url(../img/headerTab_bnr_comparison.jpg);
  }
  header .headerMain .headerTab__content dl.acd .price ul {
    width: 100%;
  }
  header .headerMain .headerTab__content dl.acd .price ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  header .headerMain .headerTab__content dl.acd .price ul li a {
    text-decoration: underline;
  }
  header .headerMain .headerTab__contentColumn {
    margin-top: 3rem;
  }
  header .headerMain .headerTab__contentColumn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header .headerMain .headerTab__contentColumn ul li {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2857142857;
    margin-bottom: 1rem;
  }
  header .headerMain .headerTab__contentColumn ul li:nth-child(odd) {
    width: 16rem;
  }
  header .headerMain .headerTab__contentColumn ul li:nth-child(even) {
    width: 17.5rem;
  }
  header .headerMain .headerTab__contentColumn ul li a {
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .headerMain .headerTab__contentColumn ul li a img {
    width: 7.5rem;
  }
  header .headerMain .headerTab__contentColumn ul li a span {
    margin-left: 0.8rem;
  }
  header .headerMain .menuList--small {
    display: none;
  }
  header .headerMain .siteMenuBtn {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }
  header .headerMain .siteMenuBtn .line {
    width: 3.6rem;
    height: 3.5rem;
    position: relative;
    margin: 0;
  }
  header .headerMain .siteMenuBtn .line span {
    display: block;
    width: 100%;
    max-width: 2.6rem;
    height: 1px;
    background: #262626;
    position: absolute;
    left: 0.5rem;
    transition: all 0.5s ease !important;
  }
  header .headerMain .siteMenuBtn .line span:nth-child(1) {
    top: 1.4rem;
  }
  header .headerMain .siteMenuBtn .line span:nth-child(2) {
    bottom: 1.4rem;
  }
  header .headerMain .siteMenuBtn .text {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 300;
  }
  header .headerMain .siteMenu {
    position: fixed;
    left: 0;
    top: 6rem;
    width: 100%;
    height: calc(100vh - 10rem);
    height: calc(var(--vh, 1vh) * 100 - 10rem);
    background-color: rgba(38, 38, 38, 0.95);
    padding: 2rem 2rem 5rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .headerMain .siteMenu::-webkit-scrollbar {
    display: none;
  }
  header .headerMain .siteMenu .linkList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .headerMain .siteMenu .linkList + .linkList {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 1.4rem;
    margin-top: 1.5rem;
  }
  header .headerMain .siteMenu .linkList.cell02 {
    justify-content: space-between;
  }
  header .headerMain .siteMenu .linkList.cell02 li {
    width: calc((100% - 0.9rem) / 2);
  }
  header .headerMain .siteMenu .linkList.cell02 li a {
    height: 4.5rem;
  }
  header .headerMain .siteMenu .linkList.cell03 li {
    width: calc((100% - 1.8rem) / 3);
    font-size: 1.4rem;
  }
  header .headerMain .siteMenu .linkList.cell03 li:not(:nth-child(3n)) {
    margin-right: 0.9rem;
  }
  header .headerMain .siteMenu .linkList.cell03 li a {
    height: 4rem;
  }
  header .headerMain .siteMenu .linkList li {
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
  header .headerMain .siteMenu .linkList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
  }
  header .headerMain .siteMenu .linkList li span:not(.small) {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1rem 0;
  }
  header .headerMain .siteMenu .linkList li span.small {
    font-size: 1.3rem;
  }
  header .headerMain .siteMenu .linkList li span.icon01 {
    background-image: url(../img/header_linkList_icon01.svg);
    padding-left: 2.2rem;
  }
  header .headerMain .siteMenu .linkList li span.icon02 {
    background-image: url(../img/header_linkList_icon02.svg);
    padding-left: 2rem;
  }
  header .headerMain .siteMenu .linkList li span.icon03 {
    background-image: url(../img/header_linkList_icon03.svg);
    padding-left: 1.5rem;
  }
  header .headerMain .siteMenu .linkList li span.icon04 {
    background-image: url(../img/header_linkList_icon04.svg);
    padding-left: 1.7rem;
  }
  header .headerMain .siteMenu .linkList li span.icon05 {
    background-image: url(../img/header_linkList_icon05.svg);
    padding-left: 2rem;
  }
  header .headerMain .siteMenu .menuTitle {
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.5rem;
    line-height: 2.1;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: #fff;
    margin: 2.2rem 0 0.5rem;
  }
  header .headerMain .siteMenu .linkListBox {
    margin-top: 3rem;
    color: #fff;
  }
  header .headerMain .siteMenu .linkListBox a {
    color: #fff;
  }
  header .headerMain .siteMenu .linkListBox dt {
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
  header .headerMain .siteMenu .linkListBox dt:not(:first-child) {
    margin-top: 1.5rem;
  }
  header .headerMain .siteMenu .linkListBox dt a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 0 1rem 0;
    background: url(../img/arrow_right_white.svg) no-repeat right 1rem top 1rem;
  }
  header .headerMain .siteMenu .linkListBox dd .type--text {
    margin-top: 1.5rem;
  }
  header .headerMain .siteMenu .linkListBox dd .type--text li {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
  header .headerMain .siteMenu .linkListBox dd .type--text li:not(:last-child) {
    margin-bottom: 1rem;
  }
  header .headerMain .siteMenu .linkListBox dd .type--banner {
    margin-top: 2rem;
  }
  header .headerMain .siteMenu .linkListBox dd .type--banner li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  header .headerMain .siteMenu .linkListBox dd .type--banner li a .photo {
    display: none;
  }
  header .headerMain .siteMenu .linkListBox dd .type--banner li a p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 300;
    width: 100%;
  }
  header .headerMain .siteMenu .linkListBox dd .type--banner li a p span {
    display: block;
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
    padding-left: 1rem;
  }
  footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  footer .inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  footer .menuBox__flex {
    margin-bottom: 5.5rem;
  }
  footer .menuBox__mainBox {
    margin-bottom: 2.7rem;
  }
  footer .menuBox__mainBox .menuBox__single:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  footer .menuBox__singleTitle {
    font-size: 1.4rem;
  }
  footer .menuBox__singleTitle > a {
    padding-bottom: 0.8rem;
  }
  footer .menuBox__list {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 1.5rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .menuBox__list li {
    width: 50%;
  }
  footer .menuBox__list li:not(:last-child) {
    margin-bottom: 1.1rem;
  }
  footer .contactList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 1.8rem;
  }
  footer .contactList__title {
    text-align: center;
  }
  footer .contactList__item .flexTileList__btn--type02 {
    margin-top: 1.7rem;
  }
  footer .contactList__item .tel {
    margin-top: 0.6rem;
  }
  footer .bannerList {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.8rem;
  }
  footer .bannerList li {
    width: 33.3333333333%;
  }
  footer .bannerList li:not(:last-child) a {
    border-right: none;
  }
  footer .bannerList li a {
    display: block;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
  footer .bannerList li a span:not(.pcTxt) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    height: 8.6rem;
    text-align: center;
    padding: 4rem 0 0;
  }
  footer .bannerList li a .pcTxt {
    display: none;
  }
  footer .bannerList li.btn--catalog a span {
    background-position: center top 1.4rem;
  }
  footer .bannerList li.btn--magazine a span {
    background-position: center top 1.6rem;
  }
  footer .bannerList li.btn--line a span {
    background-position: center top 1.2rem;
  }
  footer .snsList {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  footer .subBox__flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .subBox__logo {
    width: 5rem;
    margin: 0 auto;
  }
  footer .subBox__menu {
    padding: 2.7rem 0 0;
  }
  footer .subBox__menu .menuList {
    justify-content: center;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
  footer .subBox__menu .menuList li {
    margin-bottom: 1.2rem;
    margin-right: 2rem;
  }
  footer .subBox__menu small {
    text-align: center;
  }
  #cursor {
    display: none;
  }
  .asideGuide__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .asideGuide__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .contentWrap {
    padding-top: 15rem;
  }
  main.contentWrap {
    padding-top: 15rem;
  }
  body.tabOpen {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  body.scrollStyle header .newsTickerBox {
    transform: translate(0, -4.6rem);
  }
  body.scrollStyle header .headerMain {
    height: 6rem;
    transform: translate(0, -4.6rem);
  }
  body.scrollStyle header .headerMain .headerTab__content {
    top: 10.1rem;
    height: calc(100vh - 10rem);
    height: calc(var(--vh, 1vh) * 100 - 10rem);
  }
  body.scrollStyle header .headerMain .siteMenu {
    height: calc(100vh - 6rem);
    height: calc(var(--vh, 1vh) * 100 - 6rem);
  }
  body.scrollStyle .fixedCart {
    transform: translate(0, 0);
  }
  body.siteMenuOpen {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  body.siteMenuOpen header .headerMain .siteMenuBtn .line span:nth-child(1) {
    top: calc(50% - 0.1rem);
    transform: rotate(45deg) translateY(-50%);
  }
  body.siteMenuOpen header .headerMain .siteMenuBtn .line span:nth-child(2) {
    bottom: auto;
    top: calc(50% - 0.1rem);
    transform: rotate(-45deg) translateY(-50%);
  }
  body.spNewsShow header {
    height: 14.6rem;
  }
  body.spNewsShow header .newsTickerBox {
    transform: translate(0, 0);
  }
  body.spNewsShow header .headerMain {
    transform: translate(0, 0);
  }
  .newsTickerBox .newsTicker {
    padding: 0;
  }
  .newsTickerBox .newsTicker li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .newsTickerBox .newsTicker li > a {
    padding: 1.3rem 4rem 0;
    height: 4.4rem;
    background-position: right 2rem center;
  }
  .typeCenterDotArrow li {
    padding: 0;
  }
  .typeCenterDotArrow .slideDots {
    margin-top: 2rem;
  }
  .typeCenterDotArrow .slickIcon.slickIconPrev {
    left: 0;
  }
  .typeCenterDotArrow .slickIcon.slickIconNext {
    right: 0;
  }
  .spOnlySlide {
    display: block;
    padding: 0 0 0 3.5rem;
  }
  .spOnlySlide .slick-slide {
    width: 30.5rem;
    padding: 0 0.5rem;
    margin: 0;
  }
  .spOnlySlide .slickIcon {
    display: block;
    width: 6rem;
    height: 6rem;
    background-color: rgba(38, 38, 38, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.6rem auto;
    position: absolute;
    z-index: 1;
  }
  .spOnlySlide .slickIcon.slickIconPrev {
    background-image: url(../img/arrow_left_white.svg);
    left: 0;
  }
  .spOnlySlide .slickIcon.slickIconNext {
    background-image: url(../img/arrow_right_white.svg);
    right: 0;
  }
  .spOnlySlide .slickIcon.slick-disabled {
    display: none !important;
  }
  .simpleCardList.cell02 .simpleCardList__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .simpleCardList.cell02 .simpleCardList__photo {
    margin-bottom: 1.5rem;
  }
  .simpleCardList:not(.cell02) {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .simpleCardList:not(.cell02) .simpleCardList__item {
    width: calc((100% - 0.9rem) / 2);
    margin-bottom: 1.5rem;
  }
  .simpleCardList:not(.cell02) .simpleCardList__photo {
    margin-bottom: 1rem;
  }
  .simpleCardList__photo {
    aspect-ratio: 4/3;
  }
  .simpleCardList__details {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .simpleCardList.type--category .simpleCardList__item {
    width: calc((100% - 3.6rem) / 3);
    margin-bottom: 2.5rem;
  }
  .simpleCardList.type--category .simpleCardList__item:not(:nth-child(3n)) {
    margin-right: 1.8rem;
  }
  .simpleCardList.type--category .simpleCardList__details {
    font-size: 1.5rem;
  }
  .simpleCardList.type--hoverUp .simpleCardList__item {
    margin-bottom: 1.8rem;
  }
  .simpleCardList.type--hoverUp .simpleCardList__photo {
    margin-bottom: 1.2rem;
  }
  .simpleCardList.type--hoverUp .simpleCardList__details {
    display: block;
    min-height: auto;
  }
  .itemList.type--list:not(.spOnlySlide) {
    justify-content: space-between;
  }
  .itemList.type--list:not(.spOnlySlide) .itemList__item {
    width: calc((100% - 0.9rem) / 2);
    margin-bottom: 3rem;
  }
  .itemList.type--list:not(.spOnlySlide) .itemList__photo {
    margin-bottom: 1.2rem;
  }
  .itemList.type--slide .itemList__item:not(:last-child) {
    padding: 0 0.5rem;
  }
  .itemList.type--slide .slickIcon {
    transform: translateY(-250%);
  }
  .itemList.type--slide .slickIcon.slickIconPrev {
    left: -2rem;
  }
  .itemList.type--slide .slickIcon.slickIconNext {
    right: -2rem;
  }
  .itemList.slideFull {
    padding-left: 3.5rem;
  }
  .itemList.slideFull .slideDots {
    padding-right: 3.5rem;
    margin-top: 3rem;
  }
  .itemList.slideFull .slickIcon {
    display: block;
    width: 6rem;
    height: 6rem;
    background-color: rgba(38, 38, 38, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.6rem auto;
    position: absolute;
    z-index: 1;
    top: 8rem;
  }
  .itemList.slideFull .slickIcon.slickIconPrev {
    background-image: url(../img/arrow_left_white.svg);
    left: 0;
  }
  .itemList.slideFull .slickIcon.slickIconNext {
    background-image: url(../img/arrow_right_white.svg);
    right: 0;
  }
  .itemList.slideFull .slickIcon.slick-disabled {
    display: none !important;
  }
  .itemList.slideFull .slick-track > li {
    width: 30.5rem;
    padding: 0 0.5rem;
  }
  .itemList.type--list .itemList__photo .favorite, .itemList.type--slide .itemList__photo .favorite, .itemList.slideFull .itemList__photo .favorite {
    width: 1.7rem;
    height: 1.5rem;
    background-size: 100% auto;
    top: 1rem;
    right: 1rem;
  }
  .itemList.type--list .itemList__details .price, .itemList.type--slide .itemList__details .price, .itemList.slideFull .itemList__details .price {
    margin: 0.5rem 0 0.8rem;
  }
  .itemList.type--list .itemList__details .news--day, .itemList.type--slide .itemList__details .news--day, .itemList.slideFull .itemList__details .news--day {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .itemList.type--list .itemList__details .news--text, .itemList.type--slide .itemList__details .news--text, .itemList.slideFull .itemList__details .news--text {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .itemList.type--list .itemList__details .news--subText, .itemList.type--slide .itemList__details .news--subText, .itemList.slideFull .itemList__details .news--subText {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
  .itemList.type--list .news--category, .itemList.type--slide .news--category, .itemList.slideFull .news--category {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .itemList.type--rank .slickIcon {
    top: 11.7rem;
  }
  .tabBox__choice {
    margin: 0 0 1rem 3.5rem;
    padding-right: 0;
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    scrollbar-base-color: #F7F7F7;
    scrollbar-face-color: #CCCCCC;
    scrollbar-track-color: #F7F7F7;
    scrollbar-color: #CCCCCC #F7F7F7;
    scrollbar-width: thin;
  }
  .tabBox__choice::-webkit-scrollbar {
    height: 0.6rem;
    background: #F7F7F7;
    border-radius: 5px;
  }
  .tabBox__choice::-webkit-scrollbar:horizontal {
    width: 100%;
  }
  .tabBox__choice::-webkit-scrollbar-button {
    height: 0.6rem;
    width: 1.7rem;
    display: none;
  }
  .tabBox__choice::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 5px;
  }
  .tabBox__choice::-webkit-scrollbar-corner {
    display: none;
  }
  .tabBox__choice li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none;
  }
  .tabBox__choice li:not(:last-child) {
    margin-right: 1.2rem;
  }
  .tabBox__content .bottomBtn {
    display: none;
  }
  .simpleNewsList__body {
    display: block;
    min-height: auto;
    padding: 2rem 0 1.6rem;
  }
  .simpleNewsList__data {
    width: 100%;
    margin-bottom: 0.7rem;
    padding-right: 0;
  }
  .simpleNewsList .day + .category {
    margin-left: 1rem;
  }
  .simpleNewsList .category {
    line-height: 1;
  }
  .simpleNewsList .title {
    width: 100%;
  }
  .simpleNewsList .store {
    position: static;
    transform: none;
    line-height: 1;
  }
  .hoverList__item:last-child .hoverList__body {
    border-bottom: 1px solid #CCCCCC;
  }
  .hoverList__body {
    border-top: 1px solid #CCCCCC;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
  }
  .hoverList__photo {
    width: 9rem;
    aspect-ratio: 90/90;
  }
  .hoverList__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hoverList__details {
    width: calc(100% - 9rem);
    padding-left: 1.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .hoverList__details p {
    min-height: 0%;
  }
  .hoverList .textBox {
    margin-bottom: 0.6rem;
  }
  .hoverList .nameEn {
    display: none;
  }
  .hoverList .namejp {
    font-family: "A+mfCv-AXISラウンド 50 コンデンス L", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit !important;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .hoverList .tel {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin-bottom: 0.7rem;
  }
  .hoverList .time {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.015em;
    font-weight: 500;
  }
  .hoverList .time span {
    display: inline-block;
  }
  .hoverList .time span:first-child {
    margin-right: 1rem;
  }
  .flexStyle {
    display: block;
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .flexStyle__conSub {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 6rem;
  }
  .flexStyle__title {
    font-size: 2rem;
  }
  .flexStyle__conMain {
    width: 100%;
    padding-bottom: 6rem;
  }
  .pnkz,
  .fs-c-breadcrumb {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 1.2rem;
    margin-bottom: 3rem;
  }
  .pnkz ul, .pnkz ol,
  .fs-c-breadcrumb ul,
  .fs-c-breadcrumb ol {
    font-size: 1.2rem;
  }
  .pnkz ul li:not(:first-child)::before, .pnkz ol li:not(:first-child)::before,
  .fs-c-breadcrumb ul li:not(:first-child)::before,
  .fs-c-breadcrumb ol li:not(:first-child)::before {
    margin: 0 0.6rem;
  }
  .headTitle__num {
    padding-top: 0.8rem;
  }
  .pageing {
    margin-top: 2rem;
    padding: 4rem 0 6rem;
  }
  .fs-c-pagination {
    margin: 1rem 0 0;
    padding: 0;
  }
  .fs-c-pagination__item--prev {
    margin-right: 0;
  }
  .fs-c-pagination__item--next {
    margin-left: 0;
  }
  .cardBannerList__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cardBannerList__photo {
    width: 41%;
  }
  .cardBannerList__details {
    width: 59%;
  }
  .cSearchBox__title--mypage {
    margin-bottom: 0.7rem;
  }
  .cSearchBox__moreBtn {
    margin: 0 auto 1rem;
    max-width: none;
    min-height: 4rem;
    padding-left: 2rem;
  }
  .cSearchBox__title--category {
    border: 1px solid #CCCCCC;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 4rem;
    width: 100%;
    background: url(../img/arrowShort_bottom_black.svg) no-repeat right 1.5rem center;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .cSearchBox__title--category.open {
    border-bottom: none;
    background-image: url(../img/arrowShort_top_black.svg);
  }
  .cSearchBox__title--category:not(.menuAcdTrigger) {
    background: none;
    padding: 0;
  }
  .cSearchBox__title--category:not(.menuAcdTrigger) a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    background-size: 0.7rem auto;
    background-position: right 1.7rem center;
  }
  .cSearchBox__list {
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 1.5rem 1.5rem 2.5rem 2rem;
    display: none;
  }
  .cSearchBox__bannerList {
    margin-top: 2rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cSearchBox__bannerList li {
    width: calc((100% - 1rem) / 2);
  }
  .cSearchBox__bannerList li a .photo {
    width: 5.4rem;
  }
  .cSearchBox__bannerList li a p {
    text-align: left;
    align-items: flex-start;
    width: calc(100% - 5.4rem);
    padding: 0 1rem;
    line-height: 1.2;
  }
  .cSearchBox__bannerList li a p span {
    margin: 0.2rem 0 0;
    font-size: 1.1rem;
  }
  .cSearchBox .type--colorBtn {
    max-width: none;
  }
  .productSearch__btn {
    right: 20px;
    bottom: 20px;
  }
  .productSearch__btn button {
    width: 50px;
    height: 50px;
  }
  .productSearch__btn button img {
    width: 20px;
  }
  .productSearch__btn p {
    font-size: 8px;
    margin-top: 6px;
  }
  .productSearch__btn.faq__btn span {
    width: 50px;
    height: 50px;
  }
  .productSearch__btn.faq__btn img {
    width: 23px;
  }
  .productSearch__main {
    max-height: calc(100vh - 8rem);
    height: calc(var(--vh, 1vh) * 100 - 8rem);
    height: 100%;
    padding: 3rem 2rem 10rem;
  }
  .productSearch__inner {
    max-height: calc(100vh - 23rem);
    max-height: calc(var(--vh, 1vh) * 100 - 23rem);
    padding-bottom: 2rem;
  }
  .productSearch .searchFlex {
    display: block;
  }
  .productSearch .searchFlex .searchSingle {
    width: 100%;
  }
  .productSearch .searchFlex .searchSingle:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .productSearch__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 12rem;
    text-align: center;
  }
  .productSearch__submit .reset {
    position: static;
    transform: none;
    margin-top: 1.5rem;
  }
  #cardlayout-wrap {
    display: block;
  }
  #cardlayout-wrap .card-list {
    width: 100%;
  }
  #cardlayout-wrap .card-link .card-text-tax.towelGift {
    padding-right: 11rem;
  }
  #cardlayout-wrap .card-link .card-text-tax.towelGift img {
    right: 0.5rem;
  }
  .fs-c-button--login,
  .fs-c-button--memberRegister,
  .fs-c-button--guestPurchase,
  .fs-c-button--change,
  .fs-c-button--secondary {
    max-width: none;
  }
  .fs-c-button--register,
  .fs-c-button--send {
    max-width: none;
  }
  .fs-c-productActionButton button {
    max-width: none;
  }
  .formStepListBox {
    display: block;
  }
  .formStepListBox .formStepList {
    justify-content: space-between;
  }
  .formStepListBox .formStepList::before {
    top: 1.8rem;
  }
  .formStepListBox .formStepList li {
    max-width: 10rem;
  }
  .formStepListBox .formStepList li:not(:last-child) {
    margin-right: 2rem;
  }
  .formStepListBox .formStepList li .num {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
  }
  .formStepListBox .formStepList li p {
    font-size: 1.4rem;
  }
  .fs-c-inputInformation__message li {
    text-align: left;
  }
  .stepPhotoBox {
    counter-reset: stepPhotoBoxNum;
  }
  .stepPhotoBox__item {
    padding-left: calc(25% + 2rem);
    min-height: 9rem;
  }
  .stepPhotoBox .title {
    padding: 0.6rem 0 0 4rem;
    min-height: 3rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .stepPhotoBox .title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }
  .stepPhotoBox__photo {
    width: 25%;
  }
  .categorySelect {
    display: block;
  }
  .categorySelect__single {
    display: block;
  }
  .categorySelect__single:not(:last-child) {
    margin-bottom: 1.3rem;
  }
  .categorySelect__title::after {
    content: none;
  }
  .categorySelect__list {
    font-size: 1.2rem;
  }
  .categorySelect__list li {
    margin-bottom: 0.4rem;
  }
  .categorySelect__list li a {
    padding-bottom: 0.4rem;
  }
  .categorySelect__list li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .categorySelect .selectBox {
    margin-top: 0.5rem;
    width: 100%;
  }
  .categorySelect .selectBox::after {
    right: 2rem;
  }
  .categorySelect .selectBox select {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.025em;
    font-weight: 500;
    padding: 0.9rem 1.6rem;
  }
  .fs-p-accountInfo {
    display: block !important;
    padding: 2.5rem 2rem 2rem;
  }
  .fs-p-accountInfo__header {
    margin-right: 0;
  }
  .fs-p-accountInfo__accountName {
    text-align: center;
    white-space: normal;
  }
  .fs-p-accountInfo__body {
    display: block;
    margin-bottom: 0;
  }
  .fs-p-accountInfo__point {
    margin-right: 0;
  }
  .fs-p-accountInfo__point__point {
    text-align: left;
    width: 100%;
    margin: 0.8rem 0 0.5rem;
  }
  .fs-c-accountService__page {
    width: 50%;
  }
  .fs-c-accountService__pageLink {
    height: 7.8rem;
  }
  .fs-c-accountService__pageLink__label span {
    padding-bottom: 1rem;
  }
  .fs-c-accountService--asideLink {
    margin: 0 0 5rem;
  }
  .fs-c-addressBookList__addButton a {
    margin: 0 auto;
  }
  .fs-c-addressBookList__count {
    margin: 4rem 0 3rem;
  }
  .fs-c-addressBookList__list tr:first-child td:nth-child(1)::before {
    content: none;
  }
  .fs-c-addressBookList__list tr:first-child td:nth-child(2)::before {
    content: none;
  }
  .fs-c-addressBookList__list td {
    padding: 1rem;
  }
  .fs-c-addressBookList__list td:first-child {
    white-space: normal;
    min-width: 9.5rem;
  }
  .fs-c-addressBookList__list td:last-child {
    width: 8.5rem;
  }
  .type--orders .fs-c-history__info {
    padding: 2rem 2rem 1.5rem;
    display: block;
    position: relative;
    margin-bottom: 3rem;
  }
  .type--orders .fs-c-history__termCtrl {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
  .type--orders .fs-c-history__infoSummary {
    width: 100%;
    text-align: left;
  }
  .type--orders .fs-c-history__term {
    padding: 0.5rem 0 0 15rem;
    line-height: 1.2;
    min-height: 4rem;
    margin: 0 0 1rem;
  }
  .type--orders .fs-c-history .fs-c-pairList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .type--orders .fs-c-history .fs-c-pairList dt {
    width: 10rem;
  }
  .type--orders .fs-c-history .fs-c-pairList dd {
    width: calc(100% - 10rem);
  }
  .type--orders .fs-c-history .fs-c-pairList dd:not(:last-child) {
    margin: 0;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistory {
    margin: 1rem 0;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header {
    display: block;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo {
    display: block;
    width: 100%;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__orderInfo__info {
    margin-right: 0;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button {
    width: 100%;
    margin-top: 2rem;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__header__button a {
    padding-right: 1.5rem;
    min-height: 4rem;
    margin: 0 auto;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__product {
    padding-left: 10.5rem;
    min-height: 9rem;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__productImage {
    width: 9rem;
  }
  .type--orders .fs-c-history__listContainer .fs-c-orderHistoryItem__button {
    margin-top: 1rem;
  }
  .type--points .fs-c-history__info {
    padding: 2rem 2rem 1.5rem;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt {
    width: 50%;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt::after {
    content: "：";
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt.fs-c-pointSummary__label--availablePoint {
    background-color: #fff;
    position: relative;
    text-align: left;
    padding: 1.7rem 0 0 2rem;
    width: 60%;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dt.fs-c-pointSummary__label--limitedPoint {
    background-color: #fff;
    width: 70%;
    text-align: left;
    font-weight: 500;
    padding: 0.5rem 0 1.5rem 2rem;
    margin-bottom: 1rem;
    width: 60%;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd {
    width: 50%;
    text-align: right;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--availablePoint {
    background-color: #fff;
    padding: 1.7rem 2rem 0 0;
    color: #aca279;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 700;
    width: 40%;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--availablePoint span {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .type--points .fs-c-history__infoSummary .fs-c-pointSummary dd.fs-c-pointSummary__value--limitedPoint {
    background-color: #fff;
    width: 40%;
    text-align: right;
    font-weight: 500;
    padding: 0.5rem 2.3rem 1.5rem 0;
    margin-bottom: 1rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable {
    width: 100%;
    margin: 1rem 0;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable thead {
    display: none;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody tr, .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td {
    display: block;
    width: 100%;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody tr {
    border: 1px solid #ccc;
    padding-bottom: 1rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody tr:not(:last-child) {
    margin-bottom: 2rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td {
    padding: 1rem 1rem 0rem 14rem;
    position: relative;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td::before {
    content: attr(aria-label);
    font-weight: 700;
    position: absolute;
    top: 1rem;
    left: 1.3rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td:nth-child(4)::before {
    top: 1.5rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td:nth-child(4) .fs-c-pointListTable__data {
    font-size: 1.8rem;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td dl * {
    display: inline-block;
  }
  .type--points .fs-c-history__listContainer .fs-c-pointListTable tbody td dl dt::after {
    content: ":";
    margin-left: 0.5rem;
  }
  .fs-c-productList__controller:not(:first-child) {
    margin-top: 4rem;
  }
  .fs-c-listControl {
    margin: 4rem 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .type--reviews .fs-c-history .fs-c-reviewList {
    margin: 1rem 0;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item {
    padding: 13rem 2rem 2rem 2rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__image {
    width: 9rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__product .fs-c-reviewProduct__info {
    padding: 0;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__info {
    position: absolute;
    right: 2rem;
    top: 2.8rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__info > * {
    margin-bottom: 0.5rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewRating {
    position: static;
    text-align: right;
  }
  .type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__date {
    position: static;
  }
  .type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__status {
    position: static;
  }
  .type--reviews .fs-c-history .fs-c-reviewList .fs-c-reviewInfo__status .fs-c-reviewStatus {
    font-size: 1.2rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__body {
    margin: 1.3rem 0 3rem;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__editButton {
    justify-content: center;
  }
  .type--reviews .fs-c-history .fs-c-reviewList__item__editButton a {
    width: 23.5rem;
  }
  .fs-c-productListItem__imageContainer {
    margin-bottom: 1.2rem;
  }
  .fs-c-productListItem__prices {
    margin: 1rem 0;
  }
  .fr2-listItem__productPrice {
    margin: 1rem 0;
  }
  .fs-c-productListItem__control {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .fs-c-productListItem__control .fs-c-button--image {
    top: 1rem;
    right: 1rem;
  }
  .fs-c-productListItem__control .fs-c-button--image .fs-c-button__image {
    width: 1.7rem;
    height: 1.5rem;
  }
  .snsBox {
    padding: 2.6rem 0 3rem;
    display: block;
  }
  .snsBox__title {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: 700;
    margin-bottom: 1.4rem;
  }
  .snsBox__list {
    justify-content: center;
  }
  .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt {
    float: none;
    margin-bottom: 0.5rem;
  }
  .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dd {
    float: none;
    margin-bottom: 1.5rem;
  }
  .fs-c-orderDetail .fs-c-orderPerAddressee__orderDeliveryInfo {
    width: 100%;
  }
  .fs-c-orderDetail .fs-c-cartTable {
    width: 100%;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody {
    border: none;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody tr {
    margin: 0;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody tr:not(:last-child) {
    margin-bottom: 2rem;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td {
    border-left: 1px solid #ccc;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productImage {
    width: 11rem;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
    padding-bottom: 0;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--quantity {
    text-align: left;
    width: 100%;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--subtotal {
    width: 100%;
    text-align: left;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
    display: inline;
  }
  .fs-c-orderDetail .fs-c-cartTable tbody td.fs-c-cartTable__dataCell--review {
    position: static;
    width: 100%;
    padding: 1.5rem 0 0rem;
    text-align: right;
  }
  .fs-c-orderDetail__orderInfo .fs-c-heading {
    margin-bottom: 2.5rem;
  }
  .fs-c-orderDetailInfo__orderTotal {
    width: 100%;
  }
  .fs-c-variationList__item {
    padding-left: 7.5rem;
  }
  .fs-c-variationList__item__title {
    max-width: 9rem;
  }
  .fs-c-variationList__item__body {
    min-width: 15rem;
  }
  .fs-c-variationList__item__cart li {
    width: 16rem;
  }
  .fs-c-variationList .fs-c-variationCart__wishlist {
    right: -0.5rem;
  }
  .fs-c-variationList .fs-c-variationCart__wishlist button {
    vertical-align: middle;
  }
  .fs-c-variationList .fs-c-variationCart__cartButton {
    margin-right: 1rem;
  }
  .fs-c-variationList .fs-c-variationCart__cartButton button {
    width: 12rem;
    padding: 0;
  }
  .fs-c-productReview .fs-c-reviewList__item {
    padding: 1.7rem 2rem 2rem;
  }
  .categoryHeadBox {
    padding: 0;
  }
  .categoryHeadBox__title {
    font-size: 2rem;
  }
  .categoryHeadBox__banner ul:not(:last-child) {
    margin-bottom: 2rem;
  }
  .categoryHeadBox__banner .type--photo li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .categoryHeadBox__banner .type--banner {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .categoryHeadBox__banner .type--banner li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 1rem;
  }
  .categoryHeadBox__banner .type--banner li:not(:nth-child(2n)) {
    margin-right: 1rem;
  }
  .categoryHeadBox__banner .type--banner li.two {
    width: 100%;
  }
  .categoryHeadBox__banner .type--banner li.two:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .categoryHeadBox__question {
    font-size: 1.4rem;
  }
  .formArea {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 5.5rem;
  }
  .formArea__step {
    margin-bottom: 3.6rem;
  }
  .formArea__step li {
    font-size: 1.4rem;
  }
  .formArea__step li span {
    display: none;
  }
  .formArea__step li:not(:last-child) {
    margin-right: 2rem;
  }
  .formArea__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 700;
    margin-bottom: 3.5rem;
  }
  .formArea__read {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
    margin-bottom: 7rem;
  }
  .formArea__single dt {
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .formArea__single dd {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .formArea__single.boxStyle {
    padding: 1.5rem 1.7rem 1rem;
  }
  .formArea__single.boxStyle dt {
    font-size: 1.4rem;
  }
  .formArea__single.boxStyle .boxStyle__flex {
    display: block;
  }
  .formArea__single.boxStyle .boxStyle__text {
    display: block;
    width: 100%;
  }
  .formArea__single.boxStyle .boxStyle__text p:not(:last-child) {
    margin-right: 0;
  }
  .formArea__single.boxStyle .boxStyle__select {
    text-align: right;
  }
  .formArea__privacy {
    padding: 1.5rem 2rem;
    margin-top: 5.5rem;
  }
  .formArea__privacy dt {
    margin-bottom: 0.7rem;
  }
  .formArea__privacy .privacyRead {
    margin-bottom: 0.8rem;
  }
  .formArea__privacy .checkbox .mwform-checkbox-field .mwform-checkbox-field-text {
    letter-spacing: -0.025em;
  }
  .formArea__btn {
    margin-top: 4.3rem;
  }
  .formArea__btn button.submit {
    max-width: 29.5rem;
  }
  .formArea__btn button.return {
    margin-top: 1.3rem;
  }
  .formArea__attention {
    margin-top: 4rem;
  }
  .formArea__attention .textBox {
    padding: 1.5rem 2rem;
    height: 25.3rem;
  }
  .formArea__attention p.title {
    margin-bottom: 0.7rem;
  }
  .formArea__categoryTitle {
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
    padding-bottom: 0.5rem;
  }
  .formArea__categoryTitle:not(:first-of-type) {
    margin-top: 6rem;
  }
  .formArea__categoryTitle + p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
    margin-bottom: 2.5rem;
  }
  .formArea__endText {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .formArea__endBtn {
    margin-top: 5.2rem;
  }
  form input,
  form textarea,
  form select {
    padding: 1rem 1.6rem 0.7rem !important;
  }
  form .checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  form .checkbox .mwform-checkbox-field {
    width: 50%;
  }
  form .checkbox.cardType .mwform-checkbox-field {
    width: 100%;
  }
  form .priceBox input {
    max-width: none;
    padding: 1rem 1.6rem 0.7rem;
  }
  form textarea {
    height: 11rem;
  }
  form textarea + .inputAttention:not(.noMargin) {
    margin-top: 3rem;
  }
  form .returnsName--name {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  form .returnsName--input01 {
    width: calc(100% - 6.2rem);
    margin-bottom: 1rem;
  }
  form .returnsName .selectBox {
    margin: 0 1rem 0 0;
    padding-left: 6.2rem;
  }
  form .returnsName--point {
    margin-right: 3rem;
  }
  .inputArea .fs-c-inputField__field .fs-c-inputTextGroup__item {
    max-width: calc((100% - 2rem) / 2);
  }
  .inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__year,
  .inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__month,
  .inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__date {
    width: 100%;
    max-width: calc((100% - 8.8rem) / 2);
    margin: 0 4.4rem 0 0;
  }
  .inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__year {
    max-width: calc(100% - 4.4rem);
    margin-bottom: 1rem;
  }
  .inputArea .fs-system-assistTarget.fs-c-dropdownGroup .fs-c-inputDate__month {
    margin-bottom: 1rem;
  }
  .mw_wp_form_confirm .formArea__single {
    padding-bottom: 1.7rem;
  }
  .mw_wp_form_confirm .formArea__single:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .mw_wp_form_confirm .formArea__single dt {
    margin-bottom: 0.6rem;
  }
  .mw_wp_form_confirm .formArea__privacy dt {
    margin-bottom: 0.6rem;
  }
  .mw_wp_form_confirm .formArea__btn {
    margin-top: 7rem;
  }
  .mw_wp_form_confirm .formArea__categoryTitle {
    margin-bottom: 3.8rem;
  }
  .mw_wp_form_confirm .returnsName--name {
    margin-bottom: 0;
  }
  .mw_wp_form_confirm .returnsName--input01 {
    margin-bottom: 0;
  }
  .mw_wp_form_confirm .returnsName .selectBox {
    margin: 0;
    padding-left: 2rem;
  }
  .mw_wp_form_confirm .returnsName--point {
    margin-right: 2rem;
  }
  .ecTopPage__mvArea {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 2rem;
    margin-bottom: 2.7rem;
  }
  .ecTopPage__mvArea .mvSlide li a .textArea {
    padding: 0 0 1.5rem 1.5rem;
  }
  .ecTopPage__mvArea .mvSlide li a .textArea .title {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
  .ecTopPage__mvArea .mvSlide li a .textArea .btn {
    width: 14rem;
    min-height: 3.6rem;
    padding: 0 1rem 0 0;
    margin-top: 1.7rem;
  }
  .ecTopPage__single:not(.single01) h2 {
    margin-bottom: 3rem;
  }
  .ecTopPage .single01 {
    padding-bottom: 4rem;
  }
  .ecTopPage .single01__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecTopPage .single01 h2 {
    font-size: 2rem;
  }
  .ecTopPage .single01 .textBox {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 4rem;
  }
  .ecTopPage .single01 .textBox p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ecTopPage .single01 .textBox p:last-child {
    margin-top: 3.5rem;
  }
  .ecTopPage .single01 .cell02 {
    margin-bottom: 3rem;
  }
  .ecTopPage .single02__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 3.7rem;
    padding-bottom: 1.5rem;
  }
  .ecTopPage .single02 h2 {
    margin-bottom: 2rem;
  }
  .ecTopPage .single03__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ecTopPage .single03 .bottomBtn {
    margin-top: 1rem;
  }
  .ecTopPage .single04__inner {
    padding: 6rem 0;
  }
  .ecTopPage .single05__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecTopPage .single06__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ecTopPage .single06 h2 {
    margin-bottom: 3rem;
  }
  .ecTopPage .single06 .bottomBtn {
    margin-top: 3rem;
  }
  .ecTopPage .single07 {
    margin-bottom: 5rem;
  }
  .ecTopPage .single07__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecTopPage .single07 .simpleCardList:not(.cell02) .simpleCardList__photo {
    margin-bottom: 0;
  }
  .ecTopPage .single07 .simpleCardList__item {
    width: 100%;
  }
  .ecTopPage .single07 .simpleCardList__details {
    padding: 2rem;
    font-size: 1.6rem;
  }
  .ecCSearchPage .flexStyle__conMain {
    padding-bottom: 0;
  }
  .ecCSearchPage .flexStyle__conMain .orderList {
    margin-bottom: 3rem;
  }
  .ecCSearchPage__single.single01 .single01__inner {
    padding: 3rem 0 0;
  }
  .ecCSearchPage__single.single01 h2 {
    margin-bottom: 3rem;
  }
  .ecCSearchPage__single.single02 .single02__inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
  .ecCSearchPage__single.single02 .cardBannerList {
    margin: 1rem 0;
  }
  .ecCSearchPage__single.single02 .cardBannerList:first-of-type {
    margin-top: 2rem;
  }
  .ecCPage .cBoxHead {
    margin-bottom: 6rem;
  }
  .ecCPage .cBoxHead__photo {
    margin: 1rem auto 3rem;
  }
  .ecCPage .cBoxAbout {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 6rem;
  }
  .ecCPage .cBoxMain {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 6rem;
  }
  .ecCPage .cBoxMain__inner {
    padding-right: 0;
  }
  .ecCPage .cBoxMain__leftTop {
    margin-bottom: 6rem;
  }
  .ecCPage .cBoxMain__right {
    width: 100%;
    position: static;
    height: auto;
  }
  .ecCPage .cBoxMain__rightInner {
    position: static;
  }
  .ecCPage .cBoxMain__rightInner .fs-c-productNameHeading {
    font-size: 2rem;
  }
  .ecCPage .cBoxMain__rightInner .btnLink {
    display: block;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li {
    border: 1px solid #CCCCCC;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li.wrapping {
    width: 100%;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li.wrapping a {
    background-position: left 1.7rem center;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li.insertName {
    width: 100%;
  }
  .ecCPage .cBoxMain__rightInner .btnLink li a {
    padding: 0.5rem 0 0.3rem 4.5rem;
  }
  .ecCPage .cBoxMain .type--textBox p {
    line-height: 1.4;
    margin-top: 1rem;
  }
  .ecCPage__single .inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecCPage__single h2 {
    margin-bottom: 3rem;
    padding: 0;
  }
  .ecCPage .single01 .inner {
    padding-top: 6rem;
  }
  .ecCPage .single02 .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ecPLoginPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecPLoginPage__flex {
    display: block;
  }
  .ecPLoginPage__flexCell {
    width: 100%;
    padding: 4rem 2rem;
  }
  .ecPLoginPage__flexCell:not(:last-child) {
    margin-bottom: 4rem;
  }
  .ecPLoginPage__benefits {
    padding-bottom: 9rem;
  }
  .ecPForgotPasswordPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 7rem;
  }
  .ecPForgotPasswordPage__resetting {
    padding: 4rem 2rem;
    margin-bottom: 7.5rem;
  }
  .ecPForgotPasswordPage .endBox {
    margin: 0 0 7.5rem;
  }
  .ecPForgotPasswordPage .endBox .title {
    font-size: 2rem;
  }
  .ecPForgotPasswordPage .endBox .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ecPForgotPasswordPage .endBox .textBox p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ecPForgotPasswordPage .endBoxBtn a {
    margin-top: 4rem;
  }
  .ecPRegisterPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 7rem;
  }
  .ecPRegisterPage .headTitle {
    margin-bottom: 4rem;
  }
  .ecPRegisterPage .registerBox {
    padding: 4rem 2rem;
  }
  .ecPRegisterPage .registerBox .fs-c-reveiwNotes {
    margin-bottom: 0;
  }
  .ecPRegisterPage .registerBox__title {
    font-size: 2rem;
  }
  .ecPRegisterPage .registerBox__read {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 0;
  }
  .ecPRegisterPage .endBox .title {
    font-size: 2rem;
  }
  .ecPRegisterPage .endBox .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ecPRegisterPage .endBox .textBox p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ecPRegisterPage .endBox .btn a {
    margin-top: 4rem;
  }
  .ecMyTopPage__main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ecMyTopPage__inner {
    padding-left: 0;
    padding-bottom: 3rem;
  }
  .ecMyTopPage .headTitle {
    margin-bottom: 4rem;
  }
  .ecMyTopPage .cSearchBox {
    position: static;
    width: 100%;
  }
  .ecMyTopPage .fs-p-accountInfo {
    margin-bottom: 6rem;
  }
  .ecMyTopPage__single h2 {
    margin-bottom: 2rem;
    text-align: left;
  }
  .ecMyTopPage .single01 {
    margin-bottom: 2rem;
  }
  .ecMyTopPage .single01 h2 {
    margin-bottom: 2rem;
  }
  .ecMyTopPage .single02 {
    padding-top: 6rem;
  }
  .ecMyTopPage .single02 .bottomBtn {
    justify-content: center;
    margin-top: 1rem;
  }
  .ecMyTopPage .single02 .fs-c-wishlistProduct__footer {
    margin: 1rem 0 0;
  }
  .ecMyTopPage .single03 {
    padding-top: 6rem;
  }
  .ecMyStoreOrdersPage {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
  }
  .ecMyStoreOrdersPage .fs-c-buttonContainer--moveToOrderHistory .fs-c-button--plain {
    font-size: 1.6rem;
  }
  .ecAddressbookNewPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecAddressbookNewPage .addressbookNew__read {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 0;
  }
  .ecAddressbookPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecMyOrdersPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecMyOrdersPage__title {
    margin-bottom: 1.7rem;
  }
  .ecMyOrdersPage__read {
    margin-bottom: 7rem;
  }
  .ecMyCardAuthPage {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
  }
  .ecMyCardAuthPage.contentWrap {
    padding-top: 10rem;
  }
  .ecMyPointsPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecMyReviewsPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecPResetPasswordPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 7rem;
  }
  .ecPResetPasswordPage__resetting {
    padding: 4rem 2rem;
  }
  .ecPResetPasswordPage .endBox {
    margin: 0 0 4rem;
  }
  .ecPResetPasswordPage .endBox + .ecPResetPasswordPage__resetting {
    padding-top: 2.5rem;
  }
  .ecPResetPasswordPage .endBox .title {
    font-size: 2rem;
  }
  .ecPResetPasswordPage .endBox .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ecPResetPasswordPage .endBox .textBox p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ecPResetPasswordPage .endBoxBtn a {
    margin-top: 4rem;
  }
  .ecMyAccountPasswordPage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecMyAccountPasswordPage__resetting {
    padding: 4rem 2rem;
    margin-bottom: 6rem;
  }
  .ecMyAccountPasswordPage .endBox .title {
    font-size: 2rem;
  }
  .ecMyAccountPasswordPage .endBox .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ecMyAccountPasswordPage .endBox .textBox p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ecMyAccountPasswordPage .endBox .btn a {
    margin-top: 4rem;
  }
  .ecMyAccountSettingsPage .flexStyle__conMain,
  .ecMyAccountDeletePage .flexStyle__conMain {
    padding-bottom: 6rem;
  }
  .ecMyAccountSettingsPage .endBox .title,
  .ecMyAccountDeletePage .endBox .title {
    font-size: 2rem;
  }
  .ecMyAccountSettingsPage .endBox .textBox,
  .ecMyAccountDeletePage .endBox .textBox {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .ecMyAccountSettingsPage .endBox .textBox p:not(:last-child),
  .ecMyAccountDeletePage .endBox .textBox p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ecMyAccountSettingsPage .endBox .btn a,
  .ecMyAccountDeletePage .endBox .btn a {
    margin-top: 4rem;
  }
  .ecMyWishlistPage .flexStyle__conMain {
    padding-bottom: 3rem;
  }
  .ecMyWishlistPage .flexStyle__conMain .headTitle {
    margin-bottom: 2.5rem;
  }
  .ecMyWishlistPage .fs-p-announcement {
    margin-bottom: 7rem;
  }
  .ecMyWishlistPage .fs-c-productList__list {
    justify-content: space-between;
  }
  .ecMyWishlistPage .fs-c-productList__list article {
    width: calc((100% - 0.9rem) / 2);
    margin-bottom: 3rem;
  }
  .ecMyWishlistPage .fs-c-productList__list article:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea {
    background-image: url(../img/page/onlinestoreSpecial_headbgSP.jpg);
    height: 28rem;
    margin-bottom: 6rem;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea .titleBox {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    height: calc(100% - 4.1rem);
    padding-bottom: 3.5rem;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea .titleBox__text {
    font-size: 1.6rem;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea .titleBox__subText {
    font-size: 3.6rem;
    margin-bottom: 0.6rem;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea .fs-c-breadcrumb,
  .ECOnlinestoreSpecialPage .pageHeadArea .pnkz {
    margin-bottom: 0;
  }
  .ECOnlinestoreSpecialPage .pageHeadArea .fs-c-breadcrumb ol,
  .ECOnlinestoreSpecialPage .pageHeadArea .pnkz ol {
    padding: 0;
  }
  .ECOnlinestoreSpecialPage .newsListBox {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 2.3rem;
  }
  .ECOnlinestoreSpecialPage .newsListBox .itemList__item {
    margin-bottom: 4rem;
  }
  .ECOnlinestoreSpecialPage .categorySelect {
    margin-bottom: 6rem;
  }
  .ECOnlinestoreSpecialPage .pageing {
    margin-top: 2rem;
    padding-bottom: 6rem;
  }
  .ECDetailsPage__details {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .ECDetailsPage .detailsHead {
    margin-bottom: 2.5rem;
  }
  .ECDetailsPage .detailsHead .label {
    font-size: 1.6rem;
    padding: 0.7rem 0.9rem 0.5rem;
    margin-right: 1rem;
  }
  .ECDetailsPage .detailsHead h1 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    text-align: justify;
  }
  .ECDetailsPage__aside {
    border-top: none;
  }
  .ECDetailsPage__aside .inner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 5.5rem;
  }
  .ECDetailsPage__aside h2 {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
  .ECDetailsPage__aside .btn {
    margin-top: 1rem;
  }
  .ECDetailsPage__aside .btn a {
    max-width: 29.5rem;
  }
  .ECPCheckoutMultiAddressPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 6rem;
  }
  .ECPCheckoutMultiAddressPage .fs-c-checkout-addressee {
    padding-right: 10rem;
  }
  .ECPCheckoutMultiAddressPage .fs-c-checkout-addressee__control .fs-c-button--edit {
    width: 6rem;
    height: 3rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .ECPCheckoutMultiAddressPage .fs-c-checkout-multiAddress__button {
    margin-top: 3rem;
    justify-content: center;
  }
  .ECPCheckoutMultiAddressPage .fs-c-buttonContainer--next {
    margin-top: 3rem;
  }
  .fs-c-modal .fs-c-modal__inner,
  .fs-c-modal--addressInput .fs-c-modal__inner,
  .fs-c-modal--medium .fs-c-modal__inner {
    max-width: calc(100vw - 4rem);
    padding: 4rem 2rem 2rem;
  }
  .fs-c-modal .fs-c-modal__title,
  .fs-c-modal--addressInput .fs-c-modal__title,
  .fs-c-modal--medium .fs-c-modal__title {
    margin-bottom: 2rem;
  }
  .fs-c-modal .fs-c-modal__contents,
  .fs-c-modal--addressInput .fs-c-modal__contents,
  .fs-c-modal--medium .fs-c-modal__contents {
    padding: 0;
  }
  .fs-c-modal .fs-c-checkout-addressee,
  .fs-c-modal--addressInput .fs-c-checkout-addressee,
  .fs-c-modal--medium .fs-c-checkout-addressee {
    padding-right: 10rem;
  }
  .fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--edit,
  .fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--edit,
  .fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--edit {
    width: 6rem;
    height: 3rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .fs-c-modal .fs-c-checkout-multiAddress__button,
  .fs-c-modal--addressInput .fs-c-checkout-multiAddress__button,
  .fs-c-modal--medium .fs-c-checkout-multiAddress__button {
    margin-top: 3rem;
    justify-content: center;
  }
  .fs-c-modal .fs-c-checkout-addressee,
  .fs-c-modal--addressInput .fs-c-checkout-addressee,
  .fs-c-modal--medium .fs-c-checkout-addressee {
    padding: 1.8rem 2rem;
  }
  .fs-c-modal .fs-c-checkout-addressee__control,
  .fs-c-modal--addressInput .fs-c-checkout-addressee__control,
  .fs-c-modal--medium .fs-c-checkout-addressee__control {
    margin: 0 0 -0.5rem;
    position: static;
    text-align: right;
  }
  .fs-c-modal .fs-c-checkout-addressee__control .fs-c-button--edit,
  .fs-c-modal--addressInput .fs-c-checkout-addressee__control .fs-c-button--edit,
  .fs-c-modal--medium .fs-c-checkout-addressee__control .fs-c-button--edit {
    width: auto;
    height: auto;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .fs-c-modal--checkout-multiDestination-addresseeList .fs-c-modal__contents,
  .fs-c-modal--addressList .fs-c-modal__contents,
  .fs-c-modal--changeShippingAddress .fs-c-modal__contents {
    padding-top: 4rem;
  }
  .fs-c-modal--checkout-buyer .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
    margin-left: 0;
  }
  .fs-c-modal--checkout-buyer .fs-c-inputTable--inModal > tbody > tr {
    padding: 8px 0;
  }
  .ECNotFoundPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 7rem;
  }
  .ECNotFoundPage .notFound__heading {
    margin-bottom: 4rem;
  }
  .ECNotFoundPage .notFound__messageTitle {
    font-size: 2rem;
  }
  .ECNotFoundPage .btn {
    margin-top: 4rem;
  }
  .ECPCheckoutSuccessPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 7rem;
  }
  .ECPCheckoutSuccessPage .headTitle {
    margin-bottom: 4rem;
  }
  .ECPCheckoutSuccessPage .endBox .title {
    font-size: 2rem;
  }
  .ECPCheckoutSuccessPage .endBox .title--sub {
    font-size: 1.6rem;
    margin: 4rem 0 1rem;
  }
  .ECPCheckoutSuccessPage .endBox .endBtn {
    margin-top: 4rem;
  }
  .articleParts p + h3 {
    margin-top: 4rem !important;
  }
  .articleParts h2 {
    font-size: 2rem !important;
    padding-bottom: 2.2rem !important;
    margin-bottom: 2rem !important;
  }
  .articleParts h2 .copy {
    font-size: 1.4rem;
  }
  .articleParts h3 {
    margin: 2rem 0 !important;
  }
  .articleParts h4 {
    margin: 2rem 0 1rem !important;
  }
  .articleParts a.moreLink {
    max-width: 16rem;
  }
  .articleParts .col-odd:not(:last-child),
  .articleParts .christmas_wrapping_wrap:not(:last-child) {
    margin-bottom: 2rem;
  }
  .articleParts .col-odd__txt2,
  .articleParts .col-odd .christmas_wrapping_content,
  .articleParts .christmas_wrapping_wrap__txt2,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content {
    padding: 0;
    margin: 1.5rem 0 0;
  }
  .articleParts .col-odd__txt2 h3,
  .articleParts .col-odd__txt2 .christmas_wrapping_title,
  .articleParts .col-odd .christmas_wrapping_content h3,
  .articleParts .col-odd .christmas_wrapping_content .christmas_wrapping_title,
  .articleParts .christmas_wrapping_wrap__txt2 h3,
  .articleParts .christmas_wrapping_wrap__txt2 .christmas_wrapping_title,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content h3,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .christmas_wrapping_title {
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    margin: 0 0 0.5rem !important;
    color: #262626 !important;
  }
  .articleParts .col-odd__txt2 h3 p,
  .articleParts .col-odd__txt2 .christmas_wrapping_title p,
  .articleParts .col-odd .christmas_wrapping_content h3 p,
  .articleParts .col-odd .christmas_wrapping_content .christmas_wrapping_title p,
  .articleParts .christmas_wrapping_wrap__txt2 h3 p,
  .articleParts .christmas_wrapping_wrap__txt2 .christmas_wrapping_title p,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content h3 p,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .christmas_wrapping_title p {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    font-size: 1.5rem !important;
    color: #959595;
    letter-spacing: 0.025em !important;
    font-weight: 400 !important;
  }
  .articleParts .col-odd__txt2 a,
  .articleParts .col-odd .christmas_wrapping_content a,
  .articleParts .christmas_wrapping_wrap__txt2 a,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content a {
    text-decoration: none;
  }
  .articleParts .col-odd__txt2 .btn,
  .articleParts .col-odd .christmas_wrapping_content .btn,
  .articleParts .christmas_wrapping_wrap__txt2 .btn,
  .articleParts .christmas_wrapping_wrap .christmas_wrapping_content .btn {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .articleParts .grpLayout_04 > div {
    width: 48%;
  }
  .articleParts .grpLayout_03 > div {
    width: 48%;
  }
  .articleParts .grpLayout_04,
  .articleParts .grpLayout_03 {
    justify-content: space-between;
  }
  .articleParts .flexWrap {
    justify-content: space-between;
  }
  .articleParts .flexWrap .flexItem02 {
    width: 48%;
  }
  .articleParts .btn a {
    display: block;
    max-width: 23.5rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .articleParts #cardlayout-wrap .card-list_2 {
    width: 100%;
  }
  .articleParts .txBlock table th,
  .articleParts .txBlock table td {
    padding: 1rem;
  }
  .articleParts .txBlock table th {
    width: 5rem;
  }
  .articleParts .list {
    width: 100% !important;
    margin: 5rem auto !important;
  }
  .articleParts .list ul > li:nth-child(n+2) {
    text-indent: -2rem;
    padding: 0 0 0 2rem;
  }
  .articleParts .productTable td:first-child {
    padding: 1.5rem !important;
  }
  .articleParts .productTable td:first-child a img {
    border-right: none;
    aspect-ratio: auto;
    min-width: 8rem;
  }
  .articleParts .productTable td:not(:first-child) {
    padding: 1.5rem 1.5rem 3.5rem 0 !important;
  }
  .articleParts .productTable td:not(:first-child) h3 {
    margin: 0 0 1rem !important;
  }
  .articleParts .productTable td:not(:first-child) .btnText {
    min-height: 3.5rem;
    max-width: 3.5rem;
    background-position: center;
    padding: 0;
  }
  .articleParts .productTable td:not(:first-child) .btnText span {
    display: none;
  }
  .articleParts .beginner_box02,
  .articleParts .beginner_box02_end {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .articleParts .beginner_box02__bottom img,
  .articleParts .beginner_box02_end__bottom img {
    max-width: 23.5rem;
    margin: 0 auto 2rem;
  }
  .articleParts .beginner_box02_end:last-child {
    margin-bottom: 0;
  }
  .articleParts .spOnlyCon {
    display: block;
  }
  .articleParts .giftSNS {
    display: block;
    margin-top: 5rem;
  }
  .articleParts .giftSNS .twitter-tweet,
  .articleParts .giftSNS .instagram-media {
    width: 100% !important;
  }
  .ecCSearchPage .towelGift__nav ul li {
    width: 100%;
    line-height: 1.5;
  }
  .ecCSearchPage .towelGift__head {
    margin-bottom: 6rem;
  }
  .ecCSearchPage .towelGift__head h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .ecCSearchPage .towelGift__head .giftBox {
    margin-bottom: 2.5rem;
  }
  .ecCSearchPage .towelGift .giftBox {
    justify-content: space-between;
  }
  .ecCSearchPage .towelGift .giftBox li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 1rem;
  }
  .ecCSearchPage .towelGift .giftBox .icon img {
    width: auto;
  }
  .ecCSearchPage .towelGift .textBox p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ecCSearchPage .towelGift__single {
    margin-bottom: 6rem;
  }
  .ecCSearchPage .towelGift__single h2 {
    margin-bottom: 2.5rem;
    text-align: left;
    line-height: 1.5;
  }
  .ecCSearchPage .towelGift__single h3 {
    line-height: 1.5;
    padding: 0.9rem 1.5rem;
  }
  .ecCSearchPage .towelGift__single h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .ecCSearchPage .towelGift__single .slideSingkeBox.typenormal--celll03 {
    margin-bottom: 3rem;
  }
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .ecCSearchPage .towelGift__single .conBox.typeFull .conBox__photo {
    margin: 0 auto 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox__details {
    margin-top: 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox__details .title {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .ecCSearchPage .towelGift__single .conBox__details .price {
    margin-top: 0rem;
  }
  .ecCSearchPage .towelGift__single .conBox__details .btn {
    text-align: center;
    margin-top: 2rem;
  }
  .ecCSearchPage .towelGift__single .conBox__details .btn a {
    text-align: center;
    max-width: 23.5rem;
    padding-left: 4rem;
  }
  .ecCSearchPage .towelGift__single .readBtn + h3 {
    margin-top: 5rem;
  }
  .ecCSearchPage .towelGift__single .readBtn a {
    line-height: 1.5;
    max-width: 23.5rem;
    padding: 1rem 0;
  }
  .ecCSearchPage .towelGift__single .readBtn a span {
    display: block;
    padding: 0 3.5rem 0 1.5rem;
  }
  .ecCSearchPage .towelGift__single .tgColorBox li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .ecCSearchPage .towelGift__single .readBox {
    margin: 2.5rem 0 0;
  }
  .ecCSearchPage .towelGift__single .readBox p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ecCSearchPage .towelGift__single .table_wrap {
    width: calc(100vw - 2rem);
  }
  .ecCSearchPage .towelGift__single .table_area {
    padding-right: 0;
  }
  .ecCSearchPage .towelGift__single .table_area tr.text_area_07 td ul.type--dot {
    column-count: 1;
  }
  .ecCSearchPage .towelGift__single .table_area th {
    width: 140px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 700;
    background: #FFF;
  }
  .ecCSearchPage .towelGift__single .table_area th span {
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    padding: 1rem 0rem;
    justify-content: center;
    align-items: center;
  }
  .ecCSearchPage .towelGift__single .table_area td {
    /* min-width: inherit; */
    width: 240px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background: #FAFAFA;
    padding: 1rem 1.5rem;
    white-space: normal;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
  .ecCSearchPage .towelGift__single .table_area td p {
    display: inline;
    width: 100%;
  }
  .ecCSearchPage .towelGift__single .table_area td img {
    margin: auto;
  }
  .ecCSearchPage .towelGift__single .table_area td img.photo {
    width: 15rem;
    max-width: 150px;
  }
  .ecCSearchPage .towelGift__single .table_area td:nth-child(odd) {
    background: #FFF;
  }
  .ecCSearchPage .towelGift__single .table_area .fixed01 {
    min-width: 8rem;
  }
  .ecCSearchPage .towelGift__single .table_area.scroll::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ecCSearchPage .towelGift__single .beginner_box02__img {
    margin-bottom: 1.5rem;
  }
  .ecCSearchPage .towelGift__single .threeClm {
    gap: 2rem 0;
  }
  .ecCSearchPage .towelGift__single .threeClm__child {
    width: 16rem;
  }
  .ecCSearchPage .towelGift__single .threeClm__child img + p {
    margin-top: 1rem;
  }
  .ecCSearchPage .towelGift .single02 .conBox {
    margin-top: 2rem;
  }
  .ecCSearchPage .towelGift .single02 .conBox + h4 {
    margin-top: 5rem;
  }
  .ecCSearchPage .towelGift .single04 .tgColorBox {
    margin-top: 4rem;
  }
  .ecCSearchPage .towelGift .single05 .readBox {
    margin-bottom: 3rem;
  }
  .ecCSearchPage .towelGift .single05 h2:not(:first-child) {
    margin: 5rem 0 2.5rem;
  }
  .ecCSearchPage .towelGift .single05 .wrapping04 {
    max-width: none;
  }
  .ecCSearchPage .towelGift .single06 {
    margin-bottom: 4rem;
  }
  .ecCSearchPage .towelGift .single06 .readBox {
    margin-bottom: 3rem;
  }
  .ecCSearchPage .towelGift .single06 .conBox.cell03 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecCSearchPage .towelGift .single06 .conBox.cell03 li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 2rem;
  }
  .ecCSearchPage .towelGift .single07 .readBox {
    margin-bottom: 3rem;
  }
  .ecCSearchPage .towelGift .single07 .readBtn {
    margin-top: 2rem;
  }
  .ecCSearchPage .beginner_box02,
  .ecCSearchPage .beginner_box02_end {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .ecCSearchPage .beginner_box02__bottom img,
  .ecCSearchPage .beginner_box02_end__bottom img {
    max-width: 23.5rem;
    margin: 0 auto 2rem;
  }
  .ecCSearchPage .beginner_box02__img,
  .ecCSearchPage .beginner_box02_end__img {
    display: flex;
    justify-content: space-between;
  }
  .ecCSearchPage .beginner_box02__img .texuture,
  .ecCSearchPage .beginner_box02_end__img .texuture {
    width: 12rem;
  }
  .ecCSearchPage .beginner_box02__img .graph,
  .ecCSearchPage .beginner_box02_end__img .graph {
    width: 18.7rem;
  }
  .ecCSearchPage .fs-c-subgroupList__item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .fs-body-review-success .fs-l-main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .fs-body-review-success .fs-l-main .fs-c-reviewSuccessComment {
    margin-bottom: 4rem;
    padding-top: 4rem;
  }
  .ECOnlinestoreSpecialCategoryPage .pageHeadArea .titleBox {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    min-height: 12rem;
    padding-bottom: 1.4rem;
  }
  .ECOnlinestoreSpecialCategoryPage .pageHeadArea .titleBox__text {
    font-size: 2rem;
  }
  .ECOnlinestoreSpecialCategoryPage main {
    padding-bottom: 6rem;
  }
  .ECOnlinestoreSpecialCategoryPage .newsListBox {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-top: 5.5rem;
  }
  .ECOnlinestoreSpecialCategoryPage .categorySelect {
    margin-bottom: 6rem;
  }
  .ECOnlinestoreSpecialCategoryPage .pageing {
    margin-top: 0rem;
  }
  .returnsFormPage .main {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 9rem;
  }
  .fs-c-checkout-deliveryInfo {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .fs-c-checkout-productAllocation__product {
    flex: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .fs-c-checkout-productAllocation__productImage {
    max-width: 9rem;
    padding-right: 0;
    min-width: 9rem;
  }
  .fs-c-checkout-productAllocation__productInfo {
    max-width: 20rem;
    padding-left: 0;
  }
  #ch-plugin .vcmnH {
    bottom: 10rem !important;
    right: 2rem !important;
  }
  #ch-plugin .dmRwcI {
    width: 5rem !important;
    height: 5rem !important;
  }
  .fs-body-product .ecCPage .single01 .inner {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .fs-body-product .ecCPage .single01 .inner .fs-c-featuredProduct__title,
  .fs-body-product .ecCPage .single01 .inner .futureRecommendHeadTitle {
    margin: 6rem 0 3rem;
    text-align: left;
  }
  .fs-c-productThumbnail__image {
    width: 20%;
  }
  .fs-c-productImageModal .fs-c-slick .slick-arrow.slick-prev {
    left: 1rem;
  }
  .fs-c-productImageModal .fs-c-slick .slick-arrow.slick-next {
    right: 1rem;
  }
  .fs-c-productListCarousel .slick-arrow {
    transform: translateY(-250%);
  }
  .fs-c-productListCarousel .slick-arrow.fs-c-productListCarousel__ctrl--prev {
    background-position: center;
    left: -2rem;
  }
  .fs-c-productListCarousel .slick-arrow.fs-c-productListCarousel__ctrl--next {
    background-position: center;
    right: -2rem;
  }
  .fs-c-productListCarousel .slick-slide {
    padding: 0 0.5rem;
    max-width: 16.5rem;
  }
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    background-position: center;
  }
  .fs-c-productList__list article {
    width: 49%;
  }
  .fs-c-productList__list article:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .orderList li:not(:last-child),
  .fs-c-sortItems__list li:not(:last-child) {
    margin-right: 1rem;
  }
  .fs-body-search .single04__inner {
    padding: 5rem 0 6rem;
  }
  .fs-c-wishlistProduct__footer {
    justify-content: center;
    margin: 1rem 0 5rem;
  }
  .itemTableBox tbody th,
  .itemTableBox tbody td {
    padding: 1.1rem 1.5rem;
  }
  .headTitle + .categoryHeadBox {
    margin-top: 2rem;
  }
  .fs-c-inputInformation__message {
    font-size: 1.3rem;
  }
  .fs-c-buttonContainer--topPage {
    margin-top: 4rem;
    max-width: 23.5rem;
  }
  .reviewPage .fs-c-reviewList__item .fs-c-reviewProduct__info {
    margin-bottom: 1rem !important;
    padding-top: 2.5rem !important;
  }
  .reviewPage .fs-c-reviewList__item .fs-c-reviewRating {
    padding-top: 0 !important;
  }
  .fs-c-button--subscribeToArrivalNotice {
    max-width: none;
  }
  .ECPCheckoutMultiAddressPage .fs-c-checkout-addresseeList .fs-c-button--edit {
    margin-bottom: 0;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody {
    display: table-row-group;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody > tr {
    display: table-row;
  }
  .fs-c-addressBookList__list.fs-c-listTable td:first-child {
    min-width: 33%;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody > tr > th, .fs-c-addressBookList__list.fs-c-listTable > tbody > tr td {
    display: table-cell;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  .fs-c-reviewStars {
    justify-content: flex-end;
  }
  .fs-c-inputTable--child {
    width: 100%;
  }
  .fs-c-noResultMessage {
    margin-bottom: 4rem;
  }
  .fs-c-fsLogin.fs-c-inputInformation .fs-c-inputInformation__field {
    margin: 0;
  }
  .fs-c-additionalCheckField {
    margin-top: 1rem;
  }
  .fs-c-additionalCheckField.fs-c-syncAccountInfoField {
    padding-left: 0;
  }
  .fs-c-inputTable--inModal > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-c-modal--checkout-multiDestination-addresseeList .fs-c-checkout-addressee__check {
    left: 2rem;
  }
  #__fs_modal_addressList .inputArea {
    padding-top: 4rem;
  }
  .reviewPage .fs-c-history {
    margin-top: 3rem;
  }
  .fs-c-inputInformation .fs-c-inputInformation__message {
    margin: 0 auto;
  }
  .fs-c-inputInformation .fs-c-inputInformation__message + form > .fs-c-inputInformation__field {
    margin-top: 2rem;
  }
  .fs-c-registerSuccessMessage {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.005em;
    font-weight: 500;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding-bottom: 6rem;
  }
  .fs-c-productListItem__productName a .fs-c-productName__name {
    text-align: left;
  }
  .rankingItems.itemList .rcmd-slick-list {
    left: -0.5rem;
  }
  .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
    left: -1rem;
  }
  .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next {
    background: url(../img/arrowShort_right_black.svg) no-repeat right center;
    background-size: 0.5rem auto;
    right: -1rem;
  }
  .rankingItems.itemList .rcmd-slick-slide {
    padding: 0 0 0 1rem;
    line-height: 1.5;
  }
  .rankingItems.itemList .rcmd-slick-slide::before {
    left: 1rem;
  }
  .rankingItems.itemList .rcmd-slick-slide::after {
    left: 1rem;
  }
  .fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
    justify-content: center;
    padding-top: 5rem;
  }
  .fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons .fs-c-creditCardIcons__image {
    width: auto;
  }
  .fs-c-modal--checkout-creditCard-add .inputArea .fs-system-assistTarget .fs-c-dropdown {
    max-width: 12rem;
  }
  .fs-c-checkout-paymentMethod__body:has(> .fs-c-checkout-paymentMethod__message) {
    margin: 1rem 0 3rem;
    padding: 0;
  }
  .fs-c-checkout-paymentMethod__setting .fs-c-creditCardIcons {
    justify-content: center;
    width: 100%;
    margin: 10px 0 0;
  }
  .fs-c-checkout-paymentMethod__setting .fs-c-creditCardIcons .fs-c-creditCardIcons__image {
    width: auto;
  }
  .fs-c-checkout-paymentMethod__setting .fs-c-button--inputCreditCardData {
    margin: 2rem auto 0;
  }
  .fs-c-inputInformation__message > .fs-c-orderedList {
    margin: 0;
    padding: 0 5px;
  }
  #fs-confirmQuantity-container .fs-c-checkout-productQuantityWarning__warning {
    font-size: 1.2rem;
  }
  .fixedCart {
    bottom: 4.3rem;
    left: 3rem;
  }
  .fixedCart__main {
    display: none;
  }
  .fixedCart__btn a {
    width: 25rem;
    max-width: none;
    padding: 0;
  }
  .fixedCart__close {
    /*display: none;*/
    background-color: #666666;
  }
}
@media screen and (max-width: 767px) {
  body.tickerNone .contentWrap {
    padding-top: 10rem;
  }
  body.tickerNone.scrollStyle header .headerMain {
    transform: translate(0, 0) !important;
  }
}
@media screen and (max-width: 767px) {
  .saunatowelPage .saunatowel__rightMenu {
    display: none;
  }
  .saunatowelPage .saunatowel__mv {
    height: 37.5rem;
    margin-bottom: 14.5rem;
  }
  .saunatowelPage .saunatowel__mv .fs-c-breadcrumb {
    display: none;
  }
  .saunatowelPage .saunatowel__mvTtl h1 {
    font-size: 2.6rem;
  }
  .saunatowelPage .saunatowel__mvMenu {
    width: 33.5rem;
    bottom: -9rem;
    flex-wrap: wrap;
  }
  .saunatowelPage .saunatowel__mvMenu li {
    width: 50%;
    height: 6rem;
    margin-bottom: -1px;
  }
  .saunatowelPage .saunatowel__mvMenu li:not(:last-child) {
    margin-right: 0;
  }
  .saunatowelPage .saunatowel__mvMenu li:nth-child(even) {
    margin-left: -1px;
  }
  .saunatowelPage .saunatowel__mvMenu a {
    font-size: 1.4rem;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    background-image: url(../img/page/saunatowel/arrow_btm.svg);
    padding-right: 1.5rem;
    background-position: right 1.3rem center;
  }
  .saunatowelPage .saunatowel__intro {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 12.5rem;
  }
  .saunatowelPage .saunatowel__intro h2 {
    font-size: 1.8rem;
    padding-bottom: 4.1rem;
    margin-bottom: 3rem;
    background-size: 5.3rem;
  }
  .saunatowelPage .saunatowel__intro > p {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 3.5rem;
  }
  .saunatowelPage .saunatowel__introProduct {
    margin: 6rem auto 0;
  }
  .saunatowelPage .saunatowel__introProductImg {
    width: 8rem;
  }
  .saunatowelPage .saunatowel__introProductTxt {
    width: 25.5rem;
    padding: 1rem 9rem 1rem 1rem;
  }
  .saunatowelPage .saunatowel__introProductTxt .num {
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block;
  }
  .saunatowelPage .saunatowel__introProductTxt .price {
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
  }
  .saunatowelPage .saunatowel__introProductTtl {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
  .saunatowelPage .saunatowel__introProductBtn {
    display: none;
  }
  .saunatowelPage .saunatowel__producer {
    background: url(../img/page/saunatowel/producer_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    padding: 9.5rem 2.5rem 3rem;
    margin-bottom: 4rem;
  }
  .saunatowelPage .saunatowel__producerImg {
    top: -7.5rem;
    width: 15rem;
  }
  .saunatowelPage .saunatowel__producerTtl {
    margin-bottom: 2.5rem;
  }
  .saunatowelPage .saunatowel__producerTtl h2 {
    font-size: 1.6rem;
  }
  .saunatowelPage .saunatowel__producerTtl .eng {
    filter: blur(0);
  }
  .saunatowelPage .saunatowel__producerTxt p {
    margin-bottom: 3.5rem;
    font-size: 1.3rem;
  }
  .saunatowelPage .saunatowel__producerLink li {
    margin-bottom: 1rem;
  }
  .saunatowelPage .saunatowel__producerLink a {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .saunatowelPage .saunatowel__producerLink a[target=_blank] {
    background-size: 0.9rem;
    padding-right: 1.5rem;
  }
  .saunatowelPage .saunatowel__commitment h2, .saunatowelPage .saunatowel__howto h2, .saunatowelPage .saunatowel__saunner h2, .saunatowelPage .saunatowel__collabo h2, .saunatowelPage .saunatowel__item h2 {
    font-size: 1.6rem;
  }
  .saunatowelPage .saunatowel__commitment .eng, .saunatowelPage .saunatowel__howto .eng, .saunatowelPage .saunatowel__saunner .eng, .saunatowelPage .saunatowel__collabo .eng, .saunatowelPage .saunatowel__item .eng {
    margin-bottom: 2rem;
  }
  .saunatowelPage .saunatowel__commitment {
    padding-top: 4rem;
    margin-bottom: 8rem;
  }
  .saunatowelPage .saunatowel__commitment h2 {
    margin-bottom: 6rem;
  }
  .saunatowelPage .saunatowel__commitment h2 span {
    padding: 0 1.3rem;
    font-size: 3.1rem;
  }
  .saunatowelPage .saunatowel__commitment .eng {
    width: 19.3rem;
    margin-bottom: 0;
  }
  .saunatowelPage .saunatowel__commitmentNav {
    position: absolute;
    top: -2.2rem;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .saunatowelPage .saunatowel__commitmentNav ul {
    display: flex;
    justify-content: center;
  }
  .saunatowelPage .saunatowel__commitmentNav ul li {
    margin: 0 0.4rem;
  }
  .saunatowelPage .saunatowel__commitmentNav a {
    width: 6rem;
    font-size: 1.5rem;
  }
  .saunatowelPage .saunatowel__commitmentNav a::after {
    width: 0.8rem;
    height: 0.4rem;
    opacity: 1;
    transform: translateY(0);
  }
  .saunatowelPage .saunatowel__commitmentNavInner {
    transform: translateY(-1.2rem);
  }
  .saunatowelPage .saunatowel__commitmentNavInner .num {
    top: -1rem;
    font-size: 2rem;
  }
  .saunatowelPage .saunatowel__commitmentCont {
    padding-top: 6.5rem;
  }
  .saunatowelPage .saunatowel__commitmentContInner {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .saunatowelPage .saunatowel__commitmentContSingle:not(:last-child) {
    margin-bottom: 3rem;
  }
  .saunatowelPage .saunatowel__commitmentContSingle:nth-child(even) .saunatowel__commitmentContSingleImg {
    order: 0;
  }
  .saunatowelPage .saunatowel__commitmentContSingle:nth-child(even) .saunatowel__commitmentContSingleTxt {
    order: 1;
  }
  .saunatowelPage .saunatowel__commitmentContSingleImg {
    width: 25rem;
    margin: 0 auto 4rem;
  }
  .saunatowelPage .saunatowel__commitmentContSingleImg::before {
    left: -2.1rem;
    bottom: 0.5rem;
    width: 5.8rem;
    height: 2.9rem;
    background-size: cover;
  }
  .saunatowelPage .saunatowel__commitmentContSingleTxt {
    padding-top: 0;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
  .saunatowelPage .saunatowel__commitmentContSingleTxt p {
    text-align: left;
  }
  .saunatowelPage .saunatowel__commitmentContSingleTxt::before {
    font-size: 9.7rem;
    left: 0;
    margin: auto;
    top: -4rem;
    text-align: center;
  }
  .saunatowelPage .saunatowel__commitmentContSingleTxt a {
    text-decoration: underline;
    margin-left: 0;
  }
  .saunatowelPage .saunatowel__commitmentContSingle h3 {
    font-size: 1.8rem;
  }
  .saunatowelPage .saunatowel__commitmentContSingle h3 span[data-ruby]::before {
    top: -1rem;
    font-size: 1rem;
  }
  .saunatowelPage .saunatowel__commitmentContSingle p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .saunatowelPage .saunatowel__commitmentContSingle p:not(:last-child) {
    margin-bottom: 3rem;
  }
  .saunatowelPage .saunatowel__commitmentIntro {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4rem;
  }
  .saunatowelPage .saunatowel__commitmentIntro h3 {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
  .saunatowelPage .saunatowel__commitmentIntro img {
    max-width: inherit;
    width: 31rem;
    margin-bottom: 3rem;
  }
  .saunatowelPage .saunatowel__commitmentIntro p {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 3.5rem;
    line-height: 1.7;
  }
  .saunatowelPage .saunatowel__howto {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4rem;
  }
  .saunatowelPage .saunatowel__howto .eng {
    width: 17rem;
  }
  .saunatowelPage .saunatowel__howto h2 {
    margin-bottom: 4rem;
  }
  .saunatowelPage .saunatowel__howtoSingle {
    width: 20rem;
    margin: 0 0 3.5rem;
  }
  .saunatowelPage .saunatowel__howtoSingleImg {
    margin-bottom: 1.5rem;
  }
  .saunatowelPage .saunatowel__howtoSingle h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .saunatowelPage .saunatowel__howtoSingle p {
    font-size: 1.3rem;
  }
  .saunatowelPage .saunatowel__saunner {
    margin-bottom: 5rem;
  }
  .saunatowelPage .saunatowel__saunner .slider {
    margin-bottom: 4.5rem;
  }
  .saunatowelPage .saunatowel__saunner .slider ul {
    width: 360rem;
  }
  .saunatowelPage .saunatowel__saunner .slider ul li {
    width: 180rem;
    height: 15rem;
  }
  .saunatowelPage .saunatowel__saunner .eng {
    top: 12rem;
    width: 21rem;
  }
  .saunatowelPage .saunatowel__saunner h2 {
    margin-bottom: 2rem;
  }
  .saunatowelPage .saunatowel__saunnerTtl {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2rem;
  }
  .saunatowelPage .saunatowel__saunnerTtl p {
    font-size: 1.3rem;
  }
  .saunatowelPage .saunatowel__saunnerCont {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .saunatowelPage .saunatowel__saunnerSingle {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .saunatowelPage .saunatowel__saunnerSingle h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  .saunatowelPage .saunatowel__saunnerSingle p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .saunatowelPage .saunatowel__saunnerSingle img {
    width: auto;
    height: 2.3rem;
  }
  .saunatowelPage .saunatowel__saunnerSingle a {
    max-width: 3.3rem;
    display: block;
  }
  .saunatowelPage .saunatowel__saunnerMoreBtn {
    max-width: inherit;
    width: 29.5rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .saunatowelPage .saunatowel__saunnerMoreBtn span {
    padding-right: 1.5rem;
    background-size: 1rem;
  }
  .saunatowelPage .saunatowel__saunnerMoreCont {
    padding-top: 2rem;
  }
  .saunatowelPage .saunatowel__collabo {
    margin-bottom: 8rem;
    padding: 8rem 0 5rem;
  }
  .saunatowelPage .saunatowel__collabo .eng {
    width: 22.8rem;
  }
  .saunatowelPage .saunatowel__collaboTtl {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  .saunatowelPage .saunatowel__collaboTtl h2 {
    margin-bottom: 1rem;
  }
  .saunatowelPage .saunatowel__collaboCont {
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
  }
  .saunatowelPage .saunatowel__collaboSingle {
    width: 100%;
    margin-bottom: 2rem;
  }
  .saunatowelPage .saunatowel__collaboSingleTxt {
    padding: 1.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .saunatowelPage .saunatowel__collaboSingleTxt h3 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .saunatowelPage .saunatowel__collaboSingleTxt h3.narrow {
    margin-bottom: 1rem;
  }
  .saunatowelPage .saunatowel__collaboSingleTxt a {
    font-size: 1.3rem;
  }
  .saunatowelPage .saunatowel__collaboSingleTxt a img {
    display: block;
    height: 2.3rem;
  }
  .saunatowelPage .saunatowel__collaboBtn {
    margin-top: 1rem;
    max-width: inherit;
    width: 29.5rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .saunatowelPage .saunatowel__collaboBtn span {
    padding-right: 1.5rem;
  }
  .saunatowelPage .saunatowel__item {
    padding-top: 4rem;
    max-width: none;
    width: 33.5rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 8rem;
  }
  .saunatowelPage .saunatowel__item .eng {
    width: 6.5rem;
  }
  .saunatowelPage .saunatowel__itemTtl {
    font-size: 1.3rem;
    margin-bottom: 4rem;
  }
  .saunatowelPage .saunatowel__itemTtl h2 {
    margin-bottom: 2rem;
  }
  .saunatowelPage .saunatowel__itemTtl p {
    margin-bottom: 0.5rem;
  }
  .saunatowelPage .saunatowel__itemCont {
    width: 100vw;
    margin-left: -2rem;
  }
  .saunatowelPage .itemList.type--rank .itemList__item:nth-child(-n+3) {
    width: 30.5rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .babyGiftPage2311 .topParts__keyword dl,
  .kitchenPage2312 .topParts__keyword dl,
  .washtowelFeature2407 .topParts__keyword dl,
  .bathTowel2409 .topParts__keyword dl {
    flex-direction: column;
    letter-spacing: 0;
  }
  .babyGiftPage2311 .topParts__keyword dl dt,
  .kitchenPage2312 .topParts__keyword dl dt,
  .washtowelFeature2407 .topParts__keyword dl dt,
  .bathTowel2409 .topParts__keyword dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .babyGiftPage2311 .topParts__keyword dl dd,
  .kitchenPage2312 .topParts__keyword dl dd,
  .washtowelFeature2407 .topParts__keyword dl dd,
  .bathTowel2409 .topParts__keyword dl dd {
    width: 100%;
  }
  .babyGiftPage2311 .topParts__keyword dl dd ul li,
  .kitchenPage2312 .topParts__keyword dl dd ul li,
  .washtowelFeature2407 .topParts__keyword dl dd ul li,
  .bathTowel2409 .topParts__keyword dl dd ul li {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .babyGiftPage2311 .topParts__keyword dl dd ul a,
  .kitchenPage2312 .topParts__keyword dl dd ul a,
  .washtowelFeature2407 .topParts__keyword dl dd ul a,
  .bathTowel2409 .topParts__keyword dl dd ul a {
    padding: 0.4rem 1.2rem;
  }
  .babyGiftPage2311 .babyGift__mv,
  .babyGiftPage2311 .kitchen__mv,
  .babyGiftPage2311 .washTowel__mv,
  .babyGiftPage2311 .bathTowel__mv,
  .kitchenPage2312 .babyGift__mv,
  .kitchenPage2312 .kitchen__mv,
  .kitchenPage2312 .washTowel__mv,
  .kitchenPage2312 .bathTowel__mv,
  .washtowelFeature2407 .babyGift__mv,
  .washtowelFeature2407 .kitchen__mv,
  .washtowelFeature2407 .washTowel__mv,
  .washtowelFeature2407 .bathTowel__mv,
  .bathTowel2409 .babyGift__mv,
  .bathTowel2409 .kitchen__mv,
  .bathTowel2409 .washTowel__mv,
  .bathTowel2409 .bathTowel__mv {
    margin-top: 3rem;
  }
  .babyGiftPage2311 .towelGift__nav,
  .kitchenPage2312 .towelGift__nav,
  .washtowelFeature2407 .towelGift__nav,
  .bathTowel2409 .towelGift__nav {
    margin-bottom: 0;
  }
  .babyGiftPage2311 .towelGift__nav ul li a,
  .kitchenPage2312 .towelGift__nav ul li a,
  .washtowelFeature2407 .towelGift__nav ul li a,
  .bathTowel2409 .towelGift__nav ul li a {
    height: 5rem;
  }
  .babyGiftPage2311.articleParts h2,
  .kitchenPage2312.articleParts h2,
  .washtowelFeature2407.articleParts h2,
  .bathTowel2409.articleParts h2 {
    font-size: 2rem !important;
  }
  .babyGiftPage2311.articleParts h3,
  .kitchenPage2312.articleParts h3,
  .washtowelFeature2407.articleParts h3,
  .bathTowel2409.articleParts h3 {
    margin-top: 6rem !important;
    font-size: 1.8rem !important;
  }
  .babyGiftPage2311.articleParts .moreLink,
  .kitchenPage2312.articleParts .moreLink,
  .washtowelFeature2407.articleParts .moreLink,
  .bathTowel2409.articleParts .moreLink {
    width: 100%;
    max-width: inherit;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 a,
  .babyGiftPage2311.articleParts .grpLayout_04 a,
  .babyGiftPage2311.articleParts .grpLayout_05 a,
  .kitchenPage2312.articleParts .grpLayout_03 a,
  .kitchenPage2312.articleParts .grpLayout_04 a,
  .kitchenPage2312.articleParts .grpLayout_05 a,
  .washtowelFeature2407.articleParts .grpLayout_03 a,
  .washtowelFeature2407.articleParts .grpLayout_04 a,
  .washtowelFeature2407.articleParts .grpLayout_05 a,
  .bathTowel2409.articleParts .grpLayout_03 a,
  .bathTowel2409.articleParts .grpLayout_04 a,
  .bathTowel2409.articleParts .grpLayout_05 a {
    text-decoration: none;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 h4, .babyGiftPage2311.articleParts .grpLayout_03 h5,
  .babyGiftPage2311.articleParts .grpLayout_04 h4,
  .babyGiftPage2311.articleParts .grpLayout_04 h5,
  .babyGiftPage2311.articleParts .grpLayout_05 h4,
  .babyGiftPage2311.articleParts .grpLayout_05 h5,
  .kitchenPage2312.articleParts .grpLayout_03 h4,
  .kitchenPage2312.articleParts .grpLayout_03 h5,
  .kitchenPage2312.articleParts .grpLayout_04 h4,
  .kitchenPage2312.articleParts .grpLayout_04 h5,
  .kitchenPage2312.articleParts .grpLayout_05 h4,
  .kitchenPage2312.articleParts .grpLayout_05 h5,
  .washtowelFeature2407.articleParts .grpLayout_03 h4,
  .washtowelFeature2407.articleParts .grpLayout_03 h5,
  .washtowelFeature2407.articleParts .grpLayout_04 h4,
  .washtowelFeature2407.articleParts .grpLayout_04 h5,
  .washtowelFeature2407.articleParts .grpLayout_05 h4,
  .washtowelFeature2407.articleParts .grpLayout_05 h5,
  .bathTowel2409.articleParts .grpLayout_03 h4,
  .bathTowel2409.articleParts .grpLayout_03 h5,
  .bathTowel2409.articleParts .grpLayout_04 h4,
  .bathTowel2409.articleParts .grpLayout_04 h5,
  .bathTowel2409.articleParts .grpLayout_05 h4,
  .bathTowel2409.articleParts .grpLayout_05 h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: bold !important;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 h4 span, .babyGiftPage2311.articleParts .grpLayout_03 h5 span,
  .babyGiftPage2311.articleParts .grpLayout_04 h4 span,
  .babyGiftPage2311.articleParts .grpLayout_04 h5 span,
  .babyGiftPage2311.articleParts .grpLayout_05 h4 span,
  .babyGiftPage2311.articleParts .grpLayout_05 h5 span,
  .kitchenPage2312.articleParts .grpLayout_03 h4 span,
  .kitchenPage2312.articleParts .grpLayout_03 h5 span,
  .kitchenPage2312.articleParts .grpLayout_04 h4 span,
  .kitchenPage2312.articleParts .grpLayout_04 h5 span,
  .kitchenPage2312.articleParts .grpLayout_05 h4 span,
  .kitchenPage2312.articleParts .grpLayout_05 h5 span,
  .washtowelFeature2407.articleParts .grpLayout_03 h4 span,
  .washtowelFeature2407.articleParts .grpLayout_03 h5 span,
  .washtowelFeature2407.articleParts .grpLayout_04 h4 span,
  .washtowelFeature2407.articleParts .grpLayout_04 h5 span,
  .washtowelFeature2407.articleParts .grpLayout_05 h4 span,
  .washtowelFeature2407.articleParts .grpLayout_05 h5 span,
  .bathTowel2409.articleParts .grpLayout_03 h4 span,
  .bathTowel2409.articleParts .grpLayout_03 h5 span,
  .bathTowel2409.articleParts .grpLayout_04 h4 span,
  .bathTowel2409.articleParts .grpLayout_04 h5 span,
  .bathTowel2409.articleParts .grpLayout_05 h4 span,
  .bathTowel2409.articleParts .grpLayout_05 h5 span {
    margin-top: 1rem;
    color: #262626;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 h4 span small, .babyGiftPage2311.articleParts .grpLayout_03 h5 span small,
  .babyGiftPage2311.articleParts .grpLayout_04 h4 span small,
  .babyGiftPage2311.articleParts .grpLayout_04 h5 span small,
  .babyGiftPage2311.articleParts .grpLayout_05 h4 span small,
  .babyGiftPage2311.articleParts .grpLayout_05 h5 span small,
  .kitchenPage2312.articleParts .grpLayout_03 h4 span small,
  .kitchenPage2312.articleParts .grpLayout_03 h5 span small,
  .kitchenPage2312.articleParts .grpLayout_04 h4 span small,
  .kitchenPage2312.articleParts .grpLayout_04 h5 span small,
  .kitchenPage2312.articleParts .grpLayout_05 h4 span small,
  .kitchenPage2312.articleParts .grpLayout_05 h5 span small,
  .washtowelFeature2407.articleParts .grpLayout_03 h4 span small,
  .washtowelFeature2407.articleParts .grpLayout_03 h5 span small,
  .washtowelFeature2407.articleParts .grpLayout_04 h4 span small,
  .washtowelFeature2407.articleParts .grpLayout_04 h5 span small,
  .washtowelFeature2407.articleParts .grpLayout_05 h4 span small,
  .washtowelFeature2407.articleParts .grpLayout_05 h5 span small,
  .bathTowel2409.articleParts .grpLayout_03 h4 span small,
  .bathTowel2409.articleParts .grpLayout_03 h5 span small,
  .bathTowel2409.articleParts .grpLayout_04 h4 span small,
  .bathTowel2409.articleParts .grpLayout_04 h5 span small,
  .bathTowel2409.articleParts .grpLayout_05 h4 span small,
  .bathTowel2409.articleParts .grpLayout_05 h5 span small {
    font-weight: normal;
    font-size: 1.1rem;
    color: #262626;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 h4,
  .babyGiftPage2311.articleParts .grpLayout_04 h4,
  .babyGiftPage2311.articleParts .grpLayout_05 h4,
  .kitchenPage2312.articleParts .grpLayout_03 h4,
  .kitchenPage2312.articleParts .grpLayout_04 h4,
  .kitchenPage2312.articleParts .grpLayout_05 h4,
  .washtowelFeature2407.articleParts .grpLayout_03 h4,
  .washtowelFeature2407.articleParts .grpLayout_04 h4,
  .washtowelFeature2407.articleParts .grpLayout_05 h4,
  .bathTowel2409.articleParts .grpLayout_03 h4,
  .bathTowel2409.articleParts .grpLayout_04 h4,
  .bathTowel2409.articleParts .grpLayout_05 h4 {
    font-size: 1.6rem !important;
  }
  .babyGiftPage2311.articleParts .grpLayout_03 h5,
  .babyGiftPage2311.articleParts .grpLayout_04 h5,
  .babyGiftPage2311.articleParts .grpLayout_05 h5,
  .kitchenPage2312.articleParts .grpLayout_03 h5,
  .kitchenPage2312.articleParts .grpLayout_04 h5,
  .kitchenPage2312.articleParts .grpLayout_05 h5,
  .washtowelFeature2407.articleParts .grpLayout_03 h5,
  .washtowelFeature2407.articleParts .grpLayout_04 h5,
  .washtowelFeature2407.articleParts .grpLayout_05 h5,
  .bathTowel2409.articleParts .grpLayout_03 h5,
  .bathTowel2409.articleParts .grpLayout_04 h5,
  .bathTowel2409.articleParts .grpLayout_05 h5 {
    font-size: 1.5rem !important;
  }
  .babyGiftPage2311 #point .point__block h3,
  .babyGiftPage2311 #giftOriginal .original__block h4,
  .kitchenPage2312 #point .point__block h3,
  .kitchenPage2312 #giftOriginal .original__block h4,
  .washtowelFeature2407 #point .point__block h3,
  .washtowelFeature2407 #giftOriginal .original__block h4,
  .bathTowel2409 #point .point__block h3,
  .bathTowel2409 #giftOriginal .original__block h4 {
    padding: 0 0 0 3.7rem !important;
  }
  .babyGiftPage2311 #point .point__block h3 span,
  .babyGiftPage2311 #giftOriginal .original__block h4 span,
  .kitchenPage2312 #point .point__block h3 span,
  .kitchenPage2312 #giftOriginal .original__block h4 span,
  .washtowelFeature2407 #point .point__block h3 span,
  .washtowelFeature2407 #giftOriginal .original__block h4 span,
  .bathTowel2409 #point .point__block h3 span,
  .bathTowel2409 #giftOriginal .original__block h4 span {
    font-size: 1.7rem;
    width: 3rem;
  }
  .babyGiftPage2311 #hand .hand__blockTtl,
  .babyGiftPage2311 #giftPrice .price__ttl,
  .babyGiftPage2311 .scene__blockTtl,
  .kitchenPage2312 #hand .hand__blockTtl,
  .kitchenPage2312 #giftPrice .price__ttl,
  .kitchenPage2312 .scene__blockTtl,
  .washtowelFeature2407 #hand .hand__blockTtl,
  .washtowelFeature2407 #giftPrice .price__ttl,
  .washtowelFeature2407 .scene__blockTtl,
  .bathTowel2409 #hand .hand__blockTtl,
  .bathTowel2409 #giftPrice .price__ttl,
  .bathTowel2409 .scene__blockTtl {
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  .babyGiftPage2311 .fs-c-slick .slick-next,
  .babyGiftPage2311 .fs-c-slick .slick-prev {
    top: 8rem;
    width: 3rem;
    height: 3rem;
    background-size: 1.1rem;
  }
  .babyGiftPage2311 .fs-c-slick .slick-prev {
    left: -1.5rem;
  }
  .babyGiftPage2311 .fs-c-slick .slick-next {
    right: -1.5rem;
  }
  .babyGiftPage2311 .fs-c-slick .slick-slide {
    width: 16rem;
    margin: 0 1rem 0 0;
  }
  .babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.3rem;
  }
  .babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span2 {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .babyGiftPage2311 .fs-c-slick .giftPrice_content_title_span3 {
    font-size: 1rem;
    line-height: 1.4;
    display: inline-block;
  }
  .babyGiftPage2311 .rankingItems.itemList .txt {
    font-size: 1.5rem;
  }
  .babyGiftPage2311 .rankingItems.itemList .price {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow {
    top: 7.2rem !important;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next, .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
    width: 3rem !important;
    height: 3rem !important;
    background-size: 1.1rem;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-next {
    right: -1.5rem;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-arrow.rcmd-slick-prev {
    left: -1.5rem;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-list {
    left: -1rem;
  }
  .babyGiftPage2311 .rankingItems.itemList .rcmd-slick-slide {
    width: 16rem;
  }
  .babyGiftPage2311 .sommelier__point {
    margin-top: 3rem;
    flex-direction: column;
  }
  .babyGiftPage2311 .sommelier__point img {
    margin: 0 auto 1.5rem;
  }
  .babyGiftPage2311 .sommelier__point dl {
    width: 100%;
  }
  .babyGiftPage2311 #sommelier,
  .babyGiftPage2311 #giftClassic,
  .babyGiftPage2311 #giftScene,
  .babyGiftPage2311 #giftOriginal,
  .babyGiftPage2311 #giftPrice,
  .babyGiftPage2311 #embroidery,
  .babyGiftPage2311 #wrapping {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .babyGiftPage2311 #giftClassic .col-odd,
  .babyGiftPage2311 #giftScene .col-odd,
  .babyGiftPage2311 #giftPrice .col-odd,
  .babyGiftPage2311 #wrapping .col-odd {
    padding-bottom: 3rem;
  }
  .babyGiftPage2311 #giftClassic .col-odd:not(:last-child),
  .babyGiftPage2311 #giftScene .col-odd:not(:last-child),
  .babyGiftPage2311 #giftPrice .col-odd:not(:last-child),
  .babyGiftPage2311 #wrapping .col-odd:not(:last-child) {
    margin-bottom: 3rem;
  }
  .babyGiftPage2311 #giftClassic .col-odd.bdbn,
  .babyGiftPage2311 #giftScene .col-odd.bdbn,
  .babyGiftPage2311 #giftPrice .col-odd.bdbn,
  .babyGiftPage2311 #wrapping .col-odd.bdbn {
    border-bottom: none;
  }
  .babyGiftPage2311 #giftOriginal .original__ttl {
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  .babyGiftPage2311 #giftOriginal .original__block {
    margin-bottom: 3rem;
  }
  .babyGiftPage2311 #giftOriginal .original__block .col-odd__txt2 {
    width: 100%;
  }
  .babyGiftPage2311 #giftOriginal .original__block .col-odd__img {
    width: 100%;
  }
  .babyGiftPage2311 #giftOriginal .grpLayout_05 > div {
    width: 48%;
  }
  .babyGiftPage2311 #giftPrice .price__ttl01 {
    margin-top: 0;
  }
  .babyGiftPage2311 #giftPrice .moreLink {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .babyGiftPage2311 #embroidery .moreLink,
  .babyGiftPage2311 #wrapping .moreLink {
    margin-top: 3rem;
  }
  .babyGiftPage2311 #embroidery .giftRanking_content,
  .babyGiftPage2311 #wrapping .giftRanking_content {
    margin-top: 8rem;
  }
  .babyGiftPage2311 #wrapping h3 + img {
    margin-bottom: 4rem;
  }
  .babyGiftPage2311 #wrapping picture {
    margin-top: 5rem;
  }
  .babyGiftPage2311 #wrapping .col-odd.bdbn {
    padding-bottom: 0;
    margin-bottom: -1rem;
  }
  .kitchenPage2312 .kitchen__mv img {
    margin-bottom: 3rem;
  }
  .kitchenPage2312 #point,
  .kitchenPage2312 #hand,
  .kitchenPage2312 #tableware,
  .kitchenPage2312 #wipe,
  .kitchenPage2312 #item {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .kitchenPage2312 #point .point__block {
    margin-bottom: 3rem;
  }
  .kitchenPage2312 #point .point__block .col-odd__txt2 {
    width: 100%;
  }
  .kitchenPage2312 #point .point__block .col-odd__img {
    width: 100%;
    margin-top: 0 !important;
  }
  .kitchenPage2312 #point .grpLayout_02 {
    margin-bottom: 3rem;
  }
  .kitchenPage2312 #point .grpLayout_02 > div {
    width: 100%;
  }
  .kitchenPage2312 #point .grpLayout_02 > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .kitchenPage2312 #point .grpLayout_02 h4 {
    padding: 0 !important;
    font-size: 1.5rem !important;
  }
  .kitchenPage2312 #point .grpLayout_02 p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
  .kitchenPage2312 #point .grpLayout_02 .moreLink {
    max-width: inherit;
    min-height: 4rem;
  }
  .kitchenPage2312 #point .point__intro {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
  }
  .kitchenPage2312 #point .point__intro .col-odd {
    display: flex;
    flex-direction: column;
  }
  .kitchenPage2312 #point .point__intro .col-odd__txt2 {
    width: 100%;
    order: 1;
  }
  .kitchenPage2312 #point .point__intro .col-odd__txt2 > a {
    width: 100%;
    min-width: inherit;
  }
  .kitchenPage2312 #point .point__intro .col-odd__img {
    order: 0;
    width: 100%;
  }
  .kitchenPage2312 #hand .hand__blockTtl {
    margin-top: 2rem;
  }
  .kitchenPage2312 #hand .col-odd,
  .kitchenPage2312 #tableware .col-odd,
  .kitchenPage2312 #wipe .col-odd,
  .kitchenPage2312 #item .col-odd {
    padding-bottom: 3rem;
  }
  .kitchenPage2312 #hand .col-odd:not(:last-child),
  .kitchenPage2312 #tableware .col-odd:not(:last-child),
  .kitchenPage2312 #wipe .col-odd:not(:last-child),
  .kitchenPage2312 #item .col-odd:not(:last-child) {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 .washTowel__mv img {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 .intro img {
    margin: 5rem 0;
  }
  .washtowelFeature2407 .intro .moreLink {
    max-width: inherit;
    width: 100%;
  }
  .washtowelFeature2407 .articleParts a.moreLink {
    padding-left: 0;
  }
  .washtowelFeature2407 #point,
  .washtowelFeature2407 #feature,
  .washtowelFeature2407 #scene,
  .washtowelFeature2407 #hand,
  .washtowelFeature2407 #guest,
  .washtowelFeature2407 #kitchen,
  .washtowelFeature2407 #face,
  .washtowelFeature2407 #baby,
  .washtowelFeature2407 #sports {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .washtowelFeature2407 #point .point__block {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #point .point__block .col-odd__txt2 {
    width: 100%;
  }
  .washtowelFeature2407 #point .point__block .col-odd__img {
    width: 100%;
    margin-top: 0 !important;
  }
  .washtowelFeature2407 #point .grpLayout_02 {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #point .grpLayout_02 > div {
    width: 100%;
  }
  .washtowelFeature2407 #point .grpLayout_02 > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #point .grpLayout_02 h4 {
    padding: 0 !important;
    font-size: 1.5rem !important;
  }
  .washtowelFeature2407 #point .grpLayout_02 p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
  .washtowelFeature2407 #point .grpLayout_02 .moreLink {
    max-width: inherit;
    min-height: 4rem;
  }
  .washtowelFeature2407 #point .point__intro {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #point .point__intro .col-odd {
    display: flex;
    flex-direction: column;
  }
  .washtowelFeature2407 #point .point__intro .col-odd__txt2 {
    width: 100%;
    order: 1;
  }
  .washtowelFeature2407 #point .point__intro .col-odd__txt2 > a {
    width: 100%;
    min-width: inherit;
  }
  .washtowelFeature2407 #point .point__intro .col-odd__img {
    order: 0;
    width: 100%;
  }
  .washtowelFeature2407 #feature a.arrow,
  .washtowelFeature2407 #scene a.arrow,
  .washtowelFeature2407 #hand a.arrow,
  .washtowelFeature2407 #guest a.arrow,
  .washtowelFeature2407 #kitchen a.arrow,
  .washtowelFeature2407 #face a.arrow,
  .washtowelFeature2407 #baby a.arrow,
  .washtowelFeature2407 #sports a.arrow {
    padding-bottom: 0.7rem;
    margin: 5rem 0 3rem;
  }
  .washtowelFeature2407 #feature .col-odd,
  .washtowelFeature2407 #scene .col-odd,
  .washtowelFeature2407 #hand .col-odd,
  .washtowelFeature2407 #guest .col-odd,
  .washtowelFeature2407 #kitchen .col-odd,
  .washtowelFeature2407 #face .col-odd,
  .washtowelFeature2407 #baby .col-odd,
  .washtowelFeature2407 #sports .col-odd {
    padding-bottom: 3rem;
  }
  .washtowelFeature2407 #feature .col-odd:not(:last-child),
  .washtowelFeature2407 #scene .col-odd:not(:last-child),
  .washtowelFeature2407 #hand .col-odd:not(:last-child),
  .washtowelFeature2407 #guest .col-odd:not(:last-child),
  .washtowelFeature2407 #kitchen .col-odd:not(:last-child),
  .washtowelFeature2407 #face .col-odd:not(:last-child),
  .washtowelFeature2407 #baby .col-odd:not(:last-child),
  .washtowelFeature2407 #sports .col-odd:not(:last-child) {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #feature .scene__block,
  .washtowelFeature2407 #scene .scene__block,
  .washtowelFeature2407 #hand .scene__block,
  .washtowelFeature2407 #guest .scene__block,
  .washtowelFeature2407 #kitchen .scene__block,
  .washtowelFeature2407 #face .scene__block,
  .washtowelFeature2407 #baby .scene__block,
  .washtowelFeature2407 #sports .scene__block {
    margin-bottom: 6rem;
  }
  .washtowelFeature2407 #feature .scene__blockLead,
  .washtowelFeature2407 #scene .scene__blockLead,
  .washtowelFeature2407 #hand .scene__blockLead,
  .washtowelFeature2407 #guest .scene__blockLead,
  .washtowelFeature2407 #kitchen .scene__blockLead,
  .washtowelFeature2407 #face .scene__blockLead,
  .washtowelFeature2407 #baby .scene__blockLead,
  .washtowelFeature2407 #sports .scene__blockLead {
    margin-bottom: 3rem;
  }
  .washtowelFeature2407 #feature .scene__video,
  .washtowelFeature2407 #scene .scene__video,
  .washtowelFeature2407 #hand .scene__video,
  .washtowelFeature2407 #guest .scene__video,
  .washtowelFeature2407 #kitchen .scene__video,
  .washtowelFeature2407 #face .scene__video,
  .washtowelFeature2407 #baby .scene__video,
  .washtowelFeature2407 #sports .scene__video {
    margin-top: 8rem;
  }
  .washtowelFeature2407 #feature .scene__video p,
  .washtowelFeature2407 #scene .scene__video p,
  .washtowelFeature2407 #hand .scene__video p,
  .washtowelFeature2407 #guest .scene__video p,
  .washtowelFeature2407 #kitchen .scene__video p,
  .washtowelFeature2407 #face .scene__video p,
  .washtowelFeature2407 #baby .scene__video p,
  .washtowelFeature2407 #sports .scene__video p {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .washtowelFeature2407 #feature .scene__video iframe,
  .washtowelFeature2407 #scene .scene__video iframe,
  .washtowelFeature2407 #hand .scene__video iframe,
  .washtowelFeature2407 #guest .scene__video iframe,
  .washtowelFeature2407 #kitchen .scene__video iframe,
  .washtowelFeature2407 #face .scene__video iframe,
  .washtowelFeature2407 #baby .scene__video iframe,
  .washtowelFeature2407 #sports .scene__video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .bathTowel2409 .bathTowel__mv img {
    margin-bottom: 3rem;
  }
  .bathTowel2409 .intro img {
    margin: 5rem 0;
  }
  .bathTowel2409 .intro .moreLink {
    max-width: inherit;
    width: 100%;
  }
  .bathTowel2409 .slick-list {
    overflow: hidden;
  }
  .bathTowel2409 .ecOnlinestoreGuideBeginner {
    width: 37.5rem;
    margin-left: -2rem;
  }
  .bathTowel2409 .ecOnlinestoreGuideBeginner .beginner_product_list.slideFull .slideDots {
    padding-right: 3.5rem;
  }
  .bathTowel2409 .articleParts a.moreLink {
    padding-left: 0;
  }
  .bathTowel2409 .col-odd.mt5 {
    margin-top: 3rem;
  }
  .bathTowel2409 .scroll__block {
    margin-top: 3rem;
    margin-bottom: 6rem;
    width: 37.5rem;
    margin-left: -2rem;
    overflow-x: scroll;
  }
  .bathTowel2409 .scroll__block div {
    display: flex;
    width: 57.5rem;
    padding-left: 2rem;
  }
  .bathTowel2409 .scroll__block div::after {
    content: "";
    aspect-ratio: 1/1;
    padding: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .bathTowel2409 .scroll__block img {
    max-width: inherit;
  }
  .bathTowel2409 .moreLinkWrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  .bathTowel2409 .moreLinkWrap .moreLink {
    width: 100%;
    padding-right: 4.5rem;
  }
  .bathTowel2409 #point,
  .bathTowel2409 #ranking,
  .bathTowel2409 #size,
  .bathTowel2409 #scene,
  .bathTowel2409 #series {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .bathTowel2409 #point .point__block {
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .point__block .col-odd__txt2 {
    width: 100%;
  }
  .bathTowel2409 #point .point__block .col-odd__img {
    width: 100%;
    margin-top: 0 !important;
  }
  .bathTowel2409 #point .grpLayout_02 {
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .grpLayout_02 > div {
    width: 100%;
  }
  .bathTowel2409 #point .grpLayout_02 > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .grpLayout_02 h4 {
    padding: 0 !important;
    font-size: 1.5rem !important;
  }
  .bathTowel2409 #point .grpLayout_02 p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
  .bathTowel2409 #point .grpLayout_02 .moreLink {
    max-width: inherit;
    min-height: 4rem;
  }
  .bathTowel2409 #point .point__intro {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .point__intro .col-odd {
    display: flex;
    flex-direction: column;
  }
  .bathTowel2409 #point .point__intro .col-odd__txt2 {
    width: 100%;
    order: 1;
  }
  .bathTowel2409 #point .point__intro .col-odd__txt2 > a {
    width: 100%;
    min-width: inherit;
  }
  .bathTowel2409 #point .point__intro .col-odd__img {
    order: 0;
    width: 100%;
  }
  .bathTowel2409 #point a.arrow,
  .bathTowel2409 #ranking a.arrow,
  .bathTowel2409 #size a.arrow,
  .bathTowel2409 #scene a.arrow,
  .bathTowel2409 #series a.arrow {
    padding-bottom: 0.7rem;
    margin: 5rem 0 3rem;
  }
  .bathTowel2409 #point .col-odd,
  .bathTowel2409 #ranking .col-odd,
  .bathTowel2409 #size .col-odd,
  .bathTowel2409 #scene .col-odd,
  .bathTowel2409 #series .col-odd {
    padding-bottom: 3rem;
  }
  .bathTowel2409 #point .col-odd:not(:last-child),
  .bathTowel2409 #ranking .col-odd:not(:last-child),
  .bathTowel2409 #size .col-odd:not(:last-child),
  .bathTowel2409 #scene .col-odd:not(:last-child),
  .bathTowel2409 #series .col-odd:not(:last-child) {
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .scene__block,
  .bathTowel2409 #ranking .scene__block,
  .bathTowel2409 #size .scene__block,
  .bathTowel2409 #scene .scene__block,
  .bathTowel2409 #series .scene__block {
    margin-bottom: 6rem;
  }
  .bathTowel2409 #point .scene__blockLead,
  .bathTowel2409 #ranking .scene__blockLead,
  .bathTowel2409 #size .scene__blockLead,
  .bathTowel2409 #scene .scene__blockLead,
  .bathTowel2409 #series .scene__blockLead {
    margin-bottom: 3rem;
  }
  .bathTowel2409 #point .scene__video,
  .bathTowel2409 #ranking .scene__video,
  .bathTowel2409 #size .scene__video,
  .bathTowel2409 #scene .scene__video,
  .bathTowel2409 #series .scene__video {
    margin-top: 8rem;
  }
  .bathTowel2409 #point .scene__video p,
  .bathTowel2409 #ranking .scene__video p,
  .bathTowel2409 #size .scene__video p,
  .bathTowel2409 #scene .scene__video p,
  .bathTowel2409 #series .scene__video p {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .bathTowel2409 #point .scene__video iframe,
  .bathTowel2409 #ranking .scene__video iframe,
  .bathTowel2409 #size .scene__video iframe,
  .bathTowel2409 #scene .scene__video iframe,
  .bathTowel2409 #series .scene__video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .articleParts.cmn .col-odd .col-odd__txt2 .btn a {
    width: 100%;
    max-width: 23.5rem;
    margin: 0 auto;
  }
  .articleParts h2.cmn {
    padding-top: 0 !important;
    font-size: 2rem !important;
  }
  .articleParts h3.cmn {
    margin-bottom: 2rem !important;
    padding: 1.5rem !important;
    font-size: 1.5rem !important;
  }
  .nyb2025__mv {
    margin-bottom: 3rem;
  }
  .nyb2025 .intro p + p {
    margin-top: 3rem;
  }
  .nyb2025__block {
    margin-bottom: 7rem;
  }
  .nyb2025__introBlock {
    width: 100%;
  }
  .nyb2025__introBlock .btn a {
    padding-right: 3rem;
  }
  .nyb2025__flowCart, .nyb2025__checkCart {
    padding: 17rem 2rem 2rem;
    background-position: center top 3rem;
    background-size: 21.1rem;
  }
  .nyb2025__flowBlock {
    margin-top: 6rem;
  }
  .nyb2025__flow h3.cmn {
    padding: 0 0 0 4rem !important;
  }
  .nyb2025__flow h3.cmn span {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
  }
  .nyb2025__course h2.cmn {
    padding-left: 4rem !important;
  }
  .nyb2025__course h2.cmn span {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
  }
  .nyb2025__course .note::before {
    top: 0.8rem;
  }
  .nyb2025__courseBlock {
    margin-bottom: 6rem;
  }
  .nyb2025__courseBlock .btn a {
    width: 100%;
  }
  .nyb2025__courseBlock > .btn a {
    max-width: inherit !important;
  }
  .nyb2025__check .ttl {
    top: -3.4rem;
    line-height: 1.5;
  }
  .nyb2025__check .ttl::before, .nyb2025__check .ttl::after {
    height: 4.5rem;
  }
  .nyb2025__check .ttl::before {
    left: 1.5rem;
  }
  .nyb2025__check .ttl::after {
    right: 1.5rem;
  }
  .nyb2025__attBlock {
    margin-bottom: 4rem;
  }
  .nyb2025__attBlock ul {
    margin-top: 0 !important;
  }
}