@charset "UTF-8";

.font_shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.font_shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.font_yrsa-regular {
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font_yrsa-midium {
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

#lp_25th ul,
#lp_25th ol {
  list-style:none
}

#mv {
  position: relative;
  height: 52.34475vw;
  max-height: calc(100vh - 152px);
  background-image: url("../img/bg_mv_pc@2x.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#mv .img_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation-name: curtain;
  animation-delay: 3s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@keyframes curtain {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
#mv .logo_25th {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 400px;
  max-height: 40%;
  animation-name: logo_25th;
  animation-delay: 3.5s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
}
@keyframes logo_25th {
  0% {
    top: 30%;
  }
  100% {
    top: 21%;
  }
}
#mv .title_mv {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 1060px;
  max-height: 16.4%;
  opacity: 0;
  animation-name: title_mv;
  animation-delay: 6s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
}
@keyframes title_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#is {
  position: relative;
  text-align: center;
  background-image: url("../img/bg_is_pc@2x.jpg");
  background-size: cover;
  background-position: right center;
  padding: 120px 0;
}
#is .title_is {
  width: 700px;
}
#is .text_is {
  font-size: 16px;
  line-height: 2.2;
  color: #454554;
  margin-top: 5em;
}
#is .text_is p + p {
  margin-top: 2.2em;
}
#is .text_is p .box {
  display: inline-block;
  width: 5em;
  height: .8em;
  vertical-align: -.2em;
  border: solid 1px #454554;
  margin: 0 .1em;
}
#is .img_drop {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 250px;
}

#history {
  position: relative;
  background-image: url("../img/bg_history_pc@2x.jpg");
  background-repeat: no-repeat;
  background-size: 100% 720px;
  background-position: center bottom;
  padding: 40px 0 120px;
}
#history .box {
  position: absolute;
  top: 120px;
  left: 0;
  width: 660px;
  background-color: #faf6e1;
  box-sizing: border-box;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 65px 65px 65px 110px;
}
#history .box h2 {
  position: relative;
  color: #454554;
  z-index: 1;
}
#history .box h2 .en {
  display: block;
  font-size: 44px;
}
#history .box h2 .ja {
  display: block;
  font-size: 16px;
  margin-top: .5em;
}
#history .box p {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.05em;
  color: #454554;
  margin-top: 40px;
  z-index: 1;
}
#history .img_history {
  position: relative;
  display: block;
  width: 1060px;
  margin: 0 auto;
}

#special {
  position: relative;
  background-image: url("../img/bg_special_pc@2x.jpg");
  background-size: cover;
  background-position: center top;
  padding: 80px 0;
}
#special h2 {
  text-align: center;
  color: #85782f;
}
#special h2 .en {
  display: block;
  font-size: 44px;
}
#special h2 .ja {
  display: block;
  font-size: 16px;
  margin-top: .5em;
}
#special .list_special {
  display: flex;
  gap: 80px;
  width: 840px;
  margin: 60px auto 0;
}
#special .list_special li {
  display: flex;
  flex-direction: column;
  width: 379px;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(154, 134, 78, .7);
}
#special .list_special li .image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#special .list_special li .text {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding: 25px 30px 30px;
}
#special .list_special li .text h3 {
  text-align: center;
  font-size: 16px;
  color: #222576;
  margin-bottom: 20px;
}
#special .list_special li .text p {
  flex: 2;
  font-size: 16px;
  line-height: 1.7;
  color: #454554;
}
#special .list_special li .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: #222576;
  border-radius: 2em;
  margin-top: 25px;
  transition: all .3s;
}
#special .list_special li .text a:hover {
  opacity: .7;
}
#special .comingsoon {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #999;
  margin-top: 60px;
}

#banner {
  position: relative;
  background-image: url("../img/bg_banner_pc@2x.jpg");
  background-size: cover;
  background-position: center top;
  padding: 160px 0 80px;
}
#banner .list_banner {
  display: flex;
  justify-content: center;
  gap: 25px;
}
#banner .list_banner li {
  width: 317px;
}
#banner .list_banner li a {
  transition: all .3s;
}
#banner .list_banner li a:hover {
  opacity: .7;
}