@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.lity-active {
  height: 100%;
  overflow: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #3E3A39;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;  /*変更*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;  /*変更*/
  letter-spacing: 0.1em;
  word-break: break-all;
}
body.u-is-block {
  height: 100%;
  overflow: hidden;
}

a,
a:visited,
a:hover,
a:active {
  color: #3E3A39;
}

a, a:link {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover, a:link:hover {
  opacity: 0.7;
}

a:focus, *:focus {
  outline: none;
}

br {
  line-height: 1;
}

img {
  vertical-align: top;
}

input[type=button], input[type=submit], select, button {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

body.ios a img {
  opacity: 1;
}

/* IE8+, Chrome */
input, button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

input[type=button], input[type=submit], input[type=text], input[type=eFFmail], select, button, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

.pc-on {
  display: block;
}

.pc-in {
  display: inline-block;
}

.tablet-on {
  display: none;
}

.tablet-in {
  display: none;
}

.sp-on {
  display: none;
}

.sp-in {
  display: none;
}
.l-content {
  margin-right: auto;
  margin-left: auto;
}
.l-content--large {
  max-width: 1400px;
  padding-right: 0;
  padding-left: 0;
}
.l-content--max {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.l-longseller {
  width: 100%;
}

.l-seasonal {
  margin-top: 130px;
  padding-bottom: 50px;
}

.l-link {
  width: 100%;
  padding-bottom: 50px;
}

.l-header {
  z-index: 9999;
  position: relative;
}

.l-header2 {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.is-scroll .l-header2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header2 .c-header {
  height: 80px;
}
.l-header2 .c-header__logo {
  height: 80px;
}
.l-header2 .c-header .c-header-btns__btn {
  height: 80px;
}
.l-header2 .c-header .c-menu-products__close {
  top: 150px;
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  height: 100px;
  background: #fff;
}
.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 100px;
}
.c-header__logo img {
  max-width: 118px;
  height: 19px;
}
.c-header__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  background: #A28D80;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-align: center;
}
.c-header__message strong {
  font-size: 16px;
  font-weight: 700;
}
.c-header__message span {
  font-size: 14px;
}
.c-header__news {
  position: relative;
  width: calc(100% - 700px);
  overflow: hidden;
}
.c-header .c-header-news .c-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  height: 100px;
  padding: 5px 60px 5px 30px;
  letter-spacing: 0.15em;
  text-align: left;
}
.c-header .c-header-news .c-news__ttl {
  color: #A28D80;
  font-size: 16px;
}
.c-header .c-header-news .c-news__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24.5px;
}
.c-header .c-header-news .slick-arrow.slick-prev {
  right: 35px;
  left: auto;
}
.c-header .c-header-news .slick-arrow.slick-next {
  right: 15px;
}

.c-header .c-header-btns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header .c-header-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-left: 1px solid #DDDDDD;
}
.c-header .c-header-btns__btn--search .btn-icon {
  position: relative;
}
.c-header .c-header-btns__btn--search .btn-ttl {
  position: relative;
}
.c-header .c-header-btns__btn--search .btn-inner {
  position: relative;
}
.c-header .c-header-btns__btn--search input[type=text] {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 56px;
  padding-right: 40px;
  border: none;
  outline: none;
  background: none;
  color: #3E3A39;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: all 0.4s cubic-bezier(0, 0.795, 0, 1);
}
.c-header .c-header-btns__btn--search input[type=text]:focus {
  width: 250px;
  border-bottom: 1px solid #DDDDDD;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1px #ccc;
          box-shadow: 0 0 1px #ccc;
  cursor: text;
}
.c-header .c-header-btns__btn--cart .btn-icon {
  padding-right: 5px;
}
.c-header .c-header-btns__btn .btn-icon {
  padding-top: 4px;
  text-align: center;
}
.c-header .c-header-btns__btn .btn-ttl {
  margin-top: 10px;
  color: #3E3A39;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: relative;
  width: 100%;
  background: #3E3A39;
}
.l-header2 .c-menu .c-menu-btn {
  height: 60px;
}
.l-header2 .c-menu .c-menu-btn .jp {
  line-height: 22px;
}
.l-header2 .c-menu .c-menu-products {
  top: 60px;
  height: calc(100vh - 140px);
}
.c-menu > li {
  width: 16.66%;
  border-left: 1px solid #656161;
}
.c-menu > li:first-child {
  border-left: none;
}
.c-menu > li.sp-on, .c-menu > li.tablet-on {
  background: #3E3A39;
}
.c-menu > li.sp-on .c-menu-btn, .c-menu > li.tablet-on .c-menu-btn {
  border-top: 1px solid #fff;
  color: #fff;
}
.c-menu > li.sp-on .c-menu-btn:nth-of-type(1), .c-menu > li.tablet-on .c-menu-btn:nth-of-type(1) {
  border-top: none;
}
.c-menu > li.sp-on .c-menu-btn::after, .c-menu > li.tablet-on .c-menu-btn::after {
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow_white.svg);
}
.c-menu__spbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-menu__spbtns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 50px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.c-menu__spbtns a:nth-of-type(even) {
  border-left: 1px solid #fff;
}
.c-menu .c-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  color: #fff;
  text-align: center;
}
.c-menu .c-menu-btn.c-arrow--down.u-is-open {
  background: #EEEAE7;
  color: #3E3A39;
}
.c-menu .c-menu-btn.c-arrow--down.u-is-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
}
.c-menu .c-menu-btn.c-arrow--down.u-is-open:hover {
  opacity: 1;
}
.c-menu .c-menu-btn .en {
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  letter-spacing: 0.15em;
}
.c-menu .c-menu-btn .jp {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif !important;
}
.c-menu .c-menu-products {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  background: #EEEAE7;
}
.c-menu .c-menu-products__close {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
.c-menu .c-menu-products__close--icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.c-menu .c-menu-products__close--icon::before, .c-menu .c-menu-products__close--icon::after {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: #3E3A39;
  content: "";
}
.c-menu .c-menu-products__close--icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-menu .c-menu-products__close--icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-menu .c-menu-products__close--text {
  margin-top: 5px;
  font-size: 12px;
}
.c-menu .c-menu-products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 30px 60px;
}
.c-menu .c-menu-products-group {
  width: calc(20% - 20px);
  margin-left: 25px;
}
.c-menu .c-menu-products-group:first-child {
  margin-left: 0;
}
.c-menu .c-menu-products-group__ttl {
  margin-bottom: 15px;
  font-size: 18px;
}
.c-menu .c-menu-products-btns .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  color: #3E3A39;
}
.c-menu .c-menu-products-btns .btn:first-child {
  margin-top: 0;
}
.c-menu .c-menu-products-btns .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  margin-right: 10px;
}
.c-menu .c-menu-products-btns .btn-icon__color::after {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  content: "";
}
.c-menu .c-menu-products-btns .btn-icon__color--black::after {
  background: #313131;
}
.c-menu .c-menu-products-btns .btn-icon__color--brown::after {
  background: #7B6350;
}
.c-menu .c-menu-products-btns .btn-icon__color--red::after {
  background: #E2381C;
}
.c-menu .c-menu-products-btns .btn-icon__color--blue::after {
  background: #4DA3CE;
}
.c-menu .c-menu-products-btns .btn-icon__color--green::after {
  background: #4DAD60;
}
.c-menu .c-menu-products-btns .btn-icon__color--white::after {
  background: #ffcc99;
}
.c-menu .c-menu-products-btns .btn-icon__color--gray::after {
  background: #DBDBDB;
}
.c-menu .c-menu-products-btns .btn-inner {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 22px;
}
.c-menu .c-menu-products-btns .btn-inner span {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.c-select {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #EBEBEB;
}
.c-select::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 7px solid #3E3A39;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  pointer-events: none;
}
.c-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.c-select select::-ms-expand {
  display: none;
}

.fs-l-footer {
  margin-top: 100px;
  overflow: hidden;
  border-top: none;
}
.fs-l-footer .c-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 100px;
  background: #3E3A39;
  color: #fff;
}
.fs-l-footer .c-footer-main a {
  color: #fff;
}
.fs-l-footer .c-footer-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fs-l-footer .c-footer-main__btns .c-footer-main-btns__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 28px;
}
.fs-l-footer .c-footer-main__btns .c-footer-main-btns__sns a {
  margin-right: 24px;
}
.fs-l-footer .c-footer-main__btns a {
  display: block;
}
.fs-l-footer .c-footer-main__btns a.logo img {
  max-width: 132px;
  height: 22px;
}
.fs-l-footer .c-footer-main__btns a.instagram {
  width: 16px;
  height: 16px;
}
.fs-l-footer .c-footer-main__btns a.facebook {
  padding: 0 4px;
}
.fs-l-footer .c-footer-main__btns a.facebook img {
  width: 8px;
  height: 16px;
}
.fs-l-footer .c-footer-main__right .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-l-footer .c-footer-main__right .footer-links a {
  display: block;
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.fs-l-footer .c-footer-main__right .footer-links a:first-child {
  margin-left: 0;
}
.fs-l-footer .c-footer-main__right .footer-copy {
  margin-top: 30px;
  color: #AEACAC;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}

.fs-l-footer .c-footer__menu {
  width: 100%;
  background: #EEEAE7;
}
.fs-l-footer .c-footer-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0;
}
.fs-l-footer .c-footer-menu__btn {
  width: 20%;
  padding: 5px 10px;
  border-left: 1px solid #D1C4B9;
  color: #3E3A39;
  text-align: center;
}
.fs-l-footer .c-footer-menu__btn:first-child {
  border-left: none;
}
.fs-l-footer .c-footer-menu__btn .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background: #3E3A39;
}
.fs-l-footer .c-footer-menu__btn .btn-icon img {
  max-width: 100%;
}
.fs-l-footer .c-footer-menu__btn .btn-ttl {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.fs-l-footer .c-footer-menu__btn .btn-text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24.5px;
}
.fs-l-footer .c-footer-menu__btn .btn-detail {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-arrow {
  position: relative;
  padding-right: 12px;
}
.c-arrow::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
  content: "";
}
.c-arrow--prev {
  padding-right: 0;
  padding-left: 12px;
}
.c-arrow--prev::after {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-arrow--white::after {
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow_white.svg);
}
.c-arrow--down {
  padding-right: 0;
}
.c-arrow--down::after {
  right: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-breadcrumb {
  width: 100%;
  padding: 30px 0;
}
.c-breadcrumb .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb .c-breadcrumb-btn {
  position: relative;
  margin-left: 24px;
  color: #3E3A39;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.c-breadcrumb .c-breadcrumb-btn:first-child {
  margin-left: 0;
}
.c-breadcrumb .c-breadcrumb-btn:first-child::before {
  display: none;
}
.c-breadcrumb .c-breadcrumb-btn::before {
  position: absolute;
  top: 60%;
  left: -14px;
  width: 4px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.c-breadcrumb .c-breadcrumb-btn--active {
  color: #A28D80;
  pointer-events: none;
}

.c-btn--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  color: #3E3A39;
}
.c-btn--link::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 11px;
  margin-top: -5px;
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_link.svg);
  content: "";
}
.c-btn--link span {
  padding-right: 0.5em;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.c-btn--link.c-btn--black {
  background: #3E3A39;
  color: #fff;
}
.c-btn--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #3E3A39;
  background: #fff;
  color: #3E3A39;
}
.c-btn--line::before, .c-btn--line::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.c-btn--line::before {
  left: 0;
}
.c-btn--line::after {
  right: 0;
}
.c-btn--line span {
  font-size: 16px;
  letter-spacing: 0.15em;
}
.c-btn--line.c-btn--black {
  border: solid 1px #fff;
  background: #3E3A39;
  color: #fff;
}
.c-btn--line.c-btn--black::before, .c-btn--line.c-btn--black::after {
  background: #fff;
}
.c-btn--line.c-btn--noframe {
  border: none;
}
.c-btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  background: #3E3A39;
  color: #fff;
}
.c-btn--more:visited, .c-btn--more:hover, .c-btn--more:active {
  color: #fff;
}
.c-btn--more::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow_white.svg);
  content: "";
}
.c-btn--more span {
  font-size: 15px;
}
.c-btn--more span.off {
  display: block;
}
.c-btn--more span.on {
  display: none;
}
.c-btn--more.c-btn--open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-btn--more.c-btn--open span.off {
  display: none;
}
.c-btn--more.c-btn--open span.on {
  display: block;
}
.c-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #3E3A39;
  background: #fff;
  color: #3E3A39;
}
.c-btn--arrow::before {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #3E3A39;
  content: "";
}
.c-btn--arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  width: 20px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.c-btn--ancher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #A28D80;
  background: #fff;
}
.c-btn--ancher::before, .c-btn--ancher::after {
  position: absolute;
  top: 50%;
  right: 25px;
  left: auto;
  width: 14px;
  height: 1px;
  margin: 3px 0 0 -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #A28D80;
  content: "";
}
.c-btn--ancher::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn--left {
  margin-left: 0;
}
.c-btn--pcleft {
  margin-left: 0;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  width: 12px;
  height: 18px;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
  content: "";
}
.slick-arrow.slick-prev {
  left: 24px;
}
.slick-arrow.slick-prev::after {
  left: 0;
  -webkit-transform: scaleX(-1) translate(-50%, -50%);
          transform: scaleX(-1) translate(-50%, -50%);
}
.slick-arrow.slick-next {
  right: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 44px 0;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: #3E3A39;
}
.c-notedetail-content .slick-dots li {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
}
.c-notedetail-content .slick-dots li::before {
  display: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: solid 1px #3E3A39;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-slider__item img {
  width: 100%;
}
.p-slider .slick-arrow {
  display: none;
}
.p-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 44px 0;
  font-size: 0;
  line-height: 0;
}
.p-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.p-slider .slick-dots li.slick-active button, .p-slider .slick-dots li:hover button {
  background-color: #3E3A39;
}
.p-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: solid 1px #3E3A39;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-ttl {
  color: #3E3A39;
  font-size: 25px;
}
.c-ttl--2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.fs-l-pageMain > .c-ttl--2 {
  margin-bottom: 80px;
  font-size: 50px;
}
.fs-l-pageMain > .c-ttl--2 .c-subttl {
  margin-top: 20px;
  font-size: 20px;
}
.fs-body-top .c-ttl--2 {
  font-size: 30px;
}
.fs-body-top .c-ttl--2 .c-subttl {
  margin-top: 10px;
  font-size: 16px;
}

/*main banner start*/
.l-catch {
	margin: 0 auto;
}
.main-banner__inner img {
	width: 100%;
}
/*main banner end*/

/*sub banner start*/
.l-catch-sub {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.sub-banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.sub-banner__inner::after {
  display: block;
  content: "";
  width: calc((100% - 60px) / 3);
}
.sub-banner__item {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.8;
  list-style: none;
  width: calc((100% - 60px) / 3);
}
.sub-banner__inner div:nth-child(1) {
  margin-bottom: 1.8rem;
}
.sub-banner__inner div img {
  width: 100%;
  margin: 0 auto;
}
.sub-banner__thumb {
  margin: 0 auto;
  width: 100%;
}
.sub-banner__ttl {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.sub-banner__txt {
  font-size: 0.9rem;
  margin: 0;
}
/*sub banner end*/

/*series banner start*/
.l-link {
  margin: 0 auto;
}
.l-link-series {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.series-banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.series-banner__inner::after {
  display: block;
  content: "";
  width: calc((100% - 60px) / 3);
}
.series-banner__inner li {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.8;
  list-style: none;
  width: calc((100% - 60px) / 4);
}
.series-banner__inner li:nth-child(3) {
  margin-bottom: 1.8rem;
}
.series-banner__inner li img {
  width: 100%;
  margin: 0 auto;
}
.series-banner__thumb {
  margin: 0 auto;
  width: 100%;
}
.series-banner__ttl {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/*series banner end*/

.product-link-bnr {
  margin: 30px auto 0;
  text-align: center;
}

.l-pickup .c-ttl--2, .l-shop .c-ttl--2, .l-instagram .c-ttl--2 {
  margin-top: 80px;
}
.c-ttl--2 .c-subttl {
  display: block;
  margin-top: 10px;
  color: #A28D80;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.c-ttl--3 {
  font-size: 20px;
}

.c-item {
  display: block;
  padding-bottom: 10px;
  border: 1px;
  text-align: center;
}
.c-item__label {
  width: auto;
}
.c-item__img img {
  width: 100%;
}
.c-item__ttl {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5rem;
}
.c-item__price {
  margin-top: 20px;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.c-item__price span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
  font-weight: 400;
}

.c-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.l-recommend .c-item-label {
  display: none;
}
.c-item-label__label {
  width: auto;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 4px 5px 4px;
  border: solid 1px #DDDDDD;
  font-size: 12px;
  line-height: 1;
}
.c-item-label__label:last-child {
  margin-left: 0;
}
.c-item-label__label--accent {
  background: #C1AB9D;
  color: #fff;
}
.c-item-label__label--soldout {
  background: #EBEBEB;
}

.c-item-colorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.l-recommend .c-item-colorlist {
  display: none;
}
.c-item-colorlist__list {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.c-item-colorlist__list:first-child {
  margin-left: 0;
}
.c-item-colorlist__list--black {
  background: #3E3A39;
}
.c-item-colorlist__list--red {
  background: #9F5728;
}
.c-item-colorlist__list--blue {
  background: #345879;
}
.c-item-colorlist__list--yellow {
  background: #CBA475;
}
.c-item-colorlist__list--black {
  background-color: #000000;
}
.c-item-colorlist__list--choco {
  background-color: #500000;
}
.c-item-colorlist__list--brown {
  background-color: #823300;
}
.c-item-colorlist__list--tan {
  background-color: #cc8c00;
}
.c-item-colorlist__list--navy {
  background-color: #000066;
}
.c-item-colorlist__list--gray {
  background-color: #666666;
}
.c-item-colorlist__list--beige {
  background-color: #ffcc99;
}
.c-item-colorlist__list--yellow {
  background-color: #ffe600;
}
.c-item-colorlist__list--orange {
  background-color: #ff6600;
}
.c-item-colorlist__list--red {
  background-color: #ff0000;
}
.c-item-colorlist__list--pink {
  background-color: #ff66cc;
}
.c-item-colorlist__list--violet {
  background-color: #660099;
}
.c-item-colorlist__list--blue {
  background-color: #0000cc;
}
.c-item-colorlist__list--light {
  background-color: #00ccff;
}
.c-item-colorlist__list--green {
  background-color: #006600;
}
.c-item-colorlist__list--white {
  background-color: #ffffff;
}

.c-note {
  width: calc(33.33% - 20px);
  margin-bottom: 50px;
  margin-left: 30px;
  color: #3E3A39;
}
.c-note:nth-child(3n+1) {
  margin-left: 0;
}
.c-note__photo {
  width: 100%;
}
.c-note__photo img {
  width: 100%;
}
.c-note .c-note-detail {
  padding-top: 16px;
}
.c-note .c-note-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-note .c-note-detail__ttl {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.c-note .c-note-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}
.c-note .c-note-detail__tags .c-note-detail-tags__tag {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 12px;
}

.c-note-date {
  padding-top: 4px;
  color: #747272;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-note-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
}
.c-note-category span {
  display: inline-block;
  padding: 4px;
  background: #EBEBEB;
  font-size: 12px;
  line-height: 1;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #DDDDDD;
  color: #3E3A39;
}
.c-link .c-link-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  padding: 20px 30px;
}
.c-link .c-link-info__text {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 26px;
}
.c-link .c-link-info__text2 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 31px;
  font-weight:700;
}
.c-link .c-link-info__text3 {
  font-size: 13px;
  line-height:26px;
}
.c-link .c-link-info__text4 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 26px;		
}	
.c-link .c-link-info .p-btn {
  margin-top: 25px;
}
.c-link__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: #000;
}
.c-link__photo img {
  width: 100%;
  height: 100%;
}
.p-tab-contents {
  margin-top: 80px;
}
.p-tab-contents-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.p-tab-contents-btns::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.p-tab-contents-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
  border: solid 1px #3E3A39;
  background: #fff;
  cursor: pointer;
}
.p-tab-contents-btns__btn:first-child {
  margin-left: 0 !important;
}
.p-tab-contents-btns__btn:first-child:nth-last-child(5), .p-tab-contents-btns__btn:first-child:nth-last-child(5) ~ li {
  width: calc(20% - 12px);
  margin-left: 15px;
}
.p-tab-contents-btns__btn:first-child:nth-last-child(6), .p-tab-contents-btns__btn:first-child:nth-last-child(6) ~ li {
  width: calc(16.66% - 10px);
  margin-left: 12px;
}
.p-tab-contents-btns__btn:first-child:nth-last-child(7), .p-tab-contents-btns__btn:first-child:nth-last-child(7) ~ li {
  width: calc(14.28% - 8.571px);
  margin-left: 10px;
}
.p-tab-contents-btns__btn span {
  padding: 2px 5px 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
}
.p-tab-contents-btns__btn::after {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #3E3A39;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  opacity: 0;
}
.p-tab-contents-btns__btn:hover, .p-tab-contents-btns__btn.u-is-active {
  background: #3E3A39;
  color: #fff;
}
.p-tab-contents-btns__btn:hover::after, .p-tab-contents-btns__btn.u-is-active::after {
  opacity: 1;
}
.p-tab-contents-content {
  margin-top: 60px;
}
.p-tab-contents-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
.p-tab-contents-content h3:nth-of-type(1) {
  margin-top: 0;
}
.p-tab-contents-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-tab-contents .fs-c-documentArticle {
  margin-top: 40px;
}
.p-tab-contents .fs-c-documentArticle:nth-of-type(1) {
  margin-top: 0;
}
.p-tab-contents .fs-c-documentArticle > p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 35px;
}
.p-tab-contents .fs-c-documentArticle__heading {
  margin-bottom: 0;
}
.p-tab-contents .fs-c-documentArticle__content {
  padding: 30px 0 10px;
  border-bottom: 1px dashed #DDDDDD;
}
.p-tab-contents .fs-c-documentArticle__content:last-child {
  border-bottom: none;
}
.p-tab-contents .fs-c-documentArticle__content dl.indent-list {
  overflow: hidden;
  line-height: 1.5;
}
.p-tab-contents .fs-c-documentArticle__content dl.indent-list dt {
  float: left;
}
.p-tab-contents .fs-c-documentArticle__content dl.indent-list dd {
  margin-bottom: 5px;
  overflow: hidden;
}
.p-tab-contents .fs-c-documentArticle__content dl.notes {
  font-size: 12px;
  line-height: 1.5;
}

.c-groupinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 100px;
}
.c-groupinfo__image {
  width: 50%;
}
.c-groupinfo__info {
  width: 46.25%;
}
.c-groupinfo .c-groupinfo-info__ttl {
  font-size: 24px;
  line-height: 1.5;
}
.c-groupinfo .c-groupinfo-info__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
}
.c-groupinfo .c-groupinfo-info__btn {
  margin-top: 30px;
}
.c-groupinfo .c-groupinfo-info__btn a {
  margin-left: 0;
}

.c-about--ttl {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.12em;
  text-align: center;
}
.c-about--ttl .en {
  font-family: "Lato", sans-serif;
}
.c-about--ttl2 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
.c-about--ttl2::before, .c-about--ttl2::after {
  position: absolute;
  top: calc(1em - 5px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.c-about--ttl2::before {
  margin-top: -8px;
  background: #A28D80;
}
.c-about--ttl2::after {
  background: #3E3A39;
}
.c-about--ttl2:nth-of-type(1) {
  margin-top: 0;
}
.c-about--ttl3 {
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
}
.c-aboutinit {
  position: relative;
  padding: 120px 0;
  text-align: center;
}
.c-aboutinit::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #F6F4F3;
  content: "";
}
.c-aboutinit__inner {
  z-index: 2;
  position: relative;
}
.c-aboutinit__ttl {
  font-size: 30px;
  letter-spacing: 0.12em;
}
.c-aboutinit__text {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 34px;
}
.c-aboutinit__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  margin-top: 50px;
}
.c-aboutinit__btns .c-aboutinit-btn {
  height: 90px;
  line-height: 1;
}
.c-aboutinit__btns .c-aboutinit-btn:first-child {
  margin-left: 0;
}
.c-aboutinit__btns .c-aboutinit-btn:first-child {
  margin-left: 0 !important;
}
.c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(3), .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(3) ~ .c-aboutinit-btn {
  width: calc(33.33% - 10px);
  margin-left: 20px;
}
.c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(4), .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(4) ~ .c-aboutinit-btn {
  width: calc(25% - 15px);
  margin-left: 20px;
}
.c-aboutinit__btns .c-aboutinit-btn__jp {
  font-size: 20px;
  letter-spacing: 0.12em;
}
.c-aboutinit__btns .c-aboutinit-btn__en {
  margin-top: 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-about--list li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 28px;
}
.c-about--list li:first-child {
  margin-top: 0;
}
.c-about--list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #A28D80;
  content: "";
}
.c-about--fontbase {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 34px;
}

.p-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-itemlist:not(.u-js-slider) .c-item {
  margin: 0 0 40px 40px;
}
.p-itemlist:not(.u-js-slider) .c-item:nth-child(4n+1) {
  margin-left: 0;
}
.p-itemlist:not(.slick-dotted) .slick-list {
  width: 100%;
  margin-bottom: 50px;
}
.p-itemlist:not(.slick-dotted) .slick-list .slick-track {
  width: 100%;
}
.p-itemlist:not(.slick-dotted) .slick-list .slick-slide {
  width: 25%;
}
.p-itemlist .c-item {
  width: calc(25% - 30px);
}

.p-serieslist {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}
.p-serieslist .slick-slide {
  margin: 0 15px;
}
.p-serieslist .c-series {
  position: relative;
  width: calc(50% - 15px);
}
.p-serieslist .c-series a {
  display: block;
  color: #3E3A39;
}
.p-serieslist .c-series__img img {
  width: 100%;
}
.p-serieslist .c-series .c-series-info {
  z-index: 1;
  width: 100%;
  padding: 30px 30px 0 0;
  background: #fff;
}
.c-series-info__ttl {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif !important;
}
.p-serieslist .c-series .c-series-info__ttl {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.p-serieslist .c-series .c-series-info__ttl span {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 22px;
}
.p-serieslist .c-series .c-series-info__text {
  margin-top: 20px;
  padding-right: 30px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 24.5px;
}

.p-categorylist, .p-categorylist_size  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-categorylist::before, .p-categorylist::after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}
.p-categorylist::before {
  order: 1;
}
.p-categorylist li {
  width: calc(20% - 30px);
  margin-bottom: 20px;
}
.p-categorylist_size li {
  width: 25%;
  padding: min(5vw, 20px) min(1vw, 15px);
  margin-bottom: 20px;
}
.p-categorylist .c-category {
  display: block;
  position: relative;
  color: #3E3A39;
}
.p-categorylist .c-category__img {
  background: rgba(238, 234, 231, 0.3);
}
.p-categorylist .c-category__img img {
  width: 100%;
}
.p-categorylist .c-category__ttl,
.p-categorylist_size .c-category__ttl {
  padding: 20px 0;
  text-align: center;
}
.p-categorylist .c-category__ttl--jp,
.p-categorylist_size .c-category__ttl--jp {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-categorylist .c-category__ttl--en {
  margin-top: 12px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.fs-l-product2 .p-itemprofile__inner {
  position: relative;
  padding-bottom: 20px;
}

.fs-l-product2 .p-iteminfo {
  margin-top: 60px;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.33% - 11px);
  height: 66px;
  border: solid 1px #3E3A39;
  cursor: pointer;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn span {
  padding-bottom: 1px;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn::after {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #3E3A39;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  opacity: 0;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn:hover, .fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn.u-is-active {
  background: #3E3A39;
  color: #fff;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn:hover::after, .fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn.u-is-active::after {
  opacity: 1;
}
.fs-l-product2 .p-iteminfo .p-iteminfo-tabs {
  margin-top: 30px;
}
.fs-l-product2 .p-iteminfo table {
  width: 100%;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  font-size: 16px;
  line-height: 34px;
}
.fs-l-product2 .p-iteminfo table tr {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.fs-l-product2 .p-iteminfo table tr th {
  width: 154px;
  padding: 20px;
  background: #FAFAFA;
}
.fs-l-product2 .p-iteminfo table tr td {
  padding: 20px 20px 20px 15px;
}
.fs-l-product2 .p-iteminfo h3, .fs-l-product2 .p-iteminfo h4, .fs-l-product2 .p-iteminfo h5, .fs-l-product2 .p-iteminfo h6 {
  margin-top: 60px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.fs-l-product2 .p-iteminfo h3:first-child, .fs-l-product2 .p-iteminfo h4:first-child, .fs-l-product2 .p-iteminfo h5:first-child, .fs-l-product2 .p-iteminfo h6:first-child {
  margin-top: 0;
}
.fs-l-product2 .p-iteminfo p, .fs-l-product2 .p-iteminfo pre, .fs-l-product2 .p-iteminfo small, .fs-l-product2 .p-iteminfo div {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 34px;
}
.fs-l-product2 .p-iteminfo img {
  width: 100%;
  margin-top: 35px;
}

.fs-l-product2 .p-itemimg {
  width: 100%;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-list {
  border: solid 1px #DDDDDD;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots .slick-dots-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li {
  width: 14.68%;
  height: auto;
  margin: 14px 0 0 2.37%;
  border: solid 1px #DDDDDD;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li:nth-child(6n+1) {
  margin-left: 0;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li.slick-active {
  opacity: 0.7;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li .thumb img {
  width: 100%;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider__list {
  position: relative;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider__list a::after {
  z-index: 2;
  position: absolute;
  right: 12px;
  bottom: 14px;
  width: 26px;
  height: 26px;
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_expansion.svg);
  content: "";
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider__list img {
  width: 100%;
}
.fs-l-product2 .p-itemimg .c-itemprofile-slider__list .caption {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #3E3A39;
  font-size: 14px;
  text-align: center;
}

.fs-l-product2 .p-itemdetail .c-item-colorlist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.c-itemdetail {
  letter-spacing: 0.12em;
  text-align: left;
}
.c-itemdetail__series {
  font-size: 18px;
}
.c-itemdetail__copy {
  margin-top: 18px;
  font-size: 16px;
}
.c-itemdetail__name {
  margin-top: 12px;
  font-size: 30px;
  line-height: 38px;
}
.c-itemdetail__num {
  margin-top: 20px;
  font-size: 14px;
}
.c-itemdetail__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px;
}
.c-itemdetail__price {
  margin-top: 40px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.c-itemdetail__price span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: normal;
}
.c-itemdetail__point {
  margin-top: 10px;
  font-size: 14px;
}

.c-itemoption {
  margin-top: 32px;
  padding: 20px;
  border: solid 1px #3E3A39;
}
.c-itemoption .c-itemoption-ttl {
  padding-bottom: 5px;
  text-align: left;
}
.c-itemoption .c-itemoption-ttl__sub {
  font-size: 15px;
}
.c-itemoption .c-itemoption-ttl__ttl {
  margin-top: 8px;
  font-size: 20px;
}
.c-itemoption .c-itemoption-content__inner {
  padding-top: 20px;
  padding-bottom: 10px;
}
.c-itemoption .c-itemoption-content__info {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px dashed #919191;
  font-size: 14px;
  line-height: 2;
}
.c-itemoption .c-itemoption-content__info p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}
.c-itemoption .c-itemoption-content__info .img {
  max-width: 45%;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.c-itemoption .c-itemoption-content__info .img img {
  width: 100%;
}
.c-itemoption .c-itemoption-content__info .img--fl {
  margin-right: 20px;
  float: left;
}
.c-itemoption .c-itemoption-content__info .img--fr {
  margin-left: 20px;
  float: right;
}
.c-itemoption .c-itemoption-content__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #919191;
}
.c-itemoption .c-itemoption-content__select .select-ttl {
  font-size: 15px;
}
.c-itemoption .c-itemoption-content__select .c-select {
  width: 180px;
  margin-left: 10px;
}
.c-itemoption .c-itemoption-content__notes {
  margin-top: 20px;
  font-size: 12px;
}

.c-itemcolors {
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}
.c-itemcolors .c-itemcolors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.c-itemcolors .c-itemcolors-list__img {
  width: 80px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-itemcolors .c-itemcolors-list__img img {
  width: 100%;
}
.c-itemcolors .c-itemcolors-list__name {
  width: calc(100% - 340px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 24.5px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-itemcolors .c-itemcolors-list__fav {
  position: relative;
  width: 20px;
  height: 18px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.c-itemcolors .c-itemcolors-list__fav .fav-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-itemcolors .c-itemcolors-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  background: #3E3A39;
  color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-itemcolors .c-itemcolors-list__btn.u-is-sold {
  pointer-events: none;
}
.c-itemcolors .c-itemcolors-list__btn.u-is-sold .sold {
  visibility: visible;
  opacity: 1;
}
.c-itemcolors .c-itemcolors-list__btn .text {
  padding: 5px 30px 5px 0;
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_cart_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.c-itemcolors .c-itemcolors-list__btn .sold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  color: #3E3A39;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  opacity: 0;
}

.c-itembtns {
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}
.c-itembtns__support li {
  margin-top: 20px;
}
.c-itembtns__support li:first-child {
  margin-top: 0;
}
.c-itembtns__support li a {
  max-width: 360px;
}
.c-itembtns__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.c-itembtns__sns li {
  margin: 0 15px;
}

.p-seasonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.p-seasonal:nth-of-type(1) {
  margin-top: 0;
}
.p-seasonal--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-seasonal .c-seasonal__img {
  position: relative;
  width: 38.33%;
  border: solid 1px #DDDDDD;
  line-height: 0;
}
.p-seasonal .c-seasonal__img .c-seasonal-slider li img {
  width: 100%;
}
.p-seasonal .c-seasonal__img .c-seasonal-slider__controler {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F7F6F5;
}
.p-seasonal .c-seasonal__img .c-seasonal-slider__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 60px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-seasonal .c-seasonal__img .c-seasonal-slider__number span {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.4;
}
.p-seasonal .c-seasonal__info {
  width: 57.49%;
}
.p-seasonal .c-seasonal__info .c-item-colorlist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-seasonal .c-seasonal__info .p-btn {
  margin-top: 50px;
}

.p-notelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-notedetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 30px;
}
.p-notedetail__main {
  width: calc(100% - 370px);
}
.p-notedetail .c-notedetail-side {
  width: 300px;
}
.p-notedetail .c-notedetail-side .c-notedetail-ttl--4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}
.p-notedetail .c-notedetail-side__categorys {
  margin: 20px 0 70px;
  border-top: 1px solid #DDDDDD;
}
.p-notedetail .c-notedetail-side__categorys li {
  border-bottom: 1px solid #DDDDDD;
}
.p-notedetail .c-notedetail-side__categorys li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}
.p-notedetail .c-notedetail-side__categorys li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
  content: "";
}
.p-notedetail .c-item-label,
.p-notedetail .c-item-colorlist {
  display: none;
}

.c-newsdetail-ttl,
.c-notedetail-ttl {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.c-newsdetail-ttl--4,
.c-notedetail-ttl--4 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 34px;
  padding-left: 18px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.c-newsdetail-ttl--4::before, .c-newsdetail-ttl--4::after,
.c-notedetail-ttl--4::before,
.c-notedetail-ttl--4::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.c-newsdetail-ttl--4::before,
.c-notedetail-ttl--4::before {
  margin-top: -8px;
  background: #A28D80;
}
.c-newsdetail-ttl--4::after,
.c-notedetail-ttl--4::after {
  background: #3E3A39;
}
.c-newsdetail__meta,
.c-notedetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-newsdetail__tags,
.c-notedetail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.c-newsdetail__tags a,
.c-notedetail__tags a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.c-newsdetail__visual,
.c-notedetail__visual {
  margin-top: 35px;
  margin-bottom: 30px;
}
.c-newsdetail__visual img,
.c-notedetail__visual img {
  width: 100%;
}
.c-newsdetail-content,
.c-notedetail-content {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 34px;
}
.c-newsdetail-content h4,
.c-notedetail-content h4 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 34px;
  padding-left: 18px;
  font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.c-newsdetail-content h4::before, .c-newsdetail-content h4::after,
.c-notedetail-content h4::before,
.c-notedetail-content h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.c-newsdetail-content h4::before,
.c-notedetail-content h4::before {
  margin-top: -8px;
  background: #A28D80;
}
.c-newsdetail-content h4::after,
.c-notedetail-content h4::after {
  background: #3E3A39;
}
.c-newsdetail-content h5,
.c-notedetail-content h5 {
  margin: 34px 0 20px;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.c-newsdetail-content p,
.c-notedetail-content p {
  margin-bottom: 10px;
  overflow: hidden;
}
.c-newsdetail-content p strong,
.c-notedetail-content p strong {
  font-weight: bold;
}
.c-newsdetail-content p img,
.c-notedetail-content p img {
  height: auto;
}
.c-newsdetail-content p img:only-child,
.c-notedetail-content p img:only-child {
  width: auto;
  max-width: 100%;
}
.c-newsdetail-content p img:first-child:nth-last-child(2), .c-newsdetail-content p img:first-child:nth-last-child(2) ~ img,
.c-notedetail-content p img:first-child:nth-last-child(2),
.c-notedetail-content p img:first-child:nth-last-child(2) ~ img {
  display: block;
  width: calc(50% - 15px);
  margin-left: 30px;
  float: left;
}
.c-newsdetail-content p img:first-child:nth-last-child(2):first-child, .c-newsdetail-content p img:first-child:nth-last-child(2) ~ img:first-child,
.c-notedetail-content p img:first-child:nth-last-child(2):first-child,
.c-notedetail-content p img:first-child:nth-last-child(2) ~ img:first-child {
  margin-left: 0;
}
.c-newsdetail-content p img:first-child:nth-last-child(3), .c-newsdetail-content p img:first-child:nth-last-child(3) ~ img,
.c-notedetail-content p img:first-child:nth-last-child(3),
.c-notedetail-content p img:first-child:nth-last-child(3) ~ img {
  display: block;
  width: calc(33.33% - 14px);
  margin-left: 21px;
  float: left;
}
.c-newsdetail-content p img:first-child:nth-last-child(3):first-child, .c-newsdetail-content p img:first-child:nth-last-child(3) ~ img:first-child,
.c-notedetail-content p img:first-child:nth-last-child(3):first-child,
.c-notedetail-content p img:first-child:nth-last-child(3) ~ img:first-child {
  margin-left: 0;
}
.c-newsdetail-content p img:first-child:nth-last-child(4), .c-newsdetail-content p img:first-child:nth-last-child(4) ~ img,
.c-notedetail-content p img:first-child:nth-last-child(4),
.c-notedetail-content p img:first-child:nth-last-child(4) ~ img {
  display: block;
  width: calc(25% - 9px);
  margin-left: 12px;
  float: left;
}
.c-newsdetail-content p img:first-child:nth-last-child(4):first-child, .c-newsdetail-content p img:first-child:nth-last-child(4) ~ img:first-child,
.c-notedetail-content p img:first-child:nth-last-child(4):first-child,
.c-notedetail-content p img:first-child:nth-last-child(4) ~ img:first-child {
  margin-left: 0;
}
/*
.c-newsdetail-content p a::after,
.c-notedetail-content p a::after {
  display: block;
  visibility: hidden;
  content: "";
}
*/
.c-newsdetail-content a,
.c-notedetail-content a {
  color: #A28D80;
  text-decoration: underline;
}
.c-newsdetail-content ul li,
.c-notedetail-content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 34px;
}
.c-newsdetail-content ul li:first-child,
.c-notedetail-content ul li:first-child {
  margin-top: 0;
}
.c-newsdetail-content ul li::before {
  display: none;
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #A28D80;
  content: "";
}
.c-newsdetail-content blockquote, .c-newsdetail-content__quote,
.c-notedetail-content blockquote,
.c-notedetail-content__quote {
  position: relative;
  margin-top: 30px;
  padding: 25px 40px 25px 75px;
  background: #F6F4F3;
  line-height: 34px;
}
.c-newsdetail-content blockquote::before, .c-newsdetail-content__quote::before,
.c-notedetail-content blockquote::before,
.c-notedetail-content__quote::before {
  position: absolute;
  top: 32px;
  left: 35px;
  width: 22px;
  height: 21px;
  background-image: url(https://trion.itembox.design/item/src/images/note/quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.c-newsdetail-content hr, .c-newsdetail-content__separator,
.c-notedetail-content hr,
.c-notedetail-content__separator {
  width: 100%;
  height: 0;
  margin: 60px 0;
  border-top: 1px solid #DDDDDD;
}

.c-newsdetail-content hr, .c-newsdetail-content__separator,
.c-notedetail-content hr,
.c-notedetail-content__separator2 {
  width: 100%;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #DDDDDD;
}

.c-notedetail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.c-notedetail-nav__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 16px;
  line-height: 1;
}
.c-notedetail-nav__btn::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
  content: "";
}
.c-notedetail-nav__btn--prev {
  left: 0;
  padding-left: 20px;
}
.c-notedetail-nav__btn--prev::after {
  left: 0;
  -webkit-transform: scaleX(-1) translate(-50%, -50%);
          transform: scaleX(-1) translate(-50%, -50%);
}
.c-notedetail-nav__btn--next {
  right: 0;
  padding-right: 20px;
}
.c-notedetail-nav__btn--next::after {
  right: 0;
}

/*note_sugiyama_tuika*/
.has-background1 a {
  background-color:#eeeae7;
  width: 100%;
  display: inline-block;
  padding:18px;
  font-size: 16px;
  color: #a28d80;
  text-align: center;
}

.wp-block-image {
  margin: 30px 0 20px;
}

.wp-block-table{
    margin: 30px 0;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0 20px;
}
.wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 30px;
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.wp-block-columns .wp-block-column img {
  width: 100%;
}

.fs-blog--item-link-wrap .slick-dots {
  padding-top: 22px;
}
.fs-blog--item-link-wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-blog--item-link-wrap > .wp-block-group__inner-container .wp-block-group {
  width: 33.33%;
}

.fs-item-link {
  text-align: center;
}
.fs-item-link .wp-block-image {
  margin: 0 0 15px 0;
}
.fs-item-link p {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.fs-item-link .fs-item-link--price {
  margin-top: 10px;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

/* TRION RANKING */
.p-rankinglist_ttl {
margin-bottom: 15px;
font-size: 17px;
}
.p-rankinglist_ttl_sub {
margin-bottom: 15px;
font-size: 15px;
}
.p-rankinglist	{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.p-rankinglist li {
width: calc(22% - 30px);
margin-bottom: 20px;
position: relative;
}
.p-rankinglist .ranking {
position: absolute;
left: 0;
top: 0;
text-indent: 6px;
line-height: 1.8rem;
font-size: 15px;
color: #fff;
background-color: #a9b2b5;
}
.p-rankinglist .ranking {
width: 40px;
height: 40px;
-webkit-clip-path: polygon(0 0,100% 0,0 100%);
clip-path: polygon(0 0,100% 0,0 100%);
}
.p-rankinglist .ranking1 {
background-color: #e6b422;
}
.p-rankinglist .ranking2 {
background-color: #7f98b5;
}
.p-rankinglist .ranking3 {
background-color: #A28D80;
}
.p-rankinglist__ttl {
margin-top: 20px;
padding: 0;
font-size: 16px;
letter-spacing: 0.12em;
text-align: center;
line-height: 1.5;
}
.p-rankinglist__price {
margin-top: 10px;
padding: 0;
font-family: "Lato", sans-serif;
font-size: 20px;
letter-spacing: 0.1em;
text-align: center;
}
.p-rankinglist__price span {
display: inline-block;
margin: 0;
font-size: 12px;
font-weight: 400;
}
.p-rankinglist__btn {
padding: 15px;
justify-content: center;
display: flex;
font-size: 13px;
border: 1px solid #DDDDDD;
max-width: 300px;
margin: 10px auto 30px;
border-radius: 5px;	
}

/* TOMOE RANKING */	
.p-rankinglist-t_ttl {
margin-bottom: 20px;
padding-bottom: 15px;
font-size: 17px;
border-bottom: #000 solid 1px;
}
.p-rankinglist-t_ttl_sub {
margin-bottom: 30px;
font-size: 15px;
}
.p-rankinglist-t {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.p-rankinglist-t li {
width: calc(22% - 30px);
margin-bottom: 50px;
padding-bottom: 30px;
position: relative;
background-color: #fff;
}
.p-rankinglist-t .ranking {
position: absolute;
left: 0;
top: 0;
text-indent: 8px;
line-height: 1.6rem;
font-size: 14px;
font-weight: 500;
color: #fff;
background-color: rgb(0 0 0 / 60%);
width: 40px;
height: 40px;
-webkit-clip-path: polygon(0 0,100% 0,0 100%);
clip-path: polygon(0 0,100% 0,0 100%);
}
.p-rankinglist-t__ttl {
margin-top: 20px;
padding: 0 10px;
font-size: 16px;
letter-spacing: 0.12em;
text-align: center;
line-height: 1.5;
}
.p-rankinglist-t__price {
margin-top: 10px;
padding: 0;
font-family: "Lato", sans-serif;
font-size: 20px;
letter-spacing: 0.1em;
text-align: center;
}
.p-rankinglist-t__price span {
display: inline-block;
margin: 0;
font-size: 12px;
}
.p-rankinglist-t__btn {
padding: 15px;
justify-content: center;
display: flex;
font-size: 13px;
border: 1px solid #DDDDDD;
max-width: 300px;
margin: 10px auto 30px;
border-radius: 5px;	
}

.p-follow {
  width: 100%;
  margin-top: 150px;
  color: #fff;
}
.p-follow__photo {
  width: 100%;
}
.p-follow__photo img {
  width: 100%;
}
.p-follow__inner {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-follow .c-ttl {
  margin-top: 0;
  color: #fff;
}
.p-follow .c-ttl .c-subttl {
  color: #fff;
}
.p-follow .lead {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.p-follow .p-btn {
  margin-top: 80px;
}

.p-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-shop__photo {
  width: calc(100% - 520px);
}
.p-shop__photo img {
  width: 100%;
}
.p-shop .p-shop-detail {
  width: 460px;
  margin-left: 60px;
}
.p-shop .p-shop-detail__ttl {
  color: #A28D80;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.p-shop .p-shop-detail__info {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 28px;
}
.p-shop .p-shop-detail .p-btn {
  margin-top: 40px;
}

.p-shoppage {
  font-size: 16px;
  line-height: 34px;
}
.p-shoppage .p-tabarea .shopList__item {
  display: none;
}
.p-shoppage .area-35 .shopList__item.area-35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .area-36 .shopList__item.area-36 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .area-7 .shopList__item.area-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .area-37 .shopList__item.area-37 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .area-8 .shopList__item.area-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .area-38 .shopList__item.area-38 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shoppage .c-btn.c-btn--line.c-btn--black a {
  color: #fff;
}
.p-shoppage > .p-tab-contents-btns {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
}
.p-shoppage > .p-tab-contents-btns::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.p-shoppage > .p-tab-contents-btns .p-tab-contents-btns__btn {
  z-index: 2;
  position: relative;
  width: 300px;
  margin: 0 9px;
}
.p-shoppage > .p-tab-contents-btns .p-tab-contents-btns__btn::before {
  display: none;
}
.p-shoppage > .p-tab-contents-btns .p-tab-contents-btns__btn:hover {
  opacity: 1;
}

.c-shoppage__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 18px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.c-shoppage__ttl::before, .c-shoppage__ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.c-shoppage__ttl::before {
  margin-top: -8px;
  background: #A28D80;
}
.c-shoppage__ttl::after {
  background: #3E3A39;
}
.c-shoppage-direct-init {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-shoppage-direct-init__text {
  width: 50%;
}
.c-shoppage-direct-init__img {
  width: 46.66%;
}
.c-shoppage-direct-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.c-shoppage-direct-access__info {
  width: 58.08%;
}
.c-shoppage-direct-access__info ul {
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
.c-shoppage-direct-access__info ul li {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0 18px 15px;
  border-top: dashed 1px #DDDDDD;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.75;
}
.c-shoppage-direct-access__info ul li:first-child {
  border-top: none;
}
.c-shoppage-direct-access__info ul li p {
  width: 100px;
  padding-right: 20px;
}
.c-shoppage-direct-access__info ul li span {
  display: block;
  width: calc(100% - 100px);
}
.c-shoppage-direct-access__map {
  width: 38.66%;
}
.c-shoppage-direct-access__map iframe {
  width: 100%;
}
.c-shoppage-store__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-shoppage-store__btns::before {
  display: none;
}
.c-shoppage-store__btns li {
  margin: 0 20px;
  cursor: pointer;
}
.c-shoppage-store__btns li.u-is-active span::after {
  display: block;
}
.c-shoppage-store__btns li span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  line-height: 1;
}
.c-shoppage-store__btns li span::after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.c-shoppage-store__content {
  margin-top: 40px;
}
.c-shoppage-store .p-shoppage__ttl {
  margin-top: 0;
}
.c-shoppage-store-list {
  border-top: 1px solid #DDDDDD;
}
.c-shoppage-store-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
}
.c-shoppage-store-list__name {
  width: 30%;
  padding-right: 25px;
  font-size: 20px;
  line-height: 28px;
}
.c-shoppage-store-list__address {
  width: 45%;
  padding-right: 25px;
  font-size: 14px;
  line-height: 2;
}
.c-shoppage-store-list__btn {
  width: 25%;
}

.l-instagram .l-content {
  max-width: 1380px;
}

.p-instagramlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-instagramlist .c-instagram {
  width: calc(20% - 24px);
  margin-bottom: 30px;
  margin-left: 30px;
}
.p-instagramlist .c-instagram:nth-child(5n+1) {
  margin-left: 0;
}
.p-instagramlist .c-instagram img {
  width: 100%;
}
.c-instagram-btn a {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3E3A39;
  color: #fff;
  text-align: center;
}
.c-instagram-btn__bg {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.c-instagram-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-instagram-btn__logo img {
  width: 30px;
}
.c-instagram-btn__ttl .en {
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.c-instagram-btn__ttl .jp {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.c-instagram-btn__arrow {
  margin-top: 30px;
}
.c-instagram-btn__arrow img {
  width: 12px;
}

.p-faq .p-tab-contents-btns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-faq .p-tab-contents-btns::before {
  z-index: 1;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.p-faq .p-tab-contents-btns::after {
  z-index: 1;
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.p-faq .p-tab-contents-btns__btn {
  width: calc(16.66% - 10px);
  margin-left: 12px;
}
.p-faq .p-tab-contents-btns__btn:nth-child(7) {
  margin-left: 0;
}
.p-faq .p-tab-contents-btns__btn:nth-child(6) ~ li {
  margin-top: 20px;
}

.c-faq {
  margin-top: 10px;
  border-radius: 5px;
  background: #F6F4F3;
}
.c-faq:first-child {
  margin-top: 0;
}
.c-faq__q {
  position: relative;
  padding: 20px 70px 20px 24px;
  font-size: 18px;
  line-height: 1.5;
}
.c-faq__q::before, .c-faq__q::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 21px;
  height: 1px;
  margin-top: -1px;
  background: #A28D80;
  content: "";
}
.c-faq__q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-faq__q.u-is-open::after {
  display: none;
}
.c-faq .c-faq-a {
  display: none;
}
.c-faq .c-faq-a__inner {
  padding: 0 40px 20px 24px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 30px;
}
.c-faq .c-faq-a__inner a:not(.c-btn) {
  text-decoration: underline;
}
.c-faq .c-faq-a__inner p {
  margin-bottom: 15px;
  line-height: 30px;
}
.c-faq .c-faq-a__inner p:first-of-type:last-of-type {
  margin-bottom: 0;
}
.c-faq .c-faq-a__inner p:last-of-type {
  margin-bottom: 0;
}
.c-faq .c-faq-a__inner .indent-list {
  margin-bottom: 15px;
}

.p-newslist {
  margin-bottom: 45px;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

.c-newslist {
  border-top: dashed 1px #DDDDDD;
}
.c-newslist:first-child {
  border-top: none;
}
.c-newslist__date {
  width: 100px;
}
.c-newslist__text {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.c-newslist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 40px 18px 30px;
  font-size: 14px;
  line-height: 1.75;
}
.c-newslist a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
  content: "";
}

.c-newsdetail__content {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
}
.c-newsdetail__content p {
  margin: 20px 0;
}
.c-newsdetail__content strong {
  font-weight: bold;
}
.c-newsdetail .c-notedetail-nav {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.p-contact .p-tab-contents .p-tab-contents-btns li {
  width: 300px;
}
.p-contact .fs-c-documentArticle__heading {
  margin-bottom: 20px;
}
.p-contact .fs-c-documentArticle__content {
  border-bottom: none;
}
.p-contact .fs-c-documentArticle__content:nth-of-type(1) {
  margin-top: 10px;
}
.p-contact-main {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DDDDDD;
}
.p-contact-main .fs-c-documentArticle__content {
  padding: 0;
}
.p-contact-form {
  margin-top: 50px;
  padding: 86px 12.5% 70px;
  border-radius: 5px;
  background: #F6F4F3;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(4) {
  line-height: 1.5;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(4) select {
  width: 300px !important;
  margin-bottom: 40px;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(4) input {
  margin-bottom: 40px;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(4) input:first-of-type {
  width: calc(290px - 1em) !important;
  margin-left: 10px;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(4) input:last-of-type {
  margin-bottom: 0;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(12) input, .p-contact-form.p-contact-form--2 form p:nth-of-type(16) input {
  margin-bottom: 10px;
}
.p-contact-form.p-contact-form--2 form p:nth-of-type(16) input {
  padding-top: 20px;
  font-size: 14px;
}
.p-contact-form form {
  overflow: hidden;
  font-size: 0;
}
.p-contact-form form select,
.p-contact-form form input,
.p-contact-form form textarea {
  font-size: 18px;
}
.p-contact-form form select:not([type=submit]),
.p-contact-form form input:not([type=submit]),
.p-contact-form form textarea:not([type=submit]) {
  width: 100% !important;
  padding: 3px 10px;
  border-radius: 5px;
  background: #fff;
}
.p-contact-form form select:not([type=submit]),
.p-contact-form form input:not([type=submit]) {
  height: 60px;
}
.p-contact-form form p {
  margin-top: 40px;
  float: left;
  font-size: 18px;
}
.p-contact-form form p:nth-of-type(odd) {
  position: relative;
  width: 253px;
  line-height: 60px;
}
.p-contact-form form p:nth-of-type(even) {
  width: calc(100% - 253px);
  font-size: 16px;
}
.p-contact-form form p:nth-of-type(1), .p-contact-form form p:nth-of-type(2) {
  margin-top: 0;
}
.p-contact-form form p.is-required::after {
  position: absolute;
  top: 0;
  right: 10px;
  color: #A28D80;
  font-size: 12px;
  content: "\5FC5\9808";
}
.p-contact-form form p:last-child {
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding-top: 50px;
  float: none;
  clear: both;
}
.p-contact-form form p:last-child::before, .p-contact-form form p:last-child::after {
  z-index: 1;
  position: absolute;
  top: 80px;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}
.p-contact-form form p:last-child::before {
  left: 0;
}
.p-contact-form form p:last-child::after {
  right: 0;
}
.p-contact-form form p:last-child input[type=submit] {
  position: relative;
  width: 100%;
  background: #3E3A39;
  color: #fff;
  text-align: center;
}
.p-contact-thanks__message {
  padding: 20px 0;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
.p-contact-thanks__btn {
  margin-top: 50px;
}

.p-privacy {
  border-top: 1px solid #DDDDDD;
}
.p-privacy .fs-c-documentColumn {
  padding: 40px 0;
}
.p-privacy .p-btn {
  margin-top: 20px;
}

.p-law .fs-c-explainList > dd {
  letter-spacing: 0.12em;
}
.p-law .fs-c-explainList > dd p {
  margin-top: 10px;
}
.p-law .fs-c-explainList > dd p:nth-of-type(1) {
  margin-top: 0;
}
.p-law .fs-c-explainList > dd .bold {
  font-weight: bold;
}
.p-law .fs-c-explainList > dd h3 {
  margin: 10px 0 5px;
  font-weight: bold;
}
.p-law .fs-c-explainList > dd h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-law .fs-c-explainList > dd h5 {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-law .fs-c-explainList > dd .red {
  color: #E6031D;
}
.p-law .fs-c-explainList > dd .notes {
  font-size: 12px;
}
.p-law .fs-c-explainList > dd dl.indent-list {
  overflow: hidden;
  font-weight: normal;
  line-height: 30px;
}
.p-law .fs-c-explainList > dd dl.indent-list dt {
  float: left;
  font-weight: normal;
}
.p-law .fs-c-explainList > dd dl.indent-list dd {
  margin-bottom: 0;
  overflow: hidden;
}
.p-law .fs-c-explainList__connote {
  padding: 30px;
  background: #F7F7F7;
  letter-spacing: 0.15em;
}
.p-law .fs-c-explainList__connote p {
  line-height: 30px;
}
.p-law .fs-c-explainList__connote .fs-c-explainList-connote__content {
  margin-bottom: 15px;
}
.p-law .fs-c-explainList__connote .fs-c-explainList-connote__content:last-of-type {
  margin-bottom: 0;
}

.p-about-ttl {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-about-lead {
  margin-top: 50px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
.p-about-concept {
  position: relative;
  padding: 120px 0 100px;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-about-concept::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #F6F4F3;
  content: "";
}
.p-about-concept__en, .p-about-concept__ttl,
.p-about-concept p {
  z-index: 2;
  position: relative;
}
.p-about-concept__ttl {
  margin: 30px 0 50px;
  font-size: 24px;
}
.p-about-concept p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 34px;
}
.p-about-concept p:nth-of-type(1) {
  margin-top: 0;
}
.p-about-background, .p-about-business {
  padding: 120px 0 0;
}
.p-about-background ul, .p-about-business ul {
  margin-top: 50px;
}
.p-about-background ul li, .p-about-business ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.p-about-background ul li:first-child, .p-about-business ul li:first-child {
  margin-top: 0;
}
.p-about-background ul li:nth-child(odd) .p-about-background-detail, .p-about-business ul li:nth-child(odd) .p-about-background-detail {
  padding-left: 50px;
}
.p-about-background ul li:nth-child(even), .p-about-business ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-about-background ul li:nth-child(even) .p-about-background-detail, .p-about-business ul li:nth-child(even) .p-about-background-detail {
  padding-right: 50px;
}
.p-about-background__photo, .p-about-background__detail, .p-about-business__photo, .p-about-business__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.p-about-background__photo img, .p-about-business__photo img {
  width: 100%;
}
.p-about-background .p-about-background-detail, .p-about-business .p-about-background-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about-background .p-about-background-detail__ttl, .p-about-business .p-about-background-detail__ttl {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.p-about-background .p-about-background-detail__text, .p-about-business .p-about-background-detail__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 34px;
}
.p-about-background .p-about-background-detail__text .notes, .p-about-business .p-about-background-detail__text .notes {
  margin-top: 5px;
  font-size: 12px;
}
.p-about-products {
  padding: 110px 0 50px;
}
.p-about-products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.p-about-products ul li {
  width: calc(33.33% - 20px);
  margin-top: 36px;
  margin-left: 30px;
}
.p-about-products ul li:nth-child(3n+1) {
  margin-left: 0;
}
.p-about-products ul li:nth-child(1), .p-about-products ul li:nth-child(2), .p-about-products ul li:nth-child(3) {
  margin-top: 0;
}
.p-about-products .p-about-products-detail__name {
  margin-top: 20px;
  line-height: 1;
}
.p-about-products .p-about-products-detail__name .en {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.p-about-products .p-about-products-detail__name .jp {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.p-about-products .p-about-products-detail__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
}

.p-afterfollow {
  margin-bottom: -110px;
}
.p-afterfollow .c-aboutinit__btns .c-aboutinit-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
}

.p-warranty {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  text-align: center;
}
.p-warranty .p-warranty__photo img {
  width: 100%;
}
.p-warranty .p-warranty__text {
  margin: 40px 0 70px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 34px;
}

.p-series__visual figure {
  width: 100vw;
  margin-left: calc(-1*(50vw - 50%));
}
.p-series__visual figure img {
  width: 100%;
}
.p-series .p-series-info {
  margin-top: 100px;
}
.p-series .p-series-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.p-series .p-series-info li:first-child {
  margin-top: 0;
}
.p-series .p-series-info li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-series .p-series-info li:nth-child(odd) .p-series-info-detail {
  padding-left: 36px;
}
.p-series .p-series-info li:nth-child(even) .p-series-info-detail {
  padding-right: 36px;
}
.p-series .p-series-info__photo, .p-series .p-series-info__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.p-series .p-series-info__photo img {
  width: 100%;
}
.p-series .p-series-info .p-series-info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-series .p-series-info .p-series-info-detail__ttl {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 38px;
}
.p-series .p-series-info .p-series-info-detail__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 34px;
}
.p-series .p-series-info .p-series-info-detail__text .notes {
  margin-top: 5px;
  font-size: 12px;
}
.p-series__btns {
  margin-top: 56px;
}

.p-repair .c-aboutinit {
  padding: 100px 0;
}
.p-repair .c-aboutinit__text {
  margin-top: 0;
}
.p-repair__contents .p-repair-content {
  padding-top: 100px;
}
.p-repair .p-repair-flow-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-repair .p-repair-flow-figure li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 90px;
  padding: 0 0 0 35px;
  border-right: solid #fff 10px;
  color: #fff;
}
.p-repair .p-repair-flow-figure li:nth-child(1) {
  padding-left: 15px;
  background: #C7BBB3;
}
.p-repair .p-repair-flow-figure li:nth-child(1)::after {
  border-left: 20px solid #C7BBB3;
}
.p-repair .p-repair-flow-figure li:nth-child(2) {
  background: #BEAFA6;
}
.p-repair .p-repair-flow-figure li:nth-child(2)::after {
  border-left: 20px solid #BEAFA6;
}
.p-repair .p-repair-flow-figure li:nth-child(3) {
  background: #B5A499;
}
.p-repair .p-repair-flow-figure li:nth-child(3)::after {
  border-left: 20px solid #B5A499;
}
.p-repair .p-repair-flow-figure li:nth-child(4) {
  background: #AB988D;
}
.p-repair .p-repair-flow-figure li:nth-child(4)::after {
  border-left: 20px solid #AB988D;
}
.p-repair .p-repair-flow-figure li:nth-child(5) {
  border-right: none;
  background: #A28D80;
}
.p-repair .p-repair-flow-figure li:nth-child(5):before, .p-repair .p-repair-flow-figure li:nth-child(5):after {
  display: none;
}
.p-repair .p-repair-flow-figure li:before, .p-repair .p-repair-flow-figure li:after {
  z-index: 1;
  position: absolute;
  top: 0;
  content: "";
}
.p-repair .p-repair-flow-figure li:before {
  right: -30px;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 20px solid #fff;
}
.p-repair .p-repair-flow-figure li:after {
  right: -20px;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
.p-repair .p-repair-flow-figure__num {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.p-repair .p-repair-flow-figure__text {
  padding-top: 6px;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 24px;
}
.p-repair .p-repair-flow-list {
  margin-top: 40px;
}
.p-repair .p-repair-flow-list li {
  margin-top: 30px;
}
.p-repair .p-repair-flow-list li:first-child {
  margin-top: 0;
}
.p-repair .p-repair-flow-list li:last-of-type::after {
  display: none;
}
.p-repair .p-repair-flow-list__ttl {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.12em;
}
.p-repair .p-repair-flow-list__ttl span {
  display: inline-block;
  margin-right: 5px;
  color: #A28D80;
  font-family: "Lato", sans-serif;
  font-size: 28px;
}
.p-repair .p-repair-flow-list__ttl p {
  display: inline-block;
}
.p-repair .p-repair-flow-list__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}
.p-repair .p-repair-flow-list .notes {
  font-size: 12px;
  line-height: 28px;
}
.p-repair .p-repair-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-repair .p-repair-example li {
  width: calc(33.33% - 10px);
  margin-left: 20px;
}
.p-repair .p-repair-example__photo img {
  width: 100%;
}
.p-repair .p-repair-example .p-repair-example-detail {
  margin-top: 20px;
  letter-spacing: 0.12em;
}
.p-repair .p-repair-example .p-repair-example-detail:first-child {
  margin-left: 0;
}
.p-repair .p-repair-example .p-repair-example-detail__ttl {
  font-size: 20px;
  line-height: 28px;
}
.p-repair .p-repair-example .p-repair-example-detail__text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
}
.p-repair .p-repair-example .p-repair-example-detail__price {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.p-repair .p-repair-example .p-repair-example-detail__price .price {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.p-repair .p-repair-example .p-repair-example-detail__price .sml {
  font-size: 12px;
}
.p-repair .p-repair-request {
  text-align: center;
}
.p-repair .p-repair-request__btn {
  margin-top: 50px;
}
.p-repair .p-repair-important {
  padding: 60px 50px;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

.p-care .c-aboutinit {
  padding: 100px 0;
}
.p-care__contents .p-care-content {
  padding-top: 100px;
}
.p-care__contents .p-care-content .notes {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 26px;
}
.p-care .p-care-explanation {
  text-align: left;
}
.p-care .p-care-explanation__btns {
  margin-top: 20px;
}
.p-care .p-care-point {
  margin-top: 60px;
  padding: 50px 50px 60px;
  border: solid 1px #DDDDDD;
}
.p-care .p-care-point h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  text-align: center;
}
.p-care .p-care-point .p-care-point-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.p-care .p-care-point .p-care-point-btns.p-care-point__btns1 li {
  width: 50%;
}
.p-care .p-care-point .p-care-point-btns.p-care-point__btns1 li:first-child {
  border-right: solid 1px #DDDDDD;
}
.p-care .p-care-point .p-care-point-btns.p-care-point__btns2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-care .p-care-point .p-care-point-btns.p-care-point__btns2 a {
  width: 300px;
  margin-right: 0;
  margin-left: 40px;
}
.p-care .p-care-point .p-care-point-btns.p-care-point__btns2 a:first-of-type {
  margin-left: 0;
}
.p-care .p-care-point .p-care-point-btns li {
  text-align: center;
}
.p-care .p-care-point .p-care-point-btns__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 28px;
}
.p-care .p-care-reserve > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background: #F6F4F3;
}
.p-care .p-care-reserve .p-care-reserve-detail {
  width: 50%;
}
.p-care .p-care-reserve .p-care-reserve-detail__ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.p-care .p-care-reserve .p-care-reserve-detail__ttl:first-of-type {
  margin-top: 0;
}
.p-care .p-care-reserve__photo {
  width: 50%;
}
.p-care .p-care-info {
  margin-top: 100px;
}
.p-care .p-care-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.p-care .p-care-info li:first-child {
  margin-top: 0;
}
.p-care .p-care-info li:nth-child(odd) .p-care-info-detail {
  padding-left: 36px;
}
.p-care .p-care-info li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-care .p-care-info li:nth-child(even) .p-care-info-detail {
  padding-right: 36px;
}
.p-care .p-care-info__photo, .p-care .p-care-info__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.p-care .p-care-info__photo img {
  width: 100%;
}
.p-care .p-care-info .p-care-info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-care .p-care-info .p-care-info-detail__ttl {
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 38px;
}
.p-care .p-care-info .p-care-info-detail__ttl span {
  color: #A28D80;
  font-family: "Lato", sans-serif;
  font-size: 24px;
}
.p-care .p-care-info .p-care-info-detail__ttl p {
  display: inline-block;
}
.p-care .p-care-info .p-care-info-detail__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 34px;
}
.p-care .p-care-info .p-care-info-detail__text .notes {
  margin-top: 5px;
  font-size: 12px;
}
.p-care .p-care-info .p-care-info-detail__capture {
  margin-top: 30px;
  font-size: 12px;
  line-height: 2;
}
.p-care .p-care-info .p-care-info-detail .notes {
  font-size: 12px;
  line-height: 2;
}
.p-care .p-care-info .p-care-info-detail .c-btn {
  margin-top: 10px;
}
.p-care .p-care-items {
  margin-top: 100px;
}
.p-care .p-care-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-care .p-care-items__list .c-care-item {
  width: calc(33.33% - 14px);
  margin-left: 21px;
}
.p-care .p-care-items__list .c-care-item:first-child {
  margin-left: 0;
}
.p-care .p-care-items__list .c-care-item__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 17px;
  text-align: center;
}
.p-care .p-care-video {
  width: 100%;
  max-width: 880px;
  margin: 100px auto 0;
}
.p-care .p-care-video video {
  width: 100%;
}
.p-care .p-care-support {
  margin-top: 80px;
  text-align: center;
}
.p-care .p-care-support p {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 34px;
}
.p-care .p-care-support a {
  margin-top: 30px;
}

/*?????}?K?y?[?W*/

.p-mail .c-mailinit {
  padding: 70px 0;
}
.c-mailinit {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.c-mailinit::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #F4F2F0;
  content: "";
}
.c-mailinit__inner {
  z-index: 2;
  position: relative;
}
.c-mailinit {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.c-mailinit::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #F4F2F0;
  content: "";
}
.c-mailinit__inner {
  z-index: 2;
  position: relative;
}
.mail_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 100px;
}
.mailbox {
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 30px;
  width: 40%;
  vertical-align: top;
}
.mailbox p{
  font-size: 22px;
  color: #A28D80;
}
.mailbox span{
font-size: 19px;
line-height: 32px;
}
.title{
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.title:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b29c8f;
}
.under{
  font-size: 19px;
  line-height: 32px;
  background:linear-gradient(transparent 0, #edded6 20%);
  }
.mailbox img{
  margin:0 0 10px 0px;
}

/*  REGISTER MEMBER */

 .br-pc{
    display: none;
  }
.member-btn--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 22px;

  border: solid 1px #3E3A39;
  background: #fff;
  color: #000000;
}
.member-btn--line::before, .member-btn--line::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.member-btn--line::before {
  left: 0;
}
.member-btn--line::after {
  right: 0;
}
.member-btn--line span {
  font-size: 16px;
  letter-spacing: 0.15em;
}
.member-btn--line.member-btn--black {
  border: solid 1px #fff;
  background: #000000;
  color: #fff;
}
.member-btn--line.member-btn--black::before, .member-btn--line.member-btn--black::after {
  background: #fff;
}
.member-btn--line.member-btn--noframe {
  border: none;
}
.p-member_inner {
	max-width: 75%;
	margin: 50px auto;
	padding: 70px 0;
}
.memberbox {
	display: flex;
	flex-direction: row-reverse;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	width: auto;
}
.memberbox:nth-child(1),.memberbox:nth-child(2) {
	border-bottom: 1px solid #EEEAE7;
}
.memberbox span{
  font-size: 17px;
  line-height: 32px;
}
.mbb_txt_detail {
font-size: 17px!important;
line-height: 32px;
color: #3E3A39!important;
}
.mbb_txt {
text-align: left;
width: 80%;
}
.mbb_txt_ttl {
margin-bottom: 10px;
}
.mbb_img {
margin-right: 20px;
}
.mbb_txt_ttl {
font-size: 22px;
color: #A28D80;
}
.mbb_txt_detail {
font-size: 19px;
line-height: 32px;
}
.p-member {
background: #F4F2F0;
margin-left: calc(((100vw - 100%) / 2)* -1);
margin-right: calc(((100vw - 100%) / 2)* -1);
padding-left: calc((100vw - 100%) / 2);
padding-right: calc((100vw - 100%) / 2);
}
.catch {
  margin: 0 0 20px 0;
}
.link {
  display:block;
  color: #A28D80;
  margin-top: 10px;
}
.under{
  background:linear-gradient(transparent 0, #edded6 5%);
}
.memberbox img{
  margin-bottom: 10px;
}


.c-mailmagazine__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.l-mailmagazine_border{
  display: block !important;
  border-top: 1px solid #DDD;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.c-mailmagazine__photo img {
  margin-top: 80px;
  width: 1000px;
}
.pc-mailmagazine { 
  display: block !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sp-mailmagazine {
  display: none !important;
}

/* CVP_intro */
.content_intro {
	text-align: center;
	margin: 0 auto;
}
.content_intro h2 {
	font-size: min(3.5vw , 20px);
	margin-bottom: min(3vw , 20px);
	line-height: 1.5;
}
.content_intro > h2 br {
	display:none;
}
.content_intro p {
	font-size: min(3vw , 15px);
	line-height: 1.8;
}
.content_intro > p .sp {
	display: block;
}

.u-js-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.u-js-slider.slick-initialized {
  opacity: 1;
}
.u-js-open {
  position: relative;
  cursor: pointer;
}
.u-js-open::before, .u-js-open::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.u-js-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.u-js-open.u-is-open::after {
  display: none;
}
.u-js-open__content {
  display: none;
}

.u-js-tab__contents .u-js-tab-content {
  display: none;
}
.u-js-tab__contents .u-js-tab-content:first-child {
  display: block;
}

.u-js-select.u-is-select .u-js-off {
  opacity: 0;
}
.u-js-select.u-is-select .u-js-on {
  opacity: 1;
}
.u-js-select .u-js-off,
.u-js-select .u-js-on {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.u-js-select .u-js-on {
  opacity: 0;
}

.u-js-show-pc {
  display: block;
}

.u-fadein {
  -webkit-transform: translate(0, 15%);
          transform: translate(0, 15%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.u-fadein.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*--------------------
 * ADDRESSBOOK
 *--------------------*/
.fs-c-button--secondary.fs-c-button--addToAddressbook {
  max-width: 275px;
  height: 52px;
  border: solid 2px #707070;
  background: #fff;
  color: #3E3A39;
  font-size: 18px;
}
.fs-c-button--secondary.fs-c-button--addToAddressbook:hover, .fs-c-button--secondary.fs-c-button--addToAddressbook:visited, .fs-c-button--secondary.fs-c-button--addToAddressbook:active {
  color: #3E3A39;
}
.fs-c-button--secondary.fs-c-button--addToAddressbook::before, .fs-c-button--secondary.fs-c-button--addToAddressbook::after {
  display: none;
}

.fs-c-addressBookList {
  margin-bottom: 70px;
}
.fs-c-addressBookList__form .fs-c-buttonContainer {
  padding: 0 0 15px;
}
.fs-c-addressBookList__count {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
}
.fs-c-addressBookList__list {
  margin: 15px 0 0;
}
.fs-c-addressBookList .fs-c-listTable > tbody {
  border-top: solid 1px #DDDDDD;
  border-bottom: none;
}
.fs-c-addressBookList .fs-c-listTable > tbody > tr {
  border-bottom: solid 1px #DDDDDD;
}
.fs-c-addressBookList .fs-c-listTable > tbody > tr:nth-child(2n) {
  background: none;
}
.fs-c-addressBookList .fs-c-listTable th, .fs-c-addressBookList .fs-c-listTable td {
  padding: 30px;
  border-right: none;
  border-left: none;
  font-size: 18px;
}
.fs-c-addressBookList .fs-c-listTable th:first-child, .fs-c-addressBookList .fs-c-listTable td:first-child {
  width: 24.66%;
  background: #F6F4F3;
}
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer {
  padding: 0;
}
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
  width: 168px;
  height: 52px;
  font-size: 18px;
}
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation::before, .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation::after,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete::before,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete::after, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation::before, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation::after,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete::before,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete::after {
  display: none;
}
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation {
  background: #3E3A39;
}
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
  background: #9D9EA2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fs-c-address {
  line-height: 1.8;
}

.fs-c-breadcrumb {
  width: 100%;
  margin-bottom: 22px;
  padding: 30px 0 0;
}
.fs-c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 8px;
}
.fs-c-breadcrumb__listItem {
  position: relative;
  margin-left: 24px;
  color: #A28D80;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.fs-c-breadcrumb__listItem:first-child {
  margin-left: 0;
}
.fs-c-breadcrumb__listItem:first-child::before {
  display: none;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  position: absolute;
  top: 60%;
  left: -14px;
  width: 4px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.fs-c-breadcrumb__listItem a {
  color: #3E3A39;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-size: 27px;
}

.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 24px;
}

.fs-c-buttonContainer {
  padding: 6px 0;
}

.fs-c-button--plain::before {
  color: #3E3A39;
}
.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active, .fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
  color: #fff;
}
.fs-c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #3E3A39;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fs-c-button--primary::before, .fs-c-button--primary::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}
.fs-c-button--primary::before {
  left: 0;
}
.fs-c-button--primary::after {
  right: 0;
}
.fs-c-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #A28D80;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fs-c-button--secondary::before, .fs-c-button--secondary::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}
.fs-c-button--secondary::before {
  left: 0;
}
.fs-c-button--secondary::after {
  right: 0;
}
.fs-c-button--standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #F6F4F3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3E3A39;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fs-c-button--standard.fs-c-button--continueShopping {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
.fs-c-button--standard.fs-c-button--cancel {
  color: #3E3A39;
}
.fs-c-button--standard.fs-c-button--cancel:hover {
  color: #3E3A39;
}
.fs-c-button--standard.fs-c-button--back {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #3E3A39;
  color: #fff;
}
.fs-c-button--standard.fs-c-button--back::before, .fs-c-button--standard.fs-c-button--back::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}
.fs-c-button--standard.fs-c-button--back::before {
  left: 0;
}
.fs-c-button--standard.fs-c-button--back::after {
  right: 0;
}
.fs-c-button--standard.fs-c-button--back:hover {
  color: #fff;
}
.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
  color: #3E3A39;
}
.fs-c-button--addToCart--variation {
  -webkit-transition: width 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  padding: 0;
  background: #3E3A39;
  color: #fff;
  transition: width 0.3s;
}
.fs-c-button--addToCart--variation::before, .fs-c-button--addToCart--variation::after {
  display: none;
}
.fs-c-button--addToCart--variation .fs-c-button__label {
  padding: 5px 30px 5px 0;
  background-image: url(https://trion.itembox.design/item//src/icon_cart_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
}
.fs-c-button--displayPassword {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fs-c-button__label {
  letter-spacing: 0.15em;
}
.fs-c-button--cancel {
  position: relative;
}
.fs-c-button--cancel::before, .fs-c-button--cancel::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.fs-c-button--cancel::before {
  left: 0;
}
.fs-c-button--cancel::after {
  right: 0;
}

.fs-body-cart .fs-l-cart__contentsArea {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: grid;
  grid-template-columns: 1fr 300px;
}
.fs-body-cart .fs-l-cart__sideColumn {
  padding: 26px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}
.fs-body-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-c-cartTableContainer {
  padding: 0;
  border: none;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  padding: 16px 12px;
  border: 1px solid #DDDDDD;
}
.fs-c-cartTable__headerCell {
  padding: 20px 10px;
  background: #F6F4F3;
  text-align: center;
}
.fs-c-cartTable__headerCell--subtotal {
  width: 115px;
}
.fs-c-cartTable__headerCell--point {
  width: 110px;
}
.fs-c-cartTable__headerCell--action {
  width: 64px;
}
.fs-c-cartTable__dataCell--quantity,
.fs-c-cartTable__dataCell--point {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.fs-c-cartTable__productName {
  font-size: 16px;
}
.fs-c-cartTable__unitPrice {
  margin-top: 10px;
}
.fs-c-cartTable__actionButton__container > button {
  color: #A28D80;
  font-size: 14px;
  text-decoration: underline;
}
.fs-c-cartTable__actionButton__container--buyItLater {
  display: none;
}
.fs-c-cartTable__yoyaku {
  display: flex;
  width: 68px;
  margin: 5px 0 !important;
}

.fs-c-productImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-c-listedProductName {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.fs-c-listedProductName__name {
  color: #3E3A39;
}
.fs-c-listedProductName__variation {
  margin-left: 0.5em;
}

.fs-c-listedOptionPrice {
  grid-row-gap: 4px;
  margin: 10px 0 0;
  font-size: 16px;
}

.fs-c-quantity__select {
  background: #F4F4F4;
  font-family: "Lato", sans-serif;
}

.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: 20px 0;
}
.fs-c-orderTotalTable .fs-c-string {
  font-size: 15px;
}
.fs-c-orderTotalTable__count td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.fs-c-purchaseHere__message {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.fs-c-cartDiscountInfo__body {
  font-size: 14px;
}
.fs-c-cartDiscountInfo__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.fs-c-cartDiscountInfo__note > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.fs-c-cartDiscountInfo__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
          color: #A28D80;
}
/*.fs-c-cartDiscountInfo--postage {
  display: none;
}*/

.fs-c-price.fs-c-price--inline {
  font-size: 22px;
}
.fs-c-cartDiscountInfo__note li:first-child {
  display: none;
}

.fs-p-announcement__title {
  color: #3E3A39;
  font-size: 16px;
}
.fs-p-announcement__body {
  margin-top: 10px;
  font-size: 14px;
}
.fs-p-announcement__body p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.fs-c-payWithAmazon__message {
  font-size: 14px;
  line-height: 24px;
}
.fs-c-payWithAmazon__message p {
  padding: 0 0 10px;
}
.fs-c-payWithAmazon__button {
  margin-top: 10px;
}

/*--------------------
 * CHECK OUT
 *--------------------*/
.fs-c-orderTotalTable tr td {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.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 {
  border-top: 1px solid #DDDDDD;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-width: 1px;
  border-top-style: solid;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td .fs-c-price,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td .fs-c-price {
  font-size: 16px;
}

[class^=fs-body-checkout] .fs-l-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
[class^=fs-body-checkout] .fs-l-checkout__mainColumn {
  max-width: calc(100vw - 300);
  padding-right: 70px;
}
[class^=fs-body-checkout] .fs-l-checkout__mainColumn > * + * {
  margin-top: 0;
}
[class^=fs-body-checkout] .fs-l-checkout__sideColumn {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 300px;
  margin-top: 0;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview {
  position: relative;
  padding: 46px 0;
  border-width: 1px 0 0;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title {
  position: relative;
  margin: 0 0 20px;
  padding: 4px 0 0 18px;
  border-bottom: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before, .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
  background: #3E3A39;
}
.fs-l-checkout__sideColumn .fs-c-checkout-preview__title {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 20px;
}
.fs-l-checkout__sideColumn .fs-c-confirmOrder__button {
  margin-top: 18px;
}
.fs-l-checkout .fs-c-button--change--small {
  width: 168px;
}
.fs-l-checkout .fs-c-button--standard {
  min-width: auto;
  height: 52px;
  padding: 0 20px;
  background: #3E3A39;
  color: #fff;
}
.fs-l-checkout .fs-c-button--standard:hover, .fs-l-checkout .fs-c-button--standard:visited, .fs-l-checkout .fs-c-button--standard:active {
  color: #fff;
}
.fs-l-checkout .fs-c-button__label {
  margin-left: 0;
}

.fs-c-checkout-preview {
  padding: 20px;
  border-radius: 0;
  border-color: #DDDDDD;
  color: #3E3A39;
}
.fs-c-checkout-preview ruby {
  display: inline-block;
  position: relative;
  padding-top: 16px;
  ruby-position: under;
}
.fs-c-checkout-preview ruby rt {
  font-size: 13px;
}
.fs-c-checkout-customerInfo, .fs-c-checkout-buyerInfo, .fs-c-checkout-destination, .fs-c-checkout-delivery {
  font-size: 18px;
  line-height: 1.33;
}
.fs-c-checkout-customerInfo__name, .fs-c-checkout-buyerInfo__name, .fs-c-checkout-destination__name, .fs-c-checkout-delivery__name {
  font-size: 32px;
}
.fs-c-checkout-customerInfo__name__home, .fs-c-checkout-buyerInfo__name__home, .fs-c-checkout-destination__name__home, .fs-c-checkout-delivery__name__home {
  font-size: 18px;
}
.fs-c-checkout-customerInfo__email, .fs-c-checkout-buyerInfo__email, .fs-c-checkout-destination__email, .fs-c-checkout-delivery__email {
  margin-top: 20px;
}
.fs-c-checkout-customerInfo__address, .fs-c-checkout-buyerInfo__address, .fs-c-checkout-destination__address, .fs-c-checkout-delivery__address {
  margin-top: 12px;
}
.fs-c-checkout-customerInfo__tel, .fs-c-checkout-buyerInfo__tel, .fs-c-checkout-destination__tel, .fs-c-checkout-delivery__tel {
  margin-top: 12px;
}
.fs-c-checkout-customerInfo__control, .fs-c-checkout-buyerInfo__control, .fs-c-checkout-destination__control, .fs-c-checkout-delivery__control {
  z-index: 1;
  position: absolute;
  top: 46px;
  right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fs-c-checkout-buyerInfo .fs-c-buttonContainer, .fs-c-checkout-delivery .fs-c-buttonContainer {
  position: absolute;
  top: 46px;
  right: 0;
  margin: 0;
  padding: 0;
}
.fs-c-checkout-destination__destination {
  display: block;
  padding-right: 240px;
}
.fs-c-checkout-destination__message {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}
.fs-c-checkout-paymentMethod {
  border: none;
}
.fs-c-checkout-paymentMethod__title {
  background: none;
}
.fs-c-checkout-paymentInfo__message {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}
.fs-c-checkout-couponCodeInput {
  padding: 0;
  background: none;
}
.fs-c-checkout-couponCodeInput > :not(:last-child) {
  margin-right: 16px;
}
.fs-c-checkout-couponCodeInput__title {
  font-size: 16px;
}
.fs-c-checkout-couponCodeInput__input input {
  padding: 10px;
  border-radius: 5px !important;
  background: #F2F3F4;
}
.fs-c-checkout-couponCodeInput .fs-c-button--useCoupon {
  width: 168px;
  min-width: auto;
  height: 52px;
  background: #3E3A39;
}
.fs-c-checkout-couponStatus {
  font-size: 12px;
}
.fs-c-checkout-couponList__couponDiscount {
  margin-top: 10px;
}
.fs-c-checkout-delivery__method {
  padding: 0;
  background: none;
}
.fs-c-checkout-delivery__method__title {
  font-size: 20px;
}
.fs-c-checkout-delivery__method__message {
  margin: 16px 0 0;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #3E3A39;
}
.fs-c-checkout-deliveryMethod__option__title, .fs-c-checkout-deliveryMethod__option__message {
  display: none;
}
.fs-c-checkout-checkoutMethod__body {
  padding: 8px 16px;
}
.fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo {
  padding-top: 10px;
}
.fs-c-checkout-addressee .fs-c-buttonContainer {
  grid-column-gap: 25px !important;
}
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination {
  min-width: 167px;
  height: 52px;
}
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit::before, .fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit::after,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination::before,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination::after {
  display: none;
}
.fs-c-checkout-multiDestination__title {
  padding: 8px 4px 4px;
}
.fs-c-checkout-multiDestination__info__list > li {
  margin-top: 16px;
}
.fs-c-checkout-multiDestination__info__list > li:first-child {
  margin-top: 0;
}
.fs-c-checkout-multiDestination__subtitle {
  padding-left: 0;
  border-left: none;
  font-size: 20px;
}
.fs-c-checkout-multiDestination__deliveryMethod__preview {
  margin-top: 10px;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  min-width: 250px;
  min-height: auto;
  font-size: inherit;
}

.fs-c-checkAndNotice__notice {
  margin: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.fs-p-checkoutNotice {
  margin: -20px auto 40px;
  padding: 25px 0;
  text-align: center;
  width: 80%;
  background-color: #F4F2F0 !important;
}
.fs-p-checkoutNotice__title {
  color: #3E3A39;
  font-size: 20px;
}
.fs-p-checkoutNotice__body {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs-p-checkoutNotice {
    margin: -20px auto 20px;
  padding: 20px 0;
  width: 100%;
  }
  .fs-p-checkoutNotice__title {
  font-size: 16px;
  }
  .fs-p-checkoutNotice__body {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  }
}

/*--------------------
 * CHECK OUT PROMOTION
 *--------------------*/
 
	.promotion {
	padding: 40px 0;
	margin: 30px auto;
	text-align: center;
	background-color: #EEEAE7;
	color: #3E3A39;
	width: min(900px, 100%);
	letter-spacing: 0.1em;
	}
	.promotiont_title {
	font-size: 24px;
	margin: 0 0 15px 0;
	}
	.promotion_body {
	font-size: 16px;
	margin: 0 0 18px 0;
	}
	.promotion_ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	.promotion_li {
	display: inline-block;
	text-align: left;
	width: 160px;
	}
	.promotion_image {
	display: inline-block;
	margin: 0 auto;
	}
	.promotion_image img {
	width: 50px;
	vertical-align: middle;
	}
	.promotion_text {
	display: inline-block;
	margin: 20px 0 20px 8px;
	font-size: 14px;
	}

  @media screen and (max-width: 767px) {

    .promotion {
    padding: 30px 0;
    margin: 30px auto;
    text-align: center;
    background-color: #EEEAE7;
    color: #3E3A39;
    width: min(1000px, 100%);
    letter-spacing: 0.1em;
    }
    .promotiont_title {
    font-size: 19px;
    margin: 0 0 15px 0;
    }
    .promotion_body {
    font-size: 14px;
    margin: 0 0 15px 0;
    }    
    .promotion_text {
    display: none;
    }
    .promotion_li {
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 3px;
    }    
    .promotion_image img {
    width: 50px;
    vertical-align: middle;
    }
	
	}


/*--------------------
 * COMMON
 *--------------------*/
a,
.fs-c-button--plain {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover, a:link:hover,
.fs-c-button--plain:hover,
.fs-c-button--plain:link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fs-l-header {
  padding-top: 0;
}

.fs-l-footer {
  background: none;
}

.fs-l-main {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fs-l-pageMain > h2 {
  margin-top: 20px;
}

.fs-preview-header {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fs-c-subSection__title {
  position: relative;
  padding-left: 18px;
  border-bottom: none;
  color: #3E3A39;
  font-size: 24px;
}
.fs-c-subSection__title::before, .fs-c-subSection__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-c-subSection__title::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-c-subSection__title::after {
  background: #3E3A39;
}
.fs-c-subSection__message {
  margin: 30px 0;
  font-size: 16px;
  line-height: 34px;
}

/* SNS */
.fs-p-snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.fs-c-list li {
  margin: 5px 0 5px 8px;
  line-height: 1.5;
}

/*--------------------
 * COUPON
 *--------------------*/
.fs-c-couponList__item {
  border: none;
  border-top: solid 1px #DDDDDD;
}

.fs-c-coupon__info {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 30px;
  padding: 25px 0;
}
.fs-c-coupon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}
.fs-c-coupon__name {
  grid-column: 2;
  grid-row: 1;
}
.fs-c-coupon__description {
  grid-column: 1/2;
  grid-row: 2;
  margin-top: 20px;
  padding-left: 0;
  border-left: none;
  font-size: 12px;
  /*white-space: nowrap;*/
  /* PC?̂ﾝ */
}
.fs-c-coupon__description > * + * {
  margin-top: 20px;
}

.fs-c-couponName {
  display: grid;
}
.fs-c-couponName > * {
  text-align: left;
}
.fs-c-couponName__explain {
  font-size: 14px;
  line-height: 27px;
}
.fs-c-couponName__name {
  grid-column: 1;
  grid-row: 1;
  color: #3E3A39;
  font-size: 20px;
}
.fs-c-couponName__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 154px;
  height: 35px;
  margin: 15px 0;
  padding: 4px;
  background: #A28D80;
  font-size: 14px;
}

/*
.fs-c-couponExpiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -200px;
  margin-bottom: 10px;
  margin-left: 200px;
}
*/
.fs-c-couponExpiration__title {
  position: relative;
  font-size: 12px;
  font-weight: normal;
}
.fs-c-couponExpiration__title::after {
  display: inline-block;
  content: "\FF1A";
}
.fs-c-couponExpiration__list__item {
  margin-top: 6px;
}
.fs-c-couponExpiration__list > li {
    display: unset;
}

.fs-c-couponExpiration__list__item:first-child {
  margin-top: 0;
}
.fs-c-couponExpiration__list__item__title {
  display: none;
}
.fs-c-couponExpiration__list__item--available {
  display: none!important;
}
.fs-c-couponExpiration__notice {
  color: #A28D80;
  font-size: 16px;
}
.fs-c-couponExpiration__expiration > .fs-c-time:first-child {
  display: none;
}
.fs-c-couponExpiration__expiration .fs-c-timeJoint {
  display: none;
}

.fs-c-couponAppliedCondition__title {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: normal;
}
.fs-c-couponAppliedCondition__title::after {
  display: inline-block;
  content: "\FF1A";
}
.fs-c-couponAppliedCondition__list {
  line-height: 1.5;
}
.fs-c-couponAppliedCondition__list > li {
  margin-top: 5px;
}
.fs-c-couponAppliedCondition__list__item {
  padding-left: 0;
}
.fs-c-couponAppliedCondition__list__item::before {
  display: none;
}
.fs-c-couponAppliedCondition__list__item .fs-c-price {
  font-size: 12px;
}

.fs-c-couponProduct .fs-c-productName__copy,
.fs-c-couponProduct .fs-c-productMarks,
.fs-c-couponProduct .fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-couponProduct__header {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
}
.fs-c-couponProduct__header::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #A28D80;
  content: "";
}
.fs-c-couponProduct__title {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-top: 4px;
  padding-right: 1em;
  background: #fff;
  color: #A28D80;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.fs-c-couponProduct__list .fs-c-productListCarousel__ctrl {
  display: none !important;
}

/*--------------------
 * CUSTOMER
 *--------------------*/
.fs-body-customerDetails .fs-c-agreementField {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.fs-body-customerDetails .fs-c-dropdown {
  width: 48%;
  border-radius: 5px;
}
.fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__year,
.fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__month,
.fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__date {
  width: 20%;
}
.fs-body-customerDetails .fs-c-dropdown::before {
  z-index: 2;
}
.fs-body-customerDetails .fs-c-dropdown::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  border: none;
  background: #DCE0E6;
  content: "";
  pointer-events: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox::before {
  content: "\4F1A\54E1\767B\9332";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark {
  border-radius: 20px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark::before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 6px;
  background: #3E3A39;
  content: "";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-agreementConfirmation__accordion {
  margin-top: 20px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationCheckedMessage .fs-c-agreementConfirmation__message {
  display: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #EEEAE7;
  font-size: 0;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: none;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::before {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
  content: "\4F1A\54E1\767B\9332\7279\5178";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::after {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 1em;
  font-size: 16px;
  text-align: left;
  content: "\305C\3072\4F1A\54E1\306B\3054\767B\9332\304F\3060\3055\3044\3002";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  background: none;
  text-indent: -1em;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li:nth-of-type(2) {
  display: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li::before {
  display: inline-block;
  width: 1em;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  text-indent: 0;
  content: "\30FB";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-agreementConfirmation__message {
  display: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox::before {
  content: "\30E1\30FC\30EB\30DE\30AC\30B8\30F3\306E\8CFC\8AAD";
}
.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark {
  border-radius: 20px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 6px;
  background: #3E3A39;
  content: "";
}
.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox {
  max-width: none;
  margin: 0;
  background: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox::before {
  display: inline-block;
  width: 31.66%;
  padding-right: 20px;
  font-size: 16px;
  content: "";
}
.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox__label {
  width: 68.16%;
  max-width: none;
  margin: 0;
}
.fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--next,
.fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--registerAndContinue {
  min-width: 300px;
}
.fs-c-birthdayOnceMessage {
    margin-top: 10px;
    font-size: 14px;
}
.fs-c-inputField p {
    margin-top: 10px;
    font-size: 14px;  
}
.mailmaga_banner_sp {
  display: none;
}
.mailmaga_banner_pc{
  display: block;
}

@media screen and (max-width: 767px) {
 .mailmaga_banner_pc {
  display: none !important;
 }
 .mailmaga_banner_sp {
  display: block !important;
 }
}

/*--------------------
 * Document
 *--------------------*/
.fs-p-memberAgreement {
  border-top: none;
}
.fs-c-documentColumn:last-child {
    border: none;
}
* + .fs-c-documentColumn {
  margin-top: 0;
}

.fs-c-documentArticle__heading,
.fs-c-documentColumn__heading {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
.fs-c-documentArticle__heading::before, .fs-c-documentArticle__heading::after,
.fs-c-documentColumn__heading::before,
.fs-c-documentColumn__heading::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-c-documentArticle__heading::before,
.fs-c-documentColumn__heading::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-c-documentArticle__heading::after,
.fs-c-documentColumn__heading::after {
  background: #3E3A39;
}
.fs-c-documentArticle__content,
.fs-c-documentColumn__content {
  padding: 0;
}
.fs-c-documentArticle__content p,
.fs-c-documentColumn__content p {
  margin-bottom: 10px;
  line-height: 34px;
}

.fs-c-documentArticle {
  padding: 0;
}

.fs-c-documentColumn {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 30px;
}

.fs-c-orderedList {
  list-style: none;
  counter-reset: li;
}
.fs-c-orderedList > li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.fs-c-orderedList > li:before {
  padding-right: 0.5em;
  color: #3E3A39;
  font-weight: normal;
  content: counter(li) ". ";
  counter-increment: li;
}
.fs-c-orderedList > li .fs-c-orderedList {
  padding-left: 12px;
  border-left: 1px solid #DDDDDD;
}

.fs-c-explainList {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
}
.fs-c-explainList > dt,
.fs-c-explainList > dd {
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  font-weight: normal;
  line-height: 28px;
}
.fs-c-explainList > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 272px;
  padding: 15px 20px;
  border-right: solid 1px #DDDDDD;
  background: #F6F4F3;
  font-weight: normal;
}
.fs-c-explainList > dd {
  padding: 20px 15px;
}
.fs-c-explainList > dd:not(:last-child) {
  margin-bottom: 0;
}
.fs-c-explainList > dd a {
  text-decoration: underline;
}

.fs-c-note {
  font-size: 14px;
  line-height: 24px;
}

/*--------------------
 * Feature
 *--------------------*/
.fs-c-featuredProduct__title {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
.fs-c-featuredProduct__title::before, .fs-c-featuredProduct__title::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-c-featuredProduct__title::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-c-featuredProduct__title::after {
  background: #3E3A39;
}
.fs-c-featuredProduct .fs-c-productName__copy,
.fs-c-featuredProduct .fs-c-productName__name {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.fs-c-featuredProduct .fs-c-productListCarousel {
  position: relative;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl::after {
  display: none;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
  font-size: 40px;
}
.fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productMark {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------
 * BASE
 *--------------------*/
.fs-c-modal__inner [type=hidden], .fs-c-modal__inner [type=text], .fs-c-modal__inner [type=search], .fs-c-modal__inner [type=tel], .fs-c-modal__inner [type=url], .fs-c-modal__inner [type=email], .fs-c-modal__inner [type=password], .fs-c-modal__inner [type=datetime], .fs-c-modal__inner [type=date], .fs-c-modal__inner [type=month], .fs-c-modal__inner [type=week], .fs-c-modal__inner [type=time], .fs-c-modal__inner [type=datetime-local], .fs-c-modal__inner [type=number], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
#fs_form [type=hidden],
#fs_form [type=text],
#fs_form [type=search],
#fs_form [type=tel],
#fs_form [type=url],
#fs_form [type=email],
#fs_form [type=password],
#fs_form [type=datetime],
#fs_form [type=date],
#fs_form [type=month],
#fs_form [type=week],
#fs_form [type=time],
#fs_form [type=datetime-local],
#fs_form [type=number],
#fs_form select,
#fs_form textarea {
  border: none;
}
.fs-c-modal__inner input[type=password], .fs-c-modal__inner input[type=text], .fs-c-modal__inner input[type=email], .fs-c-modal__inner input[type=tel], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
#fs_form input[type=password],
#fs_form input[type=text],
#fs_form input[type=email],
#fs_form input[type=tel],
#fs_form select,
#fs_form textarea {
  height: 60px;
  padding: 3px 10px;
  border-radius: 5px;
  background: #F2F3F4;
}

.fs-c-inputGroup {
  border: none;
}
.fs-c-inputInformation__field {
  width: 100%;
  max-width: none;
}
.fs-c-inputInformation__link {
  text-align: center;
}
.fs-c-inputInformation__link a {
  color: #3E3A39;
  font-size: 12px;
  text-decoration: underline;
}

fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 80px;
}

.fs-c-privacyPolicyAgreeField {
  margin-top: 20px;
}

.fs-c-agreementConfirmationArea {
  margin: 0;
}
.fs-c-agreementConfirmationArea__message {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  border-bottom: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.33;
}
.fs-c-agreementConfirmationArea__message::before, .fs-c-agreementConfirmationArea__message::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-c-agreementConfirmationArea__message::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-c-agreementConfirmationArea__message::after {
  background: #3E3A39;
}

.fs-c-agreementConfirmation {
  margin: 0px;
  padding: 0px;
}
.fs-c-agreementConfirmation > * + * {
  margin-top: 40px;
}
.fs-c-agreementConfirmation__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}
.fs-c-agreementConfirmation__addon__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.66%;
}
.fs-c-agreementConfirmation__password__input {
  width: 68.16%;
}

.fs-c-documentContent {
  padding: 70px 0px;
  line-height: 30px;
  text-align: center;
}

/*--------------------
 * INPUT TABLE
 *--------------------*/
.fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fs-c-inputTable__headerCell {
  position: relative;
  width: 31.66%;
  padding-right: 20px;
}
.fs-c-inputTable__dataCell {
  width: 68.16%;
}

.fs-c-inputTextGroup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before, .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
  display: inline-block;
  width: 34px;
  margin: 0;
  padding: 0 30px 0 0;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: right;
}
.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item input,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item input {
  width: calc( 100% - 64px);
}
.fs-c-inputTable:not(.fs-c-inputTable--inModal) > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before {
  content: "\59D3"; /* 姓 */
}
.fs-c-inputTable:not(.fs-c-inputTable--inModal) > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before {
  content: "\540D"; /* 名 */
}
.fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before {
  content: "\30BB\30A4";
}
.fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
  content: "\30E1\30A4";
}

.fs-c-requiredMark {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  margin-top: -6px;
  overflow: visible;
  color: #A28D80;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
}
.fs-c-requiredMark::before {
  display: none;
}

.fs-c-input--zipCode {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}

.fs-c-inputField__explanation {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"] {
    font-size: 16px !important;
  }
}

/*--------------------
 * DROPDOWN
 *--------------------*/
.fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-right: 0;
  content: "";
}

.fs-c-dropdown {
  position: relative;
  min-width: 100px;
  overflow: hidden;
  border-radius: 2px;
  background: #EBEBEB;
}
.fs-c-dropdown#fs_input_prefecture {
  width: 48%;
}
.fs-c-dropdown::after {
  display: none;
}
.fs-c-dropdown::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 7px solid #3E3A39;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  pointer-events: none;
}
.fs-c-dropdown__menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.fs-c-dropdown__menu::-ms-expand {
  display: none;
}
.wp-block-table th{
   background-color:#eeeae7 !important;
}
   background-color: #fff;


/*--------------------
 * CHECKBOX
 *--------------------*/
.fs-c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 606px;
  margin: 0 auto;
  padding: 30px 0;
  background: #EEEAE7;
  line-height: 1.5;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-radius: 0;
  border-color: #BEBEBE;
  background: #fff;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  color: #3E3A39;
}
.fs-c-checkbox__checkMark {
  margin-right: 6px;
}
.fs-c-checkbox__labelText {
  padding-top: 3px;
}

/*--------------------
 * RADIOBUTTON
 *--------------------*/
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #BEBEBE;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #3E3A39;
}
.fs-c-radio__radioMark {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  border-color: #BEBEBE;
}

/*--------------------
  * SUGGESTED ADDRESS
*--------------------*/
.fs-c-suggestedAddress {
  z-index: 3;
  min-height: 400px;
  overflow: scroll;
}

/*--------------------
 * LOGIN
 *--------------------*/
.fs-body-login .fs-c-inputInformation__field {
  max-width: none;
  padding: 6px 0;
  background: none;
}
.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 6px 0;
  background: none;
}
.fs-body-cart-login .fs-c-inputInformation__field input {
  width: 408px;
}
.fs-body-cart-login .fs-c-inputInformation__field input#fs_input_password {
  padding: 3px 44px 3px 10px;
}
.fs-body-cart-login .fs-c-inputInformation__button button {
  width: 300px;
}
.fs-body-cart-login .fs-c-inputInformation__link {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.fs-body-cart-login .fs-c-inputInformation__link a {
  color: #3E3A39;
  text-decoration: underline;
}

.fs-c-anotherLogin__message {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.fs-c-anotherLogin__button {
  margin-top: 20px;
}

/*--------------------
 * MODAL
 *--------------------*/
.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable {
  font-size: 16px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  min-width: 250px;
  border-radius: 5px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--cancel {
  background: #9D9EA2;
  color: #fff;
}
.fs-c-modal--medium .fs-c-modal__contents {
  padding: 20px 40px;
}
.fs-c-modal--medium .fs-c-buttonContainer button {
  min-width: 250px;
}
.fs-c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 24px 24px 60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #3E3A39;
  color: #fff;
}
.fs-c-modal__title {
  padding: 0.2em 0 0;
  font-size: 24px;
  line-height: 1;
}
.fs-c-modal__close {
  position: absolute;
  top: 50%;
  right: 40px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fs-c-modal__close::before {
  color: #fff;
  font-size: 32px;
}
.fs-c-modal__contents {
  padding: 55px 60px;
}
.fs-c-modal__contents .fs-c-inputInformation__message {
  margin-top: 0;
}
.fs-c-modal__contents .fs-c-inquiryMessage,
.fs-c-modal__contents .fs-c-stockNotificationsMessage {
  margin: 30px 0;
  font-size: 14px;
  text-align: left;
}
.fs-c-modal__contents .fs-c-inquiryProduct,
.fs-c-modal__contents .fs-c-stockNotificationsProduct {
  grid-template-columns: 160px 1fr;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__name,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__name {
  margin-top: 0;
  padding-left: 0;
  font-size: 30px;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__variation {
  margin-top: 6px;
  padding-left: 0;
  font-size: 16px;
}
.fs-c-modal__contents .fs-c-inquiryProduct__productImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  border: solid 1px #DDDDDD;
}
.fs-c-modal__inner {
  width: calc(100% - 40px);
  max-width: 1200px;
}
.fs-c-modal__inner input[type=password], .fs-c-modal__inner input[type=text], .fs-c-modal__inner input[type=email], .fs-c-modal__inner input[type=tel], .fs-c-modal__inner select, .fs-c-modal__inner textarea {
  border: solid 1px #BEBEBE;
}
.fs-c-modal__inner textarea {
  height: 283px;
}
.fs-c-modal__inner .fs-c-buttonContainer,
.fs-c-modal__inner .fs-c-inputInformation__button {
  grid-column-gap: 50px;
}
.fs-c-modal__inner .fs-c-buttonContainer button,
.fs-c-modal__inner .fs-c-inputInformation__button button {
  grid-column: 1;
  justify-self: end;
  min-width: 250px;
  height: 60px;
  margin: 0;
  border-radius: 5px;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  position: relative;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard::before {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #fff;
  content: "";
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard::after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard:hover {
  color: #fff;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel {
  grid-column: 2;
  justify-self: start;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  background: #3E3A39;
  color: #fff;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice {
  min-width: 360px;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard:hover {
  color: #fff;
}
.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--cancel {
  background: #9D9EA2;
  color: #fff;
}
.fs-c-modal__inner .fs-c-inputTable {
  font-size: 20px;
}
.fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
  margin-top: 46px;
}
.fs-c-modal__inner fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 44px;
}
.fs-c-modal__inner .fs-c-privacyPolicyAgreeField .fs-c-checkbox {
  border-radius: 5px;
}

/*--------------------
 * MYPAGE
 *--------------------*/
.fs-body-my-top .fs-l-additionalProduct--wishlist {
  display: none;
}
.fs-body-my-top .fs-c-accountService__page--accountDelete {
  display: none;
}
.fs-body-my-top .fs-l-account {
  display: block;
}

.fs-body-my-top .fs-c-accountService {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
}

.fs-c-accountService__page {
  -ms-flex-preferred-size: calc(20% - 12px);
      flex-basis: calc(20% - 12px);
  height: 160px;
  margin: 8px 0 8px 15px;
}
.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_coupons.svg);
  content: "";
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_wishlist.svg);
  content: "";
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_orders.svg);
  content: "";
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_points.svg);
  content: "";
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_addressbook.svg);
  content: "";
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_password.svg);
  content: "";
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_setting.svg);
  content: "";
}
.fs-c-accountService__page:nth-child(5n+1) {
  margin-left: 0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  width: 57px;
  height: 34px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  width: 46px;
  height: 38px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  width: 37px;
  height: 55px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  width: 55px;
  height: 50px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  width: 63px;
  height: 40px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  width: 36px;
  height: 50px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  width: 36px;
  height: 45px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 16px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  height: auto;
  min-height: 55px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
}
.fs-c-accountService__pageLink {
  background: #F6F4F3;
}

.fs-c-accountButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.fs-c-accountButtons a {
  max-width: 260px;
  margin: 0 15px;
}

.fs-body-my-account-settings .fs-c-buttonContainer,
.fs-body-my-account-settings-edit .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--change,
.fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--confirmChange,
.fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--change,
.fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--confirmChange {
  min-width: 300px;
}
.fs-body-my-account-settings .fs-c-inputInformation .p-btn,
.fs-body-my-account-settings-edit .fs-c-inputInformation .p-btn {
  margin-top: 15px;
}
.fs-body-my-account-settings .fs-c-inputInformation .p-btn .c-btn,
.fs-body-my-account-settings-edit .fs-c-inputInformation .p-btn .c-btn {
  background: #A28D80;
}

.fs-body-my-account-delete .fs-c-inputInformation__field,
.fs-body-my-account-settings .fs-c-inputInformation__field {
  margin-bottom: 70px;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable {
  border-top: 1px solid #DDDDDD;
}
.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable > tbody > tr {
  margin-top: 0;
  border-bottom: 1px solid #DDDDDD;
}
.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell, .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  padding: 24px 30px;
}
.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell {
  background: #F6F4F3;
}
.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  font-size: 18px;
}

.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable > tbody > tr {
  margin-top: 0;
}
.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__headerCell, .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  padding: 24px 30px;
}
.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  font-size: 18px;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 18px;
}

/*--------------------
 * NEWSLETTER
 *--------------------*/
.fs-body-newsletter-subscribe-success .fs-c-button--topPage.fs-c-button--secondary {
  background: #3E3A39;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation {
  margin-bottom: 40px;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  max-width: none;
  padding: 0;
  background: none;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field .fs-c-additionalCheckField {
  margin-top: 24px;
}
.fs-body-newsletter-subscribe .fs-c-inputTable {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr + tr {
  margin-top: 50px;
}

/*--------------------
 * ORDER
 *--------------------*/
.fs-body-my-orders .fs-c-history,
.fs-body-my-storeOrders .fs-c-history {
  grid-gap: 70px;
  grid-template-columns: 1fr 300px;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl,
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl {
  position: absolute;
  top: -20px;
  right: 0;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl:nth-of-type(2),
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl:nth-of-type(2) {
  display: none;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl__status,
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl__status {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.fs-body-my-orders .fs-p-announcement,
.fs-body-my-storeOrders .fs-p-announcement {
  margin-bottom: 60px;
}

.fs-c-history__info {
  padding: 26px 20px 16px;
  border: #BEBEBE solid 1px;
  background: none;
}
.fs-c-history__info #fs_form .fs-c-dropdown {
  width: 100%;
  border: #BEBEBE solid 1px;
  border-radius: 5px;
}
.fs-c-history__info #fs_form .fs-c-dropdown::before {
  z-index: 2;
}
.fs-c-history__info #fs_form .fs-c-dropdown::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #BEBEBE;
  background: #DCE0E6;
  content: "";
  pointer-events: none;
}
.fs-c-history__info #fs_form .fs-c-dropdown select {
  height: 33px;
  background: #F2F3F4;
  font-size: 14px;
}
.fs-c-history__infoSummary {
  padding-top: 30px;
}
.fs-c-history__term {
  color: #3E3A39;
  font-size: 12px;
  font-weight: normal;
}
.fs-c-history__total dt, .fs-c-history__total dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0;
  padding: 0;
  border-top: solid 1px #DDDDDD;
}
.fs-c-history__total dd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.fs-c-history__total .fs-c-pairList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  border-bottom: solid 1px #DDDDDD;
}
.fs-c-history__total .fs-c-pairList .fs-c-history__quantity,
.fs-c-history__total .fs-c-pairList .fs-c-history__number {
  font-size: 15px;
  font-weight: normal;
}
.fs-c-history__listContainer {
  position: relative;
}
.fs-c-history .fs-c-noResultMessage {
  margin-top: 0;
}

.fs-c-orderHistory {
  margin-top: 0;
  margin-bottom: 70px;
}
.fs-c-orderHistory + .fs-c-listControl {
  display: none;
}

.fs-c-orderHistoryItem {
  margin-bottom: 20px;
  border: solid 1px #DDDDDD;
  border-radius: 0;
}
.fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}
.fs-c-orderHistoryItem__header {
  padding: 0 5px;
  background: #F6F4F3;
}
.fs-c-orderHistoryItem__header__button {
  margin-right: 15px;
}
.fs-c-orderHistoryItem__header__button a .fs-c-button__label {
  font-size: 14px;
  text-decoration: underline;
}
.fs-c-orderHistoryItem__body {
  padding: 0;
}
.fs-c-orderHistoryItem__orderInfo {
  padding-top: 20px;
}
.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 15px 15px;
}
.fs-c-orderHistoryItem__orderInfo__info dt {
  font-size: 16px;
}
.fs-c-orderHistoryItem__orderInfo__info dd {
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.fs-c-orderHistoryItem__orderInfo__info dd .fs-c-price {
  font-size: 14px;
}
.fs-c-orderHistoryItem__product {
  grid-gap: 0px;
  grid-template-columns: 100px 1fr auto auto;
  padding: 20px;
}
.fs-c-orderHistoryItem__productName {
  font-size: 16px;
  line-height: 28px;
}
.fs-c-orderHistoryItem__productQuantity {
  margin-top: 20px;
}
.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 15px;
}
.fs-c-orderHistoryItem__productQuantity__label::after {
  display: inline-block;
  content: ":";
}

.fs-body-my-orders-details .fs-c-orderDetailList {
  grid-gap: 8px 28px;
  padding: 20px;
  border: none;
  background: #F6F4F3;
  font-size: 14px;
}
.fs-body-my-orders-details .fs-c-orderDetailList dt, .fs-body-my-orders-details .fs-c-orderDetailList dd {
  padding: 0;
}
.fs-body-my-orders-details .fs-c-orderDetailList dd {
  font-family: "Lato", sans-serif;
}
.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.fs-body-my-orders-details .fs-c-orderDetailList__date, .fs-body-my-orders-details .fs-c-orderDetailList__date + dd {
  background: none;
  color: #3E3A39;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
  margin-top: 30px;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo .fs-c-heading--section, .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-heading--section {
  color: #888;
  font-size: 22px;
  font-weight: normal;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  grid-gap: 10px 40px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee {
  grid-gap: 0 40px;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList,
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 30px;
  border-top: solid 1px #DDDDDD;
  border-right: none;
  border-bottom: solid 1px #DDDDDD;
  border-left: none;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > * {
  padding: 20px 0;
  border: none;
  font-size: 15px;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
  background: none;
  font-weight: normal;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > dd {
  text-align: right;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable tr th, .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
  padding: 20px 0;
  border: none;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable tr th {
  background: none;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
  text-align: right;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  margin: 0;
  padding: 20px;
  border: solid 1px #DDDDDD;
  background: #F6F4F3;
  color: #3E3A39;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList {
  display: block;
  grid-column: 1/span 2;
  padding: 30px 25px;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dt {
  margin-top: 20px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dt:nth-of-type(1) {
  margin-top: 0;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dd {
  margin: 10px 0 0;
  line-height: 2;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList .fs-c-address {
  display: block;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList .fs-c-address span {
  display: block;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable, .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  margin-top: 30px;
}
.fs-body-my-orders-details .fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: solid 1px #DDDDDD;
}

/*--------------------
 * PASSWORD
 *--------------------*/
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field {
  margin: 50px 0 70px;
  padding: 0;
  background: none;
}

/*--------------------
 * POINTS
 *--------------------*/
.fs-body-my-points .fs-c-history__info {
  max-width: 750px;
  padding: 50px 50px 30px;
  background: #F6F4F3;
}

.fs-c-pointSummary {
  padding: 0;
  font-size: 18px;
}
.fs-c-pointSummary [class$="--availablePoint"] {
  padding: 30px 30px 10px;
  background: #fff;
}
.fs-c-pointSummary [class$="--limitedPoint"] {
  margin-bottom: 0;
  padding-bottom: 30px;
  background: #fff;
  font-size: 16px;
}
.fs-c-pointSummary [class$="--waitingPoint"] {
  margin-top: 30px;
}
.fs-c-pointSummary [class$="--purchasePointTotal"] {
  margin-top: 25px;
}
.fs-c-pointSummary__number {
  font-family: "Lato", sans-serif;
}
.fs-c-pointSummary__label--availablePoint {
  padding-left: 30px;
}
.fs-c-pointSummary__label--limitedPoint {
  padding-left: 30px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #3E3A39;
  font-size: 40px;
  line-height: 1;
}
.fs-c-pointSummary__value--availablePoint, .fs-c-pointSummary__value--limitedPoint {
  padding-right: 30px;
}
.fs-c-pointSummary__value--limitedPoint .fs-c-pointSummary__number {
  display: contents;
}

/*--------------------
 * Product Layout
 *--------------------*/
.fs-l-product2 .fs-l-productLayout {
  grid-template-columns: 640px auto;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
  width: 640px !important;
}
.fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--1 {
  grid-column: 1;
  grid-row: 1/2;
}
.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--2 {
  grid-column: 2;
  grid-row: 1/4;
}
.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--3 {
  grid-column: 1;
  grid-row: 2;
}
.fs-l-product2 .fs-l-productLayout .c-item-colorlist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}
.fs-l-product2 .fs-c-productNotice--outOfStock {
  padding: 10px;
  font-size: 14px;
}
.fs-l-product2 .fs-l-pageMain > div > h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left !important;
}
.fs-l-product2 .fs-l-pageMain > div > h2::before, .fs-l-product2 .fs-l-pageMain > div > h2::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}
.fs-l-product2 .fs-l-pageMain > div > h2::before {
  margin-top: -8px;
  background: #A28D80;
}
.fs-l-product2 .fs-l-pageMain > div > h2::after {
  background: #3E3A39;
}

/*--------------------
 * Product Detail
 *--------------------*/
.fs-c-productMainImage {
  position: relative;
  margin-bottom: 0;
}
.fs-c-productMainImage__expandButton {
  position: absolute;
  right: 12px;
  bottom: 6px;
}
.fs-c-productMainImage__image {
  border: solid 1px #DDDDDD;
}

.fs-c-productThumbnail__image {
  position: relative;
  -ms-flex-preferred-size: 14.68%;
      flex-basis: 14.68%;
  min-width: auto;
  height: auto;
  margin: 14px 0 0 2.37%;
  padding-top: 14.68%;
  border: solid 1px #DDDDDD;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fs-c-productThumbnail__image:nth-child(6n+1) {
  margin-left: 0;
}
.fs-c-productThumbnail__image.is-active {
  opacity: 0.7;
}
.fs-c-productThumbnail__image.is-active > img {
  border: none;
}
.fs-c-productThumbnail__image > img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fs-c-productThumbnail__image__caption {
  display: none;
}

.fs-c-productCarouselMainImage {
  position: relative;
}
.fs-c-productCarouselMainImage__carousel {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fs-c-productCarouselMainImage__carousel.slick-initialized {
  opacity: 1;
}
.fs-c-productCarouselMainImage__carousel .slick-list {
  border: solid 1px #DDDDDD;
}
.fs-c-productCarouselMainImage__image__caption {
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.fs-c-productCarouselMainImage__expandButton {
  position: relative;
}
.fs-c-productCarouselMainImage__expandButton .fs-c-button--viewExtendedImage {
  z-index: 1;
  position: absolute;
  top: -60px;
  right: 12px;
}
.fs-c-productCarouselMainImage__thumbnailList li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 14.68%;
  height: auto;
  margin: 14px 0 0 2.37%;
  border: solid 1px #DDDDDD;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fs-c-productCarouselMainImage__thumbnailList li:nth-child(6n+1) {
  margin-left: 0;
}
.fs-c-productCarouselMainImage__thumbnailList li.slick-active {
  opacity: 0.7;
}
.fs-c-productCarouselMainImage__thumbnail__img {
  width: 100%;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}
.fs-c-productCarouselMainImage .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.fs-c-productCarouselMainImage .slick-arrow::before {
  display: block;
  width: 40px;
  height: 40px;
  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;
  content: "\2003";
  cursor: pointer;
}
.fs-c-productCarouselMainImage .slick-arrow::after {
  display: none;
}
.fs-c-productCarouselMainImage .slick-arrow.slick-prev {
  left: 0;
}
.fs-c-productCarouselMainImage .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.fs-c-productMark__item {
  margin-right: 10px;
  margin-bottom: 5px;
}
.fs-c-productMark__mark.tag-productmark, .fs-c-productMark__mark.tag-spec {
  width: auto;
  padding: 4px 5px;
  border: solid 1px #DDDDDD;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
}
.fs-c-productMark__mark.tag-productmark.c-item-label__label--new, .fs-c-productMark__mark.tag-spec.c-item-label__label--new {
  background: #C1AB9D;
  color: #fff;
}
.fs-c-productMark__mark.tag-color {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
  font-size: 0;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--black {
  background-color: #000000;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--choco {
  background-color: #500000;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--brown {
  background-color: #823300;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--tan {
  background-color: #cc8c00;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--navy {
  background-color: #000066;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--gray {
  background-color: #666666;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--beige {
  background-color: #ffcc99;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--yellow {
  background-color: #ffe600;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--orange {
  background-color: #ff6600;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--red {
  background-color: #ff0000;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--pink {
  background-color: #ff66cc;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--violet {
  background-color: #660099;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--blue {
  background-color: #0000cc;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--light {
  background-color: #00ccff;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--green {
  background-color: #006600;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--white {
  background-color: #ffffff;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--silver, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--gold, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--mix, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--other {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--silver {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_silver.png);
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--gold {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_gold.png);
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--mix {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_mix.png);
}
.fs-c-productMark__mark.tag-color.c-item-colorlist__list--other {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_other.png);
}
.fs-c-productMark__mark.tag-color .fs-c-productMark__label {
  font-size: 0;
}

.fs-c-productNameHeading__copy {
  display: block;
  margin-top: 18px;
  font-size: 16px;
}
.fs-c-productNameHeading__name {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  line-height: 38px;
}

.fs-c-productNumber {
  display: block;
  margin-top: 20px;
  padding: 0;
  border: none;
  font-size: 14px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3E3A39;
  font-size: 26px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-size: 14px;
  font-weight: 500;
}

.fs-c-productPointDisplay {
  margin-top: 2px;
  background: none;
  color: #3E3A39;
  font-size: 14px;
}
.fs-c-productPointDisplay__quantity {
  font-weight: normal;
}

.fs-c-variationAndActions {
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}

.fs-c-variationList__item__body {
  margin-top: 0;
}
.fs-c-variationList__item .fs-c-variationCart {
  padding: 0;
}
.fs-c-variationList__item .fs-c-variationCart > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.fs-c-variationList__item .fs-c-variationCart > li + li {
  margin-top: 0;
}
.fs-c-variationList__item .fs-c-variationCart__image {
  width: 80px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.fs-c-variationList__item .fs-c-variationCart__image img {
  width: 100%;
  max-width: none;
}
.fs-c-variationList__item .fs-c-variationCart__variationName {
  width: calc(100% - 340px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 24.5px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.fs-c-variationList__item .fs-c-variationCart__variationName__stock {
  font-size: 11px;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist {
  position: relative;
  width: 24px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton {
  width: 200px;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation {
  background: #EBEBEB;
  color: #3E3A39;
  font-size: 16px;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation::before, .fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation::after {
  display: none;
}

.fs-c-returnedSpecialContract {
  margin-top: 50px;
  padding: 0;
}

/* button */
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #3E3A39;
  background: #fff;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::before, .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::after,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::before,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before {
  left: 0;
}
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::after,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::after {
  right: 0;
}

.fs-c-productOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #919191;
}
.fs-c-productOption__label .fs-c-requiredMark {
  right: 10px;
}
.fs-c-productOption .fs-c-productOption__name {
  position: relative;
  width: calc(100% - 180px);
  margin-bottom: 8px;
  padding: 0 50px 0 0;
  background: none;
  font-size: 15px;
  line-height: 1.33;
}
.fs-c-productOption .fs-c-productOption__option {
  width: 180px;
  margin-bottom: 12px;
  padding: 0;
}

.fs-c-photoswipe.pswp {
  z-index: 99999;
}
.fs-c-photoswipe .pswp__bg {
  background: rgba(0, 0, 0, 0.5);
}
.fs-c-photoswipe .pswp__caption__center {
  text-align: center;
}

.fs-c-productList__controller:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 30px;
  padding: 0;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
.fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Poppins;
  font-size: 1.4rem;
}
.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-c-productList__list__item {
  width: calc(25% - 22.5px);
  margin: 0 0 60px 30px;
  padding: 0;
  border-bottom: none;
}
.fs-c-productList__list__item:nth-of-type(4n+1) {
  margin-left: 0;
}
.fs-c-productList .fs-c-listControl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.2em;
}

.fs-c-productListItem {
  text-align: center;
}
.fs-c-productListItem .fs-c-productPrice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-c-productImage img {
  width: 100%;
}

.fs-c-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}
.fs-c-pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: #EEEAE7;
  color: #3E3A39;
  font-size: 14px;
  letter-spacing: 0;
}
.fs-c-pagination__item.noborder {
  border: none;
}
.fs-c-pagination__item.is-active {
  background: #3E3A39;
  color: #fff;
}
.fs-c-pagination__item.fs-c-pagination__item--prev, .fs-c-pagination__item.fs-c-pagination__item--next {
  border: none;
}
.fs-c-pagination__item--prev::before {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.fs-c-pagination__item--next::before {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.fs-c-productName__name {
  margin-top: 10px;
  padding: 0 10px;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5rem;
}

.fs-c-productPrices {
  margin-top: 20px;
  padding: 0 10px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3E3A39;
}
.fs-c-productPrice__addon {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}

.fs-c-price {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.fs-c-price__addon {
  margin-left: 0.5em;
  font-size: 12px;
}
.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy {
  display: none;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.fs-c-productPrice.fs-c-productPrice--member {
  display: none;
}
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  display: none;
}c-link-info
.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__variation {
  display: none;
}

.series {
  margin: 0 auto 30px !important;
  width: 97%;
  height: 80px;
  background-color: #3E3A39;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*--------------------
 * product LP button
 *--------------------*/
 .series {
	margin: 0 auto 30px !important;
	width: 97%;
	height: 80px;
	background-color: #3E3A39;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 18px;
}
.button-link span {	
	color: #ffffff;
}	
.button-link img.icon {
	filter: invert(100%);
	width: 20px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .series {
    width: 95%;
    height: 50px;
  }
  .button-link {
    font-size: 14px;
  }
  .button-link img.icon {
    filter: invert(100%);
    width: 20px;
    height: 11px;
    margin-right: 3px;
    margin-bottom: 0;
  }
}

/*--------------------
 * fs-c-productList review
 *--------------------*/

 .productRating_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 14px 0;
}
.fs-c-rating__value-ttl {
  color: #3e3a39;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.productRating_detail .fs-c-reviewStars[data-ratingCount="5.0"]::before,
.productRating_detail .fs-c-reviewStars[data-ratingCount="4.0"]::before,
.productRating_detail .fs-c-reviewStars[data-ratingCount="3.0"]::before,
.productRating_detail .fs-c-reviewStars[data-ratingCount="2.0"]::before,
.productRating_detail .fs-c-reviewStars[data-ratingCount="1.0"]::before {
font-size: 16px;
margin-right: 4px;
}
.fs-c-reviewStars::before {
  font-size: 16px !important;
}

/*--------------------
 * Recommend
 *--------------------*/
#fs-recommend--flick .fs-p-heading--lv2 {
  margin-top: 100px;
  margin-bottom: 50px;
  border-bottom: none;
  color: #3E3A39;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
#fs-recommend--flick .fr2-carousel .rcmd-slick-arrow {
  z-index: 1;
}
#fs-recommend--flick .rcmd-slick-list {
  margin: 0;
}
#fs-recommend--flick .fr2-listItem {
  display: block;
  width: calc(25% - 30px);
  padding: 0;
  border: none;
  text-align: center;
}
#fs-recommend--flick .fr2-listItem__imageContainer img {
  width: 100%;
}
#fs-recommend--flick .fr2-listItem__productName {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#fs-recommend--flick .fr2-listItem__productPrice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#fs-recommend--flick .fr2-listItem__productPrice .fr2-price__addon {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}

/*--------------------
 * AI Recommend
 *--------------------*/

 .fs-p-heading--lv2 {
  display: none;
}
.fr3-item__rankContainer {
  display: none;
}
.fr3-productListCarousel__slides {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
margin-bottom: 20px;
}
.fr3-item__image {
  width: 99%!important ;
  border: solid 1px #efefef;
}
.fr3-item__productPrice {
  display: flex;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.fr3-item__productName {
  margin-top: 15px;
  padding: 0;
  font-size: 14px!important ;
  letter-spacing: 0.12em;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.fr3-item__productPrice__price {
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 17px!important ;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .fr3-item__productName {
      margin-top: 20px;
      padding: 0 10px;
      font-size: 16px!important ;
      letter-spacing: 0.12em;
      justify-content: center;
      text-align: center;
      line-height: 1.5;
  }
  .fr3-item__productPrice__price {
      font-size: 20px!important ;
  }
}

.fr3-item__productPrice__addon {
  font-size: 12px!important ;
  display: inline-block;
}
.flywheel-recommend__frame {
  counter-reset: listnum;
  /* カウンタをリセット */
}
.fr3-productListCarousel__slide {
  position: relative;
  /* 相対位置を設定 */
}
/* カウンタを表示する */
.fr3-productListCarousel__slide::before {
  content: counter(listnum);
  counter-increment: listnum;
  /* カウンタをインクリメント */
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 0;
  top: 0;
  text-indent: 4px;
  line-height: 1.6rem;
  letter-spacing: -1px;
  font-size: 15px;
  color: #fff;
  background-color: #a9b2b5;
  display: flex;
  border-radius: 0;
  /* 角を丸くしない */
  z-index: 10;
}

/* 背景色を設定 */
.fr3-productListCarousel__slide:nth-of-type(1)::before {
  background-color: #e6b422;
}
.fr3-productListCarousel__slide:nth-of-type(2)::before {
  background-color: #7f98b5;
}
.fr3-productListCarousel__slide:nth-of-type(3)::before {
  background-color: #A28D80;
}

/* 4番目以降の色はデフォルトに設定 */
.fr3-productListCarousel__slide:nth-of-type(n+4)::before {
  background-color: #a9b2b5;
}


/* スライダーボタン非表示 */
@media screen and (max-width: 767px) {
    .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
      flex: 0 0 calc((100% - 16px* 1) / 2.4)!important ;
    }
    .fr3-productListCarousel__Button {
      display: none;
    }
    .fr3-productListCarousel {
      display: grid;
      grid-template-columns: 0 1fr 0!important ;
    }
    .fr3-productListCarousel__slide::before {
    content: counter(listnum);
    counter-increment: listnum;
    /* カウンタをインクリメント */
    position: absolute;
    width: 36px;
    height: 36px;
    text-indent: 5px;
    line-height: 1.4rem;
    letter-spacing: -1px;
    font-size: 13px;
    }
}


/*--------------------
 * MYPAGE
 *--------------------*/
.fs-c-registerSuccessMessage {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-registerSuccessMessage p {
  margin-bottom: 20px;
}

.fs-c-sortItems {
  position: relative;
  width: 138px;
  height: 40px;
  margin: 16px 0;
  border: none;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 138px;
  height: 40px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: #EEEAE7;
}
.fs-c-sortItems__list:hover {
  z-index: 100;
  height: auto;
  overflow: none;
}
.fs-c-sortItems__list:hover .fs-c-sortItems__list__item {
  display: block;
}
.fs-c-sortItems__list::after {
  display: block;
  position: absolute;
  top: 0.9em;
  right: 8px;
  font-size: 14px;
  content: "\25BC";
}
.fs-c-sortItems__list.default::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  height: 34px;
  font-size: 1.2rem;
  content: "\4E26\3073\66FF\3048";
}
.fs-c-sortItems__list.default::after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "fs-icon" !important;
  font-size: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\E90C";
}
.fs-c-sortItems__list__item {
  display: none;
  background: #EEEAE7;
  color: #3E3A39;
  font-size: 14px;
}
.fs-c-sortItems__list__item.is-active {
  display: block;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  width: 100%;
  height: 40px;
  background: #EEEAE7;
  color: #3E3A39;
}
.fs-c-sortItems__list__item__label {
  padding: 4px 8px;
}
.fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
}
.fs-c-sortItems__list__item a::after,
.fs-c-sortItems__list__item span::after {
  /* content: "\e90c"; */
  /* font-family: 'fs-icon' !important; */
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.rank_area.fs-clientInfo.is-ready {
    text-align: center;
}
@media screen and (max-width: 768px){
  .rank_area.fs-clientInfo.is-ready {
    text-align: left;
    line-height: 1.3;
}
}


/*--------------------
 * SUBGROUP
 *--------------------*/
.fs-c-subgroup {
  margin-bottom: 80px;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroupList__item {
  -ms-flex-preferred-size: calc(25% - 9px);
      flex-basis: calc(25% - 9px);
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  margin-top: 14px;
  margin-left: 12px;
}
.fs-c-subgroupList__item:nth-child(4n+1) {
  margin-left: 0;
}
.fs-c-subgroupList__link {
  min-height: 60px;
  border: none;
  background: rgba(238, 234, 231, 0.3);
}
.fs-c-subgroupList__link::after {
  display: none;
}
.fs-c-subgroupList__label {
  padding-left: 10px;
}

/*--------------------
 * TOP
 *--------------------*/
.fs-body-top .fs-l-main {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.fs-body-top .fs-l-main .fs-l-pageMain {
  max-width: none;
}
.fs-body-top .fs-l-main .fs-l-pageMain > section:not(.l-follow) {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta {
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .c-instagram-btn a {

}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: none !important;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item {
  width: calc(20% - 24px) !important;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 0 !important;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(5n+1) {
  margin-left: 0;
}
.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item img {
  width: 100%;
}

/*--------------------
 * WISHLIST
 *--------------------*/
.fs-c-wishList .fs-c-productMarks,
.fs-c-wishList .fs-c-productListItem__productDescription {
  display: none;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 115px;
  }

  .l-seasonal {
    margin-top: 60px;
    padding-bottom: 25px;
  }
  .l-link {
    padding-bottom: 25px;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 115px;
  }
  body.u-is-block .l-header {
    height: 100%;
  }
  .l-header2 {
    display: none;
  }
  .c-header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 115px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .c-header__logo {
    position: static;
    width: 110px;
    height: 50px;
    margin-left: 10px;
  }
  .c-header__logo img {
    width: 82px;
    height: 13.2px;
  }
  .c-header__message {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding-top: 4px;
  }
  .c-header__message strong {
    font-size: 14px;
  }
  .c-header__news {
    width: 100%;
  }
  .c-header .c-header-news {
    background: #EBEBEB;
  }
  .c-header .c-header-news .c-news {
    height: 30px;
    padding: 0 20px 0 20px;
  }
  .c-header .c-header-news .c-news--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header .c-header-news .c-news__ttl {
    display: none;
  }
  .c-header .c-header-news .c-news__text {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .c-header .c-header-news .slick-arrow {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .c-header .c-header-btns__btn {
    width: auto;
    height: 50px;
    padding: 0 8px;
    border-left: none;
  }
  .c-header .c-header-btns__btn--search .btn-icon img {
    max-width: 14px;
  }
  .c-header .c-header-btns__btn--mypage .btn-icon img {
    max-width: 12px;
  }
  .c-header .c-header-btns__btn--cart .btn-icon img {
    max-width: 16px;
  }
  .c-header .c-header-btns__btn--menu.u-is-open .btn-icon::before {
    width: 20px;
    margin-top: 0;
    margin-left: -10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .c-header .c-header-btns__btn--menu.u-is-open .btn-icon::after {
    width: 20px;
    margin-top: 0;
    margin-left: -10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .c-header .c-header-btns__btn--menu .btn-icon {
    position: relative;
    height: 20px;
  }
  .c-header .c-header-btns__btn--menu .btn-icon::before, .c-header .c-header-btns__btn--menu .btn-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #3E3A39;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-header .c-header-btns__btn--menu .btn-icon::before {
    margin-top: -3px;
  }
  .c-header .c-header-btns__btn--menu .btn-icon::after {
    margin-top: 3px;
  }
  .c-header .c-header-btns__btn .btn-ttl {
    margin-top: 5px;
  }
  .c-menu {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: static;
    top: 115px;
    height: 100%;
    overflow-y: scroll;
    background: #EEEAE7;
  }
  .c-menu > li {
    width: 100%;
    border-top: 1px solid #3E3A39;
    border-left: none;
  }
  .c-menu > li:first-child {
    border-top: none;
  }
  .c-menu .c-menu-btn {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    padding-left: 20px;
    color: #3E3A39;
    text-align: left;
  }
  .c-menu .c-menu-btn::after {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
    background-repeat: no-repeat;
    content: "";
  }
  .c-menu .c-menu-btn.c-arrow--down::before, .c-menu .c-menu-btn.c-arrow--down::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 1px;
    margin: 0;
    background: #3E3A39;
    content: "";
  }
  .c-menu .c-menu-btn.c-arrow--down::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-menu .c-menu-btn.c-arrow--down.u-is-open::after {
    display: none;
  }
  .c-menu .c-menu-btn .en {
    display: none;
  }
  .c-menu .c-menu-btn .jp {
    font-size: 14px;
  }
  .c-menu .c-menu-products {
    position: static;
    height: auto;
    padding: 0;
  }
  .c-menu .c-menu-products__close {
    display: none;
  }
  .c-menu .c-menu-products__inner {
    display: block;
    padding: 0 20px 20px;
  }
  .c-menu .c-menu-products-group {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    background: #fff;
  }
  .c-menu .c-menu-products-group:first-child {
    margin-top: 0;
  }
  .c-menu .c-menu-products-group__ttl {
    position: relative;
    height: 45px;
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
  }
  .c-menu .c-menu-products-group__ttl::before, .c-menu .c-menu-products-group__ttl::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 13px;
    height: 1px;
    margin: 0;
    background: #3E3A39;
    content: "";
  }
  .c-menu .c-menu-products-group__ttl::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-menu .c-menu-products-group__ttl.u-is-open::after {
    display: none;
  }
  .c-menu .c-menu-products-btns {
    display: none;
  }
  .c-menu .c-menu-products-btns__inner {
    padding: 0 15px;
  }
  .c-menu .c-menu-products-btns .btn {
    min-height: 45px;
    margin-top: 0;
    padding: 10px 0;
    border-top: 1px solid #3E3A39;
  }
  .c-menu .c-menu-products-btns .btn-icon {
    width: 23px;
    min-width: 23px;
    height: 23px;
  }
  .c-menu .c-menu-products-btns .btn-icon__color::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  .c-menu .c-menu-products-btns .btn-inner {
    font-size: 12px;
    line-height: 19px;
  }
  .c-menu .c-menu-products-btns .btn-inner span {
    font-size: 11px;
    line-height: 16px;
  }
  .fs-l-footer .c-footer-main {
    display: block;
    padding: 40px 20px;
  }
  .fs-l-footer .c-footer-main__btns {
    display: block;
    text-align: center;
  }
  .fs-l-footer .c-footer-main__btns .c-footer-main-btns__sns {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .fs-l-footer .c-footer-main__btns .c-footer-main-btns__sns a:first-child {
    margin-right: 20px;
  }
  .fs-l-footer .c-footer-main__btns a.logo img {
    max-width: 100px;
    height: 16.5px;
  }
  .fs-l-footer .c-footer-main__right .footer-links a {
    margin-top: 1.2em;
    margin-left: 2em;
    font-size: 13px;
  }
  .fs-l-footer .c-footer-main__right .footer-copy {
    text-align: center;
  }
  .fs-l-footer .c-footer-menu__inner {
    display: block;
    padding: 0;
  }
  .fs-l-footer .c-footer-menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 90px;
    padding: 0 18px;
    border-bottom: 3px solid #fff;
    border-left: none;
  }
  .fs-l-footer .c-footer-menu__btn:nth-of-type(1) .btn-icon img {
    width: 14px;
  }
  .fs-l-footer .c-footer-menu__btn:nth-of-type(2) .btn-icon img {
    width: 20px;
  }
  .fs-l-footer .c-footer-menu__btn:nth-of-type(3) .btn-icon img {
    width: 15px;
  }
  .fs-l-footer .c-footer-menu__btn:nth-of-type(4) .btn-icon img {
    width: 18px;
  }
  .fs-l-footer .c-footer-menu__btn:nth-of-type(5) .btn-icon img {
    width: 18px;
  }
  .fs-l-footer .c-footer-menu__btn::after {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 10px;
    margin-top: -4px;
    background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
    content: "";
  }
  .fs-l-footer .c-footer-menu__btn .btn-spwrap {
    padding-right: 10px;
    text-align: left;
  }
  .fs-l-footer .c-footer-menu__btn .btn-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-left: 0;
  }
  .fs-l-footer .c-footer-menu__btn .btn-ttl {
    z-index: 17;
    margin-top: 0;
    line-height: 20px;
  }
  .fs-l-footer .c-footer-menu__btn .btn-text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .fs-l-footer .c-footer-menu__btn .btn-detail {
    display: none;
  }
  .c-btn--ancher::before, .c-btn--ancher::after {
    right: 20px;
    width: 10px;
  }
  .slick-dots {
    padding: 22px 0;
  }
  .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 9px;
  }
  .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .p-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 9px;
  }
  .p-slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .c-ttl--2 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 25px;
  }
  .fs-l-pageMain > .c-ttl--2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .fs-l-pageMain > .c-ttl--2 .c-subttl {
    font-size: 15px;
    line-height: 19px;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
    font-weight: 500;
  }
  .fs-body-top .c-ttl--2 {
    font-size: 25px;
  }
  .fs-body-top .c-ttl--2 .c-subttl {
    font-size: 15px;
  }

/*sub banner start*/
.l-catch-sub {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.sub-banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
  padding: 0;
}
.sub-banner__inner::after {
  display: block;
  content: "";
  width: calc((100% - 20px) / 2);
}
.sub-banner__item {
  list-style: none;
  width: calc((100% - 20px) / 2);
  margin-bottom: 0;
}
.sub-banner__inner div:nth-child(-n+4) {
  margin-bottom: 1rem;
}
.sub-banner__ttl {
  font-size: 13px;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
  line-height: 1.5em;
}
.sub-banner__txt {
  font-size: 12px;
  line-height: 1.6em;
  margin: 0;
}
/*sub banner end*/

/*series banner start*/
.l-link-series {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.series-banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
  padding: 0;
}
.series-banner__inner li {
  list-style: none;
  width: 100%;
  margin-bottom: 1rem;
}
.series-banner__ttl {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}
/*series banner end*/

  .l-pickup .c-ttl--2, .l-shop .c-ttl--2, .l-instagram .c-ttl--2 {
    margin-top: 75px;
  }
  .c-ttl--2 .c-subttl {
    font-size: 15px;
  }
  .c-item__ttl {
    font-size: 15px;
    line-height: 20px;
  }
  .c-item__price {
    font-size: 17px;
  }
  .c-item__price span {
    font-size: 12px;
  }
  .c-item-label {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .c-item-label__label {
    min-width: auto;
    word-break: keep-all;
  }
  .c-item-colorlist {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .c-item-colorlist__list {
    min-width: auto;
    min-width: 10px;
    word-break: keep-all;
  }
  .p-tab-contents {
    margin-top: 40px;
  }
  .p-tab-contents-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-tab-contents-btns::before {
    display: none;
  }
  .p-tab-contents-btns__btn {
    width: calc(50% - 6px);
    height: 50px;
    margin-top: 15px;
    margin-left: 0;
  }
  .p-tab-contents-btns__btn:nth-child(1), .p-tab-contents-btns__btn:nth-child(2) {
    margin-top: 0;
  }
  .p-tab-contents-btns__btn:first-child {
    margin-left: 0 !important;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(5), .p-tab-contents-btns__btn:first-child:nth-last-child(5) ~ li {
    width: calc(50% - 6px);
    margin-left: 0;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(5):nth-child(even), .p-tab-contents-btns__btn:first-child:nth-last-child(5) ~ li:nth-child(even) {
    margin-left: 12px;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(6), .p-tab-contents-btns__btn:first-child:nth-last-child(6) ~ li {
    width: calc(50% - 6px);
    margin-left: 0;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(6):nth-child(even), .p-tab-contents-btns__btn:first-child:nth-last-child(6) ~ li:nth-child(even) {
    margin-left: 12px;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(7), .p-tab-contents-btns__btn:first-child:nth-last-child(7) ~ li {
    width: calc(50% - 6px);
    margin-left: 0;
  }
  .p-tab-contents-btns__btn:first-child:nth-last-child(7):nth-child(even), .p-tab-contents-btns__btn:first-child:nth-last-child(7) ~ li:nth-child(even) {
    margin-left: 12px;
  }
  .p-tab-contents-btns__btn span {
    font-size: 14px;
    line-height: 18px;
  }
  .p-tab-contents-btns__btn::before {
    display: none;
  }
  .p-tab-contents-content {
    margin-top: 30px;
  }
  .p-tab-contents-content h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .p-tab-contents-content h4 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .p-tab-contents .fs-c-documentArticle {
    font-size: 14px;
    line-height: 25px;
  }
  .p-tab-contents .fs-c-documentArticle > p {
    font-size: 14px;
    line-height: 25px;
  }
  .p-tab-contents .fs-c-documentArticle__content dl.indent-list {
    line-height: 25px;
  }
  .p-tab-contents .fs-c-documentArticle__content dl.indent-list dd {
    margin-bottom: 10px;
  }
  .c-about--ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .c-about--ttl2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 24px;
  }
  .c-about--ttl2::before, .c-about--ttl2::after {
    width: 7px;
    height: 7px;
  }
  .c-about--ttl2::before {
    margin-top: -7px;
  }
  .c-about--ttl2:nth-of-type(1) {
    margin-top: 0;
  }
  .c-about--ttl3 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1;
  }
  .c-aboutinit {
    padding: 50px 0;
  }
  .c-aboutinit__ttl {
    font-size: 20px;
    line-height: 27px;
  }
  .c-aboutinit__text {
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .c-aboutinit__btns {
    display: block;
    margin-top: 25px;
  }
  .c-aboutinit__btns .c-aboutinit-btn {
    width: 100%;
    max-width: 340px;
    height: 60px;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-aboutinit__btns .c-aboutinit-btn:first-child {
    margin-left: auto !important;
  }
  .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(3), .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(3) ~ .c-aboutinit-btn {
    width: 100%;
    margin-left: auto;
  }
  .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(4), .c-aboutinit__btns .c-aboutinit-btn:first-child:nth-last-child(4) ~ .c-aboutinit-btn {
    width: 100%;
    margin-left: auto;
  }
  .c-aboutinit__btns .c-aboutinit-btn__jp {
    font-size: 14px;
  }
  .c-aboutinit__btns .c-aboutinit-btn__en {
    margin-top: 8px;
    font-size: 11px;
  }
  .c-about--list li {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }
  .c-about--list li::before {
    top: 6px;
  }
  .c-about--fontbase {
    font-size: 14px;
    line-height: 25px;
  }
  .p-itemlist:not(.u-js-slider) .c-item {
    width: calc(50% - 13px);
    margin: 10px 0 20px 26px;
  }
  .p-itemlist:not(.u-js-slider) .c-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-serieslist .c-series .c-series-info {
    position: relative;
    max-width: 100%;
    margin-top: 16px;
    padding: 0;
  }
  .p-serieslist .c-series .c-series-info::after {
    display: none;
  }
  .p-serieslist .c-series .c-series-info__ttl {
    font-size: 16px;
  }
  .p-serieslist .c-series .c-series-info__ttl span {
    display: inline;
    font-size: 16px;
  }
  .p-serieslist .c-series .c-series-info__text {
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .p-categorylist li,
   .p-categorylist_size li {
    width: calc(50% - 10px);
  }
  .p-categorylist_size li {
  margin-bottom: 20px;
  padding: 0;
}
  .p-categorylist li.tablet-on {
    width: 100%;
  }
  .fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn {
    width: calc(33.33% - 4px);
    height: 50px;
  }
  .fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn span {
    font-size: 14px;
    line-height: 18px;
  }
  .fs-l-product2 .p-iteminfo table {
    border-left: none;
    font-size: 13px;
    line-height: 24px;
  }
  .fs-l-product2 .p-iteminfo table tr {
    display: block;
    padding: 14px 0;
    border-right: none;
  }
  .fs-l-product2 .p-iteminfo table tr th, .fs-l-product2 .p-iteminfo table tr td {
    display: block;
    padding: 0;
  }
  .fs-l-product2 .p-iteminfo table tr th {
    width: 100%;
    background: none;
  }
  .fs-l-product2 .p-iteminfo h3, .fs-l-product2 .p-iteminfo h4, .fs-l-product2 .p-iteminfo h5, .fs-l-product2 .p-iteminfo h6 {
    margin-top: 40px;
    font-size: 19px;
  }
  .fs-l-product2 .p-iteminfo p, .fs-l-product2 .p-iteminfo pre, .fs-l-product2 .p-iteminfo small, .fs-l-product2 .p-iteminfo div {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .fs-l-product2 .p-iteminfo img {
    margin-top: 20px;
  }
  .fs-l-product2 .p-itemimg {
    width: 100%;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-list {
    padding-bottom: 30px;
    border: none;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots {
    -webkit-overflow-scrolling: touch;
    margin-top: 5px;
    overflow: auto;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots .slick-dots-inner {
    display: block;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li {
    width: 60px;
    margin: 0 0 0 10px;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li:nth-child(6n+1) {
    margin-left: 10px;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider .slick-dots li:first-child {
    margin-left: 0;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider__list {
    border: solid 1px #DDDDDD;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider__list a::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fs-l-product2 .p-itemimg .c-itemprofile-slider__list .caption {
    bottom: -28px;
    font-size: 12px;
  }
  .c-itemdetail__series {
    font-size: 17px;
  }
  .c-itemdetail__copy {
    font-size: 14px;
  }
  .c-itemdetail__name {
    font-size: 22px;
    line-height: 25px;
  }
  .c-itemdetail__num {
    margin-top: 15px;
    font-size: 13px;
  }
  .c-itemdetail__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .c-itemdetail__price {
    margin-top: 20px;
    font-size: 20px;
  }
  .c-itemdetail__price span {
    font-size: 12px;
  }
  .c-itemdetail__price span {
    font-size: 13px;
  }
  .c-item-popupbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 60px;
    margin: 20px auto 40px;
    background: #3E3A39;
    color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .c-item-popupbtn span {
    width: calc(100% - 30px);
    height: 30px;
    padding: 0 30px;
    background-image: url(https://trion.itembox.design/item/src/images/common/icon_cart_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .c-itempopup {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - constant(safe-area-inset-bottom));
    height: calc(100% - env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, 0.69);
  }
  .c-itempopup .c-itempopup-scroll {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .c-itempopup .c-itempopup-scroll__inner {
    z-index: 2;
    position: relative;
    width: calc(100% - 36px);
    margin: auto 0;
    padding: 20px 0;
  }
  .c-itempopup__content {
    position: relative;
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
  }
  .c-itempopup-close--icon {
    z-index: 1;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .c-itempopup-close--icon::before, .c-itempopup-close--icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #3E3A39;
    content: "";
  }
  .c-itempopup-close--icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .c-itempopup-close--icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .c-itempopup-close--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 270px;
    height: 50px;
    margin: 25px auto 10px;
    background: #EBEBEB;
  }
  .c-itempopup-close--text span {
    color: #3E3A39;
    font-size: 15px;
  }
  .c-itempopup-ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
  }
  .c-itemoption {
    margin-top: 20px;
    padding: 15px;
  }
  .c-itemoption .c-itemoption-ttl__sub {
    font-size: 11px;
  }
  .c-itemoption .c-itemoption-ttl__ttl {
    margin-top: 6px;
    font-size: 14px;
  }
  .c-itemoption .c-itemoption-content__inner {
    padding-top: 15px;
  }
  .c-itemoption .c-itemoption-content__info {
    padding: 15px 0;
    font-size: 12px;
  }
  .c-itemoption .c-itemoption-content__info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    line-height: 20px;
  }
  .c-itemoption .c-itemoption-content__info .img {
    max-width: 40%;
    padding-top: 0.25em;
  }
  .c-itemoption .c-itemoption-content__select {
    display: block;
    padding: 15px 0;
  }
  .c-itemoption .c-itemoption-content__select .select-ttl {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .c-itemoption .c-itemoption-content__select .c-select {
    width: 100%;
    margin-left: 0;
  }
  .c-itemoption .c-itemoption-content__notes {
    margin-top: 15px;
    font-size: 10px;
  }
  .c-itemcolors {
    margin-top: 25px;
  }
  .c-itemcolors .c-itemcolors-list {
    padding: 12px 0;
  }
  .c-itemcolors .c-itemcolors-list__img {
    width: 45px;
  }
  .c-itemcolors .c-itemcolors-list__name {
    width: calc(100% - 187px);
    font-size: 12px;
    line-height: 20px;
  }
  .c-itemcolors .c-itemcolors-list__fav {
    width: 12px;
    height: 11px;
    margin: 0 10px 0 5px;
  }
  .c-itemcolors .c-itemcolors-list__fav .fav-icon {
    width: 12px;
    height: 11px;
  }
  .c-itemcolors .c-itemcolors-list__btn {
    width: 125px;
    height: 37px;
  }
  .c-itemcolors .c-itemcolors-list__btn .text {
    padding: 5px 20px 5px 0;
    background-size: 15px;
    font-size: 11px;
  }
  .c-itemcolors .c-itemcolors-list__btn .sold {
    font-size: 11px;
    line-height: 13px;
  }
  .c-itembtns__support li {
    margin-top: 15px;
  }
  .c-itembtns__sns {
    margin-top: 15px;
  }
  .c-itembtns__sns li {
    margin: 0 10px;
  }
  .p-notedetail {
    padding-top: 0;
  }
  .p-notedetail__main {
    width: 100%;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-ttl--4 {
    font-size: 25px;
  }
  .p-notedetail .c-notedetail-side {
    width: 100%;
    margin-top: 80px;
  }
  .p-notedetail .c-notedetail-side__categorys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  .p-notedetail .c-notedetail-side__categorys li {
    width: calc(50% - 6px);
    margin-top: 12px;
    border-bottom: none;
  }
  .p-notedetail .c-notedetail-side__categorys li:nth-child(1), .p-notedetail .c-notedetail-side__categorys li:nth-child(2) {
    margin-top: 0;
  }
  .p-notedetail .c-notedetail-side__categorys li:nth-child(even) {
    margin-left: 12px;
  }
  .p-notedetail .c-notedetail-side__categorys li a {
    height: 45px;
    background: rgba(238, 234, 231, 0.3);
    font-size: 13px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item {
    width: 100%;
    padding: 0 8px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__visual img {
    width: 100%;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__ttl {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .c-newsdetail-ttl,
.c-notedetail-ttl {
    margin-top: 15px;
    font-size: 21px;
  }
  .c-newsdetail-ttl--4,
.c-notedetail-ttl--4 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
  }
  .c-newsdetail-ttl--4::before, .c-newsdetail-ttl--4::after,
.c-notedetail-ttl--4::before,
.c-notedetail-ttl--4::after {
    width: 7px;
    height: 7px;
  }
  .c-newsdetail-ttl--4::before,
.c-notedetail-ttl--4::before {
    margin-top: -7px;
  }
  .c-newsdetail__tags,
.c-notedetail__tags {
    margin-top: 10px;
  }
  .c-newsdetail__tags a,
.c-notedetail__tags a {
    font-size: 10px;
  }
  .c-newsdetail__visual,
.c-notedetail__visual {
    margin-top: 20px;
  }
  .c-newsdetail-content,
.c-notedetail-content {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 25px;
  }
  .c-newsdetail-content h4,
.c-notedetail-content h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  }
  .c-newsdetail-content h4::before, .c-newsdetail-content h4::after,
.c-notedetail-content h4::before,
.c-notedetail-content h4::after {
    width: 7px;
    height: 7px;
  }
  .c-newsdetail-content h4::before,
.c-notedetail-content h4::before {
    margin-top: -7px;
  }
  .c-newsdetail-content h5,
.c-notedetail-content h5 {
    margin: 26px 0 16px;
    font-size: 17px;
  }
  .c-newsdetail-content ul li,
.c-notedetail-content ul li {
    line-height: 25px;
  }
  .c-newsdetail-content ul li::before,
.c-notedetail-content ul li::before {
    top: 0.5em;
  }
  .c-newsdetail-content blockquote, .c-newsdetail-content__quote,
.c-notedetail-content blockquote,
.c-notedetail-content__quote {
    margin-top: 20px;
    padding: 20px 15px 20px 40px;
    line-height: 25px;
  }
  .c-newsdetail-content blockquote::before, .c-newsdetail-content__quote::before,
.c-notedetail-content blockquote::before,
.c-notedetail-content__quote::before {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 10px;
    height: 10px;
  }
  .c-newsdetail-content hr, .c-newsdetail-content__separator,
.c-notedetail-content hr,
.c-notedetail-content__separator {
    margin: 40px 0;
  }
  .c-notedetail-nav {
    display: block;
  }
  .c-notedetail-nav__btns {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 15px auto 0;
  }
  .c-notedetail-nav__btn {
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 13px;
  }
  .wp-block-columns {
    margin: 20px 0 15px;
  }
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .fs-item-link p {
    font-size: 15px;
    line-height: 20px;
  }
  .fs-item-link .fs-item-link--price {
    font-size: 17px;
  }
  .p-shoppage {
    font-size: 14px;
    line-height: 25px;
  }
  .p-shoppage > .p-tab-contents-btns::before {
    display: none;
  }
  .p-shoppage > .p-tab-contents-btns .p-tab-contents-btns__btn {
    width: calc(50% - 6px);
    margin: 0 0 0 12px;
  }
  .p-shoppage > .p-tab-contents-btns .p-tab-contents-btns__btn:first-child {
    margin-left: 0;
  }
  .c-shoppage__ttl {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
  }
  .c-shoppage__ttl::before, .c-shoppage__ttl::after {
    width: 7px;
    height: 7px;
  }
  .c-shoppage__ttl::before {
    margin-top: -7px;
  }
  .c-shoppage-direct-init {
    display: block;
  }
  .c-shoppage-direct-init__text {
    width: 100%;
  }
  .c-shoppage-direct-init__img {
    width: 100%;
    margin-top: 20px;
  }
  .c-shoppage-direct-access {
    display: block;
    margin-top: 40px;
  }
  .c-shoppage-direct-access__info {
    width: 100%;
  }
  .c-shoppage-direct-access__info ul li {
    display: block;
    padding: 20px 0 18px 0;
  }
  .c-shoppage-direct-access__info ul li p {
    padding-right: 0;
  }
  .c-shoppage-direct-access__info ul li span {
    width: 100%;
  }
  .c-shoppage-direct-access__map {
    width: 100%;
    margin-top: 25px;
  }
  .c-shoppage-direct-access__map iframe {
    height: 320px;
  }
  .c-shoppage-store__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: solid 1px #DDDDDD;
  }
  .c-shoppage-store__btns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33%;
    height: 44px;
    margin: 0;
    border-bottom: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    text-align: center;
  }
  .c-shoppage-store__btns li:nth-child(3n+1) {
    border-left: none;
  }
  .c-shoppage-store__btns li.u-is-active {
    background: #3E3A39;
    color: #fff;
  }
  .c-shoppage-store__btns li.u-is-active span::after {
    display: none;
  }
  .c-shoppage-store__btns li span {
    padding-top: 2px;
    padding-bottom: 0;
    line-height: 17px;
  }
  .c-shoppage-store-list li {
    display: block;
    padding: 20px 0 25px;
  }
  .c-shoppage-store-list__name {
    width: 100%;
    font-size: 15px;
  }
  .c-shoppage-store-list__address {
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    line-height: 25px;
  }
  .c-shoppage-store-list__btn {
    width: 100%;
    margin-top: 15px;
  }
  .c-shoppage-store-list__btn a {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-instagramlist .c-instagram {
    width: calc(33.33% - 14px);
    margin-bottom: 20px;
    margin-left: 21px;
  }
  .p-instagramlist .c-instagram:nth-child(5n+1) {
    margin-left: 21px;
  }
  .p-instagramlist .c-instagram:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-instagram-btn {
    width: 100%;
  }
  .c-instagram-btn .p-btn {
    margin-top: 10px;
  }
  .c-instagram-btn a {
    position: relative;
  }
  .c-instagram-btn__bg {
    position: static;
    padding-top: 0;
  }
  .p-faq .p-tab-contents-btns::before, .p-faq .p-tab-contents-btns::after {
    display: none;
  }
  .p-faq .p-tab-contents-btns__btn {
    width: calc(50% - 6px);
  }
  .p-faq .p-tab-contents-btns__btn:nth-child(odd) {
    margin-left: 0;
  }
  .p-faq .p-tab-contents-btns__btn:nth-child(6) ~ li {
    margin-top: 15px;
  }
  .c-faq__q {
    padding: 15px 12px;
    font-size: 14px;
  }
  .c-faq__q::before, .c-faq__q::after {
    right: 10px;
    width: 15px;
  }
  .c-faq .c-faq-a__inner {
    padding: 0 12px 15px;
    font-size: 13px;
    line-height: 25px;
  }
  .c-newsdetail .c-notedetail-nav {
    margin-top: 20px;
  }
  .p-contact .p-tab-contents .p-tab-contents-btns li {
    width: calc(50% - 6px);
  }
  .p-contact-form {
    margin-top: 15px;
    padding: 20px 15px 30px;
  }
  .p-contact-form form select,
.p-contact-form form input,
.p-contact-form form textarea {
    font-size: 16px;
  }
  .p-contact-form form select:not([type=submit]),
.p-contact-form form input:not([type=submit]) {
    height: 45px;
    border-radius: 5px;
  }
  .p-contact-form form p {
    margin-top: 20px;
    float: none;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-contact-form form p:nth-of-type(odd) {
    position: relative;
    width: 100%;
    margin-top: 20px;
    line-height: 1;
  }
  .p-contact-form form p:nth-of-type(even) {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .p-contact-form form p:nth-of-type(1) {
    margin-top: 0;
  }
  .p-contact-form form p:nth-of-type(2) {
    margin-top: 5px;
  }
  .p-contact-form form p.is-required::after {
    display: inline-block;
    position: static;
    margin-left: 0.5em;
    font-size: 10px;
    content: "\5FC5\9808";
  }
  .p-contact-form form p:nth-of-type(4) {
    line-height: 1.5;
  }
  .p-contact-form form p:nth-of-type(4) select {
    width: 72% !important;
    margin-bottom: 10px;
  }
  .p-contact-form form p:nth-of-type(4) input {
    margin-bottom: 10px;
  }
  .p-contact-form form p:nth-of-type(4) input:first-of-type {
    width: calc(72% - 24px) !important;
    margin-left: 10px;
  }
  .p-contact-form form p:nth-of-type(4) input:last-of-type {
    margin-bottom: 0;
  }
  .p-contact-form form p:nth-of-type(4) input, .p-contact-form form p:nth-of-type(12) input, .p-contact-form form p:nth-of-type(16) input {
    margin-bottom: 10px;
  }
  .p-contact-form form p:nth-of-type(16) input {
    padding-top: 12px;
    font-size: 14px;
  }
  .p-contact-form form p:last-child {
    width: 250px;
    margin: 0 auto;
    padding-top: 27px;
  }
  .p-contact-form form p:last-child::before, .p-contact-form form p:last-child::after {
    top: 53px;
  }
  .p-contact-form form p:last-child input[type=submit] {
    height: 55px;
  }
  .p-privacy .fs-c-documentColumn {
    padding: 25px 0;
  }
  .p-afterfollow {
    margin-bottom: -68px;
  }
  .p-warranty {
    padding-bottom: 0;
  }
  .p-warranty .p-warranty__text {
    margin: 20px 0 35px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .p-repair .c-aboutinit {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .p-repair__contents .p-repair-content {
    padding-top: 55px;
  }
  .p-repair .p-repair-flow-figure {
    display: none;
  }
  .p-repair .p-repair-flow-list {
    margin-top: 24px;
    border-bottom: 1px solid #3E3A39;
  }
  .p-repair .p-repair-flow-list li {
    position: relative;
    margin-top: 0;
    padding: 20px 0 15px;
    border-top: 1px solid #3E3A39;
  }
  .p-repair .p-repair-flow-list li::after {
    z-index: 1;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-top: 7px solid #3E3A39;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
  }
  .p-repair .p-repair-flow-list__ttl {
    font-size: 17px;
  }
  .p-repair .p-repair-flow-list__ttl span {
    font-size: 18px;
  }
  .p-repair .p-repair-flow-list__text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-repair .p-repair-flow-list .notes {
    font-size: 11px;
    line-height: 24px;
  }
  .p-repair .p-repair-example {
    display: block;
  }
  .p-repair .p-repair-example li {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .p-repair .p-repair-example li:first-child {
    margin-top: 0;
  }
  .p-repair .p-repair-example .p-repair-example-detail__ttl {
    font-size: 17px;
    line-height: 22px;
  }
  .p-repair .p-repair-example .p-repair-example-detail__text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-repair .p-repair-example .p-repair-example-detail__price {
    margin-top: 10px;
    font-size: 15px;
  }
  .p-repair .p-repair-example .p-repair-example-detail__price .price {
    font-size: 17px;
  }
  .p-repair .p-repair-request p {
    font-size: 12px;
  }
  .p-repair .p-repair-request__btn {
    margin-top: 30px;
  }
  .p-repair .p-repair-important {
    padding: 20px;
  }
  .p-repair .p-repair-important li {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-repair .p-repair-important li:first-child {
    margin-top: 0;
  }
  .p-care .c-aboutinit {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .p-care__contents .p-care-content {
    padding-top: 40px;
  }
  .p-care__contents .p-care-content .notes {
    margin-top: 10px;
    font-size: 11px;
    line-height: 17px;
  }
  .p-care .p-care-point {
    margin-top: 35px;
    padding: 20px 15px;
  }
  .p-care .p-care-point h3 {
    font-size: 20px;
  }
  .p-care .p-care-point__text p {
    margin-top: 10px;
  }
  .p-care .p-care-point__text p:nth-of-type(1) {
    margin-top: 0;
  }
  .p-care .p-care-point .p-care-point-btns {
    display: block;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns1 {
    border-top: solid 1px #DDDDDD;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns1 li {
    width: 100%;
    padding: 20px 0;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns1 li:first-child {
    border-right: none;
    border-bottom: solid 1px #DDDDDD;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: solid 1px #DDDDDD;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns2 a {
    width: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-care .p-care-point .p-care-point-btns.p-care-point__btns2 a:first-of-type {
    margin-top: 0;
    margin-left: auto;
  }
  .p-care .p-care-point .p-care-point-btns__ttl {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
  }
  .p-care .p-care-reserve > ul {
    display: block;
    padding: 20px 15px;
  }
  .p-care .p-care-reserve .p-care-reserve-detail {
    width: 100%;
    padding: 20px 10px 0;
  }
  .p-care .p-care-reserve .p-care-reserve-detail__ttl {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .p-care .p-care-reserve .p-care-reserve-detail__ttl:first-of-type {
    margin-top: 0;
  }
  .p-care .p-care-reserve__photo {
    width: 100%;
  }
  .p-care .p-care-items {
    margin-top: 40px;
  }
  .p-care .p-care-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-care .p-care-items__list .c-care-item {
    width: calc(33.33% - 4px);
    margin-left: 6px;
  }
  .p-care .p-care-items__list .c-care-item:first-child {
    margin-left: 0;
  }
  .p-care .p-care-items__list .c-care-item__text {
    margin-top: 12px;
    font-size: 12px;
  }
  .p-care .p-care-video {
    margin: 35px auto 0;
  }
  .p-care .p-care-support {
    margin-top: 40px;
  }
  .p-care .p-care-support p {
    font-size: 12px;
    line-height: 22px;
  }
  .p-care .p-care-support a {
    margin-top: 30px;
  }

  .u-js-open::before, .u-js-open::after {
    width: 15px;
  }
  .u-js-show-pc {
    display: none;
  }
  .u-tablet-popup {
    display: none;
  }
  .fs-c-button--secondary.fs-c-button--addToAddressbook {
    max-width: 250px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #707070;
    border-radius: 4px;
    font-size: 16px;
  }
  .fs-c-addressBookList {
    margin-bottom: 45px;
  }
  .fs-c-addressBookList__form {
    display: block;
  }
  .fs-c-addressBookList__form .fs-c-buttonContainer {
    padding: 0 0 30px;
  }
  .fs-c-addressBookList__count {
    font-size: 10px;
  }
  .fs-c-addressBookList__list {
    margin-top: 10px;
  }
  .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
    width: 112px;
    height: 35px;
    margin: 0 10px;
    font-size: 12px;
  }
  .fs-c-addressBookList .fs-c-listTable {
    display: block;
  }
  .fs-c-addressBookList .fs-c-listTable > tbody {
    display: block;
    width: 100%;
    border-top: none;
  }
  .fs-c-addressBookList .fs-c-listTable > tbody > tr {
    display: block;
    width: 100%;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-c-addressBookList .fs-c-listTable th, .fs-c-addressBookList .fs-c-listTable td {
    display: block;
    padding: 20px;
    font-size: 13px;
  }
  .fs-c-addressBookList .fs-c-listTable th:first-child, .fs-c-addressBookList .fs-c-listTable td:first-child {
    width: 100%;
  }
  .fs-c-addressBookList .fs-c-listTable th:last-child, .fs-c-addressBookList .fs-c-listTable td:last-child {
    padding-top: 0;
  }
  .fs-c-breadcrumb {
    padding: 14px 0 0;
  }
  .fs-c-breadcrumb__list {
    padding: 0 20px;
  }  
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-size: 19px;
  }
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
    font-size: 12px;
  }
  .fs-c-buttonContainer--pair {
    grid-row-gap: 15px;
  }
  .fs-c-button--primary {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--primary.fs-c-button--addToCart--variation {
    min-width: auto;
  }
  .fs-c-button--secondary {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--standard {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--addToCart--variation {
    width: 125px;
    height: 37px;
  }
  .fs-c-button--addToCart--variation .fs-c-button__label {
    padding: 5px 20px 5px 0;
    background-size: 15px;
    font-size: 11px;
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    display: block;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    display: block;
    padding: 0;
    border: none;
  }
  .fs-c-cartTable__row {
    display: grid;
    margin-bottom: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: none;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 20px;
    font-size: 14px;
  }
  [class^=fs-body-checkout] .fs-l-checkout {
    display: block;
  }
  [class^=fs-body-checkout] .fs-l-checkout__mainColumn {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  [class^=fs-body-checkout] .fs-l-checkout__sideColumn {
    margin-top: 46px;
  }
  .fs-l-checkout {
    margin-top: 35px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview {
    padding: 30px 0;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title {
    font-size: 19px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before, .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
    width: 7px;
    height: 7px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before {
    margin-top: -7px;
  }
  .fs-l-checkout__sideColumn .fs-c-checkout-preview {
    border: none;
    background: #EEEAE7;
  }
  .fs-l-checkout .fs-c-button--change--small {
    width: 112px;
  }
  .fs-l-checkout .fs-c-button--standard {
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    font-size: 12px;
  }
  .fs-c-checkout-preview ruby rt {
    font-size: 9px;
  }
  .fs-c-checkout-customerInfo, .fs-c-checkout-buyerInfo, .fs-c-checkout-destination, .fs-c-checkout-delivery {
    font-size: 12px;
    line-height: 22px;
  }
  .fs-c-checkout-customerInfo__name, .fs-c-checkout-buyerInfo__name, .fs-c-checkout-destination__name, .fs-c-checkout-delivery__name {
    font-size: 16px;
  }
  .fs-c-checkout-customerInfo__name__home, .fs-c-checkout-buyerInfo__name__home, .fs-c-checkout-destination__name__home, .fs-c-checkout-delivery__name__home {
    font-size: 14px;
  }
  .fs-c-checkout-customerInfo__email, .fs-c-checkout-buyerInfo__email, .fs-c-checkout-destination__email, .fs-c-checkout-delivery__email {
    margin-top: 10px;
  }
  .fs-c-checkout-customerInfo__address, .fs-c-checkout-buyerInfo__address, .fs-c-checkout-destination__address, .fs-c-checkout-delivery__address {
    margin-top: 0px;
  }
  .fs-c-checkout-customerInfo__tel, .fs-c-checkout-buyerInfo__tel, .fs-c-checkout-destination__tel, .fs-c-checkout-delivery__tel {
    margin-top: 0px;
  }
  .fs-c-checkout-customerInfo__control, .fs-c-checkout-buyerInfo__control, .fs-c-checkout-destination__control, .fs-c-checkout-delivery__control {
    display: block;
    position: static;
    margin-top: 15px;
  }
  .fs-c-checkout-buyerInfo .fs-c-buttonContainer, .fs-c-checkout-delivery .fs-c-buttonContainer {
    position: static;
    margin-top: 15px;
  }
  .fs-c-checkout-destination__destination {
    padding-right: 0;
  }
  .fs-c-checkout-destination__button {
    margin-top: 15px;
  }
  .fs-c-checkout-destination__message {
    font-size: 16px;
    line-height: 24px;
  }
  .fs-c-checkout-paymentInfo__message {
    font-size: 16px;
    line-height: 24px;
  }
  .fs-c-checkout-couponInfo__message {
    font-size: 13px;
  }
  .fs-c-checkout-couponCodeInput {
    display: block;
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput > span {
    display: block;
  }
  .fs-c-checkout-couponCodeInput > :not(:last-child) {
    margin-right: 0px;
  }
  .fs-c-checkout-couponCodeInput__title {
    font-size: 13px;
  }
  .fs-c-checkout-couponCodeInput__input {
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button {
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput .fs-c-button--useCoupon {
    width: 112px;
  }
  .fs-c-checkout-delivery__method__title {
    font-size: 16px;
  }
  .fs-c-checkout-delivery__method__message {
    font-size: 13px;
  }
  .fs-c-checkout-checkoutMethod__body {
    padding: 5px 10px;
  }
  .fs-c-checkout-addressee {
    display: block;
  }
  .fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination {
    width: 112px;
    height: 35px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    font-size: 12px;
  }
  .fs-l-main {
    margin-top: 6px;
  }
  .fs-c-documentArticle__heading,
.fs-c-documentColumn__heading {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 24px;
  }
  .fs-c-documentArticle__heading::before, .fs-c-documentArticle__heading::after,
.fs-c-documentColumn__heading::before,
.fs-c-documentColumn__heading::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-documentArticle__heading::before,
.fs-c-documentColumn__heading::before {
    margin-top: -7px;
  }
  .fs-c-documentArticle__content p,
.fs-c-documentColumn__content p {
    line-height: 25px;
  }
  .fs-c-documentArticle {
    padding: 0;
  }
  .fs-c-documentColumn {
    font-size: 13px;
    line-height: 25px;
  }
  .fs-c-explainList {
    display: block;
    border-left: none;
  }
  .fs-c-explainList > dt,
.fs-c-explainList > dd {
    padding: 0;
    border-right: none;
    line-height: 23px;
  }
  .fs-c-explainList > dt {
    z-index: 14;
    min-width: auto;
    padding-top: 20px;
    border-top: none;
    border-bottom: none;
    background: none;
  }
  .fs-c-explainList > dd {
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
  }
  .fs-c-featuredProduct__title {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 24px;
  }
  .fs-c-featuredProduct__title::before, .fs-c-featuredProduct__title::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-featuredProduct__title::before {
    margin-top: -7px;
  }
  .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before, .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
    width: 35px;
    padding-right: 8px;
    font-size: 14px;
  }
  .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item input,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item input {
    width: calc( 100% - 43px);
  }
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody {
    padding-bottom: 0;
  }
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
    margin-top: 20px;
  }
  .fs-c-modal--medium .fs-c-modal__contents {
    padding: 20px 15px;
  }
  .fs-c-modal__header {
    padding: 20px;
  }
  .fs-c-modal__title {
    font-size: 14px;
  }
  .fs-c-modal__close {
    right: 20px;
  }
  .fs-c-modal__close::before {
    font-size: 24px;
  }
  .fs-c-modal__contents {
    padding: 20px 15px;
  }
  .fs-c-modal__contents .fs-c-inquiryMessage,
.fs-c-modal__contents .fs-c-stockNotificationsMessage {
    margin-top: 15px;
    font-size: 12px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct,
.fs-c-modal__contents .fs-c-stockNotificationsProduct {
    grid-template-columns: 80px 1fr;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName {
    padding-left: 15px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__name,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__name {
    font-size: 17px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__variation {
    font-size: 11px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct__productImage {
    width: 80px;
    height: 80px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field {
    font-size: 16px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field .fs-c-address {
    font-size: 12px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field .fs-u-tel {
    display: block;
    margin-top: -6px;
    font-size: 12px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer,
.fs-c-modal__inner .fs-c-inputInformation__button {
    display: block;
    margin-top: 15px;
    padding: 0;
  }
  .fs-c-modal__inner .fs-c-buttonContainer button,
.fs-c-modal__inner .fs-c-inputInformation__button button {
    width: 100%;
    max-width: 250px;
    height: 55px;
    margin: 25px auto 15px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
    min-width: auto;
    max-width: 250px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice {
    min-width: auto;
    max-width: 300px;
  }
  .fs-c-modal__inner .fs-c-inputTable > tbody {
    padding-bottom: 0;
  }
  .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
    margin-top: 30px;
  }
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 640px auto;
  }
  .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 640px !important;
  }
  .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
  .fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    margin-top: 20px;
  }
  .fs-l-product2 .fs-c-productNotice--outOfStock {
    padding: 6px;
    font-size: 12px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px !important;
    line-height: 24px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2::before, .fs-l-product2 .fs-l-pageMain > div > h2::after {
    width: 7px;
    height: 7px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2::before {
    margin-top: -7px;
  }
  .fs-c-productThumbnail__image {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    height: 60px;
    margin: 0 0 0 10px;
    padding-top: 0;
  }
  .fs-c-productThumbnail__image:nth-child(6n+1) {
    margin-left: 10px;
  }
  .fs-c-productThumbnail__image:first-child {
    margin-left: 0;
  }
  .fs-c-productCarouselMainImage__image__caption {
    font-size: 12px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li {
    width: 60px;
    margin: 0 0 0 10px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li:nth-child(6n+1) {
    margin-left: 10px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li:first-child {
    margin-left: 0;
  }
  .fs-c-productNameHeading__name {
    font-size: 22px;
    line-height: 25px;
  }
  .fs-c-productNumber {
    margin-top: 15px;
    font-size: 13px;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 22px;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice__main {
    font-size: 20px;
  }
  .fs-c-variationAndActions {
    margin-top: 25px;
  }
  .fs-c-variationList__item .fs-c-variationCart__image {
    width: 45px;
  }
  .fs-c-variationList__item .fs-c-variationCart__variationName {
    width: calc(100% - 215px);
    font-size: 12px;
    line-height: 20px;
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 5px;
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist .fav-icon {
    width: 12px;
    height: 11px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton {
    width: 125px;
    height: 37px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton button {
    width: 125px;
    height: 37px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton button .fs-c-button__label {
    font-size: 11px;
  }
  .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    max-width: 300px;
    height: 48px;
    font-size: 14px;
  }
  .fs-c-productOption {
    padding: 15px 0 3px;
  }
  .fs-c-productOption .fs-c-productOption__name {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .fs-c-productOption .fs-c-productOption__option {
    width: 100%;
    margin-left: 0;
  }
  .fs-c-productList__list__item {
    width: calc(50% - 13px);
    margin: 10px 0 34px 26px;
  }
  .fs-c-productList__list__item:nth-of-type(4n+1) {
    margin-left: 26px;
  }
  .fs-c-productList__list__item:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .fs-c-productList .fs-c-listControl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
  }
  .fs-c-pagination__item {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .fs-c-productName__name {
    font-size: 15px;
    line-height: 20px;
  }
  .fs-c-productPrices {
    margin-top: 0;
    padding: 0;
  }
  .fs-c-price {
    font-size: 17px;
  }
  #fs-recommend--flick .fr2-listItem__productName {
    font-size: 15px;
    line-height: 20px;
  }
  #fs-recommend--flick .fr2-listItem__productPrice {
    font-size: 17px;
  }
  #fs-recommend--flick .fr2-listItem__productPrice .fr2-price__addon {
    font-size: 12px;
  }
  .fs-c-registerSuccessMessage {
    font-size: 14px;
    line-height: 26px;
  }
  .fs-c-sortItems {
    height: 32px;
    margin: 10px 0;
  }
  .fs-c-sortItems__list {
    width: 100px;
    height: 32px;
    font-size: 11px;
  }
  .fs-c-sortItems__list::after {
    font-size: 11px;
  }
  .fs-c-sortItems__list__item {
    font-size: 11px;
  }
  .fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item span {
    width: 100%;
    height: 32px;
  }
  .fs-c-subgroup {
    margin-bottom: 40px;
  }
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    margin-top: 12px;
    margin-left: 12px;
  }
  .fs-c-subgroupList__item:nth-child(4n+1) {
    margin-left: 12px;
  }
  .fs-c-subgroupList__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta {
    padding-right: 0;
    padding-left: 0;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item {
    width: calc(33.33% - 10px) !important;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(5n+1) {
    margin-left: 15px !important;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item.c-instagram-btn {
    width: calc(100vw - 40px) !important;
  }
}

  @media screen and (max-width: 767px) {

    body {
    min-width: 320px;
    }
    img {
    width: 100%;
    }

    body.ios input[type=password],
    body.ios input[type=text],
    body.ios input[type=email],
    body.ios input[type=tel],
    body.ios select,
    body.ios textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    }

    .pc-on {
    display: none;
    }

    .pc-in {
    display: none;
    }

    .tablet-on {
    display: block;
    }

    .tablet-in {
    display: inline-block;
    }

    .sp-on {
    display: block;
    }

    .sp-in {
    display: inline-block;
    }

    .c-header .c-header-btns__btn--search input[type=text] {
    font-size: 16px;
    }
    .c-header .c-header-btns__btn--search input[type=text]:focus {
    width: 50vw;
    }
    .fs-l-footer {
    margin-top: 60px;
    }
    .c-breadcrumb {
    padding: 14px 0;
    }
    .c-breadcrumb .c-breadcrumb-btn {
    margin-left: 20px;
    font-size: 12px;
    }
    .c-breadcrumb .c-breadcrumb-btn::before {
    top: 50%;
    left: -13px;
    }
    .c-btn--link {
    max-width: 265px;
    height: 48px;
    }
    .c-btn--link span {
    font-size: 14px;
    }
    .c-btn--line.c-btn--black {
    width: 250px;
    height: 55px;
    }
    .c-btn--line {
    max-width: 265px;
    height: 48px;
    }
    .c-btn--line span {
    font-size: 14px;
    }
    .c-btn--arrow::before {
    right: 15px;
    width: 7px;
    }
    .c-btn--arrow::after {
    right: 15px;
    width: 15px;
    }
    .c-btn--pcleft {
    margin-left: auto;
    }
    .slick-arrow.slick-prev {
    left: 12px;
    }
    .slick-arrow.slick-next {
    right: 12px;
    }
    .p-slider .slick-dots {
    position: static;
    padding-bottom: 0;
    }
    .c-note {
    display: none;
    width: calc(50% - 9px);
    margin-bottom: 30px;
    margin-left: 18px;
    }
    .c-note:nth-child(1), .c-note:nth-child(2), .c-note:nth-child(3), .c-note:nth-child(4) {
    display: block;
    }
    .c-note:nth-child(3n+1) {
    margin-left: 18px;
    }
    .c-note:nth-child(2n+1) {
    margin-left: 0;
    }
    .p-notedetail .c-note {
    display: block;
    }
    .c-note .c-note-detail__ttl {
    font-size: 15px;
    line-height: 20px;
    }
    .c-note .c-note-detail__tags .c-note-detail-tags__tag {
    margin-top: 4px;
    font-size: 10px;
    }
    .c-note-date {
    font-size: 13px;
    }
    .c-note-category span {
    font-size: 11px;
    }
    .c-link {
    display: block;
    }
    .c-link .c-link-info__ttl img {
    max-width: 92px;
    }
    .c-link .c-link-info {
      display: block;
      width: 100%;
      padding: 15px 20px 20px;
      text-align: center;
    }
    .c-link .c-link-info__text {
    font-size: 14px;
    line-height: 22px;
    } 
    .c-link .c-link-info__text3 {
      font-size: 12px;
      line-height: 1.7em;
    }     
    .c-link .c-link-info__text4 {
      margin-bottom: 6px;
      font-size: 13px;
      line-height: 1.7em;
    }
    .c-link .c-link-info .p-btn {
    width: 100%;
    margin-top: 20px;
    }
    .c-link .c-link-info .p-btn .c-btn {
    width: 250px;
    }
    .c-link .c-link-info .p-btn .c-btn--left {
    margin-left: auto;
    }
    .c-link__photo {
    width: 100%;
    }
    /*.c-link .br-pc {
    display: none;
    }*/
    .p-tab-contents-content img {
    width: auto;
    max-width: 100%;
    }
    .p-tab-contents .fs-c-documentArticle__content {
    padding: 20px 0 10px;
    }
    .c-groupinfo {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    }
    .c-groupinfo__image {
    width: 100%;
    }
    .c-groupinfo__info {
    width: 100%;
    margin-top: 25px;
    }
    .c-groupinfo .c-groupinfo-info__ttl {
    font-size: 19px;
    }
    .c-groupinfo .c-groupinfo-info__text {
    font-size: 14px;
    line-height: 25px;
    }
    .c-groupinfo .c-groupinfo-info__btn {
    margin-top: 20px;
    }
    .c-groupinfo .c-groupinfo-info__btn a {
    margin-left: auto;
    }
    .p-itemlist:not(.slick-dotted) .slick-list {
    margin-bottom: 25px;
    }
    .p-categorylist .c-category__ttl,
     .p-categorylist_size .c-category__ttl {
    padding: 10px 0 0;
    }
    .p-categorylist .c-category__ttl--jp,
    .p-categorylist_size .c-category__ttl--jp {
    font-size: 14px;
    }
    .p-categorylist .c-category__ttl--en {
    display: none;
    }
    .p-seasonal {
    display: block;
    }
    .p-seasonal .c-seasonal__img {
    width: 100%;
    }
    .p-seasonal .c-seasonal__img .c-seasonal-slider__number {
    width: 140px;
    height: 40px;
    font-size: 14px;
    }
    .p-seasonal .c-seasonal__info {
    width: 100%;
    margin-top: 15px;
    }
    .p-seasonal .c-seasonal__info .p-btn {
    margin-top: 25px;
    }
    .p-seasonal .c-seasonal__info .p-btn .c-btn {
    margin-left: auto;
    }
    .fs-blog--item-link-wrap > .wp-block-group__inner-container .wp-block-group {
    width: 50%;
    }

    /* TRION RANKING */
    .p-rankinglist_ttl_sub {
    margin-bottom: 15px;
    font-size: 0.8rem;
    }
    .p-rankinglist	{
    display: -webkit-box;
    -webkit-box-pack: justify;
    margin: auto;
    overflow-x: auto;
    }		
    .p-rankinglist__price {
    margin-top: 10px;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    }
    .p-rankinglist__ttl {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.5;
    }		
    .p-rankinglist li {
    width: calc(45% - 20px);
    margin: 0 10px 20px 0;
    position: relative;
    }
    .p-rankinglist__btn {
    max-width: 260px;
    margin: 0 auto 30px;
    }
    .p-rankinglist .ranking {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 6px;
    line-height: 1.5rem;
    font-size: 14px;
    color: #fff;
    background-color: #a9b2b5;
    }
    .p-rankinglist .ranking1 {
    background-color: #e6b422;
    }
    .p-rankinglist .ranking2 {
    background-color: #7f98b5;
    }
    .p-rankinglist .ranking3 {
    background-color: #A28D80;
    }
    .p-rankinglist .ranking {
    width: 35px;
    height: 35px;
    -webkit-clip-path: polygon(0 0,100% 0,0 100%);
    clip-path: polygon(0 0,100% 0,0 100%);
    }

    /* TOMOE RANKING */	
    .p-rankinglist-t_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: #000 solid 1px;
    }
    .p-rankinglist-t_ttl_sub {
    margin-bottom: 15px;
    line-height: 1.2rem;
    font-size: 0.8rem;
    }
    .p-rankinglist-t	{
    display: -webkit-box;
    -webkit-box-pack: justify;
    margin: auto;
    overflow-x: auto;
    margin-bottom: 20px;
    }		
    .p-rankinglist-t__price {
    margin-top: 10px;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    }
    .p-rankinglist-t__ttl {
    margin-top: 15px;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.5;
    }		
    .p-rankinglist-t li {
    width: calc(45% - 20px);
    margin: 0 10px 20px 0;
    position: relative;
    padding-bottom: 0;
    }
    .p-rankinglist-t__btn {
    max-width: 260px;
    margin: 0 auto 30px;
    }
    .p-rankinglist-t .ranking {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 7px;
    line-height: 1.6rem;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    }

    .p-follow {
    width: 100%;
    height: 370px;
    margin-top: 80px;
    background-image: url(https://trion.itembox.design/item/src/images/top/follow_photo2.jpg);
    background-position: center;
    background-size: cover;
    }
    .p-follow__photo {
    display: none;
    }
    .p-follow .lead {
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
    }
    .p-follow .p-btn {
    margin-top: 40px;
    }
    .p-follow .p-btn .c-btn {
    width: 230px;
    height: 55px;
    }
    .p-shop {
    display: block;
    }
    .p-shop__photo {
    width: 100%;
    }
    .p-shop .p-shop-detail {
    width: 100%;
    margin-left: 0;
    }
    .p-shop .p-shop-detail__ttl {
    font-size: 16px;
    }
    .p-shop .p-shop-detail__info {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    }
    .p-shop .p-shop-detail .p-btn {
    margin-top: 25px;
    }
    .p-shop .p-shop-detail .p-btn .c-btn--left {
    margin-left: auto;
    }
    .p-newslist {
    margin-bottom: 30px;
    }
    .c-newslist {
    border-top: solid 1px #DDDDDD;
    }
    .c-newslist__date {
    width: 100%;
    }
    .c-newslist__text {
    width: 100%;
    padding-left: 0;
    }
    .c-newslist a {
    display: block;
    padding: 20px 0;
    font-size: 12px;
    }
    .c-newslist a::after {
    display: none;
    }
    .p-contact .p-tab-contents .p-tab-contents-content h3 {
    font-size: 15px;
    }
    .p-contact .fs-c-documentArticle > p {
    font-size: 14px;
    line-height: 25px;
    }
    .p-contact .fs-c-documentArticle__heading {
    margin-bottom: 10px;
    }
    .p-contact .fs-c-documentArticle__content:nth-of-type(1) {
    margin-top: 0px;
    }
    .p-contact-main {
    margin-top: 30px;
    padding-top: 5px;
    }
    .p-contact-main .fs-c-documentArticle__content {
    padding: 0;
    }
    .p-contact-main .fs-c-documentArticle__content p {
    font-size: 14px;
    line-height: 25px;
    }
    .p-contact-thanks__message {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    }
    .p-contact-thanks__btn {
    margin-top: 30px;
    }
    .p-law .fs-c-explainList > dd dl.indent-list {
    line-height: 23px;
    }
    .p-law .fs-c-explainList__connote {
    padding: 15px;
    }
    .p-law .fs-c-explainList__connote p {
    line-height: 23px;
    }
    .p-about-ttl {
    font-size: 21px;
    }
    .p-about-lead {
    margin-top: 40px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    }
    .p-about-concept {
    padding: 50px 0 40px;
    }
    .p-about-concept__ttl {
    margin: 20px 0 40px;
    font-size: 17px;
    }
    .p-about-concept p {
    font-size: 12px;
    line-height: 22px;
    }
    .p-about-background, .p-about-business {
    padding: 60px 0 0;
    }
    .p-about-background ul, .p-about-business ul {
    margin-top: 40px;
    }
    .p-about-background ul li, .p-about-business ul li {
    display: block;
    margin-top: 40px;
    }
    .p-about-background ul li:nth-child(odd) .p-about-background__photo, .p-about-business ul li:nth-child(odd) .p-about-background__photo {
    -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    .p-about-background ul li:nth-child(odd) .p-about-background-detail, .p-about-business ul li:nth-child(odd) .p-about-background-detail {
    padding-left: 0px;
    }
    .p-about-background ul li:nth-child(even) .p-about-background-detail, .p-about-business ul li:nth-child(even) .p-about-background-detail {
    padding-right: 0px;
    }
    .p-about-background__photo, .p-about-background__detail, .p-about-business__photo, .p-about-business__detail {
    width: 100%;
    }
    .p-about-background__photo, .p-about-business__photo {
    width: calc(100vw - 20px);
    }
    .p-about-background .p-about-background-detail, .p-about-business .p-about-background-detail {
    display: block;
    margin-top: 15px;
    }
    .p-about-background .p-about-background-detail__ttl, .p-about-business .p-about-background-detail__ttl {
    font-size: 17px;
    line-height: 25px;
    }
    .p-about-background .p-about-background-detail__text, .p-about-business .p-about-background-detail__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    }
    .p-about-background .p-about-background-detail__text .notes, .p-about-business .p-about-background-detail__text .notes {
    font-size: 11px;
    }
    .p-about-products {
    padding: 55px 0 25px;
    }
    .p-about-products ul {
    margin-top: 30px;
    }
    .p-about-products ul li {
    width: calc(50% - 7px);
    margin-top: 20px;
    margin-left: 14px;
    }
    .p-about-products ul li:nth-child(3n+1) {
    margin-left: 14px;
    }
    .p-about-products ul li:nth-child(2n+1) {
    margin-left: 0;
    }
    .p-about-products ul li:nth-child(1), .p-about-products ul li:nth-child(2) {
    margin-top: 0;
    }
    .p-about-products ul li:nth-child(3) {
    margin-top: 20px;
    }
    .p-about-products .p-about-products-detail__name {
    margin-top: 10px;
    }
    .p-about-products .p-about-products-detail__name .en {
    font-size: 17px;
    }
    .p-about-products .p-about-products-detail__name .jp {
    margin-top: 5px;
    font-size: 11px;
    }
    .p-about-products .p-about-products-detail__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    }
    .p-series .p-series-info {
    margin-top: 50px;
    }
    .p-series .p-series-info li {
    display: block;
    margin-top: 40px;
    }
    .p-series .p-series-info li:nth-child(odd) .p-series-info-detail {
    padding-left: 0px;
    }
    .p-series .p-series-info li:nth-child(even) .p-series-info-detail {
    padding-right: 0px;
    }
    .p-series .p-series-info__photo, .p-series .p-series-info__detail {
    width: 100%;
    }
    .p-series .p-series-info__photo {
    margin-top: 15px;
    }
    .p-series .p-series-info .p-series-info-detail {
    display: block;
    }
    .p-series .p-series-info .p-series-info-detail__ttl {
    font-size: 17px;
    line-height: 22px;
    }
    .p-series .p-series-info .p-series-info-detail__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    }
    .p-series .p-series-info .p-series-info-detail__text .notes {
    font-size: 11px;
    }
    .p-care .p-care-info {
    margin-top: 50px;
    }
    .p-care .p-care-info li {
    display: block;
    margin-top: 40px;
    }
    .p-care .p-care-info li:nth-child(odd) .p-care-info-detail {
    padding-left: 0px;
    }
    .p-care .p-care-info li:nth-child(even) .p-care-info-detail {
    padding-right: 0px;
    }
    .p-care .p-care-info__photo, .p-care .p-care-info__detail {
    width: 100%;
    }
    .p-care .p-care-info__photo {
    margin-top: 15px;
    }
    .p-care .p-care-info .p-care-info-detail {
    display: block;
    margin-top: 20px;
    }
    .p-care .p-care-info .p-care-info-detail__ttl {
    overflow: hidden;
    font-size: 17px;
    line-height: 22px;
    }
    .p-care .p-care-info .p-care-info-detail__ttl span {
    float: left;
    font-size: 18px;
    line-height: 17px;
    }
    .p-care .p-care-info .p-care-info-detail__ttl p {
    overflow: hidden;
    }
    .p-care .p-care-info .p-care-info-detail__text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
    }
    .p-care .p-care-info .p-care-info-detail__text .notes {
    font-size: 11px;
    }
    .p-care .p-care-info .p-care-info-detail__capture {
    margin-top: 15px;
    font-size: 11px;
    line-height: 17px;
    }
    .p-care .p-care-info .p-care-info-detail .notes {
    font-size: 11px;
    line-height: 17px;
    }

    .p-mail .c-mailinit {
    padding: 20px 0;
    }
    .br-sp{
    display: none;
    }
    .c-mailinit {
    position: relative;
    padding: 80px 0;
    text-align: center;
    }
    .c-mailinit::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50vw);
      transform: translateX(-50vw);
    background: #F4F2F0;
    content: "";
    }
    .c-mailinit__inner {
    z-index: 2;
    position: relative;
    }
    .c-mailinit {
    position: relative;
    padding: 80px 0;
    text-align: center;
    }
    .c-mailinit::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50vw);
      transform: translateX(-50vw);
    background: #F4F2F0;
    content: "";
    }
    .c-mailinit__inner {
    z-index: 2;
    position: relative;
    }
    .mail_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    }
    .mailbox {
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 10px;
    width: 40%;
    vertical-align: top;
    }
    .mailbox p{
    font-size: 17px;
    line-height: 22px;
    color: #A28D80;
    }
    .mailbox span{
    font-size: 13px;
    line-height: 22px;
    }
    .title{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    }
    .title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 1.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b29c8f;
    }
    .under{
    font-size: 19px;
    line-height: 32px;
    background:linear-gradient(transparent 0, #edded6 0);
    }
    .mailbox img{
    width: 100%;
    margin:0 0 10px 0;
    } 

    /* REGISTER MEMBER */

    .br-sp{
    display: none;
    }
    .br-pc{
    display: block;
    }
    .member-btn--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    max-width: 350px;
    height: 66px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
    border: solid 1px #3E3A39;
    background: #fff;
    color: #000000;
    }
    .member-btn--line::before, .member-btn--line::after {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #3E3A39;
    content: "";
    }
    .member-btn--line::before {
    left: 0;
    }
    .member-btn--line::after {
    right: 0;
    }
    .member-btn--line span {
    font-size: 16px;
    letter-spacing: 0.15em;
    }
    .member-btn--line.member-btn--black {
    border: solid 1px #fff;
    background: #000000;
    color: #fff;
    }
    .member-btn--line.member-btn--black::before, .member-btn--line.member-btn--black::after {
    background: #fff;
    }
    .member-btn--line.member-btn--noframe {
    border: none;
    }
    .p-member_inner {
      max-width: 100%;
      margin: 20px auto;
      padding: 20px 0;
    }
    .memberbox {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    }
    .memberbox img {
      width: 100%;
      margin-bottom: 10px;
    }
    .mbb_txt_detail {
    font-size: 12px!important;
    line-height: 20px !important;
    color: #3E3A39!important;
    }
    .memberbox span {
    font-size: 12px!important;
    line-height: 20px !important;
    }
    .mbb_txt {
    text-align: left;
    width: 100%;
    }
    .mbb_txt_ttl {
    font-size: 15px !important;
    margin-bottom: 10px;
    }
    .mbb_img {
    margin-right: 10px;
    width: 30%;
    }
    .catch {
    margin-bottom: 10px;
    }
    .link {
    display:block;
    color: #A28D80;
    margin-top: 10px;
    }
    .under{
    font-size: 19px;
    line-height: 32px;
    background:linear-gradient(transparent 0, #edded6 5%);
    }
    .memberbox img{
    width: 100%;
    margin-bottom: 10px;
    }

    /* mailmagazine */

    .c-mailmagazine__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    }
    .l-mailmagazine_border{
    display: none !important;
    border-top: 1px solid #DDD;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    }
    .c-mailmagazine__photo img {
    margin: 40px 0 0 0;
    width: 100%;
    }

    .pc-mailmagazine { 
    display: none !important;
    }
    .sp-mailmagazine {
    display: block !important;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

    .pc-mailmagazine { display: none !important; }
    .sp-mailmagazine { display: block !important; }

    /* content_intro */
    .content_intro {
    text-align: center;
    padding-bottom: 4vw;
    margin: min(4vw , 40px) auto;
    }
    .content_intro h2 {
    font-size: min(4vw , 20px);
    margin-bottom: min(3vw , 20px);
    line-height: 1.5;
    }
    .content_intro > h2 br {
    display: block;
    }
    .content_intro p {
    font-size: min(3vw , 15px);
    margin-bottom: 0;
    line-height: 1.8;
    }
    .content_intro > p .sp {
    display: none;
    }

    .u-sp-popup {
    display: none;
    }
    .fs-c-breadcrumb__listItem {
    margin-left: 20px;
    font-size: 12px;
    }
    .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    top: 50%;
    left: -13px;
    }
    .fs-c-payWithAmazon__message {
    line-height: 25px;
    text-align: left;
    }
    .fs-c-checkAndNotice__notice {
    font-size: 12px;
    text-align: left;
    }
    .fs-c-subSection__title {
    font-size: 19px;
    }
    .fs-c-subSection__title::before, .fs-c-subSection__title::after {
    width: 7px;
    height: 7px;
    }
    .fs-c-subSection__title::before {
    margin-top: -7px;
    }
    .fs-c-subSection__message {
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
    }
    .fs-c-list li {
    margin: 10px 0 10px 8px;
    }
    .fs-c-couponList__item {
    padding: 0;
    border-radius: 0;
    }
    .fs-c-coupon__info {
    grid-template-columns: 140px auto;
    }
    .fs-c-coupon__image {
    width: 120px;
    margin-right: 20px;
    }
    .fs-c-coupon__name {
    margin-top: 0;
    }
    .fs-c-coupon__description {
    grid-column: 1/3;
    grid-row: 2;
    margin-top: 10px;
    font-size: 9px;
    white-space: normal;
    }
    .fs-c-couponName__explain {
    font-size: 10px;
    line-height: 17px;
    }
    .fs-c-couponName__name {
    font-size: 12.5px;
    }
    .fs-c-couponName__discount {
    width: 110px;
    height: 25px;
    font-size: 10px;
    }
    /*
    .fs-c-couponExpiration {
    margin-right: 0;
    margin-left: 140px;
    }
    */
    .fs-c-couponExpiration__title {
    font-size: 9px;
    }
    .fs-c-couponAppliedCondition__title {
    font-size: 9px;
    }
    .fs-c-couponAppliedCondition__list__item .fs-c-price {
    font-size: 9px;
    }
    .fs-c-couponProduct__title {
    padding-right: 0.5em;
    font-size: 12px;
    }
    .fs-body-customerDetails .fs-c-dropdown {
    width: 72%;
    }
    .fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__year,
    .fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__month,
    .fs-body-customerDetails .fs-c-dropdown.fs-c-inputDate__date {
    width: 29%;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark {
    width: 12px;
    min-width: auto;
    height: 12px;
    border-width: 1px;
    border-radius: 12px;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message {
    padding: 20px 15px;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark {
    max-width: none;
    font-size: 12px;
    line-height: 1.6;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::before {
    font-size: 15px;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::after {
    max-width: none;
    margin-top: 4px;
    font-size: 12px;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li::before {
    line-height: 1.6;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark {
    width: 23px;
    min-width: auto;
    height: 12px;
    border-width: 1px;
    border-radius: 12px;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox {
    display: block;
    padding: 15px 0;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox::before {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2em;
    }
    .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    }
    .fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--next,
    .fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--registerAndContinue {
    min-width: 250px;
    }
    .fs-c-modal__inner input[type=password], .fs-c-modal__inner input[type=text], .fs-c-modal__inner input[type=email], .fs-c-modal__inner input[type=tel], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
    #fs_form input[type=password],
    #fs_form input[type=text],
    #fs_form input[type=email],
    #fs_form input[type=tel],
    #fs_form select,
    #fs_form textarea {
    height: 45px;
    }
    .fs-c-inputInformation__message {
    font-size: 14px;
    line-height: 1.33;
    }
    fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 40px;
    }
    .fs-c-agreementConfirmationArea__message {
    margin-bottom: 20px;
    font-size: 15px;
    }
    .fs-c-agreementConfirmationArea__message::before, .fs-c-agreementConfirmationArea__message::after {
    width: 7px;
    height: 7px;
    }
    .fs-c-agreementConfirmationArea__message::before {
    margin-top: -7px;
    }
    .fs-c-agreementConfirmation > * + * {
    margin-top: 20px;
    }
    .fs-c-agreementConfirmation__addon {
    display: block;
    }
    .fs-c-agreementConfirmation__addon__message {
    width: 100%;
    font-size: 14px;
    }
    .fs-c-agreementConfirmation__password__input {
    width: 100%;
    margin-top: 12px;
    }
    .fs-c-documentContent {
    padding: 30px 0;
    font-size: 14px;
    text-align: left;
    }
    .fs-c-inputTable > tbody > tr {
    display: block;
    }
    .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
    }
    .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
    margin-top: 12px;
    }
    .fs-c-inputTable__label {
    font-size: 14px;
    }
    .fs-c-requiredMark {
    display: inline-block;
    position: static;
    margin-left: 1em;
    overflow: visible;
    font-size: 10px;
    }
    .fs-c-input--zipCode {
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    max-width: 72%;
    }
    .fs-p-emailDomainNotice p {
    font-size: 14px;
    line-height: 25px;
    }
    .fs-c-checkbox {
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
    }
    .fs-c-checkbox__label {
    padding: 0 20px;
    }
    .fs-c-checkbox__checkMark {
    margin-right: 4px;
    }
    .fs-c-checkbox__labelText {
    padding-top: 1px;
    font-size: 12px;
    }
    .fs-c-newUsers {
    margin-top: 70px;
    }
    .fs-body-cart-login .fs-c-loginForm {
    margin-top: 42px;
    }
    .fs-body-cart-login .fs-c-inputInformation__field input {
    width: 100%;
    }
    .fs-body-cart-login .fs-c-inputInformation__button {
    margin-top: 0;
    }
    .fs-body-cart-login .fs-c-inputInformation__button button {
    width: 250px;
    }
    .fs-c-anotherLogin__message {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    }
    .fs-c-modal__inner textarea {
    height: 197px;
    }
    .fs-c-modal__inner fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 40px;
    }
    .fs-c-accountService__page {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    height: 115px;
    margin: 5px 0 5px 10px;
    }
    .fs-c-accountService__page:nth-child(5n+1) {
    margin-left: 10px;
    }
    .fs-c-accountService__page:nth-child(3n+1) {
    margin-left: 10px;
    }
    .fs-c-accountService__page:nth-child(2n+1) {
    margin-left: 0;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 11.5px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    width: 39px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    width: 33px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    width: 26px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    width: 39px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    width: 45px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    width: 26px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    width: 26px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 11px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    min-height: 39px;
    margin-bottom: 5px;
    }
    .fs-c-accountButtons {
    display: block;
    }
    .fs-c-accountButtons a {
    margin: 8px auto;
    }
    .fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--change,
    .fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--confirmChange,
    .fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--change,
    .fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--confirmChange {
    min-width: 250px;
    }
    .fs-body-my-account-delete .fs-c-inputInformation__field,
    .fs-body-my-account-settings .fs-c-inputInformation__field {
    margin-bottom: 35px;
    }
    .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell {
    padding: 15px 15px 4px;
    background: none;
    color: #A28D80;
    }
    .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    margin-top: 0;
    padding: 4px 15px 15px;
    font-size: 12px;
    }
    .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__headerCell {
    padding: 15px 15px 4px;
    background: none;
    color: #A28D80;
    }
    .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    margin-top: 0;
    padding: 4px 15px 15px;
    font-size: 12px;
    }
    .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    font-size: 10px;
    }
    .fs-body-newsletter-subscribe .fs-c-inputInformation {
    margin-bottom: 24px;
    }
    .fs-body-newsletter-subscribe .fs-c-inputTable {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr + tr {
    margin-top: 24px;
    }
    .fs-body-forgotPassword .fs-c-inputInformation__field,
    .fs-body-my-account-password .fs-c-inputInformation__field {
    margin: 35px 0;
    }
    .fs-body-my-points .fs-c-history__info {
    padding: 15px;
    }
    .fs-c-pointSummary {
    font-size: 12px;
    }
    .fs-c-pointSummary [class$="--availablePoint"] {
    padding: 15px 15px 10px;
    }
    .fs-c-pointSummary [class$="--limitedPoint"] {
    padding-bottom: 15px;
    font-size: 10px;
    }
    .fs-c-pointSummary [class$="--waitingPoint"] {
    margin-top: 18px;
    }
    .fs-c-pointSummary [class$="--purchasePointTotal"] {
    margin-top: 15px;
    }
    .fs-c-pointSummary__label--availablePoint {
    padding-left: 15px;
    }
    .fs-c-pointSummary__label--limitedPoint {
    padding-left: 15px;
    }
    .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 25px;
    }
    .fs-c-pointSummary__value--availablePoint, .fs-c-pointSummary__value--limitedPoint {
    padding-right: 15px;
    }
    .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 100% !important;
    }
    .fs-body-top .fs-l-main .fs-l-pageMain .insta .c-instagram-btn a {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    }
    .wp-block-table td{
      border-top-color: #c7c7c7 !important;  
    }
   .wp-block-table th, .wp-block-table td {
     display:block;
     width: 100%;
     border-bottom: none;
   }
    .wp-block-table tr:last-child td:last-child {
   border-bottom: 1px solid;
   }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-on {
    display: none;
  }

  .pc-in {
    display: none;
  }

  .tablet-on {
    display: block;
  }

  .tablet-in {
    display: inline-block;
  }

  .sp-on {
    display: none;
  }

  .sp-in {
    display: none;
  }
  .fs-c-accountService__page {
    -ms-flex-preferred-size: calc(33.33% - 8px);
        flex-basis: calc(33.33% - 8px);
    margin: 5px 0 5px 12px;
  }
  .fs-c-accountService__page:nth-child(5n+1) {
    margin-left: 12px;
  }
  .fs-c-accountService__page:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 376px) {
  .c-header__logo {
    width: 90px;
  }
  .c-header__logo svg {
    width: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .fs-l-footer .c-footer-main {
    padding: 40px 50px;
  }
  .c-itemcolors .c-itemcolors-list__img {
    width: 60px;
  }
  .c-itemcolors .c-itemcolors-list__name {
    width: calc(100% - 280px);
  }
  .c-itemcolors .c-itemcolors-list__fav {
    margin: 0 10px;
  }
  .c-itemcolors .c-itemcolors-list__btn {
    width: 180px;
  }
  .fs-c-button--addToCart--variation {
    width: 180px;
  }
  .fs-c-variationList__item .fs-c-variationCart__image {
    width: 60px;
  }
  .fs-c-variationList__item .fs-c-variationCart__variationName {
    width: calc(100% - 280px);
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist {
    margin: 0 10px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton {
    width: 180px;
  }

}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .p-categorylist .c-category__ttl--jp {
    font-size: 15px;
    font-size: 1.25vw;
  }
  .p-categorylist .c-category__ttl--en {
    font-size: 10px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item {
    display: block;
    padding: 24px 0 20px;
    border-top: 1px dashed #DDDDDD;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item:first-of-type {
    border-top: none;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__visual {
    width: 100px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__meta {
    padding-left: 16px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__meta .c-note-date {
    padding-top: 0px;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__meta .c-note-category {
    margin-top: 8px;
    margin-left: 0;
  }
  .p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__ttl {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .fs-c-productCarouselMainImage__thumbnailList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: visible;
  }
}
@media screen and (max-width: 1200px) {
  .p-repair .p-repair-flow-figure__num {
    font-size: 24px;
  }
  .p-repair .p-repair-flow-figure__text {
    padding-left: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-cartTable {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 5px 10px;
    border: none;
  }
  .fs-c-cartTable__headerCell {
    display: none;
  }
  .fs-c-cartTable__dataCell--product {
    grid-column: 1/3;
     padding: 20px 10px 10px 0;
  }
  .fs-c-cartTable__dataCell--quantity {
    grid-column: 2/3;
    grid-row: 2/3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
  .fs-c-cartTable__dataCell--subtotal {
    grid-column: 1/3;
    grid-row: 3/4;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fs-c-cartTable__dataCell--point {
    grid-column: 1/3;
    grid-row: 4/5;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-family: "Lato", sans-serif;
    font-size: 17px;
  }
  .fs-c-cartTable__dataCell--action {
    grid-column: 1/2;
    grid-row: 2/3;
    width: auto;
    font-size: 12px;
  }
  .fs-c-cartTable__quantity {
    max-width: none;
  }
  .fs-c-cartTable__productImage__image {
    padding-right: 0;
  }
  .fs-c-cartTable__productName {
        font-size: 15px;
        font-weight: 600;
  }
  .fs-c-quantity__select {
    width: 3em;
  }
  .fs-body-my-orders .fs-c-history,
.fs-body-my-storeOrders .fs-c-history {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  .fs-body-my-orders .fs-p-announcement,
.fs-body-my-storeOrders .fs-p-announcement {
    margin-bottom: 30px;
  }
  .fs-c-history__info {
    padding: 0;
    border: none;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown {
    border-radius: 0;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown::before {
    right: 14px;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown::after {
    width: 38px;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown select {
    height: 38px;
    font-size: 13px;
  }
  .fs-c-orderHistory {
    margin-bottom: 45px;
  }
  .fs-c-orderHistory .fs-c-orderHistoryItem {
    border: none;
  }
  .fs-c-orderHistoryItem__header {
    padding: 0 0 5px;
  }
  .fs-c-orderHistoryItem__header__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    margin-left: 15px;
  }
  .fs-c-orderHistoryItem__header__button a .fs-c-button__label {
    font-size: 12px;
  }
  .fs-c-orderHistoryItem__body {
    border-bottom: solid 1px #DDDDDD;
  }
  .fs-c-orderHistoryItem__orderInfo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
  }
  .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderCode,
.fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderSummary {
    margin-left: 30px;
  }
  .fs-c-orderHistoryItem__orderInfo__info {
    margin: 0 0 10px 15px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dt {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dd {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dd .fs-c-price {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__product {
    grid-template-columns: 80px 1fr auto auto;
    padding: 18px 0;
  }
  .fs-c-orderHistoryItem__productName {
    font-size: 14px;
    line-height: 25px;
  }
  .fs-c-orderHistoryItem__productQuantity {
    text-align: left;
  }
  .fs-c-orderHistoryItem__productQuantity__label, .fs-c-orderHistoryItem__productQuantity__number {
    font-size: 13px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailList {
    padding: 15px;
    font-size: 10px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > * {
    width: 50%;
    padding: 14px 8px;
    border: none;
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
    background: #F6F4F3;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > dd {
    text-align: right;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr th, .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
    width: 50%;
    padding: 14px 8px;
    border: none;
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr th {
    background: #F6F4F3;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
    text-align: right;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList {
    border-bottom: none;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    margin-top: 0;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--product, .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity, .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal {
    min-width: 2em;
    margin-right: 8px;
    font-size: 13px;
    font-weight: normal;
    content: attr(data-cell-label);
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--product {
    grid-column: 1/2;
    padding: 20px 10px 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity {
    grid-column: 1/2;
    grid-row: 2;
    padding: 10px 10px 20px 98px;
    text-align: left;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 2;
    grid-row: 1/3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    margin-top: 15px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr th, .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr td,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr th,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr td,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr th,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr td {
    width: 50%;
    padding: 14px 8px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr th,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr th,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr th {
    background: #F6F4F3;
    font-size: 12px;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr td,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr td,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr td {
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td .fs-c-price,
.fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td .fs-c-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__row {
    border-top: solid 1px #DDDDDD;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    border-top: none;
    background: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 560px auto;
  }
  .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 560px !important;
  }
}
@media screen and (max-width: 896px) {
  .fs-c-productList__controller:first-of-type {
    margin: 0 0 15px;
  }
  .fs-c-productList__controller:last-of-type {
    margin: 0 0 30px;
  }
}

/*--------------------
 * HOW TO CHOOSE
 *--------------------*/

 .fs-l-pageMain > h2:not(.c-ttl--2){
	font-size: min(4vw , 20px);
	padding-top: min(5vw , 30px);
}
.fs-l-pageMain > h3 {
	text-align: center;
	line-height: 2;
	font-size: min(3vw , 16px);
}
.fs-pt-list--noMarker > li + li {
	margin-top: 0;
}

/* c-chs-pickup */
.c-chs-pickup {
	width: 100%;
	border-top: #e7e7e7 solid 1px;
	padding-top: min(5vw , 40px) ;
	margin-top: min(5vw , 40px);
}
.c-chs-pickup h2{
	font-size: min(5vw , 25px);
	padding: 0 min(1vw , 15px);
	}
.c-chs-pickup ul {
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.c-chs-pickup ul li {
	width: 50%;
	padding: min(5vw , 20px) min(1vw , 15px);
}
.c-chs-pickup ul li img {
	width: 100%;
}
.c-chs-pickup ul li h3 {
	font-size: min(3.5vw , 20px);
	margin: min(3vw , 20px) 0 min(1vw , 10px) ;
	line-height: 1.6;
}
.c-chs-pickup ul li p {
	line-height: 1.7;
	font-size: min(3vw , 15px);
}

/* c-chs-ranking */
.c-chs-ranking{
	width: 100%;
	padding: min(5vw , 30px) min(1vw , 15px);
	margin-bottom: min(3vw , 20px);
	}
.c-chs-ranking h2 {
	font-size: min(5vw , 25px);
	margin-bottom: min(4vw , 30px);
}
.c-chs-ranking > h2 {
	font-size: min(3.5vw , 20px);
	background: #f4f2f0;
	padding: min(3vw , 15px);
	text-align: center;

}
.c-chs-ranking > ul {
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.c-chs-ranking .fs-c-productListCarousel {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.c-chs-ranking .fs-c-productListCarousel__list {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.c-chs-ranking .slick-initialized .slick-slide {
	display: block;
	width: 260px;
	margin: 0 0;
	position: relative;
	text-align: center;
}
.c-chs-ranking .slick-initialized .slick-slide h2 span.fs-c-productName__copy{display:none;}
.c-chs-ranking .fs-c-productListCarousel__ctrl--next,
.c-chs-ranking .fs-c-productListCarousel__ctrl--prev {
	display: inline !important;
}
.c-chs-ranking .fs-c-productListCarousel__ctrl--next{right:0;}
.c-chs-ranking .fs-c-productListCarousel__ctrl--prev{left:0;}
.c-chs-ranking .fs-c-button--carousel::before {display: inline;}
.c-chs-ranking .fs-c-productMarks,
.c-chs-ranking .slick-arrow::after {display: none;}
.c-chs-ranking .slick-initialized .slick-slide::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 15px;
	text-align: center;
}
.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(1):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(1):before{content:"No.1";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(2):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(2):before{content:"No.2";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(3):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(3):before{content:"No.3";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(4):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(4)::before{content:"No.4";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(5):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(5):before{content:"No.5";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(6):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(6):before{content:"No.6";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(7):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(7):before{content:"No.7";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(8):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(8):before{content:"No.8";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(9):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(9):before{content:"No.9";}

.c-chs-ranking .fr2-listItem.rcmd-slick-slide:nth-of-type(10):before,
.c-chs-ranking .slick-initialized .slick-slide:nth-of-type(10):before{content:"No.10";}

.c-chs-ranking .slick-initialized .slick-slide img {
	width: 100%;
	margin: auto;
}
.c-chs-ranking > ul > li h3 {
	font-size: min(3vw , 15px);
	padding:0;
}
.c-chs-ranking > ul > li p{
	line-height: 1.5;
	font-size: min(3vw , 15px);
}

/* c-chs-scene,c-chs-item */
.c-chs-scene,
.c-chs-item {
	width: 100%;
	border-top: #e7e7e7 solid 1px;
	padding-top: min(5vw , 40px) ;
	margin-top: min(5vw , 40px);
	}
.c-chs-scene h2,
.c-chs-item h2 {
	font-size: min(5vw , 25px);
	padding: 0 min(1vw , 15px);
}
.c-chs-scene > ul,
.c-chs-item > ul {
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.c-chs-scene > ul > li,
.c-chs-item > ul > li {
	width: 50%;
	padding: min(5vw , 20px) min(1vw , 15px);
}
.c-chs-scene ul li img,
.c-chs-item ul li img {
	width: 100%;
}
.c-chs-scene ul li h3,
.c-chs-item ul li h3 {
	font-size: min(3.5vw , 20px);
	margin: min(3vw , 20px) 0 min(1vw , 10px) ;
	line-height: 1.6;
}
.c-chs-scene ul li p,
.c-chs-item ul li p{
	line-height: 1.7;
	font-size: min(3vw , 15px);
}
/* c-chs-size */
.c-chs-size{
	width: 100%;
	border-top: #e7e7e7 solid 1px;
	padding-top: min(5vw , 40px);
	margin: min(5vw , 40px) 0;
	}
.c-chs-size h2 {
	font-size: min(5vw , 25px);
	padding: 0 min(1vw , 15px);
}
.c-chs-size > ul {
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.c-chs-size > ul > li {
	width: 25%; 
	padding: min(5vw , 20px) min(1vw , 15px);
}
.c-chs-size ul li img {
	width: 100%;
}
.c-chs-size ul li h3 {
	font-size: min(3.5vw , 20px);
	margin: min(3vw , 20px) 0 min(1vw , 10px) ;
	line-height: 1.5;
	text-align: center;
}
.c-chs-size ul li p{
	line-height: 1.5;
	font-size: min(3vw , 15px);
}

/* content05 選ばれる理由 */
.series05,
.content05 {
	width: 100%;
	border-top: #e7e7e7 solid 1px;
	margin-top: min(5vw , 40px);
}
.series05 h2,
.content05 h2 {
	font-size: min(5vw , 25px);
	padding: 0 min(1vw , 15px);
	margin-top: min(5vw , 40px);
}
.series05 ul,
.content05 ul {
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.content05 ul li {
	width: 33%;
	padding: min(5vw , 20px) min(1vw , 15px);
}
.series05 ul li {
	width: 33%;
	padding: min(5vw , 20px) 0;
}
.series05 ul li img,
.content05 ul li img {
	width: 100%;
}
.series05 ul li h3,
.content05 ul li h3 {
	font-size: min(3.5vw , 20px);
	margin: min(3vw , 20px) 0 min(1vw , 10px) ;
	line-height: 1.5;
}
.series05 ul li p,
.content05 ul li p{
	line-height: 1.5;
	font-size: min(3vw , 15px);
}

/* businessbag_chart */
.c-chs-chart {
	width: 100%;
	padding: min(3vw , 20px) 0 min(5vw , 40px) 0;
	margin: min(5vw , 40px) 0;
}
.c-chs-chart h2{
	font-size: min(4vw , 25px);
	padding: 0 min(1vw , 15px);
}
.c-chs-chart h3{
	font-size: min(3.5vw , 20px);
	margin-bottom: min(1vw , 10px) ;
	padding: 0 min(1vw , 15px);
	line-height: 1.5;
}
.c-chs-chart img{
	width: 4.5vw;
	margin-bottom: 10px;
}
.c-chs-chart .price {
	line-height: 1.4;
	font-size: min(2vw , 13px);
}
.c-chs-chart .shape , .size{
	line-height: 1.8;
	font-size: min(3vw , 15px);
}
.tableWrap_chart {
	width: 98%;
	margin: min(5vw , 20px) auto;
	table-layout: fixed;/*追加する*/
}
.tableWrap_chart th {
	background-color: #F4F2F0;
}
.tableWrap_chart th, .tableWrap_chart td {
	border: 1px solid #ece5df;
	border-collapse: collapse;
}
.tableWrap_chart th, .tableWrap_chart td {
	text-align: center;
	min-width: 80px;
	padding: 20px 0;
	line-height: 0.9em;
}	
.table-icon {
	display: none;
}	

/* content_intro */
.content_intro {
	text-align: center;
	margin: 0 auto;
	padding-bottom: min(5vw , 40px);
	border-bottom: #e7e7e7 solid 1px;
}
.content_intro h2 {
	font-size: min(3.5vw , 20px);
	margin-bottom: min(3vw , 20px);
	line-height: 1.5;
}
.content_intro > h2 br {
	display:none;
}
.content_intro p {
	font-size: min(3vw , 15px);
	line-height: 1.8;
}
.content_intro > p .sp {
	display: block;
}
	
@media only screen and (max-width: 840px) {

	.c-chs-pickup {
		width: 100%;
		border-top: #e7e7e7 solid 1px;
		padding: 5vw 0 0;
		margin: min(5vw , 40px) auto;
	}
	.c-chs-pickup h2 {
		font-size: min(4vw , 25px);
	}
	.c-chs-pickup ul li h3 {
		font-size: min(4vw , 16px);
		margin-bottom: min(2vw , 10px);
		line-height: 1.5;
	}
	.c-chs-pickup ul li {
		width: 50%;
		padding: min(5vw , 20px) min(1vw , 15px);
	}
	.c-chs-pickup ul li:first-child,
	.c-chs-pickup ul li:nth-child(2) {
		width: 100%;
	}
	.fs-l-pageMain > h3 br {
		display:none;
	}
	.c-chs-scene,
	.c-chs-item {
		width: 100%;
		border-top: #e7e7e7 solid 1px;
		padding: 5vw 0 0;
		margin: min(5vw , 40px) auto;
	}
	.c-chs-scene ul li:first-child,
	.c-chs-scene ul li:nth-child(2) {
		width: 100%;
	}
	.c-chs-scene h2,
	.c-chs-item h2 {
		font-size: min(4vw , 25px);
	}
	.c-chs-scene ul li h3,
	.c-chs-item ul li h3 {
		font-size: min(4vw , 16px);
		margin-bottom: min(2vw , 10px);
		line-height: 1.5;
	}
	.c-chs-scene ul li,
	.c-chs-item ul li {
		width: 50%;
		padding: min(5vw , 20px) min(1vw , 15px);
	}
	.c-chs-size {
		width: 100%;
		border-top: #e7e7e7 solid 1px;
		padding: 5vw 0 0;
		margin: min(5vw , 40px) auto;
	}
	.c-chs-size h2 {
		font-size: min(4vw , 25px);
	}
	.c-chs-size ul li h3 {
		font-size: min(4vw , 16px);
		margin-bottom: min(2vw , 10px);
		line-height: 1.5;
	}
	.c-chs-size ul li {
		width: 50%;
		padding: min(5vw , 20px) min(1vw , 15px);
	}

	/*c-chs-chart*/	
	.c-chs-chart img{
		width: 15vw;
		margin-bottom: 10px;
	}
	.tableWrap_chart {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.tableWrap_chart th, .tableWrap_chart td {
		text-align: center;
		min-width: 80px;
		padding: 10px 0;
		line-height: 0.9em;
	}
	/* content05 */
	.content05 {
		width: 100%;
		padding: 5vw 0 0;
		margin: min(5vw , 40px) auto;
	}
	.content05 h2 {
		font-size: min(3.6vw , 25px);
	}
	.content05 ul li h3 {
		font-size: min(4vw , 16px);		
		margin: min(3vw , 20px) 0 min(1vw , 10px) ;
		line-height: 1.5;
	}
	.content05 ul li {
		width: 100%;
		margin: 0 auto;
		padding: min(5vw , 10px) min(1vw , 15px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.content05 ul li img {
		width: 32vw;
		height: 32vw;
		margin: 0;
	}

	.content05 ul li div {
		width: 50vw;
	}

	/* swipe icon */
	.table-icon {
		display:block;
		position: relative;
		line-height: 80px;
	}

	.icon--circle {
		position: absolute;
		top: -45px;
		right: 10px;
		color: #F4F2F0;
	}

	.circle {
		display: inline-block;
		width: 70px;
		height: 70px;
		font-size: min(3.5vw , 13px);
		line-height: 60px;
		color: #F4F2F0;
		background-color:#3E3A39;
		text-align: center;
		border-radius: 50%;
		opacity: 0.7;
	}

	.btn-arrow::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 32px;
		width: 32px;
		height: 6px;
		margin: auto;
		border-bottom: 1px solid #F4F2F0;
		border-right: 1px solid #F4F2F0;
		transform: skew(45deg);
		box-sizing: border-box;
	}

	/* content_intro */
	.content_intro {
		text-align: center;
		padding-bottom: 5vw;
		margin: min(5vw , 40px) auto;
	}
	.content_intro h2 {
		font-size: min(3.5vw , 20px);
		margin-bottom: min(3vw , 20px);
		line-height: 1.5;
	}
	.content_intro > h2 br {
		display: block;
	}
	.content_intro p {
		font-size: min(3vw , 15px);
		margin-bottom: min(3vw , 20px);
		line-height: 1.8;
	}
	.content_intro > p .sp {
		display: none;
	}

}


/*--------------------
 * HOW TO CHOOSE VOICE
 *--------------------*/
 .c-chs-voice {			
   width: 100%;
   border-top: #e7e7e7 solid 1px;
   margin-top: min(5vw , 40px);
 } 
 .c-voiceList {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .c-voiceList__item {
   border: 1px solid #e7e7e7 ;
   width: calc((100% - 40px) / 2);
   margin-bottom: 40px;
   padding: 40px 80px;
   line-height: 1.7;
    font-size: min(3vw , 15px);
 } 
 .c-voiceList__item h3 {
   font-weight: bold;
   line-height: 2.5;
   font-size: min(3vw , 15px);
 } 
 .c-voiceList__item a {
   text-decoration: none;
 } 
 .c-bgMark {
   background: rgba(169, 148, 133, 0.4);
 }	   
   
 @media only screen and (max-width: 840px) {
    .c-chs-voice {			
    width: 100%;
    border-top: #e7e7e7 solid 1px;
    margin-top: min(5vw , 40px);
    }  
    .c-voiceList {
    display: flex;
    flex-direction: column;
    }
    .c-voiceList__item {
    border: 1px solid #e7e7e7 ;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.7;
    font-size: min(3vw , 15px);
    }     
 }


/*--------------------
 * FOLLOW BUTTON
 *--------------------*/

.c-btnPurchase {
  border-radius: 50%;
  position: fixed;
  right: 45px;
  bottom: 130px;
  z-index: 999;
}	
.c-btnPurchase__inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3E3A39;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
.c-btnPurchase__inner:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 7px;
  bottom: 9px;
  position: absolute
}
.c-btnPurchase__inner .ja {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4px;
  margin-top: 6px;
}
  
@media screen and (max-width: 767px) {
  .c-btnPurchase {
    border-radius: 50%;
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 999;
  }	
  .c-btnPurchase__inner {
    width: 70px;
    height: 70px;
  }
  .c-btnPurchase__inner:before {
    border-width: 5px;
    bottom: 4px;
  }
  .c-btnPurchase__inner .ja {
    margin-bottom: 7px;
    font-size: 0.6rem;
    letter-spacing: 0.9px;
  }

}

/* 固定メニュー */
ul.fixed-product-menu {
position: fixed;
width: 100%;
bottom: 0;
left: 0;
display: flex;
z-index: 99;
background: #ece9e6;
font-size: 10px;
text-align: center;
align-items: flex-end;
border-top: 1px solid #c7c6c4;
}
ul.fixed-product-menu li a {
letter-spacing: 0;
}
ul.fixed-product-menu li span {
display: block;
}
ul.fixed-product-menu li {
padding: 5px 0 8px;
width: 25%;
}
@media screen and (min-width: 601px){
ul.fixed-product-menu img {
width: 25%;
}
}
@media screen and (min-width: 1025px){
ul.fixed-product-menu,
.fixed-cart-btn{
display: none;
}
}
@media screen and (max-width: 600px){
ul.fixed-product-menu img {
width: 50%;
}
}

/* 追記2025.3.24 */
.shopList-renewal .p-shoppage .c-shoppage-direct-init {
  flex-direction: column-reverse;
}
.shopList-renewal .c-shoppage-direct-init .c-shoppage-direct-init__img {
  width: 100%;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-init .c-shoppage-direct-init__text {
  width: 100%;
}
.shopList-renewal .p-shoppage .c-shoppage__ttl {
  margin-block: clamp(20px, 2.2vw, 26px);
}
.shopList-renewal .p-shoppage .c-shoppage-direct-access {
  display: block;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-access__info {
  width: 100%;
}
.shopList-renewal .p-shoppage .c-shoppage-direct__access {
  margin-top: 26px;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-access__info ul li p {
  width: 150px;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-access__info ul li {
  flex-wrap: wrap;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-access__info ul li span {
  width: calc(100% - 150px);
}
.shopList-renewal .p-shoppage .c-shoppag__mapBtnArea {
  text-align: center;
  margin: 20px auto 0 150px;
  width: 200px;
}
.shopList-renewal .p-shoppage .c-shoppag__mapBtn {
  display: block;
  border: 1px solid #DDDDDD;
  padding: 10px 0;
}
.shopList-renewal .p-shoppage .c-shoppage__ttl {
  font-size: clamp(18px, 2.0vw, 24px);
  font-family: inherit;
}
.shopList-renewal .p-shoppage .c-shoppage__ttl span {
  font-size: clamp(14px, 1.5vw, 16px);
  padding-left: clamp(20px, 2.5vw, 40px);
}
.shopList-renewal .p-shoppage .c-shoppage-direct-init__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-init__img {
  display: block;
}
.shopList-renewal .p-shoppage .c-shoppage-direct-init__img img {
  margin-inline: auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .shopList-renewal .p-shoppage .c-shoppage-direct-init__img {
    order: 1;
  }
  .shopList-renewal .p-shoppage .c-shoppage__ttl {
    order: 1;
  }
  .shopList-renewal .u-js-tab__contents .c-shoppage-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 4vw, 60px);
  }
}
@media screen and (max-width: 1024px) {
  .shopList-renewal .p-shoppage .c-shoppage-direct-access__info ul li span {
    width: 100%;
  }
  .shopList-renewal .p-shoppage .c-shoppag__mapBtnArea {
    margin-inline: 0 auto;
  }
  .shopList-renewal .p-shoppage .c-shoppage__ttl {
    order: 1;
  }
  .shopList-renewal .p-shoppage .c-shoppage-direct-init__text {
    order: 2;
  }
  .shopList-renewal .u-js-tab__contents .c-shoppage-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .shopList-renewal .p-shoppage .c-shoppage__ttl span {
    display: block;
    padding-left: 0;
    font-size: 12px;
    padding-top: 5px;
  }
  .shopList-renewal .p-shoppage .c-shoppage__ttl::before,
  .shopList-renewal .p-shoppage .c-shoppage__ttl::after {
    top: 13px;
  }
}

/* 2025.4.25追記 */
@media screen and (min-width: 1025px) {
  .shopinfo_tomoe .c-shoppage-direct-init{
    flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 1024px){
  .shopinfo_tomoe .c-shoppage-direct-init{
    display: flex;
    flex-direction: column-reverse;
  }
  .shopinfo_tomoe .c-shoppage-direct-init .c-shoppage-direct-init__img{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .shopinfo_tomoe .c-shoppage-direct-init .c-shoppage-direct-init__img img{
    width: 100%;
    height: auto;
  }
}

/* 2025.6.12追記 一部リンク範囲拡張対応（フェーズ①） */
.l-catch .l-catch-main .main-banner__inner a,
.l-catch .l-catch-sub .sub-banner__item figure.sub-banner__thumb a,
.l-link-series ul.series-banner__inner li.series-banner__item figure.series-banner__thumb a,
.custom-order__form ul.custom-order__form-list li .custom-order__form--img a,
ul.fs-pt-list li.fs-pt-list__item a,
table.tableWrap_chart a.fs-pt-list__link,
.c-srs-material .c-srs-material_img a,
.tomoe-banner ul.tomoe-banner__inner li a,
.c-notedetail-content figure > a,
.product-link-bnr a{
	display: block;
}

ul.c-shoppage-store__list li.shopList__item .c-shoppage-store-list__btn .c-btn.c-btn--line.c-btn--black a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* 2025.6.27追記 インラインCSSの整理（フェーズ②） */
/*--- ショップのご案内（総合トップ）---*/
.shopinfo-v2 .l-shopinfo{
  display: grid;
}
.shopinfo-v2 .l-shopinfo div{
  width: auto;
}
.shopinfo-v2 .l-shopinfo__ttl{
  line-height: 1.5;
}
.shopinfo-v2 .l-shopinfo__ttl small{
  display: block;
  width: 100%;
  font-size: 1.1rem;
}
.shopinfo-v2 .c-btn--line{
  margin-inline: auto;
}
@media screen and (min-width: 768px){
  .shopinfo-v2 .l-shopinfo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .shopinfo-v2 .l-shopinfo__detail{
    display: block;
    flex-direction: column;
  }
  .shopinfo-v2 .l-shopinfo__ttl{
    flex: 1;
    margin-block: 15px 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .shopinfo-v2 .c-btn--line{
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px){
  .shopinfo-v2 .l-shopinfo{
    gap: 30px;
  }
  .shopinfo-v2 .l-shopinfo__ttl{
    margin-block: 10px 5px;
  }
  .shopinfo-v2 .l-shopinfo__ttl small{
    font-size: 13px;
  }
}

/*--- ヘッダーナビゲーション（TRION/TOMOE） ---*/
@media screen and (max-width: 1024px) {    
  .c-header .c-header-btns__btn {
      width: auto;
      height: 50px;
      padding: 0 9px 0 0;
      border-left: none;
  }
  .c-header .c-header-btns__btn .btn-ttl {
      margin-top: 4px;
      color: #3E3A39;
      font-family: "Lato", sans-serif;
      font-size: 8px;
      letter-spacing: 0.1em;
      text-align: center;
  }    
}

/*--- ヘッダーナビゲーション（共通）---*/
/*.lower_header .c-header .c-header__logo-area {
padding: 29px 10px;
}   
.lower_header .c-header .c-header__logo-area .corp_logo {
    padding: 13px 30px;
    border-right: 1px solid #A2A2A2;
}*/
@media screen and (max-width: 1024px){
  .lower_header .c-header .c-header__logo-area .corp_logo {
      padding: 13px 30px;
      border-right: none;
      display: block;
  } 
  .lower_header .c-header .c-header__logo-area {
  padding: 0;
  }   
}

/*--- ショップのご案内（TRIONトップ）---*/
.l-shop-v2 .p-shop{
  display: grid;
}
.l-shop-v2 img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.l-shop-v2 .p-shop-detail__ttl small{
  display: block;
  width: 100%;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px){
  .l-shop-v2 .p-shop{
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
  }
  .l-shop-v2 .p-shop__detail{
    display: block;
    flex-direction: column;
  }
  .l-shop-v2 .p-shop-detail__ttl{
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
    margin-block: 20px -10px;
  }
  .l-shop-v2 .c-btn--line.c-btn--black{
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px){
  .l-shop-v2 .p-shop{
    gap: 30px;
  }
  .l-shop-v2 .p-shop-detail__ttl{
    margin-top: 15px;
    line-height: 1.7;
  }
  .l-shop-v2 .p-shop-detail__ttl small{
    font-size: 14px;
  }
  .l-shop-v2 .p-shop-detail__info{
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .l-shop-v2 .c-btn--line.c-btn--black{
    margin: 20px auto;
  }
}

/*--- 商品を選ぶページ_CSS ---*/
@media screen and (max-width: 1024px) {
  .pagetop {
    bottom: 85px;
    right: 25px;
    width: 45px;
    height: 45px;
  }
}
.js-btn-spshow.c-btn--closed .off {
  display: inline;
}
.js-btn-spshow.c-btn--closed .on {
  display: none;
}
.js-btn-spshow.c-btn--open .off {
  display: none;
}
.js-btn-spshow.c-btn--open .on {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-categorylist .js-sp-show {
    display: none;
  }
}

/* PC用のスタイル */
@media screen and (min-width: 768px) {
  .fr3-productListCarousel {
    display: grid;
    grid-template-columns: unset;
  }    
  .fr3-productListCarousel__ButtonContainer {
    display: none;
  }
}
.fr3-productListCarousel__slides {
  padding-bottom: 30px;
  margin-bottom: 0;
}

/*--- 素材説明CSS（商品グループ用）---*/
.material, .c-srs-material {
  display: flex;
  max-width: 1240px;
  margin-bottom: 60px;
  padding: 0 min(1vw, 15px);
}
.material-img, .c-srs-material_img {
  width: 40%;
}
.material-txt, .c-srs-material_txt {
  width: 60%;
  line-height: 1.8rem;
  padding-left: 45px;
  align-content: center;
}
.material-txt h3, .c-srs-material_txt h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.material-txt p, .c-srs-material_txt p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .material, .c-srs-material {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .material-img, .c-srs-material_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .material-txt, .c-srs-material_txt {
    width: 100%;
    line-height: 1.7rem;
    padding: 0;
  }
  .material-txt h3, .c-srs-material_txt h3 {
    font-size: min(4vw, 16px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .material-txt p, .c-srs-material_txt p {
    margin-bottom: 10px;
    font-size: min(3vw, 15px);
    line-height: 1.7;
  }
}

/*--- 商品ページ下部固定メニュー(TRION)---*/
/*--- 商品ページ下部固定メニュー(TOMOE)---*/
@media screen and (max-width: 767px){
  .fs-l-footer {
    padding-bottom: 58px;
  }
  body.fs-body-custom.is-pc.is-scroll .fs-l-footer,
  body.fs-body-custom.is-pc.e--ua-blink .fs-l-footer,
  .fs-l-footer.total_footer{
    padding-bottom: 0;
  }
}

/*--- カラーから探す（TRION）---*/
/*--- カラーから探す_商品を選ぶ（TOMOE）---*/
.l-content .c-item__colorlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  max-width: 90%;
}
.l-content .c-item-colorlist__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc((100% - 40px) / 4);
  margin-bottom: 20px;
}
.l-content .tag-color > img {
  width: 50px;
  height: 50px;
}
.l-content .colorchip {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 15px;
}

.l-content .c-item-colorlis::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 4);
}
.l-content .colorchip-list {
  display: flex;
  width: 70%;
  align-items: center;
}

.l-seasonal .l-content .c-item__colorlist{
  max-width: initial;
}

@media screen and (max-width: 1024px) {
  .l-content .c-item__colorlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    max-width: 100%;
  }
  .l-content .c-item-colorlist__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }

  .l-content .colorchip {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    margin-right: 10px;
  }
  .l-content .c-item-colorlis::after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 4);
  }
  .l-content .colorchip-list {
    display: flex;
    width: 85%;
    align-items: center;
  }
}

/*--- フッターナビゲーション（総合トップ）---*/
#secret-foot.fs-l-footer .c-footer-main {
  align-items: normal;
}

/*--- ログインページ見出し ---*/
.fs-c-linkedServiceLogin__title {
  border-bottom: 0;
  color: #7c8790;
  font-size: 19px;
  margin-bottom: 15px;
}
.fs-body-review-login .fs-c-inputInformation__field {
  background: unset;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .fs-body-review-login .fs-c-loginForm {
    display: flex;
    justify-content: flex-start;
    gap: 48px 80px;
    flex-wrap: wrap;
  }
  .fs-body-review-login .fs-c-registeredUsers {
    flex-basis: calc(50% - 40px);
  }
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 0;
    flex-basis: calc(50% - 40px);
  }
}

/*--- ご利用ガイドパーツ ---*/
.p-tab-contents-btns__btn:first-child:nth-last-child(8),
.p-tab-contents-btns__btn:first-child:nth-last-child(8) ~ li {
  width: calc(12.5% - 8.571px);
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .p-tab-contents-btns__btn:first-child:nth-last-child(8),
  .p-tab-contents-btns__btn:first-child:nth-last-child(8) ~ li {
      width: calc(50% - 6px);
      margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-tab-contents-btns__btn:first-child:nth-last-child(8):nth-child(even),
  .p-tab-contents-btns__btn:first-child:nth-last-child(8) ~ li:nth-child(even) {
      margin-left: 12px;
  }
}

/*--- 商品ページのサムネCSS ---*/
.fs-c-productPreorderMessage {
  line-height: 1.6rem;
}
.fs-c-reviewer__name__reviewNumber {
  display: none;
}
.fs-c-reviewer__name a {
  pointer-events: none;
}  

@media screen and (max-width: 1024px) {
  .fs-c-productCarouselMainImage__thumbnailList li {
    width: 50px!important;
    margin-right: 10px;
  }
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .pagetop {
    bottom: 150px;
    right: 25px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: inline!important;
  }
}

/*--- シリーズから探す_商品を選ぶ（TRION）---*/
.p-serieslist .c-series {
  position: relative;
  width: calc((100% - 50px) / 3);
}
.p-serieslist {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-serieslist .c-series .c-series-info__text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 24.5px;
}
.p-serieslist .c-series .c-series-info {
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.p-serieslist .c-series .c-series-info__ttl {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-serieslist .c-series {
      position: relative;
      width: calc((100% - 20px) / 2);
      margin-bottom: 25px;
  }
  .p-serieslist .c-series .c-series-info {
      position: relative;
      max-width: 100%;
      margin-top: 10px;
      padding: 0;
  }
  .p-serieslist .c-series .c-series-info__text {
      margin-top: 6px;
      padding-right: 0;
      font-size: 12px;
      line-height: 20px;
  }
  .p-serieslist .c-series .c-series-info__ttl {
      font-family:"Lato", sans-serif;
      font-size: 16px;
      letter-spacing: 0.1em;
  }
}

/*--- シリーズから探す_商品を選ぶ（TOMOE）---*/
.p-serieslist .c-series {
  position: relative;
  width: calc((100% - 50px) / 3);
}
.p-serieslist {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-serieslist .c-series .c-series-info__text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 24.5px;
}
.p-serieslist .c-series .c-series-info {
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.p-serieslist .c-series .c-series-info__ttl {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-serieslist .c-series {
    position: relative;
    width: calc((100% - 20px) / 2);
    margin-bottom: 25px;
  }
  .p-serieslist .c-series .c-series-info {
    position: relative;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .p-serieslist .c-series .c-series-info__text {
    margin-top: 6px;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .p-serieslist .c-series .c-series-info__ttl {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/*--- ログインページ会員特典 ---*/
.c-login {
  display: flex;
  width: 100%;
  margin: 47px auto 0;
  border: 1px solid #DDDDDD;
  justify-content: center;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
}
.c-login::before {
  background-color: #fff;
  content: "トライオンの会員特典";
  text-align: center;
  font-size: 20px;
  left: 29%;
  padding: 3px 10px;
  position: absolute;
  top: -5%;
}
.c-LoginBft {
  display: flex;
  flex-direction: column; 
  margin: 0;
  width: 33%;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: center;
}
.c-LoginBft__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-login {
    display: flex;
    width: 100%;
    margin: 35px auto 0;
    border: 1px solid #DDDDDD;
    justify-content: center;
    border-radius: 10px;
    padding: 15px 5px 22px;
    position: relative;
  }
  .c-login::before {
    font-size: 16px;
    left: 23%;
    padding: 3px 10px;
    position: absolute;
    top: -12px;
  }
  .c-LoginBft {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 33%;
    font-size: 12px;
    line-height: 19px;
    padding: 0 5px;
    text-align: center;
    align-items: center;
  }
  .c-LoginBft__img {
    width: 100%;
    margin: 0 auto;
  }
}

/*--- みんなのレビューを見る ---*/
.review-button {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  max-width: 400px;
  height: 60px;
  margin: -40px auto 40px;
  background: #3E3A39;
}

/*--- シリーズ紹介_バナー（TOP）---*/
.series-banner__inner li {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.8;
  list-style: none;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .series-banner__inner li {
    list-style: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/*--- TOMOE_リンク ---*/
.c-btn--link span {
  padding-right: 0.5em;
  font-size: 14px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-btn--link span {
    font-size: 11px;
  }
}

/*--- 関連記事エリア_css ---*/
.kiji-area .slick-track {
  margin-left: 0px !important;
}
.kiji-area .p-serieslist .c-series .c-series-info__ttl {
  line-height: 25px;
  font-size: 16px;                        
}
@media screen and (max-width: 1024px) {
  .kiji-area .p-serieslist .c-series .c-series-info__ttl {
    font-size: 14px;
  }
}

/*---【商品ページ】レコメンド‗CSS ---*/
.fs-p-heading--lv2 {
  display: none;
}
.fr3-item__rankContainer {
  display: none;
}
.fr3-productListCarousel {
  display: grid;
  grid-template-columns: 41px 1fr 41px;
}
.fr3-productListCarousel__slides {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 20px;
}
.fr3-item__image {
  width: 99%;
  border: solid 1px #efefef;
}
.fr3-item__productPrice {
  display: flex;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.fr3-item__productName {
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fr3-productListCarousel {
    display: grid;
    grid-template-columns: 0 1fr 0;
  }
  .fr3-item__productName {
    font-size: 15px;
  }
  .fr3-item__productPrice__addon {
    font-size: 12px;
  }
  .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 16px* 1) / 2.5);
  }
}
@media screen and (min-width: 600px) {
  .fr3-item__productName {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 16px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
  }
}
.fr3-item__productPrice__price {
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fr3-item__productPrice__price {
    font-size: 20px;
  }
}

/*--- フリーページ：トライオンについて ---*/
.item_youtube {
  width: 75%;
  margin: 100px auto 0;
  padding: 42.25% 0 0 0;
}
@media screen and (max-width: 1024px) {
  .item_youtube {
  width: 100%;
  margin: 40px auto 0;
  padding: 56.25% 0 0 0;
  }
}

/*--- 商品グループ：ALL ---*/
.fs-l-pageMain .fs-c-subgroup .fs-c-subgroupList {
  justify-content: left;
}

/*--- PANELシリーズ比較表 ---*/
.c-chs-chart .price {
  line-height: 1.4;
  letter-spacing: 0.7px;
  font-size: min(2vw, 12px);
}
.c-chs-chart img {
  width: 4vw;
  margin-bottom: 5px;
}
.fs-body-category-document .c-chs-chart img {
  width: 4.5vw;
}
@media only screen and (max-width: 840px) {
  .c-chs-chart img {
    width: 15vw;
    margin-bottom: 5px;
  }
}

/*--- 閲覧レコメンド ---*/
.itempage .fr3-item__image {
  width: 100%;
  border: none;
}
.itempage .fr3-productListCarousel__slide::before {
  display: none;
}

/*--- 総合ランキング ---*/
.flywheel-recommend__frame .fr3-productListCarousel__slide img{
	aspect-ratio: 1;
	width: 100%;
  height: auto;
	display: block;
}

/*--- 【LP用】CSS ---*/
.lp-full .c-itemlp-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
}
.lp-full .c-itemlp__label {
	width: auto;
}
.lp-full .c-itemlp-label__label--accent {
	background: #C1AB9D!important;
	color: #fff;
}
.lp-full .c-itemlp-label__label {
	width: auto;
	margin: 10px 0 10px 10px;
	padding: 3px 5px;
	border: solid 1px #DDDDDD;
	font-size: 12px;
	line-height: 1;
	background: #fff;
}
@media screen and (max-width: 1024px) {
	.lp-full .c-itemlp-label {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		position: absolute;
	}
	.lp-full .c-itemlp-label__label {
		min-width: auto;		
		margin: 10px 0 10px 10px;
		word-break: keep-all;
	}
	.lp-full .c-itemlp-label__label {
		margin: 5px 0 5px 5px;
	}

}
html.wf-active .fs-l-footer {
    margin-top: 0;
    overflow: hidden;
    border-top: none;
}
@media screen and (max-width: 767px) {
    html.wf-active .fs-l-footer {
        margin-top: 0;
        padding-bottom: 0;
    }
}

/*--- 【選び方】レビューCSS ---*/

.c-chs-review {
    width: 100%;
    padding: 0 min(1vw , 15px) min(5vw , 30px);
    margin-bottom: min(3vw, 20px);
    margin-top: -40px;
    line-height: 1.7;
    font-size: min(3vw, 15px);
}

.c-chs-review_serif {
    background-color: #f4f2f0;
    padding: 40px;
    position: relative; /* 追加：右上ラベル用 */
}

.c-chs-review_serif::before {
    content: "PICK UP REVIEW";
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(162, 141, 128, 0.5);
    font-size: min(4vw, 30px);
    margin: 0;
    padding-right: 10px;
}

.c-chs-review_name {
    margin-bottom: 10px;  
}    

@media screen and (max-width: 767px) {
    .c-chs-review {
        line-height: 1.8;
        font-size: min(4vw, 13px);
    }        
    .c-chs-review_serif {
       padding:  25px 20px;
    }
    .c-chs-review_serif::before {
    padding-right: 5px;
	}

}
/*--- 【カート】クーポン･ポイント注意文言 ---*/

.fs-c-checkout-pointInfo__comment p:nth-of-type(2),
.fs-c-checkout-couponInfo__message p:nth-of-type(2) {
    margin: 20px 0;
    line-height: 1.7;
    font-weight: 600;
}


/* 1024px以下でフォントサイズだけ変更 */
@media (max-width: 1024px) {
  .fs-c-checkout-pointInfo__comment p:nth-of-type(2),
  .fs-c-checkout-couponInfo__message p:nth-of-type(2) {
    font-size: 13px;
  }
}

/* ショッピングカート_レザーケア */
.cart_leathercare_recommed_area {
  margin-bottom: 50px;
}
.cart_leathercare_recommed_area .cart_leathercare_recommed_area .fs-c-productName__copy,
.cart_leathercare_recommed_area .fs-c-productName__copy, 
.cart_leathercare_recommed_area ul.c-item__label.c-item-label {
  display: none;
}

.cart_leathercare_recommed_area .fs-c-button--carousel.fs-c-button--carousel--next::before,
.cart_leathercare_recommed_area .fs-c-button--carousel.fs-c-button--carousel--prev::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
}

.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow::after,
.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow::after {
 display: none;
}
.cart_leathercare_recommed_area .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
  left: 0;
  transform: translateY(-300%);
}
.cart_leathercare_recommed_area .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
  right: 0;
  transform: translateY(-300%);
}

.cart_leathercare_recommed_area .fs-c-productListCarousel__list__item.fs-c-productListItem {
  max-width: 300px;
  min-width: 300px;
  margin: 0 ;
}
.cart_leathercare_recommed.fs-c-productListCarousel.fs-c-slick {
    position: relative;
}
@media screen and (max-width: 600px) {
    .cart_leathercare_recommed_area .fs-c-productListCarousel__list__item,
    .cart_leathercare_recommed_area .fs-c-productListCarousel__list__item.fs-c-productListItem {
        flex-basis: 168px !important;
        max-width: 168px !important;
        min-width: 168px !important;
        margin: 0 4px !important;
    }
}

/* 商品ページ予約文言 */
.fs-c-productNotice.fs-c-productNotice--outOfStock {
    line-height: 20px;
}

/*--- カートページ_ナンバーチャーム---*/
.c-itemoption__ttl.c-itemoption-ttl {
    position: relative;
    padding-left: 60px;
    background-image: url("https://trion.itembox.design/item/src/images/leather_charm.jpg?t=20251126155045");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px 50px;
}

/* ポイント履歴 */
@media screen and (max-width: 768px){
  dl.fs-c-pointListTable__dataDetail.fs-c-pairList {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
}
.fs-c-pointListTable__pointType {
    /*padding-left: 10px;*/
    font-size: 14px;
}
.fs-c-listTable td:first-child {
    padding: 12px 12px 8px 12px;
}
.fs-c-listTable td {
    padding: 8px 12px;
}
.fs-c-listTable td:last-child {
    padding: 8px 12px 12px 12px;
}
.fs-c-listTable > tbody > tr td::before{
  font-size: 14px !important;
}
.fs-c-pointListTable td[aria-label=日付]::before, .fs-c-pointListTable td[aria-label=ポイント種類]::before, .fs-c-pointListTable td[aria-label=ポイント状況]::before, .fs-c-pointListTable td[aria-label=獲得・利用ポイント]::before, .fs-c-pointListTable td[aria-label=有効期限]::before{
  font-size: 14px !important;
}
td[aria-label="獲得・利用ポイント"] .fs-c-pointListTable__data {
    font-size: 25px !important;
  }
  span.fs-c-pointListTable__data {
    font-size: 14px !important;
}
time.fs-c-pointListTable__data.fs-c-time {
    font-size: 14px !important;
}
.fs-c-pointListTable td[aria-label=ポイント種類]::before{
  padding-right: 12px !important;
}
}
