@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 {
  background: url(../img/common/hd_bg.png) no-repeat;
  background-size: cover;
  padding-top: 34.6666666667vw;
  padding-bottom: 53.3333333333vw;
}
@media (min-width: 769px) {
  .main-wrapper #title {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
.main-wrapper #title .top-ttl {
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .top-ttl {
    padding-bottom: 40px;
  }
}
.main-wrapper #title .mainttl img {
  width: 329px;
  opacity: 0.6;
  position: relative !important;
}
.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: 12.8vw;
  left: 5.3333333333vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco01 {
    width: 88px;
    top: 48px;
    left: 20px;
  }
}
.main-wrapper #title .deco-img .deco02 {
  width: 16.8vw;
  top: 6.4vw;
  left: 37.8666666667vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco02 {
    width: 63px;
    top: 24px;
    left: 142px;
  }
}
.main-wrapper #title .deco-img .deco03 {
  width: 21.3333333333vw;
  top: 16.5333333333vw;
  left: 72vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco03 {
    width: 80px;
    top: 62px;
    left: 270px;
  }
}
.main-wrapper #title .deco-img .deco04 {
  width: 25.3333333333vw;
  bottom: 22.6666666667vw;
  left: 9.6vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco04 {
    width: 95px;
    bottom: 85px;
    left: 36px;
  }
}
.main-wrapper #title .deco-img .deco05 {
  width: 17.0666666667vw;
  bottom: 16.8vw;
  left: 45.3333333333vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco05 {
    width: 64px;
    bottom: 63px;
    left: 170px;
  }
}
.main-wrapper #title .deco-img .deco06 {
  width: 20.5333333333vw;
  bottom: 32vw;
  left: 72.8vw;
}
@media (min-width: 769px) {
  .main-wrapper #title .deco-img .deco06 {
    width: 77px;
    bottom: 120px;
    left: 273px;
  }
}

main-wrapper #title.wd {
  padding-bottom: 25.3333333333vw;
}
@media (min-width: 769px) {
  .main-wrapper #title.wd {
    padding-bottom: 95px;
  }
}
.main-wrapper #title.wd .deco04 {
  display: none;
}

.wd-bnr {
  text-align: center;
  margin-top: 30px;
}
.wd-bnr img {
  width: 85.3333333333vw;
  opacity: 0;
}
@media (min-width: 769px) {
  .wd-bnr img {
    width: 320px;
  }
}

@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;
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.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 97px;
}
#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;
  }
}

#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 {
    background-color: transparent;
}

#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-bottom: 4px;
}
#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: 40px 20px;
}
#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;
}
.end-box {
  margin-top: 8vw;
  text-align: center;
}
@media (min-width: 769px) {
  .end-box {
    margin-top: 30px;
  }
}
.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 */
