@charset "utf-8";
/* CSS Document */
body {
  color: rgb(0, 0, 0);
  font-family: "Helvetica Neue", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  font-feature-settings: "palt";
  position: relative;
  margin: 0;
  padding: 0;
}
p, h1 {
  margin: 0;
  padding: 0;
}
p {
  color: #fff;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  text-decoration: none;
}
.sp {
  display: none;
}
@media(max-width:500px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*共通*/
.l-contents .common_top {
  margin-top: 80px;
}
.l-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.l-wrap:before {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) center top / cover;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-contents {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #f0ebe1;
  position: relative;
  z-index: 1;
}
.wrapper {
  width: min(420px, 85%);
  margin: 0 auto;
}
/*btn*/
.button {
  display: block;
  padding: 6px 24px;
  color: #fff;
  border-radius: 50px;
  background-color: #b58e5e;
  text-align: center;
  margin: 40px auto 0;
  width: min(270px, 60%);
}
.button :hover {
  opacity: 0.8;
}
/*h2*/
.common_h2 {
  color: #001e62;
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  text-align: center;
}
.common_h2::after {
  content: "";
  display: block;
  background-color: #0b1465;
  width: 50px;
  height: 2px;
  margin: 0 auto;
}
/*slider*/
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
/*concept*/
.concept .common_h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.concept .common_h2::after {
  display: none;
}
.concept p {
  color: #001e62;
  font-size: 16px;
  text-align: center;
}
.concept p span, .sec_01 p span {
  display: block;
  margin-top: 25px;
}
/*DS LIGHT
CLUB HOUSEとは？*/
.sec_01 .wrapper {
  background-color: rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
  padding: 2em;
}
.sec_01 .title {
  color: #001e62;
  font-size: 27px;
  line-height: 1.47;
}
.sec_01 p {
  color: #001e62;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 2em;
}
.sec_01 .title .en {
  font-size: 32px;
  font-family: Helvetica;
  font-weight: bold;
}
@media(max-width:412px) {
  .sec_01 .title {
    font-size: 23px;
  }
  .sec_01 .title .en {
    font-size: 28px;
  }
}
@media(max-width:360px) {
  .sec_01 .title {
    font-size: 22px;
  }
  .sec_01 .title .en {
    font-size: 26px;
  }
}
/*line*/
.line {
  display: flex;
  margin: 80px 0;
}
/*event*/
.event-img {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
/*限定商品*/
.limited {
  background-color: #262926;
  padding: 80px 0;
}
.limited_text-img img {
  width: 88.7%;
}
.limited_title-img {
  width: 97.2%;
  margin: 40px 0;
}
.limited_text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
}
.limited_text span {
  display: block;
  margin-top: 30px;
}
.limited .limited-img {
  width: min(380px, 90%);
  margin: 110px auto 50px;
}
.limited .wrapper .limited-img:nth-of-type(1) {
  margin: 90px auto 50px;
}
.limited .product-name {
  display: inline-block;
  padding: 0 31px 0 17px;
  height: 46px;
  line-height: 45.1px;
  background: #b58e5e;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  font-size: 22px;
  font-weight: bold;
}
.limited .feature-title {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
.limited .feature {
  font-size: 14px;
  font-weight: 400;
}
/*対象店舗*/
.eligible-store {
  padding-bottom: 80px;
}
.eligible-store .common_h2 {
  font-size: 32px;
  margin-top: 80px;
}
.eligible-store .eligible-store_title {
  color: rgb(0, 0, 0);
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin: 40px 0 20px 0;
}
.eligible-store ul {
  color: #00a7e1;
  list-style: disc;
  font-size: 14px;
  padding-left: 20px;
}
.eligible-store ul li a {
  display: block;
  color: #00a7e1;
  text-decoration: underline;
  margin-top: 10px;
}
/*id*/
.anchor {
  padding-top: 1px;
  margin-top: -1px;
}