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

/* Apparat - Adobe Fonts */
@import url("https://use.typekit.net/qqf4qac.css");
.apparat-extralight {
  font-family: "apparat-light", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.apparat-light {
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.apparat-regular {
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.apparat-medium {
  font-family: "apparat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.apparat-semibold {
  font-family: "apparat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.apparat-bold {
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.apparat-extrabold {
  font-family: "apparat", sans-serif;
  font-weight: 700;
  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: #333;
}
#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;
	color: inherit;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



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

/* mainvisual-single */
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap header.mainvisual-single h2 img{
  max-width: 100%;
  margin: 0 auto;
}



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

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



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



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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_lead-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 7.8% 0;
}
#lp_main_wrap .lp_lead p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #c80d0d;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 10% auto;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 14px;
  }
}

/* lp_item */
#lp_main_wrap .lp_item {
  width: 100%;
  margin: 0 auto;
}
#lp_main_wrap .lp_item-odd {
  background: #343434;
  color: #fff;
}
#lp_main_wrap .lp_item-even {

}
#lp_main_wrap .lp_item-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 7% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item-inner {
    padding: 12% 0 10%;
    display: block;
  }
}

/* lp_item_img */
#lp_main_wrap .lp_item_img {
  position: relative;
  width: 40%;
  max-width: 360px;
  margin: 0 7.5% 0 auto;
}
#lp_main_wrap .lp_item_img a {
  position: relative;
}
#lp_main_wrap .lp_item_badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -32px;
  left: -30px;
  width: 131px;
  height: 131px;
  background-image: url("//ds-assets.store-image.jp/e-look.jp/2022/koret/2022_finalsale/badge-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
#lp_main_wrap .lp_item_badge span {
  font-size: 28px;
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_item_img {
    margin: 0 5% 0 auto;
  }
  #lp_main_wrap .lp_item_badge {
    top: -24px;
    left: -22px;
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
  #lp_main_wrap .lp_item_badge span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_img {
    width: 90%;
    margin: 0 auto 8%;
    text-align: center;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_item_badge {
    top: -16px;
    left: -32px;
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  #lp_main_wrap .lp_item_badge span {
    font-size: 18px;
  }
}

/* lp_item_text */
#lp_main_wrap .lp_item_text {
  width: 52.5%;
}
#lp_main_wrap .lp_item_title {
  margin-bottom: 24px;
}
#lp_main_wrap .lp_item_title p {
  margin-bottom: 0;
  padding-left: 0.2em;
  font-family: "apparat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_item_title h3 {
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_credit {
  margin-bottom: 22px;
  padding-left: 0.2em;
}
#lp_main_wrap .lp_item_credit_regularprice {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_credit_regularprice span {
  text-decoration: line-through;
}
#lp_main_wrap .lp_item_credit_saleprice {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ee1717;
}
#lp_main_wrap .lp_item_credit_saleprice a {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: bold;
  color: #ee1717;
  border-bottom: 2px solid #ee1717;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#lp_main_wrap .lp_item_credit_saleprice span {
  font-size: 30px;
  vertical-align: -2px;
}
#lp_main_wrap .lp_item_detail {
  padding-left: 0.2em;
}
#lp_main_wrap .lp_item_detail p {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_item_text {
    width: 55%;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_text {
    width: 90%;
    margin: 0 auto;
  }
  #lp_main_wrap .lp_item_title {
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_item_title p {
    font-size: 14px;
  }
  #lp_main_wrap .lp_item_title h3 {
    font-size: 24px;
  }
  #lp_main_wrap .lp_item_credit {
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_item_detail p {
    font-size: 14px;
  }
}

/* lp_btn */
#lp_main_wrap .lp_btnwrap {
  width: 90%;
  max-width: 1080px;
  margin: 10% auto;
}
#lp_main_wrap a.lp_btn {
	display: block;
	width: 100%;
	max-width: 750px;
  margin: 0 auto;
	padding: 22px;
  background: #343434;
  border: 1px solid #343434;
  color: #fff;
  text-align: center;
  font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	cursor: pointer;
}
#lp_main_wrap a.lp_btn:hover,
#lp_main_wrap a.lp_btn:active {
  background: #fff;
	color: #343434;
	opacity: 1;
}
@media (max-width: 767px) {
  #lp_main_wrap a.lp_btn {
	  padding: 20px;
    font-size: 16px;
  }
}



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

.lp_viewpc_block {
  display: block;
}
.lp_viewpc_inline {
  display: inline;
}
.lp_viewpc_inline-block {
  display: inline-block;
}
.lp_viewsmp_block,
.lp_viewsmp_inline,
.lp_viewsmp_inline-block {
  display: none;
}
.lp_viewxs_block,
.lp_viewxs_inline,
.lp_viewxs_inline-block {
  display: none;
}
@media (max-width: 767px) {
	.lp_viewpc_block,
	.lp_viewpc_inline,
	.lp_viewpc_inline-block {
	  display: none;
	}
	.lp_viewsmp_block {
	  display: block;
	}
	.lp_viewsmp_inline {
	  display: inline;
	}
	.lp_viewsmp_inline-block {
	  display: inline-block;
	}
}
@media (max-width: 425px) {
	.lp_viewxs_block {
	  display: block;
	}
	.lp_viewxs_inline {
	  display: inline;
	}
	.lp_viewxs_inline-block {
	  display: inline-block;
	}
}
