@charset "UTF-8";

/* --------------------------------------------
2026 新規向けリニューアルCSS
-------------------------------------------- */

/* トップスライダー */
#new02_mainvisual {
  /* margin-bottom: 5vw; */
  margin-bottom: 2vw;
}

#new02_mainvisual .new02_mainvisual_swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  opacity: 0;
}

#new02_mainvisual .new02_mainvisual_swiper.swiper-initialized {
  opacity: 1;
}

#new02_mainvisual .new02_mainvisual_swiper-wrapper {
  display: flex;
}

#new02_mainvisual .swiper-slide {
  flex-shrink: 0;
  width: 720px !important;
}

#new02_mainvisual .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

#new02_mainvisual .new02_mainvisual_mv-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#new02_mainvisual .swiper-button-prev,
#new02_mainvisual .swiper-button-next {
  position: static;
  margin: 0;
  width: 8px !important;
  height: 16px !important;
  color: #333333;
}

#new02_mainvisual .swiper-button-prev::after,
#new02_mainvisual .swiper-button-next::after {
  font-size: 16px !important;
  font-family: swiper-icons;
}

#new02_mainvisual .new02_mainvisual_swiper .swiper-pagination {
  position: static;
  margin: 0;
  width: auto !important;
  height: auto;
  display: flex;
  align-items: center;
}

#new02_mainvisual .new02_mainvisual_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  opacity: 1;
  transition: background-color 0.3s;
  margin: 0 7px;
  display: inline-block;
}

#new02_mainvisual .new02_mainvisual_swiper .swiper-pagination-bullet-active {
  background: #333333;
}

/* ---------------------
全体
--------------------- */
.new2_customor_contents {
  font-family: "Zen Kaku Gothic New", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}

.new2_customor_contents img {
  max-width: 100%;
  height: auto;
}

/* ---------------------
見出し 
---------------------*/
.new2_customor_contents .new02_heading_02 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 7px;
  margin-bottom: 25px;
}

.new2_customor_contents .new02_heading_02_sub {
  display: block;
  font-size: 10px;
  margin-top: 14px;
  letter-spacing: 3px;
}

.new2_customor_contents .new02_subheading {
  background: #F1F8FF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1E4D9E;
  padding: 10px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.new2_customor_contents .new02_icon {
  display: inline-flex;
  align-items: center;
}

.new2_customor_contents .new02_icon img {
  width: auto;
  height: 1em;
  display: block;
  margin-top: 1px;
}

/* ---------------------
ボタン 
---------------------*/
.new2_customor_contents .new01_moreBtn {
  text-align: center;
  margin-top: 30px;
}

.new2_customor_contents .new01_moreBtn a {
  display: inline-block;
  width: 240px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 50px;
  padding: 12px 15px;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
  font-size: 14px;
}

.new2_customor_contents .new01_moreBtn a::before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}

.new2_customor_contents .new01_moreBtn a:hover {
  opacity: 0.7;
}

/* ---------------------
バナーエリア  
---------------------*/
.new2_customor_contents .new02_bnr_block li {
  width: 350px;
}

.new2_customor_contents .new02_bnr_block li img {
  box-shadow:2px 2px 5px 1px rgba(234, 234, 234, 0.9)
}

/* ---------------------
縦 
---------------------*/
.new2_customor_contents .new02_bnr_block.vertical  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.new2_customor_contents .new02_bnr_block.vertical li {
  width: 100%; 
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.new2_customor_contents .new02_bnr_block.vertical li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .new2_customor_contents .new02_bnr_block.vertical  {
    padding: 0 4vw;
  }
  .new2_customor_contents .new02_bnr_block.vertical li:not(:last-child) {
    margin-bottom: 5.333vw;
  }
}

/* ---------------------
 横 
---------------------*/
.new2_customor_contents .new02_bnr_block.horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: 1090px;
  margin: 0 auto;
}

.new2_customor_contents .new02_bnr_block.horizontal li {
  width: 350px;
  list-style: none;
}

@media (max-width: 767px) {
  .new2_customor_contents .new02_bnr_block.horizontal {
    gap: 3.733vw;
    padding: 0 4vw;
  }

  .new2_customor_contents .new02_bnr_block.horizontal li {
    width: 100%;
    max-width: 350px; 
  }
}

/* ---------------------
背景カラー 
---------------------*/
.new2_customor_contents .bg01 {
  background-color: #F7FAFD;
}

/* ---------------------
トップメッセージ 
---------------------*/
.new2_customor_contents .new02_cont01 {
  text-align: center;
  color: #1E4D9E;
  font-weight: 700;
  padding: 50px;
}

.new2_customor_contents .new02_message_eng {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.new2_customor_contents .new02_message_top {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 700;
}

.new2_customor_contents .new02_message_sub {
  font-size: 12px;
  line-height: 35px;
}

/* ---------------------
動画 
---------------------*/
.new2_customor_contents .new02_cont02 {
  text-align: center;
  padding: 80px 0; 
}

.new2_customor_contents .new02_heading_01 {
  color: #1E4D9E;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 7px;
}

.new2_customor_contents .new02_movieTxt {
  font-size: 12px;
  color: #000;
  margin-top: 20px;
}

.new2_customor_contents .new02_movie {
  position: relative;
  width: 560px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.new2_customor_contents .new02_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.new2_customor_contents .skinpatch_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  margin: 0 auto;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.new2_customor_contents .skinpatch_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------
初めての方におすすめ 
---------------------*/
.new2_customor_contents .new02_cont03 {
  /* padding: 40px; */
}

/* ---------------------
人気商品一覧 
---------------------*/
.new2_customor_contents .new02_cont04 {
  padding: 80px 0;
}

.new2_customor_contents .new02_cont04_block {
  margin-bottom: 40px;
}

.new2_customor_contents .new02_cont04_block + .new02_cont04_block {
  margin-bottom: 0;
}

.new2_customor_contents .new02_cont04_block ul {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.new2_customor_contents .new02_cont04_block li {
  text-align: center;
  width: 168px;
}

.new2_customor_contents .new02_cont04_block li img {
  box-shadow: 2px 2px 5px 1px rgba(234, 234, 234, 0.9);
  border-radius: 10px;
}

.new2_customor_contents .new02_cont04_block p {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 2px;
}

/* ---------------------
お悩みから探す 
---------------------*/
.new2_customor_contents .new02_cont05 {
  padding: 80px 0;
}

.new2_customor_contents .new02_cont05_inner {
  width: 1090px;
  margin: 0 auto;
}

.new2_customor_contents .new02_cont05_block_ttl {
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.new2_customor_contents .new02_cont05_block_icon {
  width: 24px;
  height: auto;
  display: block;
  margin-right: 24px;
}

.new2_customor_contents .new02_cont05_block {
  border-top: 1px solid #000;
  padding: 36px;
}

.new2_customor_contents .new02_cont05_block:last-child {
  border-bottom: 1px solid #000;
}

.new2_customor_contents .new02_cont05_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 45px 0 0 30px;
  letter-spacing: 2px;
}

.new2_customor_contents .new02_cont05_block ul li {
  flex: 0 0 25%; 
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-right: 10px;
}

.new2_customor_contents .new02_cont05_block ul li:nth-child(5n) {
  margin-right: 0;
}

.new2_customor_contents .new02_cont05_block ul li:nth-child(-n+5) {
  margin-bottom: 20px;
}

.new2_customor_contents .new02_cont05_block .new02_arrow {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.new2_customor_contents .new02_cont05_block ul li a {
  color: #000;
  line-height: 1.4;
  text-decoration: none;
}

.new2_customor_contents .new02_cont05_block ul li a:hover {
  color: #1E4D9E;
  text-decoration: underline;
}

.new2_customor_contents .new02_accordion {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.new2_customor_contents .accordion_icon {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
}

.new2_customor_contents .accordion_icon::before,
.new2_customor_contents .accordion_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.new2_customor_contents .accordion_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.new2_customor_contents .new02_cont05_block_ttl.is-open .accordion_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ---------------------
商品選びに迷ったら 
---------------------*/
.new2_customor_contents .new02_cont06 {
  padding: 80px 0 0;
}

/* ---------------------
 キャンペーン・新商品 
 ---------------------*/
.new2_customor_contents .new02_cont07 {
  padding: 80px 0;
}

/* 全体コンテナ */
.new2_customor_contents .new02_campaign_wrapper {
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px;
}

.new2_customor_contents .new02_campaign_wrapper .slider {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 250px;
}

.new2_customor_contents .new02_campaign_wrapper .slider.slick-initialized {
  max-height: none;
  overflow: visible;
}

.new2_customor_contents .new02_campaign_wrapper .slider li {
  width: 350px;
  padding: 0 7px;
  box-sizing: border-box;
  outline: none;
}

.new2_customor_contents .new02_campaign_wrapper .slider li img {
  width: 100%;
  height: auto;
  display: block;
}

/* 左矢印：画面外（左側）へ配置 */
.new2_customor_contents .new02_campaign_wrapper .slick-prev,
.new2_customor_contents .new02_campaign_wrapper .slick-prev:focus,
.new2_customor_contents .new02_campaign_wrapper .slick-prev:hover {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -18px !important;
  background: #8d9298;
  opacity: 0.5;
  padding-left: 7px;
  z-index: 10;
}

.new2_customor_contents .new02_campaign_wrapper .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
  content: '';
  display: block;
  transform: rotate(-45deg);
  margin-left: 8px;
}

/* 右矢印：画面外（右側）へ配置 */
.new2_customor_contents .new02_campaign_wrapper .slick-next,
.new2_customor_contents .new02_campaign_wrapper .slick-next:focus,
.new2_customor_contents .new02_campaign_wrapper .slick-next:hover {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -18px !important;
  background: #8d9298;
  opacity: 0.5;
  z-index: 10;
}

.new2_customor_contents .new02_campaign_wrapper .slick-next:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
  content: '';
  display: block;
  transform: rotate(-45deg);
  margin-left: 10px;
}

/* ページャー設定 */
.new2_customor_contents .new02_campaign_wrapper .slick-dots {
  bottom: -35px;
}

.new2_customor_contents .new02_campaign_wrapper .slick-dots li {
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px 0 !important;
  padding: 0;
}

.new2_customor_contents .new02_campaign_wrapper .slick-dots li button {
  height: 12px;
  width: 12px;
}

.new2_customor_contents .new02_campaign_wrapper .slick-dots li button:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.25;
  background: #000;
  content: '';
}

.new2_customor_contents .new02_campaign_wrapper .slick-dots li.slick-active button:before {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .new2_customor_contents .new02_campaign_wrapper .slider li {
    width: 100vw;
  }
}


/* ---------------------
  ランキング 
 ---------------------*/
.new2_customor_contents .new02_cont08 {
  padding: 80px;
}
.new2_customor_contents .new02_cont08.ranking-area {
  margin-bottom: 0!important;
}
/* ランキング */
.new2_customor_contents .ranking-block .ranking-block-selector {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 350px;
  margin: 0 auto 30px;
}
.new2_customor_contents .ranking-block .ranking-block-select-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 10px 16px;
  border: 2px solid #eaeaea;
  border-radius: 0.7rem;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  transition: border-color 0.3s, background-color 0.3s;
}
.new2_customor_contents .ranking-block .ranking-block-select-button.is-current {
  border-color: #f0f0f0;
  background-color: #1E4D9E;
  pointer-events: none;
  color: #fff;
}
@media (any-hover: hover) {
  .new2_customor_contents .ranking-block .ranking-block-select-button:hover {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
  }
}
.new2_customor_contents .ranking-block .ranking-block-contents {
  display: none;
}
.new2_customor_contents .ranking-block .ranking-block-contents.is-current {
  display: block;
}

.new2_customor_contents .ranking-slider {
  position: relative;
  --swiper-navigation-size: 3.5rem;
}
.new2_customor_contents .ranking-slider .ranking-slider-container {
  max-width: 1090px;
}
.new2_customor_contents .ranking-slider .ranking-slider-container:has(.swiper-pagination-lock) {
  padding-bottom: 0.8125rem;
}
.new2_customor_contents .ranking-slider .ranking-slider-buttons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 1150px;
  margin: 0 auto;
  height: calc(100% - 4.125rem);
}
.new2_customor_contents .ranking-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #bfbfbf;
  opacity: 1;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .new2_customor_contents .ranking-slider .swiper-pagination-bullet:hover {
    background: #404040;
  }
}
.new2_customor_contents .ranking-slider .swiper-pagination-bullet-active {
  background: #404040;
}
.new2_customor_contents .ranking-slider .swiper-horizontal > .swiper-pagination-bullets,
.new2_customor_contents .ranking-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.new2_customor_contents .ranking-slider .swiper-pagination-custom,
.new2_customor_contents .ranking-slider .swiper-pagination-fraction {
  bottom: 0;
  line-height: 1;
  font-size: 0;
}
.new2_customor_contents .ranking-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.new2_customor_contents .ranking-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.5625rem;
}
.new2_customor_contents .ranking-slider .swiper-button-next,
.new2_customor_contents .ranking-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #8d9298;
  border-radius: 50%;
  transition: background-color 0.3s;
  top: 116px;
  opacity: 0.5;
}
.new2_customor_contents .ranking-slider .swiper-button-next::after,
.new2_customor_contents .ranking-slider .swiper-button-prev::after {
  content: none;
}
@media (any-hover: hover) {
  .new2_customor_contents .ranking-slider .swiper-button-next:hover,
  .new2_customor_contents .ranking-slider .swiper-button-prev:hover {
    background-color: #8e9297;
  }
}

.new2_customor_contents .ranking-slider .swiper-button-next.swiper-button-disabled,
.new2_customor_contents .ranking-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.new2_customor_contents .ranking-slider .arrow-right {
  position: relative;
  left: 2px;
  display: inline-block;
  width: 14.3px;
  height: 25.6px;
}
.new2_customor_contents .ranking-slider .arrow-right::before,
.new2_customor_contents .ranking-slider .arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 3px;
  width: 13px;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.new2_customor_contents .ranking-slider .arrow-right::before {
  transform: rotate(45deg);
}
.new2_customor_contents .ranking-slider .arrow-right::after {
  transform: rotate(-45deg);
}
.new2_customor_contents .ranking-slider .arrow-left {
  position: relative;
  right: 0;
  display: inline-block;
  width: 14.3px;
  height: 25.6px;
}
.new2_customor_contents .ranking-slider .arrow-left::before,
.new2_customor_contents .ranking-slider .arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #fff;
  transform-origin: 1px 50%;
}
.new2_customor_contents .ranking-slider .arrow-left::before {
  transform: rotate(45deg);
}
.new2_customor_contents .ranking-slider .arrow-left::after {
  transform: rotate(-45deg);
}
.new2_customor_contents .new02_popular-ranking-list:not(.swiper-initialized) .swiper-slide {
  width: calc((100% - (2.00668% * 5)) / 6) !important;
  margin-right: 2.00668% !important;
  flex-shrink: 0 !important;
}
.new2_customor_contents .new02_popular-ranking-list.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.new2_customor_contents .new02_popular-ranking-list .swiper-slide {
  flex-shrink: 0 !important;
  height: auto;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox {
  position: relative;
  height: 100%;
  padding: 1.75rem 0 0;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox a {
  color: #000;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .icon {
  position: absolute;
  top: 1.2px;
  left: 0.75rem;
  z-index: 1;
  width: 24px;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .icon img {
  max-width: 100%;
  height: auto;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .ph {
  aspect-ratio: 1/1;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 1px rgba(234, 234, 234, 0.9);
}
.new02_popular-ranking-list .new02_rankBox .spec {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 0.625rem;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .text {
  grid-column: 1/3;
  display: none;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .itemName {
  grid-column: 1 / 3;
  line-height: 1.3;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 35px;
  margin-bottom: 5px;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .itemName a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .itemName a:hover {
    opacity: 0.7;
  }
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .review {
  margin-top: 0.625rem;
  line-height: 1;
  font-size: 0;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .review img {
  max-width: 100%;
  height: auto;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .review span {
  display: none;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .price {
  font-size: 12px;
}
.new2_customor_contents .new02_popular-ranking-list .new02_rankBox .spec .revCnt {
  align-self: end;
  line-height: 1;
  font-size: 0.875rem;
}


/* ---------------------
  受賞歴 
 ---------------------*/
.new2_customor_contents .new02_cont09 {
  padding: 80px;
}
