@charset "UTF-8";

/* CSS Document */
/* 基本設定-------------------------------------------*/
.btn-base {
  width: 65.8666666667vw;
  height: 48px;
  border-radius: 26px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 769px) {
  .btn-base {
    width: 247px;
  }
}

.btn-base a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.btn-base .icon-arrow01 {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-base .icon-arrow01:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 2px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #7A4EA0;
  border-right: 2px solid #7A4EA0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.btn-base.btn-w {
  background: #fff;
  box-shadow: 3px 3px 0px #5d0e1e;
}

.btn-base.btn-w .icon-arrow01 {
  background: #7A4EA0;
}

.btn-base.btn-p {
  background: #ee2e53;
  box-shadow: 3px 3px 0px #5d0e1e;
}

.btn-base.btn-p a {
  color: #fff;
}

.btn-base.btn-p .icon-arrow01 {
  background: #fff;
}

.btn-base.btn-p .icon-arrow01::before {
  border-color: #EE2E53;
}

.btn-base.btn-y {
  background: #FFD111;
  box-shadow: 3px 3px 0px #5d0e1e;
}

.btn-base.btn-y .icon-arrow01 {
  background: #941124;
}

.btn-base.btn-b {
  background: #8d0016;
  box-shadow: 3px 3px 0px #5d0e1e;
}

.btn-base.btn-b a {
  color: #fff;
}

.btn-base.btn-b .icon-arrow01 {
  background: #EE2E53;
}

.btn-base.btn-acr .icon-arrow01::before {
  right: 0px;
  top: -3px;
  transform: rotate(135deg);
}

.btn-base.btn-acr.open .icon-arrow01::before {
  transform: rotate(-45deg);
  right: 0;
  top: 3px;
}

.main-wrapper {
  background: #fff4f2;
  padding: 0;
}

.main-wrapper #title {
  overflow: hidden;
  background: url(../img/home/mv_heart_top.webp) no-repeat, url(../img/home/mv_heart_bottom.webp) no-repeat, url(../img/common/hd_bg.png) no-repeat;
  background-position: center top -65px, center bottom -50px, center center;
  background-size: 113.0666666667vw, 113.0666666667vw, cover;
  padding-top: 34.6666666667vw;
  padding-bottom: 23.4666666667vw;
}

@media (min-width: 769px) {
  .main-wrapper #title {
    background-size: 424px, 424px, cover;
    padding-top: 130px;
    padding-bottom: 88px;
  }
}

.main-wrapper #title .top-ttl {
  padding-bottom: 5.8666666667vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .top-ttl {
    padding-bottom: 22px;
  }
}

.main-wrapper #title .top-ttl img {
  width: 71.4666666667vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .top-ttl img {
    width: 268px;
  }
}

.main-wrapper #title .mainttl-letters {
  margin-top: 40vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .mainttl-letters {
    margin-top: 150px;
  }
}

.main-wrapper #title .mainttl img {
  width: 329px;
  opacity: 0.6;
  position: relative !important;
}

.main-wrapper #title .ttl-home {
  opacity: 0;
  transition: 0.3s;
}

.main-wrapper #title .ttl-home.loaded {
  opacity: 1;
}

.main-wrapper #title .deco-img [class^=deco] {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  animation-delay: var(--delay);
}

.main-wrapper #title .deco-img .deco01 {
  --delay: 0s;
  animation-duration: 1.8s;
}

.main-wrapper #title .deco-img .deco02 {
  --delay: -0.3s;
  animation-duration: 2s;
}

.main-wrapper #title .deco-img .deco03 {
  --delay: -0.6s;
  animation-duration: 1.6s;
}

.main-wrapper #title .deco-img .deco04 {
  --delay: -0.9s;
  animation-duration: 2.2s;
}

.main-wrapper #title .deco-img .deco05 {
  --delay: -1.2s;
  animation-duration: 1.3s;
}

.main-wrapper #title .deco-img .deco06 {
  --delay: -1.5s;
  animation-duration: 2.7s;
}

.main-wrapper #title .deco-img img {
  position: absolute;
  transition: 0.3s;
}

.main-wrapper #title .deco-img .deco01 {
  width: 23.4666666667vw;
  top: 26.1333333333vw;
  left: -6.6666666667vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco01 {
    width: 88px;
    top: 98px;
    left: -25px;
  }
}

.main-wrapper #title .deco-img .deco02 {
  width: 21.3333333333vw;
  top: 16.5333333333vw;
  right: 6.6666666667vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco02 {
    width: 80px;
    top: 62px;
    right: 25px;
  }
}

.main-wrapper #title .deco-img .deco03 {
  width: 16.8vw;
  top: 55.7333333333vw;
  left: 1.3333333333vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco03 {
    width: 63px;
    top: 209px;
    left: 5px;
  }
}

.main-wrapper #title .deco-img .deco04 {
  width: 16.8vw;
  top: 62.4vw;
  right: -2.4vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco04 {
    width: 63px;
    top: 234px;
    right: -9px;
  }
}

.main-wrapper #title .deco-img .deco05 {
  width: 25.3333333333vw;
  bottom: 51.2vw;
  left: -12.5333333333vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco05 {
    width: 95px;
    bottom: 192px;
    left: -47px;
  }
}

.main-wrapper #title .deco-img .deco06 {
  width: 20.5333333333vw;
  bottom: 38.9333333333vw;
  right: -6.1333333333vw;
}

@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco06 {
    width: 77px;
    bottom: 146px;
    right: -23px;
  }
}

.main-wrapper #title .thamkyou-mds {
  position: relative;
}

.main-wrapper #title .thamkyou-mds img {
  position: absolute;
}

.main-wrapper #title .thamkyou-mds .mds01 {
  width: 22.4vw;
  top: 23.4666666667vw;
  left: 2.6666666667vw;
  opacity: 0;
  animation-duration: 0.5s;
}

@media (min-width: 769px) {
  .main-wrapper #title .thamkyou-mds .mds01 {
    width: 84px;
    top: 88px;
    left: 10px;
  }
}

.main-wrapper #title .thamkyou-mds .mds02 {
  width: 69.3333333333vw;
  top: 0vw;
  left: 19.7333333333vw;
  opacity: 0;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .main-wrapper #title .thamkyou-mds .mds02 {
    width: 260px;
    top: 0;
    left: 74px;
  }
}

.main-wrapper #title .thamkyou-mds .mds02.tada {
  opacity: 1;
}

@keyframes floating-y {
  0% {
    transform: translateY(-7%);
  }

  100% {
    transform: translateY(7%);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.contents-box .contents-ttl {
  text-align: center;
  margin-bottom: 3.2vw;
}

@media (min-width: 769px) {
  .contents-box .contents-ttl {
    margin-bottom: 12px;
  }
}

.contents-box .contents-ttl img {
  width: 48vw;
}

@media (min-width: 769px) {
  .contents-box .contents-ttl img {
    width: 180px;
  }
}

.contents-box .contents-sttl {
  border-radius: 16px;
  border: 1px solid #7a4ea0;
  padding: 3px 16px;
  width: fit-content;
  margin: 0 auto 16px;
  font-size: 14px;
  font-weight: bold;
}

#about {
  background: linear-gradient(#d8d3e7 0%, #e3c3db 100%);
  padding: 33px 0 52px;
}

#about::before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: 0;
  width: 100%;
  height: 10.6666666667vw;
  background: url(../img/home/about_deco_top.png) no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  #about::before {
    top: -41px;
    height: 41px;
  }
}

#about .about-txt-wrapper {
  border-radius: 45.3333333333vw 45.3333333333vw 0px 0px;
  background: #ffebe9;
  text-align: center;
  padding: 21.3333333333vw 6.6666666667vw 10.6666666667vw;
}

@media (min-width: 769px) {
  #about .about-txt-wrapper {
    border-radius: 170px 170px 0px 0px;
    padding: 80px 32px 40px;
  }
}

#about .about-txt-wrapper .about-txt {
  font-size: 4.2666666667vw;
  font-weight: 500;
}

@media (min-width: 769px) {
  #about .about-txt-wrapper .about-txt {
    font-size: 15px;
  }
}

#about .deco-box [class^=deco] {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  animation-delay: var(--delay);
}

#about .deco-box .deco01 {
  --delay: 0s;
  animation-duration: 1.8s;
}

#about .deco-box .deco02 {
  --delay: -0.3s;
  animation-duration: 2s;
}

#about .deco-box .deco03 {
  --delay: -0.6s;
  animation-duration: 1.6s;
}

#about .deco-box img {
  position: absolute;
}

#about .deco-box .deco01 {
  width: 18.6666666667vw;
  top: 34.6666666667vw;
  left: 2.6666666667vw;
}

@media (min-width: 769px) {
  #about .deco-box .deco01 {
    width: 70px;
    top: 130px;
    left: 10px;
  }
}

#about .deco-box .deco02 {
  width: 23.4666666667vw;
  top: 13.0666666667vw;
  right: 2.1333333333vw;
}

@media (min-width: 769px) {
  #about .deco-box .deco02 {
    width: 88px;
    top: 49px;
    right: 8px;
  }
}

#about .deco-box .deco03 {
  width: 20.2666666667vw;
  bottom: -5.3333333333vw;
  left: 38.6666666667vw;
  transform: rotate(-10deg);
  z-index: 1;
}

@media (min-width: 769px) {
  #about .deco-box .deco03 {
    width: 76px;
    bottom: -20px;
    left: 145px;
  }
}

#about .deco-box .deco04 {
  width: 18.6666666667vw;
  top: 0vw;
  left: 4.2666666667vw;
  animation: none;
}

@media (min-width: 769px) {
  #about .deco-box .deco04 {
    width: 70px;
    top: 0;
    left: 16px;
  }
}

#about .btm-heart-box {
  overflow: hidden;
  margin-top: 6.6666666667vw;
}

@media (min-width: 769px) {
  #about .btm-heart-box {
    margin-top: 25px;
  }
}

#about .btm-heart-box .inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 5.3333333333vw;
  width: max-content;
  margin-top: 10px;
}

@media (min-width: 769px) {
  #about .btm-heart-box .inner {
    gap: 20px;
  }
}

#about .btm-heart-box .inner.upper {
  animation: scroll-left 30s linear infinite;
}

#about .btm-heart-box .inner.lower {
  animation: scroll-right 30s linear infinite;
}

#about .btm-heart-box .inner img {
  width: 20.5333333333vw;
  animation: rotate-sway 3.5s linear infinite;
}

@media (min-width: 769px) {
  #about .btm-heart-box .inner img {
    width: 77px;
  }
}

#about .btm-heart-box .inner img:nth-child(odd) {
  animation-name: rotate-right-left;
}

#about .btm-heart-box .inner img:nth-child(even) {
  animation-name: rotate-left-right;
}

/* ===== 横スクロール ===== */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* ===== 揺れアニメーション ===== */
@keyframes rotate-right-left {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(8deg);
  }

  75% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-left-right {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-8deg);
  }

  75% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#artist {
  background: #fff4f2;
  padding: 68px 0 0;
}

#artist::before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: 0;
  width: 100%;
  height: 10.6666666667vw;
  background: url(../img/home/artist_deco_top.png) no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  #artist::before {
    top: -41px;
    height: 41px;
  }
}

#artist .contents-ttl img {
  width: 65.8666666667vw;
}

@media (min-width: 769px) {
  #artist .contents-ttl img {
    width: 247px;
  }
}

#artist .contents-sttl {
  margin-bottom: 50px;
}

#artist .gift-list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 9px;
}

#artist .gift-list li {
  width: calc(33.3333333333% - 6px);
}

#artist .gift-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#artist .gift-list li a.cs {
  pointer-events: none;
}

#artist .gift-list li .img-box {
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}

#artist .gift-list li .txt-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30.1333333333vw);
}

@media (min-width: 769px) {
  #artist .gift-list li .txt-box {
    height: calc(100% - 113px);
  }
}

#artist .gift-list li .txt-box .name {
  margin-bottom: 4px;
  color: #7A4EA0;
  font-size: 14px;
  font-weight: bold;
}

#artist .gift-list li .txt-box .group {
  color: #7A4EA0;
  font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  background: #fff;
  width: fit-content;
  margin: 0 auto 8px;
  letter-spacing: 0em;
  padding: 1px 10px;
  border-radius: 2em;
  font-weight: 500;
}

#artist .gift-list li .txt-box .group:empty {
  display: none;
}

#artist .gift-list li .txt-box .btn-base {
  margin-top: auto;
}

#artist .gift-list li .txt-box .btn-base.btn-s {
  font-size: 10px;
  letter-spacing: 0em;
  width: 100px;
  height: 28px;
  border-radius: 2em;
  background: #7A4EA0;
  box-shadow: 0 5px 0px #EBB5C8;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 6px;
}

#artist .gift-list li .txt-box .btn-base.btn-s a {
  color: #fff;
}

/*============================
#sns
============================*/
#sns {
  background-size: cover;
  text-align: center;
  margin-bottom: -5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}

@media (min-width: 769px) {
  #sns {
    margin-bottom: -20px;
    padding-bottom: 20px;
  }
}

#sns .box-inner {
  padding: 20px 20px 40px;
}

#sns .box-inner .subttl {
  margin-bottom: 14px;
}

#sns .box-inner .line-box {
  padding: 15px 0 25px;
}

#sns .box-inner .sns-list {
  display: flex;
  gap: 14px;
  justify-content: center;
}

#sns .box-inner .sns-list li {
  width: 34px;
}

.siteLink {
  margin: 40px auto 0;
  text-align: center;
  text-decoration: underline;
}

.siteLink a {
  text-decoration: underline;
}

.end-box {
  margin-top: 8vw;
  padding-bottom: 13.3333333333vw;
  text-align: center;
}
@media (min-width: 769px) {
  .end-box {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.end-box .end-inner {
  margin: 0 auto;
  width: 248px;
  height: 52px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #7a4ea0;
  color: #7a4ea0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}


/*# sourceMappingURL=_map/home.css.map */