@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.fortune2025_lp {
  position: relative;
  background-color: #FFD5E0;
  color: var(--color-text);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.055em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.fortune2025_lp img,
.fortune2025_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.fortune2025_lp picture {
  display: block;
}
.fortune2025_lp a {
  display: block;
  color: inherit;
}
.fortune2025_lp *:focus {
  outline: none;
}
.fortune2025_lp a,
.fortune2025_lp label {
  -webkit-tap-highlight-color: rgba(248, 131, 164, 0.3);
}
.fortune2025_lp input {
  display: none;
}
.fortune2025_lp li,
.fortune2025_lp ol {
  list-style-type: none;
}
.fortune2025_lp .spOnly {
  display: block;
}
.fortune2025_lp .pcOnly {
  display: none;
}
.fortune2025_lp ::-moz-selection {
  color: #ffffff;
  background-color: rgba(248, 131, 164, 0.7);
}
.fortune2025_lp ::selection {
  color: #ffffff;
  background-color: rgba(248, 131, 164, 0.7);
}
.fortune2025_lp sup {
  font-size: 0.6em;
}
.fortune2025_lp #share img {
  margin: auto;
}
.fortune2025_lp .color {
  color: var(--color-primary1);
}
.fortune2025_lp .strong {
  font-weight: bold;
}
.fortune2025_lp .fv,
.fortune2025_lp .anim {
  opacity: 0;
}
.fortune2025_lp .anim_enable {
  -webkit-animation: fade 1.2s ease forwards;
          animation: fade 1.2s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fortune2025_lp .fv {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.fortune2025_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.fortune2025_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fortune2025_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .page-share-btn .share-txt {
    margin: 0;
    padding-top: calc(40 * 100vw/390);
    padding-bottom: calc(40 * 100vw/390);
    background: #FFD5E0;
  }
}
/* .fortune2025_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.fortune2025_lp {
  --color-text: #000000;
  --color-subText: #F883A4;
  --color-primary: #FEACC3;
  --color-secondary: #FEEAF0;
  --color-button: #FFF0F4;
  --color-tertiary: #FFF9F7;
  --font-ampersand: "ampersand", sans-serif;
}
.fortune2025_lp .section__title {
  margin-bottom: calc(27 * 100vw/390);
  text-align: center;
}
.fortune2025_lp .section__title .en {
  font-family: var(--font-ampersand);
  font-size: calc(35 * 100vw/390);
  font-weight: normal;
  line-height: 0.97;
  letter-spacing: 0;
}
.fortune2025_lp .section__title .jp {
  margin-top: calc(11 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1.41;
}
.fortune2025_lp .section__box--title {
  margin-bottom: calc(14 * 100vw/390);
  padding-bottom: calc(12 * 100vw/390);
  background-image: repeating-linear-gradient(90deg, #4d4d4d, #4d4d4d 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  text-align: center;
}
.fortune2025_lp .section__box--title h3 {
  font-size: calc(15 * 100vw/390);
  line-height: 1;
}
.fortune2025_lp .section__box--note {
  margin-top: calc(10 * 100vw/390);
  color: #4D4D4D;
  font-size: calc(11 * 100vw/390);
  line-height: 1.27;
  letter-spacing: 0;
  text-align: left;
}
.fortune2025_lp .profile {
  padding-block: calc(33 * 100vw/390) calc(28 * 100vw/390);
}
.fortune2025_lp .profile__img {
  margin-inline: auto;
  margin-bottom: calc(8 * 100vw/390);
  width: calc(149 * 100vw/390);
}
.fortune2025_lp .profile .lead--name {
  margin-bottom: calc(9 * 100vw/390);
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
.fortune2025_lp .profile .lead--name .job {
  font-size: calc(14 * 100vw/390);
  font-weight: 300;
}
.fortune2025_lp .profile .lead--text {
  padding-inline: calc(30 * 100vw/390);
  color: #4D4D4D;
  font-size: calc(12 * 100vw/390);
  letter-spacing: 0.055em;
  line-height: 1.75;
  text-align: justify;
}
.fortune2025_lp .what-year {
  margin-inline: calc(20 * 100vw/390);
  margin-bottom: calc(47 * 100vw/390);
  padding: calc(32 * 100vw/390) calc(24 * 100vw/390) calc(30 * 100vw/390);
  background-color: var(--color-tertiary);
  border: calc(2 * 100vw/390) solid var(--color-primary);
  border-radius: calc(10 * 100vw/390);
}
.fortune2025_lp .what-year__title {
  margin-bottom: calc(21 * 100vw/390);
  padding-bottom: calc(29 * 100vw/390);
  background-image: repeating-linear-gradient(90deg, #4d4d4d, #4d4d4d 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-subText);
  text-align: center;
}
.fortune2025_lp .what-year__title .en {
  font-family: var(--font-ampersand);
  font-size: calc(37 * 100vw/390);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
.fortune2025_lp .what-year__title .jp {
  margin-top: calc(11 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1;
}
.fortune2025_lp .what-year__text {
  font-size: calc(13 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
}
.fortune2025_lp .motif-tarot {
  padding: calc(46 * 100vw/390) calc(10 * 100vw/390) calc(46 * 100vw/390);
  background-color: #FFE0E8;
  border-top: calc(10 * 100vw/390) solid var(--color-subText);
  border-bottom: calc(10 * 100vw/390) solid var(--color-subText);
}
.fortune2025_lp .motif-tarot__cardList {
  display: flex;
  -moz-column-gap: calc(11 * 100vw/390);
       column-gap: calc(11 * 100vw/390);
}
.fortune2025_lp .motif-tarot .card {
  text-align: center;
}
.fortune2025_lp .motif-tarot .modal-button {
  margin-bottom: calc(8 * 100vw/390);
}
.fortune2025_lp .motif-tarot .card--text {
  font-size: calc(13 * 100vw/390);
  line-height: 1;
}
.fortune2025_lp .motif-tarot__note {
  margin-top: calc(21 * 100vw/390);
  color: #4D4D4D;
  font-size: calc(12 * 100vw/390);
  letter-spacing: 0;
  text-align: center;
}
.fortune2025_lp .present {
  padding-block: calc(46 * 100vw/390) calc(50 * 100vw/390);
  background-color: #ffffff;
  overflow: hidden;
}
.fortune2025_lp .present .section__title .en {
  font-size: calc(37 * 100vw/390);
}
.fortune2025_lp .present__imgBox {
  padding-inline: calc(25 * 100vw/390);
}
.fortune2025_lp .present .icon {
  position: relative;
  margin-top: calc(-95 * 100vw/390);
  margin-left: auto;
  margin-right: calc(-23 * 100vw/390);
  width: calc(117.72 * 100vw/390);
  z-index: 0;
}
.fortune2025_lp .present .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0% 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: calc(154 * 100vw/390);
  height: calc(154 * 100vw/390);
  background-image: url(../img/icon-text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.fortune2025_lp .present__infoBox {
  margin-top: calc(6 * 100vw/390);
}
.fortune2025_lp .present .pointList {
  margin: 0 auto calc(40 * 100vw/390);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fortune2025_lp .present .pointItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: calc(8 * 100vw/390);
       column-gap: calc(8 * 100vw/390);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fortune2025_lp .present .pointItem:nth-child(n+2) {
  margin-top: calc(12 * 100vw/390);
}
.fortune2025_lp .present .pointItem .head {
  padding: calc(5 * 100vw/390) calc(2 * 100vw/390) calc(2 * 100vw/390);
  background-color: var(--color-subText);
  border-radius: calc(2 * 100vw/390);
  box-sizing: border-box;
  color: #ffffff;
  font-family: var(--font-ampersand);
  font-size: calc(14 * 100vw/390);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  width: calc(54 * 100vw/390);
}
.fortune2025_lp .present .pointItem .text {
  color: var(--color-subText);
  font-size: calc(14 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.fortune2025_lp .present .color {
  margin-bottom: calc(35 * 100vw/390);
  text-align: center;
}
.fortune2025_lp .present .colorList {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(8 * 100vw/390);
       column-gap: calc(8 * 100vw/390);
}
.fortune2025_lp .present .color .title {
  margin-inline: calc(25 * 100vw/390);
  margin-bottom: calc(14 * 100vw/390);
  padding: calc(7 * 100vw/390) calc(5 * 100vw/390) calc(5 * 100vw/390);
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: calc(15 * 100vw/390);
  line-height: 1;
}
.fortune2025_lp .present .color__img {
  width: calc(82 * 100vw/390);
}
.fortune2025_lp .present .color .text {
  margin-top: calc(5 * 100vw/390);
  color: #4D4D4D;
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.fortune2025_lp .present .section__box {
  margin-inline: calc(25 * 100vw/390);
  padding: calc(21 * 100vw/390) calc(20 * 100vw/390) calc(20 * 100vw/390);
  background-color: #FFF3EE;
}
.fortune2025_lp .present .section__box--text {
  margin-left: calc(-4 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1.32;
  text-align: center;
  white-space: nowrap;
}
.fortune2025_lp .present .section__box--text .strong {
  font-size: calc(18 * 100vw/390);
}
.fortune2025_lp .present .section__box--text small {
  font-size: calc(12 * 100vw/390);
}
.fortune2025_lp .aroma-fortune {
  padding: calc(47 * 100vw/390) calc(35 * 100vw/390) calc(47 * 100vw/390);
  background-color: #FFE0E8;
  border-top: calc(10 * 100vw/390) solid var(--color-subText);
  border-bottom: calc(10 * 100vw/390) solid var(--color-subText);
}
.fortune2025_lp .aroma-fortune__read {
  margin-bottom: calc(27 * 100vw/390);
  padding: calc(13 * 100vw/390) calc(35 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: calc(4 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.61;
  letter-spacing: 0.055em;
  text-align: center;
}
.fortune2025_lp .aroma-fortune__cardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(18 * 100vw/390) calc(17 * 100vw/390);
}
.fortune2025_lp .aroma-fortune .card {
  text-align: center;
  width: calc(151 * 100vw/390);
}
.fortune2025_lp .aroma-fortune .card .img {
  margin-bottom: calc(8 * 100vw/390);
}
.fortune2025_lp .aroma-fortune .card--text {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 100vw/390);
       column-gap: calc(6 * 100vw/390);
  margin-left: calc(3 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.fortune2025_lp .aroma-fortune .card--text::after {
  content: "";
  width: calc(11 * 100vw/390);
  height: calc(11 * 100vw/390);
  background-image: url(../img/arrow-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.fortune2025_lp .aroma-fortune__note {
  margin-top: calc(20 * 100vw/390);
  color: #4D4D4D;
  font-size: calc(12 * 100vw/390);
  letter-spacing: 0;
  text-align: center;
}
.fortune2025_lp .bannerArea {
  margin-top: calc(30 * 100vw/390);
}

.resultArea {
  padding: calc(30 * 100vw/390) calc(15 * 100vw/390) calc(80 * 100vw/390);
  background-color: #FFF7F9;
}
.resultArea__item:nth-of-type(n+2) {
  margin-top: calc(77 * 100vw/390);
}
.resultArea__item__left {
  padding-top: calc(21 * 100vw/390);
  background-image: radial-gradient(circle, #4d4d4d 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.resultArea__item .haed {
  margin-inline: calc(3 * 100vw/390);
  margin-bottom: calc(34 * 100vw/390);
  padding: calc(10 * 100vw/390) calc(10 * 100vw/390) calc(8 * 100vw/390);
  background-color: #F883A4;
  color: #ffffff;
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.resultArea__item__motif {
  margin-bottom: calc(33 * 100vw/390);
}
.resultArea__item__motif .img {
  display: block;
  margin: 0 auto;
  width: calc(151 * 100vw/390);
}
.resultArea__item .motif--text {
  margin-top: calc(12 * 100vw/390);
  color: #FEACC3;
  font-family: "ampersand", sans-serif;
  font-size: calc(33 * 100vw/390);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.resultArea__item--title {
  margin-inline: calc(9 * 100vw/390);
  margin-bottom: calc(13 * 100vw/390);
  font-size: calc(20 * 100vw/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-align: left;
}
.resultArea__item--text {
  margin-inline: calc(9 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.93;
  text-align: justify;
}
.resultArea .section__box {
  margin-top: calc(20 * 100vw/390);
  margin-inline: calc(5 * 100vw/390);
  margin-bottom: calc(50 * 100vw/390);
  padding: calc(20 * 100vw/390) calc(25 * 100vw/390) calc(21 * 100vw/390);
  background-color: var(--color-secondary);
}
.resultArea .section__box--title {
  margin-bottom: calc(20 * 100vw/390);
  color: var(--color-subText);
  background-image: repeating-linear-gradient(90deg, var(--color-subText), var(--color-subText) 3px, transparent 3px, transparent 6px);
}
.resultArea .section__box--text {
  font-size: calc(13 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-align: left;
}
.resultArea .items__title {
  margin-bottom: calc(18 * 100vw/390);
  text-align: center;
}
.resultArea .items__title span {
  display: inline-block;
  width: 100%;
}
.resultArea .items__title .en {
  font-family: var(--font-ampersand);
  font-size: calc(30 * 100vw/390);
  font-weight: normal;
  line-height: 0;
  letter-spacing: 0;
}
.resultArea .items__title .jp {
  margin-top: calc(5 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1;
}
.resultArea .items .itemsList {
  display: flex;
  justify-content: space-between;
}
.resultArea .itemsItem {
  display: flex;
  flex-direction: column;
  width: calc(112 * 100vw/390);
}
.resultArea .items .link {
  margin-bottom: calc(9 * 100vw/390);
}
.resultArea .items .brand {
  margin-bottom: calc(2 * 100vw/390);
  color: #F883A4;
  font-family: "ampersand", sans-serif;
  font-size: calc(15 * 100vw/390);
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}
.resultArea .items .name {
  margin-bottom: calc(7 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
}
.resultArea .items .button-link {
  position: relative;
  margin-top: auto;
  margin-inline: calc(1 * 100vw/390);
  padding: calc(7 * 100vw/390) calc(16 * 100vw/390) calc(6 * 100vw/390) calc(10 * 100vw/390);
  background-color: var(--color-button);
  border: 1px solid var(--color-primary);
  border-radius: 100px;
  color: var(--color-subText);
  font-size: calc(12 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
  z-index: 0;
}
.resultArea .items .button-link::after {
  content: "";
  position: absolute;
  top: calc(8 * 100vw/390);
  right: calc(7 * 100vw/390);
  width: calc(8 * 100vw/390);
  height: calc(11 * 100vw/390);
  -webkit-mask-image: url(../img/arrow-2.svg);
          mask-image: url(../img/arrow-2.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-subText);
  z-index: 0;
}

#page-top {
  position: fixed;
  bottom: calc(46 * 100vw/390);
  right: calc(12 * 100vw/390);
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  width: calc(60 * 100vw/390);
}
#page-top img {
  display: block;
  width: 100%;
  height: auto;
}

#page-top.active,
#share.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* .fortune2025_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .fortune2025_lp {
    padding-bottom: 7rem;
    max-width: 100vw;
  }
  .fortune2025_lp a {
    cursor: pointer;
  }
  .fortune2025_lp .pcOnly {
    display: block;
  }
  .fortune2025_lp .spOnly {
    display: none;
  }
  .fortune2025_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .fortune2025_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .fortune2025_lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .fortune2025_lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .fortune2025_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .fortune2025_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .fortune2025_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .fortune2025_lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .fortune2025_lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .fortune2025_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .fortune2025_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .fortune2025_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .fortune2025_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .fortune2025_lp .section__title {
    margin-bottom: 2.6rem;
  }
  .fortune2025_lp .section__title .en {
    font-size: 4.3rem;
    line-height: 0.95;
  }
  .fortune2025_lp .section__title .jp {
    margin-top: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .fortune2025_lp .section__box--title {
    margin-bottom: 1.2rem;
    padding-bottom: 1.1rem;
  }
  .fortune2025_lp .section__box--title h3 {
    font-size: 1.6rem;
  }
  .fortune2025_lp .section__box--note {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .fortune2025_lp .fv__img {
    margin: auto;
    padding-top: 2rem;
    width: 114rem;
  }
  .fortune2025_lp .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 3.1rem;
         column-gap: 3.1rem;
    padding-block: 4.7rem 5.4rem;
  }
  .fortune2025_lp .profile__img {
    margin-inline: 0;
    margin-bottom: 0;
    width: 15.4rem;
  }
  .fortune2025_lp .profile .leadWrap {
    width: 62rem;
  }
  .fortune2025_lp .profile .lead--name {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    text-align: left;
  }
  .fortune2025_lp .profile .lead--name .job {
    font-size: 1.4rem;
  }
  .fortune2025_lp .profile .lead--text {
    padding-inline: 0;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
  }
  .fortune2025_lp .what-year {
    margin-inline: auto;
    margin-bottom: 8.9rem;
    padding: 4.5rem 6rem 5.4rem;
    border: 0.2rem solid var(--color-primary);
    border-radius: 1.2rem;
    box-sizing: border-box;
    width: 90rem;
  }
  .fortune2025_lp .what-year__title {
    margin-bottom: 2.1rem;
    padding-bottom: 2.5rem;
  }
  .fortune2025_lp .what-year__title .en {
    font-size: 4.3rem;
  }
  .fortune2025_lp .what-year__title .jp {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .fortune2025_lp .what-year__text {
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
  }
  .fortune2025_lp .motif-tarot {
    padding: 5.5rem 0 5.2rem;
    border-top: 0.7rem solid var(--color-subText);
    border-bottom: 0.7rem solid var(--color-subText);
  }
  .fortune2025_lp .motif-tarot__cardList {
    justify-content: center;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .fortune2025_lp .motif-tarot .modal-button {
    margin-bottom: 1rem;
    cursor: pointer;
  }
  .fortune2025_lp .motif-tarot .card {
    width: 18.4rem;
  }
  .fortune2025_lp .motif-tarot .card--text {
    font-size: 1.5rem;
  }
  .fortune2025_lp .motif-tarot__note {
    margin-top: 2.7rem;
    font-size: 1.4rem;
  }
  .fortune2025_lp .present {
    padding-block: 5.4rem 5.5rem;
  }
  .fortune2025_lp .present .section__title {
    margin-bottom: 3.6rem;
  }
  .fortune2025_lp .present .section__title .en {
    font-size: 4.3rem;
  }
  .fortune2025_lp .present__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 3.2rem;
    width: 90.1rem;
  }
  .fortune2025_lp .present__imgBox {
    padding-inline: 3.6rem 0;
    width: 41.4rem;
  }
  .fortune2025_lp .present .icon {
    position: absolute;
    margin-top: -34.2rem;
    margin-left: -5.3rem;
    margin-right: auto;
    width: 12.85rem;
  }
  .fortune2025_lp .present .icon::after {
    width: 16.8rem;
    height: 16.8rem;
  }
  .fortune2025_lp .present__infoBox {
    margin-top: 0;
    width: 40.8rem;
  }
  .fortune2025_lp .present .pointList {
    margin: 0 0 3.6rem;
    width: 100%;
  }
  .fortune2025_lp .present .pointItem {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fortune2025_lp .present .pointItem:nth-child(n+2) {
    margin-top: 1.4rem;
  }
  .fortune2025_lp .present .pointItem .head {
    padding: 0.5rem 0.4rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 1.5rem;
    width: 5.8rem;
  }
  .fortune2025_lp .present .pointItem .text {
    font-size: 1.5rem;
  }
  .fortune2025_lp .present .color {
    margin-bottom: 0;
  }
  .fortune2025_lp .present .colorList {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .fortune2025_lp .present .color .title {
    margin-inline: 0;
    margin-bottom: 1.4rem;
    padding: 0.7rem 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
  .fortune2025_lp .present .color__img {
    width: 9rem;
  }
  .fortune2025_lp .present .color .text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
  .fortune2025_lp .present .section__box {
    margin-inline: auto;
    padding: 2.1rem 3rem 2.9rem;
    box-sizing: border-box;
    width: 74rem;
  }
  .fortune2025_lp .present .section__box--text {
    margin-left: 0;
    font-size: 1.7rem;
    letter-spacing: 0.055em;
  }
  .fortune2025_lp .present .section__box--text .strong {
    font-size: 2.1rem;
  }
  .fortune2025_lp .present .section__box--text small {
    font-size: 1.2rem;
  }
  .fortune2025_lp .aroma-fortune {
    padding: 5.4rem 0 5.2rem;
    border-top: 0.7rem solid var(--color-subText);
    border-bottom: 0.7rem solid var(--color-subText);
  }
  .fortune2025_lp .aroma-fortune__read {
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 1.8rem 1.8rem 1.6rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .fortune2025_lp .aroma-fortune__cardList {
    gap: 3.2rem;
  }
  .fortune2025_lp .aroma-fortune .card {
    width: 18.4rem;
  }
  .fortune2025_lp .aroma-fortune .card .img {
    margin-bottom: 1.1rem;
  }
  .fortune2025_lp .aroma-fortune .card--text {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-left: 0.2rem;
    font-size: 1.5rem;
  }
  .fortune2025_lp .aroma-fortune .card--text::after {
    width: 1.1rem;
    height: 1.1rem;
  }
  .fortune2025_lp .aroma-fortune__note {
    margin-top: 2.6rem;
    font-size: 1.2rem;
  }
  .fortune2025_lp .bannerArea {
    margin: 4.5rem auto 0;
    width: 44%;
  }
  .resultArea {
    padding: 6.7rem 0 8.7rem;
  }
  .resultArea__item {
    margin-inline: auto;
    width: 98rem;
  }
  .resultArea__item:nth-of-type(n+2) {
    margin-top: 7.7rem;
  }
  .resultArea__item__inner {
    display: flex;
  }
  .resultArea__item__left {
    margin-top: -0.5rem;
    padding-top: 0;
    padding-left: 6rem;
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 4px;
    box-sizing: border-box;
    width: 69.6rem;
  }
  .resultArea__item .haed {
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
    margin-inline: 0;
    margin-bottom: 4rem;
    padding: 1.1rem 1rem 1rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    z-index: 1;
  }
  .resultArea__item__motif {
    position: -webkit-sticky;
    position: sticky;
    top: 16rem;
    margin-bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 0;
  }
  .resultArea__item__motif .img {
    padding-inline: 4rem 5.9rem;
    box-sizing: border-box;
    width: 28.4rem;
  }
  .resultArea__item .motif--text {
    margin-top: 0.9rem;
    padding-right: 1.9rem;
    font-size: 3.5rem;
  }
  .resultArea__item--title {
    margin-inline: 0;
    margin-bottom: 1.3rem;
    font-size: 2rem;
  }
  .resultArea__item--text {
    margin-inline: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .resultArea .section__box {
    margin-top: 2.6rem;
    margin-inline: 0;
    margin-bottom: 6rem;
    padding: 1.9rem 4rem 1.8rem;
  }
  .resultArea .section__box--title {
    margin-bottom: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .resultArea .section__box--text {
    font-size: 1.3rem;
    text-align: center;
  }
  .resultArea .items__title {
    margin-bottom: 2.2rem;
  }
  .resultArea .items__title .en {
    font-size: 3.2rem;
  }
  .resultArea .items__title .jp {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
  .resultArea .itemsItem {
    width: 20rem;
  }
  .resultArea .items .link {
    margin-bottom: 0.9rem;
  }
  .resultArea .items .brand {
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .resultArea .items .name {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.34;
  }
  .resultArea .items .button-link {
    transition: all 0.4s ease;
    margin-inline: 3rem;
    padding: 0.8rem 1.1rem 0.6rem 1rem;
    font-size: 1.3rem;
  }
  .resultArea .items .button-link:hover {
    opacity: 1;
    background-color: var(--color-subText);
    color: #ffffff;
  }
  .resultArea .items .button-link:hover::after {
    background-color: #ffffff;
  }
  .resultArea .items .button-link::after {
    transition: all 0.4s ease;
    top: 0.7rem;
    right: 0.6rem;
    width: 1.1rem;
    height: 1.3rem;
  }
  #page-top {
    right: 10rem;
    bottom: 3.2rem;
    width: 6rem;
  }
  /* .fortune2025_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1350px )
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  display: block;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}

.modal_area {
  display: none;
  visibility: hidden;
  height: 0;
  z-index: -1;
}
.modal_area .modal {
  display: flex;
  align-items: center;
  margin-top: 0;
  height: 0;
  pointer-events: none;
}
.modal_area .open.modal {
  height: 100svh;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 124, 131, 0.9);
  pointer-events: all;
  z-index: -1;
}

.modal_top {
  position: absolute;
  top: calc(-14 * 100vw/390);
  right: calc(-12 * 100vw/390);
  width: calc(34 * 100vw/390);
  height: calc(34 * 100vw/390);
  z-index: 100;
}

.modal_container {
  margin: auto;
  padding: calc(28 * 100vw/390) calc(25 * 100vw/390) calc(37 * 100vw/390) calc(25 * 100vw/390);
  background-color: #FFF7F9;
  box-sizing: border-box;
}
.modal_container .resultArea__item .haed {
  font-weight: normal;
}
.modal_container .resultArea__item--text {
  margin: 0;
}

.modal_content {
  position: relative;
  margin: auto;
  width: calc(350 * 100vw/390);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}

/* .fes_osakavol2_report : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_content {
    justify-content: center;
    inline-size: 100vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal_container {
    padding: 3.8rem 6rem 3.8rem;
    width: 86rem;
  }
  .modal_container .resultArea__item {
    width: 100%;
  }
  .modal_container .resultArea__item .haed {
    margin-bottom: 3rem;
    padding: 1.1rem 1rem 0.8rem;
  }
  .modal_container .resultArea__item__inner {
    align-items: center;
  }
  .modal_container .resultArea__item__motif .img {
    padding-inline: 1.6rem 3rem;
    width: 22.9rem;
  }
  .modal_container .resultArea__item .motif--text {
    padding-right: 1.4rem;
  }
  .modal_container .resultArea__item--text {
    padding-left: 3rem;
    line-height: 1.86;
  }
  .modal_top {
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
    width: 3.4rem;
    height: 3.4rem;
  }
}
/* .fes_osakavol2_report : modal PC*/
/*# sourceMappingURL=style.css.map */