@charset "utf-8";

/* --------------------
  RESET
-------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
main {
  position: relative;
}
a {
  text-decoration: none;
}
p {
    color: #626262;
    text-align: center;
}
ul,ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* --------------------
  UTILITY
-------------------- */
.visible_sp {
  display: none!important;
}
.l-inner {
  max-width: 800px;
  padding: 0 6.4%;
  margin: 0 auto;
}
.l-section {
  padding: 50px 0;
  position: relative;
}
.l-section:nth-of-type(odd) {
  background: #D5DAF9;
}
.l-section:nth-of-type(even) {
  background: #FFF;
}
.l-section h2 {
  text-align: center;
  margin: 0 0 40px;
}
.l-section h2 img {
  width: auto;
}
.u-align--center {
    text-align: center;
}
.c-text--note::before {
  content: "※";
  margin-right: 8px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .visible_pc {
    display: none!important;
  }
  .visible_sp {
    display: block!important;
  }
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 64px 0;
  }
  .l-inner {
    padding: 0;
  }
}
/* --------------------
  body
-------------------- */
body {
  overflow: hidden;
}
body::before {
  content: '';
  background: url(../img/bg_ttl.webp) no-repeat center / contain;
  width: 321px;
  height: 16px;
  position: absolute;
  top: 70px;
  left: 400px;
  z-index: -1;
}
body::after {
  content: '';
  background: url(../img/bg_ttl.webp) no-repeat center / contain;
  width: 321px;
  height: 16px;
  position: absolute;
  top: 885px;
  left: 100px;
  z-index: -1;
}
@media screen and (max-height: 880px) {
  body::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  body::before,
  body::after {
    display: none;
  }
}
/* --------------------
  all_wrap
-------------------- */
.all_wrap {
    background: url(../img/bg.webp) repeat top left / 1071px 810px;
    height: 100vh;
    overflow-y: auto;
    position: static;
    top: 0;
}
.all_wrap::before {
  content: '';
  background: url(../img/bg_ttl.webp) no-repeat center / contain;
  width: 321px;
  height: 16px;
  position: absolute;
  top: 235px;
  right: 30px;
  z-index: -1;
}
.all_wrap::after {
  content: '';
  background: url(../img/bg_ttl.webp) no-repeat center / contain;
  width: 321px;
  height: 16px;
  position: absolute;
  top: 805px;
  right: 400px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .all_wrap::before,
  .all_wrap::after {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .all_wrap::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .all_wrap::before,
  .all_wrap::after {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .all_wrap {
    background: none;
  }
}
/* --------------------
  nav
-------------------- */
nav {
  width: fit-content;
  background: #fff;
  padding: 40px 10px;
  position: absolute;
  top: 50%;
  left: calc(50% - 375px - 80px);
  transform: translate(-50%,-50%);
  margin: auto;
}
.nav-logo {
  width: 380px;
  margin-bottom: 28px;
}
.nav-border {
  border: solid 0.75px #cbcbcb;
  max-width: 280px;
  margin: auto;
}
.nav-menu {
  padding: 40px 0;
}
.nav-menu__item:not(:last-child) {
  margin-bottom: 25px;
} 
.nav-menu__title {
  height: 14px;
  display: block;
  margin: 0 auto 5px;
}
.nav-menu__text {
  text-align: center;
}
.nav-menu__text a {
  font-size: 18px;
  color: #a0a0a0;
}
.nav-menu__text a:hover {
  color: #626262;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  nav {
    left: calc(50% - 250px);
  }
}
@media screen and (max-width: 1080px) {
  nav {
    display: none;
  }
}
/* --------------------
  contents
-------------------- */
.contents_wrap {
    max-width: 375px;
    overflow-x: hidden;
    background: #D5DAF9;
    position: relative;
    margin: auto;
    border-left: 4px solid #d8d8d8;
    border-right: 4px solid #d8d8d8;
    background: url(../img/bg_content.webp) repeat top left / contain;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  .contents_wrap {
    transform: translateX(200px);
  }
}
@media screen and (max-width: 430px) {
  .contents_wrap {
    max-width: inherit;
  }
}
/* --------------------
  header
-------------------- */
header {
    background: #fff;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
h1 img {
  width: 261px;
  height: 36px;
}
@media screen and (max-width: 767.9px) {

}
/* --------------------
  kv
-------------------- */
.kv {
  padding-bottom: 48px;
}
.kv-sub {
  width: 300px;
  display: block;
  margin: 26px auto 5px;
}
.kv-char__title {
  width: 280px;
  display: block;
  margin: auto;
  /* くるっと回るアニメーション */
  transform: translateX(-375px) rotate(0deg);  
  opacity: 0;
}
.kv-char__title.is-animated {
  opacity: 1;
  animation: slide-in-rotate 1.2s ease-out forwards;
}
/* くるっと回るアニメーション */
@keyframes slide-in-rotate {
  0% {
    transform: translateX(-375px) rotate(0deg); 
  }
  70% {
    transform: translateX(10px) rotate(370deg); 
  }
  100% {
    transform: translateX(0) rotate(360deg); 
  }
}
.kv-char {
  position: relative;
  margin-bottom: 30px;
}
.kv-char__box {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.kv-char__box.is-animated {
  opacity: 1;
  /* ズームインアニメーション */
  animation: icon-zoom 1.5s ease-out forwards;
}
.kv-char__box.-top {
  top: 3px;
}
.kv-char__box.-bottom {
  bottom: 5px;
}
.kv-char__item {
    display: inline-block;
    transform-origin: center center; 
    /* アイコンの左右カタカタ揺れるアニメーション */
    animation: icon-wobble 0.5s ease-in-out infinite alternate 2s;
}
/* アイコンの左右カタカタ揺れるアニメーション */
@keyframes icon-wobble {
    0% {
        transform: translateX(-3px) rotate(-3deg); /* 左に傾ける */ 
    }
    50% {
        transform: translateX(0) rotate(0deg);
    }
    100% {
        transform: translateX(3px) rotate(3deg); /* 右に傾ける */
    }
}
/* ズームインアニメーション */
@keyframes icon-zoom {
    0% { 
        opacity: 0; 
        transform: scale(0);
    }
    80% { 
        opacity: 0;
        transform: scale(0);
    }
    100% { 
        opacity: 1;
        transform: scale(1) ;
    }
}
.kv-text {
  width: 300px;
  display: block;
  margin: 0 auto 50px;
}
/* --------------------
  title
-------------------- */
.title__wrap {
  z-index: 2;
  position: relative;
}
.title-bubble {
  width: 65px;
  position: absolute;
  top: -10px;
  left: 260px;
  /* 吹き出しアニメーション */
  animation: pulse-resize-step 2.3s steps(1) 0s infinite
}
/* 吹き出しアニメーション */
@keyframes pulse-resize-step {
  0% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }
  60% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }
  80% {
      -webkit-transform: scale(.96,.96);
      transform: scale(.96,.96)
  }
  90% {
      -webkit-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1)
  }
  100% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }
}
.title-image {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  z-index: 1;
}
.title-image__item {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  opacity: 0;
}
.title-image__item.-front {
  /* 画像を切り替えるアニメーション */
  animation: crossfade-step-front 4s infinite;
  animation-timing-function: steps(1);
}
.title-image__item.-back {
  /* 画像を切り替えるアニメーション */
  animation: crossfade-step-back 4s infinite;
  animation-timing-function: steps(1);
}
/* 画像を切り替えるアニメーション */
@keyframes crossfade-step-front {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crossfade-step-back {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.title-badge {
  width: 100px;
  height: 100px;
  background: url(../img/bg_original.webp) no-repeat center / contain;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 0;
  /* 回転アニメーション */
  animation: rotate-clockwise 10s linear infinite;
}
.title-original {
  width: 63px;
  height: 36px;
  /* 逆回転アニメーション */
  animation: rotate-clockwise-reverse 10s linear infinite;
}
/* 回転アニメーション */
@keyframes rotate-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 逆回転アニメーション */
@keyframes rotate-clockwise-reverse {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(-360deg);
  }
}
.title-h2 {
    text-align: center;
    font-size: 20px;
    color: #626262;
    margin-bottom: 65px;
    margin-top: 50px;
}
.title-h2::before {
  content: '';
  width: 19px;
  height: 18px;
  background: url(../img/icon_h2_left.webp) no-repeat center / contain;
  display: inline-block;
  padding-right: 20px;
}
.title-h2::after {
  content: '';
  width: 19px;
  height: 18px;
  background: url(../img/icon_h2_right.webp) no-repeat center / contain;
  display: inline-block;
  padding-left: 20px;
}
.title-h2__text {
    font-size: 15px;
    line-height: 1.9;
    position: relative;
    z-index: 1;
}
.title-h2__text::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #626262;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}
/* --------------------
  about
-------------------- */
.about {
  background: #fff;
  margin-top: 28px;
  padding: 30px 14px 40px;
  position: relative;
}
.about::before {
  content: '';
  width: 375px;
  height: 28px;
  display: block;
  background: url(../img/bg_sub.webp) no-repeat center / contain;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
}
.about::after {
  content: '';
  width: 109px;
  height: 141px;
  display: block;
  background: url(../img/bg_illust_01.webp) no-repeat center / contain;
  position: absolute;
  bottom: 50px;
  left: -20px;
}
.about .title-head {
  height: 79px;
}
.about .title-image{
  width: 338px;
  height: 338px;
}
@media screen and (max-width: 430px) {
  .about .title-image{
    margin: -20px auto 0;
  }
  .about::before {
    width: 100vw;
    height: 7.4vw;
    top: -7.4vw;
  }
}
/* --------------------
  friends
-------------------- */
.friends {
  background: #fff;
  padding: 30px 0 88px;
  position: relative;
}
.friends::before{
  content: '';
  width: 153px;
  height: 194px;
  display: block;
  background: url(../img/bg_illust_02.webp) no-repeat center / contain;
  position: absolute;
  bottom: 90px;
  right: -60px;
}
.friends::after {
  content: '';
  width: 375px;
  height: 28px;
  display: block;
  background: url(../img/bg_sub02.webp) no-repeat center / contain;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
}
.friends .title-head {
  width: 244px;
  margin-left: 20px;
}
.friends .title-image{
  width: 375px;
  height: 375px;
  margin-top: -10px;
}
.friends .title-bubble {
  top: 5px;
  left: 277px;
}
@media screen and (max-width: 430px) {
  .friends .title-image {
    width: 100vw;
    height: 100vw;
  }
  .friends::after {
    width: 100vw;
    height: 7.4vw;
    bottom: -7.4vw;
  }
}
/* --------------------
  Lets try it now
-------------------- */
.lets-try {
  position: relative;
  padding: 45px 0;
}
.lets-try__text--wrap {
  width: 295px;
  height: 27px;
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  margin: auto;
}
.lets-try__text {
  position: relative;
}
.lets-try:has(.lets-try__text--wrap.is-show)::before  {
  /* 左からテキストが現れるアニメーション */
  animation: text-left 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
  background: #fff;
  content: '';
  width: 100%;
  height: 28px;
  pointer-events: none;
  position: absolute;
  top: -27px;
  z-index: 1;
}
/* 左からテキストが現れるアニメーション */
@keyframes text-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* --------------------
  special
-------------------- */
.special {
  background: #fff;
  margin-top: 28px;
  padding: 0;
  position: relative;
}
.special::before {
  content: '';
  width: 375px;
  height: 28px;
  display: block;
  background: url(../img/bg_sub.webp) no-repeat center / contain;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.special::after {
  content: '';
  width: 124px;
  height: 179px;
  display: block;
  background: url(../img/bg_illust_03.webp) no-repeat center / contain;
  position: absolute;
  top: 550px;
  left: -2px;
}
.special .title-head {
  width: 253px;
  margin: auto;
  display: block;
}
.special .title-bubble {
  width: 63px;
  top: -30px;
  left: 80%;
}
.special .title-h2::before,
.special .title-h2::after {
  display: none;
}
.title-h2--gear {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gear__wrap {
  position: relative;
  display: block;
  width: 26px;
  height: 23px;
}
.gear-s {
  position: absolute;
  width: 14px;
}
.gear-l {
  position: absolute;
  width: 19px;
}
.gear__wrap.-left .gear-s {
  top: -6px;
  left: -9px;
  /* 歯車のアニメーション */
  animation: gear-rotate-reverse 10s linear infinite;
}
.gear__wrap.-left .gear-l {
  /* 歯車のアニメーション */
  animation: gear-rotate 10s linear infinite;
}
.gear__wrap.-right .gear-s {
  top: -7px;
  right: -1px;
  /* 歯車のアニメーション */
  animation: gear-rotate 10s linear infinite;
}
.gear__wrap.-right .gear-l {
  /* 歯車のアニメーション */
  animation: gear-rotate-reverse 10s linear infinite;
}
/* 歯車のアニメーション */
@keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear-rotate-reverse {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(-360deg);
  }
}
.special .title-h2__text {
  margin-bottom: 40px;
}
.card-scroller__wrap {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  height: 375px;
  position: relative;
  margin-bottom: 85px;
}
.card-scroller__wrap::before {
  content: '';
  width: 100%;
  height: 35px;
  background: #fff;
  position: absolute;
  top: 34px;
  z-index: 1;
}
.card-scroller__wrap::after {
  content: '';
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: -180px;
}
.card-scroller {
  width: max-content;
  transform: rotate(-5deg);
  position: relative;
  margin-top: -85px;
}
.card-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  will-change: transform;
}
.card-row:nth-of-type(1),
.card-row:nth-of-type(2),
.card-row:nth-of-type(3) {
  width: 50%;
}
.card-row:nth-of-type(4),
.card-row:nth-of-type(5) {
  width: 40%;
}
.card-item {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}
.card-row.-direction-right {
  /* 右に流れるアニメーション */
  animation: scroll-right 50s infinite linear;
}
.card-row.-direction-left {
  /* 左に流れるアニメーション */
  animation: scroll-left 50s infinite linear;
}
/* 右に流れるアニメーション */
@keyframes scroll-right {
  0% {
    transform: translateX(-100%); 
  }
  100% {
    transform: translateX(0%); 
  }
}
/* 左に流れるアニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0%); 
  }
  100% {
    transform: translateX(-100%); 
  }
}
@media screen and (max-width: 430px) {
  .special::before {
    width: 100vw;
    height: 7.4vw;
    top: -7.4vw;
  }
  .card-scroller__wrap {
    max-width: 430px;
  }
}
/* --------------------
  cta
-------------------- */
.cta-button {
  width: 300px;
  padding: 12px 0;
  background: #F07800;
  border: none;
  border-radius: 40px;
  margin: auto;
  display: block;
  cursor: pointer;
  position: relative;
}
.cta-button::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/icon_btn.webp) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}
.cta-button a {
  font-size: 16px;
  color: #fff;
  line-height: 1.58;
  font-weight: 700;
}
.cta-title__wrap {
  position: relative;
}
.cta-title {
  width: fit-content;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}
.cta-title::before {
  content: '';
  width: 2px;
  height: 20px;
  background: #626262;
  transform: rotate(-30deg);
  margin-right: 10px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -10px;
}
.cta-title::after{
  content: '';
  width: 2px;
  height: 20px;
  background: #626262;
  transform: rotate(30deg);
  margin-right: 10px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: -16px;
}
.cta .c-text--note {
  margin-bottom: 15px;
  padding-left: 0;
  text-indent: -18rem;
  margin-left: 18rem;
  font-size: 14px;
}
.p-btn-copy {
  width: fit-content;
  border-radius: 15px;
  background: #fff;
  color: #c5b374;
  border: 1px solid #c5b374;
  font-size: 14px;
  margin: auto;
  padding: 2px 10px;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  z-index: 1;
}
.cta .c-btn-cv {
  margin-bottom: 30px;
}
.p-cta__anchor {
  margin-top: 10px;
  font-size: 14px;
}
.bike {
  width: 43px;
  position: absolute;
  top: -12px;
  left: -80px;
  opacity: 0;
}
.bike.is-animated {
  opacity: 1;
  /* バイクのアニメーション */
  animation: wheelie-move 3.8s ease-in-out infinite 3s;
}
/* バイクのアニメーション */
@keyframes wheelie-move {
  0% {
      transform: translateX(0) rotate(0deg);
      left: -80px;
  }
  8.42% { 
      left: 6%;
      transform: rotate(-20deg);
  }
  10.53% { 
      left: 7%;
      transform: rotate(-25deg);
  }
  12.63% { 
      left: 8%;
      transform: rotate(-30deg);
  }
  16.84% { 
      left: 9%;
      transform: rotate(-10deg);
  }
  21.05% {
      left: 10%;
      transform: rotate(0deg);
  }
  100% {
      left: 10%;
      transform: rotate(0deg);
  }
}
.dj {
  width: 36px;
  position: absolute;
  top: -12px;
  left: 40px;
  /* DJのアニメーション */
  animation: dj-shake 1s ease-in-out infinite alternate;
  transform-origin: bottom center;
}
/* DJのアニメーション */
@keyframes dj-shake {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}
/* --------------------
  char slide
-------------------- */
.char-slide__wrap {
  display: flex;
  gap: 5px;
  padding-bottom: 30px;
}
.char-slide {
  width: 628px;
  height: 96px;
  max-width: none;
  overflow: hidden;
  animation: scroll-left 30s linear infinite both;
  flex-shrink: 0;
  will-change: transform;
}
/* --------------------
  footer
-------------------- */
footer {
  background: #F9F1D8;
  padding: 40px 0;
}
footer img {
  width: 269px;
  display: block;
  margin: 0 auto 10px;
}
.copyright {
  color: #000;
  font-size: 12px;
}
/* =====================
  pagetop
===================== */
.pagetop {
  display: none;
  position: fixed;
  right: calc(50% - 175px);
  bottom: 20px;
  transition: 0.3s;
  z-index: 3;
  /* ロケットのアニメーション */
  animation: rocket-shake 0.2s ease-in-out infinite alternate;
  transform-origin: top center;
}
.pagetop img {
  width: 33px;
}
/* ロケットのアニメーション */
@keyframes rocket-shake {
    0% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  .pagetop {
    right: calc(50% - 170px - 200px);
  }
}
@media screen and (min-width: 768px) {
  .pagetop:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
@media screen and (max-width: 430px) {
  .pagetop {
    right: calc(50% - 45vw);
  }
}
/* --------------------
  module
-------------------- */
.u-mb-all--0 {
    margin-bottom: 0 !important;
}
.u-mb-all--40 {
    margin-bottom: 40px !important;
}
.c-text--note {
  padding-left: 0;
  text-indent: -28px;
  margin-left: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}
.c-link {
  color: #415AAA;
  text-decoration: underline;
}
.c-anchor__text {
  padding-left: 2px;
  padding-right: 28px;
  color: #415AAA;
  text-decoration: underline;
  position: relative;
}
.c-anchor__text::after {
  background-image: url(/assets/images/icon_link_anchor_text.svg);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.u-align--center {
  text-align: center !important;
}
.c-btn__cv1col {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 0 15px 30px;
}
.c-btn__title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000000;
}
.c-btn,
.c-btn-cv {
  width: 250px;
  height: auto;
  margin: 0 auto 30px;
  margin-bottom: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.c-btn-wide {
  width: 300px;
  height: auto;
  margin: 0 auto 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.c-btn.c-btn-wide,
.c-btn-cv.c-btn-wide {
  width: 300px;
}
.c-btn-cv a, .c-btn-cv.c-btn--modal button {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  background-color: #F07800;
  border-radius: 9999px;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 13px 24px 13px 24px;
}
.cta .c-btn-cv a {
  background-color: #c5b374;
}
.c-modal-app-has .c-btn-cv a {
  background-color: #c5b374;
}
.p-btn-copy + a {
  padding: 15px 24px 11px 24px;
}
.c-btn.c-btn--modal a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  border-radius: 9999px;
  color: #F07800;
  border: 1px solid #F07800;
  position: relative;
  text-decoration: none;
  padding: 13px 24px 13px 24px;
}
.c-btn-wide.c-btn-cv a, .c-btn-cv.c-btn--modal button {
    border: none;
}
.c-btn--01::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
}
.c-btn-cv .c-btn--01::after {
  background-image: url(../img/icon_btn.webp);
  width: 20px;
  height: 20px;
}
.c-btn--05::after {
  background-image: url(/assets/images/icon_btn_05.webp);
  background-size: contain;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
.c-btn-cv .c-btn--05::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(0%) hue-rotate(198deg) brightness(114%) contrast(100%);
}
.c-btn--02::after {
  background-image: url(/assets/images/icon_btn_02.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
.c-btn-cv > .c-btn--02::after {
  background-image: url(/assets/images/icon_cvbtn_02.svg);
}
@media screen and (max-width: 767.9px) {
  .c-btn__cv1col {
    padding: 15px 15px 20px;
  }
}
/* c-modal */
.c-modal {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 1010;
  position: fixed;
  top: 0;
  left: 0;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-modal__close {
  cursor: pointer;
}
.c-modal--new-normal .c-modal__bg {
  background-color: rgba(0,0,0,0.4);
}
.c-modal--new-normal__wrap {
  width: 90%;
  max-height: 80vh;
  max-width: 820px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-modal--new-normal__box {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  border-radius: 20px;
  background: #fff;
  overflow: auto;
}
.c-modal--new-normal .c-modal__close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: -45px;
  z-index: 1010;
}
.c-modal--new-normal__open {
  cursor: pointer;
}
.p-modal_app--image {
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width:767.9px) {
  .c-modal--new-normal__box {
    max-height: calc(90vh - 55px);
  }
}
.c-app-box__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  background: #F2F2F2;
}
.c-app-box__inner {
  padding: 25px 0;
}
.c-app-box__inner--text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-app-box__inner--img {
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767.9px) {
  .c-app-box__inner--img {
    width: 80px;
    height: 80px;
  }
}

/* スクロールアニメーション */
.js-fadein:not(.lets-try__text--wrap) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 
      opacity 0.8s ease-out,
      transform 0.8s ease-out,
      visibility 0.8s ease-out;
}
.js-fadein:not(.lets-try__text--wrap).is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* --------------------
  Loader (ローディング画面)
-------------------- */
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
}
.loader-wrap.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fruit-loader-container {
  position: relative;
  width: 190px;
  height: 190px;
}
.fruit-loader-item {
  width: 44px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.fruit-loader-item:nth-child(1) {
    left: 70.00px;
    top: 0px;
    animation: 
        fruit-fade-in 0.5s ease-out 0s forwards,
        fruit-sequence 2.5s steps(1, end) infinite 0s;
}
.fruit-loader-item:nth-child(2) {
    left: 118.21px;
    top: 17.55px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.1s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.1s;
}
.fruit-loader-item:nth-child(3) {
    left: 143.86px;
    top: 61.99px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.2s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.2s;
}
.fruit-loader-item:nth-child(4) {
    left: 134.95px;
    top: 112.50px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.3s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.3s;
}
.fruit-loader-item:nth-child(5) {
    left: 95.65px;
    top: 145.49px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.4s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.4s;
}
.fruit-loader-item:nth-child(6) {
    left: 44.35px;
    top: 145.49px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.5s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.5s;
}
.fruit-loader-item:nth-child(7) {
    left: 5.05px;
    top: 112.50px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.6s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.6s;
}
.fruit-loader-item:nth-child(8) {
    left: -4.14px;
    top: 61.99px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.7s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.7s;
}
.fruit-loader-item:nth-child(9) {
    left: 21.79px;
    top: 17.55px;
    animation: 
        fruit-fade-in 0.5s ease-out 0.8s forwards, 
        fruit-sequence 2.5s steps(1, end) infinite 0.8s;
}

/* ローディングアニメーション */
@keyframes fruit-sequence {
    0% { opacity: 0; }
    40% { opacity: 1; } 
    90% { opacity: 1; }
    91% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes fruit-fade-in {
    0% { opacity: 0; transform: scale(0.5); }
    100% { opacity: 1; transform: scale(0.8); }
}