<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body {
  scroll-padding-top: 85px;
}
@media (max-width: 767px) {
  html,
body {
    scroll-padding-top: 85px;
  }
}

/* PREVIEW MODE （プレビューモード）表示を非表示 */
.fs-preview-header {
  display: none;
}

/* レビュー「非表示」なぜかつくのを削除 */
.fs-c-reviewer__profile__status {
  display: none;
}

/* マイページアイコン調整 */
@media (max-width: 403px) {
  .fs-c-accountService {
    justify-content: space-around !important;
  }
}

/* LP部分調整 */
.lp {
  max-width: 1000px !important;
  vertical-align: top;
}

.lp img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}

.fs-body-top,
.fs-l-header,
.fs-l-page {
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ログイン・ログアウト表示 */
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

a:hover {
  transition: 0.3s;
}

a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.row &gt; * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  margin: 0 0 1rem;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-underline:hover {
  text-decoration: none !important;
}

.lh-base {
  line-height: 1.7 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.mt-auto {
  margin-top: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 600px) {
  .text-sm-center {
    text-align: center !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-2a {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .border-lg-start {
    border-left: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e3e2e2 #e3e2e2 #e3e2e2;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ffffff;
  border-color: #e3e2e2 #e3e2e2 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  padding: 0.3rem 0 0 0.7rem;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

.nav-pills .nav-link:hover {
  background: #e5e5e5 !important;
}

.nav-pills .nav-link.active {
  color: #ffffff !important;
  background: #595656 !important;
}

.nav-pills .nav-link.active::after {
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f0da";
  color: #595656;
}

#sub-menu1-tab.active::after {
  left: 58px;
}

#sub-menu2-tab.active::after {
  left: 30px;
}

#sub-menu3-tab.active::after {
  left: 16px;
}

.nav-fill .nav-item,
.nav-fill &gt; .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified &gt; .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #3c3c3c;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 400;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: $main-color;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: $main-color;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: $main-color;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #e5e5e5;
  font-size: 1.4rem;
}

.table &gt; :not(caption) &gt; * &gt; * {
  padding: 1rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table &gt; tbody {
  vertical-align: inherit;
}

.table &gt; thead {
  vertical-align: bottom;
}

.table &gt; :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-bordered &gt; :not(caption) &gt; * {
  border-width: 1px 0;
}

.table-bordered &gt; :not(caption) &gt; * &gt; * {
  border-width: 0 1px;
}

.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0;
}

.table-borderless &gt; :not(:first-child) {
  border-top-width: 0;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 575px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.container-fluid {
  width: 100%;
  padding: 0;
}

label {
  cursor: default;
}

label.fs_p_ctrlDrawer {
  cursor: pointer !important;
}

/* ================================================== */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" !important;
}

a,
a:hover {
  text-decoration: none !important;
}

.border {
  border: 1px solid #e3e2e2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #e3e2e2 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #e3e2e2 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.top-btn-menu {
  text-align: center;
  align-items: center;
  background: #3c3c3c !important;
  border-radius: 0.5rem !important;
  border: 1px solid #3c3c3c !important;
  margin-top: 1rem;
  padding: 0.6em 2rem;
  color: #ffffff !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.top-btn-menu:hover {
  color: #595656 !important;
  background: #ffffff !important;
}

.btn-menu {
  align-items: center;
  background: #ffffff !important;
  border-radius: 0.5rem !important;
  border: 1px solid #3c3c3c !important;
  padding: 0.8em 2rem;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.btn-menu-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff !important;
  border-radius: 0.5rem !important;
  border: 1px solid #595656 !important;
  padding: 0.8em 2rem;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.btn-menu:hover,
.btn-menu-arrow:hover {
  color: #ffffff !important;
  background: #595656 !important;
}

.btn-menu:focus,
.btn-menu-arrow:hover {
  box-shadow: none;
}

.btn-menu-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #595656;
  border-right: 3px solid #595656;
  transform: rotate(45deg);
}

.btn-menu-arrow:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

/* 長方形ボタン*/
.btn-menu-rectangle {
  position: relative;
  background: #ffffff;
  border-radius: 0.5rem !important;
  border: 1px solid #595656;
  padding: 0.8em 2rem;
  width: 100%;
  text-align: center;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 正方形ボタン*/
.btn-menu-square {
  position: relative;
  background: #ffffff;
  border-radius: 0 !important;
  border: 2px solid #3c3c3c !important;
  padding: 1rem;
  width: 80px !important;
  height: 80px;
  text-align: center;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.menu-square-text {
  position: relative;
  padding: 1rem 0;
  color: #3c3c3c !important;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.btn-menu-square:hover,
.btn-menu-rectangle:hover {
  color: #ffffff !important;
  background: #595656;
}

.btn-menu-square:focus,
.btn-menu-rectangle:focus {
  box-shadow: none;
}

.menu-img {
  max-width: 100%;
  width: 100%;
  border-width: 2px !important;
  border: 2px solid #3c3c3c !important;
}

.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ヘッダーメニュースクロールして色変える */
.fs-l-header.change-color {
  background: #f0f0f0;
  transition: all 0.5s;
}

.before-logo-img {
  position: relative;
  z-index: 1;
}

.after-logo-img {
  z-index: 0;
  position: absolute;
  left: 60px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .after-logo-img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .after-logo-img {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .after-logo-img {
    width: 90px;
    padding-top: 0.3rem;
  }
}

.fs-l-header--min {
  border-bottom: 0;
}

/* ヘッダーロゴ */
.fs-p-logo {
  padding: 0;
}
@media (max-width: 767px) {
  .fs-p-logo {
    position: absolute;
    padding: 1.8rem 0 0 50px;
  }
}
@media (max-width: 575px) {
  .fs-p-logo {
    width: 140px;
  }
}
@media (max-width: 370px) {
  .fs-p-logo {
    display: none;
  }
}

.fs-p-logo__lead {
  position: relative;
  margin: 0;
  top: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fs-p-logo__lead {
    top: -5px;
    display: block!important;
  }
}

.fs-l-header__logo {
  padding-left: 0.5rem;
}

@media (min-width: 1200px) {
  .fs-l-header__logo {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .fs-l-header__logo {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.fs-l-header {
  background: #595656;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .fs-l-header {
    padding-top: 0 !important;
  }
}

.fs-p-drawerButton {
  padding: 0.8rem 0 0rem;
}
@media (max-width: 767px) {
  .fs-p-drawerButton {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .fs-p-drawerButton {
    padding: 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .fs-p-drawerButton {
    padding: 1.4rem 0;
  }
}

/* ハンバーガーメニューテキスト */
.fs-p-drawerButton__label {
  color: #ffffff !important;
  position: relative;
  top: -8px;
  left: -2px;
  font-size: 0.1rem;
}
@media (max-width: 767px) {
  .fs-p-drawerButton__label {
    display: none;
  }
}

.fs-p-drawerButton__icon {
  color: #ffffff !important;
  position: relative;
}

.fs-l-header__contents {
  display: block;
}

.fs-pt-menu a:hover {
  color: #ffffff;
}

.fs-pt-menu * {
  transition-duration: 0s;
}

.fs-p-headerNavBar {
  background: transparent;
  border-bottom: solid 5px #e26a0d;
  height: 65px;
}

@media (max-width: 767px) {
  .fs-l-header__leftContainer {
    position: absolute;
    z-index: 2;
  }
}

/* コラム ================================================== */
.fs-pt-column--3 &gt; *:nth-child(1),
.fs-pt-column--3 &gt; *:nth-child(2) {
  padding: 0 0 1rem 0 !important;
}

.fs-pt-column--3 &gt; *:nth-child(3) {
  padding: 0 !important;
}

@media (min-width: 600px) {
  .fs-pt-column--3 &gt; *:nth-child(1) {
    padding: 0 0.6rem 0 0 !important;
  }
  .fs-pt-column--3 &gt; *:nth-child(2) {
    padding: 0 0.3rem 0 !important;
  }
  .fs-pt-column--3 &gt; *:nth-child(3) {
    padding: 0 0 0 0.6rem !important;
  }
}
/* ================================================== */
.global_menu {
  position: relative;
}

.child_menu {
  color: #3c3c3c !important;
  height: 165px;
  position: absolute;
  top: 110%;
  padding: 0.8rem 3rem;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.child_menu a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.child_menu1 {
  width: 1003px;
  left: -53.5833333333%;
  visibility: hidden;
}

.child_menu2 {
  width: 100%;
  visibility: hidden;
}

.menu-category {
  position: relative;
  border: 2px solid #3c3c3c !important;
  height: 120px;
  width: 120px;
  margin: 1rem;
  text-align: center;
}

.tab-content img {
  border-radius: 1rem !important;
}

.menu-category-text {
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}

.menu-category-img-text {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
}

.menu:hover .child_menu,
.menu:hover .child_menu {
  visibility: visible;
  color: #3c3c3c;
}

.child_menu a {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.4rem;
}

.child_menu a:hover {
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .menu:hover &gt; a {
    background: #ffffff;
    height: 130%;
    color: #3c3c3c !important;
  }
}
/* ================================================== */
.fs-l-main {
  padding: 6rem 1rem 0;
  display: block;
}
@media (min-width: 576px) {
  .fs-l-main {
    padding: 6rem 0 0;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fs-l-main {
    padding: 7rem 0 0;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fs-l-main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fs-l-main {
    max-width: 1000px;
  }
}

.fs-c-heading--page {
  padding: 1.2em 0 1.2em !important;
}

.fs-pt-carousel__track {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fs-pt-carousel__track.slick-initialized {
  opacity: 1;
}

.fs-c-productPrices {
  padding-top: 3rem;
}

@media (max-width: 1199px) {
  .fs-pt-carousel {
    padding-top: 0;
  }
}

.fs-c-slick .slick-next {
  right: 0;
}

.fs-c-slick .slick-prev {
  left: 0;
}

/* ヘッダースライダー点々 */
.fs-c-slick .slick-dots {
  padding: 0.5rem 0 1rem;
}

/* 商品画像サムネイル */
.fs-c-productThumbnail {
  padding-top: 1rem;
}

.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: 100px;
  max-width: 50%;
}

/* 商品セレクト部分 */
.fs-c-productSelection__name,
.fs-c-productOption__name {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.4rem;
}

/* ボタンコンテナ */
.fs-c-buttonContainer,
.fs-c-productActionButton {
  padding: 2rem 0 1rem;
}

/* ボタン */
.fs-c-button--primary,
.fs-c-button--standard,
.fs-c-button--secondary {
  padding: 1em 2em;
  border-radius: 0.5rem;
  min-width: 240px;
}

.fs-c-button--primary {
  background: #e26a0d;
  border: 1px solid #e26a0d;
}

.fs-c-button--addToCart--detail {
  width: 50%;
}

.fs-c-button--primary:hover {
  transition: 0.4s;
  color: #e26a0d;
  background: #ffffff;
  opacity: 1;
}

/* セレクト */
.fs-c-dropdown__menu {
  padding: 8px 3em 8px 8px;
  border-radius: 0.3rem;
}

/* カラー選択時ボタン */
.fs-c-variationCart--withImage &gt; li {
  -ms-grid-columns: auto 1fr 3em 40%;
  grid-template-columns: auto 1fr 3em 40%;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 1.6rem;
  padding: 1.6rem;
}

@media (max-width: 575px) {
  .fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
  }
}
/* 商品名パーツ改行させる */
.fs-c-productNameHeading span {
  display: block;
}

/* 商品名 */
.fs-c-productNameHeading {
  margin: 1rem 0 0;
}

.fs-c-productNameHeading__name {
  font-size: 2.6rem;
  font-weight: 400;
}

.fs-c-productNameHeading__copy {
  padding-bottom: 0.8rem;
  font-weight: 400;
}

/* 商品番号 */
.fs-c-productNumber {
  border: 0;
  padding: 0;
  padding-bottom: 1rem;
}

/* 価格カスタム */
.fs-c-productPrice__main {
  padding: 2rem 0 0;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3c3c3c;
}

/* 拡大ボタン削除 */
.fs-c-productMainImage__expandButton {
  display: none;
}

/* ポイント表示カスタム */
.fs-c-productPointDisplay {
  background: #595656;
}

.fs-c-productPointDisplay__label,
.fs-c-productPointDisplay__unit {
  display: none;
}

.fs-c-productPointDisplay__quantity::after {
  content: " ポイント";
}

/* 数量選択 */
.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量：";
}

.fs-system-quantity-list {
  text-align: center;
  padding: 8px;
  border-radius: 0.3rem;
}

/* 商品一覧お気に入りボタン */
.fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

.fs-c-productMainImage__expandButton .fs-c-buttonContainer {
  padding: 0 !important;
}

.flow-buy-btn {
  display: none;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 0.5rem 2em;
  text-align: center;
  height: 67px;
  background: #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
}

.flow-buy-btn a,
.flow-buy-btn a:visited {
  -webkit-appearance: none;
  margin: 0 auto;
  max-width: 500px;
  width: 50%;
  min-width: 240px;
  height: 57px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: #e26a0d;
  border: 1px solid #e26a0d;
  color: #ffffff;
  font-size: 1.8rem;
  box-shadow: 0 0 2px #b2b2b2;
}

.flow-buy-btn a:hover {
  color: #e26a0d;
  background: #ffffff;
}

/* ヘッダーメニューアイコンテキスト */
.fs-p-headerNavigation__link {
  font-size: 12px;
  width: 100%;
  padding: 0.7rem;
}
@media (max-width: 575px) {
  .fs-p-headerNavigation__link {
    padding: 1em 0.5rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .fs-p-headerNavigation__link {
    padding: 1em 0.5rem 0.5rem;
  }
}

.fs-p-headerNavigation__link.category {
  padding-top: 1.2rem;
  font-weight: 700;
  min-width: 95px !important;
}

.fs-p-headerNavigation__link.category span {
  font-weight: 400;
}

/* ヘッダーメニュースクロールして色変える */
.fs-p-drawerButton__icon.change-color,
.fs-p-logo__lead.change-color,
.fs-p-drawerButton__label.change-color,
.fs-p-headerNavigation__link.change-color {
  color: #3c3c3c !important;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .fs-p-headerNavigation__link.category {
    height: auto;
  }
}
.fs-p-headerNavigation__link:hover {
  font-size: 12px;
  transition: 0s;
}

/* ヘッダーメニューアイコンサイズ */
.fs-p-headerNavigation__link &gt; i,
.fs-p-headerNavigation__viewCartButton &gt; i,
.fs-p-headerNavigation__viewSubscriptionCartButton &gt; i {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fs-p-headerNavigation__link &gt; i,
.fs-p-headerNavigation__viewCartButton &gt; i,
.fs-p-headerNavigation__viewSubscriptionCartButton &gt; i {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-p-headerNavigation__link &gt; i,
.fs-p-headerNavigation__viewCartButton &gt; i,
.fs-p-headerNavigation__viewSubscriptionCartButton &gt; i {
    font-size: 18px;
  }
}

/* 検索窓 */
.fs-p-inputGroup {
  align-items: center;
  border: 1px solid #3c3c3c;
  background: #3c3c3c;
  max-width: 200px;
}
@media (max-width: 767px) {
  .fs-p-inputGroup {
    max-width: 100%;
  }
}

/* SNSアイコン */
.fs-p-footerSnsLink__item__icon img {
  width: 100%;
}

.fs-p-inputGroup input {
  line-height: inherit;
}

[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  padding: 5px 10px 3px;
}

/* 検索ボタン */
.fs-p-searchForm__button {
  width: 2.4em;
  height: 2.2em;
}

.fs-p-searchForm__button::before {
  font-size: 2.6rem;
  line-height: 1.4;
}

.fs-p-searchForm__button:hover::before {
  background: #595656;
  transition: 0.3s;
}

/* ヘッダーメニューアイコン */
.fs-p-headerNavigation__list:not(.category) {
  justify-content: flex-end !important;
}
@media (max-width: 767px) {
  .fs-p-headerNavigation__list:not(.category) {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .fs-p-headerNavigation__list:not(.category) {
    width: 60%;
  }
}
@media (max-width: 370px) {
  .fs-p-headerNavigation__list:not(.category) {
    width: 90%;
  }
}

.fs-p-headerNavigation__listItem {
  min-width: 70px;
}

.fs-p-headerNavigation__link.change-color:hover {
  background: #ffffff;
}

@media (max-width: 1199px) {
  ul.fs-p-headerNavigation__list.category {
    flex-direction: column;
  }
  ul.fs-p-headerNavigation__list.category li {
    border-bottom: 1px solid #ffffff;
  }
}
/* カート内数量アイコン */
.fs-p-cartItemNumber {
  font-size: 1.4rem;
  right: 35%;
}

@media (min-width: 768px) {
  .fs-p-cartItemNumber {
    font-size: 1.4rem;
    right: 15px;
  }
}
/* アイコンとテキスト縦並びに */
.fs-p-headerNavigation__link,
.fs-p-headerNavigation__viewCartButton,
.fs-p-headerNavigation__viewSubscriptionCartButton {
  flex-direction: column;
}

/* ショッピングカート カラムギャップ調整 */
@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    grid-column-gap: 8px;
  }
}
/* ショッピングカート 後で買う部分幅調整 */
.fs-c-cartTable__headerCell {
  min-width: 80px;
}

@media (min-width: 576px) {
  .fs-p-headerNavigation {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fs-p-headerNavigation {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fs-p-headerNavigation {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fs-p-headerNavigation {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .fs-p-headerNavigation {
    height: 62px;
  }
}
.fs-l-sideArea {
  max-width: none;
}

.fs-p-drawer {
  background: #595656;
  width: 80%;
  transition-duration: 0s;
  overflow: visible;
  box-shadow: 1px 1px 5px #3c3c3c;
}

@media (min-width: 1200px) {
  .fs-p-drawer {
    width: auto;
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
    padding: 0;
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .fs-p-drawer {
    width: 100%;
  }
}
/* ハンバーガーメニューが空く */
.fs-p-ctrlDrawer:checked + .fs-p-drawer {
  transition: all 0.3s;
}

/* ハンバーガーメニューボタン */
.fs-icon--navCtrl.fs-p-drawerButton--open {
  font-size: 2.8rem;
}

/* 閉じるバツボタン */
.fs-icon--close {
  font-size: 3.4rem;
}

.fs-p-drawer.change-color {
  background: #f0f0f0;
  transition: 0s;
  box-shadow: 1px 1px 5px #b2b2b2;
}

@media (min-width: 1200px) {
  .fs-p-drawer.change-color {
    background: transparent;
    box-shadow: none;
  }
}
.dl dl,
.dl dt,
.dl dd {
  margin: 0;
  padding: 0;
}

.dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #3c3c3c;
}

.dl dt {
  width: 20%;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 1px solid #3c3c3c;
}
@media (max-width: 767px) {
  .dl dt {
    width: 30%;
  }
}

.dl dd {
  width: 80%;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 1px solid #3c3c3c;
}
@media (max-width: 767px) {
  .dl dd {
    width: 70%;
  }
}

.h2 {
  margin: 0;
  padding: 2rem 0;
  text-align: center;
}

/* h2 */
.fs-p-heading--lv2 {
  padding: 3rem 0 1rem;
  text-align: center;
  color: #3c3c3c;
  font-size: 2.2rem;
  border-bottom: 0;
}

.fs-pt-list-title {
  margin-top: 1em !important;
}

/* TOPページ売れ筋商品スライダー */
@media (max-width: 390px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 93px;
    max-width: 93px;
    min-width: 93px;
  }
}
@media (min-width: 576px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 151px;
    max-width: 151px;
    min-width: 151px;
  }
}
@media (min-width: 600px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 132px;
    max-width: 132px;
    min-width: 132px;
  }
}
@media (min-width: 768px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 190px;
    max-width: 190px;
    min-width: 190px;
  }
}
@media (min-width: 992px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 210px;
    max-width: 210px;
    min-width: 210px;
  }
}

.bg-gray {
  background: #f7f7f7;
}

.media_list {
  padding: 1rem;
  font-size: 1.2rem;
  border: 2px solid #e5e5e5;
}

@media (min-width: 576px) {
  .media_list {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .media_list {
    padding: 2rem;
  }
}
.media_list img {
  width: 100%;
  max-width: 100%;
}

.category-search-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.5rem;
  padding: 1rem;
}
.category-search-card a:hover {
  color: #3790e8 !important;
}

.category-search-sub_title {
  font-size: 1.6rem;
  margin-top: 0;
}

.category-search-nayami {
  border: 2px solid #e5e5e5;
  border-bottom: 0;
}
.category-search-nayami:nth-child(3n) {
  border: 2px solid #e5e5e5;
}

@media (min-width: 992px) {
  .category-search-nayami {
    border: 2px solid #e5e5e5;
    border-right: 0;
  }
  .category-search-nayami:nth-child(3n) {
    border: 2px solid #e5e5e5;
  }
}
.category-search-sub_title2 {
  background: #f7f7f7;
  margin-bottom: 0;
  padding: 1rem;
}

.category-search img {
  max-width: 100%;
  width: 100%;
}

.category-search a {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.category-search a:hover {
  color: #f7f7f7;
}

.shopping_guide,
.payment_methods,
.sign_up_guide {
  color: #3c3c3c;
  font-weight: 700;
  margin: auto;
  background: #f7f7f7;
  text-align: center;
}

.shopping_guide {
  min-height: 240px;
  padding: 2.8rem 1rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .shopping_guide {
    min-height: 240px;
  }
}

.sign_up_guide {
  min-height: 205px;
  padding: 3rem 1rem 2rem;
}
@media (min-width: 576px) {
  .sign_up_guide {
    min-height: 180px;
    padding: 3.5rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .sign_up_guide {
    min-height: 160px;
  }
}

.payment_methods {
  min-height: 160px;
  padding: 1.2rem 1rem 1rem;
  text-align: center;
  display: grid;
  place-items: center;
}
.payment_methods i {
  color: #999999;
}

.shopping_guide-text,
.sign_up_guide-text {
  padding: 1rem 0;
}

.shopping_guide-text img,
.payment_methods-text img {
  width: 200px;
}

.shopping_guid-sub_text,
.payment_methods-sub_text {
  font-size: 1.2rem;
}

.shopping_guid-sub_text img,
.payment_methods-sub_text img {
  height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  .shopping_guid-sub_text img,
.payment_methods-sub_text img {
    width: 50px;
    height: auto;
  }
}

.fs-p-dateList &gt; li {
  padding: 1rem 0;
  font-size: 1.4rem;
}

.fs-pt-list--noMarker &gt; li + li {
  margin-top: 0;
}

.fs-p-dateList &gt; li time:first-child {
  background: #3c3c3c;
  padding: 0.4rem 1.5rem 0.3rem;
  font-size: 1.2rem;
}

/* 商品一覧 */
.fs-c-productPrice__main,
.fs-c-productListCarousel__list__item &gt; * + * {
  padding: 0 !important;
}

/* 商品一覧 虫眼鏡削除 */
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

/* カルーセル */
.carousel {
  position: relative;
  margin-bottom: 1.5rem !important;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
.carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #3c3c3c;
}

@media (max-width: 575px) {
  .carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    display: none;
  }
}
.carousel-dark .carousel-caption {
  color: #3c3c3c;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50% !important;
  width: 10px;
  height: 10px;
  margin: 5px;
}

@media (max-width: 991px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  font-size: 2.6rem;
  color: #ffffff !important;
}

/* アコーディオン */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.collapse:not(.show) {
  display: none;
}

.fs-l-footer {
  font-size: 1.3rem;
}

.fs-l-footer a:hover {
  color: #6c757d;
}

.fs-l-footer .fs-p-banner--registration {
  margin: auto;
  color: #ffffff;
  border-radius: 0.3rem;
  min-height: 78px;
}
@media (max-width: 768px) {
  .fs-l-footer .fs-p-banner--registration {
    min-height: 60px;
  }
}
@media (max-width: 576px) {
  .fs-l-footer .fs-p-banner--registration {
    max-width: 320px;
    min-height: 78px;
  }
}
.fs-l-footer .fs-p-banner--registration:hover {
  opacity: 0.7;
}

.fs-p-banner__link i {
  font-size: 2em;
  padding-left: 1rem;
}

.fs-l-footer__contents,
.fs-p-footerPageTop,
.fs-l-footer__utility {
  padding: 1rem 1rem 0;
}
@media (min-width: 576px) {
  .fs-l-footer__contents,
.fs-p-footerPageTop,
.fs-l-footer__utility {
    max-width: 540px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .fs-l-footer__contents,
.fs-p-footerPageTop,
.fs-l-footer__utility {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fs-l-footer__contents,
.fs-p-footerPageTop,
.fs-l-footer__utility {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fs-l-footer__contents,
.fs-p-footerPageTop,
.fs-l-footer__utility {
    max-width: 1000px;
  }
}

.fs-l-footer__contents &gt; * {
  padding: 0;
}

.fs-p-footerNavigationItem__title {
  border-bottom: 1px solid #999999;
}

@media (max-width: 959px) {
  .fs-p-footerUtilityMenu__list &gt; li:not(:first-child) a,
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: 1px solid #999999;
  }
}

.fs-p-footerUtilityMenu__list a::after {
  font-weight: 400;
}

.fs-p-banner__link {
  font-size: 14px;
}

.fs-p-footerNavigationItem__navItem a::before {
  display: inline-block;
  content: "";
  border: 4px solid transparent;
  border-left-color: currentColor;
}

.fs-p-address__companyName {
  padding-top: 2rem;
}

.fs-c-productMainImage__image img {
  width: 100%;
  max-width: 100%;
}

.guide-btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff !important;
  border-radius: 0.5rem !important;
  border: 1px solid #595656 !important;
  padding: 0.6em 1.5rem;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 600px) {
  .guide-btn {
    max-width: 280px;
  }
}

.guide-btn::after {
  position: relative;
  top: -2px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #595656;
  border-right: 2px solid #595656;
  transform: rotate(135deg);
}

.guide-btn:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.guide--title {
  padding: 1.5rem 2rem 1.2rem;
  color: #3c3c3c;
  border-left: 5px solid #e26a0d;
  border-bottom: 1px #e8e8e8 solid;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 1.2em;
}

.guide--content {
  padding: 2rem 12px 3rem;
}

.guide--content h3,
.guide--content h4 {
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.guide--content p {
  margin: 0 0 2rem;
}

a.btn-green {
  width: 50%;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.5rem 1rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 2px solid #e26a0d;
  border-radius: 0.5rem;
  color: #e26a0d;
  font-size: 1.2em;
  background: #ffffff;
}
@media (max-width: 767px) {
  a.btn-green {
    width: 80%;
  }
}
@media (max-width: 500px) {
  a.btn-green {
    width: 90%;
    font-size: 3.6vw;
  }
}

a.btn-green:hover {
  transition: 0.3s;
  color: #ffffff;
  background: #e26a0d;
}

a.btn-green i {
  padding-right: 0.5rem;
}

.btn-copy {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .btn-copy {
    font-size: 4vw;
  }
}

.btn-copy:before {
  margin-right: 1rem;
  content: "＼";
}

.btn-copy:after {
  margin-left: 1rem;
  content: "／";
}

.d-grid {
  display: grid !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

#paypay .header-title {
  font-weight: 700;
  font-size: 160%;
  line-height: 150%;
}

.btn-paypay {
  align-items: center;
  background: #ffffff !important;
  border-radius: 0.5rem !important;
  border: 1px solid #3c3c3c !important;
  padding: 0.8em 2rem;
  color: #3c3c3c !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .paypay-img {
    max-width: 300px;
  }
}

.paypay--title {
  padding: 1.5rem 2rem 1.2rem;
  color: #3c3c3c;
  border-left: 5px solid #e26a0d;
  border-bottom: 1px #e8e8e8 solid;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 1.2em;
}

.paypay-box {
  background: #f7f7f7;
  padding: 2rem 1rem;
  border-radius: 1rem;
}

.paypay--content {
  padding: 12px 12px 3rem;
}

.paypay--content h3,
.paypay--content h4 {
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.paypay--content p {
  margin: 0 0 2rem;
}

/*.guide--content h3::before {
  content: "●";
  color: #e26a0d;
  font-size: 1.4em;
  padding-right: 0.5rem;
}*/
/* 商品一覧画像 */
.fs-c-productListItem__image__image {
  width: 100%;
}

/* 動画 */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px){
.fs-p-headerNavigation__listItem--pc-none{
display: none;
}
}

@media (min-width: 768px){
.fs-p-logo__lead--sp-only{
display: none;
}
}

@media (max-width: 767px){
.fs-p-logo__lead{
font-size: 0.9rem;
}
}

@media (max-width: 575px) {
.after-logo-img {
padding-top: 0!important;
}
}

.fs-pt-list {
height: 300px;
overflow-y: scroll;
}

@media (min-width: 1200px){
.fs-p-headerNavigation{
max-width: 1200px;
}
}

.fs-icon--person:before{
content: "\f007";
}</pre></body></html>