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

/* Futura PT - Adobe Fonts */
@import url("https://use.typekit.net/fjf5qez.css");
.futura-pt-medium {
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
}
.futura-pt-demi {
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
}
.futura-pt-heavy {
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}
.futura-pt-bold {
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
.futura-pt-condensed-book {
font-family: futura-pt-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}
.futura-pt-condensed-bold {
font-family: futura-pt-condensed, 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: #000000;
}
#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:focus,
#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%;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap header.mainvisual-single h2 img{
  width: 100%;
}



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

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



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

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

/* slider */
.sliderArea .slider {
	width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.sliderArea .slider li {
  width: 30%;
  text-align: center;
  font-size: 0.95em;
  line-height: 1em;
}
.sliderArea .slider img {
  height: auto;
  width: 90% !important;
}
.sliderArea .slick-prev,
.sliderArea .slick-next {
  position: absolute;
  top: 55%;
  z-index: 99999;
}
.sliderArea .slick-prev {
  left: -20px;
}
.sliderArea .slick-next {
  right: -20px;
}
.sliderArea .slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sliderArea .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sliderArea .slick-prev:before,
.sliderArea .slick-next:before {
  color: #bfbfbf;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 auto;
  border-top: solid 4px #bfbfbf;
  border-right: solid 4px #bfbfbf;
}
@media screen and (min-width: 767px) {
  .sliderArea .slider li {
    line-height: 1.2em;
  }
  .sliderArea .slick-prev:before,
  .sliderArea .slick-next:before {
    width: 24px;
    height: 24px;
  }
  .sliderArea .slick-prev {
    left: -40px;
  }
  .sliderArea .slick-next {
    right: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .sliderArea .slider img {
    width: 100%;
  }
}


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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 90%;
  max-width: 1170px;
  margin: 7.2% auto 2%;
  color: #484f3b;
}
#lp_main_wrap .lp_lead h3 {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6em;
}
#lp_main_wrap .lp_lead p{
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 10% auto;
  }
  #lp_main_wrap .lp_lead p{
    font-size: 12px;
  }
}


/* lp_coupon */
#lp_main_wrap .lp_coupon {
  width: 100%;
  margin: 0;
}
#lp_main_wrap .lp_coupon-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 3.6% 0;
  text-align: center;
}
#lp_main_wrap .lp_coupon_titlewrap {
  margin-bottom: 3%;
}
#lp_main_wrap .lp_coupon_title {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #cb0117;
}
#lp_main_wrap .lp_coupon_lead {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
#lp_main_wrap .lp_coupon_terms {
  margin: 20px auto 4px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_coupon-inner {
    padding: 0;
  }
  #lp_main_wrap .lp_coupon_titlewrap {
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_coupon_title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #lp_main_wrap .lp_coupon_lead {
  }
  #lp_main_wrap .lp_coupon_terms {
    font-size: 12px;
  }
}

/* lp_coupon lp_coupon_cardbox */
#lp_main_wrap .lp_coupon_cardbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_coupon_card {
  position: relative;
  width: 49%;
  padding: 40px;
  border: 10px solid #cb0117;
  background: #fffbf2;
  color: #000;
}
#lp_main_wrap .lp_coupon_label {
  position: absolute;
  top: -10px;
  left: 5%;
  width: 17%;
}
#lp_main_wrap .lp_coupon_text {
  width: 56%;
  margin: 5px auto 10px;
  text-align: center;
}
#lp_main_wrap .lp_coupon_code {
  margin: 0 3% 12px;
  padding: 6px;
  text-align: center;
  background: #000;
  color: #fff;
  letter-spacing: 0.14em;
}
#lp_main_wrap .lp_coupon_code-target {
  font-size: 16px;
  line-height: 1.6;
}
#lp_main_wrap .lp_coupon_code-success {
  display: block;
}
#lp_main_wrap .lp_coupon_date {
  margin: 0 3%;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_coupon_cardbox {
    display: block;
  }
  #lp_main_wrap .lp_coupon_card {
    width: 100%;
    padding: 20px;
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_coupon_text {
    width: 56%;
    margin-bottom: 5%;
    text-align: center;
  }
  #lp_main_wrap .lp_coupon_date {
    margin: 0 2%;
    font-size: 12px;
  }
}

/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 90%;
  max-width: 654px;
	margin: 6% auto;
}
#lp_main_wrap .lp_nav ul {
	display: flex;
	justify-content: center;
}

/* lp_item */
#lp_main_wrap .lp_item {
	margin: 11% 0 11.6%;
}
#lp_main_wrap .lp_item_title {
  background: #f7f7f7;
}
#lp_main_wrap .lp_item_slider {
	margin: 10% auto 6%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item {
  	margin: 15% 0 10%;
  }
  #lp_main_wrap .lp_item_slider {
  	margin: 10% auto 6%;
  }
}

/* lp_item_btn */
#lp_main_wrap a.lp_item_btn {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid #484f3b;
  background: #484f3b;
  color: #fff;
  text-align: center;
  font-size: 21px;
	line-height: 1;
	letter-spacing: 0.02em;
	cursor: pointer;
}
#lp_main_wrap a.lp_item_btn:hover,
#lp_main_wrap a.lp_item_btn:focus,
#lp_main_wrap a.lp_item_btn:active {
	background-color: #fff;
  opacity: 1 !important;
  color: #484f3b;
}
@media (max-width: 767px) {
  #lp_main_wrap a.lp_item_btn {
    font-size: 15px;
  }
}

/* lp_gift */
#lp_main_wrap .lp_gift {
	width: 90%;
  max-width: 1170px;
	margin: 10% auto;
  color: #484f3b;
}
#lp_main_wrap .lp_gift h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6em;
}
#lp_main_wrap .lp_gift p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#lp_main_wrap .lp_gift_img {
	width: 60%;
  max-width: 745px;
	margin: 0 auto 3%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_gift {
  	margin: 20% auto 10%;
  }
  #lp_main_wrap .lp_gift h3 {
    margin-bottom: 8px;
  }
  #lp_main_wrap .lp_gift p{
    margin-bottom: 5%;
    font-size: 12px;
  }
  #lp_main_wrap .lp_gift_img {
	  width: 70%;
    margin-bottom: 8%;
  }
}

/* lp_btn */
#lp_main_wrap a.lp_btn {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid #484f3b;
  background: #fff;
  color: #484f3b;
  text-align: center;
  font-size: 17px;
	line-height: 1;
	letter-spacing: 0.02em;
	cursor: pointer;
}
#lp_main_wrap a.lp_btn:hover,
#lp_main_wrap a.lp_btn:focus,
#lp_main_wrap a.lp_btn:active {
	background-color: #484f3b;
  opacity: 1 !important;
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap a.lp_btn {
    font-size: 15px;
  }
}



/* ========== 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;
	}
}
