@charset "UTF-8";
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	スタイル
-------------------------------------------------- */
body {
  letter-spacing: 0.3rem;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

a:hover {
  color: inherit !important;
  -webkit-text-decoration: transparent;
          text-decoration: transparent;
}

.pc_only {
	display: block;
}
.sp_only {
	display: block;
}
@media screen and (max-width: 400px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/* -------------------------------------------------
	サイド固定ボタン
-------------------------------------------------- */
.side-btn-box {
  width: 11.6rem;
  position: fixed;
  top: 34.3rem;
  right: 0;
  z-index: 999;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .side-btn-box {
    display: none;
  }
}

.side-btn {
  width: 11.6rem;
  height: 11.6rem;
  opacity: 0.84;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.2rem;
}
.side-btn:hover {
  opacity: 1;
}

.side-mypage-btn {
  background: #E63499;
}

.side-cart-btn {
  background: #000;
}

.side-mypage-btn__icon {
  width: 5.53rem;
  height: 5.53rem;
}
@media screen and (max-width: 1090px) {
  .side-mypage-btn__icon {
    width: 3rem;
    height: 3rem;
  }
}

.side-cart-btn__icon {
  width: 4.85rem;
  height: 4.63rem;
}
@media screen and (max-width: 1090px) {
  .side-cart-btn__icon {
    width: 3.2rem;
    height: 3.1rem;
  }
}

.side-btn__icon {
  margin: 1rem 0 0.5rem;
}

@media screen and (min-width: 1091px) {
  .side-btn__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1090px) {
  .side-btn__text {
    margin-left: 1rem;
  }
}

.sp-side-btn-box {
  width: 90%;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1091px) {
  .sp-side-btn-box {
    display: none;
  }
}

.sp-side-btn {
  width: 48%;
}

.sp-side-btn__link {
  height: 100%;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-side-btn__mypage {
  background: #fff;
  color: #E63499;
}
.sp-side-btn__mypage:hover {
  background: #9B9B9B;
  opacity: 0.8;
}

.sp-side-btn__cart {
  background: #000;
}
.sp-side-btn__cart:hover {
  opacity: 0.8;
}

/* -------------------------------------------------
	メインビジュアル
-------------------------------------------------- */
.ec-mv {
  margin-left: 6.5rem;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  margin-bottom: 15rem;
}
@media screen and (max-width: 1090px) {
  .ec-mv {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 590px) {
  .ec-mv {
    margin-left: 1rem;
  }
}

.ec-mv-img-wrap {
  position: relative;
}

.ec-mv__img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .ec-mv__img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ec-mv-text-en {
  font-family: "Times New Roman";
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 1.5rem;
}
@media screen and (max-width: 780px) {
  .ec-mv-text-en {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}

.ec-mv-text-en__black {
  margin-left: 1%;
}
@media screen and (min-width: 781px) {
  .ec-mv-text-en__black {
    line-height: 7.5rem;
  }
}
@media screen and (max-width: 780px) {
  .ec-mv-text-en__black {
    padding: 1rem 0;
  }
}

.ec-mv-text-en__white {
  color: #fff;
  position: absolute;
  top: 1.3rem;
  left: 1.2%;
  line-height: 6rem;
}
@media screen and (max-width: 780px) {
  .ec-mv-text-en__white {
    line-height: 3rem;
    top: 1rem;
  }
}

.ec-mv-text-jp {
  height: 53.3rem;
  position: absolute;
  right: 22rem;
  top: -23rem;
  z-index: 300;
}
@media screen and (max-width: 780px) {
  .ec-mv-text-jp {
    right: 0;
    /*bottom: -32.5rem;*/
    top: -35rem;
  }
}
@media screen and (max-width: 590px) {
  .ec-mv-text-jp {
    top: -31rem;
  }
}

.ec-mv-text-jp__black,
.ec-mv-text-jp__white {
  font-family: "Hiragino Mincho Pro", serif;
  letter-spacing: 1.2rem;
  line-height: 5rem;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 780px) {
  .ec-mv-text-jp__black,
.ec-mv-text-jp__white {
    font-size: 2.5rem;
    letter-spacing: 1rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 590px) {
  .ec-mv-text-jp__black,
.ec-mv-text-jp__white {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.ec-mv-text-jp__black {
  width: 14rem;
  color: #000;
  position: absolute;
  top: 0;
  z-index: -1;
}

.ec-mv-text-jp__white {
  width: 14rem;
  position: relative;
  overflow: hidden;
  height: 22.3rem;
}
@media screen and (max-width: 780px) {
  .ec-mv-text-jp__white {
    height: 27.3rem;
  }
}
@media screen and (max-width: 590px) {
  .ec-mv-text-jp__white {
    height: 22.3rem;
  }
}
.ec-mv-text-jp__white::after {
  width: 14rem;
  height: 53.3rem;
  position: absolute;
  content: "思わず \a深呼吸したくなるような \a最上級のアロマ";
  color: #fff;
  white-space: pre;
}

.ec-top-content {
  position: relative;
  z-index: 200;
  top: 0;
  transform: translateZ(1px);
}

/* -------------------------------------------------
	スローガン
-------------------------------------------------- */
.ec-slogan__text {
  padding-top: 5rem;
  padding-bottom: 13.6rem;
  line-height: 6rem;
  font-weight: 500;
  background: #fff;
}
@media screen and (min-width: 1091px) {
  .ec-slogan__text {
    padding-left: 6.5rem;
  }
}
@media screen and (max-width: 1090px) {
  .ec-slogan__text {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 590px) {
  .ec-slogan__text {
    margin-left: 1rem;
  }
}

/* -------------------------------------------------
	LINEUP
-------------------------------------------------- */
.lineup {
  padding: 15rem 0;
  text-align: center;
  background: linear-gradient(to right, #F9F8F4 85%, #fff 20%);
}

.lineup-tit {
  margin-bottom: 4.5rem;
  font-family: "Times New Roman";
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 1.3rem;
}

/*=========商品=========*/
.lineup-product {
  margin-bottom: 23rem;
}

.lineup-product__tit,
.lineup-blend__tit {
  margin-bottom: 5rem;
  font-size: 2.6rem;
  font-weight: 700;
}

.product-list-wrap {
  margin-left: 9.4rem;
}
@media screen and (max-width: 780px) {
  .product-list-wrap {
    margin-left: 3rem;
  }
}

.product-list-wrap.active {
  margin-left: -2rem;
}

.product-list-item {
  width: 58rem;
  height: 62.6rem;
  position: relative;
  overflow: hidden;
  /*@include m.mq-down() {
      width: 25rem;

      img {
          width: 100%;
          object-fit: cover;
      }
  }*/
}
@media screen and (max-width: 780px) {
  .product-list-item {
    width: 38rem;
    height: 41rem;
  }
}
@media screen and (max-width: 590px) {
  .product-list-item {
    width: 28rem;
    height: 30.2rem;
  }
}
.product-list-item::before {
  content: "";
  background: url(../img/item-arrow.svg) no-repeat;
  background-size: contain;
  width: 12.6rem;
  height: 1.55rem;
  position: absolute;
  bottom: 3.5rem;
  right: 3rem;
}
@media screen and (max-width: 590px) {
  .product-list-item::before {
    width: 7rem;
    right: 1rem;
    bottom: 2rem;
  }
}
.product-list-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 1s ease-out;
  z-index: -1;
}
.product-list-item:hover::after {
  transform: scale(1.1);
}

.product-list-item__aroma::after {
  background-image: url(../img/product-img01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__premium::after {
  background-image: url(../img/product-img02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__bath::after {
  background-image: url(../img/product-img03-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__day::after {
  background-image: url(../img/product-img04-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__salts::after {
  background-image: url(../img/product-img05-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__oil::after {
  background-image: url(../img/product-img06-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__splay::after {
  background-image: url(../img/product-img07-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list-item__link {
  display: block;
  height: 100%;
}

.product-list-item__text {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 4.8rem;
  letter-spacing: 1.6rem;
  line-height: 6rem;
  position: absolute;
  bottom: 12rem;
  left: 4.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .product-list-item__text {
    font-size: 3.8rem;
    left: 1.7rem;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 590px) {
  .product-list-item__text {
    font-size: 2.8rem;
    letter-spacing: 0.5rem;
    line-height: 3rem;
    bottom: 4rem;
  }
}

.product-list-item__text--sm {
  font-size: 2rem;
  display: block;
  text-align: left;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 780px) {
  .product-list-item__text--sm {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 590px) {
  .product-list-item__text--sm {
    font-size: 1.2rem;
  }
}

.slick-dots {
  bottom: -9rem;
  left: 50%;
  transform: translateX(-52.8%);
}
.slick-dots.active {
  transform: translateX(-49.8%);
}

.slick-dots li button::before {
  font-size: 2.3rem;
  color: #9B9B9B;
}

.slick-dots li.slick-active button::before {
  color: #E63499;
}

.slick-arrow::before {
  content: "" !important;
}

/*=========ブレンド=========*/
.lineup-blend {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}

.lineup-blend-list {
  margin-bottom: 13rem;
	display: flex;
	/*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}
@media screen and (max-width: 780px) {
  .lineup-blend-list {
    flex-wrap: wrap;
	gap: 20px;
  }
}

.lineup-blend-item {
  /*width: 23%;*/
	width: 32%;
}
@media screen and (max-width: 780px) {
  .lineup-blend-item {
    width: 47%;
  }
}
@media screen and (max-width: 590px) {
  .lineup-blend-item {
    width: 47%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .lineup-blend-item {
    /*width: 100%;*/
	  width: 47%;
  }
}

.lineup-blend-item__tit {
  margin-bottom: 4.4rem;
  font-family: "Times New Roman";
  font-size: 2.8rem;
  font-weight: 700;
}

.lineup-blend__img {
  width: 40rem;
  height: 0;
  padding-top: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.lineup-blend-original__img {
  background-size: contain;
  background-image: url(../img/blend-original.png);
  background-repeat: no-repeat;
  transition: 0.7s;
}

.lineup-blend-link:hover .lineup-blend-original__img {
  background-image: url(../img/hover-blend-original.png);
  transition: 0.7s;
}

.lineup-blend-relax__img {
  background-size: contain;
  background-image: url(../img/blend-relax.png);
  background-repeat: no-repeat;
  transition: 0.7s;
}

.lineup-blend-link:hover .lineup-blend-relax__img {
  background-image: url(../img/hover-blend-relax.png);
}

.lineup-blend-refresh__img {
  background-size: contain;
  background-image: url(../img/blend-refresh.png);
  background-repeat: no-repeat;
  transition: 0.7s;
}

.lineup-blend-link:hover .lineup-blend-refresh__img {
  background-image: url(../img/hover-blend-refresh.png);
}

.lineup-blend-premium__img {
  background-size: contain;
  background-image: url(../img/blend-premium.png);
  background-repeat: no-repeat;
  transition: 0.7s;
}

.lineup-blend-link:hover .lineup-blend-premium__img {
  background-image: url(../img/hover-blend-premium.png);
}

.all-product-btn {
  width: 100%;
}

.all-product-btn__link {
  width: 29.5rem;
  padding: 2rem 0;
  background: #E63499;
  color: #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.all-product-btn__link:hover {
  opacity: 0.8;
  color: #fff !important;
}

/* -------------------------------------------------
	item
-------------------------------------------------- */
.item {
  /*margin-bottom: 3rem;*/
  padding-bottom: 5rem;
  padding-top: 15rem;
  background-image: url(../img/item-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 70%;
  background-color: #fff;
  position: relative;
  z-index: 200;
  transform: translateZ(1px);
}

.cat-item {
  margin-top: 1rem;
}

.item-inner {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.item-tit {
  margin-bottom: 9rem;
  font-family: "Times New Roman";
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 1.3rem;
}

@media screen and (min-width: 591px) {
  .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-list::after {
    display: block;
    content: "";
    width: 30%;
  }
}

.item-wrap {
  width: 30%;
  margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
  .item-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 590px) {
  .item-wrap {
    width: 100%;
  }
}
.item-wrap:nth-child(3) {
  xmargin-right: 2rem;
}

.item-wrap-img {
  max-width: 100%;
  width: 36.5rem;
  height: 30rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 590px) {
  .item-wrap-img {
    margin: 0 auto 2.5rem;
  }
}

.item-wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-wrap__img {
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.item-wrap__name {
  margin-bottom: 1.4rem;
  font-family: "Times New Roman";
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1.3rem;
  text-align: left;
}

.item-wrap__price {
  color: #9B9B9B;
  letter-spacing: 0.1rem;
}

.item-wrap__text {
  width: 80%;
  margin: 3rem auto;
  padding: 1rem 0;
  background: #BFBFBF;
  font-weight: bold;
}

.item-wrap__cat {
  width: 18.3rem;
  padding: 0.5rem 0;
  margin: 0 auto 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 50px;
  display: block;
}
.item-wrap__cat:hover {
  color: #fff !important;
}

.detail-box-cat .item-wrap__cat {
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.original {
  background: #34c7bb;
}

.refresh {
  background: #F1C73E;
}

.relax {
  background: #CE7BD4;
}

.sakula {
  background: #fb969f;
}

.bath-set {
  background: #63bbf9;
}

.premium-set {
  background: #7dc475;
}

.room-set {
  background: #c7a2fc;
}

.aromaoil {
  background: #706D48;
}

.aromaspray {
  background: #c1b633;
}

.aromasoap {
  background: #f28dfb;
}

.bathsalts {
  background: #bcb1a8;
}

.daytime-set {
  background: #F89041;
}

.page-numbers {
  padding: 1rem 1.5rem;
  border: 1px solid #E63499;
  background: #fff;
  color: #E63499;
}

.current {
  background: #E63499;
  color: #fff;
}

/* -------------------------------------------------
	商品詳細
-------------------------------------------------- */
.site-content {
  margin-bottom: 23rem;
}

.product-wrap {
  max-width: 1550px;
  width: 80% !important;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .product-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 781px) {
  .product-img {
    width: 50%;
  }
}

.product-slider {
  margin-bottom: 3rem;
}

.product-slider img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 590px) {
  .product-slider img {
    height: 25rem;
  }
}

.thumbnail-slider .slick-track {
  width: 100% !important;
}

.thumbnail-slider-item {
  width: 20% !important;
  margin-right: 0.5rem;
  cursor: pointer;
}
.thumbnail-slider-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 780px) {
  .thumbnail-slider-item {
    width: 32% !important;
  }
}

.thumbnail-slider-item img {
  width: 12rem !important;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail {
  max-width: 638px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 781px) {
  .product-detail {
    width: 45%;
  }
}

.item-name {
  font-family: "Times New Roman";
  font-size: 2.6rem;
  margin-top: 3.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 591px) {
  .item-name {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}

#itempage .field .field_price {
  margin-bottom: 3.8rem !important;
  font-family: "Times New Roman";
  font-size: 3.6rem !important;
  color: #000 !important;
  text-align: left !important;
}
#itempage .field .field_price em.tax {
  font-size: 2rem !important;
}

#itempage .field {
  border-bottom: 1px solid #9B9B9B !important;
}

.item-description {
  margin-bottom: 11rem;
  border-top: 1px solid #9B9B9B !important;
  padding-top: 3.8rem;
  line-height: 5.5rem;
}

.item-postage {
  margin-bottom: 8rem;
  border-top: 1px solid #9B9B9B !important;
  padding-top: 3.8rem;
}

.item-option {
  padding-top: 3.8rem;
  margin-bottom: 7rem;
  border-top: 1px solid #9B9B9B !important;
}

.luxury {
  margin-top: 3.8rem;
}

.item-option__tit {
  margin-bottom: 3.5rem;
}

.item-option dt {
  margin-bottom: 0.7rem;
  font-weight: normal;
}
.item-option dt::before {
  content: "●";
}

.item-option dd {
  position: relative;
}
.item-option dd::after {
  content: "";
  background: url(../img/icon-triangle.svg);
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 30%;
}

.iopt_select {
  width: 100%;
  margin-bottom: 3.8rem;
  padding: 1.8rem 1.9rem;
  border: 1px solid #C8C8C8;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-button {
  width: 29.5rem;
  padding: 2rem 0;
  background: #E63499;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.cart-button:hover {
  opacity: 0.8;
  color: #fff !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.skuquantity {
  width: 53%;
  max-width: 13.7rem;
  margin-left: 4rem;
  padding: 1.5rem;
  border: 1px solid #C8C8C8;
}

.aroma-icon {
  position: relative;
  margin-bottom: 6rem;
  padding-left: 9.3rem;
}
.aroma-icon::before {
  width: 6.8rem;
  height: 6.8rem;
}

.aroma-lime::before {
  content: "";
  background: url(../img/icon-lime.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-lemongrass::before {
  content: "";
  background: url(../img/icon-lemongrass.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-grapefruit::before {
  content: "";
  background: url(../img/icon-grapefruit.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-maychang::before {
  content: "";
  background: url(../img/icocn-maychang.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-lavender::before {
  content: "";
  background: url(../img/icon-lavender.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-mandarin::before {
  content: "";
  background: url(../img/icon-mandarin.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-lemon::before {
  content: "";
  background: url(../img/icon-lemon.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-orange::before {
  content: "";
  background: url(../img/icon-orange.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}

.aroma-rosemary::before {
  content: "";
  background: url(../img/icon-rosemary.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50%;
}
/*# sourceMappingURL=ec.css.map */