@charset "UTF-8";
body {
  margin: 0;
}

#multimist {
  overflow: hidden;
  font-size: 62.5%;
  position: relative;
  width: 100%;
  height: 100%;
}

#multimist img {
  width: 100%;
}

#multimist a {
  display: block;
}

#multimist h2 {
  text-align: center;
  font-weight: normal;
}

#multimist h3 {
  font-weight: normal;
  margin: 1em 0;
}

#multimist .pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  #multimist .sp_only {
    display: none;
  }
  #multimist .pc_only {
    display: block;
  }
}

.main li {
  list-style-type: none;
  font-size: calc(1.2em + (1vw - 0.32em) * 0.2597);
  /*12-14*/
  line-height: 1.5;
}

.main p {
  font-size: calc(1.2em + (1vw - 0.32em) * 0.2597);
  /*12-14*/
  line-height: 1.5;
  margin: 1em 0;
}

.main h2 {
  font-size: calc(1.4em + (1vw - 0.32em) * 0.7792);
  /*14-20*/
  line-height: 1.5;
  margin: 1em 0;
}

.main h3 {
  font-size: calc(1.6em + (1vw - 0.32em) * 1.0390);
  /*16-24*/
}

.main .textsmall {
  font-size: 10px;
}

.main .h2_wrapper {
  text-align: center;
}

@media screen and (min-width: 1090px) {
  .main li, .main p {
    font-size: 14px;
    line-height: 2;
  }
  .main h2 {
    font-size: 20px;
  }
  .main h3 {
    font-size: 24px;
  }
}

.hero {
  height: 25%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero .wf {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero .w_flower1 {
  top: 4%;
  left: 3%;
  height: calc(8.4em + (1vw - 0.32em) * 38.1696);
  width: calc(8.4em + (1vw - 0.32em) * 38.1696);
  max-width: 250px;
  max-height: 250px;
}

.hero .w_flower2 {
  top: 20%;
  right: 2%;
  width: calc(7em + (1vw - 0.32em) * 31.2500);
  height: calc(7em + (1vw - 0.32em) * 31.2500);
  max-width: 250px;
  max-height: 250px;
}

.hero h1 {
  width: 20%;
  margin: auto;
  max-width: 220px;
  padding: 1em;
}

.hero .euphoria_main, .hero .euphoria_sub {
  width: 70%;
  margin: auto;
  max-width: 460px;
  position: relative;
  z-index: 2;
}

.hero .euphoria_jp {
  width: 80%;
  margin: 30px auto;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .hero h1 {
    margin: auto;
    padding-top: 40px;
  }
}

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

.feature {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.feature ul {
  padding-left: 1.5em;
}

.feature ul li {
  position: relative;
}

.feature ul li::before {
  position: absolute;
  content: '◉';
  left: -1.2em;
}

.feature_img {
  width: 30%;
  margin: auto;
  max-width: 220px;
}

@media screen and (min-width: 768px) {
  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 83%;
    max-width: 1090px;
  }
  .feature_img {
    width: 20%;
    margin: 0;
  }
}

.of {
  display: none;
}

@media screen and (min-width: 768px) {
  .of {
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: block;
  }
  .of.o_flower1 {
    top: -100px;
    right: 0;
  }
  .of.o_flower2 {
    top: 50%;
  }
  .of.o_flower3 {
    bottom: 0%;
    right: 0;
    width: 150px;
    height: 150px;
  }
  .of.o_flower4 {
    left: 8%;
    top: 20%;
    width: 100px;
    height: 100px;
  }
  .of.o_flower5 {
    left: -250px;
    top: 50%;
  }
}

.o_flower6 {
  left: -4em;
  top: -4em;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kaori {
  position: relative;
  z-index: 2;
  margin-bottom: calc(15em + (1vw - 0.32em) * 44.6429);
}

.kaori .balloon {
  position: absolute;
  bottom: -100%;
  width: 20%;
  z-index: -1;
  height: 90%;
}

.kaori .balloon_g {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10%;
}

.kaori .balloon_o {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 10%;
}

.kaori .kaori_rabbit {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 70px auto;
}

@media screen and (min-width: 768px) {
  .kaori {
    margin: auto;
    margin-bottom: 200px;
  }
  .kaori .balloon {
    height: 350px;
    bottom: -100%;
  }
  .kaori .balloon_g {
    left: 20%;
  }
  .kaori .balloon_o {
    right: 20%;
  }
  .kaori_rabbit {
    width: 20%;
    max-width: 280px;
  }
}

.seibun {
  width: 90%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.seibun h2 > img {
  width: 2.5em !important;
}

.seibun h2 {
  position: relative;
  display: inline-block;
}

.seibun h2::before {
  position: absolute;
  content: '';
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 110%;
  height: 3em;
  z-index: -1;
}

.seibun_list {
  padding: 0;
  margin: 6em auto 3em;
}

.seibun_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px auto;
}

.seibun_list li .seibun_text p:first-of-type {
  font-size: 14px;
}

.seibun_list li .seibun_text p:last-of-type {
  font-size: 12px;
  line-height: 1.7;
}

.seibun_img {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
}

.seibun_text {
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
}

@media screen and (min-width: 768px) {
  .seibun {
    width: 83%;
  }
  .seibun_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seibun_list li {
    display: block;
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 250px;
  }
  .seibun_list li .seibun_text p:first-of-type {
    font-size: 18px;
  }
  .seibun_list li .seibun_text p:last-of-type {
    font-size: 14px;
  }
  .seibun_list li:not(:last-child) {
    margin-right: 5%;
  }
}

.seibun .goodfor .green_bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
  width: 3em;
  height: 3em;
  display: inline-block;
}

.seibun .goodfor .green_bg img {
  height: 100%;
}

.seibun .goodfor_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}

.seibun .goodfor_img {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

.seibun .goodfor .goodtag {
  background-color: #F0D9BA;
  padding: .3em 1.5em;
  margin-top: .9em;
  border-radius: 3em;
  display: inline-block;
  text-align: center;
  font-size: calc(1.2em + (1vw - 0.32em) * 0.2597);
  /*12-14px*/
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .seibun .goodfor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
  .seibun .goodfor_img {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    margin-right: 10%;
  }
  .seibun .goodfor_text {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
  }
  .seibun .goodfor .goodtag_wrapper {
    display: inline;
  }
  .seibun .goodfor .goodtag {
    line-height: 1;
  }
}

@media screen and (min-width: 1090px) {
  .seibun .goodfor .goodtag {
    font-size: 14px;
  }
}

.situation {
  margin: 6em auto 3em;
  width: 90%;
  max-width: 800px;
}

.situation h2, .situation h3 {
  position: relative;
  display: inline-block;
}

.situation h2::before {
  position: absolute;
  content: '';
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 110%;
  height: 3em;
  z-index: 0;
}

.situation h3::before {
  position: absolute;
  content: '';
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 110%;
  height: 1em;
  z-index: 0;
}

.situation article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6em auto;
}

.situation_text {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin-left: 2em;
  position: relative;
  z-index: 2;
}

.situation_img {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .situation_text {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
  }
  .situation_img {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1090px) {
  .situation {
    width: 73%;
  }
}

.anime1 {
  -webkit-animation: blink 2.0s ease-in-out infinite alternate;
  animation: blink 2.0s ease-in-out infinite alternate;
}

.anime2 {
  -webkit-animation: blink 3.0s ease-in-out infinite alternate;
  animation: blink 3.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=bibi_multimist.css.map */