@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

em {
  font-style: normal;
}

.inner {
  padding-inline: 1.5rem;
}

.content {
  padding-block: 12rem;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .inner {
    padding-inline: 4rem;
  }
  .content {
    padding-block: 16rem;
  }
}
@media (min-width: 1024px) {
  .pc-inner {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
  }
}
.sec-ttl {
  color: #333;
  font-size: 4rem;
}

ul li {
  list-style-type: none;
}

.f-molle {
  font-family: "Molle", cursive;
}

.f-oswald {
  font-family: "Oswald", sans-serif;
}

.screen {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.screen video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scrtel_wrap .scrtel {
  height: 100vh;
  position: sticky;
  top: 0;
}
.scrtel_wrap .scrtel p {
  margin: 0;
}

.ff_roboto {
  font-family: "Roboto", serif;
}

/*==================
#loading
==================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFFB8E;
  text-align: center;
}

#loading_text {
  font-size: 4.8rem;
}

@media (min-width: 768px) {
  #loading_text .progressbar-text {
    font-size: 12rem !important;
  }
}
/*==================
base
==================*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.txt {
  font-size: 16px;
  text-align: center;
}

.section {
  padding: 20px 10px;
}

._a {
  max-width: 300px;
  margin: 30px auto 0;
}

._a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2em 1em;
  border: 1px solid #222222;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #222222));
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

._a a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

._a a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

.p-absolute {
  position: absolute;
}

.scrtel_wrap01 {
  height: 200vh;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
.scrtel_wrap01 .scrtel {
  background-image: url(/special/kurukuru-web/demo/service/asset/img/fv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
}
.scrtel_wrap01 .scale1 {
  scale: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.scrtel_wrap01 .scale2 {
  scale: 100;
  -webkit-transition: 2s;
  transition: 2s;
}
.scrtel_wrap01 .fv-star {
  position: absolute;
  top: 36%;
  width: 100%;
  max-width: 20rem;
  left: -100%;
}
.scrtel_wrap01 .position1 {
  left: -100%;
  right: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrtel_wrap01 .position2 {
  left: auto;
  right: 55%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrtel_wrap01 .fv-txt {
  position: absolute;
  top: 44%;
  width: 92%;
  max-width: 40rem;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}
.scrtel_wrap01 .scroll {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.scrtel_wrap01 .scroll span {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.scrtel_wrap01 .opacity0 {
  opacity: 0;
}
.scrtel_wrap01 .opacity1 {
  opacity: 1;
}
.scrtel_wrap01 .scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #FFFFFF;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}
.scrtel_wrap01 .scroll::after {
  background-color: #EF0065;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media (min-width: 768px) {
  .scrtel_wrap01 .fv-txt {
    width: 100%;
    max-width: 60rem;
  }
  .scrtel_wrap01 .fv-star {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap01 .fv-txt {
    max-width: 42%;
    top: calc(100vh - 55%);
  }
  .scrtel_wrap01 .fv-star {
    top: calc(100vh - 64%);
    width: 16%;
  }
}

@-webkit-keyframes rotate_ice {
  0% {
    rotate: 20deg;
  }
  100% {
    rotate: -20deg;
  }
}

@keyframes rotate_ice {
  0% {
    rotate: 20deg;
  }
  100% {
    rotate: -20deg;
  }
}
.scrtel_wrap02 {
  height: 210vh;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  background-color: #FFFB8E;
  padding-top: 30rem;
  padding-bottom: 10rem;
}
.scrtel_wrap02 .scrtel {
  overflow-x: clip;
  position: static;
}
.scrtel_wrap02 .list-wrap {
  height: 100vh;
  position: relative;
}
.scrtel_wrap02 .ice {
  width: 100%;
  max-width: 20rem;
  position: absolute;
}
.scrtel_wrap02 .ice .rotate_left {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.scrtel_wrap02 .ice .rotate_right {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.scrtel_wrap02 .ice_1, .scrtel_wrap02 .ice_3, .scrtel_wrap02 .ice_5, .scrtel_wrap02 .ice_7 {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.scrtel_wrap02 .ice_1 img, .scrtel_wrap02 .ice_3 img, .scrtel_wrap02 .ice_5 img, .scrtel_wrap02 .ice_7 img {
  -webkit-animation: 0.6s infinite linear rotate_ice;
          animation: 0.6s infinite linear rotate_ice;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.scrtel_wrap02 .ice_2, .scrtel_wrap02 .ice_4, .scrtel_wrap02 .ice_6, .scrtel_wrap02 .ice_8 {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.scrtel_wrap02 .ice_2 img, .scrtel_wrap02 .ice_4 img, .scrtel_wrap02 .ice_6 img, .scrtel_wrap02 .ice_8 img {
  -webkit-animation: 0.6s infinite linear rotate_ice;
          animation: 0.6s infinite linear rotate_ice;
  animation-direction: alternate-reverse;
}
.scrtel_wrap02 .ice_1 {
  top: 5%;
}
.scrtel_wrap02 .ice_2 {
  top: 25%;
}
.scrtel_wrap02 .ice_3 {
  top: 45%;
}
.scrtel_wrap02 .ice_4 {
  top: 65%;
}
.scrtel_wrap02 .ice_5 {
  top: 85%;
}
.scrtel_wrap02 .ice_6 {
  top: 105%;
}
.scrtel_wrap02 .ice_7 {
  top: 125%;
}
.scrtel_wrap02 .ice_8 {
  top: 145%;
}
.scrtel_wrap02 .ice-list li:nth-of-type(odd) {
  left: -100%;
}
.scrtel_wrap02 .ice-list li:nth-of-type(even) {
  right: -100%;
}
.scrtel_wrap02 .flow-txt {
  color: #EF0065;
  font-size: 33rem;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  display: none;
}
@media (min-width: 768px) {
  .scrtel_wrap02 .ice-list .ice {
    max-width: 30rem;
  }
  .scrtel_wrap02 .ice-list .ice img {
    width: 100%;
  }
  .scrtel_wrap02 .list-wrap {
    height: 110vh;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap02 {
    padding-top: 0;
    padding-bottom: 0;
    height: 400vh;
  }
  .scrtel_wrap02 .flow-txt {
    display: block;
    left: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .scrtel_wrap02 .scrtel {
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .scrtel_wrap02 .position_out {
    left: 5%;
  }
  .scrtel_wrap02 .position_in {
    left: -275%;
  }
  .scrtel_wrap02 .ice {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .scrtel_wrap02 .ice-list:nth-child(1) li {
    top: 0;
    right: 0 !important;
    left: -100%;
  }
  .scrtel_wrap02 .ice-list:nth-child(2) li {
    top: auto;
    bottom: 10%;
    left: auto !important;
    right: -100%;
  }
  .scrtel_wrap02 .ice-list .ice {
    max-width: 26rem;
  }
}

.scrtel_wrap03 {
  margin: 0;
  max-width: 100%;
  height: 800vh;
}
.scrtel_wrap03 .bg-pink {
  background-image: repeating-linear-gradient(90deg, #ff7db0, #ff7db0 20px, transparent 20px, transparent 40px);
  top: 0;
}
.scrtel_wrap03 .bg-blue {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 20px, #22EFD9 20px, #22EFD9 40px);
  bottom: 0;
}
.scrtel_wrap03 .bg-melt-wrap {
  background-color: #FFBCC0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}
.scrtel_wrap03 .bg-melt-top {
  content: "";
  display: block;
  background: url(/special/kurukuru-web/demo/service/asset/img/bg_melt.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 14rem;
  bottom: 0;
  position: absolute;
}
.scrtel_wrap03 .opacity1 {
  opacity: 0;
}
.scrtel_wrap03 .opacity2 {
  opacity: 1;
}
.scrtel_wrap03 .bg-pink, .scrtel_wrap03 .bg-blue {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -3;
  -webkit-transition: 1s;
  transition: 1s;
}
.scrtel_wrap03 .height0 {
  height: 0;
}
.scrtel_wrap03 .height1 {
  height: 100%;
}
.scrtel_wrap03 .ice-cream {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrtel_wrap03 .ice-cream img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.scrtel_wrap03 .ice-cream-wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -100%;
}
.scrtel_wrap03 .in {
  bottom: -100% !important;
}
.scrtel_wrap03 .out {
  bottom: -40% !important;
}
.scrtel_wrap03 .ice-list .ice {
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 26rem;
}
.scrtel_wrap03 .ice-list .ice img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.scrtel_wrap03 .ice-list .ice_1 img, .scrtel_wrap03 .ice-list .ice_3 img, .scrtel_wrap03 .ice-list .ice_5 img, .scrtel_wrap03 .ice-list .ice_7 img {
  rotate: 10deg;
}
.scrtel_wrap03 .ice-list .ice_2 img, .scrtel_wrap03 .ice-list .ice_4 img, .scrtel_wrap03 .ice-list .ice_6 img, .scrtel_wrap03 .ice-list .ice_8 img {
  rotate: -10deg;
}
.scrtel_wrap03 .ice-list .in2, .scrtel_wrap03 .ice-list .in3, .scrtel_wrap03 .ice-list .in4, .scrtel_wrap03 .ice-list .in5, .scrtel_wrap03 .ice-list .in6, .scrtel_wrap03 .ice-list .in7, .scrtel_wrap03 .ice-list .in8, .scrtel_wrap03 .ice-list .in9 {
  top: -1000%;
  opacity: 0;
}
.scrtel_wrap03 .ice-list .out2, .scrtel_wrap03 .ice-list .out3, .scrtel_wrap03 .ice-list .out4, .scrtel_wrap03 .ice-list .out5, .scrtel_wrap03 .ice-list .out6, .scrtel_wrap03 .ice-list .out7, .scrtel_wrap03 .ice-list .out8, .scrtel_wrap03 .ice-list .out9 {
  opacity: 1;
}
.scrtel_wrap03 .ice-list .in2, .scrtel_wrap03 .ice-list .in4, .scrtel_wrap03 .ice-list .out2, .scrtel_wrap03 .ice-list .out4, .scrtel_wrap03 .ice-list .in6, .scrtel_wrap03 .ice-list .in8, .scrtel_wrap03 .ice-list .out6, .scrtel_wrap03 .ice-list .out8, .scrtel_wrap03 .ice-list .out9 {
  left: 55%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.scrtel_wrap03 .ice-list .in3, .scrtel_wrap03 .ice-list .out3, .scrtel_wrap03 .ice-list .in5, .scrtel_wrap03 .ice-list .out5, .scrtel_wrap03 .ice-list .in7, .scrtel_wrap03 .ice-list .out7, .scrtel_wrap03 .ice-list .in9, .scrtel_wrap03 .ice-list .out9 {
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.scrtel_wrap03 .ice-list .out2 {
  top: -10%;
}
.scrtel_wrap03 .ice-list .out3 {
  top: -21%;
}
.scrtel_wrap03 .ice-list .out4 {
  top: -32%;
}
.scrtel_wrap03 .ice-list .out5 {
  top: -43%;
}
.scrtel_wrap03 .ice-list .out6 {
  top: -54%;
}
.scrtel_wrap03 .ice-list .out7 {
  top: -65%;
}
.scrtel_wrap03 .ice-list .out8 {
  top: -76%;
}
.scrtel_wrap03 .ice-list .out9 {
  top: -87%;
}
.scrtel_wrap03 .potision1 {
  left: 0;
}
.scrtel_wrap03 .potision2 {
  left: -100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrtel_wrap03 .signboard {
  max-width: 90%;
  display: block;
  margin: 0 2rem;
  position: absolute;
  top: -100%;
  z-index: -2;
}
.scrtel_wrap03 .scrtel {
  overflow: hidden;
  background-color: #FFFB8E;
}
.scrtel_wrap03 .melt-position0 {
  bottom: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.scrtel_wrap03 .melt-position1 {
  bottom: -14rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .scrtel_wrap03 .melt-position0 {
    bottom: 0;
  }
  .scrtel_wrap03 .melt-position1 {
    bottom: -24rem;
  }
  .scrtel_wrap03 .signboard {
    width: 64rem;
    margin: 0;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .scrtel_wrap03 .signboard img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .scrtel_wrap03 .bg-pink {
    background-image: repeating-linear-gradient(90deg, #ff7db0, #ff7db0 40px, transparent 40px, transparent 80px);
  }
  .scrtel_wrap03 .bg-blue {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 40px, #22EFD9 40px, #22EFD9 80px);
  }
  .scrtel_wrap03 .out {
    bottom: -50% !important;
  }
  .scrtel_wrap03 .ice-cream img {
    width: 40rem;
  }
  .scrtel_wrap03 .ice-list .ice {
    width: 45rem;
  }
  .scrtel_wrap03 .ice-list .out2 {
    top: -17%;
  }
  .scrtel_wrap03 .ice-list .out3 {
    top: -30%;
  }
  .scrtel_wrap03 .ice-list .out4 {
    top: -44%;
  }
  .scrtel_wrap03 .ice-list .out5 {
    top: -57%;
  }
  .scrtel_wrap03 .ice-list .out6 {
    top: -71%;
  }
  .scrtel_wrap03 .ice-list .out7 {
    top: -85%;
  }
  .scrtel_wrap03 .ice-list .out8 {
    top: -100%;
  }
  .scrtel_wrap03 .ice-list .out9 {
    top: -110%;
  }
  .scrtel_wrap03 .bg-melt-top {
    height: 24rem;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
  }
  .scrtel_wrap03 .in {
    bottom: -136% !important;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap03 .melt-position1 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .scrtel_wrap03 .ice-cream {
    max-width: 70rem;
  }
  .scrtel_wrap03 .in {
    bottom: -1600px !important;
  }
  .scrtel_wrap03 .out {
    bottom: -330px !important;
  }
  .scrtel_wrap03 .ice-list .ice {
    max-width: 38rem;
  }
  .scrtel_wrap03 .ice-list .in2, .scrtel_wrap03 .ice-list .in4, .scrtel_wrap03 .ice-list .out2, .scrtel_wrap03 .ice-list .out4, .scrtel_wrap03 .ice-list .in6, .scrtel_wrap03 .ice-list .in8, .scrtel_wrap03 .ice-list .out6, .scrtel_wrap03 .ice-list .out8, .scrtel_wrap03 .ice-list .out9 {
    left: 52%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .scrtel_wrap03 .ice-list .in3, .scrtel_wrap03 .ice-list .out3, .scrtel_wrap03 .ice-list .in5, .scrtel_wrap03 .ice-list .out5, .scrtel_wrap03 .ice-list .in7, .scrtel_wrap03 .ice-list .out7, .scrtel_wrap03 .ice-list .in9, .scrtel_wrap03 .ice-list .out9 {
    left: 47%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .scrtel_wrap03 .ice-list .out2 {
    top: -100px;
  }
  .scrtel_wrap03 .ice-list .out3 {
    top: -220px;
  }
  .scrtel_wrap03 .ice-list .out4 {
    top: -340px;
  }
  .scrtel_wrap03 .ice-list .out5 {
    top: -460px;
  }
  .scrtel_wrap03 .ice-list .out6 {
    top: -580px;
  }
  .scrtel_wrap03 .ice-list .out7 {
    top: -690px;
  }
  .scrtel_wrap03 .ice-list .out8 {
    top: -800px;
  }
  .scrtel_wrap03 .ice-list .out9 {
    top: -910px;
  }
}

.scrtel_wrap04 {
  background-color: #FFBCC0;
  height: 2360px;
  position: static;
  overflow-y: clip;
  overflow-x: hidden;
}
.scrtel_wrap04 .scrtel {
  position: static;
}
.scrtel_wrap04 .inner {
  position: relative;
}
.scrtel_wrap04 .ice-tower {
  position: relative;
  left: -40%;
  width: 45rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 10rem;
}
.scrtel_wrap04 .ice-tower-wrap {
  padding-top: 10rem;
}
.scrtel_wrap04 .flavor-list li {
  position: absolute;
  width: 100%;
  left: 15rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(1) {
  top: 35rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(2) {
  top: 55rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(3) {
  top: 71rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(4) {
  top: 87rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(5) {
  top: 102rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(6) {
  top: 117rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(7) {
  top: 134rem;
}
.scrtel_wrap04 .flavor-list li:nth-child(8) {
  top: 147rem;
}
.scrtel_wrap04 .flavor-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrtel_wrap04 .flavor-list .opacity0, .scrtel_wrap04 .flavor-list .opacity1, .scrtel_wrap04 .flavor-list .width0, .scrtel_wrap04 .flavor-list .width1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrtel_wrap04 .flavor-list .txt {
  background: #00BAFE;
  padding: 1.5rem;
  border-radius: 10px;
  font-size: 1.6rem;
  max-width: 20rem;
  font-weight: 600;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.scrtel_wrap04 .flavor-list .circle {
  width: 2rem;
  height: 2rem;
  background: #00BAFE;
  border-radius: 50rem;
  opacity: 0;
}
.scrtel_wrap04 .flavor-list .stick {
  width: 0;
  height: 0.5rem;
  background: #00BAFE;
}
.scrtel_wrap04 .flavor-list .opacity0 {
  opacity: 0;
}
.scrtel_wrap04 .flavor-list .opacity1 {
  opacity: 1;
}
.scrtel_wrap04 .flavor-list .width0 {
  width: 0;
}
.scrtel_wrap04 .flavor-list .width1 {
  width: 5rem;
}
.scrtel_wrap04 .bg-mint {
  background-color: #D5FDFA;
  height: 0;
  width: 100%;
}
.scrtel_wrap04 .height0 {
  height: 0;
}
.scrtel_wrap04 .height100 {
  height: 100%;
}
.scrtel_wrap04 .sticky0 {
  position: static;
  height: 270vh;
}
@media (min-width: 768px) {
  .scrtel_wrap04 {
    height: 2700px;
  }
  .scrtel_wrap04 .flavor-list li {
    left: 41rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(1) {
    top: 40rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(2) {
    top: 60rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(3) {
    top: 79rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(4) {
    top: 97rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(5) {
    top: 115rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(6) {
    top: 132rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(7) {
    top: 149rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-child(8) {
    top: 167rem;
  }
  .scrtel_wrap04 .flavor-list .width1 {
    width: 9rem;
  }
  .scrtel_wrap04 .flavor-list .txt {
    font-size: 2rem;
    padding: 2rem 1.5rem;
    max-width: 24rem;
  }
  .scrtel_wrap04 .ice-tower-wrap {
    padding-top: 15rem;
  }
  .scrtel_wrap04 .ice-tower {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap04 {
    height: 2700px;
  }
  .scrtel_wrap04 .ice-tower {
    left: -100%;
  }
  .scrtel_wrap04 .flavor-list li:nth-of-type(odd) {
    left: 67rem;
  }
  .scrtel_wrap04 .flavor-list li:nth-of-type(even) {
    left: 72rem;
  }
}

.sticky {
  height: 100vh;
  position: sticky;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.scrtel_wrap05 {
  height: 400vh;
}
.scrtel_wrap05 .flavor-wrap {
  height: 100%;
  overflow: hidden;
}
.scrtel_wrap05 .bg {
  height: 100%;
  padding-inline: 1rem;
  padding-block: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrtel_wrap05 .main-products {
  position: absolute;
}
.scrtel_wrap05 .img-txt-list {
  position: relative;
  width: 100%;
  height: 20rem;
  top: -18rem;
  z-index: 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;
}
.scrtel_wrap05 .img-txt-list li {
  -webkit-transform-origin: center 40rem;
          transform-origin: center 40rem;
  position: absolute;
  top: 0;
  opacity: 0;
  rotate: 90deg !important;
}
.scrtel_wrap05 .img-txt-list li .img-txt {
  bottom: -20px;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.scrtel_wrap05 .img-txt-list .rotate0 {
  visibility: hidden;
  opacity: 0;
  rotate: -90deg !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.scrtel_wrap05 .img-txt-list .rotate1 {
  rotate: 0deg !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: visible !important;
  opacity: 1 !important;
}
.scrtel_wrap05 .ice-list {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrtel_wrap05 .ice-list li {
  position: absolute;
}
.scrtel_wrap05 .ice-list img {
  display: block;
  margin: 0 auto;
  width: 30rem;
}
.scrtel_wrap05 .star-svg-list {
  position: relative;
  width: 40rem;
  height: 40rem;
  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;
}
.scrtel_wrap05 .star-svg-list li {
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
}
.scrtel_wrap05 .star-svg-list li:not(:nth-child(1)) {
  visibility: hidden;
  opacity: 0;
}
.scrtel_wrap05 .star-svg-list .scale0 {
  scale: 0;
}
.scrtel_wrap05 .star-svg-list .scale1 {
  scale: 1;
}
.scrtel_wrap05 .star-svg {
  width: 40rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .scrtel_wrap05 .img-txt-list li {
    -webkit-transform-origin: center 60rem;
            transform-origin: center 60rem;
  }
  .scrtel_wrap05 .img-txt-list li .img-txt {
    bottom: 70px;
    max-width: 70rem;
    margin: 0 auto;
  }
  .scrtel_wrap05 .star-svg {
    width: 60rem;
    max-width: none;
  }
  .scrtel_wrap05 .ice-list img {
    width: 44rem;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap05 .img-txt-list li .img-txt {
    bottom: -20px;
  }
  .scrtel_wrap05 .ice-list {
    top: 55%;
  }
  .scrtel_wrap05 .ice-list img {
    width: 40rem;
  }
}

.mint-bg {
  background-color: #D5FDFA;
}
.mint-bg .star-svg-list li:not(:nth-child(1)), .mint-bg .ice-list li:not(:nth-child(1)) {
  visibility: hidden;
  opacity: 0;
}
.mint-bg .star-svg-list li:nth-child(1), .mint-bg .ice-list li:nth-child(1) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.vanilla-bg {
  background-color: #FFEFD3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.vanilla-bg .star-svg-list li:not(:nth-child(2)), .vanilla-bg .ice-list li:not(:nth-child(2)) {
  visibility: hidden;
  opacity: 0;
}
.vanilla-bg .star-svg-list li:nth-child(2), .vanilla-bg .ice-list li:nth-child(2) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.chocolate-nuts-bg {
  background-color: #5B3B24;
}
.chocolate-nuts-bg .star-svg-list li:not(:nth-child(3)), .chocolate-nuts-bg .ice-list li:not(:nth-child(3)) {
  visibility: hidden;
  opacity: 0;
}
.chocolate-nuts-bg .star-svg-list li:nth-child(3), .chocolate-nuts-bg .ice-list li:nth-child(3) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.strawberry-bg {
  background-color: #F9BBB7;
}
.strawberry-bg .star-svg-list li:not(:nth-child(4)), .strawberry-bg .ice-list li:not(:nth-child(4)) {
  visibility: hidden;
  opacity: 0;
}
.strawberry-bg .star-svg-list li:nth-child(4), .strawberry-bg .ice-list li:nth-child(4) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.green-tea-bg {
  background-color: #425E0E;
}
.green-tea-bg .star-svg-list li:not(:nth-child(5)), .green-tea-bg .ice-list li:not(:nth-child(5)) {
  visibility: hidden;
  opacity: 0;
}
.green-tea-bg .star-svg-list li:nth-child(5), .green-tea-bg .ice-list li:nth-child(5) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.chocolate-bg {
  background-color: #56240D;
}
.chocolate-bg .star-svg-list li:not(:nth-child(6)), .chocolate-bg .ice-list li:not(:nth-child(6)) {
  visibility: hidden;
  opacity: 0;
}
.chocolate-bg .star-svg-list li:nth-child(6), .chocolate-bg .ice-list li:nth-child(6) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.cheese-cake-bg {
  background-color: #FFFBEF;
}
.cheese-cake-bg .star-svg-list li:not(:nth-child(7)), .cheese-cake-bg .ice-list li:not(:nth-child(7)) {
  visibility: hidden;
  opacity: 0;
}
.cheese-cake-bg .star-svg-list li:nth-child(7), .cheese-cake-bg .ice-list li:nth-child(7) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.cassis-bg {
  background-color: #CB3662;
}
.cassis-bg .star-svg-list li:not(:nth-child(8)), .cassis-bg .ice-list li:not(:nth-child(8)) {
  visibility: hidden;
  opacity: 0;
}
.cassis-bg .star-svg-list li:nth-child(8), .cassis-bg .ice-list li:nth-child(8) {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.scrtel_wrap06 {
  background: #FFFB8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.scrtel_wrap06 .scrtel {
  height: 100%;
  position: static;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scrtel_wrap06 .sec-ttl {
  color: #EF0065;
  line-height: 1;
  font-size: 4.8rem;
}
.scrtel_wrap06 .video-wrap {
  position: relative;
  margin: 0 auto;
}
.scrtel_wrap06 .video-wrap .play-btn {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.scrtel_wrap06 .video-wrap .play-btn.playActive {
  display: none;
}
.scrtel_wrap06 .video-aspect {
  aspect-ratio: 16/9;
  max-width: 960px;
}
.scrtel_wrap06 .video-aspect video {
  width: 100%;
  height: 100%;
  -webkit-mask: url(/special/kurukuru-web/demo/service/asset/img/mask-circle.svg) center/auto no-repeat;
          mask: url(/special/kurukuru-web/demo/service/asset/img/mask-circle.svg) center/auto no-repeat;
  -webkit-mask-size: 0%;
          mask-size: 0%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.scrtel_wrap06 .video-aspect .mask_size0 {
  -webkit-mask-size: 0%;
          mask-size: 0%;
}
.scrtel_wrap06 .video-aspect .mask_size1 {
  -webkit-mask-size: 120%;
          mask-size: 120%;
}
.scrtel_wrap06 .txt {
  padding-top: 1.2rem;
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  max-width: 960px;
}
@media (min-width: 768px) {
  .scrtel_wrap06 .sec-ttl {
    font-size: 8rem;
    margin-bottom: 2rem;
  }
  .scrtel_wrap06 .txt {
    font-size: 1.8rem;
  }
  .scrtel_wrap06 .video-aspect video {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scrtel_wrap06 .content {
    padding-block: 9rem;
  }
  .scrtel_wrap06 .txt {
    max-width: 72rem;
    font-size: 1.6rem;
  }
}

.scrtel_wrap07 {
  background: url(/special/kurukuru-web/demo/service/asset/img/store-bg.jpg) center/cover no-repeat;
  height: 200vh;
}
.scrtel_wrap07 #back-btn {
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.scrtel_wrap07 .signboard-wrap {
  width: 100%;
  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;
  background: url(/special/kurukuru-web/demo/service/asset/img/ice-cream-signboard.svg) center/contain no-repeat;
  aspect-ratio: 17/4;
  margin-bottom: 1rem;
}
.scrtel_wrap07 .signboard-wrap .signboard-txt {
  color: #EF0065;
  line-height: 1.2;
  padding-top: 2rem;
  font-size: 4rem;
}
.scrtel_wrap07 .close-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 4rem;
  text-align: center;
  height: 100%;
  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;
  opacity: 0;
  color: #FFFB8E;
}
.scrtel_wrap07 .signboard {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.scrtel_wrap07 .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: relative;
}
.scrtel_wrap07 .main-content .txt-box {
  background: #FF4392;
  padding: 2.5rem;
  border-radius: 1rem;
}
.scrtel_wrap07 .bg-mint {
  background-color: #03D9D1;
  height: 100%;
  position: absolute;
  width: 0%;
  top: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.scrtel_wrap07 .width0 {
  width: 0%;
}
.scrtel_wrap07 .width1 {
  width: 100%;
}
.scrtel_wrap07 .ice-list {
  position: relative;
  max-width: 32rem;
  margin: 0 auto;
  opacity: 0;
  top: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.scrtel_wrap07 .ice-list li {
  position: absolute;
}
.scrtel_wrap07 .ice-position0 {
  opacity: 0;
  top: -100%;
}
.scrtel_wrap07 .ice-position1 {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 100%;
}
.scrtel_wrap07 .opacity0 {
  opacity: 0;
}
.scrtel_wrap07 .opacity1 {
  opacity: 1;
}
@media (min-width: 768px) {
  .scrtel_wrap07 .main-content .txt-box {
    font-size: 2rem;
    padding: 4rem;
  }
  .scrtel_wrap07 .ice-position1 {
    max-width: 40rem;
  }
  .scrtel_wrap07 .signboard-wrap .signboard-txt {
    font-size: 7rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .scrtel_wrap07 .ice-position1 {
    max-width: 30rem;
  }
  .scrtel_wrap07 .main-content .txt-box {
    font-size: 1.6rem;
  }
  .scrtel_wrap07 .signboard-wrap .signboard-txt {
    font-size: 8.6rem;
  }
}