/**************************************************
  共通
***************************************************/
.princess2024{
  overflow: hidden;
}

.princess2024-wrap{
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
  color:#42210B;
}
.princess2024-wrapWide{
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  color: #42210B;
}

.princess2024-wrap img{
  height: auto;
}

@media screen and (max-width:700px) {
  .princess2024-wrap{
    width: auto;
    margin-inline: 20px;
  }
}


.princess2024-mincho{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.princess2024-marugo {
  font-family: "M PLUS Rounded 1c",
    sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    rotate: 0.03deg;
}

.princess2024-sp{
  display: none;
}

@media screen and (max-width:700px) {
  .princess2024-sp {
      display: block;
    }
}


.princess2024-pc {
  display: block;
}

@media screen and (max-width:700px) {
  .princess2024-pc {
    display: none;
  }
}

.princess2024-sectitle{
  text-align: center;
}

@media screen and (max-width:700px) {
  .princess2024-sectitle img{
    width: auto;
    height: 60px;
  }
}

.princess2024-bg{
  position: relative;
}

.princess2024-bg::before{
  content:"";
  width: 100%;
  height: 100%;
  background: url(../img/bg-item2.jpg?11) no-repeat 50% 50% / cover;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

@media screen and (max-width:700px) {
  .princess2024-bg::before {
      background: url(../img/bg-item2-sp.jpg?4) no-repeat 50% 50% / cover;
    }
}


@media screen and (max-width:700px) {
.princess2024-inlineblock{
  display: inline-block;
}
}


/**************************************************
冒頭文  princess2024__message
***************************************************/
.princess2024__message{
  background: url(../img/bg-message-pc.jpg) no-repeat 50% 0% / cover;
  font-size: 17px;
  line-height: 2;
  padding: 7.5vw 0 20vw;
  margin-bottom: -185px;
}

.princess2024__message p{
  font-size: max(1vw,17px);
  line-height: 2;
  text-shadow:
  -3px -3px 18px #fff, -3px 0 18px #fff, 0 -3px 18px #fff,
  3px 3px 18px #fff, 3px 0 18px #fff, 0 3px 18px #fff,
  -4px -4px 10px #fff, -4px 0 10px #fff, 0 -4px 10px #fff,
  4px 4px 10px #fff, 4px 0 10px #fff, 0 4px 10px #fff,
  -4px -4px 20px #fff, -4px 0 20px #fff, 0 -4px 20px #fff,
  4px 4px 20px #fff, 4px 0 20px #fff, 0 4px 20px #fff
}
@media screen and (max-width:1440px) {
  .princess2024__message {
    padding: 7.5vw 0 23vw;
  }
}
@media screen and (max-width:700px) {
  .princess2024__message{
    background: url(../img/bg-message-sp.jpg) no-repeat 50% 50% / cover;
    padding: 40px 0 90px;
    margin-bottom: -60px;
  }
  .princess2024__message p{
    font-size: 2.9vw;
    margin-inline: 16px;
    text-shadow:
    0px 0px 10px #fff, 0px 0 10px #fff, 0 0px 10px #fff,
    0px 0px 10px #fff, 0px 0 10px #fff, 0 0px 10px #fff,
    0px 0px 10px #fff, 0px 0 10px #fff, 0 0px 10px #fff
  }
}


/**************************************************
  商品紹介 princess2024__item
***************************************************/

.princess2024__item{
  background: url(../img/bg-item-pc.png) no-repeat 50% 0% / contain;
  height: 1748px;
  position: relative;
  padding-top: 70px;
  margin-bottom: 60px;
  min-width: 1230px;
}

.princess2024__item-sec{
  margin-top: 90px;
  position: relative;
}

.princess2024__item-sec h3{
  position: relative;
  z-index: 10;
  width: 50%;
  text-align: center;
}

.princess2024__item-sec h3::before{
  content:"";
  width: 500px;
  height: 230px;
  background: url(../img/mat-title.png) no-repeat 50% 50% / contain;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: -60px;
  z-index: -1;
}

.princess2024__item-img{
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 10;
}

.princess2024__item-detail{
  position: relative;
  background: url(../img/gradation1.png) no-repeat 50% 0% / cover;
  padding: 125px 20px 20px 20px;
  margin-top: 30px;
}

.princess2024__item-detail.is-purple{
  background: url(../img/gradation2.png?2) no-repeat 100% 50% / cover;
}

.princess2024__item-detail h4{
  position: absolute;
  left: -10px;
  top: 0;
}

.princess2024__item-detail picture{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.princess2024__item-detail p{
  color:#fff;
  line-height: 2;
  font-size: 13px;
}

.princess2024__item-info{
  position: relative;
  z-index: 10;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 120px;
}

.princess2024__item-info::before{
  content:"";
  width: 90%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 15px;
}

.princess2024__item-info button{
  position: absolute;
  right: -10px;
  top: -55px;
  cursor: pointer;
}

@media screen and (max-width:700px) {
  .princess2024__item {
      background: url(../img/bg-item-sp.png) no-repeat 50% 0% / contain;
      width: 100%;
      max-height: 2700px;
      height: 610vw;
      padding-top: 10vw;
      margin-bottom: 30px;
      margin-inline: auto;
      min-width: 0px;
    }


    .princess2024__item-sec {
      margin-top: 19vw;
      max-width: 400px;
      margin-inline: auto;
    }

    .princess2024__item-sec.second{
      margin-top: 23vw;
    }

    .princess2024__item-sec h3 {
      width: 100%;
    }

    .princess2024__item-sec h3::before {
      width: 110%;
      height: 230px;
      left: -5%;
      top: -80px;
    }

    .princess2024__item-sec h3 img{
      height: 90px;
    }

    .princess2024__item-img {
      position: relative;
      right: 10%;
      top: 0px;
      z-index: 10;
      width: 120%;
      max-width: 120%;
    }

    .princess2024__item-detail {
      padding: 100px 20px 20px 20px;
      margin-top: 0px;
    }

    .princess2024__item-detail h4 {
      width: 80%;
    }

    .princess2024__item-detail p {
      line-height: 1.7;
      /* font-size: 3.2vw; */
      font-size: 13px;
    }

    .princess2024__item-info {
      position: relative;
      padding:5vw 0px 0px 6vw;
      margin-top: 5vw;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
    }

    .princess2024__item-info::before {
      width: 100%;
      border-radius: 15px;
    }

    .princess2024__item-info picture{
      width: 55%;
    }

    .princess2024__item-info button {
      position: relative;
      right: 0;
      top: -5px;
      cursor: pointer;
      width: 50%;
      margin-left: 0px;
      margin: 0;
      padding: 0;
      transform: translateX(0px) scale(1.2);
    }
}
@media screen and (max-width:600px) {
  .princess2024__item {
    max-height: 2650px;
  }
}
@media screen and (max-width:500px) {
  .princess2024__item {
    max-height: 2600px;
    height: 620vw;
  }
}
@media screen and (max-width:399px) {
  .princess2024__item {
    background-size: 100% 100%;
  }
}
@media screen and (max-width:359px) {
  .princess2024__item {
    padding-bottom: 7em;
  }
}


/**************************************************
  商品特徴 princess2024__point
***************************************************/

.princess2024__point {
  background: url(../img/bg-point-pc.png) no-repeat 50% 0% / contain;
  height: 1186px;
  position: relative;
  padding-top: 70px;
  margin-bottom: -126px;
  min-width: 1230px;
}

.princess2024__point picture{
  margin-top: 40px;
  display: block;
  text-align: center;
}

.princess2024__point-com{
  display: flex;
  justify-content: center;
  gap:60px;
  margin-top: 40px;
}


.princess2024__point-com li{
  font-size: 13px;
  font-weight: 500;
  color:#009bdf;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
  line-height: 1.5;

}

.princess2024__point-com li::before{
  content:"●";
}

.princess2024__point-asterisk li::before{
  content:"❇︎";
}

@media screen and (max-width:700px) {
   .princess2024__point {
      background: url(../img/bg-point-sp.png) no-repeat 50% 0% / contain;
      max-height: 1535px;
      height: 364vw;
      padding-top: 10vw;
      margin-bottom: -110px;
      margin-inline: auto;
      min-width: 0px;
    }

    .princess2024__point picture {
      margin-top: 10vw;
      max-width: 400px;
      margin-inline: auto;
    }

    .princess2024__point-com {
      display: block;
      margin-top: 8px;
    }

    .princess2024__point-com ul {
      width: 100%;
      max-width: 400px;
      margin-inline: auto;
    }

    .princess2024__point-com ul:last-child{
      margin-top: 8vw;
    }

    .princess2024__point-com li {
      font-size: 12px;
      margin-bottom: 0px;
      position: relative;
      text-indent: 0;
      margin-left: 0;
      padding-left: 1em;
    }
    .princess2024__point-com li::before{
      position: absolute;
      left: 0;
      top: 0;
    }
}
@media screen and (max-width:425px) {
  .princess2024__point {
    background: url(../img/bg-point-sp.png) no-repeat 50% 0% / 100% 97%;
  }
}

/**************************************************
みんなのレビュー princess2024__review
***************************************************/
.princess2024__review{
  background: url(../img/bg-review.png) no-repeat 50% 100% / cover;
  padding: 160px 0 60px;
}

.princess2024__review h2{
  margin-bottom: 40px;
}

.princess2024__review picture{
  display: block;
  text-align: center;
}

@media screen and (max-width:700px) {
  .princess2024__review {
      padding: 150px 0 70px;
    }

    .princess2024__review h2 {
      margin-bottom: 30px;
    }

    .princess2024__review h2 img{
      height: 50px;
    }
}

/**************************************************
ラインナップ princess2024__lineup
***************************************************/
.princess2024__lineup{
  background: url(../img/bg-lineup-border.jpg) no-repeat 50% 50% / cover;
  padding: 60px 0;
}

.princess2024__lineup img{
  height: auto;
}

.princess2024__lineup-inner{
  background: url(../img/bg-lineup-pc.png) no-repeat 50% 50% / contain;
  width: 782px;
  height: 405px;
  margin-inline: auto;
  padding-top: 80px;
}

.princess2024__lineup ul{
  display: flex;
  justify-content: center;
  gap:20px;
}

@media screen and (max-width:700px) {
  .princess2024__lineup {
      padding: 55px 0;
    }

    .princess2024__lineup h2 img {
      height: 50px;
    }

    .princess2024__lineup-inner {
      background: url(../img/bg-lineup-sp.png) no-repeat 50% 50% / contain;
      width: 319px;
      height: 470px;
      margin-inline: auto;
      padding-top: 48px;
    }

    .princess2024__lineup ul {
      display: flex;
      justify-content: flex-start;
      gap: 0px;
      padding: 0 20px;
      margin-top: 20px;
    }
     .princess2024__lineup ul li{
      width: 50%;
     }

}

/**************************************************
キャンペーン princess2024__campaign
***************************************************/
.princess2024__campaign{
  background-color: #fffcd7;
  padding: 80px 0;
}

.princess2024__campaign picture{
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 683px;
}

.princess2024__campaign picture img {
  height: unset;
  width: 100%;
}

.princess2024__campaign p{
  text-align: center;
  font-size: 17px;
  color:#000;
  font-weight: 500;
  line-height: 1.3;
}

.princess2024__campaign-link{
  width: 279px;
  height: 50px;
  background-color: #d02e7d;
  color:#fff !important;
  display: grid;
  place-content: center;
  font-size: 18px;
  border-radius: 8px;
  position: relative;
  margin-inline: auto;
  margin-top: 24px;
  font-weight: 700;
}

.princess2024__campaign-link::after{
  content:"";
  width: 16px;
  height: 16px;
  background: url(../img/arrow.png) no-repeat 50% 50% / contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: right .3s ease;
}

.princess2024__campaign-link:hover {
  text-decoration: none;
}

.princess2024__campaign-link:hover::after {
  right: 15px;
}

.princess2024-bnr{
  display: block;
  margin-inline: auto;
  width: 565px;
  margin-block: 70px;
}

.princess2024-bnr img{
  height: auto;
}

@media screen and (max-width:700px) {
  .princess2024__campaign {
      padding: 50px 0;
    }

    .princess2024__campaign h2 img{
      height: 45px;
    }

    .princess2024__campaign picture {
      margin-top: 10px;
      width: 100%;
    }

    .princess2024__campaign p {
      font-size: 15px;
      margin-top: 30px;
    }

    .princess2024__campaign-link {
      width: 279px;
      max-width: 95%;
    }


    .princess2024-bnr {
      width: 90%;
      max-width: 565px;
      margin-block: 40px;
    }
}


/**************************************************
モーダル
***************************************************/

.princess2024__modal {
  border: none;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 1025px;
  width: 90%;
  padding: 0;
  background-color: rgba(255,255,255,0);
  padding: 100px 0;
}

.princess2024__modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.3s ease;
}

.princess2024__modal.show {
  opacity: 1;
  transform: scale(1);
}

.princess2024__modal img{
  width: 100%;
  display: block;
  margin-inline: auto;
}

.princess2024__modal-close {
  padding: 5px 10px;
  font-size: 80px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}


@media screen and (max-width:700px) {
  .princess2024__modal {
      padding: 60px 0;
    }
    .princess2024__modal-close {
      font-size: 60px;
    }
}


/**************************************************
要素フェードイン
***************************************************/

.princess2024-fadeup{
  transform: translateY(40px);
  opacity: 0;
  transition: 1.2s ease-out;
}

.princess2024-fadeup.run{
  transform: translateY(0px);
  opacity: 1;
}
