@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 ========== */

/* Dystopian - Adobe Fonts */
@import url("https://use.typekit.net/hmr6lrh.css");
.dystopian-bold {
  font-family: "dystopian", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dystopian-black {
  font-family: "dystopian", sans-serif;
  font-weight: 900;
  font-style: normal;
}



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

body{
  overflow-x: hidden;
}

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

main#lp_main_wrap {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
	main#lp_main_wrap {
	  font-size: 14px;
	}
}


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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #000;
}
#lp_main_wrap * {
	box-sizing: border-box;
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



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

/* backgroundレイアウト */
#lp_main_wrap header.mainvisual-separate {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url("https://ds-assets.store-image.jp/e-look.jp/2024/elook/2024_1213_bundling/main_bk_00.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 90px;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img {
  display: block;
  width: 100%;
  margin: 0 auto;
   box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
  display: none;
}
@media (max-width: 1120px) {
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
    padding: 4.3% 8%;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap header.mainvisual-separate {
    background: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
    display: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img {
    display: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
    display: block;
  }
}



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

/* lp_main */
#lp_main_wrap .lp_main {
  margin: 0 auto;
  font-feature-settings: "palt";
}



/* ========== ANIMATION ========== */

/* flash */
.animaiton_flash{
  animation: flash 2s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}



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



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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 120px 0 125px;
  text-align: center;
}
#lp_main_wrap .lp_lead .lp_lead_main {
  margin-bottom: 20px;
}
#lp_main_wrap .lp_lead .lp_lead_main p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #000;
}
#lp_main_wrap .lp_lead .lp_lead_main p.strong {
  color: #20A9BC;
}
#lp_main_wrap .lp_lead hr {
  width: 50%;
  max-width: 100px;
  margin: 30px auto;
  border-top: 1px solid #000;
}
#lp_main_wrap .lp_lead .lp_lead_sub p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    padding: 17% 0 19%;
  }
	#lp_main_wrap .lp_lead .lp_lead_main p {
    font-size: 20px;
    line-height: 1.64;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_lead .lp_lead_main p {
      letter-spacing: 0.12em;

	}
}

/* lp_sec */
#lp_main_wrap .lp_sec {
  text-align: center;
}
#lp_main_wrap .lp_sec + .lp_sec {
  margin-top: 34px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec + .lp_sec {
    margin-top: 5%;
  }
}

/* lp_sec-brand */
#lp_main_wrap .lp_sec-brand {
  padding: 88px 0 45px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec-brand {
    padding: 12% 0 10%;
  }
}

/* lp_sec-item */
#lp_main_wrap .lp_sec-item {
  padding: 88px 0 0;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec-item {
    padding: 12% 0 0;
  }
}

/* lp_sec_title */
#lp_main_wrap .lp_sec_title {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 36px;
}
#lp_main_wrap .lp_sec_title h3 {
  margin-bottom: 10px;
  font-family: dystopian,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #20A9BC;
}
#lp_main_wrap .lp_sec_title p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #20A9BC;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_title {
    margin-bottom: 7.8%;
  }
  #lp_main_wrap .lp_sec_title h3 {
    margin-bottom: 5px;
    font-size: 38px;
  }
  #lp_main_wrap .lp_sec_title p {
    font-size: 13px;
  }
}

/* lp_brand */
#lp_main_wrap .lp_brand {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
}
#lp_main_wrap .lp_brand li {
  width: calc( (100% - 40px) / 3 );
  background-color: #fff;
	display: flex;
	flex-direction: column;
}
#lp_main_wrap .lp_brand .lp_brand_img img {
  width: 100%;
}
#lp_main_wrap .lp_brand .lp_brand_img a {
  display: block;
}
#lp_main_wrap .lp_brand .lp_brand_logo {
  width: 72%;
  margin: 5% auto 4%;
}
#lp_main_wrap .lp_brand .lp_brand_btn {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto 4%;
}
#lp_main_wrap .lp_brand .lp_brand_btn a {
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px 8px 8px;
	background: #20A9BC;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
}
#lp_main_wrap .lp_brand .lp_brand_btn a::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_brand .lp_brand_btn-2col a {
  width: 48%;
  font-size: 15px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand {
    gap: 20px 12px;
  }
  #lp_main_wrap .lp_brand li {
    width: calc( (100% - 12px) / 2 );
  }
  #lp_main_wrap .lp_brand .lp_brand_btn a {
    padding: 6px 12px 6px 8px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  #lp_main_wrap .lp_brand .lp_brand_btn a::after {
    width: 6px;
    height: 6px;
  }
  #lp_main_wrap .lp_brand .lp_brand_btn-2col a {
    padding: 4px 12px 4px 8px;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_brand .lp_brand_btn a::after {
    right: 6px;
  }
}

/* lp_item_list */
#lp_main_wrap .lp_item_list {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2.86%;
}
#lp_main_wrap .lp_item_list li {
  width: calc( (100% - 8.58%) / 4 );
  position: relative;
  height: 100%;
  margin-bottom: 6%;
}
#lp_main_wrap .lp_item_list a {
  display: block;
}
#lp_main_wrap .lp_item_list_text {
  margin-top: 21px;
}
#lp_main_wrap .lp_item_list_text p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_item_list_text p span {
  display: inline-block;
}
#lp_main_wrap .lp_item_list_text p.lp_item_list_brand {
  font-weight: bold;
}
#lp_main_wrap .lp_item_list_text p.lp_item_list_price {
  text-decoration: line-through;
}
#lp_main_wrap .lp_item_list_text p.lp_item_list_price-off {
  margin-top: 4px;
  color: #fe0000;
  font-weight: bold;
}
#lp_main_wrap .lp_item_list_text p.lp_item_list_price-off span {
  font-weight: normal;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_list {
    gap: 0 4.5%;
  }
  #lp_main_wrap .lp_item_list li {
    width: calc( (100% - 4.5%) / 2 );
    margin-bottom: 12%;
  }
  #lp_main_wrap .lp_item_list_text {
    margin-top: 5%;
  }
  #lp_main_wrap .lp_item_list_text p {
    font-size: 14px;
    line-height: 1.6;
  }
}



/* ========== UTILITY ========== */

#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;
	}
}
