@charset "UTF-8";
/* common
-------------------------- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.05rem;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
    line-height: 1.2;
}
a {
    color:#3c3c3c;
}
a span,
a p {
    transition: .3s;
}
a:hover {
    text-decoration: none;
    color: #3572b0;
}
li:hover a,
a:hover span,
a:hover p {
    color: #3572b0;
}
p {
  line-height: 1.8;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.carousel-visual {
    display: none;
}
.fs-body-category-group-category .fs-c-productList {
 display: none;
}
.fs-body-category-group-pet .fs-c-productList {
 display: none;
}
address {
  font-style: normal;
}
/* heading
-------------------------- */
.fs-c-heading--page {
    border-bottom: 1px solid #e5e5e5;
    color: #3c3c3c;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
    font-weight: bold;
}
/* group-pet group-category
-------------------------- */
.fs-c-documentArticle__heading + .fs-c-documentArticle__content {
  padding: 0;
}
.fs-c-documentArticle__content .fs-c-subgroup .fs-c-subgroupList {
    margin: 0 -8px;
}
.fs-c-subgroup .fs-c-subgroupList > li {
    box-sizing: border-box;
    width: 50%;
    padding: 8px;
}
.fs-c-subgroup  .fs-c-subgroupList__link {
    border: none;
    padding: 12px;
}
.fs-c-subgroup .fs-c-subgroupList__item {
    flex-grow: unset;
    flex-basis: unset;
}
/* breadcrumb
-------------------------- */
.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1080px;
    margin: auto;
}
/* header
-------------------------- */
.fs-l-header {
    display: block;
    padding-top: 0;
    max-width: 1080px;
    margin: 0 auto;
}
.header-nav {
    background: #fff;
    border-bottom: none;
    color: #000;
    margin: 60px 0 24px; 
}
.fs-p-headerNavigation {
    max-width: 1216px;
    justify-content: center;
}
.fs-p-headerNavigation__list {
    max-width: 1080px;
    width: 100%;
}
.header-nav .fs-p-headerNavigation__list > li {
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
}
.header-nav .fs-p-headerNavigation__list > li:last-child {
    border-right: 1px solid #E5E5E5;
}
.header-nav [class^="nav-icon_"],
.header-nav [class*=" nav-icon_"] {
    position: relative;
    color: #000;
    padding-left: 32px;
    height: 16px;
}
.header-nav [class^="nav-icon_"]::before,
.header-nav [class*="nav-icon_"]::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 18px;
    left: 0;
    margin-right: -1px;
    position: absolute;
    top: 50%;
    width: 26px;
    transform: translateY(-50%);
}
.header-nav .nav-icon_brand::before {
  background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/nav_brand.png?t=20220630200303);
}
.header-nav .nav-icon_pet::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/nav_pet.png?t=20220630200303);
}
.header-nav .nav-icon_category::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/nav_category.png?t=20220630200303);
}
.header-nav .nav-icon_account::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/nav_account.png?t=20220630200303);
}
.header-nav .nav-icon_cart::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/nav_cart.png?t=20220630200303);
}

.fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 25% 30% 30% 15%;
    grid-template-columns: 25% 30% 30% 15%;
    margin-top: 1em;
}
.fs-l-header__utility {
  grid-template-rows: 1fr;
  align-self: center;
}
#nav-drawer .fs-l-header__right {
display: none;
}
.fs-l-header__right {
    grid-row: 1;
    grid-column: 4;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 8px;
    margin-left: 8px;
    transition: .3s;
    align-self: center;
}
.fs-l-header__right-text {
  text-align: center;
  color: #90908F;
  font-size: 1rem;
  margin: 0;
}
.fs-l-header__right .fs-p-logo {
  margin-top: 0;
  padding: 4px 8px;
}
.fs-l-header__right:hover  {
opacity: 0.7;
}
.fs-l-header__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
}
.fs-l-header__logo .fs-p-logo {
    padding-left: 0;
  }
.fs-l-header__logo-text {
  color: #90908F;
  font-size: 1.1rem; 
  margin-bottom: 0;
  margin-top: 0;
}
.fs-l-header__leftContainer {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    align-self: center;
}
.fs-l-header__welcomeMsg.is-ready {
    display: block;
    font-size: 1.2rem;
}
  .utility-menu,
  .welcome-msg {
  display: none;
  }
  #nav-input {
  display: none;
}
@media screen and (max-width: 767px)  {
  .fs-l-header {
    display: block;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
}
  .fs-l-header__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 60px;
  }
  .fs-p-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding-left: 8px;
    max-width: 200px;
    padding-bottom: 2px;
  }
.fs-l-header__right {
    display: none;
}
.fs-l-header__logo-text {
  display: none;
}
#nav-drawer .fs-l-header__right {
display: block;
}
#nav-drawer .fs-l-header__right {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
}
#nav-drawer .fs-l-header__right .fs-p-logo {
  margin: 0 auto;
}
.global-nav {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    z-index: 3;
}
/* SP_drawer_toggle */
#nav-toggle {
    display: block;
}
#nav-toggle {
    /* display: none; */
    display: block;
    position: absolute;
    right: 14px;
    top: 18px;
    width: 24px;
    height: 38px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #191919;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
  .fs-l-header__contents {
    display: block;
    -ms-grid-rows: auto auto;
    grid-template-rows: none;
    -ms-grid-columns: none;
    grid-template-columns: none;
    height: 60px;
}
.fs-l-header__utility {
    display: block;
    position: absolute;
    bottom: 0;
}
  .header-nav [class^="nav-icon_"], .header-nav [class*=" nav-icon_"] {
     height: auto; 
}
  .header-nav .fs-p-headerNavigation__list > li {
      box-sizing: border-box;
      padding-left: 24px;
      padding-right: 24px;
      border-left: none;
      display: flex;
      justify-content: start;
      width: 100%;
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #e5e5e5;
  }
  .fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton {
      font-size: 1.4rem;
  }
  .utility-menu,
  .welcome-msg {
  display: block;
  }
  .fs-l-header__welcomeMsg.is-ready {
    display: none;
  }
  .fs-l-header__utility {
    display: none;
  }
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-open_toggle {
  width: 25px;
  height: 25px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 85%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.utility-menu, .welcome-msg {
    margin-top: 16px;
}
.fs-p-headerNavigation__list,
.fs-p-headerUtilityMenu__list.is-ready {
  width: 85%;
  margin-left:  auto;
  margin-right: auto;
}
.header-nav .fs-p-headerNavigation__list > li:last-child {
  border-right: none;
}
.fs-p-headerUtilityMenu__list {
  justify-content: flex-end;
}
.fs-p-headerUtilityMenu__list > li {
  width: 50%;
  margin-left: 0; 
}
.fs-p-headerUtilityMenu__list > li + li {
  margin-left: 0;
  margin-bottom: 20px;
}
.fs-p-headerUtilityMenu__list.is-ready {
  padding-left: 24px;
  padding-right: 24px; 
}
.fs-p-headerUtilityMenu__list a {
  position: relative;
}
.fs-p-headerUtilityMenu__list a::before {
  border: none;
}
.fs-p-headerUtilityMenu__list a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #88A550;
    border-right: 2px solid #88A550;
    -webkit-transform: rotate(45deg);
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
}
.fs-p-headerUtilityMenu__list a:link {
    color: #3c3c3c;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

/* mainvisual
------------------------------ */
.mainvisual {
background: url(https://tsukiyonofarm.itembox.design/item/img/common/mainvisual.jpg?t=20220630200303);
background-repeat: no-repeat;
background-position: fixed;
background-size: cover;
height: 540px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.mainvisual_title {
    color: #fff;
    font-size: 4.6rem;
    text-shadow: 0 0 12px rgba(0,0,0,0.3);
    margin-bottom: 0;
    margin-top: 16px;
}
.mainvisual_subtext {
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    text-shadow: 0 0 12px rgba(0,0,0,0.3);
    display: inline-block;
    position: relative;
}
.mainvisual_subtext:before, .mainvisual_subtext:after {
  content: "";
  font-weight: bold;
	height: 2px;
	background: #fff;
  display: block;
  position: absolute;
  width: 40px;
}
.mainvisual_subtext:before {
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
}
.mainvisual_subtext:after {
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
}
.mainvisual_news  {
    margin-top: 8px;
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 6px;
}
.mainvisual_news_text {
    color: #fff;
    font-size: 1.8rem;
    margin: 0.3rem 0;
    text-shadow: 0 0 12px rgba(0,0,0,0.3);
    font-weight: bold;
}

.mainvisual_service-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.mainvisual_service-icon_items {
    width: 25%;
    max-width: 170px;
}
.mainvisual_service-icon_item {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.mainvisual_service-icon_img {
    width: 100%;
}
@media screen and (max-width: 767px)  {
.pc-only {
    display: none;
}
.sp-only {
    display: block;
}
.mainvisual {
background-position: 15% center;
margin-top: 60px;
}

.mainvisual_title {
    font-size: 2.4rem;
}
.mainvisual_subtext {
    font-size: 1.6rem;
}
.mainvisual_service-icon {
    flex-wrap: wrap;
    max-width: 360px;
}
.mainvisual_service-icon_items {
    width: 25%;
}
.mainvisual_news {
    margin-left: 4%;
    margin-right: 4%;
}
.mainvisual_news_text {
    font-size: 1.4rem;
}
.mainvisual_service-icon_item {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.mainvisual_subtext:before, .mainvisual_subtext:after {
  width: 20px;
}
.mainvisual_subtext:before {
    left: -28px;
}
.mainvisual_subtext:after {
    right: -28px;
}
}
/* parts
--------------------------------- */
main.fs-l-main {
  	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;
    max-width: 1080px;
}
.fs-l-pageMain  {
    width: 75%;
    padding-right: 2%;
}
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain {
    width: 100%;
    padding-right: 0;
}
.sidemenu-area {
    width: 25%;
    padding-left: 2%;
}
.fs-body-checkout .fs-p-logo,
.fs-body-cart-login .fs-p-logo,
.fs-body-customerDetails .fs-p-logo {
  width: 184px;
  margin: 0 auto;
}
.fs-p-footerPageTop {
  bottom: 0;
  top: -16px;
}
.fs-c-mark--coolDelivery {
  background: #007CCF;
}
.fs-c-sortItems__list__item.is-active {
  background-color: #8CB808;
}
.fs-c-button__label {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  main.fs-l-main {
    -webkit-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 80px;
    padding: 0 16px;
  }
  .fs-l-pageMain  {
    width: 100%;
    padding-right: 0;
  }
  .sidemenu-area {
      width: 100%;
      padding-left: 0;
      margin-top: 2.5em;
  }
}
/* parts:heading
--------------------------------- */
h2.fs-c-documentArticle__heading,
h2.fs-c-documentColumn__heading { 
    background: transparent;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
}
h2.fs-c-documentColumn__heading {
    color: #3c3c3c;
    /* border-color: transparent; */
    border-style: solid;
    border-width: 0;
    font-weight: bold;
    padding: 0;
    padding-left: 0;
    margin-bottom: 0;
}
h2.fs-p-heading--lv2,
h2.fs-c-documentArticle__heading,
h2.fs-c-documentColumn__heading {
    position: relative;
    padding-left: 20px;
    color: #3c3c3c;
    border-bottom: none;
    font-size: 22px;
    font-weight: bold;
}
h2.fs-p-heading--lv2::before,
h2.fs-c-documentArticle__heading::before,
h2.fs-c-documentColumn__heading::before {
    background-color: #8CB808;
    content: '';
    position: absolute;
    /* bottom: -0.8em; */
    display: inline-block;
    width: 6px;
    height: 26px;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}
h2.fs-p-heading--lv2::after,
h2.fs-c-documentArticle__heading::after,
h2.fs-c-documentColumn__heading::after {
    background-color: #007CCF;
    content: '';
    position: absolute;
    /* bottom: -0.8em; */
    display: inline-block;
    width: 6px;
    height: 13px;
    left: 0;
    bottom: 50%;
}
.fs-p-heading--lv2:not(:first-child),
h2.fs-c-documentArticle__heading:not(:first-child),
h2.fs-c-documentColumn__heading:not(:first-child) {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

h3.fs-c-documentColumn__heading {
    color: #3c3c3c;
    /* border-color: transparent; */
    border-style: solid;
    border-width: 0;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 12px;
    margin-bottom: 0;
    background: #f7f7f7;
    line-height: 1.4;
}
h3.default_h3 {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h2.fs-p-heading--lv2,
  h2.fs-c-documentArticle__heading,
  h2.fs-c-documentColumn__heading {
      position: relative;
      padding-left: 16px;
      color: #3c3c3c;
      border-bottom: none;
      font-size: 20px;
      font-weight: bold;
  }
}
/* parts: content
--------------------------------- */
h2 + .fs-c-documentColumn,
h2 + .fs-c-documentColumn > h3,
h2 + .fs-c-documentArticle__content .fs-c-documentColumn > h3 {
    margin-top: 0;
}
.fs-c-documentArticle__content {
    padding: 8px 0;
}

/* parts: top-selling
--------------------------------- */
.top-selling {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; */
  -ms-flex-pack: center;
  margin: -12px;
}
.top-selling .box {
    width: 25%;
}
.top-selling .box .box-innner {
    margin: 12px;
}
.top-selling .box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.top-selling .box .img {
  display: block;
  position: relative;
  width: 100%;
}
.top-selling .text { 
    position: relative;
    color: #3c3c3c;
    font-weight: bold;
    font-size: 1.2rem;
}
.top-selling .text .name { 
    font-size: 1.4rem;
}
.top-selling .text .price { 
    font-size: 1.3rem;
    color: #F02828;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-selling .box {
    width: 50%;
  }
  .top-selling .box .btns {
    padding: 10px 15px;
  }
  .top-selling .box .img img {
      width: 100%;
  }
}

/* parts: group-pet
--------------------------------- */
.group-pet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; */
  -ms-flex-pack: center;
  margin: -12px;
}
.group-pet .box {
    width: 25%;
}
.group-pet .box .box-innner {
    margin: 12px;
}
.group-pet .box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.group-pet .box .img {
  display: block;
  position: relative;
  width: 100%;
}
.group-pet .box .btns {
    margin-top: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 12px;
}
.group-pet .btn {
    background: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 8px;
    width: 100%;
    position: relative;
    text-align: center;
}
.group-pet .btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #88A550;
    border-right: 2px solid #88A550;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.group-pet .text { 
    position: relative;
    color: #3c3c3c;
    font-weight: bold;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .group-pet .text { 
    font-size: 1.1rem;
    letter-spacing: 0;
}
  .group-pet .box {
    width: 50%;
  }
  .group-pet .box .btns {
    padding: 10px 6px;
  }
  .group-pet .box .img img {
      width: 100%;
  }
  .group-pet.list-small {
    margin: -8px 0 0 -8px;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
  }
  .group-pet.list-small .box {
    padding: 8px 0 0 8px;
    width: 50%;
  }
  .group-pet.list-small .box .btns {
    padding: 9px 6px;
  }
}
/* parts: subgroup
--------------------------------- */
@media screen and (max-width: 767px) {
  .fs-c-subgroup .fs-c-subgroupList__label {
    font-size: 12px;
    letter-spacing: 0;
  }
  .fs-c-subgroup .fs-c-subgroupList__link {
    padding-right: 8px;
  }
}

/* parts: group-category
--------------------------------- */
.group-category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5%;
  padding: 0;
}

.group-category_unit {
  width: 50%;
  padding: 1.5%;
  list-style: none;
}

.group-category_parts {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 2.4rem;
    border: 1px solid #e5e5e5;
}

.group-category_img {
  max-width: 100px;
  width: 40%;
}

.group-category_txt {
  margin-left: 4%;
  width: 100%;
}

.group-category_ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
  height: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .5em;
  position: relative;
  color: #3c3c3c;
}
.group-category_ttl::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #88A550;
    border-right: 2px solid #88A550;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 14px;
}
.group-category_word {
    font-size: 1.3rem;
    height: 2.6em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 1em;
    word-break: break-all;
    color: #3c3c3c;
}

@media (max-width: 900px) {
  .group-category_unit {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .group-category_unit {
    width: 100%;
  }
}
/*parts:sidebar
---------------------------------*/
aside .fs-p-heading--lv2 {
    position: relative;
    color: #000;
    padding-left: 24px;
    font-size: 1.8rem;
}
aside .fs-p-heading--lv2::after{
    content: " ";
    bottom: -10px;
    border-bottom: 1px solid #E5E5E5;
    width:100%;
    background-color: transparent;
}
aside .fs-p-heading--lv2::before {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 18px;
    left: 0;
    margin-right: -1px;
    position: absolute;
    top: 50%;
    width: 26px;
    transform: translateY(-50%);
}
aside .fs-p-heading--lv2.side_frozen::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/side_frozen.png?t=20220630200303);
}
aside .fs-p-heading--lv2.side_recommended::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/side_Recommended.png?t=20220630200303);    
}
aside .fs-p-heading--lv2.side_news::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/side_news.png?t=20220630200303); 
}
aside .fs-p-heading--lv2:first-of-type {
    margin-top: 0;
}
 .btn-usually {
    background: rgba(255,255,255,0.8);
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: inline-block;
    padding: 12px 8px;
    position: relative;
    width: 100%;
}
.btn-usually .btn-usually_text {
    position: relative;
    font-weight: bold;
}
.btn-usually::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #88A550;
    border-right: 2px solid #88A550;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
/*parts: sideber_recommended
---------------------------------*/
aside .recommended {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3em;
  padding: 0;
}
aside .recommended_unit {
  width: 100%;
  padding: 1.5%;
  list-style: none;
  margin-bottom: 1em;
}
aside .recommended_parts {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
aside .recommended_img {
  padding-right: 4%;
  width: 40%;
}
aside .recommended_txt {
  width: 60%;
}
aside .recommended_ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
  height: 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .5em;
  position: relative;
}
aside .recommended_word {
    color: #F02828;
}
@media (max-width: 768px) {
  aside .recommended_unit {
    width: 50%;
    padding: 1.5%;
    list-style: none;
    margin-bottom: 1em;
}
  aside .recommended_img {
    padding-right: 4%;
    width: 100%;
}
aside .recommended_parts {
    display: block;
}
aside .recommended_txt {
    width: 100%;
}
}

/*parts:sideber_news
---------------------------------*/
aside .fs-p-dateList > li:first-child {
    border: none;
    padding-top: 0;
}
aside .fs-p-dateList > li {
    padding: 16px 0;
    border-color: #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
aside .fs-p-dateList > li time:first-child {
     background: transparent; 
    color: #909090;
    padding: 0; 
    display: block;
    font-size: 1.2rem;
    padding-bottom: 6px;
}
aside .fs-p-dateList > li:last-child {
    padding-bottom: 16px;
}
/*parts: group-category group-pet
---------------------------------*/
.fs-c-productList .fs-c-noResultMessage {
display: none;
}

/*parts: product-details
---------------------------------*/
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
      display: block;
  }
}
.fs-body-product div.fs-c-breadcrumb {
display: none;
}
.fs-l-productLayout__item--1  {
    float: left;
    width: 45%;
    padding-right: 2%;
}
.fs-l-productLayout__item--2 {
    float: right;
    width: 55%;
    padding-left: 2%;
}
.product-details_bottom {
  clear: both;
}
.fs-c-productNameHeading {
    font-size: 2.4rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 32px;
    margin-top:0; 
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout__item--1  {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .fs-l-productLayout__item--2 {
    float: right;
    width: 100%;
    padding-left: 0;
  }
}

/*parts: product-details_overview
---------------------------------*/
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #F02828;
  font-weight: bold;
  font-size: 2.6rem;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    color: #F02828;
}
.fs-c-productPrice .fs-c-productPrice__addon {
    color: #F02828;
  }
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
    margin-right: 8px;
}
.fs-c-button--addToCart--detail.fs-c-button--primary {
    background: #F0BB2A;
    border: none;
    border-radius: 0px;
    color: #3c3c3c;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.2em 1.6em 1em;
    box-shadow: none;
    border-radius: 3px;
    min-width: 240px;
    font-weight: bold;
}
.fs-c-button--addToCart--detail .fs-c-button__label {
  position: relative;
  padding-left: 30px;
}
.fs-c-button--addToCart--detail .fs-c-button__label::before {
    background-image: url(https://tsukiyonofarm.itembox.design/item/img/common/add-to-cart.png?t=20220630200303);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 18px;
    left: 0;
    margin-right: -1px;
    position: absolute;
    top: 50%;
    width: 26px;
    transform: translateY(-50%);
}
.fs-c-productQuantityAndWishlist .fs-c-quantity {
    margin-left: 38px;
    position: relative;
}
.fs-c-productQuantityAndWishlist .fs-c-quantity::before {
    content: "数量";
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
}
/*parts: product-details_table
---------------------------------*/
/* 一般的な汎用テーブル */
.table-usually {
    border: 1px solid #E5E5E5;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table-usually th,
.table-usually td {
    border-bottom: 1px solid #EDEDED;
    padding: 1.3em;
}
.table-usually th {
    background: #F8F8F8;
    width: 15%;
}
.table-usually td {
    border-left: 1px solid #EDEDED;
}
.table-usually td:first-of-type {
    border-left: none;
}
.table-usually.th-length-m th {
    width: 15%;
}
.table-usually.th-length-l th {
    width: 20%;
}
.table-usually.th-length-xl th {
    width: 30%;
}

/* 送料テーブル */
.table-postage {
    border: 1px solid #E5E5E5;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 1.1rem;
}
.table-postage th,
.table-postage td {
    border-bottom: 1px solid #EDEDED;
    padding: 0.8em;
    text-align: center;
}
.table-postage th {
    background: #F8F8F8;
    width: 15%;
}
.table-postage td {
    border-left: 1px solid #EDEDED;
}
.table-postage td:first-of-type {
    border-left: none;
}
.table-postage_note {
  font-size: 1rem;
}
th.table-postage_note {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .table-usually th,
  .table-usually td,
  .table-usually.th-length-m th,
  .table-usually.th-length-m td,
  .table-usually.th-length-l th,
  .table-usually.th-length-l td,
  .table-usually.th-length-xl th,
  .table-usually.th-length-xl td {
      display: list-item;
      list-style-type: none;
      width: 100%;
  }
  .table-usually th {
    border-bottom: none;
    padding: .8em 1.35em;
    text-align: left;
  }
  .table-usually td {
    padding: 1.35em 1.4em;
  }
  .table-scloll {
    overflow: auto;
    white-space: nowrap;
}
}
/*footer
---------------------------------*/
footer {
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
}
footer.fs-l-footer {
  border-top: 0;
}
footer .fs-l-footer__contents {
      padding-top: 56px;
      padding-bottom: 48px;
      max-width: 1080px;
    }
.footer-col {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-info {
  width: 35%;
  padding: 0 40px 0 0;
  border-right: 1px dotted #ccc;
}
.footer-company dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  height: 100%;
}
.footer-company dd {
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer-company .address {
  margin-top: 1.2em;
}
.footer-company .tel {
  margin-top: 0.6em;
}
.footer_contact_icon {
  width: 100%;
}
.footer-col .box {
    width: 20%;
    border-left: 1px solid #e5e5e5;
    padding-left: 32px;
    height: 320px;
    box-sizing: border-box;
}
.footer-col .box:first-child {
    border-left: none;
    padding-left: 0;
}
.footer-col .box .list-row2 {
  width: 50%;
  margin-top: 0;
  float: left;
}
.footer-col .box .box_title {
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-col .box li {
  margin-top: 20px;
  list-style: none;
}
.footer-col .box a,
.footer-col .box .pagelink {
  font-size: 1.2rem;
}
.footer-col .footer_sitemap,
.footer-col .footer_sitemap ul {
    padding: 0;
}

.footer_group-list .footer_sitemap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-col .box .footer_sitemap_inner_list {
    list-style: none;
    margin-top: 10px;
}
.footer-col .footer_group-list .footer_sitemap_inner_list {
    width: 50%;
    float: left;
}
.footer-col .footer_group-list {
 width: 30%;
}
.footer-col .footer_group-list 
.bottom-area {
  bottom: 0;
  left: 0;
  margin-bottom: 90px;
  position: absolute;
}
.bottom-area .copyright {
  color: #aaa;
  margin-right: 15px;
}

.bottom-area .site-info {
  color: #aaa;
  margin-right: 15px;
  margin-top: 0.5em;
}
.bottom-area a {
  color: #aaa;
  font-size: 1rem;
}
.footer-col .number {
    color: #007CCF;
    font-weight: bold;
    font-size: 1.4rem;
}
.footer-col .holiday {
    font-size: 1rem;
    color: #3B3B3B;
}
footer .fs-p-footerCopyright {
    color: #939393;
    background-color: #3B3B3B;
    text-align: center;
    padding: 16px;
}
footer .fs-p-footerCopyright__text {
    font-size: 1rem;
}
footer .footer-logo {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 48px;
  }
@media screen and (max-width: 768px) {
.footer-col {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
  .footer-col .footer_group-list　{
    width: 50%;
    height: auto;
    }
    .footer-col .box {
    width: 50%;
    height: auto;
    padding-left: 24px;
    padding-left: 16px;
    padding-right: 16px;
    }
    .footer-col .box:first-child {
     padding-left: 16px; 
    }
    .footer-col .box:nth-child(1),
    .footer-col .box:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
    }
    .footer-col .box a,
    .footer-col .box .pagelink {
      font-size: 1.2rem;
    }
    .footer-col .box:nth-child(3) {
        border-left: none;
    }
    .footer-col .footer_group-list .footer_sitemap_inner_list {
    width: 100%;
    float: none;
  }
}
/*faq
---------------------------------*/
.list-anchor {
  margin-bottom: 4.5em !important;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.list-anchor li {
  min-width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.list-anchor a {
  border: 1px solid #E5E5E5;
  color: #3B3B3B !important;
  position: relative;
  text-align: center;
  width: 100%;
}
.list-anchor a:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #88A550;
  border-bottom: 1px solid #88A550;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .list-anchor {
    margin-top: -24px;
    margin-left: -24px;
  }
  .list-anchor li {
    padding-top: 24px;
    padding-left: 24px;
  }
  .list-anchor li a {
    padding: 1em 1em 1.8em;
  }
  .list-anchor li a:after {
    right: 50%;
    bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list-anchor {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-anchor li {
    width: 100%;
    margin-top: 1em;
  }
  .list-anchor li a {
    padding: .5em 1.5em .5em .5em;
    text-align: left;
  }
  .list-anchor li a:after {
    right: 1em;
    top: 50%;
    margin-top: -4px;
  }
  .list-anchor li:first-child {
    margin-top: 0;
  }
}

/* freepage
---------------------------------*/
.fs-body-custom .fs-l-main {
  margin-top: 76px;
  position: relative;
}
.fs-body-custom .fs-c-breadcrumb {
  position: absolute;
  left: 0;
  top: -52px;
}

/* mypage
---------------------------------*/
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-c-accountService {
    flex-basis: auto;
  }
}

/* page-header
---------------------------------*/
.page-header {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-header_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.page-header_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header_text {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-header_text .title-sub {
  margin-top: .6em;
}
@media screen and (min-width: 768px) {
  .page-header {
    height: 360px;
    margin-bottom: 56px;
    z-index: -1;
  }
  .page-header .title-main {
    font-size: 38px;
    margin: 0;
  }
  .page-header .title-sub {
    font-size: 15px;
  }
  .page-header .title-medium {
    font-size: 26px;
  }
  .page-header_img {
    padding-top: 360px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .page-header_img img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 2.5em;
  }
  .page-header .page-header_img {
    height: 65vw;
    max-height: 240px;
  }
  .page-header .title-main {
    font-size: 28px;
    margin: 0;
  }
  .page-header .title-sub {
    font-size: 13px;
  }
  .page-header .title-medium {
    font-size: 24px;
  }
  .page-header_text {
    top: 50%;
  }
}

/*--------------------------------------
 * page
---------------------------------------*/
.lead {
  font-size: 16px;
  line-height: 2;
}
.page-main a[target="_blank"] {
  position: relative;
}
.page-main a[target="_blank"]:not(.no-icon):after {
  background: url(/lib_image/common/icon_blank.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: .4em;
  width: 1em;
  height: 1em;
}
.page-main a[target="_blank"].no-icon:after {
  display: none !important;
}
.page-main table,
.page-main ul,
.page-main p {
  margin-bottom: 1em;
}
.page-main table {
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page-main table th, .page-main table td {
  border-bottom: 1px solid #EDEDED;
}
.page-main table th {
  background: #F8F8F8;
  font-size: 15px;
  padding: 1.3em;
}
.page-main table td {
  padding: 1.4em 3.7em;
}
.lead-main {
  margin-bottom: 4em !important;
  text-align: center;
}
.fs-c-documentColumn__heading + .fs-c-documentColumn__content > .lists {
  margin-top: 8px;
}
.fs-c-documentArticle__content .lists {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.fs-c-documentArticle__content .lists li {
  margin-top: 0;
}
.fs-c-documentArticle__content .lists li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
  text-indent: -16px;
  list-style: none;
}
.fs-c-documentArticle__content .lists li:before {
  background: #8CB808;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  margin-right: 12px;
  vertical-align: middle;
}
.fs-c-documentArticle__content ul.inline {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.5em;
  position: relative;
}
.fs-c-documentArticle__content ul.inline li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 1.5em;
}
.fs-c-documentArticle__content ul.inline li a {
  color: #8CB808;
  text-decoration: none;
}
.fs-c-documentArticle__content ul.inline li:before {
  background: #8CB808;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .title-main {
    font-size: 32px;
  }
  .title-sub {
    font-size: 13px;
  }
  .title-medium {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .lead-main {
    font-size: 15px;
    margin-bottom: 2.15em !important;
  }

  .title-main {
    font-size: 28px;
  }

  .title-sub {
    font-size: 11px;
  }
  .title-medium {
    font-size: 24px;
  }
  .title-medium+.lead-main  {
    font-size: 13px;
    line-height: 1.5;
  }
}
.section-title {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.section-title .title-main {
  font-size: 32px;
  margin: 0;
}
.section-title .title-sub {
  color: #88A550;
  font-size: 13px;
  margin-top: 1em;
}

.section-title.title-small .title-main {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 1.5em;
  }
  .section-title .title-main {
    font-size: 24px;
  }
  .section-title .title-sub {
    font-size: 11px;
  }
  .section-title.title-small .title-main {
    font-size: 26px;
  }
}
.article h2 {
  background: #F6F8F2;
  border-left: 6px solid #88A550;
  font-size: 24px;
  line-height: 1.58;
  margin-top: 2.33em;
  margin-bottom: 1.6em;
  padding: .45em .75em;
}
.article h3 {
  border-left: 6px solid #88A550;
  font-size: 22px;
  line-height: 1.35;
  margin-top: 1.75em;
  margin-bottom: 1.4em;
  padding-left: .8em;
  position: relative;
}
.article h3:before {
  background-color: #E5E5E5;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.article h4 {
  font-size: 20px;
  margin-top: 2.3em;
  margin-bottom: 2.1em;
}
.article p {
  line-height: 2em;
  margin-bottom: 1.4em;
}
.article li {
  margin-bottom: 1em;
  padding-left: 18px;
  position: relative;
  text-indent: -18px;
}
.article li:before {
  background: #88A550;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-right: 12px;
  vertical-align: middle;
}
.article .col {
  margin-bottom: 2.5em;
}
.article .news_textlink {
  text-align: right;
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .col {
    padding: 0 12px;
  }
}
.article.narrow {
  max-width: 800px;
  margin: 0 auto;
}

.article-info {
  color: #88A550;
  margin-top: 1em;
}
.article-info > span {
  display: inline-block;
  vertical-align: middle;
}
.article-info .article-category:before {
  background: #88A550;
  content: "";
  display: inline-block;
  margin: 0 .5em 0 .85em;
  width: 1.7em;
  height: 1px;
  vertical-align: middle;
}

.article-img {
  margin: 2.28em 0 2.85em;
}

@media screen and (max-width: 767px) {
  .article h2 {
    font-size: 22px;
  }
  .article h3 {
    font-size: 20px;
  }
  .article h4 {
    font-size: 18px;
  }
  .article table {
    border-bottom: none;
  }
  .article table th,
  .article table td {
    display: list-item;
    list-style-type: none;
  }
  .article table th {
    border-bottom: none;
    padding: .8em 1.35em;
  }
  .article table td {
    padding: 1.35em 1.4em;
  }
}
/* relation contents */
.area-relatton {
  background: #F8F8F8;
  padding: 3em 0;
  text-align: center;
}
.area-relatton .title {
  font-size: 24px;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .area-relatton {
    padding: 80px 0 105px;
  }
  .area-relatton .title {
    font-size: 26px;
    margin-bottom: 2.5em;
  }
}

/* category child_page
---------------------------------*/
.lead-visual {
  margin-top: 3em;
  margin-bottom: 1em;
}
.lead-txt {
  margin-top: 3em;
}
.products-detail_intro {
  display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}  
.products-detail_img {
  margin-right: 12px;
}
.products-detail_text {
  margin-left: 12px;
  line-height: 1.7;
}
.fs-c-documentArticle__content .fs-c-subgroup {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .products-detail_intro {
    display: block;
  }
}
/* group-pet child_page
---------------------------------*/
.howto-detail .text .title {
  margin-top: 1em;
  font-size: 22px;
}
.mask-circle img {
  border-radius: 50%;
  object-fit: cover;
}
.howto-detail .text.col .title {
  margin-top: 0;
}
.howto-detail .text.col .lead {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}
.list-variation {
  display: block;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: -4em;
}
.list-variation:after {
  content: "";
  display: block;
  clear: both;
}
.list-variation:before {
  content: "";
  display: block;
  clear: both;
}
.list-variation .col {
  padding-left: 4em;
}
.howto-detail .text {
  padding: 0 12px;
}
.list-variation .col {
  padding-left: 4em;
  width: 33.33333%;
  float: left;
}
.list-variation .img {
  text-align: center;
}
.list-variation .mask-circle {
  display: inline-block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .howto-detail.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .howto-detail .img.col {
    width: 50%;
  }
  .howto-detail .text.col {
    padding-top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-detail_img {
    margin-right: 0;
  }
  .products-detail_text {
    margin-top: 1em;
    margin-left: 0;
  }
  .list-variation {
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: -1em;
  }
  .list-variation .col {
    padding-left: 1em;
  }
  .howto-detail .text.col .title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .howto-detail .text {
    margin-top: 1em;
    padding: 0;
  }
}

/* brand
---------------------------------*/
.section {
  display: block;
  margin-top: 80px;
}
.section:first-of-type {
  margin-top: 0;
}
.brand-environment_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /*月夜野ブランド_品質*/
  .section .fs-c-heading--page {
    font-size: 32px;
  }
  .brand-quality {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .brand-quality_img {
    width: 50%;
    padding-right: 4%;
  }
  .brand-quality_text {
    width: 50%;
    padding-left: 4%;
  }
/*月夜野ブランド_環境*/
  .brand-environment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  }
  .brand-environment_img {
    width: 50%;
    padding-left: 4%;
  }
  .brand-environment_text {
    width: 50%;
    padding-right: 4%;
  }
  /*月夜野ブランド_歴史*/
  .brand-history {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  }
  .brand-history_img {
    width: 50%;
    padding-right: 4%;
  }
  .brand-history_text {
    width: 50%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 56px;
  }
  .section:first-of-type {
    margin-top: 0;
  }
  .section .fs-c-heading--page {
    font-size: 24px;
  }
  /*月夜野ブランド_品質*/
  .brand-quality {
  display: block;
  }
  .brand-quality_img {
    text-align: center;
    width: 100%;
  }
  .brand-quality_text {
    margin-top: 24px;
    width: 100%;
  }
  /*月夜野ブランド_環境*/
  .brand-environment {
  display: block;
  margin-top: 32px;
  }
  .brand-environment_img {
    text-align: center;
    width: 100%;
  }
  .brand-environment_text {
    margin-top: 24px;
    width: 100%;
  }
  /*月夜野ブランド_歴史*/
  .brand-history {
  display: block;
  margin-top: 32px;
  }
  .brand-history_img {
    text-align: center;
    width: 100%;
  }
  .brand-history_text {
    margin-top: 24px;
    width: 100%;
  }
}
