@charset "UTF-8";
/* --------------------
		設定
-------------------- */
@import url("https://use.typekit.net/cfx8uhl.css");
: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値)　*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* レーベルのコンテンツ（パンくずリストを入れる場合）*/
.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 {
  color: var(--c-wh);
  background-color: var(--c-bg);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

article {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}

article img {
  width: 100%;
}

article .mv {
  position: relative;
}

article .lead {
  width: 89.3vw;
  font-size: 3.5vw;
  line-height: 2.18em;
  margin: 12vw auto;
  padding: 7.5vw;
  text-align: center;
}
article .lead span {
  display: inline-block;
}

article .lead {
  width: 89.3vw;
  font-size: 3.5vw;
  line-height: 2.05em;
  margin: 10vw auto;
  padding: 7.5vw;
  text-align: center;
}
article .lead span {
  display: inline-block;
}

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

/* --------------------
		features
-------------------- */
.feature-item {
  display: flex;
  width: 89.3vw;
  padding: 8vw;
  margin: 0 auto 5.6vw;
  background-color: var(--c-box);
}

.feature-item:last-child {
  margin-bottom: 0px;
}

.feature-txt h3 {
  font-size: 4.9vw;
  font-weight: 800;
  line-height: 1.3;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 1.1;
  font-style: normal;
  letter-spacing: 0.025em;
}

.feature-txt h3 span {
  display: block;
  margin-top: 0.5333333333vw;
  margin-bottom: 0.5333333333vw;
  font-size: 2.6vw;
  font-weight: 500;
  opacity: 0.5;
}

.feature-item p {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}
/*# sourceMappingURL=260828_ekal_recommend_style_sp.css.map */