@charset "UTF-8";

/*********************************
	ボタン
*********************************/
.button-brown {
  background: linear-gradient(0deg, #6f4c30 0%, #603a38 100%);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: calc(13rem / 16);
  line-height: 1.3;
  max-width: 170px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}

.button-brown:hover {
  opacity: 0.7;
}

.button-blue {
  align-items: center;
  background-color: #1f3140;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: calc(12rem / 16);
  justify-content: center;
  line-height: 1.3;
  padding: 10px max(5%, 10px);
  text-align: center;
  text-decoration: none;
}

.button-blue:hover {
  background-color: rgba(31, 49, 64, 0.7);
}

.button-beige {
  align-items: center;
  background-color: #c69c6c;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: calc(16rem / 16);
  justify-content: center;
  line-height: 1.3;
  min-height: 60px;
  padding: 10px 15px;
  text-decoration: none;
}

.button-beige:hover {
  background-color: rgba(198, 156, 108, 0.7);
}

.button-beige .icon {
  margin-right: 12px;
}

.button-link {
  align-items: center;
  background-color: #1b62a4;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: clamp(10px, 4.26vw, calc(23rem / 16));
  font-weight: bold;
  justify-content: space-between;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  /* 小さめバリエーション */
}

.button-link span {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .button-link {
    border-radius: 10px;
    font-size: calc(23rem / 16);
    max-width: 80%;
    padding: 30px;
    width: 100%;
  }
}

.button-link::after {
  color: #fff;
  content: "";
  flex-grow: 0;
  font-family: "fs-icon";
  font-size: calc(40rem / 16);
  line-height: 23px;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .button-link::after {
    font-size: calc(50rem / 16);
  }
}

.button-link:hover {
  background-color: #a88542;
}

@media screen and (min-width: 768px) {
  .button-link:hover::after {
    position: relative;
    right: -8px;
  }
}

.button-link.-small {
  font-weight: normal;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .button-link.-small {
    font-size: calc(16rem / 16);
    padding: 4px 20px;
    width: max-content;
  }
}

.button-link.-small::after {
  font-size: calc(30rem / 16);
  line-height: 1;
}

/*********************************
	見出し
*********************************/
/* ページタイトル */
#heading {}

#heading span {
  position: relative;
  display: inline-block;
  background: #34200D;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.3em 2em;
  margin-bottom: 0.3em;
}

/* キービジュアル */
.heading-image {
  margin-bottom: 20px;
  margin-top: 0;
}

/* 下線見出し */
.heading-underline {
  background: none;
  border-bottom: solid 4px #c69c6c;
  color: #000;
  font-size: calc(24rem / 16);
  font-weight: bold;
  margin: 40px auto 20px;
  padding: 0 0 10px;
  text-align: left;
}

/* 下線見出し（グレー） */
.fs-c-wishlistProduct__title,
.heading-productDetail,
.fs-c-featuredProduct__title {
  background: none;
  border-bottom: solid 1px #ccc;
  color: #000;
  font-size: calc(16rem / 16);
  font-weight: bold;
  margin: 32px auto 24px;
  padding: 0 0 10px;
  text-align: left;
  width: 100%;
}

/* 横線見出し */
.heading-line {
  background: #f6ebd7;
  border-left: solid 5px #b66c2f;
  border-radius: 3px;
  color: #494949;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 30px;
  padding: 0.4em 0.5em;
  text-align: left;
}

.heading-line:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .heading-line:not(:first-child) {
    margin-top: 80px;
  }
}

.heading-image+.heading-line,
.heading-blue+.heading-line {
  margin-top: 30px;
}

/* L見出し */
.heading-l {
  border-bottom: 1px solid #cc9966;
  border-left: solid 5px #b66c2f;
  border-radius: 3px;
  color: #cc9966;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20rem / 16);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 40px;
  padding: 6px 0 6px 10px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .heading-l {
    font-size: calc(30rem / 16);
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 80px;
    padding: 8px 0 16px 15px;
  }
}

/* クラシック見出し */
.heading-classic {
  background: #f5e8cf;
  border: 1px solid #ae7b44;
  color: #854e18;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20rem / 16);
  font-weight: 500;
  line-height: 1.5;
  outline: 1px solid #ceaf8e;
  outline-offset: -5px;
  padding: 0.5em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .heading-classic {
    font-size: calc(30rem / 16);
    line-height: 1;
    outline-offset: -6px;
    padding: 0.7em 0.8em;
  }
}

.heading-classic>span {
  border-left: solid 8px #be9569;
  display: block;
  padding: 0.2em 0.5em;
}

@media screen and (min-width: 768px) {
  .heading-classic>span {
    padding: 0.3em 0.5em;
  }
}

.heading-image+.heading-line,
.heading-blue+.heading-line {
  margin-top: 30px;
}

/* 青波見出し */
.heading-blue {
  background: linear-gradient(90deg, #00004a 0%, #002478 100%);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: calc(23rem / 16);
  font-weight: 500;
  line-height: 1.5em;
  margin: 40px 0 20px 0;
  padding: 5px 20px;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .heading-blue {
    background: linear-gradient(90deg, #00004a 0%, #0195ff 100%);
    margin: 80px auto 30px;
  }
}

.heading-blue::before {
  background-image: url("https://yamakiichi.itembox.design/item/theme/img/heading-wave.svg");
  background-size: cover;
  content: "";
  height: 45px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: -2px;
  width: 103px;
}

/* 二行見出し */
.heading-withSub {
  font-family: "Noto Serif JP", serif;
  font-size: calc(22rem / 16);
  line-height: 1.3;
  margin: 36px 0 24px 0;
}

@media screen and (min-width: 768px) {
  .heading-withSub {
    font-size: calc(38rem / 16);
    margin: 48px 0 36px 0;
  }
}

.heading-withSub .sub {
  border-bottom: 1px solid;
  display: block;
  font-size: calc(14rem / 16);
  line-height: 1.8;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .heading-withSub .sub {
    font-size: calc(17rem / 16);
    max-width: 50%;
  }
}

/* 明朝見出し */
.heading-mincho {
  font-family: "Noto Serif JP", serif;
  font-size: calc(19rem / 16);
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .heading-mincho {
    font-size: calc(30rem / 16);
    margin-top: 40px;
  }
}

.heading-mincho.-large {
  font-size: calc(24rem / 16);
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .heading-mincho.-large {
    font-size: calc(40rem / 16);
    margin-top: 80px;
    text-align: center;
  }
}

/* 金文字見出し */
.heading-gold {
  color: #a88542;
  font-size: calc(20rem / 16);
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .heading-gold {
    font-size: calc(26rem / 16);
  }
}

/* 太文字見出し */
.heading-bold {
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 15px 0;
}

@media screen and (min-width: 768px) {
  .heading-bold {
    font-size: calc(20rem / 16);
  }
}

/* オレンジ見出し */
.heading-orange {
  color: #f28504;
  font-size: calc(22rem / 16);
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1.5em;
  position: relative;
  text-align: center;
}

.heading-orange::after {
  border: 1px solid #f28504;
  bottom: -20px;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
}

@media screen and (min-width: 768px) {
  .heading-orange::after {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .heading-orange {
    font-size: calc(24rem / 16);
    margin-bottom: 2.5em;
    margin-top: 3em;
  }
}

/* ラベル風見出し */
.heading-label {
  align-items: center;
  background: #F6EBD7;
  border-radius: 20px;
  display: inline-block;
  padding: 3px max(7%, 10px);
  margin: 10px 0 0 0;
}

.heading-line+.heading-bold {
  margin-top: 26px;
}

/* FS h1 見出し */
.fs-c-heading {
  font-size: calc(22rem / 16);
}

@media screen and (min-width: 768px) {
  .fs-c-heading {
    font-size: calc(34rem / 16);
  }
}

/*********************************
	段組
*********************************/
/* 列内の装飾 */
[class^=col-] {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  /* ページ名 */
  /* 説明 */
  /* 段落マージン */
  /* 縦中央揃え */
  /* 商品一覧 */
}

[class^=col-] .name {
  font-size: calc(16rem / 16);
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  [class^=col-] .name {
    font-size: calc(19rem / 16);
  }
}

[class^=col-] .text {
  font-size: calc(14rem / 16);
  line-height: 1.5;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  [class^=col-] .text {
    font-size: calc(15rem / 16);
  }

  [class^=col-] ul:first-child,
  [class^=col-] p:first-child {
    margin-top: 0;
  }
}

[class^=col-] .center {
  align-self: center;
}

[class^=col-].-all .name {
  color: #000;
  display: inline-block;
}

[class^=col-].-all .text {
  margin-top: 1em;
}

[class^=bg-] [class^=col-]:first-child {
  margin-top: 0;
}

/* 2列 */
.col-two {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .col-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .col-two>.item {
    width: calc(50% - 12px);
  }
  .col-two>.item.-s2 {
    width: calc(50% - 2px);
  }
}

.col-two>.item:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .col-two>.item:not(:first-child) {
    margin-top: 24px;
  }

  .col-two>.item:nth-child(2) {
    margin-top: 0;
  }

  .col-two>.item:nth-child(even) {
    margin-left: 24px;
  }
}

/* 3列 */
.col-three {
  /* 3列：スマホ2列オプション */
}

@media screen and (min-width: 768px) {
  .col-three {
    display: flex;
    flex-wrap: wrap;
  }

  .col-three>.item {
    margin-left: 3.12%;
    width: 31.25%;
    font-size: 90%;
    line-height: 1.6;
  }

  .col-three>.item:nth-child(3n+1) {
    margin-left: 0;
  }

  .col-three>.item:nth-child(n+4) {
    margin-top: 25px;
  }
}

.col-three img {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .col-three.-sp2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .col-three.-sp2>.item {
    width: calc(49.8% - 10px);
  }

  .col-three.-sp2>.item:nth-child(even) {
    margin-left: 20px;
  }

  .col-three.-sp2>.item:nth-child(n+3) {
    margin-top: 25px;
  }
}

/* 4列 */
.col-four {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -24px;
}

.col-four>.item {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .col-four>.item {
    margin-right: 3.481%;
    width: 22.346%;
  }
}

.col-four.-sp2 {
  justify-content: flex-start;
}

.col-four.-sp2>.item {
  width: 47.761%;
  margin-right: 4.478%;
}

.col-four.-sp2>.item:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .col-four.-sp2>.item {
    width: 22.346%;
    margin-right: 3.481%;
  }
  .col-four.-sp2>.item:nth-child(even) {
    margin-right: 3.481%;
  }
  .col-four.-sp2>.item:nth-child(4n) {
    margin-right: 0;
  }
}


/* 5列 */
.col-five {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(14rem / 16);
  justify-content: flex-start;
  line-height: 1.3;
}

.col-five>.item {
  margin-left: 12px;
  margin-top: 1.5em;
}

@media not all and (min-width: 768px) {
  .col-five>.item {
    width: calc(33.333% - 8px);
  }

  .col-five>.item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-five>.item {
    margin-left: 18px;
    width: calc(19.3% - 10px);
  }

  .col-five>.item:nth-child(5n+1) {
    margin-left: 0;
  }
}

/* Flex列 */
.col-flex {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .col-flex {
    display: flex;
  }

  .col-flex .image {
    flex-shrink: 0;
    height: fit-content;
    max-width: fit-content;
  }

  .col-flex .text {
    flex-grow: 1;
  }

  .col-flex>*+* {
    margin-left: 25px;
  }

  .col-flex>*+*>p:first-child {
    margin-top: 0;
  }
}

@media not all and (min-width: 768px) {
  .col-flex .image {
    margin-left: auto;
    margin-right: auto;
  }

  .col-flex .image img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Float列 */
.col-float {
  display: block;
}

.col-float::after {
  clear: both;
  content: "";
  display: block;
}

.col-float .left {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .col-float .left {
    float: left;
    margin-left: initial;
    margin-right: 24px;
  }
}

.col-float .right {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .col-float .right {
    float: right;
    margin-left: 24px;
    margin-right: initial;
  }
}

/*********************************
	リスト
*********************************/
/* リストの装飾 */
[class^=list-] {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

[class^=list-] dd {
  margin-left: 0;
}

/* 装飾なしリスト */
/* リスト */
.list-dot {
  list-style-type: "・";
  padding-left: 1em;
}

/* 黒丸リスト */
.list-circle {
  list-style-type: "●";
  padding-left: 1em;
}

/* QA */
.list-qa {
  /* QAバリエーション */
}

.list-qa dt {
  background: #f5f3ec;
  border-radius: 0.2em;
  display: flex;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 8px;
}

.list-qa dt::before {
  background: #f67e28;
  border-radius: 0.2em;
  color: #ffffff;
  content: "Q";
  display: flex;
  flex-shrink: 0;
  font-size: calc(24rem / 16);
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 36px;
}

@media screen and (min-width: 768px) {
  .list-qa dt::before {
    margin-right: 16px;
  }
}

.list-qa dd {
  display: flex;
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0 8px;
}

.list-qa dd p:first-child {
  margin-top: 0;
}

.list-qa dd::before {
  align-items: center;
  background: #1b62a4;
  border-radius: 0.2em;
  color: #ffffff;
  content: "A";
  display: flex;
  flex-shrink: 0;
  font-size: calc(24rem / 16);
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 36px;
}

@media screen and (min-width: 768px) {
  .list-qa dd::before {
    margin-right: 16px;
  }
}

.list-qa.-simple dt {
  background-color: #fff;
}

.list-qa.-simple dt::before {
  background: transparent;
  color: #666;
  font-weight: normal;
}

.list-qa.-simple dd {
  background-color: #fff;
}

.list-qa.-simple dd::before {
  background: transparent;
  color: #AD0D0B;
}

.list-qa.-simple dd+dt {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

/* リスト：タグ */
.list-tags {
  display: inline-block;
}

.list-tags .item {
  display: inline-block;
}

.list-tags .item .item {
  margin-left: 5px;
}

/* リスト：ページ内リンク */
@media screen and (min-width: 768px) {
  .list-menu {
    display: flex;
    flex-wrap: wrap;
  }
}

.list-menu .item {
  border-bottom: 1px solid #CCC;
  padding: 5px 6px;
}

@media screen and (min-width: 768px) {
  .list-menu .item {
    margin-left: 10px;
    width: calc(25% - 10px);
  }
}

/* リスト：文字だけメニュー */
.list-textPanel .item {
  margin-top: 50px;
}

.list-textPanel .link {
  align-items: center;
  background-color: #F8F6F4;
  color: #000;
  display: flex;
  font-weight: bold;
  min-height: 100px;
  padding: 0 1em;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .list-textPanel .link {
    min-height: 130px;
  }
}

.list-textPanel .link::before {
  color: #256dc0;
  content: "";
  font-family: "fs-icon";
  font-size: 2em;
  line-height: 1;
}

.list-textPanel .link:hover {
  opacity: 0.7;
}

/* リスト：バナー（テキストつき） */
@media screen and (min-width: 768px) {
  .list-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.list-banners>.item {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .list-banners>.item {
    margin-top: 40px;
    width: calc(50% - 13px);
  }

  .list-banners>.item:nth-child(even) {
    margin-left: 26px;
  }
}

.list-banners>.item:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .list-banners>.item:nth-child(2) {
    margin-top: 0;
  }
}

.list-banners .text {
  font-size: calc(14rem / 16);
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .list-banners .text {
    margin-top: 14px;
  }
}

/* リスト：商品ナビ（col-four等と同時に指定する） */
.list-itemNav {
  margin-top: -10px;
}

.list-itemNav .link {
  color: #000;
  display: flex;
  flex-direction: column;
  outline: 1px solid #CCCCCC;
  outline-offset: -1px;
  position: relative;
  text-decoration: none;
}

.list-itemNav .link:hover {
  outline: 2px solid #1B62A4;
  outline-offset: -2px;
}

.list-itemNav .link:hover img {
  opacity: 1;
}

.list-itemNav .detail {
  background-color: #F5F5F5;
  padding: 13px;
}

.list-itemNav .text {
  font-size: calc(14rem / 16);
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.list-itemNav .button {
  align-items: center;
  background: #1B62A4;
  border-radius: 3px;
  color: #FFFFFF;
  display: flex;
  font-size: calc(13rem / 16);
  justify-content: center;
  margin: 8px 0 0 0;
  padding: 5px 0;
  text-align: center;
}

.list-itemNav .fukidashi {
  left: calc(6vw / 375 * 100);
  position: absolute;
  top: calc(6vw / 375 * 100);
  width: calc(56vw / 375 * 100);
}

@media screen and (min-width: 768px) {
  .list-itemNav .fukidashi {
    left: 6px;
    top: 6px;
    width: 56px;
  }
}

/* リスト：ページネーション */
.list-pagination {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.list-pagination>li>a,
.list-pagination>li>span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #337ab7;
  float: left;
  line-height: 1.42857143;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.list-pagination>li>a:hover,
.list-pagination>li>span:hover,
.list-pagination>li>a:focus,
.list-pagination>li>span:focus {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #23527c;
  z-index: 2;
}

.list-pagination>li:first-child>a,
.list-pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.list-pagination>li:last-child>a,
.list-pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.list-pagination>.active>a,
.list-pagination>.active>span,
.list-pagination>.active>a:hover,
.list-pagination>.active>span:hover,
.list-pagination>.active>a:focus,
.list-pagination>.active>span:focus {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
  cursor: default;
  z-index: 3;
}

.list-pagination>.disabled>span {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #777777;
  cursor: not-allowed;
}

.list-pagination>.disabled>span:hover,
.list-pagination>.disabled>span:focus {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #777777;
  cursor: not-allowed;
}

.list-pagination>.disabled>a {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #777777;
  cursor: not-allowed;
}

.list-pagination>.disabled>a:hover,
.list-pagination>.disabled>a:focus {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #777777;
  cursor: not-allowed;
}

.list-pagination.-lg>li>a,
.list-pagination.-lg>li>span {
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
}

.list-pagination.-lg>li:first-child>a,
.list-pagination.-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.list-pagination.-lg>li:last-child>a,
.list-pagination.-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.list-indent li {
  margin-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}

.list-numbers {
  list-style-type: decimal;
}

.list-numbers li {
  margin-left: 1.5em;
  margin-top: 10px;
}

/*********************************
	枠線
*********************************/
/* 画像枠 */
.image-border {
  border: solid 1px #aaa;
  padding: 2px;
}

/* コンテンツ枠：シャドウ */
.border-shadow {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

/* コンテンツ枠 */
[class^=border-].-padding {
  padding: 20px;
}

/* コンテンツ枠：灰色 */
.border-gray {
  border: 1px solid #BABABA;
}

.border-gray.-horizontal {
  border-left: none;
  border-right: none;
}

/* コンテンツ枠：灰色 */
.border-beige {
  border: solid 1px #ccc;
}

/* コンテンツ枠：ドット */
.border-dotted {
  border: dotted 2px;
}

/* コンテンツ枠：吹き出し */
.border-fukidashi {
  border: 2px solid;
  border-radius: 8px;
  height: min-content;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .border-fukidashi {
    margin-left: 10px;
  }

  .border-fukidashi::after,
  .border-fukidashi::before {
    border: solid transparent;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 25%;
    width: 0;
  }

  .border-fukidashi::after {
    border-color: rgba(213, 213, 213, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
  }

  .border-fukidashi::before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 23px;
    margin-top: -23px;
  }
}

/*********************************
	タグ
*********************************/
/* レシピタグ */
.tag-recipe {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: calc(12rem / 16);
  padding: 0 2em;
  text-align: center;
}

/* ヤマキイチ流 */
.tag-original::before {
  background-color: #bf0000;
  color: #fff;
  content: "ヤマキイチ流";
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: calc(14rem / 16);
  left: 0;
  min-width: min-content;
  padding: 0 1em;
  position: absolute;
  top: 0;
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .tag-original::before {
    font-size: calc(16rem / 16);
  }
}

/* 店舗タグ */
.tag-white {
  border: solid 1px #ccc;
  display: inline-block;
  font-size: calc(14rem / 16);
  padding: 5px 10px;
}

/* 手順タグ */
.tag-black {
  align-items: center;
  background-color: #000;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  margin-right: 10px;
  padding: 3px 6px 6px 6px;
}

/* その○○タグ */
.tag-red {
  align-items: center;
  background-color: #FF3900;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  margin-right: 10px;
  padding: 3px 6px 6px 6px;
}

/* うに：時間 */
.tag-gold {
  background-color: #e39521;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
}

/*********************************
	背景
*********************************/
.bg-gray {
  background-color: #EEE;
}

.bg-blue {
  background-color: #e8f6fb;
}

.bg-orange {
  background-color: #f6ebd7;
}

.bg-beige {
  background-color: #f8f6f4;
}

.bg-paper {
  background: url("https://yamakiichi.itembox.design/item/theme/img/bg-paper.png") repeat;
}

[class^=bg-].-padding {
  padding: 40px 35px;
}

[class^=col-] [class^=bg-].-padding {
  padding: 20px;
}

/*********************************
	ヘルパー：文字
*********************************/
/* ヘルパー：文字：配置 */
._text-right {
  text-align: right !important;
}

._text-center {
  text-align: center !important;
}

@media not all and (min-width: 768px) {
  ._text-center.-spLeft {
    text-align: left !important;
  }
}

/* ヘルパー：文字：装飾 */
._text-underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

/* ヘルパー：文字：太字 */
._font-bold {
  font-weight: bold;
}

._font-demi {
  font-weight: 500;
}

/* ヘルパー：文字：フォント */
._font-mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ヘルパー：文字：大きさ */
._font-10 {
  font-size: calc(10rem / 16);
}

._font-14 {
  font-size: calc(14rem / 16);
}

._font-20 {
  font-size: calc(16rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-20 {
    font-size: calc(20rem / 16);
  }
}

._font-24 {
  font-size: calc(16rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-24 {
    font-size: calc(24rem / 16);
  }
}

._font-26 {
  font-size: calc(20rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-26 {
    font-size: calc(26rem / 16);
  }
}

._font-28 {
  font-size: calc(20rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-28 {
    font-size: calc(28rem / 16);
  }
}

._font-32 {
  font-size: calc(22rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-32 {
    font-size: calc(32rem / 16);
  }
}

._font-40 {
  font-size: calc(24rem / 16);
}

@media screen and (min-width: 768px) {
  ._font-40 {
    font-size: calc(40rem / 16);
  }
}

._lineHeight-15 {
  line-height: 1.5;
}

._radius-10 {
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  ._radius-10 {
    border-radius: 10px;
  }
}

/* ヘルパー：文字：色 */
._color-blue {
  color: #03c;
}

._color-red {
  color: #bf0008;
}

._color-gold {
  color: #a88542;
}

._color-green {
  color: #006600;
}

._color-gray {
  color: #666;
}

._color-orange {
  color: #f45c00;
}

._color-brown {
  color: #B66C2F;
}

._color-black {
  color: #000;
}

/*********************************
	表
*********************************/
/* 表：標準 */
.table-standard {
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

.table-standard caption {
  border-bottom: 0;
  font-weight: bold;
  text-align: left;
}

.table-standard th,
.table-standard td {
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .table-standard.-topRed tr:first-child {
    border-top: 1px solid #e3e3e3;
  }

  .table-standard.-topRed tr:first-child th {
    border-top: #b3b3b3 4px solid;
  }

  .table-standard.-topRed tr:first-child td {
    border-top: #be1309 4px solid;
  }
}

.table-standard th {
  background: #f7f7f7;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

.table-standard td {
  padding: 10px;
  text-align: left;
}

@media not all and (min-width: 768px) {

  .table-standard th,
  .table-standard td {
    display: block;
  }
}

/* 表：フォーム */
.table-form {
  border-collapse: collapse;
  width: 100%;
}

.table-form th {
  background: #efefef;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

.table-form td {
  border: 1px solid #ccc;
  padding: 10px;
}

.table-form .required::after {
  color: #bf0008;
  content: "※必須";
  display: inline-block;
  margin-left: 0.5em;
}

@media not all and (min-width: 768px) {

  .table-form th,
  .table-form td {
    display: block;
  }
}

/* 表：標準 */
.table-itemSpec,
.itemspec {
  border: 1px solid #C69C6C;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 2em;
  width: 100%;
}

.table-itemSpec caption,
.itemspec caption {
  background-color: #F6EBD7;
  border: 1px solid #C69C6C;
  border-bottom: 0;
  color: #AC0A07;
  font-weight: bold;
  text-align: center;
}

.table-itemSpec th,
.itemspec th {
  background-color: #FCF9F3;
  border: 1px solid #C69C6C;
  border-bottom: none;
  color: #AC0A07;
  font-size: 90%;
  font-weight: normal;
  line-height: 1.5em;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.table-itemSpec td,
.itemspec td {
  background-color: #FCF9F3;
  border: 1px solid #C69C6C;
  font-size: 90%;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 5px 10px 5px;
  text-align: left;
  vertical-align: middle;
}

/* 表：価格表 */
.table-price {
  border-collapse: collapse;
  margin-top: 2em;
  width: 100%;
}

.table-price .size {
  display: block;
  font-weight: normal;
  word-break: keep-all;
}

@media screen and (min-width: 640px) {
  .table-price thead {
    background-color: #EFEFEF;
  }

  .table-price th {
    color: #333;
    line-height: 1.3;
    padding: 7px 5px;
    text-align: center;
  }

  .table-price td {
    padding: 7px 5px;
    text-align: center;
  }

  .table-price tr:nth-child(even) th,
  .table-price tr:nth-child(even) td {
    background-color: #EFEFEF;
  }
}

@media not all and (min-width: 640px) {

  .table-price thead,
  .table-price .blank {
    display: none;
  }

  .table-price tbody {
    display: grid;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-price tbody th {
    background-color: #EFEFEF;
    display: block;
  }

  .table-price tbody td {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
    text-align: right;
  }

  .table-price tbody td:nth-child(odd) {
    background-color: #EFEFEF;
  }

  .table-price tbody .size {
    font-size: calc(12rem / 16);
  }

  .table-price tbody tr:nth-child(3n+1) th {
    padding-left: 2em;
  }

  .table-price tbody tr:nth-child(3n+1) td {
    padding-right: 0;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank)::before {
    font-size: calc(12rem / 16);
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(2) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(2)::before {
    content: "5枚入";
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(3) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(3)::before {
    content: "8枚入";
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(4) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(4)::before {
    content: "10枚入";
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(5) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(5)::before {
    content: "15枚入";
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(6) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(6)::before {
    content: "20枚入";
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(7) {
    justify-content: space-between;
  }

  .table-price tbody tr:nth-child(3n+1) td:not(.blank):nth-child(7)::before {
    content: "25枚入";
  }
}

/*********************************
	フォーム
*********************************/
/* フォーム：全般 */
[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  color: #000;
  font-size: calc(20rem / 16);
}

/* フォーム：問い合わせ系 */
.form-contact .seiMei,
.form-contact .sei,
.form-contact .mei {
  display: flex;
}

.form-contact .seiMei input {
  margin-left: 0.5em;
}

.form-contact .mei {
  margin-left: 1em;
}

.form-contact .mail {
  align-items: center;
}

.form-contact .mail .confirm {
  align-items: center;
  display: flex;
  margin-top: 8px;
}

.form-contact .mail input {
  width: calc(100% - 5em);
}

.form-contact .mail label {
  flex-shrink: 0;
  margin-left: 0.5em;
}

.form-contact .zip {
  display: flex;
}

.form-contact .zip input {
  margin-left: 0.5em;
  max-width: 10em;
}

/*********************************
	ヘルパー
*********************************/
._visually-hidden {
  border: none !important;
  display: block !important;
  height: 4px !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  visibility: visible !important;
  width: 4px !important;
}

._clearfix {
  display: block;
}

._clearfix::before {
  clear: both;
  content: "";
  display: block;
}

._clearfix::after {
  clear: both;
  content: "";
  display: block;
}

._display-block {
  display: block;
}

._clear-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  position: relative;
  text-decoration: none;
}

._width-auto {
  width: auto !important;
}

._m-auto {
  margin-left: auto;
  margin-right: auto;
}

._mt-0 {
  margin-top: 0 !important;
}

._mt-8 {
  margin-top: 8px !important;
}

._mt-16 {
  margin-top: 16px !important;
}

._mt-20 {
  margin-top: 20px !important;
}

._mt-30 {
  margin-top: 30px !important;
}

._mt-40 {
  margin-top: 40px !important;
}

._mt-80 {
  margin-top: 32px !important;
}

@media screen and (min-width: 768px) {
  ._mt-80 {
    margin-top: 80px !important;
  }
}

._mt-100 {
  margin-top: 100px !important;
}

._mb-0 {
  margin-bottom: 0 !important;
}

._mb-20 {
  margin-bottom: 20px !important;
}

._mb-65 {
  margin-bottom: 65px !important;
}

._pd-1em {
  padding: 1em !important;
}

._pd-10 {
  padding: 10px !important;
}

._pd-20 {
  padding: 20px !important;
}

._pd-x20 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  ._pd-x20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

._pd-x30 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  ._pd-x30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

._pb-10 {
  padding-bottom: 10px !important;
}

._pb-20 {
  padding-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  ._sp-visible {
    display: none !important;
  }
}

@media not all and (min-width: 768px) {
  ._pc-visible {
    display: none !important;
  }
}

._position-relative {
  position: relative !important;
}

/*********************************
	リンク
*********************************/
.link-arrow {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: bold;
  text-decoration: none;
}

.link-arrow::before {
  color: #256dc0;
  content: "";
  font-family: "fs-icon";
  font-size: 200%;
  line-height: 1;
}

/*********************************
	任意商品表示パーツ 微調整
*********************************/
.fs-c-productListCarousel .fs-c-productPrice__main__label {
  display: none !important;
}

.fs-c-productListCarousel {
  font-size: calc(14rem / 16);
  -webkit-text-size-adjust: none;
}

.fs-c-productListCarousel .fs-c-salesPeriod__date {
  display: none;
}

.fs-c-productListCarousel .fs-c-button--plain {
  background-color: #970000;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.fs-c-productListCarousel .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: calc(14rem / 16);
}

.fs-c-productListCarousel .fs-c-productListItem__productDescription,
.fs-c-productListCarousel .fs-c-productMarks {
  display: none;
}

@media screen and (min-width: 768px) {
  .fs-c-productListCarousel__list__item {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px;
    max-width: 150px;
    margin: 0 8px;
  }
}
/*********************************
	任意商品表示パーツ展開　-open
*********************************/
.-open.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.-open.fs-c-productListCarousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: none !important;
  width: 100% !important;
}

.-open.fs-c-productListCarousel .slick-slide {
  float: none;
  margin-bottom: 16px;
  margin-top: 8px;
  width: 30%;
}

.-open.fs-c-productListCarousel .slick-slide:nth-child(even) {
  margin: 2%;
}

.-open.fs-c-productListCarousel .fs-c-productListCarousel__list,
.-open.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}

.-open.fs-c-productListCarousel .fs-c-productListCarousel__list__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .-open.fs-c-productListCarousel__list__item {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px;
    max-width: 150px;
    margin: 0 8px;
  }
}

/*
@media screen and (min-width: 768px) {
  .-open.fs-c-productListCarousel .fs-c-productListCarousel__list__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.-open.fs-c-productListCarousel .fs-c-productListCarousel__list__item>*+* {
  margin: 3px 0;
}

.-open.fs-c-productListCarousel .fs-c-productPrice {
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.-open.fs-c-productListCarousel .fs-c-productPrice__main {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.-open.fs-c-productListCarousel .fs-c-productPrice__addon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.-open.fs-c-productListCarousel .fs-c-productListItem__control {
  margin-top: 8px;
}

.-open.fs-c-productListCarousel form {
  display: block;
  width: 100%;
}


.-open.fs-c-productListCarousel .fs-c-button--particular {
  margin-right: 0;
  margin-top: 8px;
}
*/
/* 標準横幅 */
@media screen and (min-width: 768px) {
  .-open.fs-c-productListCarousel .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 18%;
    flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    height: 100%;
    max-width: 18%;
    min-width: 18%;
  }
}

@media screen and (min-width: 768px) {
  .-open.fs-c-productListCarousel .slick-slide:nth-child(even) {
    margin: 2%;
  }

  .-open.fs-c-productListCarousel .slick-slide:nth-child(5n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .-open.fs-c-productListCarousel__list__item>* {
    max-width: 172px;
  }
}

/* 商品ページ横幅 
@media screen and (min-width: 768px) {
  .fs-body-product .fs-c-productListCarousel .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    height: 100%;
    margin-left: 2%;
    max-width: 23%;
    min-width: 23%;
  }

  .fs-body-product .fs-c-productListCarousel .slick-slide:nth-child(5n+1) {
    margin-left: 2%;
  }

  .fs-body-product .fs-c-productListCarousel .slick-slide:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .fs-body-product .fs-c-productListCarousel__list__item>* {
    max-width: 160px;
  }
}
*/


/*********************************
	商品一覧
*********************************/
/* 販売期間 */
.now .fs-c-productListItem__notice {
  display: none;
}

/*********************************
	カート・バリエーション表示
*********************************/
.fs-c-variationAndActions .fs-c-variationRadioList__wishlist .fs-c-button__label {
  display: none;
}
.fs-c-price {
display:inline-block;
}
.fs-c-variationAndActions .fs-c-stockSignLegend {
  display: none;
}
.fs-c-productQuantity .fs-c-productQuantity__quantity::before {
  width: 100%;
  content: "数量";
}
.fs-c-productQuantity .fs-c-productQuantity__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

/*20240214 hnb　商品ページ*/
.teiki_pace_2402{background: #f2f0ec;padding: 10px;margin: 20px 0;font-size: 14px;}
.teiki_pace_2402 b{font-size: 16px;}

.hnb_item_2402 *{line-height: 1.7;letter-spacing: 0.05em}
.hnb_item_2402 img{max-width: 100%}
.hnb_item_2402 .mb20{margin-bottom: 20px}
.hnb_item_2402 .mb40{margin-bottom: 40px}
.hnb_item_2402 .mb60{margin-bottom: 60px}
.hnb_item_2402 h2{margin-bottom: 20px; font-size: 1.4em}
.hnb_item_2402 .pc_only{display: block}
.hnb_item_2402 .sp_only{display: none}
.hnb_item_2402 .bnr{margin-bottom: 80px}
.hnb_item_2402 .bnr .read{text-align: center;margin-bottom: 10px}

.fs-body-product .table-itemSpec th{width: 140px;}
.fs-body-product .table-itemSpec td{padding: 10px;}
.fs-body-product .table-itemSpec caption{padding: 10px}

@media (max-width: 767px) { 
.hnb_item_2402 .pc_only{display: none}
.hnb_item_2402 .sp_only{display: block}
.hnb_item_2402 .indent_sp{padding: 0 1em}
.hnb_item_2402 .bnr .read{font-size: 15px}

.fs-body-product .table-itemSpec th{width: 100%; display: block}
.fs-body-product .table-itemSpec td{width: 100%; display: block;background: #fff}
 }

