@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* loading --------------------------------------- */
.loaderOuter {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100svh;
  z-index: 10;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 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;
}

.SectionContainer {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.loader {
  width: clamp(130px, 77.8723404255px + 5.3191489362vw, 180px);
  height: clamp(130px, 77.8723404255px + 5.3191489362vw, 180px);
}
.loaderMark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: clamp(70px, 38.7234042553px + 3.1914893617vw, 100px);
  height: clamp(70px, 38.7234042553px + 3.1914893617vw, 100px);
  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;
}
.loaderType {
  width: 100%;
  height: 100%;
  -webkit-animation: circle 5s steps(13) infinite;
          animation: circle 5s steps(13) infinite;
}

.start .loaderOuter {
  opacity: 0;
  z-index: 0;
}
.start .SectionContainer {
  opacity: 1;
  z-index: 10;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  30% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  70% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  30% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  70% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
/* html --------------------------------------- */
html {
  border-color: var(--color-primary);
}

/* kv --------------------------------------- */
.kv {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
  -webkit-transition: 0.5s opacity cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 0.5s opacity cubic-bezier(0.17, 0.84, 0.44, 1);
  overflow: hidden;
}
.kv .kvImg {
  inset: 0;
  width: calc(100% - 10px);
  height: 100%;
  min-height: 90svh;
  display: grid;
  place-items: center;
  margin: auto;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  border-radius: var(--borderrad);
}
.kv .kvImg__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.kv .kvImg__innerItem {
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
  -webkit-transition: 20s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 20s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kv .kvImg img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kv__txtWrap {
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
.kv__maincopy {
  margin-top: clamp(100px, 76.9230769231px + 6.4102564103vw, 200px);
  margin-bottom: 10px;
}
.kv__subcopy {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
  font-weight: 500;
  margin-top: 0;
}

.-ready.kv {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.-ready.kv .kvImg__innerItem {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

/* event --------------------- */
.kv {
  opacity: 0;
}
.kvImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kvImg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 1.5s ease 1.5s;
  transition: opacity 1.5s ease 1.5s;
}
.kvImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv.-start .kvImg:before {
  opacity: 0.5;
}

/* .img-reel ---------- */
.img-reel {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  will-change: transform;
}
.img-reel__item {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: 0 center;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  z-index: 1;
}
.img-reel__item.current {
  z-index: 2;
  -webkit-animation-name: showImage;
          animation-name: showImage;
}
.img-reel__item.prev {
  z-index: 2;
  /*opacity: 0;*/
  -webkit-animation-name: hideImage;
          animation-name: hideImage;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.img-reel__item-inner {
  position: absolute;
  bottom: -50px;
  top: 0;
  width: calc(100% + 60px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(30px) scale(1.1);
          transform: translateY(30px) scale(1.1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation: inherit;
          animation: inherit;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.img-reel .current .img-reel__item-inner {
  -webkit-animation-name: showTranslateBG;
          animation-name: showTranslateBG;
}
.img-reel .prev .img-reel__item-inner {
  -webkit-animation-name: hideTranslateBG;
          animation-name: hideTranslateBG;
}
.img-reel__item-bg.img {
  display: none;
}
.img-reel .msie .img-reel {
  -webkit-transform: none !important;
          transform: none !important;
}

@-webkit-keyframes showImage {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showImage {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hideImage {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideImage {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showTranslateBG {
  0% {
    -webkit-transform: translateY(30px) scale(1.1);
            transform: translateY(30px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
}
@keyframes showTranslateBG {
  0% {
    -webkit-transform: translateY(30px) scale(1.1);
            transform: translateY(30px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
}
@-webkit-keyframes hideTranslateBG {
  0% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  70% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(30px) scale(1);
            transform: translateY(30px) scale(1);
  }
}
@keyframes hideTranslateBG {
  0% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  70% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(30px) scale(1);
            transform: translateY(30px) scale(1);
  }
}
@media (min-width: 80em) {
  .kv {
    margin-bottom: 160px;
  }
  .kv .kvImg {
    margin-bottom: 0;
  }
  .kv__txtWrap {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: right;
    padding: 40px;
  }
  .kv__txtWrap > * {
    color: #fff;
  }
}
/* charactor kv ---------- */
.kv .chara__kv {
  position: absolute;
  top: 20px;
  left: auto;
  right: 10px;
  margin: auto;
  z-index: 10;
}
.kv .chara__kv:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv .chara__anchor {
  position: relative;
  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;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  outline: none;
}
.kv .chara__anchor:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.kv .chara__anchor:hover .chara__cmt {
  background-color: var(--color-jack);
  -webkit-box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.4);
}
.kv .chara__anchor:hover .chara__cmt:before, .kv .chara__anchor:hover .chara__cmt:after {
  background-color: var(--color-jack);
}
.kv .chara__anchor:hover .chara__cmtTxt {
  color: var(--color-bg);
}
.kv .chara__anchor:hover .chara__img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv .chara__img {
  position: relative;
  width: clamp(100px, 72.3076923077px + 7.6923076923vw, 220px);
  -webkit-transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1) 3s;
  transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1) 3s;
  opacity: 0;
  -webkit-filter: blur(32px);
          filter: blur(32px);
}
.kv .chara__ttl {
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  text-shadow: 1px 1px 0 var(--color-bg), -1px -1px 0 var(--color-bg), -1px 1px 0 var(--color-bg), 1px -1px 0 var(--color-bg), 0px 1px 0 var(--color-bg), 0 -1px 0 var(--color-bg), -1px 0 0 var(--color-bg), 1px 0 0 var(--color-bg);
  font-weight: 500;
  font-size: clamp(0.6875rem, 0.6586538462rem + 0.1282051282vw, 0.8125rem);
  color: var(--color-main);
  margin: 0;
}
.kv .chara__cmt {
  -webkit-transition: all 0.8s cubic-bezier(0.17, 0.84, 0.44, 1) 3.2s, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: all 0.8s cubic-bezier(0.17, 0.84, 0.44, 1) 3.2s, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: all 0.8s cubic-bezier(0.17, 0.84, 0.44, 1) 3.2s, transform 0.3s ease, background-color 0.2s ease;
  transition: all 0.8s cubic-bezier(0.17, 0.84, 0.44, 1) 3.2s, transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
  margin-top: 0;
  background-color: var(--color-bg);
  padding: clamp(10px, 8.8461538462px + 0.3205128205vw, 15px);
  border-radius: 100px;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-filter: blur(32px);
          filter: blur(32px);
}
.kv .chara__cmt:before, .kv .chara__cmt:after {
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  content: "";
  position: absolute;
  background-color: var(--color-bg);
  border-radius: 100px;
}
.kv .chara__cmtInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv .chara__cmtInner:before {
  content: "Click！";
  font-weight: 500;
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  color: var(--color-jack);
  position: absolute;
  z-index: 2;
  left: -15px;
  top: -25px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  text-shadow: 1px 1px 0 var(--color-bg), -1px -1px 0 var(--color-bg), -1px 1px 0 var(--color-bg), 1px -1px 0 var(--color-bg), 0px 1px 0 var(--color-bg), 0 -1px 0 var(--color-bg), -1px 0 0 var(--color-bg), 1px 0 0 var(--color-bg);
}
.kv .chara__cmt:before {
  top: -10px;
  right: auto;
  width: 6px;
  height: 6px;
  left: 45%;
}
.kv .chara__cmt:after {
  top: -5px;
  right: auto;
  left: 39%;
  width: 12px;
  height: 12px;
}
.kv .chara__cmtTxt {
  margin: 0;
  font-size: clamp(0.6875rem, 0.6442307692rem + 0.1923076923vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-main);
  overflow: hidden;
}
.kv .chara__cmtTxt span {
  -webkit-transition: -webkit-transform 0.8s ease-in-out 0.7s;
  transition: -webkit-transform 0.8s ease-in-out 0.7s;
  transition: transform 0.8s ease-in-out 0.7s;
  transition: transform 0.8s ease-in-out 0.7s, -webkit-transform 0.8s ease-in-out 0.7s;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}
.kv .chara__kv.-show .chara__img {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.kv .chara__kv.-show .chara__cmt {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.kv .chara__kv.-show .chara__cmtTxt span {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}
@media (min-width: 80em) {
  .kv .chara__kv {
    left: auto;
    bottom: auto;
    right: 0;
  }
  .kv .chara__cmt {
    margin-top: -10px;
  }
}

/* kv copy animation ---------- */
.maincopy {
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: -webkit-filter 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0s, -webkit-transform 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.15s;
  transition: -webkit-filter 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0s, -webkit-transform 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.15s;
  transition: filter 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0s, transform 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.15s;
  transition: filter 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0s, transform 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.15s, -webkit-filter 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0s, -webkit-transform 2.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.15s;
  position: relative;
  z-index: 2;
}
.maincopy .kvTxtAnimation {
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.8s;
  transition: 1.2s cubic-bezier(0.65, 0.2, 0.5, 1) 0.8s;
}
.maincopy .kvTxtAnimation:first-child {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-transform: translate(-160px, 580px) scale(6.8, 3.8) rotate(210deg);
          transform: translate(-160px, 580px) scale(6.8, 3.8) rotate(210deg);
}
.maincopy .kvTxtAnimation:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate(-285px, -645px) scale(6.8, 3.6) rotate(200deg);
          transform: translate(-285px, -645px) scale(6.8, 3.6) rotate(200deg);
}
.maincopy .kvTxtAnimation:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
  -webkit-transform: translate(-90px, 580px) scale(0.9, 5.5) rotate(-180deg);
          transform: translate(-90px, 580px) scale(0.9, 5.5) rotate(-180deg);
}
.maincopy .kvTxtAnimation:nth-child(4) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transform: translate(20px, -700px) scale(4.6, 6.7) rotate(125deg);
          transform: translate(20px, -700px) scale(4.6, 6.7) rotate(125deg);
}
.maincopy .kvTxtAnimation:nth-child(5) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
  -webkit-transform: translate(40px, 560px) scale(2.8, 5.5) rotate(130deg);
          transform: translate(40px, 560px) scale(2.8, 5.5) rotate(130deg);
}
.maincopy .kvTxtAnimation:nth-child(6) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
  -webkit-transform: translate(-180px, -640px) scale(6.4, 2.6) rotate(-195deg);
          transform: translate(-180px, -640px) scale(6.4, 2.6) rotate(-195deg);
}
.maincopy .kvTxtAnimation:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate(-80px, 590px) scale(0.6, 5.8) rotate(225deg);
          transform: translate(-80px, 590px) scale(0.6, 5.8) rotate(225deg);
}
.maincopy .kvTxtAnimation:nth-child(8) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
  -webkit-transform: translate(155px, -655px) scale(5.4, 2.8) rotate(-185deg);
          transform: translate(155px, -655px) scale(5.4, 2.8) rotate(-185deg);
}
.maincopy .kvTxtAnimation:nth-child(9) {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
  -webkit-transform: translate(260px, 640px) scale(0.9, 6.2) rotate(200deg);
          transform: translate(260px, 640px) scale(0.9, 6.2) rotate(200deg);
}

.start .maincopy {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.start .kvTxtAnimation {
  opacity: 1;
  -webkit-animation-duration: 2.2s, 5s;
          animation-duration: 2.2s, 5s;
  -webkit-animation-timing-function: linear, cubic-bezier(0.65, 0.2, 0.5, 1);
          animation-timing-function: linear, cubic-bezier(0.65, 0.2, 0.5, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) !important;
          transform: translate(0px, 0px) scale(1, 1) rotate(0deg) !important;
  display: inline-block;
}
.start .kvTxtAnimation.pt1-1 {
  -webkit-animation-name: animationColorYellow1, kvTxtFilter2;
          animation-name: animationColorYellow1, kvTxtFilter2;
  -webkit-animation-delay: 0.4s, 0s;
          animation-delay: 0.4s, 0s;
}
.start .kvTxtAnimation.pt1-2 {
  -webkit-animation-name: animationColorYellow2, kvTxtFilter1;
          animation-name: animationColorYellow2, kvTxtFilter1;
  -webkit-animation-delay: 0.6s, 0.12s;
          animation-delay: 0.6s, 0.12s;
}
.start .kvTxtAnimation.pt2 {
  -webkit-animation-name: animationColorBrown1, kvTxtFilter2;
          animation-name: animationColorBrown1, kvTxtFilter2;
  -webkit-animation-delay: 0s, 0.24s;
          animation-delay: 0s, 0.24s;
}
.start .kvTxtAnimation.pt3 {
  -webkit-animation-name: animationColorBrown2, kvTxtFilter1;
          animation-name: animationColorBrown2, kvTxtFilter1;
  -webkit-animation-delay: 0.2s, 0.36;
          animation-delay: 0.2s, 0.36;
}
.start .kvTxtAnimation.pt4 {
  -webkit-animation-name: animationColorBrown1, kvTxtFilter2;
          animation-name: animationColorBrown1, kvTxtFilter2;
  -webkit-animation-delay: 0.4s, 0.48s;
          animation-delay: 0.4s, 0.48s;
}
.start .kvTxtAnimation.pt5 {
  -webkit-animation-name: animationColorBrown1, kvTxtFilter2;
          animation-name: animationColorBrown1, kvTxtFilter2;
  -webkit-animation-delay: 0.6s, 0.6s;
          animation-delay: 0.6s, 0.6s;
}
.start .kvTxtAnimation.pt6 {
  -webkit-animation-name: animationColorBrown2, kvTxtFilter1;
          animation-name: animationColorBrown2, kvTxtFilter1;
  -webkit-animation-delay: 0.8s, 0.72s;
          animation-delay: 0.8s, 0.72s;
}
.start .kvTxtAnimation.pt7 {
  -webkit-animation-name: animationColorBrown1, kvTxtFilter2;
          animation-name: animationColorBrown1, kvTxtFilter2;
  -webkit-animation-delay: 1s, 0.84s;
          animation-delay: 1s, 0.84s;
}
.start .kvTxtAnimation.pt8 {
  -webkit-animation-name: animationColorBrown2, kvTxtFilter1;
          animation-name: animationColorBrown2, kvTxtFilter1;
  -webkit-animation-delay: 1.2s, 0.96s;
          animation-delay: 1.2s, 0.96s;
}

/* blog --------------------------------------- */
.blog .sectionInner {
  position: relative;
  padding-bottom: 0;
}
.blog .sectionBody {
  position: relative;
}

@media (min-width: 80em) {
  .blog .sectionInner {
    gap: 100px;
  }
}
@media (min-width: 90em) {
  .blog .sectionInner {
    gap: 180px;
  }
}
/* character --------------------------------------- */
.blog .chara__blog {
  top: -200px;
  right: -30px;
  position: absolute;
  width: clamp(120px, 47.0212765957px + 7.4468085106vw, 190px);
  height: clamp(120px, 47.0212765957px + 7.4468085106vw, 190px);
}
.blog .chara__wrap {
  overflow: hidden;
}
@media (min-width: 80em) {
  .blog .chara__blog {
    top: auto;
    right: auto;
    bottom: 60px;
    left: -90px;
  }
}

/* introduction --------------------------------------- */
.introduction .sectionInner {
  display: block;
}
.introduction .sectionHeader {
  width: 100%;
  text-align: center;
}
.introduction .sectionHeader .mainTtl {
  background-position: bottom center;
}
.introduction__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(20px, -0.8510638298px + 2.1276595745vw, 40px);
}
.introduction__item {
  padding: 0;
  min-width: 250px;
  scroll-snap-align: center;
  width: 33.333%;
}
.introduction__item:before {
  content: none;
}
.introduction__anchor {
  display: block;
  border-radius: var(--borderrad);
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 2.2/3;
}
.introduction__txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.introduction__txt > * {
  background-color: var(--color-bg);
}
.introduction__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: clamp(1rem, 0.8846153846rem + 0.5128205128vw, 1.5rem);
  display: inline-block;
  width: calc(1em + 10px);
  height: auto;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-radius: 0 0 3px 0;
}
.introduction .icon__arrow {
  position: absolute !important;
  right: -5px;
  bottom: 0;
  padding: 5px;
  margin: 0;
  border-radius: 3px 0 0 0;
}
.introduction .icon__arrow .more__ico {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
}
.introduction .icon__arrow .more__ico svg {
  width: clamp(32px, 30.1538461538px + 0.5128205128vw, 40px);
  height: clamp(32px, 30.1538461538px + infinity * 1vw, 40px);
}
.introduction__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
}

@media (min-width: 46.25em) {
  .introduction__list {
    width: calc(100% + 60px);
  }
  .introduction__item {
    min-width: 450px;
  }
}
@media (min-width: 80em) {
  .introduction__list {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    overflow-x: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 0;
    width: 100%;
  }
  .introduction__item {
    scroll-snap-align: none;
    width: auto;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .introduction__anchor {
    display: block;
    border-radius: var(--borderrad);
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 2.2/3;
  }
  .introduction__anchor:hover .introduction__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .introduction__name {
    width: calc(1em + 30px);
    padding: 15px;
  }
}
/* character --------------------------------------- */
.introduction .sectionBody {
  position: relative;
}
.introduction .chara__introduction {
  top: -160px;
  left: -60px;
  position: absolute;
  width: clamp(150px, 97.8723404255px + 5.3191489362vw, 200px);
  height: clamp(150px, 97.8723404255px + 5.3191489362vw, 200px);
}
.introduction .chara__wrap {
  overflow: hidden;
}
@media (min-width: 80em) {
  .introduction .chara__introduction {
    top: -140px;
    right: 0;
    left: auto;
  }
}

/* about --------------------------------------- */
.about {
  position: relative;
}
.about .sectionInner {
  display: block;
}
.about .sectionHeader {
  width: 100%;
  text-align: left;
}
.about .sectionBody__catch {
  font-size: clamp(2.8125rem, 2.3798076923rem + 1.9230769231vw, 4.6875rem);
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  margin-bottom: clamp(30px, 25.3846153846px + 1.2820512821vw, 50px);
  line-height: 1.4;
}
.about .sectionBody__catch .txt__end {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.about .sectionBody__catch .txt__end:after {
  content: "";
  width: 85px;
  height: 85px;
  display: inline-block;
  background-image: url(../../../../../assets/svg/himawari.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about .imgWrap {
  margin-top: 40px;
  pointer-events: none;
}
.about .imgWrap .img1, .about .imgWrap .img2, .about .imgWrap .img3 {
  border-radius: var(--borderrad);
}
.about .imgWrap .img1 {
  width: 77%;
}
.about .imgWrap .img2 {
  width: 53%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -30px;
  z-index: 2;
}
.about .imgWrap .img3 {
  width: 75%;
  margin-right: 10%;
  margin-left: auto;
  margin-top: -10%;
}
.about .imgWrap .img--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 80em) {
  .about .sectionInner {
    width: 40%;
    margin: 0 auto;
  }
  .about .sectionBody__txt {
    margin: 0 0 0 130px;
  }
  .about .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .imgWrap .img--left, .about .imgWrap .img--right {
    width: 33%;
    max-width: 500px;
  }
  .about .imgWrap .img3 {
    margin-right: 0;
    margin-top: 0;
  }
}
/* character --------------------------------------- */
.about .img--right {
  position: relative;
}
.about .chara__about {
  top: -70px;
  left: 0px;
  position: absolute;
  width: clamp(140px, 87.8723404255px + 5.3191489362vw, 190px);
  height: clamp(140px, 87.8723404255px + 5.3191489362vw, 190px);
}
.about .chara__wrap {
  overflow: hidden;
}
@media (min-width: 80em) {
  .about__about {
    top: -100px;
    right: 40px;
    left: auto;
    bottom: auto;
  }
}

/* education --------------------------------------- */
.education .sectionInner {
  display: block;
}
.education .sectionHeader {
  width: 100%;
  text-align: left;
}
.education .sectionBody__catch {
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-size: clamp(1.875rem, 1.6586538462rem + 0.9615384615vw, 2.8125rem);
}
.education .imgWrap {
  margin-top: 40px;
}

@media (min-width: 61.25em) {
  .education .sectionInner {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .education .txtWrap, .education .imgWrap {
    width: 50%;
  }
  .education .txtWrap {
    padding: clamp(30px, -95.1063829787px + 12.7659574468vw, 150px);
  }
  .education .imgWrap {
    margin-top: 0;
  }
}
/* character --------------------------------------- */
.education .imgWrap {
  position: relative;
}
.education .chara__education {
  top: -70px;
  right: -30px;
  position: absolute;
  width: clamp(160px, 118.2978723404px + 4.2553191489vw, 200px);
  height: clamp(160px, 118.2978723404px + 4.2553191489vw, 200px);
  z-index: 2;
}
.education .chara__wrap {
  overflow: hidden;
}
@media (min-width: 80em) {
  .education .chara__education {
    top: -80px;
    right: -70px;
  }
}

/* training --------------------------------------- */
.training .sectionInner {
  display: block;
}
.training .sectionHeader {
  width: 100%;
  text-align: left;
}
.training .sectionHeader .mainTtl {
  margin-bottom: 0;
}
.training__anchor {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px 5px 0 5px;
  aspect-ratio: 2/1.5;
}
.training__anchor .btnWrap {
  background-color: var(--color-bg);
  border-radius: 3px 0 0 0;
  padding: 0 0 0 20px;
}
.training__anchor .btnWrap .btn {
  padding: 0;
}
.training__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.training__txt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 80em) {
  .training {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .training .ttlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  .training__anchor {
    aspect-ratio: 4.5/2;
  }
  .training__anchor:hover .training__img {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
/* character --------------------------------------- */
.training .sectionBody {
  position: relative;
}
.training .chara__training {
  bottom: -50px;
  left: -35px;
  position: absolute;
  width: clamp(150px, 77.0212765957px + 7.4468085106vw, 220px);
  height: clamp(150px, 77.0212765957px + 7.4468085106vw, 220px);
  z-index: 2;
}
.training .chara__wrap {
  overflow: hidden;
}
@media (min-width: 80em) {
  .training .chara__training {
    left: -80px;
  }
}