@charset "UTF-8";
#innocence_main {
  font-size: 62.5%;
  overflow: hidden;
  position: relative;
  color: #707070;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

#innocence_main p {
  font-size: calc(1.2em + (1vw - 0.32em) * 1.2987);
  /*12-22*/
  line-height: 1.8;
}

@media screen and (min-width: 1090px) {
  #innocence_main p {
    font-size: 22px;
  }
}

#innocence_main h3 {
  font-family: "Toppan Bunkyu Mincho","凸版文久明朝","游明朝","Yu Mincho","Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.25em;
  color: #BFA1BB;
  text-align: center;
  font-size: calc(1.8em + (1vw - 0.32em) * 2.3377);
  /* 18-36 */
}

@media screen and (min-width: 1090px) {
  #innocence_main h3 {
    font-size: 36px;
  }
}

#innocence_main .h3_wrapper > h3 {
  display: inline-block;
  padding: .6em 2.5em;
  color: #fff !important;
  background-color: #D4B8D2;
}

#innocence_main .h3_wrapper {
  text-align: center;
  margin: calc(3em + (1vw - 0.32em) * 6.4935) auto;
  /*30-80*/
}

@media screen and (min-width: 1090px) {
  #innocence_main .h3_wrapper {
    margin: 80px auto;
  }
}

#innocence_main .parts article.button p {
  font-size: calc(1.2em + (1vw - 0.32em) * 1.0390);
  /*12-20*/
}

@media screen and (min-width: 1090px) {
  #innocence_main .parts article.button p {
    font-size: 20px;
  }
}

#innocence_main img {
  width: 100%;
  height: auto;
}

#innocence_main ul {
  padding-left: 0;
}

#innocence_main li {
  list-style-type: none;
}

#innocence_main li p, #innocence_main li figcaption {
  font-size: calc(1em + (1vw - 0.32em) * 1.2987);
  /* 10-20 */
}

@media screen and (min-width: 1090px) {
  #innocence_main li p, #innocence_main li figcaption {
    font-size: 20px;
  }
}

#innocence_main .popup .content p.parts_text {
  font-size: calc(1.2em + (1vw - 0.32em) * 1.0390);
  /*12-20*/
}

@media screen and (min-width: 1090px) {
  #innocence_main .popup .content p.parts_text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

#particles-js {
  position: absolute;
  /*描画固定*/
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

/* 全体調整 */
.ec-productRole {
  padding-left: 0;
  padding-right: 0;
}

.ec-productRole .ec-grid2 {
  padding-right: 20px;
  padding-left: 20px;
}

.innocence_title {
  margin: calc(6em + (1vw - 0.32em) * 20.7792) auto auto auto;
  /* 60-220 */
}

.innocence_title h2 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  margin-bottom: calc(1.5em + (1vw - 0.32em) * 1.9481);
  /* 15-30 */
}

.innocence_title .innocence_subtitle {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media screen and (min-width: 768px) {
  .innocence_title {
    margin-bottom: calc(6em + (1vw - 0.32em) * 20.7792);
  }
}

@media screen and (min-width: 1090px) {
  .innocence_title {
    margin: 220px auto;
  }
  .innocence_title h2 {
    margin-bottom: 30px;
  }
}

.innocence_story {
  position: relative;
  z-index: 3;
}

.innocence_story .story_deer {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 35px auto;
  width: calc(10.4em + (1vw - 0.32em) * 43.0804);
  /* 104-297 */
  height: calc(11.4em + (1vw - 0.32em) * 47.3214);
  /* 114 326 */
}

.innocence_story .story_bg {
  background-color: #F0EBF5;
  margin: 0 calc(1em + (1vw - 0.32em) * 9.0909);
  /*10-80*/
  max-width: 930px;
  border-radius: calc(1em + (1vw - 0.32em) * 3.1250);
  /*10-24px*/
  position: relative;
}

.innocence_story .story_bg::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(9.5em + (1vw - 0.32em) * 34.1518);
  /* 95-248 */
  height: calc(11em + (1vw - 0.32em) * 26.5625);
  /* 110-229 */
  bottom: calc(-2.5em + (1vw - 0.32em) * -3.3482);
  /* -25 -40 */
  right: calc(-1em + (1vw - 0.32em) * -17.8571);
  /* -10 -90 */
}

.innocence_story h3 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  max-width: 140px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1em;
}

.innocence_story .story_text {
  padding: calc(4.5em + (1vw - 0.32em) * 3.3482) 0 45px 0;
  /*45-60*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.innocence_story .story_text p {
  text-align: left;
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: calc(1em + (1vw - 0.32em) * 1.5584) !important;
  /* 10-22 */
}

@media screen and (min-width: 768px) {
  .innocence_story .story_bg {
    border-radius: calc(4.5em + (1vw - 0.77em) * 5.9006);
    /* 45-64 */
  }
  .innocence_story .story_bg::before {
    top: calc(-4.5em + (1vw - 0.32em) * -9.0909);
    /*-45 -115*/
    left: calc(-5em + (1vw - 0.32em) * -10.3896);
    /*-50 -130*/
    width: calc(15em + (1vw - 0.32em) * 17.6623);
    /*150-286*/
    max-width: 286px;
    height: calc(17em + (1vw - 0.32em) * 20.2597);
    /* 170-326 */
    max-height: 326px;
  }
  .innocence_story .story_bg::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    width: calc(22.1em + (1vw - 0.32em) * 17.0130);
    /*297-352*/
    max-width: 352px;
    height: calc(24.3em + (1vw - 0.32em) * 18.5714);
    /* 326-386 */
    max-height: 386px;
    bottom: calc(-14.8em + (1vw - 0.32em) * 9.3506);
    /*-106 -76*/
    right: calc(-2.2em + (1vw - 0.32em) * -8.4416);
    /*-59 -87*/
  }
  .innocence_story h3 {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: auto;
    padding-top: 45px;
  }
  .innocence_story .story_text {
    padding-top: 45px;
  }
  .innocence_story .story_text p {
    text-align: left;
  }
}

@media screen and (min-width: 1090px) {
  .innocence_story .story_bg {
    margin: 0 auto;
    border-radius: 64px;
  }
  .innocence_story .story_bg::before {
    top: -115px;
    left: -130px;
  }
  .innocence_story .story_bg::after {
    bottom: -76px;
    right: -87px;
  }
  .innocence_story .story_text p {
    font-size: 22px !important;
  }
}

.bgcolor {
  background-color: #F0EBF5;
  position: relative;
}

.innocence_product {
  position: relative;
  z-index: 0;
}

.innocence_product .curved {
  position: absolute;
  background: #fff;
  height: calc(15.8em + (1vw - 0.32em) * 49.6104);
  /*158-540*/
  max-height: 540px;
  width: calc(45em + (1vw - 0.32em) * 141.5584);
  max-width: 1540px;
  top: calc(-7.9em + (1vw - 0.32em) * -24.8052);
  /*-79 -270*/
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 50%;
}

.innocence_product h3 {
  margin-top: calc(-10 / 77 * 100vw + 241px);
  /*200-100*/
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  position: relative;
  z-index: 2;
}

.innocence_product p {
  text-align: center;
  margin-top: calc(1.2em + (1vw - 0.32em) * 4.9351);
  /* 13-50 */
}

.innocence_product p img {
  height: 1.5em !important;
  width: auto !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media screen and (min-width: 1090px) {
  .innocence_product .curved {
    top: -270px;
  }
  .innocence_product h3 {
    margin-top: 100px;
  }
  .innocence_product p {
    margin-top: 50px;
  }
}

.freesia {
  width: calc(9.1em + (1vw - 0.32em) * 3.5065);
  /*91-118*/
  max-width: 118px;
  height: calc(7.8em + (1vw - 0.32em) * 2.8571);
  /* 78-100 */
  max-height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: calc(6em + (1vw - 0.32em) * 2.5974) auto;
}

.parts {
  position: relative;
  z-index: 2;
}

.parts h3 {
  padding: .6em 2.5em;
  color: #fff !important;
  background-color: #D4B8D2;
}

.parts_img {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}

.parts article {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.parts article h4 {
  position: relative;
  display: inline-block;
}

.parts article h4::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  bottom: 10%;
}

.parts_svg {
  height: calc(1.9em + (1vw - 0.32em) * 4.8052);
  /*19-56*/
  max-height: 56px;
  margin-top: 2em;
}

.parts_svg img {
  width: auto !important;
  height: 100% !important;
}

.scene_part2 .parts_svg {
  height: calc(3em + (1vw - 0.32em) * 7.1429);
  /*30-85*/
  max-height: 85px;
}

.parts .scene_part2 h4::after {
  bottom: 20%;
}

.parts .scene_part2 .h4_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .parts_img_wrapper {
    position: relative;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
  }
  .parts article h4::after {
    width: 40px;
    height: 20px;
    right: -60px;
  }
  .parts .scene_part1 {
    position: absolute;
    width: 37%;
    top: -10%;
  }
  .parts .scene_part2 {
    position: absolute;
    width: 37%;
    right: 0;
    bottom: 0%;
  }
  .parts .scene_part3 {
    position: absolute;
    width: 37%;
    bottom: 8%;
  }
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.popup .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .content {
  width: 90%;
  max-width: 981px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.95);
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.popup .content h4 {
  text-align: center;
}

.popup .content h4 .parts_svg {
  margin-top: 0;
}

.popup .content h4::after {
  content: none;
}

.popup .content p.parts_text {
  position: relative;
  margin-bottom: 2em;
}

.popup .content p.parts_text:last-child {
  margin-bottom: 0;
}

.popup .content p.parts_text::after {
  position: absolute;
  content: '';
  width: 80%;
  height: .5px;
  background-color: #707070;
  display: block;
  margin-left: 10%;
  bottom: -1em;
}

.popup .content p.parts_text:last-child::after {
  content: none;
}

@media screen and (min-width: 1090px) {
  .popup h4 {
    margin-bottom: 48px;
  }
}

.free {
  position: relative;
  z-index: 1;
}

.free h3 {
  margin: calc(3em + (1vw - 0.32em) * 6.4935) auto;
  /*30-80*/
}

@media screen and (min-width: 1090px) {
  .free h3 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.free .free_flex_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free .free_flex_1 .free_maru:last-child {
  margin-right: 0;
}

.free .free_flex_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free .free_flex_2 .free_maru:last-child {
  margin-right: 0;
}

.free .free_maru {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(5em + (1vw - 0.32em) * 8.1818);
  height: calc(5em + (1vw - 0.32em) * 8.1818);
  max-width: 113px;
  max-height: 113px;
  position: relative;
  margin-right: calc(1.3em + (1vw - 0.32em) * 4.0909);
  /*13-44.5*/
}

.free .free_maru span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #D4B8D2;
  font-size: calc(1em + (1vw - 0.32em) * 1.6883) !important;
  /*10-23*/
}

@media screen and (min-width: 1090px) {
  .free .free_maru {
    margin-right: 44.5px;
  }
  .free .free_maru span {
    font-size: 23px !important;
  }
}

.seibun {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.seibun_fukidashi {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 555px;
}

.seibun_border {
  background-color: #fff;
  border: calc(.1em + (1vw - 0.32em) * 0.1948) solid #D4B8D2;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  max-width: 926px;
  position: relative;
}

.seibun_border::before {
  position: absolute;
  content: '';
  width: calc(4.3em + (1vw - 0.32em) * 8.4416);
  height: calc(4.3em + (1vw - 0.32em) * 8.4416);
  /*43-108*/
  max-width: 108px;
  max-height: 108px;
  top: calc(-1em + (1vw - 0.32em) * -1.2987);
  left: calc(-1em + (1vw - 0.32em) * -1.2987);
  /*-10 - 20*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.seibun_border::after {
  position: absolute;
  content: '';
  width: calc(4.3em + (1vw - 0.32em) * 8.4416);
  height: calc(4.3em + (1vw - 0.32em) * 8.4416);
  /*43-108*/
  max-width: 108px;
  max-height: 108px;
  bottom: calc(-1em + (1vw - 0.32em) * -1.2987);
  right: calc(-1em + (1vw - 0.32em) * -1.2987);
  /*-10 - 20*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.seibun ul {
  padding-top: 30px;
  padding-bottom: 30px;
}

.seibun li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(2.3em + (1vw - 0.32em) * 6.2338);
  /*23-71*/
}

.seibun li figure {
  margin: 0 1.5em 0 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.seibun li figure figcaption {
  color: #BEBEBE;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seibun ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seibun li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .seibun li:nth-child(even) {
    margin-right: 12%;
    margin-left: 6%;
  }
  .seibun li:nth-child(odd) {
    margin-right: 6%;
    margin-left: 12%;
  }
  .seibun li figure {
    width: 70%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1090px) {
  .seibun_border {
    border: 2.5px solid #D4B8D2;
  }
  .seibun_border::before {
    top: -20px;
    left: -20px;
  }
  .seibun_border::after {
    bottom: -20px;
    right: -20px;
  }
}
/*# sourceMappingURL=bibi_innocence_oil.css.map */