.modaal-video-wrap {
  margin: 0 !important;
}

.page-head {
  background: url("../images/flow/head-flow.jpg") no-repeat center;
  background-size: cover;
}
.page-head .head-animal {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100px;
}
.page-head .head-ramune {
  position: absolute;
  right: -10px;
  bottom: -40px;
  width: 160px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

section.process h2.hstyle-basic span {
  display: block;
  text-align: center;
}
section.process section .hstyle-basic.under-dott {
  padding-bottom: 1.5px;
}
section.process section:not(:first-of-type) {
  margin-top: 50px;
}
section.process section .desc {
  position: relative;
  background: #faf5e7;
  padding: 30px;
}
section.process section .desc .object_lemon {
  position: absolute;
  width: 80px;
  top: -60px;
  left: -20px;
}
section.process section .desc .object_ramune_red {
  position: absolute;
  width: 130px;
  top: -60px;
  left: -20px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
section.process section .desc .object_ramune_blue {
  position: absolute;
  width: 170px;
  top: -60px;
  left: -30px;
}
section.process section .desc .object_melon {
  position: absolute;
  width: 6.6px;
  top: -60px;
  left: -20px;
}

section.movie {
  margin-top: 80px;
  position: relative;
}

section.movie h2.hstyle-basic {
  margin-bottom: 40px;
}

section.movie h2.hstyle-basic span {
  display: block;
  text-align: center;
}

section.movie .wrap-photo a {
  position: relative;
  display: block;
}

section.movie .wrap-photo a::after {
  content: "";
  display: block;
  background: url("../images/movie-btn.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.movie .int-ramune_melon {
  position: absolute;
  right: -10px;
  top: 70px;
  width: 130px;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .page-head .head-ramune {
    position: absolute;
    right: -3rem;
    bottom: 11rem;
    width: 26rem;
  }
  .page-container {
    padding: 6rem 12rem;
  }
  section.process h2.hstyle-basic {
    margin-bottom: 5rem;
  }
  section.process section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.process section.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.process section .hstyle-basic.under-dott {
    padding-bottom: 2rem;
  }
  section.process section:not(:first-of-type) {
    margin-top: 6rem;
  }
  section.process section .photo {
    width: 50%;
  }
  section.process section .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    height: 100%;
    width: 100%;
  }
  section.process section .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8rem;
  }
  section.process section .desc .hstyle-basic span.en {
    font-size: 1.1rem;
  }
  section.process section .desc p {
    letter-spacing: 0;
  }
  section.process section .desc .object_lemon {
    width: 10rem;
    top: -4rem;
    left: 4rem;
  }
  section.process section .desc .object_ramune_red {
    width: 22rem;
    top: 1rem;
    right: -5rem;
    left: auto;
  }
  section.process section .desc .object_ramune_blue {
    width: 28rem;
    top: auto;
    left: auto;
    right: -10rem;
    bottom: -3rem;
  }
  section.process section .desc .object_melon {
    width: 19rem;
    top: auto;
    bottom: -4rem;
    left: 4rem;
  }
  section.movie {
    margin-top: 13rem;
    margin-bottom: 9rem;
  }
  section.movie h2.hstyle-basic {
    margin-bottom: 4rem;
  }
  section.movie .wrap-photo {
    width: 100%;
  }
  section.movie .wrap-photo a {
    overflow: hidden;
    position: relative;
    display: block;
  }
  section.movie .wrap-photo a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  section.movie .wrap-photo a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  section.movie .wrap-photo a::after {
    width: 10rem;
    height: 10rem;
  }
  section.movie .int-ramune_melon {
    position: absolute;
    right: -2rem;
    top: 4.2rem;
    width: 27rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1345px) {
  .page-container {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  .page-container {
    padding: 60px;
  }
  section.process section .desc {
    padding: 40px;
  }
  .page-head .head-animal {
    bottom: -1px;
  }
  section.process section .desc .object_lemon {
    top: -70px;
    left: 20px;
  }
  section.process section .desc .object_ramune_red {
    top: 0px;
  }
  section.process section .desc .object_risu {
    bottom: -50px;
  }
  section.process section .desc .object_ramune_blue {
    bottom: -80px;
  }
  section.process section .desc .object_melon {
    bottom: -80px;
  }
}