@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : raresugar.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/raresugar/img/bg_h1.jpg) no-repeat center center/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 223px;
  height: 120px;
  position: absolute;
  top: -120px;
  left: -150px;
  background: url(/raresugar/img/img_h1.png) no-repeat center center/223px auto;
}

.intro {
  margin-bottom: 95px;
}
.intro .box {
  background: #FFF;
  border-radius: 80px;
  padding: 60px 130px;
  font-size: 15px;
  margin-bottom: 25px;
}
.intro .box .title01 {
  font-size: 24px;
  margin-bottom: 15px;
}
.intro .box .title01 span {
  color: #CF7078;
  font-weight: 700;
  background: url(/common/img/underline.png) repeat-x center bottom/18px auto;
  display: inline-block;
}
.intro .box .img01 {
  margin-top: 70px;
  text-align: center;
}
.intro .box .img01 img {
  width: 62.8%;
}
.intro .box.bottom {
  margin-bottom: 0;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/raresugar/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 112px;
    height: 60px;
    position: absolute;
    top: -60px;
    left: -75px;
    background: url(/raresugar/img/img_h1.png) no-repeat center center/112px auto;
  }
  .intro {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .intro .box {
    border-radius: inherit;
    padding: 30px 15px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .intro .box .title01 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .intro .box .img01 {
    margin-top: 0;
  }
  .intro .box .img01 img {
    width: 100%;
  }
  .intro .box.bottom {
    margin-bottom: 0;
  }
  .intro .box .box_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .intro .box .box_inner p {
    width: 100%;
    order: 1;
  }
  .intro .box .box_inner p.img01 {
    order: 0;
    margin-bottom: 20px;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=raresugar.css.map */