.section-wave {
  position: relative;
}

.section-wave::before {
  position: absolute;
  top: -10.6666666667vw;
  left: 0;
  display: block;
  width: 100%;
  height: 10.6666666667vw;
  aspect-ratio: 749/80;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/top/sp_bg_wave.svg);
  content: "";
}

@media screen and (min-width: 992px) {
  .section-wave {
    padding-top: 80px;
  }
  .section-wave::before {
    top: -80px;
    display: block;
    width: 100%;
    height: 80px;
    aspect-ratio: initial;
    background-image: url(../../images/top/pc_bg_wave.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat-x;
  }
}
/**** ---- mv ----
===================================****/
#mv {
  position: relative;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  #mv img {
    object-fit: cover;
    object-position: center center;
  }
}
/**** ---- section-wrap ----
===================================****/
.section-wrap {
  position: relative;
}

.section-wrap #comingsoon {
  padding: var(--size-60) var(--size-30) 0 var(--size-30);
}

.section-wrap #news .section-title {
  font-size: var(--size-60);
}

.section-wrap #news {
  margin-top: var(--size-60);
  padding: var(--size-40) var(--size-30) var(--size-120) var(--size-30);
  background: url(../../images/top/bg_news.png);
  background-size: 57.3333333333vw auto;
}

.section-wrap #information {
  padding: var(--size-90) 0 0 0;
  text-align: center;
}

.section-wrap #information .section-title {
  position: relative;
  bottom: -1px;
  display: inline-block;
  margin: 0 0 var(--size-15) 0;
  padding: var(--size-15) var(--size-15) 0 var(--size-15);
  color: #ee99b9;
  line-height: 1;
  /*
  border: 1px solid #b2b2b2;
  border-bottom: none;
  border-top-left-radius: var(--size-15);
  border-top-right-radius: var(--size-15);
  transform: rotate(0);
  z-index: 1;
  &::before,
  &::after {
    position: absolute;
    bottom: calc(-1 * var(--size-15));
    display: block;
    width: 100vw;
    height: calc(100% - var(--size-15));
    background-color: #fff;        
    border-bottom: 1px solid #b2b2b2;
    content: '';
  }
  &::before {
    right: 100%;
    border-right: 1px solid #b2b2b2;
    border-bottom-right-radius: var(--size-15);
  }
  &::after {
    left: 100%;
    border-left: 1px solid #b2b2b2;
    border-bottom-left-radius: var(--size-15);
  }
  */
}

.section-wrap #information .information-list {
  padding: 0 var(--size-30);
  text-align: left;
}

@media screen and (min-width: 992px) {
  .section-wrap #news {
    background-size: 430px auto;
  }
  .section-wrap #information .information-list {
    padding: 0;
  }
}
/**** ---- about ----
===================================****/
#about {
  padding: var(--size-100) var(--size-30) var(--size-100) var(--size-30);
}

#about .about-box {
  position: relative;
}

#about .section-title {
  position: relative;
  margin-bottom: var(--size-70);
  text-align: center;
  z-index: 3;
}

#about .section-title img {
  width: 85.6vw;
}

#about .lead {
  position: relative;
  margin-bottom: var(--size-70);
  color: #000;
  text-align: center;
  line-height: 1.6;
  z-index: 3;
}

#about .flex-box {
  padding: 0 var(--size-50);
}

#about .sea,
#about .hill {
  border-radius: var(--size-55);
  background-color: #fff;
  box-shadow: 0px 0px var(--size-20) 0px rgba(0, 0, 0, 0.4);
  border: 1px solid;
}

#about .sea .copy,
#about .hill .copy {
  width: 62.5333333333vw;
  line-height: 10.6666666667vw;
  margin: -5.3333333333vw auto 0 auto;
  color: #fff;
  font-size: var(--size-40);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5.3333333333vw;
}

#about .sea {
  margin-top: var(--size-100);
  border-color: #ea4395;
}

#about .sea .copy {
  background-color: #ea4395;
}

#about .hill {
  margin-top: var(--size-100);
  border-color: var(--color-showbox);
}

#about .hill .copy {
  background-color: var(--color-shop);
}

#about .about-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.3333333333vw;
  font-size: var(--fs-32);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#about .about-item .image {
  position: relative;
}

#about .about-item .image::after {
  position: absolute;
  left: var(--size-20);
  bottom: var(--size-20);
  width: 23.3333333333vw;
  height: 23.3333333333vw;
  border: 2px solid;
  border-radius: 50%;
  background: no-repeat center center #fff;
  aspect-ratio: 1;
  content: "";
}

#about .about-item .button {
  padding: var(--size-25) var(--size-50);
  border-bottom-left-radius: var(--size-50);
  border-bottom-right-radius: var(--size-50);
}

#about .about-item .button a {
  padding-right: 9.3333333333vw;
  font-size: var(--fs-28);
  border-radius: var(--size-25);
}

#about .about-item .button a::after {
  width: var(--size-60);
  height: var(--size-60);
  background-color: initial;
  mask-image: none;
  -webkit-mask-image: none;
}

#about .about-item.-applehouse {
  overflow: hidden;
  margin: var(--size-20) var(--size-40) var(--size-40) var(--size-40);
  border-radius: var(--size-55);
  background-color: #fff;
  box-shadow: 0px 0px var(--size-20) 0px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--color-top);
}

#about .about-item.-applehouse .image::after {
  display: none;
}

#about .about-item.-applehouse .text {
  color: var(--color-top);
}

#about .about-item.-applehouse .button {
  padding: var(--size-30) 0;
  background-color: var(--color-top);
}

#about .about-item.-applehouse .button a {
  color: #fff;
  font-size: var(--fs-46);
  text-align: center;
  line-height: 1.1;
}

#about .about-item.-applehouse .button a::after {
  background-image: url(../../images/top/icn_arrow-applehouse.png);
}

#about .about-item.-hellokittysmile .image::after {
  border-color: #b38669;
  background-image: url(../../images/top/logo_smile.png);
  background-size: 14.5333333333vw;
}

#about .about-item.-hellokittysmile .button {
  background-color: #ea4395;
}

#about .about-item.-hellokittysmile .button a {
  color: #ea4395;
  background-color: #fff;
  border-color: #fff;
}

#about .about-item.-hellokittysmile .button a::after {
  background-image: url(../../images/top/icn_arrow-smile.png);
}

#about .about-item.-hellokittyshowbox .text {
  color: var(--color-showbox);
}

#about .about-item.-hellokittyshowbox .image::after {
  border-color: #fff;
  background-image: url(../../images/common/logo_showbox-header.png);
  background-size: 14.8vw;
}

#about .about-item.-hellokittyshowbox .button a {
  color: var(--color-showbox);
  background-color: #dde49a;
  border-color: #dde49a;
}

#about .about-item.-hellokittyshowbox .button a::after {
  background-image: url(../../images/top/icn_arrow-showbox.png);
}

@media screen and (min-width: 992px) {
  #about {
    padding-bottom: 170px;
    background-size: 340px auto;
    background-repeat: repeat-x;
  }
  #about .section-title {
    font-size: 4.5rem;
    text-align: center;
  }
  #about .section-title img {
    width: 642px;
  }
  #about .flex-box {
    padding: 0 50px;
  }
  #about .sea,
#about .hill {
    border-width: 2px;
  }
  #about .sea .copy,
#about .hill .copy {
    width: 80%;
    line-height: 80px;
    margin: -40px auto 0 auto;
    border-width: 2px;
    border-radius: 40px;
  }
  #about .about-item {
    width: 100%;
    border-radius: 25px;
  }
  #about .about-item .text {
    height: 150px;
  }
  #about .about-item .image {
    position: relative;
  }
  #about .about-item .image::after {
    width: 90px;
    height: 90px;
  }
  #about .about-item .button {
    padding: var(--size-20) 50px;
  }
  #about .about-item .button a {
    width: 100%;
    padding-right: 60px;
    border-radius: 15px;
  }
  #about .about-item .button a::after {
    width: 35px;
    height: 35px;
  }
  #about .about-item.-applehouse {
    width: calc(100% - 80px);
    border-width: 2px;
  }
  #about .about-item.-applehouse .image {
    width: 100%;
  }
  #about .about-item.-hellokittysmile {
    margin: 0;
  }
  #about .about-item.-hellokittysmile .image::after {
    background-size: 54px;
  }
  #about .about-item.-hellokittyshowbox .image::after {
    background-size: 55px;
  }
}
/**** ---- grandchariot ----
===================================****/
#grandchariot {
  margin: 0 0 var(--size-240) 0;
  padding: var(--size-40) 0 var(--size-60) 0;
  border-top: 3px solid var(--color-stay);
  border-bottom: 3px solid var(--color-stay);
  background: url(../../images/top/bg_grandchariot.jpg);
  background-size: 21.0666666667vw auto;
}

#grandchariot .title {
  margin-bottom: var(--size-20);
  padding-top: var(--size-180);
  color: #ffaf23;
  font-size: var(--fs-44);
  text-align: center;
  background: url(../../images/top/logo_grandchariot.png) no-repeat center top;
  background-size: var(--size-130) auto;
}

#grandchariot .lead {
  margin-bottom: var(--size-20);
  font-size: var(--fs-26);
  font-weight: 500;
  text-align: center;
}

#grandchariot .gallery {
  margin-bottom: var(--size-50);
}

#grandchariot .description {
  padding: 0 9.3333333333vw;
  color: #000;
  text-align: left;
}

#grandchariot .description strong {
  font-size: var(--fs-26);
}

#grandchariot .button {
  margin-top: var(--size-50);
}

#grandchariot .button a {
  width: 66.2666666667vw;
  height: 12.9333333333vw;
  padding-right: var(--size-80);
  color: var(--color-stay);
  font-size: var(--fs-24);
  background-color: #ffaf23;
  border-color: #ffaf23;
}

#grandchariot .button a::after {
  width: var(--size-60);
  background: url(../../images/top/icn_arrow-stay.png) no-repeat center center/contain;
  mask: none;
  -webkit-mask: none;
}

@media screen and (min-width: 992px) {
  #grandchariot {
    background-size: 158px auto;
  }
  #grandchariot .button {
    margin-top: 30px;
  }
  #grandchariot .button a {
    width: 497px;
    height: 80px;
    font-size: 2.4rem;
  }
  #grandchariot .button a::after {
    width: 35px;
    height: 35px;
  }
}
/**** ---- access ----
===================================****/
#access {
  margin-bottom: var(--size-35);
  padding: var(--size-60) 0 var(--size-120) 0;
  color: #fff;
}

#access::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10.6666666667vw;
  aspect-ratio: 749/80;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-image: url(../../images/top/sp_bg_wave-bottom.svg);
  content: "";
}

#access .name {
  width: 89.6vw;
  margin: 0 auto var(--size-20) auto;
  text-align: center;
}

#access .section-title {
  margin-bottom: var(--size-40);
  font-size: var(--size-60);
  text-align: center;
}

@media screen and (min-width: 992px) {
  #access::after {
    width: 100%;
    height: 80px;
    aspect-ratio: initial;
    background-image: url(../../images/top/pc_bg_wave-bottom.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat-x;
  }
  #access .name {
    width: 672px;
    font-size: 3rem;
  }
  #access .section-title {
    font-size: 3.8rem;
    text-align: center;
  }
  #access .map-wrapper {
    width: 592px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=top.css.map */