@charset "UTF-8";


/*-------------------------------------------
SHISEIDO
-------------------------------------------*/
.omsHeader_menu_content_inner .menu_l2 li.shiseidoItem {
  display: block;
}

.shiseidoLogo {
  display: block;
  text-align: center;
}
.shiseidoLogo .logo {
  width: min(100%, 198px);
  margin: auto;
}

.shiseidoLogo .logo img {
  width: 100%;
  height:auto;
}
@media screen and (max-width: 599px) {
  .shiseidoLogo {
    padding-block:30px;
  }
  .shiseidoLogo .logo {
    width: min(100%, 180px);
  }
}
@media screen and (min-width: 600px), print {
  .shiseidoLogo {
    padding-bottom: 26px;
  }
}


/* OrderWrap */
@media screen and (max-width: 960px), print {
  .shiseidoOrderWrap {
    display:flex;
    flex-direction: column;
  }
  .shiseidoOrder1 {
    order:2;
  }
  .shiseidoOrder2 {
    order:1;
  }

}


/* Menu */
.shiseidoMenu {
  background-color:#000;
  color:#fff;
  position:relative;
  z-index:100;
}
.shiseidoMenu :where(a,button) {
  margin:0;
  padding:0;
  background:none;
  border:none;
  color:inherit;
  -webkit-appearance: none;
  appearance: none;
}
@media (hover) {
  .shiseidoMenu :where(a,button) {
    transition-property: opacity;
    transition-duration: .3s;
  }
  .shiseidoMenu :where(a,button):hover {
    opacity:.7;
  }
}
.shiseidoMenu .firstItemBtn {
  display:flex;
  align-items: center;
  width:100%;
  gap:8px;
  height:60px;
}
.shiseidoMenu .menuListSecondWrap {
  background-color:#fff;
  color:#000;
}
@media screen and (min-width: 961px), print {
  .menuListFirst {
    width:min(100%,960px);
    margin-inline:auto;
    display:flex;
  }
  .menuListFirst .firstItem {
    flex:1;
  }
  .shiseidoMenu .firstItemBtn::after {
    content:"";
    margin-top:-4px;
    width:6px;
    height:auto;
    aspect-ratio: 1/1;
    border-right:1px solid;
    border-bottom:1px solid;
    transform:rotate(45deg);
    transition-property: transform;
    transition-duration: .3s;
  }
  .shiseidoMenu .firstItemBtn.is_open::after {
    transform:rotate(45deg) translate(2px,2px);
  }
  .shiseidoMenu .firstItemBtn.-link::after {
    margin-top:0;
    transform:rotate(-45deg);
  }
  .shiseidoMenu .menuListSecondWrap {
    padding-block:40px 50px;
    width:100%;
    left:0;
    position:absolute;
    top:calc(100% - 1px);
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }
  .shiseidoMenu .secondItemBtn.-pc_bold {
    font-weight:700;
  }
  .shiseidoMenu .menuListSecondInner {
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:60px;
    margin-inline:auto;
    width:min(100%,960px);
  }
  .shiseidoMenu .menuListSecondInner:has(.menuListSecond:nth-child(1):last-child) {
    grid-template-columns: 1fr;
  }
  .shiseidoMenu .menuListSecond {
    position:relative;
  }
  .shiseidoMenu .menuListSecond:not(:nth-child(4n+1))::before {
    content:"";
    height:100%;
    border-left:1px solid #ccc;
    position:absolute;
    top:0;
    left:-30px;
  }
  .shiseidoMenu .menuListSecondItem + .menuListSecondItem {
    margin-top:.5em;
  }
  .shiseidoMenu .menuListSecondItem:has(.js_shiseidoMenuSecondBtn) {
    display:none;
  }
  .shiseidoMenu .menuListSecondItem:has(.js_shiseidoMenuSecondBtn) + .menuListSecondItem {
    font-weight:700;
  }
}
@media screen and (max-width: 960px), print {
  .shiseidoMenu {
    overflow:hidden;
  }
  .shiseidoMenu .firstItem:not(:first-child) {
    border-top:1px solid #ccc;
  }
  .shiseidoMenu .firstItemBtn {
    padding-inline:4%;
    height:44px;
    position:relative;
  }
  .shiseidoMenu .firstItemBtn {
    --my-color:#fff;
    box-sizing: border-box;
  }
  .shiseidoMenu :is(.firstItemBtn,.secondItemBtn):not(.-link)::after {
    content:"";
    width:11px;
    height:11px;
    background-image:
      linear-gradient(to right,var(--my-color),var(--my-color)),
      linear-gradient(to right,var(--my-color),var(--my-color))
    ;
    background-size:100% 1px, 1px 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    right:4%;
  }
  .shiseidoMenu :is(.firstItemBtn,.secondItemBtn).is_open:not(.-link)::after {
    background-image:
      linear-gradient(to right,var(--my-color),var(--my-color))
    ;
  }
  .shiseidoMenu :is(.firstItemBtn,.secondItemBtn):is(.-link)::after {
    content:"";
    width:6px;
    height:auto;
    aspect-ratio: 1/1;
    border-top:1px solid var(--my-color);
    border-right:1px solid var(--my-color);
    transform:rotate(45deg);
    position:absolute;
    right:5%;
  }
  .menuListSecond {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    position:relative;
  }
  .menuListSecond::after {
    content:"";
    display:block;
    margin-inline:auto;
    width:1px;
    height:100%;
    background-color:#ccc;
    position:absolute;
    top:0;
    inset-inline:0;
    pointer-events: none;
  }
  .shiseidoMenu .menuListSecondItem {
    display:flex;
    position:relative;
  }
  .shiseidoMenu .menuListSecondItem:not(.js_shiseidoMenuSecondTarget):nth-child(odd)::after,
  .shiseidoMenu .js_shiseidoMenuSecondParent .menuListSecondItem:has(.js_shiseidoMenuSecondBtn)::after,
  .shiseidoMenu .js_shiseidoMenuSecondParent .menuListSecondItem.js_shiseidoMenuSecondTarget:nth-child(even)::after {
    content:"";
    display:block;
    width:100%;
    border-bottom:1px solid #CFCFCF;
    position:absolute;
    left:0;
    bottom:0;
    z-index: 1;
    pointer-events: none;
  }
  .shiseidoMenu .menuListSecondItem:not(.js_shiseidoMenuSecondTarget):nth-child(odd)::after,
  .shiseidoMenu .js_shiseidoMenuSecondParent .menuListSecondItem.js_shiseidoMenuSecondTarget:nth-child(even)::after {
    width:200%;
  }
  .shiseidoMenu .menuListSecondItem:has(.js_shiseidoMenuSecondBtn) {
    grid-column:1/3;
  }
  .shiseidoMenu .secondItemBtn {
    display:flex;
    align-items: center;
    box-sizing: border-box;
    width:100%;
    padding-block:8px;
    min-height:40px;
    position:relative;
  }
  .shiseidoMenu .secondItemBtn {
    --my-color:#000;
  }
  .shiseidoMenu .secondItemBtn:not(.-link) {
    padding-inline:4%;
    background-color:#E5E5E5;
    z-index: 1;
  }
  .shiseidoMenu .secondItemBtn:is(.-link) {
    padding-inline:8%;
    font-size:1.3rem;
  }
}

/* menu js action */
.shiseidoMenu .js_shiseidoMenuFirstTarget:not(.is_open) {
  display:none;
}
@media screen and (max-width: 960px), print {
  .shiseidoMenu .js_shiseidoMenuSecondTarget:not(.is_open) {
    display:none;
  }
}



/* Common Parts */

/* Heading */
.shiseidoHeading_A {
  display:flex;
  align-items: baseline;
  gap:10px;
  margin-block:80px 30px;
  line-height:1;
  font-weight:700;
  color:#999999;
}
.shiseidoHeading_A > em {
  font-size:2.6rem;
  font-weight:700;
}
.shiseidoHeading_A > span {
  font-size:1.4rem;
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_A {
    gap:7px;
    margin-block:50px 20px;
  }
  .shiseidoHeading_A > em {
    font-size:2.0rem;
  }
  .shiseidoHeading_A > span {
    font-size:1.2rem;
  }
}

.shiseidoHeading_B {
  margin-bottom:32px;
  font-size:6.0rem;
  font-weight:700;
  line-height:1.5;
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_B {
    margin-bottom:12px;
    font-size:3.4rem;
    text-align: center;
  }
}


/* Button */
.shiseidoBtn {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (hover) {
  .shiseidoBtn:hover {
    opacity:.7;
  }
}

.shiseidoBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

@media screen and (max-width: 599px) {
  .shiseidoBtn.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}


/* TopSlider */
.shiseidoTopSlider {
  margin-inline:auto;
  width:min(100%, 735px);
  opacity: 0;
  visibility: hidden;
  overflow:hidden;
}

.shiseidoTopSlider.is_show {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 1;
  visibility: visible;
  padding-bottom:25px;
}

.shiseidoTopSlider .item {
  position: relative;
}

@media (hover) {
  .shiseidoTopSlider .item > a img {
    transition-property:opacity;
    transition-duration:.3s;
  }
}

.shiseidoTopSlider .slide_inner {
  margin: 0 auto;
}

.shiseidoTopSlider .slide_inner img {
  width: 100%;
}

.shiseidoTopSlider .slide_inner .slick-slide:focus {
  outline: none;
}

.shiseidoTopSlider .slide_inner .slick-list {
  overflow: visible !important;
}

.shiseidoTopSlider .slide_inner .slick-slide.slick-active {
  opacity: 1 !important;
}

.shiseidoTopSlider .slide_inner.slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap:8px;
}

.shiseidoTopSlider .slide_inner.slick-slider .slick-dots li {
  margin:0;
}

.shiseidoTopSlider .slide_inner.slick-slider .slick-dots li button {
  border: 1px solid #C9182F;
  background-color:inherit;
  display: block !important;
}

.shiseidoTopSlider .slide_inner.slick-slider .slick-dots li.slick-active button {
  background: #C9182F;
}

@media screen and (max-width: 960px), print {
  .shiseidoTopSlider .slide_inner {
    width: 100%;
  }
  .shiseidoTopSlider .slide_inner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 961px), print {
  .shiseidoTopSlider {
    margin-top:40px;
  }
}
@media screen and (max-width: 960px), print {
  .shiseidoTopSlider {
    margin-bottom:30px;
  }
}




/* Products */
.shiseidoProducts {}
.shiseidoProducts .productsListInner {
  display:flex;
}
.shiseidoProducts .productsListInner .item {
  flex-shrink: 0;
  display:flex;
  flex-direction:column;
}
.shiseidoProducts .productsListInner .item > a {
  display:flex;
  flex-direction:column;
}
.shiseidoProducts .productsListInner .thumb {
  margin-bottom:15px;
}
.shiseidoProducts .productsListInner .thumb img {
  width:100%;
}
.shiseidoProducts .productsListInner .itemName {
  margin:0 0 10px;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.5;
}
.shiseidoProducts .productsListInner .itemAmount {
  margin:auto 0 0;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.5;
}
.shiseidoProducts .productsListInner .itemAmount > span {
  font-size:1.4rem;
  font-weight:400;
}
.shiseidoProducts .productsList .simplebar-horizontal {
  margin-inline:auto;
  height:45px;
  border-bottom:1px solid #707070;
}
.shiseidoProducts .productsList .simplebar-horizontal .simplebar-scrollbar::before {
  inset:auto 0 0;
  height:3px;
  background-color:#707070;
  opacity:1;
}
@media screen and (min-width: 600px), print {
  .shiseidoProducts .productsListInner {
    gap:54px;
  }
  .shiseidoProducts .productsListInner .item {
    width:calc(960px / 3 - 54px * 2 / 3);
  }
  .js_productsList.simplebar-scrollable-x .productsListInner {
    padding-bottom:45px;
  }
  .shiseidoProducts .productsList .simplebar-horizontal {
    width:min(100%, 420px);
  }
}
@media screen and (max-width: 599px) {
  .shiseidoProducts .productsListInner {
    gap:25px;
  }
  .shiseidoProducts .productsListInner .item {
    width:calc((100vw * .92) / 2 - 25px * 1 / 2);
  }
  .js_productsList.simplebar-scrollable-x .productsListInner {
    padding-bottom:30px;
  }
  .shiseidoProducts .productsListInner .itemName {
    font-size:1.3rem;
  }
  .shiseidoProducts .productsListInner .itemAmount {
    margin-top:auto;
    font-size:1.6rem;
    font-weight:700;
    line-height:1.5;
  }
  .shiseidoProducts .productsListInner .itemAmount > span {
    font-size:1.4rem;
  }
  .shiseidoProducts .productsList .simplebar-horizontal {
    width:min(100%, 236px);
  }
}


/* Skincare */
.shiseidoSkincare {
  margin-top:80px;
}
.shiseidoSkincareHeader {
  margin-bottom:80px;
}
.shiseidoSkincareHeader .thumb > img {
  width:100%;
}
.shiseidoSkincareHeader .textCatch1 {
  margin-bottom:4px;
  font-size:3.6rem;
  font-weight:700;
  line-height:1.5;
}
.shiseidoSkincareHeader .textCatch2 {
  margin-bottom:24px;
  font-size:3.0rem;
  line-height:1.5;
}
@media screen and (min-width: 600px), print {
  .shiseidoSkincareHeader {
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .shiseidoSkincareHeader .thumb {
    flex-shrink:0;
    width:min(50% - 20px,460px);
  }
  .shiseidoSkincareHeader .text {
    box-sizing: border-box;
    max-width:calc(50% - 20px);
  }
  .shiseidoSkincareHeader .textDesc {
    line-height:2;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoSkincare {
    margin-top:50px;
  }
  .shiseidoSkincareHeader {
    margin-bottom:50px;
  }
  .shiseidoSkincareHeader .text {
    text-align: center;
  }
  .shiseidoSkincareHeader .thumb {
    margin-bottom:20px;
    text-align: center;
  }
  .shiseidoSkincareHeader .thumb > img {
    max-width:270px;
  }
  .shiseidoSkincareHeader .textCatch1 {
    margin-bottom:15px;
    font-size:1.8rem;
  }
  .shiseidoSkincareHeader .textCatch2 {
    margin-bottom:15px;
    font-size:1.6rem;
  }
}

.shiseidoSkincareBanners {
  display:grid;
  gap:20px;
}
.shiseidoSkincareBanners img {
  width:100%;
}
@media screen and (min-width: 600px), print {
  .shiseidoSkincareBanners {
    grid-template-columns:repeat(3,1fr);
  }
}
@media screen and (max-width: 960px) and (min-width: 600px), print {
  .shiseidoSkincareBanners {
    grid-template-columns:repeat(2,1fr);
  }
}
@media screen and (max-width: 599px) {
  .shiseidoSkincareBanners {
    gap:16px;
    margin-inline:auto;
    max-width:270px;
  }
}


/* Makeup */
.shiseidoMakeup {
  margin-top:80px;
}
.shiseidoMakeupContent .thumb > img {
  width:100%;
}
.shiseidoMakeupContent .shiseidoBtn {
  margin-top:25px;
}
@media screen and (min-width: 600px), print {
  .shiseidoMakeupContent {
    display:flex;
    align-items: center;
    gap:70px;
  }
  .shiseidoMakeupContent .thumb {
    flex-shrink:0;
    width:min(50% - 32px,446px);
  }
  .shiseidoMakeupContent .text {
    box-sizing: border-box;
    max-width:calc(50% - 40px);
  }
  .shiseidoMakeupContent .textDesc {
    line-height:2;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoMakeup {
    margin-top:50px;
  }
  .shiseidoMakeupContent .text {
    text-align: center;
  }
  .shiseidoMakeupContent .thumb {
    margin-bottom:20px;
    text-align: center;
  }
  .shiseidoMakeupContent .thumb > img {
    max-width:270px;
  }
  .shiseidoMakeupContent .shiseidoBtn {
    margin-top:30px;
    margin-inline:auto;
    max-width:300px;
  }
}


/* Other */
.shiseidoOther {
  margin-top:80px;
}
.shiseidoOtherCounselingBanner {
  margin-inline:auto;
  display:block;
  width:min(100%, 800px);
}
.shiseidoOtherCounselingBanner img {
  width:100%;
}
.shiseidoOtherAllProductsBtn {
  margin-top:80px;
  margin-inline:auto;
  max-width:400px;
}
@media screen and (min-width: 600px), print {
}
@media screen and (max-width: 599px) {
  .shiseidoOther {
    margin-top:50px;
  }
  .shiseidoOtherAllProductsBtn {
    margin-top:50px;
    max-width:300px;
  }
}


/* Brand */
.shiseidoBrand {
  margin-block:80px 90px;
}
.shiseidoBrandContent .heading {
  margin-bottom:28px;
  font-size:3.0rem;
  font-weight:700;
  line-height:1;
}
.shiseidoBrandContent .thumb {
  text-align: center;
}
.shiseidoBrandContent .thumb img {
  width:min(100%, 190px);
}
@media screen and (min-width: 600px), print {
  .shiseidoBrandContent {
    display:grid;
    grid-template-columns:min(40%,386px) 1fr;
    align-items: center;
  }
  .shiseidoBrandContent.textFirst {
    grid-template-columns:min(60%,576px) 1fr;
  }
  .shiseidoBrandContent .heading {
    grid-column:1/3;
  }
  .shiseidoBrandContent .desc {
    line-height:2;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoBrand {
    margin-block:50px 70px;
  }
  .shiseidoBrandContent .heading {
    margin-bottom:20px;
    text-align: center;
    font-size:2.0rem;
  }
  .shiseidoBrandContent .thumb {
    margin-bottom:20px;
    text-align: center;
  }
  .shiseidoBrandContent .desc {
  }
}

.text-decoration.underline {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .textFirst .desc {
    margin-bottom: 70px;
  }

  .textFirst .thumb {
    margin-bottom: 50px;
  }
}
