<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vendor prefix
--------------------------------- */
main#container {
  background: url(../img/top/bg01.jpg) repeat-y center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  main#container {
    background: url(../img/top/bg01_sp.jpg) repeat-y center top;
    background-size: 100% auto;
  }
}

.mvArea {
  position: relative;
}
.mvArea .mh2 {
  color: #000;
  font-weight: normal;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 5;
}
.mvArea.on .mh2 span::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

h3 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
h3 span {
  position: relative;
  z-index: 2;
}
h3 span::before {
  content: "";
  width: 300px;
  height: 22px;
  background: url(../img/common/img_h2.png) no-repeat center center/cover;
  position: absolute;
  bottom: -7px;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.3s ease 0.3s;
  transition: -webkit-clip-path 0.3s ease 0.3s;
  transition: clip-path 0.3s ease 0.3s;
  transition: clip-path 0.3s ease 0.3s, -webkit-clip-path 0.3s ease 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  h3 span::before {
    width: 156px;
    height: 12px;
    bottom: -4px;
  }
}
h3.inview span::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.txt01 {
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 13px;
  }
}

.dynamicArea {
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dynamicArea {
    padding: 20px 0 40px;
  }
}
.dynamicArea::before {
  content: "";
  width: 380px;
  height: 380px;
  background: #E5DFCE;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
}
@media (max-width: 767px) {
  .dynamicArea::before {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    top: 30vw;
  }
}
.dynamicArea::after {
  content: "";
  width: 380px;
  height: 380px;
  background: #E5DFCE;
  position: absolute;
  top: 320px;
  left: 140px;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
}
@media (max-width: 767px) {
  .dynamicArea::after {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    top: 50vw;
    left: 20%;
  }
}
.dynamicArea.inview::before, .dynamicArea.inview::after {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dynamicArea .dynamicBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .dynamicArea .dynamicBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5vw;
    margin-top: 30px;
  }
}
.dynamicArea .dynamicBox .imgArea01 {
  width: 49.5689655172%;
}
@media (max-width: 767px) {
  .dynamicArea .dynamicBox .imgArea01 {
    width: 100%;
  }
}
.dynamicArea .dynamicBox .imgArea02 {
  width: 49.5689655172%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dynamicArea .dynamicBox .imgArea02 {
    width: 100%;
    row-gap: 1.5vw;
  }
}
.dynamicArea .dynamicBox .imgArea02 figure {
  width: 49.0434782609%;
}
.dynamicArea .dynamicBox .imgArea02 figure:last-child {
  width: 100%;
  margin-top: auto;
}

.maturityArea {
  padding: 40px 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  .maturityArea {
    padding: 20px 0 40px;
  }
}
.maturityArea::before {
  content: "";
  width: 40%;
  aspect-ratio: 720/386;
  background: #E5DFCE;
  position: absolute;
  top: 400px;
  right: 0;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
}
@media (max-width: 767px) {
  .maturityArea::before {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    width: 70%;
    height: auto;
    aspect-ratio: 1/1;
    top: 80vw;
  }
}
.maturityArea.inview::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.maturityArea .imgM {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .maturityArea .imgM {
    margin-top: 30px;
  }
}
.maturityArea .multiply {
  mix-blend-mode: multiply;
}
.maturityArea .cc01 {
  margin: 80px auto 20px;
  text-align: center;
  font-size: 25px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .maturityArea .cc01 {
    font-size: 18px;
  }
}
.maturityArea .imgM02 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .maturityArea .imgM02 {
    margin-top: 30px;
  }
}</pre></body></html>