@charset "UTF-8";
.fortune-telling button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
}
.fortune-telling .modal_ph_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 40px auto 0;
  cursor: pointer;
  column-gap: 5px;
}
.fortune-telling .modal_ph_item {
  width: calc((100% - 10px) / 3);
  margin-top: 5px;
}
.fortune-telling .modal_ph_item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .fortune-telling .modal_ph_item1:nth-child(5),
  .fortune-telling .modal_ph_item3:nth-child(5),
  .fortune-telling .modal_ph_item5:nth-child(3),
  .fortune-telling .modal_ph_item7:nth-child(3) {
    width: 100%;
    margin: 5px auto;
  }
}
.fortune-telling .modal_ph_inner {
  position: relative;
  max-height: 90vh;
}
.fortune-telling .modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  overflow: auto;
  z-index: 10000000;
  transition: 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}
.fortune-telling .modal-wrapper.is-show {
  opacity: 1;
  visibility: visible;
}
.fortune-telling .modal-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(200, 174, 255, 0.7);
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .fortune-telling .modal-container {
    width: calc(80% + 40px);
    padding: 20px;
  }
}
.fortune-telling .modal-wrapper-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.fortune-telling .modal-wrapper .modal-inner {
  position: relative;
  max-height: 80vh;
  height: auto;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .fortune-telling .modal-wrapper .modal-inner {
    overflow-y: scroll;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 0;
    min-height: 53vh;
  }
}
.fortune-telling .modal-wrapper .modal-close {
  content: "";
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  top: 0;
  transform: translate(50%, -50%);
  background-color: white;
  border-radius: 50%;
  border: 1px solid #EE3026;
}
.fortune-telling .modal-wrapper .modal-close::before,
.fortune-telling .modal-wrapper .modal-close::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #EE3026;
  transition: transform ease 0.3s;
  left: 4px;
}
.fortune-telling .modal-wrapper .modal-close::before {
  transform: rotate(45deg);
}
.fortune-telling .modal-wrapper .modal-close::after {
  transform: rotate(-45deg);
}
.fortune-telling .modal-wrapper:hover {
  cursor: pointer;
}
.fortune-telling .modal-wrapper .modal-close:hover::before {
  transform: rotate(135deg);
}
.fortune-telling .modal-wrapper .modal-close:hover::after {
  transform: rotate(45deg);
}
.fortune-telling .cap {
  background: #e6e6e6;
  padding: 20px;
  margin: 30px auto;
}
.fortune-telling .headline {
  padding: 80px 0 40px !important;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .fortune-telling .headline {
    padding: 60px 0 40px !important;
  }
}
.fortune-telling {
  /* 追加: テキストブロックの最低限 */
}
.fortune-telling .modal-textarea {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 20px 20px 16px;
}
@media screen and (min-width: 768px) {
  .fortune-telling .modal-textarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fortune-telling .modal-text {
  font-size: 14px;
  margin-bottom: 0;
}
.fortune-telling .modal-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 16px;
}
.fortune-telling .modal-title-ja {
  font-size: 18px;
}
.fortune-telling .modal-subtitle {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fortune-telling .modal-subtitle {
    margin: 0 0 16px;
  }
}
.fortune-telling .modal-text {
  line-height: 1.6;
  margin: 0 0 12px;
}
.fortune-telling .modal-ja-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 8px;
}
.fortune-telling .modal-illust {
  position: static !important;
  transform: none !important;
  height: auto !important;
  display: block;
  margin: 0;
  width: 77%;
  max-width: 300px;
}
.fortune-telling .fortune-telling-main {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .fortune-telling .fortune-telling-main {
    margin-top: 0;
  }
}
.fortune-telling .up {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.fortune-telling .up-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.fortune-telling .up-inner .calendar-text {
  font-size: 6.6157760814vw;
}
@media screen and (min-width: 768px) {
  .fortune-telling .up-inner .calendar-text {
    font-size: 34px;
  }
}
.fortune-telling .up-inner .year {
  margin-left: 1.272264631vw;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .up-inner .year {
    margin-left: 8px;
  }
}
.fortune-telling .fortune-telling-desc {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}
.fortune-telling .fortune-telling-name {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.5;
}
.fortune-telling .fortune-telling-head-img {
  width: 100vw;
  margin: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .fortune-telling .fortune-telling-head-img {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .fortune-telling .slick-slide {
    padding: 0 40px;
  }
}
.fortune-telling {
  /********************
    Fortune PROFILE
  *********************/
}
@media screen and (min-width: 1020px) {
  .fortune-telling .fortune-telling__image {
    width: 68%;
  }
}
.fortune-telling .fortune-telling__profile {
  margin-top: 90px;
  color: #1b1918;
}
.fortune-telling .fortune-telling__profile .profile__text {
  display: block;
  font-size: 12px;
  line-height: 1.6 !important;
}
@media screen and (min-width: 768px) {
  .fortune-telling .fortune-telling__profile .profile__text {
    margin-top: 20px;
  }
}
.fortune-telling .fortune-telling__profile .fortune-telling__profile__head__right-link {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .fortune-telling__profile .fortune-telling__profile__head__right-link {
    text-align: left;
  }
}
.fortune-telling .fortune-telling__profile .txt {
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .fortune-telling__profile .txt {
    padding-top: 0;
  }
}
.fortune-telling .fortune-telling__profile__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  background-color: rgba(243, 215, 245, 0.5);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .fortune-telling .fortune-telling__profile__inner {
    column-gap: 30px;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fortune-telling {
  /* fortune-telling__head */
}
.fortune-telling .fortune-telling__profile__head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .fortune-telling__profile__head {
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 0px;
  }
}
.fortune-telling .fortune-telling__profile__head__line {
  width: 1px;
  background-color: #000;
  height: 18px;
  display: block;
}
.fortune-telling .fortune-telling__profile__head__left {
  font-family: halyard-display, sans-serif;
  line-height: 1;
}
.fortune-telling .fortune-telling__profile__head__right {
  line-height: 1;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .fortune-telling__profile__head__right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
}
.fortune-telling {
  /* fortune-telling__body */
}
.fortune-telling .fortune-telling__profile__img {
  width: 200px !important;
}
.fortune-telling .fortune-telling__profile__head {
  font-weight: 700 !important;
}
.fortune-telling .fortune-telling__profile__text {
  padding: 35px 20px;
  row-gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .fortune-telling .fortune-telling__profile__img {
    width: 200px !important;
  }
  .fortune-telling .fortune-telling__profile__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
  }
}
.fortune-telling .profile__image {
  width: 100px;
  margin-top: 0px;
}
.fortune-telling .box-image {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  padding: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 1020px) {
  .fortune-telling .box-image {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 770px) {
  .fortune-telling .m-b-20px {
    margin-bottom: 20px;
  }
}

/* 追加: bodyノースクロール */
body.noscroll-fortune-modal {
  overflow: hidden;
}