@charset "UTF-8";
/****	---- setting ----
===================================****/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/****	---- general ----
===================================****/
html.lock, body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 1399px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media print, screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  color: #111;
  font-size: 1.4rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background: #fff;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

a {
  color: #111;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.font-nada {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

/****	---- js ----
===================================****/
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 6rem);
  -webkit-transform: translate(0, 6rem);
}

.fadeIn_left {
  transition: 1.2s;
  opacity: 0;
  transform: translate(-10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeIn_right {
  transition: 1.2s;
  opacity: 0;
  transform: translate(10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeInMove {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.js-accordion {
  transition: 0.2s;
}

.js-accordion:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .js-accordion:hover {
    opacity: 1;
  }
}

.js-accordionContents {
  display: none;
}

/****	---- utility ----
===================================****/
.u-pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-mb--em {
  margin: 0 0 1em 0;
}

.u-jost {
  font-family: "Jost", sans-serif;
}

/****	---- layout ----
===================================****/
.l-inner {
  width: 100rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner {
    width: 36rem;
  }
}

.l-inner800 {
  width: 80rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner800 {
    width: 36rem;
  }
}

.l-inner1180 {
  width: 118rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner1180 {
    width: 36rem;
  }
}

.l-main {
  display: block;
  position: relative;
}

/****	---- component ----
===================================****/
.c-anchor {
  position: absolute;
  top: 0;
}
@media print, screen and (max-width: 767px) {
  .c-anchor {
    top: -6rem;
  }
}

.c-ico {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .c-ico {
    font-size: 2rem;
  }
}
.c-ico.is-animated > span {
  animation: textReveal 1.2s ease-out forwards 0.8s;
}
.c-ico.is-animated > span::before {
  animation: moveBird 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media print, screen and (max-width: 767px) {
  .c-ico.is-animated > span::before {
    animation: moveBirdSP 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}
.c-ico > span {
  opacity: 0;
  width: 35rem;
  position: relative;
  display: inline-block;
  color: transparent;
  background: linear-gradient(to right, #3981c5 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
}
@media print, screen and (max-width: 767px) {
  .c-ico > span {
    width: 25rem;
  }
}
.c-ico > span::before {
  content: "";
  width: 8.2rem;
  height: 3.28802rem;
  background: url("../img/common/ico_kgu.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200%;
  margin: auto;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .c-ico > span::before {
    width: 5.5rem;
    height: 2.20538rem;
  }
}

@keyframes moveBird {
  0% {
    left: 200%;
  }
  100% {
    left: -2.5em;
  }
}
@keyframes moveBirdSP {
  0% {
    left: 200%;
  }
  100% {
    left: -3em;
  }
}
@keyframes textReveal {
  0% {
    background-position: 100% 0;
    opacity: 0;
  }
  100% {
    background-position: 0 0;
    opacity: 1;
  }
}
.c-ttl {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.0545454545;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-ttl {
    font-size: 5.5rem;
  }
}

.c-lead {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-lead {
    font-size: 2rem;
    line-height: 1.75;
  }
}

/****	---- project ----
===================================****/
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  justify-content: center;
  align-items: center;
  cursor: auto; /* モーダル内は標準カーソル */
}
.p-modal__close {
  width: 5rem;
  height: 5rem;
  background: #3981c5;
  border-radius: 100%;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 10002;
}
@media print, screen and (max-width: 767px) {
  .p-modal__close {
    width: 3rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.p-modal__content.--video .p-modal__close {
  width: 5rem;
  height: 5rem;
  top: -6rem;
  right: 0;
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  width: 2px;
  height: 2.5rem;
  background: #fff;
  border-radius: 9999px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 767px) {
  .p-modal__close::before, .p-modal__close::after {
    width: 1px;
    height: 2rem;
  }
}
.p-modal__close::after {
  transform: rotate(-45deg);
}
.p-modal__content {
  width: 90rem;
  max-height: calc(100dvh - 4rem);
  position: relative;
  z-index: 10001;
}
@media print, screen and (max-width: 767px) {
  .p-modal__content {
    width: 33rem;
    height: auto !important;
    max-height: calc(100dvh - 8rem) !important;
  }
}
.p-modal__content.--video {
  width: 95rem;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 767px) {
  .p-modal__content.--video {
    width: 36rem;
    aspect-ratio: 9/16;
  }
}
.p-modal__content.--collab {
  width: 69rem;
  height: 66rem;
}
@media print, screen and (max-width: 767px) {
  .p-modal__content.--collab {
    width: 33rem;
  }
}
.p-modal__container {
  height: 100%;
  max-height: calc(100dvh - 4rem);
  background: #fff;
  border-radius: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 7.5rem 5.5rem 6.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media print, screen and (max-width: 767px) {
  .p-modal__container {
    max-height: calc(100dvh - 8rem);
    border-radius: 2rem;
    padding: 5rem 2.5rem 4rem;
  }
}
.p-modal__btn {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  transition: all 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .p-modal__btn {
    width: 3rem;
    height: 3rem;
  }
}
.p-modal__btn::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .p-modal__btn::after {
    width: 1rem;
    height: 0.8rem;
  }
}
.p-modal__btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.p-modal__btn.--prev {
  left: 0;
  transform: translateX(-50%);
}
.p-modal__btn.--prev::after {
  background: url("../img/common/arw_left.svg") center center/contain no-repeat;
}
.p-modal__btn.--next {
  right: 0;
  transform: translateX(50%);
}
.p-modal__btn.--next::after {
  background: url("../img/common/arw_right.svg") center center/contain no-repeat;
}
.p-modal__grid {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -5.5rem 0 0;
}
@media print, screen and (max-width: 767px) {
  .p-modal__grid {
    display: block;
    margin: 0;
  }
}
.p-modal__detail {
  width: calc(100% - 33rem);
  box-sizing: border-box;
  padding: 0 0 0 3rem;
}
@media print, screen and (max-width: 767px) {
  .p-modal__detail {
    width: auto;
    padding: 0;
    margin: 0 -2.5rem 4rem 0;
  }
}
.p-modal__img {
  width: 33rem;
}
@media print, screen and (max-width: 767px) {
  .p-modal__img {
    width: auto;
  }
}
.p-modal__hdg {
  padding: 3rem 5.5rem 2rem 0;
  margin: 0 0 1.5em 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .p-modal__hdg {
    padding: 0 2.5rem 2rem 0;
    margin: 0 0 2rem 0;
  }
}
.p-modal__hdg::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #b2cc37, #0083c9);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-modal__ttl {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6363636364;
}
@media print, screen and (max-width: 767px) {
  .p-modal__ttl {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-modal__txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  padding: 0 5.5rem 0 0;
}
@media print, screen and (max-width: 767px) {
  .p-modal__txt {
    font-size: 1.6rem;
    line-height: 2.125;
    padding: 0 2.5rem 0 0;
  }
}
.p-modal__link {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: right;
  padding: 0 5.5rem 0 0;
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
}
@media print, screen and (max-width: 767px) {
  .p-modal__link {
    font-size: 1.6rem;
    padding: 0 2.5rem 0 0;
    flex-direction: column;
    gap: 1em 0;
  }
}
.p-modal__link.--padding {
  padding: 0;
}
.p-modal__link > a {
  padding: 0 3.5rem 0 0;
  position: relative;
}
.p-modal__link > a::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: #111 url("../img/common/arw_link.svg") center center/1.2rem no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-modal__tag {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 1.5rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .p-modal__tag {
    margin: 1rem 0 0 0;
  }
}
.p-modal__tag > span {
  height: 4.5rem;
  border-radius: 9999px;
  padding: 0 1.5em;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .p-modal__tag > span {
    height: 4rem;
  }
}
.p-modal__tag > span.--y {
  background: #f4eb84;
}
.p-modal__tag > span.--b {
  background: #97d5f7;
}
.p-modal__tag > span.--g {
  background: #deef78;
}
.p-modal__collab-ttl {
  font-weight: 500;
  font-size: 3rem;
}
@media print, screen and (max-width: 767px) {
  .p-modal__collab-ttl {
    font-size: 2.2rem;
  }
}
.p-modal__collab-txt {
  font-size: 2.3rem;
  line-height: 1.6956521739;
  margin: 0.5em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .p-modal__collab-txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-modal__collab-list {
  font-size: 1.8rem;
  line-height: 1.5;
  border-top: 1px solid #000;
  padding: 0.75em 0 0 0;
  margin: 0.75em 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .p-modal__collab-list {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.p-modal__collab-list > li {
  padding: 0 0 0 2.4rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .p-modal__collab-list > li {
    padding: 0 0 0 1.2rem;
  }
}
.p-modal__collab-list > li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #3981c5;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .p-modal__collab-list > li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-modal__collab-list > li > span {
  font-weight: 500;
  color: #3981c5;
  display: block;
  margin: 0 0 0.1em 0;
}

/****	---- header ----
===================================****/
.l-header {
  position: relative;
  z-index: 99;
}
.l-header__logo {
  width: 18rem;
  position: absolute;
  top: 3.4rem;
  left: 3rem;
}
@media print, screen and (max-width: 767px) {
  .l-header__logo {
    width: 15rem;
    top: 2rem;
    left: 2rem;
  }
}
.l-header__kobe {
  width: 14rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
}
@media print, screen and (max-width: 767px) {
  .l-header__kobe {
    width: 8.3rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}

/****	---- menu ----
===================================****/
.l-sp-menu {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .l-sp-menu {
    display: block;
    width: 3rem;
    height: 3.5rem;
    position: fixed;
    top: 1rem;
    right: 2rem;
    z-index: 200;
  }
  .l-sp-menu::before, .l-sp-menu::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0.5rem;
    left: 0;
    transition: transform 0.3s;
  }
  .l-sp-menu::after {
    top: 1.5rem;
  }
  .l-sp-menu > span {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .l-sp-menu.is-active::before {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .l-sp-menu.is-active::after {
    transform: translateY(-0.5rem) rotate(-45deg);
  }
  .l-sp-menu.is-active > span {
    display: none;
  }
}

/****	---- navi ----
===================================****/
.l-navi {
  position: fixed;
  top: 5.5rem;
  right: 5.5rem;
  z-index: 100;
}
@media print, screen and (max-width: 767px) {
  .l-navi {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    box-sizing: border-box;
    padding: 6rem 2rem;
    align-items: center;
    justify-content: center;
  }
  .l-navi.is-open {
    display: flex;
  }
  .l-navi::before, .l-navi::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background: linear-gradient(to right, #b2cc37, #0083c9);
  }
  .l-navi::before {
    top: 6rem;
  }
  .l-navi::after {
    bottom: 6rem;
  }
}
.l-navi ul {
  list-style: none;
}
@media print, screen and (max-width: 767px) {
  .l-navi ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
    overflow-y: auto;
  }
  .l-navi ul::before, .l-navi ul::after {
    content: "";
    margin: auto;
  }
}
.l-navi li {
  position: relative;
  text-align: right;
}
.l-navi li:not(:last-child) {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767px) {
  .l-navi li {
    text-align: center;
  }
  .l-navi li:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-navi li a {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
}
.l-navi li a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  .l-navi li a {
    font-size: 2rem;
    color: #000;
  }
}
.l-navi li .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #7fb765;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print, screen and (max-width: 767px) {
  .l-navi li .line {
    display: none;
  }
}
.l-navi li.active a .line,
.l-navi li a:hover .line {
  transform: scaleX(1);
}

/****	---- link ----
===================================****/
.l-link {
  padding: 14rem 0;
  display: flex;
  justify-content: center;
  gap: 0 4rem;
}
@media print, screen and (max-width: 767px) {
  .l-link {
    padding: 8.5rem 2rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-link > a {
  width: 36rem;
}
@media print, screen and (max-width: 767px) {
  .l-link > a {
    width: auto;
  }
}

/****	---- cv ----
===================================****/
.l-cv {
  text-align: center;
  height: 23rem;
  background: #3981c5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
.l-cv__ttl {
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.1;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .l-cv__ttl {
    font-size: 4.5rem;
  }
}
.l-cv__link {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .l-cv__link {
    font-size: 1.8rem;
  }
}
.l-cv__link > a {
  color: #fff;
  padding: 0 1em 0 0;
  position: relative;
}
.l-cv__link > a::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url("../img/common/arw_link.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/****	---- footer ----
===================================****/
.l-footer {
  background: #e0f2fe;
  padding: 7.5rem 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 3rem;
  }
}
.l-footer__content {
  width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .l-footer__content {
    width: auto;
    padding: 0;
  }
}
.l-footer__content::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 6rem;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__content::after {
    width: 36rem;
    top: 14rem;
    bottom: auto;
    left: 2rem;
  }
}
.l-footer__logo {
  width: 27rem;
  margin: 0 0 5rem 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__logo {
    width: 22rem;
    margin: 0 auto 4.5rem;
  }
}
.l-footer__sns {
  margin: 0 0 3.5rem 0;
  display: flex;
  align-items: center;
  gap: 0 2.8rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer__sns {
    margin: 0 0 7.5rem 0;
    justify-content: center;
    gap: 0 3.8rem;
  }
}
.l-footer__sns > a {
  width: 3.3rem;
}
.l-footer__sns:nth-of-type(2) > a {
  width: 4rem;
}
.l-footer__list {
  margin: 0 0 7rem 0;
  display: flex;
  gap: 0 2.8rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list {
    display: none;
  }
}
.l-footer__list-item {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.l-footer__other {
  font-size: 1.4rem;
  display: flex;
  gap: 0 2em;
}
@media print, screen and (max-width: 767px) {
  .l-footer__other {
    margin: 0 0 4rem 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 2rem;
  }
}
.l-footer__img {
  width: 21.1rem;
  position: absolute;
  top: 0;
  right: 2rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer__img {
    width: 16rem;
    margin: 0 auto 4rem;
    position: static;
  }
}
.l-footer__copy {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  position: absolute;
  right: 2rem;
  bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.3rem;
    text-align: center;
    position: static;
  }
}

/****	---- pagetop ----
===================================****/
.l-pagetop > a {
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  height: 7.5rem;
  background: #211816;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-pagetop > a > span {
  padding: 0 0 0 1.5em;
  position: relative;
}
.l-pagetop > a > span::before {
  content: "";
  width: 1em;
  height: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg) translate(-0.5em, 0);
}

/****	---- 01. top ----
===================================****/
section:not(.top-about) {
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.top-mv__ttl {
  width: 40.5714285714vw;
  position: absolute;
  top: 3.9285714286vw;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .top-mv__ttl {
    width: 64.5vw;
    top: 15.5vw;
  }
}

.top-gallery {
  padding: 9.5rem 0 11.5rem;
}
@media print, screen and (max-width: 767px) {
  .top-gallery {
    padding: 4.8rem 0 5.6rem;
  }
}
.top-gallery.--close::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-gallery.--close::after {
  content: "COMING SOON";
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 31.4rem;
  height: 5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateY(200%);
  z-index: 11;
}
@media print, screen and (max-width: 767px) {
  .top-gallery.--close::after {
    font-size: 1.6rem;
    width: 15rem;
    height: 2.4rem;
    transform: translateY(300%);
  }
}
.top-gallery__ttl {
  font-weight: 500;
  font-size: 2.14773rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__ttl {
    font-size: 1.60463rem;
  }
}
.top-gallery__content {
  position: relative;
}
.top-gallery__img {
  padding: 10rem 0 0 0;
  overflow: visible !important;
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__img {
    max-width: 34rem;
    padding: 6rem 0 0 0;
  }
}
.top-gallery__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 48rem;
  perspective: 200rem;
  transform-style: preserve-3d;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list {
    height: 22rem;
  }
}
.top-gallery__list-item {
  position: absolute;
  width: 100%;
  will-change: transform;
  transform-style: preserve-3d;
}
.top-gallery__list-img {
  position: relative;
}
.top-gallery__list-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #b2cc37, #0083c9);
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list-img::before {
    border-radius: 2rem;
  }
}
.top-gallery__list-img picture {
  position: relative;
}
.top-gallery__list-img img {
  border-radius: 4rem;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list-img img {
    border-radius: 2rem;
  }
}
.top-gallery__list-content {
  position: absolute;
  bottom: -0.8rem;
  left: -12.8rem;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list-content {
    bottom: 0;
    left: 0;
  }
}
.top-gallery__list-ttl {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.5555555556;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list-ttl {
    font-size: 1.62544rem;
    line-height: 1.5555541884;
  }
}
.top-gallery__list-ttl > span {
  background: #fff;
  padding: 0 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.top-gallery__list-txt {
  font-weight: 500;
  font-size: 2rem;
  margin: 0.25em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__list-txt {
    font-size: 0.90302rem;
  }
}
.top-gallery__list-txt > span {
  background: #fff;
  padding: 0 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.top-gallery__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.2rem;
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__pagination {
    gap: 0 0.8rem;
    margin-top: 2rem;
  }
}
.top-gallery__pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.top-gallery__pagination-bullet.is-active {
  width: 1.3rem;
  height: 1.3rem;
  background: #000;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__pagination-bullet.is-active {
    width: 1rem;
    height: 1rem;
  }
}
.top-gallery__button-prev, .top-gallery__button-next {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: -2rem;
  cursor: pointer;
  z-index: 100;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__button-prev, .top-gallery__button-next {
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    top: auto;
    bottom: -1rem;
  }
}
.top-gallery__button-prev::after, .top-gallery__button-next::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top-gallery__button-prev::after, .top-gallery__button-next::after {
    width: 1rem;
    height: 0.8rem;
  }
}
.top-gallery__button-prev:hover, .top-gallery__button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.top-gallery__button-prev {
  left: calc(50% - 45.4rem);
}
@media print, screen and (max-width: 767px) {
  .top-gallery__button-prev {
    left: 10rem;
  }
}
.top-gallery__button-prev::after {
  background: url("../img/common/arw_left.svg") center center/contain no-repeat;
}
.top-gallery__button-next {
  right: calc(50% - 45.4rem);
}
@media print, screen and (max-width: 767px) {
  .top-gallery__button-next {
    right: 10rem;
  }
}
.top-gallery__button-next::after {
  background: url("../img/common/arw_right.svg") center center/contain no-repeat;
}

.top-movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: none;
}
.top-movie #custom-cursor {
  pointer-events: none;
  width: 16rem;
  height: 16rem;
  background: #3981c5;
  border-radius: 100%;
  display: none;
  position: fixed;
  z-index: 99997;
  transform: translate(-50%, -50%);
}
.top-movie #custom-cursor::before, .top-movie #custom-cursor::after {
  content: "";
  width: 13rem;
  height: 13rem;
  background-image: url("../img/common/txt_btn_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: 99999;
  margin: auto;
  animation: rotateAnimation 8s linear infinite;
}
.top-movie #custom-cursor::before {
  width: 2.69107rem;
  height: 3.41745rem;
  background-image: url("../img/common/arw_play.svg");
  z-index: 99998;
  transform: translateX(10%);
  animation: rotateAnimation 0s linear infinite;
}
.top-movie button {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .top-movie button {
    display: block;
    pointer-events: none;
    width: 12rem;
    height: 12rem;
    background: #3981c5;
    border-radius: 100%;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 99997;
  }
  .top-movie button::before, .top-movie button::after {
    content: "";
    width: 9.6rem;
    height: 9.6rem;
    background-image: url("../img/common/txt_btn_play.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: 99999;
    margin: auto;
    animation: rotateAnimation 8s linear infinite;
  }
  .top-movie button::before {
    width: 2.0183rem;
    height: 2.56308rem;
    background-image: url("../img/common/arw_play.svg");
    z-index: 99998;
    transform: translateX(10%);
    animation: rotateAnimation 0s linear infinite;
  }
}
.top-movie__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77vh;
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw;
  pointer-events: none;
  z-index: 1;
}
.top-movie #bgPlayer {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-movie__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-about {
  position: relative;
  width: 100%;
  z-index: 1;
}
.top-about__bg-container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.top-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.top-about__bg.-img1 {
  background-image: url("../img/top/img_about.jpg");
}
@media print, screen and (max-width: 767px) {
  .top-about__bg.-img1 {
    background-image: url("../img/top/img_about_sp.jpg");
  }
}
.top-about__bg.-img2 {
  background-image: url("../img/top/img_about_kobe.jpg");
  opacity: 0;
  transition: opacity 1.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-about__bg.-img2 {
    background-image: url("../img/top/img_about_kobe_sp.jpg");
  }
}
.top-about__inner {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100vh;
  padding-bottom: 150vh;
}
.top-about__txt {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.48;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.16);
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-about__txt {
    font-size: 1.4rem;
    line-height: 2.7142857143;
  }
}
.top-about__txt.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-about.is-bg-switched .top-about__bg.-img2 {
  opacity: 1;
}

.top-collab {
  padding: 19.5rem 0 11.5rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-collab {
    padding: 7.5rem 0;
  }
}
.top-collab::before, .top-collab::after {
  content: "";
  width: 81.91496rem;
  height: 25.78363rem;
  background-image: url("../img/top/txt_tobe.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 70rem);
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .top-collab::before, .top-collab::after {
    width: 100%;
    height: 12.59044rem;
    left: 0;
  }
}
.top-collab::after {
  width: 77.62229rem;
  height: 26.83288rem;
  background-image: url("../img/top/txt_kobe.svg");
  top: auto;
  right: calc(50% - 70rem);
  bottom: 0;
  left: auto;
}
@media print, screen and (max-width: 767px) {
  .top-collab::after {
    width: 37.90384rem;
    height: 13.1028rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.top-collab__ttl {
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .top-collab__ttl {
    font-size: 2.8rem;
    line-height: 1.3419285714;
    text-align: center;
  }
}
.top-collab__copy {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .top-collab__copy {
    font-size: 1.3rem;
    text-align: center;
  }
}
.top-collab__logo {
  width: 21rem;
  margin: 4.5rem 0 12rem;
}
@media print, screen and (max-width: 767px) {
  .top-collab__logo {
    width: 13rem;
    margin: 2.5rem auto;
  }
}
.top-collab__txt {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 57.6rem;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  box-sizing: border-box;
  padding: 0.5em 0.25em;
  position: absolute;
  top: 10rem;
  left: calc(50% + 0.5rem);
}
@media print, screen and (max-width: 767px) {
  .top-collab__txt {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    width: 36rem;
    margin: 0 auto 5.5rem;
    position: static;
  }
}
.top-collab__list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list {
    padding: 0 0.5rem 0 0;
    flex-wrap: wrap;
    gap: 1.5rem 0;
  }
}
.top-collab__list-item {
  width: 28rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-item {
    width: 17rem;
  }
}
.top-collab__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3981c5;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-item::before {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.top-collab__list-item:hover {
  cursor: pointer;
}
.top-collab__list-item:hover::before {
  background: #111;
}
.top-collab__list-item:nth-child(2) {
  transform: translateY(-4rem);
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-item:nth-child(2) {
    transform: translateY(-2rem);
  }
}
.top-collab__list-item:nth-child(3) {
  transform: translateY(-8rem);
  z-index: 3;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-item:nth-child(3) {
    transform: translateY(0);
  }
}
.top-collab__list-item:nth-child(4) {
  transform: translateY(-12rem);
  z-index: 4;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-item:nth-child(4) {
    transform: translateY(-2rem);
  }
}
.top-collab__list-bg {
  height: 37rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 4.5rem 3.4rem 0;
  position: relative;
  transition: 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-bg {
    height: 28rem;
    padding: 2.5rem 2rem 0;
  }
}
.top-collab__list-item:hover .top-collab__list-bg {
  background: #3981c5;
  border: 1px solid #fff;
}
.top-collab__list-ttl {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #111;
  padding: 0 0 0.25em 0;
  transition: 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-ttl {
    font-size: 1.8rem;
  }
}
.top-collab__list-item:hover .top-collab__list-ttl {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top-collab__list-txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin: 1em 0 0 0;
  transition: 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-txt {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.top-collab__list-item:hover .top-collab__list-txt {
  color: #fff;
}
.top-collab__list-img {
  width: 16rem;
  position: absolute;
  bottom: 2.6rem;
  left: 3.2rem;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-img {
    width: 10rem;
    bottom: 2rem;
    left: 2.5rem;
  }
}
.top-collab__list-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: #111;
  border-radius: 100%;
  position: absolute;
  right: 1.6rem;
  bottom: 2.6rem;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-btn {
    width: 2rem;
    height: 2rem;
    right: 1.2rem;
    bottom: 2rem;
  }
}
.top-collab__list-btn::before, .top-collab__list-btn::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .top-collab__list-btn::before, .top-collab__list-btn::after {
    width: 1.2rem;
  }
}
.top-collab__list-btn::after {
  transform: rotate(90deg);
}
.top-collab__notes {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin: 4rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .top-collab__notes {
    font-size: 1.1rem;
  }
}

.top-community {
  padding: 13rem 0 4rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-community {
    padding: 8rem 0;
  }
}
.top-community::before, .top-community::after {
  content: "";
  width: 100%;
  height: 3rem;
  background: url("../img/top/bg_community.png") center center/contain repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .top-community::before, .top-community::after {
    height: 2rem;
    background: url("../img/top/bg_community.png") center center/auto 100% repeat-x;
  }
}
.top-community::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.top-community__lead {
  margin: 1em 0 0 0;
}
.top-community__copy {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  width: 58.2rem;
  height: 8.5rem;
  background: #f2f2f2;
  border-radius: 2rem;
  margin: 6rem auto 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-community__copy {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    width: 36rem;
    height: 11.6rem;
    margin: 4rem auto;
  }
}
.top-community__copy::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1em;
  height: 1em;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: -0.75em;
  left: 0;
  margin: auto;
}
.top-community__copy span {
  padding: 0 0 0 2em;
  position: relative;
}
.top-community__copy span::before {
  content: "";
  width: 3.26719rem;
  height: 3.59053rem;
  background: url("../img/top/ico_community.svg") center center/contain no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .top-community__scroll {
    padding: 0 0 4rem 0;
    position: relative;
  }
}
.top-community__img {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-community__img {
    overflow-x: scroll;
  }
  .top-community__img::-webkit-scrollbar {
    display: none;
  }
}
.top-community__img > picture {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top-community__img > picture {
    width: 91.18219rem;
  }
}
.top-community__pin .pin-wrapper {
  position: absolute;
  cursor: pointer;
  will-change: transform;
  animation: float 3s ease-in-out infinite;
}
.top-community__pin .pin-wrapper:nth-child(3n) {
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}
.top-community__pin .pin-wrapper:nth-child(3n+1) {
  animation-duration: 3.2s;
  animation-delay: -0.5s;
}
.top-community__pin .pin-wrapper:nth-child(3n+2) {
  animation-duration: 2.8s;
  animation-delay: 0.8s;
}
.top-community__pin .pin-wrapper:hover {
  animation-play-state: paused;
}
.top-community__pin .pin-wrapper:hover img {
  transform: scale(1.25);
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper:hover img {
    transform: scale(1);
  }
}
.top-community__pin .pin-wrapper img {
  display: block;
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.4));
  width: 3.5714285714vw;
  transition: transform 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper img {
    width: calc(0.6513013571 * 5rem);
  }
}
.top-community__pin .pin-wrapper.--01 {
  top: 21.4285714286vw;
  left: 6.4285714286vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--01 {
    top: calc(0.6513013571 * 30rem);
    left: calc(0.6513013571 * 9rem);
  }
}
.top-community__pin .pin-wrapper.--02 {
  top: 30.7142857143vw;
  left: 8.5714285714vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--02 {
    top: calc(0.6513013571 * 43rem);
    left: calc(0.6513013571 * 12rem);
  }
}
.top-community__pin .pin-wrapper.--03 {
  top: 20vw;
  left: 16.4285714286vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--03 {
    top: calc(0.6513013571 * 28rem);
    left: calc(0.6513013571 * 23rem);
  }
}
.top-community__pin .pin-wrapper.--04 {
  top: 39.2857142857vw;
  left: 20vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--04 {
    top: calc(0.6513013571 * 55rem);
    left: calc(0.6513013571 * 28rem);
  }
}
.top-community__pin .pin-wrapper.--05 {
  top: 26.4285714286vw;
  left: 28.5714285714vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--05 {
    top: calc(0.6513013571 * 37rem);
    left: calc(0.6513013571 * 40rem);
  }
}
.top-community__pin .pin-wrapper.--06 {
  top: 42.1428571429vw;
  left: 33.5714285714vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--06 {
    top: calc(0.6513013571 * 59rem);
    left: calc(0.6513013571 * 47rem);
  }
}
.top-community__pin .pin-wrapper.--07 {
  top: 12.8571428571vw;
  left: 44.2857142857vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--07 {
    top: calc(0.6513013571 * 18rem);
    left: calc(0.6513013571 * 62rem);
  }
}
.top-community__pin .pin-wrapper.--08 {
  top: 25.7142857143vw;
  left: 64.2857142857vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--08 {
    top: calc(0.6513013571 * 36rem);
    left: calc(0.6513013571 * 90rem);
  }
}
.top-community__pin .pin-wrapper.--09 {
  top: 28.5714285714vw;
  left: 42.1428571429vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--09 {
    top: calc(0.6513013571 * 40rem);
    left: calc(0.6513013571 * 59rem);
  }
}
.top-community__pin .pin-wrapper.--10 {
  top: 35.7142857143vw;
  left: 66.4285714286vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--10 {
    top: calc(0.6513013571 * 50rem);
    left: calc(0.6513013571 * 93rem);
  }
}
.top-community__pin .pin-wrapper.--11 {
  top: 27.1428571429vw;
  left: 46.4285714286vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--11 {
    top: calc(0.6513013571 * 38rem);
    left: calc(0.6513013571 * 65rem);
  }
}
.top-community__pin .pin-wrapper.--12 {
  top: 35vw;
  left: 52.8571428571vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--12 {
    top: calc(0.6513013571 * 49rem);
    left: calc(0.6513013571 * 74rem);
  }
}
.top-community__pin .pin-wrapper.--13 {
  top: 38.5714285714vw;
  left: 70.7142857143vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--13 {
    top: calc(0.6513013571 * 54rem);
    left: calc(0.6513013571 * 99rem);
  }
}
.top-community__pin .pin-wrapper.--14 {
  top: 35vw;
  left: 57.1428571429vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--14 {
    top: calc(0.6513013571 * 49rem);
    left: calc(0.6513013571 * 80rem);
  }
}
.top-community__pin .pin-wrapper.--15 {
  top: 13.5714285714vw;
  left: 85vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--15 {
    top: calc(0.6513013571 * 19rem);
    left: calc(0.6513013571 * 119rem);
  }
}
.top-community__pin .pin-wrapper.--16 {
  top: 21.4285714286vw;
  left: 72.1428571429vw;
}
@media print, screen and (max-width: 767px) {
  .top-community__pin .pin-wrapper.--16 {
    top: calc(0.6513013571 * 30rem);
    left: calc(0.6513013571 * 101rem);
  }
}
.top-community {
  /* 横スクロールバー */
}
.top-community .custom-scrollbar.horizontal {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .top-community .custom-scrollbar.horizontal {
    display: block;
    width: 36rem;
    height: 5px;
    background: #e6e6e6;
    border-radius: 9999px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: none;
    pointer-events: auto;
  }
}
.top-community .custom-thumb {
  position: absolute;
  background: #3981c5;
  border-radius: 9999px;
  transition: background 0.2s;
  cursor: grab;
}
.top-community .custom-thumb:hover {
  background: yellow;
}
.top-community .custom-scrollbar.horizontal .custom-thumb {
  height: 100%;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 浮き上がる幅（お好みで調整） */
  }
}
.top-keyword {
  padding: 12rem 0;
  padding: 12rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .top-keyword {
    padding: 6rem 0 12rem;
    padding: 6rem 0 0 0;
  }
}
.top-keyword__copy {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  width: 54.2rem;
  height: 12.5rem;
  background: #f2f2f2;
  border-radius: 2rem;
  margin: 4rem auto 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top-keyword__copy {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    width: 36rem;
    height: 18.6rem;
    margin: 3rem auto 5rem;
  }
}
.top-keyword__copy::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1em;
  height: 1em;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: -0.75em;
  left: 0;
  margin: auto;
}
.top-keyword__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem 0;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top-keyword__content {
    gap: 2.4rem 0;
  }
}
.top-keyword__list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.top-keyword__list.--row01, .top-keyword__list.--row03 {
  animation: infinity-scroll-left 40s linear infinite;
}
.top-keyword__list.--row02, .top-keyword__list.--row04 {
  animation: infinity-scroll-right 40s linear infinite;
}
.top-keyword__list-item {
  flex-shrink: 0;
  list-style: none;
}
.top-keyword__list-item.--y button {
  background-color: #f4eb84;
}
.top-keyword__list-item.--b button {
  background-color: #97d5f7;
}
.top-keyword__list-item.--g button {
  background-color: #deef78;
}
.top-keyword__list-item button {
  font-weight: bold;
  font-size: 2.3rem;
  color: #111 !important;
  white-space: nowrap;
  height: 6.5rem;
  border-radius: 9999px;
  padding: 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
}
@media print, screen and (max-width: 767px) {
  .top-keyword__list-item button {
    font-size: 1.5rem;
    height: 5.4rem;
    padding: 0 2em;
  }
}
.top-keyword__list-item button:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media print, screen and (max-width: 767px) {
  .top-keyword__list-item button:hover {
    transform: scale(1);
  }
}
.top-keyword__list-item img {
  width: 16rem;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top-keyword__list-item img {
    width: 12rem;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(calc(-50% - 0.5rem));
  }
  to {
    transform: translateX(0);
  }
}
.top-insta {
  padding: 12rem 0 0 0;
}
.top-insta__content {
  margin: 4rem 0 0 0;
}
.top-insta__swiper-wrapper {
  position: relative;
  padding-left: 10.5rem;
  padding-bottom: 7.5rem;
}
@media print, screen and (max-width: 767px) {
  .top-insta__swiper-wrapper {
    padding-left: 2rem;
    padding-bottom: 6rem;
  }
}
.top-insta .swiper {
  overflow: hidden; /* スライドを左余白で消す */
}
.top-insta .swiper .swiper-slide {
  width: 28rem;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper .swiper-slide {
    width: 16rem;
  }
}
.top-insta .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.2s ease;
}
@media (hover: hover) {
  .top-insta .swiper .swiper-slide:hover img {
    transform: scale(1.1);
  }
}
.top-insta {
  /* ナビゲーションの配置 */
}
.top-insta .swiper-scrollbar {
  position: absolute;
  bottom: 1.6rem;
  left: 10.5rem; /* スライダーの開始位置に合わせる */
  width: calc(100% - 33rem);
  height: 0.7rem;
  background: #e6e6e6;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper-scrollbar {
    width: calc(100% - 13rem);
    height: 0.5rem;
    bottom: 1.2rem;
    left: 2rem;
  }
}
.top-insta .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3981c5;
}
.top-insta .swiper-button-prev,
.top-insta .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background: #000;
  border-radius: 50%;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper-button-prev,
  .top-insta .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
.top-insta .swiper-button-prev::after,
.top-insta .swiper-button-next::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper-button-prev::after,
  .top-insta .swiper-button-next::after {
    width: 1rem;
    height: 0.8rem;
  }
}
.top-insta .swiper-button-prev {
  right: 15.5rem;
  left: auto;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper-button-prev {
    right: 6rem;
  }
}
.top-insta .swiper-button-prev::after {
  background: url("../img/common/arw_left.svg") center center/contain no-repeat;
}
.top-insta .swiper-button-next {
  right: 10.5rem;
}
@media print, screen and (max-width: 767px) {
  .top-insta .swiper-button-next {
    right: 2rem;
  }
}
.top-insta .swiper-button-next::after {
  background: url("../img/common/arw_right.svg") center center/contain no-repeat;
}

/****	---- 02. episode ----
===================================****/
.ep-mv__content {
  height: 31rem;
  background: linear-gradient(to left, #b2cc37, #0083c9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .ep-mv__content {
    height: 25rem;
    box-sizing: border-box;
    padding: 0 0 0 3.5rem;
    align-items: flex-start;
  }
}
.ep-mv__num {
  width: 13rem;
  position: absolute;
  top: 0;
  left: calc(50% - 44.5rem);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .ep-mv__num {
    width: 7rem;
    left: 2.5rem;
  }
}
.ep-mv__ttl {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.6571428571;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .ep-mv__ttl {
    font-size: 2.4rem;
    line-height: 1.4814814815;
    text-align: left;
  }
}
.ep-mv__txt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 1em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .ep-mv__txt {
    font-size: 1.6rem;
    line-height: 1.6875;
    text-align: left;
  }
}

.ep-article {
  padding: 8.5rem 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .ep-article {
    padding: 6rem 0 8rem;
  }
}
.ep-article::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #b2cc37, #0083c9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}

.ep-intro {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.03em;
  padding: 1.5em 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .ep-intro {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.ep-intro::before, .ep-intro::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #b2cc37, #0083c9);
  position: absolute;
  top: 0;
  left: 0;
}
.ep-intro::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.ep-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 2em 0 0 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .ep-ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 0 0 0 1em;
    margin: 2em -2rem 0 0;
  }
}
.ep-ttl::before {
  content: "";
  width: 1.05945rem;
  height: 4.03752rem;
  background: url("../img/common/ico_ttl.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.25em;
  left: -2.4rem;
}
@media print, screen and (max-width: 767px) {
  .ep-ttl::before {
    width: 0.65414rem;
    height: 2.4929rem;
    left: 0;
  }
}

.ep-txt {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.2105263158;
  letter-spacing: 0.03em;
  margin: 2em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .ep-txt {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}

.ep-img {
  margin: 8rem 0;
}
@media print, screen and (max-width: 767px) {
  .ep-img {
    margin: 4rem 0 6rem;
  }
}

.ep-aside {
  background: linear-gradient(to left, #b2cc37, #0083c9);
  border-radius: 2rem;
  padding: 2px;
  margin: 10rem 0 8.5rem;
}
@media print, screen and (max-width: 767px) {
  .ep-aside {
    margin: 7.5rem 0 7rem;
  }
}
.ep-aside__in {
  background: #fff;
  border-radius: 1.8rem;
  padding: 4.5rem 5rem 5rem;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__in {
    padding: 3.2rem 3.4rem 3.8rem;
  }
}
.ep-aside__grid {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__grid {
    display: block;
  }
}
.ep-aside__img {
  width: 26.5rem;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__img {
    width: auto;
  }
}
.ep-aside__content {
  width: calc(100% - 26.5rem);
  box-sizing: border-box;
  padding: 0 0 0 4rem;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__content {
    width: auto;
    padding: 0;
    margin: 2rem 0 0 0;
  }
}
.ep-aside__ttl {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.ep-aside__txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  margin: 1em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .ep-aside__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.ep-aside__link {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 4rem 0 0 0;
}
.ep-aside__link > a {
  padding: 0 3.5rem 0 0;
  position: relative;
}
.ep-aside__link > a::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: #111 url("../img/common/arw_link.svg") center center/1.2rem no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ep-btn {
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  width: 30rem;
  height: 6rem;
  background: #211816;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ep-btn > span {
  padding: 0 0 0 1.5em;
  position: relative;
}
.ep-btn > span::before {
  content: "";
  width: 1em;
  height: 1em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/****	---- end ----
===================================****//*# sourceMappingURL=style.css.map */