@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

/* ================================================
utility
================================================ */

.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
  font-size: 120%;
}

.u-tt--regular {
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 120%;
}

.u-tt--medium {
  font-family: 'TTCommons-Medium', sans-serif;
	font-size: 120%;
}

.u-tt--demibold {
  font-family: 'TTCommons-DemiBold', sans-serif;
	font-size: 120%;
}

.u-tt--bold {
  font-family: 'TTCommons-Bold', sans-serif;
	font-size: 120%;
}

.u-link-underline {
  border-bottom: 1px solid currentColor;
  transition: .3s;
}

@media (any-hover: hover) {
  .u-link-underline:hover {
    border-bottom: 1px solid transparent;
  }
}

.u-talign-c {
  text-align: center;
}
.u-talign-l {
  text-align: left;
}
.u-talign-r {
  text-align: right;
}
@media (max-width: 768px) {
  .u-talign-c-sp {
    text-align: center;
  }
  .u-talign-l-sp {
    text-align: left;
  }
  .u-talign-r-sp {
    text-align: right;
  }
}


/* ================================================
ext_shiro.xhtml
================================================ */
.ext_shiro.section-shiro img {
	max-width: 100%;
	height: auto;
}

.ext_shiro.section-shiro .mv {
	height: auto;
  position: relative;
}

.ext_shiro.section-shiro .mv img {
	position: static;
	height: auto;
	margin: 0 auto;
}

.ext_shiro.section-shiro .mv-mask {
	height: auto;
}

.ext_shiro.section-shiro .lead-text .text {
  text-align: center;
}

.ext_shiro.section-shiro .menuList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
  row-gap: 4rem;
}

.ext_shiro.section-shiro .menuList__item {
	width: calc(100% /4);
	position: relative;
  border-left: 1px solid #707070;
}

.ext_shiro.section-shiro .menuList__item:first-of-type,
.ext_shiro.section-shiro .menuList__item:nth-of-type(4n + 1) {
  border-left: none;
}

.ext_shiro.section-shiro .menuList__item .btn {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 1.8rem;
	padding: 0.5rem 2rem 1rem;
}

.ext_shiro.section-shiro .menuList__item::after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 1px #707070;
	border-right: solid 1px #707070;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	position: absolute;
	bottom: 0.8rem;
	left: calc(50% - 0.8rem);
}

/* 各カテゴリーbanner */
.ext_shiro.section-shiro .lineup-block .panel-lineup {
	max-width: 1240px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	position: relative;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .text-block {
  position: absolute;
  padding: 0 8rem;
  top: 50%;
  transform: translateY(-50%);
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--right {
  right: 0;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--skincare, .ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--makeup {
  color: #393c41;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .lineup-name + .text {
	margin-top: 30px;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .lineup-name {
	font-size: 2.8rem;
	line-height: 1;
  letter-spacing: .1em;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .text {
	display: inline-block;
	width: 330px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8;
}

.ext_shiro.section-shiro .lineup-block .panel-lineup .text-block {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			justify-content: center;
}

.ext_shiro.section-shiro .lineup-block > * + * {
	margin-top: 6rem;
}

.ext_shiro.section-shiro .itemList {
	width: 90%;
  max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.ext_shiro.section-shiro .itemList__inner {
	display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
	margin-left: -5rem;
	margin-right: -5rem;
}

.ext_shiro.section-shiro .itemCard {
	width: 33.3333%;
	padding: 0 5rem;
	display: flex;
	flex-direction: column;
}

.ext_shiro.section-shiro .itemCard__img {
  transition: .3s;
}

@media (any-hover: hover) {
  .ext_shiro.section-shiro .itemCard__img:hover {
    opacity: .7;
  }
}


.ext_shiro.section-shiro .itemCard__top {
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'TTCommons-Medium', sans-serif;
}

.ext_shiro.section-shiro .itemCard__name {
	margin-top: 2.4rem;
}

.ext_shiro.section-shiro .itemCard__desc {
	margin-top: 1.6rem;
}

.ext_shiro.section-shiro .itemCard__linkArea {
  padding-top: 2.4rem;
  margin-top: auto;
}

.ext_shiro.section-shiro .itemCard__btn {
	background-color: #2C2E33;
	border: 1px solid #2C2E33;
  color: #fff;
	border-radius: 0;
	padding: 1rem 0.8rem;
	font-size: 1.4rem;
  text-align: center;
	display: block;
  transition: .5s;
}

.ext_shiro.section-shiro .itemCard__btn.arrow {
  position: relative;
}

.ext_shiro.section-shiro .itemCard__btn.arrow::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

@media (any-hover: hover) {
  .ext_shiro.section-shiro .itemCard__btn:hover {
    background-color: #eee;
    border: 1px solid #2C2E33;
    color: #2C2E33;
  }
}

.ext_shiro.section-shiro .categoryBtn {
  background-color: #ccc;
	border: 1px solid #ccc;
  color: #2C2E33;
	border-radius: 0;
	padding: 1rem 0.8rem;
	font-size: 1.4rem;
  text-align: center;
	display: flex;
  width: 420px;
  min-height: 5.6rem;
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
}

.ext_shiro.section-shiro .categoryBtn .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ext_shiro.section-shiro .categoryBtn.arrow {
  position: relative;
}

.ext_shiro.section-shiro .categoryBtn.arrow::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

@media (any-hover: hover) {
  .ext_shiro.section-shiro .categoryBtn:hover {
    background-color: #eee;
    border: 1px solid #2C2E33;
    color: #2C2E33;
  }
}

/* ピックアップバナー */
.ext_shiro.section-shiro .bnr__bestseller {
  margin-top: 10rem;
}



.ext_shiro.section-shiro .itemCard__link {
  margin-top: auto;
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .ext_shiro.section-shiro .mv {
    margin-bottom: 0;
  }

  .ext_shiro.section-shiro .lead-text .text {
    text-align: left;
  }

  .ext_shiro.section-shiro .menuList {
    margin-top: 4rem;
    padding: 0 15px;
  }

  .ext_shiro.section-shiro .menuList__item {
    width: calc(100% /2);
    border: none;
  }

  .ext_shiro.section-shiro .menuList__item .btn {
    font-size: 1.6rem;
  }

  .ext_shiro.section-shiro .lineup-block {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--fragrance, .ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--skincare, .ext_shiro.section-shiro .lineup-block .panel-lineup .text-block--makeup {
    color: #393c41;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup .lineup-name + .text {
    margin-top: 10px;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup .text-block {
    padding: 0;
    top: auto;
    bottom: 8%;
    transform: none;
    width: 100%;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup .lineup-name {
    font-size: 2rem;
  }

  .ext_shiro.section-shiro .lineup-block .panel-lineup .text {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .ext_shiro.section-shiro .lineup-block > * + * {
    margin-top: 4rem;
  }

  .ext_shiro.section-shiro .lineup-block + .lineup-block {
    margin-top: 8rem;
  }

  .ext_shiro.section-shiro .itemList {
    width: 100%;
  }

  .ext_shiro.section-shiro .itemList__inner {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    row-gap: 6rem;
  }

  .ext_shiro.section-shiro .itemCard {
    padding: 0;
    width: calc((100% - 2.4rem)/2);
  }

  .ext_shiro.section-shiro .itemCard--1 {
    width: 100%;
  }

  .ext_shiro.section-shiro .itemCard__link {
    padding-top: 1.6rem;
    font-size: 1.2rem;
  }

  .ext_shiro.section-shiro .itemCard__btn.arrow::after {
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
  }

  .ext_shiro.section-shiro .itemCard__linkArea--wide {
    min-height: 13rem;
  }

  .ext_shiro.section-shiro .itemCard:nth-of-type(even) {
    margin-right: 2.4rem;
  }

  .ext_shiro.section-shiro .lineup-block .categoryBtn {
    width: 100%;
  }

  .ext_shiro.section-shiro .bnr__bestseller {
    margin-top: 6.4rem;
    padding: 0 1.5rem;
  }
}


/* ================================================
extページカートリプレイス向け
================================================ */
.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #393c41;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/* ================================================
共通アコーディオン
================================================ */
.c-acc__item {
  border-top: 1px solid #eee;
  padding: 3rem 0;
}

.c-acc__item:last-of-type {
  border-bottom: 1px solid #eee;
}

.c-acc__tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  color: #000030;
}

.c-acc__indicator {
  cursor: pointer;
  transition: transform .3s ease;
  color: #000030;
}

.c-acc__content {
  padding-top: 2.4rem;
}

/* パネル */
.c-acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding-bottom: 0.1rem;
}

.c-acc.symbol .c-acc__indicator {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.c-acc.symbol .c-acc__indicator::before,
.c-acc.symbol .c-acc__indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

/* 縦線（初期状態は + ） */
.c-acc.symbol .c-acc__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いたら縦線が横になって − になる */
.c-acc.symbol .c-acc__item.is-open .c-acc__indicator::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-acc.text .c-acc__indicator::after {
  display: block;
  content: "詳しく見る";
  color: #707070;
  font-size: 1.2rem;
  border: 1px solid currentColor;
  border-radius: 16px;
  width: 8rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
}

.c-acc.text .c-acc__item.is-open .c-acc__indicator::after {
  content: "閉じる";
}

.c-acc.arrow .c-acc__indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease;
}

.c-acc.arrow .c-acc__item.is-open .c-acc__indicator {
  transform: rotate(-135deg);
}

.c-acc-box .c-acc__item {
  border: none;
  padding: 2rem 0;
}

.c-acc-box .c-acc__tab {
  background-color: #eee;
  padding: 1rem 2rem;
}

.c-acc-box__content {
  border: 1px solid #eee;
  padding: 2rem;
}

.c-acc-box.text .c-acc__indicator::after {
  margin: 1.5rem auto 0;
}

.c-acc-box__detail {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .c-acc__item {
    padding: 2.4rem 0;
  }
  .c-acc-box__content {
    padding: 2rem 1.5rem;
  }
}

.c-list-desc {
  padding-left: 2rem;
}
.c-list-desc.--small {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-list-desc__item {
  list-style-type: disc;
}


/*------------------------------------------
link
------------------------------------------*/
.c-link-line {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s;
  padding-bottom: 0.2em;
}
.c-link-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  transition: opacity 0.3s;
}
.c-link-line:hover:after {
  opacity: 0;
}
.c-link-line.--arrow-1 {
  padding-left: 1.2em;
}
.c-link-line.--arrow-1::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 0.5em
}
.c-link-line.--arrow-2 {
  padding-right: 1.2em;
}
.c-link-line.--arrow-2::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
  transform: rotate(45deg);
  right: 0.2em;
  top: 0.5em
}
.c-link-text.--blank {
  padding-right: 1.5em;
  background-size: 0.9em 0.9em;
  background-image: url(/ec/image/ico_nw.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px);
}
.c-link-text.--line {
  text-decoration: underline;
}
.c-link-text.--line:hover {
  text-decoration: none;
}
.u-mt20 {
  margin-top: 2rem!important;
}

.u-mt40 {
  margin-top: 4rem!important;
}

@media (max-width: 768px) {
  .u-mb0-sp {
    margin-bottom: 0!important;
  }
}