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

/* Font Didot LT Pro Bold https://fonts.google.com/specimen/Average */
.font-didot-lt-bold {
  font-family: linotype-didot,'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN", 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 ========== */

/* header */
#lp_main_wrap header {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #860210;
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap header {

  }
}

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

/* header */
#lp_main_wrap .lp_lead {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 75px 0 120px;
}
#lp_main_wrap .lp_lead p {
  font-size: 17px;
  line-height: 1.93;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    padding: 15% 0;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}


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

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



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

/* slick */
#lp_main_wrap .slider_single img {
  display: block;
  margin: auto;
}

/* lp_title */
#lp_main_wrap .lp_title {
  margin: 0 auto 15px;
  text-align: center;
  font-family: linotype-didot,'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  color: #39C74F;
}
#lp_main_wrap .lp_title-lead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_title {
    font-size: 40px;
    line-height: 1;
  }
  #lp_main_wrap .lp_title-lead {
    font-size: 14px;
  }
}


/* lp_btn */
#lp_main_wrap a.lp_btn {
  display: block;
  width: 100%;
  max-width: 285px;
  margin: 0 auto 16px;
  padding: 1.5em;
  border-radius: 4em;
  background: #39C74F;
  border: 1px solid #39C74F;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
#lp_main_wrap a.lp_btn:hover,
#lp_main_wrap a.lp_btn:focus,
#lp_main_wrap a.lp_btn:active {
	opacity: 1;
  background: #fff;
  color: #39C74F;
}
@media (max-width: 767px) {
  #lp_main_wrap a.lp_btn {
    display: block;
    width: 64%;
    max-width: none;
    margin: 0 auto 16px;
    padding: 1.5em;
    border-radius: 4em;
    font-size: 13px;
  }
}



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

/* lp_coupon */
#lp_main_wrap .lp_coupon {
  width: 100%;
  margin: 0;
  background: #bc905f;
  color: #fff;
}
#lp_main_wrap .lp_coupon-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
#lp_main_wrap .lp_coupon_titlewrap {
  margin-bottom: 30px;
}
#lp_main_wrap .lp_coupon_title {
  margin: 0 auto 15px;
  text-align: center;
  font-family: linotype-didot,'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  color: #cb0015;
}
#lp_main_wrap .lp_coupon_lead {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_coupon_terms {
  margin: 20px auto 4px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_coupon_inner {
    padding: 15% 0;
  }
  #lp_main_wrap .lp_coupon_titlewrap {
    margin-bottom: 10%;
  }
  #lp_main_wrap .lp_coupon_title {
    margin-bottom: 8px;
    font-size: 36px;
  }
  #lp_main_wrap .lp_coupon_lead {
    font-size: 14px;
  }
  #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_gift */
#lp_main_wrap .lp_gift {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #860210;
  color: #fff;
}
#lp_main_wrap .lp_gift-inner {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
#lp_main_wrap .lp_gift_subtitle {
  position: absolute;
  top: 96px;
  left: 29.4%;
  width: 15%;
}
#lp_main_wrap .lp_gift_titlewrap {
  margin: 100px auto 24px;
}
#lp_main_wrap .lp_gift_img {
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_gift_text {
  margin: 8px auto 22px;
}
#lp_main_wrap .lp_gift_text p {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_gift_text p.lp_gift_lead {
  font-weight: bold;
}
@media (max-width: 980px) {
  #lp_main_wrap .lp_gift_subtitle {
    left: 20%;
    width: 26%;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_gift-inner {
    padding: 15% 0;
  }
  #lp_main_wrap .lp_gift_subtitle {
    top: 7%;
    left: 4%;
    width: 34%;
  }
  #lp_main_wrap .lp_gift_titlewrap {
    margin: 14% auto 24px;
  }
  #lp_main_wrap .lp_gift_img {
    width: 50%;
    max-width: 240px;
  }
  #lp_main_wrap .lp_gift_text {
    margin: 5% auto;
  }
  #lp_main_wrap .lp_gift_text p {
    font-size: 14px;
    line-height: 2;
  }
}

/* lp_nav */
#lp_main_wrap .lp_nav {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #860210;
  color: #fff;
}
#lp_main_wrap .lp_nav-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}
#lp_main_wrap .lp_nav_titlewrap {
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
  background: #860210;
  color: #fff;
}
#lp_main_wrap .lp_nav_link {
	display: flex;
	justify-content: center;
  gap: 10px;
  margin: 0;
}
#lp_main_wrap .lp_nav_link li {
  width: 25%;
  max-width: 200px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_nav-inner {
    padding: 15% 0;
  }
  #lp_main_wrap .lp_nav_link {
  	flex-wrap: wrap;
  	justify-content: center;
    gap: 4%;
    width: 80%;
    margin: 0 auto;
  }
  #lp_main_wrap .lp_nav_link li {
    width: 48%;
    margin-bottom: 4%;
  }
}


/* lp_category */
#lp_main_wrap .lp_category {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  background: #860210;
  color: #fff;
}
#lp_main_wrap .lp_category-odd {
  background: #860210;
}
#lp_main_wrap .lp_category-even {
  background: #aa1222;
}

#lp_main_wrap .lp_category-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 116px 0 62px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_category-inner {
    padding: 20% 0 15%;
  }
}

/* lp_category_title */
#lp_main_wrap .lp_category_titlewrap {
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 630px;
  margin: 0 auto 50px;
  text-align: center;
  color: #fff;
}
#lp_main_wrap .lp_category_title-bg {
  width: 100%;
  margin: 0;
  z-index: 2;
}
#lp_main_wrap .lp_category_title-num {
  position: absolute;
  top: 7.8%;
  left: 10.2%;
  width: 16%;
  z-index: 4;
}
#lp_main_wrap .lp_category_title-h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#lp_main_wrap .lp_category_title-h img {
  -webkit-animation: spin 24s linear infinite;
  -moz-animation: spin 24s linear infinite;
  -ms-animation: spin 24s linear infinite;
  -o-animation: spin 24s linear infinite;
  animation: spin 24s linear infinite;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_category_titlewrap {
    width: 80%;
    max-width: 630px;
    margin: 0 auto 20%;
  }
}

@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_category_titlewrap {
    width: 100%;
  }
}

/* lp_category lp_category_item */
#lp_main_wrap .lp_category_item {
  position: relative;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
  max-width: 577px;
  margin: 0 auto 18px;
  text-align: center;
  z-index: 5;
}
#lp_main_wrap .lp_category_item li {
  width: 48.6%;
  margin-bottom: 7.8%;
}
#lp_main_wrap .lp_category_item img {
  margin-bottom: 10px;
}
#lp_main_wrap .lp_category_item p {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.075em;
  color: #fff;
}
#lp_main_wrap .lp_category_item p.lp_category_item_brand {
  font-weight: bold;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_category_item li {
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_category_item img {
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_category_item p {
    font-size: 14px;
  }
}

/* lp_ornament lp_ribbon */
#lp_main_wrap .lp_ornament-a {
  position: absolute;
  right: 3.8%;
  bottom: 32.5%;
  z-index: 1;
}
#lp_main_wrap .lp_ornament-b {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 1;
}
#lp_main_wrap .lp_ribbon-a {
  position: absolute;
  left: 0;
  bottom: 9%;
  z-index: 1;
}
#lp_main_wrap .lp_ribbon-b {
  position: absolute;
  right: 0;
  bottom: 38.6%;
  z-index: 1;
}
@media (max-width: 980px) {
  #lp_main_wrap .lp_ornament-a {
    width: 16%;
    top: 34%;
    right: 5%;
    bottom: auto;
    text-align: right;
  }
  #lp_main_wrap .lp_ornament-b {
    width: 17%;
    left: 0;
    bottom: -1.5%;
    text-align: left;
  }
  #lp_main_wrap .lp_ribbon-a {
    width: 30%;
    left: 0;
    bottom: -2.4%;
    text-align: left;
  }
  #lp_main_wrap .lp_ribbon-b {
    width: 28%;
    top: 26%;
    right: 0;
    bottom: auto;
    text-align: right;
  }
}

/* lp_brand */
#lp_main_wrap .lp_brand {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #860210;
  color: #fff;
}
#lp_main_wrap .lp_brand-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0 130px;
  text-align: center;
}
#lp_main_wrap .lp_brand_titlewrap {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand-inner {
    padding: 15% 0;
  }
  #lp_main_wrap .lp_brand_titlewrap {
    margin-bottom: 8%;
  }
}

/* lp_brand lp_brand_list */
#lp_main_wrap .lp_brand_list {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 1%;
  width: 100%;
  max-width: 778px;
  margin: 0 auto 18px;
  text-align: center;
}
#lp_main_wrap .lp_brand_list li {
  width: 24.2%;
  max-width: 190px;
  margin-bottom: 1%;
}
#lp_main_wrap .lp_brand_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand_list {
    gap: 4%;
  }
  #lp_main_wrap .lp_brand_list li {
    width: 48%;
    margin-bottom: 4%;
  }
}

/* lp_features */
#lp_main_wrap .lp_features {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #050b31;
  color: #fff;
}
#lp_main_wrap .lp_features-inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
#lp_main_wrap .lp_features_titlewrap {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_features-inner {
    padding: 20% 0;
  }
  #lp_main_wrap .lp_features_titlewrap {
    margin-bottom: 10%;
  }
}

/* lp_brand lp_brand_list */
#lp_main_wrap .lp_features_list {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 3%;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_features_list li {
  width: 31%;
  margin-bottom: 1%;
}
#lp_main_wrap .lp_features_list a {
  display: block;
}
#lp_main_wrap .lp_features_list img {
  border-radius: 5px;
}
#lp_main_wrap .lp_features_list p {
  margin: 8px 5px 10px;
  font-size: 15px;
  line-height: 1.78;
  letter-spacing: 0.06em;
  color: #fff;
}
#lp_main_wrap .lp_features_btnwrap a.lp_btn {
  max-width: 120px;
  margin: 0 auto 16px;
  padding: 1em;
  border-radius: 2em;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_features_list li {
    width: 48%;
    margin-bottom: 5%;
  }
  #lp_main_wrap .lp_features_list p {
    margin: 5% 5px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  #lp_main_wrap .lp_features_btnwrap a.lp_btn {
    font-size: 10px;
  }
}

/* 2022/12/1に2カラムにFeaturesを変更 */
#lp_main_wrap .lp_features_list.column2_1201 {
  max-width: 600px;
}
#lp_main_wrap .lp_features_list.column2_1201 li {
  width: 48%;
}

/* lp_attention */
#lp_main_wrap .lp_attention {
  padding: 80px 0;
  text-align: center;
  background: #050b31;
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_attention {
    padding: 10% 0;
  }
}



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