@charset "UTF-8";
.com {
  font-family: 'Comfortaa', cursive;
  font-weight: 600;
}

/* ファーストビュー */
.startview {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  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;
}

.startview p {
  width: 31.66666%;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 9999;
  -webkit-animation: firstview 0.5s ease-in;
          animation: firstview 0.5s ease-in;
}

@media screen and (max-width: 768px) {
  .startview p {
    width: 47.933vw;
  }
}

.startview p img {
  width: 100%;
}

@-webkit-keyframes firstview {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes firstview {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#wrapper {
  min-width: auto;
  position: relative;
}

.music {
  position: fixed;
  top: 2vw;
  left: 3vw;
  z-index: 2;
}

.music p {
  font-size: 16px;
  color: #00264b;
  font-family: 'Kiwi Maru', serif;
  margin: 10px 0 0 1em;
}

/* ローディング画面 */
/* ローディングアニメーション */
/* /ローディング画面 */
.bg-img-wrap {
  position: relative;
  -webkit-transform: translateY(-1.5%);
          transform: translateY(-1.5%);
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

.bg-img {
  width: 100%;
}

.fix-ob {
  position: fixed;
  background-size: 100%;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.fix-ob.pointer-none {
  pointer-events: none;
}

.fix-ob a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.25;
  font-family: 'Kiwi Maru', serif;
}

.fix-ob a:hover {
  text-decoration: none;
  opacity: 1;
}

.fix-ob.is-disappear {
  opacity: 0;
}

.fix-cart {
  bottom: 15vw;
  right: 2vw;
  width: 10.533vw;
  height: 10.2vw;
  background: url(../img/bg_cart.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .fix-cart {
    top: 2vw;
    width: 22vw;
    height: 22vw;
  }
}

.fix-cart a {
  width: 10.533vw;
  height: 10.2vw;
  font-size: 1.333vw;
}

@media screen and (max-width: 768px) {
  .fix-cart a {
    width: 22vw;
    height: 22vw;
    font-size: 3vw;
  }
}

.fix-cart i {
  margin-bottom: 0.6vw;
}

.fix-cart i.fa-shopping-cart {
  font-size: 2.6vw;
  margin-right: 0.5vw;
}

@media screen and (max-width: 768px) {
  .fix-cart i.fa-shopping-cart {
    font-size: 5vw;
  }
}

.fix-insta {
  bottom: 2vw;
  right: 4.5vw;
  width: 5.333vw;
  height: 5.333vw;
  background: url(../img/bg_insta.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .fix-insta {
    top: 26vw;
    right: 5.5vw;
    width: 15vw;
    height: 15vw;
  }
  .fix-insta.is-active {
    top: 2vw;
  }
}

.fix-insta.pointer-none {
  pointer-events: none;
}

.fix-insta a {
  width: 5.333vw;
  height: 5.333vw;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  .fix-insta a {
    width: 15vw;
    height: 15vw;
    font-size: 6vw;
  }
}

.fix-insta a i.fa-shopping-cart {
  font-size: 2.6vw;
  margin-right: 0.5vw;
}

@media screen and (max-width: 768px) {
  .fix-insta a i.fa-shopping-cart {
    font-size: 5vw;
  }
}

.fix-twitter {
  position: fixed;
  bottom: 8vw;
  right: 4.5vw;
  width: 5.333vw;
  height: 5.333vw;
  background: url(../img/bg_twitter.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .fix-twitter {
    top: 42vw;
    right: 5.5vw;
    width: 15vw;
    height: 15vw;
  }
  .fix-twitter.is-active {
    top: 18vw;
  }
}

.fix-twitter a {
  width: 5.333vw;
  height: 5.333vw;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  .fix-twitter a {
    width: 15vw;
    height: 15vw;
    font-size: 6vw;
  }
}

.fix-twitter a i.fa-shopping-cart {
  font-size: 2.6vw;
  margin-right: 0.5vw;
}

@media screen and (max-width: 768px) {
  .fix-twitter a i.fa-shopping-cart {
    font-size: 5vw;
  }
}

.content-wrap {
  padding: 14.067vw 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo {
  width: 31.66666%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .logo {
    position: absolute;
    top: 50.133vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 47.933vw;
  }
}

.logo img {
  width: 100%;
}

.wood {
  width: 15.333vw;
  position: absolute;
  top: 9.55%;
  left: 17.2%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wood {
    top: 23.8%;
  }
}

.ani {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.ani.is-appear {
  opacity: 1;
}

.ani1 {
  width: 6.533vw;
  left: 19%;
  top: 21.5%;
}

@media screen and (max-width: 768px) {
  .ani1 {
    top: 33%;
  }
}

.ani1.is-appear {
  top: 21.5%;
  left: 27%;
}

@media screen and (max-width: 768px) {
  .ani1.is-appear {
    top: 33%;
  }
}

/* safari */
_:lang(x) + _:-webkit-full-screen-document .ani1, body .ani1 {
  top: 21.38% !important;
}

@media screen and (max-width: 768px) {
  _:lang(x) + _:-webkit-full-screen-document .ani1, body .ani1 {
    top: 33% !important;
  }
}

.mac .ani1 {
  top: 21.38%;
}

/* Firefox */
@-moz-document url-prefix() {
  .ani1 {
    top: 21.38%;
  }
}

.ani2 {
  width: 10.733vw;
  top: 25.6%;
  right: 0%;
}

@media screen and (max-width: 768px) {
  .ani2 {
    top: 33.8%;
  }
}

.ani2.is-appear {
  right: 6%;
  -webkit-transform-origin: 1.667vw 1.667vw;
          transform-origin: 1.667vw 1.667vw;
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.ani3-body {
  width: 12.667vw;
  top: 33.2%;
  left: 16%;
}

@media screen and (max-width: 768px) {
  .ani3-body {
    top: 39.6%;
  }
}

.ani3-body.is-appear {
  left: 24%;
}

.ani3-tail {
  width: 8.733vw;
  top: 32.6%;
  left: 8.5%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: tail 0.5s ease infinite;
          animation: tail 0.5s ease infinite;
}

@media screen and (max-width: 768px) {
  .ani3-tail {
    top: 39%;
  }
}

.ani3-tail.is-appear {
  left: 16.5%;
}

@-webkit-keyframes tail {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes tail {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.ani4 {
  width: 6.8vw;
  top: 48.2%;
  right: 8%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: aaa 3s ease infinite;
          animation: aaa 3s ease infinite;
}

.ani4.is-appear {
  right: 8%;
  top: 46.2%;
}

@media screen and (max-width: 768px) {
  .ani4.is-appear {
    top: 50.2%;
  }
}

@-webkit-keyframes aaa {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes aaa {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.ani5 {
  width: 17.933vw;
  top: 53%;
  right: 4%;
}

@media screen and (max-width: 768px) {
  .ani5 {
    top: 58%;
  }
}

.ani5.is-appear {
  right: 12%;
  -webkit-animation: bound 1s ease;
          animation: bound 1s ease;
}

@media screen and (max-width: 768px) {
  .ani5.is-appear {
    right: 18%;
  }
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.ani6-body {
  width: 16.933vw;
  top: 77.5%;
  right: -3%;
  z-index: 1;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .ani6-body {
    right: 4%;
  }
}

.ani6-body.is-appear {
  right: 5%;
}

.ani6-tail {
  width: 5.6vw;
  top: 79.5%;
  right: -2.5%;
  opacity: 1;
  -webkit-transform-origin: 0vw 3vw;
          transform-origin: 0vw 3vw;
  -webkit-animation: tail2 1.5s ease infinite;
          animation: tail2 1.5s ease infinite;
}

@media screen and (max-width: 768px) {
  .ani6-tail {
    top: 79.1%;
    right: 4.5%;
  }
}

.ani6-tail.is-appear {
  right: 5.5%;
}

@-webkit-keyframes tail2 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes tail2 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.ani7 {
  width: 18.067vw;
  top: 78.5%;
  left: -8%;
}

.ani7.is-appear {
  left: 0;
  -webkit-animation: bound 1s ease;
          animation: bound 1s ease;
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.ani8 {
  display: block;
  width: 40.2vw;
  top: 64.41%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media screen and (max-width: 768px) {
  .ani8 {
    top: 70.39%;
  }
}

.ani8.is-appear {
  left: 12.1%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ani8.is-appear {
    left: 12.1%;
  }
}

.ani8.is-appear:hover:before, .ani8.is-appear:hover:after {
  opacity: 1;
}

.ani8.is-appear:before {
  content: "";
  display: block;
  background: url(../img/img_animal9-1.png) no-repeat center center/cover;
  width: 5.4vw;
  height: 10.6vw;
  position: absolute;
  top: 14.9vw;
  left: 3.3vw;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ani8.is-appear:after {
  content: "";
  display: block;
  background: url(../img/img_animal9-2.png) no-repeat center center/cover;
  width: 7vw;
  height: 5.533vw;
  position: absolute;
  top: 19.9vw;
  left: 16.5vw;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ani8 img {
  width: 100%;
}

.ani8:hover img {
  opacity: 1;
}

/* safari */
_:lang(x) + _:-webkit-full-screen-document .ani8, body .ani8 {
  top: 64.53% !important;
}

@media screen and (max-width: 768px) {
  _:lang(x) + _:-webkit-full-screen-document .ani8, body .ani8 {
    top: 70.39% !important;
  }
}

_:lang(x) + _:-webkit-full-screen-document .ani8.is-appear, body .ani8.is-appear {
  left: 12.24%;
}

/* Firefox */
@-moz-document url-prefix() {
  .ani8 {
    top: 64.48%;
  }
  .ani8.is-appear {
    left: 12.2%;
  }
}

.mac .ani8 {
  top: 64.46%;
}

.mac .ani8.is-appear {
  left: 12.1%;
}

.ani9 {
  display: block;
  width: 8.733vw;
  top: 74%;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-animation: fluffy1 3s ease infinite;
          animation: fluffy1 3s ease infinite;
}

.ani9.is-appear {
  left: 15.2%;
  top: 71.5%;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ani10 {
  opacity: 1;
  width: 22vw;
  top: 68.2%;
  left: 8%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .ani10 {
    top: 69.6%;
  }
}

.ani10.is-appear {
  left: 8%;
  -webkit-animation: yurayura2 .4s ease-in;
          animation: yurayura2 .4s ease-in;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@-webkit-keyframes yurayura2 {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  70% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes yurayura2 {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  70% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.ani11-body {
  width: 6.933vw;
  top: 46%;
  left: 21.6%;
}

.ani11-body.is-appear {
  top: 45%;
}

@media screen and (max-width: 768px) {
  .ani11-body.is-appear {
    top: 49.5%;
    left: 19%;
  }
}

.ani11-cherry {
  width: 2.533vw;
  top: 46.55%;
  left: 27.6%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: cherry 0.8s ease infinite;
          animation: cherry 0.8s ease infinite;
}

@media screen and (max-width: 768px) {
  .ani11-cherry {
    left: 24.6%;
  }
}

.ani11-cherry.is-appear {
  top: 45.55%;
}

@media screen and (max-width: 768px) {
  .ani11-cherry.is-appear {
    top: 49.95%;
  }
}

@-webkit-keyframes cherry {
  0%, 100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@keyframes cherry {
  0%, 100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

.insta-area {
  position: absolute;
  bottom: 16.533vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 846px;
  color: #255789;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .insta-area {
    width: 100%;
    bottom: 20vw;
  }
}

.insta-area .fa-instagram {
  font-size: 36px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .insta-area .fa-instagram {
    font-size: 7vw;
    margin: 0 0 2vw 0;
  }
}

.insta-area .insta-ttl {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
  letter-spacing: .14em;
  font-family: 'Kiwi Maru', serif;
}

@media screen and (max-width: 768px) {
  .insta-area .insta-ttl {
    font-size: 4vw;
    margin: 0 0 3vw 0;
  }
}

.insta-area .insta-ttl .com {
  letter-spacing: .2em;
  font-weight: 700;
}

.insta-area .insta-ttl .insta {
  letter-spacing: .14em;
}

.insta-area .insta-ttl img {
  margin: 0 8px 0 0;
}

@media screen and (max-width: 768px) {
  .insta-area .insta-ttl img {
    width: 33%;
  }
}

.insta-area .insta-area__block {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .insta-area .insta-area__block {
    margin: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .insta-area .insta-area__block iframe {
    width: 100% !important;
    height: 23vw !important;
  }
}

.footer01__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2vw;
  width: 4.667vw;
}

@media screen and (max-width: 768px) {
  .footer01__logo {
    bottom: 7vw;
    width: 12vw;
  }
}

.footer01 {
  font-size: 12px;
  font-weight: 600;
  color: #00264b;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .footer01 {
    font-size: 10px;
  }
}

.block {
  opacity: 0;
  position: fixed;
  top: 52%;
  left: 50%;
  font-family: 'Kiwi Maru', serif;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block.block1 {
  right: 20%;
  color: #255789;
}

@media screen and (max-width: 768px) {
  .block.block1 {
    width: 91.467%;
    right: auto;
    top: 95vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.block.block1 .h2-ttl02 {
  font-size: 3.333vw;
  margin-bottom: 3vw;
}

.block.block1 .txt {
  font-size: 1.933vw;
  line-height: 1;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .block.block1 .txt {
    font-size: 3.4vw;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 768px) {
  .block.block1.is-appear {
    top: 95vw;
  }
}

.block.block2 {
  right: 22%;
  color: #1a4c13;
}

@media screen and (max-width: 768px) {
  .block.block2 {
    width: 41.533vw;
    left: 55%;
  }
}

.block.block3 {
  right: 22%;
  color: #d54a72;
}

@media screen and (max-width: 768px) {
  .block.block3 {
    width: 46.333vw;
    left: 63%;
  }
}

.block.block4 {
  right: 36%;
  color: #075d61;
}

@media screen and (max-width: 768px) {
  .block.block4 {
    width: 43.4vw;
    left: 62%;
  }
}

.block.block5 {
  right: 36%;
  color: #ce422c;
}

@media screen and (max-width: 768px) {
  .block.block5 {
    width: 57.4vw;
    left: 60%;
  }
}

.block .h1-ttl01 {
  font-size: 3.333vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin: 0 0 2.667vw 0;
}

@media screen and (max-width: 768px) {
  .block .h1-ttl01 {
    display: none;
  }
}

.block .h1-ttl01 .en {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.block .h2-ttl02 {
  font-size: 2.667vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin: 0 0 2vw 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .block .h2-ttl02 {
    display: none;
  }
}

.block .h2-ttl02 .en {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.block .txt {
  font-size: 1.6vw;
  font-weight: 600;
  letter-spacing: 0.14em;
  white-space: nowrap;
  line-height: 1.667;
  margin-left: 2.667vw;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .block .txt {
    display: none;
  }
}

.block img {
  display: none;
}

@media screen and (max-width: 768px) {
  .block img {
    display: block;
  }
}

.block.is-appear {
  opacity: 1;
  top: 50%;
}

.block.is-disappear {
  opacity: 0;
}
/*# sourceMappingURL=layout.css.map */