@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  color: #412E27;
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin: 0 auto;
}



.estella25aw {
  margin: 0;
  padding: 0;
}


.estella-LP-breadcrumb {
  font-size: .7rem;
}

.estella-LP-breadcrumb a {
  text-decoration: none;
}

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 2000px;
  overflow: hidden;
  z-index: -1;
}

.video-wrapper video {
  width: 100%;
  height: auto;
}

.content {
  position: relative;
  z-index: 1;
  padding: 100px 50px;
  color: white;
  text-align: left;
}


html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  /* 全体スクロールを無効にする */
}



.screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  /* ロールスクリーンの色（黒なら #000） */
  z-index: 9999;
  animation: slideUp 1.2s ease forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}







.container {
  display: flex;
  height: 100vh;
  /* 画面全体を縦に使う */
}

.left {
  width: 40%;
  padding: 2rem;
  overflow: hidden;
  /* スクロール禁止 */
}

.right {
  width: 57%;
  background-color: #ffffffb8;
  padding: 2rem;
  overflow-y: auto;
  /* 縦スクロール可能に */
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.right::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}










.brand-logo {
  width: 300px;
  padding: 50px 20px 20px;
  display: flex;
}

.brand-description {
  line-height: 1.5rem;
  font-size: 0.8rem;
  padding: 20px 70px 5px 20px;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.fadeInUp2 {
  opacity: 0;
  transform: translateY(100px);
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

.fadeInUp3 {
  opacity: 0;
  transform: translateY(100px);
  animation-name: fadeIn;
  animation-duration: 6s;
  animation-fill-mode: forwards;
}

.fadeInUp4 {
  opacity: 0;
  transform: translateY(100px);
  animation-name: fadeIn;
  animation-duration: 7s;
  animation-fill-mode: forwards;
}

.fadeInUp5 {
  opacity: 0;
  transform: translateY(500px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}




/* フェードインアニメーション */
@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* フェードインさせるクラス */
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}






/* フェードインアニメーション */
.fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-item.visible {
  opacity: 1;
  transform: translateY(0);
}



.brand-description-pc {
  line-height: 1.5rem;
  font-size: 0.8rem;
  padding: 20px 70px 5px 20px;
}









@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');



.carousel {
  width: 100%;
  height: 100%;
  display: flex;
  /* max-width: 900px;
  max-height: 550px; */
  overflow: hidden;
  position: relative;
}

.carousel-item {
  visibility: visible;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  position: relative;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  position: absolute;
  z-index: 0;
  transition: 0.6s all linear;
}

.carousel-item__info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;

  order: 1;
  left: 0;
  margin: auto;
  padding: 0 40px 0 0;
  width: 40%;

}

.carousel-item__image {
  width: 60%;
  height: 100%;
  order: 2;
  align-self: flex-end;
  flex-basis: 60%;

  -webkit-order: 2;
  -webkit-align-self: flex-end;
  -webkit-flex-basis: 60%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

.carousel-item__subtitle {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #7E7E7E;
  font-weight: 700;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}




.carousel-item__title {
  margin: 15px 0 0 0;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.font-small {
  font-size: .7rem;
  color: #ff31a1;
  font-weight: 600;
}

.carousel-item__description {
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 22px;
  margin-bottom: 35px;
}

.carousel-item--1 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/delphine.jpg);
}


.carousel-item--2 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/LEONI.jpg);
}

.carousel-item--3 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/DARIANA.jpg);
}

.carousel-item--4 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/celeste.jpg);
}

.carousel-item--5 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/PIPPA-MINT.jpg);
}

.carousel-item--6 .carousel-item__image {
  background-image: url(https://gigaplus.makeshop.jp/maam/estella25aw/images/PIPPA-ECRUE.jpg);
}


.carousel-item__btn {
  width: 35%;
  color: #2C2C2C;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  width: 35%;
  font-weight: 300;
  text-decoration: none;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;

  position: relative;
  z-index: 0;
  border: .3px solid #4d4d4d9c;
  padding: 10px 25px;
}



.carousel-item__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #4d4d4d9c;
  transition: .3s;
  left: 0;
}

.carousel-item__btn:hover {
  color: #FFF;
}

.carousel-item__btn:hover:before {
  width: 100%;
  z-index: -1;
}






.carousel__nav {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #fff;
  bottom: 0;
}

.carousel__icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  fill: #5d5d5d;
}

.carousel__arrow {
  cursor: pointer;
  display: inline-block;
  padding: 11px 15px;
  position: relative;
}

.carousel__arrow:nth-child(1):after {
  content: '';
  right: -3px;
  position: absolute;
  width: 1px;
  background-color: #b0b0b0;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}

.active {
  z-index: 1;
  display: flex;
  visibility: visible;
}

.active .carousel-item__subtitle,
.active .carousel-item__title,
.active .carousel-item__description,
.active .carousel-item__btn {
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s all ease-in-out;
  visibility: visible;
}



.active .carousel-item__image {
  transition: 0.6s all ease-in-out;
  transform: translateX(0);
}






.lineup-text-pc {
  font-size: .7rem;
  text-align: right;
}





.qualityguide-title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}

.qualityguide-subtitle {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}

.qualityguide-subtitle2 {
  font-size: .8rem;
}


.qualityguide-info {
  line-height: 1.4rem;
}

.qualityguide-info2 {
  line-height: 1.4rem;
  padding-top: 30px;
}




.content-box {
  padding: 300px 0 50px;
  font-size: .8rem;
  line-height: 2rem;
  text-align: center;
}

.content-subbox {
  padding: 20px;
  font-size: .8rem;
  line-height: 2rem;
}

.content-box2 {
  display: flex;
  padding: 50px 20px;
  font-size: .75rem;
  line-height: 2rem;
  text-align: left;
  border-radius: 30px;
  margin-top: 100px;
  background-color: #e5e5e452;

}

.content-subbox2 {
  padding-right: 20px;
  width: 50%;
}


.content-subbox2-img {
  width: 50%;
}



.content-box3 {
  padding: 100px 0;
  font-size: .8rem;
  line-height: 2rem;
  text-align: center;
}















/* 商品単体ページ　CSSここから */


.brand-logo2 {
  width: 180px;
  padding: 20px 20px 10px;
  display: flex;
}


.product-title {
  padding: 10px 20px;
}

.product-title ul {
  list-style: none;
}

.product-name {
  font-size: 3.8rem;
}

.alegreya-sans {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.product-name-jp {
  font-size: .8rem;
}

.mainimage {
  width: 100%;
}

.content-box-productpage {
  padding: 20px;
}

.content-box-productpage-info {
  text-align: left;
  font-size: .8rem;
  line-height: 2rem;
  padding: 20px 20px 40px;
}


.product-summary2 {
  padding-top: 20px;

}

.product-summary3 {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  width: 300px;
  font-size: .8rem;
}

.product-summary4 {
  padding: 5px;
  font-size: .8rem;
  line-height: 1.8rem;
}


.price {
  padding: 20px 0;
  font-size: 1.2rem;
}




.product-summary5 {
  font-size: .8rem;
  color: #ff34b5;

}


/* ボタン装飾CSS */
.button019 a {
  background: #0000008a;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 150px;
  padding-right: 20px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: .8rem;
  margin: 0 0 5px;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}

.button019 a:hover:after {
  right: 1.4rem;
}





/* ------ スクロールダウン アイコン ------ */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down {
  position: absolute;
  bottom: 105px;
  right: 2%;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 99;
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 66px;
  margin-left: -3px;
  font-size: 8px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}











.circle_btn05 {
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
  margin: 50px 60px 100px 0;
}

.circle_btn05 .circle_btn05-txt {
  height: 48px;
  line-height: 48px;
  padding-right: 60px;
  color: initial;
  text-decoration: none;
}

.circle_btn05 .circle_btn05-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(.23, 1, .32, 1);
  height: 48px;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform .75s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 2;
  transition: stroke-width .75s cubic-bezier(.215, .61, .355, 1);
}

.circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 2;
  stroke: #5e5e5e;
  /* 矢印の色 */
}

.circle_btn05 .circle_btn05-circle-itm {
  background-color: #5e5e5e;
  /* 丸の色 */
  height: 48px;
}

/* マウスオーバーした際のデザイン */
.circle_btn05:hover .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform .5s cubic-bezier(.39, .575, .565, 1);
}

.circle_btn05:hover .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform .75s cubic-bezier(.23, 1, .32, 1);
}

.circle_btn05:hover .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.5);
}