@charset "UTF-8";

body {
  background-color: #ccc;
  /* ===============================================
  # アニメーション
  =============================================== */
}

body .fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

body .fadeRight {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contents {
  padding-left: 0;
  width: 890px;
  margin: 0 auto;
}

.contents #breadcrumbs {
  padding-top: 33px;
  padding-left: 122px;
}

.inner {
  width: 890px;
  margin: 0 auto;
}

#history .title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 800;
}

#history .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 426px;
  background-image: url(../img/history/history_bg.png);
  background-size: cover;
  margin-bottom: 40px;
}

#history .area .box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#history .area .box img {
  mix-blend-mode: darken;
  width: 100%;
  height: auto;
}

#history .area .box .txt_box {
  width: 460px;
}

#history .area .box .txt_box h4 {
  color: #0f5f04;
  font-family: "Noto Sans JP";
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#history .area .box .txt_box .body-txt {
  font-size: 16px;
  line-height: 1.75;
}

.product_header {
  width: 100%;
  height: 48px;
  background-color: #c9c9c9;
}

.product_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.product_header .product_item {
  display: flex;
}

.product_header .product_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 8px #fff solid;
  width: 290px;
  height: 48px;
  transition: all 0.2s ease;
}

.product_header .product_item a:last-child {
  border-right: 8px #fff solid;
}

.product_header .product_item a::after {
  content: url(../img/history/product_item_arrow.svg);
  position: absolute;
  top: 11px;
  right: 17px;
}

.product_header .product_item a:hover {
  opacity: 1;
  background-color: #0f5f04;
  color: #fff;
  transition: all 0.2s ease;
}

.product_timeline {
  padding-top: 63px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 160px;
}

.product_timeline .era-block {
  position: relative;
  display: block;
}

.product_timeline .era-block:nth-child(1) .item:nth-child(4) {
  margin-top: -290px;
}

.product_timeline .era-block:nth-child(1) .item:nth-child(8) {
  margin-top: -200px;
}

.product_timeline .era-block:nth-child(2) .item:nth-child(3) {
  margin-top: -195px;
}

.product_timeline .era-block:nth-child(2) .item:nth-child(6) {
  margin-top: -60px;
}

.product_timeline .era-block:nth-child(2) .item:nth-child(8) {
  margin-top: -192px;
}

.product_timeline .era-block:nth-child(2) .item:nth-child(10) {
  margin-top: -110px;
}

.product_timeline .era-block:nth-child(2) .item:nth-child(12) {
  margin-top: -65px;
}

.product_timeline .era-block:nth-child(3) {
  margin-bottom: 160px;
}

.product_timeline .era-block:nth-child(3)::before {
  content: url(../img/history/timeline_arrow.svg);
  position: absolute;
  bottom: -15px;
  left: calc(50% - 7px);
}

.product_timeline .era-block:nth-child(3) .item:nth-child(2) {
  margin-top: -118px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(3) {
  margin-top: -90px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(4) {
  margin-top: -90px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(5) {
  margin-top: -90px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(7) {
  margin-top: -120px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(9) {
  margin-top: -30px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(15) {
  margin-top: -220px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(16) {
  margin-top: -45px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(18) {
  margin-top: -40px;
}

.product_timeline .era-block:nth-child(3) .item:nth-child(19) {
  margin-top: -200px;
}

.product_timeline .era-block .circle {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: #0f5f04 2px solid;
  border-radius: 50%;
  background-color: #fff;
  position: inherit;
  z-index: 1;
}

.product_timeline .era-block .circle span {
  color: #0f5f04;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -5px;
}

.product_timeline .era-block .line {
  width: 100%;
  position: relative;
}

.product_timeline .era-block .line::after {
  content: "";
  position: absolute;
  background-color: #0f5f04;
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
  z-index: 0;
}

.product_timeline .era-block .line .item {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  position: inherit;
  left: calc(50% - 9px);
  margin-bottom: 54px;
  opacity: 0;
}

.product_timeline .era-block .line .item:first-child {
  padding-top: 80px;
}

.product_timeline .era-block .line .item:last-child {
  margin-bottom: 0;
}

.product_timeline .era-block .line .item.left {
  flex-direction: row-reverse;
  left: auto;
  right: calc(50% - 9px);
}

.product_timeline .era-block .line .item.left .tx {
  align-items: flex-end;
}

.product_timeline .era-block .line .item.left .tx .body-txt {
  font-size: 16px;
  text-align: end;
}

.product_timeline .era-block .line .item.empty {
  height: 50px;
}

.product_timeline .era-block .line .item .dott {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f5f04;
}

.product_timeline .era-block .line .item .tx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "Noto Sans JP";
}

.product_timeline .era-block .line .item .tx .time {
  font-size: 22px;
  color: #0f5f04;
  font-weight: bold;
}

.product_timeline .era-block .line .item .tx .body-txt {
  font-size: 16px;
  text-align: start;
  margin-bottom: 10px;
  line-height: 1.6;
}

.product_timeline .era-block .line .item .tx .body-txt a {
  color: #0f5f04;
  -webkit-text-decoration: underline #0f5f04;
  text-decoration: underline #0f5f04;
}

.product_timeline .era-block .line .item .tx .img {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.copy {
  width: 752px;
  margin: 0 auto;
}

.copy h3 {
  font-size: 40px;
  color: #0f5f04;
}

.copy .tx {
  font-size: 16px;
  line-height: 1.75;
}

.product_header .product_item a.active {
  background-color: #0f5f04;
  color: #fff;
}

#introduction .txt_area {
  text-align: center;
  margin-bottom: 40px;
}

#introduction .txt_area .title {
  margin-bottom: 40px;
}

#introduction .txt_area .sub_title {
  font-size: 20px;
  color: #0f5f04;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-bottom: 37px;
}

#introduction .txt_area .body_txt {
  font-size: 16px;
  letter-spacing: -0.05em;
}

#introduction .block_area .link_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 70px;
}

#introduction .block_area .link_area .item {
  position: relative;
  width: 136px;
  height: 50px;
  border: #0f5f04 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

#introduction .block_area .link_area .item::after {
  content: url(../img/introduction/introduction_arrow.png);
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
}

#introduction .item_block {
  margin-bottom: 142px;
}

/* #introduction .item_block:last-child {
  margin-bottom: 310px;
} */
#introduction .item_block .block_mv {
  width: 100%;
  height: 463px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

#introduction .item_block .block_mv.kadota {
  background-image: url(../img/introduction/introduction_bg01.jpg);
}

#introduction .item_block .block_mv.kadota img {
  width: 342px;
  height: 375px;
}

#introduction .item_block .block_mv.amanogi {
  background-image: url(../img/introduction/introduction_bg02.jpg);
}

#introduction .item_block .block_mv.amanogi img {
  width: 508px;
  height: 360px;
}

#introduction .item_block .block_mv.maisya {
  background-image: url(../img/introduction/introduction_bg03.jpg);
}

#introduction .item_block .block_mv.maisya img {
  width: 508px;
  height: 110px;
}

#introduction .item_block .txt_area .top_txt {
  margin-bottom: 50px;
}

#introduction .item_block .txt_area .img_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 34px;
  gap: 5px;
}

#introduction .item_block .txt_area .img_box li {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#introduction .item_block .txt_area .img_box li span {
  font-size: 12px;
}

#introduction .item_block .txt_area .img_box li img {
  height: 196px;
}

#introduction .item_block .txt_area .bottom_txt {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  border-left: #0f5f04 4px solid;
  padding-left: 20px;
}

/*# sourceMappingURL=styles.css.map */