@charset "UTF-8";
@media screen and (orientation: portrait) and (max-width: 828px) {
  header {
    background: #373752;
  }
}

@media screen and (max-width: 810px) {
  header #logo {
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  header #logo {
    width: 80px;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #fff;
  /* ロード中のアニメーション */
}

#loading .catch {
  display: none;
}

#loading .flower {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #loading .flower {
    width: 300px;
  }
}

@media screen and (max-width: 374px) {
  #loading .flower {
    width: 270px;
  }
}

#loading .flower img {
  -webkit-animation: flowerAnime 30s linear infinite;
          animation: flowerAnime 30s linear infinite;
}

#loading .flower .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-animation: blinkAnime 1.5s linear infinite;
          animation: blinkAnime 1.5s linear infinite;
}

@media screen and (max-width: 767px) {
  #loading .flower .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 374px) {
  #loading .flower .text {
    font-size: 1.1rem;
  }
}

#loading .flower .text .line2 {
  font-size: 2rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #loading .flower .text .line2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  #loading .flower .text .line2 {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes flowerAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes flowerAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#loading .logo {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #loading .logo {
    width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  #loading .logo {
    width: 150px;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #loading .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #loading .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 150px;
  }
}

#loading .logo img.logoImg {
  display: none;
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #loading .logo img.logoImg {
    border-radius: 5px;
  }
}

#loading .logo img.ajaxLoader {
  width: 20%;
}

#loading .loader {
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
          transform: translateZ(0) translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1440px) {
  #loading .loader {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #loading .loader {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.movie-close {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.movie-close:before {
  content: "";
  width: 100%;
  top: 30px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

.movie-close:after {
  content: "";
  width: 100%;
  top: 30px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.modalVideo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modalVideo .movieBox {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 1100px) {
  .modalVideo .movieBox {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .modalVideo .movieBox {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .modalVideo .movieBox {
    width: 280px;
  }
}

.modalVideo .movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .modalVideo .movieBox iframe {
    border-radius: 0;
  }
}

.fixedMovie {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.fixedMovie .movieBox {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-aspect-ratio: 16 / 9) {
  .fixedMovie .movieBox {
    width: 100vw;
    height: 56.25vw;
  }
}

@media screen and (max-aspect-ratio: 16 / 9) {
  .fixedMovie .movieBox {
    width: 177.77vh;
    height: 100vh;
  }
}

.fixedMovie .movieBox:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.fixedMovie .movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 828px) {
  .fixedMovie .movieBox iframe {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 177.77777778vh;
    max-width: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .fixedMovie .movieBox #vimeo2 {
    display: none;
  }
}

.fixedMovie .movieBox #vimeo3 {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .fixedMovie .movieBox #vimeo3 {
    display: block;
  }
}

.blackBg {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}

#mainVisual {
  height: 100vh;
  top: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

#mainVisual .catch {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 0 100px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #mainVisual .catch {
    padding: 0 75px;
  }
}

@media screen and (max-width: 834px) {
  #mainVisual .catch {
    padding: 0;
    top: 40%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .catch {
    top: 39%;
  }
}

@media screen and (max-width: 374px) {
  #mainVisual .catch {
    top: 25%;
  }
}

#mainVisual .catch .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#mainVisual .catch .inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 35px;
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner .left {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#mainVisual .catch .inner .left img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner .left img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .catch .inner .left img {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner .left img.pc {
    display: none;
  }
}

#mainVisual .catch .inner .left img.sptab {
  display: none;
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner .left img.sptab {
    display: inline-block;
  }
}

#mainVisual .catch .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  #mainVisual .catch .inner .right {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 1024px) {
  #mainVisual .catch .inner .right {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 834px) {
  #mainVisual .catch .inner .right {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .catch .inner .right {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 374px) {
  #mainVisual .catch .inner .right {
    font-size: 2.0rem;
  }
}

#mainVisual .shop {
  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;
  color: #fff;
  width: 270px;
  height: 60px;
  position: absolute;
  right: 100px;
  bottom: 75px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  z-index: 1;
  /*
        @media screen and (orientation: portrait) and (max-width: 834px) {
            //display: none;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
            bottom: 125px;
        }*/
}

@media screen and (max-width: 1440px) {
  #mainVisual .shop {
    right: 97.5px;
  }
}

@media screen and (max-width: 1280px) {
  #mainVisual .shop {
    right: 97.5px;
  }
}

@media screen and (max-width: 1024px) {
  #mainVisual .shop {
    width: 200px;
    height: 55px;
    font-size: 1.2rem;
    right: 75px;
    bottom: 70px;
  }
}

@media screen and (max-width: 834px) {
  #mainVisual .shop {
    bottom: 50px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .shop {
    display: none;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 95px;
    width: 210px;
    height: 45px;
  }
}

#mainVisual .shop svg {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 10px;
}

#mainVisual .shop a {
  color: #fff;
}

#mainVisual .shop:hover {
  background-color: rgba(55, 55, 82, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.conceptText {
  text-align: center;
}

.conceptText .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 6.0rem;
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .conceptText .top {
    padding-top: 100px;
  }
}

.conceptText .top img {
  width: 140px;
  height: 560.97px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1440px) {
  .conceptText .top img {
    width: 110px;
    height: 440.77px;
  }
}

@media screen and (max-width: 767px) {
  .conceptText .top img {
    width: 80px;
    height: auto;
  }
}

.conceptText .top img.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.conceptText .bottom {
  margin-top: 260px;
  padding-bottom: 220px;
  line-height: 3.5;
  font-size: 2.6em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1440px) {
  .conceptText .bottom {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .conceptText .bottom {
    margin-top: 100px;
    padding-bottom: 120px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.conceptText .bottom.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #373752;
  /*
    @media screen and (orientation: portrait) and (max-width: 828px) {
        margin-top: 75px;

        flex-flow: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 20px;
        order: 2;
    }*/
}

@media screen and (max-width: 1440px) {
  #news {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 1280px) {
  #news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #news {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#news .left {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  #news .left {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #news .left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

#news .left h2 {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #news .left h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #news .left h2 {
    font-size: 1.6rem;
  }
}

#news ul {
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1440px) {
  #news ul {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #news ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 55px;
  }
}

#news ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  color: #fff;
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  #news ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  #news ul li {
    margin: 0;
    margin-bottom: 25px;
  }
}

#news ul li section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#news ul li section a figure {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-preferred-size: 105px;
      flex-basis: 105px;
}

#news ul li section a figure img {
  border-radius: 5px;
  width: 80px;
  height: auto;
  display: block;
}

#news ul li section a .boxRight {
  padding-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px);
  font-size: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 767px) {
  #news ul li section a .boxRight {
    border-top: none;
    padding-top: 0;
  }
}

#news ul li section a .boxRight .date {
  margin-bottom: 12px;
  font-size: 1rem;
}

#news ul li section a .boxRight h3 {
  line-height: 2;
}

#news ul li section a:hover figure,
#news ul li section a:hover .boxRight {
  background: #525274;
}

@media screen and (max-width: 1024px) {
  #news ul li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #news ul li:nth-child(3) {
    display: block;
  }
}

.newsConcept {
  overflow: hidden;
  position: relative;
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  .newsConcept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .newsConcept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.whiteBg {
  background: #fff;
  position: relative;
}

#concept {
  background: url(../images/top/wave_gray.svg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  color: #3d3d59;
}

#concept .conceptInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1980px;
  padding-top: 200px;
}

@media screen and (max-width: 1440px) {
  #concept .conceptInner {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #concept .conceptInner {
    padding-top: 100px;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .conceptInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  #concept .conceptInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    background: none;
  }
}

#concept .left {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  display: none;
}

@media screen and (max-width: 1440px) {
  #concept .left {
    -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
  }
}

@media screen and (max-width: 810px) {
  #concept .left {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .left {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 75px;
  }
}

#concept .left .sectionTitle {
  border-left: 1px solid #000;
  display: none;
  padding-left: 10px;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .left .sectionTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-left: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-bottom: 10px;
    display: inline-block;
  }
}

#concept .center {
  -ms-flex-preferred-size: calc(40%);
      flex-basis: calc(40%);
}

@media screen and (max-width: 1440px) {
  #concept .center {
    -ms-flex-preferred-size: calc(40%);
        flex-basis: calc(40%);
  }
}

@media screen and (max-width: 810px) {
  #concept .center {
    -ms-flex-preferred-size: calc(40%);
        flex-basis: calc(40%);
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

#concept .center h3 {
  position: relative;
  line-height: 1.5;
  padding-right: 40px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  #concept .center h3 {
    font-size: 2.2rem;
    padding-right: 0;
  }
}

#concept .center h3 span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.04em;
}

#concept .center h3 img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-10px, 50%);
          transform: translate(-10px, 50%);
}

#concept .center p {
  margin-top: 100px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5;
}

@media screen and (max-width: 1024px) {
  #concept .center p {
    margin-top: 45px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #concept .center p {
    font-weight: 500;
  }
}

#concept .center .grayPadSptab {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .center .grayPadSptab {
    display: block;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #concept .center .grayPadSptab {
    height: 100px;
  }
}

#concept .right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 1440px) {
  #concept .right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

@media screen and (max-width: 810px) {
  #concept .right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .right {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}

#concept .right .inner {
  width: 100%;
  padding-left: 100px;
  border-radius: 10px;
  background: url(../images/top/concept.jpg);
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*
            width: 660px;
            padding-top: 90%;
            background: url("../images/top/concept.jpg") no-repeat;
            background-size: cover;
            background-position: center center;
            border-radius:10px;*/
}

#concept .right .inner.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#concept .right .inner img {
  width: 100%;
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  #concept .right .inner img {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  #concept .right .inner {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #concept .right .inner {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #concept .right .inner {
    padding-left: 0;
  }
}

#service {
  background: url(../images/common/wave_common_footer2.svg) center bottom #f3f3f6 no-repeat;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  #service {
    background: url(../images/common/wave_common_footer_sp2.svg) center bottom #f3f3f6 no-repeat;
  }
}

#service ul li .box {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#service ul.jsInviewOn li .box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#service ul.jsInviewOn li:nth-child(1) .box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#service ul.jsInviewOn li:nth-child(2) .box {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#service ul.jsInviewOn li:nth-child(3) .box {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#service ul.jsInviewOn li:nth-child(4) .box {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  #service h2 {
    top: -50px;
  }
}

.grayPad {
  background: #f3f3f6;
  height: 345px;
}

@media screen and (orientation: portrait) and (max-width: 828px) {
  .grayPad {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .grayPad {
    height: 230px;
  }
}

#movie {
  background: #e7e7ed;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 0;
  background: url(../images/top/wave_gray2.svg) no-repeat #e7e7ed;
  background-size: 100% auto;
  background-position: center bottom;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #movie {
    background: url(../images/top/wave_gray_sp.svg) no-repeat #e7e7ed;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

#movie h3 {
  border-bottom: 1px solid #000;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  color: #17184b;
}

@media screen and (max-width: 1024px) {
  #movie h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #movie h3 {
    font-size: 1.6rem;
  }
}

#movie h3 span {
  font-weight: 600;
  color: #17184b;
}

@media screen and (max-width: 767px) {
  #movie h3 span {
    display: none;
  }
}

#movie .box {
  margin-top: 50px;
}

#movie .box .movieBox {
  position: relative;
  width: 1080px;
  height: 0;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 1440px) {
  #movie .box .movieBox {
    width: 900px;
  }
}

@media screen and (max-width: 1100px) {
  #movie .box .movieBox {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #movie .box .movieBox {
    width: 335px;
  }
}

@media screen and (max-width: 374px) {
  #movie .box .movieBox {
    width: 280px;
  }
}

#movie .box .movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

#movie .fullMovie {
  margin-top: 100px;
  width: 100%;
  height: 35vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 810px) {
  #movie .fullMovie {
    margin-top: 50px;
    height: 75vw;
  }
}

#movie .fullMovie:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#movie .fullMovie .text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 810px) {
  #movie .fullMovie .text {
    font-size: 2rem;
  }
}

#movie .fullMovie .text div {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px;
  border-radius: 15px;
  border: 2px solid #fff;
}

@media screen and (max-width: 810px) {
  #movie .fullMovie .text div {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #movie .fullMovie .text img {
    width: 46px;
  }
}

#movie .fullMovie iframe {
  width: 1920px;
  height: 1080px;
  max-width: 1920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1921px) {
  #movie .fullMovie iframe {
    width: 100%;
    height: 56.25vw;
    max-width: 120%;
  }
}

@media screen and (max-width: 828px) {
  #movie .fullMovie iframe {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 177.77777778vh;
    max-width: none !important;
  }
}

#message {
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  color: #3d3d59;
}

@media screen and (max-width: 768px) {
  #message {
    padding-top: 75px;
  }
}

#message .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#message .center p.mar {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #message .center p.mar {
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-top: 50px;
  }
}

#message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #message .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0;
  }
}

#message .inner .left {
  -ms-flex-preferred-size: calc(50% - 200px);
      flex-basis: calc(50% - 200px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 25px;
  padding-right: 100px;
}

@media screen and (max-width: 1600px) {
  #message .inner .left {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1440px) {
  #message .inner .left {
    -ms-flex-preferred-size: calc(50% - 120px);
        flex-basis: calc(50% - 120px);
  }
}

@media screen and (max-width: 1024px) {
  #message .inner .left {
    padding-right: 25px;
  }
}

@media screen and (max-width: 834px) {
  #message .inner .left {
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  #message .inner .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 75px;
  }
}

#message .inner .left.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#message .inner .left img {
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #message .inner .left img.pctab {
    display: none;
  }
}

#message .inner .left img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #message .inner .left img.sp {
    display: block;
    width: 275px;
    margin: 0 auto;
  }
}

#message .inner .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 50px;
  padding-right: 5.5%;
  color: #3d3d59;
}

@media screen and (max-width: 1440px) {
  #message .inner .right {
    padding-right: 0;
    padding-left: 25px;
  }
}

@media screen and (max-width: 1280px) {
  #message .inner .right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #message .inner .right {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #message .inner .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
  }
}

#message .inner .right .msg {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.3em;
}

#message .inner .right .post {
  font-size: 1.3rem;
  color: #3d3d59;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #message .inner .right .post {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #message .inner .right .post {
    text-align: center;
  }
}

#message .inner .right .nameBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #message .inner .right .nameBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #message .inner .right .nameBox {
    text-align: center;
  }
}

#message .inner .right .nameBox .name {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  #message .inner .right .nameBox .name {
    font-size: 2.4rem;
  }
}

#message .inner .right .nameBox .nameEn {
  margin-bottom: 8px;
  margin-left: 35px;
  font-size: 1.8rem;
  color: #b9b9c8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 834px) {
  #message .inner .right .nameBox .nameEn {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 20px;
  }
}

#message .inner .right .text {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  #message .inner .right .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1280px) {
  #message .basicInner {
    width: 900px;
  }
}

@media screen and (max-width: 1000px) {
  #message .basicInner {
    width: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #message .basicInner {
    padding-left: 0;
  }
}

#message .sectionTitle {
  position: absolute;
  border-left: 1px solid #000;
  padding-left: 10px;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  left: 200px;
  top: 160px;
}

@media screen and (max-width: 1500px) {
  #message .sectionTitle {
    left: 75px;
  }
}

@media screen and (max-width: 768px) {
  #message .sectionTitle {
    top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #message .sectionTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-left: none;
    border-bottom: 1px solid #000;
    letter-spacing: 0.2em;
  }
}

.swiperBox {
  width: calc(100% - 200px);
  min-height: 1000px;
  margin-left: auto;
  margin-top: 140px;
  padding-top: 100px;
  padding-left: 210px;
  padding-bottom: 75px;
  background: #373752;
  border-radius: 20px 0 0 20px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .swiperBox {
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 170px);
    min-height: 0px;
  }
}

@media screen and (max-width: 1280px) {
  .swiperBox {
    width: calc(100% - 75px);
  }
}

@media screen and (max-width: 1024px) {
  .swiperBox {
    width: calc(100% - 75px);
    min-height: 0;
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .swiperBox {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  .swiperBox {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 30px;
    border-radius: 5px;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.swiperBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 200px;
}

@media screen and (max-width: 768px) {
  .swiperBox .top {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

.swiperBox .top h2 {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .swiperBox .top h2 {
    font-size: 2.4rem;
    font-size: 1.6rem;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .top h2 {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

.swiperBox .top a {
  width: 180px;
  height: 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;
  border-radius: 30px;
  background: #fff;
  color: #3d3d59;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .swiperBox .top a {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 40px;
    bottom: 50px;
  }
}

.swiperBox .swiper-container {
  margin-top: 60px;
}

@media screen and (max-width: 1440px) {
  .swiperBox .swiper-container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

.swiperBox .swiper-container .swiper-slide {
  color: #fff;
}

.swiperBox .swiper-container .swiper-slide a {
  color: #fff;
}

.swiperBox .swiper-container .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-slide img {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-slide .pctab {
    display: none;
  }
}

.swiperBox .swiper-container .swiper-slide .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-slide .sp {
    display: block;
  }
}

.swiperBox .swiper-container .swiper-slide h3 {
  margin-top: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .swiperBox .swiper-container .swiper-slide h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-slide h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.swiperBox .swiper-container .swiper-slide p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .swiperBox .swiper-container .swiper-slide p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-slide p {
    text-align: left;
    padding: 0 25px;
    line-height: 2;
  }
}

.swiperBox .swiper-container .swiper-button-prev {
  right: 10px;
  left: auto;
  border-radius: 100px;
  /*
            cursor: -webkit-image-set(
                    url(../images/top/prev.png) 1x,
                    url(../images/top/prevx2.png) 2x
                ),
                pointer;*/
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-button-prev {
    width: 33px;
    height: 33px;
    border-radius: 60px;
    left: 10px;
    right: auto;
    top: 36%;
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    margin-top: 0;
  }
}

.swiperBox .swiper-container .swiper-button-next {
  left: 10px;
  right: auto;
  border-radius: 100px;
  background-position: 16px 12px;
  /*
            cursor: -webkit-image-set(
                    url(../images/top/next.png) 1x,
                    url(../images/top/nextx2.png) 2x
                ),
                pointer;*/
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-button-next {
    width: 33px;
    height: 33px;
    border-radius: 60px;
    right: 10px;
    left: auto;
    top: 36%;
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .swiperBox .swiper-container .swiper-button-next,
  .swiperBox .swiper-container .swiper-button-prev {
    /*
                width: 50%;
                height: calc(100% - 140px);
                position: absolute;
                top: 0;
                background: none;*/
    background: url(../images/gallery/arrow_log.svg) no-repeat rgba(255, 255, 255, 0.8);
    background-size: 30% 45%;
    background-position: 12px 9px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-button-next,
  .swiperBox .swiper-container .swiper-button-prev {
    background: url(../images/gallery/arrow_log.svg) no-repeat rgba(255, 255, 255, 0.8);
    background-size: 30% 45%;
    background-position: 12px 9px;
  }
}

.swiperBox .swiper-container .swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiperBox .swiper-container .swiper-pagination {
    display: block;
    bottom: 30px;
    margin-top: 45px;
  }
  .swiperBox .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
}

#rainbowRose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  position: relative;
  background: url(../images/top/rainbow_wave.svg) no-repeat #f3f3f6;
  background-size: 100% auto;
  background-position: center top -35px;
  color: #3d3d59;
}

@media screen and (max-width: 767px) {
  #rainbowRose {
    margin-top: 55px;
    padding-top: 0;
    background: url(../images/top/rainbow_wave_sp.svg) no-repeat #f3f3f6;
    background-size: 100% auto;
    background-position: center bottom;
    position: static;
  }
}

#rainbowRose .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #rainbowRose .sp {
    display: block;
    width: 100%;
    margin-top: 75px;
  }
}

#rainbowRose .bg {
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#rainbowRose .bg .jsInview {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#rainbowRose .bg .jsInview.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#rainbowRose .bg .jsInview.bg01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#rainbowRose .bg .jsInview.bg02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#rainbowRose .bg .jsInview.bg03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#rainbowRose .bg .spblBox {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .spblBox {
    padding-bottom: 75px;
  }
}

#rainbowRose .bg .spblBox p.mar.spbl {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #000;
  display: none;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .spblBox p.mar.spbl {
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-top: 50px;
  }
}

#rainbowRose .bg .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .left {
    padding-right: 0;
  }
}

#rainbowRose .bg .left .bg01 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#rainbowRose .bg .left .bg01 .bgInner {
  background: url(../images/top/rainbow01.jpg) no-repeat;
  background-size: cover;
  padding-top: 145%;
  border-radius: 0 10px 10px 0;
}

#rainbowRose .bg .left .bg02 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 80px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .left .bg02 {
    padding-left: 0;
    padding-top: 25px;
  }
}

#rainbowRose .bg .left .bg02 .bgInner {
  background: url(../images/top/rainbow02.jpg) no-repeat;
  background-size: cover;
  padding-top: 142%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .left .bg02 .bgInner {
    border-radius: 10px 0 0 10px;
  }
}

#rainbowRose .bg .center {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 2%;
  position: relative;
}

@media screen and (max-width: 834px) {
  #rainbowRose .bg .center {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center {
    width: 100%;
    position: static;
    text-align: center;
  }
}

#rainbowRose .bg .center .round {
  position: absolute;
  width: 29%;
  padding-top: 29%;
  top: -2%;
  right: 6%;
  background: #fff;
  border: #3D3D59 solid 1px;
  border-radius: 100000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media screen and (max-width: 1440px) {
  #rainbowRose .bg .center .round {
    width: 26%;
    padding-top: 26%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbowRose .bg .center .round {
    width: 25%;
    padding-top: 25%;
    font-size: 1.0rem;
    right: 3%;
  }
}

@media screen and (max-width: 900px) {
  #rainbowRose .bg .center .round {
    width: 32%;
    padding-top: 32%;
    top: -13%;
    right: -14%;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center .round {
    position: relative;
    width: 180px;
    height: 180px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 45px;
  }
  #rainbowRose .bg .center .round .inner {
    font-size: 1.6rem;
  }
}

#rainbowRose .bg .center .round .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}

#rainbowRose .bg .center p.mar {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #rainbowRose .bg .center p.mar {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center p.mar {
    display: none;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-top: 50px;
  }
}

#rainbowRose .bg .center h2 {
  font-size: 2.2rem;
  margin-top: 135px;
}

@media screen and (max-width: 1440px) {
  #rainbowRose .bg .center h2 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #rainbowRose .bg .center h2 {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}

#rainbowRose .bg .center .text {
  font-size: 1.5rem;
  line-height: 2.5;
  margin-top: 25px;
}

@media screen and (max-width: 1440px) {
  #rainbowRose .bg .center .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbowRose .bg .center .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center .text {
    padding: 0 50px;
    text-align: left;
  }
}

#rainbowRose .bg .center .btn {
  background: #3d3d59;
  width: 200px;
  height: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 30px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1440px) {
  #rainbowRose .bg .center .btn {
    font-size: 1.4rem;
    width: 240px;
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #rainbowRose .bg .center .btn {
    width: 200px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center .btn {
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .center .pctab {
    display: none;
  }
}

#rainbowRose .bg .right {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  padding-left: 3.2%;
}

@media screen and (max-width: 767px) {
  #rainbowRose .bg .right {
    display: none;
  }
}

#rainbowRose .bg .right .bg03 .bgInner {
  background: url(../images/top/rainbow03.jpg) no-repeat;
  background-size: cover;
  padding-top: 245%;
  border-radius: 10px 0 0 10px;
}

#rainbowRose .bg.jsInviewOn .inner {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.arrangementBox {
  background: #f3f3f6;
  padding-top: 200px;
  padding-bottom: 355px;
}

@media screen and (max-width: 767px) {
  .arrangementBox {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}

#arrangement.swiperBox {
  margin-top: 0;
  background: #fff;
}

#arrangement.swiperBox .top h2 {
  color: #3d3d59;
  border-bottom: 1px solid #000;
}

#arrangement.swiperBox .top a {
  background: #3d3d59;
  color: #fff;
}

#arrangement.swiperBox a {
  color: #000;
}

#arrangement.swiperBox .swiper-container .swiper-slide {
  color: #3d3d59;
}

#arrangement.swiperBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #3d3d59;
}

.bgBottom {
  margin-top: 150px;
}

.bgBottom img {
  width: 100%;
  display: block;
}

.grayBg {
  background: #b9b9c8;
}

#flowerGift {
  background: #e7e7ed;
  padding-top: 0;
}

#flowerGift ul li {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#flowerGift .jsInviewOn ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#flowerGift .jsInviewOn ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#flowerGift .jsInviewOn ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#flowerGift .jsInviewOn ul li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#flowerGift .jsInviewOn ul li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#flowerGift .jsInviewOn ul li:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#flowerGift .jsInviewOn ul li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#flowerGift .jsInviewOn ul li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

#flowerGift .jsInviewOn ul li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#option {
  padding-bottom: 100px;
}

#option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}

#option ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin: 0 25px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
}

#option ul li p {
  font-size: 0.8rem;
  margin-top: 25px;
}

#option ul li h3 {
  font-size: 1.6rem;
  margin-top: 10px;
}

#option ul li .bg01 {
  background: url(../images/top/option01.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 57%;
}

#option ul li .bg02 {
  background: url(../images/top/option02.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 57%;
}

#option ul li .bg04 {
  background: url(../images/top/option04.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 57%;
}

#option ul li .bg05 {
  background: url(../images/top/option05.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 57%;
}

#option ul li .bg06 {
  background: url(../images/top/option06.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 57%;
}

#option ul.top {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#option div.bottom {
  border-top: 1px solid #17184b;
  margin-top: 50px;
  padding-top: 140px;
  position: relative;
}

#option div.bottom h3 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school {
  overflow: hidden;
  position: relative;
  background: url(../images/top/wave_blue.svg) no-repeat #373752;
  background-position: 0 0;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  #school {
    background: url(../images/top/wave_blue_1024.svg) no-repeat #373752;
    background-position: 0 -1px;
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  #school {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #school {
    background: #fff;
  }
}

#school .bg {
  width: 100%;
  position: absolute;
}

#school .schoolInner {
  width: calc(50% + 540px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 2300px) {
  #school .schoolInner {
    margin-top: 205px;
  }
}

@media screen and (max-width: 1100px) {
  #school .schoolInner {
    width: 100%;
    padding-left: 75px;
    padding-right: 0;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  #school .schoolInner {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  #school .schoolInner {
    padding-left: 50px;
  }
}

@media screen and (max-width: 810px) {
  #school .schoolInner {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #school .schoolInner {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
}

#school .schoolInner .left {
  -ms-flex-preferred-size: 540px;
      flex-basis: 540px;
  padding-right: 150px;
}

@media screen and (max-width: 1600px) {
  #school .schoolInner .left {
    padding-right: 150px;
  }
}

@media screen and (max-width: 1440px) {
  #school .schoolInner .left {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1280px) {
  #school .schoolInner .left {
    padding-right: 75px;
  }
}

@media screen and (max-width: 1100px) {
  #school .schoolInner .left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 1023px) {
  #school .schoolInner .left {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 374px) {
  #school .schoolInner .left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#school .schoolInner .left .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left .sp {
    display: block;
  }
}

#school .schoolInner .left .spImage {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left .spImage {
    display: block;
    position: relative;
    bottom: -50px;
  }
  #school .schoolInner .left .spImage img {
    width: 100%;
  }
}

#school .schoolInner .left .spImage.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left .spBg {
    background: url(../images/top/wave_blue_sp.svg) no-repeat #373752;
    background-position: 0 0;
    background-size: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    padding-top: 30px;
  }
}

#school .schoolInner .left p.title {
  margin-top: 254px;
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  #school .schoolInner .left p.title {
    margin-top: 190px;
  }
}

@media screen and (max-width: 1440px) {
  #school .schoolInner .left p.title {
    margin-top: 150px;
  }
}

@media screen and (max-width: 1100px) {
  #school .schoolInner .left p.title {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  #school .schoolInner .left p.title {
    margin-top: 100px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left p.title {
    font-size: 1.6rem;
  }
}

#school .schoolInner .left .text {
  margin-top: 45px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.4;
}

@media screen and (max-width: 1440px) {
  #school .schoolInner .left .text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1100px) {
  #school .schoolInner .left .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  #school .schoolInner .left .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left .text {
    text-align: left;
    padding: 0 20px;
  }
}

#school .schoolInner .left a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-top: 100px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1440px) {
  #school .schoolInner .left a.btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  #school .schoolInner .left a.btn {
    margin-top: 40px;
    width: 150px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .left a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

#school .schoolInner .left a.btn:hover {
  background-color: #525274;
}

#school .schoolInner .right {
  -ms-flex-preferred-size: calc(100% - 540px);
      flex-basis: calc(100% - 540px);
  padding-top: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #school .schoolInner .right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 1024px) {
  #school .schoolInner .right {
    padding-right: 75px;
  }
}

@media screen and (max-width: 1023px) {
  #school .schoolInner .right {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}

#school .schoolInner .right .image {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  #school .schoolInner .right .image {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .image {
    position: static;
  }
}

#school .schoolInner .right .bgBox {
  position: absolute;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15%;
}

@media screen and (max-width: 1100px) {
  #school .schoolInner .right .bgBox {
    padding-right: 8%;
  }
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .bgBox {
    padding-right: 12%;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .bgBox {
    position: static;
    padding-right: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}

#school .schoolInner .right .bgBox .bg01 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .bgBox .bg01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
  }
}

#school .schoolInner .right .bgBox .bg01 .bgInner {
  background: url(../images/top/school01.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .bgBox .bg01 .bgInner {
    height: 0;
    padding-top: 150%;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .bgBox .bg01 .bgInner {
    border-radius: 5px;
  }
}

#school .schoolInner .right .bgBox .bg02 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
  -webkit-transform: translate(10px, -65px);
          transform: translate(10px, -65px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .bgBox .bg02 {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .bgBox .bg02 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#school .schoolInner .right .bgBox .bg02 .bgInner {
  background: url(../images/top/school02.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .bgBox .bg02 .bgInner {
    height: 0;
    padding-top: 150%;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .bgBox .bg02 .bgInner {
    border-radius: 5px;
  }
}

#school .schoolInner .right .jsInviewOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#school .schoolInner .right .jsInviewOn.bg01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#school .schoolInner .right .jsInviewOn.bg02 {
  opacity: 1;
  -webkit-transform: translate(10px, -65px);
          transform: translate(10px, -65px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media screen and (max-width: 810px) {
  #school .schoolInner .right .jsInviewOn.bg02 {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner .right .jsInviewOn.bg02 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#school .schoolInner h2 {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #373752;
}

@media screen and (max-width: 1440px) {
  #school .schoolInner h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  #school .schoolInner h2 {
    font-size: 2.4rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 810px) {
  #school .schoolInner h2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner h2 {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #school .schoolInner h2.pctab {
    display: none;
  }
}

#school .schoolInner h2.spbl {
  display: none;
}

@media screen and (max-width: 767px) {
  #school .schoolInner h2.spbl {
    display: inline-block;
  }
}

#school .bottom {
  background: #373752;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #school .bottom {
    padding-bottom: 100px;
  }
}

#school figure.shop {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 150px;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  #school figure.shop {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #school figure.shop {
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
  }
}

#school figure.shop .inner {
  background: url(../images/top/shop.jpg) no-repeat;
  background-size: cover;
  background-position: center calc(50% + 50px);
  padding-top: 33%;
}

@media screen and (max-width: 767px) {
  #school figure.shop .inner {
    background-size: cover;
    background-position: center calc(50%);
    padding-top: 80%;
  }
}

#school figure.shop img {
  width: 100%;
  border-radius: 5px;
}

#school figure.shop.jsInviewOn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.topFooter {
  background: #373752;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .topFooter {
    padding-bottom: 75px;
  }
}

.topFooter .topFooterInner #instagram {
  background: #373752;
  margin-top: 150px;
}

.topFooter .topFooterInner #instagram .inner h2 {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .topFooter .topFooterInner #instagram .inner h2 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner #instagram .inner h2 {
    font-size: 1.6rem;
  }
}

.topFooter .topFooterInner #instagram .inner .textCenter {
  text-align: center;
}

.topFooter .topFooterInner #instagram .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner #instagram .inner ul {
    margin-top: 50px;
  }
}

.topFooter .topFooterInner #instagram .inner ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner #instagram .inner ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.topFooter .topFooterInner #instagram .inner ul li img {
  width: 100%;
}

.topFooter .topFooterInner #instagram .inner a.btn {
  display: inline-block;
  font-size: 1.4rem;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner #instagram .inner a.btn {
    font-size: 1.3rem;
    padding-left: 0;
    margin-top: 20px;
  }
}

.topFooter .topFooterInner .telForm {
  margin-top: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  padding: 50px 0;
  color: #373752;
}

@media screen and (max-width: 768px) {
  .topFooter .topFooterInner .telForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 50px 25px;
  }
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner .telForm {
    margin-top: 100px;
  }
}

.topFooter .topFooterInner .telForm div.left,
.topFooter .topFooterInner .telForm div.right {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.topFooter .topFooterInner .telForm .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid #373752;
}

@media screen and (max-width: 768px) {
  .topFooter .topFooterInner .telForm .left {
    border-right: none;
    border-bottom: 1px solid #373752;
    padding-bottom: 50px;
  }
}

.topFooter .topFooterInner .telForm .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .topFooter .topFooterInner .telForm .right {
    padding-top: 50px;
  }
}

.topFooter .topFooterInner .telForm h3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner .telForm h3 {
    font-size: 1.6rem;
  }
}

.topFooter .topFooterInner .telForm .tel {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner .telForm .tel {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 374px) {
  .topFooter .topFooterInner .telForm .tel {
    font-size: 1.8rem;
  }
}

.topFooter .topFooterInner .telForm .tel a {
  color: #373752;
  letter-spacing: 0.06em;
}

.topFooter .topFooterInner .telForm .tel img {
  width: 28px;
  margin-right: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .topFooter .topFooterInner .telForm .tel img {
    margin-right: 10px;
  }
}

.topFooter .topFooterInner .telForm .tel .small {
  font-size: 1.8rem;
}

.topFooter .topFooterInner .telForm .time {
  font-size: 1.2rem;
  margin-top: 25px;
}

@media screen and (max-width: 374px) {
  .topFooter .topFooterInner .telForm .time {
    font-size: 1.1rem;
  }
}

.topFooter .topFooterInner .telForm .mailBtn {
  background: #373752;
  width: 350px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  .topFooter .topFooterInner .telForm .mailBtn {
    width: 250px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .topFooter .topFooterInner .telForm .mailBtn {
    width: 100%;
  }
}

.topFooter .topFooterInner .telForm .mailBtn img {
  margin-right: 20px;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_load {
  display: none;
}

#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

#sb_instagram .sbi_photo_wrap .fa-clone {
  display: none !important;
}

#sb_instagram .sbi_photo {
  background: none !important;
  position: relative;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sb_instagram .sbi_photo img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sb_instagram #sbi_images {
  margin-top: 50px;
  padding: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}

#sb_instagram #sbi_images .sbi_item {
  padding: 20px !important;
}

@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 10px !important;
  }
}

/* プリザーブドフラワー */
#rainbowRose {
  display: block;
  background-position: center top;
}

#rainbowRose .commonFooter {
  background: transparent;
  padding-bottom: 0;
}
/*# sourceMappingURL=index.css.map */