body {
  background: #F8EFDB;
}

.mv .in {
  position: relative;
  z-index: 2;
  background: #F8EFDB;
  height: clamp(750px, 54.1666666667vw, 1560px);
}
.mv .logo_top {
  width: 180px;
  padding: 20px 0 0 20px;
  position: fixed;
  z-index: 10;
}
.mv .logo_top img {
  width: 100%;
}
.mv .im1, .mv .im2, .mv .im3, .mv .im4, .mv .im5 {
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.12);
  position: absolute;
}
.mv .im1 img, .mv .im2 img, .mv .im3 img, .mv .im4 img, .mv .im5 img {
  width: 100%;
}
.mv .im1 {
  top: 12%;
  left: 14%;
  width: clamp(280px, 27.7777777778vw, 880px);
  z-index: 2;
}
.mv .im2 {
  top: 0;
  right: 19%;
  width: clamp(230px, 21.5277777778vw, 620px);
}
.mv .im3 {
  top: 31%;
  right: 0;
  width: clamp(240px, 23.0555555556vw, 660px);
  z-index: 2;
}
.mv .im4 {
  bottom: 0;
  left: 1%;
  width: clamp(225px, 20.1388888889vw, 580px);
}
.mv .im5 {
  bottom: 0;
  right: 21vw;
  width: clamp(270px, 26.3888888889vw, 760px);
}
.mv .main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(350px, 26.7361111111vw, 750px);
  z-index: 3;
}
.mv .main_logo img {
  position: relative;
  right: -10px;
  bottom: -10px;
}
.mv .copys {
  position: absolute;
  bottom: 7%;
  left: 26%;
  color: #E60012;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.6388888889vw, 3.8rem);
  letter-spacing: 0.02em;
  line-height: 1.4;
  z-index: 14;
}
.mv .copys i {
  position: absolute;
  bottom: -29%;
  right: -3%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(4.2rem, 5vw, 7.2rem);
  line-height: 1.4;
}
.mv .copys em {
  font-size: clamp(2rem, 2.2222222222vw, 3.2rem);
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 1280px) {
  .mv .im3 {
    top: 21%;
  }
  .mv .im5 {
    right: 280px;
  }
  .mv .copys {
    left: 24%;
  }
}
@media all and (max-width: 1000px) {
  .mv .logo_top {
    display: none;
  }
  .mv .in {
    margin-top: 60px;
  }
  .mv .im1 {
    top: 13%;
    left: 11%;
  }
  .mv .im4 {
    left: 0;
  }
  .mv .im5 {
    bottom: 0;
    right: 0;
  }
  .mv .main_logo img {
    bottom: 10px;
  }
  .mv .copys {
    left: 34%;
  }
}
@media all and (max-width: 767px) {
  .mv .in {
    height: clamp(780px, 54.1666666667vw, 1560px);
    padding: 0 0 130px 0;
    box-sizing: border-box;
  }
  .mv .im1 {
    top: 3%;
    left: 0;
    width: clamp(180px, 27.7777777778vw, 880px);
  }
  .mv .im2 {
    top: 7%;
    right: 0;
    width: clamp(155px, 21.5277777778vw, 620px);
  }
  .mv .im3 {
    top: 38%;
    width: clamp(148px, 23.0555555556vw, 660px);
    z-index: 2;
  }
  .mv .im4 {
    bottom: 46%;
    left: 0;
    width: clamp(147px, 20.1388888889vw, 580px);
  }
  .mv .im5 {
    top: 60%;
    bottom: unset;
    right: 0;
    width: clamp(187px, 26.3888888889vw, 760px);
  }
  .mv .main_logo {
    top: 35%;
    width: clamp(180px, 26.7361111111vw, 750px);
  }
  .mv .copys {
    top: 54.5%;
    bottom: unset;
    left: 4%;
    font-size: clamp(2.8rem, 2.6388888889vw, 3.8rem);
  }
  .mv .copys i {
    bottom: unset;
    right: unset;
    position: relative;
    display: block;
    margin-top: -10px;
    font-size: clamp(5.6rem, 5vw, 7.2rem);
  }
  .mv .copys em {
    font-size: clamp(2.8rem, 2.2222222222vw, 3.2rem);
  }
}

.fd {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(20px);
}

.main_logo.fd {
  transform: translate(-50%, -45%);
}

.ups {
  opacity: 1;
  transform: translateY(0);
}

.main_logo.fd.up {
  transform: translate(-50%, -50%);
}

.contents {
  max-width: 540px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .contents {
    max-width: none;
    width: 100%;
  }
}

.ttl_bx {
  text-align: center;
}
.ttl_bx .eg {
  color: #E60012;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  margin: 8px 0;
}
.ttl_bx h2 {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.message {
  background: white;
  margin-top: 87px;
  padding-top: 48px;
  padding-bottom: 130px;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px 50px 0 0;
  z-index: 2;
}
.message .img1 {
  margin: 40px 0;
}
.message .cr_name {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 12px;
}
.message .cr_name .cr {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.message .cr_name img {
  width: 124px;
}
@media all and (max-width: 1000px) {
  .message {
    margin-top: 64px;
  }
}
@media all and (max-width: 767px) {
  .message {
    padding-top: 48px;
    margin-top: -90px;
    border-radius: 50px 50px 0 0;
  }
}

.story {
  background: #FFAA00;
  border-radius: 50px 0 0 0;
  padding: 48px 0 80px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
.story .ttl_bx .eg {
  color: white;
}
.story .ttl_bx path {
  fill: white;
}
.story .bx_white {
  margin-top: 48px;
  background: white;
  border-radius: 20px;
  padding: 24px 20px 32px 20px;
  box-sizing: border-box;
}
.story .txt_cm {
  letter-spacing: 0.04em;
}
.story .inb_v1 {
  margin-top: 32px;
}
.story .inb_v1 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #E60012;
  border-bottom: 1px solid #F3C4C4;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.story .inb_v1 .dots {
  margin: 8px 0;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #E60012;
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}
.story .inb_v1 .dots:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E60012;
}
.story .inv11 {
  margin-top: 24px;
}

.history {
  background: #F8EFDB;
  padding: 48px 0 0 0;
  box-sizing: border-box;
}
.history .ttl_bx {
  position: relative;
  z-index: 3;
}

.ani {
  padding: 1px 0 130px 0;
  position: relative;
}

.hist_bx {
  margin-top: 24px;
  padding-bottom: 48px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.hist_bx:before {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 0;
  background: #E60012;
  border-radius: 20px;
  z-index: 2;
  transition: all 1s ease;
}
.hist_bx .year {
  background: #E60012;
  color: white;
  border-radius: 100%;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  width: 100px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  font-family: "Lato", sans-serif;
  place-content: center;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.hist_bx .bx {
  margin-top: 24px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  text-align: center;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: all 0.8s 0.5s ease;
}
.hist_bx .txt {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.hist_bx h3 {
  display: inline-block;
  background: #BC8619;
  color: white;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 3px 8px;
  box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
}
.hist_bx h3 i {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #BC8619;
  background: white;
  border-radius: 2px;
  margin-right: 6px;
  padding: 0 2px;
  position: relative;
  top: -1px;
}
.hist_bx h3 .dmm {
  position: absolute;
  left: 8px;
  top: 6px;
}
.hist_bx h3 em {
  padding-left: 40px;
  display: block;
  text-align: left;
}
.hist_bx .cpa .tx1 {
  line-height: 1.4;
}
.hist_bx .gy {
  background: #C42935;
}
.hist_bx .gy i {
  color: #C42935;
}
.hist_bx .gy2 {
  letter-spacing: 0.03em;
}
.hist_bx .img {
  width: 130px;
  margin: 8px auto 0 auto;
}
.hist_bx .im2021 {
  width: 240px;
}
.hist_bx .im20261 {
  width: 290px;
}
.hist_bx .fb {
  font-size: 4rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.4;
  color: #E60012;
  margin: 24px 0;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.hist_bx .tx1 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 4px;
}
.hist_bx .tx2 {
  margin-bottom: 24px;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}
.hist_bx .tx2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 10px;
  height: 1px;
  background: #333;
}
.hist_bx .tx2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 10px;
  height: 1px;
  background: #333;
}
.hist_bx .img270 {
  width: 270px;
  margin: 0 auto 24px auto;
}
.hist_bx .txt2 {
  letter-spacing: -0.02em;
}
.hist_bx .btn1 {
  margin-top: 40px;
}
.hist_bx.trigger {
  opacity: 1;
}
.hist_bx.trigger .year {
  opacity: 1;
}
.hist_bx.trigger .bx {
  opacity: 1;
}
.hist_bx.trigger:before {
  height: calc(100% - 110px);
}

.nine {
  color: #E60012;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 24px;
  position: relative;
  z-index: 3;
}

.btn_cm {
  display: block;
  border-radius: 100px;
  text-decoration: none;
  overflow: hidden;
  color: white;
  position: relative;
  width: calc(100% + 20px);
  padding: 18px 20px;
  left: -10px;
  background: url("../images/icon_arrow.png") center right 16px no-repeat, #B0002C;
  background-size: 24px auto;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.btn_cm .in {
  position: relative;
  z-index: 2;
}
.btn_cm i {
  font-size: 1.3rem;
}
.btn_cm:before {
  content: "";
  position: absolute;
  top: -110px;
  left: -70px;
  margin-top: 0;
  margin-left: 0;
  width: 290px;
  height: 230px;
  background: #EB3204;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.btn_cm:hover:before {
  left: -200px;
}

.wraps {
  position: relative;
}

.logo_cent {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-content: center;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
  text-align: center;
}
.logo_cent img {
  display: inline-block;
  max-width: 540px;
}
.logo_cent.is-disp {
  opacity: 1;
}
.logo_cent.is-hidden {
  opacity: 0;
}
@media all and (max-width: 767px) {
  .logo_cent img {
    display: inline-block;
    max-width: 375px;
  }
}

.pj {
  border-radius: 50px;
  padding: 48px 0 80px 0;
  box-sizing: border-box;
  margin-top: -50px;
  background: #E60012;
  position: relative;
  z-index: 3;
}
.pj .ttl_bx path {
  fill: white;
}
.pj .ttl_bx h2 {
  color: white;
  font-size: 2.8rem;
  margin: 24px 0;
}
.pj .tx1 {
  margin-top: 24px;
  text-decoration: underline;
  color: white;
}
.pj .txl8 {
  letter-spacing: 0.06em;
}
.pj .img {
  width: 100%;
  margin: 24px auto 24px auto;
}
.pj .lead {
  font-weight: bold;
  text-align: center;
  color: white;
}
.pj .bx_white {
  margin-top: 40px;
  background: white;
  border-radius: 20px;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}
.pj .bx_white .txt {
  text-align: left;
}
.pj .bx_white .img2 {
  margin-top: 16px;
}
.pj .bx_white h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 4.5px 20px;
  box-sizing: border-box;
  background: #FFAA00;
  margin-bottom: 16px;
}
.pj .bx_white h3 i {
  position: relative;
}
.pj .bx_white h3 i:before {
  content: "";
  position: absolute;
  top: 20%;
  right: -10px;
  border-right: 2px dotted white;
  width: 1px;
  height: 60%;
  transform: rotate(15deg);
}
.pj .bx_white h3 i:after {
  content: "";
  position: absolute;
  top: 20%;
  left: -10px;
  border-right: 2px dotted white;
  width: 1px;
  height: 60%;
  transform: rotate(-15deg);
}
.pj .bx_white .h32 {
  font-size: 2.2rem;
  white-space: nowrap;
  margin-bottom: 0;
}
.pj .bx_white .h32 i {
  display: inline-block;
}
.pj .bx_white .h321 {
  position: relative;
  left: 0;
}
.pj .bx_white .h322 {
  margin: 8px 0 16px 0;
}
.pj .bx_white .btn_cm {
  font-size: 1.8rem;
  padding: 15px 35px;
  left: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .pj .bx_white .h321 {
    position: absolute;
    width: 350px;
    margin-left: -175px;
    left: 50%;
  }
  .pj .bx_white .h322 {
    margin: 48px 0 16px 0;
  }
}

.last {
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  margin-top: -50px;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
}
.last h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 80px 0 56px 0;
}
.last .img {
  width: 300px;
  margin: 0 auto;
}
.last .sns {
  margin: 90px 0 24px 0;
  display: inline-block;
}
.last .sns .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
.last .sns .in img {
  width: auto;
  height: 30px;
}
.last .sns a {
  transition: all 0.3s ease;
}
.last .sns a:hover {
  opacity: 0.6;
}

footer {
  text-align: center;
  background: #E60012;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 13px 0;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -30px;
  font-family: "Lato", sans-serif;
}

/*# sourceMappingURL=top.css.map */
