@charset "UTF-8";
@import url("https://use.typekit.net/bfq8zws.css");
html {
  font-size: 62.5%;
}

/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .pc-only {
    display: block !important;
  }
}

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

:root {
  --c-txt: #555;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------
		.content
-------------------- */
/* --------------------
		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;
}
@media screen and (min-width: 1000px) {
  .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
-------------------- */
#content {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  #content {
    max-width: 1200px;
    margin: 30px auto 40px;
    font-size: 14px;
  }
}
#content img {
  width: 100%;
  height: auto;
}
#content .header {
  margin: 0 auto;
}
#content .header h1 {
  text-align: center;
}
#content .header .header__lead {
  width: 92vw;
  font-size: 12px;
  line-height: 2;
  margin: 7.5vw auto;
  padding: 7.5vw 9vw;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  #content .header .header__lead {
    width: 80%;
    line-height: 1.9em;
    margin: 60px auto;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
  }
}
#content .features__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap {
    gap: 16px;
  }
}
#content .features__wrap .feature-item {
  display: flex;
  flex-direction: column;
  width: 46vw;
  padding: 5vw;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap .feature-item {
    width: 21.875vw;
    max-width: 280px;
    padding: 25px;
    margin: 0;
  }
}
#content .features__wrap .feature-item img {
  width: 36.5vw;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap .feature-item img {
    width: 17.96875vw;
    max-width: 230px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content .features__wrap .feature-item .feature-txt {
  margin: 10px 0 0;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap .feature-item .feature-txt {
    margin-left: 0px;
  }
}
#content .features__wrap .feature-item .feature-txt h3 {
  margin: 0.5333333333vw 0;
  line-height: 1.3;
  color: var(--c-txt);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 1.1;
  font-style: normal;
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: 3%;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap .feature-item .feature-txt h3 {
    margin-bottom: 6px;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 1.1;
    font-style: normal;
    font-size: 18px;
  }
}
#content .features__wrap .feature-item .feature-txt p {
  text-align: justify;
}
#content .features__wrap .feature-item .feature-txt p span {
  display: inline-block;
  color: #627780;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 1000px) {
  #content .features__wrap .feature-item .feature-txt p span {
    font-size: 13px;
  }
}
#content .features__wrap .feature-item .feature-txt .feature__box {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 14px;
}
#content .features__wrap .feature-item .feature-txt .feature__box_txt {
  background-color: var(--c-txt);
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  background-color: #868D90;
}/*# sourceMappingURL=260918_rosso-m_high_style.css.map */