@charset "UTF-8";
/* CSS Document */

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 背景 */
@media (max-width: 960px) {
  .illust-bg {
    background-size: 40%, 30%, 30%, 40%;
    background-position: left -20px top 10%, 100% 37%, 0% 64%, right 0 bottom -15px;
  }
}
/*************************************************
*****                 top    　              *****
*************************************************/
.ttl-sec__other.--about::before {
  top: 240px;
  background-image: url(../image/about/a_about.png);
  width: 313px;
  height: 150px;
}
.sec-fortune {
  padding-bottom: 280px;
  position: relative;
}

/*************************************************
*****               占いの種類  　             *****
*************************************************/
/* --背景-- */
.sec-fortune_illust1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.sec-fortune_illust2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 101;
  pointer-events: none;
}
.sec-fortune_illust-tenbin {
  position: absolute;
  width: 20%;
  max-width: 400px;
  top: 0;
  left: 50px;
  animation: TenIllust 5s ease-in-out infinite alternate;
}
@keyframes TenIllust {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.sec-fortune_illust-star {
  position: absolute;
  width: 10%;
  max-width: 200px;
  min-width: 120px;
  top: 980px;
  right: 50px;
  z-index: 180;
  animation: StarIllust 50s linear 0s infinite alternate;
}
@keyframes StarIllust {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-fortune_illust-medama {
  position: absolute;
  width: 20%;
  max-width: 500px;
  bottom: 0;
  left: 0;
  z-index: 180;
  animation: MedamaIllust 5s ease-in-out 0s infinite alternate;
}
@keyframes MedamaIllust {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2vw, -2vw);
  }
}

.sec-fortune__lead {
  padding: 0 30px;
}
.sec-fortune__lead.last {
  margin-bottom: 130px;
}
.sec-fortune__kinds {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
.sec-fortune__kinds-item {
  display: flex;
  margin: 0 auto 100px;
  overflow-x: hidden;
}
.sec-fortune__kinds__img {
  width: 450px;
  /* width: 100%; */
  min-width: 350px;
  z-index: 150;
}
.sec-fortune__kinds__img img {
  justify-content: left;
  object-fit: contain;
  max-width: 100%;
}
.sec-fortune__kinds__description {
  background-color: #a5906a;
  margin: 70px 0 0 -140px;
  padding: 70px 70px 40px 210px;
  max-width: 889px;
  z-index: 100;
}
.sec-fortune__kinds__description_ttl {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
}
.sec-fortune__kinds__description_img {
  width: 196px;
  margin: 0 auto 35px;
}
.sec-fortune__kinds__description_conts {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 2.8rem;
}
.sec-fortune__kinds__description_conts::before {
  content: "　";
}
.sec-fortune__kinds-item.tarot {
  flex-direction: row-reverse;
  margin: 0 auto;
}
.sec-fortune__kinds__description.tarot {
  margin: 70px -140px 0 0;
  padding: 70px 210px 40px 70px;
}
.under {
  font-weight: 900;
  display: inline;
  width: max-content;
  padding: 0rem 1rem 0.2rem 1rem;
  background: linear-gradient(transparent 40%, rgba(148, 28, 28, 0.29) 40%);
  border-radius: 80% 50% 60% 5% 80% 75% 15% 75%;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media (max-width: 960px) {
  .ttl-sec__other.--about::before {
    top: 155px;
    width: 156px;
    height: 75px;
  }
  .sec-fortune {
    padding-bottom: 140px;
  }

  /* --背景-- */
  .sec-fortune_illust-tenbin {
    top: 200px;
    left: 0;
    min-width: 145px;
  }
  .sec-fortune_illust-star {
    width: 15%;
    top: 1000px;
    min-width: 100px;
  }
  .sec-fortune_illust-medama {
    width: 20%;
    min-width: 135px;
  }

  .sec-fortune__lead {
    padding: 0 24px;
    text-align: left;
    margin-bottom: 24px;
  }
  .sec-fortune__lead.last {
    margin-bottom: 60px;
  }
  .sec-fortune__kinds {
    padding: 0;
  }
  .sec-fortune__kinds-item {
    display: block;
    margin: 0 auto 50px;
  }
  .sec-fortune__kinds__img {
    position: relative;
    width: 70%;
    max-width: 350px;
    min-width: 250px;
    margin: 0 auto;
    /* padding: 0 24px; */
  }
  .sec-fortune__kinds__img img {
    justify-content: center;
  }
  .sec-fortune__kinds__description {
    margin: -40px auto 50px;
    padding: 80px 44px 25px;
    max-width: 600px;
  }
  .sec-fortune__kinds__description_ttl {
    font-size: 1.6rem;
  }
  .sec-fortune__kinds__description_img {
    margin: 0 auto 20px;
  }
  .sec-fortune__kinds__description_conts {
    margin-bottom: 15px;
    line-height: 2.1rem;
    font-size: 1.4rem;
  }
  .sec-fortune__kinds__description.tarot {
    margin: -40px auto 50px;
    padding: 80px 44px 25px 44px;
  }
}
@media (max-width: 400px) {
  /* --背景-- */
  .sec-fortune_illust-tenbin {
    width: 30%;
    min-width: 120px;
    top: 340px;
    left: 0;
  }
  .sec-fortune_illust-star {
    width: 20%;
    max-width: 300px;
    top: 1150px;
    right: 0;
    z-index: 1;
  }
  .sec-fortune_illust-medama {
    width: 30%;
    min-width: 100px;
    bottom: 70px;
    left: 0;
  }
}

/*************************************************
*****                profile   　             *****
*************************************************/
.sec-profile {
  padding-bottom: 280px;
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
}

/* --背景-- */
.sec-profile_illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 101;
  pointer-events: none;
}
.sec-profile_illust-moon {
  position: absolute;
  width: 30%;
  max-width: 400px;
  bottom: -25px;
  right: 0;
  animation: MoonIllust 5s ease-in-out 0s infinite alternate;
}
@keyframes MoonIllust {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-2vw, -2vw);
  }
}

.sec-profile__detail {
  max-width: 1260px;
  padding: 0 30px 20px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}
.sec-profile__detail__img {
  position: relative;
  width: 398px;
  /* width: 100%; */
  z-index: 150;
}
.sec-profile__detail__description {
  position: relative;
  max-width: 1027px;
  margin: 70px 0 0 -225px;
  padding: 70px 70px 70px 295px;
  background-color: #fff;
  z-index: 100;
  max-width: 1027px;
  position: relative;
}
.sec-profile__detail__description__ttl {
  color: #a5906a;
  font-size: 2rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
}
.sec-profile__detail__description__img {
  width: 196px;
  margin: 5px auto 35px;
}
.sec-profile__detail__description__img img {
  object-fit: contain;
}
.sec-profile__detail__description__conts {
  text-align: left;
}
.sec-profile__detail__description__conts p {
  margin-bottom: 16px;
}
.sec-profile__detail__description__conts p:last-child {
  margin-bottom: 0;
}
.sec-profile__flame-r {
  position: absolute;
  right: -19px;
  top: -19px;
  width: 100px;
  height: 100px;
}
.sec-profile__flame-l {
  position: absolute;
  left: -19px;
  bottom: -19px;
  width: 100px;
  height: 100px;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media (max-width: 960px) {
  .sec-profile {
    padding-bottom: 140px;
  }

  /* --背景-- */
  .sec-fortune_illust-moon {
    width: 40%;
    max-width: 150px;
    bottom: -10px;
  }

  .sec-profile__detail {
    padding: 25px 24px 20px;
    display: block;
  }
  .sec-profile__detail__img {
    width: 50%;
    max-width: 300px;
    min-width: 166px;
    margin: 0 auto;
    z-index: 150;
  }
  .sec-profile__detail__description {
    margin: -40px auto 0;
    padding: 80px 20px 40px 20px;
    z-index: 100;
    max-width: 600px;
  }
  .sec-profile__detail__description__ttl {
    font-size: 1.6rem;
  }
  .sec-profile__detail__description__img {
    width: 100px;
    margin: 0 auto 20px;
  }
  .sec-profile__detail__description__conts p {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  .sec-profile__detail__description__conts p:last-child {
    margin-bottom: 0;
  }
  .sec-profile__flame-r {
    right: -10px;
    top: -10px;
    width: 57px;
    height: 57px;
  }
  .sec-profile__flame-l {
    left: -10px;
    bottom: -10px;
    width: 57px;
    height: 57px;
  }
}
