@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: none;
}

input[type=radio] {
  appearance: auto;
  margin-right: 5px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font: 400 1.6rem/2 "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #241e1c;
  text-align: left;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}

a {
  text-decoration: none;
  color: #241e1c;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #241e1c;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.fs-l-page {
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fs-l-page {
    overflow: hidden;
    padding-top: 160px;
    min-width: 1px;
  }
}

.fs-l-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1410px;
  max-width: 100%;
  margin: 0 auto 16rem;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .fs-l-main {
    padding: 0px 2% 0 2%;
    margin-bottom: 5rem;
    margin-top: 3.5rem;
  }
}

.fs-l-sideArea {
  width: 20.7%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fs-l-sideArea {
    order: 2;
    width: 100%;
  }
}
.fs-l-sideArea + .fs-l-pageMain {
  width: 73.7%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fs-l-sideArea + .fs-l-pageMain {
    order: 1;
    width: 100%;
  }
}

.fs-l-pageMain {
  width: 73.7%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fs-l-pageMain {
    width: 100%;
  }
}
.fs-l-pageMain + .fs-l-sideArea {
  width: 20.7%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .fs-l-pageMain + .fs-l-sideArea {
    width: 100%;
    order: 2;
  }
}
.fs-l-pageMain + .section_wrap {
  width: 100%;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .fs-l-pageMain + .section_wrap {
    margin-top: 6rem;
    order: 3;
  }
}

.inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 6.666%;
  }
}

.inner_min {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_min {
    padding: 0 6.666%;
  }
}

.inner_lg {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_lg {
    padding: 0 6.666%;
  }
}

.section_wrap {
  padding: 0 0 125px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 0 0 3em;
  }
}
.section_wrap[class*=bg_] {
  padding-top: 125px;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .section_wrap[class*=bg_] {
    padding-top: 5em;
    margin-bottom: 5em;
  }
}
.section_wrap.bg_voice {
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_voice.jpg) repeat-y center top/100% auto;
}
@media screen and (max-width: 767px) {
  .section_wrap.bg_voice {
    background-size: 200%;
    overflow: hidden;
  }
}
.section_wrap.hidden {
  overflow: hidden;
}

#fs_Top .section_wrap--notice {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #fs_Top .section_wrap--notice {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

#fs_ProductCategory .section_wrap--notice {
  padding-bottom: 0;
}

.header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  padding: 0 5%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1350px;
  max-width: 100%;
  padding: 20px 0 15px;
  margin: auto;
}
.header_ttl {
  position: relative;
  width: 333px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 200px;
    margin-left: 15px;
  }
}
.header_ttl a, .header_ttl img {
  display: block;
}
.header_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  padding-right: 115px;
  max-width: calc(100% - 350px);
}
.header_nav__shop, .header_nav__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header_nav__shop.fs-clientInfo.is-ready, .header_nav__sub.fs-clientInfo.is-ready {
  display: flex;
}
.header_nav__shop .logout.my-false, .header_nav__sub .logout.my-false {
  display: none;
}
.header_nav__shop .login.my-true, .header_nav__sub .login.my-true {
  display: none;
}
.header_nav__shop li, .header_nav__sub li {
  padding: 0 23px;
  line-height: 1.2;
  border-right: 1px solid #483c34;
  font-size: 1.3rem;
  font-weight: 700;
}
.header_nav__shop li:last-child, .header_nav__sub li:last-child {
  padding-right: 0;
  border: 0 none;
}
.header_nav__shop li a, .header_nav__sub li a {
  display: block;
}
.header_nav__shop li a:hover, .header_nav__sub li a:hover {
  color: #218f49;
}
.header_nav__sub li:first-child {
  border-left: 1px solid #483c34;
}
.header_nav__sub li:last-child {
  padding-right: 23px;
  border-right: 1px solid #483c34;
}
.header_nav__sub li a {
  font-size: 1.5rem;
}
.header_nav__cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #483c34;
  border-radius: 50%;
  right: 0;
  top: calc(50% - 40px);
}
.header_nav__cart:hover img {
  transform: rotate(-15deg);
}
.header_nav__cart img {
  display: block;
  transition: 0.3s;
}
.header__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 1350px;
  max-width: 100%;
  margin: auto;
}
.header #_fs_uk_elm_3787 {
  display: none;
}
.header.js_active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  animation: pc_header 1s ease forwards;
  margin: 0;
}
.header.js_active .header__main {
  width: 200px;
  margin: 0;
}
.header.js_active .header_nav {
  display: none;
}
.header.js_active .header__sub {
  width: auto;
  margin: 0 0 0 5vw;
}

@keyframes pc_header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.fs-p-cartItemNumber {
  font-size: 1.5rem;
  background-color: #fff;
  color: #483c34;
  border: 1px solid #483c34;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fs-p-cartItemNumber {
    background-color: #483c34;
    color: #fff;
    right: -8px;
    top: -5px;
    font-size: 1.1rem;
  }
}

#gnavi {
  position: relative;
}
#gnavi::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #f5f3f0;
  left: 0;
  top: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #gnavi {
    padding: 100px 12%;
  }
}
#gnavi.active {
  left: 0;
  opacity: 1;
}
#gnavi .global_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
  padding-left: 60px;
}
#gnavi .global_nav > li {
  position: relative;
  padding: 25px 0;
}
#gnavi .global_nav > li.has_child > a {
  pointer-events: none;
}
#gnavi .global_nav > li > a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 25px;
}
#gnavi .global_nav > li > a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 28px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_hover.svg) no-repeat center/contain;
  bottom: calc(100% + 10px);
  left: calc(50% - 12px + 12.5px);
  opacity: 0;
  transition: 0.3s;
}
#gnavi .global_nav > li > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  left: 0;
  top: calc(50% - 10px);
}
#gnavi .global_nav > li > a:hover::before {
  opacity: 1;
}
#gnavi .global_nav > li:first-child > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_01.svg);
}
#gnavi .global_nav > li:nth-child(2) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_02.svg);
}
#gnavi .global_nav > li:nth-child(3) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_03.svg);
}
#gnavi .global_nav > li:nth-child(4) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_04.svg);
}
#gnavi .global_nav > li:nth-child(5) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_05.svg);
}
#gnavi .global_nav > li:nth-child(6) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_06.svg);
}
#gnavi .global_nav > li:nth-child(7) > a::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_nav_07.svg);
}
#gnavi .global_nav > li .toggle_nav {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index:100000000;
}
#gnavi .global_nav > li .toggle_nav li {
  padding: 0 10px;
  margin-bottom: 10px;
}
#gnavi .global_nav > li .toggle_nav li:last-child {
  margin-bottom: 0;
}
#gnavi .global_nav > li .toggle_nav li a {
  display: block;
  height: 35px;
  line-height: 33px;
  white-space: nowrap;
  text-align: center;
  padding: 0 25px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #483c34;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 5px rgba(36, 30, 28, 0.1);
}
#gnavi .global_nav > li .toggle_nav li a:hover {
  transform: scale(1.05);
}

.sp_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  height: 148px;
}
@media screen and (max-width: 767px) {
  .sp_header {
    display: block;
  }
}
.sp_header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-bottom: 1px solid #241e1c;
}
.sp_header__ttl {
  display: block;
  width: 273px;
  max-width: 36.4%;
}
.sp_header__cart {
  position: absolute;
  right: 6.66vw;
}
.sp_header__cart img {
  display: block;
  width: 28px;
}
.sp_header__sub {
  overflow-x: scroll;
}
.sp_header__sub ul {
  display: flex;
  height: 45px;
  line-height: 43px;
}
@media screen and (max-width: 767px) {
  .sp_header__sub ul {
    justify-content: center;
  }
}
.sp_header__sub ul li {
  padding: 0 15px;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .sp_header__sub ul li {
    padding: 0 2vw;
  }
}
.sp_header__sub ul li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.sp_header + .fs-c-breadcrumb {
  margin-bottom: 1rem;
}

.hamburger_nav {
  display: block;
  z-index: 1002;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger_nav {
    position: fixed;
    width: calc(100% - 12.666vw);
    height: 100%;
    left: -100vw;
    top: 0;
    opacity: 0;
    background-color: #fff;
    padding: 15px 6.666vw 40px;
    overflow-y: scroll;
  }
}
.hamburger_nav.active {
  left: 0;
  opacity: 1;
}
.hamburger_nav__user {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  color: #483c34;
}
@media screen and (max-width: 767px) {
  .hamburger_nav__user {
    display: flex;
  }
}
.hamburger_nav__user li {
  padding: 0 1em;
  border-left: 1px solid #241e1c;
  font-size: 1.2rem;
  line-height: 1;
}
.hamburger_nav__user li:first-child {
  padding-left: 0;
  border: 0 none;
}
.hamburger_nav__shop {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .hamburger_nav__shop {
    display: flex;
  }
}
.hamburger_nav__shop.fs-clientInfo.is-ready {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger_nav__shop.fs-clientInfo.is-ready {
    display: flex;
  }
}
.hamburger_nav__shop.fs-clientInfo.is-ready .logout.my-false {
  display: none;
}
.hamburger_nav__shop.fs-clientInfo.is-ready .login.my-true {
  display: none;
}
.hamburger_nav__shop li a {
  display: block;
}
.hamburger_nav__shop li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-bottom: 5px;
}
.hamburger_nav__shop li a figure img {
  object-fit: contain;
  height: 100%;
}
.hamburger_nav__shop li a p {
  font-size: 1.2rem;
  text-align: center;
}
.hamburger_nav__search {
  position: relative;
  margin-bottom: 3rem;
}
.hamburger_nav__search input[type=text] {
  width: 100%;
  font-size: 1.6rem;
  height: 38px;
  line-height: 36px;
  border-radius: 0;
  padding-right: 40px;
}
.hamburger_nav__search input[type=text]::placeholder {
  font-size: 1.2rem;
}
.hamburger_nav__search button {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_search.svg) no-repeat center/10px auto;
}
.hamburger_nav__list {
  border-top: 1px solid #241e1c;
  margin-bottom: 3rem;
}
.hamburger_nav__list li {
  position: relative;
  border-bottom: 1px solid #241e1c;
}
.hamburger_nav__list li.js_active {
  border-bottom: 0 none;
}
.hamburger_nav__list li.js_active .close::after {
  transform: rotate(360deg);
}
.hamburger_nav__list li a {
  display: block;
  font-size: 1.4rem;
  padding: 8px 10px;
}
.hamburger_nav__list li .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hamburger_nav__list li .close::before, .hamburger_nav__list li .close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #483c34;
  top: calc(50% - 0.5px);
  left: calc(50% - 7.5px);
}
.hamburger_nav__list li .close::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.hamburger_nav__list li .toggle_nav {
  display: none;
  border-top: 1px solid #241e1c;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .hamburger_nav__list li .toggle_nav {
    padding-left: 5.333vw;
  }
}
.hamburger_nav__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #483c34;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.hamburger_nav__title.center {
  text-align: center;
}
.hamburger_nav .btn_cmn_01 {
  width: 100%;
  height: 50px;
  line-height: 48px;
  margin-bottom: 1rem;
}
.hamburger_nav .btn_cmn_01 + p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.hamburger_nav__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hamburger_nav__sns li {
  width: 30px;
}

.menu-trigger {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 75px;
  height: 59px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1003;
}
.menu-trigger.active {
  left: calc(100% - 65px);
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: block;
  }
}
.menu-trigger span {
  position: absolute;
  width: 25px;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background-color: #483c34;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #483c34;
  border-radius: 2px;
  top: -8px;
  right: 0;
  transform-origin: center;
  transition: all 0.3s ease;
}
.menu-trigger span::after {
  top: 8px;
}
.menu-trigger.active span {
  background: transparent;
}
.menu-trigger.active span::before, .menu-trigger.active span::after {
  width: 100%;
  transform: rotate(135deg);
  opacity: 1;
  background-color: #fff;
  top: 0;
}
.menu-trigger.active span::after {
  transform: rotate(-135deg);
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(72, 60, 52, 0.6);
  z-index: 1001;
}

.footer {
  position: relative;
  padding: 200px 0 40px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_footer.svg?v=1.02) no-repeat center top, linear-gradient(to bottom, transparent 420px, #f5f3f0 420px);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 28vw;
    background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_footer.svg?v=1.02) no-repeat center top/46.5vw auto, linear-gradient(to bottom, transparent 72vw, #f5f3f0 72vw);
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  background-color: #f5f3f0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 140px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer::before {
    height: 44vw;
    top: 28.66vw;
  }
}
.footer .inner {
  position: relative;
  z-index: 1;
}
.footer .postage_free {
  position: relative;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-shadow: 10px 10px 7px rgba(36, 30, 28, 0.1);
  background-color: #fff;
  margin-bottom: 6rem;
}
.footer .postage_free::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 39px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_car.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .postage_free p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .postage_free p {
    font-size: 1.6rem;
  }
}
.footer__nav {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 4.5rem;
  }
}
.footer__nav h2 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 1.5;
  color: #483c34;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__nav h2 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    padding: 0;
    background-color: transparent;
    gap: 5px;
  }
}
.footer__nav ul.fs-clientInfo.is-ready {
  display: flex;
}
.footer__nav ul li {
  border-left: 1px solid #483c34;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li {
    width: 100%;
    border: 0 none;
  }
}
.footer__nav ul li.logout.my-false {
  display: none;
}
.footer__nav ul li.login.my-true {
  display: none;
}
.footer__nav ul li a {
  display: block;
  padding: 0 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li a {
    position: relative;
    background-color: #fff;
    height: 45px;
    line-height: 43px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav ul li a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/40% auto;
    background-color: #483c34;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: 10px;
  }
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer__about {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 70px;
  padding-top: 20px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer__about {
    display: none;
  }
}
.footer__about li {
  width: calc(33.3333% - 46.6666666667px);
}
.footer__about li h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #483c34;
  text-align: center;
}
.footer__about li p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.footer__about li p:last-child {
  margin-bottom: 0;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer__info > .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__info > .left {
    width: 100%;
    order: 2;
  }
}
.footer__info > .left img {
  display: block;
  margin-bottom: 2.5rem;
}
.footer__info > .left p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.footer__info > .left ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer__info > .left ul li a {
  display: block;
}
.footer__info > .left ul li a:hover img {
  transform: scale(1.05);
}
.footer__info > .left ul li a img {
  display: block;
  transition: 0.3s;
}
.footer__info > .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .footer__info > .right {
    width: 100%;
    order: 1;
    justify-content: center;
    margin-bottom: 4rem;
  }
}
.footer__info > .right img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .footer__info > .right img {
    margin-bottom: 1.5rem;
  }
}
.footer__info > .right > div {
  width: calc(100% - 130px);
  padding: 50px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .footer__info > .right > div {
    width: 100%;
    padding: 0 30px;
  }
}
.footer__info > .right > div p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__info > .right > div .btn_cmn_01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__site_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .footer__site_nav {
    gap: 10px 0;
    font-size: 3vw;
  }
}
.footer__site_nav li {
  padding: 0 1em;
  border-right: 1px solid #241e1c;
  line-height: 1.1;
}
.footer__site_nav li:first-child {
  border-left: 1px solid #241e1c;
}
.footer__site_nav li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 1.3rem;
}

.main_visual {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .main_visual {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px 0px 0px;
    margin: 0 -6.666vw;
  }
}
.main_visual__image {
  width: 77.777%;
}
@media screen and (max-width: 767px) {
  .main_visual__image {
    width: 100%;
    order: 2;
    padding: 0 6.6666%;
  }
}
.main_visual__slide {
  width: 46.666%;
  margin: -22.2% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .main_visual__slide {
    order: 1;
    width: 100%;
    margin: 0 auto 3rem;
  }
}
.main_visual__slide .mv_slide {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .mv_slide {
    margin-bottom: 1rem;
  }
}
.main_visual__slide .mv_slide::before {
  content: "";
  display: block;
  padding-top: 23%;
  background-color: #dbd2c6;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .mv_slide::before {
    content: none;
  }
}
.main_visual__slide .mv_slide li {
  background-color: #dbd2c6;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .mv_slide li {
    padding: 0;
  }
}
.main_visual__slide .mv_slide li a {
  display: block;
}
.main_visual__slide .mv_slide li a:hover img {
  transform: scale(1.05);
}
.main_visual__slide .mv_slide li .mv_slide__image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_visual__slide .mv_slide li .mv_slide__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.main_visual__slide .mv_slide li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.main_visual__slide .slick-arrow {
  top: calc(61.5% - 40px);
}
.main_visual__slide .slick-arrow.slick-prev {
  left: -40px;
}
.main_visual__slide .slick-arrow.slick-next {
  right: -40px;
}
.main_visual__slide .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main_visual__slide .slick-dots li.slick-active button {
  background-color: #fff;
}
.main_visual__slide .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #483c34;
  background-color: #483c34;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .slick-dots li button {
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
}
.main_visual__slide .slick-dots li button:hover {
  background-color: #fff;
}
.main_visual__line {
  position: absolute;
  left: 0;
  bottom: -2em;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .main_visual__line {
    width: 33.3333%;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 48%;
  }
}
.main_visual__line a {
  display: block;
}
.main_visual__line a:hover {
  opacity: 0.6;
}
.main_visual__line a img {
  display: block;
}
.main_visual__line button {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #483c34;
  border-radius: 20px;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .main_visual__line button {
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 5px;
  }
}
.main_visual__line button:hover {
  transform: scale(1.05);
}
.main_visual__line button::before, .main_visual__line button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  top: calc(50% - 1.5px);
  left: calc(50% - 10px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .main_visual__line button::before, .main_visual__line button::after {
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
}
.main_visual__line button::after {
  transform: rotate(-45deg);
}

.top_concept {
  padding-bottom: 18rem;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_concept.png) no-repeat center top/1530px auto;
}
@media screen and (max-width: 767px) {
  .top_concept {
    background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_concept_sp.png) no-repeat center top/112% auto;
    margin-top: -5em;
    padding-top: 9.33vw;
    padding-bottom: 24vw;
  }
}
.top_concept h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.top_concept h2 span {
  writing-mode: vertical-lr;
  font-size: 2rem;
  font-weight: 400;
  text-orientation: upright;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_concept h2 span {
    font-size: 3.2vw;
  }
}
.top_concept h3 {
  margin-bottom: 4rem;
}
.top_concept h3 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_concept h3 img {
    width: 66.4vw;
  }
}
.top_concept p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top_concept p {
    font-size: 3.6vw;
  }
}
.top_concept--page {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/bg_concept_01.png);
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .top_concept--page {
    margin-top: 5rem;
    background-size: 180%;
    background-position: center;
  }
}
.top_concept--page p {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .top_concept--page p {
    margin-bottom: 0;
  }
}

.item_slide,
.fs-c-couponProduct__list,
.fs-c-wishlistProduct__list {
  position: relative;
  margin: 0 -35px 6rem;
}
@media screen and (max-width: 767px) {
  .item_slide,
.fs-c-couponProduct__list,
.fs-c-wishlistProduct__list {
    margin: 0 0 4rem;
  }
}
.item_slide .fs-c-button--carousel,
.item_slide .fs-c-productListCarousel__ctrl,
.fs-c-couponProduct__list .fs-c-button--carousel,
.fs-c-couponProduct__list .fs-c-productListCarousel__ctrl,
.fs-c-wishlistProduct__list .fs-c-button--carousel,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__ctrl {
  display: none;
}
.item_slide .swiper-wrapper,
.fs-c-couponProduct__list .swiper-wrapper,
.fs-c-wishlistProduct__list .swiper-wrapper {
  padding-bottom: 6rem;
}
.item_slide .swiper-slide,
.fs-c-couponProduct__list .swiper-slide,
.fs-c-wishlistProduct__list .swiper-slide {
  padding: 0 35px;
  flex-basis: auto;
  max-width: none;
  min-width: 1px;
  margin: 0;
}
.item_slide .swiper-scrollbar,
.fs-c-couponProduct__list .swiper-scrollbar,
.fs-c-wishlistProduct__list .swiper-scrollbar {
  height: 7px;
  cursor: pointer;
  width: calc(98% - 70px);
  left: calc(1% + 35px);
  border-radius: 0;
  background-color: #dbd2c6;
}
@media screen and (max-width: 767px) {
  .item_slide .swiper-scrollbar,
.fs-c-couponProduct__list .swiper-scrollbar,
.fs-c-wishlistProduct__list .swiper-scrollbar {
    display: none;
  }
}
.item_slide .swiper-scrollbar .swiper-scrollbar-drag,
.fs-c-couponProduct__list .swiper-scrollbar .swiper-scrollbar-drag,
.fs-c-wishlistProduct__list .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #483c34;
}
.item_slide .swiper-button,
.fs-c-couponProduct__list .swiper-button,
.fs-c-wishlistProduct__list .swiper-button {
  top: auto;
  bottom: calc(100% + 60px);
  right: 135px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .item_slide .swiper-button,
.fs-c-couponProduct__list .swiper-button,
.fs-c-wishlistProduct__list .swiper-button {
    display: none;
  }
}
.item_slide .swiper-button.swiper-next,
.fs-c-couponProduct__list .swiper-button.swiper-next,
.fs-c-wishlistProduct__list .swiper-button.swiper-next {
  right: 35px;
}
@media screen and (max-width: 767px) {
  .item_slide .fs-c-productListCarousel__list__itemTrack,
.fs-c-couponProduct__list .fs-c-productListCarousel__list__itemTrack,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list__itemTrack {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .item_slide .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item,
.fs-c-couponProduct__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    width: calc(50% - 8px);
    padding: 0;
  }
}

.fs-c-couponProduct__list,
.fs-c-wishlistProduct__list {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .fs-c-couponProduct__list,
.fs-c-wishlistProduct__list {
    padding-top: 60px;
  }
}
.fs-c-couponProduct__list .fs-c-productListCarousel__list,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list {
  overflow: visible;
}
.fs-c-couponProduct__list .slick-arrow,
.fs-c-wishlistProduct__list .slick-arrow {
  top: auto;
  bottom: calc(100% + 20px);
  left: auto;
  right: 135px;
}
@media screen and (max-width: 767px) {
  .fs-c-couponProduct__list .slick-arrow,
.fs-c-wishlistProduct__list .slick-arrow {
    right: 50px;
  }
}
.fs-c-couponProduct__list .slick-arrow.slick-next,
.fs-c-wishlistProduct__list .slick-arrow.slick-next {
  right: 35px;
  transform: none;
}
@media screen and (max-width: 767px) {
  .fs-c-couponProduct__list .slick-arrow.slick-next,
.fs-c-wishlistProduct__list .slick-arrow.slick-next {
    right: 0;
  }
}
.fs-c-couponProduct__list .slick-slide,
.fs-c-wishlistProduct__list .slick-slide {
  padding: 0 35px;
}

.top_ranking {
  position: relative;
  padding: 9.333vw 0 125px;
  margin: 5vw 0 12rem;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_ranking.svg) no-repeat center top/contain, linear-gradient(to bottom, #fff 17.5333vw, #f5f3f0 17.5333vw);
}
@media screen and (max-width: 767px) {
  .top_ranking {
    background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_ranking_sp.png) no-repeat center top/contain, linear-gradient(to bottom, #fff 17.5333vw, #f5f3f0 17.5333vw);
    margin-top: 40vw;
    padding-bottom: 14.666vw;
    margin-bottom: 6rem;
  }
}
.top_ranking::before {
  content: "";
  position: absolute;
  width: 58.6vw;
  padding-top: 29.46%;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_ranking_02.svg?v=1.01) no-repeat center top/contain;
  right: 5vw;
  top: -10vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_ranking::before {
    background-image: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_ranking_02_sp.svg?v=1.01);
    width: 75.4666vw;
    padding-top: 61.466%;
    top: -31vw;
    right: 6.66vw;
  }
}
.top_ranking::after {
  content: "";
  position: absolute;
  width: 16.2vw;
  padding-top: 10.62%;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_top_ranking_03.svg) no-repeat center top/contain;
  right: 17.333vw;
  bottom: -1vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_ranking::after {
    width: 32.266vw;
    padding-top: 21.06%;
    right: 7.33vw;
  }
}
.top_ranking .inner {
  position: relative;
  z-index: 1;
}

.ranking_tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .ranking_tab {
    margin-bottom: 7rem;
    gap: 2px;
  }
}
.ranking_tab li {
  width: 20%;
  display: block;
  height: 65px;
  line-height: 63px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_bottom.svg) no-repeat center right 15px/11px auto;
  background-color: #dbd2c6;
  color: #fff;
  font-size: 1.7rem;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ranking_tab li {
    width: calc(50% - 1px);
    height: 38px;
    line-height: 36px;
    background-size: 8px auto;
    font-size: 1.2rem;
  }
}
.ranking_tab li:hover, .ranking_tab li.js_active {
  background-color: #483c34;
}
.ranking_tab li.js_active::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .ranking_tab li.js_active::before {
    transform: translateY(2px);
  }
}

.ranking_panel {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .ranking_panel {
    margin-bottom: 2.5rem;
  }
}
.ranking_panel__item {
  display: none;
}
.ranking_panel__item.js_active {
  display: block;
}
@media screen and (max-width: 767px) {
  .ranking_panel .list_ranking .fs-c-productListCarousel__list {
    overflow: visible;
  }
}
.ranking_panel .list_ranking .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .ranking_panel .list_ranking .fs-c-productListCarousel__list__itemTrack {
    margin: 0 -8px;
  }
}
.ranking_panel .list_ranking .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem {
  width: calc(25% - 26.25px);
}
@media screen and (max-width: 767px) {
  .ranking_panel .list_ranking .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem {
    padding: 8px;
  }
}
.ranking_panel .list_ranking .fs-c-productListCarousel__ctrl {
  display: none;
}
@media screen and (max-width: 767px) {
  .ranking_panel .list_ranking.fs-c-slick .slick-arrow {
    bottom: calc(100% + 15px);
    left: calc(50% + 10px);
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .ranking_panel .list_ranking.fs-c-slick .slick-arrow.slick-prev {
    left: auto;
    right: calc(50% + 10px);
    transform: rotate(180deg);
  }
}

.top_category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top_category {
    margin-left: -6.66vw;
    margin-right: -6.66vw;
  }
}
.top_category__item {
  position: relative;
  width: 25%;
  padding: 65px 30px 40px;
  background-color: #f5f3f0;
}
@media screen and (max-width: 767px) {
  .top_category__item {
    width: 100%;
    padding: 30px 30px 30px 46%;
  }
}
.top_category__item:nth-child(2) {
  background-color: #eae8e5;
}
.top_category__item:nth-child(3) {
  background-color: #e2ded9;
}
.top_category__item:nth-child(4) {
  background-color: #dbd5cc;
}
.top_category__item strong {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_category__item strong {
    position: static;
    transform: none;
  }
}
.top_category__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top_category__item figure {
    position: absolute;
    left: 6.666vw;
    top: 50%;
    transform: translateY(-50%);
    min-height: 1px;
    width: 32%;
  }
}
.top_category__item figure::after {
  content: "";
  position: absolute;
  width: 228px;
  height: 215px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_category__item figure::after {
    width: 33vw;
    height: 33vw;
  }
}
.top_category__item figure img {
  display: block;
  position: relative;
  width: 225px;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}
.top_category__item p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top_category__item p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_category__item .txt_link_01.center {
    text-align: left;
  }
}

.top_gift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: auto;
  justify-content: center;
}
.top_gift .title {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
.top_gift {
  display: block;
}
  .top_gift .title {
    margin: 0 auto;
	padding-right: 0;
  }
  .top_gift .title p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.top_gift .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_gift .text {
    display: block;
	text-align: center;
  }
  .top_gift .text img {
  width: 80%;
  }
}
.top_gift .text p {
  font-size: 1.8rem;
  padding-right: 50px;
}
.voice_slide {
  margin: 0 -35px 6rem;
  padding-right: 16.666%;
}
@media screen and (max-width: 767px) {
  .voice_slide {
    margin-bottom: 5rem;
    padding: 65px 0 0;
  }
}
.voice_slide li {
  padding: 0 35px;
}
.voice_slide .slick-list {
  overflow: visible;
}
.voice_slide .slick-arrow {
  width: 65px;
  height: 65px;
  bottom: calc(100% + 60px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .voice_slide .slick-arrow {
    width: 42px;
    height: 42px;
    bottom: auto;
    top: 0;
    left: calc(50% + 10px);
  }
}
.voice_slide .slick-arrow.slick-prev {
  right: 85px;
}
@media screen and (max-width: 767px) {
  .voice_slide .slick-arrow.slick-prev {
    left: auto;
    right: calc(50% + 10px);
  }
}
.voice_slide .voice_item {
  display: block;
  padding: 35px 35px 50px;
}
@media screen and (max-width: 767px) {
  .voice_slide .voice_item {
    padding: 25px 6vw;
  }
}
.voice_slide .voice_item dt {
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .voice_slide .voice_item dt {
    margin: 0;
  }
}
.voice_slide .voice_item dt .text {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .voice_slide .voice_item dt .text {
    padding: 0;
  }
}
.voice_slide .voice_item dd {
  width: 100%;
  border: 0 none;
  border-top: 1px solid #dbd2c6;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .voice_slide .voice_item dd {
    padding: 15px 0 0;
  }
}
.voice_slide .voice_item dd p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice_slide .voice_item dd p {
    font-size: 1.2rem;
  }
}

.bannar_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 8.3%;
}
.bannar_wrap .item {
  width: 45.85%;
}
@media screen and (max-width: 767px) {
  .bannar_wrap .item {
    width: 100%;
  }
}
.bannar_wrap .item a {
  display: block;
  position: relative;
}
.bannar_wrap .item a:hover::after {
  transform: translate(50%, -50%) scale(1.05);
}
.bannar_wrap .item a::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/40% auto;
  background-color: #483c34;
  z-index: 1;
  transition: 0.3s;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .bannar_wrap .item a::after {
    width: 36px;
    height: 36px;
  }
}

#container .letroUgcsetContainer {
  max-width: none !important;
}
#container .letroUgcsetContainer .letroGadgetSliderPager {
  width: 100% !important;
}

.top_topics {
  display: flex;
  flex-wrap: wrap;
}
.top_topics dt {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .top_topics dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.top_topics dt .ttl_top_01 {
  margin-bottom: 0;
}
.top_topics dd {
  width: 75%;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .top_topics dd {
    width: 100%;
    padding: 0;
  }
}
.top_topics dd ul li {
  padding: 15px 0;
  border: 0 none;
  border-bottom: 1px solid #dbd2c6;
}
@media screen and (max-width: 767px) {
  .top_topics dd ul li {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
}
.top_topics dd ul li a {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top_topics dd ul li a {
    flex-wrap: wrap;
  }
}
.top_topics dd ul li a:hover {
  color: #218f49;
}
.top_topics dd ul li time,
.top_topics dd ul li time:first-child {
  width: 160px;
  padding: 0 30px;
  flex-shrink: 0;
  color: #241e1c;
  line-height: 2;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .top_topics dd ul li time,
.top_topics dd ul li time:first-child {
    width: 100%;
    padding: 0;
  }
}

.hero_reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10rem;
  padding: 0 0 0 5.5555vw;
}
@media screen and (max-width: 767px) {
  .hero_reviews {
    padding: 0 6.666vw;
    justify-content: center;
  }
}
.hero_reviews .title {
  width: 342px;
}
@media screen and (max-width: 767px) {
  .hero_reviews .title {
    width: 250px;
    margin-bottom: 3rem;
  }
}
.hero_reviews .image {
  width: calc(100% - 342px);
  padding: 100px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .hero_reviews .image {
    width: 100%;
    padding: 0;
  }
}
.hero_reviews .image figure {
  position: relative;
  width: 100%;
  height: 323px;
  border-top-left-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero_reviews .image figure {
    width: auto;
    border-radius: 0;
    margin: 0 -6.666vw;
  }
}
.hero_reviews .image figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.review_point {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #483c34;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .review_point {
    font-size: 1.8rem;
  }
}
.review_point span {
  display: inline-block;
  position: relative;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .review_point span {
    padding: 0 25px;
  }
}
.review_point span::before, .review_point span::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 69px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_reviews.svg) no-repeat center/contain;
  right: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .review_point span::before, .review_point span::after {
    right: calc(100% - 20px);
    top: -20px;
  }
}
.review_point span::after {
  right: auto;
  left: 100%;
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .review_point span::after {
    right: auto;
    left: calc(100% - 20px);
  }
}
.review_point + p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 6rem;
}

.review_flow {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 40px;
  counter-reset: count 0;
  margin-bottom: 2rem;
}
.review_flow li {
  position: relative;
  width: calc(25% - 30px);
  background-color: #f5f3f0;
  padding: 45px 15px 40px;
}
@media screen and (max-width: 767px) {
  .review_flow li {
    width: 100%;
  }
}
.review_flow li::before {
  content: counter(count);
  counter-increment: count 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #483c34;
  font-size: 3rem;
}
.review_flow li::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/12px auto;
  background-color: #483c34;
  border-radius: 50%;
  left: calc(100% + 5px);
  top: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .review_flow li::after {
    left: calc(50% - 15px);
    top: calc(100% + 5px);
    transform: rotate(90deg);
  }
}
.review_flow li:last-child::after {
  content: none;
}
.review_flow li p {
  text-align: center;
  font-size: 1.5rem;
}
.review_flow + p {
  text-align: center;
}

.category_mv {
  position: relative;
  margin-bottom: 7.5rem;
}
.category_mv:last-child {
  margin-bottom: 0;
}
.category_mv img {
  display: block;
  margin: 0;
}
.category_mv a {
  position: absolute;
  right: 30px;
  bottom: -45px;
}
@media screen and (max-width: 767px) {
  .category_mv a {
    width: 35%;
    right: 15px;
    bottom: -20px;
  }
}
.category_mv a:hover {
  transform: scale(1.05);
}

.category_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 50px;
  margin-bottom: 7.5rem;
}
.category_text:last-of-type {
  margin-bottom: 0;
}
.category_text .image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .category_text .image {
    width: 100%;
  }
}
.category_text .text {
  position: relative;
  width: calc(52% - 50px);
}
@media screen and (max-width: 767px) {
  .category_text .text {
    width: 100%;
  }
}
.category_text .text::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 255px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/category_bg_01.svg) no-repeat center/contain;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.category_text .text strong {
  display: block;
  color: #483c34;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .category_text .text strong {
    font-size: 2rem;
  }
}
.category_text .text p {
  font-size: 1.5rem;
}
.category_text--rev .image {
  order: 2;
}
@media screen and (max-width: 767px) {
  .category_text--rev .image {
    order: 1;
  }
}
.category_text--rev .text {
  order: 1;
}
@media screen and (max-width: 767px) {
  .category_text--rev .text {
    order: 2;
  }
}
.category_text--rev .text::after {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/category_bg_02.svg);
  top: 20px;
}
.category_text + .name_beginners_cation {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .category_text + .name_beginners_cation {
    margin-top: 8rem;
  }
}

.name_cat_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .name_cat_grid {
    gap: 10px;
  }
}
.name_cat_grid li {
  width: calc(25% - 33.75px);
}
@media screen and (max-width: 767px) {
  .name_cat_grid li {
    width: calc(50% - 5px);
  }
}
.name_cat_grid li img {
  display: block;
}
.name_cat_grid + p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 7rem;
}

.name_beginners_cation {
  position: relative;
  background-color: #f4f2ef;
  padding: 60px 65px 50px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .name_beginners_cation {
    padding: 60px 15px 25px;
  }
}
.name_beginners_cation h2 {
  position: absolute;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #483c34;
  background-color: #dbd2c6;
  width: 700px;
  max-width: 100%;
  padding: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(100% 0%, calc(100% - 20px) 50%, 100% 100%, 0 100%, 20px 50%, 0 0);
}
@media screen and (max-width: 767px) {
  .name_beginners_cation h2 {
    clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%, 0 0);
    font-size: 1.6rem;
  }
}
.name_beginners_cation p {
  font-weight: 700;
  color: #483c34;
}
.name_beginners_cation + p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10rem;
}

.list_name_flow {
  margin-bottom: 8rem;
  background-color: #f4f2ef;
  padding: 60px 60px 80px;
}
@media screen and (max-width: 767px) {
  .list_name_flow {
    padding: 30px 15px;
  }
}
.list_name_flow > li {
  position: relative;
  padding-top: 50px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/name_cat_bg.svg) no-repeat right top;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li {
    background: none;
    padding-top: 0;
    margin-bottom: 6rem;
  }
}
.list_name_flow > li:last-child {
  margin-bottom: 0;
}
.list_name_flow > li::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #fff;
  left: 0;
  top: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li::before {
    width: 80px;
    height: 80px;
    top: 0;
  }
}
.list_name_flow > li strong {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.9rem;
  font-weight: 700;
  color: #483c34;
  line-height: 1.3;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li strong {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.list_name_flow > li strong span {
  display: inline-block;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li strong span {
    font-size: 3rem;
    margin-right: 6rem;
  }
}
.list_name_flow > li strong span::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #483c34;
  top: calc(50% - 0.5px);
  left: calc(100% + 15px);
}
@media screen and (max-width: 767px) {
  .list_name_flow > li strong span::after {
    width: 30px;
  }
}
.list_name_flow > li h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #483c34;
  margin-bottom: 6rem;
  padding-left: 35px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li h2 {
    font-size: 1.8rem;
    padding-left: 20px;
    margin-bottom: 4rem;
  }
}
.list_name_flow > li h2 span {
  display: inline-block;
  position: relative;
}
.list_name_flow > li h2 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_txt_under.svg) repeat-x left center;
  left: 0;
  bottom: -7px;
}
.list_name_flow > li .detail_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_01 {
    padding: 25px 20px;
  }
}
.list_name_flow > li .detail_01 .left {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_01 .left {
    width: 100%;
  }
}
.list_name_flow > li .detail_01 .right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_01 .right {
    width: 100%;
  }
}
.list_name_flow > li .detail_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.list_name_flow > li .detail_02 .left {
  width: 37.5%;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_02 .left {
    width: 100%;
    padding: 0;
  }
}
.list_name_flow > li .detail_02 .right {
  width: calc(62.5% - 50px);
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_02 .right {
    width: 100%;
    padding: 20px;
  }
}
.list_name_flow > li .detail_03 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.list_name_flow > li .detail_03 .left {
  width: 57.5%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 42px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_03 .left {
    width: 100%;
    padding: 20px 15px;
  }
}
.list_name_flow > li .detail_03 .left ul li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-indent: -2em;
  padding-left: 2em;
}
.list_name_flow > li .detail_03 .right {
  width: calc(42.5% - 30px);
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_03 .right {
    width: 100%;
    padding: 0;
  }
}
.list_name_flow > li .detail_04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px 30px;
  position: relative;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_04 {
    padding: 25px 20px;
  }
}
.list_name_flow > li .detail_04::after {
  content: "";
  position: absolute;
  width: 331px;
  height: 176px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/wrapping_03b.png?v=1.01) no-repeat center/contain;
  right: 30px;
  bottom: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_04::after {
    display: block;
    position: static;
  }
}
.list_name_flow > li .detail_04 .left {
  width: 57.5%;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_04 .left {
    width: 100%;
  }
}
.list_name_flow > li .detail_04 .right {
  width: calc(42.5% - 30px);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_04 .right {
    width: 100%;
  }
}
.list_name_flow > li .detail_05 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_05 {
    justify-content: center;
    padding: 25px 20px;
  }
}
.list_name_flow > li .detail_05 .left {
  width: 35.5%;
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_05 .left {
    width: 100%;
  }
}
.list_name_flow > li .detail_05 .left img {
  display: block;
  margin: auto;
}
.list_name_flow > li .detail_05 .right {
  width: calc(64.5% - 40px);
}
@media screen and (max-width: 767px) {
  .list_name_flow > li .detail_05 .right {
    width: 100%;
  }
}

.gift_cat_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.gift_cat_link p:not([class]) {
  font-size: 1.5rem;
  width: 310px;
}

.obsession {
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .obsession {
    margin-top: auto;
  }
}
.obsession h2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-top: 90px;
  margin-bottom: 6rem;
  color: #483c34;
}
@media screen and (max-width: 767px) {
  .obsession h2 {
    font-size: 2.8rem;
    padding-top: 70px;
  }
}
.obsession h2::after {
  content: "";
  position: absolute;
  width: 79px;
  height: 8px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_txt_under.svg) no-repeat center;
  top: 0;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .obsession h2::after {
    width: 60px;
  }
}
.obsession ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
  position: relative;
}
.obsession ul::after {
  content: "";
  position: absolute;
  width: 930px;
  height: 700px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_concept_02.png) no-repeat center/contain;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .obsession ul::after {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 0;
    padding-top: 74%;
  }
}
.obsession ul li {
  width: calc(33.3333% - 30px);
}
@media screen and (max-width: 767px) {
  .obsession ul li {
    width: 100%;
  }
}
.obsession ul li:nth-child(2), .obsession ul li:nth-child(5) {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .obsession ul li:nth-child(2), .obsession ul li:nth-child(5) {
    padding: 0;
  }
}
.obsession ul li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #483c34;
  width: 381px;
  height: 226px;
  max-width: 100%;
  margin: 0 auto 10px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/bg_concept_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .obsession ul li h3 {
    font-size: 1.8rem;
  }
}
.obsession ul li p {
  font-size: 1.5rem;
}
.obsession ul li a {
  text-decoration: underline;
}
.obsession ul li a:hover {
  color: #218f49;
}

.concept_hope {
  display: flex;
  flex-wrap: wrap;
}
.concept_hope .image {
  width: 50%;
  padding: 130px 60px 0 0;
}
@media screen and (max-width: 767px) {
  .concept_hope .image {
    width: 100%;
    order: 2;
    padding: 0;
  }
}
.concept_hope .image img {
  display: block;
}

.concept_hope .text {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .concept_hope .text {
    width: 100%;
    order: 1;
  }
}
.concept_hope__title {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .concept_hope__title {
    width: 100%;
    writing-mode: horizontal-tb;
    margin-bottom: 2rem;
  }
}
.concept_hope__title h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #483c34;
}
@media screen and (max-width: 767px) {
  .concept_hope__title h2 {
    font-size: 2.8rem;
  }
}
.concept_hope__title h2 span {
  border-right: 5px solid #483c34;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .concept_hope__title h2 span {
    border: 0 none;
    border-bottom: 3px solid #483c34;
    padding: 0 0 10px;
  }
}
.concept_hope__text {
  width: 100%;
  padding-right: 33.333%;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .concept_hope__text {
    padding: 0;
    margin: 0;
  }
}
.concept_hope__text p {
  line-height: 2.3;
  margin-bottom: 2rem;
}

.list_urgent_notice {
  margin-top: 5rem;
  border: 2px solid #483c34;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_urgent_notice {
    margin-top: 2em;
  }
}
.list_urgent_notice li {
  position: relative;
  padding: 15px 25px;
  border-top: 1px solid #483c34;
}
@media screen and (max-width: 767px) {
  .list_urgent_notice li {
    padding: 15px;
  }
}
.list_urgent_notice li:first-child {
  border-top: 0 none;
}
.list_urgent_notice li a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .list_urgent_notice li a {
    font-size: 1.4rem;
  }
}
.list_urgent_notice li a:hover {
  color: #218f49;
}
.list_urgent_notice li a:hover::before {
  background-color: #218f49;
}
.list_urgent_notice li a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/12px auto;
  background-color: #483c34;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 15px);
  transition: 0.3s;
}

.ranking_wrap {
  margin-bottom: 6rem;
}
.ranking_wrap .fs-c-productListCarousel__ctrl {
  display: none;
}
.ranking_wrap .fs-c-productListCarousel__list {
  width: 100%;
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ranking_wrap .fs-c-productListCarousel__list__itemTrack {
    gap: 30px 10px;
  }
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem {
  width: calc(33.333% - 46.6666666667px);
}
@media screen and (max-width: 767px) {
  .ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem {
    width: calc(50% - 5px);
  }
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem::before {
  content: "";
  display: block;
  width: 150px;
  height: 65px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_ranking_num01.svg?v=1.01) no-repeat center/contain;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem::before {
    width: 90px;
    height: 40px;
    margin-bottom: 2rem;
  }
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem:nth-child(2)::before {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_ranking_num02.svg?v=1.01);
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem:nth-child(3)::before {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_ranking_num03.svg?v=1.01);
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem:last-child {
    display: block;
  }
}
.ranking_wrap .fs-c-productListCarousel__list__itemTrack .fs-c-productListItem:last-child::before {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/ico_ranking_num04.svg?v=1.01);
}

@media screen and (min-width: 768px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(56.5% - 20px) calc(43.5% - 20px);
    grid-gap: 40px;
  }
}

.product_tab {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 767px) {
  .product_tab {
    margin-bottom: 5rem !important;
  }
}
.product_tab__panel {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_tab__panel {
    margin: 0 -6.666vw;
  }
}
.product_tab__panel li {
  width: 25%;
  text-align: center;
  cursor: pointer;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_bottom_brown.svg) no-repeat center right 10px/9px auto;
  background-color: #f5f3f0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .product_tab__panel li {
    width: 50%;
  }
}
.product_tab__panel li:hover, .product_tab__panel li.js_active {
  background-color: #fcff2ac9;
}
.product_tab__panel li span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  height: 75px;
  line-height: 75px;
  padding-left: 35px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/product_tab_01.svg) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .product_tab__panel li span {
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: none;
  }
}
.product_tab__panel li:nth-child(2) span {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/product_tab_02.svg);
}
@media screen and (max-width: 767px) {
  .product_tab__panel li:nth-child(2) span {
    background: none;
  }
}
.product_tab__panel li:nth-child(3) span {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/product_tab_03.svg);
}
@media screen and (max-width: 767px) {
  .product_tab__panel li:nth-child(3) span {
    background: none;
  }
}
.product_tab__panel li:nth-child(4) span {
  background-image: url(https://woodypuddy.itembox.design/item/renewal2022/product_tab_04.svg);
}
@media screen and (max-width: 767px) {
  .product_tab__panel li:nth-child(4) span {
    background: none;
  }
}
.product_tab__content {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .product_tab__content {
    padding-top: 5rem;
  }
}
.product_tab__content .content_item {
  display: none;
}
.product_tab__content .content_item.js_active {
  display: block;
}

.product_image_main_slide {
  opacity: 0;
  transition: opacity 0.3s;
}
.product_image_main_slide.slick-initialized {
  opacity: 1;
}
.product_image_main_slide .slick-arrow {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.product_image_main_slide .slick-arrow.slick-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .product_image_main_slide .slick-arrow.slick-prev {
    left: -20px;
  }
}
.product_image_main_slide .slick-arrow.slick-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .product_image_main_slide .slick-arrow.slick-next {
    right: -20px;
  }
}
.product_image_main_slide + .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 3rem;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .product_image_main_slide + .slick-dots {
    gap: 6px;
  }
}
.product_image_main_slide + .slick-dots.js_complete {
  opacity: 1;
}
.product_image_main_slide + .slick-dots li {
  position: relative;
  width: calc(20% - 8px);
  border: 2px solid transparent;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .product_image_main_slide + .slick-dots li {
    width: calc(20% - 4.8px);
  }
}
.product_image_main_slide + .slick-dots li.slick-active {
  border-color: #483c34;
}
.product_image_main_slide + .slick-dots li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product_image_main_slide + .slick-dots li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.map {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
  }
}
.map::before {
  content: "";
  display: block;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 0;
    padding-top: 66.6666%;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_cmn_01 {
  margin-bottom: 1.875em;
}
.list_cmn_01:last-child {
  margin-bottom: 0;
}
.list_cmn_01 li {
  list-style-type: disc;
  margin-left: 1em;
}

.list_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 12px;
  width: 850px;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.list_btns:last-child {
  margin-bottom: 0;
}
.list_btns li {
  width: calc(33.3333% - 8px);
}
@media screen and (max-width: 767px) {
  .list_btns li {
    width: 100%;
  }
}

.table_cmn_01 {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .table_cmn_01 {
    margin-bottom: 5rem;
  }
}
.table_cmn_01 thead tr {
  background-color: #eae8e5;
}
.table_cmn_01 thead th {
  background-color: #dbd5cc;
}
.table_cmn_01 tbody tr {
  border-top: 1px solid #241e1c;
  background-color: #f5f3f0;
}
.table_cmn_01 tbody th {
  background-color: #eae8e5;
}
.table_cmn_01 th, .table_cmn_01 td {
  width: 33.3333%;
  text-align: center;
  font-size: 1.5rem;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .table_cmn_01 th, .table_cmn_01 td {
    font-size: 1.4rem;
  }
}

.table_product {
  width: 100%;
}
.table_product:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .table_product {
    display: block;
  }
  .table_product thead, .table_product tbody, .table_product tr, .table_product th, .table_product td {
    display: block;
    width: 100%;
  }
}
.table_product tr {
  border-bottom: 1px solid #241e1c;
}
.table_product th {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .table_product th {
    width: 100%;
  }
}
.table_product th, .table_product td {
  vertical-align: top;
  font-size: 1.5rem;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .table_product th, .table_product td {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .table_product td {
    padding-top: 0;
  }
}

.ttl_top_01 {
  color: #483c34;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .ttl_top_01 {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }
}
.ttl_top_01 span {
  display: block;
  font-size: 5rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl_top_01 span {
    font-size: 3rem;
  }
}
.ttl_top_01.center {
  text-align: center;
}

.ttl_top_02 {
  display: block;
  position: relative;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.75;
  color: #483c34;
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .ttl_top_02 {
    font-size: 6.66vw;
  }
}
.ttl_top_02[class*=ico_] {
  padding-top: 110px;
}
.ttl_top_02 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl_top_02 span {
    font-size: 3.2vw;
  }
}
.ttl_top_02.ico_category::before {
  content: "";
  position: absolute;
  width: 175px;
  height: 90px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ttl_choice.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl_top_03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 70px;
  font-size: 2rem;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_heading.svg) no-repeat center/contain;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_top_03 {
    width: 150px;
    height: 58px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.ttl_top_03:last-child {
  margin-bottom: 0;
}

.letroHeadTitle {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .letroHeadTitle {
    width: 150px;
    margin: 0 auto 3rem;
  }
}

.ttl_cmn_01 {
  display: block;
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 700;
  color: #483c34;
}
.ttl_cmn_05 {
  display: block;
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 700;
  color: #483c34;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    padding: 10px 0;
    font-size: 2.5rem;
  }
    .ttl_cmn_05 {
    padding: 10px 0;
    font-size: 2.7rem;
  }
}
.ttl_cmn_01::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 234px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_title_01.svg?v=1) no-repeat center/contain;
  left: -45px;
  top: -30px;
  pointer-events: none;
  z-index: -1;
}
.ttl_cmn_05::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 298px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_title_01.svg?v=1) no-repeat center/contain;
  left: -45px;
  top: -30px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01::after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
    .ttl_cmn_05::after {
    top: 45%;
    left: 0;
    transform: translateY(-50%);
  }
}
.ttl_cmn_01 span {
  display: block;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #241e1c;
}
.ttl_cmn_05 span {
  display: block;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #241e1c;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 span {
    font-size: 1.5rem;
  }
    .ttl_cmn_05 span {
    font-size: 1.5rem;
  }
}

.fs-c-documentArticle__heading,
.fs-c-heading.fs-c-heading--page {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem;
  background: none;
  color: #483c34;
  line-height: 1.5;
  border: 0 none;
  padding: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .fs-c-documentArticle__heading,
.fs-c-heading.fs-c-heading--page {
    font-size: 2.2rem;
  }
}
.fs-c-documentArticle__heading::after,
.fs-c-heading.fs-c-heading--page::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 6px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_title_02.svg) no-repeat center/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fs-c-documentColumn__heading,
.ttl_cmn_02,
.fs-p-card__title,
.fs-c-wishlistProduct__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #483c34;
  padding: 0 0 25px;
  border: 0 none;
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fs-c-documentColumn__heading,
.ttl_cmn_02,
.fs-p-card__title,
.fs-c-wishlistProduct__title {
    font-size: 2rem;
  }
}
.fs-c-documentColumn__heading::after,
.ttl_cmn_02::after,
.fs-p-card__title::after,
.fs-c-wishlistProduct__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #483c34 230px, #dbd2c6 230px);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-documentColumn__heading::after,
.ttl_cmn_02::after,
.fs-p-card__title::after,
.fs-c-wishlistProduct__title::after {
    height: 3px;
    background: linear-gradient(to right, #483c34 80px, #dbd2c6 80px);
  }
}
.fs-c-documentColumn__heading + .table_product,
.ttl_cmn_02 + .table_product,
.fs-p-card__title + .table_product,
.fs-c-wishlistProduct__title + .table_product {
  margin-top: -2.4rem;
}
@media screen and (max-width: 767px) {
  .fs-c-documentColumn__heading + .table_product,
.ttl_cmn_02 + .table_product,
.fs-p-card__title + .table_product,
.fs-c-wishlistProduct__title + .table_product {
    margin-top: 2rem;
  }
}

.ttl_cmn_03 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #483c34;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 1.8rem;
  }
}

.ttl_cmn_04 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #483c34;
  margin-bottom: 1rem;
}
.ttl_cmn_04__red {
  color: #e53743;
}

.ttl_ranking {
  display: block;
  position: relative;
  padding: 90px 0 0 55px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #483c34;
  font-weight: 700;
  margin-bottom: 6rem;
}
.ttl_ranking::before {
  content: "";
  position: absolute;
  width: 163px;
  height: 132px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_ranking.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  transform: translateX(-45%);
}

.btn_cmn_01,
.fs-c-button--primary {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  width: 235px;
  height: 65px;
  line-height: 63px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center right 15px/15px auto;
  background-color: #218f49;
  border-radius: 40px;
  margin: 0 auto 50px;
  border: 0 none;
  padding: 0;
  box-shadow: 0 0 0 transparent;
  transition: 0.3s;
}
.btn_cmn_01:link, .btn_cmn_01:visited, .btn_cmn_01:active,
.fs-c-button--primary:link,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
  color: #fff;
}
.btn_cmn_01:last-child,
.fs-c-button--primary:last-child {
  margin-bottom: 0;
}
.btn_cmn_01:hover,
.fs-c-button--primary:hover {
  transform: scale(1.05);
}
.btn_cmn_01.bg_red,
.fs-c-button--primary.bg_red {
  background-color: #e53743;
}
.btn_cmn_01.left,
.fs-c-button--primary.left {
  margin-left: 0;
}
.btn_cmn_01--large,
.fs-c-button--primary--large {
  width: 315px;
}

.btn_cmn_02 {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  width: 300px;
  max-width: 100%;
  height: 65px;
  line-height: 63px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right_brown.svg) no-repeat center right 15px/15px auto;
  border-radius: 40px;
  border: 1px solid #483c34;
  margin: 0 auto 50px;
  padding: 0;
  box-shadow: 0 0 0 transparent;
  transition: 0.3s;
}
.btn_cmn_02:last-child {
  margin-bottom: 0;
}
.btn_cmn_02:hover {
  transform: scale(1.05);
}

.fs-c-inputInformation__button {
  display: flex;
  gap: 30px;
}
.fs-c-inputInformation__button .fs-c-button--primary {
  margin: 0;
  height: 45px;
  line-height: 45px;
}

.txt_link_01 a {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #483c34;
  font-weight: 700;
  padding: 0 40px 5px 0;
}
.txt_link_01 a:hover::after {
  transform: scale(1.05);
}
.txt_link_01 a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/12px auto;
  background-color: #483c34;
  border-radius: 50%;
  right: 0;
  top: calc(50% - 15px);
  transition: 0.3s;
}
.txt_link_01.center {
  text-align: center;
}

.btn_ranking {
  display: block;
  text-align: center;
  width: 235px;
  height: 65px;
  line-height: 63px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center right 15px/15px auto;
  background-color: #e53743;
  color: #fff;
  font-weight: 700;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transform-origin: center left;
}
.btn_ranking:visited, .btn_ranking:active, .btn_ranking:link {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_ranking {
    width: 176px;
    height: 50px;
    line-height: 48px;
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
.btn_ranking:hover {
  transform: scale(1.05);
}

.fs-c-productListCarousel__list__item {
  flex-basis: auto;
  max-width: none;
  min-width: 1px;
  margin: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productImage a {
  display: block;
  position: relative;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fs-c-productListCarousel__list__item .fs-c-productImage a {
    border-radius: 2rem;
    margin-bottom: 1.5rem;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productImage a:hover img {
  transform: scale(1.05);
}
.fs-c-productListCarousel__list__item .fs-c-productImage a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fs-c-productListCarousel__list__item .fs-c-productImage a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 2px;
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    font-size: 1.2rem;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  padding: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular::before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #483c34;
  border-radius: 50%;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #e53743;
}
.fs-c-productListCarousel__list__item .fs-c-productPrices .fs-c-productPrice__main {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .fs-c-productListCarousel__list__item .fs-c-productPrices .fs-c-productPrice__main {
    font-size: 1.4rem;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__price {
  color: #241e1c !important;
}
.fs-c-productListCarousel__list__item .fs-c-productPrices .fs-c-productPrice__addon {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .fs-c-productListCarousel__list__item .fs-c-productPrices .fs-c-productPrice__addon {
    font-size: 1rem;
  }
}

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list {
    gap: 45px 15px;
    margin-bottom: 3rem;
  }
}
.fs-c-productList__list__item {
  width: calc(33.33333% - 30px);
  padding: 0;
  border: 0 none;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list__item {
    width: calc(50% - 7.5px);
  }
}
.fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  position: relative;
}
.fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.fs-c-productList__list__item .fs-c-productListItem__control {
  padding: 0;
}
.fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--particular::before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #483c34;
  border-radius: 50%;
}
.fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #e53743;
}
.fs-c-productList__list__item .fs-c-productImage a {
  display: block;
  position: relative;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list__item .fs-c-productImage a {
    border-radius: 2rem;
    margin-bottom: 1.5rem;
  }
}
.fs-c-productList__list__item .fs-c-productImage a:hover img {
  transform: scale(1.05);
}
.fs-c-productList__list__item .fs-c-productImage a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fs-c-productList__list__item .fs-c-productImage a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.fs-c-productList__list__item .fs-c-productListItem__productName {
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 2px;
  font-size: 1.6rem;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list__item .fs-c-productListItem__productName {
    font-size: 1.2rem;
  }
}
.fs-c-productList__list__item .fs-c-productListItem__productName + .fs-c-productPrices {
  margin-top: 0;
}
.fs-c-productList__list__item .fs-c-productPrices {
  margin-top: 15px;
}
.fs-c-productList__list__item .fs-c-productPrices .fs-c-productPrice__main {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list__item .fs-c-productPrices .fs-c-productPrice__main {
    font-size: 1.4rem;
  }
}
.fs-c-productList__list__item .fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__price {
  color: #241e1c !important;
}
.fs-c-productList__list__item .fs-c-productPrices .fs-c-productPrice__addon {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list__item .fs-c-productPrices .fs-c-productPrice__addon {
    font-size: 1rem;
  }
}

.item_link {
  display: block;
}
.item_link:hover figure img {
  transform: scale(1.05);
}
.item_link figure {
  position: relative;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item_link figure {
    border-radius: 2rem;
    margin-bottom: 1.5rem;
  }
}
.item_link figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item_link figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.item_link .title {
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .item_link .title {
    font-size: 1.2rem;
  }
}
.item_link .price {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .item_link .price {
    font-size: 1.4rem;
  }
}
.item_link .price span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .item_link .price span {
    font-size: 1rem;
  }
}

.voice_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  padding: 30px 50px 50px;
  border-radius: 20px;
  box-shadow: 7px 7px 5px rgba(36, 30, 28, 0.1);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .voice_item {
    padding: 25px 6vw;
  }
}
.voice_item:last-child {
  margin-bottom: 0;
}
.voice_item .star {
  width: 100%;
  margin-bottom: 4rem;
  transform: translateX(-80px);
}
@media screen and (max-width: 767px) {
  .voice_item .star {
    margin-bottom: 2rem;
    transform: translateX(-12.7vw);
  }
}
.voice_item .star span {
  display: inline-block;
  width: 235px;
  height: 50px;
  line-height: 49px;
  background-color: #483c34;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .voice_item .star span {
    width: 180px;
    height: 37px;
    line-height: 35px;
    font-size: 1.6rem;
  }
}
.voice_item dt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 45%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .voice_item dt {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.voice_item dt .image {
  position: relative;
  width: 150px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .voice_item dt .image {
    width: 330px;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.voice_item dt .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.voice_item dt .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.voice_item dt .text {
  width: calc(100% - 150px);
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .voice_item dt .text {
    width: 100%;
    padding: 0;
  }
}
.voice_item dt .text .title {
  display: block;
  font-weight: 700;
  line-height: 1.68;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .voice_item dt .text .title {
    font-size: 1.5rem;
  }
}
.voice_item dt .text .user {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice_item dt .text .user {
    font-size: 1.3rem;
  }
}
.voice_item dd {
  width: 55%;
  padding-left: 40px;
  border-left: 1px solid #dbd2c6;
}
@media screen and (max-width: 767px) {
  .voice_item dd {
    width: 100%;
    padding: 15px 0 0;
    margin-top: 15px;
    border: 0 none;
    border-top: 1px solid #dbd2c6;
  }
}

.fs-c-reviewList__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  padding: 120px 50px 50px;
  border-radius: 20px;
  box-shadow: 7px 7px 5px rgba(36, 30, 28, 0.1);
  margin-bottom: 50px;
  gap: 0;
  border: 0 none;
}
.fs-c-reviewList__item:first-child {
  border: 0 none;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item {
    padding: 60px 6vw 25px;
  }
}
.fs-c-reviewList__item:last-child {
  margin-bottom: 0;
}
.fs-c-reviewList__item .fs-c-reviewRating {
  position: absolute;
  top: 35px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item .fs-c-reviewRating {
    left: -12.7vw;
    top: 15px;
  }
}
.fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars {
  display: inline-block;
  width: 235px;
  height: 50px;
  line-height: 49px;
  background-color: #483c34;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars {
    width: 180px;
    height: 37px;
    line-height: 35px;
  }
}
.fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars::before {
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars::before {
    font-size: 1.6rem;
  }
}
.fs-c-reviewList__item__product {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item__product {
    width: 330px;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.fs-c-reviewList__item__product__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.fs-c-reviewList__item__product__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fs-c-reviewList__item__product__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.fs-c-reviewList__item__info {
  width: 350px;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item__info {
    width: 100%;
    padding: 0;
  }
}
.fs-c-reviewList__item__info .fs-c-reviewProduct__info {
  display: block;
  font-weight: 700;
  line-height: 1.68;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item__info .fs-c-reviewProduct__info {
    font-size: 1.5rem;
  }
}
.fs-c-reviewList__item__info .fs-c-reviewer {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item__info .fs-c-reviewer {
    font-size: 1.3rem;
  }
}
.fs-c-reviewList__item__info .fs-c-reviewer__status {
  display: none;
}
.fs-c-reviewList__item__info .fs-c-reviewer__profile {
  font-size: 1.5rem;
}
.fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: block;
  font-size: 1.5rem;
  margin: 0;
}
.fs-c-reviewList__item__body {
  width: calc(100% - 150px - 350px);
  margin: 0;
  padding: 0 0 0 40px;
  border: 0 none;
  border-left: 1px solid #dbd2c6;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList__item__body {
    width: 100%;
    padding: 15px 0 0;
    margin-top: 15px;
    border: 0 none;
    border-top: 1px solid #dbd2c6;
  }
}

.slick-arrow,
.swiper-button,
.fs-c-slick .slick-arrow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/40% auto;
  background-color: #483c34;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .slick-arrow,
.swiper-button,
.fs-c-slick .slick-arrow {
    width: 42px;
    height: 42px;
  }
}
.slick-arrow:hover, .slick-arrow.slick-disabled,
.swiper-button:hover,
.swiper-button.slick-disabled,
.fs-c-slick .slick-arrow:hover,
.fs-c-slick .slick-arrow.slick-disabled {
  background-color: #dbd2c6;
}
.slick-arrow.slick-prev, .slick-arrow.swiper-prev,
.swiper-button.slick-prev,
.swiper-button.swiper-prev,
.fs-c-slick .slick-arrow.slick-prev,
.fs-c-slick .slick-arrow.swiper-prev {
  transform: rotateY(180deg);
}

.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentArticle__content {
  padding: 0;
}
.fs-c-documentArticle p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.fs-c-documentArticle p:last-child {
  margin-bottom: 0;
}
.fs-c-documentArticle p + .fs-c-documentColumn__heading {
  margin-top: 4rem;
}
.fs-c-documentArticle a:not([class]) {
  text-decoration: underline;
}
.fs-c-documentArticle a:not([class]):hover {
  text-decoration: none;
}
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 5rem;
}

.fs-c-documentColumn,
* + .fs-c-documentColumn {
  margin: 0 0 8rem;
}

.fs-c-documentColumn__content {
  padding: 0;
}

.fs-c-explainList {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
.fs-c-explainList:last-child {
  margin-bottom: 0;
}
.fs-c-explainList dt {
  width: 230px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 12px 10px;
  border-bottom: 1px solid #241e1c;
}
@media screen and (max-width: 767px) {
  .fs-c-explainList dt {
    width: 100%;
    border-bottom: 0 none;
    padding: 15px 0 0;
  }
}
.fs-c-explainList dd {
  width: calc(100% - 230px);
  padding: 12px 0;
  border-bottom: 1px solid #241e1c;
}
@media screen and (max-width: 767px) {
  .fs-c-explainList dd {
    width: 100%;
    padding: 10px 0 15px;
  }
}
.fs-c-explainList dd:not(:last-child) {
  margin: 0;
}

.fs-p-pageNotFound__image {
  display: block;
  margin: 0 auto 6rem;
}
.fs-p-pageNotFound__title {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.fs-p-pageNotFound__body {
  margin: 0;
}

.fs-c-documentSubColumn {
  border: 0 none;
  padding: 0;
}
.fs-c-documentSubColumn__heading {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #241e1c;
  margin-bottom: 25px;
}

.fs-c-creditCardIcons {
  margin: 0;
  align-items: center;
}
.fs-c-creditCardIcons__image {
  display: block;
  width: 100px;
  height: auto;
  max-height: none;
}
.fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
  margin: 0;
  max-height: none;
}

.fs-c-specTable {
  border: 0 none;
}
.fs-c-specTable__caption {
  font-size: 1.5rem;
  color: #241e1c;
  text-align: left;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.fs-c-specTable tr {
  border-bottom: 1px solid #241e1c;
}
.fs-c-specTable tr:last-child {
  border-bottom: 0 none;
}
.fs-c-specTable__headerCell {
  background-color: #dbd5cc;
  border: 0 none;
  text-align: left;
  font-weight: 700;
  padding: 15px 18px;
}
.fs-c-specTable__dataCell {
  background-color: #f5f3f0;
  border: 0 none;
  text-align: left;
  padding: 15px 18px;
}

.fs-c-postage__list--prefecture {
  text-align: center;
  font-size: 1.5;
}
.fs-c-postage__list--prefecture dt {
  background-color: #dbd5cc;
  border: 0 none;
  padding: 8px;
}
.fs-c-postage__list--prefecture dd {
  background-color: #f5f3f0;
  border: 0 none;
  padding: 8px;
}

.fs-c-breadcrumb {
  font-size: 1.4rem;
  text-align: right;
}
.fs-c-breadcrumb__list {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb__list {
    padding: 0 6.666%;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 1rem;
  }
}
.fs-c-breadcrumb__list--subgroup {
  font-size: 1rem;
  padding: 0 0 1rem;
}

.fs-c-subgroup {
  margin: 0 0 5rem;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroupList {
  margin: 0;
  padding: 0;
  border-left: 1px solid #241e1c;
}
.fs-c-subgroupList__item {
  width: 25%;
  margin: 0;
  border-bottom: 1px solid #241e1c;
  border-right: 1px solid #241e1c;
  flex-basis: auto;
  flex-grow: initial;
}
@media screen and (max-width: 767px) {
  .fs-c-subgroupList__item {
    width: 50%;
  }
}
.fs-c-subgroupList__item:nth-child(-n+4) {
  border-top: 1px solid #241e1c;
}
@media screen and (max-width: 767px) {
  .fs-c-subgroupList__item:nth-child(-n+4) {
    border-top: 0 none;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-subgroupList__item:nth-child(-n+2) {
    border-top: 1px solid #241e1c;
  }
}
.fs-c-subgroupList__link {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  padding: 10px 30px 10px 15px;
  line-height: 1.5;
  background-color: #fff;
  border: 0 none;
  transition: 0.3s;
}
.fs-c-subgroupList__link:hover {
  background-color: #483c34;
  color: #fff;
}
.fs-c-subgroupList__link::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(https://woodypuddy.itembox.design/item/renewal2022/ico_arrow_right.svg) no-repeat center/6px auto;
  background-color: #483c34;
  border-radius: 50%;
  top: calc(50% - 7.5px);
  right: 10px;
  transition: 0.3s;
}
.fs-c-subgroupList__link::after {
  content: none;
}

.fs-c-productList__controller {
  margin: 0 0 3rem;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems {
  border: 0 none;
  margin: 0;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems__label {
  display: none;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems__list {
  border: 0 none;
  gap: 0 5px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__controller:first-of-type .fs-c-sortItems__list {
    justify-content: center;
  }
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems__list__item {
  font-size: 1.5rem;
  padding: 3px 18px;
  transition: 0.3s;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems__list__item:hover, .fs-c-productList__controller:first-of-type .fs-c-sortItems__list__item.is-active {
  background-color: #f5f3f0;
  color: #241e1c;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems__list__item__label {
  padding: 0;
}
.fs-c-productList__controller:first-of-type .fs-c-listControl .fs-c-pagination {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl {
  justify-content: flex-start;
  flex-grow: inherit;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl a.fs-c-pagination__item + span.fs-c-pagination__item:not(.is-active) {
  background-color: transparent;
  color: #241e1c;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-pagination {
  gap: 15px;
  margin: 0;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #dbd2c6;
  border-radius: 10px;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-pagination__item:hover, .fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-pagination__item.is-active {
  background-color: #483c34;
}

.fs-c-reviewList {
  margin-bottom: 8rem;
}

.fs-c-history .fs-c-listControl:first-of-type {
  display: none;
}
.fs-c-history .fs-c-listControl:last-of-type {
  justify-content: flex-start;
  flex-direction: row;
}
.fs-c-history .fs-c-listControl:last-of-type a.fs-c-pagination__item + span.fs-c-pagination__item:not(.is-active) {
  background-color: transparent;
  color: #241e1c;
}
.fs-c-history .fs-c-listControl:last-of-type .fs-c-listControl__status {
  display: none;
}
.fs-c-history .fs-c-listControl:last-of-type .fs-c-pagination {
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.fs-c-history .fs-c-listControl:last-of-type .fs-c-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: inherit;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #dbd2c6;
  border-radius: 10px;
}
.fs-c-history .fs-c-listControl:last-of-type .fs-c-pagination__item:hover, .fs-c-history .fs-c-listControl:last-of-type .fs-c-pagination__item.is-active {
  background-color: #483c34;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: #483c34;
  border-bottom-color: #483c34;
  line-height: 2;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.fs-c-productMark {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-productMark {
    gap: 5px;
  }
}
.fs-c-productMark__item {
  margin: 0;
}
.fs-c-productMark__item .fs-c-productMark__mark {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-productMark__item .fs-c-productMark__mark {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productThumbnail {
    gap: 8px;
  }
}
.fs-l-productLayout .fs-c-productThumbnail__image {
  border: 2px solid transparent;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productThumbnail__image {
    margin: 0;
    width: calc(20% - 6.4px);
    flex-basis: auto;
    min-width: 1px;
  }
}
.fs-l-productLayout .fs-c-productThumbnail__image.is-active {
  border: 2px solid #483c34;
}
.fs-l-productLayout .fs-c-productThumbnail__image.is-active > img {
  border: 0 none;
}
.fs-l-productLayout__item--2 {
  margin-bottom: 10rem;
}
.fs-l-productLayout .fs-c-productNameHeading {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.fs-l-productLayout .fs-c-productNumber {
  display: block;
  border: 0 none;
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.fs-l-productLayout .fs-c-productNumber__number {
  font-weight: 400;
}
.fs-l-productLayout .fs-c-productMarks {
  margin-bottom: 3rem;
}
.fs-l-productLayout .fs-c-productPrices:not(.fs-c-productPrice--listed) .fs-c-productPrice__main {
  padding-right: 5px;
  line-height: 1;
}
.fs-l-productLayout .fs-c-productPrices:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 3.3rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.fs-l-productLayout .fs-c-productPrices:not(.fs-c-productPrice--listed) .fs-c-productPrice__addon {
  font-size: 1.5rem;
}
.fs-l-productLayout .fs-c-productPostage {
  display: none;
}
.fs-l-productLayout .fs-c-productSelection {
  margin-bottom: 2rem;
}
.fs-l-productLayout .fs-c-productSelection__name {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
  background: none;
  margin-bottom: 1rem;
}
.fs-l-productLayout .fs-c-productSelection__selection {
  margin-bottom: 2rem;
}
.fs-l-productLayout .fs-c-productPointDisplay {
  margin-bottom: 3rem;
}
.fs-l-productLayout .fs-c-productPointDisplay__quantity {
  font-weight: 400;
}
.fs-l-productLayout .deliverydate {
  font-size: 2.1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .deliverydate {
    font-size: 1.8rem;
  }
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  background: none;
  padding: 0;
  border: 0 none;
  box-shadow: 0 0 0 transparent;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular::after {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #483c34;
  border-radius: 50%;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular .fs-c-button__label {
  display: none;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #e53743;
}
.fs-l-productLayout .fs-c-button--primary {
  background-color: #f9853e;
}
.fs-l-productLayout .fs-c-variationList .fs-c-variationCart li {
  grid-template-columns: auto 1fr 2em 170px;
}
.fs-l-productLayout .fs-c-variationList .fs-c-variationCart li .fs-c-button--primary {
  height: 45px;
  width:220px;
  line-height: 45px;
}
.fs-l-productLayout .fs-c-productReview {
  margin-bottom: 12rem;
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList {
  margin-bottom: 3rem;
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item {
  padding: 50px 35px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item {
    padding: 25px 6vw;
  }
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info {
  position: relative;
  width: 100%;
  padding: 0 0 0 210px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewer {
    order: 2;
    font-size: 1.5rem;
  }
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewer__name {
  margin-right: 15px;
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
    order: 3;
  }
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewRating {
  left: 0;
  top: calc(50% - 22.5px);
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewRating {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    margin-bottom: 1.5rem;
  }
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewStars {
  width: 190px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewStars {
    height: 35px;
  }
}
.fs-l-productLayout .fs-c-productReview .fs-c-reviewList__item__body {
  width: 100%;
  padding: 0;
  border: 0 none;
}
.fs-l-productLayout .ttl_top_01,
.fs-l-productLayout .ttl_cmn_02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .ttl_top_01,
.fs-l-productLayout .ttl_cmn_02 {
    margin-bottom: 3rem;
  }
}
.fs-l-productLayout .fs-p-productDescription--full table:not([class]) {
  margin-bottom: 12vw;
  background-color: transparent;
}
.fs-l-productLayout .fs-p-productDescription--full table:not([class]) tr {
  border-bottom: 1px solid #241e1c;
  background-color: none;
}
.fs-l-productLayout .fs-p-productDescription--full table:not([class]) th {
  font-size: 1.5rem;
  font-weight: 700;
  width: 220px;
  background-color: none;
  padding: 10px;
}
.fs-l-productLayout .fs-p-productDescription--full table:not([class]) th + td {
  width: calc(100% - 220px);
}
.fs-l-productLayout .fs-p-productDescription--full table:not([class]) td {
  padding: 10px;
  font-size: 1.5rem;
  background-color: none;
}
.fs-l-productLayout .fs-p-card {
  margin: 0 0 5rem;
  background: none;
  padding: 0;
  border: 0 none;
}

.fs-c-continueShopping {
  margin-bottom: 6rem;
}

.read {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .read {
    text-align: left;
    font-size: 1.4rem;
  }
}

.al_center {
  text-align: center;
}

.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_cmn {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.txt_cmn + img {
  display: block;
  margin: 0 auto 7.5rem;
}

.txt_red {
  color: #e53743;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.m0 {
  margin-bottom: 0;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value{
	font-size:0.6em;
}
