@charset "UTF-8";
/* --------------------
		設定
-------------------- */
:root {
  --c-wh: #fff;
  --c-txt: #555;
  --c-bg: #0d1f25;
  --c-box: #27363a;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
/* --------------------
		reset
-------------------- */
.container {
  width: auto !important;
}

.block-event-page {
  width: 100% !important;
  padding: 0 !important;
}

.block-event-page--header-img {
  display: none;
}

.block-event-page--comment-bot {
  padding: 0 !important;
  background-color: transparent;
}

.block-footer-download {
  display: none !important;
}

.block-event-page--goods {
  padding: 0;
  width: 1200px !important;
  margin: 0 auto !important;
}

/* レーベルのコンテンツ（パンくずリストを入れる場合）*/
.block-event-page--comment {
  display: none !important;
}

.block-top-bnr-obi {
  display: none !important;
}

.block-topic-path {
  padding: 10px 10px;
}
@media screen and (min-width: 1000px) {
  .block-topic-path {
    padding: 0;
  }
}

.block-topic-path--list {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .block-topic-path--list {
    padding: 0 0 20px 20px;
  }
}

/* --------------------
		common
-------------------- */
.main {
  min-width: 1200px;
  color: var(--c-wh);
  background-color: var(--c-bg);
  padding: 60px 0 70px;
}

article {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}

article img {
  width: 100%;
}

article .mv {
  position: relative;
}

article .lead {
  font-size: 17px;
  line-height: 1.9em;
  margin: 30px 0;
  padding: 75px 140px;
  text-align: center;
}
article .lead span {
  display: block;
}

article img {
  width: 100%;
  height: auto;
}

/* --------------------
		features
-------------------- */
.features {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.feature-item {
  display: flex;
  background-color: var(--c-box);
}

.feature-item {
  width: 545px;
  padding: 45px;
}

.feature-item:nth-child(odd) {
  margin-right: 30px;
}

.feature-item:nth-child(n+3) {
  margin-top: 30px;
}

.feature-item img {
  width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-txt h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

.feature-txt h3 span {
  display: block;
  margin-top: -10px;
  font-size: 13px;
}

.feature-item p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
/*# sourceMappingURL=260828_ekal_recommend_style.css.map */