.inview-up {
  opacity: 0;
}

.hstyle-top-primary {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  position: relative;
  margin-bottom: 80px;
}
.hstyle-top-primary::after {
  content: "";
  width: 100%;
  height: 120px;
  background: url("../images/babble.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 29%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.hstyle-top-primary span {
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.hstyle-top-primary span.ja {
  font-size: 30px;
  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;
  letter-spacing: 0.04em;
}
.hstyle-top-primary span.ja::before, .hstyle-top-primary span.ja::after {
  -webkit-box-shadow: 0px 0px 12px 6px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 12px 6px rgba(255, 255, 255, 0.2);
}
.hstyle-top-primary span.ja::before {
  content: "";
  width: 0.7em;
  height: 3px;
  background: #fff;
  display: block;
  margin: 0 10px;
}
.hstyle-top-primary span.ja::after {
  content: "";
  width: 0.7em;
  height: 3px;
  background: #fff;
  display: block;
  margin: 0 10px;
}
.hstyle-top-primary span.en {
  font-size: 14px;
  font-family: var(--font-en);
}

a.btn-primary {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  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;
  height: 50px;
  border-radius: 25px;
  background: var(--color-pink);
}

section.here-area {
  position: relative;
}
section.here-area .inner {
  overflow-x: hidden;
}
section.here-area .bg {
  width: 140%;
  position: relative;
  left: -20%;
  clip-path: inset(0 100% -20% 0);
  -webkit-transition: clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
section.here-area .bg.is-active {
  clip-path: inset(0 0 -20% 0);
}
section.here-area h1 {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.here-area h1 img {
  opacity: 0;
}

.scrolldown {
  width: 1px;
  height: 80px;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.scrolldown .line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
section.feature {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.feature .inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
section.feature .inner::before {
  content: "";
  background: url("../images/bg-light.png") no-repeat right -140px bottom;
  background-size: 160%;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
}
section.feature .ramune-ichigo {
  width: 140px;
  position: absolute;
  top: 90px;
  left: -50px;
}
section.feature .ramune-grape {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 20px;
}
section.feature .ramune-melon {
  width: 200px;
  position: absolute;
  bottom: -60px;
  left: -60px;
}
section.feature .box-feature {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
section.feature .item-feature {
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 20px 15px rgba(139, 68, 8, 0.1);
          box-shadow: 0px 0px 20px 15px rgba(139, 68, 8, 0.1);
  padding: 18% 12%;
  position: relative;
}
section.feature .item-feature::after {
  content: "";
  width: 120px;
  height: 120px;
  background: url("../images/babble.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 0;
}
section.feature .feature-num {
  width: 90px;
  position: absolute;
  right: 10%;
  top: -8%;
}
section.feature .h-top {
  font-family: var(--font-en);
  font-size: 12px;
  margin-bottom: 5px;
}
section.feature .h-top.c01 {
  color: #ff3366;
}
section.feature .h-top.c02 {
  color: #cc3399;
}
section.feature .h-top.c03 {
  color: #339900;
}
section.feature .h-top.c04 {
  color: #ff6600;
}
section.feature p {
  font-weight: bold;
  color: #303030;
  position: relative;
  z-index: 1;
}
section.feature p.small {
  font-size: 12px;
  margin-top: 10px;
}
section.feature h3 {
  font-weight: bold;
  font-size: 24px;
  background: url("../images/dots.png") no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 15px;
}

section.lineup {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #f7e29b;
}
section.lineup .hstyle-top-primary span {
  text-shadow: 0px 0px 6px rgba(253, 141, 125, 0.3);
  color: #f57968;
}
section.lineup .hstyle-top-primary span.ja::before, section.lineup .hstyle-top-primary span.ja::after {
  -webkit-box-shadow: 0px 0px 12px 6px rgba(253, 141, 125, 0.2);
          box-shadow: 0px 0px 12px 6px rgba(253, 141, 125, 0.2);
}
section.lineup .hstyle-top-primary span.ja::before {
  background: #f57968;
}
section.lineup .hstyle-top-primary span.ja::after {
  background: #f57968;
}
section.lineup .inner {
  width: 80%;
  margin: 0 auto;
}
section.lineup .box-lineup {
  display: -ms-grid;
  display: grid;
  gap: 70px;
}
section.lineup .item-lineup {
  position: relative;
}
section.lineup .box-ph {
  position: relative;
}
section.lineup .box-ph .num-lineup {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: rgb(250, 196, 75);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 196, 75)), color-stop(20%, rgb(243, 140, 83)), to(rgb(233, 59, 94)));
  background: linear-gradient(0deg, rgb(250, 196, 75) 0%, rgb(243, 140, 83) 20%, rgb(233, 59, 94) 100%);
  width: 40px;
  height: 40px;
  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;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: -20px;
}
section.lineup h3 {
  background: url("../images/dots.png") no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 0.7em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
  padding-left: 20px;
}
section.lineup h3::before {
  content: "";
  width: 5px;
  height: 30px;
  background: var(--color-pink);
  position: absolute;
  left: 0;
  top: 0;
}
section.lineup .box-desc p {
  font-weight: bold;
}
section.lineup .box-desc section:nth-of-type(2) {
  margin-top: 30px;
}
section.lineup .box-lineup-btn {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
section.lineup .box-lineup-btn a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  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;
  height: 40px;
  border-radius: 20px;
}
section.lineup .box-lineup-btn.product a {
  background: var(--color-pink);
}
section.lineup .box-lineup-btn.e-link a {
  background: var(--color-red);
}

section.flow {
  padding: 50px 0;
}
section.flow .area-flow {
  width: 90%;
  margin: 0 auto;
  padding: 12% 8%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 15px rgba(139, 68, 8, 0.1);
          box-shadow: 0px 0px 20px 15px rgba(139, 68, 8, 0.1);
}
section.flow .h-top {
  font-weight: bold;
  font-size: 12px;
  color: var(--color-pink);
  margin-bottom: 5px;
  font-family: var(--font-en);
}
section.flow h2 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
section.flow h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.flow p {
  font-weight: bold;
}
section.flow a.btn-primary {
  margin-top: 20px;
}
section.flow .box-ph {
  position: relative;
  margin-top: 40px;
}
section.flow .box-ph .ramune-lemon {
  position: absolute;
  top: -20px;
  left: 0;
  width: 140px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
section.flow .box-ph .ramune-ichigo {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 140px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

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

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .hstyle-top-primary {
    margin-bottom: 8rem;
  }
  .hstyle-top-primary::after {
    height: 18.8rem;
  }
  .hstyle-top-primary span {
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.65);
  }
  .hstyle-top-primary span.ja {
    font-size: 5rem;
    letter-spacing: 0.04em;
  }
  .hstyle-top-primary span.ja::before, .hstyle-top-primary span.ja::after {
    -webkit-box-shadow: 0px 0px 12px 6px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 12px 6px rgba(255, 255, 255, 0.2);
  }
  .hstyle-top-primary span.ja::before {
    content: "";
    width: 0.7em;
    height: 6px;
    margin: 0 1.5rem;
  }
  .hstyle-top-primary span.ja::after {
    content: "";
    width: 0.7em;
    height: 6px;
    margin: 0 1.5rem;
  }
  .hstyle-top-primary span.en {
    font-size: 1.6rem;
    font-family: var(--font-en);
  }
  a.btn-primary {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.5rem;
    height: 5rem;
  }
  a.btn-primary:hover {
    -webkit-box-shadow: 0px 0px 13px 4px rgba(253, 141, 125, 0.5);
            box-shadow: 0px 0px 13px 4px rgba(253, 141, 125, 0.5);
  }
  section.here-area {
    margin-top: -8rem;
  }
  section.here-area .bg {
    display: block;
    width: 94%;
    left: auto;
    margin: 0 auto;
    clip-path: inset(0 100% -20% 0);
    -webkit-transition: clip-path 0.6s ease-out;
    transition: clip-path 0.6s ease-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  section.here-area h1 {
    width: 49%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .scrolldown {
    width: 1px;
    height: 15rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .scrolldown .line {
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -15rem;
    background-size: 100% 200%;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  @-webkit-keyframes scrolldown {
    0% {
      background-position: 0 -15rem;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 15rem;
    }
  }
  @keyframes scrolldown {
    0% {
      background-position: 0 -15rem;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 15rem;
    }
  }
  section.feature {
    padding-top: 8rem;
    padding-bottom: 18rem;
    overflow: hidden;
  }
  section.feature .inner {
    width: 110.8rem;
    margin: 0 auto;
    position: relative;
  }
  section.feature .inner::before {
    content: "";
    background: url("../images/bg-light.png") no-repeat center;
    background-size: contain;
    width: 900px;
    height: 900px;
    position: absolute;
    left: auto;
    right: -280px;
    top: auto;
    bottom: -40px;
  }
  section.feature .ramune-ichigo {
    width: 31.2rem;
    position: absolute;
    top: -3rem;
    left: -25rem;
  }
  section.feature .ramune-grape {
    width: 38.8rem;
    position: absolute;
    top: 31rem;
    left: auto;
    right: -16rem;
  }
  section.feature .ramune-melon {
    width: 38rem;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -12rem;
  }
  section.feature .ramune-orange {
    width: 38.3rem;
    position: absolute;
    bottom: 32rem;
    left: 6rem;
  }
  section.feature .ramune-peach {
    width: 33.8rem;
    position: absolute;
    bottom: 2rem;
    left: -25rem;
  }
  section.feature .ramune-lemon {
    width: 31.7rem;
    position: absolute;
    bottom: -6rem;
    right: -25rem;
  }
  section.feature .box-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 91.8rem;
    margin: 0 auto;
  }
  section.feature .item-feature {
    width: 40rem;
    border-radius: 40px;
    padding: 8rem 4.6rem;
    position: relative;
  }
  section.feature .item-feature::after {
    height: 15.8rem;
    right: 2rem;
    bottom: 2rem;
  }
  section.feature .item-feature.f01, section.feature .item-feature.f02 {
    position: relative;
    left: -10rem;
  }
  section.feature .item-feature.f03, section.feature .item-feature.f04 {
    margin-top: 8rem;
    position: relative;
    right: -10rem;
  }
  section.feature .feature-num {
    width: 12.2rem;
    position: absolute;
    right: 10%;
    top: -8%;
  }
  section.feature .h-top {
    font-family: var(--font-en);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  section.feature p {
    font-weight: bold;
    color: #303030;
    position: relative;
    z-index: 1;
  }
  section.feature p.small {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  section.feature h3 {
    font-weight: bold;
    font-size: 3rem;
    background: url("../images/dots.png") no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 0.5em;
    margin-bottom: 1.5rem;
  }
  section.lineup {
    padding-top: 14rem;
    padding-bottom: 13rem;
  }
  section.lineup .hstyle-top-primary span {
    text-shadow: 0px 0px 6px rgba(253, 141, 125, 0.3);
    color: #f57968;
  }
  section.lineup .hstyle-top-primary span.ja::before, section.lineup .hstyle-top-primary span.ja::after {
    -webkit-box-shadow: 0px 0px 12px 6px rgba(253, 141, 125, 0.2);
            box-shadow: 0px 0px 12px 6px rgba(253, 141, 125, 0.2);
  }
  section.lineup .hstyle-top-primary span.ja::before {
    background: #f57968;
  }
  section.lineup .hstyle-top-primary span.ja::after {
    background: #f57968;
  }
  section.lineup .inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  section.lineup .box-lineup {
    display: -ms-grid;
    display: grid;
    gap: 7.5rem;
  }
  section.lineup .item-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.lineup .box-ph {
    width: 36rem;
    margin-right: 6rem;
  }
  section.lineup .box-ph .num-lineup {
    font-size: 1.3rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: absolute;
    left: 2.5rem;
    top: -2rem;
  }
  section.lineup h3 {
    background: url("../images/dots-long.png") repeat-x center bottom;
    background-size: 780px;
    padding-bottom: 0.7em;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-left: 2rem;
  }
  section.lineup h3::before {
    width: 6px;
    height: 4rem;
  }
  section.lineup .box-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.lineup .box-desc section:nth-of-type(2) {
    margin-top: 5rem;
  }
  section.lineup .box-lineup-btn {
    max-width: 56rem;
    margin-top: 2.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
  section.lineup .box-lineup-btn a {
    font-size: 1.5rem;
    height: 5rem;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.lineup .box-lineup-btn a:hover {
    -webkit-box-shadow: 0px 0px 13px 4px rgba(253, 141, 125, 0.5);
            box-shadow: 0px 0px 13px 4px rgba(253, 141, 125, 0.5);
  }
  section.flow {
    padding: 14rem 0;
  }
  section.flow .area-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 6rem 6.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
  }
  section.flow .h-top {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  section.flow h2 {
    font-size: 3.6rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
  section.flow h2::after {
    width: 3rem;
    height: 3px;
    border-radius: 3px;
  }
  section.flow a.btn-primary {
    margin-top: 4rem;
    max-width: 17.5rem;
  }
  section.flow .box-ph {
    margin-top: 0;
    width: 55.5555555556%;
    max-width: 60rem;
  }
  section.flow .box-ph .ramune-lemon {
    position: absolute;
    top: -20px;
    left: 0;
    width: 28rem;
  }
  section.flow .box-ph .ramune-ichigo {
    position: absolute;
    bottom: 0;
    left: -15rem;
    width: 26rem;
  }
}
@media screen and (min-width: 1900px) {
  section.here-area .bg {
    width: auto;
    max-height: 90vh;
  }
  section.here-area {
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  section.here-area {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  section.feature .ramune-orange {
    width: 28.3rem;
    left: -3rem;
  }
  section.feature .ramune-grape {
    width: 28.8rem;
    position: absolute;
    top: 31rem;
    left: auto;
    right: -16rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  section.feature .box-feature {
    width: 80%;
  }
  section.feature .item-feature.f01, section.feature .item-feature.f02 {
    left: -3rem;
  }
  section.feature .item-feature.f03, section.feature .item-feature.f04 {
    margin-top: 6rem;
    right: -3rem;
  }
  section.flow .box-ph .ramune-lemon {
    position: absolute;
    top: -20px;
    left: 0;
    width: 22rem;
  }
  section.flow .box-ph .ramune-ichigo {
    position: absolute;
    bottom: 0;
    left: -15rem;
    width: 20rem;
  }
}