@charset "UTF-8";
/* =====================
	南西食品
	商品ページ
 ======================= */
/** ========== カテゴリ一覧 ========== **/
#category {
  background: url(../images/item/common_bg.jpg) repeat-y center/contain;
}

#category .bg02 {
  background: url(../images/item/bg02.png) no-repeat bottom center/cover;
  padding-bottom: 280px;
  margin-bottom: 120px;
}

#category .category_header {
  height: 606px;
  position: relative;
  overflow: hidden;
  background: url(../images/item/bg01.png) no-repeat bottom center/cover;
}

#category .category_header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  position: relative;
}

#category .category_header h1:before {
  content: "";
  width: 1920px;
  height: 100%;
  background: url(../images/item/category_head_img.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#category .category_about {
  padding: 30px 0 60px;
}

#category .category_about h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto 64px;
  text-align: center;
}

#category .category_about p {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
}

#category .item-intro {
  padding-top: 165px;
}

#fs_ProductCategory #backToIndex {
  background: url(../images/item/common_bg.jpg) repeat-y bottom/cover;
}

/** ========== 検索結果一覧 ========== **/
#fs_ProductSearch .fs-c-heading {
  border: 0;
}

#fs_ProductSearch .fs-p-productSearch {
  border: 0;
}

/** ========== 商品詳細 ========== **/
#fs_ProductDetails .fs-l-pageMain {
  margin-bottom: 108px;
}

.members_login_link a {
  text-decoration: underline;
}

.members_login_link a:hover {
  opacity: 0.7;
}

.border_box {
  background: url(../images/item/border.png) no-repeat top center/auto 10px, url(../images/item/border.png) no-repeat bottom center/auto 10px;
  padding: 34px 0;
  margin-bottom: 24px !important;
}

.item_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1000px;
  margin: 60px auto 0;
}

.item_detail_box {
  width: 48%;
  letter-spacing: 0;
}

.item_detail h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px;
}

.item_detail h2:before {
  content: "";
  width: 25px;
  height: 1em;
  background: url(../images/item/icon_imo.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
}

.item_detail table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(75, 61, 61, 0.1);
}

.item_detail table th {
  text-align: left;
  font-weight: 500;
  background: rgba(75, 61, 61, 0.05);
  padding: 12px 40px;
  width: 37.5%;
  border-bottom: 1px solid rgba(75, 61, 61, 0.1);
}

.item_detail table td {
  padding: 12px 40px;
  border-bottom: 1px solid rgba(75, 61, 61, 0.1);
}

.item_detail table + p {
  margin-top: 8px;
  font-size: 12px;
}

.item_detail table + p span {
  display: block;
  text-align: right;
}

.feature {
  padding-bottom: 270px;
  position: relative;
  z-index: 5;
}

.feature_container {
  background: #fff;
  padding: 42px;
}

.feature_container_in {
  padding: 70px;
  background: url(../images/item/frame_head.png) no-repeat top left/contain, url(../images/item/frame_foot.png) no-repeat bottom left/contain, url(../images/item/frame_body.png) repeat-y top left/contain;
  position: relative;
}

.feature_container_in:before {
  content: "";
  width: 74px;
  height: 95px;
  background: url(../images/item/clip.png) no-repeat top center/contain;
  position: absolute;
  top: -55px;
  left: 40px;
}

.feature_item {
  margin-bottom: 64px;
}

.feature_item:last-child {
  margin-bottom: 0;
}

.feature_item h2 {
  margin-bottom: 24px;
}

.feature_item h3 {
  margin-bottom: 26px;
}

.feature_item .detail p:nth-child(n+2) {
  margin-top: 1em;
}

.feature_item .imo_pic {
  margin-bottom: 30px;
  text-align: center;
}

.feature_item.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.feature_item.flexbox .txt_box {
  width: 55%;
}

.feature_item.flexbox .pic {
  width: 50%;
  margin-left: -5%;
}

.feature_item .healthy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature_item .healthy_item {
  display: flex;
  align-items: center;
  font-weight: 300;
}

.feature_item .healthy_item .pic {
  width: 95px;
  flex-shrink: 0;
  margin-right: 16px;
}

.feature .effect {
  display: flex;
  flex-wrap: wrap;
  gap: 12.59446%;
}

.feature .effect_item {
  display: flex;
  align-items: flex-start;
  color: #52403c;
  line-height: 1.71429;
}

.feature .effect_item .pic {
  width: 80px;
  flex-shrink: 0;
  margin-right: 24px;
}

.feature .effect_item h4 {
  font-weight: 700;
  margin: 0 0 5px;
}

.feature.yakiimo {
  background: url(../images/item/yakiimo/bg.png) no-repeat bottom center/1920px;
}

.feature.hoshiimo {
  background: url(../images/item/hoshiimo/bg.png) no-repeat bottom center/1920px;
}

.feature.hoshiimo .feature_item.flexbox .pic {
  width: 45%;
  margin-left: 0;
}

/** RELATED PRODUCTS **/
.parallax_bg {
  display: block;
  position: sticky;
  top: 0;
  z-index: -1;
  height: 0;
  max-height: 0;
  overflow: visible;
}

.parallax_bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  background-image: url(../images/item/related_bg.png);
}

.related {
  padding: 30px 0 0;
}

.related_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.related_list_item {
  text-align: center;
  width: calc((100% - 40px) / 3);
  background: #fafafa;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.related_list_item .pic {
  margin: auto;
}

.related_list_item h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 0;
}

.related_list_item .price {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.related_list_item .price strong {
  font-size: 28px;
  font-weight: 700;
}

.related_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #321E1A;
  color: #fafafa;
  font-size: 16px;
  line-height: 1.0;
  padding: 24px 0;
}

.related_list_item a:before, .related_list_item a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(-45deg);
}

.related_list_item a:before {
  order: 1;
  margin-left: 30px;
}

.related_list_item a:after {
  order: 2;
  margin-left: 5px;
}

.related_list_item a:hover {
  background: #B73284;
}

#fs_ProductDetails #backToIndex a {
  color: #fafafa;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  /** ========== カテゴリ一覧 ========== **/
  #category {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  #category .bg02 {
    background: url(../images/item/bg02_sp.png) no-repeat bottom center/cover;
    padding-bottom: 54px;
    margin-bottom: 40px;
  }
  #category .inner {
    padding: 0 28px;
  }
  #category .category_header {
    height: 400px;
    background: url(../images/item/bg01_sp.png) no-repeat bottom center/cover;
  }
  #category .category_header h1 {
    padding-bottom: 60px;
  }
  #category .category_header h1 img {
    width: 252px;
  }
  #category .category_header h1:before {
    width: 100%;
    background: url(../images/item/category_head_img_sp.png) no-repeat center/cover;
    left: 0;
    transform: none;
  }
  #category .category_about {
    padding: 30px 0 80px;
  }
  #category .category_about h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #category .category_about p {
    text-align: left;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 0.06em;
  }
  #category .item-intro {
    padding-top: 216px;
    padding-bottom: 54px;
  }
  #fs_ProductCategory #backToIndex {
    background: #fafafa;
  }
  /** ========== 検索結果一覧 ========== **/
  #fs_ProductSearch .fs-c-heading {
    padding-top: 40px;
  }
  /** ========== 商品詳細 ========== **/
  #fs_ProductDetails .fs-l-pageMain {
    margin-bottom: 64px;
  }
  .members_login_link {
    font-size: 12px;
  }
  .border_box {
    background: url(../images/item/border_sp.png) no-repeat top center/auto 3px, url(../images/item/border_sp.png) no-repeat bottom center/auto 3px;
    padding: 16px 0;
    margin-bottom: 8px !important;
  }
  .item_detail {
    margin-top: 48px;
  }
  .item_detail_box {
    width: 100%;
    margin-bottom: 48px;
  }
  .item_detail_box:last-child {
    margin-bottom: 16px;
  }
  .item_detail h2 {
    font-size: 16px;
  }
  .item_detail table {
    font-size: 12px;
  }
  .item_detail table th {
    padding: 12px 16px;
    width: 108px;
  }
  .item_detail table td {
    padding: 12px 16px;
  }
  .feature {
    padding-bottom: 90px;
    background: url(../images/item/yakiimo/bg_sp.png) no-repeat bottom center/100% auto;
  }
  .feature_container {
    padding: 12px;
  }
  .feature_container_in {
    padding: 32px 24px;
  }
  .feature_container_in:before {
    display: none;
  }
  .feature_item {
    margin-bottom: 64px;
  }
  .feature_item h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .feature_item h2 img {
    height: 21px;
  }
  .feature_item h3 {
    text-align: center;
  }
  .feature_item .imo_pic {
    margin-bottom: 20px;
  }
  .feature_item.flexbox .txt_box {
    width: 100%;
  }
  .feature_item.flexbox .pic {
    width: 100%;
    margin: 20px auto 0;
  }
  .feature_item .healthy_item {
    width: 100%;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .feature_item .healthy_item:last-child {
    margin-bottom: 0;
  }
  .feature_item .healthy_item .pic {
    width: 48px;
  }
  .feature .effect {
    gap: 0;
    margin-top: -48px;
  }
  .feature .effect_item {
    width: 100%;
    margin-bottom: 24px;
  }
  .feature .effect_item:last-child {
    margin-bottom: 0;
  }
  .feature .effect_item .pic {
    width: 48px;
    margin-right: 16px;
  }
  .feature .effect_item h4 {
    font-weight: 400;
  }
  .feature.yakiimo {
    background: url(../images/item/yakiimo/bg_sp.png) no-repeat bottom center/100% auto;
  }
  .feature.hoshiimo {
    background: url(../images/item/hoshiimo/bg_sp.png) no-repeat bottom center/100% auto;
  }
  .feature.hoshiimo .feature_item.flexbox .pic {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
  /** RELATED PRODUCTS **/
  .parallax_bg:after {
    background-image: url(../images/item/related_bg_sp.png);
  }
  .related {
    padding: 30px 0 0;
  }
  .related_list {
    display: block;
    gap: 0;
    padding: 0 15px;
  }
  .related_list_item {
    margin-bottom: 60px;
    width: 100%;
    padding: 22px;
  }
  .related_list_item:last-child {
    margin-bottom: 0;
  }
  .related_list_item .pic {
    margin-bottom: 0;
  }
  .related_list_item .price {
    margin-bottom: 16px;
  }
  .related_list_item .price strong {
    font-size: 22px;
  }
  .related_list_item.anim {
    transition-delay: 0s !important;
  }
}
