@charset "UTF-8";
/*=======================================
藤次郎の歴史
=========================================*/
.p-history {
  padding-top: 144px;
  padding-bottom: 180px;
}
.p-history__content {
  float: right;
  width: 65.8474%;
}
.p-history__content h3 {
  border-bottom: 1px solid #383B4E;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  padding-bottom: 18px;
}
.p-history__content-block1 {
  margin-bottom: 120px;
}
.p-history__content-block1:last-child {
  margin-bottom: 0;
}
.p-history__content-block1 .box1 {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.p-history__content-block1 .box1:before, .p-history__content-block1 .box1:after {
  display: none;
}
.p-history__content-block1 .box1 .txt1 h4 {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-history__content-block1 .box1 .txt1 p {
  margin-top: 20px;
  line-height: 200%;
}
.p-history__content-block1 .box1 .txt1 p.year {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 8px;
  margin-top: 0;
}
.p-history__content-block1 .box1 .img1 {
  width: 403px;
  margin-left: 86px;
}
.p-history__content-block1 .box1 .img1 + .txt1 {
  width: 288px;
}
.p-history__side {
  float: left;
  width: 23.4375%;
}
.p-history__side li {
  margin-bottom: 28px;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
}
.p-history__side li a {
  color: #BDBEBF;
  text-decoration: none;
}
.p-history__side li a:hover {
  text-decoration: underline;
}
.p-history__side li:last-child {
  margin-bottom: 0;
}
.p-history__side li.is-current a {
  color: #383B4E;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-history {
    padding: 0;
  }
  .p-history__content, .p-history__side {
    float: none;
    width: auto;
  }
  .p-history__side {
    position: fixed;
    width: 100%;
    z-index: 998;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    -webkit-transition: 0.2s ease all 0.1s;
    transition: 0.2s ease all 0.1s;
    padding: 10px 20px;
    opacity: 0;
  }
  .p-history__side.is-show {
    opacity: 1;
  }
  .p-history__side.withHeader {
    top: 60px;
  }
  .p-history__side:before, .p-history__side:after {
    display: none;
  }
  .p-history__side ul {
    position: relative;
    width: calc(100% - 100px);
  }
  .p-history__side li {
    position: absolute;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    margin-bottom: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-history__side li a {
    pointer-events: none;
    color: #383B4E;
  }
  .p-history__side li.is-current {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  .p-history__side .nav {
    display: flex;
    align-items: center;
  }
  .p-history__side .nav span {
    display: block;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .p-history__side .nav span.prev {
    background-image: url(../img/common/arrow_7-left.svg);
  }
  .p-history__side .nav span.prev.disabled {
    background-image: url(../img/common/arrow_7-left-gray.svg);
  }
  .p-history__side .nav span.next {
    background-image: url(../img/common/arrow_7.svg);
  }
  .p-history__side .nav span.next.disabled {
    background-image: url(../img/common/arrow_7-gray.svg);
  }
  .p-history__content {
    padding: 48px 24px 84px;
  }
  .p-history__content-block1 {
    margin-bottom: 60px;
  }
  .p-history__content-block1 .box1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .p-history__content-block1 .box1 .txt1 h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-history__content-block1 .box1 .img1 {
    width: auto;
    margin-left: 0;
    margin-top: 24px;
  }
  .p-history__content-block1 .box1 .img1 + .txt1 {
    width: auto;
  }
}
