@charset "UTF-8";

.breadcrumb {
  position: absolute;
  inset: auto 0;
}

main {
  background-color: #F7F7F7;
}

.history-head {
  padding: 0 20px 30px;
  width: 75%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
.history-head-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.history-head-outline {
  width: 1000px;
  margin-left: auto;
  padding: 50px 80px 220px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: relative;
  font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", sans-serif;
  margin-top: -60px;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.history-head-outline-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
}
.history-head-outline-text {
  line-height: 2;
  margin-top: 40px;
}
.history-head .history-box {
  margin-top: -190px;
}
.history-head .history-box::before {
  content: "";
  display: block;
  width: 410px;
  height: 100%;
  position: absolute;
  background-image: url(/assets/img/history/line.webp);
  background-size: 100%;
  background-repeat: repeat-y;
  left: 135px;
  bottom: -30px;
}
.history-head .history-box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-head .history-box-detail-inner {
  margin: auto 0;
}
.history-head .history-box-detail-title {
  color: #000;
}
.history-wrap {
  background-color: #fff;
  position: relative;
}
.history-wrap-inner {
  position: relative;
  padding: 0 20px 120px;
  width: 75%;
  margin: 0 auto;
  max-width: 1600px;
}
.history-box {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history-box-pic {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 270px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.history-box-detail {
  width: 100%;
  font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", sans-serif;
  position: relative;
}
.history-box-detail-date {
  font-size: 2.4rem;
}
.history-box-detail-head {
  margin-top: 10px;
  position: relative;
}
.history-box-detail-title {
  font-size: 2rem;
  color: #9A0000;
  font-weight: normal;
  position: relative;
}
.history-box-detail-text {
  margin-top: 10px;
  display: none;
}
.history-box-detail-btn {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  padding-right: 15px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.history-box-detail-btn::before, .history-box-detail-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #9A0000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.history-box-detail-btn::after {
  rotate: 90deg;
}
.history-box-detail-btn.on::after {
  display: none;
}
.history-box-detail-btn.on > span:first-of-type {
  display: none;
}
.history-box-detail-btn.on > span:last-of-type {
  display: block;
}
.history-box-detail-btn > span:last-of-type {
  display: none;
}
.history-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 60px;
  font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", sans-serif;
}
.history-simple-date {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.2rem;
}
.history-simple-title {
  font-weight: normal;
  font-size: 2rem;
  color: #9A0000;
}
.history-simple-attention {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.history-list {
  padding: 80px 0 70px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px 0;
}
.history-list::before {
  content: "";
  display: block;
  width: 410px;
  height: 100%;
  position: absolute;
  background-image: url(/assets/img/history/line.webp);
  background-size: 100%;
  background-repeat: repeat-y;
  left: 135px;
  top: 0;
}
.history-list > li {
  position: relative;
}
.history-foot {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  padding-left: 235px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.history-foot-pic {
  position: relative;
  width: 410px;
}
.history-foot-title {
  font-weight: normal;
  position: absolute;
  font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", sans-serif;
  font-size: min(34px, 4.375vw);
  top: 135px;
  left: min(40px, 3.125vw);
}
.history-foot-text {
  position: absolute;
  top: 90px;
  right: 30px;
  font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", sans-serif;
  font-size: min(24px, 1.875vw);
}
.history-foot-text .hide {
  display: none;
}
@media screen and (min-width: 767.99px), print {
  .mv-label-title {
    font-size: 3.2rem;
  }
  .history-box-detail-head:has(.history-box-detail-btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .history-head {
    padding: 0 20px 20px;
    width: 100%;
  }
  .history-head::before {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #fff;
    inset: auto 0 0;
    position: absolute;
  }
  .history-head-outline {
    padding: 50px 20px 40px;
    margin-top: -20px;
    width: 100%;
  }
  .history-head-outline-title {
    font-size: 1.8rem;
  }
  .history-head .history-box::before {
    width: 260px;
    background-image: url(/assets/img/history/line_sp.webp);
    left: 60px;
  }
  .history-head .history-box {
    margin-top: 40px;
  }
  .history-wrap-inner {
    padding-bottom: 0;
    width: 100%;
  }
  .history-box {
    gap: 0 16px;
  }
  .history-box-pic {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 120px;
  }
  .history-box-detail-date {
    font-size: 1.3rem;
  }
  .history-box-detail-head {
    margin-top: 5px;
  }
  .history-box-detail-title {
    font-size: 1.4rem;
  }
  .history-box-detail-btn {
    margin-top: 10px;
    text-align: right;
    position: relative;
  }
  .history-simple {
    padding-left: 136px;
    display: block;
  }
  .history-simple-date {
    font-size: 1.3rem;
  }
  .history-simple-title {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .history-list {
    padding: 30px 0 50px;
    gap: 50px 0;
  }
  .history-list::before {
    width: 260px;
    background-image: url(/assets/img/history/line_sp.webp);
    left: 60px;
  }
  .history-foot {
    height: 400px;
  }
  .history-foot-pic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-left: 60px;
  }
  .history-foot-pic img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .history-foot-title {
    top: 25px;
    left: 80px;
    font-size: 2.3rem;
  }
  .history-foot-text {
    white-space: nowrap;
    top: 75px;
    left: 80px;
    font-size: 1.4rem;
  }
  .history-foot-text .hide.sp {
    display: block;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1599px) {
  .history-head-outline {
    width: min(100% - (50% - 400px), 100% - 50px);
  }
}
@media screen and (max-width: 1549px) {
  .history-foot {
    padding-left: max(135px, 50% - 450px + 135px);
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1440px) {
  .history-foot-text {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1110px) {
  .history-foot-text {
    top: 30px;
    font-size: 1.8055555556vw !important;
  }
  .history-foot-text .hide {
    display: block !important;
  }
}