@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../font/ZenMaruGothic.ttf") format("truetype");
}
html {
  scroll-padding-top: 70px;
}
.category_breadcrumb {
    font-size: 12px;
    background-color: #f1efea;
    padding: 14px 2.9%;
    font-weight: normal;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.category_breadcrumb .link::after {
    content: '／';
    display: inline-block;
    color: #dddddd;
    margin-left: 6px;
    margin-right: 6px;
}
.category_breadcrumb .link a {
  color: #333333;
}
.category_breadcrumb .link a:hover {
  color: #DE0202 !important;
  text-decoration: underline !important;
}
.category_inner {
    width: 100%;
    margin: 0 auto 38px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.category_inner.sk_top {
  margin-bottom: 0 !important;
}
.category_inner img {
  width: 100%;
  height: auto;
}
.category_inner h2 {
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
.category_inner h3 {
  text-align: center;
  font-size: 24px;
  background-color: #f3f3f3;
  font-weight: bold;
  padding: 5% 0;
}
.category_inner h3 span {
  font-weight: normal;
  font-size: 16px;
}
/*食品トップ*/
#sh_mv a {
  display: block;
}
#sh_mv a:hover {
  opacity: 0.7;
}
.sh_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 2px solid #dcd6cb;
  text-align: center;
  font-weight: bold;
}
.sh_nav a {
  padding: 23px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sh_nav a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('/kodawari/img/nav_arrow.png');
  margin-left: 7px;
}
#sh_ranking .scroll_area {
  overflow-x: scroll;
  padding-bottom: 20px;
}
#sh_ranking .scroll_area .ranking_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  width: calc((175px * 5) + 50px);
}
#sh_ranking .scroll_area .ranking_items a {
  width: 150px;
  position: relative;
  flex-shrink: 0;
}
#sh_ranking .scroll_area .ranking_items a .img img {
  box-shadow: 0 0 8px #dcd6cb;
}
#sh_ranking .scroll_area .ranking_items a .img span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 25px;
  height: 25px;
}
#sh_ranking .scroll_area .ranking_items a.no1 {
  margin-left: 25px;
}
#sh_ranking .scroll_area .ranking_items a.no1 .img span {
  background-color: #bc9e4f;
}
#sh_ranking .scroll_area .ranking_items a.no2 .img span {
  background-color: #9b9b9b;
}
#sh_ranking .scroll_area .ranking_items a.no3 .img span {
  background-color: #b57969;
}
#sh_ranking .scroll_area .ranking_items a.no4 .img span {
  background-color: #c2bdb3;
}
#sh_ranking .scroll_area .ranking_items a.no5 {
  margin-right: 25px;
}
#sh_ranking .scroll_area .ranking_items a.no5 .img span {
  background-color: #c2bdb3;
}
#sh_ranking .scroll_area .ranking_items a .item_name {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 8px;
}
#sh_ranking .scroll_area .ranking_items a .item_txt {
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}
#sh_ranking .scroll_area .ranking_items a .item_price {
  font-size: 14px;
  color: #6e6969;
  margin-top: 16px;
}
#sh_ranking .scroll_area .ranking_items a .item_price .unit {
  font-size: 10px;
}
#sh_ranking .scroll_area .ranking_items a .item_price::before {
  content: "\901A\5E38";
  display: inline-block;
  font-size: 10px;
  border: 1px solid #6e6969;
  border-radius: 4px;
  padding: 1px 8px;
  margin-right: 4px;
}
#sh_cat {
  border-top: 1px solid #6e6969;
  margin-top: 40px;
  margin-bottom: 40px;
}
#sh_cat .link_items {
  display: flex;
  justify-content: left;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}
#sh_cat .link_items a {
  width: calc( 50% - 10px );
  border: 2px solid #dcd6cb;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
}
#sh_cat .link_items a.cat013 {
  font-size: 12px;
}
#sh_cat .link_items a img {
  border-radius: 6px 6px 0 0;
}
#sh_cat .link_items a p {
  padding: 20px 8px;
  position: relative;
}
#sh_cat .link_items a.cat003 p {
  padding: 10px 8px;
}
#sh_cat .link_items a.cat013 p {
  padding: 14px 8px;
}
#sh_cat .link_items a p::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  color: #c2bdb3;
  position: absolute;
  right: 0.5rem;
  top: 45%;
}
#sh_cat .link_items a p span {
  font-size: 10px;
}
#sh_brand {
  border-top: 1px solid #6e6969;
  margin-top: 40px;
}
#sh_brand .link_items {
  display: flex;
  justify-content: left;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}
#sh_brand .link_items a {
  width: 100%;
}
#sh_brand .link_items a:hover {
  opacity: 0.7;
}
/* カテゴリー下層ページ */
.mv {
  position: relative;
}
.mv h2 {
  margin: 0;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
section {
  margin-top: 50px;
}
section .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}
section .items a {
  width: 100%;
  border: 2px solid #dcd6cb;
  border-radius: 8px;
  padding: 27px;
  font-weight: normal;
  position: relative;
}
section .items a:hover {
  opacity: 0.7;
}
section .items a::after {
  display: block;
  content: "\5546\54C1\3092\8A73\3057\304F\898B\308B";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url('../img/item_bg_sp.png');
  width: 110%;
  height: 39px;
  padding-top:7px ;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-left: -5%;
  margin-top: 20px;
}
section .items a .flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
section .items a .flex .img img {
  box-shadow: 0 0 8px #dcd6cb;
  width: 100px;
}
section .items a .flex .txt {
  width: calc(100% - 100px - 20px );
}
section .items a .flex .txt .item_name {
  font-size: 16px;
}
section .items a .flex .txt .item_txt {
  font-size: 12px;
}
section .items a .item_price {
  color: #6e6969;
  font-size: 20px;
  text-align: right;
}
section .items a .item_price span {
  font-size: 12px;
}
section .items a .item_price::before {
  display: inline-block;
  content: "\901A\5E38\6CE8\6587";
  font-size: 14px;
  margin-right: 0.25rem;
}
section .items a .item_price.regular {
  color: #e60013;
  position: relative;
}
section .items a .item_price.regular::before {
  content: "\5B9A\671F\304A\5C4A\3051";
}
section .items a .item_price.regular::after {
  display: inline-block;
  content: "10%OFF";
  border: 1px solid #e60013;
  border-radius: 6px;
  padding: 2px;
  font-size: 14px;
  position: absolute;
  left: 15%;
  bottom: 0;
}
.link_amino {
  text-align: center;
  font-size: 16px;
  border: 2px solid #dcd6cb;
  display: block;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
}
.link_amino::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  right: 20px;
  top: 45%;
}
#aminovital {
  display: block;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#all_btn {
  text-align: center;
  display: block;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-size: 16px;
  background-color: #f1efea;
  border-radius: 50px;
  padding: 18px 0;
  font-weight: bold;
  cursor: pointer;
}
.all_item {
  display: none;
}
/* スキンケア */
.jn_box {
    width: 100%;
    height: 520px;
    aspect-ratio: 750 / 500;
    position: relative;
}
.jn_box .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.jn_box a,
.jn_box .jn_top span {
  text-align: center;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #888888;
  color: #888888;
  width: 100%;
  padding: 20px 0 10px 0;
  font-weight: bold;
  cursor: pointer;
}
.jn_box a::after,
.jn_box .jn_top span::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #888888;
    border-right: solid 1px #888888;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.jn_box a:hover,
.jn_box .jn_top span:hover {
  opacity: 0.7;
}
.jn_box #canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('/skincare/img/bg.webp') center center / cover no-repeat;
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
}
.jn_box .jn_top {
  width: 100%;
  height: 100%;
  padding: 0 17%;
}
.jn_box .jn_top .logo {
  width: 127.5px;
  margin-bottom: 47px;
  margin-top: 70px;
}
.jn_box .jn_top span {
  font-size: 18px;
}
.jn_box .jn_top .link_w {
  margin-top: 70px;
}
.jn_box .jn_top .link_w img {
  width: 133.5px;
}
.jn_box #s_cat,
.jn_box #s_ser {
  display: none;
}
.jn_box .jn_s {
  width: 100%;
  height: 100%;
  padding: 60px 6.6666%;
}
.jn_box .jn_s a,
.jn_box .jn_s > span {
  font-size: 16px;
}
.jn_box .jn_s a {
    width: 77%;
}
.jn_box .jn_s > span {
  color: #888888;
  width: 100%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: left;
  margin-top: 24px;
  padding-left: 16px;
  cursor: pointer;
}
.jn_box .jn_s > span::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #888888;
  border-left: solid 1px #888888;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.jn_box .jn_s > span:hover {
  opacity: 0.7;
}
.jn_box .jn_s a span {
  font-size: 10px;
}
#jn_search_c .search_box {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}
#jn_search_c .search_box .search_box_inner {
  display: none;
}
#jn_search_c .search_box > span {
  text-align: center;
  display: block;
  margin-top: 50px;
  font-size: 16px;
  background-color: #f1efea;
  border-radius: 50px;
  padding: 18px 0;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 25px;
}
#jn_search_c .search_box > span::after {
  content: "＋";
  display: inline-block;
  margin-left: 0.5rem;
}
#jn_search_c .search_box.open > span::after {
  content: "－";
}
#jn_search_c .search_box .search_box_inner a {
  text-align: center;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #888888;
  color: #888888;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}
#jn_search_c .search_box .search_box_inner a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #888888;
    border-right: solid 1px #888888;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#jn_search_c .search_box .search_box_inner a:hover {
  opacity: 0.7;
}
#jn_search_c .search_box .search_box_inner a span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .disp_pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .disp_sp {
    display: none;
  }
  .category_breadcrumb {
    width: 100%;
    max-width: 1320x;
    min-width: 700px;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #fff;
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .category_breadcrumb .link::after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .category_inner {
    max-width: 1320px;
    min-width: 700px;
    margin-bottom: 150px;
  }
  .category_inner h2 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .category_inner h3 {
    font-size: 28px;
    padding: 2% 0;
  }
  .category_inner h3 span {
    font-size: 20px;
  }
  .sh_nav {
    font-size: 22px;
    border: none;
    border-bottom: 2px solid #dcd6cb;
  }
  .sh_nav a {
    padding: 60px 24px 24px 24px;
  }
  .sh_nav a::after {
    width: 22px;
    height: 12px;
    margin-left: 14px;
  }
  #sh_ranking .scroll_area {
    overflow-x: hidden;
  }
  #sh_ranking .scroll_area .ranking_items {
    width: 100%;
    gap: 40px;
    justify-content: space-around;
  }
  #sh_ranking .scroll_area .ranking_items a {
    width: 220px;
  }
  #sh_ranking .scroll_area .ranking_items a .img span {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }
  #sh_ranking .scroll_area .ranking_items a .item_name {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #sh_ranking .scroll_area .ranking_items a .item_txt {
    font-size: 12px;
  }
  #sh_ranking .scroll_area .ranking_items a.no1 {
    margin-left: 0;
  }
  #sh_ranking .scroll_area .ranking_items a.no5 {
    margin-right: 0;
  }
  #sh_ranking .scroll_area .ranking_items a .item_price {
    font-size: 20px;
  }
  #sh_ranking .scroll_area .ranking_items a .item_price .unit {
    font-size: 14px;
  }
  #sh_ranking .scroll_area .ranking_items a .item_price::before {
    font-size: 14px;
    padding: 6px 12px 4px 12px;
  }
  #sh_cat {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #sh_cat .link_items {
    width: 100%;
    gap: 40px;
  }
  #sh_cat .link_items a {
    width: calc( ( 100% / 4 ) - 30px );
    font-size: 18px;
  }
  #sh_cat .link_items a p {
    padding: 36px 24px;
  }
  #sh_cat .link_items a p span {
    font-size: 18px;
  }
  #sh_cat .link_items a.cat013 {
    font-size: 18px;
  }
    #sh_cat .link_items a.cat003 p {
    padding: 23px 24px;
  }
  #sh_cat .link_items a.cat013 p {
    padding: 23px 24px;
  }
  #sh_brand .link_items {
    gap: 40px;
    width: 100%;
  }
  #sh_brand .link_items a {
    width: calc( ( 100% / 3 ) - 27px );
  }
  .mv h2 {
    margin: 0;
    font-size: 28px;
    padding: 40px 0;
  }
  section {
    margin-top: 100px;
  }
  section .tit_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #dcd6cb;
    border-radius: 8px;
    margin-bottom: 60px;
  }
  section .tit_wrapper img {
    width: 664px;
  }
  section .tit_wrapper h2 {
    width: calc(100% - 664px);
  }
  section .items {
    width: 100%;
    gap: 40px;
  }
  section .items a {
    width: calc( ( 100% / 2 ) - 20px );
    padding: 32px;
  }
  section .items a::after {
    content: none;
  }
  section .items a .flex .img img {
    width: 140px;
  }
  section .items a .flex .txt {
    width: calc(100% - 140px - 20px );
  }
  section .items a .flex .txt .item_name {
    font-size: 18px;
    font-weight: bold;
  }
  section .items a .flex .txt .item_txt {
    font-size: 12px;
    margin:20px 0;
  }
  section .items a .item_price {
    font-weight: bold;
    font-size: 20px;
  }
  section .items a .item_price span {
    font-size: 12px;
  }
  section .items a .item_price::before {
    font-size: 14px;
  }
  section .items a .item_price.regular::after {
    left: 44%;
  }
  section .items a .flex .txt::after {
    display: block;
    content: "\5546\54C1\3092\8A73\3057\304F\898B\308B";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(../img/item_bg_pc.png);
    width: 100%;
    height: 36px;
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
  }
  .link_amino {
    font-size: 22px;
    width: 50%;
    margin-top: 100px;
  }
  .link_amino::after {
    width: 12px;
    height: 12px;
    right: 40px;
    top: 36%;
  }
  #aminovital {
    width: 950px;
    margin-top: 100px;
  }
  #all_btn {
    width: 50%;
    margin-top: 100px;
    font-size: 20px;
    padding: 24px 0;
  }
  .jn_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 1000px;
  }
  .jn_box .jn_top {
    padding: 0 20%;
  }
  .jn_box a,
  .jn_box .jn_top span {
    padding: 40px 0 20px 0;
  }
  .jn_box a::after,
  .jn_box .jn_top span::after {
      width: 12px;
      height: 12px;
  }
  .jn_box .jn_top .logo {
    width: 255px;
    margin-bottom: 94px;
    margin-top: 140px;
  }
  .jn_box .jn_top span {
    font-size: 36px;
  }
  .jn_box .jn_top .link_w {
    margin-top: 140px;
  }
  .jn_box .jn_top .link_w img {
    width: 267px;
  }
  .jn_box .jn_s {
    padding: 120px 6.6666%;
  }
  .jn_box .jn_s a,
  .jn_box .jn_s > span {
    font-size: 32px;
  }
  .jn_box .jn_s > span {
    margin-top: 48px;
    padding-left: 32px;
  }
  .jn_box .jn_s > span::before {
    width: 12px;
    height: 12px;
  }
  .jn_box .jn_s a span {
    font-size: 20px;
  }
  #jn_search_c .search_box {
    width: 50%;
  }
  #jn_search_c .search_box > span {
    margin-top: 100px;
    font-size: 20px;
    padding: 24px 0;
  }
  #jn_search_c .search_box .search_box_inner a {
    padding: 20px 0;
    font-size: 26px;
  }
  #jn_search_c .search_box .search_box_inner a::after {
      width: 12px;
      height: 12px;
  }
  #jn_search_c .search_box .search_box_inner a span {
    font-size: 20px;
  }
}