/*
*
* 最新ソースがローカル上にないため一時的にcssを上書きする 
*
*/

section.home {
  background-color: #880215;
  background-image: none;
}

.home .home__wrap {
  width: 100%;
}

.home .home__wrap img {
  object-fit: contain;
  /* object-position: bottom; */
}
@media (min-width: 1280px) {
  section.main__contents {
    width: 100%;
  }
}

/* 
@media (min-width: 960px) {
  .home .home__wrap img {
    height: 352px;
  }
} */

@media (min-width: 1280px) {
  .about .about__wrap {
    padding-left: 40%;
  }
  .about .about__list-item {
    height: 161px;
  }
}
@media (min-width: 1280px) {
  .rate__table tbody tr:first-child td:last-child p {
    font-size: 17px;
  }
}

.rate__table tbody tr:first-child td:last-child p strong {
  display: inline-block;
  margin: 8px 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt,
ol,
ul,
li,
table,
tr,
td,
p,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  letter-spacing: 0.1em;
  line-height: 1.75;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 1.4rem;
  font-family:
    "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  font:
    "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  text-decoration: none;
  outline: none;
}

.faq__list-contents a,
.pages__text-link,
.blog__text-link,
.topics__text-link,
.column__text-link {
  text-decoration: underline;
}

.faq__list-contents a:hover,
.pages__text-link:hover,
.blog__text-link:hover,
.topics__text-link:hover,
.column__text-link:hover {
  text-decoration: underline;
}

.home__h2,
.detail__h2,
.detail__notes-title,
.faq__h2,
.voice__h2 {
  margin-bottom: 12px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
}

.home__h2 span,
.detail__h2 span,
.detail__notes-title span,
.faq__h2 span,
.voice__h2 span {
  font-size: 2.4rem;
  font-family: "Raleway", sans-serif;
  color: #880031;
}

.main__contents-h2,
.pages__h2,
.blog__h2,
.topics__h2,
.column__h2,
.brand__h2 {
  width: 100%;
  margin-bottom: 24px;
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.main__contents-h2::after,
.pages__h2::after,
.blog__h2::after,
.topics__h2::after,
.column__h2::after,
.brand__h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 6px auto;
  border-radius: 2px;
  background-color: #880031;
}

.main__contents-h3,
.home__h3,
.pages__h3,
.blog__h3,
.topics__h3,
.column__h3,
.brand__h3,
.fs-c-documentArticle__heading {
  padding: 8px;
  margin: 0 0 12px;
  background-color: #3b3b3b;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
}

.home__button,
.faq__button,
.voice__button,
.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink {
  display: block;
  width: 240px;
  margin: 24px auto 48px;
  padding: 8px 12px !important;
  background-color: #3b3b3b !important;
  border-radius: 20px;
  text-align: center;
  color: #fff !important;
}

.footer__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.header__wrap,
.fs-c-breadcrumb {
  width: 94%;
  margin: 0 auto;
}

.detail__ranktable,
.detailSpec,
.template__contents table,
.pages__contents table,
.blog__contents table,
.topics__contents table,
.column__contents table {
  width: 100%;
  margin-bottom: 24px !important;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.full.detail__ranktable,
.full.detailSpec,
.template__contents table.full,
.pages__contents table.full,
.blog__contents table.full,
.topics__contents table.full,
.column__contents table.full {
  width: 100%;
}

.detail__ranktable tr,
.detailSpec tr,
.template__contents table tr,
.pages__contents table tr,
.blog__contents table tr,
.topics__contents table tr,
.column__contents table tr {
  border-bottom: 1px solid #ccc;
}

.detail__ranktable thead th,
.detailSpec thead th,
.template__contents table thead th,
.pages__contents table thead th,
.blog__contents table thead th,
.topics__contents table thead th,
.column__contents table thead th {
  padding: 12px;
  border: 1px solid #555;
  background-color: #555;
  font-weight: 700;
  color: #fff;
}

.detail__ranktable tbody th,
.detailSpec tbody th,
.template__contents table tbody th,
.pages__contents table tbody th,
.blog__contents table tbody th,
.topics__contents table tbody th,
.column__contents table tbody th,
.detail__ranktable tbody td,
.detailSpec tbody td,
.template__contents table tbody td,
.pages__contents table tbody td,
.blog__contents table tbody td,
.topics__contents table tbody td,
.column__contents table tbody td {
  padding: 12px;
  vertical-align: middle;
  font-size: 1.2rem;
}

.detail__ranktable tbody th,
.detailSpec tbody th,
.template__contents table tbody th,
.pages__contents table tbody th,
.blog__contents table tbody th,
.topics__contents table tbody th,
.column__contents table tbody th {
  width: 30%;
  border-right: 1px solid #ccc;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: 700;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.effect.active.fadeIn {
  animation: fadeIn 2s;
}

.effect.active.fadeInUp {
  animation: fadeInUp 1s;
}

.effect.active.fadeInLeft {
  animation: fadeInLeft 1s;
}

.effect.active.fadeInRight {
  animation: fadeInRight 1s;
}

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a img:hover {
  opacity: 0.8;
}

iframe {
  vertical-align: bottom;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

em {
  font-style: normal;
}

strong {
  font-weight: 700;
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.text__gray {
  color: #999;
}

.text__red {
  color: #bf0000;
}

.text__blue {
  color: #05a;
}

.text__green {
  color: #096;
}

.text__corpcolor {
  color: #880031;
}

.text__left {
  text-align: left;
}

.text__right {
  text-align: right;
}

.text__center {
  text-align: center;
}

.text__bold {
  font-weight: 700;
}

.text__underline-pink {
  background: linear-gradient(transparent 70%, #ffd7e5 80%);
}

.text__underline-yellow {
  background: linear-gradient(transparent 70%, #ffefbe 80%);
}

.display__pc {
  display: none;
}

.display__none {
  display: none;
}

.main__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 24px;
  padding: 8px;
}

.main__contents {
  width: 100%;
  margin: 0 0 auto auto;
}

.main__contents input,
.main__contents textarea {
  padding: 12px !important;
}

.main__contents select {
  cursor: pointer;
  padding: 6px 12px !important;
}

.main__contents-h1 {
  margin: 0 0 12px;
  padding: 12px 6px 6px;
  border-bottom: 1px solid #880031;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}

.main__contents-h2-step {
  position: absolute;
  top: -24px;
  left: 50%;
  padding: 0px 24px;
  background-color: #880031;
  border-radius: 24px;
  vertical-align: middle;
  line-height: 42px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  transform: translateX(-50%);
  color: #fff;
}

.main__brand-h2 {
  font-weight: 700;
  margin: 0 0.5%;
}

.main__announcement {
  margin: 32px 0;
}

.main__announcement-title {
  color: #bb0043;
  font-size: 1.8rem;
  margin: 0 0 4px 0;
}

.main__announcement-body p {
  margin: 12px 0;
}

.main__announcement-body-link {
  display: flex;
  flex-wrap: wrap;
}

.main__announcement-body-link-item {
  border: 1px solid #3b3b3b;
  border-radius: 20px;
  display: inline-block;
  line-height: 0.9;
  padding: 8px 12px;
  text-align: center;
  margin: 12px 12px 0 0;
}

.main__announcement-body-link-item:hover {
  text-decoration: none;
  border-color: #f8e5ec;
}

.tel__button {
  display: block;
  width: 100%;
  margin: 32px auto 12px;
  padding: 1em 1.6em;
  text-align: center;
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  color: #fff;
}

.tel__button span {
  font-family: "Oswald";
  font-size: 2.6rem;
}

.discount {
  font-size: 2.2rem !important;
}

.discount__rate {
  position: absolute;
  top: 0;
  left: -2px;
  display: inline-block;
  margin: 3px 4px 2px 0 !important;
  padding: 5px 9px !important;
  border-radius: 0 4px 4px 0 !important;
  line-height: 1 !important;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #bf0000;
}

.bnr-woc {
  display: block;
  text-align: center;
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 8px 0 48px;
  background: #fff;
  box-shadow: 1px 1px 5px #9f9f9f;
  color: #000;
  transform: translateX(-105%);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer__contents {
  display: flex;
  justify-content: flex-end;
}

.drawer__clientinfo {
  display: flex !important;
  margin: 0 0px 12px !important;
}

.drawer__clientinfo a {
  height: 48px;
  border: none;
  border-radius: 0;
  color: #000;
}

.drawer__clientinfo a:hover {
  color: #000;
  background: #e9e9e9;
}

.drawer__clientinfo.fs-clientInfo.is-ready > div:last-child {
  border-left: 1px solid #ccc;
}

.drawer__nav a {
  display: flex;
  margin: 12px 0;
}

.drawer__nav .fs-pt-menu__item:last-child a {
  border-bottom: none;
}

.drawer__nav .fs-pt-menu__item a {
  position: relative;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem !important;
}

.drawer__nav .fs-pt-menu__item a:after {
  content: "\e934";
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 2.5em;
  font-family: "fs-icon" !important;
  transform: translateY(-50%);
}

.drawer__nav .fs-pt-menu__item a:hover {
  color: #000;
  background-color: #f1f1f1;
}

.drawer__nav .fs-pt-menu__item a:active {
  color: #000;
  background-color: #f1f1f1;
}

.drawer__nav .fs-pt-menu > li:last-child {
  border-bottom: none;
}

.drawer__nav .fs-pt-column {
  margin: 12px 8px 0;
}

.drawer__nav .fs-pt-column a {
  margin: 0;
}

.drawer__nav-search {
  border-bottom: 1px solid #ccc;
}

.drawer__banner {
  margin-bottom: 24px;
}

.drawer__banner img {
  width: 100%;
  height: auto;
}

.drawer__point {
  padding: 8px;
  background-color: #f1f1f1;
}

.drawer__point-heading {
  text-align: center;
  font-size: 1.2rem;
}

.drawer__point-num {
  text-align: center;
  letter-spacing: 0.05em;
}

.drawer__point-num em {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #bb0043;
}

.drawer__point-button {
  display: block;
  max-width: 240px;
  margin: 8px auto;
  padding: 8px 12px;
  background-color: #3b3b3b;
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff !important;
}

.drawer__point-button:hover {
  background-color: #000;
}

.drawer__menu-category .fs-pt-menu__item a {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
  line-height: 1.25;
  font-size: 1.4rem !important;
}

.drawer__menu-category .fs-pt-menu__item a span {
  display: none;
}

.drawer__menu-category .fs-pt-menu__item a:hover {
  color: #000;
  background-color: #f8e5ec;
}

.drawer__menu-category .fs-pt-menu__item a:active {
  color: #000;
  background-color: #f8e5ec;
}

.drawer__menu-category-last .drawer__title {
  border-bottom: 1px solid #fff;
}

.drawer__menu-brand .fs-pt-menu__item a {
  min-height: 48px !important;
}

.drawer__menu-sp {
  width: 33.33%;
}

.drawer__button,
.drawer__button--opener,
.drawer__button--closed {
  display: inline-block;
  height: 46px;
  padding: 6px 6px 3px;
  text-align: center;
  cursor: pointer;
}

.drawer__button--closed {
  position: unset;
}

.drawer__button-icon {
  font-size: 2.4rem;
}

.drawer__button-label {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.drawer__button + .header__logo,
.drawer__button--opener + .header__logo,
.drawer__button--closed + .header__logo {
  margin-left: 0;
}

.drawer__ctrl:checked + .drawer {
  width: 100%;
  transform: translateX(0);
  z-index: 999999;
}

.drawer__heading {
  padding: 12px 8px;
  border-top: solid 1px #880031;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  font-weight: 700;
  font-family:
    "Raleway", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.03em;
}

.drawer__heading-category {
  padding: 12px;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  font-family:
    "Raleway", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.03em;
}

.drawer__more {
  width: 50%;
  margin: 12px 12px 12px auto !important;
}

.drawer__more a {
  position: relative;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  text-align: center !important;
}

.drawer__more a:after {
  content: "\e90c";
  position: absolute;
  right: 0;
  display: block;
  font-family: "fs-icon" !important;
}

.drawer__more a:hover {
  background-color: #f1f1f1;
  color: #000 !important;
}

.drawer .fs-clientInfo.is-ready {
  display: flex;
  flex-direction: row;
  margin: 0 8px 12px;
}

.drawer .fs-clientInfo.is-ready .my-true {
  width: 100%;
}

.drawer__toggle {
  display: none;
}

.drawer__toggle:checked + .drawer__menu + .drawer__accordion {
  max-height: 9999px;
  transition: all 1.5s;
}

.drawer__toggle:checked + .drawer__menu + .drawer__accordion-category {
  max-height: 9999px;
  transition: all 1.5s;
}

.drawer__toggle:checked + .drawer__menu .drawer__title::before {
  transform: translateY(-50%) rotate(-90deg) !important;
}

.drawer__toggle:checked + .drawer__menu .drawer__title-category::before {
  transform: rotate(-90deg) !important;
}

.drawer__toggle:checked + .drawer__menu-category-last .drawer__title {
  border-bottom: solid 1px #ccc;
}

.drawer__accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}

.drawer__accordion-category {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}

.drawer__accordion .drawer__accordion-category {
  max-height: inherit;
}

.drawer__title {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  padding: 12px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0;
}

.drawer__title:hover {
  color: #000;
  background-color: #f1f1f1;
}

.drawer__title::before {
  content: "\e934";
  font-family: "fs-icon";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2.5em;
  line-height: 1;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.drawer__title-category {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer__title-category::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: calc(0.5em - 12px);
  font-weight: 700;
  transition: all 0.3s;
}

.drawer__wishlist::before {
  content: "\e919";
  font-family: "fs-icon" !important;
  position: absolute;
  top: 50%;
  right: 0.3em;
  font-size: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #ccc;
}

.drawer__wishlist:hover::before {
  color: #dab;
}

.drawer__wishlist a {
  padding: 24px 12px !important;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid #880031;
}

.drawer__search-button {
  margin: 0 18px 0 auto;
}

.drawer__search-button-icon::before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-style: normal;
}

.footer {
  position: relative;
  background-color: #272727;
  color: #fcfcfc;
}

.footer a {
  color: #fcfcfc;
}

.footer__pagetop {
  display: flex;
  justify-content: flex-end;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 12px;
}

.footer__pagetop-link {
  position: fixed;
  bottom: 50px;
  right: 8px;
  z-index: 998;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #880031;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  text-indent: -999px;
  overflow: hidden;
  display: none;
}

.footer__pagetop-link::before {
  content: "\e937";
  display: block;
  line-height: 2.25;
  text-indent: 0;
  text-align: center;
  text-transform: none;
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  color: #fcfcfc;
}

.footer__pagetop-link:hover {
  text-decoration: none;
}

.footer__nav {
  max-width: 1280px;
  margin: 0 auto;
}

.footer__nav-item-title {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #999;
}

.footer__nav-item-inner {
  position: relative;
  display: none;
  height: auto;
  padding: 12px 12px 60px;
}

.footer__nav-item-icon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 12px;
}

.footer__nav-item-icon::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  top: -32px;
  right: 12px;
  margin: auto 0;
}

.footer__nav-item-ctrl {
  display: none;
}

.footer__nav-item-ctrl:checked + .footer__nav-item-icon::before {
  transform: rotate(0deg);
}

.footer__nav-item-ctrl:checked
  + .footer__nav-item-icon
  + .footer__nav-item-inner {
  display: block;
}

.footer__nav-item-link {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #fcfcfc;
  border-radius: 4px;
}

.footer__nav-item-link:hover {
  color: #000;
  background: #fff;
}

.footer__nav-item-list li {
  list-style: inside;
}

.footer__nav-item-emphasis {
  font-size: 1.8rem;
}

.footer__nav-item-datalist {
  display: flex;
  margin-bottom: 0;
}

.footer__nav-item-datalist-title {
  width: 50px;
  padding-right: 8px;
}

.footer__nav-item-datalist-data {
  position: relative;
  margin: 0;
  padding-left: 8px;
}

.footer__nav-item-datalist-data::before {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.footer__utility {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1280px;
  margin: 24px auto 0;
}

.footer__utility-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__utility-list-item {
  position: relative;
}

.footer__utility-list-item-heading {
  display: block;
  padding: 8px;
  border-top: 1px solid #fcfcfc;
}

.footer__utility-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 8px;
}

.footer__utility-link::after,
.footer__utility-link::before {
  position: relative;
  top: 2px;
  line-height: 1;
  text-transform: none;
  font-family: "fs-icon" !important;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer__utility-link::after {
  content: "\e90c";
}

.footer__utility,
.footer__utility-nav {
  margin-top: 12px;
}

.footer__appli {
  text-align: center;
}

.footer__appli a {
  display: inline-block;
  padding: 8px 2px;
}

.footer__appli a img {
  width: 140px;
}

.footer__snslink {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.footer__snslink-item {
  margin-left: 20px;
}

.footer__snslink-item:first-child {
  margin-left: 0;
}

.footer__snslink-icon {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.footer__snslink-icon img {
  display: block;
  width: 43px;
}

.footer__license {
  padding: 6px;
  text-align: center;
  font-size: 1.1rem;
  color: #555;
}

.footer__copyright {
  padding: 12px 12px 68px;
  background-color: #000;
  text-align: center;
  line-height: 1;
  color: #fcfcfc;
}

.footer__copyright-text {
  font-size: 1.1rem;
}

.footer__copyright-license {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.footer__copyright-license dt {
  display: inline-block;
}

.footer__copyright-license dd {
  display: inline-block;
}

.footer__info {
  padding: 24px 0;
  background-color: #fcfcfc;
  font-size: 1.1rem;
  color: #000;
}

.footer__info a {
  color: #000;
}

.footer__info-list {
  margin-bottom: 24px;
  text-align: center;
}

.footer__info-list li {
  padding: 3px 6px;
}

.footer__info-linklist {
  display: flex;
  justify-content: center;
}

.footer__info-linklist li {
  margin: 0 12px;
  display: flex;
  align-items: center;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: block;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
}

.header.hide {
  transform: translateY(-120%);
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}

.header__logo {
  width: 33%;
  max-width: 220px;
  margin: 0 6px;
  text-align: left;
}

.header__logo a {
  display: flex;
}

.header__nav {
  background-color: #000;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  color: #fcfcfc;
}

.header__nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav-list-item {
  flex-grow: 1;
}

.header__nav-list-item a {
  color: #fcfcfc;
}

.header__nav-list .fs-clientInfo {
  flex-grow: 1;
}

.header__nav-list .fs-clientInfo a {
  color: #fcfcfc !important;
}

.header__nav-list-link,
.header__nav-list-link-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  background: transparent;
  border-radius: 0;
  font-size: 1.1rem;
}

.header__nav-list-link-cart {
  position: relative;
}

.header__tel {
  display: none;
}

.header__search {
  position: absolute;
  top: 47px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 0;
  padding: 0;
  background-color: #f1f1f1;
  transition: all 0.3s;
  order: 1;
}

.header__search-title {
  width: 100%;
  margin-bottom: 6px;
  font-size: 0;
  text-align: center;
  visibility: hidden;
}

.header__search-input {
  flex-grow: 1;
  width: calc(100% - 3em);
  margin-right: -8px;
  padding: 12px;
  border-radius: 0;
}

.header__search-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  min-width: 48px;
  padding: 3px;
  border: 1px solid #000;
  text-wrap: nowrap;
  font-size: 0;
  background: #000;
  color: #fff;
  visibility: hidden;
  transition: all 0.3s;
}

.header__search-window {
  width: calc(100% - 66px);
}

.header__search .header__search-window {
  visibility: hidden;
}

.header__search .fs-p-productSearch {
  height: 0;
}

.header__search-toggle:checked ~ .header__search {
  height: inherit;
  padding: 12px 8px 24px;
  transition: all 0.3s;
}

.header__search-toggle:checked ~ .header__search .header__search-title {
  font-size: 1.6rem;
  visibility: visible;
}

.header__search-toggle:checked ~ .header__search .header__search-button {
  height: inherit;
  font-size: 1.1rem;
  visibility: visible;
  transition: all 0.3s;
}

.header__search-toggle:checked ~ .header__search .header__search-window {
  visibility: visible;
  transition: all 0.3s;
}

.header__search-toggle:checked ~ .header__search .fs-p-productSearch {
  height: inherit;
}

.header__search-toggle:checked
  ~ .drawer__search-button
  .drawer__search-button-icon::before {
  content: "\e911";
  position: absolute;
  top: 50px;
  right: 12px;
  z-index: 2;
  font-size: 2.4rem;
  font-family: "fs-icon" !important;
}

.header__search-inputgroup {
  display: flex;
  align-items: stretch;
}

.header__search-select-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -4px;
  pointer-events: none;
  border-width: 6px 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.header__search form {
  flex-grow: 1;
}

.header__login a {
  display: inline-block;
  padding: 4px 8px;
  background-color: #880031;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  color: #fff;
}

.header__logout {
  display: none;
}

.header__logout a {
  font-size: 1.2rem;
  color: #1e5d9b;
}

.header__logout a:hover {
  color: #1e5d9b;
}

.header__mypage {
  display: flex;
  align-items: center;
}

.header__mypage a {
  font-size: 1.2rem;
  color: #1e5d9b;
}

.header__mypage a:hover {
  color: #1e5d9b;
}

.header__welcome {
  display: none;
}

.header__message {
  height: 46px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 1.1rem;
}

.header__message-name {
  display: none;
  min-width: 26vw;
}

.header__point {
  display: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
}

.header__point-num {
  font-size: 1.2rem;
}

.header__point-num em {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #bb0043;
}

.header__cart {
  position: relative;
  display: inline-block;
  max-width: 60px;
  margin-right: 12px;
}

.header__cart .fs-p-cartItemNumber {
  top: 4px;
  right: 10px;
}

.header__cart-label {
  display: none;
}

.header__cart a {
  display: flex;
  flex-direction: column;
  color: #000;
}

.header__cart .icon__cart {
  font-size: 1.1rem;
}

.header__suggest {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.header__suggest-wrap {
  display: flex;
  height: 50px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.header__suggest-list {
  display: table;
}

.header__suggest-list li {
  display: table-cell;
  white-space: nowrap;
  padding: 0 9px;
}

.header__suggest-list li:first-child {
  padding-left: 3px;
}

.header__suggest-list li:last-child {
  padding-right: 3px;
}

.header__suggest-list li a {
  display: block;
  padding: 3px 6px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #fff !important;
}

.header__suggest-list li a:hover {
  color: #ccc;
}

.header__menu {
  display: none;
}

.header__menu-sp {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.header__menu-sp li ul li {
  flex: 1;
  padding: 0;
}

.header__menu-sp .fs-pt-menu {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.header__menu-sp .fs-pt-menu__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__menu-sp .fs-pt-menu a {
  justify-content: center;
  font-size: 1.1rem;
}

.header__menu-sp li {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  border: none;
}

.header__menu-sp li:hover {
  background-color: #f8e5ec;
}

.header__menu-sp li:active {
  background-color: #f8e5ec;
}

.header__menu-sp li:first-child {
  font-weight: 700;
}

.header__menu-sp .drawer__menu-sp {
  display: flex;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.header__menu-sp .drawer__title {
  margin: 0 6px 6px;
  padding: 0;
  border-bottom: none;
  font-size: 1.1rem;
}

.header__menu-sp .drawer__title-btn {
  display: inline-block;
}

.header__menu-sp .drawer__title-heading {
  display: none;
  font-weight: 700;
}

.header__menu-sp .drawer__title i {
  display: none;
}

.header__menu-sp .drawer__title::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: inherit;
  transform: none;
  transition: all 0.3s;
}

.header__menu-sp .drawer__accordion {
  display: none;
  max-height: 0;
}

.header__menu-sp .drawer__accordion-category {
  display: none;
  max-height: 0;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 1001;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp ul {
  display: block;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp li {
  width: 100%;
  padding: 0;
  border: none;
  text-align: left;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .fs-pt-menu__heading {
  display: block;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__heading {
  background: #f1f1f1;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__heading:hover {
  background: #dadada;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__heading-category {
  background: #f1f1f1;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__heading-category:hover {
  background: #dadada;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__title {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 6px 12px 12px;
  background: #f1f1f1;
  transition: none;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__title-btn {
  display: none;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__title-heading {
  display: inline-block;
  font-size: 1.4rem;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__title i {
  display: inline-block;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__title::before {
  content: none;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__accordion {
  display: block;
  max-height: inherit;
  transition: none;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__accordion-category {
  display: block;
  max-height: inherit;
  transition: none;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__accordion
  span {
  width: 100%;
}

.header__menu-sp
  .drawer__toggle:checked
  + .drawer__menu-sp
  .drawer__accordion-category
  li {
  width: 100%;
  padding: 0;
}

.header__menu-sp .drawer__toggle:checked + .drawer__menu-sp .drawer__more {
  display: none;
}

.header__utility {
  display: none;
  align-self: stretch;
}

.header__utility-list {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 40%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}

.header__utility-list li {
  margin-left: 12px;
}

.header__utility-list a {
  display: inline-block;
}

.header__utility-list a:link {
  color: #000;
}

.header__utility-list a:visited {
  color: #3b3b3b;
}

.header__utility-list a:active {
  color: #000;
}

.header__utility-list-logout.is-loggedIn--true,
.header__utility-list-register.is-loggedIn--true {
  display: none;
}

.header__utility-list-logout.is-loggedIn--false {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header__cart a i:before {
    font-size: 2rem;
  }
}

@font-face {
  font-family: "fs-icon";
  src:
    url("../../system/font/fs-icon.ttf?4lt733") format("truetype"),
    url("../../itembox.design/system/font/fs-icon.woff?4lt733") format("woff"),
    url("../../system/font/fs-icon.svg?4lt733#fs-icon") format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*="icon__"] {
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__accountMembershipCard:before {
  content: "\e93a";
}

.icon__accountCoupon:before {
  content: "\e900";
}

.icon__accountWishList:before {
  content: "\e901";
}

.icon__accountCart:before {
  content: "\e902";
}

.icon__accountStore:before {
  content: "\e93b";
}

.icon__accountPoint:before {
  content: "\e903";
}

.icon__accountReviews:before {
  content: "\e904";
}

.icon__accountCreditCards:before {
  content: "\e905";
}

.icon__accountAddressbook:before {
  content: "\e906";
}

.icon__accountLine:before {
  content: "\e907";
}

.icon__accountPassword:before {
  content: "\e908";
}

.icon__accountSettings:before {
  content: "\e909";
}

.icon__accountMembershipMerge:before {
  content: "\e93c";
}

.icon__accountDelete:before {
  content: "\e90a";
}

.icon__arrowLeft:before {
  content: "\e90b";
}

.icon__arrowRight:before {
  content: "\e90c";
}

.icon__doubleArrowLeft:before {
  content: "\e90d";
}

.icon__doubleArrowRight:before {
  content: "\e90e";
}

.icon__chevronUp:before {
  content: "\e937";
}

.icon__blockArrowRight:before {
  content: "\e933";
}

.icon__blockArrowDown:before {
  content: "\e90f";
}

.icon__circleArrowRight:before {
  content: "\e934";
}

.icon__smallCircle:before {
  content: "\e935";
}

.icon__check:before {
  content: "\e910";
}

.icon__close:before {
  content: "\e911";
}

.icon__search:before {
  content: "\e932";
}

.icon__zoom:before {
  content: "\e912";
}

.icon__question:before {
  content: "\e913";
}

.icon__info:before {
  content: "\e914";
}

.icon__error:before {
  content: "\e915";
}

.icon__warning:before {
  content: "\e916";
}

.icon__display:before {
  content: "\e917";
}

.icon__displayOff:before {
  content: "\e918";
}

.icon__heartOutline:before {
  content: "\e919";
  font-size: 2.4rem;
}

.icon__heart:before {
  content: "\e91a";
}

.icon__starOutline:before {
  content: "\e91b";
}

.icon__starHalf:before {
  content: "\e91c";
}

.icon__star:before {
  content: "\e91d";
}

.icon__cart:before {
  content: "\e91e";
  font-size: 2.4rem;
}

.icon__toCart:before {
  content: "\e91f";
}

.icon__mail:before {
  content: "\e920";
}

.icon__point:before {
  content: "\e921";
}

.icon__delivery:before {
  content: "\e922";
}

.icon__circleChecked:before {
  content: "\e923";
}

.icon__checkbox:before {
  content: "\e938";
}

.icon__disabled:before {
  content: "\e924";
}

.icon__balloon:before {
  content: "\e925";
}

.icon__review:before {
  content: "\e926";
}

.icon__allReviews:before {
  content: "\e927";
}

.icon__addReview:before {
  content: "\e928";
}

.icon__editReview:before {
  content: "\e929";
}

.icon__member:before {
  content: "\e936";
}

.icon__membershipCard:before {
  content: "\e93d";
}

.icon__document:before {
  content: "\e92a";
}

.icon__page:before {
  content: "\e92b";
}

.icon__navCtrl:before {
  content: "\e92c";
  color: #000;
}

.icon__newProduct:before {
  content: "\e92d";
  font-size: 2.4rem;
}

.icon__productList:before {
  content: "\e92f";
}

.icon__wishList:before {
  content: "\e931";
}

.icon__mypage:before {
  content: "\e92e";
  font-size: 2.4rem;
}

.icon__cart02:before {
  content: "\e930";
}

.icon__instagram:before {
  content: "\e939";
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 1px;
  height: 20px;
  border-radius: 4px;
  background: #000;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 24px;
}

#fs_ProductDetails .modaal-content-container {
  padding: 24px 24px 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.home__h3 {
  background-color: #880031;
}

.home__button:hover {
  background: #000 !important;
}

.home__campaign-mv {
  padding-top: 126px;
  text-align: center;
}

.home__campaign-mv img {
  width: 100%;
}

.home__message {
  margin-bottom: 24px;
  padding: 12px;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 3px;
  color: #000;
}

.home__message-heading {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.home__brand-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home__brand-list-item {
  width: 18%;
  margin: 8px;
}

.home__reason-h3 {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.home__reason-unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 24px;
}

.home__reason-unit-pict {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}

.home__reason-unit-text {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
  order: 1;
}

.home__banner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home__banner-item {
  max-width: 45%;
  margin-bottom: 20px;
}

.home__banner-heading,
.home__banner-description {
  display: none;
}

.home__category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.home__category-list-item {
  height: auto;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}

.home__category-list-item a {
  display: flex;
  color: #000;
}

.home__category-list-item a:hover {
  color: #000;
}

.home__category-list-item-thumb {
  margin-right: 12px;
}

.home__category-list-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 5px 0;
}

.home__category-list-item-text-desc {
  font-size: 1.1rem;
}

.home__target-title {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 10px;
  margin-bottom: 24px;
  overflow: hidden;
  line-height: 1.5;
}

.home__target-title a {
  float: right;
  font-size: 1.2rem;
}

.home__target-list {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 1.71%;
  margin-bottom: 24px;
}

.home__target-list-item {
  width: 23%;
  margin-bottom: 8px;
}

.home__target-list-item a {
  display: block;
  color: #000;
}

.home__target-list-item a:hover {
  color: #000;
}

.home__target-list-item-title {
  margin-top: 8px;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}

.home__faq-list {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #dadada;
}

.home__faq-list:hover {
  cursor: pointer;
}

.home__faq-list-title {
  position: relative;
  padding: 12px 40px;
  background-color: #f6f6f6;
}

.home__faq-list-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  margin-top: -20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #9f9f9f;
}

.home__faq-list-title::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  margin-top: -20px;
  text-align: center;
  font-size: 2.4rem;
  color: #9f9f9f;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.home__faq-list-title.open::after {
  content: "ー";
  transform: rotate(0);
}

.home__faq-list-contents {
  position: relative;
  padding: 12px 12px 12px 40px;
}

.home__faq-list-contents::before {
  content: "A";
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 42px;
  margin: auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #880031;
}

.home__faq-h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.home__newitem-h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.home__newitem-more {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 24px auto;
  padding: 6px 24px 6px 12px;
  border-bottom: solid 1px #ccc;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000 !important;
}

.home__newitem-more::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0.6em;
  font-weight: 700;
}

.home__newitem-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.home__newitem-list:before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}

.home__newitem-list:after {
  content: "";
  display: block;
  width: 32%;
}

.home__newitem-list-item {
  position: relative;
  width: 32%;
  margin-bottom: 12px;
  border: 1px solid #ccc;
}

.home__newitem-list-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 9px;
  color: #000;
}

.home__newitem-list-item a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.home__newitem-list-item a:hover {
  color: #000;
}

.home__newitem-list-item a:hover:before {
  opacity: 1;
}

.home__newitem-list-item-thumb {
  margin-bottom: 6px;
}

.home__newitem-list-item-thumb img {
  width: 100%;
  height: auto;
}

.home__newitem-list-item-name {
  font-size: 1.1rem;
  line-height: 1.5;
}

.home__newitem-list-item-price {
  margin-top: auto;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.home__newitem-list-item-price span {
  font-weight: 700;
}

.home__history-desc {
  margin-bottom: 24px;
  text-align: center;
}

.home__history-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 48px;
}

.home__history-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 6px;
  color: #000;
}

.home__history-list a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.home__history-list a:hover {
  color: #000;
}

.home__history-list a:hover:before {
  opacity: 1;
}

.home__history-list:before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}

.home__history-list:after {
  content: "";
  display: block;
  width: 32%;
}

.home__history-list-item {
  position: relative;
  width: 32%;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.home__history-list-item-thumb {
  margin-bottom: 6px;
}

.home__history-list-item-thumb img {
  width: 100%;
  height: auto;
}

.home__history-list-item-name {
  font-size: 1.1rem;
}

.home__history-list-item-price {
  margin-top: auto;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.home__history-list-item-price span {
  font-weight: 700;
}

.home__ranking table th {
  width: 40px;
  vertical-align: middle;
  background-color: #e9e9e9;
}

.home__ranking table td a {
  display: flex;
}

.home__ranking table td a:hover {
  color: #000;
}

.home__ranking table td a p {
  padding: 8px;
  max-width: 70%;
  font-size: 1.1rem;
}

.home__ranking table td a p .itemPrice {
  font-size: 1.4rem;
}

.home__ranking table td a p img {
  min-width: 80px;
}

.home__ranking-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number;
}

.home__ranking-list-item {
  position: relative;
  width: 32%;
  margin-bottom: 12px;
  padding: 9px;
  border: 1px solid #ccc;
}

.home__ranking-list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #000;
}

.home__ranking-list-item a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.home__ranking-list-item a:hover {
  color: #000;
}

.home__ranking-list-item a:hover:before {
  opacity: 1;
}

.home__ranking-list-item-thumb {
  width: 50%;
  min-width: 100px;
  margin-bottom: 6px;
  text-align: center;
}

.home__ranking-list-item-name {
  width: 100%;
  font-size: 1.1rem;
}

.home__ranking-list-item-price {
  width: 100%;
  margin-top: auto;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.home__ranking-list-item-price span {
  font-weight: 700;
}

.home__ranking-1 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #cda000;
}

.home__ranking-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: solid 12px #cda000;
  border-right: solid 12px #cda000;
  border-bottom: solid 6px transparent;
}

.home__ranking-2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #787878;
}

.home__ranking-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: solid 12px #787878;
  border-right: solid 12px #787878;
  border-bottom: solid 6px transparent;
}

.home__ranking-3 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #ac5d00;
}

.home__ranking-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: solid 12px #ac5d00;
  border-right: solid 12px #ac5d00;
  border-bottom: solid 6px transparent;
}

.home__ranking-sub {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #000;
}

.home__ranking-sub:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: solid 12px #000;
  border-right: solid 12px #000;
  border-bottom: solid 6px transparent;
}

.home__ranking .swiper-link {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.home__ranking .swiper-link .swiper-wrapper {
  justify-content: center;
}

.home__ranking .swiper-link .swiper-slide {
  cursor: pointer;
  width: auto !important;
  min-width: 48px;
  margin: 0 12px !important;
  padding: 6px 0;
  text-align: center;
}

.home__ranking .swiper-link .swiper-slide-thumb-active {
  border-bottom: 2px solid #000;
}

.home__feature .fs-pt-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
}

.home__feature .fs-pt-column a {
  color: #000;
}

.home__feature .fs-pt-column a:hover {
  color: #000;
}

.home__feature .fs-pt-column__image > img {
  margin: 0 auto;
}

.home__feature .fs-pt-column__description {
  text-align: left;
  line-height: 1.5;
  font-size: 1.1rem;
}

.home__feature .fs-pt-column__heading {
  font-size: 1.6rem;
  font-weight: 400;
}

.home__feature .fs-pt-column__item > *:nth-child(3) {
  letter-spacing: 0;
  font-size: 1.2rem;
}

.home__kaitori {
  height: 7.8vw;
}

.accodion dd {
  display: none;
}

.detail__desc {
  margin-bottom: 24px;
  padding: 12px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  font-size: 1.2rem;
}

.detail__desc-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
  color: #272727;
}

.detail__desc-message {
  font-size: 1.2rem;
}

.detail__desc-message a {
  text-decoration: underline;
}

.detail__desc-message p {
  margin-bottom: 12px;
  padding: 0 6px;
}

.detail__desc-message em {
  color: #bb0043;
}

.detail__desc-message ul {
  padding: 4px 12px;
  margin: 12px 0;
}

.detail__desc-message li {
  margin: 12px 0 12px 24px;
  list-style: "◆";
  line-height: 1.75;
}

.detail__desc-message li:last-child {
  margin-bottom: 0;
}

.detail__desc-message li:has(ul) {
  list-style: none;
}

.detail__desc-message li ul {
  padding: 0;
  margin: 0;
}

.detail__desc-message li li {
  list-style: disc;
}

.detail__desc-footer {
  text-align: right;
  text-decoration: underline;
}

.detail__desc-list {
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.detail__desc-list li {
  margin: 0 12px 12px;
  padding-left: 4px;
  text-indent: -4px;
  line-height: 1.75em;
}

.detail__desc-list li::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  margin: auto 4px auto -8px;
  border: 4px solid #3b3b3b;
  border-radius: 50%;
  box-sizing: content-box;
}

.detail__contactbox {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  font-size: 1.2rem;
}

.detail__contactbox-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail__contactbox-tel::before {
  content: "\f095";
  width: 1.4rem;
  height: 1.4rem;
  margin: 6px;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 1.4rem;
}

.detail__contactbox-tel a {
  margin-left: 12px;
  color: #000;
}

.detail__contactbox-mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail__contactbox-mail::before {
  content: "\f0e0";
  width: 1.4rem;
  height: 1.4rem;
  margin: 6px;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 1.4rem;
}

.detail__contactbox-mail a {
  color: #000;
}

.detail__return-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.detail__return-title label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 12px 12px 0;
}

.detail__return-title label::after {
  content: "\f054";
  font-family: FontAwesome;
}

.detail__return-message {
  padding: 0 12px;
  border-top: solid 0 #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}

.detail__return-toggle {
  display: none;
}

.detail__return-toggle:checked + .detail__return-title label::after {
  transform: rotate(90deg) !important;
}

.detail__return-toggle:checked
  + .detail__return-title
  + .detail__return-message {
  max-height: 9999px;
  padding: 12px;
  border-top: solid 1px #ccc;
  transition: all 1.5s;
}

.detail__caution {
  font-size: 1.2rem;
}

.detail__notes {
  margin-bottom: 6px;
}

.detail__notes-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.detail__notes-list-item a {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 6px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.detail__notes-list-item a::after {
  content: "\f054";
  font-family: FontAwesome;
}

.detail__notes-title {
  font-size: 1.6rem;
}

.detail__clearfix {
  width: 100%;
  padding: 8px;
  margin-top: 24px;
  border: 8px solid #e9e9e9;
  overflow: auto;
}

.detail__clearfix-list {
  padding: 8px;
  margin-bottom: 8px;
  background: #e9e9e9;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1px;
}

.detail__clearfix-list-item {
  display: list-item;
  padding: 4px 12px 4px 4px;
  float: left;
  letter-spacing: 1px;
  list-style: disc inside;
}

.detail__clearfix-paypal {
  display: list-item;
  padding: 8px;
  border-top: 2px solid #e9e9e9;
  list-style: none;
  letter-spacing: 0;
  float: left;
}

.detail__ranktable {
  width: 100%;
}

.detail__ranktable thead th {
  padding: 3px 12px;
}

.detail__ranktable tbody th,
.detail__ranktable tbody td {
  display: block;
  padding: 3px 12px;
}

.detail__ranktable tbody th {
  width: auto;
  border-right: none;
}

.detailSpec {
  width: 100%;
  margin-bottom: 12px !important;
}

.detailSpec tbody th,
.detailSpec tbody td {
  display: block;
  padding: 3px 6px;
}

.detailSpec tbody th {
  width: auto;
  border-right: none;
  letter-spacing: 0.03em;
}

.detail__comment-01 {
  line-height: 12px;
  font-size: 1.2rem;
  color: #999;
}

.detail__comment-01 span {
  display: inline-block;
  margin: 0 2px 4px;
  padding: 4px 8px;
}

.detail__comment-01 a {
  display: inline-block;
  margin: 0 2px 4px;
  padding: 4px 8px;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
  color: #999;
}

.detail__recommend {
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;
}

.detail__recommend-list-item {
  position: relative;
  padding: 0 6px;
  border-right: solid 1px #ccc;
}

.detail__recommend-list-item a {
  color: #000;
}

.detail__recommend-list-item a:hover {
  color: #000;
}

.detail__recommend-list-item a:active {
  color: #000;
}

.detail__recommend-name {
  height: 72px;
  margin-bottom: 6px;
  overflow: hidden;
}

.detail__recommend-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.detail__recommend-price--main {
  font-size: 1.4rem;
}

.detail__recommend-price--addon {
  font-size: 1.1rem;
  font-weight: 400;
}

.detail__recommend img {
  max-width: 70%;
  margin: 0 15% 6px;
}

.detail__recommend.rcmd-slick-initialized {
  display: block;
  margin-bottom: 48px;
}

.detail__recommend .rcmd-slick-arrow::before {
  background-image: url("data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%20encoding%3d%22utf%2d8%22%3f%3e%0d%0a%3csvg%20version%3d%221%2e1%22%20id%3d%22l1%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20x%3d%220px%22%0d%0a%09%20y%3d%220px%22%20viewBox%3d%220%200%2024%2024%22%20style%3d%22enable%2dbackground%3anew%200%200%2024%2024%3b%22%20xml%3aspace%3d%22preserve%22%3e%0d%0a%3cstyle%20type%3d%22text%2fcss%22%3e%0d%0a%09%2est0%7bfill%3a%23505050%3b%7d%0d%0a%3c%2fstyle%3e%0d%0a%3cpath%20class%3d%22st0%22%20d%3d%22M15%2e4%2c7%2e4L14%2c6l%2d6%2c6l6%2c6l1%2e4%2d1%2e4L10%2e8%2c12L15%2e4%2c7%2e4z%22%2f%3e%0d%0a%3c%2fsvg%3e%0d%0a");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  content: "\002003";
  cursor: pointer;
}

.detail__recommend .rcmd-slick-prev {
  width: 40px;
  height: 40px;
  left: 0;
}

.detail__recommend .rcmd-slick-next {
  width: 40px;
  height: 40px;
  right: 0;
  top: 42%;
  transform: rotate(180deg);
}

.detail__recommend .rcmd-slick-list {
  width: auto;
  margin: 0 48px;
}

.detail__footer-title {
  display: none;
}

.snsarea {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  font-weight: 700;
  color: #000;
  background: #f1f1f1;
}

.register__h3 {
  padding: 8px;
  margin: 0 0 24px;
  background-color: #555;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

.register__lead {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #880031;
}

.register__text {
  margin-bottom: 12px;
  text-align: center;
}

.register__text-center {
  margin-bottom: 12px;
  text-align: center;
}

.register__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #880031;
  border: 1px solid #880031;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 400px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.register__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #66223b;
  border-color: #66223b;
  transform: translateY(1px);
  color: #fff;
}

.register__button:visited {
  color: #fff;
}

.register__benefit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.register__benefit-list-item {
  width: 100%;
  border: 5px solid #ccc;
  margin-bottom: 8px;
  padding: 4px;
}

.register__benefit-list-item-text {
  letter-spacing: 0.05em;
}

.register__benefit-list-item-text-lead {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}

.register__benefit-list-item-text-desc {
  font-size: 1.1rem;
}

.register__benefit-list-item-text-icon {
  text-align: center;
  font-size: 4.2rem;
  color: #bb0043;
}

.mypage__accountinfo {
  margin-bottom: 6px;
  padding: 8px;
  border-radius: 4px;
  background-color: #3b3b3b;
}

.mypage__accountinfo-header,
.mypage__accountinfo-currentpurchase {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.mypage__accountinfo-accountname {
  margin-bottom: 8px;
  color: #fff;
}

.mypage__accountinfo-body {
  padding: 8px;
  background-color: #fff;
  text-align: center;
}

.mypage__accountinfo-pointunit-point-availabel {
  font-weight: 700;
}

.mypage__accountinfo-pointunit-point-availabel-number {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  color: #bb0043;
}

.guide__icon-list {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(480px + 4%);
  margin: auto;
}

.guide__icon-list-item {
  width: 48%;
  max-width: 240px;
  margin: 4px 1%;
  padding: 12px 0;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #f6f6f6;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.2rem;
}

.guide__icon-list-item img {
  width: 64px;
}

.guide__icon-list-item span {
  display: block;
  padding: 8px 0;
}

.guide__list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.guide__list-item {
  width: 31.33%;
  margin: 4px 1%;
}

.guide__list-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 4px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #f6f6f6;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

.guide__list-item a i {
  margin: auto;
  vertical-align: bottom;
  line-height: 1.25;
  font-size: 4.2rem;
  font-family: FontAwesome;
  color: #bb0043;
}

.guide__list-item a span {
  display: block;
  padding: 8px 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.guide__list-item a:hover {
  background-color: #e9e9e9;
}

.guide__link {
  box-shadow: 0 0 2px #adadad;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.guide__link:before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}

.faq__h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.faq__wrap {
  margin-bottom: 24px;
}

.faq__button:hover {
  background: #000 !important;
}

.faq__list {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #dadada;
}

.faq__list:hover {
  cursor: pointer;
}

.faq__list-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 40px;
  border-bottom: none;
  background-color: #f6f6f6;
}

.faq__list-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  width: 40px;
  text-align: center;
  font-family:
    "Raleway", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #9f9f9f;
}

.faq__list-title::after {
  content: "＋";
  position: absolute;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #9f9f9f;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq__list-title.open::after {
  content: "ー";
  transform: rotate(0);
}

.faq__list-contents {
  position: relative;
  padding: 12px 12px 12px 40px;
}

.faq__list-contents::before {
  content: "A";
  position: absolute;
  left: 0;
  width: 40px;
  margin: auto;
  text-align: center;
  line-height: 1;
  font-family:
    "Raleway", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #bb0043;
}

.voice__wrap {
  margin-bottom: 48px;
}

.voice__article {
  margin-bottom: 48px;
}

.voice__box {
  padding: 12px;
}

.voice__box:nth-child(odd) {
  background-color: #f6f6f6;
}

.voice__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}

.voice__title-pict {
  width: 20%;
}

.voice__title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.voice__text {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.voice__text time {
  font-size: 1.1rem;
  color: #555;
}

.template__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.template__article {
  margin-bottom: 48px;
}

.template__article p em,
.template__article li em,
.template__article a em {
  color: #bb0043;
}

.template__time {
  display: block;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-left: 4px solid #dadada;
}

.template__text {
  margin-bottom: 20px;
}

.template__text-link {
  text-decoration: underline;
  color: #999;
}

.template__text-center {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.template__text-right {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.template__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.template__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.template__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.template__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.template__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.template__2columnbox-pict-text {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.template__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.template__2columnbox-text {
  width: 100%;
}

.template__voicebox {
  padding: 24px 12px;
}

.template__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.template__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.template__voicebox-title-pict {
  width: 20%;
}

.template__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.template__pict {
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
}

.template__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.template__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 20px;
}

.template__flex-item-pict {
  width: 100%;
}

.template__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.template__note {
  margin: 24px 0;
  border: 4px solid #880031;
}

.template__note-heading {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #880031;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.template__note-list {
  padding: 4px 12px;
  margin: 12px;
  background-color: #f6f6f6;
}

.template__note-list-item {
  margin: 12px 0;
}

.template__note-text {
  padding-left: 24px;
  margin: -24px 12px 12px;
}

.template__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -24px;
  top: 24px;
  margin-right: 8px;
}

.template__note .template__text {
  margin: 12px;
}

.template__contents {
  width: 100%;
  margin-bottom: 48px;
}

.template__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 32px auto;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.template__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.template__button:visited {
  color: #fff;
}

.template__list-item {
  margin-left: 24px;
  line-height: 24px;
  list-style: disc;
}

.template__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.template__box {
  padding: 12px;
  margin: 24px 0;
  border: 2px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
}

.template__shoplist {
  width: 100%;
}

.template__shoplist-item {
  width: 100%;
  margin-bottom: 48px;
}

.template__shoplist-item-heading {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.template__shoplist-item-pict {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.template__shoplist .template__button {
  margin: 0;
}

.template__shopdetail-pictbox-pict {
  width: 100%;
  margin-bottom: 8px;
}

.template__shopdetail-pictbox-item {
  display: flex;
  justify-content: space-between;
}

.template__shopdetail-pictbox-item img {
  width: 24%;
  height: 80px;
  object-fit: cover;
}

.template__shopdetail-info {
  width: 100%;
}

.template__shopdetail-info-table {
  width: 100%;
}

.template__shopdetail-info-table tr {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.template__shopdetail-info-table th {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left;
}

.template__shopdetail-info-table td {
  display: block;
}

.template__shopdetail-snslink {
  padding: 12px 0;
  text-align: center;
}

.template__shopdetail-snslink-item {
  display: inline-block;
  width: 60px;
  margin: 0 8px;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.pages__h4 {
  margin: 12px 0;
  padding: 8px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  font-weight: 700;
}

.pages__h5 {
  margin-bottom: 4px;
  font-weight: 700;
}

.pages__wrap {
  margin-bottom: 48px;
}

.pages__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.pages__article {
  margin-bottom: 48px;
}

.pages__article p em,
.pages__article li em,
.pages__article a em {
  color: #bb0043;
}

.pages__time {
  display: block;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-left: 4px solid #dadada;
}

.pages__outline {
  margin: 24px 0;
  padding: 12px 12px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}

.pages__outline-list {
  display: flex;
  flex-wrap: wrap;
}

.pages__outline-list-item {
  width: 100%;
  max-width: 327px;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: "▼ ";
}

.pages__text {
  margin-bottom: 12px;
  padding: 0 12px;
}

.pages__text-center {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.pages__text-right {
  display: block;
  margin-bottom: 24px;
  text-align: right;
}

.pages__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.pages__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.pages__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.pages__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.pages__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.pages__2columnbox-pict-text {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.pages__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.pages__2columnbox-text {
  width: 100%;
}

.pages__voicebox {
  padding: 24px 12px;
}

.pages__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.pages__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.pages__voicebox-title-pict {
  width: 20%;
}

.pages__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.pages__pict {
  width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.pages__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 12px;
}

.pages__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 24px;
}

.pages__flex-item-pict {
  width: 100%;
}

.pages__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.pages__flex-item-text-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.pages__note {
  margin: 24px 0;
  padding: 0 12px;
  border: 4px solid #555;
}

.pages__note-heading {
  padding: 8px 12px;
  margin: 0 -12px 12px;
  background-color: #555;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.pages__note-list {
  padding: 4px 12px;
  margin: 12px 0;
  background-color: #f6f6f6;
}

.pages__note-list-item {
  margin: 12px 0 12px 24px;
  list-style: disc;
  line-height: 24px;
}

.pages__note-text {
  padding-left: 18px;
  margin: -24px 12px 12px;
}

.pages__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -18px;
  top: 24px;
  margin-right: 8px;
}

.pages__note .pages__text {
  margin: 12px;
}

.pages__contents {
  width: 100%;
  margin-bottom: 24px;
}

.pages__contents table tbody td {
  white-space: normal;
}

.pages__contents-list {
  display: flex;
  flex-wrap: wrap;
}

.pages__contents-list img {
  margin: 0 6px 12px;
}

.pages__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 32px auto;
  width: 100%;
  max-width: 400px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.pages__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.pages__button:visited {
  color: #fff;
}

.pages__list {
  margin-bottom: 12px;
}

.pages__list-item {
  margin-left: 24px;
  line-height: 24px;
  list-style: disc;
}

.pages__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.pages__box {
  padding: 12px 12px 0;
  margin: 24px 0;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
}

.pages__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pages__contact-button {
  width: 100%;
  margin-bottom: 30px;
  padding: 8px;
  border-radius: 20px;
  background-color: #ffe8f0;
  text-align: center;
}

.pages__contact-button a {
  color: #880031;
}

.pages__contact-item {
  width: 100%;
  margin-bottom: 48px;
  text-align: center;
}

.pages__contact-item a:hover {
  color: #000;
}

.pages__contact-item-tel {
  position: relative;
  margin-bottom: 8px;
  padding: 8px;
  border: 4px solid #e9e9e9;
  overflow: hidden;
  background: #fff;
}

.pages__contact-item-tel::before {
  content: "\f095";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: 1;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: auto;
  line-height: 1;
  font-size: 8rem;
  font-family: FontAwesome;
  color: #e9e9e9;
}

.pages__contact-item-tel a {
  color: #000;
}

.pages__contact-item-mail {
  position: relative;
  margin-bottom: 8px;
  padding: 8px;
  border: 4px solid #e9e9e9;
  overflow: hidden;
  background: #fff;
}

.pages__contact-item-mail::before {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  transform-origin: left bottom;
  content: "\f0e0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: auto;
  line-height: 1;
  font-size: 8rem;
  font-family: FontAwesome;
  color: #e9e9e9;
}

.pages__contact-item-mail a {
  color: #000;
}

.pages__contact-num {
  display: block;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
}

.pages__contact-notes {
  font-size: 1.2rem;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.blog__h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  font-weight: 700;
}

.blog__h5 {
  margin-bottom: 24px;
  font-weight: 700;
}

.blog__wrap {
  margin-bottom: 48px;
}

.blog__label-new {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #3b3b3b;
}

.blog__label-now {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #f16b47;
}

.blog__label-old {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #999;
}

.blog__label-caution {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #fedc1e;
  color: #bf0000;
}

.blog__label-emergency {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #bf0000;
}

.blog__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.blog__article {
  margin-bottom: 48px;
}

.blog__article p em,
.blog__article li em,
.blog__article a em {
  color: #bb0043;
}

.blog__article iframe {
  margin: 0 auto 12px !important;
}

.blog__article-supervisor {
  margin-bottom: 12px;
}

.blog__article-supervisor-unit {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}

.blog__article-supervisor-thumb {
  width: 100px;
  min-width: 100px;
}

.blog__article-supervisor-thumb img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border: solid 4px #bb0043;
  border-radius: 50%;
}

.blog__article-supervisor-desc {
  width: 100%;
  margin-left: 12px;
  padding: 18px 12px 12px;
  border-radius: 4px;
  font-size: 1.2rem;
  background-color: #f1f1f1;
}

.blog__article-supervisor-desc em {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
}

.blog__time {
  display: block;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-left: 4px solid #dadada;
}

.blog__text {
  margin-bottom: 24px;
}

.blog__text-center {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.blog__text-right {
  display: block;
  margin-bottom: 24px;
  text-align: right;
}

.blog__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.blog__text span {
  font-size: 1.2rem;
}

.blog__link {
  margin-bottom: -12px;
  line-height: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.blog__link a {
  display: inline-block;
  margin: 0 6px 12px;
  padding: 12px;
  border: 1px solid #555;
  border-radius: 20px;
  color: #555;
}

.blog__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.blog__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.blog__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.blog__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.blog__2columnbox-pict-text {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.blog__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.blog__2columnbox-text {
  width: 100%;
}

.blog__voicebox {
  padding: 24px 12px;
}

.blog__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.blog__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.blog__voicebox-title-pict {
  width: 20%;
}

.blog__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.blog__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.blog__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 24px;
}

.blog__flex-item-pict {
  width: 100%;
}

.blog__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.blog__note {
  margin: 24px 0;
  border: 4px solid #880031;
}

.blog__note-heading {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #880031;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.blog__note-list {
  padding: 4px 12px;
  margin: 12px;
  background-color: #f6f6f6;
}

.blog__note-list-item {
  margin: 12px 0;
}

.blog__note-text {
  padding-left: 24px;
  margin: -24px 12px 12px;
}

.blog__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -24px;
  top: 18px;
  margin-right: 8px;
}

.blog__note .topic__text {
  margin: 12px;
}

.blog__contents {
  width: 100%;
  margin-bottom: 48px;
  padding: 0 8px;
}

.blog__contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 2%;
  margin-bottom: 12px;
}

.blog__contents-list a {
  width: 32%;
}

.blog__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #096;
  border: 1px solid #096;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 400px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff !important;
}

.blog__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #267359;
  border-color: #267359;
  transform: translateY(1px);
  color: #fff;
}

.blog__button:visited {
  color: #fff;
}

.blog__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.blog__list-item {
  width: 100%;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: disc;
}

.blog__list-item--column {
  width: 100%;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: disc;
}

.blog__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.blog__box {
  padding: 12px 12px 0;
  margin: 0 0 24px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
  font-size: 1.2rem;
}

.blog__box p {
  margin-bottom: 24px;
}

.blog__pict {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.blog__pict-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.blog__pict-column li {
  width: 100%;
  margin-bottom: 12px;
}

.blog__pict-column li:last-child {
  margin-right: 0;
}

.blog__pict li {
  width: 100%;
  margin-bottom: 12px;
}

.blog__pict img {
  margin: 0 auto;
}

.blog__pict-desc {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.topics__h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  font-weight: 700;
}

.topics__h5 {
  margin-bottom: 24px;
  font-weight: 700;
}

.topics__wrap {
  margin-bottom: 48px;
}

.topics__label-new {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #3b3b3b;
}

.topics__label-now {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #f16b47;
}

.topics__label-old {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #999;
}

.topics__label-caution {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #fedc1e;
  color: #bf0000;
}

.topics__label-emergency {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #bf0000;
}

.topics__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.topics__article {
  margin-bottom: 48px;
}

.topics__article p em,
.topics__article li em,
.topics__article a em {
  color: #bb0043;
}

.topics__time {
  display: block;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-left: 4px solid #dadada;
}

.topics__text {
  margin-bottom: 24px;
  line-height: 2;
}

.topics__text-center {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.topics__text-right {
  display: block;
  margin-bottom: 24px;
  text-align: right;
}

.topics__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.topics__text span {
  font-size: 1.2rem;
}

.topics__link {
  margin-bottom: -12px;
  line-height: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.topics__link a {
  display: inline-block;
  margin: 0 6px 12px;
  padding: 12px;
  border: 1px solid #555;
  border-radius: 20px;
  color: #555;
}

.topics__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.topics__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.topics__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.topics__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.topics__2columnbox-pict-text {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.topics__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.topics__2columnbox-text {
  width: 100%;
}

.topics__voicebox {
  padding: 24px 12px;
}

.topics__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.topics__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.topics__voicebox-title-pict {
  width: 20%;
}

.topics__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.topics__pict {
  width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.topics__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.topics__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 24px;
}

.topics__flex-item-pict {
  width: 100%;
}

.topics__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.topics__note {
  margin: 24px 0;
  border: 4px solid #880031;
}

.topics__note-heading {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #880031;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.topics__note-list {
  padding: 4px 12px;
  margin: 12px;
  background-color: #f6f6f6;
}

.topics__note-list-item {
  margin: 12px 0;
}

.topics__note-text {
  padding-left: 24px;
  margin: -24px 12px 12px;
}

.topics__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -24px;
  top: 18px;
  margin-right: 8px;
}

.topics__note .topic__text {
  margin: 12px;
}

.topics__contents {
  width: 100%;
  margin-bottom: 48px;
  padding: 0 8px;
}

.topics__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #096;
  border: 1px solid #096;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 12px auto 24px;
  width: 100%;
  max-width: 400px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff !important;
}

.topics__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #267359;
  border-color: #267359;
  transform: translateY(1px);
  color: #fff;
}

.topics__button:visited {
  color: #fff;
}

.topics__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.topics__list-item {
  width: 100%;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: disc;
}

.topics__list-item--column {
  width: 100%;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: disc;
}

.topics__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.topics__box {
  padding: 12px 12px 0;
  margin: 0 0 24px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
  font-size: 1.2rem;
}

.topics__box p {
  margin-bottom: 24px;
}

.topics__pict {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.topics__pict-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.topics__pict-column li {
  width: 100%;
  margin-bottom: 12px;
}

.topics__pict-column li:last-child {
  margin-right: 0;
}

.topics__pict li {
  width: 100%;
  margin-bottom: 12px;
}

.topics__pict img {
  margin: 0 auto;
}

.topics__pict-desc {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.column__h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #999;
  font-size: 1.6rem;
  font-weight: 700;
}

.column__h5 {
  margin-bottom: 4px;
  font-weight: 700;
}

.column__wrap {
  margin-bottom: 48px;
}

.column__time {
  display: block;
  text-align: right;
  margin-bottom: 24px;
}

.column__home .fs-pt-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.column__home .fs-pt-column__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4px;
  padding: 8px;
  border: 1px solid #ccc;
  color: #000;
}

.column__home .fs-pt-column__item:hover {
  color: #000;
}

.column__home .fs-pt-column__image {
  width: 28%;
  margin-bottom: 8px;
}

.column__home .fs-pt-column__heading {
  width: 68%;
  line-height: 1.5;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}

.column__home .fs-pt-column__description {
  width: 100%;
  font-size: 1.1rem;
}

.column__mv {
  margin: 0 auto 24px;
  text-align: center;
}

.column__list {
  margin-bottom: 48px;
}

.column__list-item {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.column__list-item a {
  display: flex;
  justify-content: space-between;
  color: #000;
}

.column__list-item a:hover {
  color: #000;
}

.column__list-item time {
  display: block;
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  font-size: 1.1rem;
  color: #555;
}

.column__list-item-thumb {
  width: 28%;
}

.column__list-item-text {
  width: 68%;
}

.column__list-item-text-title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.column__list-item-text-desc {
  font-size: 1.1rem;
}

.column__category {
  margin-bottom: 48px;
}

.column__category dt {
  padding: 4px 8px;
  background-color: #f1f1f1;
  font-weight: 700;
}

.column__category dd {
  padding: 8px 8px 24px;
}

.column__category dd a {
  display: inline-block;
}

.column__category dd a:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: #ccc;
}

.column__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.column__article {
  margin-bottom: 48px;
}

.column__article p em,
.column__article li em,
.column__article a em {
  color: #bb0043;
}

.column__text {
  margin-bottom: 24px;
}

.column__text-center {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.column__text-right {
  display: block;
  margin-bottom: 24px;
  text-align: right;
}

.column__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.column__text-list-item {
  margin-left: 24px;
  line-height: 24px;
  list-style: disc;
}

.column__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.column__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.column__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.column__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.column__2columnbox-pict-text {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.column__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.column__2columnbox-text {
  width: 100%;
}

.column__voicebox {
  padding: 24px 12px;
}

.column__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.column__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.column__voicebox-title-pict {
  width: 20%;
}

.column__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.column__pict {
  width: 100%;
  max-width: 905px;
  margin: 0 auto 24px auto;
  text-align: center;
}

.column__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.column__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 24px;
}

.column__flex-item-pict {
  width: 100%;
}

.column__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.column__flex-item-text-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.column__note {
  margin: 24px 0;
  border: 4px solid #880031;
}

.column__note-heading {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #880031;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.column__note-list {
  padding: 4px 12px;
  margin: 12px;
  background-color: #f6f6f6;
}

.column__note-list-item {
  margin: 12px 0;
}

.column__note-text {
  padding-left: 24px;
  margin: -24px 12px 12px;
}

.column__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -24px;
  top: 18px;
  margin-right: 8px;
}

.column__note .column__text {
  margin: 12px;
}

.column__contents {
  width: 100%;
  margin-bottom: 48px;
  padding: 0 8px;
}

.column__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 32px auto;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.column__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.column__button:visited {
  color: #fff;
}

.column__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.column__box {
  padding: 12px;
  margin: 24px 0;
  border: 2px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
}

.column__box p:last-of-type {
  margin-bottom: 0;
}

.column__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column__contact-item {
  width: 100%;
  margin-bottom: 48px;
  text-align: center;
}

.column__contact-item a:hover {
  color: #000;
}

.column__contact-item-tel {
  position: relative;
  margin-bottom: 8px;
  padding: 8px;
  border: 4px solid #ccc;
  overflow: hidden;
}

.column__contact-item-tel::before {
  content: "\f095";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: auto;
  line-height: 1;
  font-size: 8rem;
  font-family: FontAwesome;
  color: #e9e9e9;
}

.column__contact-item-mail {
  position: relative;
  margin-bottom: 8px;
  padding: 8px;
  border: 4px solid #ccc;
  overflow: hidden;
}

.column__contact-item-mail::before {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  transform-origin: left bottom;
  content: "\f0e0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: auto;
  line-height: 1;
  font-size: 8rem;
  font-family: FontAwesome;
  color: #e9e9e9;
}

.column__contact-num {
  display: block;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
}

.column__contact-notes {
  font-size: 1.2rem;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.mailmagazine {
  margin: 24px 0 48px;
  padding: 24px 0;
  background-color: #f6f6f6;
}

.mailmagazine__h1 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.mailmagazine__time {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

.mailmagazine__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 48px;
}

.mailmagazine__list-item {
  width: 49%;
  padding: 12px 0;
}

.mailmagazine__list-item a {
  display: flex;
  flex-direction: column;
  color: #000;
}

.mailmagazine__list-item a:hover {
  color: #000;
}

.mailmagazine__list-item time {
  display: block;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  text-align: right;
  font-size: 1.1rem;
  line-height: 1;
  color: #555;
}

.mailmagazine__list-item-thumb img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #f1f1f1;
}

.mailmagazine__list-item-text {
  padding-top: 8px;
}

.mailmagazine__list-item-text-title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.mailmagazine__list-item-text-desc {
  font-size: 1.1rem;
}

.mailmagazine__archive {
  margin-bottom: 24px;
}

.mailmagazine__archive dt {
  padding: 4px 8px;
  background-color: #f1f1f1;
  font-weight: 700;
}

.mailmagazine__archive dd {
  padding: 8px 8px 24px;
}

.mailmagazine__archive dd a {
  display: inline-block;
  color: #555;
}

.mailmagazine__archive dd a:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: #ccc;
}

.mailmagazine__wrap {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
}

.mailmagazine__wrap h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.mailmagazine__wrap h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.mailmagazine__wrap h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.mailmagazine__wrap p {
  margin-bottom: 12px;
}

.mailmagazine__wrap table,
.mailmagazine__wrap tr,
.mailmagazine__wrap td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

.mailmagazine__wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}

.mailmagazine__wrap td {
  border-collapse: collapse !important;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 185%;
}

.mailmagazine__wrap img {
  display: block;
  width: auto;
  clear: both;
  outline: none;
  border: none;
  -ms-interpolation-mode: bicubic;
}

.mailmagazine__wrap a {
  text-decoration: none;
  color: #880031;
}

.mailmagazine__wrap a:hover {
  color: #880031;
}

.mailmagazine__wrap a img {
  text-decoration: none;
}

.shop__notice {
  margin-bottom: 12px;
  padding: 12px;
  background-color: #f6f6f6;
}

.shop__notice-button {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 12px 0;
  border-radius: 4px;
  background-color: #3b3b3b;
  text-align: center;
  color: #fff;
}

.shop__notice-button:hover {
  color: #fff;
  background-color: #000;
}

.shop__notice-button:visited {
  color: #fff;
}

.shop__info {
  margin-bottom: 12px;
}

.shop__info-label,
.shop__info-label--reserve,
.shop__info-label--purchase {
  display: inline-block;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}

.shop__info-label--reserve {
  border-color: #06e;
  color: #06e;
}

.shop__info-label--purchase {
  border-color: #0b0;
  color: #0b0;
}

.shop__modulebox {
  padding: 12px;
  border: 1px solid #999;
}

.shop__article {
  margin-bottom: 24px;
}

.shop__article p em,
.shop__article li em,
.shop__article a em {
  color: #880031;
}

.shop__time {
  display: block;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-left: 4px solid #dadada;
}

.shop__text {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.shop__text-link {
  text-decoration: underline;
  color: #555;
}

.shop__text-link:hover {
  text-decoration: underline;
  color: #555;
}

.shop__text-link:visited {
  color: #555;
}

.shop__text-center {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.shop__text-right {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.shop__text-lead {
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.shop__2columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.shop__2columnbox-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.shop__2columnbox-pict {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.shop__2columnbox-pict img {
  width: 100%;
  height: auto;
}

.shop__2columnbox-pict-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}

.shop__2columnbox-pict-text span {
  display: block;
  font-size: 1.4rem;
}

.shop__2columnbox-text {
  width: 100%;
}

.shop__voicebox {
  padding: 24px 12px;
}

.shop__voicebox:nth-child(odd) {
  background-color: #f6f6f6;
}

.shop__voicebox-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.shop__voicebox-title-pict {
  width: 20%;
}

.shop__voicebox-title-heading {
  font-weight: 700;
  font-size: 1.4rem;
}

.shop__pict {
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
}

.shop__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.shop__flex-item {
  display: block;
  width: 47%;
  margin-bottom: 20px;
}

.shop__flex-item-pict {
  width: 100%;
}

.shop__flex-item-link-heading {
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.shop__note {
  margin: 24px 0;
  border: 4px solid #880031;
}

.shop__note-heading {
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #880031;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.shop__note-list {
  padding: 4px 12px;
  margin: 12px;
  background-color: #f6f6f6;
}

.shop__note-list-item {
  margin: 12px 0;
}

.shop__note-text {
  padding-left: 24px;
  margin: -24px 12px 12px;
}

.shop__note-text::before {
  content: "※";
  display: block;
  position: relative;
  left: -24px;
  top: 18px;
  margin-right: 8px;
}

.shop__note .shop__text {
  margin: 12px;
}

.shop__contents {
  width: 100%;
  margin-bottom: 48px;
}

.shop__button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.shop__button:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.shop__button:visited {
  color: #fff;
}

.shop__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 32px auto;
  border-bottom: 12px solid #880031;
  border-right: 12px solid #ccc;
  border-radius: 4px;
  text-align: center;
  transform: rotate(45deg);
}

.shop__box {
  padding: 12px;
  margin: 24px 0;
  border: 2px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
}

.shop__list {
  width: 100%;
}

.shop__list-item {
  width: 100%;
  margin-bottom: 24px;
}

.shop__list-item-heading {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.shop__list-item-pict {
  margin-bottom: 6px;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.shop__detail-pictbox-pict {
  width: 100%;
  margin-bottom: 8px;
}

.shop__detail-pictbox-item {
  display: flex;
  justify-content: space-between;
}

.shop__detail-pictbox-item img {
  width: 24%;
  height: 80px;
  object-fit: cover;
}

.shop__detail-info {
  width: 100%;
}

.shop__detail-info-table {
  width: 100%;
}

.shop__detail-info-table tr {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.shop__detail-info-table th {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left;
}

.shop__detail-info-table td {
  display: block;
}

.shop__detail-snslink {
  padding: 12px 0;
  text-align: center;
}

.shop__detail-snslink-item {
  display: inline-block;
  width: 48px;
  margin: 0 8px;
}

pre.prettyprint {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

.membersappli__article {
  width: 100%;
  padding: 24px 0;
}

.membersappli__article-linebg {
  width: 100%;
  padding: 36px 0;
  background-size: 48px 48px;
  background-image: linear-gradient(
    -45deg,
    #880031 25%,
    #f8f4e6 25%,
    #f8f4e6 50%,
    #880031 50%,
    #880031 75%,
    #f8f4e6 75%,
    #f8f4e6
  );
}

.membersappli__article-yellowbg {
  padding: 24px 8px;
  background-color: #f8f4e6;
}

.membersappli__article-corpbg {
  padding: 36px 0;
  background-color: #880031;
}

.membersappli__h2 {
  padding-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.membersappli__h3 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #880031;
}

.membersappli__pict {
  width: 100%;
}

.membersappli__pict-lead {
  display: block;
  width: 90%;
  margin: 0 auto 24px;
  text-align: center;
}

.membersappli__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.membersappli__flex-item {
  width: 49%;
  margin: 4px 0;
}

.membersappli__linkarea {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  width: 90%;
  margin: 12px auto;
}

.membersappli__linkarea a {
  display: block;
  width: 49%;
  margin: 4px 0;
}

.membersappli__lead {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #880031;
}

.membersappli__lead br {
  display: none;
}

.membersappli__lead-line {
  max-width: 320px;
  width: 95%;
  margin: 24px auto 0;
  background: linear-gradient(transparent 60%, #fedc1e 60%);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #880031;
}

.membersappli__text-center {
  padding-bottom: 4px;
}

.membersappli__text-center br {
  display: none;
}

.membersappli__box {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 0 auto 48px;
  padding: 12px 0;
  border: 4px solid #e9e9e9;
  background: #fff;
}

.membersappli__box::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -60px;
  left: 50%;
  z-index: 1;
  margin-left: -29px;
  border: 30px solid transparent;
  border-top: 30px solid #e9e9e9;
}

.membersappli__box::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -53px;
  left: 50%;
  z-index: 2;
  margin-left: -29px;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
}

.membersappli__box:first-of-type .membersappli__2columnbox {
  flex-flow: column;
}

.membersappli__box:first-of-type .membersappli__2columnbox-pict {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 6px;
}

.membersappli__box:first-of-type .membersappli__2columnbox-pict a {
  width: 49%;
}

.membersappli__box:first-of-type .membersappli__2columnbox-text {
  width: 100%;
}

.membersappli__box-dl {
  width: 100%;
  padding: 24px 0;
  background-image: linear-gradient(
    -45deg,
    #ffefbe 25%,
    #fff 25%,
    #fff 50%,
    #ffefbe 50%,
    #ffefbe 75%,
    #fff 75%,
    #fff
  );
  background-size: 21px 24px;
}

.membersappli__2columnbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.membersappli__2columnbox-text {
  width: 68%;
  font-size: 1.4rem;
}

.membersappli__2columnbox-heading {
  margin-bottom: 12px;
  border-bottom: 4px solid #e9e9e9;
  font-size: 2rem;
  font-weight: 700;
}

.membersappli__2columnbox-heading span {
  color: #880031;
}

.membersappli__2columnbox-pict {
  width: 30%;
}

.membersappli__rule {
  max-width: 880px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid;
  background: #e9e9e9;
}

.membersappli__rule-list {
  width: 100%;
}

.membersappli__rule-list-item {
  margin-bottom: 12px;
}

.membersappli__rule-list-item-h4 {
  font-weight: 700;
  color: #880031;
}

.membersappli__rule-inquiry {
  max-width: 400px;
  width: 90%;
  margin: 24px auto 0;
}

.membersappli__point-heading {
  margin-bottom: 24px;
  text-align: center;
}

.membersappli__point-heading span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fedc1e 70%);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #880031;
}

.membersappli__point-heading span em {
  font-size: 2.8rem;
}

.membersappli__point-list {
  counter-reset: number;
}

.membersappli__point-list-item {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  background-color: #fff;
}

.membersappli__point-list-item:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background-color: #880031;
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.membersappli__point-list-item-pict {
  width: 120px;
  min-width: 120px;
  padding: 32px 6px 12px;
}

.membersappli__point-list-item-text {
  flex-grow: 1;
  padding: 36px 6px 6px 0;
}

.membersappli__point-list-item-text-lead {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #880031;
}

.membersappli__point-list-item-text-desc {
  font-size: 1.2rem;
}

.under__column {
  margin-top: 24px;
}

.under__column-heading {
  padding: 8px;
  padding-left: 12px;
  margin-bottom: 8px;
  border-color: #880031;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #880031;
}

.under__column-content {
  padding: 8px 0;
}

.under__column-content p {
  margin-bottom: 12px;
}

.under__column-list {
  margin-left: 12px;
  list-style: none;
  counter-reset: number;
}

.under__column-list li {
  padding: 0 8px 0 2em;
  text-indent: -2em;
}

.under__column-list li::before {
  content: counter(number) ".";
  display: inline-block;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
  text-align: right;
  color: #9f9f9f;
  counter-increment: number;
}

.under__column-list li .under__column-list {
  margin: 12px 0 12px 2px;
  padding-left: 8px;
  border-left: 2px solid #9f9f9f;
}

.under__column-list li p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.under__column-text {
  margin-bottom: 24px;
}

.under__article {
  padding: 8px;
  margin-top: 24px;
}

.under__article-heading {
  margin: 0 0 12px;
  padding: 4px 8px;
  background: #555;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.under__article-content {
  padding: 8px;
}

.campaign__button {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 12px auto;
  padding: 12px 24px;
  text-align: center;
  color: #fff !important;
  background-color: #555;
}

.campaign__button--round {
  display: block;
  max-width: 480px;
  margin: 12px auto;
  padding: 12px 24px;
  border-radius: 48px;
  background-color: #272727;
  text-align: center;
  color: #fff !important;
}

.campaign__button--round:hover {
  color: #fff;
}

.campaign__pickup-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.campaign__pickup-list.end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.campaign__pickup-list.end:after {
  content: "キャンペーンは終了しました";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #272727;
  background-position: center center;
  background-size: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.campaign__pickup-list-item {
  position: relative;
  width: 50%;
  text-align: left;
  background-color: #fff;
}

.campaign__pickup-list-item.soldout .campaign__pickup-list-item-thumb {
  position: relative;
}

.campaign__pickup-list-item.soldout .campaign__pickup-list-item-thumb img {
  filter: grayscale(200%);
}

.campaign__pickup-list-item.soldout .campaign__pickup-list-item-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.3) url(../images/text/soldout.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.campaign__pickup-list-item.small a {
  padding: 12px;
}

.campaign__pickup-list-item.small .campaign__pickup-list-item-text-price {
  text-align: right;
}

.campaign__pickup-list-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 9px;
  color: #000;
}

.campaign__pickup-list-item a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.campaign__pickup-list-item a:hover {
  color: #000;
}

.campaign__pickup-list-item a:hover:before {
  opacity: 1;
}

.campaign__pickup-list-item:nth-child(2n + 1) {
  border-right: 1px solid #ccc;
}

.campaign__pickup-list-item:nth-child(n + 3) {
  border-top: 1px solid #ccc;
}

.campaign__pickup-list-item-coordination {
  position: relative;
  width: 50%;
  text-align: left;
}

.campaign__pickup-list-item-coordination a {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px;
  color: #000;
}

.campaign__pickup-list-item-coordination a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.campaign__pickup-list-item-coordination a:hover {
  opacity: 1;
  color: #000;
}

.campaign__pickup-list-item-coordination a:hover:before {
  opacity: 1;
}

.campaign__pickup-list-item-coordination:not(:last-child) {
  border-right: 1px solid #ccc;
}

.campaign__pickup-list-item-coordination:nth-child(-n + 2) {
  border-bottom: 1px solid #ccc;
}

.campaign__pickup-list-item-coordination-ranking {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
}

.campaign__pickup-list-item-thumb {
  width: 75%;
  margin: 0 auto 12px;
  text-align: center;
}

.campaign__pickup-list-item-name {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.campaign__pickup-list-item-price {
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto 0 0;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: 1.2rem;
}

.campaign__pickup-list-item-price p {
  margin-bottom: 6px;
  line-height: 1.25;
}

.campaign__pickup-list-item-price span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #bf0000;
}

.campaign__pickup-list-item-price span.usually {
  font-size: 1.6rem;
  font-weight: 400;
  color: #05a;
}

.campaign__pickup-list-item-price span.presale {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #05a;
}

.campaign__sale-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.campaign__sale-list.end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.campaign__sale-list.end:after {
  content: "キャンペーンは終了しました";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #272727;
  background-position: center center;
  background-size: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.campaign__sale-list-item {
  position: relative;
  width: 48%;
  margin-bottom: 12px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.campaign__sale-list-item.soldout img {
  filter: grayscale(200%);
}

.campaign__sale-list-item.soldout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.3) url(../images/text/soldout.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.campaign__sale-list-item a {
  display: block;
}

.campaign__sale-list-item a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.campaign__sale-list-item a:hover {
  opacity: 1;
  color: #000;
}

.campaign__sale-list-item a:hover:before {
  opacity: 1;
}

.campaign__sale-list-item-thumb img {
  width: 100%;
  height: auto;
}

.campaign__sale-list-item-price {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 6px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 0 12px 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.campaign__sale-list-item-price s {
  display: block;
  font-size: 1.1rem;
}

.campaign__sale-list-item-price span {
  font-weight: 700;
}

.campaign__selection-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.campaign__selection-list:after {
  content: "";
  display: block;
  width: 32%;
}

.campaign__selection-list.end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.campaign__selection-list.end:after {
  content: "キャンペーンは終了しました";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #272727;
  background-position: center center;
  background-size: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.campaign__selection-list-item {
  position: relative;
  width: 32%;
  margin-bottom: 12px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.campaign__selection-list-item.soldout img {
  filter: grayscale(200%);
}

.campaign__selection-list-item.soldout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.3) url(../images/text/soldout.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.campaign__selection-list-item a {
  display: block;
}

.campaign__selection-list-item a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 241, 120, 0.2);
  opacity: 0;
}

.campaign__selection-list-item a:hover {
  opacity: 1;
  color: #000;
}

.campaign__selection-list-item a:hover:before {
  opacity: 1;
}

.campaign__selection-list-item-thumb img {
  width: 100%;
  height: auto;
}

.campaign__selection-list-item-price {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 6px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 0 12px 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1rem;
  color: #fff;
}

.campaign__selection-list-item-price s {
  display: block;
  font-size: 1.1rem;
}

.campaign__selection-list-item-price span {
  font-weight: 700;
}

.campaign__explain-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px;
}

.campaign__explain-list-item {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 30px;
}

.campaign__explain-list-item-thumb {
  margin-bottom: 12px;
  text-align: center;
}

.campaign__explain-list-item-thumb img {
  max-width: 180px;
}

.campaign__explain-list-item-text-title {
  margin-bottom: 6px;
  font-weight: 700;
}

.campaign__explain-list-item-text-desc {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.campaign__explain-list-item-text-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: auto;
}

.campaign__explain-list-item-text-link a {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 6px 24px 6px 12px;
  background-color: #880031;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #fff;
}

.campaign__explain-list-item-text-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.campaign__end {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  color: #e12930;
}

.campaign__movie {
  max-width: 640px;
  margin: auto;
}

.movie__embed {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 56.25%;
}

.movie__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.brand__h1 {
  margin: 0 0 12px;
  padding: 12px 6px 6px;
  border-bottom: 1px solid #880031;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}

.brand__h1-none {
  display: none;
}

.brand__h2 {
  margin-bottom: 12px;
}

.brand__h2-list {
  font-weight: 700;
  margin: 0 0.5%;
}

.brand__mv {
  margin-bottom: 12px;

  min-height: 84px;
  object-fit: cover;
}

.brand__lead {
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.brand__article {
  padding: 12px 12px 0;
  margin: 0 0 24px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 4px;
  line-height: 2;
  font-size: 1.2rem;
}

.brand__article p {
  margin-bottom: 24px;
}

.brand__article ul {
  display: flex;
  flex-wrap: wrap;
}

.brand__article ul li {
  width: 100%;
  margin: 0 0 12px 24px;
  line-height: 24px;
  list-style: disc;
}

.brand__pict {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.brand__pict img {
  margin: 0 auto;
}

.brand__link {
  margin-bottom: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.brand__link a {
  display: inline-block;
  margin: 0 6px 12px;
  padding: 12px;
  border: 1px solid #555;
  border-radius: 20px;
  color: #555;
}

.brand__link a:hover {
  background-color: rgba(249, 241, 120, 0.2);
  border: solid 1px #ecce7c;
}

.step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px 0;
  padding: 0;
}

.step li {
  counter-increment: steps;
  position: relative;
  list-style-type: none;
  width: 33.333%;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  color: #999;
}

.step li::before {
  content: "";
  content: counter(steps);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0px auto 6px auto;
  border-radius: 50%;
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #f6f6f6;
}

.step li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16px;
  left: -50%;
  width: 100%;
  height: 4px;
  background-color: #f6f6f6;
}

.step li:first-child::after {
  content: none;
}

.step li.active {
  color: #000;
}

.step li.active::before {
  background-color: #000;
  color: #fff;
}

.step li.active::after {
  background-color: #000;
}

.step li.complete {
  color: #000;
}

.step li.complete::before {
  background-color: #000;
  color: #fff;
}

.step li.complete::after {
  background-color: #000;
}

.form__lead {
  display: block;
  margin: 12px auto;
  text-align: center;
}

div#tradesafe_sealtip_ table {
  width: 100% !important;
}

.fs-clientInfo.is-ready {
  display: flex;
  flex-direction: column;
}

.fs-p-drawer__loginLogout__logout,
.fs-p-drawer__loginLogout__login {
  color: #000;
}

.fs-p-drawer__loginLogout {
  width: 50%;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.fs-p-footerUtilityMenu {
  margin-top: 24px;
  border-top: 1px solid #999;
}

.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
  border-top: 1px solid #999;
}

.fs-p-footerUtilityMenu .fs-pt-menu a:hover {
  color: #fff;
}

.fs-l-main {
  margin: 0 auto 12px;
}

.fs-c-subSection__title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
}

.fs-c-subSection__message {
  margin-bottom: 24px;
}

.fs-pt-list__link {
  display: block;
  padding: 0 0 8px;
  color: #000 !important;
}

.fs-pt-list li {
  border-bottom: 1px solid #ccc;
}

.fs-pt-list li time:first-child {
  display: block;
  padding-bottom: 4px;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #555;
}

.fs-c-button--primary {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
}

.fs-c-button--primary:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.fs-c-button--primary:visited {
  color: #fff;
}

.fs-c-button--secondary {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
}

.fs-c-button--secondary:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.fs-c-button--secondary:visited {
  color: #fff;
}

.fs-c-button--standard {
  background-color: #dadada;
  margin-bottom: 12px;
  padding: 1em 1.6em 1em;
  border: none;
  box-shadow: none;
}

.fs-c-button--myPageTop.fs-c-button--plain {
  display: inline-block;
  padding: 4px;
  text-decoration: underline;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
.fs-c-button--viewAllReviews.fs-c-button--plain,
.fs-c-button--addReview--detail.fs-c-button--plain,
.fs-c-returnedSpecialContract__link {
  display: inline-block;
  padding: 4px;
  text-decoration: underline;
  font-size: 1.2rem;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain:before {
  content: "\e920  ";
  font-family: "fs-icon";
}

.fs-c-button--addToCart--detail {
  width: 100%;
  padding: 18px 12px;
  border: 1px solid #bb0043 !important;
  background-color: #bb0043 !important;
  font-weight: 700;
}

.fs-p-cartItemNumber {
  background: #bb0043;
}

.fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
}

.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase,
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase,
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere {
  margin: 0;
  padding: 0;
}

.fs-c-cartPayment p,
.fs-c-payWithAmazon p {
  margin: 0 0 12px;
}

.fs-c-cartPayment,
.fs-c-payWithAmazon {
  margin-top: 12px;
  font-size: 1.2rem;
}

.fs-c-listedProductName__name {
  letter-spacing: 0.03em;
}

.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  font-size: 1.2rem;
}

.fs-c-cartTable__row {
  grid-template-columns: 88px 1fr 1fr;
}

.fs-c-cartTable__actionButton__container {
  width: inherit;
}

.fs-c-cartTable__dataCell--product {
  grid-column: 1 / span 3;
}

.fs-c-cartTable__dataCell--quantity {
  grid-column: 3 / 4;
  align-items: center;
}

.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--unitPrice {
  grid-column: 2 / 4;
  align-items: center;
}

.fs-c-cartTable__dataCell--point {
  grid-column: 2 / 4;
}

.fs-c-cartTable__dataCell--action {
  grid-column: 2 / 3;
}

.fs-c-payWithAmazon__button {
  width: 450px !important;
  max-width: 100%;
  height: 80px !important;
}

.amazonpay-button-container {
  max-width: 450px !important;
}

.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock {
  position: absolute;
  bottom: 0;
  width: calc(100% - 1.4rem);
  border: none;
  background: #e9e9e9;
}

.fs-c-noImage {
  height: 155px;
  margin: 0 15% 6px;
  background: #ccc;
}

.fs-c-continueShopping {
  margin-bottom: 48px;
}

.fs-c-continueShopping .fs-c-button--standard {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  box-shadow: 0 2px 2px #adadad;
  color: #fff;
  display: block;
  width: 300px;
  padding: 18px 12px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.fs-c-continueShopping .fs-c-button--standard:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  transform: translateY(1px);
  color: #fff;
}

.fs-c-continueShopping .fs-c-button--standard:visited {
  color: #fff;
}

.fs-c-continueShopping .fs-c-button--standard:hover {
  background-color: #000;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  margin: 24px 0;
  color: #5b0018;
}

.fs-c-cartTable__dataCell--product {
  width: 50%;
}

@media (max-width: 600px) {
  .fs-c-cartTable__dataCell--product {
    width: 100%;
  }
}

.fs-c-cartTable__dataCell--action,
.fs-c-cartTable__dataCell--quantity,
.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--point,
.fs-c-cartTable__dataCell--review {
  vertical-align: middle;
}

.fs-body-my-top .fs-l-account {
  margin-bottom: 48px;
}

.fs-c-wishlistProduct__header {
  display: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink {
  box-shadow: none;
  background-color: #f6f6f6;
  border: 2px solid #f1f1f1;
  font-weight: 700;
  color: #000;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink:hover {
  background-color: #e9e9e9;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink__label::before {
  font-family: FontAwesome !important;
  font-size: 4.2rem;
  color: #bb0043;
}

.fs-c-accountService__pageLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 128px;
  background-color: #f6f6f6;
  box-shadow: none;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.fs-c-accountService__pageLink:hover {
  background-color: #e9e9e9;
}

.fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: 1.2rem;
}

.fs-c-accountService {
  margin-left: 0;
}

.fs-c-accountService__page {
  flex-basis: 48%;
  margin: 4px 1%;
}

.fs-c-accountService__page--accountDelete
  .fs-c-accountService__pageLink::before {
  content: "";
  position: absolute;
  top: 28px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/icon/icon-unsubscribe-gray.png");
  background-size: cover;
}

.fs-c-accountService__page--accountDelete
  .fs-c-accountService__pageLink
  .fs-c-accountService__pageLink__label {
  position: absolute;
  display: block;
  bottom: 18px;
  font-size: 1.2rem;
  color: #4f4f4f;
}

.fs-c-accountService__page--membershipCard
  .fs-c-accountService__pageLink__label::before {
  content: "\f02a";
}

.fs-c-accountService__page--couponList
  .fs-c-accountService__pageLink__label::before {
  content: "\f3ff";
}

.fs-c-accountService__page--wishList
  .fs-c-accountService__pageLink__label::before {
  content: "\f004";
}

.fs-c-accountService__page--orderHistoryList
  .fs-c-accountService__pageLink__label::before {
  content: "\f07a";
}

.fs-c-accountService__page--pointHistory
  .fs-c-accountService__pageLink__label::before {
  content: "\f288";
}

.fs-c-accountService__page--accountCard
  .fs-c-accountService__pageLink__label::before {
  content: "\f09d";
}

.fs-c-accountService__page--addressbook
  .fs-c-accountService__pageLink__label::before {
  content: "\f2b9";
}

.fs-c-accountService__page--lineIdLink
  .fs-c-accountService__pageLink__label::before {
  content: "\f3c0";
}

.fs-c-accountService__page--accountPassword
  .fs-c-accountService__pageLink__label::before {
  content: "\f023";
}

.fs-c-accountService__page--accountSettingsModify
  .fs-c-accountService__pageLink__label::before {
  content: "\f2bb";
}

.fs-c-accountService__page--membershipMerge
  span.fs-c-string.fs-c-string--label {
  display: none;
}

.fs-c-accountService__page--membershipMerge
  span.fs-c-accountService__pageLink__label::after {
  content: "アカウント連携";
}

.fs-c-accountService__page--membershipMerge
  .fs-c-accountService__pageLink__label::before {
  content: "\f0ec";
}

.fs-c-wishlistProduct__footer {
  margin-top: 12px;
}

.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink {
  display: block;
  padding: 4px;
  background-color: #e9e9e9;
  color: #1e5d9b;
}

.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink:hover {
  background-color: #f6f6f6;
  color: #999;
  opacity: 1;
}

.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink:after {
  content: "\e90e";
  font-family: "fs-icon" !important;
}

.fs-c-wishlistProduct .fs-c-viewAllProductsLink__label {
  display: none;
}

.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink::before {
  content: "お気に入り商品一覧";
}

.fs-c-pointListTable td {
  letter-spacing: 0.05em;
}

.fs-c-pointSummary__number {
  color: #bb0043 !important;
}

.fs-c-pointSummary > dd {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.fs-c-pointListTable td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.fs-c-pointListTable
  td[aria-label="獲得・利用ポイント"]
  .fs-c-pointListTable__data {
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4rem !important;
  color: #bb0043 !important;
}

.fs-c-documentArticle {
  padding: 0;
}

.fs-c-documentArticle__heading {
  border: none;
}

.fs-c-documentColumn__heading {
  margin: 12px 0;
  padding: 8px;
  border-left: none;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  font-weight: 700;
  background-blend-mode: none;
}

.fs-c-documentArticle__content {
  padding: 0 8px;
}

* + .fs-c-documentColumn {
  margin-top: 0;
}

.fs-c-documentColumn__content {
  gap: 12px;
  padding: 0;
}

.fs-c-documentColumn__content p {
  margin-bottom: 8px;
}

.fs-c-specTable {
  min-width: 100%;
}

.fs-pt-carousel {
  padding-top: 0;
}

.fs-pt-carousel__slide {
  text-align: center;
}

.fs-pt-carousel__slide:not(:first-child) {
  display: none;
  margin: 0 auto;
}

.fs-trial-header {
  display: none;
}

.fs-c-breadcrumb {
  width: calc(100% + 16px);
  margin: 6px 0 3px -8px;
  line-height: 1.25;
  letter-spacing: 0;
}

.fs-c-breadcrumb::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 5rem;
  height: 1.5rem;
  background: linear-gradient(270deg, #fff, #fff 20%, rgba(255, 255, 255, 0));
}

.fs-c-breadcrumb__list {
  margin-left: 12px;
  padding: 0 6px 6px 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}

.fs-c-breadcrumb__listItem {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.fs-c-breadcrumb__listItem a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}

.fs-c-breadcrumb__listItem a:hover {
  text-decoration: none;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "/";
  position: relative;
  top: -1px;
  font-family: "fs-icon" !important;
  font-size: 0.8rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem:last-child {
  font-weight: 700;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem:last-child::before {
  margin: 0 2px 0 0;
}

.item-detail-breadcrumb {
  width: 100%;
}

.item-detail-breadcrumb .fs-c-breadcrumb__list {
  margin-left: 12px;
  padding: 0 6px 6px 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}

.item-detail-breadcrumb .fs-c-breadcrumb__listItem:last-child {
  padding-right: 24px;
  font-size: 0;
  letter-spacing: 0;
}

.item-detail-breadcrumb .fs-c-breadcrumb__listItem:last-child::after {
  content: "アイテム詳細";
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
}

.fs-c-productListCarousel__list__item {
  position: relative;
}

.fs-c-productListCarousel__list .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productListCarousel__list .fs-c-productName__name {
  height: 72px;
  line-height: 1.2;
}

.fs-c-productListCarousel__list .fs-c-productListItem__productDescription {
  display: none;
}

.fs-c-productListCarousel__list .fs-c-productPrice--member {
  display: none;
}

.fs-c-productListCarousel__list
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-productListCarousel__list
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #999;
}

.fs-c-productListCarousel__list
  .fs-c-button--particular.fs-c-button--addToWishList--icon::after,
.fs-c-productListCarousel__list
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  height: 3rem;
  width: 3rem;
  border: solid 1px #e9e9e9;
  border-radius: 50%;
  background: #fff;
}

.fs-c-productListCarousel__ctrl {
  flex-basis: 48px;
  min-width: 48px;
}

.fs-c-productListItem__image__image {
  max-width: 70%;
  margin: 0 15% 6px;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.fs-c-productList__controller {
  margin-bottom: 24px;
}

.fs-c-productList__controller > *,
.fs-c-staffList__controller > *,
.fs-c-coordinationList__controller > * {
  margin: 0;
}

.fs-c-button--viewMoreImage.fs-c-button--plain {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
}

.fs-c-productPrice {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.fs-c-buttonContainer {
  margin-bottom: 12px;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  margin-top: -10px;
  background-color: transparent;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  -webkit-text-shadow: 0 0 6px rgba(39, 39, 39, 0.6);
  text-shadow: 0 0 6px rgba(39, 39, 39, 0.6);
  opacity: 1;
}

.fs-c-wishlistProduct .fs-c-slick .slick-slide {
  padding: 0 6px;
}

.fs-c-wishlistProduct .fs-c-slick .slick-slide:not(:last-child) {
  border-right: solid 1px #ccc;
}

.fs-c-productImageModal {
  display: flex;
  align-items: center;
}

.fs-c-slick .slick-list {
  max-height: 100vw;
}

.fs-c-slick .slick-dots li {
  width: 15px;
  height: 12px;
  margin: 3px 12px;
}

.fs-c-slick .slick-dots li button {
  width: 15px;
  height: 12px;
}

.fs-c-slick .slick-dots li button:before {
  width: 15px;
  height: 12px;
  font-size: 2.4rem;
  line-height: 10px;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #05a;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #05a;
}

.fs-c-productListItem .fs-c-productPrice {
  font-size: 1.2rem;
}

.fs-c-productListItem .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: 1.1rem;
}

.fs-c-productListItem
  .fs-c-productPrice.fs-c-productPrice--listed
  .fs-c-productPrice__addon {
  display: none;
}

.fs-c-productListItem
  .fs-c-productPrice--member
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price {
  font-size: 1.4rem !important;
}

.fs-c-productListItem__purchaseDisabledMessage {
  width: 100%;
  padding: 0 6px;
  border: none;
  text-align: center;
  background: #e9e9e9;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  font-size: 1.4rem !important;
  font-weight: 700;
}

.fs-c-productListItem__prices.fs-c-productPrices {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.fs-c-productListItem__prices
  .fs-c-productPrice--selling
  .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productListItem__productName {
  margin: 0;
}

#fs_ProductDetails .fs-c-productMarks {
  display: inline-block;
  margin-bottom: 0;
}

.fs-c-productListCarousel__list__item > * + * {
  margin: 0;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
  padding: 0;
}

.fs-c-productListCarousel__list__item.fs-c-productListItem {
  margin: 0;
  padding: 24px 0 0;
  max-width: 165px;
  min-width: 165px;
}

.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink:hover {
  background: #000 !important;
}

.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink::after {
  content: none;
}

.slide > li:not(:first-child) {
  display: none;
}

.fs-c-productMark__label {
  font-size: 0.9rem;
}

.fs-c-productMark__mark {
  margin: 0 4px 2px 0;
  padding: 5px 9px;
  border-radius: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
}

.fs-c-productList__list__item {
  border-bottom: 1px solid #e9e9e9;
}

.fs-c-productList__list__item .fs-c-productMarks {
  margin: 6px 0;
}

.fs-c-productMark__item .fs-c-productMark__mark,
.fs-c-productList__list__item .fs-c-productMark__mark {
  padding: 0 3px 3px;
  line-height: 1;
}

.fs-c-productList__list__item.fs-c-productListItem {
  position: relative;
  padding: 36px 6px;
}

.fs-c-productList__list__item.fs-c-productListItem
  .fs-c-button--addToCart--list.fs-c-button--plain {
  display: none;
}

.fs-c-productList__list__item.fs-c-productListItem
  .fs-c-button--viewProductDetail.fs-c-button--plain {
  display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  position: absolute;
  bottom: 9px;
  right: 0.4rem;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #999;
  z-index: 1;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  height: 3rem;
  width: 3rem;
  border: solid 1px #e9e9e9;
  border-radius: 50%;
  background: #fff;
}

.fs-c-button--plain.fs-c-button--addToCart--list::before,
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeToWishList--icon::before {
  color: #999;
  z-index: 1;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::after,
.fs-c-button--particular.fs-c-button--removeToWishList--icon::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  height: 3rem;
  width: 3rem;
  border: solid 1px #e9e9e9;
  border-radius: 50%;
  background: #fff;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #bb0043;
}

.main__contents .fs-c-listControl:nth-child(1),
.main__contents .fs-c-listControl:nth-child(3) {
  display: none;
}

.fs-c-listControl__status {
  font-size: 1.2rem;
}

.fs-c-productMembersLoginLink {
  text-decoration: underline;
  color: #05a;
}

.fs-c-productMembersLoginLink:hover {
  text-decoration: underline;
  color: #999;
  opacity: 1;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid #999;
}

.fs-c-productPrices--productDetail {
  margin: 0 !important;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice
  .fs-c-productPrice__main__price {
  font-size: 1.4rem !important;
}

.fs-c-productPrice--listed .fs-c-price {
  text-decoration: line-through;
}

.fs-c-productList__list .fs-c-buttonContainer {
  margin-bottom: 0;
  position: relative;
}

.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price {
  font-size: 1.4rem !important;
  font-weight: 700;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  font-size: 2.2rem !important;
  color: #bb0043;
}

.fs-p-productDescription.fs-p-productDescription--full p {
  margin: 24px 0;
}

.fs-c-productNumber {
  display: inline-block;
  border-color: #ccc;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  padding-bottom: 4px;
}

#fs_form
  > div
  > div.fs-l-productLayout__item.fs-l-productLayout__item--2
  > div.fs-c-productQuantityAndWishlist
  > span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget
  > select
  > option:nth-child(10) {
  display: none;
}

.fs-p-phoneOrder {
  padding: 8px;
  border: 4px solid #ccc;
  text-align: center;
  line-height: 1.5;
}

.fs-p-phoneOrder a:hover {
  color: #555;
}

.fs-p-phoneOrder__phoneLabel {
  display: block;
}

.fs-p-phoneOrder__phoneNum {
  display: block;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
}

.fs-p-phoneOrder__addition {
  display: block;
}

.fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 7em;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  margin: 0 12px 0 0;
  word-break: keep-all;
}

.fs-c-productName {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.fs-c-productName a:hover {
  color: #000;
}

.fs-c-productName__copy {
  display: none;
  margin-bottom: 4px;
  padding: 4px;
  background-color: #880031;
  font-size: 1.1rem;
}

.fs-c-productName__name {
  height: 36px;
  margin-bottom: 6px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #000;
}

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
}

.fs-c-productNameHeading__copy {
  font-size: 1.1rem;
  color: #757575;
}

.fs-c-productNameHeading__name {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.fs-l-product4 .fs-l-productLayout > * > * {
  margin-bottom: 12px;
}

.fs-c-productList {
  margin: 0 0 48px;
}

.fs-c-productList__controller,
.fs-c-staffList__controller,
.fs-c-coordinationList__controller {
  align-items: flex-end;
}

.fs-c-subgroup {
  margin: 0 0 24px;
}

.fs-c-subgroupList {
  gap: 0.5%;
}

.fs-c-subgroupList .fs-c-subgroupList__item {
  min-height: 48px;
  margin-bottom: 0.5% !important;
  flex-grow: 0;
  flex-basis: 49.5%;
  font-size: 1.2rem;
}

.fs-c-subgroupList .fs-c-subgroupList__item:hover {
  background: #ccc;
}

.fs-c-subgroupList__label {
  font-size: 1.2rem;
}

.fs-c-subgroupList__image {
  align-self: auto;
}

.fs-c-subgroupList__image > img {
  height: 30px;
}

.fs-c-subgroupList__link {
  padding: 6px 12px 6px 6px;
  border: none;
  border-radius: 4px;
  background: #f1f1f1;
  letter-spacing: 0.05em;
}

.fs-c-subgroupList__link:hover {
  background: rgba(241, 241, 241, 0.5);
  opacity: 1;
}

.fs-c-requiredMark::before {
  color: #bf0000;
}

.fs-c-inputField__explanation {
  padding: 12px 0;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.fs-p-headerUtilityMenu__logout.is-loggedIn--my-false {
  display: none;
}

.fs-p-headerUtilityMenu__login.is-loggedIn--my-true {
  display: none;
}

.fs-p-headerUtilityMenu__register.is-loggedIn--my-true {
  display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 0.2em 0.5em;
}

.fs-c-inputInformation {
  margin-bottom: 12px;
}

.fs-c-inputInformation____field {
  padding: 8px;
}

[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.fs-c-anotherLogin__message {
  flex-direction: row;
}

.fs-c-anotherLogin__message p {
  margin-bottom: 12px;
}

.fs-c-linkedServiceLogin__title {
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.fs-p-productSearch {
  display: flex;
  padding: 0 0 0 2px;
  border-bottom: none;
}

.fs-p-productSearch__inputTable {
  margin-bottom: 24px;
}

.fs-p-productSearch__field {
  display: block;
  max-width: 452px;
  margin: 0 auto;
}

.fs-p-productSearch__field input {
  padding: 12px;
}

.fs-p-productSearch__field select {
  cursor: pointer;
  padding: 12px !important;
}

.fs-p-productSearch__form {
  padding: 48px 36px 12px;
}

.fs-p-productSearch__search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.fs-p-productSearch__searchButton::before {
  content: none;
}

.fs-p-productSearch__formSwitch {
  display: flex;
  padding: 0;
  background: transparent;
}

.fs-p-productSearch__formSwitch .header__search-button {
  min-width: 66px;
}

.fs-p-productSearch:checked
  ~ .header__search
  .fs-p-productSearch__formSwitch
  .fs-p-productSearch__formClose {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1000;
  display: block;
}

.fs-p-productSearch:checked
  ~ .header__search
  .fs-p-productSearch__formSwitch
  .fs-p-productSearch__formCloseWhole {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.fs-p-productSearch:checked
  ~ .drawer__search-button
  .drawer__search-button-icon {
  display: none;
}

.fs-p-productSearch:checked ~ .header__search .fs-p-productSearch__search {
  max-height: 90vh;
}

.fs-p-productSearch:checked
  ~ .header__search
  .fs-p-productSearch__search
  .fs-p-productSearch__form {
  transform: translateY(0);
}

.fs-p-productSearch__form {
  z-index: 1000;
  background: #f6f6f6;
}

.fs-c-reveiwNotes {
  margin-bottom: 12px;
  padding: 8px;
}

.fs-c-sortItems {
  border: none;
  font-size: 1.1rem;
}

.fs-c-sortItems__label {
  position: relative;
  display: block;
  margin-right: 6px;
  padding: 6px 15px 6px 6px;
  border: none;
}

.fs-c-sortItems__label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid #05a;
}

.fs-c-sortItems__list {
  border-left: none;
}

.fs-c-sortItems__list__item {
  border: solid 1px #ccc;
  margin: 0 3px 3px 0;
}

.fs-c-sortItems__list__item.is-active {
  background: #05a;
  border: solid 1px #05a;
}

.fs-c-sortItems__list__item:hover {
  border: solid 1px #05a;
}

.fs-c-sortItems__list__item a:hover {
  background: #e5eef6;
  color: #000;
}

.fs-p-scrollingCartButton__button {
  display: none;
}

.fs-c-orderTotalTable > thead > tr > th,
.fs-c-orderTotalTable > thead > tr td,
.fs-c-orderTotalTable > tfoot > tr > th,
.fs-c-orderTotalTable > tfoot > tr td,
.fs-c-orderTotalTable > tbody > tr > th,
.fs-c-orderTotalTable > tbody > tr td {
  padding: 6px 0;
}

.fs-c-cartTableContainer {
  border: none;
  padding: 0;
}

#fs-totalsArea-wrapper {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
  padding: 18px;
  margin: 0 12px;
}

.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow {
  border-bottom: 1px solid #adadad;
}

.fs-c-orderTotalTable > tbody > tr:last-of-type {
  border: none;
}

.fs-c-orderTotalTable > tbody > tr th {
  border: none;
}

.fs-c-orderTotalTable > tbody > tr td {
  border: none;
}

#fs-checkout-amazon-container {
  position: relative;
  padding-top: 18px;
  font-size: 1.2rem;
}

#fs-checkout-amazon-container::before {
  content: "または";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
}

#fs-checkout-amazon-container::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

.fs-c-pagination {
  align-items: center;
}

.fs-c-pagination a:hover {
  background-color: #f1f1f1;
  color: #000;
  opacity: 1;
}

.fs-c-pagination__item {
  min-width: 32px;
  height: 32px;
  margin: 2px;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  color: #000;
}

.fs-c-pagination__item.is-active {
  background: #e9e9e9;
  color: #000;
}

.fs-c-pagination__item--prev::before {
  font-size: 2.4rem;
  line-height: 24px;
}

.fs-c-pagination__item--next::before {
  font-size: 2.4rem;
  line-height: 24px;
}

.pswp__bg {
  opacity: 0.8 !important;
}

.fs-c-productCarouselMainImage__image {
  text-align: center;
}

.fs-c-productCarouselMainImage__image > img {
  width: 78vw;
  max-width: 480px;
  margin: 0 11vw;
}

.fs-c-productCarouselMainImage__image:not(:first-child) {
  display: none;
}

.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  right: 0;
  top: 70vw;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  font-size: 3rem;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  display: none !important;
}

.fs-pt-column__item {
  padding: 0 0 12px;
}

.fs-pt-column__item img {
  margin: 0 auto;
}

.home__ranking-list-item:before {
  line-height: 22px;
  letter-spacing: 0;
}

.fs-c-staffCatalog__title {
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.fs-c-coordinationCatalog__title {
  margin-bottom: 12px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  color: #000;
}

.fs-c-coordinationCatalog__title font {
  display: none;
}

.fs-c-coordinationCatalog__title br {
  display: none;
}

.fs-c-coordinationCatalog__title span {
  font-size: 2.4rem;
  font-family: "Raleway", sans-serif;
  color: #880031;
  font-weight: 400;
}

.fs-c-staffCatalog__title {
  margin-bottom: 12px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  border: none;
}

.fs-c-staffCatalog__title font {
  display: none;
}

.fs-c-staffCatalog__title br {
  display: none;
}

.fs-c-staffCatalog__title span {
  font-size: 2.4rem;
  font-family: "Raleway", sans-serif;
  color: #880031;
  font-weight: 400;
}

.fs-c-coordinationProduct__title {
  margin-bottom: 12px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid #880031;
}

.fs-c-coordinationProduct__title font {
  font-family: "Raleway", sans-serif;
  color: #880031;
}

a.fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink {
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 24px auto 48px;
  padding: 8px 12px 8px 12px;
  background: #3b3b3b;
  border-radius: 20px;
  text-align: center;
  color: #fff !important;
}

a.fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink:hover {
  background: #000;
}

a.fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink::before {
  content: "スタイリングを";
}

.fs-c-coordinationListItem__staffInfo {
  margin: 2px 0 8px;
}

a.fs-c-coordinationListItem__staffInfo__label,
a.fs-c-coordinationStaffInfo__label,
a.fs-c-staffListItem__profile__label {
  display: none;
}

a.fs-c-staffDetail__label {
  display: none;
}

a.fs-c-coordinationListItem__staffInfo__name,
a.fs-c-coordinationStaffInfo__name,
a.fs-c-staffListItem__profile__name {
  font-size: 1.2rem;
  color: #000;
}

a.fs-c-coordinationListItem__staffInfo__shop,
a.fs-c-coordinationStaffInfo__shop,
a.fs-c-staffDetail__shop,
a.fs-c-staffListItem__profile__shop {
  pointer-events: none;
  color: #000;
}

a.fs-c-staffDetail__instagram {
  width: 100%;
  color: #000;
}

article.fs-c-coordinationProduct__list__item.fs-c-productListItem {
  position: relative;
  width: 48%;
  padding: 24px 6px 0;
}

.fs-l-productLayout.fs-system-product {
  position: relative;
}

.fs-c-staffDetail {
  padding: 24px 12px;
}

.fs-c-staffDetail__data {
  flex-direction: row;
  flex-wrap: wrap;
}

.fs-c-staffDetail__name {
  width: 100%;
}

.fs-c-staffDetail__image .fs-c-noImage {
  height: 100%;
  margin: 0 auto;
  line-height: 1.25;
}

.fs-c-staffListItem__image .fs-c-noImage {
  height: 100%;
  margin: 0 auto;
  line-height: 1.25;
}

.fs-c-coordinationListItem__staffInfo__image .fs-c-noImage {
  height: 100%;
  margin: 0 auto;
  line-height: 1.25;
}

.fs-c-coordinationStaffInfo__image .fs-c-noImage {
  height: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.25;
}

span.fs-c-staffDetail__height::before {
  content: " ／";
}

span.fs-c-staffDetail__gender:before {
  content: " ／";
}

.fs-c-staffInstagram {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 0 0;
}

.fs-c-staffInstagram::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.2em 0;
}

.fs-c-staffInstagram__name {
  font-size: 1.2rem;
  margin-left: 40px;
}

.fs-c-staffInstagram__account {
  font-size: 1.2rem;
  margin-left: 40px;
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account {
  margin-left: 40px;
}

.fs-c-coordinationCatalog.is-sortedByPopularity
  .fs-c-coordinationCatalog__list__item::before,
.fs-c-staffCatalog.is-sortedByPopularity
  .fs-c-staffCatalog__list__item::before {
  top: 6px;
  left: 6px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  background-color: #000;
}

.fs-c-staffListItem__image {
  width: 94%;
}

.fs-c-coordinationCatalog.is-sortedByPopularity
  .fs-c-coordinationCatalog__list__item::before {
  top: 6px;
  left: 6px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  background-color: #000;
}

.fs-c-staffListItem__image {
  width: 94%;
}

.fs-c-staffCatalog.is-sortedByPopularity
  .fs-c-staffCatalog__list__item::before {
  top: 6px;
  left: 24px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  background-color: #000;
}

.fs-c-viewAllStaffLink {
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 24px auto 48px;
  padding: 8px 12px 8px 12px;
  background-color: #3b3b3b;
  border-radius: 20px;
  text-align: center;
  color: #fff !important;
}

.fs-c-viewAllStaffLink:hover {
  background-color: #000;
}

.fs-c-viewAllStaffLink__label {
  display: none;
}

.fs-c-viewAllStaffLink::before {
  content: "他のスタッフも見てみる";
}

.fs-c-coordinationCatalog__list,
.fs-c-coordinationList__list,
.fs-c-coordinationProduct__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0.8125%;
}

a.fs-c-coordinationListItem__link {
  display: flex;
  height: 65vw;
}

.fs-c-coordinationListItem__image__image {
  width: 100%;
  object-fit: cover;
}

.fs-c-coordinationList__list__item,
.fs-c-coordinationCatalog__list__item {
  width: 49%;
  padding: 0;
}

.fs-c-staffCoordinationSearchControl__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
}

.fs-c-staffCoordinationSearchControl__checkbox:checked
  + .fs-c-staffCoordinationSearchControl__label
  + .fs-c-staffCoordinationSearchControl__list {
  margin: 12px 0;
}

.fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
  margin-top: 0;
}

.fs-c-staffCoordinationSearch__heading {
  margin-bottom: 12px;
  border-bottom: 1px solid #999;
  font-size: 1.4rem;
}

.fs-c-staffCoordinationSearch__heading font {
  color: #000;
  font-weight: 400;
}

.fs-c-staffCoordinationSearch__heading::after {
  color: #000;
}

.fs-c-coordinationNewMark {
  margin-right: 4px;
  padding: 3px 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
}

.is-active .fs-c-staffCoordinationSearchMenu__link {
  font-size: 1.2rem;
}

.fs-c-staffCoordinationSearchMenu__link__label {
  color: #000;
}

.fs-c-couponName {
  margin-top: 12px;
}

.fs-c-couponName__discount {
  padding: 12px 6px;
  font-weight: bold;
  background: #bb0043;
}

.fs-c-couponName__name {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
}

.fs-c-couponExpiration__list__item__title {
  border: solid 1px #ccc;
}

.fs-c-couponAppliedCondition__notice {
  color: #bb0043;
}

.fs-c-inputDate__year,
.fs-c-inputDate__month,
.fs-c-inputDate__date {
  width: 7.5em;
}

.fs-l-checkout__sideColumn p {
  margin: 12px 6px 0;
  font-size: 1.2rem;
}

.fs-l-checkout__sideColumn p a {
  text-decoration: underline;
}

.fs-body-customerDetails .fs-c-button--standard {
  min-width: auto;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  color: #05a;
  background: transparent;
}

.fs-body-customerDetails .fs-c-button--standard ::before {
  content: "> ";
}

.fs-body-customerDetails .fs-c-guidanceWithButton__button.fs-c-buttonContainer {
  margin-bottom: 12px;
  padding: 0;
  margin-bottom: 0;
  display: inline;
}

.fs-body-customerDetails .fs-c-guidanceWithButton__message {
  margin-right: 0;
  font-size: 1.2rem;
}

.fs-body-customerDetails .fs-c-guidanceWithButton--membershipCardNotice {
  max-width: 600px;
  margin: 0 auto;
  border: none;
  background: transparent;
}

.fs-body-customerDetails .fs-c-inputInformation__message {
  margin: 0 auto 12px;
}

.fs-body-customerDetails #fs_form {
  background-color: #f6f6f6;
}

.fs-body-customerDetails .fs-c-inputTable > tbody > tr:first-child {
  display: none;
}

.fs-body-register #fs_form {
  background-color: #f6f6f6;
}

.fs-body-register .fs-c-inputTable > tbody > tr:first-child {
  flex-direction: row;
  gap: 6px;
  font-size: 1.2rem;
}

.fs-body-membershipCardAuth #fs_form {
  background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
  .fs-body-customerDetails .fs-c-guidanceWithButton {
    display: block;
    margin: 12px auto;
    padding: 0;
    border: none;
  }
}

#feedWrap {
  margin: 0 auto 24px !important;
}

.fs-c-productMark {
  margin: 0 30px 0 0;
}

.fs-c-productMark__mark--31 {
  background: #cd3301;
}

.fs-c-productMark__mark--32 {
  background: #dc8801;
}

.fs-c-productMark__mark--34 {
  color: #fff;
  background: #fee101;
}

.fs-c-productMark__mark--41 {
  background: #5cc3bd;
}

.fs-c-productMark__mark--42 {
  background: #dd5599;
}

.fs-c-productMark__mark--38 {
  background: #66aaee;
}

.rcmd-slick-initialized .rcmd-slick-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
}

.rcmd-slick-track {
  display: flex !important;
}

@media (min-width: 768px) {
  .drawer__search-button {
    display: none;
  }

  .drawer__ctrl:checked + .drawer {
    width: 50%;
    max-width: 268px;
  }

  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 24px;
  }

  .footer__nav-item {
    width: 48%;
    margin-bottom: 12px;
    padding: 20px;
    background-color: #3b3b3b;
  }

  .footer__nav-item-title {
    padding: 0 0 8px 0;
    margin-bottom: 12px;
    font-weight: 700;
    cursor: auto;
  }

  .footer__nav-item:nth-child(n + 2) .footer__nav-item-title {
    padding-top: 0;
  }

  .footer__nav-item-icon {
    display: none;
  }

  .footer__nav-item-inner {
    display: block;
    padding: 0 0 48px;
    height: calc(100% - 30px);
  }

  .footer__nav-item-link {
    bottom: 18px;
    right: 0;
  }

  .footer__nav-item + .footer__nav-item {
    margin-top: 0;
  }

  .footer__info-list {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 24px;
    font-size: 1.2rem;
  }

  .header__banner-member img {
    object-fit: cover;
    width: 100%;
    height: 24px;
  }

  .header__banner img {
    object-fit: cover;
    width: 100%;
    height: 29px;
  }

  .header__contents {
    position: relative;
    z-index: -1;
    max-width: 1280px;
    margin: 0 auto;
  }

  .header__nav-list {
    width: auto;
  }

  .header__nav-list-item {
    display: flex;
    min-width: 120px;
  }

  .header__nav-list-link,
  .header__nav-list-link-cart {
    flex-direction: row;
    font-size: 1.4rem;
  }

  .header__nav-list-link-cart,
  .header__nav-list-link-cart-cart {
    padding: 8px 12px 8px;
  }

  .header__cart {
    margin-left: auto;
  }

  .header__search {
    position: static;
    flex-wrap: nowrap;
    height: inherit;
    padding: 8px;
    background-color: #fff;
    visibility: visible;
  }

  .header__search-title {
    width: 0;
    margin-bottom: 0;
  }

  .header__search-button {
    height: inherit;
    padding: 6px;
    font-size: 1.2rem;
    visibility: visible;
  }

  .header__search .header__search-window {
    visibility: visible;
  }

  .header__search .fs-p-productSearch {
    height: inherit;
  }

  .header__search-toggle:checked ~ .header__search {
    padding: 8px;
  }

  .header__search-toggle:checked ~ .header__search .header__search-title {
    margin-bottom: 0;
    font-size: 0;
    visibility: hidden;
  }

  .header__suggest {
    padding-top: 4px;
  }

  .header__suggest-wrap {
    justify-content: center;
  }

  .header__suggest-list {
    justify-content: center;
  }

  .header__suggest-list li {
    padding: 0 12px;
  }

  .header__menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    background-color: #000;
  }

  .header__menu-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 8px;
    text-align: left;
    font-weight: 700;
  }

  .header__menu-title:hover {
    color: #000;
  }

  .header__menu .drawer__accordion {
    position: absolute;
    top: 41px;
  }

  .header__menu .drawer__accordion-category {
    position: absolute;
    top: 41px;
  }

  .header__menu .header__menu-title span {
    display: block !important;
  }

  .header__menu * {
    transition: none;
  }

  .header__menu-sp {
    display: none;
  }

  .header__menu li {
    position: static;
    display: inline-block;
  }

  .header__menu li a {
    position: relative;
    margin: 0;
    padding: 10px 12px;
    text-align: left;
  }

  .header__menu li a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }

  .header__menu li a:hover {
    color: inherit;
  }

  .header__menu li a:hover::after {
    transform: scale(1, 1);
  }

  .header__menu li label {
    position: relative;
    margin: 0;
    padding: 10px 12px;
    text-align: left;
  }

  .header__menu li label::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }

  .header__menu li label:hover::after {
    transform: scale(1, 1);
  }

  .header__menu li ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 6px;
    color: #000;
  }

  .header__menu li ul li {
    flex: 1;
    min-width: 160px;
    max-width: 260px;
    padding: 0;
  }

  .header__menu li ul li li {
    width: 100%;
    padding: 0;
  }

  .header__menu li ul li:hover {
    color: #000;
  }

  .header__menu li ul li a:hover::after {
    content: none;
  }

  .header__menu li .header__menu-all {
    position: absolute;
    bottom: -41px;
    right: 0;
  }

  .header__menu .drawer__menu .fs-pt-menu__item a {
    border-bottom: none;
    min-height: 24px;
    font-size: 1.1rem !important;
  }

  .header__menu .drawer__menu .fs-pt-menu__item a em {
    font-weight: 700;
  }

  .header__menu .drawer__menu .fs-pt-menu__item a span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #000;
  }

  .header__menu .drawer__menu .fs-pt-menu__item a:hover span {
    color: #000;
  }

  .header__menu .drawer__menu-category .fs-pt-menu__item a {
    border-bottom: none;
    min-height: 24px;
    font-size: 1.1rem !important;
  }

  .header__menu .drawer__menu-category .fs-pt-menu__item a em {
    font-weight: 700;
  }

  .header__menu .drawer__menu-category .fs-pt-menu__item a span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #000;
  }

  .header__menu .drawer__menu-category .fs-pt-menu__item a:hover span {
    color: #000;
  }

  .header__menu .drawer__accordion {
    backface-visibility: inherit;
    transform: inherit;
    max-height: inherit;
    overflow: inherit;
  }

  .header__menu .drawer__more {
    display: none;
  }

  .header__menu > .fs-pt-menu {
    max-height: 41px;
  }

  .header__menu .fs-pt-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    overflow: hidden;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: inherit;
    margin-top: 41px;
    padding-bottom: 12px;
    box-shadow: 0px 10px 13px -13px rgba(39, 39, 39, 0.3);
    background-color: #fff;
    transition: all 0.5s ease;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion
    ul {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0 0.5%;
    width: 100%;
    max-width: 1200px;
    padding: 36px 0 0;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion
    ul
    ul {
    padding: 8px 0;
    flex-direction: column;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion
    .drawer__accordion {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    padding-bottom: 12px;
    box-shadow: inherit;
    background-color: inherit;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: inherit;
    margin-top: 41px;
    padding-bottom: 12px;
    box-shadow: 0px 10px 13px -13px rgba(39, 39, 39, 0.3);
    background-color: #fff;
    transition: all 0.5s ease;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category
    ul {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0 0.5%;
    width: 100%;
    max-width: 1200px;
    padding: 36px 0 0;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category
    ul
    ul {
    padding: 8px 0;
    flex-direction: column;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category
    .header__menu-all {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category
    .drawer__accordion-category {
    position: relative;
    top: 0;
    height: auto;
    max-height: inherit;
    margin: 0;
    padding-bottom: 12px;
    box-shadow: inherit;
    background-color: inherit;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion-category
    + .header__menu-clear {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    border: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    cursor: default;
  }

  .header__menu
    .drawer__toggle:checked
    + .fs-pt-menu__heading
    + .drawer__accordion
    + .header__menu-clear {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    border: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    cursor: default;
  }

  .header__menu-clear {
    display: none;
  }

  .header__utility {
    display: block;
  }

  .fs-pt_menu__item-category a,
  .fs-pt_menu__item-fashion a,
  .fs-pt_menu__item-watch a,
  .fs-pt_menu__item-jewelry a {
    padding-right: 33px !important;
  }

  .fs-pt_menu__item-category span,
  .fs-pt_menu__item-fashion span,
  .fs-pt_menu__item-watch span,
  .fs-pt_menu__item-jewelry span {
    position: relative;
  }

  .fs-pt_menu__item-category > span::after,
  .fs-pt_menu__item-fashion > span::after,
  .fs-pt_menu__item-watch > span::after,
  .fs-pt_menu__item-jewelry > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transform: translateY(-25%);
  }

  .icon__newProduct:before {
    font-size: 1.8rem;
  }

  .icon__cart:before {
    font-size: 1.8rem;
  }

  .icon__mypage:before {
    font-size: 1.8rem;
  }

  .icon__heartOutline:before {
    font-size: 1.8rem;
  }

  .link__tel {
    pointer-events: none;
  }

  .display__pc {
    display: block;
  }

  .display__tab {
    display: none;
  }

  .youtube {
    width: 100%;
  }

  .main__wrap {
    margin: 0 auto 12px;
  }

  .main__contents-h1 {
    margin: 0 0 24px;
    padding: 6px 12px;
    font-size: 2rem;
  }

  .main__contents-h2 {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }

  .main__contents-h2::after {
    margin: 12px auto;
  }

  .main__contents-h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .main__brand-h2 {
    font-size: 1.8rem;
  }

  .tel__button {
    pointer-events: none;
  }

  .discount {
    font-size: 2.6rem !important;
  }

  .home__h2 {
    font-size: 1.4rem;
  }

  .home__h2 span {
    font-size: 2.8rem;
  }

  .home__campaign-mv {
    padding-top: 123px;
  }

  .home__brand-list-item {
    width: 10%;
  }

  .home__reason-h3 {
    text-align: left;
  }

  .home__reason-unit {
    flex-wrap: nowrap;
  }

  .home__reason-unit-pict {
    width: 50%;
  }

  .home__reason-unit-text {
    padding: 12px 20px;
  }

  .home__banner {
    flex-wrap: nowrap;
  }

  .home__banner-item {
    width: 23%;
    margin-bottom: 0;
  }

  .home__banner-heading {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .home__banner-heading,
  .home__banner-description {
    display: block;
  }

  .home__category-list {
    text-align: justify;
  }

  .home__category-list-item {
    width: 30%;
    border-bottom: 0;
  }

  .home__category-list-item a {
    flex-direction: column;
  }

  .home__category-list-item-thumb {
    margin-right: 0;
    text-align: center;
  }

  .home__target-list-item {
    width: 11%;
  }

  .home__target-list-item-title {
    font-size: 1.2rem;
  }

  .home__newitem-h3 {
    font-size: 1.6rem;
    text-align: left;
  }

  .home__newitem-list:before {
    display: none;
  }

  .home__newitem-list:after {
    display: none;
  }

  .home__newitem-list-item {
    width: 19.35%;
    margin-bottom: 8px;
  }

  .home__newitem-list-item:nth-child(n + 4) {
    margin-bottom: 8px;
  }

  .home__newitem-list-item:nth-child(6) {
    display: none;
  }

  .home__newitem-list-item-price {
    font-size: 1.1rem;
  }

  .home__newitem-list-item-price span {
    font-size: 1.4rem;
  }

  .home__history-desc {
    margin-bottom: 24px;
    text-align: center;
  }

  .home__history-list {
    gap: 0.8%;
  }

  .home__history-list:before {
    display: none;
  }

  .home__history-list:after {
    display: none;
  }

  .home__history-list-item {
    width: 16%;
    min-width: 120px;
    margin: 0;
  }

  .home__ranking {
    margin-bottom: 48px;
  }

  .home__ranking table {
    display: table;
  }

  .home__ranking table tr {
    display: table-cell;
    width: 20%;
  }

  .home__ranking table th {
    display: block;
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .home__ranking table td {
    display: block;
  }

  .home__ranking table td a {
    display: block;
  }

  .home__ranking table td a p {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }

  .home__ranking table td a p img {
    width: 80%;
    min-width: 80px;
  }

  .home__ranking-list-item {
    width: 19.35%;
    margin: 0 0 9px;
  }

  .home__ranking-list-item:nth-child(n + 6) {
    display: none;
  }

  .home__ranking-list-item-thumb {
    flex: 1;
    width: 100%;
  }

  .home__ranking-list-item-thumb img {
    width: 80%;
  }

  .home__ranking-list-item-text {
    width: 100%;
  }

  .home__ranking-list-item-text-name {
    font-size: 1.1rem;
  }

  .home__ranking-list-item-text-price {
    font-size: 1.2rem;
  }

  .home__ranking-list-item-text-price span {
    font-size: 1.4rem;
  }

  .home__ranking-1 {
    width: 30px;
    font-size: 1.4rem;
  }

  .home__ranking-1:after {
    border-left: solid 15px #cda000;
    border-right: solid 15px #cda000;
  }

  .home__ranking-2 {
    width: 30px;
    font-size: 1.4rem;
  }

  .home__ranking-2:after {
    border-left: solid 15px #787878;
    border-right: solid 15px #787878;
  }

  .home__ranking-3 {
    width: 30px;
    font-size: 1.4rem;
  }

  .home__ranking-3:after {
    border-left: solid 15px #ac5d00;
    border-right: solid 15px #ac5d00;
  }

  .home__ranking-sub {
    width: 30px;
    font-size: 1.4rem;
  }

  .home__ranking-sub:after {
    border-left: solid 15px #000;
    border-right: solid 15px #000;
  }

  .home__feature .fs-pt-column {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: start;
    margin-bottom: 36px;
  }

  .home__feature .fs-pt-column__item {
    width: 32.75%;
  }

  .register__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .register__lead {
    font-size: 1.8rem;
  }

  .register__lead br {
    display: none;
  }

  .register__text {
    text-align: left;
  }

  .register__text-center img {
    max-width: 500px;
  }

  .register__benefit-list-item {
    width: 32.3%;
    padding: 8px;
  }

  .register__benefit-list-item-text-lead {
    font-size: 1.4rem;
  }

  .register__benefit-list-item-text-desc {
    font-size: 1.4rem;
  }

  #fs_MembershipCardAuth .fs-c-inputInformation {
    background-color: transparent;
  }

  .guide__icon-list {
    max-width: inherit;
  }

  .guide__icon-list-item {
    width: 32%;
    margin: 4px 0.6%;
  }

  .guide__list {
    max-width: inherit;
  }

  .guide__list-item {
    width: 23.8%;
    margin: 4px 0.6%;
  }

  .faq__h2 {
    font-size: 1.4rem;
  }

  .faq__h2 span {
    font-size: 2.8rem;
  }

  .voice__h2 {
    font-size: 1.4rem;
  }

  .voice__h2 span {
    font-size: 2.8rem;
  }

  .voice__title-pict {
    width: 10%;
  }

  .voice__text {
    font-size: 1.4rem;
  }

  .template__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0;
  }

  .template__2columnbox-heading {
    text-align: left;
  }

  .template__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .template__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .template__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .template__2columnbox-text {
    padding: 0 0 0 12px;
  }

  .template__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .template__flex-item {
    width: 32%;
  }

  .template__flex::after {
    content: "";
    display: block;
    width: 32%;
  }

  .template__contents {
    padding: 0 24px;
  }

  .template__button {
    width: 400px;
  }

  .template__box {
    padding: 24px;
  }

  .template__box .template__2columnbox {
    margin: 0;
  }

  .template__shoplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .template__shoplist-item {
    width: 32%;
  }

  .template__shoplist .template__button {
    width: 100%;
  }

  .template__shoplist::after {
    content: "";
    display: block;
    width: 32%;
  }

  .template__voicebox-title-pict {
    width: 10%;
  }

  .pages__h2 {
    margin-bottom: 36px;
    font-size: 1.8rem;
  }

  .pages__h2::after {
    margin: 12px auto;
  }

  .pages__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .pages__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 12px 0;
  }

  .pages__2columnbox-heading {
    text-align: left;
  }

  .pages__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .pages__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .pages__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .pages__2columnbox-text {
    padding: 0 0 0 24px;
  }

  .pages__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .pages__flex {
    flex-wrap: nowrap;
  }

  .pages__box {
    padding: 12px 24px;
  }

  .pages__box .pages__2columnbox {
    margin: 0;
  }

  .pages__voicebox-title-pict {
    width: 10%;
  }

  .pages__contact-button {
    width: 48%;
    margin-bottom: 0;
  }

  .pages__contact-item {
    width: 48%;
    margin-bottom: 0;
  }

  .blog__h2 {
    margin-bottom: 36px;
    font-size: 1.8rem;
  }

  .blog__h2::after {
    margin: 12px auto;
  }

  .blog__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .blog__article-supervisor {
    margin-bottom: 24px;
  }

  .blog__article-supervisor-desc {
    font-size: 1.4rem;
  }

  .blog__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0;
  }

  .blog__2columnbox-heading {
    text-align: left;
  }

  .blog__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .blog__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .blog__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .blog__2columnbox-text {
    padding: 0 0 0 12px;
  }

  .blog__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .blog__flex-item {
    width: 32%;
  }

  .blog__flex::after {
    content: "";
    display: block;
    width: 32%;
  }

  .blog__contents {
    padding: 0 24px;
  }

  .blog__contents-list {
    gap: 12px 1.25%;
    margin-bottom: 24px;
  }

  .blog__contents-list a {
    width: 19%;
  }

  .blog__list-item--column {
    width: calc(50% - 24px);
  }

  .blog__box {
    padding: 24px 24px 0;
    font-size: 1.4rem;
  }

  .blog__box .topics__2columnbox {
    margin: 0;
  }

  .blog__voicebox-title-pict {
    width: 10%;
  }

  .blog__pict {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 12px;
  }

  .blog__pict-column {
    flex-wrap: nowrap;
  }

  .blog__pict-column li {
    margin-right: 12px;
  }

  .blog__pict-column li:last-child {
    margin-right: 0;
  }

  .topics__h2 {
    margin-bottom: 36px;
    font-size: 1.8rem;
  }

  .topics__h2::after {
    margin: 12px auto;
  }

  .topics__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .topics__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0;
  }

  .topics__2columnbox-heading {
    text-align: left;
  }

  .topics__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .topics__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .topics__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .topics__2columnbox-text {
    padding: 0 0 0 12px;
  }

  .topics__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .topics__flex-item {
    width: 32%;
  }

  .topics__flex::after {
    content: "";
    display: block;
    width: 32%;
  }

  .topics__contents {
    padding: 0 24px;
  }

  .topics__list-item--column {
    width: calc(50% - 24px);
  }

  .topics__box {
    padding: 24px 24px 0;
    font-size: 1.4rem;
  }

  .topics__box .topics__2columnbox {
    margin: 0;
  }

  .topics__voicebox-title-pict {
    width: 10%;
  }

  .topics__pict-column {
    flex-wrap: nowrap;
  }

  .topics__pict-column li {
    margin-right: 12px;
  }

  .topics__pict-column li:last-child {
    margin-right: 0;
  }

  .column__h2 {
    margin-bottom: 36px;
    font-size: 1.8rem;
  }

  .column__h2::after {
    margin: 12px auto;
  }

  .column__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .column__home .fs-pt-column__item {
    width: 24%;
  }

  .column__home .fs-pt-column__image {
    width: 100%;
  }

  .column__home .fs-pt-column__heading {
    width: 100%;
  }

  .column__mv img {
    width: auto;
    max-height: 420px;
  }

  .column__list-item-thumb {
    width: 18%;
  }

  .column__list-item-text {
    width: 80%;
    padding-top: 8px;
  }

  .column__list-item-text-title {
    font-size: 1.6rem;
  }

  .column__list-item-text-desc {
    font-size: 1.4rem;
  }

  .column__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0;
  }

  .column__2columnbox-heading {
    text-align: left;
  }

  .column__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .column__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .column__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .column__2columnbox-text {
    padding: 0 0 0 12px;
  }

  .column__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .column__flex-item {
    width: 32%;
  }

  .column__flex::after {
    content: "";
    display: block;
    width: 32%;
  }

  .column__contents {
    padding: 0 24px;
  }

  .column__box {
    padding: 24px;
  }

  .column__box .column__2columnbox {
    margin: 0;
  }

  .column__voicebox-title-pict {
    width: 10%;
  }

  .column__contact-item {
    width: 48%;
  }

  .mailmagazine__list-item {
    width: 32%;
  }

  .mailmagazine__list-item time {
    font-size: 1.2rem;
  }

  .mailmagazine__list-item-thumb img {
    height: 180px;
  }

  .mailmagazine__list-item-text {
    padding-top: 8px;
  }

  .mailmagazine__list-item-text-title {
    font-size: 1.6rem;
  }

  .mailmagazine__list-item-text-desc {
    font-size: 1.4rem;
  }

  .shop__2columnbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0;
  }

  .shop__2columnbox-heading {
    text-align: left;
  }

  .shop__2columnbox-pict {
    display: block;
    width: 49%;
  }

  .shop__2columnbox-pict-text {
    font-size: 2.4rem;
  }

  .shop__2columnbox-pict-text span {
    font-size: 1.6rem;
  }

  .shop__2columnbox-text {
    padding: 0 0 0 12px;
  }

  .shop__2columnbox-text:nth-child(1) {
    padding: 0 12px 0 0;
  }

  .shop__flex-item {
    width: 32%;
  }

  .shop__flex::after {
    content: "";
    display: block;
    width: 32%;
  }

  .shop__contents {
    padding: 0 24px;
  }

  .shop__button {
    width: 400px;
  }

  .shop__box {
    padding: 24px;
  }

  .shop__box .shop__2columnbox {
    margin: 0;
  }

  .shop__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .shop__list-item {
    display: flex;
    flex-direction: column;
    width: 32%;
  }

  .shop__list-item-link {
    margin-top: auto;
  }

  .shop__list .shop__button {
    width: 100%;
    margin-top: auto;
  }

  .shop__list::after {
    content: "";
    display: block;
    width: 32%;
  }

  .shop__voicebox-title-pict {
    width: 10%;
  }

  .detail__h2 {
    font-size: 1.4rem;
  }

  .detail__h2 span {
    font-size: 2.8rem;
  }

  .detail__desc-message {
    font-size: 1.4rem;
  }

  .detail__contactbox-tel a {
    pointer-events: none;
  }

  .detail__notes-title {
    font-size: 2.4rem;
  }

  .detail__ranktable {
    margin-bottom: 24px;
  }

  .detail__ranktable thead th {
    padding: 6px 9px;
  }

  .detail__ranktable tbody th,
  .detail__ranktable tbody td {
    display: table-cell;
    padding: 6px 12px;
    font-size: 1.4rem;
  }

  .detail__ranktable tbody th {
    width: 12%;
  }

  .detailSpec tbody th,
  .detailSpec tbody td {
    display: table-cell;
    padding: 6px;
  }

  .detailSpec tbody th {
    width: 24%;
  }

  .detail__footer-title {
    font-size: 1.2rem;
    height: 50px;
  }

  .membersappli__h2 {
    padding-bottom: 24px;
  }

  .membersappli__pict-lead {
    width: 54%;
  }

  .membersappli__flex {
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 auto;
  }

  .membersappli__flex-item {
    width: 24%;
  }

  .membersappli__box {
    max-width: 700px;
  }

  .membersappli__box:first-of-type .membersappli__2columnbox {
    flex-flow: row;
  }

  .membersappli__box:first-of-type .membersappli__2columnbox-pict {
    width: 30%;
    margin-top: 6px;
    flex-flow: column;
    justify-content: center;
  }

  .membersappli__box:first-of-type .membersappli__2columnbox-pict a {
    width: 100%;
    padding: 3px;
  }

  .membersappli__box:first-of-type .membersappli__2columnbox-text {
    width: 68%;
  }

  .membersappli__lead br {
    display: block;
  }

  .membersappli__text {
    font-size: 1.4rem;
  }

  .membersappli__text-center {
    font-size: 1.4rem;
    text-align: center;
  }

  .membersappli__text-center br {
    display: block;
  }

  .membersappli__rule {
    height: 480px;
    padding: 24px;
    overflow: scroll;
  }

  .membersappli__point-heading span {
    font-size: 3.5rem;
  }

  .membersappli__point-heading span em {
    font-size: 4.9rem;
  }

  .membersappli__point-list {
    margin: 0 12px;
  }

  .membersappli__point-list-item {
    padding-left: 100px;
  }

  .membersappli__point-list-item:before {
    top: 0;
    bottom: 0;
    left: 12px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
  }

  .membersappli__point-list-item-pict {
    padding: 12px;
  }

  .membersappli__point-list-item-text {
    padding: 24px 12px;
  }

  .membersappli__point-list-item-text-lead {
    font-size: 2.4rem;
  }

  .membersappli__point-list-item-text-desc {
    font-size: 1.4rem;
  }

  .under__column-list li {
    padding-right: 0;
  }

  .campaign__button {
    margin: 24px auto;
    padding: 24px 48px;
    font-size: 1.8rem;
  }

  .campaign__button--round {
    margin: 24px auto;
    padding: 24px 48px;
    border-radius: 60px;
    font-size: 1.8rem;
  }

  .campaign__pickup-list-item {
    width: 25%;
  }

  .campaign__pickup-list-item-coordination a {
    padding: 12px;
  }

  .campaign__pickup-list-item:not(4n) {
    border-right: 1px solid #ccc;
  }

  .campaign__pickup-list-item:nth-child(4n-2) {
    border-right: 1px solid #ccc;
  }

  .campaign__pickup-list-item:nth-child(3) {
    border-top: none;
  }

  .campaign__pickup-list-item:nth-child(4) {
    border-top: none;
  }

  .campaign__pickup-list-item-price span {
    font-size: 2.4rem;
  }

  .campaign__pickup-list-item-price span.usually {
    font-size: 1.8rem;
  }

  .campaign__sale-list {
    justify-content: center;
  }

  .campaign__sale-list-item {
    width: 18%;
    min-width: 180px;
    margin: 0 1% 12px;
  }

  .campaign__sale-list-item a {
    padding: 24px;
  }

  .campaign__selection-list {
    justify-content: center;
  }

  .campaign__selection-list-item {
    width: 16%;
  }

  .campaign__selection-list-item:not(:nth-child(6n)) {
    margin-right: 0.66%;
  }

  .campaign__selection-list-item-price {
    font-size: 1.4rem;
  }

  .campaign__explain-list {
    margin-bottom: 48px;
  }

  .campaign__explain-list-item {
    width: 48%;
  }

  .brand__h1 {
    margin: 0 0 24px;
    padding: 6px 12px;
    font-size: 2rem;
  }

  .brand__h2 {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }

  .brand__h2::after {
    margin: 12px auto;
  }

  .brand__h2-list {
    font-size: 1.8rem;
  }

  .brand__h3 {
    padding: 8px 12px;
    font-size: 1.8rem;
  }

  .brand__lead {
    margin-bottom: 48px;
    font-size: 1.4rem;
  }

  .brand__article {
    margin-bottom: 48px;
    padding: 24px 24px 0;
    font-size: 1.4rem;
  }

  .brand__article ul {
    margin-bottom: 12px;
  }

  .brand__article ul li {
    width: calc(50% - 24px);
  }

  .brand__link {
    margin-bottom: 36px;
  }

  .fs-p-logo__image {
    margin: 12px 0;
  }

  .fs-c-accountService__page {
    flex-basis: 24%;
    margin: 4px 0.5%;
    letter-spacing: 0.05em;
  }

  .fs-c-inputInformation__field--display .fs-c-inputTable {
    border-collapse: collapse;
  }

  .fs-c-inputInformation__field--display .fs-c-inputTable tr {
    flex-direction: row !important;
    border-bottom: 1px solid #dadada;
  }

  .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    width: 32%;
    padding: 0 8px 12px;
  }

  .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    width: 68%;
    padding: 0 8px 12px;
  }

  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 12px;
  }

  .fs-c-pointListTable td:not(:last-child) {
    border-bottom: inherit;
  }

  .fs-c-documentArticle__content {
    padding: 0 12px;
  }

  .fs-c-specTable {
    min-width: 50%;
  }

  .fs-c-productListCarousel__list__item {
    flex-basis: 120px;
    max-width: 120px;
    min-width: 120px;
  }

  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    display: block !important;
    width: 80px;
    height: 80px;
    margin-top: -20px;
  }

  .fs-c-slick .slick-prev:before,
  .fs-c-slick .slick-next:before {
    font-size: 8rem;
  }

  .fs-c-slick .slick-dots li button:before {
    font-size: 1.8rem;
  }

  .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
    position: static;
  }

  button.fs-c-button--addToCart--detail.fs-c-button--primary {
    margin-bottom: 0;
  }

  .fs-c-productName {
    display: block;
  }

  .fs-c-productNameHeading__copy {
    font-size: 1.2rem;
  }

  .fs-c-productNameHeading__name {
    font-size: 1.6rem;
  }

  .fs-c-subgroupList .fs-c-subgroupList__item {
    flex-basis: 33.08%;
    font-size: 1.4rem;
  }

  .fs-c-productList__list__item.fs-c-productListItem {
    padding: 36px 6px;
  }

  .fs-c-productList__list__item.fs-c-productListItem
    .fs-c-button--addToCart--list.fs-c-button--plain {
    font-size: 1.2rem;
  }

  .fs-c-productList__list__item.fs-c-productListItem
    .fs-c-button--viewProductDetail.fs-c-button--plain {
    font-size: 1.2rem;
  }

  .fs-c-productMark__label {
    font-size: 1.1rem;
  }

  .fs-c-productMark__item .fs-c-productMark__mark,
  .fs-c-productList__list__item .fs-c-productMark__mark {
    padding: 6px 9px;
  }

  .fs-c-inputInformation {
    padding: 12px 24px;
    background-color: #f6f6f6;
  }

  .fs-c-inputInformation__field {
    margin: 0 auto;
    padding: 12px 0 !important;
    background-color: inherit !important;
  }

  .fs-c-sortItems {
    font-size: 1.2rem;
  }

  .fs-c-sortItems__list {
    border-left: none;
  }

  .fs-p-productSearch__search {
    top: 54px;
  }

  .fs-p-productSearch:checked
    ~ .header__search
    .fs-p-productSearch__formSwitch
    .fs-p-productSearch__formClose {
    top: 64px;
  }

  .fs-c-coordinationCatalog__title {
    font-size: 1.4rem;
  }

  .fs-c-coordinationCatalog__title span {
    font-size: 2.8rem;
  }

  .fs-c-staffCatalog__title {
    font-size: 1.4rem;
  }

  .fs-c-staffCatalog__title span {
    font-size: 2.8rem;
  }

  .fs-c-coordinationCatalog__list,
  .fs-c-coordinationList__list,
  .fs-c-coordinationProduct__list {
    justify-content: flex-start;
  }

  a.fs-c-coordinationListItem__link {
    height: 220px;
  }

  .fs-c-coordinationList__list__item,
  .fs-c-coordinationCatalog__list__item {
    width: 19.35%;
    padding: 0;
  }

  .fs-c-coordinationList__list__item:nth-of-type(5n),
  .fs-c-coordinationCatalog__list__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .fs-c-staffDetail {
    grid-template-columns: 240px 1fr;
    grid-gap: 0 40px;
  }

  .fs-c-staffDetail__profile {
    grid-column: 2;
  }

  .fs-body-customerDetails .fs-c-inputInformation {
    padding: 0;
    background: transparent;
  }

  .fs-body-register .fs-c-inputInformation {
    padding: 0;
    background: transparent;
  }

  #feedWrap {
    margin: 0 auto 48px !important;
  }
}

@media (min-width: 960px) {
  .footer__pagetop-link {
    display: block;
  }

  .footer__nav-item {
    width: 32%;
  }

  .footer__utility {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 0;
    border-top: none;
    padding: 0 8px;
  }

  .footer__utility-nav {
    margin-top: 0;
  }

  .footer__utility-list {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__utility-list li:first-child a {
    border-top: none;
  }

  .footer__utility-list-item {
    width: 33%;
  }

  .footer__utility-list-item-heading {
    border: none;
  }

  .footer__utility-link {
    padding-left: 0;
  }

  .footer__copyright {
    padding: 12px 12px 44px;
  }

  .header__leftContainer {
    align-self: start;
  }

  .header__mypage a {
    font-size: 1.4rem;
  }

  .header__welcome {
    display: block;
    margin: 0 12px 0 auto;
  }

  .header__search {
    order: 3;
    width: 45%;
    padding: 8px;
  }

  .header__search-input {
    border: 1px solid #a0a0a0;
  }

  .header__welcome {
    order: 4;
  }

  .header__login {
    order: 6;
    margin-left: 12px;
  }

  .header__login a {
    padding: 4px 12px;
    font-size: 1.4rem;
  }

  .header__logout {
    display: flex;
  }

  .header__logout a {
    font-size: 1.4rem;
  }

  .header__message {
    order: 5;
    display: flex;
    align-items: center;
    margin-left: 12px;
    font-size: 1.4rem;
  }

  .header__message-name {
    display: flex;
    min-width: inherit;
  }

  .header__point {
    order: 7;
    display: flex;
    margin-left: 12px;
  }

  .header__cart {
    order: 8;
    text-align: center;
  }

  .header__cart .fs-p-cartItemNumber {
    top: 0;
    right: 0;
  }

  .header__cart-label {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .header__cart a i:before {
    font-size: 3em;
  }

  .home__mv img {
    width: 100%;
    height: auto;
    object-fit: none;
  }

  .home__faq-list-title {
    padding: 12px 80px;
  }

  .home__faq-list-title::before {
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-list-title::after {
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-list-contents {
    padding: 12px 12px 12px 80px;
  }

  .home__faq-list-contents::before {
    top: 0;
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-h3 {
    font-size: 1.6rem;
  }

  .home__kaitori {
    height: 100px;
  }

  .mypage__accountinfo {
    flex-basis: 35%;
  }

  .guide__icon-list-item {
    width: 19%;
    margin: 4px 0.5%;
    font-size: 1.4rem;
  }

  .guide__list-item {
    width: 15.66%;
    margin: 4px 0.5%;
  }

  .guide__list-item a {
    font-size: 1.4rem;
  }

  .faq__h3 {
    font-size: 1.6rem;
  }

  .faq__list-title {
    padding: 12px 80px;
  }

  .faq__list-title::before {
    width: 80px;
    font-size: 2.8rem;
  }

  .faq__list-title::after {
    width: 80px;
    font-size: 2.8rem;
  }

  .faq__list-title.open::after {
    content: "ー";
    transform: rotate(0);
  }

  .faq__list-contents {
    padding: 12px 12px 12px 80px;
  }

  .faq__list-contents::before {
    width: 80px;
    font-size: 2.8rem;
  }

  .voice__box {
    padding: 12px 24px;
  }

  .voice__title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .voice__title-pict {
    width: 88px;
  }

  .voice__text {
    margin-left: 88px;
  }

  .template__article {
    margin-bottom: 48px;
  }

  .template__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .template__flex-item:first-child {
    margin-left: 0;
  }

  .template__flex-item:last-child {
    margin-right: 0;
  }

  .template__flex::after {
    content: none;
  }

  .template__shopdetail {
    display: flex;
    justify-content: space-between;
  }

  .template__shopdetail-pictbox {
    width: 49%;
  }

  .template__shopdetail-info {
    width: 49%;
  }

  .template__shopdetail-info-table td {
    display: table-cell;
  }

  .template__shopdetail-info-table td .template__button {
    width: auto;
    padding: 8px 0;
    margin: 12px 0;
  }

  .template__shopdetail-info-table th {
    display: table-cell;
    width: 100px;
  }

  .template__voicebox {
    padding: 24px;
  }

  .template__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .template__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .template__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .template__voicebox .topic__text {
    margin-left: 124px;
  }

  .pages__article {
    margin-bottom: 48px;
  }

  .pages__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .pages__flex-item:first-child {
    margin-left: 0;
  }

  .pages__flex-item:last-child {
    margin-right: 0;
  }

  .pages__flex::after {
    content: none;
  }

  .pages__voicebox {
    padding: 24px;
  }

  .pages__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .pages__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .pages__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .pages__voicebox .pages__text {
    margin-left: 124px;
  }

  .blog__article {
    max-width: 750px;
    margin: 0 auto 48px;
  }

  .blog__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .blog__flex-item:first-child {
    margin-left: 0;
  }

  .blog__flex-item:last-child {
    margin-right: 0;
  }

  .blog__flex::after {
    content: none;
  }

  .blog__voicebox {
    padding: 24px;
  }

  .blog__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .blog__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .blog__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .blog__voicebox .topic__text {
    margin-left: 124px;
  }

  .topics__article {
    margin-bottom: 48px;
  }

  .topics__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .topics__flex-item:first-child {
    margin-left: 0;
  }

  .topics__flex-item:last-child {
    margin-right: 0;
  }

  .topics__flex::after {
    content: none;
  }

  .topics__voicebox {
    padding: 24px;
  }

  .topics__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .topics__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .topics__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .topics__voicebox .topic__text {
    margin-left: 124px;
  }

  .column__article {
    margin-bottom: 48px;
  }

  .column__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .column__flex-item:first-child {
    margin-left: 0;
  }

  .column__flex-item:last-child {
    margin-right: 0;
  }

  .column__flex::after {
    content: none;
  }

  .column__voicebox {
    padding: 24px;
  }

  .column__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .column__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .column__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .column__voicebox .column__text {
    margin-left: 124px;
  }

  .shop__article {
    margin-bottom: 48px;
  }

  .shop__flex-item {
    flex: 1;
    margin: 0 12px;
  }

  .shop__flex-item:first-child {
    margin-left: 0;
  }

  .shop__flex-item:last-child {
    margin-right: 0;
  }

  .shop__flex::after {
    content: none;
  }

  .shop__detail {
    display: flex;
    justify-content: space-between;
  }

  .shop__detail-pictbox {
    width: 49%;
  }

  .shop__detail-info {
    width: 49%;
  }

  .shop__detail-info-table td {
    display: table-cell;
  }

  .shop__detail-info-table td .shop__button {
    width: auto;
    padding: 8px 0;
    margin: 12px 0;
  }

  .shop__detail-info-table th {
    display: table-cell;
    width: 100px;
  }

  .shop__voicebox {
    padding: 24px;
  }

  .shop__voicebox-title {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .shop__voicebox-title-pict {
    width: 88px;
    margin-right: 36px;
  }

  .shop__voicebox-title-heading {
    font-size: 1.8rem;
  }

  .shop__voicebox .shop__text {
    margin-left: 124px;
  }

  .detail__footer {
    display: none;
  }

  .detail__footer-title {
    display: none;
  }

  .campaign__explain-list {
    margin-bottom: 48px;
  }

  .campaign__explain-list-item {
    width: 23%;
  }

  .fs-pt-carousel {
    padding-top: 0;
  }

  .fs-c-breadcrumb {
    width: 100%;
    margin: 0;
  }

  .fs-c-breadcrumb:last-child {
    padding-top: 3px;
  }

  .item-detail-breadcrumb .fs-c-breadcrumb__list {
    margin-left: 0;
  }

  .fs-p-footerUtilityMenu {
    margin-top: 0;
    border-top: none;
  }

  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: none;
  }

  .fs-p-footerUtilityMenu__list > li a:hover {
    color: #ccc;
  }

  .fs-p-footerUtilityMenu__list > li a:active {
    color: #ccc;
  }

  .fs-c-productListCarousel__list__item {
    flex-basis: 170px;
    max-width: 170px;
    min-width: 170px;
  }

  .fs-c-productCarouselMainImage__image > img {
    width: 480px;
    margin: 0 50px;
  }

  .fs-body-cart .fs-l-cart__contentsArea {
    display: flex;
    flex-direction: column;
  }

  .fs-body-cart .fs-l-cart__sideColumn {
    width: 100%;
    padding: 0;
    border: none;
  }

  #fs-totalsArea-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  #fs-cartTotals-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
  }

  .fs-c-orderTotalTable {
    width: inherit;
    min-width: 300px;
  }

  .fs-c-orderTotalTable > tbody > tr th {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
  }

  .fs-c-orderTotalTable > tbody > tr td {
    padding: 6px 12px;
    border: 1px solid #ccc;
  }

  .fs-c-purchaseHere {
    position: relative;
    height: 128px;
  }

  .fs-c-purchaseHere__message {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(0, -100%);
  }

  .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }

  .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(0, -50%);
  }

  .fs-c-payWithAmazon {
    display: flex;
    gap: 24px;
    margin: 24px 0;
  }

  .fs-c-payWithAmazon__button {
    width: 30% !important;
    margin: 0 0 0 auto;
  }

  #fs-checkout-payHere-container {
    padding: 24px 48px 12px;
    background-color: #f6f6f6;
  }

  #fs-checkout-amazon-container {
    padding: 24px 48px;
    background-color: #f6f6f6;
  }

  #fs-checkout-amazon-container::before {
    background-color: #f6f6f6;
  }

  #fs-checkout-amazon-container::after {
    width: calc(100% - 96px);
    margin: 0 48px;
  }

  .amazonpay-button-container {
    max-width: 450px;
    margin: 0 auto;
  }

  .fs-body-login .fs-c-loginForm {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .fs-body-login .fs-c-registeredUsers {
    flex-grow: 0;
    flex-basis: auto;
    width: 48%;
  }

  .fs-body-login .fs-c-newUsers {
    margin-left: 0;
    width: 48%;
  }

  .fs-body-wishlist-login .fs-c-registeredUsers {
    flex-basis: unset;
  }

  .fs-c-subSection__title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .fs-c-productActionButton.fs-c-buttonContainer {
    margin: 0;
  }

  span.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
    padding: 0;
  }

  .fs-c-coupon__name {
    min-width: 160px;
  }

  .fs-p-productSearch__search {
    top: 61px;
  }

  .fs-p-productSearch:checked
    ~ .header__search
    .fs-p-productSearch__formSwitch
    .fs-p-productSearch__formClose {
    position: absolute;
    z-index: 1000;
    top: 75px;
    left: 50%;
    transform: translateX(232px);
    right: inherit;
  }
}

@media (min-width: 1280px) {
  .main__contents {
    width: calc(100% - 240px - 40px);
    margin-top: 24px;
  }

  .main__contents:nth-child(2) {
    width: 1280px;
  }

  .drawer {
    position: relative;
    z-index: 1;
    width: 240px;
    padding: 12px 0 0;
    background-color: transparent;
    box-shadow: none;
    color: #272727;
    transform: translateX(0);
  }

  .drawer__button,
  .drawer__button--opener,
  .drawer__button--closed {
    display: none;
  }

  .drawer__button--opener {
    display: none;
  }

  .drawer__contents {
    display: none;
  }

  .drawer__point {
    padding: 12px;
    background-color: #f1f1f1;
  }

  .drawer__point-button {
    padding: 8px;
  }

  .drawer__nav {
    margin: 0 0 12px;
  }

  .drawer__nav .fs-pt-menu {
    background-color: #f1f1f1;
  }

  .drawer__nav .fs-pt-menu__item a {
    padding: 8px;
    border-bottom: 3px solid #fff;
    font-size: 1.4rem !important;
  }

  .drawer__nav .fs-pt-menu__item a:hover {
    color: #000;
    background-color: #dadada;
  }

  .drawer__nav .fs-pt-column {
    margin: 12px 0 0;
  }

  .drawer__nav .fs-pt-column a {
    margin: 0 0 12px;
    padding: 0;
  }

  .drawer__nav-search {
    margin: 0 0 3px;
    border: none;
  }

  .drawer__menu-category .fs-pt-menu {
    padding: 0;
  }

  .drawer__menu-category .fs-pt-menu__item a {
    padding: 6px 8px;
    border-bottom: none;
    min-height: inherit;
  }

  .drawer__menu-category .fs-pt-menu__item a em {
    font-weight: 700;
  }

  .drawer__menu-category .fs-pt-menu__item a span {
    display: none;
  }

  .drawer__menu-category .fs-pt-menu__item a:hover {
    color: #000 !important;
    opacity: 1;
  }

  .drawer__menu-category .fs-pt-menu__item a:hover span {
    color: #dab;
  }

  .drawer__menu-brand .fs-pt-menu__item a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ccc;
  }

  .drawer__menu .drawer__title:hover {
    color: #000;
    background-color: #dadada;
  }

  .drawer__menu .fs-pt-menu {
    background-color: #f1f1f1;
  }

  .drawer__menu .fs-pt-menu__item label {
    padding: 8px;
    border-bottom: 3px solid #fff;
    font-size: 1.4rem !important;
  }

  .drawer__more a:hover {
    border: 1px solid #dd7fa1;
  }

  .drawer__heading {
    margin: 12px 0 6px !important;
    padding: 2px 8px 0;
    border-top: none;
    border-bottom: solid 1px #880031;
    background-color: #fff;
  }

  .drawer__heading-category {
    margin: 0 0 6px !important;
    padding: 2px 8px 0;
    border-top: none;
    border-bottom: solid 1px #ccc;
  }

  .drawer__nav a {
    margin: 0;
  }

  .drawer__nav a:hover {
    background: #e1e1e1;
  }

  .drawer__loginlogout {
    display: none;
  }

  .drawer .fs-clientInfo.is-ready {
    margin: 12px 0;
  }

  .drawer__toggle {
    display: none;
  }

  .drawer__toggle:checked + .drawer__menu + .drawer__accordion {
    max-height: 9999px;
    transition: all 1.5s;
  }

  .drawer__toggle:checked + .drawer__menu + .drawer__accordion-category {
    max-height: 9999px;
    transition: all 1.5s;
  }

  .drawer__toggle:checked + .drawer__menu .drawer__heading-category {
    background-color: inherit;
  }

  .drawer__toggle:checked + .drawer__menu-category-last .drawer__title {
    border-bottom: solid 3px #fff;
  }

  .drawer__accordion-category {
    max-height: max-content;
  }

  .drawer__title {
    padding: 8px;
  }

  .drawer__title-category {
    padding: 6px 0;
    pointer-events: none;
  }

  .drawer__title-category::before {
    content: none;
  }

  .drawer__wishlist {
    display: none;
  }

  .drawer > .drawer__menu-category > .fs-pt-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 12px;
  }

  .drawer > .drawer__menu-brand > .fs-pt-menu {
    gap: 0;
  }

  .footer__nav {
    justify-content: space-between;
    padding: 0;
  }

  .footer__nav-item {
    margin-bottom: 28px;
  }

  .footer__utility-list {
    flex-wrap: nowrap;
  }

  .footer__utility-list-item {
    width: auto;
  }

  .header__banner-member img {
    height: 40px;
  }

  .header__banner img {
    height: 48px;
  }

  .header__nav {
    padding: 0;
  }

  .header__menu .drawer__menu .fs-pt-menu {
    background-color: transparent;
  }

  .header__tel {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 320px;
    text-align: right;
  }

  .header__tel a {
    display: block;
    pointer-events: none;
  }

  .header__tel-num {
    min-width: 320px;
    background: url(../images/icon/freedial.png) no-repeat;
    background-position: 84px center;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
  }

  .header__tel-time {
    letter-spacing: 0.05em;
    font-size: 1.2rem;
  }

  .home__mv img {
    width: 100%;
    height: auto;
    object-fit: none;
  }

  .home__faq-list-title {
    padding: 12px 80px;
  }

  .home__faq-list-title::before {
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-list-title::after {
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-list-contents {
    padding: 12px 12px 12px 80px;
  }

  .home__faq-list-contents::before {
    top: 0;
    width: 80px;
    font-size: 2.8rem;
  }

  .home__faq-h3 {
    font-size: 1.6rem;
  }

  .home__newitem-list-item-price span {
    font-size: 1.6rem;
  }

  .home__history-list-item-price span {
    font-size: 1.6rem;
  }

  .home__ranking-list-item-price span {
    font-size: 1.8rem;
  }

  .home__kaitori {
    height: 100px;
  }

  .campaign__pickup-list.end:after {
    font-size: 1.8rem;
  }

  .campaign__pickup-list-item.soldout .campaign__pickup-list-item-thumb:after {
    width: 100%;
  }

  .campaign__pickup-list-item:not(:last-child) {
    border-bottom: none;
  }

  .campaign__pickup-list-item-coordination {
    width: 25%;
  }

  .campaign__pickup-list-item-coordination a {
    padding: 12px 24px;
  }

  .campaign__pickup-list-item-coordination:not(:last-child) {
    border-bottom: none;
  }

  .campaign__pickup-list-item-thumb img {
    width: 100%;
  }

  .campaign__sale-list.end:after {
    font-size: 1.8rem;
  }

  .fs-p-headerUtilityMenu {
    margin: 0 auto;
    max-width: 1280px;
  }

  .fs-p-headerUtilityMenu__list a::before {
    margin-right: 4px;
  }

  .fs-c-productListCarousel__list__item {
    flex-basis: 150px;
    max-width: 150px;
    min-width: 150px;
  }

  .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .fs-c-productCarouselMainImage__thumbnail__img {
    width: 80px;
  }

  .fs-l-main {
    max-width: 1280px;
    margin-top: 0;
  }

  main.fs-l-main.fs-l-product4.main__wrap {
    max-width: 1280px;
  }

  .fs-l-pageMain {
    max-width: 1000px;
    margin-top: 24px;
  }

  .fs-l-staffCoordinationListLayout__search
    + .fs-l-staffCoordinationListLayout__list,
  .fs-l-staffCoordinationListLayout__list
    + .fs-l-staffCoordinationListLayout__search {
    max-width: inherit;
  }

  .fs-l-staffCoordinationListLayout__search {
    flex-basis: 100%;
    max-width: inherit;
  }

  .fs-l-staffCoordinationListLayout .fs-c-staffCoordinationSearchControl__list {
    display: flex;
    justify-content: flex-start;
  }

  .fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
    margin-top: inherit;
  }

  .fs-c-staffCoordinationSearch {
    width: 24%;
    margin: 0 1% 12px 0;
  }

  .slick-slide.slick-current.slick-active.slick-center > div {
    height: inherit;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }

  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }

  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }

  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }

  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }

  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }

  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }

  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }

  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }

  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }

  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }

  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }

  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }

  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }

  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }

  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }

  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }

  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }

  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }

  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }

  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }

  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }

  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }

  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }

  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }

  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }

  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }

  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }

  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }

  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }

  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }

  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }

  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }

  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }

  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }

  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }

  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }

  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }

  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }

  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }

  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }

  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }

  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }

  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }

  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }

  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }

  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }

  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }

  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }

  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }

  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }

  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }

  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }

  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }

  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }

  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }

  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }

  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }

  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }

  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }

  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }

  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }

  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }

  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }

  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }

  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }

  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }

  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }

  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }

  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }

  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }

  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }

  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }

  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }

  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }

  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }

  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }

  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }

  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }

  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }

  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }

  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }

  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }

  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }

  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31;
  }

  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }

  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }

  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }

  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }

  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }

  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }

  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }

  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33;
  }

  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }

  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }

  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }

  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34;
  }

  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }

  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }

  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }

  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35;
  }

  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }

  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }

  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }

  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36;
  }

  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }

  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }

  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }

  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37;
  }

  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }

  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }

  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }

  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38;
  }

  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }

  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }

  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }

  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39;
  }

  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }

  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }

  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }

  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40;
  }

  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }

  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }

  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }

  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41;
  }

  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }

  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }

  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }

  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42;
  }

  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }

  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }

  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }

  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43;
  }

  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }

  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }

  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }

  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44;
  }

  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }

  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }

  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }

  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45;
  }

  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }

  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }

  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }

  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46;
  }

  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }

  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }

  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }

  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47;
  }

  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }

  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }

  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }

  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48;
  }

  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }

  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }

  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }

  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49;
  }

  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }

  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }

  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }

  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50;
  }
}
