@charset "UTF-8";
/*--------------------------------------------------------
  リセット
/*--------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*--------------------------------------------------------
  common
/*--------------------------------------------------------*/
body {
  overflow-x: hidden;
}
body.no_scroll {
  overflow: hidden !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
  -webkit-overflow-scrolling: auto !important;
  overscroll-behavior: none !important;
  touch-action: none !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
/*--------------------------------------------------------
  parts
/*--------------------------------------------------------*/
.wrap {
  background-color: #1a5734;
}

.f_termina {
  font-family: "termina", sans-serif;
  font-style: normal;
}

svg {
  width: 100%;
}

.cont_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  pointer-events: none;
}
.cont_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont_overlay-noise {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/assets/img/noise.webp);
  background-position: center;
  pointer-events: none;
  z-index: 20;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .cont_overlay-noise {
    width: 100vw;
  }
}
.cont_overlay-leaf {
  display: flex;
  width: 140.625vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -20.8333333333vw;
  padding-top: 7.8125vw;
  pointer-events: none;
  z-index: 8;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cont_overlay-leaf {
    width: 138.6666666667vw;
    left: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .cont_overlay-leaf .leaf01 {
    transform: translate(15%, -18%) scale(1.5);
  }
  .cont_overlay-leaf .leaf03 {
    transform: translate(3%, 11%) scale(1.5);
  }
  .cont_overlay-leaf .leaf02 {
    transform: translate(0%, 14%) scale(1.2);
  }
  .cont_overlay-leaf .leaf04 {
    transform: translate(-10%, -42%) scale(1.5);
  }
  .cont_overlay-leaf .leaf05 {
    transform: translate(10%, -21%) scale(1.2);
  }
  .cont_overlay-leaf .leaf06 {
    transform: translate(-33%, -21%) scale(1.2);
  }
  .cont_overlay-leaf .leaf07 {
    transform: translate(-20%, -7%) scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .cont_overlay-leaf .leaf01 {
    transform: translate(-42.6666666667vw, -82.6666666667vw) scale(2.5);
  }
  .cont_overlay-leaf .leaf02 {
    transform: translate(0, 90.6666666667vw) scale(1.5);
  }
  .cont_overlay-leaf .leaf03 {
    transform: translate(-64vw, 0px) scale(2);
  }
  .cont_overlay-leaf .leaf04 {
    transform: translate(-157.3333333333vw, -520vw) scale(2);
  }
  .cont_overlay-leaf .leaf05 {
    transform: translate(-61.3333333333vw, -522.6666666667vw) scale(2);
  }
}

.cont_txtBox {
  width: 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  .cont_txtBox {
    width: 82.6666666667vw;
  }
}
.cont_txtBox .cont_num {
  margin-bottom: 5.2083333333vw;
  color: #86e0bf;
  line-height: 1;
  font-size: 11.9791666667vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cont_txtBox .cont_num {
    margin-bottom: 8vw;
    font-size: 25.0666666667vw;
  }
}
.cont_txtBox h2 {
  margin-bottom: 5.2083333333vw;
  line-height: 1.44;
  font-size: 2.6041666667vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .cont_txtBox h2 {
    margin-bottom: 9.3333333333vw;
    font-size: 8vw;
    letter-spacing: 0.1em;
  }
}
.cont_txtBox h2 span {
  display: block;
  margin-bottom: 0.5208333333vw;
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .cont_txtBox h2 span {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cont_txtBox p {
  line-height: 2.5;
  font-size: 1.0416666667vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cont_txtBox p {
    font-size: 3.7333333333vw;
  }
}
.cont_txtBox p + p {
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 768px) {
  .cont_txtBox p + p {
    margin-top: 9.3333333333vw;
  }
}

.bg_shadow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bg_shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: flex;
  width: 30.2083333333vw;
  height: 6.875vw;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 3.3854166667vw;
  font-size: 1.875vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 65.3333333333vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #fff;
    border-radius: 8vw;
    font-size: 4vw;
  }
}
.btn img {
  display: block;
  width: 1.3541666667vw;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .btn img {
    width: 3.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.is_hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.is_active {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}

.split_text span {
  display: inline-block;
  opacity: 0;
  transform: rotateY(90deg);
}

.firstHalf_cont {
  position: relative;
  z-index: 10;
}

#sec03 {
  position: relative;
  z-index: 6;
}

.secondHalf_cont {
  position: relative;
  background-color: #1a5734;
  z-index: 2;
}

/*--------------------------------------------------------
  header
/*--------------------------------------------------------*/
/*--------------------------------------------------------
  footer
/*--------------------------------------------------------*/
#footer {
  overflow: hidden;
  position: relative;
  padding-top: 3.6458333333vw;
  z-index: 2;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 61.3333333333vw;
    overflow-x: hidden;
  }
}
#footer .copyright {
  position: relative;
  margin-bottom: 9.8958333333vw;
  font-size: 1.1458333333vw;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    margin-bottom: 0;
    font-size: 2.4vw;
  }
}
#footer .footer_wrap {
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  perspective-origin: 50% 50%;
}
#footer .sticky_box {
  width: 100%;
  min-height: 150vh;
  height: auto;
  position: relative;
  transform-style: preserve-3d;
}
#footer .sticky_item {
  width: 100%;
  min-height: 150vh;
  position: relative;
  top: 0;
  z-index: 2;
  transform-style: preserve-3d;
}
#footer .sticky_item.is_ready {
  position: sticky;
}
#footer .foot_leaf {
  width: 100%;
  position: absolute;
  top: -68.75vw;
  left: 0;
  pointer-events: none;
  z-index: 6;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  #footer .foot_leaf {
    max-width: 200vw !important;
    width: 200vw;
    top: -61.3333333333vw;
    left: -41.3333333333vw;
  }
  #footer .foot_leaf svg {
    height: 202.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #footer .foot_leaf svg {
    max-width: 100% !important;
    height: auto;
  }
}
#footer .foot_leaf svg {
  transform-style: preserve-3d;
}
#footer .foot_leaf .toRight_leaf {
  transition: transform 0.1s ease-out;
  transform-origin: 50% 50% 0;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
#footer .foot_leaf .toLeft_leaf {
  transition: transform 0.1s ease-out;
  transform-origin: 50% 50% 0;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
#footer .foot_img {
  width: 57.2916666667vw;
  position: relative;
  margin: 0 auto;
  transition: transform 0.1s ease-out;
  transform-origin: 50% 50% 0;
  z-index: 12;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #footer .foot_img {
    width: 100%;
  }
}
#footer.footer-3d-active .footer_wrap {
  perspective: 800px;
  perspective-origin: 50% 30%;
}
#footer.footer-3d-active .foot_leaf {
  perspective: 600px;
}
#footer.footer-3d-active .foot_leaf .toRight_leaf {
  transform: translateZ(0);
}
#footer.footer-3d-active .foot_leaf .toLeft_leaf {
  transform: translateZ(0);
}
#footer.footer-3d-active .foot_img {
  transform: translateZ(0);
}
#footer.loop-transitioning .foot_leaf, #footer.loop-transitioning .foot_img {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(15) translateZ(500px);
}

/*--------------------------------------------------------
  css animation
/*--------------------------------------------------------*/
@keyframes hurueru {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(360deg) rotate(Z);
  }
}
@keyframes flowerColorChange {
  0% {
    fill: #d8bc75;
  }
  100% {
    fill: #dc9466;
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scale-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------
  MV
/*--------------------------------------------------------*/
#mv {
  overflow: hidden;
  height: 100vh;
  position: relative;
  padding: 0 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #mv {
    position: relative;
    padding: 0;
  }
}

.mv_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.2083333333vw;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mv_wrap {
    gap: 9.3333333333vw;
  }
}

#js-mvMouse {
  width: 78.6458333333vw;
  height: 78.6458333333vw;
  position: absolute;
  top: -38.5416666667vw;
  right: -22.9166666667vw;
  opacity: 0;
  background-image: url(/assets/img/mv_circle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #js-mvMouse {
    width: 80vw;
    height: 80vw;
    position: absolute;
    top: -16vw;
    right: -16vw;
  }
}

.mv_eggs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .mv_eggs {
    gap: 9.3333333333vw;
  }
}
.mv_eggs span {
  display: block;
  width: 12.0833333333vw;
  opacity: 0;
  transform: translateY(-100px);
  filter: drop-shadow(106px 106px 100px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  .mv_eggs span {
    width: 20vw;
    transform: translateY(-13.3333333333vw);
    filter: none;
  }
}
@media screen and (min-width: 769px) {
  .mv_eggs span:hover {
    animation: hurueru 1s infinite alternate;
  }
}

.mv_ttl {
  width: 75.3125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    width: 65.3333333333vw;
  }
}
.mv_ttl path {
  opacity: 0;
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
}

.mv_scroll {
  width: 8.8541666667vw;
  height: 8.8541666667vw;
  display: block;
  position: relative;
  margin: -4.4270833333vw auto 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv_scroll {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
    margin-top: -11.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .mv_scroll:hover .circle img {
    display: block;
    transform: scale(1.2);
  }
}
.mv_scroll span {
  display: block;
}
.mv_scroll .circle {
  animation: rotation 15s infinite linear;
}
.mv_scroll .circle img {
  transition: transform 0.5s;
}
.mv_scroll .arrow {
  width: 0.46875vw;
  position: absolute;
  top: 2.7083333333vw;
  left: 50%;
  transform: translateX(-50%);
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .mv_scroll .arrow {
    width: 1.2vw;
    top: 6.9333333333vw;
  }
}
.mv_scroll .arrow img {
  height: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .mv_scroll .arrow img {
    height: 8.5333333333vw;
  }
}

/*--------------------------------------------------------
  sec01
/*--------------------------------------------------------*/
#sec01 {
  position: relative;
  margin-top: 36.4583333333vw;
  margin-bottom: 35.4166666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec01 {
    margin-top: 162.6666666667vw;
    margin-bottom: 362.6666666667vw;
  }
}
#sec01 .sec01_wrap {
  display: flex;
  padding-bottom: calc(50vh - 13.8020833333vw);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sec01 .sec01_wrap {
    padding-bottom: 0;
    justify-content: initial;
  }
}
#sec01 .sticky_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec01 .sticky_box {
    min-height: 100vh;
    height: auto;
  }
}
#sec01 .sticky_item {
  width: 54.6875vw;
  position: sticky;
  top: 0;
  padding-top: calc(50vh - 13.8020833333vw);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sec01 .sticky_item {
    width: auto;
    padding-top: 0;
  }
}
#sec01 .sticky_item::before {
  content: "";
  display: block;
  width: 100vw;
  height: 130vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/img/bg_shodow_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: 110%;
}
@media screen and (max-width: 768px) {
  #sec01 .sticky_item::before {
    height: 100vh;
    top: 2.6666666667vw;
    background-image: url(/assets/img/bg_shodow_sp.webp);
    background-position: 0 0;
    background-size: 100%;
  }
}
#sec01 .lottie_wrap {
  width: 42.03125vw;
  position: relative;
  margin-left: auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #sec01 .lottie_wrap {
    width: 87.4666666667vw;
    position: absolute;
    top: calc(100vh - 69.3333333333vw);
    left: 6.2666666667vw;
    margin: 0 auto;
    z-index: 10;
  }
}
#sec01 .lottie_wrap .egg {
  width: 8.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #sec01 .lottie_wrap .egg {
    width: 10.6666666667vw;
  }
}
#sec01 #lottie {
  overflow: hidden;
  width: 42.03125vw;
  height: 27.6041666667vw;
  margin-left: auto;
  border-radius: 3.4375vw;
}
@media screen and (max-width: 768px) {
  #sec01 #lottie {
    width: 100%;
    height: 57.6vw;
    margin: 0 auto;
    border-radius: 7.2vw;
  }
}
#sec01 .eggs_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#sec01 .eggs_box > div {
  width: 9.8958333333vw;
  height: 9.8958333333vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sec01 .eggs_box > div {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
#sec01 .eggs_box > div.egg01 {
  top: 5.2083333333vw;
  left: 3.125vw;
}
@media screen and (max-width: 768px) {
  #sec01 .eggs_box > div.egg01 {
    top: calc(100vh - 82.6666666667vw);
    left: 24vw;
  }
}
#sec01 .eggs_box > div.egg02 {
  top: calc(100vh - 14.5833333333vw);
  left: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  #sec01 .eggs_box > div.egg02 {
    top: calc(100vh - 24vw);
    left: 5.3333333333vw;
  }
}
#sec01 .eggs_box > div.egg03 {
  top: calc(100vh - 14.5833333333vw);
  left: 35.4166666667vw;
}
@media screen and (max-width: 768px) {
  #sec01 .eggs_box > div.egg03 {
    top: calc(100vh - 21.3333333333vw);
    left: 72vw;
  }
}
#sec01 .eggs_box .revolution_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#sec01 .eggs_box .revolution_wrap.scaleZooming {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
#sec01 .eggs_box .revolution_wrap.scaleZooming .egg_item {
  margin-top: 0;
}
#sec01 .eggs_box .egg_item {
  display: block;
  width: 4.6875vw;
  margin-top: -3.125vw;
  opacity: 0;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #sec01 .eggs_box .egg_item {
    width: 8vw;
    margin-top: -5.3333333333vw;
  }
}
#sec01 .cont_txtBox {
  position: relative;
  margin-right: 12.6041666667vw;
  padding: 150vh 0;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  #sec01 .cont_txtBox {
    margin: 0 auto;
    padding: 200vh 0 150vh;
    z-index: 0;
  }
}

/*--------------------------------------------------------
  sec02
/*--------------------------------------------------------*/
#sec02 {
  position: relative;
  z-index: 10;
}
#sec02 .sec02_wrap {
  display: flex;
  margin-bottom: 17.7083333333vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_wrap {
    margin-bottom: 200vw;
    justify-content: initial;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sticky_box {
    min-height: 100vh;
    height: auto;
    position: relative;
  }
}
#sec02 .sticky_item {
  width: 56.25vw;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sec02 .sticky_item {
    width: auto;
  }
}
#sec02 .sticky_item::before {
  content: "";
  display: block;
  width: 100vw;
  height: 160vh;
  position: absolute;
  top: -9.375vw;
  left: 0;
  background-image: url(/assets/img/bg_shodow_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: 110%;
}
@media screen and (max-width: 768px) {
  #sec02 .sticky_item::before {
    height: 87vh;
    top: 2.6666666667vw;
    background-image: url(/assets/img/bg_shodow_sp.webp);
    background-position: 0 0;
    background-size: 100%;
  }
}
#sec02 .flower_box {
  display: flex;
  height: 100vh;
  padding-bottom: 1.5625vw;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box {
    height: initial;
    position: absolute;
    top: 106.6666666667vw;
    left: 2vw;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
  }
}
#sec02 .flower_box .base {
  width: 47.8645833333vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .base {
    width: 96vw;
    position: relative;
  }
}
#sec02 .flower_box .base > img {
  opacity: 0;
}
#sec02 .flower_box .flower_wrap span {
  display: block;
  width: 16.9791666667vw;
  position: absolute;
  opacity: 0;
  transform: translateY(20px) scale(0.3);
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .flower_wrap span {
    width: 21.3333333333vw;
    transform: translateY(2.6666666667vw) scale(0.3);
  }
}
#sec02 .flower_box .flower_wrap span.is_active .flower_cls-2 {
  animation: flowerColorChange 5s infinite alternate;
}
#sec02 .flower_box .flower_wrap .flower01 {
  top: 0.5208333333vw;
  left: 7.8125vw;
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .flower_wrap .flower01 {
    top: 10.6666666667vw;
    left: 21.3333333333vw;
  }
}
#sec02 .flower_box .flower_wrap .flower02 {
  top: -10.4166666667vw;
  right: 9.8958333333vw;
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .flower_wrap .flower02 {
    top: -10.6666666667vw;
    right: 21.3333333333vw;
  }
}
#sec02 .flower_box .flower_wrap .flower03 {
  top: -1.5625vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .flower_wrap .flower03 {
    top: 8vw;
    right: 2.6666666667vw;
  }
}
#sec02 .flower_box .item_wrap span {
  display: block;
  position: absolute;
  opacity: 0;
}
#sec02 .flower_box .item_wrap .item01 {
  width: 23.4375vw;
  bottom: 15.1041666667vw;
  left: 0;
  transform: translateX(-50px);
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .item_wrap .item01 {
    width: 32vw;
    bottom: 32vw;
    left: -5.3333333333vw;
    transform: translateX(-6.6666666667vw);
  }
}
#sec02 .flower_box .item_wrap .item02 {
  width: 21.875vw;
  top: 5.7291666667vw;
  left: 15.625vw;
  opacity: 0;
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .item_wrap .item02 {
    width: 28vw;
    top: -5.3333333333vw;
    left: 24vw;
    transform: translateY(-6.6666666667vw);
  }
}
#sec02 .flower_box .item_wrap .item03 {
  width: 15.625vw;
  right: -5.2083333333vw;
  bottom: 13.0208333333vw;
  transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  #sec02 .flower_box .item_wrap .item03 {
    width: 16vw;
    right: 2.6666666667vw;
    bottom: 29.3333333333vw;
    transform: translateX(6.6666666667vw);
  }
}
#sec02 .eggs_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#sec02 .eggs_box > div {
  width: 9.8958333333vw;
  height: 9.8958333333vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sec02 .eggs_box > div {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
#sec02 .eggs_box > div.egg01 {
  top: 0;
  left: 41.6666666667vw;
}
@media screen and (max-width: 768px) {
  #sec02 .eggs_box > div.egg01 {
    top: calc(100vh - 32vw);
    left: 1.3333333333vw;
  }
}
#sec02 .eggs_box > div.egg02 {
  top: 7.8125vw;
  left: 4.6875vw;
}
@media screen and (max-width: 768px) {
  #sec02 .eggs_box > div.egg02 {
    top: calc(100vh - 90.6666666667vw);
    left: 1.3333333333vw;
  }
}
#sec02 .eggs_box > div.egg03 {
  top: calc(100vh - 10.4166666667vw);
  left: 33.8541666667vw;
}
@media screen and (max-width: 768px) {
  #sec02 .eggs_box > div.egg03 {
    top: calc(100vh - 24vw);
    left: 74.6666666667vw;
  }
}
#sec02 .eggs_box .revolution_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#sec02 .eggs_box .revolution_wrap.scaleZooming {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
#sec02 .eggs_box .revolution_wrap.scaleZooming .egg_item {
  margin-top: 0;
}
#sec02 .eggs_box .egg_item {
  display: block;
  width: 4.6875vw;
  margin-top: -3.125vw;
  opacity: 0;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #sec02 .eggs_box .egg_item {
    width: 8vw;
    margin-top: -5.3333333333vw;
  }
}
#sec02 .cont_txtBox {
  width: 27.0833333333vw;
  position: relative;
  margin-right: 10.9375vw;
  padding: 150vh 0;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  #sec02 .cont_txtBox {
    width: 82.6666666667vw;
    margin: 0 auto;
    padding: 200vh 0 150vh;
    z-index: 0;
  }
}
#sec02 .sec02_selectWrap {
  position: relative;
  padding-top: 20.3125vw;
  text-align: center;
  background-image: url(/assets/img/sec02_bg-leaf_pc.webp), url(/assets/img/sec02_bg01.png);
  background-repeat: no-repeat;
  background-position: 50% 100%, 50% 100%;
  background-size: cover, 100vw 100vh;
  -webkit-mask-image: url(/assets/img/mask_pc.webp);
          mask-image: url(/assets/img/mask_pc.webp);
  mask-mode: alpha;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 240vh;
          mask-size: 100% 240vh;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_selectWrap {
    padding-top: 0;
    background-image: url(/assets/img/sec02_bg-leaf_sp.webp), url(/assets/img/sec02_bg01_sp.png);
    background-position: initial;
    background-size: 100% 100%, cover;
    z-index: 0;
    -webkit-mask-image: url(/assets/img/mask_sp.webp);
            mask-image: url(/assets/img/mask_sp.webp);
  }
}
#sec02 .sec02_selectWrap .select_ttl {
  margin-bottom: 0.5208333333vw;
  font-size: 3.6458333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_selectWrap .select_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 9.0666666667vw;
  }
}
#sec02 .sec02_selectWrap .select_txt {
  margin-bottom: 5.2083333333vw;
  opacity: 0;
  font-size: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_selectWrap .select_txt {
    margin-bottom: 9.3333333333vw;
    font-size: 3.2vw;
  }
}
#sec02 .selectBtn_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  justify-content: center;
}
#sec02 .sec02_buttons {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_buttons {
    gap: 3.2vw;
  }
}
#sec02 .sec02_buttons button {
  width: 12.0833333333vw;
  opacity: 0;
  background-image: url(/assets/img/cont_egg03.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.3s;
  transform: translateY(50px) scale(0.2);
  filter: drop-shadow(5.5208333333vw 5.5208333333vw 5.2083333333vw rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 769px) {
  #sec02 .sec02_buttons button:hover {
    animation: hurueru 1s infinite alternate;
  }
  #sec02 .sec02_buttons button:hover img {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02_buttons button {
    width: 23.3333333333vw;
    transform: translateY(6.6666666667vw) scale(0.2);
    filter: drop-shadow(14.1333333333vw 14.1333333333vw 13.3333333333vw rgba(0, 0, 0, 0.5));
  }
  #sec02 .sec02_buttons button:nth-child(2) {
    margin-top: 21.3333333333vw;
  }
}
#sec02 .sec02_buttons button.is_clicked {
  opacity: 0 !important;
}
#sec02 .sec02_buttons button img {
  transition: opacity 0.6s;
}

.selected_bg {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 8;
}
.selected_bg.is_start {
  visibility: visible;
  opacity: 1;
}

.selected_box {
  display: flex;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(29, 102, 65, 0.3);
  transition: all 0.3s ease;
  transition: opacity 0.3s;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.selected_box.is_start {
  visibility: visible;
  opacity: 1;
}

.break_egg {
  position: relative;
  margin: 0;
}

.break_egg_container {
  width: 17.5vw;
  height: 33.8541666667vw;
  position: relative;
  z-index: 1020;
}
@media screen and (max-width: 768px) {
  .break_egg_container {
    width: 44.8vw;
    height: 86.6666666667vw;
  }
}

.crack_egg {
  display: flex;
  width: 17.5vw;
  position: absolute;
  bottom: 0;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .crack_egg {
    display: flex;
    width: 44.8vw;
    position: absolute;
    bottom: 0;
    align-items: flex-end;
  }
}
.crack_egg svg {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .crack_egg svg {
    height: 100%;
  }
}
.crack_egg .innerPart {
  opacity: 0;
}

.animal_display {
  width: 17.03125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .animal_display {
    width: 43.6vw;
  }
}
.animal_display img {
  opacity: 0;
  transform: scale(0);
}

.animal_display img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.select_maskImg {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
  -webkit-mask-image: url("/assets/img/mask_img.png");
  mask-image: url("/assets/img/mask_img.png");
  mask-size: 100vw 100vh;
  -webkit-mask-size: 100vw 100vh;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/*--------------------------------------------------------
  sec03
/*--------------------------------------------------------*/
.sec03_cont {
  display: none;
  visibility: hidden;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 0.8s;
}
.sec03_cont.is_selected {
  display: block;
  visibility: visible;
  opacity: 1;
}

.sec03_maskImg {
  -webkit-mask-image: url(/assets/img/mask_pc.webp);
          mask-image: url(/assets/img/mask_pc.webp);
  mask-mode: alpha;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 240vh;
          mask-size: 100% 240vh;
}

/*--------------------------------------------------------
  motionPath版
/*--------------------------------------------------------*/
#sec03_block01 {
  overflow-x: hidden;
  min-height: 330vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec03_block01 {
    min-height: 1920px;
  }
}
#sec03_block01 .block01_wrapper {
  height: 100%;
  position: relative;
}

.motionPath_container {
  display: flex;
  max-width: 400vw !important;
  width: 400vw !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 80;
}
@media screen and (max-width: 768px) {
  .motionPath_container {
    max-width: 7680px !important;
    width: 7680px !important;
    top: 9%;
  }
}
.motionPath_container #motionPath {
  width: 326.7708333333vw;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .motionPath_container #motionPath {
    width: 6274px;
  }
}
.motionPath_container .hachidori {
  opacity: 0;
}

.block01_container {
  display: flex;
  max-width: 400vw !important;
  width: 400vw !important;
  height: 100%;
  position: absolute;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .block01_container {
    max-width: 7680px !important;
    width: 7680px !important;
  }
}
.block01_container .block {
  width: 100vw;
  height: 100vh;
  position: relative;
  margin-left: -2px;
  background-position: left top;
  background-size: 100% auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .block01_container .block {
    width: 1920px;
    background-position: 0 40%;
    background-size: cover;
  }
}
.block01_container .block.block_01 {
  background-image: url(/assets/img/block01/block01_bg.jpg);
}
.block01_container .block.block_02 {
  background-image: url(/assets/img/block01/block02_bg.jpg);
}
.block01_container .block.block_02 .img01 {
  width: 71.0416666667vw;
  top: initial;
  bottom: 0;
  left: 6.7708333333vw;
}
@media screen and (max-width: 768px) {
  .block01_container .block.block_02 .img01 {
    width: 1364px;
    top: calc(100vh - 93%);
    bottom: initial;
    left: 0;
  }
}
.block01_container .block.block_02 .img02 {
  width: 28.9583333333vw;
  right: 0;
  bottom: 0;
  left: initial;
}
@media screen and (max-width: 768px) {
  .block01_container .block.block_02 .img02 {
    width: 1920px;
    top: calc(100vh - 103%);
    bottom: initial;
  }
}
.block01_container .block.block_03 {
  background-image: url(/assets/img/block01/block03_bg.jpg);
}
.block01_container .block.block_04 {
  background-image: url(/assets/img/block01/block04_bg.jpg);
}
.block01_container .img {
  width: 100%;
  position: absolute;
  top: 9.0104166667vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .block01_container .img {
    width: 1920px;
    top: calc(100vh - 103%);
  }
}
.block01_container .decoration_img {
  width: 100%;
  position: absolute;
  top: 8.8541666667vw;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .block01_container .decoration_img {
    width: 1920px;
    top: calc(100vh - 103%);
  }
}
.block01_container .decoration_img .block01_flowerAnimation g {
  visibility: hidden;
}
.block01_container .cont_txtBox {
  width: 100%;
  position: absolute;
  bottom: 4.1666666667vw;
  left: 4.6875vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .block01_container .cont_txtBox {
    bottom: calc(100vh - 82%);
    left: 8vw;
  }
}
.block01_container .cont_txtBox > div {
  display: flex;
  gap: 14.5833333333vw;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .block01_container .cont_txtBox > div {
    gap: 8vw;
  }
}
.block01_container .cont_txtBox .ani_parent .item {
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  .block01_container .cont_txtBox .ani_parent .item {
    transform: translateY(13.3333333333vw);
  }
}
.block01_container .cont_txtBox .cont_num {
  margin-bottom: 1.3541666667vw;
  color: #fff;
  font-size: 10vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .block01_container .cont_txtBox .cont_num {
    margin-bottom: 6.6666666667vw;
    font-size: 24vw;
  }
}
.block01_container .cont_txtBox h2 {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.block01_container .cont_txtBox h2 span {
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .block01_container .cont_txtBox h2 span {
    font-size: 2.6666666667vw;
  }
}
.block01_container .cont_txtBox p + p {
  margin-top: 0;
}

/*--------------------------------------------------------
  sec03_block02（カエル）
/*--------------------------------------------------------*/
#sec03_block02 {
  position: relative;
}
#sec03_block02 .sec03_block02_bg {
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/assets/img/block02/block02_bg.jpg);
  z-index: -1;
}
#sec03_block02 .block02_container {
  display: flex;
  padding-left: 2.60416667%;
  gap: 3.125vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .block02_container {
    padding-left: 5.3333333333vw;
    gap: 0;
  }
}
#sec03_block02 .cont_txtBox {
  width: 34.375vw;
  position: relative;
  padding: 100vh 0 300vh;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_txtBox {
    width: 82.6666666667vw;
    padding: 150vh 0;
  }
}
#sec03_block02 .cont_txtBox .cont_num {
  color: #000;
  text-align: left;
}
#sec03_block02 .cont_txtBox .cont_txt {
  margin-left: 7.29166667vw;
  color: #000;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_txtBox .cont_txt {
    margin-left: 0;
  }
}
#sec03_block02 .cont_txtBox .cont_txt h2 {
  letter-spacing: 0.1em;
}
#sec03_block02 .cont_txtBox .cont_txt h2 span {
  letter-spacing: 0;
}
#sec03_block02 .cont_aniBox {
  position: relative;
  opacity: 0;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox {
    position: absolute;
  }
}
#sec03_block02 .cont_aniBox .frog {
  width: 11.1979166667vw;
  position: fixed;
  bottom: 14.0625vw;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -20px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox .frog {
    width: 34.6666666667vw;
    bottom: 29.3333333333vw;
    transform: translateX(-50%);
  }
}
#sec03_block02 .cont_aniBox .frog_cup {
  width: 25vw;
  position: fixed;
  bottom: 5.8333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox .frog_cup {
    width: 66.6666666667vw;
    bottom: 8vw;
  }
}
#sec03_block02 .cont_aniBox .frog_hand {
  width: 16.6666666667vw;
  position: fixed;
  right: 25vw;
  bottom: -0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox .frog_hand {
    width: 35.2vw;
    right: -9.3333333333vw;
    bottom: 0;
  }
}
#sec03_block02 .cont_aniBox .flowers_back {
  width: 37.5vw;
  position: fixed;
  bottom: 12.5vw;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox .flowers_back {
    width: 96vw;
    bottom: 24vw;
  }
}
#sec03_block02 .cont_aniBox .flowers_front {
  width: 37.5vw;
  position: fixed;
  bottom: 9.375vw;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .cont_aniBox .flowers_front {
    width: 80vw;
    bottom: 21.3333333333vw;
  }
}
#sec03_block02 .bg_items {
  width: 100vw;
  position: absolute;
  z-index: 1;
}
#sec03_block02 .bg_items .items_left .l_cloud01 {
  width: 13.2291666667vw;
  position: fixed;
  top: -9.6354166667vw;
  left: 23.125vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_left .l_cloud01 {
    width: 64vw;
    top: -45.8666666667vw;
    left: 45.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_left .circles {
  width: 25.0520833333vw;
  position: fixed;
  top: -9.6354166667vw;
  left: 4.2708333333vw;
  opacity: 0;
  transform: translate(-200px, -300px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_left .circles {
    width: 53.3333333333vw;
    top: 0;
    left: 0;
  }
}
#sec03_block02 .bg_items .items_left .l_cloud02 {
  width: 24.0625vw;
  position: fixed;
  top: -26.0416666667vw;
  left: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_left .l_cloud02 {
    width: 69.3333333333vw;
    top: -112vw;
    left: 5.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_left .pot {
  width: 70.9375vw;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translate(-604px, 1000px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_left .pot {
    width: 82.6666666667vw;
  }
}
#sec03_block02 .bg_items .items_center .egg_balloon {
  width: 52.0833333333vw;
  position: fixed;
  top: -2.6041666667vw;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 80px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_center .egg_balloon {
    width: 100%;
    top: initial;
    bottom: 106.6666666667vw;
    transform: translate(-50%, 13.3333333333vw);
  }
}
#sec03_block02 .bg_items .items_center .egg_parachute {
  width: 29.1666666667vw;
  position: fixed;
  bottom: 13.0729166667vw;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 80px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_center .egg_parachute {
    width: 93.3333333333vw;
    bottom: 27.7333333333vw;
    transform: translate(-50%, 13.3333333333vw);
  }
}
#sec03_block02 .bg_items .items_right .cloud02 {
  width: 23.75vw;
  position: fixed;
  top: -24.0625vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .cloud02 {
    width: 48vw;
    top: -101.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_right .friedEgg {
  width: 11.25vw;
  position: fixed;
  top: -24.0625vw;
  right: 11.7708333333vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .friedEgg {
    width: 21.3333333333vw;
    top: -48vw;
    right: 2.6666666667vw;
  }
}
#sec03_block02 .bg_items .items_right .cloud01 {
  width: 36.875vw;
  position: fixed;
  top: -9.1145833333vw;
  right: 0;
  opacity: 0;
  transform: translateY(-130px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .cloud01 {
    width: 58.6666666667vw;
    top: -37.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_right .frogs {
  width: 18.2291666667vw;
  position: fixed;
  top: -29.21875vw;
  right: 16.4583333333vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .frogs {
    width: 42.6666666667vw;
    top: -146.6666666667vw;
    right: 5.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_right .forest {
  width: 46.0416666667vw;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(500px, 370px);
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .forest {
    width: 53.3333333333vw;
  }
}
#sec03_block02 .bg_items .items_right .cloud03 {
  width: 25.7291666667vw;
  position: fixed;
  top: -56.25vw;
  right: 9.375vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .cloud03 {
    width: 25.7291666667vw;
    position: fixed;
    top: -56.25vw;
    right: 9.375vw;
  }
}
#sec03_block02 .bg_items .items_right .cloud04 {
  width: 79.5833333333vw;
  position: fixed;
  top: -161.4583333333vw;
  right: -49.6354166667vw;
}
@media screen and (max-width: 768px) {
  #sec03_block02 .bg_items .items_right .cloud04 {
    width: 79.5833333333vw;
    position: fixed;
    top: -161.4583333333vw;
    right: -49.6354166667vw;
  }
}

.block02_trigger {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

/*--------------------------------------------------------
  #sec03_block03
/*--------------------------------------------------------*/
#sec03_block03 .sec03_cont {
  display: block;
  visibility: visible;
  height: 15000px;
}
#sec03_block03 canvas {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
}
#sec03_block03 .block03_container h2, #sec03_block03 .block03_container p {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #sec03_block03 .cont_txtBox {
    width: 100%;
  }
}
#sec03_block03 .cont_txtBox .cont_num {
  color: #fff;
}
#sec03_block03 .sec03_block03_box {
  position: relative;
  margin-left: 13.5416666667vw;
  padding-top: 390.625vw;
  padding-bottom: 182.2916666667vw;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #sec03_block03 .sec03_block03_box {
    margin-left: 4vw;
    padding-top: 1000vw;
    padding-bottom: 466.6666666667vw;
  }
}

/* Three.js Canvas specific styles */
#threeCanvas {
  display: block !important;
  min-width: 100vw !important;
  max-width: none !important;
  width: 100vw !important;
  min-height: 100vh !important;
  max-height: none !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
}

/*--------------------------------------------------------
  sec04
/*--------------------------------------------------------*/
#sec04 {
  position: relative;
  padding-bottom: 12.5vw;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding-bottom: 26.6666666667vw;
  }
}
#sec04 .sec04_wrap {
  display: flex;
  position: relative;
  margin-bottom: 73.4375vw;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_wrap {
    margin-bottom: 261.3333333333vw;
  }
}
#sec04 .sticky_box {
  min-height: 100vh;
  height: auto;
  position: relative;
}
#sec04 .sticky_item {
  position: sticky;
  top: 0;
  z-index: 2;
}
#sec04 .sticky_item::before {
  content: "";
  display: block;
  width: 100vw;
  height: 160vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url(/assets/img/bg_shodow_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 150%;
  background-size: 110%;
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #sec04 .sticky_item::before {
    top: -11.18421053vw;
  }
}
#sec04 .bg_shadow {
  z-index: 4;
}
#sec04 .bg_leaf {
  z-index: 6;
}
#sec04 .sec04_img01 {
  width: 19.0104166667vw;
  position: absolute;
  top: 6.7708333333vw;
  left: 8.3333333333vw;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 {
    width: 32vw;
    height: 74.6666666667vw;
    top: calc(100vh - 76vw);
    left: 8vw;
  }
  #sec04 .sec04_img01 svg {
    height: 100%;
  }
}
#sec04 .sec04_img01 .sun {
  transform: translate(200px, 80px);
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .sun {
    transform: translate(200px, 80px);
  }
}
#sec04 .sec04_img01 .clockItem {
  width: 16.6666666667vw;
  height: 17.3958333333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/sec04_clock.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .clockItem {
    width: 100%;
    height: 32vw;
    bottom: 14.6666666667vw;
  }
}
#sec04 .sec04_img01 .clockHands {
  width: 7.0833333333vw;
  height: 7.0833333333vw;
  position: absolute;
  top: 3.3333333333vw;
  left: 2.6041666667vw;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .clockHands {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    top: 6.5333333333vw;
    left: 5.0666666667vw;
  }
}
#sec04 .sec04_img01 .clockHands .long_hand {
  height: 44%;
  top: 0.7291666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .clockHands .long_hand {
    height: 5.3333333333vw;
    top: 0.9333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1800px) {
  #sec04 .sec04_img01 .clockHands .long_hand {
    height: 2.6041666667vw;
  }
}
#sec04 .sec04_img01 .clockHands .short_hand {
  height: 30%;
  top: 1.5625vw;
  left: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .clockHands .short_hand {
    height: 4vw;
    top: 2.2666666667vw;
    left: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1800px) {
  #sec04 .sec04_img01 .clockHands .short_hand {
    height: 1.71875vw;
  }
}
#sec04 .sec04_img01 .clockHands span {
  display: block;
  width: 0.4166666667vw;
  position: absolute;
  border-radius: 0.2083333333vw;
  background-color: #6d655e;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img01 .clockHands span {
    width: 0.8vw;
    border-radius: 0.5333333333vw;
  }
}
#sec04 .sec04_img02 {
  width: 31.6666666667vw;
  height: 60.625vw;
  position: absolute;
  top: 2.6041666667vw;
  left: 0;
  margin-left: 67.1875vw;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img02 {
    width: 45.3333333333vw;
    height: 88vw;
    top: calc(100vh - 80vw);
    left: 0;
    margin-left: 50.6666666667vw;
  }
}
#sec04 .sec04_img02 .flower_vase {
  position: relative;
  z-index: 5;
}
#sec04 .sec04_img02 .flower_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 66% 61%, 70% 99%, 31% 95%, 44% 59%, 0 57%);
}
#sec04 .sec04_img02 .flower_wrap span {
  display: block;
  width: 31.6666666667vw;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img02 .flower_wrap span {
    width: 49.3333333333vw;
  }
}
#sec04 .sec04_img02 .flower01 {
  opacity: 0;
}
#sec04 .sec04_img02 .flower02 {
  top: 8.8541666667vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img02 .flower02 {
    top: 6.6666666667vw;
  }
}
#sec04 .sec04_img02 .flower03 {
  top: 15.625vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_img02 .flower03 {
    top: 10.6666666667vw;
  }
}
#sec04 .sec04_txtBox {
  width: 50%;
  margin: 0 auto;
  padding: 110vh 0 0;
  opacity: 0;
  line-height: 2.5;
  font-size: 1.3541666667vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_txtBox {
    width: 92vw;
    font-size: 4.4vw;
    letter-spacing: 0;
    z-index: 0;
  }
}
#sec04 .btn {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #sec04 .btn {
    margin-top: 4.1666666667vw;
  }
}
#sec04 .companyInfo {
  position: relative;
  background-image: url(/assets/img/bg_aboutus.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  z-index: 5;
}
#sec04 .aboutus {
  padding-top: 31.7708333333vw;
  opacity: 0;
  text-align: center;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  #sec04 .aboutus {
    padding-top: 40vw;
    transform: translateY(4vw);
  }
}
#sec04 .aboutus_ttl {
  margin-bottom: 70px;
  font-size: 2.6041666667vw;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #sec04 .aboutus_ttl {
    margin-bottom: 9.3333333333vw;
    line-height: 1.54;
    font-size: 6.6666666667vw;
  }
}
#sec04 .aboutus_ttl span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.1875vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sec04 .aboutus_ttl span {
    margin-bottom: 2.6666666667vw;
    font-size: 5.6vw;
    letter-spacing: 0.02em;
  }
}
#sec04 .aboutus_txtBox p {
  line-height: 2.3809;
  font-size: 1.09375vw;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #sec04 .aboutus_txtBox p {
    width: 85.3333333333vw;
    margin: 0 auto;
    line-height: 1.96875;
    font-size: 4.2666666667vw;
    text-align: left;
    letter-spacing: 0;
  }
}

.other {
  position: relative;
  padding-bottom: 23.9583333333vw;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 0;
  }
}

.other_service {
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .other_service {
    transform: translateY(4vw);
  }
}

.otherService_ttl {
  margin-bottom: 56px;
  font-size: 3.0208333333vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .otherService_ttl {
    margin-bottom: 6.4vw;
    line-height: 1.4655;
    font-size: 7.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .otherService_box {
    overflow-x: hidden;
    padding: 0 11.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .otherService_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .otherService_box li {
    width: 28.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .otherService_box li {
    padding: 0 2.6666666667vw;
  }
}
.otherService_box a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .otherService_box a:hover .service_img::before {
    opacity: 0;
  }
  .otherService_box a:hover .service_img img {
    transform: scale(1.05);
  }
}
.otherService_box .service_img {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .otherService_box .service_img {
    margin-bottom: 2.6666666667vw;
    border-radius: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .otherService_box .service_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-out;
  }
}
.otherService_box .service_img img {
  transition: all 0.25s ease-out;
}
.otherService_box h3 {
  font-size: 1.8229166667vw;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .otherService_box h3 {
    font-size: 4.6666666667vw;
  }
}
.otherService_box p {
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .otherService_box p {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */