@charset "UTF-8";




/* items _________________________________*/

.item {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.rotatef {
  animation: 30s linear infinite rotatef;
}

@keyframes rotatef {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: 20s linear infinite rotate;
}

@keyframes rotate {
  0% {
    transform: rotate(0) rotateY(0deg);
  }

  100% {
    transform: rotate(360deg) rotateY(360deg);
  }
}


/* banner _____________________________*/

.dl_banner {
  display: flex;
  gap: 16px;
}

.dl_apple {
  width: 120px;
}

.dl_google {
  width: 147px;
}

@media screen and (min-width:768px) {

  .dl_apple {
    width: 145px;
  }

  .dl_google {
    width: 175px;
  }

  /*--- media (min-width:768px) --- */
}


/*======================================

||| header

======================================*/

header {
  width: 100%;
  background-color: var(--color_main);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  width: 120px;
  aspect-ratio: 8 / 1;
  margin: var(--gap);
}

header .dl_banner {
  display: none;
}


@media screen and (min-width:768px) {
  .header_inner {
    max-width: var(--innerWid_m);
    margin-inline: auto;
    padding: var(--gap);
  }

  header h1 {
    width: 180px;
  }

  header .dl_banner {
    display: flex;
  }

  /*--- media (min-width:768px) --- */
}


/*======================================

||| FV

======================================*/
.fv {
  position: relative;
  padding-top: 40px;
}

.fv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../imgs/fv-sp_top.svg);
  background-size: max(460px, 110%);
  background-position: left top 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.about_wrap {
  position: relative;
}

.about_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -110px;
  left: 0;
  background-image: url(../imgs/fv_bg_b_sp.svg);
  background-size: max(460px, 100%);
  background-position: left top 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width:768px) {
  .fv {
    padding-top: 80px;
  }

  .fv::before {
    background-image: url(../imgs/fv_bg_t_pc.svg);
    background-size: max(1920px, 100vw);
    background-position: center top -80px;
  }

  .about_wrap::before {
    top: -110px;
    background-image: url(../imgs/fv_bg_b_pc.svg);
    background-size: max(1920px, 100vw);
    background-position: center top 0px;
  }

  /*--- media (min-width:768px) --- */
}

/*======================================

||| MV

======================================*/

.mv {
  width: min(100%, 560px);
  aspect-ratio: 1200 / 1020;
  min-height: 300px;
  margin-inline: auto;
  margin-bottom: 36px;
  background-image: url(../imgs/mv_sp.png);
  background-size: max(340px, 100%);
  background-position: left -10px top;
  background-repeat: no-repeat;
}

@media screen and (min-width:360px) {
  .mv {
    background-position: left;
  }
}

@media screen and (min-width:768px) {
  .mv {
    width: min(100%, 1000px);
    aspect-ratio: 1600 / 980;
    min-height: 510px;
    margin-bottom: 70px;
    background-image: url(../imgs/mv_pc.png);
    background-size: min(840px, 110%);
    background-position: center top;
  }

  /*--- media (min-width:768px) --- */
}


@media screen and (min-width:860px) {

  .mv {
    background-size: 100%;
  }

  /*--- media (min-width:860px) --- */
}

/*======================================

||| service

======================================*/

.service {
  margin-top: var(--gap_content);
  margin-bottom: var(--gap_section);
}

.ttl_service {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px
}

.ttl_service img {
  width: 140px;
}

.ttl_service::before,
.ttl_service::after {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background-image: url(../imgs/ttl_block.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service_list {
  width: min(90%, 420px);
  margin-top: var(--gap_content);
  margin-inline: auto;
}

.service_card {
  width: 160px;
  height: auto;
  margin-inline: 10px;
}

.slick-dots {
  bottom: -40px;
}

@media screen and (min-width:768px) {

  .ttl_service img {
    width: 180px;
  }

  .service_list {
    width: min(90%, 800px);
  }
}

/*======================================

||| about

======================================*/

.about {
  padding-top: var(--gap_content);
  padding-bottom: var(--gap_section);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.4));
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.about h2 {
  font-size: clamp(2rem, calc(0.8rem + 2.8vw), 4.6rem);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
  color: var(--color_ttl);
}

.about .dl_banner {
  margin-top: var(--gap_content);
  justify-content: center;
}

.about_desc {
  margin-top: var(--gap_content);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--gaps);
}

.about_desc,
.about_desc * {
  width: fit-content;
}

.about_desc h3:not(:first-of-type) {
  margin-top: var(--gaps);
}

.youtube {
  margin-top: var(--gap_content);
  margin-inline: auto;
  width: clamp(260px, 100%, 320px);
}

.youtube_frame {
  width: 100%;
  aspect-ratio: 503 / 895;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:768px) {
  .about {
    padding-top: var(--gap_section);
  }

  .about .inner {
    width: var(--innerWid_s);
  }

  .about .dl_banner {
    display: none;
  }

  .about .inner {
    margin-top: var(--gap_content);
  }
}

@media screen and (min-width:860px) {
  .youtube {
    margin-top: var(--gap_content);
    width: 300px;
  }

  .about_content {
    display: flex;
    flex-direction: row-reverse;
    gap: 4%;
  }

  .about_desc {
    width: 530px;
  }

  .about_desc h3:not(:first-of-type) {
    margin-top: var(--gap_content);
  }

  /*--- media (min-width:960px) --- */
}

/* items ___________________________*/

.about .item {
  opacity: .2;
  -ms-filter: blur(2px);
  filter: blur(2px);
}


@media screen and (max-width:859px) {


  .about .item.i1,
  .about .item.i4,
  .about .item.i5,
  .about .item.i6,
  .about .item.i8 {
    display: none;
  }

  .i2 {
    width: 60px;
    top: 24%;
    left: 80%;
    rotate: 90deg;
    animation-duration: 8s;
  }

  .i3 {
    width: 160px;
    top: 40%;
    right: 40px;
    rotate: 20deg;
  }

  .i7 {
    width: 260px;
    bottom: 12%;
    left: -4%;
    rotate: 20deg;
    animation-duration: 30s;
  }

}

@media screen and (min-width:860px) {
  .about .item {
    display: block;
    opacity: .3;

  }

  .i1 {
    width: 200px;
    top: 24%;
    left: calc(32% - 400px);
    animation-duration: 60s;
  }

  .i2 {
    width: 50px;
    top: 56%;
    rotate: 40deg;
    left: calc(36% - 400px);
    animation-duration: 10s;
  }

  .i3 {
    width: 140px;
    bottom: 60px;
    left: calc(20% - 200px);
    animation-duration: 50s;
  }

  .i4 {
    width: 80px;
    bottom: 20px;
    left: calc(50% - 120px);
    rotate: -80deg;
    animation-duration: 30s;
  }

  .i5 {
    width: 80px;
    top: 26%;
    right: calc(20% - 200px);
    animation-duration: 20s;
  }

  .i6 {
    width: 60px;
    top: 46%;
    right: calc(34% - 200px);
    rotate: 26deg;
    animation-duration: 20s;
  }

  .i7 {
    width: 220px;
    bottom: 80px;
    right: calc(30% - 280px);
    animation-duration: 100s;
  }

  .i8 {
    width: 60px;
    bottom: 320px;
    /* right: calc(30% - 440px); */
    right: 40%;
    rotate: 90deg;
    animation-duration: 30s;
  }

  /*--- media (min-width:960px) --- */
}


/*======================================

||| appInfo

======================================*/

.appInfo {
  background-color: var(--color_main);
  padding-top: var(--gap_section);
  padding-bottom: 80px;
  background-image: url(../imgs/pt_check30.svg);
}

.appInfo h2 {
  color: #FFF;
  font-family: var(--font_ttl_en);
  font-size: 3rem;
  letter-spacing: .28rem;
  text-align: center;
}

.asobikata_ttl {
  width: 160px;
  margin-inline: auto;
}

.asobikataList {
  margin-top: var(--gap_content);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: center;
  text-align: center;
}

.asobikataList figure {
  width: min(360px, 100%);
  height: 360px;
  background-image: url(../imgs/appinfo_cardbg.svg);
  background-size: max(360px, 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.appOperation .moc,
.appOperation .ef,
.appOperation figcaption {
  position: absolute;
}

.appOperation figcaption {
  text-align: center;
  width: 100%;
  bottom: 60px;
  font-weight: 600;
  font-size: var(--fontSize_l);
}

.asobikataList_kaiten .moc {
  width: 170px;
  left: calc(50% - 85px);
  bottom: 110px;
}

.asobikataList_kaiten .ef {
  width: min(100%, 300px);
  left: calc(50% - 150px);
  bottom: 200px;
}

.asobikataList_kakudai .moc {
  width: 280px;
  left: calc(50% - 140px);
  bottom: 120px;
}

.asobikataList_kakudai .ef {
  width: 60px;
  right: 16px;
  bottom: 124px;
}

.asobikataList_place .moc {
  width: min(100%, 300px);
  left: calc(50% - 150px);
  bottom: 130px;
}

.asobikataList_place .ef {
  width: 50px;
  left: 0px;
  bottom: 160px;
  rotate: -20deg;
}

.asobikataList_zoom .moc {
  width: 170px;
  left: calc(50% - 100px);
  bottom: 130px;
}

.asobikataList_zoom .ef {
  width: 80px;
  right: 8px;
  bottom: 180px;
}

@media screen and (min-width:768px) {
  .appInfo {
    padding-bottom: 0;
  }

  .appInfo h2 {
    font-size: 4.2rem;
  }

  .asobikataList {
    margin-top: 140px;
    width: calc(360px * 2 + 16px);
    display: grid;
    gap: var(--gap) 0;
    grid-template:
      "ttl kakudai" 250px
      "kaiten kakudai" 250px
      "kaiten zoom" 250px
      "place zoom" 280px
      "place x" 190px /
      50% 50%;
  }

  .asobikata_ttl {
    grid-area: ttl;
    width: 240px;
    margin-top: -160px;
  }

  .asobikataList_kaiten {
    grid-area: kaiten;
  }

  .asobikataList_kakudai {
    grid-area: kakudai;
  }

  .asobikataList_place {
    grid-area: place;
  }

  .asobikataList_zoom {
    grid-area: zoom;
  }

  .asobikataList_kaiten .moc {
    width: 190px;
    left: calc(50% - 95px);
    bottom: 110px;
  }

  .asobikataList_kaiten .ef {
    width: 350px;
    left: calc(50% - 175px);
    bottom: 200px;
  }

  .asobikataList_kakudai .moc {
    width: 320px;
    left: calc(50% - 160px);
    bottom: 120px;
  }

  .asobikataList_kakudai .ef {
    width: 80px;
    right: 0px;
    bottom: 160px;
  }

  .asobikataList_place .moc {
    width: 340px;
    left: calc(50% - 170px);
    bottom: 130px;
  }

  .asobikataList_place .ef {
    width: 60px;
    left: 0px;
    bottom: 180px;
    rotate: -40deg;
  }

  .asobikataList_zoom .moc {
    width: 190px;
    left: calc(50% - 106px);
    bottom: 130px;
  }

  .asobikataList_zoom .ef {
    width: 90px;
    right: 0px;
    bottom: 180px;
  }

  /*--- media (min-width:768px) --- */
}

@media screen and (min-width:860px) {
  .asobikataList {
    gap: var(--gap);
  }

  .asobikata_ttl {
    margin-left: 0;
    margin-right: auto;
  }

  /*--- media (min-width:860px) --- */
}

/*======================================

||| appFeature

======================================*/

.appFeature {
  padding-bottom: 80px;
}

.appFeature_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appFeature_desc {
  margin-left: auto;
  margin-right: auto;
}

.appFeature_desc,
.appFeature_desc * {
  width: fit-content;
}

.appFeature h3 {
  color: var(--color_base);
  font-size: 2.4rem;
  padding-left: var(--gap);
}

.appFeature_moc {
  position: relative;
  top: -20px;
}

.appFeature_list {
  margin-top: var(--gap_content);
}

.appFeature_list li {
  margin-top: var(--gaps);
  background-color: var(--color_base);
  border-radius: 999px;
  padding: 1rem 2rem;
  line-height: 1.4;
  font-size: var(--fontSize_l);
}

.appFeature_list small {
  font-size: 12px;
}

@media screen and (min-width:768px) {
  .appFeature h3 {
    font-size: 3.2rem;
  }

  /*--- media (min-width:768px) --- */
}

@media screen and (min-width:860px) {
  .appFeature {
    padding-bottom: 0;
  }

  .appFeature_inner {
    max-width: 1000px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .appFeature_desc {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .appFeature_list {
    margin-top: var(--gap);
  }

  /*--- media (min-width:860px) --- */
}


/*__________________________________*/

.app_record {
  background-color: var(--color_pk);
  position: relative;
}

.app_record .appFeature_moc {
  width: min(100%, 400px);
  position: relative;
  z-index: 10;
}

.app_record .item {
  opacity: .4;
  -ms-filter: blur(1px);
  filter: blur(1px);
  z-index: 1;
}

.i10,
.i13 {
  display: none;
}

.i11 {
  width: 220px;
  top: 42%;
  right: 0px;
}

.i12 {
  width: 180px;
  bottom: 32px;
  right: 6%;
}

@media screen and (min-width:480px) {
  .i10 {
    display: block;
    width: 180px;
    top: 26%;
    left: 4%;
    rotate: 90deg;
  }

  .i13 {
    display: block;
    width: 200px;
    bottom: 4%;
    left: 8%;
    rotate: 60deg;
  }

  /*--- media (min-width:560px) --- */
}


@media screen and (min-width:860px) {
  .app_record .appFeature_desc {
    width: 400px;
  }

  .app_record .appFeature_inner {
    flex-direction: row-reverse;
  }

  .i10 {
    top: 2%;
    left: 10%;
  }

  .i11 {
    width: 240px;
    top: 6%;
    right: 12%;
  }

  .i12 {
    width: 200px;
    bottom: 4%;
    right: 8%;
  }

  .i13 {
    width: 260px;
    bottom: 0;
    left: 6%;
  }

}

/*__________________________________*/

.app_other {
  background-color: var(--color_pu);
}

.app_other .appFeature_moc {
  width: min(100%, 220px);
}

.app_other.appFeature {
  background-image: url(../imgs/i-borderc-wh.svg);
  background-size: min(100%, 400px);
  background-position: center bottom 32px;
  background-repeat: no-repeat;
}

.app_other .appFeature_desc {
  white-space: nowrap;
  position: relative;
}


@media screen and (min-width:860px) {
  .app_other.appFeature {
    background-image: none;
  }

  .app_other .appFeature_moc {
    width: min(100%, 260px);
  }

  .app_other .appFeature_desc::after {
    content: "";
    display: block;
    position: absolute;
    width: 360px;
    height: 360px;
    left: calc(50% - 180px);
    background-image: url(../imgs/i-borderc-wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*======================================

||| fun

======================================*/

.fun {
  padding-top: var(--gap_content);
  padding-bottom: var(--gap_section);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.85) 100%);
  position: relative;
}

.fun::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../imgs/fv_bg_b_sp.svg), url(../imgs/fv_bg_b_sp.svg);
  background-position: center top -420px, center bottom -400px;
  background-size: 860px;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-filter: blur(4px);
  filter: blur(4px);

}

.fun .inner {
  width: min(90%, 480px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap_content);
}

.fun picture {
  width: min(100%, 340px);
  margin-top: var(--gap_content);
}

.fun_list1 {
  order: -1;
}


.fun ul {
  width: 100%;
}

.fun li {
  width: fit-content;
  padding: 0.6rem 0.1rem;
  border-bottom: 2px dotted var(--color_grey);
  margin-top: var(--gaps);
}

.fun_list1 li:nth-of-type(even),
.fun_list2 li:nth-of-type(odd) {
  margin-left: auto;
}


@media screen and (min-width:860px) {
  .fun::before {
    background-image: url(../imgs/fv_bg_t_pc.svg), url(../imgs/fun_bg_b_pc.svg);
    background-position: center top -60px, center bottom -120px;
    background-size: max(1920px, 100vw);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  .fun li {
    padding: 0.6rem 1rem;
    rotate: -8deg;
  }

  .fun_list1 li:nth-of-type(even),
  .fun_list2 li:nth-of-type(odd) {
    margin-left: 0;
  }

  .fun .inner {
    width: min(90%, 860px);
  }

  .fun picture {
    width: min(100%, 540px);
    margin-top: var(--gaps);
  }

  .fun_list1,
  .fun_list2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .fun li:nth-of-type(odd) {
    margin-left: inherit;
  }


  /*--- media (min-width:860px) --- */
}


/*======================================

||| AppLink

======================================*/

.appLink {
  padding-top: var(--gap_section);
  padding-bottom: var(--gap_section);
  background-image: linear-gradient(121deg, rgba(180, 239, 255, 1), rgba(149, 141, 255, 1));
  color: #FFF;
}

.appLink .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gaps);
}

.appIcon {
  width: 160px;
}

.appLink_desc {
  width: min(100%, 340px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gaps);
}

.appLogo {
  width: 240px;
}

.appLink .dl_banner {
  gap: var(--gap);
}

.appLink_txt {
  font-size: var(--fontSize_s);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.appLink_txt li:not(:first-of-type) {
  margin-top: 6px;
}

.appLink_txt a {
  display: block;
  text-decoration: underline;
  color: #eee;
}



@media screen and (min-width:768px) {

  .appLink .inner {
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: var(--gap_content);
  }

  .appIcon {
    width: 240px;
    min-width: 240px;
  }

  .appLogo {
    width: 320px;
  }


  .appLink .dl_banner {
    display: flex;
    gap: 16px;
  }

  .appLink .dl_apple {
    width: calc(120px * 1.4);
  }

  .appLink .dl_google {
    width: calc(147px * 1.4);
  }

  .appLink_desc {
    /* width: min(100%, 580px); */
    width: auto;
    align-items: start;
    justify-content: start;
    gap: var(--gaps);
  }
}


/*======================================

||| footer

======================================*/

footer {
  text-align: center;
  font-size: var(--fontSize_s);
}

footer ul,
.copyright {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer a {
  color: var(--color_pu);
}

footer .copyright {
  color: #FFF;
  background-color: var(--color_main);
  font-size: 10px;
}


@media screen and (min-width:600px) {
  footer ul {
    flex-direction: row;
    justify-content: center;
    gap: var(--gap_content);
  }

  /*--- media (min-width:768px) --- */
}