@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.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;
  }
}
.p-product-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.25rem;
}
@media (width < 767px) {
  .p-product-card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
  }
}
@media (width < 767px) {
  .p-product-card img {
    width: 100%;
    height: auto;
  }
}
.p-product-card figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-article-button {
  max-width: 560px;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  margin-inline: auto;
}
@media (width < 767px) {
  .c-article-button {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.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;
}
@media (width < 767px) {
  .c-article-button a {
    font-size: 0.9em;
  }
}
.c-article-button a::before, .c-article-button 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;
}
@media (width < 767px) {
  .c-article-button 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;
}
@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 a:hover, .c-article-button 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-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 */



.itirei {
position: relative;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 20px;
}



