@charset "UTF-8";
body {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 1080px;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a:not {
  text-decoration-skip-ink: auto;
}

a {
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
  display: block;
}
img.vwon {
  width: 100vw;
  max-width: 100vw;
  margin-left: -34px;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  color: #31302D;
  font-size: 18px;
}

a,
input,
button {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

input,
textarea {
  outline: none;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a p {
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover p {
  color: #F4801C;
}
a:hover img {
  opacity: .6;
}

* {
  box-sizing: border-box;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #31302D;
}

.fs-c-breadcrumb {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-breadcrumb__list > li {
  box-sizing: border-box;
}

.fs-c-breadcrumb__listItem {
  display: inline;
  word-break: break-all;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}

.l-wrapper {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-aside {
  display: none;
}

.l-main {
  width: 100%;
}
.l-main .c-footerNav__wrapper {
  margin-bottom: 0;
  margin-top: 100px;
}

.fs-pt-menu__item {
  cursor: pointer;
}

/* new */
.fs-p-cartItemNumber {
  display: block;
  position: absolute;
  top: -5px;
  left: -10px;
  background: #F4903A;
  color: #FFFFFF;
  width: 18px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none;
}

header.c-header {
  width: 100%;
  min-height: 127px;
  padding: 0 40px;
}
header.c-header .c-header-content {
  max-width: 1140px;
  margin: 0 auto;
}
header.c-header a.c-header__logo {
  width: 266px;
}
header.c-header div.header_rights {
  display: block;
  width: calc(100% - 266px);
  max-width: 750px;
  text-align: right;
  margin-bottom: 10px;
}
header.c-header div.header_rights:after {
  content: "";
  clear: both;
  display: block;
}
header.c-header div.header_rights .c-header__metaArea {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.c-header div.header_rights .c-header__metaArea > a, header.c-header div.header_rights .c-header__metaArea > div {
  display: inline-block;
  margin-right: 30px;
}
header.c-header div.header_rights .c-header__metaArea .hicon, header.c-header div.header_rights .c-header__metaArea .fs-p-scrollingCartButton__button {
  display: block;
  width: 23px;
  position: relative;
}
header.c-header div.header_rights .c-header__metaArea .hicon.c-header__metaArea__mypage {
  width: 18px;
}
header.c-header div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton,header.c-header div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton a.fs-p-scrollingCartButton__button {
  width: 27px;
  margin-right: 0;
}
header.c-header div.header_rights .c-header__metaArea .hicon.c-header__metaArea__mypage img.hover {
  display: none;
  opacity: 0;
}
header.c-header div.header_rights .c-header__metaArea .hicon.c-header__metaArea__mypage:hover img.hover {
  display: block;
  opacity: 1;
  animation: show 3s linear 0s;
}
header.c-header div.header_rights .c-header__metaArea .hicon.c-header__metaArea__mypage:hover img.nomal {
  display: none;
  opacity: 0;
}
header.c-header div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton img.hover {
  display: none;
  opacity: 0;
}
header.c-header div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton:hover img.hover {
  display: block;
  opacity: 1;
  animation: show 1s linear 0s;
}
header.c-header div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton:hover img.nomal {
  display: none;
  opacity: 0;
}
header.c-header div.header_rights .c-header__metaArea .fs-p-searchForm {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -21px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: calc(100vw / 1366 * 860);
  max-width: 860px;
  transition: all 0.2s;
}
header.c-header div.header_rights .c-header__metaArea .fs-p-searchForm.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}
header.c-header div.header_rights ul.head_links li {
  display: inline-block;
  margin-right: 30px;
}
header.c-header div.header_rights ul.head_links li:last-of-type {
  margin-right: 0;
}
header.c-header div.header_rights ul.head_links li a {
  font-size: 16px;
}
header.c-header div.header_rights ul.head_links li a:hover {
  color: #F4801C;
}

main {
  padding: 157px 40px 0;
  overflow: hidden;
  position: relative;
}

.c-overlay {
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.c-overlay.active {
  pointer-events: auto;
  opacity: 1;
}
.c-overlay:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("./new/icon_close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 38px;
  left: 460px;
}

.fs-p-searchForm {
  background: #F5F5F5;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  padding-right: 50px;
  position: relative;
}
.fs-p-searchForm input {
  border: none;
  width: 100%;
  max-width: 860px;
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: transparent;
}
.fs-p-searchForm button {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}
.fs-p-searchForm button img {
  width: 23px;
}

.two_column_inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.two_column_inner.hanyo {
  margin-top: 60px;
}
.two_column_right h1.page_title {
  margin-top: 0;
}
.two_column_right {
  width: 71.93%;
  max-width: 820px;
  position: relative;
}
.c-drawer {
  width: 22.81%;
  background: #F5F5F5;
  max-width: 260px;
}
.c-drawer .c-drawer-container {
  padding: 40px 20px;
}
.c-drawer .c-drawer-wrapper ul li {
  margin-bottom: 30px;
}
.c-drawer .c-drawer-wrapper ul li:last-child {
  margin-bottom: 0;
}
.c-drawer .c-drawer-wrapper ul li a {
  font-size: 16px;
  line-height: 24px;
}
.c-drawer .c-drawer-wrapper ul li a:hover {
  color: #F4801C;
}
.c-drawer .c-drawer-wrapper ul li ul {
  padding-left: 26px;
  padding-top: 23px;
}
.c-drawer .c-drawer-wrapper > ul {
  padding: 38px 0;
  border-bottom: 1px solid #B7B7B7;
}
.c-drawer .c-drawer-wrapper > ul:first-child {
  padding-top: 0;
}
.c-drawer .c-drawer-wrapper > ul:last-child {
  border-bottom: none;
}
.c-drawer .c-drawer-wrapper > ul:last-of-type {
  border-bottom: none;
}
.c-drawer .c-drawer-wrapper > ul a {
  display: block;
}
.c-drawer .c-drawer-caution {
  margin-top: 70px;
  border: 1px solid #31302D;
  font-size: 13px;
  line-height: 21px;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-drawer .c-drawer-caution img {
  width: 42px;
  height: 100%;
  margin-right: 10px;
}

header.c-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
header.c-header .c-header-content {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header.c-header a.c-header__logo {
  margin: 0;
  display: block;
}
header.c-header div.c-header__menubar {
  position: absolute;
  left: 34px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 53px;
  height: 30px;
  background-image: url("./new/menu_open.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header.c-header div.c-head-word {
  padding: 14px 0;
  background-color: #fff;
  transition: 0.2s all;
}
header.c-header div.c-head-word img {
  width: 359px;
  margin: 0 auto;
  display: block;
}
header.c-header.on div.c-head-word {
  max-height: 0;
  padding: 0;
}
header .c-header__metaArea .searchss .search_keywords {
  position: absolute;
  opacity: 0;
  width: calc(100vw / 1366 * 860);
  max-width: 860px;
  right: -21px;
  top: 33px;
  pointer-events: none;
  padding-top: 20px;
  z-index: 10;
}
header .c-header__metaArea .searchss .search_keywords_inner {
  padding: 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
header .c-header__metaArea .searchss .search_keywords_inner:after,header .c-header__metaArea .searchss .search_keywords_inner:before {
  border: solid transparent;
  content: "";
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:50%;
}
header .c-header__metaArea .searchss .search_keywords_inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color:#FFFFFF;
}
header .c-header__metaArea .searchss .search_keywords_inner:before {
  border-color: rgba(192, 171, 98, 0);
  border-top-width:15px;
  border-bottom-width:15px;
  border-left-width:11px;
  border-right-width:11px;
  margin-left: -11px;
  margin-bottom: 1px;
  border-bottom-color:#D3D3D3;
}
header .c-header__metaArea .searchss .search_keywords_inner a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
header .c-header__metaArea .searchss .search_keywords_inner ul {
  text-align: center;
}
header .c-header__metaArea .searchss .search_keywords_inner ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
header .c-header__metaArea .searchss .search_keywords_inner ul li:last-child {
  margin-right: 0;
}
header .c-header__metaArea .searchss .search_keywords.open {
  opacity: 1;
  pointer-events: auto;
}
header.active {
  background: rgba(247,240,231,0.9);
  min-height: 80px;
}
header.c-header.active .c-header-content {
  background-color: unset;
  align-items: center;
}
header.c-header a.c-header__logo img.hover {
  display: none;
}
header.c-header.active a.c-header__logo {
  webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
header.c-header a.c-header__logo {
  webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
header.c-header.active a.c-header__logo img.nomal {
  display: none;
}
header.c-header.active a.c-header__logo img.hover {
  display: block;
}
header.c-header.active a.c-header__logo {
  width: 97px;
}
header.c-header.active div.header_rights {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
header.c-header.active div.header_rights .c-header__metaArea {
  order: 2;
  margin-bottom: 0;
}
header.c-header.active div.header_rights .head_links {
  order: 1;
  margin-right: 40px;
}
header.c-header.active div.header_rights .c-header__metaArea .hicon.searchss {
  order: 3;
  margin-right: 0;
}
header.c-header.active div.header_rights .c-header__metaArea .searchss:hover .fs-p-searchForm {
  background: #FFFFFF;
  z-index: 2;
}
header.c-header.active div.header_rights .c-header__metaArea .hicon.c-header__metaArea__mypage {
  order: 1;
}
header.c-header.active div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton,header.c-header.active div.header_rights .c-header__metaArea .hicon.fs-p-scrollingCartButton a.fs-p-scrollingCartButton__button {
  margin-right: 30px;
  order: 2;
}

header .head_links > li {
  position: relative;
}

header .head_links .dropdown {
  position: absolute;
  opacity: 0;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  pointer-events: none;
  padding-top: 20px;
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header .head_links .dropdown ul {
  padding: 10px;
  background-color: #fff;
  position: relative;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  text-align: center;
}
header .head_links .dropdown ul:after,header .head_links .dropdown ul:before {
  border: solid transparent;
  content: "";
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:50%;
}
header .head_links .dropdown ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color:#FFFFFF;
}
header .head_links .dropdown ul:before {
  border-color: rgba(192, 171, 98, 0);
  border-top-width:15px;
  border-bottom-width:15px;
  border-left-width:11px;
  border-right-width:11px;
  margin-left: -11px;
  margin-bottom: 1px;
  border-bottom-color:#D3D3D3;
}
header.c-header div.header_rights ul.head_links .dropdown li a {
  font-size: 15px;
}
header .head_links .dropdown ul li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
header .head_links .dropdown.open {
  opacity: 1;
  pointer-events: auto;
}

div.main_img {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
div.main_img ul li {
  position: relative;
  margin-bottom: 52px;
}
div.main_img ul li div.img_wrap {
  max-width: 953px;
  width: calc(100vw / 1366 * 1100);
  position: relative;
  margin: 0 auto;
  background: #FFFFFF;
  padding-left: 40px;
  min-width: 850px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 52px !important;
  left: 40px !important;
  width: 10px !important;
}
span.swiper-pagination-bullet {
  background: #FFFFFF !important;
  border: 1px solid #B7B7B7 !important;
  width: 10px;
  height: 10px;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F4801C !important;
  border: 1px solid #F4801C !important;
}
div.main_img ul li div.img_wrap img {
  max-width: 953px;
  margin: 0 auto;
  width: 100%;
}

div.search_wrap {
  padding: 25px 30px;
  background-color: #F5F5F5;
  width: 101vw;
  position: relative;
  left: -35px;
}
div.search_wrap .fs-p-searchForm {
  margin-bottom: 30px;
}
div.search_wrap .search_keywords {
  padding: 40px 30px 15px;
  background-color: #fff;
  position: relative;
}
div.search_wrap .search_keywords:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}
div.search_wrap .search_keywords a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.8em;
}
div.search_wrap .search_keywords ul {
  text-align: center;
}
div.search_wrap .search_keywords ul li {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 25px;
}
div.search_wrap .search_keywords ul li:last-child {
  margin-right: 0;
}

.fs-c-breadcrumb ol li {
  font-size: 14px;
  color: #808080;
}
.fs-c-breadcrumb + h2, .fs-c-breadcrumb + h1.page_title {
  margin-top: 30px;
}

h2, h1.page_title {
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 28px;
  background-image: url("./new/copy_bottom.png");
  background-size: 70px;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
h2 small, h1.page_title small {
  color: #F4801C;
  font-size: 18px;
  display: block;
  font-weight: lighter;
  font-family: 'EB Garamond', serif;
}
.two_column_right h2:first-of-type {
  margin-top: 0;
}

div.situ_wrapper {
  margin-bottom: 120px;
}
div.situ_wrapper h2 {
  margin-top: 0;
}
div.situ_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
div.situ_wrapper ul li {
  max-width: 134px;
  width: calc(100% / 5 - calc(100vw / 1366 * 29));
  margin-right: calc(100vw / 1366 * 36);
}
div.situ_wrapper ul li:nth-child(n+6) {
  margin-top: 70px;
}
div.situ_wrapper ul li:nth-child(5n) {
  margin-right: 0;
}
div.situ_wrapper ul li img {
  margin-bottom: 13px;
}
div.situ_wrapper ul li a p {
  text-align: center;
  font-size: 18px;
}

div.onkatsu.genre {
  margin-bottom: 120px;
}
ul.genre_list {
  display: flex;
  flex-wrap: wrap;
}
ul.genre_list li {
  max-width: 190px;
  width: calc(100% / 4 - calc(100vw / 1366 * 15));
  margin-right: calc(100vw / 1366 * 20);
}
ul.genre_list li:nth-child(n+5) {
  margin-top: 70px;
}
ul.genre_list li:nth-child(4n) {
  margin-right: 0;
}
ul.genre_list li img {
  margin-bottom: 10px;
}
ul.genre_list li a p {
  text-align: center;
  font-size: 17px;
}
ul.genre_list li a:hover {
  color: #F4801C;
}

div.onkatsu.period {
  margin-bottom: 120px;
}
ul.genre_list.peri li a img {
  margin-bottom: 20px;
}
ul.genre_list.peri li a p {
  position: relative;
  min-height: 56px;
  padding-left: 40px;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 190px;
  width: 100%;
}
ul.genre_list.peri li a p:before {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #FDD3AF;
  border-radius: 28px;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul.genre_list.peri li a p::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(100vw / 1366 * 30);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
ul.genre_list.peri li a:hover p {
  color: #31302D;
}
ul.genre_list.peri li a:hover p:before {
  width: 100%;
  border-radius: 28px;
}
@media screen and (max-width: 1200px){
  ul.genre_list.peri li a p {
    padding-left: calc(100vw / 1366 * 40);
  }
  .fs-c-variationList__item ul li [type="button"].fs-c-button--addToCart--variation span.fs-c-button__label {
    font-size: calc(100vw / 1366 * 18);
  }
}

div.onkatsu.baby {
  margin-bottom: 120px;
}
div.onkatsu.baby ul.genre_list {
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}
div.onkatsu.baby ul.genre_list.babybox li {
  width: calc(100% / 3 - calc(100vw / 1366 * 15));
}
div.onkatsu.baby ul.genre_list.babybox li:nth-child(4) {
  margin-top: 70px;
  margin-right: calc(100vw / 1366 * 20);
}
div.onkatsu.baby ul.genre_list.babybox li:nth-child(3),div.onkatsu.baby ul.genre_list.babybox li:nth-child(5) {
  margin-right: 0;
}

section.p-block.new {
  margin-bottom: 137px;
}
div.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productListCarousel__list__itemTrack article, .fs-c-productList__list article {
  max-width: 190px;
  width: calc(100% / 4 - calc(100vw / 1366 * 15));
  margin-right: calc(100vw / 1366 * 20);
}
.fs-c-productListCarousel__list__itemTrack article:nth-child(4n), .fs-c-productList__list article:nth-child(4n) {
  margin-right: 0;
}
.fs-c-productListCarousel__list__itemTrack article:nth-child(n+5), .fs-c-productList__list article:nth-child(n+5) {
  margin-top: 60px;
}
.fs-c-productListCarousel__list__itemTrack article img, .fs-c-productList__list article img {
  margin-bottom: 10px;
}
.fs-c-productListCarousel__list__itemTrack article p, .fs-c-productListCarousel__list__itemTrack article span, .fs-c-productListCarousel__list__itemTrack article h2, .fs-c-productList__list article p, .fs-c-productList__list article span, .fs-c-productList__list article h2 {
  font-size: 18px;
  line-height: 30px;
  color: #808080;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark, .fs-c-productList__list article p.fs-c-productMark__mark, .fs-c-productList__list article span.fs-c-productMark__mark, .fs-c-productList__list article h2.fs-c-productMark__mark {
  padding: 0 8px;
  font-size: 16px;
  line-height: 23px;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark.fs-c-productMark__mark--32, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark.fs-c-productMark__mark--32, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark.fs-c-productMark__mark--32, .fs-c-productList__list article p.fs-c-productMark__mark.fs-c-productMark__mark--32, .fs-c-productList__list article span.fs-c-productMark__mark.fs-c-productMark__mark--32, .fs-c-productList__list article h2.fs-c-productMark__mark.fs-c-productMark__mark--32 {
  color: #fff;
  background: #F4903A;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark.fs-c-productMark__mark--33, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark.fs-c-productMark__mark--33, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark.fs-c-productMark__mark--33, .fs-c-productList__list article p.fs-c-productMark__mark.fs-c-productMark__mark--33, .fs-c-productList__list article span.fs-c-productMark__mark.fs-c-productMark__mark--33, .fs-c-productList__list article h2.fs-c-productMark__mark.fs-c-productMark__mark--33 {
  color: #fff;
  background: #8E6A4A;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark.fs-c-productMark__mark--35, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark.fs-c-productMark__mark--35, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark.fs-c-productMark__mark--35, .fs-c-productList__list article p.fs-c-productMark__mark.fs-c-productMark__mark--35, .fs-c-productList__list article span.fs-c-productMark__mark.fs-c-productMark__mark--35, .fs-c-productList__list article h2.fs-c-productMark__mark.fs-c-productMark__mark--35 {
  color: #fff;
  background: #A9CE46;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark.fs-c-productMark__mark--image, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark.fs-c-productMark__mark--image, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark.fs-c-productMark__mark--image, .fs-c-productList__list article p.fs-c-productMark__mark.fs-c-productMark__mark--image, .fs-c-productList__list article span.fs-c-productMark__mark.fs-c-productMark__mark--image, .fs-c-productList__list article h2.fs-c-productMark__mark.fs-c-productMark__mark--image {
  padding: 0;
}
.fs-c-productListCarousel__list__itemTrack article p.fs-c-productMark__mark span, .fs-c-productListCarousel__list__itemTrack article span.fs-c-productMark__mark span, .fs-c-productListCarousel__list__itemTrack article h2.fs-c-productMark__mark span, .fs-c-productList__list article p.fs-c-productMark__mark span, .fs-c-productList__list article span.fs-c-productMark__mark span, .fs-c-productList__list article h2.fs-c-productMark__mark span {
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productName__name, .fs-c-productList__list article .fs-c-productName__name {
  color: #31302D;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productName__copy, .fs-c-productList__list article .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productPrice__main__label, .fs-c-productList__list article .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productPrice__main__price, .fs-c-productList__list article .fs-c-productPrice__main__price {
  display: inline-block;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-price__currencyMark, .fs-c-productList__list article .fs-c-price__currencyMark {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-button--particular, .fs-c-productList__list article .fs-c-button--particular {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__viewMoreImageButton, .fs-c-productList__list article .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__control, .fs-c-productList__list article .fs-c-productListItem__control {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article a span.fs-c-productName__name {
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fs-c-productListCarousel__list__itemTrack article a:hover span.fs-c-productName__name {
  color: #F4801C;
}

.ranks.fs-c-productList__list {
  counter-reset: number 0;
  overflow: visible;
}
.ranks.fs-c-productList__list article {
  position: relative;
}
.ranks.fs-c-productList__list article:before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -10px;
  left: -5px;
  background-color: #FFA384;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-family: 'EB Garamond', serif;
  z-index: 1;
}
.ranks.fs-c-productList__list article:nth-child(n + 3) {
  max-width: 260px;
  width: calc(100% / 3 - calc(100vw / 1366 * 14));
  margin-right: calc(100vw / 1366 * 20);
  margin-top: 50px;
}
.ranks.fs-c-productList__list article:last-child {
  margin-right: 0;
}
.ranks.fs-c-productList__list article:nth-child(1):before {
  background-color: #D3B55B;
}
.ranks.fs-c-productList__list article:nth-child(2):before {
  background-color: #B1B1B5;
}
.ranks.fs-c-productList__list article:nth-child(3):before {
  background-color: #B9886D;
}
.ranks.fs-c-productList__list article:nth-child(1) {
  max-width: 400px;
  width: calc(100% / 2 - calc(100vw / 1366 * 10));
  margin-right: calc(100vw / 1366 * 20);
}
.ranks.fs-c-productList__list article:nth-child(2) {
  max-width: 400px;
  width: calc(100% / 2 - calc(100vw / 1366 * 10));
  margin-right: 0;
}


.fs-c-productList__controller .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: flex;
  margin: 60px auto 120px;
  position: relative;
  padding: 0 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span {
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
  background: none;
  display: inline-block;
  width: 80px;
  flex: unset;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a:before, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  background-position: center center;
  z-index: -1;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination > a.is-active:before, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination > span.is-active:before {
  background-color: #FDD3AF;
  opacity: 0.5;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--next, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--prev {
  padding: 0;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--next:before, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--prev:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("./new/n_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--prev {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems {
  display: block;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems .fs-c-sortItems__label {
  display: none;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems ul.fs-c-sortItems__list {
  display: flex;
  justify-content: space-between;
  background: rgba(244, 128, 28, 0.1);
  width: 330px;
  padding: 0 20px;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems ul.fs-c-sortItems__list li a, .fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems ul.fs-c-sortItems__list li span {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 0;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems ul.fs-c-sortItems__list li.is-active a, .fs-c-productList__controller:nth-of-type(1) .fs-c-sortItems ul.fs-c-sortItems__list li.is-active span {
  color: #F4801C;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-listControl .fs-c-listControl__status {
  display: block;
  text-align: right;
  font-size: 15px;
}
.fs-c-productList__controller:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.fs-c-productList__controller:nth-of-type(1) .fs-c-listControl .fs-c-pagination {
  display: none;
}

.fs-c-productListCarousel {
  display: block;
}
.fs-c-productListCarousel .fs-c-productListCarousel__list {
  display: block;
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none;
}

.p-block__link {
  display: none;
}

.column_wrapper.imgs {
  margin-bottom: 120px;
}

.forlink {
  margin: 60px auto;
  max-width: 190px;
  width: 100%;
}
.forlink a {
  margin: 0 auto;
  position: relative;
  min-height: 80px;
  padding-left: 40px;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 190px;
  width: 100%;
  font-size: 18px;
  z-index: 1;
}
.forlink a:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FDD3AF;
  border-radius: 40px;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.forlink a:hover:before {
  border-radius: 40px;
  width: 100%;
}
.forlink a::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

div.gb {
  padding: 60px 30px 1px;
  background-color: #F5F5F5;
  width: 101vw;
  position: relative;
  left: -35px;
  z-index: 0;
  margin-bottom: 60px;
}

div.column_wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
div.column_wrapper > ul > li, div.column_wrapper .gb > ul > li {
  max-width: 260px;
  width: calc(100% / 3 - calc(100vw / 1366 * 14));
  margin-right: calc(100vw / 1366 * 20);
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
div.column_wrapper > ul > li:nth-child(n+4) {
  margin-top: 60px;
}
div.column_wrapper.news_wrapper > ul > li:nth-child(n+4) {
  margin-top: 0;
}
div.column_wrapper > ul > li:nth-child(3n) {
  margin-right: 0;
}
div.column_wrapper > ul > li:nth-child(10) {
  display: none;
}
div.column_wrapper > ul > li > a, div.column_wrapper .gb > ul > li > a {
  position: relative;
  display: block;
  margin-bottom: 14px;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
div.column_wrapper > ul > li > a p.column-date, div.column_wrapper .gb > ul > li > a p.column-date {
  color: #808080;
  font-size: 16px;
}
div.column_wrapper > ul > li > a img, div.column_wrapper .gb > ul > li > a img {
  width: 260px;
  display: block;
  margin-bottom: 20px;
}
div.column_wrapper > ul > li > a .column-title, div.column_wrapper .gb > ul > li > a .column-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.column_wrapper > ul > li > ul.tag_list li, div.column_wrapper .gb > ul > li > ul.tag_list li {
  display: inline-block;
  margin-right: 0;
}
div.column_wrapper > ul > li > ul.tag_list li:last-child, div.column_wrapper .gb > ul > li > ul.tag_list li:last-child {
  margin-right: 0;
}
div.column_wrapper > ul > li > ul.tag_list li a, div.column_wrapper .gb > ul > li > ul.tag_list li a {
  color: #674425;
  font-size: 16px;
  line-height: 28px;
}
div.column_wrapper > ul > li > ul.cat_list, div.column_wrapper .gb > ul > li > ul.cat_list {
  position: absolute;
  top: 0;
  left: 26vw;
}
div.column_wrapper > ul > li > ul.cat_list li, div.column_wrapper .gb > ul > li > ul.cat_list li {
  display: inline-block;
  margin-right: 1em;
}
div.column_wrapper > ul > li > ul.cat_list li:last-child, div.column_wrapper .gb > ul > li > ul.cat_list li:last-child {
  margin-right: 0;
}
div.column_wrapper > ul > li > ul.cat_list li a, div.column_wrapper .gb > ul > li > ul.cat_list li a {
  color: #F4903A;
}
div.column_wrapper.imgs > ul > li > a {
}

div.creater_banner a {
  display: block;
  height: 200px;
  width: 100%;
  background-image: url("./new/creater_bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
div.creater_banner a:hover {
  opacity: .6;
}
div.creater_banner a p {
  width: 400px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: rgba(244, 128, 28, 0.6);
  line-height: 40px;
  padding: 10px;
}

div.news_wrapper {
  background: #F5F5F5;
  max-width: 1140px;
  margin: 120px auto 60px;
  padding: 60px 40px;
}
div.news_wrapper > ul {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
div.news_wrapper > ul > li {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  border-bottom: 1px solid #B7B7B7;
  padding: 30px 0;
}
div.news_wrapper > ul > li:first-of-type {
  padding-top: 0;
}
div.news_wrapper > ul > li > a {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div.news_wrapper > ul > li > ul.cat_list {
  position: unset;
  top: unset;
  left: unset;
  margin-right: 20px;
}
div.news_wrapper > ul > li > a p.column-date {
  margin-right: 20px;
}

div.sns_wrapper {
  text-align: center;
  margin: 60px auto;
}
div.sns_wrapper p.sns_title {
  font-size: 28px;
  text-align: center;
  height: 47px;
  position: relative;
  color: #674425;
  display: inline-block;
  margin: 0 auto 20px;
}
div.sns_wrapper p.sns_title:before {
  content: "";
  width: 13px;
  height: 32px;
  background-image: url("./new/copy_border.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -30px;
  top: 60%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.sns_wrapper p.sns_title:after {
  content: "";
  width: 13px;
  height: 32px;
  background-image: url("./new/copy_border.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -30px;
  top: 60%;
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
div.sns_wrapper nav.c-footer__sns {
  width: 153px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div.sns_wrapper nav.c-footer__sns a {
  width: 68px;
}

.c-footer.cms {
  margin-top: 100px;
}

.c-footerNav__wrapper .c-footerNav__block {
  padding: 1px 30px 1px;
}
.c-footerNav__wrapper .c-footerNav__block h2 {
  margin-top: 0;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner h3 {
  color: #F4801C;
  font-size: 26px;
  margin-bottom: 40px;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner ul:after {
  content: "";
  clear: both;
  display: block;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner ul li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner ul li:nth-child(2n) {
  margin-right: 0;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner ul li:nth-child(2n + 1) {
  clear: both;
}
.c-footerNav__wrapper .c-footerNav__block .c-footerNav_inner ul li a {
  font-size: 26px;
}

div.footer_wrapper {
  padding: 0 40px 0;
  background-color: #F7F0E7;
  width: 100vw;
  position: relative;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
  margin-bottom: 0;
  min-width: 1080px;
}
div.footer_wrapper .footer_wrapper_inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
}
.footer_wrapper_inner .footer_wrapper_left {
  width: 200px;
}
.footer_wrapper_inner .footer_wrapper_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 105px;
  align-items: flex-end;
  width: calc(100% - 200px);
}
div.footer_wrapper ul {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
div.footer_wrapper ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 20px;
}
div.footer_wrapper ul li:first-of-type {
  margin-left: 0;
}
div.footer_wrapper ul li a {
  font-size: 16px;
}
div.footer_wrapper ul li a:hover {
  color: #F4903A;
}
div.footer_wrapper p.copyright {
  font-size: 13px;
  text-align: right;
}

.fs-c-slick {
  margin-top: 30px;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fs-c-slick .slick-prev {
  left: 100px;
}
.fs-c-slick .slick-next {
  right: 100px;
}
h2.ranks_title,h2.itemlist_title {
  margin-top: 120px;
}

.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

.fs-c-productCarouselMainImage__thumbnailList {
  display: block;
  margin: 40px auto;
}
.fs-c-productCarouselMainImage__thumbnailList li {
  width: 100px;
  margin-bottom: 20px;
  margin-right: 18px;
  float: left;
  height: 100px;
  overflow: hidden;
}
.fs-c-productCarouselMainImage__thumbnailList li:nth-child(5n) {
  margin-right: 0;
}
.fs-c-productCarouselMainImage__thumbnailList li:nth-child(5n + 1) {
  clear: both;
}
.fs-c-productCarouselMainImage__thumbnailList li img {
  width: 100%;
}

.fs-body-product .fs-l-productLayout.fs-system-product {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 40px auto 0;
}
.fs-l-productLayout .goods_left {
  width: 52.63%;
}
.fs-l-productLayout .goods_right {
  width: 42.98%;
}

.p-productMeta h1.fs-c-productNameHeading {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 38px;
}
.p-productMeta h1.fs-c-productNameHeading .fs-c-productNameHeading__copy {
  font-size: 22px;
}
.p-productMeta .fs-c-productMark__label {
  font-size: 16px;
  padding: 5px 5px;
  display: block;
  color: #FFFFFF;
}
.p-productMeta .fs-c-productNumber span {
  font-size: 15px;
  color: #808080;
}
.p-productMeta .fs-c-productPrices {
  display: block;
  margin: 30px auto 70px;
  position: relative;
  padding-right: 170px;
}
.p-productMeta .fs-c-productPrices .fs-c-productPrice__main {
  display: inline-block;
}
.p-productMeta .fs-c-productPrices .fs-c-productPrice__main__label {
  font-size: 15px;
}
.p-productMeta .fs-c-productPrices .fs-c-productPrice__main__price {
  font-size: 26px;
  display: block;
}
.p-productMeta .fs-c-productPrices .fs-c-productPrice__addon {
  display: inline-block;
}
.p-productMeta .fs-c-productPrices .fs-c-productPrice__addon span {
  font-size: 16px;
}
.p-productMeta .fs-c-productPrices:after {
  content: "";
  width: 150px;
  height: 91px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("./new/p_flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.fs-c-variationList__item {
  margin-bottom: 30px;
}
.fs-c-variationList__item ul li [type="button"], .fs-c-variationList__item ul li [type="reset"], .fs-c-variationList__item ul li [type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.fs-c-variationList__item ul li div.fs-c-variationCart__variationName {
  max-width: 150px;
  width: 30.61%;
  padding: 0 10px;
  margin-right: auto;
}
.fs-c-variationList__item ul li [type="button"] {
  border: none;
  background: none;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--addToWishList--icon {
  max-width: 35px;
  max-height: 32px;
  width: calc(100vw / 1366 * 35);
  height: calc(100vw / 1366 * 32);
  background-image: url("./new/favo_off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--addToWishList--icon .fs-c-button__label {
  display: none;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--removeFromWishList--icon {
  max-width: 35px;
  max-height: 32px;
  width: calc(100vw / 1366 * 35);
  height: calc(100vw / 1366 * 32);
  background-image: url("./new/favo_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--removeFromWishList--icon .fs-c-button__label {
  display: none;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--addToCart--variation {
  background-color: #8E6A4A;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--addToCart--variation:hover {
  background-color: #F4801C;
}
.fs-c-variationList__item ul li [type="button"].fs-c-button--addToCart--variation span.fs-c-button__label {
  color: #fff;
  font-size: 18px;
}

div.pagenavi ul {
  display: flex;
  justify-content: space-between;
}
div.pagenavi ul li {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: middle;
  border-radius: 50%;
}
div.pagenavi ul li a, div.pagenavi ul li span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

div.strong {
  width: 100%;
  padding: 0;
  background-color: #F7F0E7;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
}
div.strong .strong_pc_left {
  width: 52.63%;
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.strong div.s_title {
  margin: 0 auto 30px;
  width: 100%;
}
div.strong div.s_title h1 {
  text-align: center;
  font-size: 32px;
  padding: 8.59% 0;
  position: relative;
}
div.strong div.s_title h1:before, div.strong div.s_title h1:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
div.strong div.s_title h1:before {
  background-image: url("./new/st_before.png");
  width: 21px;
  height: 37px;
  top: 0;
  left: 0;
}
div.strong div.s_title h1:after {
  background-image: url("./new/st_after.png");
  width: 28px;
  height: 38px;
  right: 0;
  bottom: 0;
}
div.strong div.strong_img {
  width: 43.86%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
div.strong div.strong_img img {
  object-fit: cover;
  height: 100%;
  margin: 0 0 0 auto;
}
div.strong p.s_text {
  margin: auto auto 20px;
  font-size: 16px;
  line-height: 30px;
}
div.strong div.s_link ul li {
  border-top: 1px solid #B7B7B7;
}
div.strong div.s_link ul li a {
  margin: 20px 0 0;
  display: block;
  background-image: url("./new/n_arrow.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right center;
  font-size: 18px;
  line-height: 30px;
  padding-right: 15px;
}
div.strong div.s_link ul li a span.s_price {
  color: #808080;
  font-size: 18px;
  word-break: keep-all;
}
div.strong div.s_link ul li a span.s_price small {
  font-size: 15px;
  color: #808080;
}

div.post_wrap p.post_date {
  margin: 30px auto 20px;
  font-size: 22px;
}
div.post_wrap ul.tag_list {
  margin: 20px auto 30px;
}
div.post_wrap ul.tag_list li {
  display: inline-block;
  margin-right: 0;
}
div.post_wrap ul.tag_list li:last-child {
  margin-right: 0;
}
div.post_wrap ul.tag_list li a {
  color: #674425;
  font-size: 22px;
}
div.post_wrap div.post_title {
  margin: 40px auto;
}
div.post_wrap div.post_title h1 {
  font-size: 38px;
}
div.post_wrap div.content {
  font-size: 24px;
  line-height: 1.8em;
}
div.post_wrap div.content > h2 {
  background-image: url("./new/copy_bb.png");
  background-repeat: repeat-x;
  background-size: 240px;
  padding-bottom: 25px;
  font-size: 30px;
  text-align: left;
}
div.post_wrap div.content > h3 {
  margin: 50px auto 40px;
  color: #F4801C;
  font-size: 28px;
  font-weight: bold;
  line-height: 2em;
}
div.post_wrap div.content > p {
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 2em;
}
div.post_wrap div.content > p > a, div.post_wrap div.content > p > strong a {
  padding-left: 45px;
  background-image: url("./new/arrow.png");
  background-repeat: no-repeat;
  background-position: left top 2.8vw;
  background-size: 30px;
  display: inline-block;
  text-decoration: underline;
}
div.post_wrap div.content img {
  height: auto;
}
div.post_wrap div.content > ul {
  margin: 40px auto;
}
div.post_wrap div.content > ul > li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 26px;
}
div.post_wrap div.content > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.75vw;
  width: 24px;
  height: 24px;
  background-color: #F4801C;
  border-radius: 50%;
}
div.post_wrap div.content .afTagBox {
  padding: 0 40px 40px;
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  margin: 60px auto;
}
div.post_wrap div.content .afTagBox > * {
  width: 100%;
}
div.post_wrap div.content .afTagBox img {
  display: block;
  min-width: 412px;
  margin: 0 auto 40px;
}
div.post_wrap div.content .afTagBox .afTagBox__header {
  order: 2;
}
div.post_wrap div.content .afTagBox .afTagBox__contentBox {
  order: 1;
}
div.post_wrap div.content .afTagBox .afTagBox__contentBox summary {
  display: none;
}
div.post_wrap div.content .afTagBox .afTagBox__btnList {
  margin-top: 30px;
  order: 3;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
div.post_wrap div.content .afTagBox .afTagBox__btnList:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3em;
}
div.post_wrap div.content .afTagBox .afTagBox__btnList .afTagBox__btnAf {
  display: inline-block;
  background-color: transparent;
  padding: 20px 40px;
  text-align: left;
  background-image: url("./new/n_arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right center;
  color: #31302D;
  font-size: 24px;
  position: relative;
}
div.post_wrap table {
  width: 100%;
  border-spacing: 0;
}
div.post_wrap table tr.head th, div.post_wrap table tr.head td {
  background-color: rgba(244, 144, 58, 0.6);
  color: #fff;
  border-right: 1px solid #fff;
}
div.post_wrap table tr.head th:last-child, div.post_wrap table tr.head td:last-child {
  border-right: none;
}
div.post_wrap table tr th, div.post_wrap table tr td {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: normal;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}
div.post_wrap table tr th:last-child, div.post_wrap table tr td:last-child {
  border-right: none;
}
div.post_wrap table tr th {
  background-color: rgba(244, 144, 58, 0.1);
  color: #31302D;
}
div.post_wrap table tr td {
  background-color: #fff;
}
div.post_wrap table tr:nth-child(odd) td {
  background-color: #fff;
}
div.post_wrap div.outline {
  margin: 100px auto 60px;
  padding: 100px 30px 40px;
  background-color: #F7F0E7;
  position: relative;
}
div.post_wrap div.outline:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #31302D;
  position: absolute;
  top: -15px;
  left: 0;
}
div.post_wrap div.outline input {
  display: none;
}
div.post_wrap div.outline span.outline__title {
  position: absolute;
  display: block;
  top: -25px;
  left: 25px;
  width: 88px;
  height: 100px;
  background-image: url("./new/outline_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
div.post_wrap div.outline > ul li {
  margin-bottom: 25px;
}
div.post_wrap div.outline > ul li a {
  color: #31302D;
  position: relative;
  display: block;
}
div.post_wrap div.outline > ul li a span {
  color: #F4801C;
  position: absolute;
  left: 0;
}
div.post_wrap div.outline > ul > li a {
  padding-left: 50px;
}
div.post_wrap div.outline > ul > li ul {
  margin-top: 25px;
}
div.post_wrap div.outline > ul > li ul li {
  padding-left: 50px;
}

div.author {
  background-color: #F5F5F5;
  width: 100vw;
  padding: 40px 34px;
  margin: 90px auto;
  margin-left: -34px;
}
div.author div.author_names {
  position: relative;
  padding-left: 180px;
  min-height: 150px;
  display: flex;
  align-items: center;
}
div.author div.author_names div.author_img {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
div.author div.author_names div.author_img img {
  display: block;
  width: 100%;
  height: auto;
}
div.author p.author_name {
  font-size: 26px;
}
div.author p.author_position {
  font-size: 24px;
  margin-top: 20px;
}
div.author p.author_desc {
  margin-top: 30px;
  font-size: 24px;
  line-height: 2em;
}
div.author > h2 {
  margin-top: 0;
}

div.catch {
  margin: 40px auto 90px;
}

div.links {
  display: block;
  position: relative;
  justify-content: space-around;
  margin: 60px auto 150px;
  padding-top: 60px;
  border-top: 1px solid #B7B7B7;
}
div.links a {
  font-size: 24px;
  line-height: 1em;
  position: absolute;
}
div.links a[rel="prev"] {
  padding-left: 30px;
  background-image: url("./new/ll_prev.png");
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
div.links a[rel="next"] {
  padding-right: 30px;
  background-image: url("./new/ll_next.png");
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
div.links a.forarchive {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.related {
  background-color: #F7F0E7;
  width: 100vw;
  padding: 50px 34px;
  margin-left: -34px;
  margin-top: 150px;
}
div.related > h2 {
  margin-top: 0;
}

div.ll_h1 {
  position: relative;
  width: 100vw;
  margin: 30px auto 80px;
  margin-left: -34px;
}
div.ll_h1:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(103, 68, 37, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
div.ll_h1 img {
  width: 100%;
}
div.ll_h1 h1 {
  text-align: center;
  font-size: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

div.cat_img {
  margin: 30px auto;
}
div.cat_img img {
  display: block;
  margin: 0 auto;
  width: 173px;
}

div.p_kessai {
  padding: 15px 10px;
  background-color: #F5F5F5;
  margin: 60px auto 80px;
}
div.p_kessai p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.fs-c-variationAndActions {
  margin: 40px auto 80px;
}

.fs-c-variationAndActions__variationLabel {
  background-color: #F5F5F5;
  padding: 5px 0;
  margin-bottom: 40px;
  text-align: center;
}
.fs-c-variationAndActions__variationLabel .fs-c-variationLabel__label {
  font-size: 18px;
}

.fs-c-variationCart {
  padding: 0;
}
.fs-c-variationCart > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fs-c-variationCart > li:last-child {
  margin-bottom: 0;
}
.fs-c-variationCart > li [type="button"].fs-c-button--addToCart--variation {
  width: calc(100vw / 1366 * 180);
  max-width: 180px;
}
.fs-c-variationCart .fs-c-variationCart__variationName__name {
  font-size: 16px;
}
.fs-c-variationCart .fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart .fs-c-variationCart__variationName__stock {
  font-size: 16px;
  color: #808080;
}
.fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 0;
  max-width: 100px;
  max-height: 100px;
  width: 20.41%;
  height: 20.41%;
}
.fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__image img {
  width: 100%;
  max-width: 100%;
}

.fs-c-productSelection .fs-c-productSelection__select {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fs-c-productSelection .fs-c-productSelection__select:last-of-type {
  margin-bottom: 0;
}
.fs-c-productSelection .fs-c-productSelection__select .fs-c-productSelection__name {
  width: calc(100vw / 1366 * 120);
  max-width: 120px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
}
.fs-c-productSelection .fs-c-productSelection__select .fs-c-productSelection__selection {
  width: calc(100vw / 1366 * 370);
  max-width: 370px;
  margin-bottom: 0;
}
.fs-c-productSelection .fs-c-productSelection__select .fs-c-productSelection__selection select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #8E6A4A;
  padding: 20px 50px;
  padding-right: 53px;
  font-size: 16px;
  color: #6F6F6F;
}
.fs-c-productSelection .fs-c-productSelection__select .fs-c-productSelection__selection .fs-c-dropdown:after {
  content: "";
  border: none;
  background-color: transparent;
  background-position: center center;
  background-image: url("./new/noun_Arrow.png");
  background-repeat: no-repeat;
  background-size: 12px;
}

div.product_texts {
  padding: 0;
  margin: 60px auto;
  padding-top: 60px;
  border-top: 1px solid #B7B7B7;
}
div.product_texts p, div.product_texts a {
  font-size: 16px;
}
div.product_texts a:hover {
  text-decoration: none;
}
div.product_texts p.p_title {
  color: #F4801C;
}
div.product_texts .c-drawer-caution {
  margin: 20px 0;
  border: 1px solid #31302D;
  font-size: 20px;
  line-height: 30px;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 15px 49px;
  width: 100%;
  display: flex;
  align-items: center;
}
div.product_texts .c-drawer-caution img {
  width: 60px;
  height: 100%;
  margin-right: 23px;
}
div.product_texts .c-drawer-caution p {
  font-size: 20px;
  line-height: 30px;
}
div.product_texts div.pta {
  margin-top: 30px;
  margin-bottom: 60px;
}
div.product_texts .pta-title:before {
  content: "・";
}
div.product_texts .pt_text {
  margin: 15px auto;
  line-height: 1.4em;
}
div.product_texts a {
  color: #F4801C;
  text-decoration: underline;
}
br.sp-only {
  display: none;
}

.fs-c-inquiryAboutProduct button.fs-c-button--inquiryAboutProduct {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  border: 1px solid #F4903A;
}
.fs-c-inquiryAboutProduct button.fs-c-button--inquiryAboutProduct span {
  font-size: 16px;
  display: inline-block;
  padding-right: 40px;
  background-image: url("./new/n_arrow.png");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right center;
  transition: color 0.3s;
}

.fs-c-inquiryAboutProduct button.fs-c-button--inquiryAboutProduct:hover span {
  color: #F4801C;
}

.p-productMeta__description .fs-p-productDescription {
  font-size: 16px;
  line-height: 2em;
}
.p-productMeta__description .fs-p-productDescription > * {
  font-size: 24px;
}

div.fs-c-productReview {
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 30px;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B7B7B7;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  display: inline-block;
  width: 230px;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating:before {
  content: "この商品の平均評価";
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-reviewStars {
  display: inline-block;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-reviewStars:after {
  font-size: 20px;
  line-height: 30px;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #F4801C;
}
div.fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count {
  display: inline-block;
  font-size: 16px;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B7B7B7;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__reviewer {
  display: flex;
  margin-right: 1em;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__reviewer > div {
  margin-right: 1em;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date {
  display: flex;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dt {
  margin-right: 1em;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewRating {
  width: 100%;
  margin-top: 15px;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars::before {
  font-size: 24px;
}

.fs-c-productReview__allReviews, .fs-c-productReview__addReview {
  margin-bottom: 1em;
}
.fs-c-productReview__allReviews a, .fs-c-productReview__addReview a {
  color: #F4903A;
  text-decoration: underline;
}

.fs-c-productQuantityAndWishlist {
  margin: 20px auto;
  display: flex;
}
.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: #F4903A;
  background-image: url(./new/favo_off.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  font-size: 27px;
}
.fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: #F4903A;
  background-image: url(./new/favo_on.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  font-size: 27px;
}

.fs-c-button--addToCart--detail {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #8E6A4A;
  padding: 20px 20px;
  margin-left: auto;
  display: block;
  width: 100%;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fs-c-button--addToCart--detail:hover {
  background-color: #F4801C;
}
.fs-c-button--addToCart--detail span.fs-c-button__label {
  color: #fff;
  font-size: 18px;
}

.fs-c-quantity {
  max-width: 100vw;
}

.fs-c-productQuantityAndWishlist__quantity {
  margin-left: 20px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
  content: "数量：";
  font-size: 16px;
}
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  font-size: 16px;
  padding: 5px;
  width: 2em;
}

.fs-c-productMark {
  margin: 10px auto 6px;
  font-size: 20px;
}
.fs-body-product .fs-c-productMark {
  margin: 0 auto 15px;
  font-size: 16px;
}

.product_banners {
  margin-bottom: 60px;
}
.product_banners:not(.hob) {
  width: 100%;
}
.product_banners a {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.product_banners a:last-child {
  margin-bottom: 0;
}

.post_counts {
  margin-top: -30px;
  margin-bottom: 40px;
}
.post_counts p {
  text-align: right;
  font-size: 20px;
}

.fs-c-variationList__item__title {
  display: block;
  background: #F7F0E7;
  font-size: 18px;
  display: block;
  padding: 3px 10px;
}

.p-productDetail {
  background: #F7F0E7;
  width: 100%;
  padding: 80px 34px 50px;
}
.p-productDetail > * {
  font-size: 24px;
  line-height: 2em;
}
.p-productDetail p.p-productDetail__comment__text {
  margin-bottom: 80px;
}
.p-productDetail h3 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F4801C;
}
.p-productDetail div.kotei {
  margin-top: 80px;
}
.p-productDetail div.kotei p {
  font-size: 16px;
  line-height: 30px;
}
.p-productDetail div.kotei:first-child {
  margin-top: 40px;
}
.p-productDetail div.kotei .creater_banner {
  margin: 80px auto 0;
}
.p-productDetail div.kotei .creater_banner a {
  background-image: url(./new/creater_bg.png);
  height: 126px;
}
.p-productDetail div.kotei .creater_banner a p {
  font-size: 22px;
  width: 300px;
}

.fs-body-product .fs-c-featuredProduct__header {
  display: none !important;
}

.fs-c-productCarouselMainImage__carousel .slick-list {
  height: 89.375vw !important;
}

.fs-c-photoswipe.pswp--open {
  z-index: 99999;
}

div.special_main {
  width: 100vw;
  margin-left: -34px;
}
div.special_main div.spm_img {
  width: 100%;
  overflow: hidden;
}
div.special_main div.spm_img img {
  width: 100%;
}
div.special_main div.spm_title {
  padding: 30px 34px;
  background-color: #F7F0E7;
  background-image: url("./new/bog.png"), url("./new/bog.png");
  background-repeat: repeat-x,repeat-x;
  background-size: 100px, 100px;
  background-position: top 6px center, bottom 6px center;
  position: relative;
}
div.special_main div.spm_title:before {
  content: "";
  width: 255px;
  height: 176px;
  background: #F7F0E7;
  position: absolute;
  border-radius: 50%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
div.special_main div.spm_title h1 {
  font-size: 32px;
  text-align: center;
  line-height: 1.8em;
  position: relative;
  z-index: 2;
}

p.spm_text {
  font-size: 24px;
  line-height: 2em;
  padding-bottom: 50px;
  margin-bottom: 60px;
  margin-top: 40px;
  border-bottom: 1px solid #B7B7B7;
}

.point_wrap p {
  font-size: 24px;
  line-height: 2em;
  margin: 30px auto;
}
.point_wrap h2.spp_title {
  font-size: 38px;
  background: none;
  position: relative;
  padding-bottom: 20px;
}
.point_wrap h2.spp_title:after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #707070;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  position: absolute;
}
.point_wrap h3 {
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 25px;
  background-image: url("./new/copy_bottom.png");
  background-size: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
.point_wrap h3 small {
  color: #F4801C;
  font-size: 24px;
  display: inline-block;
  font-weight: lighter;
  font-family: 'EB Garamond', serif;
  position: relative;
  background-image: url("./new/smbg.png");
  background-size: 56px 56px;
  background-position: left 220px center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.point_wrap h3 small b {
  display: inline-block;
  margin-left: 0.5em;
  color: #F4801C;
}
.point_wrap h3 small:after {
  content: "";
  display: block;
  width: 100vw;
  margin-left: -34px;
}

div.spp_circle {
  background-image: url("./new/circle_back.png");
  background-size: 335px 335px;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  height: 552px;
  padding-left: 70px;
  margin: 30px auto;
}

div.spp_block {
  margin-bottom: 80px;
}

div.check_wrap {
  padding: 50px 40px 40px;
  background-color: #F5F5F5;
  text-align: center;
  background-image: url("./new/check_ribon.png");
  background-size: 70px 70px;
  background-position: top left 24px;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
div.check_wrap h3 {
  font-size: 26px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
div.check_wrap h3 + p.spc_price {
  margin-top: -10px;
}
div.check_wrap p.spc_price {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
div.check_wrap p.spc_price small {
  font-size: 22px;
}
div.check_wrap div.spc_main {
  margin: 10px auto;
}
div.check_wrap div.spc_sub {
  margin-top: 10px;
}
div.check_wrap div.spc_sub ul:after {
  content: "";
  clear: both;
  display: block;
}
div.check_wrap div.spc_sub ul li {
  float: left;
  width: calc(50% - 5px );
  margin-right: 10px;
  margin-bottom: 10px;
}
div.check_wrap div.spc_sub ul li img {
  cursor: pointer;
}
div.check_wrap div.spc_sub ul li:nth-child(2n) {
  margin-right: 0;
}
div.check_wrap div.spc_sub ul li:nth-child(2n + 1) {
  clear: both;
}
div.check_wrap .afTagBox__btnList {
  margin-top: 30px;
  order: 3;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
div.check_wrap .afTagBox__btnList:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3em;
}
div.check_wrap .afTagBox__btnList .afTagBox__btnAf {
  display: inline-block;
  background-color: transparent;
  padding: 20px 40px;
  text-align: left;
  background-image: url("./new/n_arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right center;
  color: #31302D;
  font-size: 24px;
  position: relative;
}

.special_material {
  background: #F7F0E7;
  width: 100vw;
  margin-left: -34px;
  margin-top: 160px;
}
.special_material.mmbb {
  margin-bottom: 0;
}
.special_material.mmbb + .c-footerNav__wrapper {
  margin-top: 0;
}
.special_material div.spma_head {
  position: relative;
}
.special_material div.spma_head:before, .special_material div.spma_head:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(244, 144, 58, 0.07);
  z-index: 1;
  border-radius: 50%;
}
.special_material div.spma_head:before {
  width: 100px;
  height: 100px;
  bottom: 95px;
  right: 34px;
}
.special_material div.spma_head:after {
  width: 160px;
  height: 160px;
  bottom: 100px;
  left: 10px;
}
.special_material div.spma_head div.spma_img {
  padding: 1px 34px;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  z-index: 3;
}
.special_material h2 {
  padding-bottom: 60px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 3;
}
.special_material div.spma_block {
  padding: 1px 34px 20px;
}
.special_material div.spma_block p {
  font-size: 24px;
  line-height: 2em;
  margin: 30px auto;
}
.special_material div.spma_block .cautions {
  color: #B9886D;
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  margin: 60px auto 40px;
}
.special_material div.spma_block div.spma_mates {
  padding: 30px;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
.special_material div.spma_block div.spma_mates .mates_title {
  font-size: 28px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
  margin-bottom: 20px;
  background: #F5F5F5;
  color: #674425;
}
.special_material div.spma_block div.spma_mates .mates_subt {
  font-size: 28px;
  text-align: center;
  color: #674425;
  margin-bottom: 10px;
}
.special_material div.spma_block div.spma_mates p.mates {
  margin: 10px auto;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
}
.special_material div.spma_block h3 {
  text-align: center;
  line-height: 1.6em;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.special_material div.spma_block h3 small {
  color: #F4801C;
  font-size: 24px;
  display: inline-block;
  font-weight: lighter;
  font-family: 'EB Garamond', serif;
  position: relative;
  padding-top: 20px;
  background-image: url("./new/spma_op.png");
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: top center;
  margin-bottom: 10px;
  width: 100%;
}
.special_material div.spma_block h3 small b {
  display: inline-block;
  color: #F4801C;
  margin-left: 0.5em;
}
.special_material div.spma_block h3 small:after {
  content: "";
  display: block;
  width: 100vw;
  margin-left: -34px;
}

div.spp_caption {
  background: rgba(244, 144, 58, 0.1);
  padding: 50px 34px;
  margin-left: -34px;
  margin-top: 30px;
  width: 100vw;
}
div.spp_caption h4 {
  color: #674425;
  font-size: 30px;
  text-align: center;
  line-height: 2em;
}
div.spp_caption h5 {
  color: #F4903A;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  background-image: url("./new/smhh.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: bottom center;
}

div.mono_main {
  margin: 30px auto 100px;
  position: relative;
}
div.mono_main h1 {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 31px;
  padding: 25px 40px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

div.mono_desc div.md_img {
  position: relative;
  width: 100vw;
  margin-left: -34px;
}
div.mono_desc div.md_img h2 {
  color: #fff;
  position: absolute;
  font-size: 36px;
  text-align: center;
  line-height: 1.8em;
  left: 52%;
  transform: translateX(-50%);
  bottom: 35px;
  margin: 0;
  background: none;
  width: 100%;
}
div.mono_desc p {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2em;
}

div.mono_ii {
  position: relative;
  margin-top: 100px;
}
div.mono_ii h2 {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  width: calc(100vw - 68px);
  padding: 20px 0;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 2em;
}

div.mono_point + .c-footerNav__wrapper {
  margin-top: 0;
}
div.mono_point div.mp_block p {
  font-size: 24px;
  line-height: 2em;
  margin: 30px auto;
}
div.mono_point div.mp_block h3:not(.nb) {
  text-align: center;
  line-height: 1.6em;
  padding: 60px 105px 15px;
  background-image: url("./new/copy_bottom.png");
  background-size: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  position: relative;
}
div.mono_point div.mp_block h3:not(.nb) span {
  width: 105px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 2vw;
  background-image: url("./new/ribon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
div.mono_point div.mp_block h3:not(.nb) span b {
  color: #fff;
  font-size: 34px;
  display: block;
  -moz-transform: rotate(-25deg) translate(-50%, -50%);
  -ms-transform: rotate(-25deg) translate(-50%, -50%);
  -o-transform: rotate(-25deg) translate(-50%, -50%);
  -webkit-transform: rotate(-25deg) translate(-50%, -50%);
  transform: rotate(-25deg) translate(-50%, -50%);
  position: absolute;
  top: 48%;
  left: 58%;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}
div.mono_point div.mp_block h3.nb {
  font-size: 36px;
  padding: 0;
  margin-bottom: 40px;
  background-image: url("./new/bboo.png"), url("./new/bboo.png");
  background-repeat: no-repeat,no-repeat;
  background-position: left center,right center;
  background-size: 130px, 130px;
  text-align: center;
}
div.mono_point div.mp_block h4 {
  background: rgba(244, 128, 28, 0.1);
  padding: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  font-size: 26px;
  margin-top: 30px;
  line-height: 1.8em;
}
div.mono_point div.mp_block h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 18px solid transparent;
  border-top: 18px solid rgba(244, 128, 28, 0.1);
}

div.mpbg {
  background-color: rgba(244, 128, 28, 0.05);
  padding: 80px 34px;
  width: 100vw;
  margin-left: -34px;
  margin-top: 0;
}

div.sdg_img {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
div.sdg_img img {
  width: 160px;
  display: block;
  margin-right: 40px;
}
div.sdg_img img:last-child {
  margin-right: 0;
}
div.sdg_img img:nth-child(3n) {
  margin-right: 0;
}

div.beg_main {
  position: relative;
  margin-top: 30px;
}
div.beg_main div.spm_title {
  position: absolute;
  width: 300px;
  height: 300px;
  display: block;
  background: rgba(142, 106, 74, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.beg_main div.spm_title h1 {
  font-size: 30px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
div.beg_main + div.beg_wrap {
  margin-top: 0;
}

div.beg_wrap {
  margin-top: 100px;
}
div.beg_wrap h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #674425;
  font-size: 36px;
  background: none;
}
div.beg_wrap h3 {
  background-image: url("./new/copy_bb.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 240px;
  padding-bottom: 25px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
div.beg_wrap p {
  font-size: 24px;
  line-height: 2em;
  margin-bottom: 30px;
}
div.beg_wrap p.cen {
  text-align: center;
}
div.beg_wrap div.beg_block {
  margin-bottom: 80px;
}

div.pc_footer_top_cont {
  background: #F5F5F5;
  width: 100vw;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin-top: 150px;
  min-width: 1080px;
}
div.pc_footer_top_cont .pc_footer_top_cont_inner {
  max-width: 1140px;
  width: 100%;
  padding: 60px 40px;
  margin: 0 auto;
}
div.pc_footer_top_cont h3.pc_footer_top_cont_text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 46px;
  color: #F4801C;
}
div.pc_footer_top_cont div.onkatsu.genre {
  padding-bottom: 60px;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 60px;
}
div.pc_footer_top_cont div.onkatsu.genre:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
div.pc_footer_top_cont ul.genre_list li {
  max-width: 175px;
  width: calc(100% / 6 - calc(100vw / 1366 * 15));
  margin-right: calc(100vw / 1366 * 18);
  margin-top: 0;
}
div.pc_footer_top_cont ul.genre_list li:nth-child(6n) {
  margin-right: 0;
}
div.pc_footer_top_cont ul.genre_list li:nth-child(n+7) {
  margin-top: 56px;
}
div.pc_footer_top_cont ul.genre_list.peri,div.pc_footer_top_cont .baby ul.genre_list {
  justify-content: center;
}
div.pc_footer_top_cont ul.genre_list.peri li a p::after {
  right: 15px;
}
div.pc_footer_top_cont ul.genre_list.peri li a p {
  padding-left: 30px;
}
div.strong {
  position: relative;
}
div.matome_bnr {
  position: fixed;
  top: 128px;
  right: 20px;
  z-index: 8888;
}
header.active + div.matome_bnr {
  top: 85px;
}
.fs-c-productThumbnail__image__caption {
  display: none;
}
.fs-body-product .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-c-variationCart__wishlist {
  margin-left: auto;
}
.fs-p-productDescription .product_texts {
  border-top: none;
  padding: 0;
  padding-top: 0;
  margin: 60px auto 100px;
}
div.product_texts .pta {
  padding-left: 15px;
}
div.product_texts .pta p.pta-title {
  margin-left: -15px;
}
.fs-c-productReview__allReviews a span,.fs-c-productReview__addReview a span {
  color: #F4903A;
}
div.fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.goods_left .p-productDetail {
  margin-top: 100px;
  padding: 40px;
}
.goods_left .fs-c-productThumbnail {
  margin-top: 20px;
}
.goods_left .fs-c-productThumbnail__image {
  margin: 0;
  max-width: 84px;
  margin-right: 2px;
  width: calc(100% / 7 - calc(100vw / 1366 * 2));
  min-width: unset;
  flex-basis: calc(100% / 7 - calc(100vw / 1366 * 2));
}
.goods_left .fs-c-productThumbnail__image:nth-child(n+8) {
  margin-top: 2px;
}
.goods_left .fs-c-productThumbnail__image:nth-child(7n) {
  margin-right: 0;
}
.goods_left .fs-c-productThumbnail__image img {
  object-fit: cover;
  max-width: 84px;
  max-height: 84px;
  width: 100%;
  height: 100%;
}
.productDetail_bnrs_box img {
  margin-bottom: 20px;
}
.productDetail_bnrs_box h3 {
  margin-top: 0;
}
.productDetail_bnrs_box {
  margin-bottom: 80px;
}
.productDetail_bnrs_box p {
  font-size: 16px;
  line-height: 30px;
}
.fs-body-product .related_title {
  margin-top: 150px;
}
.fs-body-product .related_text {
  text-align: center;
  font-size: 18px;
}
.fs-c-featuredProduct__list .fs-c-productPrice::before,.fs-c-productList__list .fs-c-productPrice::before {
  content: "¥";
  color: #808080;
}
.fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: 15px !important;
}
.fs-c-productPrice__addon__label::before {
  content: "(";
}
.fs-c-productPrice__addon__label::after {
  content: ")";
}
.fs-body-product .fs-c-featuredProduct {
  max-width: 1140px;
  width: 100%;
  padding: 0 70px;
  margin: 60px auto 0;
  position: relative;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel__list {
  max-width: 1033px;
  width: 100%;
  margin: 0 auto;
}
.fs-c-featuredProduct .fs-c-button--carousel--prev .fs-c-button__label,.fs-c-featuredProduct .fs-c-button--carousel--next .fs-c-button__label {
  display: none;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev,.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  background-image: url("./new/related_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  z-index: 2;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
  background-image: url("./new/related_prev.png");
  left: -70px;
  opacity: 1;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  right: -70px;
  background-image: url("./new/related_next.png");
}
.fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: block;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
  max-width: 35px;
  max-height: 32px;
  width: calc(100vw / 1366 * 35);
  height: calc(100vw / 1366 * 32);
}
.fs-c-productQuantityAndWishlist {
  justify-content: flex-end;
}
.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
  max-width: 35px;
  max-height: 32px;
  width: calc(100vw / 1366 * 35);
  height: calc(100vw / 1366 * 32);
}
.fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: none;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__imageContainer a, .fs-c-productList__list article .fs-c-productListItem__imageContainer a {
  display: block;
  position: relative;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__imageContainer a::before,.fs-c-productList__list article .fs-c-productListItem__imageContainer a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__imageContainer a:hover::before, .fs-c-productList__list article .fs-c-productListItem__imageContainer a:hover::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(253,211,175,0.3);
  width: 100%;
  height: 100%;
}
.fs-c-productListCarousel__list__itemTrack article .fs-c-productListItem__imageContainer a:hover img, .fs-c-productList__list article a:hover img {
  opacity: 1;
}
ul.genre_list li a .img_link {
  display: block;
  position: relative;
}
ul.genre_list li a .img_link::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: .3s;
}
ul.genre_list li a:hover .img_link::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(253,211,175,0.3);
  width: 100%;
  height: 100%;
}
ul.genre_list li a:hover img {
  opacity: 1;
}
ul.genre_list.peri li a::before,ul.genre_list.peri li a:hover::before {
  content: none;
}
ul.genre_list.peri li a:hover img {
  opacity: .6;
}
header .c-header__metaArea .searchss .search_keywords_inner a:hover {
  color: #F4801C;
}
div.situ_wrapper ul li a {
  display: block;
  position: relative;
}
div.situ_wrapper ul li a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: calc(100vw / 1366 * 150);
  height: calc(100vw / 1366 * 150);
  max-width: 134px;
  max-height: 134px;
  transition: .3s;
  border-radius: 50%;
  top: 3%;
  left: 3%;
}
div.situ_wrapper ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(244,128,28,0.13);
  width: calc(100vw / 1366 * 150);
  height: calc(100vw / 1366 * 150);
  max-width: 134px;
  max-height: 134px;
  border-radius: 50%;
  top: 3%;
  left: 3%;
}
div.situ_wrapper ul li a:hover img {
  opacity: 1;
}
div.pc_footer_top_cont ul.genre_list.peri li {
  max-width: 190px;
  width: calc(100% / 4 - calc(100vw / 1366 * 15));
  margin-right: calc(100vw / 1366 * 20);
}
div.pc_footer_top_cont ul.genre_list.peri li:nth-child(4n) {
  margin-right: 0;
}
div.pc_footer_top_cont .baby ul.genre_list li {
  max-width: 190px;
  width: calc(100% / 5 - calc(100vw / 1366 * 20));
  margin-right: calc(100vw / 1366 * 20);
}
div.pc_footer_top_cont .baby ul.genre_list li:nth-child(5n) {
  margin-right: 0;
}
.fs-c-productMainImage__image {
  overflow: hidden;
  height: calc(100vw / 1366 * 600);
  width: 100%;
  max-height: 600px;
}
.fs-c-productMainImage__image img {
  object-fit: contain;
  height: calc(100vw / 1366 * 600);
  width: 100%;
  max-height: 600px;
  max-width: 600px;
}
.fs-c-productListCarousel__list__itemTrack article a:hover .fs-c-productName__name, .fs-c-productList__list article a:hover .fs-c-productName__name {
  color: #F4801C;
}
div.strong div.s_link ul li a:hover {
  color: #F4801C;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-productList .fs-c-noResultMessage__title {
  text-align: center;
}
.fs-c-subgroupList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.fs-c-subgroupList__item {
  width: calc(100% / 3 - calc(100vw / 1366 * 14));
  margin-right: calc(100vw / 1366 * 20);
  border: 1px solid #F4903A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.fs-c-subgroupList__item:nth-child(3n){
  margin-right: 0;
}
.fs-body-category-season .fs-c-subgroupList {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-category-season .fs-c-subgroupList__item {
  width: calc(100% / 2 - calc(100vw / 1366 * 14));
  margin-right: calc(100vw / 1366 * 20);
  border: 1px solid #F4903A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.fs-body-category-season .fs-c-subgroupList__item:nth-child(2n){
  margin-right: 0;
}
.fs-c-subgroupList__link {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 25px;
  padding-left: 20px;
  position: relative;
  background-color: #FFFFFF;
}
.fs-c-subgroupList__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
}
.fs-c-subgroupList__link:hover {
  background-color: rgba(253,211,175,0.3);
}

.fs-c-cartBundleInfo__title {
  background-color: #F4801C;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.fs-c-cartBundleInfo__title strong {
  color: #FDF87C;
  font-size: 18px;
}

.fs-c-cartBundleInfo__button {
  margin: 30px auto;
}

.fs-c-cartBundleInfo__button .fs-c-button--checkDiscount {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  display: block;
  margin: 0;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #F4903A;
  transition: opacity 0.2s;
  opacity: 1;
}
.fs-c-cartBundleInfo__button .fs-c-button--checkDiscount span {
  color: #F4903A;
}
.fs-c-bundlePreview__item__title {
  color: #F4903A;
}
.fs-c-cartBundleInfo__button .fs-c-button--checkDiscount:hover {
  opacity: 0.7;
}
.fs-c-bundlePrice__label--discount,.fs-c-bundlePrice__price--discount span {
  color: #DC143C;
}
.fs-c-orderTotalTable__bundleQuantity span,.fs-c-orderTotalTable__bundleQuantity td,.fs-c-orderTotalTable__bundleQuantity th {
  color: #DC143C;
}
.fs-c-orderTotalTable__bundleDiscount span,.fs-c-orderTotalTable__bundleDiscount td,.fs-c-orderTotalTable__bundleDiscount th {
  color: #DC143C;
}
.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
  margin-top: 30px;
  padding-bottom: 15px;
}

.fs-c-continueShopping a.fs-c-button--continueShopping {
  background: #F4903A;
  display: block;
  width: 400px;
  max-width: 400px;
  min-height: auto;
  margin: 0 auto 15px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
}
.fs-c-continueShopping a.fs-c-button--continueShopping span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
}
.fs-c-continueShopping a.fs-c-button--continueShopping:before,.fs-c-continueShopping a.fs-c-button--continueShopping:after {
  display: none;
}

.fs-c-confirmOrder__button button.fs-c-button--confirmOrder {
  background: #F4903A;
  display: block;
  width: 400px;
  max-width: 400px;
  min-height: auto;
  margin: 0 auto 15px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
}
.fs-c-confirmOrder__button button.fs-c-button--confirmOrder span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
}
.fs-c-confirmOrder__button button.fs-c-button--confirmOrder:before,.fs-c-confirmOrder__button button.fs-c-button--confirmOrder:after {
  display: none;
}

.fs-c-bundlePreview__item {
  margin-bottom: 30px;
}

  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 8px;
    min-width: 2em;
  }

.p-block.related {
  max-width: 1140px;
  padding: 0 75px;
  margin: 125px auto 150px;
  position: relative;
}

.p-block.related > h2 {
  font-size: 18px;
  padding-bottom: 0;
  background: none;
  margin: 0 auto 50px;
}
.p-block.related h2 small {
  font-size: 28px;
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 15px;
  background-image: url(./new/copy_bottom.png);
  background-size: 70px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  color: #31302D;
}
.p-block.related .fs-c-productListCarousel__ctrl {
  display: block;
  background-color: rgba(244,128,28,0.8);
  background-image: url(./new/n_arrow_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.p-block.related .fs-c-productListCarousel__ctrl span {
  display: none;
}
.p-block.related .fs-c-productListCarousel__ctrl--prev {
  left: -75px;
  transform: translateY(-50%) scale(-1);
}
.p-block.related .fs-c-productListCarousel__ctrl--next {
  right: -75px;
  transform: translateY(-50%);
}
.fs-c-modal__inner {
  max-width: 640px;
}
.fs-c-inquiryProduct {
  display: flex;
}
.fs-c-inquiryProduct__productImage {
  width: 100px;
}
.fs-c-inquiryProduct__productName {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.fs-c-inquiryMessage {
  margin: 30px auto;
  font-size: 16px;
}
.fs-c-inquiryProduct__productName .fs-c-productName__copy {
  font-size: 16px;
}
.fs-c-inquiryProduct__productName .fs-c-productName__name {
  font-size: 18px;
}
.fs-c-inputTable--inModal > tbody {
  display: table-footer-group;
}
.fs-c-inquiryEditField .fs-c-inputTable--inModal > tbody > tr {
  display: table-row;
}
.fs-c-inquiryEditField .fs-c-inputTable--inModal > tbody > tr th,.fs-c-inquiryEditField .fs-c-inputTable--inModal > tbody > tr td{
  padding-bottom: 15px;
  vertical-align: top;
}
.fs-c-inquiryEditField .fs-c-inputTable--inModal .fs-c-inputTable__label {
  display: table-row;
  font-size: 16px;
  font-weight: normal;
}
.fs-c-inquiryEditField .fs-c-inputTable--inModal .fs-c-inputTable__label span {
  color: #F4801C;
}

.fs-c-inquiryEditField .fs-c-inputTable--inModal #fs_input_inquiry {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
  font-size: 16px;
}
.fs-c-button--sendInquiry {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background: none;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #F4903A;
  font-size: 18px;
  display: block;
  background: #F4903A;
  opacity: 1;
  transition: opacity 0.2s;
  color: #fff;
  margin: 30px auto 0;
  max-width: 300px;
}
.fs-c-button--sendInquiry span {
  color: #fff;
}

a.current {
  color: #F4801C;
}