@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

a {
  text-decoration: none;
}

.fs-preview-header {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html.active {
  overflow: hidden;
}

/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
  display: none;
}

.fs-c-price::after {
  content: "円";
}

audio {
  display: block;
}

body {
  font-family: "Arial", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

body img {
  display: block;
  width: 100%;
  height: auto;
}

body button {
  transition: all 0.2s;
}

body button:hover {
  text-decoration: none !important;
  opacity: 0.7 !important;
}

body button:hover span {
  text-decoration: none !important;
}

body a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

body a:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

body a:visited {
  color: inherit;
}

body a.ar {
  position: relative;
}

body a.ar::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 40%;
  right: 15px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 10px;
  height: 10px;
}

body a.ml0 {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  body a.ml0 {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}

@media screen and (max-width: 640px) {
  body .sp_only {
    display: block;
  }
}
body .max_1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  body .max_1000 {
    padding: 0 30px;
  }
}
body .max_980 {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  body .max_980 {
    padding: 0 30px;
  }
}
body ul.flex_parts_ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul {
    gap: 30px;
  }
}
body ul.flex_parts_ul > li {
  display: flex;
  justify-content: center;
  gap: 6%;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li {
    flex-direction: column;
    gap: 20px;
  }
}
body ul.flex_parts_ul > li div.flex_parts_img {
  width: 48%;
  flex-shrink: 0;
  max-width: 480px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li div.flex_parts_img {
    width: 100%;
    max-width: unset;
  }
}
body ul.flex_parts_ul > li div.flex_parts_main {
  width: 46%;
  flex-shrink: 0;
  max-width: 460px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li div.flex_parts_main {
    width: 100%;
    max-width: unset;
  }
}
body ul.flex_parts_ul > li div.flex_parts_main div.flex_parts_main_ttl {
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li div.flex_parts_main div.flex_parts_main_ttl {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
body ul.flex_parts_ul > li div.flex_parts_main div.flex_parts_main_txt {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li div.flex_parts_main div.flex_parts_main_txt {
    font-size: 14px;
  }
}
body ul.flex_parts_ul > li div.flex_parts_main a.gray_btn {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li div.flex_parts_main a.gray_btn {
    margin-top: 25px;
  }
}
body ul.flex_parts_ul > li:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  body ul.flex_parts_ul > li:nth-child(even) {
    flex-direction: column;
  }
}
body .btn_h_login {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555555;
  color: #ffffff !important;
  line-height: 1;
  border-radius: 25px;
  width: 315px;
  height: 50px;
  font-size: 14px;
  margin: 10px auto 0;
}

body .w_btn {
  position: relative;
  background-color: #ffffff;
  color: #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  body .w_btn {
    gap: 8px;
    width: 223px;
    height: 55px;
    margin: 20px auto 0;
  }
}
body .w_btn .w_btn_img {
  width: 33px;
}

@media screen and (max-width: 640px) {
  body .w_btn .w_btn_img {
    width: 26px;
  }
}
body .w_btn .w_btn_txt {
  color: #000000;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  body .w_btn .w_btn_txt {
    font-size: 14px;
  }
}
body .w_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 42%;
  right: 10px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 640px) {
  body .w_btn::after {
    display: none;
  }
}
body .w_btn.w_btn_news {
  border: 1px solid #555555;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
}

body .w_btn.w_btn_news::after {
  top: 40%;
  right: 15px;
}

@media screen and (max-width: 640px) {
  body .w_btn.w_btn_news::after {
    display: block;
  }
}
body .x_btn {
  display: block;
  margin: 30px auto 0;
  width: 27.4px;
}

body .w_btn_long {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 50px;
  margin: 30px auto 0;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 25px;
  font-size: 14px;
}

body .gray_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 50px;
  margin: 30px auto 0;
  background-color: #555555;
  border-radius: 25px;
  font-size: 14px;
  color: #ffffff !important;
}

body .gray_btn.gray_btn_263 {
  width: 263px;
}

body .gray_btn.gray_btn_193 {
  width: 193px;
}

body .gray_btn.gray_btn_260 {
  position: relative;
  width: 260px;
}

body .gray_btn.gray_btn_291 {
  width: 291px;
}

body .gray_btn.gray_btn_188 {
  width: 188px;
}

body span.fs-c-radio__radioMark {
  border: 1px solid #555555;
}

body .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #3C3C41;
}

body .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #3C3C41;
}

body .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #3C3C41;
  border-color: #3C3C41;
}

body header + * {
  margin-top: 100px !important;
}

@media screen and (max-width: 1000px) {
  body header + * {
    margin-top: 61px !important;
  }
}
body footer {
  margin-top: 120px !important;
}

@media screen and (max-width: 640px) {
  body footer {
    margin-top: 80px !important;
  }
}
body .secTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .secTitle .secTitle__ja {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 34px;
  line-height: 51px;
}

@media screen and (max-width: 640px) {
  body .secTitle .secTitle__ja {
    font-size: 26px;
    line-height: 39px;
  }
}
body .secTitle .secTitle__en {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 640px) {
  body .secTitle .secTitle__en {
    font-size: 14px;
    line-height: 16px;
  }
}
body .fs-l-page .fs-c-breadcrumb {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1060px;
  padding: 20px 30px 0;
}
body .fs-l-page .fs-c-breadcrumb:nth-child(n+2) {
  padding: 0 30px;
}
.fs-c-breadcrumb__list {
	padding: 0;
}

@media screen and (max-width: 640px) {
  body .fs-l-page .fs-c-breadcrumb {
    height: 0;
    font-size: 0;
    padding: 0;
  }
}
body .fs-l-page .fs-c-breadcrumb ol {
  padding: 10px 0 0 0;
}

body .fs-l-page .fs-c-breadcrumb ol:nth-child(n+2) {
  padding-top: 5px;
}

body .fs-l-page .fs-c-breadcrumb ol li::before {
  content: "＞";
  padding: 0 5px;
}

body .fs-l-page .fs-c-breadcrumb ol li:first-child::before {
  display: none;
}

body .fs-l-page main.fs-l-main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  display: block;
}

@media screen and (max-width: 640px) {
  body .fs-l-page main.fs-l-main {
    padding: 0 30px;
  }
}
body .fs-l-page main.fs-l-main > aside {
  display: none;
}

body .fs-l-page main.fs-l-main section.fs-l-pageMain {
  max-width: 100% !important;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  body .fs-l-page main.fs-l-main section.fs-l-pageMain {
    margin-top: 30px;
  }
}
body .fs-l-page main.fs-l-main #fs_p_scrollingCartButton {
  display: none;
}

body .fs-l-page main.fs-l-main h1.fs-c-heading {
  padding: 0;
  margin: 0;
  border: none;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  body .fs-l-page main.fs-l-main h1.fs-c-heading {
    font-size: 26px;
    margin-bottom: 30px;
  }
} 
header {
  width: 100%;
  height: 100px;
  background-color: #3C3C41;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  header {
    height: 61px;
  }
}
header .h_inner {
  position: relative;
  padding-top: 15px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  header .h_inner {
    padding-top: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  header .h_inner {
    display: flex;
  }
}
header .h_inner .h_logo {
  margin: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  header .h_inner .h_logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }
}
header .h_inner .h_logo a {
  display: inline-block;
  margin: 0 auto;
  width: 180px;
}

@media screen and (max-width: 1000px) {
  header .h_inner .h_logo a {
    width: 150px;
  }
}
header .h_inner .h_search {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  header .h_inner .h_search {
    right: 60px;
  }
}
@media screen and (max-width: 640px) {
  header .h_inner .h_search {
    display: none;
  }
}
header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup {
  position: relative;
  border: none;
  background-color: transparent;
}

header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input {
  width: 260px;
  height: 40px;
  border: 1px solid #555555;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 11px 38px 11px 20px;
  font-size: 12px;
  min-width: 160px !important;
}

header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input::-moz-placeholder {
  color: #999999;
}

header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input::placeholder {
  color: #999999;
}

header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup button.fs-p-searchForm__button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

header .h_inner .h_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup button.fs-p-searchForm__button::before {
  display: none;
}

header .h_inner .burgerBtnWrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
}

@media screen and (max-width: 1000px) {
  header .h_inner .burgerBtnWrap {
    width: 60px;
    height: 60px;
  }
}
header .h_inner .burgerBtnWrap .burgerBtnWrap-right {
  height: 100%;
  width: 100%;
}

header .h_inner .burgerBtnWrap .burgerBtnWrap-right .burgerBtn {
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
  left: 0;
  z-index: 10;
}

header .h_inner .burgerBtnWrap .burgerBtnWrap-right .burgerBtn span {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: 33%;
  height: 1px;
  background-color: #fff;
}

header .h_inner .burgerBtnWrap .burgerBtnWrap-right .burgerBtn span:nth-of-type(1) {
  top: 39%;
}

header .h_inner .burgerBtnWrap .burgerBtnWrap-right .burgerBtn span:nth-of-type(2) {
  top: 50%;
}

header .h_inner .burgerBtnWrap .burgerBtnWrap-right .burgerBtn span:nth-of-type(3) {
  bottom: 36%;
}

@media screen and (max-width: 1000px) {
  header .h_inner nav.h_nav {
    display: none;
  }
}
header .h_inner nav.h_nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

header .h_inner nav.h_nav ul li {
  margin: 0 36px;
  height: 105%;
}

header .h_inner nav.h_nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

header .h_inner .h_burger {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s;
  background-color: #FFFFFF;
  width: 375px;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger {
    width: 100vw;
  }
}
header .h_inner .h_burger.active {
  transform: translateX(0);
}

header .h_inner .h_burger .h_burger_inner {
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
}

header .h_inner .h_burger .h_burger_inner .h_burger_top {
  position: relative;
  background-color: #EDEDED;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger .h_burger_inner .h_burger_top {
    padding: 50px 30px 30px;
  }
}
header .h_inner .h_burger .h_burger_inner .h_burger_top .h_burger_close_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger .h_burger_inner .h_burger_top .h_burger_close_sp {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    cursor: pointer;
  }
}
header .h_inner .h_burger .h_burger_inner .h_burger_top .h_burger_name {
  font-weight: bold;
  font-size: 15px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_top .h_burger_name .fs-p-accountInfo {
  background-color: transparent;
  padding: 0 !important;
  color: #000000;
}

header .h_inner .h_burger .h_burger_inner .h_burger_top .h_burger_welcome {
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom {
  padding: 25px 30px;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger .h_burger_inner .h_burger_bottom {
    padding-bottom: 150px;
  }
}
header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_ttl {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 22px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_ul li {
  border-bottom: 1px solid #C5C5C5;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 15px;
  padding: 12px 0;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_ul li a::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search {
  margin-top: 20px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup {
  position: relative;
  border: none;
  background-color: transparent;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input {
  width: 100%;
  height: 40px;
  border: 1px solid #555555;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 11px 38px 11px 20px;
  font-size: 12px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input::-moz-placeholder {
  color: #999999;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup input.fs-p-searchForm__input::placeholder {
  color: #999999;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup button.fs-p-searchForm__button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_search div.fs-p-searchForm > form span.fs-p-searchForm__inputGroup button.fs-p-searchForm__button::before {
  display: none;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_link {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_link li {
  width: 80px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_link li a .h_burger_bottom_link_img {
  width: 50px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom ul.h_burger_bottom_link li a .h_burger_bottom_link_txt {
  font-size: 12px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel {
  margin-top: 15px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel .h_burger_bottom_tel_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel .h_burger_bottom_tel_flex .h_burger_bottom_tel_flex_img {
  width: 26px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel .h_burger_bottom_tel_flex .h_burger_bottom_tel_flex_txt a {
  font-size: 24px;
}

header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel .h_burger_bottom_tel_time {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger .h_burger_inner .h_burger_bottom .h_burger_bottom_tel .h_burger_bottom_tel_time {
    font-size: 12px;
  }
}
header .h_inner .h_burger .h_burger_inner .h_burger_bottom .x_btn {
  margin-top: 20px;
}

header .h_inner .h_burger_bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  width: 100vw;
  height: 100vh;
  background-color: rgba(37, 37, 37, 0.6);
}

header .h_inner .h_burger_bg .h_burger_close {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 390px;
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.1s;
  width: 30px;
}

@media screen and (max-width: 640px) {
  header .h_inner .h_burger_bg .h_burger_close {
    display: none;
  }
}
header .h_inner .h_burger_bg.active {
  opacity: 1;
  pointer-events: all;
}

header .h_inner .h_burger_bg.active .h_burger_close {
  opacity: 1;
} 
footer .f_inner {
  background-color: #EDEDED;
}

footer .f_inner .f_top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding: 60px 20px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_top {
    padding: 40px 0 0;
  }
}
footer .f_inner .f_top .secTitle {
  position: relative;
}

footer .f_inner .f_top .secTitle .f_top_btn {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_top .secTitle .f_top_btn {
    top: 84px;
    right: 30px;
  }
}
footer .f_inner .f_top .secTitle .f_top_btn a {
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  padding-right: 22px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_top .secTitle .f_top_btn a {
    font-size: 13px;
  }
}
footer .f_inner .f_top .secTitle .f_top_btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 30%;
  right: 0;
  transform: rotate(-45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_top .secTitle .f_top_btn a::after {
    width: 9px;
    height: 9px;
  }
}
footer .f_inner .f_top ul.f_top_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul {
    flex-direction: column;
    margin-top: 60px;
    gap: 0;
  }
}
footer .f_inner .f_top ul.f_top_ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 100px) / 3);
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li {
    width: 100%;
    border-top: 1px solid #555555;
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li:last-child {
    border-bottom: 1px solid #555555;
  }
}
footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top {
    flex-direction: row;
    gap: 10px;
    padding: 12px 30px 12px;
  }
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 43%;
    right: 30px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000.1px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top.f_top_ul_toggle {
    border-bottom: 1px solid #555555;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top.f_top_ul_toggle::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 43%;
    right: 28px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000000;
    border-right: none;
    border-left: 1px solid #000000;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top.f_top_ul_toggle.active::after {
    transform: rotate(135deg);
  }
}
footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top .f_top_ul_img {
  width: 70px;
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top .f_top_ul_img {
    width: 40px;
  }
}
footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top .f_top_ul_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_top .f_top_ul_ttl {
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
  }
}
footer .f_inner .f_top ul.f_top_ul li .f_top_ul_bottom {
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 1000px) {
  footer .f_inner .f_top ul.f_top_ul li .f_top_ul_bottom {
    display: none;
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px 16px;
  }
}
footer .f_inner .f_bottom {
  background-color: #3C3C41;
  color: #ffffff;
  padding: 60px 0;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom {
    padding: 40px 0 20px;
  }
}
footer .f_inner .f_bottom .f_bottom_ttl {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 33px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_bottom_ttl {
    letter-spacing: 0;
  }
}
footer .f_inner .f_bottom > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom > ul {
    flex-direction: column;
  }
}
footer .f_inner .f_bottom > ul li {
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom > ul li {
    border: none;
    border-top: 1px solid #ffffff;
    width: 235px;
  }
}
@media screen and (min-width: 640.1px) {
  footer .f_inner .f_bottom > ul li:last-child {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom > ul li:last-child {
    border-bottom: 1px solid #ffffff;
  }
}
footer .f_inner .f_bottom > ul li a {
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom > ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 0;
  }
}
footer .f_inner .f_bottom .f_bottom_address {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_bottom_address {
    margin-top: 20px;
    font-size: 12px;
  }
}
footer .f_inner .f_bottom .f_bottom_tel {
  margin-top: 20px;
}

footer .f_inner .f_bottom .f_bottom_tel .f_bottom_tel_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

footer .f_inner .f_bottom .f_bottom_tel .f_bottom_tel_flex .f_bottom_tel_flex_img {
  width: 26px;
}

footer .f_inner .f_bottom .f_bottom_tel .f_bottom_tel_flex .f_bottom_tel_flex_txt a {
  font-size: 24px;
}

footer .f_inner .f_bottom .f_bottom_tel .f_bottom_tel_time {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_bottom_tel .f_bottom_tel_time {
    font-size: 12px;
  }
}
footer .f_inner .f_bottom .f_copy {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_copy {
    margin-top: 30px;
  }
}
footer .f_inner .f_bottom .f_copy .f_copy_top {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_copy .f_copy_top {
    font-size: 12px;
  }
}
footer .f_inner .f_bottom .f_copy .f_copy_bottom {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  footer .f_inner .f_bottom .f_copy .f_copy_bottom {
    font-size: 10px;
    margin-top: 10px;
  }
}
footer .f_to_top {
  transition: all 0.5s;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  width: 60px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  footer .f_to_top {
    bottom: 10px;
    right: 15px;
    width: 40px;
  }
}
footer .f_to_top.active {
  opacity: 1;
  pointer-events: all;
} 
div.top_contents {
  overflow: hidden;
}

div.top_contents div.top_mv ul.top_mv_ul {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 1180px) {
  div.top_contents div.top_mv ul.top_mv_ul {
    max-width: 84.7457627119vw;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul {
    max-width: 100%;
    width: 100%;
  }
}
div.top_contents div.top_mv ul.top_mv_ul .slick-list {
  width: 100%;
  overflow: visible;
}

div.top_contents div.top_mv ul.top_mv_ul .slick-list .slick-track > li {
  width: 100%;
}

div.top_contents div.top_mv ul.top_mv_ul .slick-list .slick-track > li > a {
  width: 100%;
}

div.top_contents div.top_mv ul.top_mv_ul .slick-list .slick-track > li > a img {
  width: 100%;
}

div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 22px;
  height: 41px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow {
    width: 14px;
    height: 25px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow::before {
  display: none;
}

div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow.slick-prev {
  background-image: url(https://musicone.itembox.design/item/common/slider_prev.png);
  left: -32px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow.slick-prev {
    left: 10px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow.slick-next {
  background-image: url(https://musicone.itembox.design/item/common/slider_next.png);
  right: -32px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul button.slick-arrow.slick-next {
    right: 10px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -15px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots {
    gap: 5px;
    bottom: -10px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li {
  margin: 0;
  width: 30px;
  height: 4px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li {
    width: 20px;
    height: 3px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #C5C5C5;
}

div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li button::before {
  display: none;
}

div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li.slick-active {
  width: 60px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li.slick-active {
    width: 40px;
  }
}
div.top_contents div.top_mv ul.top_mv_ul ul.slick-dots li.slick-active button {
  background-color: #3F3F3F;
}

div.top_contents div.top_products {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_products {
    margin-top: 53px;
  }
}
div.top_contents div.top_products ul.top_products {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 45px;
  margin-top: 50px;
}

@media screen and (max-width: 1060px) {
  div.top_contents div.top_products ul.top_products {
    gap: 4.7169811321vw 4.2452830189vw;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_products ul.top_products {
    margin-top: 30px;
    gap: 30px 15px;
  }
}
div.top_contents div.top_products ul.top_products > li {
  width: calc((100% - 90px) / 3);
}

@media screen and (max-width: 1060px) {
  div.top_contents div.top_products ul.top_products > li {
    width: calc((100% - 8.4905660377vw) / 3);
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_products ul.top_products > li {
    width: calc((100% - 15px) / 2);
  }
}
div.top_contents div.top_products ul.top_products > li a.top_products_a {
  position: relative;
}

div.top_contents div.top_menu {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_menu {
    margin-top: 30px;
  }
}
div.top_contents div.top_menu ul.top_menu_ul {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul {
    gap: 20px;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li {
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  min-height: 508px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li {
    flex-direction: column;
    padding: 30px;
    min-height: unset;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li:nth-child(even) {
    flex-direction: column;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li:nth-child(even) .top_menu_main_inner {
  max-width: 500px;
  padding-right: 50px;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li:nth-child(even) .top_menu_main_inner {
    max-width: unset;
    padding-right: 0;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li:nth-child(even) .top_menu_main_inner .top_menu_main_txt {
  padding-right: 0;
}

div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_img {
  flex-shrink: 0;
  position: relative;
  left: 0;
  max-width: 800px;
  width: 50%;
  top: 60px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_img {
    max-width: unset;
    width: 100%;
    top: 0;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main {
  max-width: 800px;
  width: 50%;
  position: relative;
  top: 60px;
  padding-left: 50px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main {
    max-width: unset;
    width: 100%;
    top: 0;
    margin-top: 30px;
    padding-left: 0;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main div.top_menu_main_ttl {
  letter-spacing: 0.1em;
  font-size: 34px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main div.top_menu_main_ttl {
    font-size: 20px;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main div.top_menu_main_txt {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 30px;
  max-width: 480px;
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main div.top_menu_main_txt {
    font-size: 14px;
    margin-top: 20px;
    max-width: unset;
    padding-right: 0;
  }
}
div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main a.gray_btn.gray_btn_260 {
  margin-left: 0;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_menu ul.top_menu_ul > li div.top_menu_main a.gray_btn.gray_btn_260 {
    margin-left: auto;
    margin-top: 25px;
  }
}
div.top_contents div.top_bow {
  margin-top: 110px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_bow {
    margin: 30px 0 0;
  }
}
div.top_contents div.top_case {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_case {
    margin-top: 80px;
  }
}
div.top_contents div.top_case ul.flex_parts_ul {
  margin-top: 30px;
}

div.top_contents div.top_news {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_news {
    margin-top: 80px;
  }
}
div.top_contents div.top_news div.news__contents ul.news__lists {
  margin-top: min(30px, 8vw);
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_news div.news__contents ul.news__lists {
    overflow-y: scroll;
    height: 227px;
  }
}
div.top_contents div.top_news div.news__contents ul.news__lists li.news__item:not(:last-child) {
  margin-bottom: 15px;
}

div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a {
    flex-direction: column;
    align-items: flex-start;
  }
}
div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info {
  display: flex;
  align-items: center;
  min-width: 210px;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info {
    margin-bottom: 5px;
  }
}
div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info p.news__date {
  font-size: 16px;
  min-width: 100px;
  margin-right: 7px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info p.news__date {
    font-size: 15px;
    width: 95px;
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__info p.news__date {
    font-size: 13px;
    width: 75px;
  }
}
div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__title > p {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__title > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_news div.news__contents ul.news__lists li.news__item > a div.news__title > p {
    font-size: 13px;
    height: 38px;
  }
}
div.top_contents div.top_event {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_event {
    margin-top: 80px;
  }
}
div.top_contents div.top_event div.sale-event__wrap .sale-event__slide {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 30px;
}

div.top_contents div.top_event div.sale-event__wrap .sale-event__slide .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

div.top_contents div.top_event div.sale-event__wrap .sale-event__slide .splide__arrows .splide__arrow--prev {
  left: -70px;
}

div.top_contents div.top_event div.sale-event__wrap .sale-event__slide .splide__arrows .splide__arrow--next {
  right: -70px;
}

div.top_contents div.top_event div.sale-event__wrap .sale-event__slide .splide__arrows .splide__arrow svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

@media screen and (max-width: 1000px) and (min-width: 640.1px) {
  div.top_contents div.top_event div.sale-event__wrap {
    max-width: 800px;
    padding-inline: 80px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__arrows .splide__arrow--prev {
    left: 10px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__arrows .splide__arrow--next {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_event div.sale-event__wrap {
    padding-inline: 70px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__arrows .splide__arrow--prev {
    left: 10px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__arrows .splide__arrow--next {
    right: 10px;
  }
  div.top_contents div.top_event div.sale-event__wrap .splide__track {
    overflow: visible;
  }
}
div.top_contents div.top_shop {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop {
    margin-top: 80px;
  }
}
div.top_contents div.top_shop div.top_shop_mv {
  position: relative;
}

div.top_contents div.top_shop div.top_shop_mv div.top_shop_on {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  width: 450px;
  left: 53%;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1060px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on {
    justify-content: flex-end;
    width: 100%;
    padding: 0 30px 40px;
    left: auto;
    right: auto;
  }
}
div.top_contents div.top_shop div.top_shop_mv div.top_shop_on div.top_shop_ttl {
  font-weight: bold;
  font-size: 19px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on div.top_shop_ttl {
    font-size: 16px;
  }
}
div.top_contents div.top_shop div.top_shop_mv div.top_shop_on h2.top_shop_h2 {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 34px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on h2.top_shop_h2 {
    margin-top: 5px;
    line-height: 51px;
  }
}
div.top_contents div.top_shop div.top_shop_mv div.top_shop_on div.top_shop_txt {
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on div.top_shop_txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
div.top_contents div.top_shop div.top_shop_mv div.top_shop_on a.w_btn {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_on a.w_btn {
    margin-top: 30px;
  }
}
div.top_contents div.top_shop div.top_shop_mv div.top_shop_bg {
  width: 100%;
}

div.top_contents div.top_shop div.top_shop_mv div.top_shop_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 580px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop div.top_shop_mv div.top_shop_bg img {
    height: 566px;
  }
}
div.top_contents div.top_shop ul.top_shop_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 800px) {
  div.top_contents div.top_shop ul.top_shop_ul {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
}
div.top_contents div.top_shop ul.top_shop_ul > li {
  width: 48%;
}

@media screen and (max-width: 800px) {
  div.top_contents div.top_shop ul.top_shop_ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul > li {
    width: 100%;
  }
}
div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_f {
  text-align: center;
  border-bottom: 1px solid #999999;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 7px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_f {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_ttl {
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 15px;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_ttl {
    font-size: 19px;
  }
}
div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_sub {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_sub {
    font-size: 14px;
    margin-top: 2px;
  }
}
div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_txt {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  div.top_contents div.top_shop ul.top_shop_ul > li div.top_shop_ul_txt {
    font-size: 14px;
    margin-top: 15px;
  }
} 
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout {
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 40px !important;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout {
    grid-template-columns: auto !important;
    grid-gap: 30px !important;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap {
  margin-bottom: 18px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap .slick-list .slick-track > div {
  padding: 0 1px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -15px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots {
    gap: 5px;
    bottom: -18px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li {
  margin: 0;
  width: 30px;
  height: 4px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li {
    width: 20px;
    height: 3px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #C5C5C5;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li button::before {
  display: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li.slick-active {
  width: 60px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li.slick-active {
    width: 40px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_loop_wrap ul.slick-dots li.slick-active button {
  background-color: #3F3F3F;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap {
  margin: 0;
  padding: 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage {
  pointer-events: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage .fs-c-productMainImage__expandButton {
  display: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage .fs-c-productImageModal {
  display: none;
  overflow: hidden;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage .fs-c-productImageModal .fs-c-productImageModalCarousel .slick-dotted.slick-slider {
  margin: 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage .fs-c-productImageModal .fs-c-productImageModalCarousel__figure__image {
  width: auto;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productMainImage .fs-c-productImageModal ul.slick-dots {
  display: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productThumbnail {
  gap: 5px 1.2%;
  margin-top: 15px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productThumbnail .fs-c-productThumbnail__image {
  cursor: pointer;
  padding: 0;
  margin: 0;
  flex-basis: unset;
  min-width: unset;
  width: 15.6%;
  border: 1px solid #C5C5C5;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 #itemDetail_img_wrap .fs-c-productThumbnail .fs-c-productThumbnail__image.is-active img {
  border: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .dokuji_01 {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .dokuji_01 {
    font-size: 14px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 h1.fs-c-productNameHeading {
  color: #000000;
  margin: 0;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 h1.fs-c-productNameHeading {
    margin-top: 8px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 h1.fs-c-productNameHeading span.fs-c-productNameHeading__name {
  text-align: left;
  color: #000000;
  display: block;
  font-weight: bold;
  font-size: 24px;
  width: calc(100% - 50px);
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 h1.fs-c-productNameHeading span.fs-c-productNameHeading__name {
    font-size: 19px;
    width: calc(100% - 45px);
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  border: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__label {
  position: relative;
  padding-right: 14px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__label {
    padding-right: 12px;
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__label::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__label::after {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__number {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber span.fs-c-productNumber__number {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .dokuji_02 {
  display: inline;
  margin: 0;
  font-size: 14px;
  /*padding-right: 30px;*/
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .dokuji_02 {
    font-size: 12px;
    /*padding-right: 20px;*/
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks {
  align-items: center;
  margin: 0;
  display: inline-block;
  margin-top: 5px;
  margin-right: 90px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks {
    margin-right: 0;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul {
  gap: 10px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul {
    gap: 20px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul li span {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul li span {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul li span span {
  line-height: 1.5;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productMarks ul li span.fs-c-productMark__mark {
	padding: 4px 8px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap {
    margin-top: 25px;
    gap: 10px 20px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling {
  width: -moz-fit-content;
  width: fit-content;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price {
  gap: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price {
    padding-right: 10px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price::after {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price span.fs-c-price__value {
  color: #000000;
  font-weight: bold;
  line-height: 27px;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price span.fs-c-price__value {
    line-height: 22px;
    font-size: 20px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__addon span {
  font-size: 14px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__addon::before, body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__addon::after {
  font-size: 14px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPointDisplay {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding-top: 8px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPointDisplay {
    padding-top: 2px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .itemDetail_price_wrap .fs-c-productPointDisplay span {
  color: #C8343A;
  font-weight: bold;
  font-size: 12px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full {
  margin-bottom: 0;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full {
    margin-top: 25px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d > p {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d > p {
    font-size: 14px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul {
  margin-top: 16px;
  border: 1px solid #EDEDED;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li {
  display: flex;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li .itemDetail_d_ul_ttl {
  flex-shrink: 0;
  background-color: #EDEDED;
  border-bottom: 1px solid #ffffff;
  width: 120px;
  font-size: 14px;
  padding: 8px 10px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li .itemDetail_d_ul_ttl {
    width: 100px;
    font-size: 12px;
  }
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li .itemDetail_d_ul_txt {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding: 8px 10px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li .itemDetail_d_ul_txt {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li:last-child .itemDetail_d_ul_ttl {
  border: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d ul.itemDetail_d_ul li:last-child .itemDetail_d_ul_txt {
  border: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio {
    margin-top: 30px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio > p {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio > p {
    text-align: center;
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio audio {
  width: 100%;
  max-width: 448px;
  margin: 15px 0 0;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription--full .itemDetail_d .itemDetail_d_audio audio {
    height: 45px;
    margin: 10px auto 0;
    max-width: 100%;
  }
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .dokuji_03 .itemDetail_d_case {
  margin: 16px 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 dl.fs-c-productSelection {
  width: 100%;
  display: block;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 dl.fs-c-productSelection dt.fs-c-productSelection__name {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 dl.fs-c-productSelection dd.fs-c-productSelection__selection {
	width: 100%;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist {
  margin: 0;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist {
    margin-top: 30px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail,
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  background-image: url(https://musicone.itembox.design/item/common/icon_favorite.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  top: 35px;
  right: 0;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail,
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail {
    width: 25px;
    height: 25px;
    top: 30px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail span,
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail span {
  display: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist span.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail {
  background-image: url(https://musicone.itembox.design/item/common/icon_favorite_add.png);
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
  position: absolute;
  content: "数量";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity select {
  margin-left: 43px;
  cursor: pointer;
  width: 100px;
  height: 40px;
  border: 1px solid #555555;
  background-color: #ffffff;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity select {
    margin-left: 39px;
    width: 90px;
    height: 38px;
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  background-color: #C8343A;
  background-image: url(https://musicone.itembox.design/item/common/icon_incart.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background-size: 151px 25.3px;
  border-radius: 5px;
  height: 60px;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}

@media screen and (max-width: 920px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #555555;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct button {
    height: 42px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct button span {
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct button span {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract {
  float: right;
  margin: 0;
  padding: 0;
  width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 920px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract {
    float: none;
    width: 100%;
    margin-top: 10px;
    display: block;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link {
  width: 100%;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
  width: 100%;
  border: 1px solid #555555;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 920px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
    font-size: 12px;
    height: 42px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview {
  margin: 0;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview {
    display: block;
    margin: 22px auto 0;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview {
    margin: 0 auto;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview a {
  border: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview a::before {
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview a::before {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview a span {
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productReview .fs-c-productReview__addReview a span {
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea {
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea {
    margin-right: auto;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea #fb-root {
  display: none;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea .fb_iframe_widget span {
  height: 21px !important;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-snsArea > * {
  margin: 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 {
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 {
    padding-top: 20px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short {
  margin-bottom: 0;
}

body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan {
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan {
    padding-bottom: 30px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_ttl {
  border-bottom: 1px solid #C5C5C5;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_ttl {
    font-size: 19px;
    padding-bottom: 10px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_img {
  flex-shrink: 0;
  width: 200px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_img {
    width: 260px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right .itemDetail_s_artisan_name .itemDetail_s_artisan_name_en {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right .itemDetail_s_artisan_name .itemDetail_s_artisan_name_en {
    text-align: center;
    font-size: 15px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right .itemDetail_s_artisan_name .itemDetail_s_artisan_name_ja {
  margin-top: 3px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right .itemDetail_s_artisan_name .itemDetail_s_artisan_name_ja {
    margin-top: 0;
    text-align: center;
    font-size: 12px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right > p {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain form#fs_form .fs-l-productLayout .fs-l-productLayout__item--3 .fs-p-productDescription--short .itemDetail_s .itemDetail_s_artisan .itemDetail_s_artisan_flex .itemDetail_s_artisan_right > p {
    margin-top: 15px;
    font-size: 14px;
  }
}
body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain .itemDetail_case_wrap {
  background-color: #EDEDED;
  width: calc(100vw - 100% + 100%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 60px 0;
  margin: 0;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductDetails .fs-l-page main.fs-l-main section.fs-l-pageMain .itemDetail_case_wrap {
    padding: 40px 0;
    margin-top: 60px;
  }
} 
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain h1,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain h1 {
  font-weight: 400;
  line-height: 1.5;
  border: none;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 34px;
  padding-bottom: 34px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain h1,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain h1 {
    font-size: 26px;
    padding-bottom: 24px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain h1::after,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain h1::after {
  content: "MUSIC ONE 宮地楽器本店";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain h1::after,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain h1::after {
    font-size: 14px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch {
  padding: 0;
  border-bottom: 1px solid #555555;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch {
    margin-top: 20px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm {
  background-color: #EDEDED;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose {
  transition: all 0.2s;
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose {
    font-size: 12px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen:hover,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose:hover,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formOpen:hover,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch label.fs_p__ctrlSeachForm .fs-p-productSearch__formClose:hover {
  opacity: 0.7;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form {
  padding: 30px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form {
    padding: 20px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field label[for=fs_input_productSearchKeyword],
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPrice1,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-inputTable__headerCell,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchGoodsNumber,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPreorder,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field label[for=fs_input_productSearchKeyword],
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPrice1,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-inputTable__headerCell,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchGoodsNumber,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPreorder {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field label[for=fs_input_productSearchKeyword],
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPrice1,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-inputTable__headerCell,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchGoodsNumber,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPreorder,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field label[for=fs_input_productSearchKeyword],
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPrice1,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-inputTable__headerCell,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchGoodsNumber,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs_input_productSearchPreorder {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchKeyword,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice1,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice2,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchGoodsNumber,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field select.fs-c-dropdown__menu,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchKeyword,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice1,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice2,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchGoodsNumber,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field select.fs-c-dropdown__menu {
  height: 40px;
  border: 1px solid #555555;
  border-radius: 0;
  background-color: #ffffff;
  padding: 11px 38px 11px 20px;
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchKeyword,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice1,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice2,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchGoodsNumber,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field select.fs-c-dropdown__menu,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchKeyword,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice1,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchPrice2,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field #fs_input_productSearchGoodsNumber,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field select.fs-c-dropdown__menu {
    font-size: 12px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-dropdown::after,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-dropdown::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #555555;
  color: #ffffff;
  height: 100%;
  border-radius: 0;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-dropdown select.fs-c-dropdown__menu,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-c-dropdown select.fs-c-dropdown__menu {
  cursor: pointer;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer {
    margin-top: 20px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  background-color: #555555;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton::before {
  display: none;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton::after,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-p-productSearch .fs-p-productSearch__search form.fs-p-productSearch__form .fs-p-productSearch__field .fs-p-productSearch__searchButtonContainer button.fs-p-productSearch__searchButton::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(/item/common/icon_serch.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment {
    margin-top: 30px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 800px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul {
    width: 100vw;
    position: relative;
    margin-left: -30px;
    gap: 5px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li {
  width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 800px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li {
    width: 100%;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .itemGroup_comment_ul_img,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .itemGroup_comment_ul_img {
  width: 100%;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02 {
  width: 55%;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02 {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .parts_itemgroup_comment ul.itemGroup_comment_ul li a .txt_wrap .itemGroup_comment_ul_txt_02 {
    font-size: 12px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList {
    margin-top: 40px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller {
  margin: 0;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems {
  border: none;
  margin: 0;
  width: 100%;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems span.fs-c-sortItems__label,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems span.fs-c-sortItems__label {
  display: none;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list {
  border: none;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list {
    gap: 15px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li {
  border: none;
  background-color: transparent;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li span,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li a,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li span,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li a {
  border: none;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li span,
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li a,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li span,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li a {
    font-size: 12px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active {
  background-color: transparent;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active span,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active a,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active span,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-sortItems ul.fs-c-sortItems__list li.is-active a {
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl {
    margin-top: 6px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status span,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status span {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status span,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status span {
    font-size: 12px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-pagination,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: none;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 25px;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list {
    justify-content: space-between;
    gap: 30px 0;
    margin-top: 40px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article {
  border: none;
  padding: 0;
  margin: 0;
  width: 180px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article {
    width: calc((100% - 15px) / 2);
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form input,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__viewMoreImageButton,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productImageModal,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__control,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form input,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__viewMoreImageButton,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productImageModal,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__control {
  display: none;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .dokuji_01,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .dokuji_01 {
  margin-top: 20px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .dokuji_01,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .dokuji_01 {
    margin-top: 14px;
    font-size: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName {
    margin-top: 6px;
    font-size: 14px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName a,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName a {
  display: block;
  width: 100%;
  overflow: hidden;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName a span,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form h2.fs-c-productListItem__productName a span {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices {
    margin-top: 0;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice {
  gap: 3px;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
  gap: 2px;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price::after,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price::after {
  color: #000000;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price::after,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price::after {
    font-size: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 14px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon .fs-c-productPrice__addon__label,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  color: #000000;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon .fs-c-productPrice__addon__label,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::before, body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::after,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::after {
  color: #000000;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::before, body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::after,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::before,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon::after {
    font-size: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller {
    margin-top: 50px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination,
  body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
    margin-top: 10px;
  }
}
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a {
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 30px;
  height: 30px;
  font-size: 14px;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.is-active,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.is-active,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.is-active,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.is-active {
  background-color: #F6F6F6;
  font-weight: bold;
}

body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.fs-c-pagination__item--prev::before, body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.fs-c-pagination__item--next::before,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.fs-c-pagination__item--prev::before,
body#fs_ProductCategory .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.fs-c-pagination__item--next::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.fs-c-pagination__item--prev::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.fs-c-pagination__item--next::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.fs-c-pagination__item--prev::before,
body#fs_ProductSearch .fs-l-page .fs-l-main section.fs-l-pageMain .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.fs-c-pagination__item--next::before {
  width: auto;
  height: auto;
  font-size: 22px;
} 

.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
	width: 100%;
	magin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
		text-align: left;
	}
}

.fs-c-productChooseVariation {
	margin-top: 20px;
	width: 100%;
}

.mt-16 {
	margin-top: 16px;
}
/*# sourceMappingURL=style.css.map */