@charset "utf-8";

@media only screen and (min-width: 769px) {
  br.sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none !important;
  }
}

.fs-l-footer {
  margin-top: 0;
}

/* メインスライダー */
.main_slider_wrap {
  background: #E5DBCF;
  padding: 10px 0;
  overflow: hidden;
}
.main_slider button.slick-arrow {
  background-color: #fff;
  width: 30px;
  height: 90px;
  z-index: 4;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_slider button.slick-arrow.slick-prev {
  background-image: url("../img/top/main_slider_left.svg");
}
.main_slider button.slick-arrow.slick-next {
  background-image: url("../img/top/main_slider_right.svg");
}
@media only screen and (min-width: 1301px) {
  .main_slider a picture {
    padding: 0 5px;
  }
  .main_slider button.slick-arrow.slick-prev {
    left: 50%;
    transform: translate(-630px,-50%);
    border-radius: 10px 0 0 10px;
  }
  .main_slider button.slick-arrow.slick-next {
    right: 50%;
    transform: translate(630px,-50%);
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 1300px) {
  .main_slider_wrap {
    padding: 10px;
  }
  .main_slider button.slick-arrow.slick-prev {
    left: 0;
    transform: translate(0,-50%);
    border-radius: 0 10px 10px 0;
  }
  .main_slider button.slick-arrow.slick-next {
    right: 0;
    transform: translate(0,-50%);
    border-radius: 10px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_slider button.slick-arrow {
    display: none !important;
  }
}

/* トップ最新ニュース */
.top_topics {
  background: #221811;
  padding: 20px;
}
.top_topics_item {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.top_topics_item a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
}
.top_topics_item .cat {
  min-width: 108px;
}
.top_topics_item .cat span {
  background: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .top_topics {
    padding: 15px 10px;
  }
  .top_topics_item {
    gap: 0 10px;
  }
  .top_topics_item a {
    font-size: 13px;
  }
  .top_topics_item p {
    flex: 1;
  }
  .top_topics_item .cat {
    min-width: 100px;
  }
  .top_topics_item .cat span {
    font-size: 10px;
  }
}

/* トップバナーエリア */
.top_banner {
  background: url("../img/top/top_banner_bg.jpg") 0 center repeat;
  position: relative;
  overflow: hidden;
}
.group_head_in::before,
.top_banner::before {
  content: "";
  background: url("../img/top/top_banner_bg_right.png") center center no-repeat;
  background-size: contain;
  position: absolute;
}
.group_head_in::after,
.top_banner::after {
  content: "";
  background: url("../img/top/top_banner_bg_left.png") center center no-repeat;
  background-size: contain;
  position: absolute;
}
.top_banner_in {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner_area {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
}
.banner_area .fs-pt-column__item {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .top_banner_in {
    padding: 100px 15px 140px;
  }
  .banner_area {
    margin-top: 40px;
  }
  .banner_area .fs-pt-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    margin-top: 40px;
  }
  .banner_area .fs-pt-column .fs-pt-column__heading {
    font-size: 15px;
    margin-top: 10px;
  }
  .banner_area .fs-pt-column .fs-pt-column__description {
    font-size: 13px;
  }
  .top_banner_tl {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 38px;
  }
  .top_banner_tx {
    font-size: 18px;
    line-height: 1.888;
  }
  .group_head_in::before,
  .top_banner::before {
    width: 448px;
    height: 165px;
    right: 0;
    top: 110px;
  }
  .group_head_in::after,
  .top_banner::after {
    width: 443px;
    height: 168px;
    left: 0;
    bottom: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .top_banner_in {
    padding: 40px 15px 50px;
  }
  .banner_area {
    margin-top: 30px;
  }
  .banner_area .fs-pt-column {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  .banner_area .fs-pt-column .fs-pt-column__heading {
    font-size: 12px;
  }
  .banner_area .fs-pt-column .fs-pt-column__description {
    font-size: 11px;
  }
  .top_banner_tl {
    font-size: 24px;
    line-height: 1.41;
    margin-bottom: 28px;
  }
  .top_banner_tx {
    font-size: 14px;
    line-height: 1.888;
  }
  .group_head_in::before,
  .top_banner::before {
    width: 182px;
    height: 66px;
    right: 0;
    top: 53px;
  }
  .group_head_in::after,
  .top_banner::after {
    width: 187px;
    height: 70px;
    left: 0;
    top: 190px;
  }
}
@media only screen and (max-width: 350px) {
  .top_banner_tl {
    font-size: 22px;
  }
}

/* 固定背景 */
.top_category_in,
.fix_bg {
  position: relative;
}
.top_category_in::after,
.fix_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: url("../img/top/fix_design.png") center bottom;
  z-index: 1;
}
.bird_icon {
  content: "";
  position: absolute;
  bottom: 0;
  width: 108px;
  height: 122px;
  z-index: 2;
}

.fix_bg p {
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .fix_bg {
    background: url("../img/top/fix_bg.jpg") center 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 10px 280px;
  }
  .fix_bg p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1301px) {
  .bird_icon {
    right: 50%;
    transform: translate(600px, 25%);
  }
}
@media only screen and (max-width: 1300px) {
  .bird_icon {
    right: 15px;
    transform: translate(0, 25%);
  }
}
@media only screen and (max-width: 768px) {
  .fix_bg {
    background: url("../img/top/fix_bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 80px 10px 60px;
  }
  .fix_bg p {
    font-size: 16px;
  }
  .bird_icon {
    width: 60px;
    height: 70px;
  }
  .top_category_in::after,
  .fix_bg::after {
    height: 24px;
    background-size: auto 100%;
  }
}

/* トップランキング */

/* 任意商品 */
.fs-c-productName__name {
  font-weight: 700;
}
.fs-c-productPrices {
  font-weight: 700;
  color: #C14100;
  margin-top: 0;
  line-height: 1.2;
}
.top_ranking .fs-c-productMarks,
.top_ranking .fs-c-productName__copy,
.top_ranking .fs-c-productListItem__control {
  display: none;
}
.top_ranking .fs-c-productListCarousel.fs-c-slick {
  display: block;
}
.top_ranking span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
.top_ranking .fs-c-productListCarousel__list {
  display: block;
}
.top_ranking div.slick-track {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 20px 10px;
  width: 100% !important;
  transform: none !important;
}
.top_ranking div.slick-track::before {
  content: none !important;
}
.top_ranking article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0;
}

.top_ranking {
  padding: 30px 15px 50px;
  background: url("../img/top/top_ranking_bg.jpg") center 0 repeat;
}
.top_ranking_list {
  max-width: 1200px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 769px) {
  /* 任意商品 */
  .top_ranking div.slick-track {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 45px 16px;
  }
  
  .top_ranking {
    padding: 10px 20px 50px;
  }
  .top_ranking_list {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top_ranking_list {
    max-width: 470px;
  }
}


/* タイトルセット1 */
.title-set1 {
  text-align: center;
}
.title-set1::before {
  content: "";
  background: url("../img/ft_list_icon.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 25px;
}
.title-set1 .jp {
  font-size: 26px;
  margin-bottom: 10px;
}
.title-set1 .en {
  font-size: 14px;
  font-weight: 700;
  color: #BB8D32;
}
@media only screen and (min-width: 769px) {
  .title-set1 .jp {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .title-set1 .en {
    font-size: 16px;
  }
  .title-set1::before {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .title-set1::before {
    width: 19px;
    height: 19px;
    margin-bottom: 20px;
  }
}

/* タイトルセット2 */
.title-set2 {
  font-size: 26px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.title-set2::before,
.title-set2::after {
  content: "";
  width: calc(50% - 5em);
  height: 3px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.title-set2::before {
  left: 0;
}
.title-set2::after {
  right: 0;
}
@media only screen and (min-width: 769px) {
  .title-set2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 350px) {
  .title-set2 {
    font-size: 20px;
  }
}

/* トップ　カテゴリー */
.top_category {
  background: url("../img/top/top_banner_bg.jpg") 0 center repeat;
  position: relative;
  overflow: hidden;
}
.top_category::before {
  content: "";
  background: url("../img/top/top_banner_bg_right.png") center center no-repeat;
  background-size: contain;
  position: absolute;
}
.top_category::after {
  content: "";
  background: url("../img/top/top_banner_bg_left.png") center center no-repeat;
  background-size: contain;
  position: absolute;
}
.top_category_in {
  padding: 60px 15px 80px;
  position: relative;
  z-index: 1;
}

.top_category_list1 {
  max-width: 1200px;
  margin: 35px auto 0;
}
.top_category_list1 .img_wrap {
  position: relative;
}
.top_category_list1 a p {
  font-size: 14px;
}
.top_category_list1 a span {
  display: block;
}
.top_category_list1 a .img {
  overflow: hidden;
}
.top_category_list1 a .img img {
  transition-duration: .6s;
}
.top_category_list1 a .tx {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0);
}
.top_category_list1 a .tx img {
  margin: 0 auto;
  max-width: 80%;
}
.top_category_list1 a:hover {
  opacity: 1;
}
.top_category_list1 a p {
  font-size: 13px;
  font-weight: 600;
  margin-top: 25px;
}
.top_category_list1 .icon {
  position: absolute;
  right: 10px;
  bottom: -15px;
}
.top_category_list1 .icon img {
  object-fit: contain;
  width: 70px;
  height: 140px;
}
@media only screen and (min-width: 769px) {
  .top_category .title-set2 {
    margin-top: 60px;
  }
  .top_category_in {
    padding: 100px 15px 240px;
  }
  .top_category::before {
    width: 448px;
    height: 165px;
    right: 0;
    top: 110px;
  }
  .top_category::after {
    width: 443px;
    height: 168px;
    left: 0;
    bottom: 130px;
  }
  .top_category_list1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
    margin-top: 50px;
  }
  .top_category_list1.top_category_list2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    margin-top: 40px;
  }
  .top_category_list1 a:hover .img img {
    transform: scale(1.08);
  }
  .top_category_list1 a .tx {
    top: 30px;
  }
  .top_category_list1 a p {
    font-size: 14px;
    margin-top: 35px;
  }
  .top_category_list1 .icon {
    position: absolute;
    right: 15px;
    bottom: -25px;
  }
  .top_category_list1 .icon img {
    width: 90px;
    height: 200px;
  }
  .top_category_list1.top_category_list2 .icon img {
    width: 110px;
    height: 200px;
  }
  .top_category_in .link_button1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .top_category_list1 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_category_list1:not(.top_category_list2) .item + .item {
    margin-top: 30px;
  }
  .top_category .title-set2 {
    margin-top: 40px;
  }
  .top_category_list1.top_category_list2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    margin-top: 40px;
  }
  .top_category::before {
    width: 180px;
    height: 68px;
    right: 0;
    top: 110px;
  }
  .top_category::after {
    width: 188px;
    height: 72px;
    left: 0;
    top: 1050px;
  }
  .top_category_in .link_button1 {
    margin-top: 30px;
  }
}


/* ボタン1 */
.link_button1 {
  text-align: center;
}
.link_button1 a {
  display: inline-block;
  font-weight: 700;
  padding: 5px;
  position: relative;
  font-size: 12px;
  min-width: 240px;
}
.link_button1 a:hover {
  opacity: 1;
}
.link_button1 a::after {
  content: "";
  display: block;
  border-right: 1px solid #26190F;
  border-bottom: 1px solid #26190F;
  width: 15px;
  height: 15px;
  bottom: 0;
  right: 0;
  position: absolute;
  transition-duration: .3s;
}
.link_button1 a:hover::after {
  border-color: #BB8D32;
}
.link_button1 a span {
  display: block;
  background: #26190F;
  color: #fff;
  transition-duration: .3s;
  padding: 15px;
  position: relative;
}

.link_button1 a span::before,
.link_button1 a span::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
}
.link_button1 a:hover span {
  background-color: #BB8D32;
}
.link_button1 a span::before{
  background: #fff;
  animation: bo002 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation-fill-mode: both;
}
.link_button1 a span::after{
  width: 0;
  background: #552825;
  animation: bo001 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation-fill-mode: both;
}
.link_button1 a:hover span::after{
  -webkit-animation: bo002 0.3s forwards;
  animation: bo002 0.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bo001 {
  0% {
    width: 15px;
  }
  100% {
    width: 0;
  }
}
@keyframes bo002 {
  0% {
    width: 0;
    right: calc(15px + 20px);
  }
  100% {
    width: 15px;
    right: 20px;
  }
}


@media only screen and (min-width: 769px) {
  .link_button1 a {
    font-size: 17px;
    min-width: 400px;
  }
  .link_button1 a span {
    padding: 20px;
  }
  .link_button1 a span::after {
    width: 15px;
  }
}

/* もっと見る */
.more_link a {
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.more_link a::before,
.more_link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #26190F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.more_link a::before{
  background: #26190F;
  animation: bo004 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation-fill-mode: both;
}
.more_link a::after{
  width: 0;
  background: #BB8D32;
  animation: bo003 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation-fill-mode: both;
}
.more_link a:hover::after{
  animation: bo004 0.3s forwards;
  animation-fill-mode: both;
}
@keyframes bo003 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes bo004 {
  0% {
    width: 0;
    left: -100%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}


@media only screen and (max-width: 768px) {
  .more_link a {
    font-size: 12px;
  }
}

/* トップ　レシピ */
.top_recipe {
  background: url("../img/top/top_ranking_bg.jpg") 0 center repeat;
}
.slider_wrap {
  background: #FDFAF5;
  position: relative;
}
.slider_wrap.icon::before {
  content: "";
  background: url("../img/top/fix_image2.png") center center no-repeat;
  background-size: contain;
  width: 73px;
  height: 67px;
  position: absolute;
  left: 80px;
  top: -45px;
  z-index: 2;
}
.slider_wrap .vertical-tl .en {
  color: #BB8D32;
  font-weight: 700;
}
.slider_wrap .sub {
  background: url("../img/ft_list_icon.svg") 0 center no-repeat;
  line-height: 2;
  font-weight: 700;
  padding-left: 52px;
  background-size: 32px auto;
  font-size: 20px;
  margin-bottom: 30px;
}

.top_slider .thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.top_slider .thumb img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  transition-duration: .6s;
}
#wplist-media.top_slider .thumb {
  position: relative;
  padding-bottom: 140%;
}
#wplist-media.top_slider .thumb img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#wplist-media.top_slider a:hover .thumb img {
  transform: translate(-50%,-50%) scale(1.08);
}
.top_slider .ttl {
  margin-top: 15px;
}
.top_slider a:hover {
  opacity: 1;
}
.top_slider a:hover .thumb img {
  transform: scale(1.08);
}
.top_slider .category span {
  background: #fff;
  border: 1px solid #26190F;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 10px;
  color: #26190F;
}
.top_slider .flex {
  align-items: center;
  justify-content: flex-start;
  gap: 5px 15px;
}
.top_control {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.top_control div.slide-arrow,
.top_control button {
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #26190F;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.top_control div.slide-arrow {
  cursor: pointer;
  display: inline-block;
}
.top_control div.slide-arrow:hover,
.top_control button:hover {
  background-color: #26190F;
}
.top_control div.prev-arrow,
.top_control button.prev-arrow {
  background-image: url("../img/top/slider_left.svg")
}
.top_control div.next-arrow,
.top_control button.next-arrow {
  background-image: url("../img/top/slider_right.svg")
}
.top_control div.prev-arrow:hover,
.top_control button.prev-arrow:hover {
  background-image: url("../img/top/slider_left_hover.svg")
}
.top_control div.next-arrow:hover,
.top_control button.next-arrow:hover {
  background-image: url("../img/top/slider_right_hover.svg")
}
@media only screen and (min-width: 1401px) {
  .top_recipe {
    padding-top: 30px;
  }
  .slider_wrap {
    border-top-left-radius: 30px;
    width: calc(50% + 680px);
    margin-left: auto;
    padding: 60px 0 100px 240px;
  }
  .slider_wrap .vertical-tl {
    position: absolute;
    top: 50px;
    left: 80px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .slider_wrap .vertical-tl .tl {
    font-size: 40px;
  }
  .slider_wrap .vertical-tl .en {
    font-size: 16px;
    padding-top: .5em;
    padding-left: .5em;
  }
  .slider_wrap .vertical-tl .en2 {
    display: none;
  }
  .top_slider .item {
    width: 350px;
    padding-right: 30px;
  }
  .top_control {
    position: absolute;
    top: 50px;
    right: 50%;
    transform: translate(500px,0);
  }
}
@media only screen and (max-width: 1400px) {
  .top_recipe {
    padding-top: 60px;
  }
  .slider_wrap {
    width: calc(100% - 25px);
    border-top-left-radius: 30px;
    margin-left: auto;
    padding: 60px 0 50px 25px;
  }
  .slider_wrap .vertical-tl .tl {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .slider_wrap .vertical-tl .en {
    font-size: 14px;
  }
  .slider_wrap .vertical-tl .en1 {
    display: none;
  }
  .slider_wrap .sub {
    padding-left: 32px;
    background-size: 20px auto;
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .top_slider .item {
    width: 310px;
    padding-right: 10px;
  }
  .top_slider .thumb img {
    height: 200px;
  }
  .top_slider .category span {
    font-size: 10px;
  }
  .top_slider .ttl {
    font-size: 12px;
    margin-top: 10px;
  }
  .top_control {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slider_wrap.icon::before {
    left: 25px;
  }
  .top_slider .item {
    width: 230px;
  }
  .top_slider .thumb img {
    height: 148px;
  }
  .top_control div.slide-arrow,
  .top_control button {
    width: 44px;
    height: 44px;
  }
  .top_slider .flex {
    gap: 3px 5px;
  }
}

/* スタッフ紹介 */
.top_staff_list {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.top_staff_list .item_image {
  overflow: hidden;
}
.top_staff_list .item_image img {
  height: 195px;
  width: 100%;
  object-fit: cover;
  transition-duration: .6s;
}
.top_staff_list a:hover {
  opacity: 1;
}
.top_staff_list a:hover .item_image img {
  transform: scale(1.08);
}
.top_staff_list .slick-dots {
  bottom: 0;
  position: relative;
}
.top_staff_list .slick-dots li,
.top_staff_list .slick-dots li button,
.top_staff_list .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.top_staff_list .slick-dots li button {
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  padding: 0;
}
.top_staff_list .slick-dots li:hover button,
.top_staff_list .slick-dots li.slick-active button {
  background: #222;
}
.top_staff_list .slick-dots li button:before {
  content: "";
}
.top_staff_list .prd_block {
  border-bottom: 1px solid #EAE2D5;
  padding: 10px 0;
}
.top_staff_list .stf_block {
  padding-top: 10px;
}
.top_staff_list .item_name {
  font-weight: 700;
}
.top_staff_list .item_price {
  font-weight: 700;
  color: #973300;
}
.top_staff_list .stf_info {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.top_staff_list .stf_info .ico {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.top_staff_list .stf_info .ico img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.top_staff_list .stf_info .name_box {
  flex: 1;
}
.top_staff_list .stf_info .name_box span {
  display: block;
}
.top_staff_list .stf_info .name_box span.name {
  font-weight: 700;
  font-size: 11px;
}
.top_staff_list .stf_info .name_box span.store_name {
  color: #BB8D32;
  font-size: 10px;
  margin-top: 5px;
}
.top_staff .top_category_in::after {
  content: none;
}
@media only screen and (min-width: 769px) {
  .top_staff_list {
    margin-top: 50px;
  }
  .staff_slider .item {
    padding: 0 10px;
  }
  .top_staff_list .item_image img {
    height: 335px;
  }
  .top_staff_list .stf_info {
    gap: 0 20px;
  }
  .top_staff_list .slick-dots {
    margin-top: 55px;
  }
  .top_staff_list .slick-dots li {
    margin: 0 7px;
  }
  .top_staff_list .prd_block {
    padding: 20px 0;
  }
  .top_staff_list .stf_block {
    padding-top: 20px;
  }
  .top_staff_list .stf_info .ico img {
    width: 50px;
    height: 50px;
  }
  .top_staff_list .item_name {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .top_staff_list .item_price .inter {
    font-size: 17px;
  }
  .top_staff_list .item_price .tax {
    font-size: 12px;
  }
  .top_staff_list .comment {
    font-size: 12px;
    margin-top: 20px;
  }
  .top_staff_list .stf_info .name_box span.name {
    font-size: 13px;
  }
  .top_staff_list .stf_info .name_box span.store_name {
    font-size: 11px;
  }
  .top_staff .top_category_in {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .top_staff_list .item_name {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .top_staff_list .item_price .inter {
    font-size: 15px;
  }
  .top_staff_list .item_price .tax {
    font-size: 10px;
  }
  .top_staff_list .comment {
    font-size: 10px;
    margin-top: 10px;
  }
  .top_staff_list {
    margin-top: 35px;
  }
  .staff_slider .item {
    padding: 0 5px;
  }
  .top_staff_list .slick-dots {
    margin-top: 30px;
  }
}


/* トップ　ギフト */
.wide_area {
  position: relative;
}
.wide_area::before {
  content: "";
  background: url("../img/top/top_gift_icon.png") center center no-repeat;
  background-size: contain;
  width: 123px;
  height: 138px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.wide_area .item {
  overflow: hidden;
  color: #fff;
  position: relative;
}
.wide_area .gift {
  background: #552825;
}
.wide_area .biz {
  background: #0F1C22;
}
.wide_area .inn {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wide_area .tx {
  display: flex;
}
.wide_area .tx .vertical p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.wide_area .tl {
  font-weight: 700;
  position: relative;
}
.group_awaya .tl::after,
.group_image_text .tl::after,
.wide_area .tl::after {
  background: #CA9D03;
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.group_awaya .link_button1,
.wide_area .link_button1 {
  text-align: left;
}
.group_awaya .link_button1 a,
.wide_area .link_button1 a {
  text-align: center;
}
.group_awaya .link_button1 a span,
.wide_area .link_button1 a span {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.group_awaya .link_button1 a::after,
.wide_area .link_button1 a::after {
  border-color: #fff;
}
.group_awaya .link_button1 a:hover span,
.wide_area .link_button1 a:hover span {
  background: #fff;
  color: #26190F;
  border: 1px solid #26190F;
}
.group_awaya .link_button1 a:hover span::after,
.wide_area .link_button1 a:hover span::after {
  background: #26190F;
}
@media only screen and (min-width: 1001px) {
  .wide_area .item {
    padding: 90px 20px;
  }
  .wide_area .inn {
    min-height: 520px;
    position: relative;
    z-index: 1;
  }
  .wide_area .tx {
    gap: 0 60px;
    max-width: 500px;
    width: calc(50% - 40px);
  }
  .wide_area .item:nth-child(odd) .tx {
    margin-left: auto;
  }
  .wide_area .tx .horizon {
    padding-top: 70px;
  }
  .wide_area .tx .vertical p {
    font-size: 40px;
  }
  .wide_area .tl {
    padding-bottom: 35px;
    margin-bottom: 35px;
    font-size: 20px;
  }
  .wide_area .link_button1 {
    margin-top: 48px;
  }
  .wide_area .link_button1 a {
    min-width: 310px;
    font-size: 15px;
  }
  .wide_area .inn > .link_button1 {
    display: none;
  }
  .wide_area .item .image {
    overflow: hidden;
    border-radius: 6px;
  }
  .wide_area .item .image img {
    height: 520px;
    max-width: 900px;
    object-fit: cover;
  }
  .wide_area .item:nth-child(odd) .image {
    position: absolute;
    top: 50%;
    left: calc(50% - 430px);
    transform: translate(-50%,-50%);
  }
  .wide_area .item:nth-child(even) .image {
    position: absolute;
    top: 50%;
    right: calc(50% - 430px);
    transform: translate(50%,-50%);
  }
  .wide_area .inn::before {
    content: "";
    width: 415px;
    height: 415px;
    top: 50%;
    position: absolute;
  }
  .wide_area .gift .inn::before {
    background: url("../img/top/top_gift_bg.png") center center no-repeat;
    background-size: contain;
    right: 0;
    transform: translate(50%,-50%);
  }
  .wide_area .biz .inn::before {
    background: url("../img/top/top_biz_bg.png") center center no-repeat;
    background-size: contain;
    left: 0;
    transform: translate(-50%,-50%);
  }
  .wide_area::before {
    margin-left: -40%;
  }
}
@media only screen and (max-width: 1000px) {
  .wide_area::before {
    width: 70px;
    height: 80px;
    left: 10px;
    transform: translate(0,-50%);
  }
  .wide_area .item {
    padding: 50px 0 70px;
  }
  .wide_area .item .image {
    overflow: hidden;
    border-radius: 6px;
    max-width: 900px;
    width: calc(100% - 25px);
    margin-bottom: 30px;
  }
  .wide_area .item:nth-child(odd) .image {
    margin-right: auto;
  }
  .wide_area .item:nth-child(even) .image {
    margin-left: auto;
  }
  .wide_area .inn {
    padding: 0 25px;
  }
  .wide_area .tx {
    gap: 23px;
    justify-content: center;
  }
  .wide_area .tx .vertical p {
    font-size: 25px;
  }
  .wide_area .tl {
    padding-bottom: 28px;
    margin-bottom: 28px;
    font-size: 14px;
  }
  .wide_area .sub {
    font-size: 13px;
  }
  .wide_area .link_button1 {
    margin-top: 34px;
    text-align: center;
  }
  .wide_area .link_button1 a {
    min-width: 250px;
    font-size: 12px;
  }
  .wide_area .tx .vertical {
    min-width: 34px;
  }
  .wide_area .tx .horizon {
    padding-top: 15px;
    flex: 1;
  }
  .wide_area .tx .horizon .link_button1 {
    display: none;
  }
  .wide_area .gift .inn {
    background: url("../img/top/top_gift_bg.png") center center no-repeat;
    background-size: 80% auto;
  }
  .wide_area .biz .inn {
    background: url("../img/top/top_biz_bg.png") center center no-repeat;
    background-size: 80% auto;
  }
}


/* ティッカー */
.tit_slider_wrap {
  padding: 60px 0;
  background: url("../img/top/top_ranking_bg.jpg");
  position: relative;
}
.tit_slider_item_in {
  display: flex;
}
.tit_slider_item_in p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url("../img/top/tit_slider_item_tx.svg") center 0 no-repeat;
  padding-top: 32px;
}
.tit_slider_item {
  padding: 0 25px;
}
.tit_icon {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-30%);
}
@media only screen and (min-width: 769px) {
  .tit_slider_wrap {
    padding: 110px 0;
  }
  .tit_slider_item_in {
    gap: 0 14px;
  }
  .tit_slider_item_in p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .tit_slider_item {
    padding: 0 10px;
    width: 340px;
  }
  .tit_slider_item_in p {
    font-size: 11px;
    background-size: 12px 12px;
    padding-top: 25px;
  }
  .tit_icon {
    transform: translate(-50%,-40%);
  }
  .tit_icon .mark img {
    width: 80px;
  }
  .tit_icon .icon img {
    width: 60px;
  }
  .tit_slider_item_in {
    gap: 0 10px;
  }
  .tit_slider_item_in .img {
    flex: 1;
  }
}

/* 松合食品とは */
.top_about {
  padding-bottom: 110px;
  background: url("../img/top/top_ranking_bg.jpg");
}
.top_about_in {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.tl_area {
  font-weight: 700;
}
.about_list {
  text-align: center;
}
.about_list p {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .tl_area {
    display: flex;
    gap: 0 20px;
    margin-bottom: 60px;
  }
  .tl_area .tl {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .tl_area .sub {
    font-size: 16px;
  }
  .tl_area .right,
  .tl_area .left {
    flex: 1;
  }
  .tl_area .right {
    font-size: 18px;
  }
  .top_about_in .title-set2 {
    margin-top: 70px;
  }
  .top_about_in .title-set2::before,
  .top_about_in .title-set2::after {
    width: calc(50% - 6em);
  }
  .about_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    margin-top: 50px;
  }
  .about_list p {
    font-size: 17px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top_about {
    padding: 0 15px 60px;
  }
  .tl_area {
    margin-bottom: 50px;
  }
  .top_about .tl_area {
    text-align: center;
  }
  .tl_area .tl {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .tl_area .sub {
    font-size: 12px;
  }
  .tl_area .right {
    font-size: 13px;
    margin-top: 25px;
  }
  .top_about_in .title-set2 {
    margin-top: 50px;
  }
  .top_about_in .title-set2::before,
  .top_about_in .title-set2::after {
    width: calc(50% - 6em);
  }
  .about_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-top: 40px;
  }
  .about_list p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .tl_area .right {
    font-size: 11px;
  }
}

/* お知らせ */
.news_img {
  display: none;
}
.top_news .more_link {
  text-align: center;
}
.top_news_list {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
.news_item a {
  border-bottom: 1px dotted #26190F;
  display: block;
}
.news_item a:hover {
  color: #26190F;
}
.news_item a:hover .news_title {
  color: #BB8D32;
}
.news_cate .cat {
  background: #fff;
  border: 1px solid #26190F;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  margin-right: 5px;
}
.news_date {
  line-height: 1;
  border-right: 1px solid #26190F;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
}
.top_slider .date {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .top_news .top_category_in {
    padding-bottom: 180px;
  }
  .news_item a {
    padding: 25px 0;
  }
  .news_title {
    margin-top: 20px;
  }
  .top_news_list {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top_news_list {
    padding: 25px 0 50px;
  }
  .news_cate .cat {
    font-size: 10px;
    padding: 2px 8px;
  }
  .top_slider .date,
  .news_date {
    font-size: 11px;
  }
  .news_item a {
    padding: 15px 0;
  }
  .news_title {
    font-size: 12px;
    margin-top: 10px;
  }
  .top_news.top_category::after {
    width: 188px;
    height: 72px;
    left: 0;
    top: auto;
    bottom: 30px;
  }
}

/* 読み物 */
.top_posts {
  background: url("../img/top/top_ranking_bg.jpg");
}
.top_media .slider_wrap {
  border-top-left-radius: 0;
  margin-top: 1px;
}
@media only screen and (min-width: 1401px) {
  .top_posts .slider_wrap {
    padding-bottom: 80px;
  }
}

/* Instagram */
.top_instagram .top_category_in::after {
  content: none;
}
.top_instagram .title-set1::before {
  content: none;
}
.top_instagram .sub {
  font-weight: 700;
  margin-top: 15px;
  font-size: 12px;
}
.top_insta_list {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.insta_item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.insta_item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instaWrapper ul .captionTxt,
#instaWrapper ul .like_count {
  display: none;
}
#instaWrapper ul a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
#instaWrapper ul a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media only screen and (min-width: 769px) {
  .top_instagram .sub {
    margin-top: 30px;
    font-size: 18px;
  }
  .top_instagram .top_category_in {
    padding-bottom: 110px;
  }
  #instaWrapper ul,
  .insta_inn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
  .top_insta_list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #instaWrapper ul,
  .insta_inn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
  .top_insta_list {
    margin-top: 30px;
  }
  #instaWrapper ul li:nth-child(n+9),
  .insta_item:nth-child(n+9) {
    display: none;
  }
}


/* 営業所 */
.top_office {
  background: url("../img/top/fix_bg.jpg") center 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.top_office .link_button1 a {
  min-width: 310px;
}
.top_office .link_button1 a span {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.top_office .link_button1 a::after {
  border-color: #fff;
}
.top_office .link_button1 a:hover span {
  background: #fff;
  color: #26190F;
}
.top_office .link_button1 a:hover span::after {
  background: #26190F;
}
.top_office_in .tx .cont {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .top_office {
    background-attachment: fixed;
  }
  .top_office {
    padding: 120px 15px;
  }
  .top_office > .link_button1 {
    display: none;
  }
  .top_office_in {
    align-items: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top_office_in .link_button1 {
    text-align: left;
  }
  .top_office_in .link_button1 a {
    text-align: center;
  }
  .top_office_in .tx {
    flex: 1;
  }
  .top_office_in .tx .tl {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .top_office_in .tx .en,
  .top_office_in .tx .cont {
    font-size: 16px;
  }
  .top_office_in .tx .en {
    margin-bottom: 50px;
  }
  .top_office_in .tx .cont {
    margin-bottom: 60px;
    line-height: 2;
  }
  .top_office_in .img {
    max-width: 464px;
    width: 40%;
  }
  .top_office .link_button1 a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top_office {
    padding: 50px 1px;
    text-align: center;
  }
  .top_office_in .tx .tl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .top_office_in .tx .en {
    display: none;
  }
  .top_office_in .tx .cont {
    font-size: 13px;
    line-height: 1.6;
  }
  .top_office_in .link_button1 {
    display: none;
  }
  .top_office_in .img {
    max-width: 276px;
    width: 90%;
    margin: 50px auto;
  }
}


/* フローティング */
.float_menu {
  position: fixed;
  z-index: 10;
}
.float_menu .item {
  border-radius: 4px 0 0 4px;
  background: #fff;
}
.float_menu .item a {
  border: 1px solid #26190F;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.float_menu .item a img {
  width: 100%;
  height: auto;
}
.float_menu .item.item1 a {
  background-color: #F5F1E6;
}
.float_menu .item.item2 a {
  background-color: #A1211E;
}
.float_menu .item.item3 a {
  background-color: #183158;
}

.float_banner.true,
.float_banner.active {
  display: none !important;
}
.float_banner .close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  margin-left: auto;
  cursor: pointer;
  transition-duration: .3s;
}
.float_banner .close img {
  height: auto;
}
.float_banner .close:hover {
  opacity: .7;
}
.float_banner {
  position: fixed;
  z-index: 10;
}
.float_banner .img {
  background: #fff;
}
.float_banner .img img {
  width: 100%;
  height: auto;
}
.float_banner .img a {
  background: rgb(155,49,7);
  background: linear-gradient(0deg, rgba(155,49,7,1) 0%, rgba(155,49,7,1) 33%, rgba(170,48,0,1) 33%, rgba(170,48,0,1) 100%);
  display: block;
}
@media only screen and (min-width: 1025px) {
  .float_menu {
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .float_menu .item {
    width: 58px;
    margin-left: auto;
    transition-duration: .3s;
  }
  .float_menu .item a {
    border-radius: 4px 0 0 4px;
    padding: 15px 0;
    width: 100%;
  }
  .float_menu .item:hover {
    width: 68px;
  }
  .float_menu .item a:hover {
    opacity: 1;
  }
  .float_menu .item + .item {
    margin-top: 10px;
  }
  .float_banner .close {
    width: 28px;
    height: 28px;
  }
  .float_banner .close img {
    width: 10px;
  }
  .float_banner {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }
  .float_banner .img a {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .float_menu {
    display: flex;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .float_menu .item {
    width: 38%;
  }
  .float_menu .item a {
    border: none;
    border-top: 1px solid #26190F;
    height: 50px;
  }
  .float_menu .item a img {
    width: 100%;
    object-fit: contain;
  }
  .float_menu .item.item1 a img {
    height: 15px;
  }
  .float_menu .item.item2 a img {
    height: 20px;
  }
  .float_menu .item.item3 {
    width: 24%;
  }
  .float_menu .item.item3 a img {
    height: 17px;
  }
  .float_banner .close {
    width: 18px;
    height: 18px;
  }
  .float_banner .close img {
    width: 8px;
  }
  .float_banner {
    right: 1%;
    bottom: 60px;
    width: 180px;
  }
  .float_banner a {
    padding: 10px 12px;
  }
  .float_banner.transform {
    display: none !important;
  }
}


/* フェードアニメーション */
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 1s;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}



/* 商品グループヘッダー */
.group_head {
  position: relative;
  background: url("../img/top/top_banner_bg.jpg") center 0 repeat;
}
.group_text {
  position: relative;
  z-index: 2;
}
.group_journal,
.group_ranking {
  position: relative;
  background: url("../img/top/top_banner_bg.jpg") center 0 repeat;
  padding-top: 125px;
}
.group_journal::after,
.group_ranking::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: url("../img/top/fix_design.png") center bottom;
  z-index: 1;
}
.fs-body-product .group_journal::after {
  background-color: #FFFDFA;
}
@media only screen and (min-width: 769px) {
  .group_head_in {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .group_head_in {
    padding: 0 15px 20px;
  }
  .group_journal,
  .group_ranking {
    padding-top: 24px;
  }
  .group_journal::after,
  .group_ranking::after {
    height: 24px;
    background-size: auto 100%;
  }
}

/* グループ見出し */
.group_headline {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.matsuai.com/blog/wp-content/themes/matsuai/assets_d/img/cateList-banner.jpg) center center no-repeat;
  background-size: cover;
  height: 64vw;
  position: relative;
}
.group_headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
}
.group_headline span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  z-index: 2;
}
.group_headline span::before {
  display: block;
  content: "";
  background: url(https://matsuai.itembox.design/item/assets/img/group_head_icon.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 801px) {
  .group_headline {
    background-size: cover;
    height: 500px;
  }
  .group_headline span {
    font-size: 45px;
  }
  .group_headline span::before {
    width: 32px;
    height: 32px;
  }
}

/* 鳥 */
.group_ranking::before {
  content: "";
  position: absolute;
  top: 0;
  width: 108px;
  height: 122px;
  background: url("../img/top/fix_image.png") center center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 1301px) {
  .group_ranking::before {
    right: 50%;
    transform: translate(600px, 25%);
  }
}
@media only screen and (max-width: 1300px) {
  .group_ranking::before {
    right: 15px;
    transform: translate(0, 25%);
  }
}
@media only screen and (max-width: 768px) {
  .group_ranking::before {
    width: 60px;
    height: 70px;
  }
}

/* グループ説明 */

/* 画像（左）テキスト */
.group_text_top {
  text-align: center;
}
.group_text_top p.tl {
  font-weight: 700;
}
.group_image_text {
  background: #FFFDFA;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #EAE2D5;
  border-radius: 4px;
}
.group_image_text .tl {
  font-weight: 700;
  position: relative;
}
.group_image_text .sub {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .group_text_top p {
    font-size: 18px;
    line-height: 1.88;
  }
  .group_text_top p.tl {
    font-size: 35px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
  .group_image_text {
    margin-top: 60px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 0 50px;
  }
  .group_image_text .text {
    flex: 1;
  }
  .group_image_text .image {
    max-width: 45%;
  }
  .group_image_link .group_image_text .image {
    max-width: 180px;
  }
  .group_image_text .tl {
    font-size: 26px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .product_detail_in .group_image_text .tl {
    font-size: 26px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .group_image_text .sub {
    font-size: 17px;
    line-height: 1.8;
  }
  .group_image_text p + p {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .group_image_text {
    max-width: 500px;
    margin-top: 40px;
    padding: 5%;
  }
  .group_text_top p {
    font-size: 14px;
    line-height: 1.88;
  }
  .group_text_top p.tl {
    font-size: 20px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
  
  .group_image_text p {
    font-size: 13px;
  }
  .group_image_text .tl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .group_image_text .tl::after {
    left: 50%;
    margin-left: -20px;
  }
  .product_detail_in .group_image_text .tl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product_detail_in .group_image_text .tl::after {
    left: 50%;
    margin-left: -20px;
  }
  .group_image_text .sub {
    font-size: 14px;
    text-align: center;
  }
  .group_image_text p {
    text-align: center;
  }
  .group_image_text p + p {
    margin-top: 15px;
  }
}


/* 横並び */
.group_image2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.group_image2_item .name {
  text-align: center;
  font-weight: 700;
}
.group_image2 img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .group_image2 {
    margin-top: 60px;
    display: flex;
    gap: 0 40px;
  }
  .group_image2_item {
    flex: 1;
  }
  .group_image2_item .name {
    font-size: 22px;
  }
  .group_image2_item p {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .group_image2 {
    margin-top: 40px;
    max-width: 500px;
    padding: 5%;
  }
  .group_image2_item + .group_image2_item {
    margin-top: 50px;
  }
  .group_image2_item p {
    font-size: 13px;
    margin-top: 15px;
  }
  .group_image2_item .name {
    font-size: 16px;
  }
}

/* 阿波屋セレクション */
.group_awaya {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #552825;
  color: #fff;
}
.group_awaya .tl {
  font-weight: 700;
  position: relative;
}
.group_awaya .sub {
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .group_awaya {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px;
    gap: 0 40px;
  }
  .group_awaya .text {
    flex: 1;
  }
  .group_awaya .image {
    max-width: 45%;
  }
  .group_awaya .tl {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .group_awaya .sub {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .group_awaya .link_button1 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .group_awaya {
    margin-top: 50px;
    padding: 5% 5% 10%;
  }
  .group_awaya .text {
    margin-top: 20px;
  }
  .group_awaya .tl {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .group_awaya .tl::after {
    left: 50%;
    margin-left: -20px;
  }
  .group_awaya .sub {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
  }
  .group_awaya .sub2 {
    font-size: 13px;
	font-weight: 300;
  }
  .group_awaya .text p {
    text-align: center;
  }
  .group_awaya .link_button1 {
    margin-top: 40px;
    text-align: center;
  }
}


/* 商品一覧ページャー */
.fs-c-productList__controller:first-child {
  flex-direction: row-reverse;
  border-bottom: 1px solid #EAE2D5;
  padding-bottom: 20px;
}
.fs-c-productList__controller:first-child .fs-c-listControl {
  justify-content: flex-start;
}
.fs-c-productList__controller:first-child .fs-c-pagination {
  display: none;
}

.fs-c-productList__controller:last-child {
  border-top: 1px solid #EAE2D5;
  padding-top: 20px;
}
.fs-c-productList__controller:last-child .fs-c-listControl {
  justify-content: space-between;
}
.fs-c-productList__controller:last-child .fs-c-sortItems {
  display: none;
}
.fs-body-product,
.fs-body-search,
.fs-body-category {
  background: url("../img/top/top_banner_bg.jpg") center 0 repeat;
}
.fs-body-product .top_category_in::after,
.fs-body-search .top_category_in::after,
.fs-body-category .top_category_in::after {
  content: none;
}
@media only screen and (min-width: 769px) {
  .fs-body-product .top_category_in,
  .fs-body-search .top_category_in,
  .fs-body-category .top_category_in {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-body-product .top_category_in,
  .fs-body-search .top_category_in,
  .fs-body-category .top_category_in {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .fs-body-search .fs-c-productList {
    margin-top: 0;
  }
  .fs-body-search .group_text_top {
    display: none;
  }
}


/* 商品一覧おすすめ */
.group_recommend .top_ranking {
  background: none;
}
.group_recommend .title-set2::before,
.group_recommend .title-set2::after {
  width: calc(50% - 7em);
}
.group_recommend .top_ranking .slick-slide .fs-c-productListItem__image a::before {
  content: none;
}
.group_search {
  background: url("../img/group/search_fix_image.jpg") center 0 no-repeat;
  background-size: cover;
}
.group_search .search_modal_wrap {
  max-width: 1200px;
  padding-bottom: 0;
}
.group_search .ppSearch_inner {
  margin-left: auto;
  margin-right: auto;
}
.group_search .ppSearch_inner form {
  background: #fff;
  background: url(../img/header_menu_bg.jpg) center center repeat;
}
.fs-body-top .group_search {
  display: none;
}
@media only screen and (min-width: 769px) {
  .group_search {
    background-attachment: fixed;
  }
  .group_search .ppSearch_inner {
    padding: 100px 30px;
  }
  .group_search .ppSearch_inner form {
    padding: 60px 50px;
	border-radius: 2rem;  
  }
}
@media only screen and (max-width: 768px) {
  .group_recommend {
    margin-top: 40px;
  }
  .group_search .ppSearch_inner {
    padding: 5%;
  }
  .group_search .ppSearch_inner form {
    display: block;
    padding: 5%;
    margin: 0 auto;
    border-radius: 1rem;
  }
}


/* 商品詳細 */
.fs-body-product .fs-c-featuredProduct__header {
  display: none;
}
.review_parts {
  max-width: 1200px;
  margin: 0 auto;
}
.review_parts .fs-c-productReview {
  background: #fff;
  border: 1px solid #EAE2D5;
  border-radius: 4px;
}
.review_point {
  font-size: 12px;
  margin-bottom: 10px;
}
.fs-c-productPostage {
  margin-bottom: 10px;
}
.review_point .rating {
  font-size: 18px;
  margin-left: 1em;
}
.review_point .count {
  font-weight: 700;
}
.review_point a {
  text-decoration: underline;
  font-weight: 700;
}
.go_cart {
  max-width: 92%;
  margin: 30px auto 0;
  width: 400px;
}
.go_cart a {
  display: flex;
  color: #fff;
  justify-content: center;
  height: 60px;
  align-items: center;
}
.go_cart a,
.fs-body-product .fs-c-button--addToCart--detail {
  background: #9B3107;
  border: none;
  font-family: "Zen Old Mincho", serif;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.go_cart a:hover,
.fs-body-product .fs-c-button--addToCart--detail:hover {
  background: #BC3C0A;
  opacity: 1.0;
}
.go_cart a::before,
.fs-body-product .fs-c-button--addToCart--detail::before {
  content: "";
  background: url("../img/icon-cart.svg") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.fs-body-product .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #221811;
  border-radius: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "Zen Old Mincho", serif;
}
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after,
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  margin-left: 0;
}
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #bf0000;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #bf0000;
}
.fs-body-product .fs-c-productQuantityAndWishlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
}
.product_cart_parts.transform {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  z-index: 6;
  min-height: 90px;
}
.fs-body-product .fs-c-productQuantityAndWishlist,
.fs-body-product .fs-c-buttonContainer {
  max-width: 600px;
  margin: 0 auto;
}
.fs-body-product .product_cart_parts.transform .fs-c-button--addToCart--detail::before,
.fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.product_cart_parts.transform .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}
@media only screen and (min-width: 769px) {
  .review_area {
    padding: 100px 20px;
  }
  .review_parts .fs-c-productReview {
    padding: 50px;
    margin-top: 50px;
  }
  .fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
  .fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail {
    width: calc(50% - 5px);
    margin-left: auto;
    transform: translate(0,100%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .fs-body-product .fs-c-button--addToCart--detail {
    width: calc(50% - 5px);
    margin-right: auto;
  }
  
  .product_banner.smp {
    display: none;
  }
  .product_banner {
    margin-top: 50px;
  }
  .product_banner_item + .product_banner_item {
    margin-top: 20px;
  }
  
  .before_sale {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .product_cart_parts.transform {
    bottom: 50px;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .review_area {
    padding-top: 40px;
  }
  .product_banner.pc {
    display: none;
  }
  .product_banner {
    margin-top: 30px;
  }
  .product_banner_item + .product_banner_item {
    margin-top: 10px;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist {
    gap: 20px 0;
  }
  .fs-body-product .fs-c-button--addToCart--detail {
    margin-top: 10px;
  }
  .review_parts {
    padding: 0 15px;
  }
  .review_parts .fs-c-productReview {
    padding: 20px 15px 40px;
    margin-top: 30px;
  }
  .fs-c-productReview__allReviews,
  .fs-c-productReview__addReview {
    margin-top: 15px;
  }
  
  .product_cart_parts.transform {
    padding: 10px;
    min-height: 70px;
  }
  .fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
  .fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-body-product .product_cart_parts.transform .fs-c-button--addToCart--detail {
    font-size: 13px;
    height: 50px;
    margin: 0;
    min-width: 0;
    transition-duration: 0s;
  }
  .fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    gap: 0 5px;
  }
  .fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
  .fs-body-product .product_cart_parts.transform .fs-c-button--particular.fs-c-button--addToWishList--detail {
    width: calc(50% - 5px);
    margin-left: auto;
    transform: translate(0,100%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .fs-body-product .product_cart_parts.transform .fs-c-button--addToCart--detail {
    width: calc(50% - 5px);
    margin-right: auto;
  }
}
@media only screen and (max-width: 350px) {
  .review_parts {
    padding: 0 10px;
  }
  .review_parts .fs-c-productReview {
    padding: 20px 10px 30px;
  }
  .fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
  .fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .go_cart a, .fs-body-product .fs-c-button--addToCart--detail {
    font-size: 14px;
  }
}

/* アコーディオン */
.ac_item {
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
}
.ac_button {
  cursor: pointer;
  padding: 20px 15px;
  position: relative;
  font-size: 16px;
}
.ac_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("../img/search_icon1.svg") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transition-duration: .3s;
}
.ac_button.active::after {
  transform: translate(0,-50%) rotate(180deg);
}
.ac_content {
  display: none;
  padding: 15px;
  border-top: 1px dashed #D1D1D1;
}
.spec_table table {
  width: 100%;
  border-collapse: collapse;
}
.spec_table th,
.spec_table td {
  border: 1px solid #EDEAEA;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}
.spec_table th {
  font-weight: 400;
  background: #F7F5F2;
  width: 30%;
}
.ac_content .sub {
  margin-top: 1em;
  font-size: 11px;
}
@media only screen and (min-width: 769px) {
  .ac_button {
    padding: 20px;
    font-size: 16px;
  }
  .ac_content {
    padding: 30px;
  }
  .spec_table th,
  .spec_table td {
    padding: 10px 20px;
    font-size: 13px;
  }
  .ac_content .sub {
    font-size: 14px;
  }
  .ac_item {
    margin-top: 20px;
  }
}


/* カート下テキスト */
.amazake {
  margin-bottom: 20px;
}
.amazake a {
  color: #c14101;
  text-decoration: underline;
  font-size: 14px;
  text-underline-offset: 3px;
}
.cart_bottom {
  margin-top: 20px;
  font-size: 12px;
}
.review_present {
  font-weight: 700;
  color: #C14100;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
.sns_link {
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
}
.social_list {
  display: flex;
  justify-content: center;
}
.social_list li {
  position: relative;
}
.social_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231810;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.url-copied {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%,100%);
  background: rgba(0,0,0,.5);
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
}
.cart_banner {
  margin-top: 30px;
}
.card_image {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .amazake {
    margin-bottom: 40px;
  }
  .amazake a {
    font-size: 16px;
  }
  .cart_bottom {
    line-height: 1.85;
    font-size: 14px;
    margin-top: 30px;
  }
  .review_present {
    font-size: 16px;
    margin-top: 40px;
  }
  .sns_link {
    padding: 20px;
    margin-top: 35px;
  }
  .social_list {
    gap: 0 18px;
  }
  .cart_banner {
    margin-top: 50px;
  }
  .card_image {
    margin-top: 28px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .sns_link {
    padding: 20px 10px;
    margin-top: 25px;
  }
  .social_list {
    gap: 0 10px;
  }
  .social_list li a {
    width: 30px;
    height: 30px;
  }
}

.contact_area {
  gap: 0 10px;
}
.contact_area .review_write,
.contact_area .fs-c-inquiryAboutProduct {
  flex: 1;
  text-align: center;
}

.contact_area .review_write a,
.contact_area .fs-c-inquiryAboutProduct button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  height: 46px;
  background: #fff;
  border: 1px solid #1A1A1A;
}
.contact_area .review_write a:hover, 
.contact_area .fs-c-inquiryAboutProduct button:hover {
  background: #1A1A1A;
  color: #fff;
  opacity: 1.0;
}
@media only screen and (min-width: 769px) {
  .contact_area {
    display: flex;
    margin: 30px 0;
  }
  .contact_area .review_write a,
  .contact_area .fs-c-inquiryAboutProduct button {
    font-size: 15px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_area {
    margin-top: 30px;
  }
  .review_write {
    margin-bottom: 10px;
  }
  .cart_bottom2 {
    margin-top: 25px;
  }
}


/* 商品説明 */
.fs-body-product .fs-l-productLayout {
  gap: 0;
}
.product_detail {
  background: #FFFDFA;
  padding-left: 15px;
  padding-right: 15px;
}
.product_detail .title-set2 {
  max-width: none;
  transform: translate(0,-50%);
  margin-left: -15px;
  margin-right: -15px;
}
.product_detail_in {
  max-width: 900px;
  margin: 0 auto;
}
.product_detail_in .bold {
  font-weight: 700;
}
.product_detail_in .center {
  text-align: center;
}
.product_detail_in .red {
  color: #C14100;
}
.product_detail_in .brown {
  color: #B18225;
}
.product_detail_in .detail_text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product_detail_in .detail_text a {
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 5px;
}
.product_detail_in .detail_text a:hover {
  text-decoration: none;
}
.product_detail_in .detail_text .award p {
  color: #fff;
  padding: 1em;
}
.product_detail_in .detail_text .award p.color1 {
  background-color: #183258;
}
.product_detail_in .detail_text .award p.color2 {
  background-color: #A1211E;
}
.product_detail_in .detail_text.index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:  0;
}
.product_detail_in .detail_text.index .cont {
  text-align: left;
}
.product_detail_in .detail_text.index .index_tl {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.product_detail_in .text-green {
  color: #289ca1;
}
.product_detail_in .text-pink {
  color: #A1211E;
}
.product_detail_in .text-blue {
  color: #183258;
}
.product_detail_in .frame {
  background-color: #FFFFFF;
  border: 1px solid #EAE2D5;
  border-radius: 4px;
}
.product_detail_in .used .tl {
  position: relative;
  padding-bottom: 15px;
}
.product_detail_in .used .tl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(38, 25, 15);
  background: linear-gradient(90deg, rgba(38, 25, 15, 1) 0%, rgba(38, 25, 15, 1) 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.detail_list_image {
  align-items: center;
  display: flex;
  padding: 15px;
  border: 1px solid #EAE2D5;
  gap: 0 15px;
}
.detail_list_image .image {
  width: 30%;
}
.detail_list_image .text {
  flex: 1;
}
.detail_image.center .image img {
  margin-left: auto;
  margin-right: auto;
}
.detail_list.col2 {
  display: flex;
  gap: 0 15px;
}
.detail_list_left {
  flex: 1;
}
.detail_list_right {
  width: 30%;
  max-width: 200px;
}
.product_detail_in .set_item > .tl {
  font-weight: 600;
}
.product_detail_in .tl:last-child {
  margin-bottom: 0 !important;
}
.product_detail_in .detail_text.index.padding-min {
  padding-top: 5px;
}

@media only screen and (min-width: 769px) {
  .product_detail {
    margin-top: 140px;
    padding-bottom: 100px;
  }
  .detail_text {
    margin-top: 30px;
  }
  .product_detail_in .tl {
    font-size: 30px;
    margin-bottom: 35px;
	margin-top: 10px
  }
  .product_detail_in .frame .tl {
    margin-bottom: 25px;
  }
  .product_detail_in .set_item_list .tl {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .product_detail_in .set_item_list .sub {
    font-size: 15px;
    margin-top: 15px;
  }
  .product_detail_in .set_item_list.column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .product_detail_in .set_item_list.column2 .group_image_text {
    margin-top: 0;
  }
  .product_detail_in .set_item_list.column2 .group_image_text {
    padding: 15px 20px;
    gap: 0 25px;
  }
  .detail_list {
    margin-top: 30px;
    padding: 30px 0;
  }
  .product_detail_in .detail_list_item + .detail_list_item {
    margin-top: 30px;
  }
  .detail_list_image {
    margin-top: 20px;
  }
  .product_detail_in .detail_list_item .tl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product_detail_in .detail_image2 .tl {
    font-size: 20px;
  }
  .product_detail_in .detail_image2 .image + .image {
    margin-top: 15px;
  }
  .detail_text .image + p,
  .detail_text p + p {
    margin-top: 1.5em;
  }
  .product_detail_in .frame {
    padding-left: 40px;
    padding-right: 40px;
  }
  .detail_text.used p {
    text-align: center;
  }
  .detail_text.used p:not(.tl) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product_detail_in .detail_text .award p {
    font-size: 18px;
  }
  .product_detail_in .group_image_text {
    margin-top: 35px;
    padding: 24px 40px;
	background-color: #FFFFFF;
  }
  .group_image_link .product_detail_in .group_image_text {
    padding: 20px 40px;
  }
  .set_item {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .product_detail_in .set_item.osusume .tl {
    margin-bottom: 0;
  }
  .product_detail_in .set_item.osusume .group_image_text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .detail_text {
    margin-top: 20px;
  }
  .product_detail_in .tl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product_detail_in .frame .tl {
    margin-bottom: 15px;
  }
  .product_detail_in .set_item_list .tl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product_detail_in .set_item_list .sub {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_detail_in .detail_list_item + .detail_list_item {
    margin-top: 20px;
  }
  .detail_list {
    margin-top: 20px;
    padding: 20px 0;
  }
  .detail_list_image {
    margin-top: 15px;
  }
  .product_detail_in .detail_list_item .tl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail_text .image + p,
  .detail_text p + p {
    margin-top: 1.5em;
  }
  .product_detail_in .frame {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_detail_in p {
    font-size: 13px;
  }
  .product_detail_in .center p:not(.tl) {
    text-align: left;
  }
  .detail_text.used p:not(.tl) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_detail_in .group_image_text {
    margin-top: 20px;
  }
  .product_detail_in .image {
    margin-bottom: 15px;
  }
  .product_detail_in .group_image_link .group_image_text {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .product_detail_in .group_image_link .group_image_text .image {
    width: 28%;
    margin: 0;
  }
  .product_detail_in .group_image_link .group_image_text .text {
    flex: 1;
  }
  .product_detail_in .detail_image2 .image + .image {
    margin-top: 10px;
  }
  .set_item {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .product_detail_in .detail_text {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}


.set_item_list_column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.product_detail_in .set_item_list_column3 .group_image_text {
  display: block;
  margin: 0;
  padding: 15px;
  height: 100%;
}
.set_item_list_column3 .group_image_link .group_image_text .image {
  max-width: 100%;
  width: 100%;
}
.set_item_list_column3 .group_image_text p {
  text-align: left;
}
.set_item_list_column3 .group_image_text p.name {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
}
.set_item_list_column3 .group_image_text p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .set_item_list_column3 {
    gap: 10px;
  }
  .product_detail_in .set_item_list_column3 .group_image_text {
    padding: 10px;
  }
  .set_item_list_column3 .group_image_text p {
    font-size: 12px;
  }
  .set_item_list_column3 .group_image_text p.name {
    font-size: 14px;
    margin-top: 10px;
  }
  .set_item_list_column3 .group_image_text p + p {
    margin-top: 5px;
  }
}

/* 商品詳細オリジナルタグ */
.product_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.fs-body-product .product_tag_list {
  margin-bottom: 30px;
}
.product_tag_list span {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #333;
  color: #333;
  line-height: 1;
}
.product_tag_list span.color1 {
  border-color: #9B3107;
  color: #9B3107;
}
.product_tag_list span.color2 {
  border-color: #0A689A;
  color: #0A689A;
}
.product_tag_list span.color3 {
  border-color: #A07520;
  color: #A07520;
}
.product_tag_list span.color4 {
  border-color: #552825;
  color: #552825;
}
.product_tag_list span.color5 {
  background-color: #fff103;
  border-color: #fff103;
  color: #9B3107;
}
@media only screen and (max-width: 768px) {
  .product_tag_list {
    gap: 3px;
    margin-bottom: 5px;
  }
  .product_tag_list span {
    padding: 5px 6px 4px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .fs-body-product .product_tag_list {
    margin-bottom: 10px;
  }
}


/* 背景あり */
body {
  background: url("../img/top/top_banner_bg.jpg") 0 center repeat;
}
.parts_bg {
  position: relative;
  overflow: hidden;
}
.parts_bg::before {
  content: "";
  background: url("../img/top/top_banner_bg_right.png") center center no-repeat;
  background-size: contain;
  position: absolute;
}
.parts_bg_in {
  padding: 1px 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .parts_bg::before {
    width: 448px;
    height: 165px;
    right: 0;
    top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .parts_bg::before {
    width: 180px;
    height: 68px;
    right: 0;
    top: 110px;
  }
}

.fs-body-cart .fs-l-cart__sideColumn,
.fs-c-cartTable {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .base_page-title {
    margin-top: 50px;
  }
  .fs-l-main {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .fs-c-cartTable {
    background: none;
  }
}

.fs-p-accountInfo {
  background: #F0EBE4;
}
.fs-p-accountInfo__header {
  padding: 0 1em;
}
.fs-l-account {
  margin-top: 40px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: 0 0 2px #EAE2D5;
  background: #ffffff;
  border-color: #EAE2D5;
}
@media only screen and (min-width: 769px) {
  .fs-l-account {
    margin-top: 60px;
  }
}

.awaya_banner a {
  color: #fff;
}
.awaya_banner a.group_awaya:hover {
  background-color: #692420;
}
@media only screen and (max-width: 768px) {
  .awaya_banner a {
    display: block;
  }
}

.fs-body-register .pgGuideCt_box .pgMemLs_item p {
  text-align: left;
  padding: 0 25px;
}
.fs-body-register .member_text {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fs-body-register .pgMemLs {
    gap: 30px;
  }
  .fs-body-register .pgMemLs_item {
    width: calc(100%/3 - 60px/3);
  }
  .fs-body-register .member_text {
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-body-register .pgMemLs_sp {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0 20px;
  }
  .fs-body-register .pgMemLs_sp h3 {
    text-align: left;
    flex: 1;
  }
  .fs-body-register .pgMemLs_inn img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
  }
  .fs-body-register .pgMemLs_bg {
    left: 0 !important;
    bottom: 10px !important;
    transform: translate(0,0) !important;
  }
}

.fs-body-cart .fs-c-featuredProduct__header {
  display: none;
}
@media only screen and (min-width: 769px) {
  .fs-body-cart .group_recommend {
    margin-top: 100px;
  }
  .fs-body-cart .title-set2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-body-cart .group_recommend {
    margin-top: 50px;
  }
  .fs-body-cart .title-set2 {
    margin-bottom: 20px;
  }
}

.header_simple .logo {
  margin: 0 auto;
}

.fs-c-documentContent {
  margin-top: 20px;
}
.fs-c-documentContent p {
  text-align: center;
}

.productItem__group {
  position: relative;
  line-height: 1.2;
}
.productItem__group .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.productItem__group .fs-c-button--particular.fs-c-button--addToWishList--icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fs-body-newsletter-subscribe .fs-p-emailDomainNotice {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .fs-body-newsletter-subscribe .fs-c-inputTable {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fs-body-my-wishlist .fs-c-button--viewProductDetail {
  display: none;
}

.group_back {
  background: url(https://www.matsuai.com/blog/wp-content/themes/matsuai/assets_d/img/cateList-banner.jpg) center center no-repeat;
  background-size: cover;
}