@charset "UTF-8";
/*-----------------------------------------------------------------------------
初期化
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, figure, p, dl, dt, dd {
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------------------
break point
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
PC/SP
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*-----------------------------------------------------------------------------
colors
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
font
-------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  color: #fff;
  background-color: #111;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
    font-size: 0.875rem;
    width: 100%;
  }
  body .l-tieup {
    overflow-x: hidden;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: 700;
}

.txt-white {
  color: #fff;
}

/*-----------------------------------------------------------------------------
a tag
-------------------------------------------------------------------------------*/
a {
  transition: all 0.3s ease-in;
}

/*-------------------------------------------------------------
ふわっと表示
-------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------
画像
-------------------------------------------------------------------------------*/
img {
  display: block;
  vertical-align: bottom;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

/*-----------------------------------------------------------------------------
.inner
-------------------------------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 75.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.25rem;
  }
}

/*-----------------------------------------------------------------------------
display flex
-------------------------------------------------------------------------------*/
.dflex {
  display: flex;
}

.dflex-center {
  justify-content: center;
}

.dflex-column-reverse {
  flex-direction: column-reverse;
}

.dblock {
  display: block;
}

/*-----------------------------------------------------------------------------
ボタン
-------------------------------------------------------------------------------*/
.btn {
  width: 16.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 70%;
  }
}
.btn a {
  display: block;
  text-align: center;
  line-height: 4.125rem;
  border-radius: 2.125rem;
}
.btn a span {
  position: relative;
}

.btn-black a {
  border: 1px solid #fff;
  color: #fff;
}

.btn-tblank a span:after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/icon_link_target_blank.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.4375rem;
}

/*-----------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sec-art, .sec-play, .sec-create, .sec-fun {
    padding: 4.4375rem 0 11.125rem;
  }
  .sec-art .swiper-pagination, .sec-play .swiper-pagination, .sec-create .swiper-pagination, .sec-fun .swiper-pagination {
    left: -6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .sec > .dflex {
    flex-direction: row-reverse;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec > .dflex {
    flex-direction: column-reverse;
    padding: 2.5rem 0;
  }
}
.sec > .dflex .imgarea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec > .dflex .imgarea {
    height: 100%;
    width: 50%;
    height: 59vw;
  }
}
.sec > .dflex .imgarea img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec > .dflex .imgarea img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.sec > .dflex .imgarea .icon {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec > .dflex .imgarea .icon {
    width: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .sec > .dflex .imgarea .icon img {
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .sec > .dflex .contents {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec > .dflex .contents .contents_inner {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec > .dflex .contents .contents_inner {
    padding: 2.5rem 1.25rem;
  }
}
.sec > .dflex .contents .sec_ttl {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec > .dflex .contents .sec_ttl {
    font-size: 1.5rem;
    margin-bottom: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec > .dflex .contents .sec_ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec > .dflex .contents .sec_txt {
    font-size: 0.875rem;
  }
}
.sec > .dflex .contents .sec_txt:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sec > .dflex .contents .sec_txt:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}

.swiper {
  position: relative;
  overflow: unset;
}
@media screen and (min-width: 768px) {
  .swiper {
    margin-top: 4.75rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    margin: 0 0 2.5rem;
  }
}
.swiper .swiper-slide {
  background-color: #000;
  transition: all 0.4s ease-in;
}
.swiper .swiper-slide .sinner {
  padding: 1.8125rem 1rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide .sinner {
    padding: 1.5rem 1rem;
  }
}
.swiper .swiper-slide .ttl {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-slide .ttl {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide .ttl {
    margin-bottom: 1rem;
  }
}
.swiper .swiper-slide .ttl .stxt {
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide .ttl .stxt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper .swiper-slide .txt {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.swiper .swiper-slide .txt .stxt {
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide .txt .stxt {
    font-size: 0.75rem;
  }
}
.swiper img {
  width: 100%;
}
.swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  margin: 0 1rem !important;
}
.swiper .swiper-pagination-bullet-active {
  background: url("../img/icon_swiper_dott.svg") no-repeat center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 -0.5rem !important;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination-bullet-active {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 -0.5rem !important;
  }
}
.swiper .swiper-pagination {
  bottom: -3.125rem;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination {
    bottom: -3.125rem;
  }
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  content: "";
  opacity: 1 !important;
  width: 1.5rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    width: 1.875rem;
    height: 1.25rem;
  }
}
.swiper .swiper-button-prev:after {
  background: url("../img/icon_swiper_prev.svg") no-repeat center;
  background-size: contain;
}
.swiper .swiper-button-next:after {
  background: url("../img/icon_swiper_next.svg") no-repeat center;
  background-size: contain;
}

/*-----------------------------------------------------------------------------
kv
-------------------------------------------------------------------------------*/
.kv {
  background-color: #000;
  position: relative;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .kv {
    overflow: hidden;
  }
  .kv .swiper-slide-next {
    opacity: 0.4;
  }
  .kv .swiper-slide-prev {
    opacity: 0.4;
  }
}
.kv a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: 1rem;
  }
}
.kv .swiper-button-prev,
.kv .swiper-button-next {
  top: unset;
  bottom: -3.25rem;
}
@media screen and (max-width: 767px) {
  .kv .swiper-button-prev,
  .kv .swiper-button-next {
    bottom: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .kv .swiper-button-prev {
    left: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .kv .swiper-button-next {
    right: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .kv .swiper-pagination {
    bottom: -3.375rem;
  }
}
.kv .harea {
  position: absolute;
  z-index: 10;
  top: 0.5vw;
  left: 20vw;
}
@media screen and (max-width: 767px) {
  .kv .harea {
    top: 3vw;
    left: 4vw;
  }
}
.kv .harea img {
  width: 42vw;
  margin-bottom: 1.8vw;
  margin: 0 0 1.8vw -1rem;
}
@media screen and (max-width: 767px) {
  .kv .harea img {
    width: 85vw;
    margin-bottom: 3vw;
    margin: 0 0 3vw -0.5rem;
  }
}
.kv .harea .subttl {
  line-height: 1;
  font-size: 1.3vw;
}
@media screen and (max-width: 767px) {
  .kv .harea .subttl {
    font-size: 3.5vw;
  }
}
.kv .harea .subttl span {
  background-color: #fff;
  color: #000;
  padding: 0 0.1875rem;
}
.kv .swiper {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  margin-top: 0;
}
.kv .swiper .swiper-slide .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv .swiper .swiper-slide .item img {
    display: block;
    margin: 0 auto;
  }
}
.kv .swiper .swiper-slide .item .tarea {
  position: absolute;
  align-items: flex-end;
  left: 12vw;
  bottom: 3vw;
  gap: 1.5vw;
}
@media screen and (max-width: 767px) {
  .kv .swiper .swiper-slide .item .tarea {
    left: 25vw;
    bottom: 2vw;
    gap: 3vw;
  }
}
.kv .swiper .swiper-slide .item .tarea .icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv .swiper .swiper-slide .item .tarea .icon {
    top: -0.4vw;
  }
}
.kv .swiper .swiper-slide .item .tarea .icon img {
  height: 7vw;
}
@media screen and (max-width: 767px) {
  .kv .swiper .swiper-slide .item .tarea .icon img {
    height: 20vw;
  }
}
.kv .swiper .swiper-slide .item .tarea .ttl {
  font-size: 2.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .kv .swiper .swiper-slide .item .tarea .ttl {
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .swiper .swiper-slide .item .tarea .ttl {
    position: relative;
    top: 2vw;
    font-size: 4.6vw;
  }
}
/*-----------------------------------------------------------------------------
teamLab Planets
-------------------------------------------------------------------------------*/
.sec-tplanets {
  padding: 7.375rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .sec-tplanets {
    padding: 16vw 0 19vw;
  }
}
.sec-tplanets .sec_ttl {
  width: 13.4375rem;
  margin: 0 auto 1.6875rem;
}
.sec-tplanets .sec_ttl a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sec-tplanets .sec_ttl {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-tplanets .sec_ttl img {
    width: 58vw;
  }
}
.sec-tplanets .txt-center {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sec-tplanets .txt-center {
    margin-bottom: 6vw;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.sec-tplanets .txt-center:last-of-type {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-tplanets .txt-center:last-of-type {
    margin-bottom: 16vw;
  }
}

/*-----------------------------------------------------------------------------
さいごに(SP版)
-------------------------------------------------------------------------------*/
#sec-last {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: url("../img/sec_last_img_sp.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 2.5rem 0 78vw;
}
#sec-last .dflex {
  gap: 8.75rem;
  flex-direction: column;
  gap: unset;
}
#sec-last .sec_ttl {
  font-weight: 400;
  margin-bottom: 3.6vw;
}
#sec-last .subttl {
  margin-bottom: 2vw;
  font-size: 1.125rem;
  line-height: 1.6;
}
#sec-last .txt {
  position: relative;
  z-index: 10;
  font-size: 0.875rem;
}
#sec-last .txt:not(:last-of-type) {
  margin-bottom: 1.875rem;
  margin-bottom: 5vw;
}

/*-----------------------------------------------------------------------------
さいごに(PC版)
-------------------------------------------------------------------------------*/
#section5 {
  padding-bottom: 30vw;
}

/*-----------------------------------------------------------------------------
会場情報
-------------------------------------------------------------------------------*/
#sec-info {
  background-color: #000;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec-info {
    padding: 3.75rem 0 1.875rem;
  }
}
#sec-info .link a {
  color: #fff;
}
#sec-info .link a:hover {
  text-decoration: underline;
}
#sec-info .dflex {
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  #sec-info .dflex {
    flex-direction: column;
    gap: unset;
  }
}
#sec-info .sec_ttl {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec-info .sec_ttl {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  #sec-info ul {
    width: calc(100% - 22.5rem);
  }
}
#sec-info ul li {
  padding: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  #sec-info ul li {
    padding: 0.375rem 0;
  }
}
#sec-info ul li .ttl {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #sec-info ul li .ttl {
    font-size: 0.875rem;
  }
}
#sec-info ul li .txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec-info ul li .txt {
    font-size: 0.75rem;
  }
}
#sec-info ul li .txt:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #sec-info ul li:first-of-type {
    padding-top: 0.5rem;
  }
  #sec-info ul li:first-of-type .ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec-info ul li:last-of-type {
    border-bottom: unset;
  }
}

/*-----------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------*/
.footer {
  padding: 1.25rem 0 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.25rem 0 0;
  }
}
.footer .fitems {
  position: relative;
  justify-content: center;
  padding: 7.375rem 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .footer .fitems {
    padding: 7.5rem 1.25rem 1.25rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .logo a:hover {
    opacity: 0.7;
  }
}
.footer .logo img {
  width: 14.125rem;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    width: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.footer .sns ul {
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .sns ul {
    gap: 0.5rem;
    gap: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .sns ul img {
    width: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns ul li a:hover {
    opacity: 0.7;
  }
}
.footer small {
  color: #ccc;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background-color: #111;
  padding: 1.1875rem 0;
}
@media screen and (max-width: 767px) {
  .footer small {
    padding: 0.75rem 0;
  }
}

/*-----------------------------------------------------------------------------
header
-------------------------------------------------------------------------------*/
.header {
  background-color: #fff;
  position: relative;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 2.875rem;
  }
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .header .logo img {
    width: 9.75rem;
  }
}

/*-----------------------------------------------------------------------------
wrapper
-------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
}

/*-----------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------------*/
.breadlist {
  background-color: #111;
  padding: 0.25rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .breadlist {
    padding: 0.1875rem 0.3125rem 0.125rem;
    width: 100%;
  }
}
.breadlist .list {
  align-items: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .breadlist .list {
    padding: 0;
    flex-wrap: wrap;
    gap: 4px 0;
  }
}
.breadlist .list .item {
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item {
    font-size: 0.625rem;
  }
}
.breadlist .list .item:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  width: 0.75rem;
  vertical-align: 0px;
  margin-left: 4px;
  height: 20px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item:not(:last-of-type):after {
    vertical-align: -1px;
    width: 10px;
    height: 10px;
  }
}
.breadlist .list .item a {
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.045rem;
  padding-top: 0.125rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item a {
    font-weight: 400;
    font-size: 0.625rem;
  }
}
.breadlist .list .item a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------------------------------------*/
.hamburger {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1100;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.125rem 1rem;
  transition: all 0.3s ease-in !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .hamburger:hover {
    transform: scale(1.1, 1.1);
  }
}

.hamburger span {
  display: block;
  height: 0.0625rem;
  background: #000;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background-color: #111;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .menu .global-navigation__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
  }
}
.menu .minner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .menu .minner {
    padding: 4.8125rem 0 0;
  }
}
.menu .minner .btn {
  margin-top: auto;
  width: 100%;
}
.menu .minner .btn a {
  border-radius: unset;
  border-right: unset;
  border-left: unset;
}
@media screen and (min-width: 768px) {
  .menu .minner .btn a {
    line-height: 5.75rem;
  }
}
.menu .minner figure {
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .menu .minner figure a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .menu .minner figure {
    width: 8rem;
    padding: 0.875rem 0;
  }
}
.menu .minner figure img {
  width: 100%;
}

.menu.active {
  right: 0;
}

.menu ul {
  padding: 0 2.5rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .menu ul {
    padding: 0 1.25rem;
  }
}

.menu li:not(:last-of-type) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.menu li a {
  display: block;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .menu li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .menu li a {
    padding: 0.9375rem 0 1.0625rem;
  }
}

.menu a {
  text-decoration: none;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 900;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------------------------------------------
ボタンホバーアニメーション
-------------------------------------------------------------------------------*/
.theBtn {
  width: 16.625rem;
  margin: 0 auto;
}
.theBtn a {
  line-height: 4.25rem;
  display: block;
  border-radius: 2.125rem;
}

.btn-23 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}

.btn-23:disabled {
  cursor: default;
}

.btn-23:-moz-focusring {
  outline: auto;
}

.btn-23 svg {
  display: block;
  vertical-align: middle;
}

.btn-23 [hidden] {
  display: none;
}

.btn-23 {
  overflow: hidden;
  position: relative;
}

.btn-23 span {
  display: grid;
  inset: 0;
  place-items: center;
  position: absolute;
  transition: opacity 0.2s ease;
}

.btn-23 .marquee {
  --spacing: 12em;
  --start: 0em;
  --end: 12em;
  animation: marquee 4s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  position: relative;
  text-shadow: #000 var(--spacing) 0, #000 calc(var(--spacing) * -1) 0, #fff calc(var(--spacing) * -2) 0;
}

.btn-23:hover .marquee {
  animation-play-state: running;
  opacity: 1;
}

.btn-23:hover .text {
  opacity: 0;
}

.btn-23:hover {
  background-color: #fff;
  color: #000;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--start));
  }
  to {
    transform: translateX(var(--end));
  }
}
/*-----------------------------------------------------------------------------
PC版２カラムレイアウト
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* メインコンテンツ */
  .container {
    display: flex;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  /* 左コンテンツ */
  .left-content {
    width: 50%;
  }
  .left-content .left_inner {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 56vw;
  }
  .left-content img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .left-content img.active {
    opacity: 1;
  }
  /* 右コンテンツ */
  .right-content {
    width: 50%;
    padding-left: 6vw;
    overflow-x: hidden;
  }
  .right-content .sec {
    overflow: hidden;
  }
}
/* 初期読み込み時のトランジションを無効化 */
.no-transitions * {
  transition: none !important;
}/*# sourceMappingURL=style.css.map */