html body.home main {
  padding-top: 0;
}

.parallax {
  position: absolute;
  height: 100vh;
  top: 0;
  will-change: transform;
  z-index: -1;
}
@media screen and (max-width:575.9px) {
  .parallax {
    overflow: hidden;
  }
}
.parallax:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/back-kumo.png");
  background-size: contain;
  background-position: center 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
  left: 0;
}

.kumo-1 {
  width: 50%;
  right: -20%;
}
@media screen and (max-width:575.9px) {
  .kumo-1 {
    right: -20px;
    width: 60%;
  }
}
.kumo-1:before {
  top: -30%;
}
@media screen and (max-width:575.9px) {
  .kumo-1:before {
    left: 10%;
    top: -40%;
  }
}

.kumo-2 {
  width: 40%;
  left: -10%;
}
.kumo-2:before {
  top: -10%;
}

.kumo-3 {
  width: 60%;
  right: -15%;
}
@media screen and (max-width:575.9px) {
  .kumo-3 {
    right: -20px;
  }
}
.kumo-3:before {
  top: -30%;
}
@media screen and (max-width:575.9px) {
  .kumo-3:before {
    left: 20%;
  }
}

.kumo-4 {
  width: 35%;
  left: -20%;
}
@media screen and (max-width:575.9px) {
  .kumo-4 {
    left: -70px;
    width: 50%;
  }
}
.kumo-4:before {
  top: 20%;
}

.kumo-5 {
  width: 55%;
  left: -20%;
}
.kumo-5:before {
  top: 60%;
}

.parallax-hana {
  position: absolute;
  height: 100vh;
  top: 0;
  will-change: transform;
  z-index: -1;
}
@media screen and (max-width:575.9px) {
  .parallax-hana {
    overflow: hidden;
  }
}
.parallax-hana:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/back-hana.png");
  background-size: contain;
  background-position: center 50%;
  background-repeat: no-repeat;
  left: 0;
}

.hana-1 {
  width: 25%;
  right: -10%;
  top: -50%;
}
@media screen and (max-width: 991.9px) {
  .hana-1 {
    width: 35%;
  }
}
@media screen and (max-width:575.9px) {
  .hana-1 {
    width: 30%;
    right: -20px;
    top: -40%;
  }
}
.hana-1:before {
  left: 10px;
}
.hana-2 {
  width: 20%;
  left: -10%;
  top: 20%;
}
@media screen and (max-width: 991.9px) {
  .hana-2 {
    top: 55%;
  }
}
@media screen and (max-width:575.9px) {
  .hana-2 {
    left: -20px;
    top: 30%;
    width: 20%;
  }
}
.hana-2:before {
  left: -10%;
}
@media screen and (max-width:575.9px) {
  .hana-2:before {
    left: -30px;
  }
}

.hana-3 {
  width: 20%;
  right: -10%;
  top: -60%;
}
@media screen and (max-width: 991.9px) {
  .hana-3 {
    width: 30%;
    top: -30%;
  }
}
@media screen and (max-width:575.9px) {
  .hana-3 {
    right: -20px;
    width: 35%;
    top: -45%;
  }
}
.hana-3:before {
  left: 10%;
}
@media screen and (max-width:575.9px) {
  .hana-3:before {
    left: 10px;
  }
}

.top-header-section {
  position: relative;
  padding: 0px 0;
  margin-bottom: 100px;
  padding-top: 0;
}
@media screen and (max-width: 991.9px) {
  .top-header-section {
    margin-top: 0rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section {
    margin-bottom: 0px;
  }
}
.top-header-section .main-top-section {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-top: 5rem;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991.9px) {
  .top-header-section .main-top-section {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section {
    flex-direction: column;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section .main-top-section {
    text-align: left;
    display: block;
    padding-top: 4rem;
  }
}
.top-header-section .main-top-section .main-img {
  width: 50%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section .main-img {
    width: 100%;
  }
}
.top-header-section .main-top-section .main-img figure {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section .main-img figure {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-header-section .main-top-section .main-img figure img {
  width: 100%;
}
.top-header-section .main-top-section .top-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
  padding-left: 3%;
}
@media screen and (max-width: 991.9px) {
  .top-header-section .main-top-section .top-message {
    margin-bottom: 0;
    width: 50%;
    min-width: 380px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section .top-message {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section .main-top-section .top-message {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-width: inherit;
  }
}
.top-header-section .main-top-section .top-message .main-logo {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991.9px) {
  .top-header-section .main-top-section .top-message .main-logo {
    width: 85%;
  }
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section .top-message .main-logo {
    margin-top: 2rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section .main-top-section .top-message .main-logo {
    margin-top: 1rem;
  }
}
.top-header-section .main-top-section .top-message .small-text {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 991.9px) {
  .top-header-section .main-top-section .top-message .small-text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section .main-top-section .top-message .small-text {
    font-size: 0.9rem;
  }
}
.top-header-section .main-top-section .top-message .days {
  margin-top: 2rem;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991.9px) {
  .top-header-section .main-top-section .top-message .days {
    max-width: 60%;
    margin-top: 1rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-header-section .main-top-section .top-message .days {
    max-width: 190px;
  }
}
.top-header-section .main-top-section .top-message .days img {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .top-header-section .main-top-section .top-message .days img {
    max-width: 300px;
  }
}

.home h2.section-title {
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width:575.9px) {
  .home h2.section-title {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}

.top-message-section .message__outer {
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .top-message-section .message__outer {
    flex-direction: column;
    align-items: center;
  }
}
.top-message-section .message__outer .message-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 20%;
}
@media screen and (max-width: 991.9px) {
  .top-message-section .message__outer .message-title {
    width: 100%;
  }
}
.top-message-section .message__outer .message-title h2 {
  line-height: 60px;
  letter-spacing: 14px;
  font-size: 2.5rem;
}
@media screen and (max-width: 991.9px) {
  .top-message-section .message__outer .message-title h2 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    line-height: 50px;
  }
}
@media screen and (max-width:575.9px) {
  .top-message-section .message__outer .message-title h2 {
    line-height: 35px;
    font-size: 1.3rem;
    letter-spacing: 11px;
  }
}
.top-message-section .message__outer .message-contents {
  width: 80%;
  padding-left: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 110px;
}
@media screen and (max-width: 991.9px) {
  .top-message-section .message__outer .message-contents {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width:575.9px) {
  .top-message-section .message__outer .message-contents {
    padding: 0;
  }
}
.top-message-section .message__outer .message-contents p {
  line-height: 2;
  font-size: 1.1rem;
}
@media screen and (max-width: 991.9px) {
  .top-message-section .message__outer .message-contents p {
    font-size: 1rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-message-section .message__outer .message-contents p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 991.9px) {
  .top-about-section .row {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-about-section .about-title {
  font-size: 2rem;
  margin-top: 7rem;
  letter-spacing: 3px;
  line-height: 2.3rem;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .about-title {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-about-section .about-title {
    font-size: 1.2rem;
    margin-top: 0rem;
  }
}
.top-about-section .about-text {
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .about-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:575.9px) {
  .top-about-section .about-text {
    font-size: 0.9rem;
    margin-top: 2rem;
  }
}
.top-about-section .red-btn {
  margin-top: 2rem;
  margin-left: 0;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .red-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.top-about-section figure {
  width: -moz-fit-content;
  width: fit-content;
}
.top-about-section .img-1 {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .img-1 {
    margin-right: 0;
    margin-top: 8rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-about-section .img-1 {
    width: 50%;
    max-width: 270px;
  }
}
.top-about-section .img-2 {
  margin-left: auto;
  max-width: 350px;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .img-2 {
    margin-left: 0;
    margin-top: 5rem;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:575.9px) {
  .top-about-section .img-2 {
    width: 55%;
    max-width: 250px;
    margin-top: 2rem;
  }
}
.top-about-section .img-3 {
  margin-top: 6rem;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .top-about-section .img-3 {
    margin-right: auto;
    margin-top: 5rem;
    max-width: 320px;
    margin-left: 0;
  }
}
@media screen and (max-width:575.9px) {
  .top-about-section .img-3 {
    margin-right: 0;
    margin-top: 3rem;
    width: 50%;
    max-width: 270px;
  }
}

@media screen and (max-width: 991.9px) {
  .top-news-section .row,
  .top-jakuchu-section .row {
    flex-direction: column-reverse;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-news-section h2,
.top-jakuchu-section h2 {
  font-size: 2.1rem;
}
@media screen and (max-width: 991.9px) {
  .top-news-section h2,
  .top-jakuchu-section h2 {
    text-align: center;
  }
}
@media screen and (max-width:575.9px) {
  .top-news-section h2,
  .top-jakuchu-section h2 {
    font-size: 1.6rem;
  }
}
.top-news-section figure img,
.top-jakuchu-section figure img {
  max-width: 400px;
}
@media screen and (max-width: 991.9px) {
  .top-news-section figure img,
  .top-jakuchu-section figure img {
    width: 45%;
    max-width: 280px;
  }
}
@media screen and (max-width:575.9px) {
  .top-news-section figure figcaption,
  .top-jakuchu-section figure figcaption {
    font-size: 6px;
    letter-spacing: 0;
  }
}
.top-news-section .red-btn,
.top-jakuchu-section .red-btn {
  margin-right: auto;
}

@media screen and (max-width: 991.9px) {
  .top-news-section .left figure {
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    width: 100%;
  }
}
@media screen and (max-width: 991.9px) and (max-width: 991.9px) {
  .top-news-section .left figure figcaption {
    text-align: left;
  }
}
.top-news-section .right {
  padding-left: 70px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 991.9px) {
  .top-news-section .right {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-news-section .news-ul h3 {
  margin-top: 10px;
}

.top-jakuchu-section .left {
  padding-right: 70px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 991.9px) {
  .top-jakuchu-section .left {
    padding-right: 0;
    margin-top: 6rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-jakuchu-section .left {
    margin-top: 5rem;
  }
}
@media screen and (max-width:575.9px) {
  .top-jakuchu-section .right {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991.9px) {
  .top-jakuchu-section .right figure {
    margin-right: 0;
    margin-left: auto;
    margin-top: -35rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
  }
}
@media screen and (max-width:575.9px) {
  .top-jakuchu-section .right figure {
    margin-top: -100%;
  }
}
.top-jakuchu-section .intro {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width:575.9px) {
  .top-jakuchu-section .intro {
    font-size: 0.9rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#first-view {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#first-view p {
  position: relative;
  display: none;
  z-index: 9999;
  width: 280px;
  opacity: 0;
  animation: fadeInUp 1.2s ease-out forwards;
}
#first-view p img {
  filter: brightness(0) invert(1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=top.css.map */