@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Medium.otf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/slouch/slouch-asset/fonts/NotoSansJP-Regular.otf") format("truetype");
}
/*-- foundationフォルダの中の_index.scss --*/
html {
  font-size: 15px;
  overflow-x: hidden;
}

body {
  color: #332924;
  background: #fffdfb;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #332924;
  list-style-type: none;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-underline-offset: 3px;
}

a {
  -webkit-tap-highlight-color: #332924;
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #332924;
  text-decoration: none;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #74bb9d;
  width: 80px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .l-hd {
    background-color: #fffdfb;
    width: 100%;
    height: 90px;
    padding-top: 20px;
  }
}

.l-hd__textCont {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-hd__textCont {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100vw;
    height: 20px;
    background-color: #f8f2eb;
  }
}

.l-hd__text {
  font-size: 11px;
  color: #34926d;
  text-align: center;
}

.l-hd__group {
  padding-top: 30px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-hd__group {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
}

.l-hd__listGroup {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-hd__listGroup {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-hd__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 4px;
    gap: 8px;
  }
}

.l-hd__item {
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .l-hd__item {
    padding-bottom: 0;
  }
}

.l-hd__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  gap: 4px;
}
.l-hd__link.--relative {
  position: relative;
}
@media only screen and (min-width: 1272px) {
  .l-hd__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__link {
    gap: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__link.--spNone {
    display: none;
  }
}

.l-hd__linkImg-wrap {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-hd__linkImg-wrap.--auto {
  margin-left: auto;
  margin-right: auto;
}

.cart_img,
.cart_in_item_total_price_ttl,
.cart_in_item_total_price_unit,
.cart_in_item_total_price_tax,
.cart_in_item_total_price_val .cart_in_item_num_unit,
.cart_in_item_total_price_val,
.cart_in_item_num_unit {
  display: none;
}

.see_cart {
  position: relative;
}

.cart_in_item_num_val {
  font-size: 8px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: -3px;
  line-height: 12px;
  padding: 0 3px;
  border-radius: 6px;
  background-color: #E65151;
}

.l-hd__link.--site .member_logout.welcom_link_btn_cmn {
  display: none !important;
}

.member_login.welcom_link_btn_cmn,
.member_mypage.welcom_link_btn_cmn {
  padding-top: 14px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .member_login.welcom_link_btn_cmn,
  .member_mypage.welcom_link_btn_cmn {
    padding-top: 0;
    height: 31px;
    width: 39px;
  }
  .member_login.welcom_link_btn_cmn .welcom_link_text_cmn,
  .member_mypage.welcom_link_btn_cmn .welcom_link_text_cmn {
    position: absolute;
    bottom: -2px;
    word-break: manual;
    white-space: no-wrap;
    min-width: 45px;
  }
}
.member_login.welcom_link_btn_cmn::before,
.member_mypage.welcom_link_btn_cmn::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_login.svg");
}
@media only screen and (max-width: 767px) {
  .member_login.welcom_link_btn_cmn::before,
  .member_mypage.welcom_link_btn_cmn::before {
    background-image: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_login_green.svg");
    bottom: auto;
    top: 0;
  }
}

.welcom_link_text_cmn,
.l-hd__linkText {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
}
.welcom_link_text_cmn.--cart,
.l-hd__linkText.--cart {
  display: block;
}
@media only screen and (max-width: 767px) {
  .welcom_link_text_cmn.--cart,
  .l-hd__linkText.--cart {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .welcom_link_text_cmn,
  .l-hd__linkText {
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    color: #34926d;
  }
}

.l-hd__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-hd__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-hd__menuBtnWrap {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .l-hd__menuBtnWrap {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}

.l-hd__menuBtn {
  background-color: #34926d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .l-hd__menuBtn:hover {
    opacity: 0.7;
  }
}
.is-menu-open .l-hd__menuBtn {
  background-color: #74bb9d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .is-menu-open .l-hd__menuBtn {
    background-color: #fffdfb;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__menuBtn {
    background-color: #fffdfb;
  }
}

.l-hd__menuBtn-line {
  position: absolute;
  background-color: #ffffff;
  display: block;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-hd__menuBtn-line:first-child {
  top: 12px;
  left: 16px;
}
.l-hd__menuBtn-line:nth-child(2) {
  top: 19px;
  left: 13px;
}
.l-hd__menuBtn-line:nth-child(3) {
  top: 26px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .l-hd__menuBtn-line {
    background-color: #34926d;
  }
}

.l-hd__menuBtn-text {
  position: absolute;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: 500;
  bottom: 8px;
  line-height: 1.2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  .l-hd__menuBtn-text {
    color: #34926d;
  }
}

.l-kv {
  position: fixed;
  top: 0;
  left: 80px;
  z-index: 1;
  width: calc(50% - 80px);
  height: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-kv::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDFB), to(#f8f2eb));
  background: linear-gradient(to bottom, #FFFDFB calc(100% - var(--footer-height)), #f8f2eb var(--footer-height));
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-mask-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/back_mokomoko.webp);
          mask-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/back_mokomoko.webp);
}
@media only screen and (max-width: 1271px) {
  .l-kv::after {
    width: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-kv::after {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv::after {
    -webkit-mask-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/back_mokomoko_sp.webp);
            mask-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/back_mokomoko_sp.webp);
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    top: auto;
    background: #FFFDFB;
  }
}
@media only screen and (min-width: 2400px) {
  .l-kv {
    width: calc(57% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .l-kv {
    display: none;
  }
}
.l-kv__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 30px 0;
  gap: 5px;
}
@media only screen and (max-width: 1023px) {
  .l-kv__inr {
    padding: 29px 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv__inr {
    display: none;
  }
}
.l-kv__logo {
  position: relative;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  width: 200px;
  height: 54px;
  display: block;
}
.l-kv__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url(/wp-content/themes/slouch/slouch-asset/media/images/common/hd_logo_white.svg) center/contain no-repeat;
          mask: url(/wp-content/themes/slouch/slouch-asset/media/images/common/hd_logo_white.svg) center/contain no-repeat;
  background-color: white;
}
.l-kv__txt {
  color: #ffffff;
  text-shadow: #808080 0px 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 90px;
}
.l-wrapper.--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .l-wrapper.--top {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper.--top .l-kv {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 290px;
    min-height: 100%;
    background-position: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper.--top .l-kv .l-kv__inr {
    display: none;
  }
}
.l-wrapper.--lower {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .l-wrapper.--lower .l-kv {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 290px;
    min-height: 100%;
    background-position: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper.--lower .l-kv .l-kv__inr {
    display: none;
  }
}

.l-main {
  width: 50%;
  position: relative;
  left: 50%;
  float: right;
  display: block;
}
@media only screen and (min-width: 2400px) {
  .l-main {
    width: 43%;
    left: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    position: static;
    width: 100%;
  }
}

input:-internal-autofill-selected {
  background-color: #ffffff;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  color: #74bb9d !important;
  background-color: #74bb9d;
  position: relative;
  left: 10px;
  top: 0;
}

.l-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 80px;
  z-index: 101;
  width: 415px;
  overflow: scroll-y;
  height: 100vh;
  overflow-y: auto;
  background: #f8f2eb;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media only screen and (max-width: 767px) {
  .l-menu {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-menu::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}
.l-menu__season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.l-menu__season-item {
  border-radius: 10px;
  overflow: hidden;
  width: calc((100% - 10px) / 2);
}
.l-menu__season-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-menu__season-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-menu__season-link:hover {
    opacity: 0.7;
  }
}
.l-menu__group {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-menu__group {
    padding-top: 30px;
    padding: 12px 14px 12px 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 5;
    background-color: #f8f2eb;
  }
}
.l-menu__listGroup {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-menu__listGroup {
    width: auto;
  }
}
.l-menu__list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-menu__item {
  padding-bottom: 20px;
}
.l-menu__item .see_cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .l-menu__item.--login .welcom_link_btn_cmn {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__item {
    padding-bottom: 0;
  }
}
.l-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-menu__link {
    padding-left: 8px;
  }
}
.l-menu__link.--site .member_logout.welcom_link_btn_cmn {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .l-menu__link.--spNone {
    display: none;
  }
}
.l-menu__linkText {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-menu__linkText {
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    color: #34926d;
  }
}
.l-menu__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-menu__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-menu__category-imgWrap {
  border-radius: 5px;
  overflow: hidden;
}
.l-menu__BtnWrap {
  height: 70px;
  position: relative;
}
.l-menu__BtnCont {
  height: 100%;
}
.l-menu__BtnWrap {
  height: 70px;
  position: relative;
}
.l-menu__Btn {
  position: absolute;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .l-menu__Btn {
    position: static;
  }
}
.l-menu__Btn-line {
  position: absolute;
  display: block;
  width: 26px;
  height: 1px;
  top: 50%;
  background-color: #34926d;
}
.l-menu__Btn-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-menu__Btn-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .l-menu__Btn-line {
    top: 30px;
  }
}
.l-menu__Btn-text {
  color: #34926d;
  font-size: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .l-menu__Btn-text {
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-menu__width {
  padding: 51px 42px 0 43px;
}
@media only screen and (max-width: 767px) {
  .l-menu__width {
    padding: 80px 22px 0 23px;
  }
}
.l-menu__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .l-menu__category-list {
    gap: 12px 15px;
  }
}
.l-menu__category-item {
  width: calc((100% - 30px) / 3);
}
.l-menu__category-item.--half {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 767px) {
  .l-menu__category-item.--half {
    width: calc((100% - 15px) / 2);
  }
}
.l-menu__category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-menu__category-link:hover {
    color: #34926d;
  }
}
.l-menu__category-img {
  width: 100%;
}
.l-menu__category-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.142;
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-menu__category-text {
    padding-top: 10px;
  }
}
.l-menu__category-text.--spaceNone {
  letter-spacing: 0;
}
.l-menu__category-text.--ptNone {
  padding-top: 8px;
  font-size: 15px;
  letter-spacing: 5%;
}
.l-menu__category-discount {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #e65151;
}
.l-menu__allProducts {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .l-menu__allProducts {
    padding-top: 23px;
  }
}
.l-menu__allProducts.--ptShort {
  padding-top: 25px;
  font-size: 15px;
}
.l-menu__allProducts-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-menu__allProducts-link:hover {
    color: #34926d;
  }
}
.l-menu__allProducts-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428;
  padding-left: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-menu__allProducts-text::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-menu__options {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .l-menu__options {
    padding-top: 38px;
  }
}
.l-menu__options-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-menu__options-unit {
  -webkit-transform: 0.5s;
          transform: 0.5s;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-menu__options-itemText {
  color: #34926d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  width: 100%;
  position: relative;
}
.l-menu__options-itemText.--plus::after {
  position: absolute;
  content: "";
  background-color: #74bb9d;
  width: 17px;
  height: 3px;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-menu__options-itemText.--plus::before {
  position: absolute;
  content: "";
  background-color: #74bb9d;
  width: 3px;
  height: 17px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-menu__options-itemText.--arrow::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_big.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-menu__accordion-list {
  padding: 0 15px;
}
.l-menu__accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.l-menu__accordion-item:nth-child(n+2) {
  border-top: 1px dashed #b4d6c8;
}
.l-menu__accordion-item:nth-child(n+2) .l-menu__accordion-itemLink {
  padding-top: 18px;
}
.l-menu__accordion-itemLink {
  display: block;
  padding-top: 20px;
  padding-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-menu__accordion-itemLink:hover {
    color: #34926d;
  }
}
.l-menu__accordion-itemtext {
  font-size: 14px;
  line-height: 1.428;
  display: inline-block;
  width: 100%;
  position: relative;
}
.l-menu__accordion-itemtext::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_big.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-menu__accordion-itemtext::after {
    width: 16px;
    height: 16px;
  }
}
.l-menu__additional {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .l-menu__additional {
    padding-top: 40px;
    gap: 10px;
  }
}
.l-menu__additional-item {
  width: calc((100% - 15px) / 2);
}
@media only screen and (max-width: 767px) {
  .l-menu__additional-item {
    width: calc((100% - 10px) / 2);
  }
}
.l-menu__additional-link {
  background-color: #f0e1d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-menu__additional-link:hover {
    opacity: 0.7;
  }
}
.l-menu__additional-text {
  color: #34926d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
.l-menu__search {
  padding-top: 25px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .l-menu__search {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.l-menu__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 35px;
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .l-menu__search-form {
    height: 70px;
  }
}
.l-menu__search-btnWrap {
  cursor: pointer;
  width: 40px;
  position: relative;
}
.l-menu__search-btnWrap::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_search.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-menu__search-input {
  font-size: 15px;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 24px 24px 28px;
}
.l-menu__search-input::-webkit-input-placeholder {
  color: #b4d6c8;
}
.l-menu__search-input::-moz-placeholder {
  color: #b4d6c8;
}
.l-menu__search-input:-ms-input-placeholder {
  color: #b4d6c8;
}
.l-menu__search-input::-ms-input-placeholder {
  color: #b4d6c8;
}
.l-menu__search-input::placeholder {
  color: #b4d6c8;
}
.l-menu__sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: -10px;
  padding: 0 10px;
}
@media only screen and (min-width: 1272px) {
  .l-menu__sp-list {
    display: none;
  }
}
.l-menu__sp-item {
  width: calc((100% - 15px) / 4);
}
.l-menu__sp-item .welcom_link_text_cmn {
  height: 26px !important;
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.l-menu__sp-item .app_content {
  width: 100%;
}
.l-menu__sp-item .app_content .member_logout {
  display: none !important;
}
.l-menu__sp-item .app_content .member_login,
.l-menu__sp-item .app_content .member_mypage {
  background-color: #74bb9d;
  padding: 5px 8px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-menu__sp-item .app_content .member_login::before,
.l-menu__sp-item .app_content .member_mypage::before {
  background-image: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_login.svg") !important;
  top: 7px;
  width: 20px;
  height: 20px;
}
.l-menu__sp-item .app_content .member_login .welcom_link_text_cmn,
.l-menu__sp-item .app_content .member_mypage .welcom_link_text_cmn {
  position: static !important;
}
.l-menu__sp-item .app_content .member_login.welcom_link_btn_cmn,
.l-menu__sp-item .app_content .member_mypage.welcom_link_btn_cmn {
  width: 100%;
  height: 65px;
  border-radius: 5px;
}
.l-menu__sp-link {
  border-radius: 5px;
  background-color: #74bb9d;
  height: 65px;
  display: block;
  text-align: center;
}
.l-menu__sp-ttl {
  font-size: 12px;
  height: 26px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 14px;
  margin-top: 5px;
}
.l-menu__sp-img {
  margin-left: auto;
  margin-right: auto;
}

.is-menu-open {
  overflow: hidden;
}
.is-menu-open .l-menu {
  visibility: visible;
  opacity: 1;
}

.l-menu__options-unit,
.l-menu__options-itemLink {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 15px 19px;
  border-radius: 5px;
}

.l-menu__options-unit.is-open .l-menu__options-itemText.--plus::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-menu__options-unit.is-open + .l-menu__accordion-content {
  max-height: 500px;
}

.l-menu__search-btn {
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.l-menu__select-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-bottom: 50px;
}

.l-menu__select-top-link {
  color: #332924;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
  position: relative;
}
.l-menu__select-top-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../media/images/common/icon_home.svg") no-repeat center/contain;
}

.l-menu__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-menu__logout .member_login,
.l-menu__logout .member_logout {
  padding-right: 25px;
  display: block;
}
.l-menu__logout .member_login::before,
.l-menu__logout .member_logout::before {
  content: none !important;
}
.l-menu__logout .member_login::after,
.l-menu__logout .member_logout::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-menu__logout .member_logout {
  position: relative;
}
.l-menu__logout .member_logout::after {
  background: url("../media/images/common/unlock.svg") no-repeat center/contain;
}
.l-menu__logout .member_logout .welcom_link_text_cmn {
  position: static !important;
}
.l-menu__logout .member_logout.welcom_link_btn_cmn {
  width: 100% !important;
}
.l-menu__logout .member_login::after {
  background: url("../media/images/common/lock.svg") no-repeat center/contain;
}
.l-menu__logout .member_login .welcom_link_text_cmn {
  position: static !important;
}
.l-menu__logout .member_login.welcom_link_btn_cmn {
  width: 100% !important;
}
.l-menu__logout .welcome_login_link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.l-menu__logout .member_logout.welcom_link_btn_cmn,
.l-menu__logout .member_login.welcom_link_btn_cmn {
  padding-top: 0 !important;
}
.l-menu__logout .welcom_link_text_cmn {
  color: #332924;
  font-size: 14px;
  font-weight: 500;
}

.l-menu__logout-text {
  font-size: 14px;
  line-height: 1.428;
  position: relative;
  padding-right: 23px;
}
.l-menu__logout-text::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_unlock.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  #bread {
    position: fixed;
    left: 80px;
    width: calc(50% - 80px);
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 253, 251, 0.8);
  }
}

.l-bread__wrap {
  margin-top: 3px;
}
.l-bread__wrap.--mt {
  margin-top: 15px;
}
.l-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  overflow-x: auto;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  white-space: nowrap;
}
.l-bread__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-bread__list {
    padding: 3px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-bread__list {
    gap: 13px;
  }
}
.l-bread__item {
  position: relative;
  white-space: nowrap;
}
.l-bread__item::after {
  position: absolute;
  content: "";
  -webkit-mask: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_arrow_right.svg") no-repeat center/contain;
          mask: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  background-color: #74bb9d;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-bread__item::after {
    right: -13px;
  }
}
.l-bread__item.last {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .l-bread__item.last {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .l-bread__item.last {
    font-size: 12px;
  }
}
.l-bread__item.last::after {
  content: none;
}
.l-bread__link {
  font-size: 14px;
}
@media only screen and (max-width: 1271px) {
  .l-bread__link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .l-bread__link {
    font-size: 12px;
  }
}

.l-bread__img {
  width: 16px;
  height: 16px;
}

.l-bread__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 16px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  #bread + .c-headline {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #bread + .c-headline.--thin {
    margin-top: 34px;
  }
}

.l-inner {
  padding-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding-bottom: 80px;
  }
}
.l-inner.c-width {
  padding-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .l-inner.c-width {
    padding-bottom: 80px;
  }
}

.l-ft {
  width: calc(100% + 10px);
  margin-left: -10px;
  padding: 44px 80px 35px 90px;
  background-color: #f8f2eb;
  position: relative;
}
.l-ft::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-position: left;
  background-size: contain;
  background-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/footer.webp);
}
@media only screen and (max-width: 767px) {
  .l-ft::before {
    height: 20px;
    background-image: url(/wp-content/themes/slouch/slouch-asset/media/images/common/footer_sp.svg);
  }
}
@media only screen and (max-width: 1279px) {
  .l-ft {
    padding: 40px 33px 35px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft {
    padding: 40px 42px 35px 41px;
  }
}

.l-ft__menuLink {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (min-width: 1272px) {
  .l-ft__menuLink:hover .l-ft__menuText {
    color: #74bb9d;
  }
}

.l-ft__menuItem:nth-child(n+2) {
  padding-top: 12px;
}

.l-ft__menuText {
  color: #6a5f5b;
  font-size: 13px;
  line-height: 1.538;
  padding-left: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-ft__menuText::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-ft__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-top: 25px;
}

.l-ft__snsItem {
  background: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.l-ft__snsLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-ft__snsLink:hover {
    opacity: 0.7;
  }
}
.l-ft__snsLink.--fb::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_fb.svg") no-repeat center/contain;
  width: 12px;
  height: 21px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-ft__snsLink.--x::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_x.svg") no-repeat center/contain;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-ft__snsLink.--insta::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_insta.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-ft__copy {
  font-size: 12px;
  color: #74bb9d;
}

.l-ft__infoCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.l-ft__tel {
  display: inline-block;
  color: #34926d;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 1272px) {
  .l-ft__tel {
    pointer-events: none;
  }
}
.l-ft__tel::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_tel_fill.svg") no-repeat center/contain;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-ft__infoGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .l-ft__infoGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}

.l-ft__infoItem {
  color: #6a5f5b;
  font-size: 13px;
  line-height: 1.5;
  margin-left: auto;
}

.l-ft__info {
  text-align: right;
}

/*-- componentフォルダの中の_index.scss --*/
.c-band-ttl {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #34926d;
  border: 2px solid #34926d;
  border-radius: 5px;
  font-weight: 700;
  padding: 4px 13px 4px;
  overflow: hidden;
  line-height: 1.25;
  min-height: 44px;
}
@media only screen and (max-width: 767px) {
  .c-band-ttl {
    padding: 6px 13px 5px;
  }
}
.c-band-ttl + .c-cat-list {
  margin-top: 20px;
}
.c-band-ttl + .c-txt-area {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-band-ttl + .c-txt-area {
    margin-top: 24px;
  }
}
.c-band-ttl.--sauna {
  color: #CE5D0C;
  border: 2px solid #CE5D0C;
}
.c-band-ttl.--mother {
  color: #D91539;
  border: 2px solid #D91539;
}
.c-band-ttl.--christmas {
  color: #245718;
  border: 2px solid #245718;
}
.c-band-ttl.--whiteday {
  color: #197B55;
  border: 2px solid #197B55;
}
.c-band-ttl.--valentine {
  color: #6C3B2C;
  border: 2px solid #6C3B2C;
}
.c-band-ttl.--father {
  color: #34389A;
  border: 2px solid #34389A;
}

.c-txt-area + .c-band-ttl {
  margin-top: 60px;
}

.c-band-link {
  margin-top: 10px;
}
.c-band-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #f8f2eb;
  overflow: hidden;
  min-height: 90px;
  position: relative;
}
.c-band-link__link::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1272px) {
  .c-band-link__link:hover .c-band-link__txt {
    color: #74bb9d;
  }
}
.c-band-link__img-wrap {
  width: 120px;
  aspect-ratio: 120/90;
}
.c-band-link__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 120/90;
}
.c-band-link__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 38px 10px 15px;
}
.c-band-link__txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  line-height: 1.222;
}
@media only screen and (max-width: 1271px) {
  .c-band-link__txt {
    font-size: 15px;
  }
}

.c-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.c-cat-list.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cat-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  height: 22px;
  color: #ffffff;
  border-radius: 11px;
  padding: 0 6px 0;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-cat-list__item {
    font-size: 11px;
  }
}
.c-cat-list__item.--big {
  line-height: 27px;
  height: 27px;
  color: #ffffff;
  border-radius: 20px;
  padding: 0 6px 0;
  font-size: 16px;
  padding: 0 8px 0;
}
.c-cat-list__item.--imaharu {
  color: #34926d;
  border: 2px solid #34926d;
}
.c-cat-list__item.--yasuragi {
  border: 2px solid #34926d;
  background-color: #34926d;
}
.c-cat-list__item.--yamitsuki {
  border: 2px solid #99a049;
  background-color: #99a049;
}
.c-cat-list__item.--watane {
  background-color: #8b8686;
}
.c-cat-list__item.--karoyaka {
  background-color: #547da4;
}
.c-cat-list__item.--babykids {
  background-color: #a48766;
}

.c-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
@media only screen and (max-width: 1271px) {
  .c-item-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-item-list {
    gap: 30px 20px;
  }
}
.c-item-list__item {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 1271px) {
  .c-item-list__item {
    width: calc((100% - 20px) / 2);
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__item.--new {
  position: relative;
}
.c-item-list__item.--new::after {
  position: absolute;
  content: "NEW";
  top: 9px;
  left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  width: 46px;
  height: 35px;
  border-radius: 18px;
  background-color: #E65151;
}
@media only screen and (max-width: 767px) {
  .c-item-list__item.--new::after {
    height: 25px;
  }
}
.c-item-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-item-list__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-item-list__link {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-item-list__link {
    gap: 18px;
  }
}
.c-item-list__img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-item-list__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  padding-top: 5px;
}
@media only screen and (max-width: 1271px) {
  .c-item-list__ttl {
    font-size: 16px;
  }
}
.c-item-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-item-list__appeal {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  color: #e65151;
}
@media only screen and (max-width: 1271px) {
  .c-item-list__appeal {
    font-size: 16px;
  }
}
.c-item-list__txt {
  color: #6a5f5b;
  font-size: 14px;
  line-height: 1.428;
  margin-top: 3px;
}
@media only screen and (max-width: 1271px) {
  .c-item-list__txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-item-list__txt {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* 表示する行数 */
    text-overflow: ellipsis;
    /* 3行目以降は...で省略 */
  }
}
.c-item-list__price-cntr {
  margin-top: 4px;
}
.c-item-list__price-ttl {
  font-size: 12px;
  font-weight: 700;
}
.c-item-list__price {
  font-size: 22px;
  color: #34926d;
  font-weight: 700;
  line-height: 1.181;
}
.c-item-list__price .--yen {
  font-size: 18px;
}
.c-item-list__price .--tax {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  padding-left: 2px;
}
.c-item-list__cntr-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  width: 45px;
}
.c-item-list__cntr-ttl.--big {
  line-height: 30px;
}
@media only screen and (max-width: 1271px) {
  .c-item-list__cntr-ttl {
    font-size: 11px;
    width: 41px;
  }
}
.c-item-list__cloth-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-item-list__cloth-cntr {
    gap: 5px;
  }
}
.c-item-list__cloth-cntr + .c-item-list__color-cntr {
  margin-top: 10px;
}
.c-item-list__color-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-item-list__color-cntr {
    gap: 5px;
    margin-top: 13px;
  }
}
.c-item-list__color-cntr + .c-item-list__size-cntr {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .c-item-list__color-cntr + .c-item-list__size-cntr {
    margin-top: 9px;
  }
}
.c-item-list__size-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .c-item-list__size-cntr {
    gap: 5px;
  }
}
.c-item-list__size-cntr + .c-item-list__code-cntr {
  margin-top: 10px;
}
.c-item-list__color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding-top: 2px;
  width: calc(100% - 55px);
}
@media only screen and (max-width: 767px) {
  .c-item-list__color-list {
    padding-top: 1px;
  }
}
.c-item-list__code-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-item-list__code-cntr {
    gap: 5px;
  }
}
.c-item-list__size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: calc(100% - 55px);
}
@media only screen and (max-width: 767px) {
  .c-item-list__size-list {
    width: calc(100% - 46px);
    gap: 3px 5px;
  }
}
.c-item-list__color-item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.c-item-list__color-item.--big {
  width: 30px;
  height: 30px;
}
.c-item-list__color-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.c-item-list__size-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f2eb;
  border-radius: 5px;
  min-width: 35px;
  max-height: 21px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-item-list__size-item {
    font-size: 13px;
    min-width: 32px;
  }
}

.c-dot-list.--plhalf {
  padding-left: 0.5em;
}
.c-dot-list__item {
  padding-left: 16px;
  position: relative;
  line-height: 1.66;
}
.c-dot-list__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  top: 0.72em;
  left: 3px;
}
@media only screen and (max-width: 1271px) {
  .c-dot-list__item::before {
    top: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item::before {
    top: 0.72em;
  }
}
.c-dot-list__item.--red::before {
  color: #E65151;
}
.c-dot-list__item.--red .c-dot-list__txt {
  color: #E65151;
}
.c-dot-list__txt {
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1271px) {
  .c-dot-list__txt {
    font-size: 15px;
  }
}
.c-dl-list__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-dl-list__dl:first-child .c-dl-list__dt,
.c-dl-list__dl:first-child .c-dl-list__dd {
  padding-top: 0;
}
.c-dl-list__dl + .c-dl-list__dl {
  border-top: 1px solid #b4d6c8;
}
.c-dl-list__dl.--border {
  border-top: 1px solid #b4d6c8;
  border-bottom: 1px solid #b4d6c8;
}
.c-dl-list__dl.--border .c-dl-list__dt,
.c-dl-list__dl.--border .c-dl-list__dd {
  padding-top: 11px;
}
.c-dl-list__dl.--border + .c-dl-list__dl {
  border-top: none;
}
.c-dl-list__dt, .c-dl-list__dd {
  padding: 11px 0;
  line-height: 1.666;
  font-size: 17px;
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__dt, .c-dl-list__dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__dt, .c-dl-list__dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-dl-list__dt, .c-dl-list__dd {
    font-size: 15px;
    padding: 13px 0 12px;
  }
}
.c-dl-list__dt {
  width: 19%;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__dt {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .c-dl-list__dt {
    width: 25%;
  }
}
.c-dl-list__dd {
  width: 81%;
  font-weight: 400;
  padding-left: 10px;
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__dd {
    width: 76%;
  }
}
@media only screen and (max-width: 767px) {
  .c-dl-list__dd {
    width: 75%;
  }
}
.c-dl-list__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-dl-list__link:hover {
    color: #74bb9d;
  }
}
.c-dl-list__txt {
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-dl-list__txt {
    line-height: 1.666;
    font-size: 15px;
  }
}
.c-dl-list__txt.c-kome-list__txt {
  font-size: 17px;
}
@media only screen and (max-width: 1271px) {
  .c-dl-list__txt.c-kome-list__txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-dl-list__txt.c-kome-list__txt {
    line-height: 1.666;
  }
}

.c-txt + .c-kome-list {
  margin-top: 13px;
}
.c-txt + .c-kome-list.--mt5 {
  margin-top: 5px;
}

.c-explain-txt-cntr {
  margin-top: 35px;
}
.c-explain-txt-cntr + .c-sec {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .c-explain-txt-cntr + .c-sec {
    margin-top: 66px;
  }
}

.c-explain-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.588;
}
@media only screen and (max-width: 1271px) {
  .c-explain-txt {
    font-size: 15px;
  }
}
.c-explain-txt + .c-explain-txt {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-explain-txt + .c-explain-txt {
    margin-top: 14px;
  }
}

.c-headline {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-headline {
    padding-bottom: 25px;
  }
}
.c-headline.--sauna::after {
  background-color: #F39C4D;
}
.c-headline.--mother::after {
  background-color: #F9AFAF;
}
.c-headline.--christmas::after {
  background-color: #CE2323;
}
.c-headline.--whiteday::after {
  background-color: #A5E3C9;
}
.c-headline.--valentine::after {
  background-color: #FF9CB4;
}
.c-headline.--father::after {
  background-color: #AADBEF;
}
@media only screen and (max-width: 767px) {
  .c-headline.--thin {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline.--thin .c-headline__en {
    padding-top: 0;
  }
}
.c-headline + .c-sec {
  margin-top: 40px;
}
.c-headline::after {
  position: absolute;
  content: "";
  background-color: #74bb9d;
  width: 50px;
  height: 4px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-headline__en {
  color: #34926d;
  font-weight: 700;
  display: block;
  padding-top: 2px;
}
@media only screen and (max-width: 1271px) {
  .c-headline__en {
    font-size: 13px;
  }
}
.c-headline__en.--sauna {
  color: #CE5D0C;
}
.c-headline__en.--mother {
  color: #D91539;
}
.c-headline__en.--christmas {
  color: #245718;
}
.c-headline__en.--whiteday {
  color: #197B55;
}
.c-headline__en.--valentine {
  color: #6C3B2C;
}
.c-headline__en.--father {
  color: #34389A;
}

.c-headline-ttl {
  color: #34926d;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
@media only screen and (max-width: 1271px) {
  .c-headline-ttl {
    font-size: 24px;
  }
}
.c-headline-ttl.--sauna {
  color: #CE5D0C;
}
.c-headline-ttl.--mother {
  color: #D91539;
}
.c-headline-ttl.--christmas {
  color: #245718;
}
.c-headline-ttl.--whiteday {
  color: #197B55;
}
.c-headline-ttl.--valentine {
  color: #6C3B2C;
}
.c-headline-ttl.--father {
  color: #34389A;
}

.c-linkbtn-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.c-linkbtn {
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-linkbtn.--half {
  width: 50%;
}
.c-linkbtn.--half .c-linkbtn__link {
  max-width: 100%;
}
.c-linkbtn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  border: 3px solid #74bb9d;
  background-color: #74bb9d;
  line-height: 1.333;
  font-size: 17px;
  font-weight: 700;
  min-height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 290px;
  margin: 0 auto;
}
@media only screen and (max-width: 1271px) {
  .c-linkbtn__link {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1272px) {
  .c-linkbtn__link:hover {
    opacity: 0.7;
  }
}
.c-linkbtn__link.--white {
  background-color: #ffffff;
  color: #74bb9d;
}
.c-linkbtn__link .blank {
  padding-right: 1.5em;
  position: relative;
}
.c-linkbtn__link .blank::after {
  position: absolute;
  content: "";
  background-image: url(../media/images/common/icon_link_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-linkbtn {
    font-size: 15px;
  }
}
.c-img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.c-img-wrap.--center {
  text-align: center;
}
.c-img-wrap.--bordernone {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .c-img-wrap.--spWide {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img.--max400 {
  max-width: 400px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .c-img.--max400 {
    max-width: 100%;
  }
}
.c-img.--max330 {
  max-width: 330px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .c-img.--max330 {
    max-width: 100%;
  }
}
.c-img.--max310 {
  max-width: 310px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .c-img.--max310 {
    max-width: 100%;
  }
}

a.c-info-block {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  a.c-info-block:hover {
    opacity: 0.7;
  }
}

.c-info-block {
  border: 1px solid #CB3506;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 13px 10px;
}
.c-info-block__img-wrap {
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}
.c-info-block__txt {
  font-size: 14px;
  line-height: 1.384;
  color: #CB3506;
  border-left: 1px solid #CB3506;
  padding-left: 10px;
  width: calc(100% - 26px);
}
@media only screen and (max-width: 1271px) {
  .c-info-block__txt {
    font-size: 13px;
  }
}

.c-kome-list__item {
  padding-left: 16px;
  position: relative;
  line-height: 1.428;
}
@media only screen and (max-width: 767px) {
  .c-kome-list__item {
    line-height: 1.384;
  }
}
.c-kome-list__item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-kome-list__item.--big {
  font-size: 15px;
  line-height: 1.666;
}
.c-kome-list__item.--big .c-kome-list__txt {
  font-size: 15px;
  line-height: 1.666;
}
.c-kome-list__item.--indent {
  text-indent: 1em;
  padding-left: 0;
  line-height: 1.428;
  font-weight: 400;
  font-size: 17px;
}
@media only screen and (max-width: 1271px) {
  .c-kome-list__item.--indent {
    font-size: 15px;
  }
}
.c-kome-list__item.--indent::before {
  left: -1em;
}
@media only screen and (max-width: 767px) {
  .c-kome-list__item.--indent {
    line-height: 1.666;
  }
}
.c-kome-list__item.--red::before {
  color: #CB3506;
}
.c-kome-list__item.--red .c-kome-list__txt {
  color: #CB3506;
}
.c-kome-list__item.--bold {
  font-weight: 700;
}
.c-kome-list__item.--bold::before {
  font-weight: 700;
}
.c-kome-list__item.--bold .c-kome-list__txt {
  font-weight: 700;
}
.c-kome-list__item.--small {
  line-height: 1.384;
  font-size: 13px;
}
.c-kome-list__item.--small .c-kome-list__txt {
  line-height: 1.384;
  font-size: 13px;
}
.c-kome-list__txt {
  font-size: 14px;
  color: #4A4340;
  font-weight: 400;
  line-height: 1.428;
}
@media only screen and (max-width: 1271px) {
  .c-kome-list__txt {
    font-size: 13px;
    line-height: 1.384;
  }
}
.c-kome-list__txt .note {
  color: #4A4340;
}

.c-ttl {
  font-size: 28px;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.61;
  text-align: center;
}
@media only screen and (max-width: 1271px) {
  .c-ttl {
    font-size: 24px;
  }
}

.c-txt-wrap.--center {
  margin: 0 auto;
}

.c-txt-area {
  margin-top: 1.5em;
}
.c-txt-area.--mt10 {
  margin-top: 10px;
}
.c-txt-area + .c-kome-list {
  margin-top: 5px;
}
.c-txt-area + .c-kome-list.--mt10 {
  margin-top: 10px;
}

.c-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.588;
}
@media only screen and (max-width: 1271px) {
  .c-txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-txt {
    line-height: 1.666;
  }
}
.c-txt.--small {
  font-size: 15px;
  font-weight: 400;
}
.c-txt.--small .bold {
  font-size: 14px;
}
.c-txt.--center {
  text-align: center;
}
.c-txt + .c-txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-txt + .c-txt.u-mt-5-sp {
    margin-top: 5px;
  }
}
.c-txt .bold {
  font-weight: 700;
}
.c-txt .red {
  color: #E65151;
}
.c-txt .brown-small {
  font-weight: 700;
  font-size: 15px;
  color: #6F5246;
}
.c-txt + .c-simple-ttl {
  margin-top: 55px;
}

.c-simple-ttl {
  font-size: 20px;
  font-weight: 700;
  font-weight: 700;
  margin-top: 55px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl {
    font-size: 18px;
  }
}
.c-simple-ttl.--green {
  color: #34926d;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--green {
    font-size: 20px;
    line-height: 1.3;
  }
}
.c-simple-ttl.--green.--mt50 {
  margin-top: 50px;
}
.c-simple-ttl.--big {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--big {
    font-size: 20px;
  }
}
.c-simple-ttl.--medium {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--medium {
    font-size: 18px;
  }
}
.c-simple-ttl.--mt0 {
  margin-top: 0px;
}
.c-simple-ttl.--mt6 {
  margin-top: 6px;
}
.c-simple-ttl.--mt10 {
  margin-top: 10px;
}
.c-simple-ttl.--mt20 {
  margin-top: 20px;
}
.c-simple-ttl.--mt20-24 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl.--mt20-24 {
    margin-top: 24px;
  }
}
.c-simple-ttl.--mt27 {
  margin-top: 27px;
}
.c-simple-ttl.--mt30 {
  margin-top: 30px;
}
.c-simple-ttl.--mt36-20 {
  margin-top: 36px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt36-20 {
    margin-top: 20px;
  }
}
.c-simple-ttl.--mt44 {
  margin-top: 44px;
}
.c-simple-ttl.--mt45-30 {
  margin-top: 45px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt45-30 {
    margin-top: 30px;
  }
}
.c-simple-ttl.--mt45-40 {
  margin-top: 45px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt45-40 {
    margin-top: 40px;
  }
}
.c-simple-ttl.--mt45 {
  margin-top: 45px;
}
.c-simple-ttl.--mt48 {
  margin-top: 48px;
}
.c-simple-ttl.--mt50 {
  margin-top: 50px;
}
.c-simple-ttl.--mt58-47 {
  margin-top: 58px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt58-47 {
    margin-top: 47px;
  }
}
.c-simple-ttl.--mt60 {
  margin-top: 60px;
}
.c-simple-ttl.--mt60-50 {
  margin-top: 60px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt60-50 {
    margin-top: 50px;
  }
}
.c-simple-ttl.--mt64 {
  margin-top: 64px;
}
.c-simple-ttl.--mt64-49 {
  margin-top: 64px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt64-49 {
    margin-top: 49px;
  }
}
.c-simple-ttl.--mt67 {
  margin-top: 67px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt67 {
    margin-top: 67px;
  }
}
.c-simple-ttl.--mt67-50 {
  margin-top: 67px;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl.--mt67-50 {
    margin-top: 50px;
  }
}
.c-simple-ttl.--center {
  text-align: center;
}
.c-simple-ttl + .c-txt-area {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl + .c-txt-area {
    margin-top: 7px;
  }
}

.c-sns-list-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.c-sns-list-cntr.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-sns-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b4d6c8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-sns-list__link:hover {
    opacity: 0.7;
  }
}
.c-sns-list__link.--sauna {
  border: 1px solid #CE5D0C;
}
.c-sns-list__link.--mother {
  border: 1px solid #D91539;
}
.c-sns-list__link.--christmas {
  border: 1px solid #CE2323;
}
.c-sns-list__link.--whiteday {
  border: 1px solid #197B55;
}
.c-sns-list__link.--father {
  border: 1px solid #34389A;
}
.c-sns-list__link.--valentine {
  border: 1px solid #6C3B2C;
}

.c-more-link-wrap {
  text-align: center;
}

.c-more-link {
  color: #34926d;
  padding-right: 25px;
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (min-width: 1272px) {
  .c-more-link:hover {
    color: #74bb9d;
  }
  .c-more-link:hover::after {
    background-color: #74bb9d;
  }
}
.c-more-link::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #34926d;
  -webkit-mask: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_plus.svg") no-repeat center/contain;
          mask: url("/wp-content/themes/slouch/slouch-asset/media/images/common/icon_plus.svg") no-repeat center/contain;
}
.c-more-link.--sauna {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--sauna::after {
  background-color: #CE5D0C;
  width: 22px;
  height: 22px;
}
.c-more-link.--mother {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--mother::after {
  background-color: #D91539;
  width: 22px;
  height: 22px;
}
.c-more-link.--christmas {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--christmas::after {
  background-color: #245718;
  width: 22px;
  height: 22px;
}
.c-more-link.--whiteday {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--whiteday::after {
  background-color: #197B55;
  width: 22px;
  height: 22px;
}
.c-more-link.--valentine {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--valentine::after {
  background-color: #6C3B2C;
  width: 22px;
  height: 22px;
}
.c-more-link.--father {
  color: #4A4340;
  padding-right: 34px;
}
.c-more-link.--father::after {
  background-color: #34389A;
  width: 22px;
  height: 22px;
}
.c-more-link__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding-bottom: 50px;
}

.c-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.c-pagination li.none {
  display: none;
}
.c-pagination .page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 1px;
}
.c-pagination a.page-numbers {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #34926d;
  }
}
.c-pagination span.page-numbers,
.c-pagination a.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #b4d6c8;
  color: #34926d;
  font-size: 16px;
  font-weight: 700;
}
.c-pagination span.page-numbers.current,
.c-pagination a.page-numbers.current {
  border: 1px solid #34926d;
  background-color: #34926d;
  color: #ffffff;
}
.c-pagination span.page-numbers.next, .c-pagination span.page-numbers.prev,
.c-pagination a.page-numbers.next,
.c-pagination a.page-numbers.prev {
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-pagination span.page-numbers.next:hover, .c-pagination span.page-numbers.prev:hover,
  .c-pagination a.page-numbers.next:hover,
  .c-pagination a.page-numbers.prev:hover {
    opacity: 0.7;
  }
}
.c-pagination span.page-numbers.next::after,
.c-pagination a.page-numbers.next::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.c-pagination span.page-numbers.prev::after,
.c-pagination a.page-numbers.prev::after {
  position: absolute;
  content: "";
  background: url("../media/images/common/icon_arrow_right.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.c-wave-ttl {
  color: #34926d;
  font-size: 24px;
  font-weight: 700;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  line-height: 1.333;
}
@media only screen and (max-width: 1271px) {
  .c-wave-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-wave-ttl {
    font-size: 22px;
  }
}
.c-wave-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../media/images/common/wave_ttl.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}
.c-wave-ttl .small {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .c-wave-ttl .small {
    font-size: 16px;
  }
}
.c-wave-ttl + .c-img-wrap {
  margin-top: 30px;
}
.c-wave-ttl.--sauna {
  color: #CE5D0C;
}
.c-wave-ttl.--sauna::before {
  background-image: url(../media/images/sauna/wave_ttl.svg);
}
.c-wave-ttl.--mother {
  color: #D91539;
}
.c-wave-ttl.--mother::before {
  background-image: url(../media/images/mother/wave_ttl.svg);
}
.c-wave-ttl.--christmas {
  color: #245718;
}
.c-wave-ttl.--christmas::before {
  background-image: url(../media/images/christmas/wave_ttl.svg);
}
.c-wave-ttl.--whiteday {
  color: #197B55;
}
.c-wave-ttl.--whiteday::before {
  background-image: url(../media/images/whiteday/wave_ttl.svg);
}
.c-wave-ttl.--valentine {
  color: #6C3B2C;
}
.c-wave-ttl.--valentine::before {
  background-image: url(../media/images/valentine/wave_ttl.svg);
}
.c-wave-ttl.--father {
  color: #34389A;
}
.c-wave-ttl.--father::before {
  background-image: url(../media/images/father/wave_ttl.svg);
}

.c-width {
  margin: 0 auto;
  max-width: 740px;
  padding: 0 50px;
  -webkit-transition: 0.5s padding-left, 0.5s padding-right;
  transition: 0.5s padding-left, 0.5s padding-right;
}
@media only screen and (max-width: 1271px) {
  .c-width {
    max-width: initial;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}

.c-width__inr {
  max-width: vw(1776);
  padding-left: vw(40);
  padding-right: vw(40);
}
@media only screen and (max-width: 1279px) {
  .c-width__inr {
    max-width: initial;
    padding: 0 20px;
  }
}
.c-width__sub {
  margin: 0 auto;
  max-width: vw(1240);
  padding-left: vw(20);
  padding-right: vw(20);
}
@media only screen and (max-width: 1279px) {
  .c-width__sub {
    max-width: initial;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width__sub {
    padding: 0 20px;
  }
}

.c-youtube-cntr {
  aspect-ratio: 64/36;
}

.c-youtube__iframe {
  width: 100%;
  height: 100%;
  border: none;
}