@charset "UTF-8";
/*---------------LAYOUT---------------*/
#rapunzel_page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: -60px;
}
.rapunzel_bg_image {
  background: #c191be;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
/*PC*/
.rapunzel_sub {
  line-height: 0;
}
.rapunzel_sub_left {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #be6ea6, #834b8a);
  background: -webkit-linear-gradient(top, #be6ea6, #834b8a);
  background: -moz-linear-gradient(top, #be6ea6, #834b8a);
  position: fixed;
  -webkit-transform: translate(-50%, 0%);
  top: 0;
  left: calc((50% - 218px) / 2);
  width: 520px;
  height: 100vh;
}
.rapunzel_sub_right {
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate(50%, 0%);
  top: 0;
  right: calc((50% - 218px) / 2);
  width: 520px;
  height: 100vh;
}
.rapunzel_sub_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rapunzel_sub_left .rapunzel_sub_cont {
  width: 40%;
}
.rapunzel_sub_right .rapunzel_sub_cont {
  top: auto;
  bottom: 0px;
  transform: translate(-50%, 0%);
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .rapunzel_sub_left, .rapunzel_sub_right {
    display: none;
  }
}
/*SP*/
.rapunzel_main {
  background: #c191be;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px rgba(135, 93, 145, .5);
  position: relative;
  max-width: 435px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  border: 1px solid;
  border-image: linear-gradient(to right, #fde49e, #FFF) 1;
  border-bottom: none;
  border-top: none;
}
@media screen and (max-width: 1060px) {
  .rapunzel_main {
    border: none;
  }
}
/*---------------SPLASH---------------*/
#splash.bf_splash {
  background: linear-gradient(to bottom, #be6ea6, #834b8a);
  background: -webkit-linear-gradient(top, #be6ea6, #834b8a);
  background: -moz-linear-gradient(top, #be6ea6, #834b8a);
}
#splash.bf_splash #splash_logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  z-index: 1000000;
}
@media screen and (max-width: 590px) {
  #splash.bf_splash #splash_logo {
    max-width: 35vw;
    width: 35vw;
  }
}
/*MAIN------------------------------------------------------------*/
/*---------------MV---------------*/
.rapunzel_mv {
  box-sizing: border-box;
  padding: 0px;
  line-height: 0;
}
/*---------------OFFER---------------*/
.rapunzel_offer {
  position: relative;
}
.rapunzel_offer .rapunzel_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
}
.presale {
  box-sizing: border-box;
  padding: 80px 15px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.presale::before {
  content: "";
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/icon_sun.png")no-repeat;
  background-size: contain;
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, 0%);
  z-index: -1;
}
.presale::after {
  content: "";
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/icon_line.png")no-repeat;
  background-size: contain;
  display: block;
  width: 240px;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*---------BUTTOM----------*/
#rapunzel_page .btn_more p span {
  background: #875d91;
  border: 1.5px solid #FFF;
  border-radius: 100px;
  letter-spacing: 0.01em;
  line-height: 56px;
  color: #FFF;
  max-width: 360px;
  width: 85%;
}
#rapunzel_page .btn_more p span:hover::before {
  border-top: solid 1.5px #FFF;
  border-right: solid 1.5px #FFF;
}
/*----------TTL------------*/
#rapunzel_page .ttl {
  font-style: normal;
  margin-bottom: 40px;
}
#rapunzel_page .ttl .en {
  position: relative;
  color: #1b112e;
  font-weight: 500;
}
#rapunzel_page .ttl .en::before {
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/icon_sparcle.png")no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
}
#rapunzel_page .ttl .en::after {
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/icon_sparcle.png")no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}
#rapunzel_page .ttl .jp {
  color: #FFF;
  letter-spacing: 0.1em;
}
/*-----------------COMMON-----------------*/
header {
  display: none;
}
footer {
  background: #eed0d7;
  display: none;
}
/*-----------------BANNER-----------------
.rapunzel_bnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  line-height: 0;
  max-width: 435px;
  width: 100%;
  z-index: 100;
  transform: translate(-50%,240%);
  opacity: 0;
  transition: opacity .5s, transform .5s;
}
.active{
  opacity: 1;
  transform: translate(-50%,0);
}
.rapunzel_bnr_bottom {
  position: relative;
}
.rapunzel_bnr_bottom::before {
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/rapunzel.png")no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  display: block;
  height: 144px;
  width: 150px;
  position: absolute;
  bottom: 20px;
  left: 10%;
  z-index: -1;
}
.rapunzel_bnr_bottom::after {
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/mickey.png")no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  display: block;
  height: 136px;
  width: 150px;
  position: absolute;
  bottom: 20px;
  right: 10%;
  z-index: -1;
}
@media screen and (min-width: 1059px) {
  .rapunzel_bnr {
    display: none !important;
  }
}
/*----------CONCEPT-----------*/
.rapunzel_concept {
  line-height: 0;
}
/*----------PRODUCT-----------*/
.rapunzel_product_bg {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.rapunzel_ttl {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 85%;
}
.rapunzel_price {
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 75%;
}
.rapunzel_kv02 {
  background: linear-gradient(#f1afb5, #ed8492);
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 100px;
  line-height: 0;
}
.rapunzel_porch {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 40px;
  position: relative;
}
.rapunzel_porch::before {
  background: url("https://d2w53g1q050m78.cloudfront.net/phoebebeautyupco/uploads/assets/din/2402/img/disney_rapunzel/pouch.png")no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100px;
  height: 81px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20px, -50%);
  z-index: 1;
}
/*---------CHANNEL----------*/
.rapunzel_channel {
  margin-top: 40px;
}
.rapunzel_channel_cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.rapunzel_channel_cont:last-child {
  margin-bottom: 0;
}
.rapunzel_channel_cont .left_box {
  box-sizing: border-box;
  width: 38%;
}
.rapunzel_channel_cont .right_box {
  box-sizing: border-box;
  padding-left: 15px;
  width: 62%;
}
.rapunzel_channel_cont .channel_ttl {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.rapunzel_channel_cont p {
  color: #FFF;
  font-size: 13px;
  line-height: 1.6;
}
.rapunzel_channel_cont .attention {
  color: #FFF;
  line-height: 1;
  letter-spacing: normal;
  margin: 0;
}
#rapunzel_page .rapunzel_channel_cont .btn_more {
  margin-top: 10px;
}
#rapunzel_page .rapunzel_channel_cont .btn_more p span {
  line-height: 38px;
  width: 100%;
}
/*------------------LINK--------------------*/
.rapunzel_link {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #c090bd 50%, #FFF 100%);
  padding-top: 80px;
  padding-bottom: 100px;
}
.rapunzel_link_list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 75%;
}
.rapunzel_link_list li {
  box-sizing: border-box;
  width: calc(70%/3);
}
.rapunzel_link .copyright {
  max-width: 60px;
  margin: 20px 15px 0 auto;
}
/*------------------DEBUT--------------------*/
.rapunzel_bnr_bottom .btn_cart input[type="submit"] {
  background: #875d91;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  line-height: 64px;
}
.btn_rapunzel {
  box-sizing: border-box;
  padding: 0 15px;
}
.btn_rapunzel .btn_cart input[type="submit"] {
  background: #875d91;
  border: 2px solid #FFF;
  font-size: 1rem;
}
.btn_read {
  margin-top: 25px;
  text-align: center;
}
.btn_read p {
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.btn_read p a {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
}