@charset "UTF-8";
@media (any-hover: hover) {
  a:hover {
    opacity: 0.75;
  }
}
/*テーマカラーの定義（CSS変数）
---------------------------------------------------------------------------*/
:root {
  --common-color: #333333;
  --general-color: #cccccc;
  --tertiary-color: #ffffff;
  --site-color: #e5002d;
  --common-text-color: #ffffff;
  --local-bg-color: #c1cbb5;
  --button-text-color: #666666;
  --font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --fontweb: "Noto Sans JP", "游ゴシック", "Yu Gothic", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka,
    Sans-Serif;
  --font-yaku: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --margin-gap80: 80px;
  --margin-gap72: 72px;
  --margin-gap64: 64px;
  --margin-gap56: 56px;
  --margin-gap48: 48px;
  --margin-gap40: 40px;
  --margin-gap32: 32px;
  --margin-gap24: 24px;
  --margin-gap20: 20px;
  --margin-gap16: 16px;
  --margin-gap10: 10px;
  --margin-gap8: 8px;
  --margin-gap5: 5px;
  --margin-gap0: 0px;
  --fz56: calc(56 / 16 * 1rem);
  --fz48: calc(48 / 16 * 1rem);
  --fz40: calc(40 / 16 * 1rem);
  --fz32: calc(32 / 16 * 1rem);
  --fz24: calc(24 / 16 * 1rem);
  --fz20: calc(20 / 16 * 1rem);
  --fz16: calc(16 / 16 * 1rem);
  --fz14: calc(14 / 16 * 1rem);
  --fz12: calc(12 / 16 * 1rem);
  --fz10: calc(10 / 16 * 1rem);
}

#svg-symbols {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}

html {
  overflow-y: scroll;
}

img {
  border: 0;
}

header,
footer,
nav,
section,
article,
aside {
  display: block;
}

body {
  min-width: 100%;
  color: #333333;
  font-size: var(--fz16);
  font-family: var(--font);
  position: relative;
}

body a {
  text-decoration: none;
}

div02:before,
div02:after,
h3:before,
h3:after,
h4:before,
h4:after {
  content: "";
  display: block;
}

div02:after,
h3:after,
h4:after {
  clear: both;
}

div02 {
  zoom: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
@media (min-width: 1113px) {
  .page .l-wrapper {
    top: 68px !important;
  }
}
@media (min-width: 768px) and (max-width: 1112px) {
  .page .l-wrapper {
    top: 111px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page .l-wrapper {
    top: 56px !important;
  }
}
.l-wrapper {
  width: 100%;
  height: 100%;
  background: var(--tertiary-color);
  position: absolute;
  top: 50px;
  left: 0;
}

#large-stock {
  overflow: hidden;
}

.l-inner {
  width: 90%;
  padding: 40px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 960px;
}
.l-inner .p-block:not(:first-child) {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media (width < 767px) {
  .l-inner .p-block:not(:first-child) {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

@media (min-width: 1113px) {
  .l-inner {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
  .l-inner a:hover {
    opacity: 0.75;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.l-breadcrumb {
  background: var(--site-color);
  color: var(--common-text-color);
  font-size: var(--fz14);
}

.l-breadcrumb .l-inner {
  padding: 8px;
}

.l-breadcrumb .home {
  background-image: url(../../img/common/home.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 14px;
  text-indent: -9999px;
  display: inline-block;
  width: 14px;
}

.l-breadcrumb a:link {
  color: var(--common-text-color);
  text-decoration: none;
}

.l-breadcrumb a:visited {
  color: var(--common-text-color);
  text-decoration: none;
}

.l-breadcrumb a:hover {
  color: var(--common-text-color);
  text-decoration: underline;
}

.l-breadcrumb a:active {
  color: var(--common-text-color);
  text-decoration: none;
}

/*pc sp 切り替え*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.c-main-container h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
text-shadow: 3px 3px 4px #ffffff, -3px 3px 4px #ffffff, 3px -3px 4px #ffffff, -3px -3px 4px #ffffff, 3px 0px 4px #ffffff, 0px 3px 4px #ffffff, -3px 0px 4px #ffffff, 0px -3px 4px #ffffff;
  z-index: 1;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.122em;
}
@media (width < 767px) {
  .c-main-container h1 {
    font-size: 1.75rem;
    height: 100%;
  }
}

.c-sub-global-hdg1 {
  background-image: url(images/title_2.jpg);
  width: 100%;
  height: 320px;
  font-size: 24px;
  background-color: var(--general-color);
  background-repeat: no-repeat;
  text-align: center;
  color: #000;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (width < 767px) {
  .c-sub-global-hdg1 {
    height: 142px;
  }
}
.c-sub-global-hdg1::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.125);
  z-index: 0;
}

.c-sub-global-hdg2 {
  position: relative;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #b6b6b6;
  font-size: 1.75rem;
  font-family: var(--fontweb);
  margin-bottom: 1em;
  margin-bottom: var(--margin-gap20);
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: inherit;
}
@media (width < 767px) {
  .c-sub-global-hdg2 {
    font-size: 1.5rem;
    -webkit-padding-after: 0.325em;
            padding-block-end: 0.325em;
  }
}

.c-sub-global-hdg2::after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #e5002d;
  bottom: -3px;
  width: 8%;
  display: block;
}

.c-sub-global-hdg2:not(:first-child) {
  margin-top: var(--margin-gap40);
}

.c-sub-global-hdg2-02:not(:first-child) {
  margin-top: var(--margin-gap40);
}

.anchor_link_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media (width < 767px) {
  .anchor_link_box {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}
.anchor_link_box li a {
  border: 1px solid var(--button-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  position: relative;
  border-radius: 100vmax;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  color: #333;
}
.anchor_link_box li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  left: 20px;
  margin: 0;
  border-radius: 100vmax;
  background: #fff;
}
.anchor_link_box li a span svg {
  width: 16px;
  height: 16px;
  stroke: #333;
}

.--indent {
  font-family: var(--font-yaku);
  text-indent: -1em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
@media (width < 767px) {
  .--indent {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  }
}

.p-block-mv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 1.25rem;
  position: relative;
}
@media (width < 767px) {
  .p-block-mv {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}
.p-block-mv img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (width < 767px) {
  .p-block-mv img {
    border-radius: 12px;
  }
}
.p-block-mv img.p-block-mv__icon {
  width: 400px;
  position: absolute;
  bottom: 72px;
  left: -48px;
  border: 16px solid #fff;
}
@media (width < 767px) {
  .p-block-mv img.p-block-mv__icon {
    bottom: initial;
    top: 116px;
    left: -16px;
    border: 8px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 240px;
  }
}
.p-block-mv__text {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.5;
}
@media (width < 767px) {
  .p-block-mv__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-block--md {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}

.p-product-container {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media (width < 767px) {
  .p-product-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-product__image {
  position: relative;
}
@media (width < 767px) {
  .p-product__image img {
    width: 100%;
    height: auto;
  }
}
.p-product__image figcaption {
  font-size: 0.875rem;
  color: var(--button-text-color);
  position: absolute;
  right: 0;
  top: -4px;
}
@media (width < 767px) {
  .p-product__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-product__text * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-product__text p {
  line-height: 1.7;
}
@media (width < 767px) {
  .p-product__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
            font-size: 0.875rem;
  }
}
.p-product-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.25rem;
  margin-top: 10px;
}
.p-product-card-container-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.25rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .p-product-card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
  }
  .p-product-card-container-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
  }
}
@media (width < 767px) {
  .p-product-card img {
    width: 100%;
    height: auto;
  }
}
figure.p-product-card {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 8px 10px;
    border: 1px solid #d5d5d5;
}
.c-article-button {
  max-width: 560px;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  margin-inline: auto;
}
.c-article-button-2 {
  max-width: 560px;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  margin-inline: auto;
 position: absolute;
    bottom: 8%;
    right: 5%;
}
.picture-button{
position: relative;
}
@media (width < 767px) {
  .c-article-button {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
   .c-article-button-2 {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
            left: 50%;
        transform: translateX(-50%);
        width: 75%;
    bottom: 12%;
  }
}
.c-article-button.--buttons {
  max-width: 100%;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (width < 767px) {
  .c-article-button.--buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.c-article-button.--buttons a {
  font-size: 1rem;
}
@media (width < 767px) {
  .c-article-button.--buttons a {
    font-size: 0.9em;
  }
}
.c-article-button a {
  font-size: 1.5em;
  padding: 0.8rem 0.2rem;
  position: relative;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  color: var(--button-text-color);
  font-family: var(--fontweb);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-article-button-2 a {
  font-size: 1.5em;
padding: 0.8rem 1.2rem 0.8rem 2.7rem;
  position: relative;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  color: var(--button-text-color);
  font-family: var(--fontweb);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
 background: #000000;
 color: #ffffff;
}
@media (width < 767px) {
  .c-article-button a {
    font-size: 0.9em;
  }
  .c-article-button-2 a {
    font-size: 0.8em;
  }
}
.c-article-button a::before, .c-article-button a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.c-article-button-2 a::before, .c-article-button-2 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.c-article-button a::after {
  left: 10px;
  background: var(--button-text-color);
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-article-button-2 a::after {
  left: 10px;
  background: #ffffff;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (width < 767px) {
  .c-article-button a::after {
    width: 20px;
    height: 20px;
  }
 .c-article-button-2 a::after {
    width: 20px;
    height: 20px;
  }
}
.c-article-button a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.9rem;
  border-top: solid 2px var(--common-text-color);
  border-right: solid 2px var(--common-text-color);
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-article-button-2 a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.9rem;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 767px) {
  .c-article-button a::before {
    width: 0.4rem;
    height: 0.4rem;
    border-top: solid 1px var(--common-text-color);
    border-right: solid 1px var(--common-text-color);
  }
   .c-article-button-2 a::before {
    width: 0.4rem;
    height: 0.4rem;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
  }
}
.c-article-button a:hover, .c-article-button a:focus {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-article-button-2 a:hover, .c-article-button-2 a:focus {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-article-button a:hover {
  border-color: var(--site-color);
}
.c-article-button-2 a:hover {
  border-color: var(--site-color);
}

.c-heading--h3 {
  position: relative;
  font-family: var(--fontweb);
  font-size: 1.25rem;
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
}
@media (width < 767px) {
  .c-heading--h3 {
    font-size: 1rem;
  }
}


.p-point__mv {
  display: block;
  width: 100%;
  height: auto;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-point__content {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-point__content.--mbt {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
.p-point__content p {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  line-height: 1.5;
}
@media (width < 767px) and (width < 767px) {
  .p-point__content p {
    font-size: 0.875rem;
  }
}

.p-point__heading {
  font-family: var(--fontweb);
  font-size: 1.25rem;
}
@media (width < 767px) {
  .p-point__heading {
    font-size: 1rem;
  }
}

.p-campaign-title {
  background-image: url(images/campaign_title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 160px;
  background-position: bottom;
}
@media (width < 767px) {
  .p-campaign-title {
    height: 96px;
  }
}
.p-campaign-title h3 {
  font-family: var(--fontweb);
  position: absolute;
  margin: auto;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
}
@media (width < 767px) {
  .p-campaign-title h3 {
    font-size: 1.5rem;
  }
}
.p-campaign-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  gap: 1.5rem 1rem;
}
@media (width < 767px) {
  .p-campaign-links {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-campaign-links article a h4 {
  color: var(--common-color);
  text-align: center;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
@media (width < 767px) {
  .p-campaign-links article a h4 {
    text-align: left;
    font-size: 0.875rem;
  }
}
.p-campaign-links article a img {
  width: 100%;
  height: auto;
  border: 1px solid #999999;
}

.p-tax__lead {
  font-weight: bold;
  font-family: var(--font-yaku);
  font-size: 1.25rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media (width < 767px) {
  .p-tax__lead {
    font-size: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.p-tax__body {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
.p-tax__body * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media (width < 767px) {
  .p-tax__body {
    font-size: 0.875rem;
  }
}
.p-tax__body p {
  line-height: 1.7;
}/*# sourceMappingURL=style.original.css.map */

.c-lead-content {
        text-align: justify;
        line-height: 1.8;
        font-size: var(--fz14);
}
.spec-container03 {
    display: grid;
    grid-template-columns: 1em 1fr;
    width: 100%;
    margin-bottom: 0em;
    margin-top: 10px;
}
.itirei {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 35px;
}
p.note_text {
    font-size: var(--fz14);
    text-align: right;
    margin-top: 13px;
    padding-left: 1em;
    text-indent: -1em;
}
p.note_text_02 {
    font-size: var(--fz14);
    text-align: left;
    margin-top: 10px;
   margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
p.price{
    color: #e60213;
    font-size: 1.6em;
    text-align: right;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
p.price span.kaku {
    font-size: 0.5em;
    padding-inline-end: 2px;
}
p.price span.yen {
    font-size: 0.5em;
    padding-left: 2px;
}
.p-product-card a{
color: #333333;
cursor: pointer;
}
p.goods-size{
font-size: 0.6rem;
}
.price-box{
display: flex;
flex-direction: row;
}
.price-box-left{
border-right: 1px solid #333333;
padding-right: 5px;
}
.price-box-right{
padding-left: 5px;
}
.price-box-vertical{
display: flex;
flex-direction: column;
margin-top: auto;
}
.price-text{
font-size: 0.65rem;
height: 20px;
}
.price-text-2{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
    align-items: baseline;
}
.price-box-vertical-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.price.small{
color: #333;
font-size: 1.1em;
}
p.category{
    font-size: 25px;
    background-color: #5179b7;
    color: #fff;
    width: 300px;
    padding: 5px 15px;
    margin-top: 50px;
     text-align: center;
}
.category-box{
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 1.25rem;

}
.category-box-2{
display: flex;
flex-direction: column;
}
.goods-img-name{
word-break: break-all;
    overflow-wrap: break-word;
    font-feature-settings: 'palt';
    overflow: hidden;
    height: 4.5rem;
}
.goods-img{
    width: 170px;
    height: 170px;
    position: relative;
    margin: auto;
}
.goods-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.text-point span.pop{
 font-size: 13px;
 display: flex;
 align-items: baseline;
position: absolute;
left: 5%;
bottom: 9%;
line-height: 1.2em;
}
.text-point-box{
position: absolute;
right: 5%;
bottom: 11%;
display: flex;
align-items: baseline;
}
.text-point {
    background-color: #0f30af;
    color: #FFFFFF;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: baseline;
    justify-content: center;
     margin-bottom: 10px;
 position: relative;
}
span.point{
font-size: 20px;
padding: 0px 3px;
font-weight: bold;
}
.limited-quantity-border {
    width: fit-content;
    border-radius: 1em;
    border: 0.4em solid #e60213;
    margin: 2em auto;
    overflow: hidden;
}
.limited-quantity th {
    background-color: #e60213;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    width: 25%;
}
.limited-quantity th, .limited-quantity td {
   padding: 7px;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.5em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
td, th {
    vertical-align: middle;
}
.p-block picture img{
width: 100%;
height: auto;
margin-bottom: 20px;
}
ul.campaign-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 65px;
}
@media (max-width: 767px) {
    .c-lead-content {
        text-align: justify;
        line-height: 1.8;
        font-size: var(--fz14);
}
p.price {
 font-size: 1.1em;
 display: flex;
 align-items: baseline;
}
 .category-box {
 flex-direction: column;
 }
.limited-quantity-border {
    width: fit-content;
    border-radius: 1em;
    border: 0.4em solid #e60213;
    overflow: hidden;
 margin-top: 20px;
 margin-bottom: 30px;
}
.limited-quantity th {
    font-size: 4.0vw;
}
quantity td {
        padding: 2.0vw;
    }
 .goods-img img{
     max-width: 100%;
    max-height: 100%;
 }
.goods-img{
    width: 120px;
    height: 120px;
}
p.goods-size {
    font-size: 0.65rem;
}
.price-box {
    display: flex;
    flex-direction: column;
}

.price-box-left {
    border-right: 0;
    padding-right: 0;
}
.price-box-right {
    padding-left: 0;
}
 p.note_text{
     text-align: left;
 }
p.category {
    font-size: 16px;
    width: 160px;
 margin-top: 35px;
}
 .goods-img-name{
 height: 5.6rem;
 }
 .goods-img-name.small{
     height: 3.6rem;
 }
.limited-quantity th, .limited-quantity td {
    font-size: 0.95em;
}
ul.campaign-list {
grid-template-columns: repeat(1, 1fr);
gap: 0px;
}
p.price.small{
color: #333;
font-size: 0.85em;
}
}
@media (min-width: 767px) {
 .p-product-card.high{
     height: 309.5px;
 }
.c-modify .c-tag-line-container {
        position: absolute;
        bottom: 5%;
        right: 0;
        padding-right: 26px;
}
.p-product-card a{
width: 193px;
}
.corporate__feature {
        display: grid;
        grid-template-columns: repeat(1, minmax(250px, 1fr));
        gap: 10px;
    }
    .wrap_main .c-modify .btn--area a {
        border: 3px solid #ffffff;
    }
.fs-medium {
        font-size: clamp(1rem, 0.9464rem + 0.1116vw, 1.125rem);
        padding: 0.9rem 1.9rem 0.9rem 3.15rem;
    }
.icon-black, .icon-gray {
        position: relative;
    }
.black-btn {
        background: var(--tertiary-color);
        color: var(--primary-color);
    }
.flatbtn {
        box-sizing: border-box;
        text-align: center;
        border-radius: 4px;
        color: var(--primary-text-color);
        display: flex;
        opacity: 1;
        width: auto;
        height: 100%;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
 .c-tag-line-container-box {
        position: absolute;
        bottom: 5%;
        max-width: 1200px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
.c-modify .c-tag-line-container {
        position: absolute;
        bottom: 5%;
        right: 0;
        padding-right: 26px;
    }
.goods-img-name.small{
     height: 2.5rem;
 }

}
@media (min-width: 768px) and (max-width: 1112px) {
    .p-product-card a {
        width: 203px;
    }
}
