@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
 L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== *


/* ========== COMMON ========== */

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}


/* ========== MAIN ========== */

#lp_main_wrap {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 auto;
	color: #000;
  background: #FFF;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
  letter-spacing: 0.06em;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}
#lp_main_wrap .lp_item_btn a:hover,#lp_main_wrap .lp_item_btn_02 a:hover{
  opacity: 1;
}


/* ========== HEADER ========== */

/* mainvisual-single */
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  margin: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 41.2%, #EBEBEB 41%, #EBEBEB 100%);
  text-align: center;
}
#lp_main_wrap header.mainvisual-single h2 img {
  max-width: 100%;
  margin: 30px 2% 0 4%;
}

#lp_main_wrap header .mv_smp {
  display: none;
}

@media (max-width: 767px) {
  #lp_main_wrap header .mv_pc {
    display: none;
  }
  #lp_main_wrap header .mv_smp {
    display: block;
  }
  #lp_main_wrap header.mainvisual-single h2 {
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 23.2%, #EBEBEB 23.2%, #EBEBEB 100%);
  }
  #lp_main_wrap header.mainvisual-single h2 img {
    width: 80%;
    position: relative;
    left: 3%;
    margin: 30px auto 0;
  }
}

/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
  width: 100%;
  margin: 0 auto;
  background-color: #EBEBEB;
}


/* ========== ELEMENT ========== */



/* ========== COTENTS ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
    width: 100%;
    padding: 80px 0 94px;
    margin: 0 auto;
    text-align: center;
}
#lp_main_wrap .lp_lead .lp_lead_inner {
	width: 100%;
	max-width: 1170px;
  margin: 0 auto;
}
#lp_main_wrap .lp_lead .sub_lead {
  font-size: 14px;
  line-height: 240%;
letter-spacing: 1.68px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 0 auto;
    padding: 55px 0 0;
  }
  #lp_main_wrap .lp_lead .sub_lead {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.12em;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 60px;
  }
}



/* ====NAVI===== */
#lp_main_wrap .nav_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 125px;
}

#lp_main_wrap .lp_nav_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#lp_main_wrap .nav__item {
  max-width: fit-content;
  flex: 1;
}

#lp_main_wrap .fixed_nav_container {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 80px;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#lp_main_wrap .fixed_nav_container.is-active {
  opacity: 1;
  visibility: visible;
}


#lp_main_wrap .fixed_nav_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 767px) {

  #lp_main_wrap .nav_container {
    margin-bottom: 101px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #lp_main_wrap .lp_nav_list {
    flex-wrap: wrap;
    gap: 20px 18.4px;
    width: 85%;
    margin: 0 auto;
  }

  #lp_main_wrap .nav__item {
    flex: 0 0 calc((100% - 18.4px) / 2);
    box-sizing: border-box;
  }
  #lp_main_wrap .fixed_nav_container {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    background: linear-gradient(180deg, rgba(112, 109, 112, 0.00) 45.67%, rgba(112, 109, 112, 0.22) 100%);
    padding: 10px 15px;
    box-sizing: border-box;
  }

  #lp_main_wrap .fixed_nav_list {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  #lp_main_wrap .fixed_nav__item {
    max-width: 100px;
    flex: 1;
  }
}


/* lp_item */
#lp_main_wrap .lp_item {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 125px;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_item_last {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 100px;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_item_footer {
  width: 100%;
  margin: 0 auto;
  padding: 125px 0 0;
  text-align: center;
  background-color: #fff;
}
#lp_main_wrap .lp_item .lp_item_inner {
	width: 100%;
	max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item {
    margin: 0 auto 90px;
  }
  #lp_main_wrap .lp_item .lp_item_inner {
    padding: 0;
  }
  #lp_main_wrap .lp_item_footer {
    padding: 90px 0 0;
  }
}

/* lp_item_title */
#lp_main_wrap .lp_item_title {
  margin-bottom: 54px;
  text-align: center;
}

#lp_main_wrap .lp_item_title h3 {
    width: fit-content;
    margin: 0 auto;
    padding: 2px 24px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    line-height: 1.2;
    background: #5A1B60;
    border-radius: 63px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 21px;
}
#lp_main_wrap .lp_item_title h4 {
  color: #5A1B60;
  text-align: center;
  font-family: "hiragino-mincho-pron", "hiragino-mincho", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 176%;
  letter-spacing: 2.76px;
  margin-bottom: 17px;
}
#lp_main_wrap .lp_item_title p {
  text-align: center;
  font-size: 14px;
  font-weight: 350;
  line-height: 200%;
  letter-spacing: 0.84px;
  margin-bottom: 40px;
}
#lp_main_wrap .item_lead {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_title {
    margin-bottom: 0;
    text-align: center;
  }
  #lp_main_wrap #item_03 .lp_item_title {
    margin-bottom: 14px;
  }
  #lp_main_wrap .lp_item_title h3 {
  font-size: 16.615px;
  margin-bottom: 20px;
  }
  #lp_main_wrap .lp_item_title h4 {
    font-size: 19px;
    line-height: 171%;
    letter-spacing: 2.09px;
    margin-bottom: 11px;
  }
  #lp_main_wrap .lp_item_title p {
    width: 85%;
    font-size: 14px;
    letter-spacing: 0.84px;
    margin: 0 auto 40px;
  }
  #lp_main_wrap .item_lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
  }
}

/* lp_item_listhover */
#lp_main_wrap .lp_item_listhover {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 80vw;
    display: flex;
    justify-content: center;
    gap: 16.67px;
    margin: 0 auto 47px;
}
#lp_main_wrap .lp_item_listhover li {
  width: 280px;
  text-align: center;
}

#lp_main_wrap .lp_item_listhover p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.42;
  margin-bottom: 6px;
}
#lp_main_wrap .lp_item_listhover .p-item-list__name {
  line-height: 1.4;
}
#lp_main_wrap .lp_item_listhover .p-item-list__img {
  display: block;
  margin-bottom: 12px;
}
#lp_main_wrap .lp_item_listhover .p-item-list__img img {
  width: 100%;
  transform: scale(1);
  transition: 0.2s;
}
#lp_main_wrap .lp_item_listhover .p-item-list__img:hover img {
  transform: scale(1.04);
}
#lp_main_wrap .lp_item_listhover .p-item-list_saleprice{
  color: red !important;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #lp_main_wrap .lp_item_listhover {
    max-width: 100vw;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 10px;
  }
  #lp_main_wrap .lp_item_listhover li {
    width: fit-content;
  }
  #lp_main_wrap .lp_item_listhover p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #lp_main_wrap .lp_item_listhover .p-item-list__img {
    display: block;
    margin-bottom: 10px;
  }
}
.lp_item_listhover {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#lp_main_wrap .lp_item_listhover li a,
#lp_main_wrap .lp_item_listhover li a:hover {
  opacity: 1;
}
.lp_content_mainitem_img {
  flex: 1;
}

.lp_content_mainitem_img a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.lp_content_mainitem_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* PC時のクレジット（ホバー暗転設定） */
.lp_content_credit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.lp_content_credit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 117.01%), rgba(0, 0, 0, 0.15);
  background-blend-mode: multiply, multiply;
  mix-blend-mode: multiply;
  z-index: -1;
}
/* PC時のホバー動作 */
.lp_content_mainitem_img a:hover .lp_content_credit {
  opacity: 1;
}

/* クレジットテキスト装飾 */
.lp_content_credit .credit-brand {
  font-weight: bold;
  font-size: 0.85em;
  margin: 0;
}
.lp_content_credit .credit-name {
  font-size: 0.95em;
  margin: 4px 0;
}
.lp_content_credit .credit-price {
  font-size: 0.9em;
  margin: 0;
}
@media (max-width: 767px) {
  /* リストの横並びを一度解除（slickに委ねるため） */
  .lp_item_listhover {
    display: block;
  }

  .lp_content_credit {
    min-height: 105px;
    position: static;
    justify-content: flex-start;
    background: transparent;
    color: #333333;
    opacity: 1;
    padding: 12px 0 0 0;
  }
  .lp_content_credit::before {
    display: none;
  }
  .lp_content_mainitem_img a:hover .lp_content_credit {
    opacity: 1;
  }

  /* slick矢印の配置用余白 */
  .lp_item_inner {
    padding: 0 40px;
  }

  /* slick矢印ボタン（＜ ＞）の調整 */
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    width: 20px;
    height: 40px;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 0;
  }

  .slick-prev::before,
  .slick-next::before {
    display: none !important;
  }

  /* SVG画像のパスを指定 */
  .slick-prev {
    left: 7%;
    background-image: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/bag_edit_2026/arrow_prev.svg");
  }

  .slick-next {
    right: 7%;
    background-image: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/bag_edit_2026/arrow_next.svg");
  }
  .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
  }

  .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important; /* 幅を100%にして確実に横幅全体を取る */
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    clear: both; /* 横の回り込みを解除 */
    z-index: 5;
  }

  .slick-dots li {
    margin: 0;
    padding: 0;
  }

  /* ドットボタン（〇）の共通スタイル */
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: #D9D9D9;
    transition: all 0.3s ease;
  }

  /* 現在選択されているアクティブな〇のスタイル */
  .slick-dots li.slick-active button {
    background: #949494;   /* アクティブ時の塗りつぶし色 */
  }
}





/* lp_item_btn */
#lp_main_wrap .lp_item_btn a{
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 500;
	width: 100%;
	max-width: 420px;
  margin: 0 auto;
  padding: 20.5px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  background: #EBEBEB;
  color: #000;
  border: 1px solid #000;
  position: relative;
}
#lp_main_wrap .lp_item_btn a:nth-child(2),#lp_main_wrap .lp_item_btn a:nth-child(3) {
  margin-top: 10px;
}

#lp_main_wrap .lp_item_btn a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 3%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_item_btn a:hover{
  background: #000;
  color: #EBEBEB;
  transition: 0.5s ease;
}
#lp_main_wrap .lp_item_btn a:hover::after {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    transition: 0.5s ease;
}

#lp_main_wrap .lp_item_btn_02 a{
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 500;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
  padding: 34.5px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  background: #5A1B60;
  border: 1px solid #5A1B60;
  color: #FFF;
  position: relative;
}
#lp_main_wrap .lp_item_btn_02 a:nth-child(2){
  margin-top: 10px;
}
#lp_main_wrap .lp_item_btn_02 a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 3%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_item_btn_02 a:hover{
  background: #FFF;
  color: #5A1B60;
  border: 1px solid #5A1B60;
  transition: 0.5s ease;
}
#lp_main_wrap .lp_item_btn_02 a:hover::after {
    border-top: 1px solid #5A1B60;
    border-right: 1px solid #5A1B60;
    transition: 0.5s ease;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #lp_main_wrap .lp_item_btn a{
    width: 85%;
    font-size: 16px;
  }
  #lp_main_wrap .lp_item_btn_02 a{
    width: 85%;
    font-size: 16px;
    }
  #lp_main_wrap .lp_item_btn a:first-child {
    margin-top: 0;
  }
}


/* lp_footer_btn */
#lp_main_wrap .lp_footer_btn{
  margin-top: 156px;
}
#lp_main_wrap .lp_footer_btn a {
  display: block;
  width: 100%;
  max-width: 670px;
  margin: 6px auto;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  background: #FFFFFF;
  color: #31302e;
}
#lp_main_wrap .lp_footer_btn a:first-child {
  margin-top: -30px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_footer_btn{
  margin-top: 100px;
}
  #lp_main_wrap .lp_footer_btn a {
    margin: 5% auto;
    width: 90%;
    padding: 10px;
  }
  #lp_main_wrap .lp_footer_btn a:first-child {
    margin-top: 0;
  }
}

/* floating-banner */
#lp_main_wrap .floating-banner {
  position: fixed;
  top:50%;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #lp_main_wrap .floating-banner {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}


/* lp_btn */
#lp_main_wrap .lp_btn {
  width: 100%;
  margin: 5% auto;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 92%;
	max-width: 1046px;
  margin: 0 auto;
}
#lp_main_wrap .lp_btn .lp_btn_content {
	margin-bottom: 20px;
}
#lp_main_wrap .lp_btn a {
  display: block;
	width: 100%;
	max-width: 420px;
  margin: 0 auto;
  padding: 20px;
	font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(to right, #7ad4c8, #74b3d0);
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_btn {
    margin: 20% auto;
  }
	#lp_main_wrap .lp_btn .lp_btn_content {
		margin-bottom: 5%;
	}
}




/* ========== UTILITY ========== */
.attention-txt-pc {
  margin: 25px auto 5% !important;
}
#lp_main_wrap .lp_viewpc_block,
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
  display: none;
}
@media (max-width: 1440px){
  #lp_main_wrap .lp_viewpc_block {
    display: block;
  }
  #lp_main_wrap .lp_viewpc_inline {
    display: inline;
  }
  #lp_main_wrap .lp_viewpc_inline-block {
    display: inline-block;
  }
  #lp_main_wrap .lp_viewpc_none {
    display: none;
  }
  #lp_main_wrap .lp_viewsmp_block,
  #lp_main_wrap .lp_viewsmp_inline,
  #lp_main_wrap .lp_viewsmp_inline-block {
    display: none;
  }
  #lp_main_wrap .lp_viewxs_block,
  #lp_main_wrap .lp_viewxs_inline,
  #lp_main_wrap .lp_viewxs_inline-block {
    display: none;
  }
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
	  display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
	  display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
	  display: none;
	}
}
