@charset "UTF-8";
/* =====================
	ハチ食品の歴史
 ======================= */
.p-header {
  margin-bottom: 0;
}

.fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.fs-l-main.is-noSidenav .l-sidenav + .fs-l-pageMain {
  max-width: none;
}

.fs-l-pageMain {
  padding: 0;
}

/** -------------------- 共通 -------------------- **/
.p-history__section {
  position: relative;
  padding: 60px 0;
}

.p-history__section:before {
  content: "";
  width: 2px;
  height: 72px;
  background: var(--c_acc);
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.p-history__section:after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--c_acc);
  border-radius: 50%;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.p-history__year {
  margin: 0 auto 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--c_base);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 8px 10px;
  border: 1px solid var(--c_base);
  border-radius: 100px;
}

.p-history__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

.p-history__lead {
  font-weight: 600;
  line-height: 1.6;
}

.p-history__txt {
  font-weight: 600;
  line-height: 2.0;
}

.p-history__whtBox {
  background: var(--c_wht);
  position: relative;
  padding: 40px 20px;
}

.p-history__whtBox:before, .p-history__whtBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: var(--c_bg_c) transparent transparent transparent;
  position: absolute;
}

.p-history__whtBox:before {
  top: 0;
  left: 0;
}

.p-history__whtBox:after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.p-history__whtBox__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 16px;
  color: var(--c_acc);
}

.c-bg-g .p-history__whtBox:before, .c-bg-g .p-history__whtBox:after {
  border-color: var(--c_bg_g) transparent transparent transparent;
}

/** -------------------- MV -------------------- **/
.p-mv {
  padding: 0;
}

.p-mv__bg img {
  width: 100%;
}

.p-mv__contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c_wht);
  text-align: center;
}

.p-mv__contents:before {
  content: "";
  width: 2px;
  height: 36px;
  background: var(--c_wht);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.p-mv__catchcopy {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.p-mv__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

/** -------------------- はじまりは薬種問屋から -------------------- **/
.p-sec01__txt {
  margin: 24px 0;
}

.p-sec01__img01 figcaption {
  text-align: right;
  font-family: var(--font_go);
  font-size: 1.2rem;
  margin-top: 5px;
}

/** -------------------- 日本初のカレー粉を販売開始 -------------------- **/
.p-sec02__img01 {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 20px;
}

.p-sec02__img01 figcaption {
  font-family: var(--font_go);
  font-size: 1rem;
  position: absolute;
  right: 0;
  bottom: 10%;
}

.p-sec02__txt {
  margin-top: 20px;
}

.p-sec02__photoArea {
  margin: 40px 0;
}

.p-sec02__box {
  margin-bottom: 32px;
}

.p-sec02__box:last-child {
  margin-bottom: 0;
}

.p-sec02__box__txt {
  margin: 20px 0;
}

/** -------------------- 広く愛される蜂カレー -------------------- **/
.p-sec03__img01 {
  margin: 20px 0 40px;
}

.p-sec03__box02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

.p-sec03__box02__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.p-sec03__box02__list > li img {
  display: block;
  width: 75%;
  margin: 0 auto 16px;
}

/** -------------------- 現在、そしてこれから -------------------- **/
.p-sec04 {
  padding: 24px 20px;
  background: url(../images/history/img08_sp.jpg) no-repeat center/cover;
}

.p-sec04 .l-inner {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 40px 20px;
}

.p-sec04__catchcopy {
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.05em;
  margin: -8px 0 24px;
  text-align: center;
}

.p-sec04__txt01 {
  font-weight: 600;
  line-height: 2.2;
  margin-top: 30px;
}

.p-sec04__txt01:first-child {
  margin-top: 0;
}

.p-sec04__img01 {
  margin: 40px 0;
}

/* スマホのみ
  ------------------------ */
/* PC
  ------------------------ */
@media (min-width: 701px) {
  /** -------------------- 共通 -------------------- **/
  .p-history__section {
    padding: 120px 0;
  }
  .p-history__section:before {
    height: 150px;
    bottom: -75px;
  }
  .p-history__section:after {
    width: 13px;
    height: 13px;
    bottom: -88px;
  }
  .p-history__year {
    margin-bottom: 32px;
    font-size: 3rem;
    padding: 10px 18px;
  }
  .p-history__title {
    font-size: 5rem;
    margin-bottom: 48px;
  }
  .p-history__lead {
    font-size: 1.8rem;
  }
  .p-history__txt {
    font-size: 1.8rem;
  }
  .p-history__whtBox {
    padding: 60px 56px;
  }
  .p-history__whtBox:before, .p-history__whtBox:after {
    border-width: 38px 38px 0 0;
  }
  .p-history__whtBox__title {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  /** -------------------- MV -------------------- **/
  .p-mv {
    padding: 0;
  }
  .p-mv__contents:before {
    height: 75px;
  }
  .p-mv__catchcopy {
    font-size: 4rem;
    margin-bottom: 38px;
  }
  .p-mv__title {
    font-size: 7.5rem;
  }
  /** -------------------- はじまりは薬種問屋から -------------------- **/
  .p-sec01__txt {
    margin: 48px 0;
    text-align: center;
  }
  .p-sec01__img01 figcaption {
    font-size: 1.4rem;
  }
  /** -------------------- 日本初のカレー粉を販売開始 -------------------- **/
  .p-sec02__img01 {
    margin: 96px auto 40px;
  }
  .p-sec02__img01 figcaption {
    font-size: 1.4rem;
    bottom: 17.5%;
  }
  .p-sec02__txt {
    text-align: center;
    margin-top: 40px;
  }
  .p-sec02__photoArea {
    margin: 40px 0 70px;
  }
  .p-sec02__box {
    margin-bottom: 64px;
  }
  .p-sec02__box__txt {
    margin: 0;
  }
  .p-sec02__box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-sec02__box__inner > .p-history__whtBox__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-sec02__box__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50.8%;
            flex: 0 1 50.8%;
  }
  .p-sec02__box__left .p-history__whtBox__title {
    text-align: left;
    margin-left: -20px;
    padding-top: 12px;
  }
  .p-sec02__box__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45.7%;
            flex: 0 1 45.7%;
  }
  /** -------------------- 広く愛される蜂カレー -------------------- **/
  .p-sec03__box01 {
    position: relative;
    margin-bottom: 140px;
  }
  .p-sec03__box01 .l-inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-sec03__txt01 {
    width: 42.8%;
  }
  .p-sec03__img01 {
    width: 50%;
    margin-left: auto;
  }
  .p-sec03__box02__list {
    margin-top: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7.4%;
       -moz-column-gap: 7.4%;
            column-gap: 7.4%;
    font-size: 2rem;
  }
  .p-sec03__box02__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 18.2%;
            flex: 0 1 18.2%;
  }
  .p-sec03__box02__list > li img {
    width: 100%;
  }
  /** -------------------- 現在、そしてこれから -------------------- **/
  .p-sec04 {
    padding: 70px 0;
    background: url(../images/history/img08.jpg) no-repeat center/cover;
  }
  .p-sec04 .l-inner {
    padding: 48px 20px;
  }
  .p-sec04__catchcopy {
    font-size: 2.6rem;
    margin: -12px 0 50px;
  }
  .p-sec04__txt01 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5;
    margin-top: 45px;
  }
  .p-sec04__img01 {
    margin: 56px 0 67px;
    text-align: center;
  }
}
