/* テスト用 */
/* html { scroll-behavior: smooth;} */
#drphilList {
  display: none;
}
.red-hover {
  opacity: 1 !important;
    background-color: #c60d39 !important;
    color: #fff;
    background: url(https://maison-kose.pro/drphil/images/icon/arrow-r-w.png) no-repeat;
    background-position: right 15px center;
    background-size: 7px 12px;
}
@media screen and (max-width:768px) {
  body:not(.product-detail) .c-favorite-btn, body:not(.product-detail) .c-favorite-btn:after {
    background-image: url(https://maison-kose.pro/drphil/images/icon/fav-off.png);
    background-position: 50%;
    background-size: 100% 100%;
  }
  .c-drphil-button {
    background: #3b4043 url(https://maison-kose.pro/drphil/images/icon/arrow-r-w.png) no-repeat;
    background-position: right 3.2vw center;
        background-size: 1.4vw 2.4vw;
  }
}
body {
  overflow:inherit !important;;
}
.l-main {
  overflow: inherit;
}
.c-drphil-header {
   overflow: visible;
}
/* Nav items */
.c-drphil-header__logo {
  height: 48px;
  position: relative;
  width: 200px;
}
.menu {
   list-style: none;
   position: absolute;
   margin:  calc(50% - 50vw);
  width: 100vw;
   height:90vh;
   top: 0;
   right: 0;
   margin-top: 120px;
   padding: 12px calc(3.75% - 4px) 64px;
   clear: both;
   background: var(--background-navbar);
   transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
   transform: scale(1, 0);
   transform-origin: top;
   z-index: 100;
   background-color: #fff;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   font-weight: bold;
   display: flex;
   gap: 64px;
   overflow-y: scroll;
 }
.menu-btn:checked ~ .menu {
   transform: scale(1, 1);
   transform-origin: top;
   transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
 }
 .menu-icon small {
   font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
   font-size: 13px;
   font-weight: 500;
   line-height: 1;
}

@media print, screen and (min-width:769px) {
  .nav-menu:not(:last-child) {
    border-right: 1px solid #3b4044;
  }
  .nav-menu:first-of-type {
    display: none;
  }
  .toggle-list {
    display: none !important;
  }
  label.list-acc-btn {
    width: 30%;
}
.p-drphil-menu-list__container .series-icon img {
  width: 90%;
}
.formule.series-icon img {
  width: 75%;
}
.phil.series-icon img {
  width: 75%;
}
html {
  scroll-padding-top: 120px;
}
:target::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
}

}

 .menu a {
   text-decoration: none;
   font-weight: 500;
   letter-spacing: 2px;
   font-size: 15px;
   text-transform: capitalize;
   color: #3b4043;
   opacity: 0;
   transition: 0.5s;
 }
 .menu li {
   opacity: 0;
   transition: 0.5s;
 }

 .menu-btn:checked ~ .menu a,
 .menu-btn:checked ~ .menu li {
   opacity: 1;
   transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
 }

 .menu-btn {
   display: none;
 }

 .menu-icon {
   display: inline-block;
   cursor: pointer;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 30px;
   margin-top: 8px;
 }

.navicon {
   background: #c60d39;
   display: block;
   height: 3px;
   width: 36px;
   position: relative;
   transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
 }

 .navicon:before,
 .navicon:after {
   content: "";
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   background: #c60d39;
   transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
 }

 .navicon:before {
   top: 13px;
 }

 .navicon:after {
   bottom: -25px;
 }

 /* Hamburger Menu Animation Start */
 .menu-btn:checked ~ .menu-icon .navicon:before {
   transform: rotate(-45deg);
 }

 .menu-btn:checked ~ .menu-icon .navicon:after {
   transform: rotate(45deg);
 }

 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
   top: 9px;
 }
 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
   bottom: -9px;
 }

 .menu-btn:checked ~ .menu-icon .navicon {
   background: rgba(0, 0, 0, 0);
   transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
 }
 /* Hamburger Menu Animation End */

 /* Navbar Container */
 .navtext-container {
   width: 100%;
   height: 52px;
   position: absolute;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 /* Navbar Text */
 .navtext {
   position: absolute;
   text-transform: uppercase;
   color: #3b4043;
   letter-spacing: 4px;
   font-size: 20px;
 }
 .menu-item__wrap {
   width: 100px;
   border-left: 1px solid #3b4043;
   height: 56px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
 }
 .burger-icon-wrap {
   height: 22px;
 }
 .c-drphil-header {
   padding: 32px calc(3.75% - 4px);
 }
 .bullet-square::before {
  content: "";
  background-color: #c60d39;
  width: 1em;
  height: 1em;
  margin-right: 12px;
  margin-bottom: -2px;
  display: inline-block;
 }

.nav-title{
  color: #6a6a6a;
  font-size: 29px;
  flex: 5;
  margin-left: 43px;
}
.nav-menu {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: .6;
}
.nav-menu> img {
  height: 30px;
  width: auto;
}
.nav-menu.is-cart {
  position: relative;
}

.nav-menu .js-cart-count {
  position: absolute;
  right: 11px;
  top: -6px;
  background: red;
  font-family: Josefin Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.l-account-nav__list__item__text {
  color: #c60d39;
}


.menu-list__inner.series .menu-list__items {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
  width: 75%;
}
@media screen and (max-width:1399px) {
  .menu-list__inner.series .menu-list__items {
      gap: 16px;
  }
}
.series-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 40px;
    aspect-ratio: 1/1;
    width: 44%;
}
.menu-list__items .series-icon::before {
  content: "";
  padding-top: 100%;
  display: block;
}
/* .series-icon :hover {
  opacity: .5;
} */
.series-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.series-icon img {
  width: 100%;
}
.series-icon.icu img{
  width: 80%;
}
.spacer-b {
  display:block;
  background: #e6e6e6;
  width: 1px;
}

.menu-list__inner.items .menu-list__items {
  display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.menu-list__inner.items .menu-list__items > a {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 16px;
    border-bottom: 1px solid #3b4043;
    font-weight: bold;
}
.menu-list__inner.items .arrow-round {
  background-color: #c60d39;
  display: inline-block;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 7px;
}
.menu-list__inner.items .arrow-round > img {
  max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.u-hover:hover {
  opacity: .5 !important;
}
.menu-list__inner.other {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.menu-list__inner.other > a {
  font-weight: bold;
  text-indent: calc(-1em - 12px);
  padding-left: calc(1em + 12px);
}

.p-drphil-about {
  max-width: 1170px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.p-drphil-about h2 {
  font-size: 22px;
  color: #3b4043;
  font-weight: bold;
}
.p-drphil-about figure {
  max-width: 260px;
  width: 50%;
  height: auto;
  margin: 32px auto;
}
.p-drphil-about figure img {
  width: 100%;
  height: auto;
}
.l-drphil .c-drphil-button {
  border-radius: 24px;
}
.p-drphil-about .c-drphil-button {
  border: 1px solid #c60d39;
  background-color: #fff;
  color: #c60d39;
  margin-top: 40px;
  background: url(../images/top_new/arrow-r-r.png) no-repeat;
  background-position: right 15px center;
  background-size: 7px 12px;
}
.p-drphil-about-online {
  margin-top: 64px;
  position: relative;
  text-align: center;
  border: 1px solid #3b4043;
  padding: 48px 56px 40px;
  background-color: #fff;
}
.p-drphil-about-online::after {
  content: "";
  display: block;
  border: 1px solid #3b4043;
  height: 100%;
  width: 100%;
  position: absolute;
    top: 6%;
    left: 1%;
    z-index: -1;
    background: #fff;
}
.p-drphil-about-online h3 {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 580px;
  margin: auto;
  padding: 4px 24px;
  background-color: #fff;
  font-weight: bold;
}
.p-drphil-about-online-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.p-drphil-about-online-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-drphil-about-online-list-item > img {
  width: 40px;
}
.p-drphil-about-online-list-item__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-drphil-about-online-list-item__inner p {
  font-size: 20px;
  line-height: 1.2;
  color: #3b4043;
}
.c-drphil-about-online__txt-s {
  font-size: .7em;
}
.c-drphil-about-online__txt-l-b {
  font-size: 28px;
  color: #c60d39;
  font-weight: bold;
}
.p-drphil-about-online-list-item__inner > img {
  width: 64px;
}
.c-drphil-section {
  padding-bottom: 0;
  max-width: 1170px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}
.c-drphil-section.c-drphil-main-menu__body.products {
  margin-top: 0;
}
.p-brand-top .block-list-add-cart-btn-select,
.p-brand-top .block-list-add-cart-btn-purchase {
  background-color: #ee696f ;
  padding: 12px 0;
}
.p-product__main .product .block-list-add-cart-btn-select {
  padding: 12px 0;
  background-color: #ee696f ;
}
.review_swiper, .pick-up_swiper, .column-swiper, .campaign_swiper {
  position: relative;
  overflow: hidden;
}
.review_swiper img, .pick-up_swiper img, .column-swiper img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.review_swiper img {
  border-radius: 0;
}

.campaign_swiper .swiper-button-next,
.campaign_swiper .swiper-button-prev {
  top: 30%;
}

.p-drphil-side-menu {
  position: sticky;
  /* top: 140px; */
  bottom: -76px;
  width: 25%;
  max-width: 290px;
  z-index: 100 !important;
}
.p-drphil-side-menu_inner {
  background-color: #f5f5f5;
  border-radius: 28px;
  font-weight: bold;
  padding: 32px 28px;
  height: calc(100vh - 120px );
  overflow-y: scroll;
}

.p-drphil-mv .swiper-slide {
  height: auto;
}
#drphil_top .swiper-container-horizontal>.p-drphil-mv__pager {
  position:relative;
  z-index:1;
  margin: 30px auto 0;
  max-width: 478px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  right: 0;
}
#drphil_top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-drphil-mv__pager .swiper-pagination-bullet {
  background:#bfbfbf;
  border-radius:0;
  cursor:pointer;
  height:3px;
  opacity:1;
  -webkit-transition:background .2s ease,opacity .5s ease;
  transition:background .2s ease,opacity .5s ease;
  vertical-align:top;
  width:100%;
  width: 70px;
}
.p-drphil-mv__pager .swiper-pagination-bullet:hover {
  opacity:.5
}
.p-drphil-mv__pager .swiper-pagination-bullet-active {
  background:#d71618
}
.swiper-container-horizontal>.p-drphil-mv__pager {
  bottom:25px;
  left:auto;
  right:90px;
  width:auto
}
.p-drphil-mv {
  height: auto;
}
.p-drphil-mv__image {
  height: auto;
}

.column_swiper {
  position: relative;
}
@media screen and (max-width:768px) {
.p-drphil-mv .swiper-slide {
  width: 90%;
}

.review_swiper .swiper-wrapper,
.column_swiper .swiper-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
}

.pick-up_swiper .swiper-button-next,
.pick-up_swiper .swiper-button-prev,
.campaign_swiper .swiper-button-next,
.campaign_swiper .swiper-button-prev {
  display: none;
}
.campaign_swiper img {
  border-radius: 1.5rem;
}
}
.p-drphil-side-menu-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #3b4043;
}
.p-drphil-side-menu-wrapper ul {
  margin-top: 24px;
}
.p-drphil-side-menu-wrapper.series ul li + li,
.p-drphil-side-menu-wrapper.items ul li + li {
  margin-top: 16px;
}
.p-drphil-side-menu-wrapper + .p-drphil-side-menu-wrapper {
  margin-top: 64px;
}
.p-drphil-side-menu .bullet-square::before {
  background-color: #3b4043;
  margin-bottom: -3px;
}
.p-drphil-side-menu ul li a {
  font-size: 14px;
  color: #3b4043;
}
.p-problem-tag {
  background-color: #fff;
  border-radius: 24px;
  padding: 4px 12px;
}
.p-drphil-side-menu-wrapper.problems ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-drphil-section__title {
  width: auto !important;
  padding-bottom: 20px;
  border-bottom: 2px solid #3b4043;
  margin-bottom: 50px ;
  text-align: left;
  font-size: 28px;
}
.p-brand-top .p-product__main .c-product__thumb {
  background-color: #f5f5f5;
}
.p-drphil-series__rank {
  background: url(../images/top_new/ranking-crown.png) !important;
  object-fit: cover;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  left: 0;
  top: 0;
  padding-top: 6px;
}

#drphil_top .p-top-info__item__link,
#drphil_top .p-top-info__container__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 60px;
}

#drphil_top .p-top-info__item__info {
  font-size: 14px;
  margin-top: 0;
  }
#drphil_top  .p-top-info__container__item__date{
  color: #888888;
  font-family: Josefin Sans, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-weight: normal;
  display: none;
}
.c-drphil-main-menu__body + .c-drphil-main-menu__body {
  margin-top: 100px;
}
.c-drphil-main-menu__body.subscribe {
  padding-top: 100px;
  margin-top: 0;
}


#drphil_top .p-top-info__item__kv {
  display: none;
}

#drphil_top .p-top-info__item__meta {
  display: none;
}

#drphil_top .p-top-info__item__inner {
  margin-left: 0;
}

#drphil_top  .p-top-info__item__info,
#drphil_top  .p-top-info__container__item__info {
  font-weight: bold;
  color: #3b4043;
}

.p-drphil-campaign__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.p-drphil-campaign-item {
  width: 100%;
  display: flex;
}
.p-drphil-campaign-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.c-drphil-main-menu__body.pick-up .p-drphil-campaign-item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* .c-drphil-main-menu__body.pick-up .p-drphil-campaign-item a img {
  flex-grow: 1;
}
.c-drphil-main-menu__body.pick-up .p-drphil-campaign-item .p-drphil-pickup__title {
  flex-grow: 1;
}
.c-drphil-main-menu__body.pick-up .p-drphil-campaign-item .p-drphil-pickup__text {
  flex-grow: 1;
} */

.c-drphil-main-menu__body.series .menu-list__items {
  display: flex;
  gap: 40px;

}
.c-drphil-main-menu__body.series .series-icon.u-hover:hover {
  opacity: 1;
  box-shadow: 0px 0px 17px 7px rgba(0, 0, 0, 0.1);
  transition: .5s;
  position: relative;
}
.c-drphil-main-menu__body.series .series-icon.u-hover:hover::after {
  content: url(../images/top_new/arrow-d-g.png);
  display: block;
  position: absolute;
  bottom: -46px;
  transition: all 1s ease;
}


/* シリーズから探す */
/* .p-drphil-menu-list__wrapper {
  margin-top: 94px;
} */
.p-drphil-menu-list__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  justify-content: flex-start;
  padding-top:110px;
  margin-top:0;
  align-items: center;
}
.p-drphil-menu-list__container .series-icon {
  width: 100%;
  flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 20px;
    border-radius: 20px;
}
.p-menu-list__caption {
  font-size: 12px;
  font-weight: bold;
}
.p-drphil-menu-list__categoly-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-drphil-menu-list__categoly {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-drphil-menu-list__categoly-btn {
  position: relative;
  text-align: right;
  z-index: 0;
}
.p-drphil-menu-list__categoly-btn a {
  max-width: 300px !important;
  width: 80%;
}
.p-drphil-menu-list__categoly-btn::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #555555;
  height: 1px;
  z-index: -1;
  top: 50%;
}
.p-drphil-menu-list__container .p-drphil-menu-list__categoly .c-drphil-button,
.c-drphil-main-menu__body.items .c-drphil-button {
  width: 100%;
  background-color: #f5f5f5 !important;
  color: #3b4043;
  background: url(../images/top_new/arrow-r-r.png) no-repeat;
  background-position: right 15px center;
  background-size: 7px 12px;
  line-height: 1.1;
  text-align: center;
  height: 58px;
  border-radius: 50px;
}
.c-drphil-main-menu__body.items .c-drphil-button {
  height: 120px;
  border-radius: 20px;
}
.p-drphil-about .c-drphil-button:hover,
.p-drphil-menu-list__container .p-drphil-menu-list__categoly .c-drphil-button:hover,
.c-drphil-main-menu__body.items .c-drphil-button:hover {
  opacity: 1 !important;
  background-color: #c60d39 !important;
  color: #fff;
  background: url(https://maison-kose.pro/drphil/images/icon/arrow-r-w.png) no-repeat;
  background-position: right 15px center;
  background-size: 7px 12px;
  transition: .5s;
}
.p-drphil-menu-list__container + .p-drphil-menu-list__container {
  margin-top: 0px;
}
.c-drphil-main-menu__body.series #icu .series-icon img {
  width: 60%;
}
.c-drphil-main-menu__body.series #acneo .series-icon img {
  width: 80%;
}
.c-drphil-main-menu__body.series #phil .series-icon img {
  width: 80%;
}
.c-drphil-main-menu__body.series .series-icon > span {
  font-size: 10px;
  margin-top: -10px;
}

.c-drphil-main-menu__body.items .p-drphil-menu-list__categoly {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}



.c-drphil-main-menu__body.campaign-all .p-drphil-campaign__wrapper {
  display: flex;
  gap:0;
}
.c-drphil-main-menu__body .p-drphil-campaign__title {
  background-color: #c60d39;
 margin-bottom: 19px;
 height: 48px;
}
.c-drphil-main-menu__body .p-drphil-campaign__text {
  color: #3b4043;
  font-weight: bold;
  font-size: 13px;
}
.c-drphil-main-menu__under {
  margin: 50px auto 0;
  text-align: center;
}
.c-drphil-main-menu__body .c-drphil-button-more {
  margin-left: 0;
  background-color: #888888 !important;
}
.p-drphil-campaign__image {
  margin-bottom: 10px;
}
.p-drphil-pickup__title {
  color: #3b4043;
  margin: 12px 0;
}
.p-drphil-pickup__text{
  color: #3b4043;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-drphil-bottom-banners__body + .c-drphil-main-menu__body {
  margin-top: 100px;
}
.c-drphil-column__is-beauty .c-drphil-column__label {
  background-color: #4cb6c4 !important;
  padding: 6px 10px 0;
}
@media only screen and (max-width: 1400px) {
  .c-drphil-column {
      background-size: 100% auto;
  }
}
.c-drphil-main-menu__body.c-drphil-column .c-drphil-section__title {
  padding-top: 40px;
  padding-left: 40px;
  border-bottom: none;
}
.c-drphil-main-menu__body.c-drphil-column .c-drphil-section__lead {
  padding-left: 40px;
}
@media only screen and (min-width: 1400px) {
  .p-brand-top .c-drphil-column .c-drphil-section__lead {
      margin-bottom: 140px;
  }
}
.c-drphil-main-menu__body .p-drphil-column__article {
  display: flex;
  gap: 40px;
}
.c-drphil-main-menu__body .c-drphil-column__title {
  color: #3b4043 !important;
  font-size: 15px;
  margin-top: 7px;
}
.c-drphil-main-menu__body .c-drphil-column__summary {
  color: #3b4043;
  width: auto !important;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-drphil-column__carousel {
  margin-bottom: 60px;
}
.c-drphil-main-menu__body .p-drphil-column__article > a {
  width: 30%;
}
.c-drphil-main-menu__under .c-drphil-button {
  margin-left: auto !important;
}

.p-drphil-link {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.p-drphil-link__container {
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 24px;
    flex-direction: column;
    width: 28%;
}
.p-drphil-link__container.sns {
  width: 30%;
}
.c-drphil-bottom-sns{
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.is-drphil-normal-page .c-drphil-bottom-sns {
  gap: 12px;
  height: 61px;
}
.c-drphil-bottom-sns label.open:first-child {
  margin-left: 0px;
}
.c-drphil-bottom-sns label.open:hover,
.mod-footer li a:hover {
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .5 !important;
}

.product .p-product__main_edit {
	background: inherit;
	padding: 0 ;
}
#drphil_top .p-product__main_edit .c-product__item {
	width: 21%;
  margin-top: 10px;
}

.product > .c-product__item .c-product__product-name {
  padding: 0!important;
  margin-top: 20px;
}

.p-product__main_edit .c-product__item + .c-product__item {
	margin-left: 0;
}

.c-product__thumb__img {
  padding: 30px 20px;
}

.c-product-content__list {
  justify-content: space-around;
  align-items: flex-end;
}

.product > .c-product__item .c-product__price {
  padding: 0 12px;
}
.product .c-product__about {
  padding: 0!important;
  font-weight: bold;
}
.c-product__icon__wrap {
	min-height: 30px !important;
  text-align: left;
}


.swiper-button-next, .swiper-button-prev {
  width: 80px;
  height: 80px;
  background: #757a7d;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 40%;
  right: -5%;
}
.swiper-button-prev {
  left: -5%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-prev::after {
  left: 67px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* .clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
}
.clamp-text::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding-left: 7px;
} */



@media print, screen and (min-width:769px) {
  .l-drphil {
    padding-bottom: 200px;
  }
  .c-drphil-column.c-drphil-section {
    padding-bottom: 120px;
  }
  .c-drphil-bottom {
    padding-top: 120px;
  }
  .c-drphil-bottom-logo {
    margin-top: 50px;
  }
  .c-drphil-bottom-logo + .c-drphil-bottom-logo {
    margin-top: 0;
  }
  .menu-list {
    flex: 1;
  }
  .ranking .c-product__thumb {
    background-color: #f5f5f5;
    height: 250px;
    padding-top: 0;
    width: 170px;
    border-radius: 46px;
  }
  .ranking .block-list-add-cart-btn-purchase {
    background: #c60d39;
    color: #fff;
    padding: 12px 0;
  }
  .ranking .block-list-add-cart-btn-select {
    background: #c60d39;
    padding: 12px 0;
  }
  .product .block-list-add-cart-btn-no-purchase {
    padding: 12px 0;
  }

  .p-product__main .p-brand-top.c-product__thumb {
    width: 260px !important;
    height: 346px !important;
  }
  .p-drphil-side-menu .awoo-sitsearch-form input {
    width: 250px !important;
}
.c-drphil-main-menu-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1350px;
  margin: 102px auto 0;
  gap: 48px;
  padding: 0 12px;
}
.c-drphil-main-menu {
  width: 75%;
  overflow: hidden;
}
.c-drphil-main-menu__body.ranking .swiper-slide {
  width: 18.12444%;
  margin-left: 0;
}

#drphil_top .p-top-info__container__item:first-child {
  padding-top: 0;
}

.column_swiper  .swiper-button-next, .column_swiper  .swiper-button-prev,
.ranking .swiper-button-next, .ranking .swiper-button-prev {
  display: none;
}
.p-drphil-news-item:first-of-type {
  padding-top: 0;
}
.c-drphil-main-menu__body.items .c-drphil-button {
  line-height: 1.4;
}
.review_swiper .swiper-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
}
.c-drphil-column__image img {
  border-radius: 20px;
}
.pick-up .p-drphil-campaign-item img {
  height: 202px;
}
.column.c-drphil-main-menu__body .p-drphil-column__article {
  justify-content: space-between;
}
.c-drphil-column__image {
  width: auto;
  height: auto;
}
.review_swiper {
  padding-right: 64px;
}
#drphil_top .search_wrap_top .awoo-sitsearch-form input {
  width: 64VW!important;
}
.search_wrap_top form.sc-ZqFbI.fTYZPL.awoo-sitsearch-form {
  justify-content: center!important;
}
.search_wrap_top .sc-jIILKH.lkoXVS.search-bar {
   display: block;
}
.c-product__product-name-title {
  color: #3b4043;
  line-height: 1.714 !important;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  font-weight: bold !important;
  padding: 12px !important;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, sans-serif;
}
#drphil_top .p-product__main_edit .c-product__item {
	width: 21%;
  margin-top: 10px;
  height: 586px;
}
.pick-up .swiper-button-next, .pick-up .swiper-button-prev {
  top: 24%;
}
.p-drphil-link__container .p-menu-list__caption {
  font-size: 16px;
  color: #3B4041;
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner {
  max-height: 73vh;
  overflow-y: scroll;
}
.c-common-modal__closebtn {
  z-index: 10000;
}
p.c-product__variation-name2 {
  font-weight: normal;
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner .product .c-product__item .c-product__product-name {
  min-height: auto;
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner .product .c-product__item .c-product__price {
  margin-top: 0;
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner .c-product__thumb {
  width: 20%;
}
.c-common-modal__inner .c-product__size {
  font-weight: normal;
}
.p-top-info__container__item + .p-top-info__container__item {
  margin-top: 0px;
}
.nav-menu .js-cart-count {
  background: #c60d39;
  padding: 4px;
  line-height: 1;
  border-radius: 30px;
  width: 22px;
  height: 22px;
}
}


@media screen and (max-width:768px) {
  .p-drphil-mv__pager .swiper-pagination-bullet {
    background:#bfbfbf;
  }
  .ranking .product .c-product__about {
    margin-top: 1vw;
  }
  .ranking .c-product__thumb {
    background-color: #f7f7f7;
  }

  .c-drphil-main-menu-section {
    margin-top: 19vw;
  }
  html.is-drphil-normal-page .l-footer {
    padding-bottom: 0vw;
}
  .p-product-content__anno {
    margin-top: 30px;
    line-height: 0.85;
    font-size: 2.66667vw;
    text-align: left;
    padding: 0 7%;
}
  .head {
    margin: 3vw auto;
    text-align: center;
    height: 12vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .head img {
    width: 30vw;
  }
.is-drphil-normal-page .c-drphil-header{
  display: flex !important;
}
.is-pc-only {
  display: none !important;

}
.is-sp-only {
  display: block!important;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;!important
}
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .l-drphil {
    min-width: inherit;
  }

  .c-drphil-header {
    min-width: inherit;
  }
  /* .c-drphil-main-menu-section,
  .p-drphil-about {
    margin: 0 20px;
  } */
  .p-drphil-about {
    padding: 10vw 0 36vw;
  }

.c-drphil-button {
	width: 70vw;
}
  .p-drphil-about-online-list {
    display: block;
  }
  .p-drphil-about-online-list-item {
    flex-direction: row;
    gap: 7vw;
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }

  .p-drphil-about-online-list-item:not(:last-child) {
    border-bottom: 1px solid #cccccc ;
  }

  .p-drphil-about-online {
    padding: 13vw 5vw 0;
    margin: 19vw 8vw 0;
  }
  .p-drphil-about-online-list-item__inner p {
    font-size: 3.8vw;
    text-align: left;
    color: #3b4043;
  }
  .c-drphil-about-online__txt-l-b {
    font-size: 5.5vw;
  }
  .p-drphil-about-online::after {
    top: 3%;
    left: 3%;
  }
  .c-product-content__list.swiper-wrapper {
    flex-wrap: nowrap;
    justify-content:flex-start;

  }
  .c-drphil-main-menu__body.ranking {
    position: relative;
  }
  .c-drphil-main-menu__body.ranking > .c-product__thumb {
    background-color: #f7f7f7;
  }
  .p-drphil-about-online-list-item__inner {
    display: flex;
    align-items: center;
    gap: 3vw;
}

  .swiper-button-next, .swiper-button-prev {
    width: 17vw;
    height: 17vw;
    background: #757a7d;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 37%;
}
.swiper-button-next {
  right: -9vw; /* ボタンの右端からの距離 */
}

.swiper-button-prev {
  left: -8vw; /* ボタンの左端からの距離 */
}

#drphil_top .p-top-info__item__link,
#drphil_top .p-top-info__container__item {
  align-items: flex-start;
  flex-direction: column;
  padding: 3vw 0;
  margin-top: 0;
}
#drphil_top .p-top-info__item__info,
#drphil_top .p-top-info__container__item__info{
  font-size: 3.7vw;
}
#drphil_top .p-top-info__container__item__date{
  font-size: 4vw;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: '';
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-right: 1vw solid #fff;
  border-top: 1vw solid #fff;
  top: 8.5vw;
  left: 3.5vw;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-prev::after {
  left: 13vw;
    transform: translate(-50%, -50%) rotate(-135deg); /* 逆方向の矢印 */
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .0;
	cursor: auto;
	pointer-events: none;
}
.p-drphil-series__rank {
  left: 0;
  right: 0;
  margin: auto;
  top: -4vw;
  width: 11vw;
  height: 11vw;
  font-size: 6.5vw;
  padding-top: 2vw;
}
.c-product__thumb__img {
	padding: 8vw 0;
}
.p-drphil-about h2 {
  color: #3b4043;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.3;
}
.p-drphil-about figure {
  width: 50%;
  height: auto;
  margin: 7vw auto 4vw;
}
.p-drphil-about__txt {
  font-size: 3.8vw;
  line-height: 1.7;
}
.p-drphil-about .c-drphil-button {
  border: 1px solid #c60d39;
  background-color: #fff;
  color: #c60d39;
  margin-top: 8vw;
  background: url(../images/top_new/arrow-r-r.png) right 3.2vw center / 1.4vw 2.4vw no-repeat #fff;
  display: flex;
  font-weight: 700;
  height: 10vw;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
}
.p-drphil-about-online h3 {
  position: absolute;
  top: -7vw;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 580px;
  margin: auto;
  padding: 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.3;
}
.c-drphil-section__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 4.27vw;
  font-weight: 700;
  margin: 0 3.2vw 5vw;
  border-bottom: 2px solid #888888;
  padding-bottom: 3vw;
  margin-bottom: 6.66667vw;
  width: auto !important;
  text-align: left;
}
.c-product__item {
  width: 45%;
}
.c-product__thumb {
  border-radius: 2rem;
}
#drphil_top .p-product__main_edit .c-product__item {
  width: 45%;
  margin-top: 10px
}
.c-drphil-main-menu__body + .c-drphil-main-menu__body {
  margin-top: 17.1vw;
}
.c-drphil-main-menu__body.subscribe {
  padding-top: 17.1vw;
  margin-top: 0;
}
.p-drphil-link {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.p-drphil-link__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw 5vw;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
  gap: 4vw;
  flex-direction: row;
  width: auto;
}
.p-drphil-link__container:not(:last-child) img {
  width: 20vw;
}
.p-drphil-link__container.sns {
  width: auto;
  border: none;
  flex-direction: column-reverse;
}
.p-drphil-link__container.sns a img {
  height: auto;
  width: 3rem;
}
.c-drphil-main-menu__body .p-drphil-column__article > a {
  width: auto;
}
.c-drphil-column {
  background-color: #fff;
  background-image: url(https://maison-kose.pro/drphil/images/top/column/sp-bg.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 4vw;
  position: relative;
}
.c-drphil-column .c-drphil-section__title {
  color: #fff;
  margin: 0 4vw !important;
}
.c-drphil-bottom-banners__body + .c-drphil-main-menu__body {
  margin-top: 25vw;
}
.c-drphil-main-menu__body.c-drphil-column .c-drphil-section__title {
  padding-top: 0px;
  padding-left: 0px;
  border-bottom: none;
}
.c-drphil-column__label {
  color: #fff;
  display: inline-block;
  font-family: Josefin Sans, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  padding: .5em .5em .2em;
  height: auto;
}
.c-drphil-column__title {
  width: auto;
}
.c-drphil-section {
  padding: 11vw 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
/* .column_swiper {
  padding-right: 10vw;
} */
.column_swiper .swiper-button-next, .column_swiper .swiper-button-prev {
  width: 17vw;
  height: 17vw;
  background: #757a7d;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 31%;
}
.column_swiper .swiper-button-next {
  right: -12vw;
}
.column_swiper .swiper-button-prev {
  left: -12vw;
}
.column_swiper .swiper-button-prev::after {
  left: 13vw;
}
.c-drphil-main-menu__body .c-drphil-column__title {
  font-size: 3.5vw;
}
.is-drphil-normal-page .c-drphil-bottom-sns {
  gap: 5vw;
  height: 12vw;
  margin: 0 2rem;
}
.product .block-list-add-cart-btn-reserve {
  padding: 3vw 0;
}
.awoo-sitsearch-form input {
  width: 296px !important;
}
.c-drphil-section.c-drphil-main-menu__body.products .block-list-add-cart-btn-select, .c-drphil-section.c-drphil-main-menu__body.products .block-list-add-cart-btn-purchase {
  padding: 3vw 0;
}
.c-drphil-main-menu__under {
  margin: 9vw auto 0;
  text-align: center;
}
.c-drphil-column .c-drphil-section__lead {
  color: #fff;
  position: inherit !important;
  right: 0 ;
  top: 0;
  width: auto !important;
}
.c-drphil-main-menu__body.c-drphil-column .c-drphil-section__lead {
  padding-left: 0;
  margin: 0 4vw;
}
.c-drphil-column__wrapper {
  margin: 51vw 1rem 0;
}
.c-drphil-main-menu__body .p-drphil-column__article {
  gap: 0;
}
.c-drphil-section__title span {
  font-size: 4vw;
}
.c-drphil-main-menu__body.pick-up .p-drphil-campaign__wrapper {
  gap: 8vw;
  display: flex;
  flex-direction: column;
}
.p-drphil-pickup__title {
  color: #3b4043;
  margin: 2vw 0 0;
}
.pick-up .p-drphil-campaign-item {
  width: 87vw;
  display: flex;
}
.c-drphil-main-menu__body.pick-up .p-drphil-campaign-item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 3vw;
}
.p-drphil-pickup__text {
  margin-bottom: 0;
  color: #3b4043;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-drphil-campaign__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin: 0 auto;
  padding: 0 3.2vw;
}
.campaign-all .p-drphil-campaign__wrapper {
  padding: 0;
}

.p-drphil-news__wrapper {
  margin: 0 3.3vw;
}
.p-drphil-link {
  margin: 0 3.2vw;
}
.c-drphil-main-menu__body.campaign-all .p-drphil-campaign__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7vw 4vw;
  width: 93vw;
  margin-top: 4vw;
}
.p-drphil-campaign-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.c-drphil-main-menu__body .p-drphil-campaign__title {
  background-color: #c60d39;
  margin: 0 0 3vw;
  font-size: 3.5vw;
  height: 12vw;
}
.c-drphil-main-menu__body .p-drphil-campaign__text {
  color: #3b4043;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-drphil-main-menu__body.items .p-drphil-menu-list__categoly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  margin: 0 3.2vw;
  padding-top: 3vw;
}
.l-drphil .c-drphil-button {
  border-radius: 7vw;
  margin: 8vw auto 0 ;
}
.c-drphil-main-menu__body.items .c-drphil-button {
  height: 20vw;
}
.c-drphil-main-menu__body.series .menu-list__items.is-sp-only {
  display: flex !important;
  gap: 3vw;
  margin: 0 3.2vw;
}
.series-icon.icu {
  padding: 2vw;
}
.series-icon.icu img {
  width: 90%;
}
.series-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
  position: relative;
  width: 16vw;
  height: 16vw;
}
.series-icon::before {
  content: "";
    padding-top: 100%;
    display: block;
}
.p-drphil-menu-list__wrapper .series-icon::before {
  content: none;
}
.menu-list__items.is-sp-only .series-icon a::after {
  content: "";
  background: url(../images/top_new/arrow-d-g.png) no-repeat;
  background-size: contain;
  width: 5vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: 17vw;
  transition: all 1s ease;
}
.menu-list__items.is-sp-only .series-icon {
  width: 16vw;
  height: 16vw;
}
.p-drphil-menu-list__wrapper {
  margin: 8vw 3.2vw 0;
}
.p-drphil-menu-list__container {
  display: flex;
  justify-content: space-between;
  gap: 0;
  justify-content: flex-start;
  flex-direction: column;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding-top: 0;
}
.p-drphil-menu-list__container:first-child {
  border-top: none;
}
.p-drphil-menu-list__container .series-icon {
  width: 100%;
  flex-direction: column;
  text-align: center;
  gap: 3vw;
  border-radius: 0;
  border: none;
  aspect-ratio: auto;
  justify-content: flex-start;
  padding: 8vw 0 21vw;
  height: auto;
}
.p-drphil-menu-list__container .series-icon img {
  max-width: 60%;
}
.p-drphil-menu-list__container .series-icon.icu img {
  width: 41%;
}
.p-drphil-menu-list__container .series-icon.acneo img {
  width: 49%;
}
.p-drphil-menu-list__container .series-icon.phil img {
  width: 35%;
}
.p-drphil-menu-list__container .series-icon.formule img {
  width: 50%;
}
.p-drphil-menu-list__container + .p-drphil-menu-list__container {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}



.accordion {
  margin: 3em auto;
  max-width: 60vw;
  }
  .toggle-list {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .list-acc-btn,
  .p-drphil-menu-list__categoly-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  /* transition: all 0.3s; */
  }
  .list-acc-btn {
  display: block;
  font-weight: bold;
  }
  /* .list-acc-btn::after, */
  .list-acc-btn::before {
  content: "";
  background: url(../images/top_new/btn-plus.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 44%;
  bottom: 6.8vw;
  width: 10vw;
  height: 10vw;
  /* transition: all 0.3s; */
  }
  .list-acc-btn::after {
  transform: rotate(90deg);
  }
  .p-drphil-menu-list__categoly-inner {
  max-height: 0;
  overflow: hidden;
  }
  .p-drphil-menu-list__categoly-inner p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle-list:checked + .list-acc-btn .series-icon {
    padding-bottom: 5vw;
  }
  .toggle-list:checked + .list-acc-btn + .p-drphil-menu-list__categoly-inner {
  max-height: inherit;
  /* transition: all 1s; */
  width: 100%;
  gap: 7vw;
  }
  .toggle-list:checked + .list-acc-btn::before {
  background: none;
  }
  .p-drphil-menu-list__categoly {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
}

.p-drphil-menu-list__container .p-drphil-menu-list__categoly .c-drphil-button, .c-drphil-main-menu__body.items .c-drphil-button {
  width: 100%;
  background-color: #f5f5f5 !important;
  color: #3b4043;
  background: url(../images/top_new/arrow-r-r.png) right 3.2vw center / 1.4vw 2.4vw no-repeat ;
  line-height: 1.1;
  text-align: center;
  height: 21vw;
  border-radius: .5rem;
  font-size: 3.2vw;
  margin-top: 0;
}
.p-menu-list__caption {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  color: #3B4041;
}
.p-drphil-menu-list__categoly-btn::before {
  content: none;
}
.p-drphil-menu-list__categoly-btn .c-drphil-button {
  background-color: #888888;
  border-radius: 7vw;
  height: 11vw;
  width: 72vw;
  max-width: none;
}
.p-drphil-menu-list__categoly-btn {
  position: relative;
  z-index: 0;
  margin-bottom: 12vw;
}
.product .block-list-add-cart-btn-select {
  background-color: #ee696f;
}
.product .block-list-add-cart-btn-purchase {
  background-color: #ee696f;
  padding: 3vw 0;
}
.product .block-list-add-cart-btn-no-purchase {
  padding: 3vw 0;
}
.p-drphil-menu-list__categoly .c-drphil-button {
  border-radius: 1rem;
}
.c-drphil-main-menu__body.news .c-drphil-section__title {
  margin-bottom: 3vw !important;
}
.c-drphil-main-menu__body.news .p-top-info__container__inner {
  margin: 0;
}
.p-drphil-news-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 4.1vw 0;
}

.is-drphil-normal-page .c-drphil-header {
  height: 23.8vw;
  padding: 10vw 3.33vw 0;
  align-items: center;
  border-bottom: none;
}
.c-drphil-header__logo {
  height: 5vw;
  position: relative;
  width: 30vw;
  flex: 1.5;
}
.c-drphil-header__logo img {
  width: 90%;
}
.is-drphil-normal-page .c-drphil-header.scroll-nav {
 padding-top: 0;
 height: 18.6vw;
 transition: 0.2s;
}
.is-drphil-normal-page .c-drphil-header.scroll-nav .head {
  display: none !important;
  transition: 0.2s;
}
.nav-menu> img {
  height: 6vw;
}
.l-account-nav__list__item__text {
  color: #c60d39;
  display: block;
  font-size: 2vw;
}
.nav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4vw;
  padding: 0;
  flex: .5;
}
.nav-menu:nth-child(4) {
  margin-left: 2vw;
}
.nav-menu:last-child {
  padding-right: 0;
}
.nav-menu:not(:nth-child(4)) {
  border-left: 1px solid #3b4044;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 6vw;
  margin-top: .2vw;
  padding-top: 0;
}
.navicon {
  background: #c60d39;
  display: block;
  height: .5vw;
  width: 5vw;
  margin-top: 0;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #c60d39;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 4.5vw;
}
.navicon:after {
  bottom: -2.2vw;
}
.menu {
  list-style: none;
  position: absolute;
  margin: 23.8vw 0;
  width: 100vw;
  height: calc(100vh - 23.8vw);
  top: 0;
  right: 0;
  /* margin-top: 120px; */
  padding: 32px calc(3.75% - 4px) 64px;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  z-index: 100;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 6vw;
  padding: 11vw 5.33vw 15vh;
  overflow-y: scroll;
  overscroll-behavior-y: none;
}
/* .scroll-nav .menu {
  margin-top: 17.8vw;
  height: calc(100vh - 18.6vw);
} */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  /* transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; */
  transition: .1s;
}
.menu-list__inner.series .menu-list__items {
  width: 100%;
  display: flex;
  gap: 2vw;
  margin-top: 4vw;
}
.menu-list__inner.items .menu-list__items {
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
}
.menu-list__inner.items .menu-list__items > a {
  width: 100%;
  background-color: #f5f5f5 !important;
  background: url(../images/top_new/arrow-r-r.png) right 2vw center / 1.4vw 2.4vw no-repeat;
  line-height: 1.1;
  text-align: center;
  height: 15vw;
  font-size: 3.3vw;
  border-radius: 1rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  padding: 4vw 0;
}
.menu-list__inner.items .menu-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}
.menu-list__inner p {
  font-size: 3.3vw;
}
.bullet-square::before {
  content: "";
  background-color: #c60d39;
  width: 1em;
  height: 1em;
  margin-right: 2vw;
  margin-bottom: -.2vw;
  display: inline-block;
}
.menu-list__inner.other > a {
  font-weight: bold;
  text-indent: calc(-1em - 2vw);
  padding-left: calc(1em + 2vw);
  font-size: 3.3vw;
}
.menu-list__inner.other {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.p-drphil-pickup__text{
  color: #3b4043;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-drphil-column__image img {
  border-radius: 1.5rem;
}
.ranking .block-list-add-cart-btn-select {
  background: #c60d39;
  padding: 3vw 0;
  font-size: 3.2vw;
}
.product .block-list-add-cart-btn-select {
  padding: 3vw 0;
  font-size: 3.2vw;
}
.pick-up_swiper .c-drphil-carousel {
  flex-direction: column;
  gap: 10vw;
  margin: 0 1rem;
}
.pick-up .pick-up_swiper .p-drphil-campaign-item {
  width: 93vw;
}
.c-drphil-column__image {
  height: auto;
}
.c-drphil-column__is-beauty .c-drphil-column__label {
  padding: .5em .5em .2em;
}
.ranking_swiper {
  margin: 0 3.2vw;
}
.p-drphil-series .c-product__item {
  padding: 0;
}
.c-product__product-name-title {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
  font-size: 3.47vw;
  margin-top: 0;
  font-family: "メイリオ", Meiryo, sans-serif;
  padding: 2vw;
}
.product > .c-product__item .c-product__price {
  padding: 0 2vw;
  font-weight: normal;
  font-size: 3.2vw;
}
.c-product-content__list {
  padding: 0 3.2vw;
}
.product .btn-items-cart {
  margin-top: 2.5vw;
}
.p-drphil-mv__pager {
  position: relative;
  z-index: 1;
  margin: 6vw auto 0;
  width: 83vw;
  display: flex;
  justify-content: space-around;
  gap: 1vw;
}
.review_swiper .swiper-button-next, .review_swiper .swiper-button-prev {
  top: 37vw;
}
.p-drphil-series .c-product__item+.c-product__item {
  margin-left: 0;
}
label.open, a.u-hover.show {
  margin-left: 4vw !important;
}
.c-drphil-main-menu__under a.u-hover.show {
  margin-left: auto !important;
}
.c-drphil-bottom-sns label.open:first-child {
  margin-left: 0px !important;
}
#drphilList {
  display: block;
}
.c-drphil-list {
  background-color: #fff;
}
.c-drphil-section .c-product__thumb {
  background-color: #f5f5f5;
}
.c-drphil-section.c-drphil-common__list.c-drphil-list h2 {
  display: none;
}
.c-drphil-section.c-drphil-common__list.c-drphil-list #goods_list_auto_load_area {
  margin-top: 0;
}
.c-product__thumb {
  height: -webkit-calc(66vw - 3rem);
  height: calc(66vw - 3rem);
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner .c-product__thumb {
  width: 50% !important;
  height: 45vw;
  margin: auto;
}
.c-common-modal__inner.p-product-detail__modal-makeup__inner.list-modal-inner .c-product__about {
  padding: 0 1em 0 !important;
}
.c-common-modal__inner .c-product__size {
  font-weight: normal;
}
.p-drphil-mv__pager .swiper-pagination-bullet-active {
  background:#d71618
}
review_swiper img {
  border-radius: 1.5rem;
}
.nav-menu .js-cart-count {
  position: absolute;
  right: 0vw;
  top: -2vw;
  background: #c60d39;
  font-family: Josefin Sans, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  color: white;
  line-height: 1;
  text-align: center;
  padding: .6vw 0 0;
}


/* .clamp-text::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding-left: 1rem;
} */

}
.gDuBDQ .dropdown-bar-group .dropdown-input {
	width: 100%;
	outline: none;
	font-size: 18px;
	color: rgb(0, 0, 0);
	padding-right: 40px;
	border-width: 1px 1px 1px medium;
	border-style: solid solid solid none;
	border-color: rgb(182, 182, 182) rgb(182, 182, 182) rgb(182, 182, 182) currentcolor;
	border-image: none;
}
.gDuBDQ .dropdown-bar-group button {
	background: rgb(93, 93, 93);
	padding: 8px 12px;
	outline: none;
	border: medium;
	color: rgb(255, 255, 255);
	font-size: 14px;
	cursor: pointer;
	border-radius: 0px 4px 4px 0px;
}
.gDuBDQ .dropdown-bar-group .input-group {
	position: relative;
	display: flex;
	width: 100%;
}
.gDuBDQ .dropdown-bar-group {
	display: flex;
	border-radius: 4px;

}


.search_wrap_top  .awoo-ts-web-wrapper>div.dropdown-container>div.dropdown-bar-group>button {
  width: 50px;

}


@media screen and (max-width:768px) {




.pick-up_swiper .swiper-button-next,
.pick-up_swiper .swiper-button-prev,
.campaign_swiper .swiper-button-next,
.campaign_swiper .swiper-button-prev {
  display: none;
}
.ranking .block-list-add-cart-btn-purchase {
  background: #c60d39;
  color: #fff;
}
}



/* テスト用 */
.c-drphil-button.u-hover.red-hover,
.p-drphil-menu-list__container .p-drphil-menu-list__categoly .c-drphil-button.red-hover {
  opacity: 1 !important;
    background-color: #c60d39 !important;
    color: #fff;
    background: url(https://maison-kose.pro/drphil/images/icon/arrow-r-w.png) no-repeat;
    background-position: right 15px center;
    background-size: 7px 12px;
}

.search_wrap_side {
  margin-bottom: 25px;
  text-align: center;
}