@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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

  /*入力欄表示 20210719*/ 
input[type="text"] {
  margin: 0;
  padding: 0;
  background: none;
  /* border: none; */
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }




input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

.fr {
  float: right; }

@media (max-width: 768px) {
  .SpHide {
    display: none; } }

.PcHide {
  display: none; }
  @media (max-width: 768px) {
    .PcHide {
      display: block; } }

.tablet {
  display: none; }
  @media (max-width: 1024px) {
    .tablet {
      display: block; } }

@media (max-width: 768px) {
  .fixed {
    overflow: hidden;
    height: 100%; } }

.fs-preview-header {
  display: none; }

@media (max-width: 1024px) {
  .fs-l-main {
    margin: 0 auto; } }

@media (max-width: 768px) {
  .fs-l-page .fs-c-heading--page {
    font-size: 24px;
    padding: 0; } }

@media (max-width: 768px) {
  .fs-l-page .fs-c-breadcrumb {
    padding: 0; } }

.fs-l-main {
  padding: 0; }
  .fs-l-main .fs-c-breadcrumb__listItem a {
    color: #585858; }
    .fs-l-main .fs-c-breadcrumb__listItem a:hover {
      color: #585858; }

.fs-l-footer {
  margin-top: 0; }

.fs-body-product .fs-l-footer {
  margin-top: 80px; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999; }
  .header .inner, .header .section > .inner__specialmv {
    width: 100%;
    height: 80px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .header .inner, .header .section > .inner__specialmv {
        height: 60px; } }
    .header .inner .navi, .header .section > .inner__specialmv .navi {
      *zoom: 1;
      width: 80%; }
      .header .inner .navi:after, .header .section > .inner__specialmv .navi:after {
        content: "";
        display: table;
        clear: both; }
    .header .inner .navi > li, .header .section > .inner__specialmv .navi > li {
      display: block;
      float: right; }
      .header .inner .navi > li > a, .header .section > .inner__specialmv .navi > li > a {
        display: block;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 20px;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .header .inner .navi > li > a:hover, .header .section > .inner__specialmv .navi > li > a:hover {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      @media (max-width: 768px) {
        .header .inner .navi > li, .header .section > .inner__specialmv .navi > li {
          display: none; } }
    .header .inner .navi__sp, .header .section > .inner__specialmv .navi__sp {
      display: none; }
      @media (max-width: 768px) {
        .header .inner .navi__sp, .header .section > .inner__specialmv .navi__sp {
          position: absolute;
          top: 60px;
          width: 100%;
          left: 0;
          z-index: 9999; }
          .header .inner .navi__sp > li:last-child, .header .section > .inner__specialmv .navi__sp > li:last-child {
            border-bottom: none; }
          .header .inner .navi__sp > li > a, .header .section > .inner__specialmv .navi__sp > li > a, .header .inner .navi__sp > li span, .header .section > .inner__specialmv .navi__sp > li span {
            display: block;
            padding: 30px 15px;
            box-sizing: border-box;
            font-size: 1.2rem;
            position: relative; }
            .header .inner .navi__sp > li > a:after, .header .section > .inner__specialmv .navi__sp > li > a:after, .header .inner .navi__sp > li span:after, .header .section > .inner__specialmv .navi__sp > li span:after {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; }
            .header .inner .navi__sp > li > a.open:after, .header .section > .inner__specialmv .navi__sp > li > a.open:after, .header .inner .navi__sp > li span.open:after, .header .section > .inner__specialmv .navi__sp > li span.open:after {
              content: "\f0d7";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; } }
    .header .inner > .logo, .header .section > .inner__specialmv > .logo {
      max-width: 20%; }
      @media (max-width: 768px) {
        .header .inner > .logo, .header .section > .inner__specialmv > .logo {
          width: auto;
          max-width: 100%;
          display: inline-block; }
          .header .inner > .logo img, .header .section > .inner__specialmv > .logo img {
            width: auto; } }
      .header .inner > .logo a, .header .section > .inner__specialmv > .logo a {
        display: block;
        padding: 15px; }
        @media (max-width: 768px) {
          .header .inner > .logo a, .header .section > .inner__specialmv > .logo a {
            padding: 10px; } }
    .header .inner > .toggle, .header .section > .inner__specialmv > .toggle {
      display: none; }
      @media (max-width: 768px) {
        .header .inner > .toggle, .header .section > .inner__specialmv > .toggle {
          display: block;
          width: 40px;
          height: 36px;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 100; }
          .header .inner > .toggle div, .header .section > .inner__specialmv > .toggle div {
            position: relative; }
          .header .inner > .toggle span, .header .section > .inner__specialmv > .toggle span {
            display: block;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            .header .inner > .toggle span:nth-child(1), .header .section > .inner__specialmv > .toggle span:nth-child(1) {
              top: 0px; }
            .header .inner > .toggle span:nth-child(2), .header .section > .inner__specialmv > .toggle span:nth-child(2) {
              top: 14px; }
            .header .inner > .toggle span:nth-child(3), .header .section > .inner__specialmv > .toggle span:nth-child(3) {
              top: 28px; } }

.header.open .toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }
.header.open .toggle span:nth-child(2) {
  width: 0;
  left: 50%; }
.header.open .toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.Header__wrap {
  width: 100%;
  height: 70px;
  background: #FFF;
  position: relative; }
  @media (max-width: 1024px) {
    .Header__wrap {
      position: fixed;
      z-index: 9999;
      height: 60px;
      top: 0; } }
  .Header__wrap.change {
    position: fixed;
    transition: .5s;
    top: -140px;
    z-index: 9999; }
    .Header__wrap.change.show {
      top: 0; }
  .Header__wrap > .Header__inner {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 70px; }
    .Header__wrap > .Header__inner .fs-p-cartItemNumber {
      background: #e63d30;
      border-radius: 1em;
      color: #ffffff;
      font-size: 0.7rem;
      line-height: 1;
      padding: 0.25em 0.5em;
      position: absolute;
      top: -7px;
      right: -10px; }
      @media (max-width: 768px) {
        .Header__wrap > .Header__inner .fs-p-cartItemNumber {
          right: -5px; } }
    @media (max-width: 768px) {
      .Header__wrap > .Header__inner {
        height: 60px; } }
    .Header__wrap > .Header__inner > div {
      display: flex;
      align-items: center;
      padding-left: 2.5%; }
      .Header__wrap > .Header__inner > div:first-child img {
        width: 45%; }
        @media (max-width: 768px) {
          .Header__wrap > .Header__inner > div:first-child img {
            width: 100%; } }
      @media (max-width: 768px) {
        .Header__wrap > .Header__inner > div {
          padding: 2% 4%;
          box-sizing: border-box;
          width: 50%; } }
    .Header__wrap > .Header__inner > ul {
      display: flex;
      align-items: center; }
      .Header__wrap > .Header__inner > ul.Header__icon {
        width: 16%;
        margin-right: 2%; }
        @media (max-width: 768px) {
          .Header__wrap > .Header__inner > ul.Header__icon {
            width: 32%;
            justify-content: space-between;
            padding-right: 3%; } }
        .Header__wrap > .Header__inner > ul.Header__icon li {
          width: 25%;
          height: 70px;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center; }
          .Header__wrap > .Header__inner > ul.Header__icon li.PcHide {
            display: none; }
            @media (max-width: 1024px) {
              .Header__wrap > .Header__inner > ul.Header__icon li.PcHide {
                display: flex; } }
          .Header__wrap > .Header__inner > ul.Header__icon li.SpHide {
            display: flex; }
            @media (max-width: 1024px) {
              .Header__wrap > .Header__inner > ul.Header__icon li.SpHide {
                display: none; } }
          .Header__wrap > .Header__inner > ul.Header__icon li#search form button img {
            width: 45%; }
          @media (max-width: 768px) {
            .Header__wrap > .Header__inner > ul.Header__icon li#search img {
              width: 80%; }
            .Header__wrap > .Header__inner > ul.Header__icon li#search form button img {
              width: 50%; } }
          .Header__wrap > .Header__inner > ul.Header__icon li#search:hover {
            cursor: pointer; }
          @media (max-width: 768px) {
            .Header__wrap > .Header__inner > ul.Header__icon li img.fs-p-headerNavigation__viewCartButton__label {
              width: 100%; } }
          .Header__wrap > .Header__inner > ul.Header__icon li .search {
            opacity: 0.5; }
            .Header__wrap > .Header__inner > ul.Header__icon li .search:hover {
              cursor: pointer; }
          .Header__wrap > .Header__inner > ul.Header__icon li .active {
            opacity: 1; }
          .Header__wrap > .Header__inner > ul.Header__icon li .search__box {
            display: none; }
            .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active {
              opacity: 1;
              display: block;
              position: absolute;
              top: 70px;
              background: #FFF;
              z-index: 200;
              left: 0;
              box-sizing: border-box;
              border-top: 1px solid #f5f5f5;
              height: 70px;
              padding: 10px 0;
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form {
                display: flex; }
                .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form input {
                  border-bottom: 1px solid #585858;
                  width: 260px;
                  padding-bottom: 5px;
                  height: 35px; }
                  @media (max-width: 768px) {
                    .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form input {
                      font-size: 13px; } }
              @media (max-width: 768px) {
                .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active {
                  top: 60px; }
                  .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form {
                    border-bottom: 1px solid #585858;
                    padding-bottom: 5px;
                    width: 90%;
                    margin: 0 auto; }
                    .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form label {
                      width: 100%; }
                    .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active form input {
                      border-bottom: none;
                      width: 90%; } }
              .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active input {
                border-bottom: 1px solid #585858; }
              .Header__wrap > .Header__inner > ul.Header__icon li .search__box.active button:hover {
                cursor: pointer; }
            .Header__wrap > .Header__inner > ul.Header__icon li .search__box > div {
              width: 100%;
              max-width: 1440px;
              margin: 0 auto;
              display: flex;
              justify-content: flex-end;
              padding-right: 1.5%;
              box-sizing: border-box; }
        .Header__wrap > .Header__inner > ul.Header__icon a {
          position: relative; }
      .Header__wrap > .Header__inner > ul.Header__text {
        width: 36%;
        font-size: 15px; }
        @media (max-width: 1024px) {
          .Header__wrap > .Header__inner > ul.Header__text {
            display: none; } }
        .Header__wrap > .Header__inner > ul.Header__text li {
          width: calc(100% / 3);
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box; }
          .Header__wrap > .Header__inner > ul.Header__text li:hover {
            border-bottom: 2px solid #585858;
            padding-top: 2px;
            cursor: pointer; }
          .Header__wrap > .Header__inner > ul.Header__text li .menu_list01 {
            display: none; }
          .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 {
            display: block;
            position: absolute;
            top: 70px;
            background: #FFF;
            z-index: 200;
            left: 0;
            box-sizing: border-box;
            border-top: 1px solid #f5f5f5;
            padding-top: 50px;
            padding-bottom: 50px;
            width: 100%; }
            .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c {
              width: 100%;
              max-width: 1080px;
              margin: 0 auto 35px;
              display: flex;
              justify-content: space-between; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c > div {
                width: 32%; }
                .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c > div > div > a {
                  display: flex;
                  align-items: center;
                  padding-top: 15px;
                  color: #585858; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c > div > div > a:hover {
                    opacity: 0.7; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c > div > div > a img {
                    width: 11%; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c > div > div > a p {
                    width: 89%;
                    font-size: 16px;
                    padding-left: 10px;
                    box-sizing: border-box; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__3c h3 {
                color: #585858;
                font-size: 18px;
                font-weight: 900;
                padding-bottom: 15px;
                border-bottom: 1px solid #585858; }
            .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c {
              width: 100%;
              max-width: 1080px;
              margin: 0 auto;
              display: flex;
              justify-content: space-between; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div {
                width: 48%; }
                .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > h4 {
                  font-size: 16px;
                  color: #585858;
                  font-weight: 400;
                  padding-top: 15px; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > h4.pdt {
                    padding-top: 25px; }
                .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > div {
                  display: flex; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > div > a {
                    display: block;
                    align-items: center;
                    padding-top: 15px;
                    color: #585858;
                    font-size: 16px;
                    width: 25%; }
                    .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > div > a:hover {
                      opacity: 0.7; }
                  .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c > div > div.pdl {
                    padding-left: 10px; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list01 .manu__2c h3 {
                color: #585858;
                font-size: 18px;
                font-weight: 900;
                padding-bottom: 15px;
                border-bottom: 1px solid #585858; }
          .Header__wrap > .Header__inner > ul.Header__text li .menu_list02, .Header__wrap > .Header__inner > ul.Header__text li .menu_list03 {
            display: none; }
          .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list02, .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 {
            display: block;
            position: absolute;
            top: 70px;
            background: #FFF;
            z-index: 200;
            left: 0;
            box-sizing: border-box;
            border-top: 1px solid #f5f5f5;
            padding-top: 50px;
            padding-bottom: 50px;
            width: 100%; }
            .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list02 > div, .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div {
              width: 100%;
              max-width: 1080px;
              display: flex;
              justify-content: space-between;
              margin: 0 auto; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list02 > div > a, .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div > a {
                width: 31%;
                font-size: 18px;
                border-bottom: 2px solid #585858;
                padding-bottom: 8px;
                color: #585858; }
                .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list02 > div > a:hover, .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div > a:hover {
                  text-decoration: none;
                  color: #585858; }
          .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div {
            justify-content: flex-start; }
            .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div > a {
              margin-right: 3.5%;
              position: relative; }
              .Header__wrap > .Header__inner > ul.Header__text li:hover .menu_list03 > div > a::after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                background: url(https://itokiishop.itembox.design/item/top/top_external_link.png);
                top: 0;
                right: 0; }
          .Header__wrap > .Header__inner > ul.Header__text li > a {
            color: #585858; }
            .Header__wrap > .Header__inner > ul.Header__text li > a:hover {
              text-decoration: none; }

.sp_menu_list {
  display: none;
  position: fixed;
  top: 60px;
  z-index: 9999;
  width: 100%;
  background: #FFF;
  overflow: auto;
  height: 100%;
  padding: 15px 3% 100px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }
  .sp_menu_list .sp_menu_cate {
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: 900;
    color: #585858; }
    .sp_menu_list .sp_menu_cate::after {
      content: "+";
      color: #585858;
      position: absolute;
      top: 8px;
      right: 5px;
      line-height: 0; }
    .sp_menu_list .sp_menu_cate.active::after {
      content: "ー";
      font-weight: 400; }
    .sp_menu_list .sp_menu_cate + div {
      display: none; }
  .sp_menu_list .sp_menu_detail_full > a {
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    color: #585858;
    padding: 10px 0;
    border-bottom: 1px solid #585858;
    margin-bottom: 20px;
    position: relative; }
    .sp_menu_list .sp_menu_detail_full > a.exlink::after {
      position: absolute;
      content: "";
      width: 14px;
      height: 14px;
      background: url(https://itokiishop.itembox.design/item/top/top_external_link.png);
      top: 10px;
      right: 0; }
  .sp_menu_list .sp_menu_detail {
    display: flex;
    flex-wrap: wrap; }
    .sp_menu_list .sp_menu_detail > div {
      width: 48%;
      margin-bottom: 10px; }
      .sp_menu_list .sp_menu_detail > div > a {
        color: #585858; }
      .sp_menu_list .sp_menu_detail > div > div a {
        color: #585858;
        margin-bottom: 20px;
        padding-left: 10px;
        box-sizing: border-box; }
      .sp_menu_list .sp_menu_detail > div h4 {
        color: #585858;
        font-weight: 400;
        margin-bottom: 20px; }
      .sp_menu_list .sp_menu_detail > div a {
        align-items: center;
        display: flex; }
        .sp_menu_list .sp_menu_detail > div a img {
          margin-right: 5px;
          width: 20%; }
    .sp_menu_list .sp_menu_detail > a {
      width: 33%;
      padding-bottom: 5px;
      color: #585858; }
  .sp_menu_list h3 {
    border-bottom: 1px solid #585858;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 900;
    color: #585858;
    margin-bottom: 15px; }
    .sp_menu_list h3:not(:first-child) {
      margin-top: 30px; }
  .sp_menu_list .sp_searchbox form {
    border-bottom: 1px solid #585858;
    padding: 10px 0;
    display: flex; }
    .sp_menu_list .sp_searchbox form label {
      width: 100%; }
    .sp_menu_list .sp_searchbox form input {
      width: 90%;
      font-size: 14px; }
    .sp_menu_list .sp_searchbox form button img {
      width: 55%; }
  .sp_menu_list .sp_menu_button {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .sp_menu_list .sp_menu_button > a {
      width: 48%;
      display: flex;
      background: #d1ccbd;
      color: #585858;
      box-sizing: border-box;
      padding: 4% 8%;
      align-items: center; }
      .sp_menu_list .sp_menu_button > a > img {
        height: 30px;
        margin-right: 5px; }
      .sp_menu_list .sp_menu_button > a > p {
        padding: 1%;
        font-weight: 900;
        color: #585858;
        font-size: 13px;
        line-height: 1.5; }

.fs-l-header {
  padding: 0; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #585858;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 2px; }
    .menu-trigger span:nth-of-type(2) {
      top: 9px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 2px; }

.menu-trigger.active {
  transform: rotate(360deg); }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg); }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0; }

.special__wrap {
  background: #f6f5f2; }

.section {
  width: 100%;
  margin: auto;
  position: relative;
  *zoom: 1; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner, .section > .inner__specialmv {
    max-width: 1090px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 20px; }
    @media (max-width: 480px) {
      .section > .inner, .section > .inner__specialmv {
        padding: 10px 5px; } }
    .section > .inner.right, .section > .right.inner__specialmv {
      margin: 0;
      float: right; }
    .section > .inner.left, .section > .left.inner__specialmv {
      margin: 0;
      float: left; }
    .section > .inner.living, .section > .living.inner__specialmv {
      padding-top: 0px; }
    .section > .inner.dining, .section > .dining.inner__specialmv {
      padding-top: 0px; }
    .section > .inner.room, .section > .room.inner__specialmv {
      padding-top: 0px; }
    .section > .inner.lab, .section > .lab.inner__specialmv {
      padding-top: 0px;
      margin-bottom: 7%; }
      @media (min-width: 1441px) {
        .section > .inner.lab.mt10, .section > .lab.mt10.inner__specialmv {
          margin-bottom: 10%; } }
      .section > .inner.lab > h3, .section > .lab.inner__specialmv > h3 {
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .section > .inner.lab > h3, .section > .lab.inner__specialmv > h3 {
            padding-left: 5%;
            margin-top: 30px; } }
    .section > .inner.labfull, .section > .labfull.inner__specialmv {
      padding-top: 0px;
      max-width: none;
      overflow: hidden;
      margin-bottom: 9%; }
    .section > .inner .Spimage, .section > .inner__specialmv .Spimage {
      display: none; }
      @media (max-width: 768px) {
        .section > .inner .Spimage, .section > .inner__specialmv .Spimage {
          display: block;
          width: 100%; } }
    .section > .inner .Spimage02, .section > .inner__specialmv .Spimage02 {
      display: none; }
      @media (max-width: 768px) {
        .section > .inner .Spimage02, .section > .inner__specialmv .Spimage02 {
          display: block;
          width: 100%;
          padding: 0 5%;
          box-sizing: border-box; } }
  .section > .inner__image, .section > .inner__imageR {
    position: absolute;
    right: 0;
    top: 0;
    width: 52vw;
    object-fit: cover;
    min-height: 540px;
    max-height: 610px;
    max-width: 950px; }
    @media (max-width: 980px) {
      .section > .inner__image, .section > .inner__imageR {
        width: 42vw;
        min-height: inherit;
        object-fit: contain; } }
    @media (max-width: 768px) {
      .section > .inner__image, .section > .inner__imageR {
        display: none; } }
    .section > .inner__image > img, .section > .inner__imageR > img {
      width: 100%; }
  .section > .inner__image02, .section > .inner__imageR02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40vw;
    object-fit: cover;
    min-height: 450px;
    max-height: 610px;
    max-width: 950px; }
    @media (max-width: 980px) {
      .section > .inner__image02, .section > .inner__imageR02 {
        width: 42vw;
        min-height: inherit;
        object-fit: contain; } }
    @media (max-width: 768px) {
      .section > .inner__image02, .section > .inner__imageR02 {
        display: none; } }
    .section > .inner__image02 > img, .section > .inner__imageR02 > img {
      width: 100%; }
  .section > .inner__imageR {
    left: 0; }
  .section > .inner__imageR02 {
    left: 0; }
  .section > .inner__specialmv.full {
    max-width: none;
    padding: 0 0 120px; }
    @media (max-width: 768px) {
      .section > .inner__specialmv.full {
        padding: 0 0 10px; } }
  .section > .inner__specialmv.bookmark {
    padding: 15px 20px; }
    .section > .inner__specialmv.bookmark h1.special {
      line-height: 1.4; }
  .section > .inner__specialmv > h1 {
    font-size: 34px;
    color: #585858;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 900; }
    @media (max-width: 768px) {
      .section > .inner__specialmv > h1.nmt {
        margin: 0 0 30px; } }
    @media (max-width: 768px) {
      .section > .inner__specialmv > h1 {
        margin: 30px 0;
        font-size: 7vw;
        line-height: 1.4; } }
  .section > .inner__specialmv > p {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #585858;
    margin-bottom: 30px; }
    .section > .inner__specialmv > p.intro {
      letter-spacing: 1px; }
    .section > .inner__specialmv > p.intro02 {
      margin-bottom: 100px;
      letter-spacing: 1px; }
      @media (max-width: 768px) {
        .section > .inner__specialmv > p.intro02 {
          font-size: 3.2vw;
          text-align: left;
          padding: 0 3%;
          margin-bottom: 50px; } }
  .section > .inner__specialmv > img {
    width: 100%; }
  .section.special {
    margin-top: 10%; }
  .section.special2 {
    margin-top: 11%;
    padding-bottom: 200px; }
    @media (max-width: 768px) {
      .section.special2 {
        padding-bottom: 10px; } }

.section p {
  font-size: 1.1rem;
  line-height: 2; }
  .section p.large {
    font-size: 1.4rem; }
    @media (max-width: 640px) {
      .section p.large {
        font-size: 1.1rem; } }
  .section p.maxi {
    font-size: 3rem; }
    @media (max-width: 640px) {
      .section p.maxi {
        font-size: 2rem; } }

.footer {
  width: 100%;
  padding: 0 0 60px 0;
  margin-top: 60px; }
  @media (max-width: 480px) {
    .footer {
      padding: 0 0 20px 0; } }

.footer__wrap {
  width: 100%;
  background: #585858;
  padding-bottom: 30px; }
  .footer__wrap .calendar_box {
    display: flex;
    position: relative;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .footer__wrap .calendar_box {
        width: 100%;
        justify-content: space-between; } }
    .footer__wrap .calendar_box > div {
      display: flex; }
      @media (max-width: 980px) {
        .footer__wrap .calendar_box > div {
          width: 100%;
          justify-content: space-between; } }
    .footer__wrap .calendar_box #calendar0 {
      margin-right: 20px; }
      @media (max-width: 980px) {
        .footer__wrap .calendar_box #calendar0 {
          margin-right: 0;
          width: 48%; } }
    @media (max-width: 980px) {
      .footer__wrap .calendar_box #calendar1 {
        width: 48%; } }
    .footer__wrap .calendar_box table {
      width: 160px;
      color: #FFF;
      font-weight: 900; }
      @media (max-width: 980px) {
        .footer__wrap .calendar_box table {
          width: 100%; } }
      .footer__wrap .calendar_box table td {
        padding: 3.5% 1%; }
        .footer__wrap .calendar_box table td.yasumi {
          color: #f45448; }
      .footer__wrap .calendar_box table tr {
        margin-bottom: 5px; }
        .footer__wrap .calendar_box table tr:first-child {
          border-bottom: 1px solid #FFF; }
        .footer__wrap .calendar_box table tr td:first-child {
          color: #f45448; }
        .footer__wrap .calendar_box table tr td:last-child {
          color: #f45448; }
  .footer__wrap .cap1 {
    position: absolute;
    right: 0;
    top: 5px;
    color: #f45448; }
  .footer__wrap .month {
    text-align: center;
    font-size: 14px;
    color: #FFF; }
    .footer__wrap .month:first-letter {
      font-size: 24px; }
  .footer__wrap > nav {
    background: #727272;
    height: 40px;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .footer__wrap > nav {
        height: auto;
        background: #585858; } }
    .footer__wrap > nav div {
      display: flex;
      width: 100%;
      margin: 0 auto;
      max-width: 1080px; }
      @media (max-width: 980px) {
        .footer__wrap > nav div {
          text-align: center; } }
      @media (max-width: 768px) {
        .footer__wrap > nav div {
          flex-direction: column;
          margin-bottom: 30px; } }
    .footer__wrap > nav a {
      color: #FFF;
      font-weight: 900;
      text-align: left; }
      @media (max-width: 768px) {
        .footer__wrap > nav a {
          font-size: 13px;
          border-bottom: 1px solid #696969;
          padding: 3% 0 3% 5%;
          position: relative;
          font-weight: 400; } }
      .footer__wrap > nav a:not(:last-child) {
        margin-right: 35px; }
        @media (max-width: 768px) {
          .footer__wrap > nav a:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 768px) {
        .footer__wrap > nav a::after {
          content: "";
          position: absolute;
          right: 2%;
          align-items: center;
          background: url(https://itokiishop.itembox.design/item/common/footer_navi_arrow.png);
          width: 10px;
          height: 10px;
          background-size: contain;
          background-repeat: no-repeat; } }
  .footer__wrap .footer__contents {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    display: flex;
    padding-top: 50px; }
    @media (max-width: 980px) {
      .footer__wrap .footer__contents {
        padding: 50px 1% 0;
        box-sizing: border-box; } }
    @media (max-width: 768px) {
      .footer__wrap .footer__contents {
        flex-direction: column;
        padding: 0 5%;
        box-sizing: border-box; } }
    .footer__wrap .footer__contents > div:first-child {
      width: 61%;
      margin-right: 6%; }
      @media (max-width: 980px) {
        .footer__wrap .footer__contents > div:first-child {
          margin-right: 4%; } }
      .footer__wrap .footer__contents > div:first-child ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px; }
        .footer__wrap .footer__contents > div:first-child ul > li:hover {
          transition: all 0.6s ease;
          cursor: pointer;
          opacity: 0.5; }
        @media (max-width: 980px) {
          .footer__wrap .footer__contents > div:first-child ul > li {
            width: 22%; } }
      @media (max-width: 768px) {
        .footer__wrap .footer__contents > div:first-child {
          width: 100%; } }
    .footer__wrap .footer__contents > div:last-child {
      width: 33%;
      position: relative; }
      @media (max-width: 768px) {
        .footer__wrap .footer__contents > div:last-child {
          width: 100%; } }
      .footer__wrap .footer__contents > div:last-child p.tel {
        color: #FFF;
        line-height: 1.8;
        font-weight: 900;
        font-size: 12px;
        margin-top: 10px; }
        .footer__wrap .footer__contents > div:last-child p.tel > a {
          color: #FFF;
          text-decoration: none; }
    .footer__wrap .footer__contents p.copyright {
      margin-top: 20px;
      color: #FFF;
      font-weight: 900; }
      @media (max-width: 768px) {
        .footer__wrap .footer__contents p.copyright {
          text-align: center;
          font-size: 10px; } }
    .footer__wrap .footer__contents div.FooterLogo > img {
      width: 35%; }
    @media (max-width: 768px) {
      .footer__wrap .footer__contents div.FooterLogo {
        margin-top: 20px;
        text-align: center; }
        .footer__wrap .footer__contents div.FooterLogo > img {
          width: 45%; } }
    .footer__wrap .footer__contents a.totop {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #323232;
      position: absolute;
      bottom: 0;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      right: -15%; }
      @media (max-width: 768px) {
        .footer__wrap .footer__contents a.totop {
          right: 0;
          text-decoration: none; } }

.pan, .pan--nomargin {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      padding: 0 10px;
      padding-top: 10px; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #787878; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: '>';
      font-weight: 900;
      display: inline-block;
      margin: 0 5px; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__special {
  max-width: 400px;
  width: 100%; }
  @media (max-width: 768px) {
    .card__special {
      width: 100%;
      max-width: inherit; } }
  .card__special > p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 45px;
    color: #585858; }
    @media (max-width: 768px) {
      .card__special > p {
        padding: 0 5%;
        letter-spacing: 0;
        font-size: 3.6vw; } }
  .card__special > h2 {
    padding: 15px 0 50px; }
    @media (max-width: 768px) {
      .card__special > h2 {
        padding: 40px 5%;
        margin-bottom: 0; } }
    .card__special > h2.living {
      padding: 0 0 50px; }
      @media (max-width: 768px) {
        .card__special > h2.living {
          padding: 40px 5%;
          margin-bottom: 0; } }
    .card__special > h2 p {
      font-size: 12px; }

.card__special02 {
  max-width: 650px;
  width: 100%; }
  @media (max-width: 980px) {
    .card__special02 {
      max-width: 400px; } }
  .card__special02.prospe {
    padding-left: 13vw;
    max-width: 65vw; }
    @media (max-width: 768px) {
      .card__special02.prospe {
        width: 100%;
        max-width: inherit;
        padding-left: 0; } }
  @media (max-width: 768px) {
    .card__special02 {
      width: 100%;
      max-width: inherit; } }
  .card__special02 > p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px;
    color: #585858; }
    @media (max-width: 768px) {
      .card__special02 > p {
        padding: 0 5%;
        letter-spacing: 0;
        font-size: 3.6vw; } }
  .card__special02 > h2 {
    padding: 0 0 35px; }
    @media (max-width: 768px) {
      .card__special02 > h2 {
        padding: 40px 5% 15px;
        margin-bottom: 0; } }
    .card__special02 > h2 p {
      font-size: 12px;
      color: #585858;
      letter-spacing: 5px; }
      @media (max-width: 768px) {
        .card__special02 > h2 p {
          letter-spacing: 0; } }
    @media (max-width: 768px) {
      .card__special02 > h2 img {
        width: 40%;
        margin-bottom: 5px; }
        .card__special02 > h2 img.prospe {
          width: 60%; } }

.card__specialnavi {
  display: flex;
  width: 100%;
  max-width: 875px;
  margin: 35px auto 100px;
  justify-content: space-between;
  align-items: baseline;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .card__specialnavi {
      flex-direction: column;
      padding: 0 3%;
      margin: 35px auto 30px; } }
  .card__specialnavi > li:hover {
    opacity: 0.7;
    transition: all 0.6s ease;
    cursor: pointer; }
  @media (max-width: 768px) {
    .card__specialnavi > li {
      margin-bottom: 25px; } }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.card__reclist {
  width: 400px;
  display: flex;
  margin-bottom: 55px; }
  @media (max-width: 768px) {
    .card__reclist {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
      margin-bottom: 40px; } }
  .card__reclist .reclist__name {
    display: none; }
    @media (max-width: 768px) {
      .card__reclist .reclist__name {
        text-align: center;
        display: block;
        font-weight: 900;
        font-size: 5vw;
        line-height: 1;
        margin-top: 10px; } }
    .card__reclist .reclist__name > span {
      font-size: 3vw; }

.card__reclist a {
  width: calc(400px/3); }
  @media (max-width: 768px) {
    .card__reclist a {
      width: calc(100%/3); } }

.card__reclist a:visited {
  color: #000; }

.card__reclist a img {
  width: 100%; }

.hover-parent {
  width: 100%;
  position: relative;
  overflow: hidden; }

.hover-mask {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(246, 245, 242, 0.5);
  opacity: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .hover-mask {
      display: none; } }
  .hover-mask:hover {
    opacity: 1;
    transition: all 0.6s ease;
    cursor: pointer; }
  .hover-mask span {
    font-weight: 700;
    font-size: 14px; }

.card__reclist02, .card__reclist03 {
  width: 100%;
  display: flex;
  margin-bottom: 55px;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .card__reclist02, .card__reclist03 {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
      margin-bottom: 40px; } }
  .card__reclist02 .reclist__name02, .card__reclist03 .reclist__name02 {
    display: none; }
    @media (max-width: 768px) {
      .card__reclist02 .reclist__name02, .card__reclist03 .reclist__name02 {
        text-align: center;
        display: block;
        font-weight: 900;
        font-size: 5vw;
        line-height: 1;
        margin-top: 10px; } }
    .card__reclist02 .reclist__name02 > span, .card__reclist03 .reclist__name02 > span {
      font-size: 3vw; }
  .card__reclist02 .hover-parent, .card__reclist03 .hover-parent {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .card__reclist02 .hover-mask, .card__reclist03 .hover-mask {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(246, 245, 242, 0.85);
    opacity: 0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .card__reclist02 .hover-mask, .card__reclist03 .hover-mask {
        display: none; } }
    .card__reclist02 .hover-mask:hover, .card__reclist03 .hover-mask:hover {
      opacity: 1;
      transition: all 0.6s ease;
      cursor: pointer; }
    .card__reclist02 .hover-mask span, .card__reclist03 .hover-mask span {
      font-weight: 700;
      font-size: 14px; }

.card__reclist02 a, .card__reclist03 a {
  width: 48%; }
  @media (max-width: 768px) {
    .card__reclist02 a, .card__reclist03 a {
      width: 48%; } }

.card__reclist02 a:visited, .card__reclist03 a:visited {
  color: #000; }

.card__reclist02 a img, .card__reclist03 a img {
  width: 100%; }

.card__reclist03 {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .card__reclist03 {
      margin-bottom: 50px; } }

.card__reclist03 a {
  width: 30%; }
  @media (max-width: 768px) {
    .card__reclist03 a {
      width: 30%; } }

.card__reclist03 a:visited {
  color: #000; }

.card__reclist03 a img {
  width: 100%; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.title {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .title {
      min-height: 100px;
      height: auto; } }

.btn, .btn__more, .btn__submit, .btn__back {
  display: block;
  margin: 15px auto; }

.btn__detail {
  display: flex;
  width: 320px;
  height: 50px;
  border: 2px solid #585858;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  color: #585858;
  text-decoration: none;
  font-weight: 900; }
  @media (max-width: 768px) {
    .btn__detail {
      width: 60%;
      border: 1px solid #585858;
      height: 60px;
      margin-bottom: 12%; } }
  .btn__detail:visited {
    color: #585858; }
  .btn__detail:hover {
    background: #898989;
    color: #FFFFFF !important;
    transition: all 0.6s ease;
    cursor: pointer;
    border: 2px solid #898989;
    text-decoration: none; }

.btn__worker {
  display: flex;
  width: 320px;
  height: 50px;
  border: 2px solid #585858;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  color: #585858;
  text-decoration: none;
  font-weight: 900; }
  @media (max-width: 768px) {
    .btn__worker {
      width: 70%;
      border: 1px solid #585858;
      height: 60px;
      margin-bottom: 12%;
      font-size: 13px; } }
  .btn__worker:visited {
    color: #585858; }
  .btn__worker:hover {
    background: #898989;
    color: #FFFFFF !important;
    transition: all 0.6s ease;
    cursor: pointer;
    border: 2px solid #898989;
    text-decoration: none; }

.button_logout {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1ccbd;
  height: 50px;
  width: 400px;
  color: #585858;
  font-size: 15px;
  font-weight: 900;
  margin: 50px auto 0;
  text-decoration: none; }
  @media (max-width: 768px) {
    .button_logout {
      width: 80%; } }
  .button_logout:visited {
    color: #585858; }
  .button_logout:hover {
    transition: all 0.6s ease;
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none; }

.fs-c-button--myPageTop {
  background: #ebebeb;
  color: #3c3c3c;
  padding: 1%;
  font-size: 13px;
  height: 50px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0; }
  @media (max-width: 768px) {
    .fs-c-button--myPageTop {
      width: 80%; } }
  .fs-c-button--myPageTop:visited {
    color: #585858; }
  .fs-c-button--myPageTop:hover {
    transition: all 0.6s ease;
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none; }

.fs-body-category .fs-c-breadcrumb {
  margin: 15px 0 40px; }
  @media (max-width: 768px) {
    .fs-body-category .fs-c-breadcrumb {
      margin: 0 0 40px; } }

.fs-body-category .fs-l-pageMain, .fs-body-search .fs-l-pageMain {
  width: 75.75%;
  margin-right: 5%; }
  @media (max-width: 1024px) {
    .fs-body-category .fs-l-pageMain, .fs-body-search .fs-l-pageMain {
      width: 100%;
      margin-right: 0; } }
.fs-body-category .fs-l-main .fs-l-pageMain .fs-c-productPrice__main__label, .fs-body-search .fs-l-main .fs-l-pageMain .fs-c-productPrice__main__label {
  display: none; }
@media (max-width: 768px) {
  .fs-body-category .fs-l-main .fs-l-pageMain, .fs-body-search .fs-l-main .fs-l-pageMain {
    margin-top: 15px;
    padding: 0 5%; } }
.fs-body-category .fs-l-main .fs-l-pageMain .fs-c-heading--page, .fs-body-search .fs-l-main .fs-l-pageMain .fs-c-heading--page {
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    .fs-body-category .fs-l-main .fs-l-pageMain .fs-c-heading--page, .fs-body-search .fs-l-main .fs-l-pageMain .fs-c-heading--page {
      padding: 0 0 20px 0; } }
.fs-body-category .fs-l-main .fs-l-pageMain .fs-c-productList__list__item, .fs-body-search .fs-l-main .fs-l-pageMain .fs-c-productList__list__item {
  transition: all 0.3s; }
  .fs-body-category .fs-l-main .fs-l-pageMain .fs-c-productList__list__item:hover, .fs-body-search .fs-l-main .fs-l-pageMain .fs-c-productList__list__item:hover {
    opacity: 0.6;
    transition: all 0.3s; }
.fs-body-category .fs-c-subgroup .fs-c-listControl, .fs-body-search .fs-c-subgroup .fs-c-listControl {
  display: none; }
.fs-body-category .fs-c-subgroupList, .fs-body-search .fs-c-subgroupList {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .fs-body-category .fs-c-subgroupList, .fs-body-search .fs-c-subgroupList {
      flex-wrap: wrap; } }
  .fs-body-category .fs-c-subgroupList > li, .fs-body-search .fs-c-subgroupList > li {
    width: 20%;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    transition: all 0.6s;
    flex-basis: 20%;
    flex-grow: 0; }
    @media (max-width: 768px) {
      .fs-body-category .fs-c-subgroupList > li, .fs-body-search .fs-c-subgroupList > li {
        width: 50%;
        height: 40px;
        flex-basis: 50%; } }
    .fs-body-category .fs-c-subgroupList > li a, .fs-body-search .fs-c-subgroupList > li a {
      border: none;
      background: none;
      color: #3c3c3c;
      width: 100%;
      text-align: center; }
      .fs-body-category .fs-c-subgroupList > li a:visited, .fs-body-search .fs-c-subgroupList > li a:visited {
        color: #3c3c3c; }
      .fs-body-category .fs-c-subgroupList > li a::after, .fs-body-search .fs-c-subgroupList > li a::after {
        content: ""; }
      .fs-body-category .fs-c-subgroupList > li a:hover, .fs-body-search .fs-c-subgroupList > li a:hover {
        color: #FFF;
        transition: all 0.3s; }
    .fs-body-category .fs-c-subgroupList > li.active, .fs-body-search .fs-c-subgroupList > li.active {
      background: #d1ccbd;
      color: #FFF; }
    .fs-body-category .fs-c-subgroupList > li:hover, .fs-body-search .fs-c-subgroupList > li:hover {
      background: #d1ccbd;
      color: #FFF;
      transition: all 0.3s; }
.fs-body-category .cate_navi, .fs-body-search .cate_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .fs-body-category .cate_navi, .fs-body-search .cate_navi {
      flex-wrap: wrap; } }
  .fs-body-category .cate_navi > a, .fs-body-search .cate_navi > a {
    width: 20%;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    transition: all 0.6s;
    color: #3c3c3c; }
    .fs-body-category .cate_navi > a:visited, .fs-body-search .cate_navi > a:visited {
      color: #3c3c3c; }
    @media (max-width: 768px) {
      .fs-body-category .cate_navi > a, .fs-body-search .cate_navi > a {
        width: 50%;
        height: 40px; } }
    .fs-body-category .cate_navi > a.active, .fs-body-search .cate_navi > a.active {
      background: #d1ccbd;
      color: #FFF; }
    .fs-body-category .cate_navi > a:hover, .fs-body-search .cate_navi > a:hover {
      background: #d1ccbd;
      color: #FFF;
      transition: all 0.3s; }
.fs-body-category .series_outline, .fs-body-search .series_outline {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .fs-body-category .series_outline, .fs-body-search .series_outline {
      flex-direction: column-reverse; } }
  .fs-body-category .series_outline > div:first-child, .fs-body-search .series_outline > div:first-child {
    width: 40%;
    font-size: 14px;
    color: #585858;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .fs-body-category .series_outline > div:first-child, .fs-body-search .series_outline > div:first-child {
        width: 100%; } }
  .fs-body-category .series_outline > div:last-child, .fs-body-search .series_outline > div:last-child {
    width: 50%; }
    @media (max-width: 768px) {
      .fs-body-category .series_outline > div:last-child, .fs-body-search .series_outline > div:last-child {
        width: 100%;
        margin-bottom: 20px; } }
    .fs-body-category .series_outline > div:last-child > img, .fs-body-search .series_outline > div:last-child > img {
      width: 100%; }
.fs-body-category .cate_series, .fs-body-search .cate_series {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }
  .fs-body-category .cate_series > a, .fs-body-search .cate_series > a {
    width: 31.6%;
    margin-bottom: 20px;
    transition: all 0.3s;
    color: #585858; }
    @media (max-width: 768px) {
      .fs-body-category .cate_series > a, .fs-body-search .cate_series > a {
        width: 48%; } }
    .fs-body-category .cate_series > a:hover, .fs-body-search .cate_series > a:hover {
      opacity: 0.6;
      transition: all 0.3s;
      text-decoration: none;
      color: #585858; }
    .fs-body-category .cate_series > a > img, .fs-body-search .cate_series > a > img {
      width: 100%;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .fs-body-category .cate_series > a > img, .fs-body-search .cate_series > a > img {
          margin-bottom: 10px; } }
    .fs-body-category .cate_series > a > p, .fs-body-search .cate_series > a > p {
      line-height: 1.5;
      color: #585858;
      font-size: 14px; }
  .fs-body-category .cate_series + .fs-c-productList, .fs-body-search .cate_series + .fs-c-productList {
    display: none; }
.fs-body-category .cate_ranking, .fs-body-search .cate_ranking {
  width: 100%;
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-category .cate_ranking, .fs-body-search .cate_ranking {
      margin-top: 55px; } }
  .fs-body-category .cate_ranking > h3, .fs-body-search .cate_ranking > h3 {
    color: #585858;
    font-size: 34px;
    margin: 50px 0;
    text-align: center;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-category .cate_ranking > h3, .fs-body-search .cate_ranking > h3 {
        font-size: 24px;
        margin: 30px 0; } }
  .fs-body-category .cate_ranking div, .fs-body-search .cate_ranking div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .fs-body-category .cate_ranking div > a, .fs-body-search .cate_ranking div > a {
      width: 18%;
      margin-bottom: 20px;
      transition: all 0.3s;
      color: #585858;
      position: relative; }
      @media (max-width: 768px) {
        .fs-body-category .cate_ranking div > a, .fs-body-search .cate_ranking div > a {
          width: 48%; } }
      .fs-body-category .cate_ranking div > a:hover, .fs-body-search .cate_ranking div > a:hover {
        opacity: 0.6;
        transition: all 0.3s;
        text-decoration: none;
        color: #585858; }
      .fs-body-category .cate_ranking div > a::before, .fs-body-search .cate_ranking div > a::before {
        display: none; }
        @media (max-width: 768px) {
          .fs-body-category .cate_ranking div > a::before, .fs-body-search .cate_ranking div > a::before {
            content: "1";
            height: 30px;
            width: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            color: #FFF;
            background: #d1ccbd;
            font-size: 16px;
            top: 0;
            left: 0; } }
      .fs-body-category .cate_ranking div > a:nth-child(2)::before, .fs-body-search .cate_ranking div > a:nth-child(2)::before {
        content: "2"; }
      .fs-body-category .cate_ranking div > a:nth-child(3)::before, .fs-body-search .cate_ranking div > a:nth-child(3)::before {
        content: "3"; }
      .fs-body-category .cate_ranking div > a:nth-child(4)::before, .fs-body-search .cate_ranking div > a:nth-child(4)::before {
        content: "4"; }
      .fs-body-category .cate_ranking div > a:nth-child(5)::before, .fs-body-search .cate_ranking div > a:nth-child(5)::before {
        content: "5"; }
      .fs-body-category .cate_ranking div > a > img, .fs-body-search .cate_ranking div > a > img {
        width: 100%;
        margin-bottom: 5px; }
        @media (max-width: 768px) {
          .fs-body-category .cate_ranking div > a > img, .fs-body-search .cate_ranking div > a > img {
            margin-bottom: 10px; } }
      .fs-body-category .cate_ranking div > a > p, .fs-body-search .cate_ranking div > a > p {
        line-height: 1.5;
        color: #585858;
        font-size: 14px; }
      .fs-body-category .cate_ranking div > a .sp__caption, .fs-body-search .cate_ranking div > a .sp__caption {
        display: none; }
        @media (max-width: 768px) {
          .fs-body-category .cate_ranking div > a .sp__caption, .fs-body-search .cate_ranking div > a .sp__caption {
            display: block; } }
        @media (max-width: 768px) {
          .fs-body-category .cate_ranking div > a .sp__caption > p, .fs-body-search .cate_ranking div > a .sp__caption > p {
            font-size: 14px;
            line-height: 1.5; } }
      .fs-body-category .cate_ranking div > a .hover-mask, .fs-body-search .cate_ranking div > a .hover-mask {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        font-weight: 900;
        opacity: 0;
        background: none; }
        .fs-body-category .cate_ranking div > a .hover-mask.two::before, .fs-body-search .cate_ranking div > a .hover-mask.two::before {
          content: "2"; }
        .fs-body-category .cate_ranking div > a .hover-mask.three::before, .fs-body-search .cate_ranking div > a .hover-mask.three::before {
          content: "3"; }
        .fs-body-category .cate_ranking div > a .hover-mask.four::before, .fs-body-search .cate_ranking div > a .hover-mask.four::before {
          content: "4"; }
        .fs-body-category .cate_ranking div > a .hover-mask.five::before, .fs-body-search .cate_ranking div > a .hover-mask.five::before {
          content: "5"; }
        .fs-body-category .cate_ranking div > a .hover-mask::before, .fs-body-search .cate_ranking div > a .hover-mask::before {
          content: "1";
          height: 25px;
          width: 25px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          color: #FFF;
          background: #d1ccbd;
          font-size: 14px;
          top: 0;
          left: 0; }
        .fs-body-category .cate_ranking div > a .hover-mask > p, .fs-body-search .cate_ranking div > a .hover-mask > p {
          font-size: 14px;
          line-height: 1.5; }
        @media (max-width: 768px) {
          .fs-body-category .cate_ranking div > a .hover-mask, .fs-body-search .cate_ranking div > a .hover-mask {
            display: none; } }
        .fs-body-category .cate_ranking div > a .hover-mask:hover, .fs-body-search .cate_ranking div > a .hover-mask:hover {
          color: #585858;
          transition: all 0.6s ease;
          cursor: pointer;
          background: rgba(255, 255, 255, 0.85);
          opacity: 1; }

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap; }

article.fs-c-productList__list__item {
  width: 25%;
  grid-template-columns: none;
  border-bottom: none; }
  @media (max-width: 768px) {
    article.fs-c-productList__list__item {
      width: 50%; } }

.fs-c-productList__controller {
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .fs-c-productList__controller {
      flex-wrap: wrap-reverse; } }
  .fs-c-productList__controller .fs-c-listControl {
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .fs-c-productList__controller .fs-c-listControl {
        align-items: flex-start; } }
  .fs-c-productList__controller .is-active {
    background: #F6F5F2;
    color: #9d9d9f;
    font-size: 14px; }
  .fs-c-productList__controller .fs-c-sortItems {
    border: none;
    flex-direction: row; }
    @media (max-width: 768px) {
      .fs-c-productList__controller .fs-c-sortItems {
        width: 100%;
        flex-direction: column; } }
  .fs-c-productList__controller .fs-c-sortItems__label {
    font-size: 0;
    border: none; }
    .fs-c-productList__controller .fs-c-sortItems__label::before {
      content: "SORT BY";
      font-size: 14px;
      font-weight: 900;
      color: #585858; }
    .fs-c-productList__controller .fs-c-sortItems__label::after {
      content: "";
      height: 10px;
      border-right: 1px solid #585858;
      font-size: 14px;
      padding-left: 15px; }
      @media (max-width: 768px) {
        .fs-c-productList__controller .fs-c-sortItems__label::after {
          border-right: none; } }
    @media (max-width: 768px) {
      .fs-c-productList__controller .fs-c-sortItems__label {
        align-self: flex-start; } }

.fs-c-heading--page {
  padding: 50px 0;
  font-size: 34px;
  color: #585858;
  border-bottom: none;
  font-weight: 900; }

.fs-c-sortItems__list > li > a {
  font-size: 14px; }
.fs-c-sortItems__list > li:not(:last-child) {
  margin-right: 15px; }
  .fs-c-sortItems__list > li:not(:last-child)::after {
    content: "";
    height: 10px;
    border-right: 1px solid #585858;
    font-size: 14px;
    padding-left: 15px; }
@media (max-width: 768px) {
  .fs-c-sortItems__list > li:last-child::after {
    content: "";
    height: 10px;
    border-right: 1px solid #585858;
    font-size: 14px;
    padding-left: 15px; } }

.fs-body-category .fs-c-sortItems__list__item__label {
  display: inline-block; }
.fs-body-category .fs-c-sortItems__list__item {
  display: inline-block; }

@media (max-width: 768px) {
  .fs-c-staffList__controller {
    flex-wrap: wrap-reverse; } }

.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none; }

.fs-l-productLayout__item--1 {
  display: none; }

.fs-l-productLayout__item {
  width: 535px;
  padding-left: 55px; }
  @media (max-width: 980px) {
    .fs-l-productLayout__item {
      width: 100%;
      padding: 0 2%;
      box-sizing: border-box; } }

.fs-c-productQuantityAndWishlist__quantity {
  display: none; }

.fs-c-productQuantityAndWishlist {
  position: relative;
  height: 0;
  margin-bottom: 3px !important; }

.fs-c-modal--inquiry input, .fs-c-modal--inquiry textarea {
  border: 1px solid #eee;
  background: #FFF;
  height: 50px;
  padding-left: 10px; }

.fs-c-productNotice + + + + + + + div {
  display: none; }

.fs-c-buttonContainer .btn__fav, .fs-c-buttonContainer .fs-c-button--removeFromWishList--detail {
  position: absolute;
  top: 89px;
  right: 0;
  background: #d1ccbd;
  height: 60px;
  width: 235px;
  border-radius: 0;
  box-shadow: none;
  border: none; }
  @media (max-width: 768px) {
    .fs-c-buttonContainer .btn__fav, .fs-c-buttonContainer .fs-c-button--removeFromWishList--detail {
      width: 48%;
      top: 81px; } }

.btn__fav::before {
  background: url(https://itokiishop.itembox.design/item/detail/fav__icon.png);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 19%;
  content: ""; }
  @media (max-width: 768px) {
    .btn__fav::before {
      left: 10%; } }
@media (max-width: 768px) {
  .btn__fav .fs-c-button__label {
    padding-left: 3%; } }

.fs-c-productNameHeading__name {
  font-size: 36px;
  color: #585858;
  line-height: 1.3; }
  @media (max-width: 768px) {
    .fs-c-productNameHeading__name {
      display: none; } }

.fs-c-productNameHeading__copy {
  font-size: 15px;
  color: #585858; }

.yomigana {
  font-size: 15px;
  color: #585858;
  font-weight: 900; }
  @media (max-width: 768px) {
    .yomigana {
      display: none; } }

.fs-l-product4 .fs-l-productLayout .fs-p-productDescription {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .fs-l-product4 .fs-l-productLayout .fs-p-productDescription {
      margin-top: 0px; } }

.fs-l-product .fs-l-productLayout .fs-p-productDescription {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .fs-l-product .fs-l-productLayout .fs-p-productDescription {
      margin-top: 0px; } }

.fs-c-price__value {
  font-size: 30px;
  color: #585858; }

.fs-c-variationAndActions__stockSignLegend {
  display: none; }

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .fs-c-productNameHeading {
      margin-bottom: 0; } }

.fs-c-dropdown::after {
  background: #FFF;
  border-left: 0px; }

.fs-c-productSelection__field {
  display: flex; }

.fs-c-price__currencyMark {
  display: none; }

.fs-c-productSelection__selection {
  margin-bottom: 15px;
  padding: 15px 0 0 0; }

.fs-c-productPrice__main + span {
  font-size: 15px; }

.fs-c-productPrice {
  font-weight: 900; }

.fs-c-productPrice__main__label {
  margin-right: 20px; }

.fs-c-productPrice__addon__label {
  font-size: 15px; }

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  font-size: 15px; }
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  font-size: 15px; }

.fs-c-productSelection__name {
  background: #f6f5f2;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 15px; }

.fs-c-productSelection__label > span {
  display: none; }

.span.fs-c-variationLabel__label {
  display: none; }

.fs-c-variationAndActions__variation {
  border: 1px solid #bebebe;
  height: 60px;
  margin-bottom: 10px; }

.fs-c-variationAndActions + input + div > button {
  width: 100%; }

.fs-c-variationAndActions .fs-c-variationList {
  height: auto;
  border: none; }

.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 1.2rem;
  min-width: 100%;
  width: 128px;
  height: 40px;
  padding: 0;
  background: #898989;
  border: none; }
  @media (max-width: 768px) {
    .fs-c-button--primary.fs-c-button--addToCart--variation {
      width: 100%;
      font-size: 1rem; } }
  .fs-c-button--primary.fs-c-button--addToCart--variation > .fs-c-button__label {
    color: #FFF;
    font-size: 13px; }

.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 128px 128px; }
  @media (max-width: 768px) {
    .fs-c-variationCart--withImage > li {
      grid-template-columns: 0.2fr 0.5fr 0.1fr 0.4fr; } }

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  display: none; }
  @media (max-width: 768px) {
    .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
      display: block;
      font-size: 25px;
      color: #999999; } }

.fs-c-variationCart__wishlist .fs-c-button--particular {
  display: flex;
  width: 120px;
  height: 40px;
  background: #D1CCBD;
  align-items: center;
  border-radius: 0; }
  @media (max-width: 768px) {
    .fs-c-variationCart__wishlist .fs-c-button--particular {
      width: 100%;
      box-sizing: border-box;
      background: none; } }
  .fs-c-variationCart__wishlist .fs-c-button--particular > span.fs-c-button__label {
    display: inline;
    font-size: 0.8rem; }
    @media (max-width: 768px) {
      .fs-c-variationCart__wishlist .fs-c-button--particular > span.fs-c-button__label {
        width: 100%;
        display: none; } }

@media (max-width: 768px) {
  .fs-c-variationCart {
    padding: 0; } }

.fs-c-variationList__item__title {
  font-size: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900; }

.fs-c-variationList__item {
  margin-top: 30px; }

.fs-c-variationList__item__cart > li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 10px; }

.fs-c-variationCart > li {
  grid-template-columns: 1fr 1fr 144px; }

.fs-c-productNotice--outOfStock {
  padding: 15px;
  font-size: 14px; }
  .fs-c-productNotice--outOfStock + .fs-c-inquiryAboutProduct {
    margin-top: 16px; }

.fs-c-productSelection__name {
  display: none; }

.fs-c-productSelection__selection .fs-c-dropdown__menu {
  border: 1px solid #bebebe;
  height: 60px; }

.fs-c-variationSelect {
  height: 60px; }

.fs-c-dropdown__menu {
  height: 58px;
  font-weight: 900;
  color: #585858; }
  @media (max-width: 768px) {
    .fs-c-dropdown__menu {
      font-size: 0.9rem; } }
  .fs-c-dropdown__menu > option {
    font-weight: 900; }

.fs-c-variationLabel__label {
  display: none; }

.cart_btn {
  height: 60px;
  background: #898989;
  border: none;
  position: relative; }
  @media (max-width: 768px) {
    .cart_btn {
      width: 100%; } }
  .cart_btn > .fs-c-button__label {
    color: #FFF; }
  .cart_btn::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/detail/cart__icon.png);
    width: 18px;
    height: 16px;
    position: absolute;
    left: 34%; }
    @media (max-width: 768px) {
      .cart_btn::before {
        left: 28%; } }

.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.6s ease;
  cursor: pointer; }

.fs-c-button--inquiryAboutProduct {
  background: #d1ccbd;
  height: 60px;
  width: 235px; }
  @media (max-width: 768px) {
    .fs-c-button--inquiryAboutProduct {
      width: 48%; } }

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  display: none; }
.fs-c-button--particular.fs-c-button--addToWishList--detail:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
  cursor: pointer; }

.fs-c-button--primary:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
  cursor: pointer; }

.fs-c-buttonContainer--inquiryAboutProduct {
  padding: 2px 0; }

.fs-c-button__label {
  color: #585858;
  font-size: 15px;
  font-weight: 900;
  display: block;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .fs-c-button__label {
      font-size: 13px; } }

.products__detail__wrap {
  display: flex;
  width: 100%;
  grid-column: 1 / 3;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .products__detail__wrap {
      flex-direction: column;
      margin-top: 30px; } }
  .products__detail__wrap > div {
    width: 49%; }
    @media (max-width: 768px) {
      .products__detail__wrap > div {
        width: 100%; } }
    .products__detail__wrap > div > h3 {
      height: 60px;
      font-weight: 900;
      font-size: 15px;
      border-top: 1px solid #bebebe;
      border-bottom: 1px solid #bebebe;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-left: 10px;
      color: #585858;
      margin-bottom: 15px;
      position: relative; }
      .products__detail__wrap > div > h3:hover {
        cursor: pointer; }
      .products__detail__wrap > div > h3::after {
        content: "＋";
        color: #585858;
        position: absolute;
        top: 30px;
        right: 5px;
        line-height: 0;
        font-weight: 400; }
      .products__detail__wrap > div > h3.active::after {
        content: "ー"; }
    .products__detail__wrap > div:first-child > div {
      display: none; }
      .products__detail__wrap > div:first-child > div table {
        width: 100%; }
        .products__detail__wrap > div:first-child > div table th {
          padding: 2%;
          width: 23%;
          text-align: left;
          color: #585858;
          font-size: 15px; }
          @media (max-width: 768px) {
            .products__detail__wrap > div:first-child > div table th {
              padding: 1%;
              width: 30%;
              font-size: 13px; } }
        .products__detail__wrap > div:first-child > div table td {
          line-height: 1.8;
          color: #585858;
          font-size: 15px; }
          @media (max-width: 768px) {
            .products__detail__wrap > div:first-child > div table td {
              width: 70%;
              font-size: 14px; } }
    .products__detail__wrap > div:last-child > div {
      display: none; }
      .products__detail__wrap > div:last-child > div table th {
        padding: 2%;
        width: 17%;
        text-align: left;
        color: #585858;
        font-size: 15px; }
        @media (max-width: 768px) {
          .products__detail__wrap > div:last-child > div table th {
            padding: 1%;
            width: 20%;
            font-size: 13px; } }
      .products__detail__wrap > div:last-child > div table td {
        line-height: 1.8;
        color: #585858;
        font-size: 15px; }
        @media (max-width: 768px) {
          .products__detail__wrap > div:last-child > div table td {
            width: 80%;
            font-size: 14px; } }

.fs-l-productLayout__item--3 {
  display: none; }

@media (max-width: 768px) {
  .fs-body-product .slick-slider {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .fs-body-product .fs-c-productPrice {
    align-items: flex-end; }
    .fs-body-product .fs-c-productPrice .fs-c-productPrice__main {
      flex-direction: column; }
      .fs-body-product .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
        margin-bottom: 10px; } }
.fs-body-product .fs-l-main {
  max-width: 1080px;
  padding: 0; }
  @media (max-width: 980px) {
    .fs-body-product .fs-l-main {
      padding: 0 2%;
      box-sizing: border-box; } }
  @media (max-width: 768px) {
    .fs-body-product .fs-l-main {
      padding: 0 5%;
      box-sizing: border-box;
      margin-top: 30px; } }
  .fs-body-product .fs-l-main .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #898989; }
    .fs-body-product .fs-l-main .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
      background: #898989; }
  .fs-body-product .fs-l-main .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-size: 20px;
    padding-left: 10px; }
    @media (max-width: 768px) {
      .fs-body-product .fs-l-main .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
        padding-left: 0;
        font-size: 25px;
        color: #D1CCBD; } }
.fs-body-product .fs-l-page .fs-c-breadcrumb {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .fs-body-product .fs-l-page .fs-c-breadcrumb {
      margin: 0 auto;
      padding: 0 3%; }
      .fs-body-product .fs-l-page .fs-c-breadcrumb a {
        color: #585858; } }
.fs-body-product .fs-l-header {
  margin-bottom: 15px; }

.fs-l-product4 .fs-l-productLayout {
  grid-template-columns: inherit;
  grid-gap: 0;
  margin-top: 60px; }

.fs-l-page {
  background: #f6f5f2; }
  @media (max-width: 768px) {
    .fs-l-page {
      padding-top: 70px; } }

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 10; }
  .prev-arrow:hover {
    cursor: pointer; }

.next-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 10; }
  .next-arrow:hover {
    cursor: pointer; }

.slick-box {
  width: 545px; }
  @media (max-width: 980px) {
    .slick-box {
      width: 100%; } }

.slick-dots {
  top: 100%; }
  @media (max-width: 980px) {
    .slick-dots {
      position: inherit;
      bottom: 0; } }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #f6f5f2;
    border-radius: 50%;
    border: 1px solid #585858;
    box-sizing: border-box;
    content: ""; }
    .slick-dots li button::before {
      content: ""; }

.slick-dots li.slick-active button {
  background: #585858 !important; }

.colortip__wrap {
  width: 100%; }
  .colortip__wrap h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 900; }
  .colortip__wrap ul {
    display: flex; }
    @media (max-width: 768px) {
      .colortip__wrap ul {
        flex-wrap: wrap; } }
  .colortip__wrap li {
    width: 34px;
    height: 34px;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .colortip__wrap li {
        margin-bottom: 10px; } }
    .colortip__wrap li:not(:last-child) {
      margin-right: 15px; }
      @media (max-width: 768px) {
        .colortip__wrap li:not(:last-child) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .colortip__wrap li:not(:first-child) {
        margin-left: 14px; } }
    @media (max-width: 768px) {
      .colortip__wrap li:nth-child(8) {
        margin-left: 0; } }

.fs-l-product4 .fs-l-productLayout > * > .colortip__wrap {
  margin-bottom: 30px;
  margin-top: 25px; }

.fs-l-product .fs-l-productLayout > .colortip__wrap {
  margin-bottom: 30px;
  margin-top: 25px; }

@media (max-width: 768px) {
  .fs-l-productLayout__item--2 > .fs-c-productActionButton {
    margin: 0; } }

.column__01 {
  width: 100%;
  grid-column: 1 / 3;
  margin-bottom: 55px; }
  .column__01 dl {
    width: 100%; }
    .column__01 dl dt {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 15px;
      color: #585858; }
      @media (max-width: 768px) {
        .column__01 dl dt {
          line-height: 1.5; } }
    .column__01 dl dd {
      font-size: 15px;
      line-height: 1.8;
      color: #585858; }

.fs-l-productLayout > .column__01 > img {
  width: 100%;
  margin-bottom: 15px; }

.column__02, .column__03 {
  width: 100%;
  display: flex;
  grid-column: 1 / 3;
  margin-bottom: 55px; }
  @media (max-width: 768px) {
    .column__02, .column__03 {
      flex-direction: column; } }
  .column__02 img, .column__03 img {
    width: 100%;
    margin-bottom: 15px; }

.column__02 div:not(:last-child) {
  margin-right: 40px; }
  @media (max-width: 768px) {
    .column__02 div:not(:last-child) {
      margin-right: 0; } }
.column__02 dl dt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #585858; }
  @media (max-width: 768px) {
    .column__02 dl dt {
      line-height: 1.5; } }
.column__02 dl dd {
  font-size: 15px;
  line-height: 1.8;
  color: #585858; }

.column__03 div {
  width: calc(100%/3); }
  .column__03 div:not(:last-child) {
    margin-right: 40px; }
    @media (max-width: 768px) {
      .column__03 div:not(:last-child) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .column__03 div {
      width: 100%; } }
.column__03 dl dt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #585858;
  line-height: 1.6; }
.column__03 dl dd {
  font-size: 15px;
  line-height: 1.8;
  color: #585858; }

.fs-c-breadcrumb {
  font-size: 12px;
  width: 1080px;
  margin: 15px 0 60px;
  color: #585858; }
  @media (max-width: 980px) {
    .fs-c-breadcrumb {
      width: 100%; } }
  @media (max-width: 768px) {
    .fs-c-breadcrumb {
      width: 100%;
      padding: 0 5%;
      font-size: 13px;
      margin: 0 0 20px; } }

@media (max-width: 768px) {
  .fs-l-productLayout {
    display: block; } }

.fs-c-dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 12px;
  color: #585858; }

.fs-c-productSelection {
  margin: 0 !important; }

.sp_itemname > p:first-child {
  font-size: 34px;
  color: #585858;
  margin: 0;
  font-weight: 900; }
  @media (max-width: 768px) {
    .sp_itemname > p:first-child {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.2; } }
.sp_itemname > p:last-child {
  font-size: 15px;
  color: #585858;
  margin: 0 0 15px;
  font-weight: 900; }

.fs-c-featuredProduct__list .fs-c-slick.slick-initialized .slick-slide {
  margin-right: 1.7vw; }
.fs-c-featuredProduct__list .fs-c-productPrice {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productName__copy {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productListItem__productDescription {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productListItem__control {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productListItem__productName a {
  color: #585858;
  font-size: 14px; }
  .fs-c-featuredProduct__list .fs-c-productListItem__productName a:hover {
    text-decoration: none; }
.fs-c-featuredProduct__list .fs-c-button--carousel {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item {
  flex-basis: 250px;
  max-width: 250px;
  min-width: 200px;
  margin: 0; }
  @media (max-width: 768px) {
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item {
      flex-basis: 43.5vw;
      max-width: 43.5vw;
      min-width: 43vw; } }
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
  display: none !important; }

.fs-c-featuredProduct__title {
  display: none; }

.fs-c-featuredProduct__title02 {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: #585858;
  margin-bottom: 40px; }

.TopMV {
  width: 100%;
  background: #f6f5f2; }
  .TopMV > img {
    width: 100%; }
  @media (max-width: 1024px) {
    .TopMV {
      display: none; } }
  .TopMV.sp {
    display: none; }
    @media (max-width: 1024px) {
      .TopMV.sp {
        display: block; } }

.TopWrap {
  width: 100%;
  background: #f6f5f2; }
  .TopWrap > section {
    padding-top: 140px;
    width: 100%; }
    @media (max-width: 768px) {
      .TopWrap > section {
        padding-top: 100px; } }
    .TopWrap > section > .Top__inner {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .TopWrap > section > .Top__inner {
          padding: 0 2%;
          box-sizing: border-box; } }
      .TopWrap > section > .Top__inner.full {
        max-width: none; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner.full {
            padding: 0; } }
      @media (max-width: 768px) {
        .TopWrap > section > .Top__inner.spfull {
          padding: 0; } }
      .TopWrap > section > .Top__inner.small {
        max-width: 1080px; }
      .TopWrap > section > .Top__inner.banner__area {
        padding: 80px 0; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner.banner__area {
            padding: 50px 5%; } }
      .TopWrap > section > .Top__inner > h2 {
        font-size: 34px;
        font-weight: 900;
        color: #585858;
        text-align: center;
        width: 100%;
        line-height: 0.8;
        margin-bottom: 35px; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > h2 {
            font-size: 23px;
            line-height: 1.2; } }
        .TopWrap > section > .Top__inner > h2 > span {
          font-size: 14px;
          font-weight: 900;
          color: #a1a1a1; }
      .TopWrap > section > .Top__inner > ul.Top__item {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > ul.Top__item {
            flex-wrap: wrap; } }
        .TopWrap > section > .Top__inner > ul.Top__item > li {
          position: relative;
          width: 32%; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > ul.Top__item > li {
              width: 48%; }
              .TopWrap > section > .Top__inner > ul.Top__item > li:last-child {
                width: 100%;
                margin-top: 3%; } }
          .TopWrap > section > .Top__inner > ul.Top__item > li img {
            width: 100%; }
          .TopWrap > section > .Top__inner > ul.Top__item > li .hover-mask {
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            justify-content: center;
            font-weight: 900;
            font-size: 38px;
            line-height: 1.4;
            opacity: 1;
            background: none; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > ul.Top__item > li .hover-mask {
                display: none; } }
            .TopWrap > section > .Top__inner > ul.Top__item > li .hover-mask:hover {
              color: #585858;
              transition: all 0.6s ease;
              cursor: pointer;
              background: rgba(255, 255, 255, 0.85); }
      .TopWrap > section > .Top__inner > .slick__recomend .prev-arrow {
        position: absolute;
        top: 47%;
        left: 5%;
        z-index: 10; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .slick__recomend .prev-arrow {
            bottom: -12px;
            left: 10%;
            top: auto; } }
        .TopWrap > section > .Top__inner > .slick__recomend .prev-arrow:hover {
          cursor: pointer; }
      .TopWrap > section > .Top__inner > .slick__recomend .next-arrow {
        position: absolute;
        top: 47%;
        right: 5%;
        z-index: 10; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .slick__recomend .next-arrow {
            bottom: -12px;
            right: 10%;
            top: auto; } }
        .TopWrap > section > .Top__inner > .slick__recomend .next-arrow:hover {
          cursor: pointer; }
      @media (max-width: 768px) {
        .TopWrap > section > .Top__inner > .slick__recomend .slick-dots {
          bottom: -20px; } }
      .TopWrap > section > .Top__inner > .slick__recomend li {
        position: relative; }
        .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask {
          background: rgba(246, 245, 242, 0.85); }
          .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask h3 {
            font-size: 30px;
            font-weight: 900; }
          .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask p {
            font-size: 15px;
            line-height: 2;
            max-width: 320px; }
            .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask p.outline {
              margin-top: 15px;
              line-height: 1.5;
              text-align: left; }
          .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask a {
            color: #585858; }
            .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask a:visited {
              color: #585858; }
            .TopWrap > section > .Top__inner > .slick__recomend li .hover-mask a:hover {
              text-decoration: none;
              color: #585858; }
        .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption {
          display: none; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption {
              display: block;
              text-align-last: center;
              color: #000; }
              .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption:hover {
                text-decoration: none; }
              .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption > h3 {
                font-size: 20px;
                line-height: 1.5;
                margin-top: 10px;
                font-weight: 900; }
              .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption > p {
                font-size: 13px;
                line-height: 1.5; }
                .TopWrap > section > .Top__inner > .slick__recomend li .sp__caption > p.outline {
                  margin-top: 5px; } }
      .TopWrap > section > .Top__inner > .slick__recomend .slick-slide {
        width: 37vw;
        margin-right: 20px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .slick__recomend .slick-slide {
            width: 70vw; } }
      .TopWrap > section > .Top__inner > .slick__recomend__small {
        margin: 80px auto 0;
        max-width: 1080px; }
        .TopWrap > section > .Top__inner > .slick__recomend__small .prev-arrow {
          position: absolute;
          top: 40%;
          left: -10%;
          z-index: 10; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > .slick__recomend__small .prev-arrow {
              bottom: -12px;
              left: 10%;
              top: auto; } }
          .TopWrap > section > .Top__inner > .slick__recomend__small .prev-arrow:hover {
            cursor: pointer; }
        .TopWrap > section > .Top__inner > .slick__recomend__small .next-arrow {
          position: absolute;
          top: 40%;
          right: -10%;
          z-index: 10; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > .slick__recomend__small .next-arrow {
              bottom: -12px;
              right: 10%;
              top: auto; } }
          .TopWrap > section > .Top__inner > .slick__recomend__small .next-arrow:hover {
            cursor: pointer; }
        .TopWrap > section > .Top__inner > .slick__recomend__small li {
          position: relative; }
          .TopWrap > section > .Top__inner > .slick__recomend__small li .hover-mask h3 {
            font-size: 22px;
            line-height: 1.8;
            font-weight: 900; }
          .TopWrap > section > .Top__inner > .slick__recomend__small li .hover-mask p {
            font-size: 15px;
            line-height: 1.5;
            max-width: 320px; }
          .TopWrap > section > .Top__inner > .slick__recomend__small li .hover-mask a {
            color: #585858; }
            .TopWrap > section > .Top__inner > .slick__recomend__small li .hover-mask a:hover {
              text-decoration: none; }
          .TopWrap > section > .Top__inner > .slick__recomend__small li .sp__caption {
            display: none; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .slick__recomend__small li .sp__caption {
                display: block;
                text-align-last: center;
                color: #000; }
                .TopWrap > section > .Top__inner > .slick__recomend__small li .sp__caption:hover {
                  text-decoration: none; }
                .TopWrap > section > .Top__inner > .slick__recomend__small li .sp__caption > h3 {
                  font-size: 20px;
                  line-height: 1.5;
                  margin-top: 10px;
                  font-weight: 900; }
                .TopWrap > section > .Top__inner > .slick__recomend__small li .sp__caption > p {
                  font-size: 13px;
                  line-height: 1.5; } }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .slick__recomend__small .slick-slide {
            width: 40vw; } }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .slick__recomend__small .slick-dots {
            bottom: -20px; } }
      .TopWrap > section > .Top__inner > .Top__feature {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .TopWrap > section > .Top__inner > .Top__feature {
            flex-direction: column; } }
        .TopWrap > section > .Top__inner > .Top__feature > li {
          position: relative;
          width: 31%;
          color: #585858; }
          .TopWrap > section > .Top__inner > .Top__feature > li:hover {
            transition: all 0.6s ease;
            cursor: pointer;
            opacity: 0.8;
            text-decoration: none; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > .Top__feature > li {
              width: 100%; } }
          .TopWrap > section > .Top__inner > .Top__feature > li div {
            padding-left: 20px;
            border-left: 5px solid #585858;
            margin-top: 15px; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .Top__feature > li div {
                border-left: 3px solid #585858;
                padding-left: 5%;
                box-sizing: border-box;
                margin: 15px 4% 50px; } }
          .TopWrap > section > .Top__inner > .Top__feature > li h3 {
            font-size: 20px;
            font-weight: 900;
            margin-bottom: 25px; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .Top__feature > li h3 {
                font-size: 15px;
                margin-bottom: 10px; } }
          .TopWrap > section > .Top__inner > .Top__feature > li p {
            font-size: 15px;
            line-height: 1.8; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .Top__feature > li p {
                font-size: 13px;
                line-height: 1.5; } }
          .TopWrap > section > .Top__inner > .Top__feature > li a {
            color: #585858; }
            .TopWrap > section > .Top__inner > .Top__feature > li a:hover {
              text-decoration: none; }
      .TopWrap > section > .Top__inner > .News__list {
        width: 100%; }
        .TopWrap > section > .Top__inner > .News__list > dl {
          width: 100%;
          display: flex;
          justify-content: center;
          padding: 20px 0;
          font-size: 15px;
          color: #585858;
          font-weight: 900; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner > .News__list > dl {
              flex-direction: column;
              padding: 0 5%;
              box-sizing: border-box; } }
          .TopWrap > section > .Top__inner > .News__list > dl:nth-child(odd) {
            background: #eeedea; }
          .TopWrap > section > .Top__inner > .News__list > dl dt {
            width: 10%;
            max-width: 130px; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .News__list > dl dt {
                width: 100%;
                padding: 4% 0 1%; } }
          .TopWrap > section > .Top__inner > .News__list > dl dd {
            width: 90%;
            max-width: 950px; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner > .News__list > dl dd {
                width: 100%;
                padding: 2% 0 4%; } }
      .TopWrap > section > .Top__inner ul.News__list {
        width: 100%; }
        .TopWrap > section > .Top__inner ul.News__list li {
          display: flex;
          justify-content: center;
          padding: 20px 0;
          font-size: 15px;
          color: #585858;
          font-weight: 900; }
          @media (max-width: 768px) {
            .TopWrap > section > .Top__inner ul.News__list li {
              flex-direction: column;
              padding: 4%;
              box-sizing: border-box;
              font-weight: 400; } }
          .TopWrap > section > .Top__inner ul.News__list li:nth-child(odd) {
            background: #eeedea; }
          .TopWrap > section > .Top__inner ul.News__list li div {
            display: flex;
            width: 100%;
            max-width: 1080px;
            margin: 0 auto; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner ul.News__list li div {
                flex-direction: column; } }
          .TopWrap > section > .Top__inner ul.News__list li time {
            width: 10%;
            max-width: 130px; }
            @media (max-width: 768px) {
              .TopWrap > section > .Top__inner ul.News__list li time {
                width: 100%; } }

.fs-l-sideArea {
  width: 220px;
  box-sizing: border-box;
  margin-left: 20px;
  padding: 0; }
  @media (max-width: 768px) {
    .fs-l-sideArea {
      display: none; } }

.aside {
  max-width: 220px;
  padding-left: 20px;
  padding-top: 20px;
  background: #FFF;
  width: 20%; }
  @media (max-width: 1024px) {
    .aside {
      display: none; } }
  .aside input {
    background: #f5f5f5;
    width: 144px;
    padding: 12px; }
  .aside button {
    background: #f5f5f5;
    padding: 0; }
    .aside button > img {
      width: 35%; }
  .aside form {
    display: flex; }
  .aside h2 {
    font-size: 16px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #080102;
    font-weight: 900;
    margin-bottom: 15px;
    color: #585858;
    width: 180px; }
  .aside h3 {
    padding: 8px 0 8px 15px;
    box-sizing: border-box;
    transition: all 0.3s; }
    .aside h3:hover {
      background: #f6f5f2;
      color: #9d9d9f;
      font-weight: 900;
      transition: all 0.3s; }
    .aside h3 a {
      font-size: 15px;
      text-decoration: none;
      color: #585858;
      font-weight: 900; }
  .aside > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    .aside > div > a {
      font-size: 15px;
      text-decoration: none;
      color: #585858;
      box-sizing: border-box;
      padding: 8px 0 8px 25px;
      transition: all 0.3s; }
      .aside > div > a:hover {
        background: #f6f5f2;
        color: #9d9d9f;
        font-weight: 900;
        transition: all 0.3s; }
      .aside > div > a.active {
        background: #f6f5f2;
        color: #9d9d9f;
        font-weight: 900; }
      .aside > div > a + h3 {
        margin-top: 10px; }

.fs-body-register .fs-c-dropdown, .fs-body-customerDetails .fs-c-dropdown {
  width: 35%; }
  @media (max-width: 768px) {
    .fs-body-register .fs-c-dropdown, .fs-body-customerDetails .fs-c-dropdown {
      width: 50%; } }
.fs-body-register .fs-l-pageMain, .fs-body-customerDetails .fs-l-pageMain {
  width: 80%;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .fs-body-register .fs-l-pageMain, .fs-body-customerDetails .fs-l-pageMain {
      width: 100%;
      padding: 15px 5% 50px; } }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain input, .fs-body-customerDetails .fs-l-pageMain input {
      font-size: 14px;
      width: 100%; } }
  .fs-body-register .fs-l-pageMain .fs-c-button--confirmRegister, .fs-body-customerDetails .fs-l-pageMain .fs-c-button--confirmRegister {
    margin-bottom: 60px;
    position: relative; }
    .fs-body-register .fs-l-pageMain .fs-c-button--confirmRegister::after, .fs-body-customerDetails .fs-l-pageMain .fs-c-button--confirmRegister::after {
      content: "";
      width: 18px;
      height: 18px;
      background: url(https://itokiishop.itembox.design/item/common/entry_arrow.png) no-repeat;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 18px; }
  .fs-body-register .fs-l-pageMain .fs-c-checkbox, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox {
    margin-bottom: 15px; }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-breadcrumb, .fs-body-customerDetails .fs-l-pageMain .fs-c-breadcrumb {
      padding: 0 3%;
      margin: 0px 0 40px; } }
  .fs-body-register .fs-l-pageMain form #fs_form, .fs-body-customerDetails .fs-l-pageMain form #fs_form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .fs-body-register .fs-l-pageMain input#fs_input_lastName, .fs-body-register .fs-l-pageMain input#fs_input_lastNameKana, .fs-body-customerDetails .fs-l-pageMain input#fs_input_lastName, .fs-body-customerDetails .fs-l-pageMain input#fs_input_lastNameKana {
    width: 95%; }
  .fs-body-register .fs-l-pageMain .fs-c-inputInformation__field, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputInformation__field {
    margin: 0 auto;
    max-width: 700px; }
  .fs-body-register .fs-l-pageMain input[type="password"], .fs-body-register .fs-l-pageMain input[type="text"], .fs-body-register .fs-l-pageMain input[type="submit"], .fs-body-register .fs-l-pageMain input[type="email"], .fs-body-register .fs-l-pageMain input[type="tel"], .fs-body-register .fs-l-pageMain input[type="date"], .fs-body-register .fs-l-pageMain input[type="button"], .fs-body-customerDetails .fs-l-pageMain input[type="password"], .fs-body-customerDetails .fs-l-pageMain input[type="text"], .fs-body-customerDetails .fs-l-pageMain input[type="submit"], .fs-body-customerDetails .fs-l-pageMain input[type="email"], .fs-body-customerDetails .fs-l-pageMain input[type="tel"], .fs-body-customerDetails .fs-l-pageMain input[type="date"], .fs-body-customerDetails .fs-l-pageMain input[type="button"] {
    background: #FFF;
    border: 1px solid #bebebe;
    height: 50px;
    padding-left: 10px; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain input[type="password"], .fs-body-register .fs-l-pageMain input[type="text"], .fs-body-register .fs-l-pageMain input[type="submit"], .fs-body-register .fs-l-pageMain input[type="email"], .fs-body-register .fs-l-pageMain input[type="tel"], .fs-body-register .fs-l-pageMain input[type="date"], .fs-body-register .fs-l-pageMain input[type="button"], .fs-body-customerDetails .fs-l-pageMain input[type="password"], .fs-body-customerDetails .fs-l-pageMain input[type="text"], .fs-body-customerDetails .fs-l-pageMain input[type="submit"], .fs-body-customerDetails .fs-l-pageMain input[type="email"], .fs-body-customerDetails .fs-l-pageMain input[type="tel"], .fs-body-customerDetails .fs-l-pageMain input[type="date"], .fs-body-customerDetails .fs-l-pageMain input[type="button"] {
        width: 95%; } }
  .fs-body-register .fs-l-pageMain .fs-c-radioGroup > .fs-c-radio, .fs-body-customerDetails .fs-l-pageMain .fs-c-radioGroup > .fs-c-radio {
    margin-top: 0; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-radioGroup > .fs-c-radio, .fs-body-customerDetails .fs-l-pageMain .fs-c-radioGroup > .fs-c-radio {
        flex-basis: 28%; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputTable th, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputTable th {
    padding-bottom: 10px;
    font-size: 14px; }
  .fs-body-register .fs-l-pageMain .fs-c-requiredMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-requiredMark {
    color: #e95620; }
  .fs-body-register .fs-l-pageMain .fs-c-inputDate > *, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputDate > * {
    width: 165px; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-inputDate > *, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputDate > * {
        width: 29%; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputDate select, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputDate select {
    border: 1px solid #bebebe;
    height: 50px; }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-radioGroup, .fs-body-customerDetails .fs-l-pageMain .fs-c-radioGroup {
      flex-direction: row; } }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-inputTextGroup, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputTextGroup {
      flex-direction: column; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputTextGroup .fs-c-inputTextGroup__item, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputTextGroup .fs-c-inputTextGroup__item {
    width: 100%;
    margin-bottom: 15px; }
  .fs-body-register .fs-l-pageMain .fs-c-inputTextGroup > * + *, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputTextGroup > * + * {
    margin-left: 0px; }
  .fs-body-register .fs-l-pageMain .fs-c-radio__radioMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-radio__radioMark {
    border-color: #d1ccbd;
    width: 25px;
    height: 25px; }
  .fs-body-register .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #d1ccbd; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
        width: 25px;
        height: 25px; } }
    .fs-body-register .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before, .fs-body-customerDetails .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
      background: #d1ccbd; }
      @media (max-width: 768px) {
        .fs-body-register .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before, .fs-body-customerDetails .fs-l-pageMain .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
          width: 13px;
          height: 13px; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputField__explanation, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputField__explanation {
    display: none; }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-checkbox__checkMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox__checkMark {
      width: 25px;
      height: 25px; } }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-checkbox__labelText, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox__labelText {
      padding-left: 10px; } }
  .fs-body-register .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #d1ccbd;
    border-color: #d1ccbd; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
        width: 25px;
        height: 25px; } }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before, .fs-body-customerDetails .fs-l-pageMain .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
        top: 0.5em;
        left: 0.3em; } }
  .fs-body-register .fs-l-pageMain select, .fs-body-customerDetails .fs-l-pageMain select {
    color: #e6e6e6; }
    .fs-body-register .fs-l-pageMain select option, .fs-body-customerDetails .fs-l-pageMain select option {
      color: #585858; }
  .fs-body-register .fs-l-pageMain #fs_input_prefecture, .fs-body-customerDetails .fs-l-pageMain #fs_input_prefecture {
    border: 1px solid #bebebe;
    height: 50px; }
  .fs-body-register .fs-l-pageMain .fs-c-heading--page, .fs-body-customerDetails .fs-l-pageMain .fs-c-heading--page {
    padding: 0; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-heading--page, .fs-body-customerDetails .fs-l-pageMain .fs-c-heading--page {
        font-size: 24px; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputInformation__message, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputInformation__message {
    margin: 0 auto 70px; }
    @media (max-width: 768px) {
      .fs-body-register .fs-l-pageMain .fs-c-inputInformation__message, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputInformation__message {
        margin: 0 auto 40px; } }
    .fs-body-register .fs-l-pageMain .fs-c-inputInformation__message > p, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputInformation__message > p {
      font-size: 16px;
      text-align: center;
      line-height: 2; }
      @media (max-width: 768px) {
        .fs-body-register .fs-l-pageMain .fs-c-inputInformation__message > p, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputInformation__message > p {
          font-size: 12px; } }
  .fs-body-register .fs-l-pageMain .fs-c-inputGroup, .fs-body-customerDetails .fs-l-pageMain .fs-c-inputGroup {
    border: none; }
  .fs-body-register .fs-l-pageMain .fs-c-button--primary, .fs-body-customerDetails .fs-l-pageMain .fs-c-button--primary {
    width: 300px;
    background: #d1ccbd;
    color: #585858;
    height: 50px;
    border: none;
    font-weight: 900;
    box-shadow: none; }
    .fs-body-register .fs-l-pageMain .fs-c-button--primary:hover, .fs-body-customerDetails .fs-l-pageMain .fs-c-button--primary:hover {
      text-decoration: none;
      opacity: 0.8;
      transition: all 0.6s ease;
      cursor: pointer; }
  .fs-body-register .fs-l-pageMain .fs-c-agreementConfirmationArea div, .fs-body-customerDetails .fs-l-pageMain .fs-c-agreementConfirmationArea div {
    margin-bottom: 10px;
    font-size: 14px; }
  @media (max-width: 768px) {
    .fs-body-register .fs-l-pageMain .fs-c-panel--error, .fs-body-customerDetails .fs-l-pageMain .fs-c-panel--error {
      margin-top: 70px; } }

.fs-body-my-addressbook-edit .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-addressbook-edit .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-my-addressbook-edit .fs-l-pageMain input {
    border: 1px solid #eee;
    background: #FFF;
    height: 50px;
    padding-left: 10px; }
  .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-dropdown__menu {
    height: 50px; }
  .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-inputTable__headerCell, .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-inputTable__dataCell {
    margin-bottom: 10px;
    font-size: 14px; }
  .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-button__label {
    color: #585858;
    font-size: 13px; }
  .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-button--primary {
    background: #d1ccbd;
    border: none;
    box-shadow: none; }
  .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-button--cancel {
    box-shadow: none;
    border: none; }
    .fs-body-my-addressbook-edit .fs-l-pageMain .fs-c-button--cancel .fs-c-button__label {
      color: #585858; }

.fs-body-my-top .delete_button {
  text-align: center;
  width: 100%;
  margin: 30px 0;
  color: #585858; }
.fs-body-my-top .fs-p-accountInfo {
  background: none; }
.fs-body-my-top .fs-c-wishlistProduct {
  display: none; }
.fs-body-my-top .fs-p-accountInfo__body {
  display: none; }
.fs-body-my-top .fs-p-accountInfo__accountName__name {
  font-size: 18px;
  color: #585858;
  font-weight: bold; }
.fs-body-my-top .fs-p-accountInfo__accountName__nameLabel {
  font-size: 18px; }
.fs-body-my-top .fs-l-main {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto; }
.fs-body-my-top .fs-l-pageMain {
  width: 80%; }
  @media (max-width: 1024px) {
    .fs-body-my-top .fs-l-pageMain {
      width: 100%;
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .fs-body-my-top .fs-l-pageMain {
      padding-top: 0px; } }
  @media (max-width: 768px) {
    .fs-body-my-top .fs-l-pageMain .fs-c-breadcrumb {
      padding: 0 3%;
      margin: 0px 0 40px; } }
  .fs-body-my-top .fs-l-pageMain .fs-l-account {
    display: block;
    width: 100%; }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page {
    height: 250px;
    flex-basis: 23%;
    margin: 0 20px 30px 0; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page {
        height: 20vh;
        flex-basis: 47%;
        margin: 0 0 20px 0; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #FFF;
    border: none;
    border-radius: 0; }
    .fs-body-my-top .fs-l-pageMain .fs-c-accountService__pageLink:hover {
      opacity: 0.6;
      transition: all 0.6s ease;
      cursor: pointer; }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService {
    justify-content: flex-start;
    margin-left: 0; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService {
        padding: 0 3%;
        justify-content: space-between; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_01.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_02.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_04.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_03.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_05.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    content: "";
    background: url(https://itokiishop.itembox.design/item/mypage/mypage_icon_06.png) no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
        margin-bottom: 15px;
        margin-top: 10px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-string {
    font-weight: 900;
    color: #585858; }
    @media (max-width: 768px) {
      .fs-body-my-top .fs-l-pageMain .fs-c-string {
        font-size: 14px; } }
  .fs-body-my-top .fs-l-pageMain .fs-c-accountService__page--accountDelete {
    display: none; }

.fs-body-login .fs-l-main, .fs-body-wishlist-login .fs-l-main {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around; }
  .fs-body-login .fs-l-main .fs-c-heading--page, .fs-body-wishlist-login .fs-l-main .fs-c-heading--page {
    padding: 0 0 50px; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-main .fs-c-heading--page, .fs-body-wishlist-login .fs-l-main .fs-c-heading--page {
        padding: 0 0 25px; } }
.fs-body-login .fs-l-pageMain, .fs-body-wishlist-login .fs-l-pageMain {
  width: 80%;
  max-width: 1090px; }
  @media (max-width: 1024px) {
    .fs-body-login .fs-l-pageMain, .fs-body-wishlist-login .fs-l-pageMain {
      width: 100%;
      padding-top: 70px; } }
  .fs-body-login .fs-l-pageMain input, .fs-body-wishlist-login .fs-l-pageMain input {
    padding-left: 10px;
    font-size: 13px; }
  @media (max-width: 768px) {
    .fs-body-login .fs-l-pageMain .fs-c-breadcrumb, .fs-body-wishlist-login .fs-l-pageMain .fs-c-breadcrumb {
      padding: 0 3%;
      margin: 0px 0 40px; } }
  .fs-body-login .fs-l-pageMain .fs-c-registeredUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-registeredUsers {
    flex-grow: 0;
    flex-basis: 48%;
    width: 48%; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-registeredUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-registeredUsers {
        flex-basis: 100%;
        width: 100%; } }
  .fs-body-login .fs-l-pageMain .fs-c-newUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers {
    margin-left: 0;
    width: 48%; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-newUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers {
        flex-basis: 100%;
        width: 100%; } }
  @media (max-width: 768px) {
    .fs-body-login .fs-l-pageMain .fs-c-newUsers__title, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers__title {
      font-size: 16px; } }
  .fs-body-login .fs-l-pageMain .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__field {
    background: #FFF; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__field {
        padding: 16px 18px; } }
  @media (max-width: 768px) {
    .fs-body-login .fs-l-pageMain .fs-c-inputInformation__button, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__button {
      margin-top: 0; } }
  @media (max-width: 768px) {
    .fs-body-login .fs-l-pageMain .fs-c-buttonContainer--memberRegister, .fs-body-wishlist-login .fs-l-pageMain .fs-c-buttonContainer--memberRegister {
      padding-bottom: 30px; } }
  .fs-body-login .fs-l-pageMain .fs-c-button--login, .fs-body-wishlist-login .fs-l-pageMain .fs-c-button--login {
    box-shadow: none; }
  .fs-body-login .fs-l-pageMain .fs-c-fsLogin, .fs-body-wishlist-login .fs-l-pageMain .fs-c-fsLogin {
    background: #FFF; }
  .fs-body-login .fs-l-pageMain .fs-c-registeredUsers, .fs-body-login .fs-l-pageMain .fs-c-newUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-registeredUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers {
    background: #FFF; }
  @media (max-width: 768px) {
    .fs-body-login .fs-l-pageMain .fs-c-registeredUsers, .fs-body-wishlist-login .fs-l-pageMain .fs-c-registeredUsers {
      margin-bottom: 50px; } }
  .fs-body-login .fs-l-pageMain .fs-c-subSection__title, .fs-body-wishlist-login .fs-l-pageMain .fs-c-subSection__title {
    background: #F6F5F2;
    padding-bottom: 20px;
    border-bottom: none;
    font-size: 20px;
    color: #585858;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-subSection__title, .fs-body-wishlist-login .fs-l-pageMain .fs-c-subSection__title {
        font-size: 16px; } }
  .fs-body-login .fs-l-pageMain .fs-c-loginForm, .fs-body-wishlist-login .fs-l-pageMain .fs-c-loginForm {
    justify-content: space-between; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-loginForm, .fs-body-wishlist-login .fs-l-pageMain .fs-c-loginForm {
        padding: 0 5%; } }
  .fs-body-login .fs-l-pageMain .fs-c-inputTable input, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputTable input {
    height: 40px; }
    .fs-body-login .fs-l-pageMain .fs-c-inputTable input#fs_input_mailAddress, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputTable input#fs_input_mailAddress {
      border: 1px solid #bebebe; }
  .fs-body-login .fs-l-pageMain .fs-c-inputInformation__link, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__link {
    text-align: center;
    padding-bottom: 60px; }
    .fs-body-login .fs-l-pageMain .fs-c-inputInformation__link a, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__link a {
      text-decoration: underline;
      color: #585858;
      font-size: 14px; }
      .fs-body-login .fs-l-pageMain .fs-c-inputInformation__link a::after, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputInformation__link a::after {
        content: "＞";
        font-size: 14px; }
  .fs-body-login .fs-l-pageMain .fs-c-newUsers__message, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers__message {
    padding: 18% 8%;
    font-size: 14px;
    line-height: 1.8;
    color: #585858;
    height: 235px; }
    @media (max-width: 768px) {
      .fs-body-login .fs-l-pageMain .fs-c-newUsers__message, .fs-body-wishlist-login .fs-l-pageMain .fs-c-newUsers__message {
        height: auto;
        padding: 6% 8%; } }
  .fs-body-login .fs-l-pageMain .fs-c-button--primary, .fs-body-wishlist-login .fs-l-pageMain .fs-c-button--primary {
    background: #d1ccbd;
    height: 50px;
    width: 300px;
    color: #585858;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none; }
  .fs-body-login .fs-l-pageMain .fs-c-inputTable__dataCell, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputTable__dataCell {
    padding-top: 5px; }
  .fs-body-login .fs-l-pageMain .fs-c-inputTable__label, .fs-body-wishlist-login .fs-l-pageMain .fs-c-inputTable__label {
    font-size: 14px; }

@media (max-width: 768px) {
  .fs-body-cart .fs-c-wishlistProduct .fs-c-button--plain.fs-c-button--addToCart--list::before {
    display: none; } }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-wishlistProduct .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-size: 18px; } }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-wishlistProduct .fs-c-productPrice__main__label {
    display: none; } }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__control {
    width: 95%; } }
.fs-body-cart .fs-c-button--buyItLater {
  display: none; }
.fs-body-cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  display: none; }
.fs-body-cart .fs-c-quantity__select {
  padding-left: 13px;
  border: 1px solid #ececec; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-quantity__select {
      font-size: 12px; } }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-price__value + span {
    font-size: 14px; } }
.fs-body-cart .fs-c-cartTable__dataCell--subtotal .fs-c-price {
  justify-content: center; }
.fs-body-cart .fs-c-cartTable__dataCell--point, .fs-body-cart .fs-c-cartTable__dataCell--quantity, .fs-body-cart .fs-c-cartTable__dataCell--subtotal {
  text-align: left; }
.fs-body-cart .fs-c-productName__copy, .fs-body-cart .fs-c-productName__name, .fs-body-cart .fs-c-productName__variation {
  margin: 10px 0; }
.fs-body-cart .fs-c-wishlistProduct__title, .fs-body-cart .fs-c-featuredProduct__title {
  margin: 60px 0 40px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-wishlistProduct__title, .fs-body-cart .fs-c-featuredProduct__title {
      font-size: 15px;
      font-weight: 900; } }
.fs-body-cart .fs-c-wishlistProduct {
  padding-bottom: 50px; }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-productListItem__productName {
    font-size: 14px; } }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-productPrice__addon {
    font-size: 12px; } }
.fs-body-cart .fs-c-wishlistProduct__footer {
  display: none; }
@media (max-width: 768px) {
  .fs-body-cart .fs-c-button--viewProductDetail {
    display: none; } }
.fs-body-cart .fs-c-productPrice__main span {
  font-size: 14px;
  color: #585858; }
.fs-body-cart .fs-c-heading--page {
  padding: 0; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-heading--page {
      font-size: 24px; } }
.fs-body-cart .fs-c-featuredProduct {
  display: none; }
.fs-body-cart .fs-l-main {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around; }
.fs-body-cart .fs-l-pageMain {
  width: 80%;
  max-width: 1090px; }
  @media (max-width: 1024px) {
    .fs-body-cart .fs-l-pageMain {
      width: 100%;
      padding: 15px 5% 50px; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-l-pageMain .fs-c-breadcrumb {
      padding: 0 3%;
      margin: 0px 0 40px; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-l-pageMain .fs-l-cart {
      padding: 0; } }
.fs-body-cart .fs-c-cartTableContainer {
  background: #FFF;
  border: none;
  padding: 6% 5%; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__row {
      display: flex;
      border-bottom: none; } }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__unitPrice {
    display: none; }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--quantity, .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--action, .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--subtotal {
    vertical-align: middle; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--quantity::before {
      content: "数量："; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--subtotal::before {
      content: "小計："; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--product {
      width: 100%;
      display: flex; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--subtotal {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      padding-left: 27%; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--quantity {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      padding-left: 27%; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__quantity {
      width: 60%; } }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__quantity > select.fs-c-cartTable__quantity {
    border: 1px solid #ececec; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--action {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton {
      width: 73%;
      background: #898989;
      color: #FFF;
      height: 45px; } }
  @media (max-width: 768px) {
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton .fs-c-button__label {
      color: #FFF;
      font-size: 12px; } }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-listedProductName__variation, .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__productName__name {
    font-size: 14px;
    margin-bottom: 10px; }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-price__value {
    font-size: 14px; }
  .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell {
    background: #FFF;
    padding: 2% 0;
    color: #585858; }
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--product {
      width: 40%; }
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--quantity {
      width: 8%; }
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--subtotal {
      width: 12%; }
    .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
      width: 15%; }
      .fs-body-cart .fs-c-cartTableContainer .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action span {
        text-decoration: underline; }
.fs-body-cart .fs-l-cart__sideColumn {
  border: none;
  background: #FFF; }
  @media (max-width: 768px) {
    .fs-body-cart .fs-l-cart__sideColumn {
      padding: 5%; } }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-price__value {
    font-size: 16px;
    font-weight: 900;
    border-top: none; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-l-cart__sideColumn .fs-c-price__value + span {
        font-size: 14px; } }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable {
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable {
        margin-bottom: 35px; } }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable th {
      border-top: none; }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr {
      border-bottom: none; }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__count td {
      font-size: 16px;
      border-top: none;
      font-weight: 900; }
      @media (max-width: 768px) {
        .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__count td {
          font-size: 13px; } }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__itemPriceSummary td {
      border-top: none;
      font-weight: 900; }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-purchaseHere__message {
    font-size: 14px; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-l-cart__sideColumn .fs-c-purchaseHere__message {
        text-align: center; } }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
    background: #FFF;
    border: 1px solid #d1ccbd;
    box-shadow: none; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
        background: #d1ccbd;
        color: #585858;
        border: none;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase > span {
      color: #d1ccbd; }
      @media (max-width: 768px) {
        .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase > span {
          color: #585858; } }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase, .fs-body-cart .fs-l-cart__sideColumn a.fs-c-button--purchaseHere.fs-c-button--primary {
    background: #898989;
    border: none;
    box-shadow: none; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase, .fs-body-cart .fs-l-cart__sideColumn a.fs-c-button--purchaseHere.fs-c-button--primary {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase > span, .fs-body-cart .fs-l-cart__sideColumn a.fs-c-button--purchaseHere.fs-c-button--primary > span {
      color: #FFF; }
.fs-body-cart .fs-c-continueShopping {
  text-align: center; }
  .fs-body-cart .fs-c-continueShopping > a {
    background: #d1ccbd;
    color: #585858;
    width: 400px;
    height: 50px;
    box-shadow: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .fs-body-cart .fs-c-continueShopping > a {
        width: 80%;
        height: 60px;
        margin-top: 40px; } }

.fs-body-custom .guide__wrap .fs-c-heading--page {
  padding: 0 0 50px; }
.fs-body-custom .guide__wrap h2 {
  font-size: 26px;
  padding-bottom: 60px;
  color: #585858;
  font-weight: 900; }
  @media (max-width: 768px) {
    .fs-body-custom .guide__wrap h2 {
      display: none; } }
.fs-body-custom .guide__wrap h3 {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  padding: 30px 0 30px 15px;
  color: #585858;
  font-weight: 900;
  font-size: 20px; }
  @media (max-width: 768px) {
    .fs-body-custom .guide__wrap h3 {
      padding: 15px 0 15px 15px;
      font-size: 16px; } }
.fs-body-custom .guide__wrap .flow {
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 15px;
  border-left: 1px solid #585858;
  padding-top: 15px; }
  @media (max-width: 768px) {
    .fs-body-custom .guide__wrap .flow {
      margin-top: 25px;
      margin-bottom: 50px; } }
  .fs-body-custom .guide__wrap .flow dl {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .guide__wrap .flow dl:first-child {
      margin-top: -25px; }
    .fs-body-custom .guide__wrap .flow dl:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .guide__wrap .flow dl:not(:last-child) {
          margin-bottom: 20px; } }
  .fs-body-custom .guide__wrap .flow dt {
    padding-left: 20px;
    line-height: 1.8;
    position: relative;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .guide__wrap .flow dt {
        padding-left: 10px;
        font-size: 14px; } }
    .fs-body-custom .guide__wrap .flow dt::before {
      background: #585858;
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      border-radius: 50%;
      left: -5px;
      top: 8px; }
  .fs-body-custom .guide__wrap .flow dd {
    padding-left: 40px;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .fs-body-custom .guide__wrap .flow dd {
        font-size: 14px; } }
    .fs-body-custom .guide__wrap .flow dd.syori {
      margin-top: 30px;
      font-size: 12px; }
      .fs-body-custom .guide__wrap .flow dd.syori span {
        font-size: 14px;
        font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .guide__wrap .flow dd {
        padding-left: 20px; } }
.fs-body-custom .reserve_wrap {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .fs-body-custom .reserve_wrap {
      margin-bottom: 50px; } }
  .fs-body-custom .reserve_wrap dl {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .reserve_wrap dl:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .reserve_wrap dl:not(:last-child) {
          margin-bottom: 20px; } }
    .fs-body-custom .reserve_wrap dl:first-child {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .reserve_wrap dl:first-child {
          margin-top: 20px; } }
  .fs-body-custom .reserve_wrap dt {
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .reserve_wrap dt {
        padding-left: 0;
        font-size: 14px; } }
  .fs-body-custom .reserve_wrap dd {
    padding-left: 40px;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .fs-body-custom .reserve_wrap dd {
        padding-left: 15px;
        font-size: 14px;
        margin-bottom: 20px; } }
    .fs-body-custom .reserve_wrap dd p {
      line-height: 1.8;
      padding-left: 8px;
      text-indent: -8px;
      margin-left: 20px;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .fs-body-custom .reserve_wrap dd p {
          margin-left: 10px; } }
    .fs-body-custom .reserve_wrap dd span {
      font-weight: 900; }
  .fs-body-custom .reserve_wrap .btn__keiro {
    width: 400px;
    height: 50px;
    background: #d1ccbd;
    color: #585858;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 70px; }
    .fs-body-custom .reserve_wrap .btn__keiro:hover {
      opacity: 0.8;
      transition: all 0.6s; }
    @media (max-width: 768px) {
      .fs-body-custom .reserve_wrap .btn__keiro {
        width: 90%;
        font-size: 14px;
        height: 60px; } }
.fs-body-custom .payment_wrap {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .fs-body-custom .payment_wrap {
      margin-bottom: 50px; } }
  .fs-body-custom .payment_wrap dl {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .payment_wrap dl:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .payment_wrap dl:not(:last-child) {
          margin-bottom: 20px; } }
    .fs-body-custom .payment_wrap dl:first-child {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .payment_wrap dl:first-child {
          margin-top: 20px; } }
  .fs-body-custom .payment_wrap dt {
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .payment_wrap dt {
        padding-left: 15px;
        font-size: 14px; } }
  .fs-body-custom .payment_wrap dd {
    padding-left: 40px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .fs-body-custom .payment_wrap dd {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 15px; } }
    .fs-body-custom .payment_wrap dd span {
      font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .payment_wrap dd img {
        margin: 10px 0; } }
    .fs-body-custom .payment_wrap dd p {
      line-height: 1.8;
      padding-left: 8px;
      text-indent: -8px;
      margin-left: 20px;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .fs-body-custom .payment_wrap dd p {
          margin-left: 15px; } }
.fs-body-custom .cancel_wrap {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .fs-body-custom .cancel_wrap {
      margin-bottom: 50px; } }
  .fs-body-custom .cancel_wrap p {
    font-size: 15px;
    color: #585858;
    line-height: 1.8;
    padding: 30px 20px;
    box-sizing: border-box; }
  .fs-body-custom .cancel_wrap dl {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .cancel_wrap dl:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .cancel_wrap dl:not(:last-child) {
          margin-bottom: 20px; } }
    .fs-body-custom .cancel_wrap dl:first-child {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .cancel_wrap dl:first-child {
          margin-top: 20px; } }
  .fs-body-custom .cancel_wrap dt {
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .cancel_wrap dt {
        padding-left: 15px;
        font-size: 14px; } }
  .fs-body-custom .cancel_wrap dd {
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 0 0 40px; }
    @media (max-width: 768px) {
      .fs-body-custom .cancel_wrap dd {
        padding-left: 25px;
        font-size: 14px;
        margin-bottom: 15px; } }
    .fs-body-custom .cancel_wrap dd span {
      font-weight: 900; }
    .fs-body-custom .cancel_wrap dd a {
      text-decoration: underline;
      margin-left: 10px; }
    .fs-body-custom .cancel_wrap dd p {
      line-height: 1.8;
      padding: 0 0 0 8px;
      text-indent: -8px;
      margin-left: 20px;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .fs-body-custom .cancel_wrap dd p {
          margin-left: 0;
          padding: 0 0 0 8px;
          text-indent: 0; } }
.fs-body-custom .other_wrap, .fs-body-custom .paper_wrap {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .fs-body-custom .other_wrap, .fs-body-custom .paper_wrap {
      margin-bottom: 50px; } }
  .fs-body-custom .other_wrap p, .fs-body-custom .paper_wrap p {
    font-size: 15px;
    color: #585858;
    line-height: 1.8;
    padding: 30px 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .fs-body-custom .other_wrap p, .fs-body-custom .paper_wrap p {
        font-size: 14px;
        padding: 20px 0; } }
  .fs-body-custom .other_wrap ul, .fs-body-custom .paper_wrap ul {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .other_wrap ul:not(:last-child), .fs-body-custom .paper_wrap ul:not(:last-child) {
      margin-bottom: 40px; }
    .fs-body-custom .other_wrap ul:first-child, .fs-body-custom .paper_wrap ul:first-child {
      margin-top: 40px; }
  .fs-body-custom .other_wrap li, .fs-body-custom .paper_wrap li {
    padding-left: 35px;
    text-indent: -20px;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .fs-body-custom .other_wrap li, .fs-body-custom .paper_wrap li {
        padding-left: 15px;
        font-size: 14px;
        text-indent: -15px; } }
  .fs-body-custom .other_wrap dl, .fs-body-custom .paper_wrap dl {
    font-size: 15px;
    color: #585858; }
    .fs-body-custom .other_wrap dl:not(:last-child), .fs-body-custom .paper_wrap dl:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .other_wrap dl:not(:last-child), .fs-body-custom .paper_wrap dl:not(:last-child) {
          margin-bottom: 20px; } }
    .fs-body-custom .other_wrap dl:first-child, .fs-body-custom .paper_wrap dl:first-child {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .fs-body-custom .other_wrap dl:first-child, .fs-body-custom .paper_wrap dl:first-child {
          margin-top: 20px; } }
  .fs-body-custom .other_wrap dt, .fs-body-custom .paper_wrap dt {
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 900; }
    @media (max-width: 768px) {
      .fs-body-custom .other_wrap dt, .fs-body-custom .paper_wrap dt {
        padding-left: 15px;
        font-size: 14px; } }
  .fs-body-custom .other_wrap dd, .fs-body-custom .paper_wrap dd {
    padding-left: 40px;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .fs-body-custom .other_wrap dd, .fs-body-custom .paper_wrap dd {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 20px; } }
    .fs-body-custom .other_wrap dd span, .fs-body-custom .paper_wrap dd span {
      padding-left: 20px; }
      @media (max-width: 768px) {
        .fs-body-custom .other_wrap dd span, .fs-body-custom .paper_wrap dd span {
          padding-left: 15px; } }
    .fs-body-custom .other_wrap dd a, .fs-body-custom .paper_wrap dd a {
      text-decoration: underline; }
.fs-body-custom .fs-l-footer {
  margin-top: 0; }

.fs-body-custom .fs-l-main {
  padding: 0;
  max-width: inherit;
  margin: 0; }
  @media (max-width: 768px) {
    .fs-body-custom .fs-l-main {
      padding-top: 65px; } }
.fs-body-custom .fs-l-pageMain {
  max-width: inherit; }

.faq__wrap {
  padding-bottom: 50px; }
  .faq__wrap .fs-c-heading--page {
    padding: 0; }
  .faq__wrap p.intro {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .faq__wrap p.intro {
        font-size: 14px; } }
  .faq__wrap h2 {
    font-size: 26px;
    padding-bottom: 40px;
    color: #585858;
    font-weight: 900; }
    @media (max-width: 768px) {
      .faq__wrap h2 {
        font-size: 20px;
        padding-bottom: 30px; } }
  .faq__wrap h3 {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 20px 0 20px 15px;
    color: #585858;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    width: 97%; }
    @media (max-width: 768px) {
      .faq__wrap h3 {
        font-size: 14px;
        width: 100%;
        text-indent: -2em;
        padding-left: 3em;
        line-height: 1.2; } }
    @media (max-width: 480px) {
      .faq__wrap h3 {
        font-size: 12px; } }
    .faq__wrap h3:hover {
      cursor: pointer; }
    .faq__wrap h3::after {
      content: "＋";
      color: #585858;
      position: absolute;
      top: 30px;
      right: 5px;
      line-height: 0;
      font-weight: 400; }
    .faq__wrap h3.active::after {
      content: "ー"; }
  .faq__wrap div {
    font-size: 15px;
    padding: 30px 0 30px 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    display: none;
    width: 97%; }
    @media (max-width: 768px) {
      .faq__wrap div {
        width: 100%;
        font-size: 14px;
        padding: 20px 15px; } }
    .faq__wrap div + h2 {
      margin-top: 100px; }
      @media (max-width: 768px) {
        .faq__wrap div + h2 {
          margin-top: 40px; } }

.fs-body-about-terms .fs-c-heading--page {
  padding: 0 0 50px; }

.tokusyo__wrap table {
  margin: 20px 0 40px;
  width: 100%; }
  .tokusyo__wrap table td {
    border: 1px solid #bebebe;
    padding: 15px 20px;
    width: 70%;
    line-height: 1.8; }
  .tokusyo__wrap table th {
    border: 1px solid #bebebe;
    padding: 5px;
    width: 30%;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .tokusyo__wrap table th {
        padding: 10px;
        line-height: 1.8; } }

.fs-body-about-memberAgreement .fs-c-heading--page {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .fs-body-about-memberAgreement .fs-c-heading--page {
      padding: 0; } }
.fs-body-about-memberAgreement .fs-l-main {
  max-width: 1440px;
  margin: 0 auto; }
.fs-body-about-memberAgreement .fs-p-scrollingCartButton {
  display: none; }
.fs-body-about-memberAgreement .fs-l-sideArea + .fs-l-pageMain {
  max-width: 1080px;
  margin-left: 60px;
  margin-right: 60px; }
  @media (max-width: 768px) {
    .fs-body-about-memberAgreement .fs-l-sideArea + .fs-l-pageMain {
      margin: 0; } }
.fs-body-about-memberAgreement .fs-c-productListItem__viewMoreImageButton, .fs-body-about-memberAgreement .fs-c-productListItem__productDescription, .fs-body-about-memberAgreement .fs-c-productListItem__control {
  display: none; }
.fs-body-about-memberAgreement .fs-c-productListItem__prices .fs-c-price__value {
  font-size: 14px; }
.fs-body-about-memberAgreement .fs-c-productListItem__productName > a {
  font-size: 14px;
  color: #585858; }
  .fs-body-about-memberAgreement .fs-c-productListItem__productName > a:hover {
    text-decoration: none; }
.fs-body-about-memberAgreement .fs-l-pageMain {
  width: 80%; }
  @media (max-width: 1024px) {
    .fs-body-about-memberAgreement .fs-l-pageMain {
      width: 100%; } }

.agreement__wrap {
  padding-bottom: 30px; }
  .agreement__wrap table {
    margin: 20px 0 40px;
    width: 70%; }
    @media (max-width: 768px) {
      .agreement__wrap table {
        width: 100%; } }
    .agreement__wrap table td {
      border: 1px solid #bebebe;
      padding: 15px 20px;
      width: 70%;
      line-height: 1.8; }
    .agreement__wrap table th {
      border: 1px solid #bebebe;
      padding: 5px;
      width: 15%;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 768px) {
        .agreement__wrap table th {
          width: 25%;
          padding: 5px;
          text-align: center;
          line-height: 1.5; } }
  .agreement__wrap p, .agreement__wrap li {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 5px;
    color: #585858; }
    @media (max-width: 768px) {
      .agreement__wrap p, .agreement__wrap li {
        font-size: 14px; } }
  .agreement__wrap h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 5px;
    margin-top: 25px;
    color: #585858;
    font-weight: 900; }
    @media (max-width: 768px) {
      .agreement__wrap h3 {
        font-size: 15px; } }

.keiro__wrap {
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .keiro__wrap {
      font-size: 14px; } }
  .keiro__wrap .keiro_flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .keiro__wrap .keiro_flex {
        flex-direction: column; } }
    .keiro__wrap .keiro_flex > div {
      width: 48%; }
      @media (max-width: 768px) {
        .keiro__wrap .keiro_flex > div {
          width: 100%;
          padding: 0 3%; } }
      .keiro__wrap .keiro_flex > div p {
        font-size: 15px;
        color: #585858;
        line-height: 1.8; }
        @media (max-width: 768px) {
          .keiro__wrap .keiro_flex > div p {
            font-size: 14px; } }
        .keiro__wrap .keiro_flex > div p > span {
          font-weight: 900; }
      .keiro__wrap .keiro_flex > div > img {
        width: 100%;
        margin-bottom: 15px; }
  .keiro__wrap p.intro {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #585858; }
    @media (max-width: 768px) {
      .keiro__wrap p.intro {
        font-size: 14px; } }
  .keiro__wrap h2 {
    font-size: 26px;
    padding-bottom: 15px;
    color: #585858; }
    @media (max-width: 768px) {
      .keiro__wrap h2 {
        font-size: 20px;
        padding-bottom: 30px;
        font-weight: 900; } }
  .keiro__wrap h3.flow {
    margin-top: 60px;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 20px 0 20px 15px;
    color: #585858;
    font-weight: 900;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .keiro__wrap h3 {
      font-size: 16px; } }
  .keiro__wrap h3.place {
    font-size: 20px;
    color: #585858;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .keiro__wrap h3.place {
        font-size: 16px;
        margin-top: 25px; } }
  .keiro__wrap h4 {
    font-size: 15px;
    font-weight: 900;
    color: #585858;
    margin-bottom: 20px;
    text-indent: -2.5em;
    padding-left: 2.5em; }
  .keiro__wrap .check {
    font-size: 15px;
    background: #eeedea;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 900;
    color: #585858;
    margin-bottom: 20px;
    text-indent: -4.5em;
    padding-left: 7.5em;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .keiro__wrap .check {
        padding: 10px;
        text-indent: -30%;
        padding-left: 25%;
        font-size: 14px; } }
  .keiro__wrap table {
    margin: 20px 0 40px; }
    .keiro__wrap table td {
      border: 1px solid #bebebe;
      padding: 15px 20px;
      width: 84%; }
    .keiro__wrap table th {
      border: 1px solid #bebebe;
      padding: 5px;
      width: 16%;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .keiro__wrap table th {
          padding: 10px; } }
  .keiro__wrap a {
    background: #d1ccbd;
    width: 400px;
    height: 50px;
    color: #585858;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    font-weight: 900; }
    .keiro__wrap a:hover {
      text-decoration: none;
      opacity: 0.7;
      transition: all 0.6s; }
    @media (max-width: 768px) {
      .keiro__wrap a {
        width: 80%; } }

.fs-body-cart-login .fs-c-button--primary {
  background: #d1ccbd;
  border: none;
  box-shadow: none; }
.fs-body-cart-login .fs-c-inputField__field {
  border: 1px solid #cccccc;
  background: #FFF;
  height: 35px; }
.fs-body-cart-login input {
  height: 35px;
  padding-left: 10px; }

.fs-body-checkout .fs-c-button--confirmOrder .fs-c-button__label {
  color: #FFF; }
.fs-body-checkout .fs-c-price__value {
  font-size: 16px; }
.fs-body-checkout .fs-c-cartTable__dataCell--quantity {
  text-align: center; }
.fs-body-checkout .fs-l-pageMain {
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .fs-body-checkout .fs-l-pageMain {
      width: 100%;
      padding: 70px 5% 50px; } }
  .fs-body-checkout .fs-l-pageMain .fs-c-checkout-customerInfo > li, .fs-body-checkout .fs-l-pageMain .fs-c-checkout-destination__list > li {
    margin-bottom: 5px; }
  .fs-body-checkout .fs-l-pageMain .fs-c-checkout-customerInfo__name, .fs-body-checkout .fs-l-pageMain .fs-c-checkout-destination__name {
    font-size: 16px; }
    .fs-body-checkout .fs-l-pageMain .fs-c-checkout-customerInfo__name rb, .fs-body-checkout .fs-l-pageMain .fs-c-checkout-destination__name rb {
      font-size: 20px;
      line-height: 2; }
  .fs-body-checkout .fs-l-pageMain .fs-c-checkout-communicationInfo__message p {
    line-height: 1.8; }
  .fs-body-checkout .fs-l-pageMain .fs-c-checkout-previewAndEdit__info {
    line-height: 1.8; }
  .fs-body-checkout .fs-l-pageMain .fs-c-checkout-delivery__method__message p {
    line-height: 1.8; }
.fs-body-checkout .fs-c-buttonContainer--pair .fs-c-button__label {
  color: #FFF; }
.fs-body-checkout .fs-c-buttonContainer--pair .fs-c-button--cancel .fs-c-button__label {
  color: #333; }
.fs-body-checkout .fs-c-checkout-communicationTextarea {
  min-height: 24em;
  font-size: 1rem;
  border: 1px solid #333333;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.8; }

.fs-body-checkout-success .fs-c-checkoutSuccess__title {
  margin-bottom: 20px;
  padding-bottom: 10px; }
.fs-body-checkout-success .fs-c-checkoutSuccess__message p {
  font-size: 14px;
  line-height: 1.8; }
.fs-body-checkout-success .fs-c-list li {
  margin-bottom: 20px; }
@media (max-width: 768px) {
  .fs-body-checkout-success .fs-l-pageMain {
    padding-bottom: 50px; } }

.fs-body-register-success .fs-c-registerSuccessMessage p {
  font-size: 16px;
  line-height: 2; }
  @media (max-width: 768px) {
    .fs-body-register-success .fs-c-registerSuccessMessage p {
      font-size: 12px;
      line-height: 2;
      padding: 5%; } }
.fs-body-register-success .fs-c-button--myPageTop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1ccbd;
  height: 60px;
  width: 400px;
  color: #585858;
  font-size: 15px;
  font-weight: 900;
  margin: 50px auto 0;
  text-decoration: none; }
  @media (max-width: 768px) {
    .fs-body-register-success .fs-c-button--myPageTop {
      width: 80%;
      margin: 0 auto; } }
@media (max-width: 768px) {
  .fs-body-register-success .fs-c-registerSuccessMessage {
    border-bottom: none;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .fs-body-register-success .fs-c-buttonContainer--myPageTop {
    margin-top: 0; } }
@media (max-width: 768px) {
  .fs-body-register-success .fs-l-pageMain {
    padding-bottom: 50px;
    padding-top: 80px; } }

.fs-body-my-account-password .fs-c-button__label {
  color: #585858;
  font-size: 13px; }
.fs-body-my-account-password .fs-c-button--primary {
  background: #d1ccbd;
  border: none;
  box-shadow: none; }
@media (max-width: 768px) {
  .fs-body-my-account-password .fs-l-pageMain {
    padding: 15px 5% 50px; } }
.fs-body-my-account-password .fs-l-pageMain input {
  height: 38px;
  padding-left: 10px; }
.fs-body-my-account-password .fs-l-pageMain .fs-c-inputField {
  margin-top: 10px; }

.fs-body-forgotPassword .fs-c-inputInformation__message {
  padding: 5%;
  box-sizing: border-box; }
.fs-body-forgotPassword .fs-c-inputField__field {
  border: 1px solid #cccccc;
  height: 40px;
  background: #FFF; }
  .fs-body-forgotPassword .fs-c-inputField__field input {
    height: 38px;
    padding-left: 10px; }
.fs-body-forgotPassword .fs-c-button__label {
  color: #FFF; }
@media (max-width: 768px) {
  .fs-body-forgotPassword .fs-l-pageMain {
    padding-bottom: 50px;
    padding-top: 15px; } }
.fs-body-forgotPassword .fs-c-button--send {
  background: #d1ccbd;
  height: 50px;
  width: 300px;
  color: #585858;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none; }

.fs-body-resetPassword .fs-l-pageMain {
  padding-bottom: 50px; }
.fs-body-resetPassword .fs-c-button--register {
  background: #d1ccbd;
  height: 50px;
  width: 300px;
  color: #585858;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none; }

.fs-body-my-account-settings .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-account-settings .fs-l-pageMain {
      padding: 15px 5% 50px; } }
.fs-body-my-account-settings .fs-c-button__label {
  color: #585858;
  font-size: 13px; }
.fs-body-my-account-settings .fs-c-button--primary {
  background: #d1ccbd;
  border: none;
  box-shadow: none; }
.fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  margin-bottom: 10px; }

.fs-body-my-addressbook-new .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-addressbook-new .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-my-addressbook-new .fs-l-pageMain input {
    border: 1px solid #eee;
    background: #FFF;
    height: 50px;
    padding-left: 10px; }
  .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-inputTable__headerCell, .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-inputTable__dataCell {
    margin-bottom: 10px;
    font-size: 14px; }
  .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-button__label {
    color: #585858;
    font-size: 13px; }
  .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-button--register {
    background: #d1ccbd;
    border: none;
    box-shadow: none; }
  .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-button--cancel {
    box-shadow: none;
    border: none; }
    .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-button--cancel .fs-c-button__label {
      color: #585858; }

.fs-body-my-account-settings-edit .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-account-settings-edit .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-my-account-settings-edit .fs-l-pageMain input {
    border: 1px solid #eee;
    background: #FFF;
    height: 50px;
    padding-left: 10px; }
  .fs-body-my-account-settings-edit .fs-l-pageMain .fs-c-dropdown__menu {
    height: 50px; }
  .fs-body-my-account-settings-edit .fs-l-pageMain .fs-c-inputTable__headerCell, .fs-body-my-account-settings-edit .fs-l-pageMain .fs-c-inputTable__dataCell {
    margin-bottom: 10px;
    font-size: 14px; }
  .fs-body-my-account-settings-edit .fs-l-pageMain .fs-c-button__label {
    color: #585858;
    font-size: 13px; }
  .fs-body-my-account-settings-edit .fs-l-pageMain .fs-c-button--primary {
    background: #d1ccbd;
    border: none;
    box-shadow: none; }

.fs-body-my-account-delete .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-account-delete .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-my-account-delete .fs-l-pageMain .fs-c-button--confirmLeave .fs-c-button__label {
    color: #FFF; }
  .fs-body-my-account-delete .fs-l-pageMain .fs-c-inputTable__headerCell, .fs-body-my-account-delete .fs-l-pageMain .fs-c-inputTable__dataCell {
    margin-bottom: 10px;
    font-size: 14px; }

.fs-body-my-addressbook .fs-c-address span {
  line-height: 1.5; }
.fs-body-my-addressbook .fs-c-addressBookList__form {
  padding-right: 20px;
  box-sizing: border-box;
  border: none; }
.fs-body-my-addressbook .fs-c-button--standard {
  box-shadow: none;
  border: none; }
.fs-body-my-addressbook .fs-c-button__label {
  color: #585858;
  font-size: 13px;
  box-shadow: none; }
.fs-body-my-addressbook .fs-c-button--secondary {
  background: #d1ccbd;
  border: none;
  box-shadow: none; }
.fs-body-my-addressbook .fs-c-button--cancel {
  box-shadow: none;
  border: none; }
  .fs-body-my-addressbook .fs-c-button--cancel .fs-c-button__label {
    color: #585858; }
.fs-body-my-addressbook .fs-c-list li {
  margin-bottom: 10px; }
.fs-body-my-addressbook .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-addressbook .fs-l-pageMain {
      padding: 15px 5% 50px; } }

.fs-body-my-orders .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-orders .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-my-orders .fs-l-pageMain .fs-c-history__quantity, .fs-body-my-orders .fs-l-pageMain .fs-c-price__value {
    font-size: 13px; }
  .fs-body-my-orders .fs-l-pageMain .fs-c-history__term {
    font-size: 1rem; }

.fs-body-my-wishlist .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-my-wishlist .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  @media (max-width: 768px) {
    .fs-body-my-wishlist .fs-l-pageMain .fs-c-productPrice__main__label {
      display: none; } }
  @media (max-width: 768px) {
    .fs-body-my-wishlist .fs-l-pageMain .fs-c-productName__name {
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .fs-body-my-wishlist .fs-l-pageMain .fs-c-productName__variation {
      line-height: 1.3; } }
@media (max-width: 768px) {
  .fs-body-my-wishlist .fs-c-productListItem__control {
    display: none; } }
@media (max-width: 768px) {
  .fs-body-my-wishlist .fs-c-productListItem__prices .fs-c-price__value {
    font-size: 14px; } }
@media (max-width: 768px) {
  .fs-body-my-wishlist .fs-c-productListItem__productName {
    font-size: 14px; } }
@media (max-width: 768px) {
  .fs-body-my-wishlist .fs-c-productListItem__viewMoreImageButton {
    display: none; } }

.fs-body-about-terms .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-about-terms .fs-l-pageMain {
      padding: 15px 5% 50px; } }

.fs-body-about-memberAgreement .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-about-memberAgreement .fs-l-pageMain {
      padding: 15px 5% 50px; } }

.fs-body-about-returnPolicy .fs-l-pageMain {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .fs-body-about-returnPolicy .fs-l-pageMain {
      padding: 15px 5% 50px; } }
  .fs-body-about-returnPolicy .fs-l-pageMain .fs-p-address {
    font-style: normal; }
  .fs-body-about-returnPolicy .fs-l-pageMain .fs-c-documentColumn__content p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 20px; }
    .fs-body-about-returnPolicy .fs-l-pageMain .fs-c-documentColumn__content p span {
      font-weight: 900; }
  .fs-body-about-returnPolicy .fs-l-pageMain .fs-p-address {
    margin-top: 15px; }
    .fs-body-about-returnPolicy .fs-l-pageMain .fs-p-address > span {
      margin-bottom: 10px; }
  .fs-body-about-returnPolicy .fs-l-pageMain .fs-c-list li {
    margin-bottom: 5px; }

.fs-body-forgotPassword .fs-l-pageMain .fs-c-button--primary .fs-c-button__label {
  color: #585858;
  font-size: 15px; }
  @media (max-width: 768px) {
    .fs-body-forgotPassword .fs-l-pageMain .fs-c-button--primary .fs-c-button__label {
      font-size: 13px; } }
.fs-body-forgotPassword .fs-l-pageMain .fs-c-button--primary .fs-c-button--primary {
  background: #d1ccbd;
  border: none;
  box-shadow: none; }
