@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

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

#header {
  display: none;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: #eec5ef;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.share-sns-column {
  background: #fff;
  position: relative;
}

.menu-column {
  position: relative;
  margin-top: 0;
  padding-top: 100px;
}

.pageGuide {
  z-index: 1;
}

.ff-otf {
  font-family: "A P-OTF A1ゴシック StdN", sans-serif;
}

.ff-anc {
  font-family: "Avenir-Next-Condensed-bold", sans-serif;
}

.ff-an {
  font-family: "Avenir-Next", sans-serif;
  font-weight: 700;
}

.yakuhan {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.nowrap {
  text-wrap: nowrap;
}

/**/
.container {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  padding-bottom: 0px;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}

.content-inner {
  padding: 0 28px;
}

.content-inner02 {
  padding: 0 18px;
}

.content-inner03 {
  padding: 0 35px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/**/
#main {
  background: #eec5ef;
  /* ハンバーガー */
}
#main .contents {
  overflow-x: initial;
}
#main #hamburger-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #924a8f;
  color: #5a2d15;
  padding: 60px 35px;
  box-sizing: border-box;
  z-index: 1000;
}
#main #hamburger-menu::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 30px;
  width: 58px;
  height: 70px;
  background: url(../img/ham-star01.png) no-repeat center center;
  background-size: cover;
}
#main #hamburger-menu::before {
  content: "";
  position: absolute;
  top: 435px;
  right: 63px;
  width: 83px;
  height: 68px;
  background: url(../img/ham-star02.png) no-repeat center center;
  background-size: cover;
}
#main #hamburger-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  cursor: pointer;
}
#main #hamburger-btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #main #hamburger-btn {
    display: none !important;
  }
}
#main #hamburger-btn span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: white;
  margin-bottom: 6px;
  transition: transform 0.3s;
}
#main #hamburger-btn.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
#main #hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
#main #hamburger-btn.open span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
#main #hamburger-menu .ham-ttl {
  width: 100%;
}
#main #hamburger-menu .ham-pick-ttl {
  width: 100px;
  margin-top: 50px;
}
#main #hamburger-menu .ham-pick-ttl img {
  width: 206px;
  filter: brightness(0) invert(1);
}
#main #hamburger-menu .ham-pick-ttl02 {
  margin-top: 50px;
}
#main #hamburger-menu .ham-pick-ttl02 img {
  width: 220px;
  filter: brightness(0) invert(1);
}
#main #hamburger-menu .hamlist li {
  margin-top: 30px;
}
#main #hamburger-menu .hamlist li a {
  padding-bottom: 7px;
  border-bottom: 3px solid #fff;
  font-weight: 900;
  font-size: 1.6rem;
  padding-bottom: 7px;
  color: #fff;
  display: block;
  line-height: 1.3;
  text-decoration: none;
}
#main #hamburger-menu .hamlist li a span {
  display: block;
  font-size: 12px;
}
#main #hamburger-menu .hamlist.last li a span {
  display: inline-block;
  margin-left: 1em;
}
#main #hamburger-menu .hamlist.img {
  display: flex;
  gap: 50px;
}
#main #hamburger-menu .hamlist.img li a {
  border-bottom: none;
}
#main #hamburger-menu .hamlist.img li a img {
  filter: brightness(0) invert(1);
}
#main #hamburger-menu .hamlist.img li .line {
  width: 24px;
}
#main #hamburger-menu .hamlist.img li .love {
  width: 24px;
}
#main .aside {
  display: flex;
  flex-wrap: wrap;
  background: #eec5ef;
}
#main .aside-l {
  position: relative;
  width: calc((100% - 493px) / 2);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
#main .aside-l-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease-in;
}
#main .aside-l-icon {
  position: absolute;
  top: 8.5%;
  right: 4%;
  width: 217px;
  height: 118px;
}
#main .aside-l-icon img {
  width: 100%;
  height: auto;
  animation: swing 5s step-start 0s infinite;
}
#main .aside-l-img {
  position: absolute;
  top: 39%;
  right: 50px;
  max-width: 378px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  #main .aside-l-img {
    top: 40%;
    right: 15px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1920px) {
  #main .aside-l-img {
    right: 82px;
  }
}
#main .aside-l-img-01 {
  position: absolute;
  width: 72%;
  top: -55%;
  left: 14%;
  z-index: 1;
}
#main .aside-l-img-02 {
  position: absolute;
  top: -55%;
  left: 35%;
  width: 30%;
  animation: ehho 1s infinite step-start forwards;
}
#main .aside-l-footer {
  background-color: #924a8f;
  height: 34px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main .aside-l-footer img {
  max-width: 165px;
}
#main .aside-r {
  width: calc((100% - 493px) / 2);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
}
#main .aside-r-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease-in;
}
#main .aside-r-img-01 {
  position: absolute;
  max-width: 53px;
  top: 0px;
  left: 0px;
}
#main .aside-r-img-02 {
  position: absolute;
  top: 5%;
  left: 13%;
  max-width: 396px;
}
#main .aside-r-img-03 {
  position: absolute;
  top: 30%;
  left: -29px;
  max-width: 450px;
}
#main .aside-r-img-04 {
  position: absolute;
  top: 65%;
  left: 0%;
  max-width: 405px;
}
#main .aside-r .link-right-01 {
  position: absolute;
  top: 24%;
  left: 0;
  max-width: 455px;
}
#main .aside-r .link-right-02 {
  position: absolute;
  top: 57%;
  left: 2%;
  max-width: 430px;
}
#main .aside-r .menu-right {
  position: absolute;
  left: 20px;
  bottom: 50px;
  max-width: 392px;
  padding: 20px;
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #main .aside-r .menu-right {
    display: none;
  }
}
@media (max-height: 750px) {
  #main .aside-r .menu-right {
    background: rgba(255, 255, 255, 0.5);
  }
}
#main .aside-r .menu-right .ham-pick-ttl {
  width: 100px;
  margin-top: 50px;
}
#main .aside-r .menu-right .ham-pick-ttl img {
  width: 206px;
}
#main .aside-r .menu-right .ham-pick-ttl02 {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 700;
  color: #5a2d15;
}
#main .aside-r .menu-right .hamlist li {
  margin-top: 20px;
}
#main .aside-r .menu-right .hamlist li:first-child a span {
  display: block;
}
#main .aside-r .menu-right .hamlist li a {
  padding-bottom: 7px;
  border-bottom: 3px solid #5a2d15;
  font-weight: 900;
  font-size: 2.2rem;
  padding-bottom: 7px;
  color: #5a2d15;
  display: block;
  line-height: 1.3;
  text-decoration: none;
}
#main .aside-r .menu-right .hamlist li a span {
  display: inline-block;
  font-size: 1.3rem;
}
#main .aside-r .menu-right .hamlist.last {
  display: inline-flex;
  gap: 1em;
  margin-left: 1em;
}
#main .aside-r .menu-right .hamlist.last a {
  padding-bottom: 0;
  font-size: 1.9rem;
  font-weight: 700;
  border-bottom: 2px solid #5a2d15;
}
#main .aside-r-footer {
  background-color: #924a8f;
  height: 34px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main .aside-r-footer img {
  max-width: 165px;
}
#main .main-content {
  max-width: 493px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
@media screen and (max-width: 767px) {
  #main .main-content {
    min-width: 100%;
    overflow-x: clip;
    border-left: none;
    border-right: none;
  }
}
#main .main-content .sec-top {
  height: 900px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top {
    height: auto;
    aspect-ratio: 1/1.825;
  }
}
#main .main-content .sec-top .top {
  position: relative;
  z-index: 1;
  height: 100%;
}
#main .main-content .sec-top .top::after {
  content: "";
  position: absolute;
  background: url(../img/icon-star.png) no-repeat center center;
  background-size: 100%;
  top: 240px;
  right: -5%;
  width: 10.5%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top::after {
    top: 150px;
  }
}
#main .main-content .sec-top .top-ttl {
  max-width: 410px;
  margin: 0 auto;
  animation: scale-anim 0.5s cubic-bezier(0.71, 1.52, 0.65, 1.06) forwards;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-ttl {
    max-width: 83%;
  }
}
#main .main-content .sec-top .top-img-01 {
  position: absolute;
  top: 270px;
  left: -8%;
  max-width: 16.43%;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-img-01 {
    top: 54.7667342799vw;
  }
}
#main .main-content .sec-top .top-img-02 {
  position: absolute;
  top: 50px;
  right: -20px;
  max-width: 19.06%;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-img-02 {
    top: 9vw;
    right: -4vw;
  }
}
#main .main-content .sec-top .top-img-03 {
  position: absolute;
  top: 330px;
  right: -5%;
  max-width: 51.72%;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-img-03 {
    top: 66.9371196755vw;
  }
}
#main .main-content .sec-top .top-img-04 {
  position: absolute;
  left: 8%;
  top: 400px;
  max-width: 41.48%;
  animation: swing 4s infinite step-start;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-img-04 {
    top: 81.1359026369vw;
  }
}
#main .main-content .sec-top .top-img-05 {
  position: absolute;
  left: 4%;
  top: 545px;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-img-05 {
    top: 110.5476673428vw;
  }
}
#main .main-content .sec-top .top-img-06 {
  position: absolute;
  left: 10%;
  bottom: 0;
  max-width: 40%;
}
#main .main-content .sec-top .top-scroll {
  position: absolute;
  left: 20px;
  bottom: 5px;
  max-width: 10px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-top .top-scroll {
    max-width: 8px;
    bottom: 40px;
  }
}
#main .main-content .sec-times {
  background: #eec5ef;
  padding-bottom: 75px;
  text-align: center;
}
#main .main-content .sec-times-img {
  max-width: 432px;
  transform: translateY(-35px);
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times-img {
    max-width: 100%;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
#main .main-content .sec-times .times-intro {
  position: absolute;
  padding-top: 50px;
  padding-bottom: 180px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background: #c6ab4b;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times .times-intro {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}
#main .main-content .sec-times .times-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-01.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-40%);
  z-index: 0;
}
#main .main-content .sec-times .times-intro-inner {
  position: relative;
  color: #5a2d15;
  z-index: 1;
}
#main .main-content .sec-times .times-intro-inner p {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times .times-intro-inner p {
    font-size: 2.6369168357vw;
  }
}
#main .main-content .sec-times .times-intro-inner p.note {
  margin-top: 1em;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times .times-intro-inner p.note {
    font-size: 2.0283975659vw;
  }
}
#main .main-content .sec-times .times-intro-inner h4 {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times .times-intro-inner h4 {
    font-size: 6.0851926978vw;
  }
}
#main .main-content .sec-times .times-intro-inner h5 {
  margin-top: 0.5em;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-times .times-intro-inner h5 {
    font-size: 3.6511156187vw;
  }
}
#main .main-content .swiper .swiper-button-next {
  position: absolute;
  top: 440px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #main .main-content .swiper .swiper-button-next {
    top: 330px;
  }
}
#main .main-content .swiper .swiper-button-next::after {
  background: url(../img/arrow-next.png) no-repeat center center;
  content: "";
  width: 30px;
  height: 35px;
  margin: auto;
  background-size: contain;
}
#main .main-content .swiper .swiper-button-prev {
  position: absolute;
  top: 440px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main .main-content .swiper .swiper-button-prev {
    top: 330px;
  }
}
#main .main-content .swiper .swiper-button-prev::after {
  background: url(../img/arrow-prev.png) no-repeat center center;
  content: "";
  width: 30px;
  height: 35px;
  margin: auto;
  background-size: contain;
}
#main .main-content .swiper .swiper-pagination.fadein {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#main .main-content .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 3px solid #5a2d15;
  background: transparent;
  opacity: 1;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  #main .main-content .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
#main .main-content .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFF00;
}
#main .main-content .swiper.chocolat-swiper {
  margin-top: 50px;
  padding-bottom: 50px;
}
#main .main-content .swiper.chocolat-swiper:not(:last-child) {
  margin-bottom: 80px;
}
#main .main-content .swiper.chocolat-swiper .swiper-pagination-bullet {
  border: 3px solid #5a2d15;
}
#main .main-content .swiper.chocolat-swiper .swiper-button-prev {
  left: 28px;
}
#main .main-content .swiper.chocolat-swiper .swiper-button-next {
  right: 28px;
}
#main .main-content .swiper .item-img {
  position: relative;
  max-width: 83%;
  margin: auto;
}
#main .main-content .swiper .item-txt {
  position: relative;
  max-width: 77%;
  margin: 40px auto 0;
}
#main .main-content .swiper .item-txt .txt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .swiper .item-txt .txt {
    font-size: 14px !important;
  }
}
#main .main-content .swiper .item-txt .txt .item-limit {
  padding: 0 0.5em;
  border: 1px solid #ccc;
  line-height: 1.9;
}
#main .main-content .swiper .item-txt .txt .item-limit.brown {
  border-color: #5a2d15;
}
#main .main-content .swiper .item-txt .new {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  transform: translateY(-25%);
}
#main .main-content .swiper .flex-dou {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main .main-content .swiper .flex-dou {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
#main .main-content .swiper .flex-dou-left {
  width: 50%;
}
#main .main-content .swiper .flex-dou-right {
  width: 50%;
}
#main .main-content .swiper .flex-dou-right.op0 {
  opacity: 0;
  pointer-events: none;
}
#main .main-content .swiper .flex-dou .item-txt {
  margin-top: 30px;
  margin-left: 0;
}
#main .main-content .swiper .flex-dou .item-txt .txt {
  color: #5a2d15;
}
#main .main-content .sec-chocolat {
  background-color: #924a8f;
  padding-top: 20px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  /* 各特集個別CSS */
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat {
    padding-bottom: 120px;
    padding-top: 0;
  }
}
#main .main-content .sec-chocolat::after {
  content: "";
  position: absolute;
  bottom: 99.8%;
  left: 0;
  width: 100%;
  height: 190px;
  background: url(../img/wave-new.png) no-repeat center center;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat::after {
    height: 100px;
    background: url(../img/wave-new02.png) no-repeat center center;
    background-size: 100%;
  }
}
#main .main-content .sec-chocolat .chocolat-ttl {
  margin-top: 30px;
  position: relative;
}
#main .main-content .sec-chocolat .chocolat-hidden {
  overflow: hidden;
}
#main .main-content .sec-chocolat .chocolat-group {
  position: relative;
}
#main .main-content .sec-chocolat .chocolat-group.animUp::after .chocolat-wrapper-img img {
  transform: translateY(100%);
}
#main .main-content .sec-chocolat .chocolat-group.animUp.show .chocolat-wrapper-img img {
  animation: up 0.5s linear forwards;
}
#main .main-content .sec-chocolat .chocolat-wrapper {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding-top: 33px;
  text-align: center;
  color: white;
}
#main .main-content .sec-chocolat .chocolat-wrapper-ttl {
  display: inline-block;
  margin: 0 auto 1em;
  padding-bottom: 0.2em;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat .chocolat-wrapper-ttl {
    font-size: 4.2596348884vw;
  }
}
#main .main-content .sec-chocolat .chocolat-wrapper-img {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
#main .main-content .sec-chocolat .chocolat-wrapper-img img {
  transform: translateY(100%);
}
#main .main-content .sec-chocolat .chocolat-wrapper-img .kira {
  position: absolute;
  top: 10%;
  left: 0;
  opacity: 0;
  transform: none;
  animation: kirakira 2s linear 1s forwards infinite !important;
}
#main .main-content .sec-chocolat .chocolat-wrapper-text {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.021em;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat .chocolat-wrapper-text {
    font-size: 3.0425963489vw;
  }
}
#main .main-content .sec-chocolat .chocolat-wrapper-address {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat .chocolat-wrapper-address {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-chocolat .chocolat-wrapper-address .period {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat .chocolat-wrapper-address .period {
    font-size: 3.8539553753vw;
  }
}
#main .main-content .sec-chocolat .chocolat-wrapper-note {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat .chocolat-wrapper-note {
    font-size: 2.0283975659vw;
  }
}
#main .main-content .sec-chocolat:nth-child(odd) .swiper.chocolat-swiper .swiper-pagination-bullet {
  border-color: #924a8f;
}
#main .main-content .sec-chocolat#bakedsweets {
  padding-bottom: 200px;
  background: #924a8f;
}
#main .main-content .sec-chocolat#bakedsweets::after {
  height: 140px;
  background-image: url(../img/wave-02.png);
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#bakedsweets::after {
    height: 110px;
  }
}
#main .main-content .sec-chocolat#bakedsweets .chocolat-ttl {
  z-index: 1;
}
#main .main-content .sec-chocolat#bakedsweets .chocolat-group::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 3%;
  width: 49%;
  height: auto;
  background: url(../img/chocolat-01.png) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 1/1.41;
  z-index: 0;
}
#main .main-content .sec-chocolat#bakedsweets .chocolat-group.animUp::after {
  transform: translateY(100%);
}
#main .main-content .sec-chocolat#bakedsweets .chocolat-group.animUp.show::after {
  animation: up 0.5s linear forwards, ehho 1s 4 step-start 1s forwards;
}
#main .main-content .sec-chocolat#bakedsweets .chocolat-group .chocolat-wrapper {
  width: 250px;
  margin-left: auto;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#bakedsweets .chocolat-group .chocolat-wrapper {
    width: 48%;
  }
}
@keyframes ehho {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-3deg);
  }
}
#main .main-content .sec-chocolat#bakedsweets .product-row02 .item-img {
  padding-top: 40px;
}
#main .main-content .sec-chocolat#bakedsweets .product-row02 .item-img .chocolat-link {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 32%;
  transform: translate(5%, 0);
}
#main .main-content .sec-chocolat#bakedsweets .product-row02 .item-img .chocolat-link a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 10%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#bakedsweets .product-row02 .item-img .chocolat-link a {
    font-size: 2.2312373225vw;
  }
}
#main .main-content .sec-chocolat#bakedsweets .product-row03 {
  padding-top: 13%;
}
#main .main-content .sec-chocolat#bakedsweets .product-row03 .special-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
#main .main-content .sec-chocolat#cookie {
  background: #5a2d15;
}
#main .main-content .sec-chocolat#cookie::after {
  height: 140px;
  background-image: url(../img/wave-03.png);
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#cookie::after {
    height: 110px;
  }
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl {
  position: relative;
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl .anime-ttl {
  animation: dokidoki 3700ms 0.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl .anime-onpu {
  position: absolute;
  animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl .onpu-01 {
  top: 73%;
  left: 0;
  width: 6%;
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl .onpu-02 {
  top: 40%;
  right: 0;
  width: 5%;
}
#main .main-content .sec-chocolat#cookie .chocolat-ttl .onpu-03 {
  bottom: -40%;
  right: 5%;
  width: 3%;
}
#main .main-content .sec-chocolat#cookie .chocolat-wrapper-img {
  margin-top: -60px;
}
#main .main-content .sec-chocolat#hokkaido {
  padding-bottom: 200px;
  background: #924a8f;
}
#main .main-content .sec-chocolat#hokkaido::after {
  height: 140px;
  background-image: url(../img/wave-04.png);
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#hokkaido::after {
    height: 110px;
  }
}
#main .main-content .sec-chocolat#hokkaido .chocolat-wrapper-img {
  width: 87%;
  margin-top: -60px;
}
#main .main-content .sec-chocolat#chocolat {
  background: #5a2d15;
}
#main .main-content .sec-chocolat#chocolat::after {
  height: 140px;
  background-image: url(../img/wave-03.png);
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-chocolat#chocolat::after {
    height: 110px;
  }
}
#main .main-content .sec-chocolat#chocolat .product-row03 .item-img {
  padding-top: 40px;
}
#main .main-content .sec-chocolat#chocolat .product-row03 .item-img .chocolat-link {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 48%;
  transform: translate(5%, 0);
}
#main .main-content .sec-chocolat#chocolat .chocolat-wrapper-img {
  width: 80%;
  margin-top: -40px;
}
#main .main-content .sec-sweets {
  background: #eec5ef;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#main .main-content .sec-sweets::after {
  content: "";
  position: absolute;
  bottom: 99.8%;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(../img/wave-05.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets::after {
    height: 18.25vw;
  }
}
#main .main-content .sec-sweets .sweets-ttl {
  text-align: center;
  margin-bottom: 30px;
}
#main .main-content .sec-sweets .sweets-ttl img {
  max-width: 261px;
}
#main .main-content .sec-sweets .sweets-text {
  width: -moz-max-content;
  width: max-content;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 16px;
  color: #5a2d15;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .sweets-text {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-sweets .sweets-text span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .sweets-text span {
    font-size: 2.8397565923vw;
  }
}
#main .main-content .sec-sweets .sweets-contents {
  margin-top: 50px;
  padding-bottom: 50px;
}
#main .main-content .sec-sweets .sweets-contents:not(:last-child) {
  margin-bottom: 80px;
}
#main .main-content .sec-sweets .sweets-contents .item-img {
  position: relative;
  max-width: 83%;
  margin: auto;
}
#main .main-content .sec-sweets .sweets-contents .item-txt {
  position: relative;
  max-width: 77%;
  margin: 40px auto 0;
}
#main .main-content .sec-sweets .sweets-contents .item-txt .txt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #5a2d15;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .sweets-contents .item-txt .txt {
    font-size: 14px !important;
  }
}
#main .main-content .sec-sweets .sweets-contents .item-txt .txt .item-limit {
  border: 1px solid #ccc;
  line-height: 1.9;
}
#main .main-content .sec-sweets .sweets-contents .item-txt .txt .item-limit.brown {
  border-color: #5a2d15;
}
#main .main-content .sec-sweets .sweets-contents .item-txt .new {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  transform: translateY(-25%);
}
#main .main-content .sec-sweets .app {
  background: #F5DDE6;
  border-radius: 20px;
  padding: 36px 20px;
  color: #5a2d15;
}
#main .main-content .sec-sweets .app-sub {
  text-align: center;
  margin-bottom: 10px;
}
#main .main-content .sec-sweets .app-sub span {
  font-size: 16px;
  border-bottom: 1px solid #5a2d15;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app-sub span {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-sweets .app-ttl {
  transform: rotate(-5deg);
}
#main .main-content .sec-sweets .app-ttl-small {
  font-size: 19px;
  font-weight: bold;
  color: #924a8f;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app-ttl-small {
    font-size: 3.8539553753vw;
  }
}
#main .main-content .sec-sweets .app-ttl-lg span {
  font-size: 27px;
  font-weight: bold;
  background-color: #924a8f;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app-ttl-lg span {
    font-size: 5.476673428vw;
  }
}
#main .main-content .sec-sweets .app .app-text {
  padding: 30px 8px 10px;
}
#main .main-content .sec-sweets .app .app-text-01 {
  font-weight: bold;
  margin-bottom: 10px;
}
#main .main-content .sec-sweets .app .app-text-01 span:first-child {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-01 span:first-child {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-sweets .app .app-text-01 span:last-child {
  font-size: 13.5px;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-01 span:last-child {
    font-size: 2.738336714vw;
  }
}
#main .main-content .sec-sweets .app .app-text-02-01 {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-02-01 {
    font-size: 2.6369168357vw;
  }
}
#main .main-content .sec-sweets .app .app-text-02-02 {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-02-02 {
    font-size: 2.0283975659vw;
  }
}
#main .main-content .sec-sweets .app .app-text-02-03 {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-02-03 {
    font-size: 3.0425963489vw;
  }
}
#main .main-content .sec-sweets .app .app-text-02-04 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app .app-text-02-04 {
    font-size: 5.0709939148vw;
  }
}
#main .main-content .sec-sweets .app-link {
  text-align: center;
}
#main .main-content .sec-sweets .app-link a {
  font-size: 9px;
  border-bottom: 1px solid #5a2d15;
  text-decoration: none;
  color: #5a2d15;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-sweets .app-link a {
    font-size: 1.8255578093vw;
  }
}
#main .main-content .sec-sweets .sweets-b1 {
  margin-top: 100px;
}
#main .main-content .sec-sweets .flex-dou {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
#main .main-content .sec-sweets .flex-dou-left {
  width: 48%;
  margin-bottom: 60px;
}
#main .main-content .sec-sweets .flex-dou-right {
  width: 48%;
  margin-bottom: 60px;
}
#main .main-content .sec-sweets .flex-dou-right.op0 {
  opacity: 0;
  pointer-events: none;
}
#main .main-content .sec-sweets .flex-dou .item-img {
  max-width: 100%;
}
#main .main-content .sec-sweets .flex-dou .item-txt {
  max-width: 90%;
  margin-top: 30px;
}
#main .main-content .sec-sweets .flex-dou .item-txt .txt {
  color: #5a2d15;
}
#main .main-content .sec-happy {
  background: #924a8f;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy {
    padding-top: 70px;
  }
}
#main .main-content .sec-happy::after {
  content: "";
  position: absolute;
  bottom: 99.8%;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../img/wave-02.png) top center no-repeat;
  background-size: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy::after {
    height: 49px;
  }
}
#main .main-content .sec-happy .happy-top {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
#main .main-content .sec-happy .happy-top .happy-01 {
  width: 95%;
  margin: 0 auto;
}
#main .main-content .sec-happy .happy-top .happy-01.animUp {
  transform: translateY(100%);
}
#main .main-content .sec-happy .happy-top .happy-01.animUp.show {
  animation: up 0.5s linear forwards;
}
#main .main-content .sec-happy .happy-top .heart {
  position: absolute;
  animation: heart 1s linear 0.5s forwards infinite;
}
#main .main-content .sec-happy .happy-top .happy-02 {
  width: 3%;
  top: 50%;
  left: 3%;
}
#main .main-content .sec-happy .happy-top .happy-03 {
  width: 4%;
  top: 35%;
  left: 5%;
}
#main .main-content .sec-happy .happy-top .happy-04 {
  width: 5%;
  top: 18%;
  left: 15%;
}
#main .main-content .sec-happy .happy-top .happy-05 {
  width: 4%;
  top: 54%;
  right: 36%;
  transform: rotate(15deg) scale(-1, 1);
  animation: heart2 1s linear 0.5s forwards infinite;
}
#main .main-content .sec-happy .happy-top .happy-06 {
  width: 3%;
  top: 65%;
  right: 40%;
  transform: rotate(25deg) scale(-1, 1);
  animation: heart2 1s linear 0.5s forwards infinite;
}
#main .main-content .sec-happy .happy-ttl {
  margin-bottom: 30px;
}
#main .main-content .sec-happy .happy-content {
  color: white;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content {
    padding: 0;
  }
}
#main .main-content .sec-happy .happy-content-01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-01 {
    padding: 0;
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-happy .happy-content-01 .small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-01 .small {
    font-size: 2.6369168357vw;
  }
}
#main .main-content .sec-happy .happy-content-02 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-02 {
    padding: 0;
    font-size: 2.6369168357vw;
  }
}
#main .main-content .sec-happy .happy-content-02 .small {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-02 .small {
    font-size: 2.0283975659vw;
  }
}
#main .main-content .sec-happy .happy-content-03 {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-03 {
    padding: 0;
  }
}
#main .main-content .sec-happy .happy-content-03 dl {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
#main .main-content .sec-happy .happy-content-03 dl dt {
  flex-shrink: 0;
}
#main .main-content .sec-happy .happy-content-03 dl dt span {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: bold;
  background-color: #5a2d15;
  padding: 0 4px 1px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-03 dl dt span {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-happy .happy-content-03 dl dd {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-03 dl dd {
    font-size: 3.0425963489vw;
  }
}
#main .main-content .sec-happy .happy-content-03-note {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-03-note {
    font-size: 2.0283975659vw;
  }
}
#main .main-content .sec-happy .happy-content-04 {
  margin-top: 40px;
  padding: 40px 15px 20px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-04 {
    padding: 40px 0 20px;
  }
}
#main .main-content .sec-happy .happy-content-04 p {
  margin: 0 auto 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-happy .happy-content-04 p {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-happy .happy-content-04 p strong {
  font-size: 1.1em;
  color: #ffff00;
}
#main .main-content .sec-banner {
  background-color: #5a2d15;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-banner {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
#main .main-content .sec-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 17.5%;
  aspect-ratio: 1/1.626;
  background: url(../img/bottom-01.png) no-repeat top center;
  background-size: contain;
  transform: translateY(-140%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-banner::before {
    transform: translateY(-160%);
  }
}
#main .main-content .sec-banner::after {
  content: "";
  position: absolute;
  bottom: 99.8%;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/wave-03.png) no-repeat top center;
  background-size: 100%;
  z-index: 1;
}
#main .main-content .sec-banner .banner-wrapper {
  max-width: 372px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-banner .banner-wrapper {
    max-width: 325px;
  }
}
#main .main-content .sec-banner .banner-wrapper .banner-box {
  display: flex;
  flex-direction: column;
  gap: 70px 20px;
}
#main .main-content .sec-banner .banner-wrapper .banner-box p {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-banner .banner-wrapper .banner-box p {
    font-size: 3.8539553753vw;
  }
}
#main .main-content .sec-banner .banner-wrapper .banner-box02 {
  margin-top: 60px;
}
#main .main-content .sec-banner .banner-wrapper .banner-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-banner .banner-wrapper .banner-text {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-online {
  background: #eec5ef;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
}
#main .main-content .sec-online::after {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 53px;
  background: url(../img/wave-07.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-online::after {
    height: 49px;
  }
}
#main .main-content .sec-online .online {
  overflow: hidden;
}
#main .main-content .sec-online .online-bg {
  width: 315px;
  height: 387px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-online .online-bg {
    width: 272px;
    height: 333px;
  }
}
#main .main-content .sec-online .online-bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/online-01.png) no-repeat center center;
  background-size: 100%;
}
#main .main-content .sec-online .online-bg .online-img01 {
  position: absolute;
  top: 38%;
  right: -50px;
  z-index: 2;
  width: 230px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-online .online-bg .online-img01 {
    right: -31px;
    width: 140px;
    height: 100px;
  }
}
#main .main-content .sec-online .online-bg .online-img02 {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 1;
}
#main .main-content .sec-online .online-bg .online-img02.animUp {
  transform: translateY(100%);
}
#main .main-content .sec-online .online-bg .online-img02.animUp.show {
  animation: up 0.5s linear forwards;
}
#main .main-content .sec-online .online-icon-01 {
  width: 37.6%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 10%;
  z-index: 2;
}
#main .main-content .sec-online .online-icon-02 {
  width: 15.7%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 0;
}
#main .main-content .sec-online .online-icon-03 {
  width: 12%;
  height: auto;
  position: absolute;
  top: 25%;
  right: 3%;
}
#main .main-content .sec-online .online-icon-04 {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
#main .main-content .sec-footer {
  background-color: #333;
  color: white;
  padding-top: 20px;
}
#main .main-content .sec-footer .footer-logo {
  text-align: center;
  max-width: 150px;
  margin: 0 auto 20px;
}
#main .main-content .sec-footer .footer-address {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-footer .footer-address {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-footer .footer-item li {
  padding: 0 12px;
}
#main .main-content .sec-footer .footer-item li a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding: 12px 40px 12px 10px;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-footer .footer-item li a {
    font-size: 3.2454361055vw;
  }
}
#main .main-content .sec-footer .footer-item li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#main .main-content .sec-footer .footer-copyright {
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .main-content .sec-footer .footer-copyright {
    font-size: 2.8397565923vw;
  }
}
#main .c-floor {
  text-align: center;
}
#main .c-floor img {
  max-width: 102px;
}
#main .person-area {
  position: relative;
  padding-bottom: 80px;
}
#main .person-area .person {
  display: flex;
  position: sticky;
  bottom: 0;
  margin-left: auto;
  width: 50%;
  transform: translateY(100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .person-area .person {
    width: 50%;
  }
}
#main .person-area .person.show {
  animation: up 0.5s linear forwards;
}
#main .anim-text.text-area01 {
  width: 116px;
  position: absolute;
  top: 45px;
  right: 215px;
}
#main .anim-text.text-area01 img {
  display: block;
}
#main .anim-text.text-area01 img.anim {
  opacity: 0;
}
#main .anim-text.text-area01 img.anim-02 {
  transform: translateY(-14px);
}
#main .anim-text.text-area01 img.anim-03 {
  transform: translateY(-35px);
}
#main .anim-text.text-area01 img.anim-04 {
  transform: translateY(-49px);
}
#main .anim-text.text-area03 {
  position: absolute;
  top: 480px;
  right: 28%;
  width: 16.22%;
  z-index: 2;
}
#main .anim-text.text-area03 img {
  display: block;
}
#main .anim-text.text-area03 img.anim03 {
  opacity: 0;
}
#main .anim-text.text-area03 img.anim03.anim-02 {
  transform: translateY(-10%);
}
#main .anim-text.text-area03 img.anim03.anim-03 {
  transform: translateY(-20%);
}
@media screen and (max-width: 767px) {
  #main .anim-text.text-area03 {
    top: 97.3630831643vw;
  }
}
#main .anim-text.text-area04 {
  position: absolute;
  top: 230px;
  left: 50px;
  width: 140px;
}
#main .anim-text.text-area04 img {
  display: block;
}
#main .anim-text.text-area04 img.anim04 {
  opacity: 0;
}
#main .anim-text.text-area04 img.anim-02 {
  transform: translate(2%, -60%);
}
#main .anim-text.text-area04 img.anim-03 {
  transform: translate(4%, -120%);
}
#main .anim-text.text-area04 img.anim-04 {
  transform: translate(6%, -183%);
}
#main .animScale {
  opacity: 0;
}
#main .animScale.show {
  animation: scale-anim 0.4s cubic-bezier(0.71, 1.52, 0.65, 1.06) forwards;
  opacity: 1;
}
#main .animScale02 {
  opacity: 0;
}
#main .animScale02.show {
  animation: scale-anim 0.4s cubic-bezier(0.71, 1.52, 0.65, 1.06) forwards;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main .animScale02.show {
    animation: scale-anim 0.2s cubic-bezier(0.71, 1.52, 0.65, 1.06) forwards;
  }
}

@keyframes scale-anim {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-10deg);
  }
  67% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heart {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-100%, -200%);
  }
}
@keyframes heart2 {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(15deg) scale(-1, 1);
  }
  100% {
    opacity: 0;
    transform: translate(100%, -200%) rotate(15deg) scale(-1, 1);
  }
}
@keyframes kirakira {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.01);
  }
  16% {
    transform: scale(1);
  }
  24% {
    transform: scale(1.01);
  }
  32% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.01);
  }
  48% {
    transform: scale(1);
  }
  56% {
    transform: scale(1.01);
  }
  64% {
    transform: scale(1);
  }
  72% {
    transform: scale(1.01);
  }
  80% {
    transform: scale(1);
  }
  84% {
    transform: scale(1.02);
  }
  88% {
    transform: scale(1);
  }
  92% {
    transform: scale(1.02);
  }
  96% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */