.p-45th-history .p-45th-history-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv {
    margin-top: initial;
  }
}
.p-45th-history .p-45th-history-mv__catch {
  background: url(../images/45th/history/history-mv-bg_pc.jpg) center/cover no-repeat;
  padding-top: 280px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__catch {
    background: url(../images/45th/history/history-mv-bg_sp.jpg) center/cover no-repeat;
    padding-top: 170px;
    padding-bottom: 200px;
  }
}
.p-45th-history .p-45th-history-mv__title {
  position: relative;
  font-size: clamp(1.875rem, 1.4537037037rem + 1.7283950617vw, 2.75rem);
  color: #c04f79;
  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;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.p-45th-history .p-45th-history-mv__title::before {
  content: "History";
  position: absolute;
  display: block;
  font-size: clamp(4rem, 1.5925925926rem + 9.8765432099vw, 9rem);
  font-family: "Noto Serif JP", serif;
  top: calc(50% - 42px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(192, 79, 121, 0.1);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__title::before {
    top: calc(50% - 20px);
  }
}
.p-45th-history .p-45th-history-mv__sub-title {
  font-size: clamp(1.5rem, 1.3796296296rem + 0.4938271605vw, 1.75rem);
  color: #444444;
  font-weight: 500;
  margin-top: 50px;
  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;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__sub-title {
    text-align: center;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__texts {
    width: 80vw;
    margin: 0 auto;
  }
}
.p-45th-history .p-45th-history-mv__box {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.p-45th-history .p-45th-history-mv__box::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 45px;
  width: 60px;
  background: url(../images/45th/history/history-mv-symbol.png) center/contain no-repeat;
}
.p-45th-history .p-45th-history-mv__text {
  line-height: 2.5;
  padding-bottom: 1px;
  display: block;
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__text {
    text-align: left;
  }
}
.p-45th-history .p-45th-history-mv__ashirai {
  height: 420px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-mv__ashirai {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .p-45th-history .p-45th-history-mv__ashirai {
    height: 420px;
  }
}
.p-45th-history .p-45th-history-mv__ashirai-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 1600px;
  width: 90%;
}
@media screen and (max-width: 500px) {
  .p-45th-history .p-45th-history-mv__ashirai-bg {
    right: 12px;
    width: 100%;
  }
}
.p-45th-history .p-45th-history-mv__ashirai-bg > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-45th-history .p-45th-history-record {
  position: relative;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record {
    margin-top: 64px;
  }
}
.p-45th-history .p-45th-history-record__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__inner {
    padding: 0 30px;
    width: 100%;
  }
}
.p-45th-history .p-45th-history-record__inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 40px;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #dadada;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__inner::before {
    top: 24px;
    left: 30px;
  }
}
.p-45th-history .p-45th-history-record__inner::after {
  content: "";
  position: absolute;
  display: block;
  height: 60px;
  width: 100%;
  bottom: -40px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgb(255, 255, 255) 100%);
}
.p-45th-history .p-45th-history-record__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-45th-history .p-45th-history-record__ul-li {
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__ul-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 18px;
  }
}
.p-45th-history .p-45th-history-record__ul-li:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__ul-li:not(:first-child) {
    margin-top: 60px;
  }
}
.p-45th-history .p-45th-history-record__ul-li::before {
  content: "";
  position: absolute;
  display: block;
  top: 38px;
  left: -4.5px;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__ul-li::before {
    top: 20px;
  }
}
.p-45th-history .p-45th-history-record__ul-li--pink::before {
  background-color: #c04f79;
}
.p-45th-history .p-45th-history-record__ul-li--pink .p-45th-history-record__year p,
.p-45th-history .p-45th-history-record__ul-li--pink .p-45th-history-record__year span {
  color: #c04f79;
}
.p-45th-history .p-45th-history-record__ul-li--blue::before {
  background-color: #2882b5;
}
.p-45th-history .p-45th-history-record__ul-li--blue .p-45th-history-record__year p,
.p-45th-history .p-45th-history-record__ul-li--blue .p-45th-history-record__year span {
  color: #2882b5;
}
.p-45th-history .p-45th-history-record__year {
  line-height: initial;
  min-width: 213px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
}
.p-45th-history .p-45th-history-record__year p {
  font-size: clamp(2.25rem, 1.4074074074rem + 3.4567901235vw, 4rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-45th-history .p-45th-history-record__year span {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 900;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-45th-history .p-45th-history-record__detail {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__detail {
    margin-top: 15px;
  }
}
.p-45th-history .p-45th-history-record__detail--2col-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__detail--2col-ver {
    display: block;
  }
}
.p-45th-history .p-45th-history-record__detail h3 {
  font-size: clamp(1.375rem, 1.1342592593rem + 0.987654321vw, 1.875rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-45th-history .p-45th-history-record__detail h3 > span {
  font-size: clamp(1rem, 0.8796296296rem + 0.4938271605vw, 1.25rem);
  font-weight: 400;
  letter-spacing: initial;
}
.p-45th-history .p-45th-history-record__detail p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 2;
}
.p-45th-history .p-45th-history-record__pht {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__pht {
    margin-top: 30px;
  }
}
.p-45th-history .p-45th-history-record__pht img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-45th-history .p-45th-history-record__pht--2col-ver {
  margin-top: initial;
  max-width: 352px;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-record__pht--2col-ver {
    margin-top: 30px;
    max-width: 100%;
  }
}
.p-45th-history .p-45th-history-record__box {
  margin-right: 30px;
  max-width: 366px;
  width: 100%;
}
.p-45th-history .p-45th-history-gallery {
  margin-top: 120px;
}
.p-45th-history .p-45th-history-gallery__wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-45th-history .p-45th-history-gallery__ul {
  gap: 20px;
  display: none;
}
.p-45th-history .p-45th-history-gallery__ul-li {
  height: auto;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-45th-history .p-45th-history-gallery__ul-li {
    width: 50%;
  }
}
.p-45th-history .p-45th-history-gallery__ul-li > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=p-45th-history.css.map */