@charset "UTF-8";
body {
  font-family: "Syncopate", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

.hikari {
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

main {
  overflow-x: hidden;
}
main h1 {
  width: 100%;
  z-index: 5;
  background-color: #0094ef;
  text-align: center;
  padding: 0.8em 0 0.5em;
}
@media screen and (max-width: 768px) {
  main h1 {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
}
main h1 a {
  display: inline-block;
  max-width: 261px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main h1 a {
    max-width: 40%;
    width: auto;
    padding: 1vw 0 2vw;
  }
}

.mv {
  position: relative;
}
.mv h2 {
  position: absolute;
  opacity: 0;
}

.goodsArea {
  position: relative;
  background-image: url("../img/goods_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 5em 8.75em;
}
@media screen and (max-width: 768px) {
  .goodsArea {
    padding-block: 3em 4.75em;
  }
}
.goodsArea h3 {
  max-width: 54.5em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .goodsArea h3 {
    max-width: 100%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .goodsArea h3 {
    width: 90%;
  }
}
.goodsArea h3 img {
  width: 100%;
}
.goodsArea .optionBlock {
  margin-top: 3em;
}
.goodsArea .optionBlock_inner {
  max-width: 77.5em;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionBlock_inner {
    width: 90%;
  }
}
.goodsArea .optionArea {
  background: linear-gradient(180deg, #86e3ff 0%, #cff1ff 100%);
  border-radius: 16em 2em 2em 16em;
  margin: 2em auto;
  max-width: 86.5em;
  min-height: 26.7em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .goodsArea .optionArea {
    margin-left: 2em;
    border-radius: 16em 0em 0em 16em;
  }
}
.goodsArea .optionArea:nth-of-type(2n) {
  border-radius: 2em 16em 16em 2em;
  background: linear-gradient(180deg, #90f1f6 0%, #c8f0e3 100%);
}
@media screen and (max-width: 1200px) {
  .goodsArea .optionArea:nth-of-type(2n) {
    border-radius: 0em 16em 16em 0em;
    margin-left: 0;
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea:nth-of-type(2n) {
    border-radius: 3em;
    margin: 0 auto;
  }
}
.goodsArea .optionArea:nth-of-type(2n) .optionArea__inner {
  flex-direction: row-reverse;
  padding-right: 2.5em;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea:nth-of-type(2n) .optionArea__inner {
    flex-direction: column;
    padding: 2em 0;
  }
}
.goodsArea .optionArea:nth-of-type(2n) .optionArea__imgWrap {
  border-radius: 0 16em 16em 0;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea:nth-of-type(2n) .optionArea__imgWrap {
    border-radius: unset;
  }
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea {
    border-radius: 3em;
    margin: 0 auto;
    max-width: unset;
    min-height: unset;
  }
  .goodsArea .optionArea:nth-of-type(n + 2) {
    margin-top: 3em;
  }
}
.goodsArea .optionArea .optionArea__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em;
  padding-right: 0;
}
.goodsArea .optionArea .optionArea__imgWrap {
  flex: 0 0 46%;
  height: 21.4375em;
  border-radius: 16em 0 0 16em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.goodsArea .optionArea .optionArea__imgWrap.bk {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__imgWrap.bk {
    background-color: transparent;
  }
}
.goodsArea .optionArea .optionArea__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.goodsArea .optionArea .optionArea__img.fit {
  height: 21.4375em;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__img.fit {
    height: auto;
  }
}
.goodsArea .optionArea .optionArea__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__content {
    text-align: center;
  }
}
.goodsArea .optionArea .optionArea__title {
  font-family: "ads-hikari", sans-serif;
  font-size: 2.4em;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  background-color: #289eff;
  line-height: 1.2;
  padding: 0.3em 0 0.3em 1em;
}
@media screen and (max-width: 1200px) {
  .goodsArea .optionArea .optionArea__title {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__title {
    padding-left: 0;
    font-size: 1.6em;
    margin-top: 1em;
  }
}
.goodsArea .optionArea .optionArea__title span {
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  background-color: #289eff;
  padding: 0.3em 0 0.3em 1em;
}
.goodsArea .optionArea .optionArea__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  width: 80%;
  text-align: justify;
  color: #000;
  line-height: 1.6;
  margin-left: 2em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__desc {
    font-size: 0.9em;
    width: 80%;
    margin: 1.5em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__inner {
    flex-direction: column;
    padding: 2em 0;
  }
  .goodsArea .optionArea .optionArea__imgWrap {
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%;
    height: 16em;
    border-radius: 2em 2em 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__imgWrap {
    height: auto;
    border-radius: unset;
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
  }
}
.goodsArea .optionArea .optionArea__possibility {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
  line-height: 1.6;
  margin-left: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__possibility {
    width: 70%;
    margin: 1.5em auto 0;
  }
}
.goodsArea .optionArea .optionArea__possibility p {
  display: inline-block;
  background-color: #0094ef;
  color: #fff;
  padding: 0.4em 1.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__possibility p {
    font-size: 1.2em;
    padding: 0.4em 2em;
  }
}
.goodsArea .optionArea .optionArea__possibility a {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(90deg, #5becf9 0%, #00b3ff 100%);
  color: #fff;
  padding: 0.4em 2em 0.5em 1.5em;
  border-radius: 1em;
  line-height: 1;
  border: 0.2em solid #fff;
  box-shadow: 0.2em 0.2em 0 0 #0094ef;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goodsArea .optionArea .optionArea__possibility a {
    display: block;
    padding-block: 0.6em;
    border-radius: 1.5em;
  }
}
.goodsArea .optionArea .optionArea__possibility a:hover {
  box-shadow: none;
  transform: translate(0.2em, 0.2em);
}
.goodsArea .optionArea .optionArea__possibility a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
.goodsArea .itemsArea {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .goodsArea .itemsArea {
    margin-top: 5em;
  }
}
.goodsArea .goodsArea__inner {
  max-width: 68.75em;
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.25em;
  padding: 2em 0;
  box-shadow: 0 0.25em 1.5em 0 rgba(0, 179, 255, 0.15);
}
.goodsArea .goodsArea__ttlBlock {
  text-align: center;
}
.goodsArea .goodsArea__subtitle {
  font-family: "ads-hikari", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #0c8de9;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__subtitle {
    font-size: 1.8em;
  }
}
.goodsArea .goodsArea__title {
  width: 100%;
  max-width: 100%;
  background: repeating-linear-gradient(-110deg, #40dfff, #40dfff 10em, #b2f3a0 10em, #b2f3a0 13.125em, #00acfb 13.125em, #00acfb 31.25em);
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__title {
    background: repeating-linear-gradient(-110deg, #40dfff, #40dfff 5em, #b2f3a0 5em, #b2f3a0 13.125em, #00acfb 13.125em, #00acfb 31.25em);
  }
}
.goodsArea .goodsArea__title img {
  width: 24.25em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__title img {
    width: 14.25em;
  }
}
.goodsArea .goodsArea__leadTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  color: #000;
  line-height: 1.6;
  text-align: center;
  margin-top: 2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__leadTxt {
    font-size: 1.2em;
  }
}
.goodsArea .goodsArea__leadTxt .note {
  font-size: 0.6em;
  margin-top: 1em;
  text-align: center;
}
.goodsArea .goodsArea__list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 59.375em;
  width: 90%;
  margin: 3em auto 0;
}
.goodsArea .goodsArea__item {
  background: #fff;
  border-radius: 1.25em;
  width: 100%;
  padding: 2em 1.5em 1.5em 1.5em;
  border: 0.13em solid #0094ef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item {
    flex-direction: column-reverse;
    gap: 1em;
  }
}
.goodsArea .goodsArea__item__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.goodsArea .goodsArea__item.item03 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.goodsArea .goodsArea__item.item03 .goodsArea__item-content {
  width: 90%;
  margin: 0 auto;
}
.goodsArea .goodsArea__item.item03 .goodsArea__item-imgWrap {
  width: 90%;
  margin: 0 auto;
}
.goodsArea .goodsArea__item__fb {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 1em auto 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item__fb {
    flex-direction: column;
    gap: 1em;
  }
}
.goodsArea .goodsArea__item__fb__block {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item__fb__block {
    width: 100%;
  }
  .goodsArea .goodsArea__item__fb__block__img {
    width: 80%;
    margin: 0 auto;
  }
}
.goodsArea .goodsArea__item__fb__block__ttl {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1em;
}
.goodsArea .goodsArea__item__fb__block__ttl-title {
  font-family: "ads-hikari", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  color: #0c8de9;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item__fb__block__ttl-title {
    font-size: 1.6em;
  }
}
.goodsArea .goodsArea__item__fb__block__ttl-desc {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item__fb__block__ttl-desc {
    margin-top: 0.7em;
  }
}
.goodsArea .goodsArea__item-content {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item-content {
    width: 100%;
    margin: 0 auto;
  }
}
.goodsArea .goodsArea__item-imgWrap {
  width: 38.85%;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item-imgWrap {
    width: 80%;
    margin: 0 auto;
  }
}
.goodsArea .goodsArea__item-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.goodsArea .goodsArea__item-label {
  background: repeating-linear-gradient(-45deg, #00acfb, #00acfb 50%, #3ac5e3 50%, #3ac5e3 100%);
  color: #fff;
  font-family: "ads-hikari", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item-label {
    font-size: 1.2em;
    width: 1.6em;
    height: 1.6em;
  }
}
.goodsArea .goodsArea__item-title {
  font-family: "ads-hikari", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  color: #0c8de9;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item-title {
    font-size: 1.6em;
  }
}
.goodsArea .goodsArea__item-title span {
  font-size: 0.6em;
  letter-spacing: 0;
}
.goodsArea .goodsArea__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  width: 100%;
  letter-spacing: 0;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .goodsArea .goodsArea__item-desc {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 1000px) {
  .goodsArea .goodsArea__list {
    flex-direction: column;
    gap: 2em;
  }
  .goodsArea .goodsArea__item {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

.eventList .eventList_ttl {
  text-align: center;
  background-image: url("../img/drive_ttl_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.eventList .eventList_ttl_ttl {
  max-width: 45em;
  width: 90%;
  margin: 0 auto;
  padding-block: 4.625em 11.875em;
}
@media screen and (max-width: 1000px) {
  .eventList .eventList_ttl_ttl {
    max-width: 100%;
    width: 70%;
    padding-block: 4.625em 8.875em;
  }
}
@media screen and (max-width: 768px) {
  .eventList .eventList_ttl_ttl {
    width: 80%;
    padding-block: 2em 7em;
  }
}
.eventList .eventList_ttl_ttl img {
  width: 100%;
}
.eventList .wrapper .tableBlock {
  position: relative;
  margin-top: -7em;
  padding-block: 5em 16em;
}
@media screen and (max-width: 768px) {
  .eventList .wrapper .tableBlock {
    padding-block: 5em 12em;
  }
}
.eventList .wrapper .tableBlock.fireworkBlock {
  background-image: url("../img/drive_bg_fes.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}
.eventList .wrapper .tableBlock.waterSpotBlock {
  background-image: url("../img/drive_bg_water.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}
.eventList .wrapper .tableBlock.leisureBlock {
  background-image: url("../img/drive_bg_park.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
  padding-bottom: 8em;
}
.eventList .wrapper .tableBlock .tableBlock_ttl {
  max-width: 53.125em;
  width: 90%;
  margin: 0 auto;
}
.eventList .wrapper .tableBlock .tableBlock_ttl img {
  width: 100%;
}
.eventList .wrapper .tableBlock .tableBlock_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 3em auto 0;
}

.snsArea {
  color: #000;
}

.floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 60px;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .floating li {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .floating li {
    width: auto;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1001;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 62.5em;
  width: 90%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal-container {
    width: 98%;
  }
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1em;
  right: 1em;
  width: 2.5em;
  height: 2.5em;
  color: #fff;
  background: #62c3ed;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: 0.5em;
    right: 0.5em;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
  }
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 4em 3em;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 3em 1.5em;
  }
}
.modal-content-ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modal-content-ttl {
    font-size: 1.2em;
  }
}
.modal-content-block {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .modal-content-block {
    margin-top: 2em;
  }
}
.modal-content-block-ttl {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modal-content-block-ttl {
    font-size: 1em;
  }
}
.modal-content-block-ttl:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .modal-content-block-ttl {
    text-align: justify;
  }
}
.modal-content-block-txt {
  font-size: 0.9em;
  line-height: 1.8;
  margin-top: 0.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modal-content-block-txt {
    text-align: justify;
    font-size: 0.8em;
  }
}
.modal-content .modal-content-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 2em auto;
  font-size: 1em;
  background: #fff;
}
.modal-content .modal-content-table th,
.modal-content .modal-content-table td {
  border-bottom: 1px solid #d0d7de;
  padding: 0.8em 1em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-content .modal-content-table th {
  background: #f2f8fc;
  font-weight: 700;
  color: #0094ef;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .modal-content .modal-content-table th {
    font-size: 0.8em;
  }
}
.modal-content .modal-content-table tr:last-child td {
  border-bottom: none;
}
.modal-content .modal-content-table td {
  color: #222;
  font-size: 1em;
}
.modal-content .modal-content-table tr {
  transition: background 0.2s;
}
.modal-content .modal-content-table tr:hover {
  background: #f0f8ff;
}
@media screen and (max-width: 768px) {
  .modal-content .modal-content-table {
    font-size: 0.7em;
  }
  .modal-content .modal-content-table th,
  .modal-content .modal-content-table td {
    padding: 0.6em 0.4em;
  }
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

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

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

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

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes fadeAndTranslate_cloud {
  from {
    opacity: 0;
    transform: translateY(16vw);
  }
  to {
    opacity: 1;
    transform: translateY(8vw);
  }
}
@keyframes fadeAndTranslate_cloudSP {
  from {
    opacity: 0;
    transform: translateY(60vw);
  }
  to {
    opacity: 1;
    transform: translateY(40vw);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear_cloud {
  animation: fadeAndTranslate_cloud 2s ease forwards;
}
@media screen and (max-width: 768px) {
  .animate-on-appear_cloud {
    animation: fadeAndTranslate_cloudSP 2s ease forwards;
  }
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.2s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */