@charset "UTF-8";
@font-face {
  font-display: block;
  font-family: Kannada MN;
  font-style: normal;
  font-weight: 400;
  src: url(/special/spring2024/assets/fonts/kannada-mn.ttf) format("truetype"), url(/special/spring2024/assets/fonts/kannada-mn.woff) format("opentype"), url(/special/spring2024/assets/fonts/kannada-mn.otf) format("woff");
}
@font-face {}
/**
*
*/
.p-spring input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: none;
}

/**
* p-spring-petal
*/
.p-spring .p-spring__petal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
/**
* p-spring-header
*/
@media screen and (min-width: 769px) {
  .p-spring {
    background: url(/special/spring2024/assets/images/bg.jpg) 0 83.3854166667vw repeat-y;
    background-size: 100% auto;
  }
}
.p-spring .p-spring-header {
  position: relative;
  max-width: 1920px;
  width: 100%;
}
.p-spring .p-spring-header__logo {
  position: absolute;
  top: 1.4285714286em;
  left: 5.1282051282%;
  z-index: 110;
  width: 18.7179487179%;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__logo {
    width: 8.8020833333%;
    left: 3.125%;
    top: 2.7857142857em;
  }
}

/**
* p-spring-nav
*/
.p-spring .p-spring-nav {
  position: fixed;
  z-index: 5;
  visibility: hidden;
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-nav {
    right: 3.125%;
    bottom: 2.3214285714em;
  }
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-nav.is-active {
    visibility: initial;
  }
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-nav.is-active ul {
    opacity: 1;
  }
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-nav.is-active.is-end ul {
    opacity: 0;
  }
}
.p-spring .p-spring-nav ul {
  text-align: left;
  font-family: Kannada MN, serif;
  opacity: 0;
  transition: opacity 0.3s 0.2s ease-in;
}
.p-spring .p-spring-nav ul li {
  font-size: 1.1142857143rem;
  line-height: 1.33;
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}
.p-spring .p-spring-nav ul li:nth-of-type(n+2) {
  margin-top: 0.4166666667em;
}
.p-spring .p-spring-nav ul li.is-current {
  opacity: 1;
}
.p-spring .p-spring-nav ul li.is-current a > span:nth-of-type(1) {
  opacity: 1;
}
.p-spring .p-spring-nav ul li.is-current a > span:nth-of-type(2) {
  transform: scale(1.25);
}
.p-spring .p-spring-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-spring .p-spring-nav ul li a > span:nth-of-type(1) {
  width: 0.4166666667em;
  height: 0.4166666667em;
  margin-right: 0.75em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.p-spring .p-spring-nav ul li a > span:nth-of-type(2) {
  transition: transform 0.3s ease-in;
  transform-origin: left center;
}

/**
* p-special-item
*/
.p-spring .p-spring-item {
  position: fixed;
  z-index: 1;
  visibility: hidden;
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-item {
    left: 3.125%;
    bottom: 2.6315789474em;
    font-size: 0.9895833333vw;
  }
}
.p-spring .p-spring-item > p {
  line-height: 1.53;
  letter-spacing: 0.06em;
  text-align: left;
  font-family: Kannada MN, serif;
  opacity: 0;
  transition: opacity 0.3s 0.2s ease-in;
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-item.is-active {
    visibility: initial;
  }
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring-item.is-active > p {
    opacity: 1;
  }
}

/**
* p-special-main
*/
.p-spring .p-spring-main {
  position: relative;
  background: url(/special/spring2024/assets/images/sec_bg_s_231222.jpg) bottom center repeat-y;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-main {
    max-width: 600px;
    width: 100%;
    padding-top: 18.75vw;
    background-position: center 166.6321428571em;
    background-repeat: no-repeat;
  }
}

/**
* p-spring__modal
* 共通スタイル
*/
.p-spring .p-spring__modal label {
  cursor: pointer;
}
.p-spring .p-spring__modal__btn {
  transition: opacity 0.3s ease-in;
}
.p-spring .p-spring__modal__btn:hover:hover, .p-spring .p-spring__modal__btn:hover:focus {
  opacity: 0.7;
}
.p-spring .p-spring__modal__btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
}
.p-spring .p-spring__modal__btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 152;
  display: block;
  width: 2.1428571429em;
  height: 2.1428571429em;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__modal__btn-close {
    width: 2.4142857143em;
    height: 2.4142857143em;
  }
}
.p-spring .p-spring__modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 0;
  height: 0;
  overflow: hidden;
}
.p-spring .p-spring__modal__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-spring .p-spring__modal__contents > div {
  position: relative;
  padding: 0.7142857143em;
  z-index: 151;
}
@media screen and (max-height: 845px) and (min-width: 667px) and (orientation: landscape) {
  .p-spring .p-spring__modal__contents > div {
    height: 90svh;
    overflow: hidden;
  }
}
.p-spring .p-spring__modal__contents > div > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0.2142857143em 0.4285714286em 0.4285714286em 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-height: 845px) and (min-width: 667px) and (orientation: landscape) {
  .p-spring .p-spring__modal__contents > div > div {
    overflow-y: auto;
  }
}
.p-spring .p-spring__modal input:checked + div {
  z-index: 150;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.p-spring .p-spring__modal input:checked + div:before, .p-spring .p-spring__modal input:checked + div:after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.p-spring .p-spring__modal input:checked + div:-webkit-scrollbar {
  display: none;
}
.p-spring .p-spring__modal input:checked + div .p-spring__modal__btn-overlay {
  -webkit-backdrop-filter: blur(9.9px);
  backdrop-filter: blur(9.9px);
  background-color: rgba(93, 61, 144, 0.3);
}

/**
* p-special-sec
* 共通スタイル
*/
.p-spring .p-spring-sec {
  position: relative;
  width: 100%;
}
.p-spring .p-spring-sec.is-current .p-spring-sec__petal {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
}
.p-spring .p-spring-sec__petal {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  transform: translate3d(-14.2857142857em, -10.7142857143em, 0) rotate(120deg);
  transition: opacity 0.3s 0.4s linear, transform 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-sec__petal {
    transform: translate3d(-9.2857142857em, -6.9642857143em, 0) rotate(120deg);
  }
}
.p-spring .p-spring-sec__petal_02 {
  top: 3.45em;
  left: -6.4102564103%;
  width: 35.7692307692%;
}
.p-spring .p-spring-sec__petal_03 {
  top: 7em;
  left: -7.4358974359%;
  width: 34.2051282051%;
}
.p-spring .p-spring-sec__petal_04 {
  top: 7.7928571429em;
  left: -4.6153846154%;
  width: 24.5128205128%;
}
.p-spring .p-spring-sec__petal_05 {
  top: 7em;
  left: -7.4358974359%;
  width: 34.2051282051%;
}
.p-spring .p-spring-sec__note {
  margin-top: 1.7em;
  margin-left: 7.6923076923%;
  font-size: 0.7142857143rem;
  text-align: left;
}
.p-spring .p-spring-sec h2 {
  position: relative;
  z-index: 3;
}
.p-spring .p-spring-sec h2 + p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 7.6923076923%;
  font-size: 1.1428571429rem;
  font-family: Shippori Mincho, serif;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0.2em;
}
.p-spring .p-spring-sec h2 + p > strong {
  font-size: 1.5em;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.p-spring .p-spring-sec h2 + p > strong + span {
  margin-top: 1.4375em;
}
.p-spring .p-spring-sec h2 + p sup {
  font-size: 0.625em;
  vertical-align: text-top;
}

/**
* p-spring-header
*/
.p-spring .p-spring-header__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 53.2142857143em;
  padding-top: 8.2142857143em;
  background: url(/special/spring2024/assets/images/header_bg_01_s.png) top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__contents {
    z-index: 0;
    width: 100%;
    height: 83.3854166667vw;
    padding-top: 17.2395833333vw;
    background-image: url(/special/spring2024/assets/images/header_bg_01.jpg);
    background-color: #A084CE;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__contents > div {
    position: relative;
    max-width: 600px;
    width: 31.25%;
    margin-left: 14.5833333333%;
  }
}
.p-spring .p-spring-header__contents h1 + p {
  display: flex;
  flex-direction: column;
  margin-top: 3.5em;
  margin-left: 10.5128205128%;
  text-align: left;
  font-size: 0.7142857143rem;
  text-shadow: 0 0 1em rgba(181, 65, 167, 0.6);
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__contents h1 + p {
    margin-left: 0;
    font-size: 0.9895833333vw;
    text-shadow: 0 0 0.5263157895em rgba(181, 65, 167, 0.6);
  }
}
@media screen and (min-width: 1920px) {
  .p-spring .p-spring-header__contents h1 + p {
    font-size: 0.8821428571rem;
  }
}
.p-spring .p-spring-header__contents h1 + p > span:nth-of-type(1) {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.018em;
}
.p-spring .p-spring-header__contents h1 + p > span:nth-of-type(2) {
  margin-top: 0.75em;
  line-height: 1.5;
  font-family: Kannada MN;
  letter-spacing: 0.06em;
}
.p-spring .p-spring-header__note-img {
  position: absolute;
  top: 4.5714285714em;
  right: 0;
  width: 36.1538461538%;
  background: url(/special/spring2024/assets/images/header_bg_02_s.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__note-img {
    top: -3.9464285714em;
    right: -4.3333333333%;
    width: 36.6666666667%;
    background-image: url(/special/spring2024/assets/images/header_bg_02.png);
  }
}
.p-spring .p-spring-header__note-txt {
  position: absolute;
  bottom: 10.6em;
  right: 6.1538461538%;
  z-index: 2;
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-header__note-txt {
    position: initial;
    margin-top: 35.9em;
    margin-right: 2.8125%;
    text-align: right;
    font-size: 0.5208333333vw;
  }
}

/**
* p-spring-sec_01
*/
.p-spring .p-spring-sec_01 {
  height: 166.5em;
  padding-top: 53.2142857143em;
  background: url(/special/spring2024/assets/images/sec_01_bg_s.jpg) top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-sec_01 {
    background-position: bottom center;
    background-image: url(/special/spring2024/assets/images/sec_01_bg.png);
  }
}
.p-spring .p-spring-sec_01__copy {
  margin-left: 10.2564102564%;
}
.p-spring .p-spring-sec_01__copy > p {
  font-size: 1.1428571429rem;
  font-family: Shippori Mincho, serif;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.25em;
}
.p-spring .p-spring-sec_01__copy > p:nth-of-type(1) {
  margin-top: -0.6625em;
}
.p-spring .p-spring-sec_01__copy > p:nth-of-type(n+2) {
  margin-top: 2.0625em;
}
.p-spring .p-spring-sec_01__mv {
  position: absolute;
  left: 0;
  bottom: -10.5714285714em;
  z-index: 5;
  width: 100%;
  height: 23.9285714286em;
  background: url(/special/spring2024/assets/images/mv_bg.png) center center no-repeat;
  background-size: cover;
}
.p-spring .p-spring-sec_01__mv__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-spring .p-spring-sec_01__mv__btn-open {
  width: 12.8205128205%;
  margin-top: 10.9285714286em;
}
.p-spring .p-spring-sec_01__mv .p-spring__modal__contents > div {
  width: 89.7435897436%;
  max-width: 1200px;
}
.p-spring .p-spring-sec_01__mv .p-spring__modal__contents .p-spring__modal__btn-close {
  top: -1.2857142857em;
  right: -1.1428571429em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-sec_01__mv .p-spring__modal__contents .p-spring__modal__btn-close {
    top: -1.3928571429em;
    right: -1.7642857143em;
  }
}
.p-spring .p-spring-sec_01__mv .p-spring__modal__contents .p-spring__modal__movie {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: rgb(160, 130, 207);
}
.p-spring .p-spring-sec_01__mv .p-spring__modal__contents .p-spring__modal__movie iframe {
  width: 100%;
  height: 100%;
}
.p-spring .p-spring-sec_01 h2 {
  margin-top: 4.2857142857em;
}
.p-spring .p-spring-sec_01__items {
  position: relative;
  width: 100%;
  height: 56.5714285714em;
}
.p-spring .p-spring-sec_01__items > span {
  position: absolute;
  top: 6.5714285714em;
  right: 0;
  z-index: 8;
  display: block;
  width: 38.9743589744%;
  background: url(/special/spring2024/assets/images/sec_01_txt_bg.png) center center no-repeat;
  background-size: cover;
  animation: item_move 5s ease 0s infinite backwards;
}
.p-spring .p-spring-sec_01__item {
  position: absolute;
}
.p-spring .p-spring-sec_01__item_01 {
  top: 6.5714285714em;
  left: 36.6666666667%;
  width: 28.2051282051%;
  animation: item_move 5s ease 0.4s infinite backwards;
}
.p-spring .p-spring-sec_01__item_02 {
  top: 14.5em;
  left: 6.4102564103%;
  width: 34.358974359%;
  animation: item_move 5s ease 0.8s infinite backwards;
}
.p-spring .p-spring-sec_01__item_03 {
  top: 17.9285714286em;
  right: 2.0512820513%;
  width: 41.0256410256%;
  animation: item_move 5s ease 1.2s infinite backwards;
}
.p-spring .p-spring-sec_01__item_04 {
  top: 32.1642857143em;
  left: 33.0769230769%;
  width: 19.8717948718%;
  animation: item_move 5s ease 1.6s infinite backwards;
}
.p-spring .p-spring-sec_01__item_05 {
  top: 38.4142857143em;
  left: 13.8461538462%;
  width: 27.8205128205%;
  animation: item_move 5s ease 2s infinite backwards;
}
.p-spring .p-spring-sec_01__item_06 {
  top: 42.2em;
  right: 10.4615384615%;
  width: 37.6923076923%;
  animation: item_move 5s ease 2.4s infinite backwards;
}
@keyframes item_move {
  0% {
    transform: translateY(3%);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
/**
* p-spring-sec_02
*/
.p-spring .p-spring-sec_02 {
  margin-top: 10.5714285714em;
  padding-top: 6.8571428571em;
  padding-bottom: 9.2142857143em;
  background-size: 100% auto;
}
.p-spring .p-spring-sec_02 h2 + p {
  margin-top: 3.4375em;
}
.p-spring .p-spring-sec_02 > h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.72em;
  margin-left: 7.6923076923%;
  font-size: 1.4285714286rem;
  font-weight: normal;
}
.p-spring .p-spring-sec_02 > h3:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: url(/special/spring2024/assets/images/pict_star.svg) center center no-repeat;
  background-size: cover;
}
.p-spring .p-spring-sec_02 > h3 > span {
  margin-left: 2.5641025641%;
  font-family: Shippori Mincho, serif;
  letter-spacing: 0.2em;
}
.p-spring .p-spring-sec_02 > h3 + ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7857142857em;
}
.p-spring .p-spring-sec_02 > h3 + ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.9230769231%;
  height: 5em;
  margin: 0 1.0256410256%;
  border-radius: 0.3125em;
  background-color: rgba(255, 255, 255, 0.6);
  color: #864d7f;
  font-size: 1.1428571429rem;
}
.p-spring .p-spring-sec_02 > h3 + ul li > span {
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.p-spring .p-spring-sec_02 > h3 + ul li > span > span {
  font-size: 0.75em;
}

/**
* p-spring__feature
*/
.p-spring .p-spring__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 85.8974358974%;
}
.p-spring .p-spring__feature:before, .p-spring .p-spring__feature:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-spring .p-spring__feature:before {
  height: 1em;
  background-position: bottom center;
  background-image: url(/special/spring2024/assets/images/sec_02_bg_top.png);
}
.p-spring .p-spring__feature:after {
  height: 1.1428571429em;
  background-position: top center;
  background-image: url(/special/spring2024/assets/images/sec_02_bg_bottom.png);
}
.p-spring .p-spring__feature > div {
  width: 100%;
  padding: 1.6428571429em 0;
  background: url(/special/spring2024/assets/images/sec_02_bg_body.png) top center repeat-y;
  background-size: 100% auto;
  color: #864d7f;
}
.p-spring .p-spring__feature > div h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.7142857143rem;
  font-weight: normal;
}
.p-spring .p-spring__feature > div h3 > span {
  font-family: serif;
}
.p-spring .p-spring__feature > div h3 > span:nth-of-type(1) {
  width: 10.447761194%;
}
.p-spring .p-spring__feature > div h3 > span:nth-of-type(2) {
  margin-top: 1em;
  font-family: Shippori Mincho;
  letter-spacing: 0.2em;
  line-height: 1.46;
}
.p-spring .p-spring__feature > div figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.5820895522%;
  margin: 1.0714285714em auto 0;
}
.p-spring .p-spring__feature > div figure > span {
  width: 41.0714285714%;
  margin: 0;
}
.p-spring .p-spring__feature > div figure figcaption {
  width: 53.5714285714%;
  text-align: left;
  font-size: 1.2857142857rem;
  line-height: 1.67;
}
.p-spring .p-spring__feature > div figure figcaption sup {
  font-size: 0.5555555556em;
  vertical-align: text-top;
}
.p-spring .p-spring__feature > div > p {
  width: 83.5820895522%;
  margin-top: 1.2857142857em;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__feature_01 {
  margin-top: 3.5em;
}
.p-spring .p-spring__feature_01 figcaption {
  letter-spacing: 0.0311111111em;
}
.p-spring .p-spring__feature_02 {
  margin-top: 1.1428571429em;
}
.p-spring .p-spring__feature_02 figcaption {
  letter-spacing: -0.03em;
}

/**
* p-spring-sec_03
*/
.p-spring .p-spring-sec_03 {
  padding-top: 10.7142857143em;
  padding-bottom: 10.2857142857em;
  background: url(/special/spring2024/assets/images/sec_03_bg_top.png) top center no-repeat;
  background-size: 100% auto;
}
.p-spring .p-spring-sec_03 h2 + p {
  margin-top: 2.8125em;
}
/**
* p-spring__fragrance
*/
.p-spring .p-spring__fragrance {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.p-spring .p-spring__fragrance > div {
  width: 84.6153846154%;
}
.p-spring .p-spring__fragrance > div h3 {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: normal;
  font-size: 1.8571428571rem;
}
.p-spring .p-spring__fragrance > div h3 > span:nth-of-type(1) {
  font-family: Kannada MN, serif;
  line-height: 1.27;
  letter-spacing: 0.06em;
}
.p-spring .p-spring__fragrance > div h3 > span:nth-of-type(2) {
  margin-top: 0.3571428571em;
  font-size: 0.5384615385em;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__fragrance > div h4 {
  margin-top: 9.85em;
  text-align: left;
  font-size: 1.4285714286rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__fragrance > div h4 > span {
  font-size: 0.7em;
}
.p-spring .p-spring__fragrance > div p {
  margin-top: 0.4285714286em;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__fragrance_01 {
  margin-top: 4.2857142857em;
  background-image: url(/special/spring2024/assets/images/sec_03_item_01_bg.png);
}
.p-spring .p-spring__fragrance_02 {
  margin-top: 6.0714285714em;
  background-image: url(/special/spring2024/assets/images/sec_03_item_02_bg.png);
}
.p-spring .p-spring__fragrance_02 > div h3 {
  text-align: right;
}
.p-spring .p-spring__fragrance_02 > div h4 {
  margin-top: 10.6em;
}
.p-spring .p-spring__fragrance_03 {
  margin-top: 5.7142857143em;
  background-image: url(/special/spring2024/assets/images/sec_03_item_03_bg.png);
}
/**
* p-spring-sec_04
*/
.p-spring .p-spring-sec_04 {
  padding-top: 10.7142857143em;
  padding-bottom: 10.7142857143em;
  background: url(/special/spring2024/assets/images/sec_04_bg_top.png) top center no-repeat;
  background-size: 100% auto;
}
/**
* p-spring__lineup
*/
.p-spring .p-spring__lineup {
  margin-top: 10em;
}
.p-spring .p-spring__lineup h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 7.6923076923%;
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
}
.p-spring .p-spring__lineup h3 > span:nth-of-type(1) {
  font-family: Shippori Mincho, serif;
  letter-spacing: 0.2em;
}
.p-spring .p-spring__lineup h3 > span:nth-of-type(2) {
  margin-top: 1.1818181818em;
  font-family: Kannada MN, serif;
  font-size: 0.7857142857em;
  font-weight: normal;
  letter-spacing: normal;
}
.p-spring .p-spring__lineup h3 > span:nth-of-type(3) {
  margin-top: 0.5em;
  font-size: 0.5em;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__lineup__item {
  margin-top: 1.8071428571em;
}
.p-spring .p-spring__lineup__item-info {
  display: flex;
  align-items: center;
  width: 92.3076923077%;
  margin-left: 7.6923076923%;
}
.p-spring .p-spring__lineup__item-fig {
  width: 44.4444444444%;
  margin: 0;
}
.p-spring .p-spring__lineup__item-txt {
  width: 41.6666666667%;
  margin-left: 4.7222222222%;
  text-align: left;
}
.p-spring .p-spring__lineup__item-txt h4 {
  line-height: 1.25;
  font-size: 1.4285714286rem;
  font-family: Shippori Mincho, serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-spring .p-spring__lineup__item-txt > p {
  margin-top: 1.4285714286em;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.p-spring .p-spring__lineup__item-txt > p > span {
  font-family: Kannada MN, serif;
  font-size: 1.6428571429em;
  letter-spacing: 0.05em;
}
.p-spring .p-spring__lineup__item-txt ul {
  display: inline-flex;
  margin-top: 0.25em;
  font-family: Kannada MN, serif;
  font-size: 1.1428571429rem;
  letter-spacing: 0.04375em;
}
.p-spring .p-spring__lineup__item-txt ul li {
  line-height: 1.5;
}
.p-spring .p-spring__lineup__item-txt ul li + li:before {
  content: "/";
  padding: 0 0.5em;
}
.p-spring .p-spring__lineup__item + .p-spring__lineup__item {
  margin-top: 2.1428571429em;
}
.p-spring .p-spring__lineup_01 {
  margin-top: 6.2642857143em;
}
.p-spring .p-spring__lineup .p-spring__modal {
  margin-top: 1.5em;
}
.p-spring .p-spring__lineup .p-spring__modal__btn {
  margin: 0 auto;
}
.p-spring .p-spring__lineup .p-spring__modal__btn-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.0512820513%;
  height: 3.125em;
  background: url(/special/spring2024/assets/images/btn_bg_01.png) center center no-repeat;
  background-size: 100% auto;
  border-radius: 1.5625em;
  box-shadow: 0.1875em 0.375em 0.375em 0 rgba(0, 0, 0, 0.16);
  color: #864d7f;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div {
  width: 92.3076923077%;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div {
    max-width: 864px;
  }
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div {
    width: 100%;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div > div {
  width: 100%;
  padding: 2.1428571429em 0 2.7857142857em;
  background: url(/special/spring2024/assets/images/modal_bg_s.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0.3571428571em;
}
@media screen and (min-width: 1023px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div > div {
    background-image: url(/special/spring2024/assets/images/modal_bg.jpg);
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div h4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 8.8235294118%;
  font-size: 2rem;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div h4 {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    font-size: 2.2285714286em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div h4 > span:nth-of-type(1) {
  font-family: Kannada MN, serif;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div h4 > span:nth-of-type(1) > span::before {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div h4 > span:nth-of-type(1) > span::before {
    content: none;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div h4 > span:nth-of-type(2) {
  margin-top: 0.5em;
  font-size: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div h4 > span:nth-of-type(2) {
    margin-top: 0.9130434783em;
    font-size: 0.4791666667em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-info {
  align-items: flex-start;
  width: 82.3529411765%;
  margin-top: 2.1428571429em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-info {
    width: 91.8981481481%;
    margin-top: 2.7857142857em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-fig {
  width: 47.5%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-fig {
    width: 29.59697733%;
    margin-right: 0;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-txt {
  width: 49.2857142857%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-txt {
    width: 63.8539042821%;
    margin-right: auto;
    margin-left: 6.5491183879%;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-txt h5 {
  font-family: Shippori Mincho, serif;
  font-size: 1.3571428571rem;
  letter-spacing: 0.03em;
  line-height: 1.26;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-txt h5 {
    font-size: 1.4392857143em;
    line-height: 1.39;
    letter-spacing: 0.03em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec {
  margin-top: 1.25em;
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 0.8333333333em;
    font-size: 1.1142857143em;
  }
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec > p {
    margin: 0;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec > p > span {
  font-family: Kannada MN, serif;
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec > p > span {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-spec > p + ul {
    margin-left: 1.5em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links h5 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.1428571429em;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links h5 {
    margin-top: 1.8181818182em;
    font-size: 1.0214285714em;
    letter-spacing: 0.1045454545em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links h5:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.7857142857em;
  margin-right: 0.1904761905em;
  background: url(/special/spring2024/assets/images/pict_cart.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links h5:before {
    width: 0.9772727273em;
    height: 0.8272727273em;
    margin-right: 0.6318181818em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.4285714286em;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul {
    margin-top: 1.5217391304em;
    font-size: 1.0678571429em;
    letter-spacing: 0.05em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li {
  width: 41.1764705882%;
  margin: 0 0.7352941176%;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li {
    width: 39.9305555556%;
    margin: 0 0.8680555556%;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li:nth-of-type(n+2) {
  font-family: Kannada MN, serif;
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li:nth-of-type(n+3) {
  margin-top: 0.7142857143em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li:nth-of-type(n+3) {
    margin-top: 0.8695652174em;
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5714285714em;
  color: #864d7f;
  background: url(/special/spring2024/assets/images/btn_bg_03_s.png) center center no-repeat;
  background-size: cover;
  border-radius: 1.7857142857em;
  box-shadow: 0.2142857143em 0.4285714286em 0.4285714286em 0 rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li a {
    height: 3.6086956522em;
    border-radius: 1.8043478261em;
    background-image: url(/special/spring2024/assets/images/btn_bg_03.png);
  }
}
.p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li a:hover:hover, .p-spring .p-spring__lineup .p-spring__modal__contents > div .p-spring__lineup__item-links ul li a:hover:focus {
  opacity: 0.7;
}

/**
* p-spring-sec_05
*/
.p-spring .p-spring-sec_05 {
  padding-top: 10.7142857143em;
  background: url(/special/spring2024/assets/images/sec_05_bg_top.png) top center no-repeat;
  background-size: 100% auto;
}
.p-spring .p-spring-sec_05 h2 + p {
  margin-top: 2.625em;
}
/**
* "p-spring__campaign
*/
.p-spring .p-spring__campaign {
  position: relative;
  z-index: 1;
  width: 89.7435897436%;
  margin-top: 3.5714285714em;
  padding: 2.5em 0 2.8571428571em;
  border-radius: 0.3571428571em;
  background-color: rgba(255, 255, 255, 0.8);
  color: #864d7f;
}
.p-spring .p-spring__campaign + .p-spring__campaign {
  margin-top: 2.6428571429em;
}
.p-spring .p-spring__campaign h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Shippori Mincho, serif;
  font-size: 1.5714285714rem;
  font-weight: normal;
}
.p-spring .p-spring__campaign h3:before {
  content: "";
  display: block;
  width: 30%;
  height: 0.3181818182em;
  margin-top: 0.4318181818em;
  background: url(/special/spring2024/assets/images/line.svg) center center no-repeat;
  background-size: 100% auto;
  order: 2;
}
.p-spring .p-spring__campaign h3 > span:nth-of-type(1) {
  font-size: 0.8181818182em;
  order: 1;
}
.p-spring .p-spring__campaign h3 > span:nth-of-type(2) {
  margin-top: 1em;
  line-height: 1.59;
  order: 2;
}
.p-spring .p-spring__campaign h3 + .p-spring__campaign__fig {
  margin-top: 1.0714285714em;
}
.p-spring .p-spring__campaign h4 {
  margin-top: 1.2857142857em;
  font-family: Kannada MN, serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__campaign h4 {
    font-weight: 500;
  }
}
.p-spring .p-spring__campaign__pict {
  position: absolute;
  top: 4.8em;
  right: 4.6153846154%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.7142857143rem;
}
.p-spring .p-spring__campaign__pict > strong {
  font-family: Kannada MN, serif;
  font-size: 3em;
}
.p-spring .p-spring__campaign__fig {
  width: 88.5714285714%;
  border-radius: 0.3571428571em;
}
.p-spring .p-spring__campaign__period {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.4705882353em;
  padding: 0.8235294118em 0;
  background-color: rgba(237, 212, 234, 0.4);
  font-family: Kannada MN, serif;
  font-size: 1.2142857143rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-spring .p-spring__campaign__period:before {
  position: absolute;
  top: 1.6470588235em;
  right: 10.2564102564%;
  content: "";
  display: block;
  width: 7.1428571429%;
  height: 1px;
  background-color: #864d7f;
  order: 2;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__campaign__period:before {
    right: 12.8205128205%;
  }
}
.p-spring .p-spring__campaign__period > span {
  margin-left: 15.1282051282%;
}
.p-spring .p-spring__campaign__period > span:nth-of-type(n+2) {
  margin-top: 0.1764705882em;
}
.p-spring .p-spring__campaign__period > span > strong {
  padding: 0 0.2em;
}
.p-spring .p-spring__campaign__period > span > strong:nth-of-type(1) {
  font-size: 1.5294117647em;
}
.p-spring .p-spring__campaign__period > span > strong:nth-of-type(2) {
  font-size: 1.0588235294em;
  letter-spacing: 0.048em;
}
.p-spring .p-spring__campaign__period > span > span {
  font-size: 0.5882352941em;
}
.p-spring .p-spring__campaign__period > span > span:before, .p-spring .p-spring__campaign__period > span > span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background-color: #864d7f;
}
.p-spring .p-spring__campaign__period > span > span:before {
  margin-right: 0.6em;
}
.p-spring .p-spring__campaign__period > span > span:after {
  margin-left: 0.6em;
}
.p-spring .p-spring__campaign__period > span:nth-of-type(1) {
  order: 1;
}
.p-spring .p-spring__campaign__period > span:nth-of-type(2) {
  order: 3;
}
.p-spring .p-spring__campaign__period-2nd:before {
  right: 16.1538461538%;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__campaign__period-2nd:before {
    right: 18.9743589744%;
  }
}
.p-spring .p-spring__campaign__txt {
  margin-top: 1.4285714286em;
  text-align: left;
  line-height: 1.79;
  font-size: 1rem;
}
.p-spring .p-spring__campaign__txt > strong {
  position: relative;
  display: inline-block;
  font-size: 1.2857142857em;
  font-weight: 500;
}
.p-spring .p-spring__campaign__txt > strong > span {
  position: relative;
  z-index: 1;
}
.p-spring .p-spring__campaign__txt > strong:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2777777778em;
  z-index: 0;
  width: 100%;
  height: 0.6111111111em;
  background-color: #edd3f2;
}
.p-spring .p-spring__campaign__present {
  position: relative;
  margin-top: 1.4285714286em;
}
.p-spring .p-spring__campaign__present-txt {
  font-size: 1.1428571429rem;
  line-height: 1.56;
}
.p-spring .p-spring__campaign__present-fig {
  width: 82.8571428571%;
  margin-top: 1.0714285714em;
  border-radius: 0.3571428571em;
}
.p-spring .p-spring__campaign__present-list {
  width: 82.8571428571%;
  margin-top: 1.5714285714em;
  font-size: 1rem;
  text-align: left;
  line-height: 1.43;
}
.p-spring .p-spring__campaign__present-list li:nth-of-type(n+2) {
  margin-top: 1.43em;
}
.p-spring .p-spring__campaign__flow {
  margin-top: 5.5em;
}
.p-spring .p-spring__campaign__flow h4 {
  margin-top: 0;
  font-size: 2.5rem;
  letter-spacing: normal;
}
.p-spring .p-spring__campaign__flow > div {
  width: 82.8571428571%;
  padding: 2.8214285714em 0;
  text-align: center;
}
.p-spring .p-spring__campaign__flow > div h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.8571428571%;
  height: 2.0833333333em;
  margin: 0 auto;
  border-radius: 1.0416666667em;
  border: 1px solid #864d7f;
  font-size: 0.8571428571rem;
}
.p-spring .p-spring__campaign__flow > div > p {
  text-align: center;
}
.p-spring .p-spring__campaign__flow > div + div {
  border-top: 1px solid #864d7f;
}
.p-spring .p-spring__campaign .p-spring__modal {
  margin-top: 3.2142857143em;
}
.p-spring .p-spring__campaign .p-spring__modal__btn-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.8571428571%;
  height: 3.3333333333em;
  margin: 0 auto;
  background: url(/special/spring2024/assets/images/btn_bg_02.png) center center no-repeat;
  background-size: cover;
  border-radius: 1.6666666667em;
  box-shadow: 0.1875em 0.375em 0.375em 0 rgba(0, 0, 0, 0.16);
  font-size: 1.0714285714rem;
  font-weight: bold;
}
.p-spring .p-spring__campaign .p-spring__modal__btn-open a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #864d7f;
}
.p-spring .p-spring__campaign .p-spring__modal + h4 {
  margin-top: 2.2222222222em;
}
.p-spring .p-spring__campaign__rule {
  width: 82.8571428571%;
  height: 13.5714285714em;
  margin-top: 2.1428571429em;
  padding: 1.4285714286em;
  padding-right: 1.0714285714em;
  border-radius: 0.1428571429em;
  background-color: rgba(236, 212, 233, 0.4);
  overflow: hidden;
}
.p-spring .p-spring__campaign__rule > div {
  width: 100%;
  height: 100%;
  padding-right: 0.7142857143em;
  text-align: left;
  overflow-y: auto;
}
.p-spring .p-spring__campaign__rule > div > div + div {
  margin-top: 2em;
}
.p-spring .p-spring__campaign__rule > div > div h5,
.p-spring .p-spring__campaign__rule > div > div p,
.p-spring .p-spring__campaign__rule > div > div ul,
.p-spring .p-spring__campaign__rule > div > div ol {
  font-size: 0.8571428571em;
  line-height: 1.5;
}
.p-spring .p-spring__campaign__rule > div > div h5 + p, .p-spring .p-spring__campaign__rule > div > div h5 + ul, .p-spring .p-spring__campaign__rule > div > div h5 + ol {
  margin-top: 1.5em;
}
.p-spring .p-spring__campaign__rule > div > div p + h5,
.p-spring .p-spring__campaign__rule > div > div ul + h5,
.p-spring .p-spring__campaign__rule > div > div ol + h5 {
  margin-top: 2.5em;
}
.p-spring .p-spring__campaign__rule > div > div a {
  color: #864d7f;
  text-decoration: underline;
}
.p-spring .p-spring__campaign__rule > div > div a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring__campaign__rule > div > div a.p-spring__campaign__rule-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

/**
* p-spring-sec_06
*/
.p-spring .p-spring-sec_06 {
  padding-top: 10.7142857143em;
  padding-bottom: 9.2857142857em;
  background: url(/special/spring2024/assets/images/sec_06_bg_top.png) top center no-repeat;
  background-size: 100% auto;
}
.p-spring .p-spring-sec_06 h2 + p {
  display: flex;
  flex-direction: column;
  margin-top: 2.625em;
}
.p-spring .p-spring-sec_06 h2 + p > span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.p-spring .p-spring-sec_06 h2 + p > span:nth-of-type(1) > span:nth-of-type(1) {
  width: 22.2222222222%;
  margin-right: 2.7777777778%;
}
.p-spring .p-spring-sec_06 h2 + p > span:nth-of-type(1) > span:nth-of-type(2) {
  font-size: 1.5em;
}
.p-spring .p-spring-sec_06 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875em;
  padding-top: 1.875em;
  font-size: 1.7142857143rem;
  color: #fff;
}
.p-spring .p-spring-sec_06 h3:before, .p-spring .p-spring-sec_06 h3:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url(/special/spring2024/assets/images/pict_star_white.svg) center center no-repeat;
  background-size: cover;
}
.p-spring .p-spring-sec_06 h3 > span {
  margin: 0 0.4166666667em;
  font-family: Shippori Mincho, serif;
  letter-spacing: 0.2em;
}

/**
* "p-spring__fortune
*/
.p-spring .p-spring__fortune {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 85.8974358974%;
}
.p-spring .p-spring__fortune:before, .p-spring .p-spring__fortune:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-spring .p-spring__fortune:before {
  height: 1em;
  background-position: bottom center;
  background-image: url(/special/spring2024/assets/images/sec_02_bg_top.png);
}
.p-spring .p-spring__fortune:after {
  height: 1.1428571429em;
  background-position: top center;
  background-image: url(/special/spring2024/assets/images/sec_02_bg_bottom.png);
}
.p-spring .p-spring__fortune > div {
  width: 100%;
  padding: 1.6428571429em 0;
  background: url(/special/spring2024/assets/images/sec_02_bg_body.png) top center repeat-y;
  background-size: 100% auto;
  color: #864d7f;
}
.p-spring .p-spring__fortune_01 {
  margin-top: 2.5714285714em;
}
.p-spring .p-spring__fortune_01 > div {
  padding-top: 2.4285714286em;
  padding-bottom: 3em;
}
.p-spring .p-spring__fortune_01 .p_spring_fortune-header, .p-spring .p-spring__fortune_01 .p_spring_fortune-img {
  width: 86.5671641791%;
}
.p-spring .p-spring__fortune_01 .p_spring_fortune-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-spring .p-spring__fortune_01 .p_spring_fortune-header > span:nth-of-type(1) {
  width: 11.4285714286%;
}
.p-spring .p-spring__fortune_01 .p_spring_fortune-header > span:nth-of-type(2) {
  width: 86.0714285714%;
  text-align: left;
  line-height: 1.79;
}
.p-spring .p-spring__fortune_01 .p_spring_fortune-img {
  margin-top: 1.2857142857em;
}
.p-spring .p-spring__fortune_02 > div {
  padding: 3.8571428571em 0 1.7142857143em;
}
.p-spring .p-spring__fortune_02 > div h4 {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.p-spring .p-spring__fortune_02 > div h4 span:nth-of-type(2) {
  margin-top: 0.5384615385em;
  font-size: 1.8571428571em;
  font-family: Shippori Mincho, serif;
}
.p-spring .p-spring__fortune input:checked + div {
  height: auto;
  opacity: 1;
}
.p-spring .p-spring__fortune__result {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.2s linear;
}
.p-spring .p-spring__fortune__result-img {
  position: relative;
  width: 86.5671641791%;
  margin-top: 2.5em;
}
.p-spring .p-spring__fortune__result-img > span {
  display: block;
}
.p-spring .p-spring__fortune__result-img > span:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 113.7931034483%;
  transform: translateX(-6.0606060606%);
}
.p-spring .p-spring__fortune__result h5 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2.5em;
  font-size: 1.2857142857rem;
}
.p-spring .p-spring__fortune__result h5:before, .p-spring .p-spring__fortune__result h5:after {
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.6666666667em;
  margin-top: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-spring .p-spring__fortune__result h5 > span {
  margin: 0 0.5555555556em;
  font-family: Shippori Mincho, serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.p-spring .p-spring__fortune__result h5:nth-of-type(2) {
  width: 86.5671641791%;
  margin: 3em auto 0;
  padding-top: 3.3333333333em;
  border-top: 1px solid #864d7f;
}
.p-spring .p-spring__fortune__result-txt {
  width: 86.5671641791%;
  margin-top: 1.5714285714em;
  font-size: 1rem;
  text-align: left;
}
.p-spring .p-spring__fortune__result-txt p {
  line-height: 1.79;
  letter-spacing: -0.02em;
}
.p-spring .p-spring__fortune__result-txt p strong {
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 0.5714285714em;
  font-weight: normal;
}
.p-spring .p-spring__fortune__result-txt p:nth-of-type(n+2) {
  margin-top: 2em;
}
.p-spring .p-spring__fortune__result_01 h5:before, .p-spring .p-spring__fortune__result_01 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_pink.svg);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_pink.svg);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_pink.svg);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__point-01 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_pink_02.png);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__point-02 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_pink_03.png);
}
.p-spring .p-spring__fortune__result_02 h5:before, .p-spring .p-spring__fortune__result_02 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_blue.svg);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_blue.svg);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_blue.svg);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__point-01 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_blue_02.png);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__point-02 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_blue_03.png);
}
.p-spring .p-spring__fortune__result_03 h5:before, .p-spring .p-spring__fortune__result_03 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_purple.svg);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_purple.svg);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_purple.svg);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__point-01 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_purple_02.png);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__point-02 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_purple_03.png);
}

.p-spring .p-spring__fortune__result_01_1 h5:before, .p-spring .p-spring__fortune__result_01_1 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_pink.svg);
}
.p-spring .p-spring__fortune__result_01_1 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_pink.svg);
}
.p-spring .p-spring__fortune__result_01_1 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_pink.svg);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__point-01_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_pink_02.png);
}
.p-spring .p-spring__fortune__result_01 .p-spring__fortune__point-02_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_pink_03.png);
}
.p-spring .p-spring__fortune__result_02_1 h5:before, .p-spring .p-spring__fortune__result_02_1 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_blue.svg);
}
.p-spring .p-spring__fortune__result_02_1 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_blue.svg);
}
.p-spring .p-spring__fortune__result_02_1 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_blue.svg);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__point-01_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_blue_02.png);
}
.p-spring .p-spring__fortune__result_02 .p-spring__fortune__point-02_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_blue_03.png);
}
.p-spring .p-spring__fortune__result_03_1 h5:before, .p-spring .p-spring__fortune__result_03_1 h5:after {
  background-image: url(/special/spring2024/assets/images/pict_star_purple.svg);
}
.p-spring .p-spring__fortune__result_03_1 .p-spring__fortune__result-txt strong {
  background-image: url(/special/spring2024/assets/images/border_purple.svg);
}
.p-spring .p-spring__fortune__result_03_1 .p-spring__fortune__point-header > span:nth-of-type(1) {
  background-image: url(/special/spring2024/assets/images/pict_star_purple.svg);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__point-01_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_purple_02.png);
}
.p-spring .p-spring__fortune__result_03 .p-spring__fortune__point-02_1 .p-spring__fortune__point-header {
  background-image: url(/special/spring2024/assets/images/img_purple_03.png);
}
.p-spring .p-spring__fortune__point {
  width: 86.5671641791%;
  margin-top: 0.7142857143em;
  padding: 2.1428571429em 1.4285714286em;
  border-radius: 0.3571428571em;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-spring .p-spring__fortune__point-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  font-size: 0.7142857143rem;
}
.p-spring .p-spring__fortune__point-header > span:nth-of-type(1) {
  padding-left: 1em;
  background-repeat: no-repeat;
  background-size: 0.5em 0.5em;
  background-position: left center;
}
.p-spring .p-spring__fortune__point-header > span:nth-of-type(2) {
  margin-top: 0.4285714286em;
  font-size: 1.4em;
  font-family: Shippori Mincho, serif;
  line-height: 1.5;
}
.p-spring .p-spring__fortune__point-txt {
  margin-top: 1.25em;
  font-size: 0.8571428571rem;
  text-align: left;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-spring .p-spring__fortune__point-01 .p-spring__fortune__point-header, .p-spring .p-spring__fortune__point-02 .p-spring__fortune__point-header {
  min-height: 4.6em;
  padding-left: 23.2%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4.6em 4.6em;
}
.p-spring .p-spring__fortune__point-01 {
  margin-top: 2.5em;
}
.p-spring .p-spring__fortune__point-03 .p-spring__fortune__point-txt {
  margin-top: 2.0833333333em;
}
.p-spring .p-spring__fortune__answer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 2.1428571429em;
  transform: translateY(0.7142857143em);
}
.p-spring .p-spring__fortune__answer li {
  width: 23.0769230769%;
  height: 2.5em;
  margin: 0 0.641025641%;
}
.p-spring .p-spring__fortune__answer li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.4166666667em;
  border-top-right-radius: 0.4166666667em;
  font-size: 0.8571428571rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.p-spring .p-spring__fortune__answer li label:hover {
  opacity: 0.6;
}
.p-spring .p-spring__fortune__answer li.is-current {
  width: 30.7692307692%;
  height: 3.2142857143em;
}
.p-spring .p-spring__fortune__answer li.is-current label {
  font-size: 1.5em;
  letter-spacing: 0.08em;
}
.p-spring .p-spring__fortune__answer li:nth-of-type(1) label {
  background-image: linear-gradient(111deg, #f097ae, #e8b3e8 100%);
}
.p-spring .p-spring__fortune__answer li:nth-of-type(2) label {
  background-image: linear-gradient(111deg, #386ec6, #8eb7d1);
}
.p-spring .p-spring__fortune__answer li:nth-of-type(3) label {
  background-image: linear-gradient(111deg, #8763cb, #a294d1 57%, #c7a2bc 100%);
}
.p-spring .p-spring__fortune__powered {
  width: 85.8974358974%;
  margin-top: 3em;
  text-align: right;
  font-size: 0.7142857143rem;
}
.p-spring .p-spring__fortune .p-spring__modal {
  margin-top: 1.7857142857em;
}
.p-spring .p-spring__fortune .p-spring__modal__btn-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.5671641791%;
  height: 3.3333333333em;
  margin: 0 auto;
  background: url(/special/spring2024/assets/images/btn_bg_02.png) center center no-repeat;
  background-size: cover;
  border-radius: 1.6666666667em;
  box-shadow: 0.1875em 0.375em 0.375em 0 rgba(0, 0, 0, 0.16);
  font-size: 1.0714285714rem;
  font-weight: bold;
}
.p-spring .p-spring__fortune .p-spring__modal__btn-open a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #864d7f;
}

/**
* p-spring-footer
*/
.p-spring .p-spring-footer {
  position: relative;
  padding-top: 8.4857142857em;
  padding-bottom: 3.7142857143em;
  color: #2f45a5;
}
@media screen and (min-width: 769px) {
  .p-spring .p-spring-footer {
    max-width: 600px;
    width: 100%;
  }
}
.p-spring .p-spring-footer > div {
  position: relative;
  z-index: 1;
}
.p-spring .p-spring-footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 45.9285714286em;
  background: url(/special/spring2024/assets/images/sec_footer_bg.png) bottom center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.p-spring .p-spring-footer a {
  color: #2f45a5;
}
.p-spring .p-spring-footer__logo {
  width: 25.0769230769%;
}
.p-spring .p-spring-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7857142857em;
}
.p-spring .p-spring-footer__sns li {
  margin: 0 2.5641025641%;
}
.p-spring .p-spring-footer__pict-x {
  width: 6.8205128205%;
}
.p-spring .p-spring-footer__pict-instagram {
  width: 6.7948717949%;
}
.p-spring .p-spring-footer__pict-tiktok {
  width: 5.3333333333%;
}
.p-spring .p-spring-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.6666666667em;
  font-family: Kannada MN, serif;
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
}
.p-spring .p-spring-footer__links li {
  margin: 0 4.6153846154%;
}
.p-spring .p-spring-footer__copyright {
  margin-top: 2.0833333333em;
  font-family: Kannada MN, serif;
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
}