@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* line 8, ../_sass/himitsu.scss */
  p.xs {
    display: none;
  }
}

/* line 13, ../_sass/himitsu.scss */
p.sm {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 13, ../_sass/himitsu.scss */
  p.sm {
    display: block;
  }
}

/**
 * ページ見出し
 */
/* line 24, ../_sass/himitsu.scss */
section.main-cover {
  background: url(../img/himitsu/cover.jpg) no-repeat;
  background-size: cover;
  background-position: 83% 50%;
}
@media screen and (min-width: 768px) {
  /* line 24, ../_sass/himitsu.scss */
  section.main-cover {
    background-position: 70% 50%;
  }
}
/* line 31, ../_sass/himitsu.scss */
section.main-cover .overlay {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  /* line 31, ../_sass/himitsu.scss */
  section.main-cover .overlay {
    background-color: transparent;
    height: 380px;
  }
}
/* line 41, ../_sass/himitsu.scss */
section.main-cover h2 {
  color: #ffffff;
  margin: 0;
  font-size: 2.0rem;
  letter-spacing: 1px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 41, ../_sass/himitsu.scss */
  section.main-cover h2 {
    font-size: 2.8rem;
    padding-top: 80px;
  }
}
/* line 51, ../_sass/himitsu.scss */
section.main-cover h2 b {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  /* line 51, ../_sass/himitsu.scss */
  section.main-cover h2 b {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 57, ../_sass/himitsu.scss */
  section.main-cover h2 br {
    display: none;
  }
}
/* line 63, ../_sass/himitsu.scss */
section.main-cover p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-top: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 63, ../_sass/himitsu.scss */
  section.main-cover p {
    font-size: 1.6rem;
  }
}
/* line 72, ../_sass/himitsu.scss */
section.main-cover p br {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 72, ../_sass/himitsu.scss */
  section.main-cover p br {
    display: inline;
  }
}

/**
 * section 見出し
 */
/* line 85, ../_sass/himitsu.scss */
.section-header b {
  font-family: serif;
  font-size: 5.2rem;
  font-weight: normal;
  margin-left: 5px;
  line-height: 5.0rem;
  vertical-align: bottom;
}

/**
 * section 中身
 */
@media screen and (min-width: 768px) {
  /* line 98, ../_sass/himitsu.scss */
  .section-body {
    padding: 30px 30px 0 30px !important;
  }
}
/* line 103, ../_sass/himitsu.scss */
.section-body h3 {
  text-align: center;
  color: #004896;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 103, ../_sass/himitsu.scss */
  .section-body h3 {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 113, ../_sass/himitsu.scss */
  .section-body h3 br {
    display: none;
  }
}
/* line 118, ../_sass/himitsu.scss */
.section-body h3 b {
  display: block;
  font-size: 2.2rem;
  font-family: serif;
  border: 1px solid #004896;
  margin: 10px auto;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  /* line 118, ../_sass/himitsu.scss */
  .section-body h3 b {
    font-size: 3.6rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 992px) {
  /* line 118, ../_sass/himitsu.scss */
  .section-body h3 b {
    width: 700px;
  }
}
/* line 135, ../_sass/himitsu.scss */
.section-body .lead {
  padding-bottom: 15px;
}
/* line 137, ../_sass/himitsu.scss */
.section-body .lead p {
  margin-bottom: 1em;
}
/* line 139, ../_sass/himitsu.scss */
.section-body .lead p.photo {
  margin-top: 3em;
}
/* line 146, ../_sass/himitsu.scss */
.section-body .item {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 150, ../_sass/himitsu.scss */
.section-body .item h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 150, ../_sass/himitsu.scss */
  .section-body .item h4 {
    text-align: left;
    margin-top: 0;
  }
}
/* line 161, ../_sass/himitsu.scss */
.section-body .item ul {
  list-style: circle;
  margin-left: 15px;
}
/* line 165, ../_sass/himitsu.scss */
.section-body .item li {
  margin-top: 10px;
  line-height: 1.6em;
}
/* line 172, ../_sass/himitsu.scss */
.section-body .genre,
.section-body .genre-all {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
/* line 176, ../_sass/himitsu.scss */
.section-body .genre h4,
.section-body .genre-all h4 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
}
/* line 183, ../_sass/himitsu.scss */
.section-body .genre ul,
.section-body .genre-all ul {
  list-style: circle;
  margin-left: 15px;
}
/* line 187, ../_sass/himitsu.scss */
.section-body .genre li,
.section-body .genre-all li {
  margin-top: 10px;
}
/* line 193, ../_sass/himitsu.scss */
.section-body .genre-all > div {
  background: url(../img/himitsu/icon_all.svg) no-repeat;
  background-position: 50% 30px;
  padding-top: 80px;
}
/* line 200, ../_sass/himitsu.scss */
.section-body .genre > div {
  padding-top: 110px;
  background-repeat: no-repeat;
}
/* line 204, ../_sass/himitsu.scss */
.section-body .genre .jewelry {
  background-image: url(../img/himitsu/icon_jewelry.svg);
  background-position: 50% 40px;
}
/* line 208, ../_sass/himitsu.scss */
.section-body .genre .watch {
  background-image: url(../img/himitsu/icon_watch.svg);
  background-position: 50% 30px;
}
/* line 212, ../_sass/himitsu.scss */
.section-body .genre .bag {
  background-image: url(../img/himitsu/icon_bag.svg);
  background-position: 50% 35px;
}
/* line 216, ../_sass/himitsu.scss */
.section-body .genre .apparel {
  background-image: url(../img/himitsu/icon_apparel.svg);
  background-position: 50% 40px;
}
/* line 223, ../_sass/himitsu.scss */
.section-body .cover-auction {
  background-image: url(../img/himitsu/auction.jpg);
  background-size: cover;
  background-position: 50% 0%;
  height: 130px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 223, ../_sass/himitsu.scss */
  .section-body .cover-auction {
    height: 230px;
  }
}
/* line 235, ../_sass/himitsu.scss */
.section-body .cover-store {
  background-image: url(../img/himitsu/store.jpg);
  background-size: cover;
  background-position: 50% 0%;
  height: 130px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 235, ../_sass/himitsu.scss */
  .section-body .cover-store {
    height: 230px;
  }
}

/*# sourceMappingURL=himitsu.css.map */
