@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.of {
  display: none;
}

@media screen and (min-width: 768px) {
  .of {
    position: absolute;
    z-index: 0;
    background-image: url("../img/bibi_hand_images/flower_orange.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: block;
  }
  .of.o_flower1 {
    top: -100px;
    right: 0;
  }
}

body {
  margin: 0;
}

#hand {
  font-size: 62.5%;
  max-width: 1090px;
  margin: auto;
}

#hand img {
  width: 100%;
}

#hand a {
  display: block;
}

.main li {
  list-style-type: none;
  font-size: calc(1em + (1vw - 0.38em) * 0.5594);
  /*10-14*/
  line-height: 2;
}

.main p {
  font-size: calc(1em + (1vw - 0.38em) * 0.5594);
  /*10-14*/
  line-height: 2;
}

.main h2, .main h3 {
  font-weight: normal;
  line-height: 1.4;
}

.main h2 {
  font-size: calc(2.2em + (1vw - 0.38em) * 0.8392);
  /* 22-28 */
}

.main h3 {
  font-size: calc(1.2em + (1vw - 0.38em) * 2.2378);
  /* 12-28 */
}

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

.main section:not(:first-of-type) {
  margin-top: calc(8em + (1vw - 0.38em) * 16.7832);
  /*80-200*/
}

@media screen and (min-width: 1090px) {
  .main section:not(:first-of-type) {
    margin-top: 200px;
  }
}

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

.hero .wf {
  position: absolute;
  background-image: url("../img/bibi_hand_images/flower_wt.png");
  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 {
    height: 45vh;
  }
  .hero h1 {
    margin: auto;
    padding-top: 40px;
  }
}

.feature {
  margin-top: 10%;
  margin-bottom: 10%;
  position: relative;
}

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

.feature .feature_li_wrapper h2 {
  text-align: center;
  font-size: calc(1.2em + (1vw - 0.38em) * 1.2587);
  /*12-21px */
  font-weight: normal;
}

.feature .feature_li_wrapper ul {
  padding-left: 1.5em;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.feature .feature_li_wrapper ul li {
  position: relative;
}

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

.feature-2:first-of-type .feature_bgimg {
  background-image: url("../img/bibi_hand_images/feature_bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(13em + (1vw - 0.38em) * 16.7832);
  /*130-250*/
  max-height: 250px;
}

.feature-2:nth-child(2) .feature_bgimg {
  background-image: url("../img/bibi_hand_images/feature_bg_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(13em + (1vw - 0.38em) * 12.5874);
  /*130-220*/
  max-height: 220px;
  margin-top: 30px;
}

.feature-2:last-child .feature_bgimg {
  background-image: url("../img/bibi_hand_images/feature_bg_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(13em + (1vw - 0.38em) * 16.7832);
  /*130-250*/
  max-height: 250px;
}

.feature article h3 {
  font-size: calc(2em + (1vw - 0.38em) * 0.9790);
  /*20-27px*/
  font-weight: normal;
}

.feature-2 {
  text-align: center;
}

.feature-2 span {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .feature {
    margin-bottom: 60px;
  }
  .feature-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;
  }
  .feature_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .feature-2_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(0em + (1vw - 0.77em) * 24.8447);
    /*0-80*/
  }
  .feature .feature-2 {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }
}

@media screen and (min-width: 1090px) {
  .feature-2_wrapper {
    margin-top: 80px;
  }
  .feature .feature_li_wrapper h2 {
    font-size: 21px;
  }
  .feature article h3 {
    font-size: 27px;
  }
}

.scene_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene figure {
  margin-left: 0;
  margin-right: 0;
}

.scene figure figcaption {
  font-size: calc(1em + (1vw - 0.38em) * 1.9580);
  /*10-24px*/
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scene figure {
    position: relative;
    background-color: rgba(245, 235, 211, 0.9);
  }
  .scene figure img {
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .scene figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .scene figure:hover img {
    opacity: .3;
  }
  .scene figure:hover figcaption {
    opacity: 1;
  }
}

@media screen and (min-width: 1090px) {
  .scene figure figcaption {
    font-size: 24px;
  }
}

.free h2 img {
  width: 1em !important;
  vertical-align: bottom;
}

.free ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  width: 74vw;
  margin: auto;
}

.free ul li {
  background-image: url("../img/bibi_hand_images/bg_free.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18vw;
  height: 18vw;
  margin-right: 10vw;
  position: relative;
}

.free ul li:nth-child(3n) {
  margin-right: 0;
}

.free ul li:nth-child(4n) {
  margin-right: auto;
  margin-left: auto;
}

.free ul li:nth-child(5n) {
  margin-right: auto;
  margin-left: auto;
}

.free ul span {
  line-height: 1.2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: calc(1em + (1vw - 0.38em) * 2.0356);
  /*10-18*/
}

@media screen and (min-width: 768px) {
  .free {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .free ul {
    width: 100%;
  }
  .free ul li {
    margin-right: auto !important;
    margin-left: auto;
    width: 10vw;
    height: 10vw;
    max-width: 100px;
    max-height: 100px;
  }
  .free ul span {
    font-size: calc(1.1em + (1vw - 0.77em) * 1.2422);
    /*11-15*/
  }
}

@media screen and (min-width: 1090px) {
  .free ul span {
    font-size: 15px;
  }
}

.seibun h2 img {
  width: 13em !important;
  display: block;
  margin: auto;
}

.seibun article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: calc(3.5em + (1vw - 0.38em) * 9.0909);
  /*35-100*/
}

article:first-of-type .seibun_bg {
  background-image: url("../img/bibi_hand_images/seibun_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(8.5em + (1vw - 0.38em) * 16.0839);
  /*85-200*/
  max-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

article:nth-of-type(2) .seibun_bg {
  background-image: url("../img/bibi_hand_images/seibun_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(8em + (1vw - 0.38em) * 16.7832);
  /*80-200*/
  max-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

article:last-of-type .seibun_bg {
  background-image: url("../img/bibi_hand_images/seibun_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(8em + (1vw - 0.38em) * 14.6853);
  /*80-185*/
  max-height: 185px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.seibun_text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: left;
  margin-left: calc(1em + (1vw - 0.38em) * 5.5944);
  /* 10-50*/
}

.seibun_text h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.seibun_text p {
  margin: 0;
  line-height: 1.4em;
}

.seibun_text p.kome {
  font-size: 10px;
  margin-top: 8px;
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .seibun h2 img {
    display: inline;
  }
  .seibun article {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .seibun_text p {
    line-height: 2;
  }
}

@media screen and (min-width: 1090px) {
  .seibun_text {
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .scene, .free, .seibun {
    text-align: center;
  }
}

.scene h2, .free h2, .seibun h2 {
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scene h2, .free h2, .seibun h2 {
    display: inline-block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
  }
}

.seibun h2 {
  text-align: left;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .seibun h2 {
    text-align: center;
  }
}

.scene h2::after, .free h2::after, .seibun h2::after {
  position: absolute;
  content: '';
  width: 95%;
  background-image: url("../img/bibi_hand_images/fukidashi.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1em;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.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_hand_ec.css.map */