@charset "UTF-8";
@import url("under.css");
:root {
  --fnt-base: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  --fnt-futura: "futura-pt", var(--fnt-base);
  --fnt-futura_b:"futura-pt-bold", var(--fnt-futura);
  --head2: min(65px, calc(100vw/9.75));
  --head2_mid: min(40px, calc(100vw/9.75));
  --head2_title: min(50px, calc(100vw/12));
  --head2_title_ja: min(40px, calc(100vw/16));
  --head3: min(45px, calc(100vw/8.125));
  --head3_mid: min(30px, calc(100vw/15.6));
  --head3_min: min(18px, calc(100vw/19));
  --clr-blk: #000204;
  --clr-org: #FF7B2F;
  --clr-blue: #004EFF;
  --clr-wblue:#E5F7FD;
  --clr-ylw: #FFF507;
  --link-clr:#41FFE2;
  --wall-blk: #000204;
  --wall-gry: rgba(56, 56, 56, 1);
  --bdr-gry: #3E3E3E;  
  
  --clr-red: #FF3B3B;
  --wall-pale-wblue: #EBFAFF;
  
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .3s var(--easing);
  --wall-base: #010103;
}
html, body {
  overscroll-behavior: none;
}
body {
  width: 100%;
  font-family: var(--fnt-base);
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: var(--wall-base);
  font-weight: 500;
  font-size: min(14px, 3.6vw);
  opacity: 0;
  transition:opacity .5s var(--easing);
}
body.is-load{
  opacity: 1;
}
a.cvr {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.udl{
  text-decoration: underline;
  color: var(--link-clr);
}
.clr-grn{
  color: var(--link-clr);
}
/*fix glit-wall*/
.fix-glit-wall {
  position:fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url("/image/tbb_template/dasein/wall/fixed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fix-glit_image {
  opacity: 0;
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: normal;
  background-repeat: no-repeat;
  background-image: url("/image/tbb_template/dasein/wall/fixed.jpg");
  background-color: transparent;
}
.fix-glit_image:nth-child(n+2) {
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fix-glit_image:nth-child(2) {
  animation-name: heroGlitAnim1;
}
.fix-glit_image:nth-child(3) {
  animation-name: heroGlitAnim2;
}
.fix-glit_image:nth-child(4) {
  background-color: transparent;
  animation-name: heroGlitAnim3;
}
.fix-glit_image:nth-child(5) {
  background-color: #169508;
  background-blend-mode: overlay;
  animation-name: glitFlashAnim;
}
.fix-glit-wall.member
,.fix-glit-wall.member .fix-glit_image{
  background-image: url("/image/tbb_template/dasein/wall/fixed member.jpg");
}
/*#container +++++++++++++++++++++++++++++++++++*/
#container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
}
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.ai_c {
  -ms-align-items: center;
  align-items: center;
}
.clr-org {
  color: var(--clr-org);
}
.clr-ylw{
  color: var(--clr-ylw);
}
.fnt-futura {
  font-family: var(--fnt-futura);
}
.fnt-arg {
  font-family: var(--fnt-futura);
}
.fix-social_links {
  position: fixed;
  right: min(25px, 2vw);
  ;
  top: 0;
  min-height: 100lvh;
  z-index: calc(infinity);
  display: grid;
  grid-template-columns: min(22px, 5.3vw);
  place-content: center;
  gap: min(20px, 5vw);
  mix-blend-mode: difference;
  pointer-events: none;
  translate: 50% 0;
}
.fix-social_links a {
  pointer-events: auto;
}
.fix-copy {
  position: fixed;
  left: min(25px, 2vw);
  top: 50%;
  white-space: nowrap;
  display: grid;
  place-content: center;
  writing-mode: vertical-rl;
  mix-blend-mode: difference;
  translate: -50% -50%;
  font-size: min(14px,3vw);
  font-family: var(--fnt-futura);
}
.inner {
  width: min(1246px, 100%);
  padding-left: min(50px, 4vw);
  padding-right: min(50px, 4vw);
  margin-left: auto;
  margin-right: auto;
}
/*button setting+++++*/
.button-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap: min(15px, 3vw);
}
.button-wrap.full {
  width: 100%;
}
.button-wrap.ai-end {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.regist-button_set {
  letter-spacing: .3em;
  text-indent: .3em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: min(20px, 3vw);
}
.regist-button {
  --btn-wall: #fff;
  --hvr-wall: var(--clr-org);
  --btn-txt: var(--clr-blk);
  --hvr-txt: var(--clr-blue);
  color: var(--btn-txt);
}
.regist-button.set-blk {
  --btn-wall: var(--clr-blk);
  --btn-txt: #fff;
}
.regist-button a {
  font-family: var(--fnt-futura);
  font-size: min(36px, calc(100vw/11));
  font-weight: 500;
  display: block;
}
.regist-button::before{
  content: "";
  position: absolute;
  width: calc(100% - .25em);
  height: 100%;
  top: 50%;
  left: 50%;
  translate:-50% -50%;
  background-color: var(--btn-wall);
  
}
@media(hover) {
  .regist-button:hover {
    color: var(--hvr-txt);
  }
  .regist-button:hover::before{
    background-color: var(--hvr-wall);
  }
}
/*more*/
.more-button {
  width: min(170px, 43vw);
  aspect-ratio: 1/0.1847;
  background-image: url("/image/tbb_template/dasein/icon/arrow_more.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.more-button > a {
  display: grid;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  font-family: var(--fnt-futura);
  font-size: min(18px, 4.5vw);
}
.more-button > a > span {
  line-height: 1;
}
.more-button > a > span::before {
  content: "";
  width: 100%;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--clr-blue);
  scale: 0 1;
  transition: scale var(--transit);
  transform-origin: left top;
}
@media(hover) {
  .more-button > a:hover > span::before {
    scale: 1 1;
  }
}
/*square*/
.squ-button {
  width: min(284px, 100%);
  height: min(50px, 11.28vw);
  background-color: var(--btn-wall);
  border: 1px solid var(--squ-clr);
  --btn-txt:var(--squ-clr);
}
.squ-button.en {
  --fnt-size:min(16px, 4vw);
  --btn-fnt: var(--fnt-futura);
}
.squ-button.ja{
  --btn-fnt: var(--fnt-base);
  --fnt-size:min(14px, 3.6vw);
}
.squ-button.blue {
  --squ-clr: #fff;
  --btn-wall: var(--clr-blue);
}
.squ-button.wblue{
  --squ-clr: var(--clr-blue);
  --btn-wall:var(--clr-wblue);
}
.squ-button.l-blue{
  --btn-wall: var(--wall-blk);
  --squ-clr: var(--clr-blue);
}
.squ-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--squ-clr) 0 0) top left, linear-gradient(var(--squ-clr) 0 0) top right, linear-gradient(var(--squ-clr) 0 0) bottom left, linear-gradient(var(--squ-clr) 0 0) bottom right;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  pointer-events: none;
  z-index: 1;
}
.squ-button > * {
  /*display: grid;*/
  display: flex;
  width: 100%;
  height: 100%;
  /*place-content: center;*/
  align-items: center;
  justify-content: center;
  color: var(--btn-txt);
  font-family: var(--btn-fnt);
  font-size: var(--fnt-size);
}

.squ-button.inp > * {
  display: block;
}
.squ-button > *::after{
  content: "";
  pointer-events: none;
  width: 10%;
  height: 1px;
  background-color: var(--squ-clr);
  position: absolute;
  right: 0;
  top: 50%;
  translate:0 -50%;
  transition:scale var(--transit);
  transform-origin: right center;
}
.squ-button.back > *::after{
  right: auto;
  left: 0;
  transform-origin: left center;
}
.squ-button.inp input, .squ-button.inp button {
  width: 100%;
  height: 100%;
  font-family: var(--btn-fnt);
  font-size: var(--fnt-size);
}

@media(hover){
  .squ-button:hover > *::after{
    scale:1.4 1;
  }
}
/*arrow button*/
.arrow-button{
  background-color: var(--wall-blk);
  border: 1px solid #fff;
}
.arrow-button.w-mid{
  width: min(320px,100%);
}
.arrow-button.blue{
  background-color: var(--clr-blue);
  border: 1px solid var(--clr-blue);
}
.arrow-button.full{
  width: 100%;
}
.arrow-button a{
  min-height: min(50px,11vw);
  display: grid;
  place-content:center;
  width: 100%;
  padding: min(10px,2.5vw) min(25px,5.5vw);;
  text-align: center;
  line-height: calc(19/14);
}
.arrow-button a > span > span{
  display: inline-block;
}
.arrow-button a::after{
  content: "";
  background-image: url("/image/tbb_template/dasein/icon/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: min(20px,5vw);
  aspect-ratio:1;
  position: absolute;
  right: 5px;
  top: 50%;
  translate:0 -50%; 
  transition:right var(--transit);
}
@media(hover){
  .arrow-button:hover a::after{
    right:0px;
  }
}
/*random texxt*/
.random_text{
  position: absolute;
  white-space: pre-wrap;
  word-wrap: break-word;
  mix-blend-mode: difference;
  user-select: none;
  font-family: "source-code-variable",sans-serif;
  font-size: min(12px,2.3vw);
  width: 27em;
  height: 5em;
  line-height: calc(15/12);
  text-align: justify;
  font-variation-settings: 'wght' 500;
}


/*header  +++++++++++++++++++++++++++++++++++*/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: min(110px, 17vw);
  pointer-events: none;
  z-index: calc(infinity);
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.lity-hidden header {
  opacity: 0;
  visibility: hidden;
}
.header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: min(30px, 5vw);
}
.header-nav {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: min(30px, 3vw);
  -ms-align-items: center;
  align-items: center;
}
.heaer-menu-list {
  font-size: min(16px, 3.7vw);
  font-family: var(--fnt-futura);
  font-weight: 500;
}
.heaer-menu-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  gap: min(15px, 3vw);
  -ms-align-items: center;
  align-items: center;
}
.heaer-menu-list li.member-nav{
  color: var(--clr-org);
}
.heaer-menu-list li a {
  pointer-events: auto;
  display: block;
}
.heaer-menu-list li.member-nav .fan{
  border: 1px solid currentColor;
  padding: 1px 3px 0;
}
.heaer-menu-list li:nth-child(n+2) {
  margin-top: 10px;
}
.head-button_set {
  margin-left: auto;
}
.head-button_set a {
  pointer-events: auto;
}
/*
.regist-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 3em;
}
*/
/*hum +++++++++++++++++++++++++++++++*/
#hum-button {
  position: fixed;
  top: 0;
  right: 0;
  width: min(66px, 16.92vw);
  aspect-ratio: 1;
  cursor: pointer;
  background-color: var(--wall-blk);
  display: none;
  z-index: calc(infinity);
  padding: min(12px, 3vw);
}
#hum-button button {
  width: min(30px, 6vw);
  height: 2px;
  background-color: #fff;
  scale: 1 1;
  transition: scale var(--transit);
  margin-left: auto;
}
#hum-button::before, #hum-button::after {
  content: "";
  width: min(42px, 70%);
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all var(--transit);
}
#hum-button::before {
  translate: -50% calc(-50% - 10px);
}
#hum-button::after {
  translate: -50% calc(-50% + 10px);
}
#hum-button.open button {
  scale: 1 0;
}
#hum-button.open::before {
  animation: hum-top .75s forwards;
}
#hum-button.open::after {
  animation: hum-btm.75s forwards;
}
@keyframes hum-top {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
@keyframes hum-btm {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* l-nav ++++++*/
#l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transit), visibility var(--transit);
  background-color: var(--wall-blk);
}
#l-nav.is-view {
  opacity: 1;
  visibility: visible;
}
.l-nav_inner {
  width: 100%;
  min-height: 100dvh;
  padding: min(90px, 23vw) min(50px, 6vw) 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap:min(40px,10vw);
}
.l-nav__regist{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap:min(20px,5vw);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-nav__regist .squ-button{
  width: min(180px,calc((100% - min(20px,5vw))/2));
}
.l-nav__regist .squ-button.mypage{
  width: min(340px,100%);
}
.l-nav__member{
  padding-bottom: min(50px, 12vw);
  padding-top: min(40px,10vw);
}
.l-nav__member::before{
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--clr-blue);
  position: absolute;
  top: 0;
  left: 50%;
  translate:-50% 0;
}
.l-nav-menu {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:min(22px,5.13vw);
  margin-top: min(30px,7.5vw);
}
.l-nav-menu > li{
  border-bottom: 1px solid currentColor;
}
.l-nav-menu > li a{
  display: block;
  font-size: min(25px,calc(100vw/19.5));
  font-family: var(--fnt-futura);
  padding-bottom: 2px;
}
/*main    
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
main {
  flex: 1;
}
.pos-pic {
  position: absolute;
  pointer-events: none;
}
/*hero ++++++++++++++++++++*/
#hero {
  width: 100%;
  overflow: hidden;
}
.index-hero {
  padding-bottom: min(60px, 7.5vw);
}
.hero-main_inner {
  display: grid;
  grid-template-columns: min(1044px, 100%);
  justify-content: center;
}
.hero__image figure {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: 5px;
}
.hero__title {
  font-family: var(--fnt-futura);
  font-weight: 500;
  font-size: min(20px, calc(100vw/20));
  display: grid;
  grid-template-columns: min(473px, 84vw);
  justify-content: center;
  text-align: center;
  margin-top: max(-47px, -7.6vw)
}
.hero__image::before {
  content: "";
  width: min(224px, 48vw);
  aspect-ratio: 1/0.974;
  background-image: url("/image/tbb_template/dasein/icon/round-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 18s linear infinite rotation;
  position: absolute;
  top: 0;
  left: 0;
  translate: -55% -25%;
  mix-blend-mode: difference;
}
@keyframes rotation {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(-360deg)
  }
}
/*contents ++++++++++++++++++++*/
.index-contents {
  padding-top: min(60px, 7.5vw);
  padding-bottom: min(180px, 25vw);
}
.in-text, .lead-text {
  line-height: calc(24/16);
  font-kerning: none;
}
.lead-text.cnt {
  text-align: center;
}
.lead-text.fs-mid {
  font-size: min(16px, 3.6vw);
}
/*title setting*/
.sec-title {
  font-size: var(--head2);
  font-family: var(--fnt-futura);
  font-weight: 500;
}
.sec-title.sz-mid {
  font-size: var(--head2_mid);
}
.sec-title.ctr {
  text-align: center;
}
.sec-title.udl > span{
  display: inline-block;
  z-index: 1;
}
.sec-title.udl > span::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 78, 255, 0) 65%, rgba(0, 78, 255, 1)65%);
  z-index: -1;
  transition:scale .5s var(--easing);
  scale:0 1;
  transform-origin: left center;
}
.sec-title.udl.is-vis > span::before{
  scale:1 1;
}

/*square*/
.squ-title{
  font-size: var(--head2_title);
  display: flex;
  justify-content: flex-start;
  font-family: var(--fnt-futura);
  font-weight: 500;
  --squ-clr:var(--clr-blue);
}
.squ-title.squ-org{
  --squ-clr:var(--clr-org);
}
.squ-title.ja{
  font-size: var(--head2_title_ja);
  font-family: var(--fnt-base);
  justify-content: center;
  font-weight: 400;
}
.squ-title span{
  padding-bottom: 8px;
}
.squ-title.ja span{
  padding-bottom: 18px;
}
.squ-title span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 6px;
  background:
    repeating-linear-gradient(to right, var(--squ-clr) 0 6px, transparent 6px 12px)
    bottom left / 36px 6px no-repeat;
  pointer-events: none;
}
.squ-title.ja span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 6px;
  transform: translateX(-50%);
  background:
    linear-gradient(var(--squ-clr) 0 0),
    linear-gradient(var(--squ-clr) 0 0),
    linear-gradient(var(--squ-clr) 0 0);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  background-position:
    0 0,
    12px 0,
    24px 0;
}

/*INDEX INFORMATION 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index-info-blc {
  padding-bottom: min(138px, 35vw);
}
.index-info-blc::before {
  content: "";
  width: 100%;
  height: calc(100% - min(100px, calc((100vw*0.1798)/2)));
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--wall-gry);
  background-image: url("/image/tbb_template/dasein/wall/grunge.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}
.index-info-blc::after {
  content: "";
  width: 100vw;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: min(30px, 7vw);
  background-image: url("/image/tbb_template/dasein/logo_wht.png");
  background-repeat: no-repeat;
  background-size: min(640px, 80vw);
  background-position: clamp(0rem, -0.833rem + 2.78vw, 1.25rem) bottom;
  mix-blend-mode: overlay;
}
/*banner ++++++++++++++++++++++++++++++++++++++++++*/
.index-info__banner {
  overflow: hidden;
}
#banner-slider {
  overflow: hidden;
}
.banner-slide-item {
  background-color: #fff;
  aspect-ratio: 1/.56;
}
.banner-pagination {
  margin-top: 15px;
}
.slide-pagination {
  bottom: 0 !important;
}
.slide-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
  z-index: 1;
}
.slide-pagination .swiper-pagination-bullet {
  width: min(80px, 18vw);
  height: 2px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0;
  opacity: 1;
  transition: width .3s var(--easing);
  margin: 0 !important;
}
.slide-pagination .slide-pagination-fill {
  width: 0;
  height: 100%;
  background-color: var(--clr-blue);
  position: absolute;
  top: 0;
  left: 0;
}
.slide-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, var(--clr-blue) 50%, #fff 50%);
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% 0;
  transition: translate var(--transit);
}
.slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  translate: 0 0;
}
@keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.index-info-blc .more-button {
  margin-left: auto;
  margin-top: min(30px, 7.5vw);
}
/*news ++++++++++++++++++++++++++++++++++++++++++*/
.index-info__news {
  margin-top: min(80px, 12vw);
}
.acv-info-item {
  display: grid;
  grid-template-columns: 6em 1fr;
  border: 1px solid rgba(0, 76, 255, 0);
  transition: border var(--transit);
  -ms-align-items: center;
  align-items: center;
  gap:10px min(10px,2vw);
  cursor: pointer;
}
.acv-info-item .post-data {
  gap: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.post-data .date {
  font-family: var(--fnt-futura);
  font-weight: 500;
}
.post-data .category {
  font-family: var(--fnt-futura_b);
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.index-info__news .acv-info-item .post-data .category span{
  background-color: var(--clr-blue);
  padding: 1px .5em 0;
}
.index-info__news .acv-info-item {
  padding: min(18px, 3vw) min(27px, 3vw);
  background-color: var(--wall-blk);
  font-size: min(18px, 3.7vw);
}
article .post-title {
  line-height: calc(20/14);
}
.index-info__news .acv-info-list {
  margin-top: min(20px, 5vw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: min(15px, 3.5vw);
}
/*schedule ++++++++++++++++++++++++++++++++++++++++*/
.index-info__schedule {
  margin-top: min(46px, 25vw);
}
.index-acv-schedule {
  margin-top: min(20px, 5vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(15px, 3vw) min(40px, 5vw);
}
.acv-schedule-card {
  background-color: var(--wall-blk);
  padding: 1em min(20px, 3vw) min(35px, 9vw);
  border: 1px solid rgba(0, 76, 255, 0);
  transition: border var(--transit);
}
.acv-schedule-card .post-data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
  gap: 10px;
}
.acv-schedule-card .post-data .date {
  font-size: min(35px, calc(100vw/13));
}
.acv-schedule-card .post-data .category span{
  background-color: var(--clr-blue);
  padding: 1px .5em 0;
}
.acv-schedule-card .post-title {
  font-weight: 600;
  margin-top: 10px;
}
.acv-schedule-card::before {
  content: "";
  width: min(33px, 7.6vw);
  position: absolute;
  right: -1px;
  bottom: -1px;
  aspect-ratio: 1;
  background-color: var(--wall-gry);
  background-image: url("/image/tbb_template/dasein/icon/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: background var(--transit);
}
@media(hover) {
  .index-info__news .acv-info-item:hover, .acv-schedule-card:hover {
    border-color: rgba(0, 76, 255, 1);
  }
  .acv-schedule-card:hover::before {
    background-color: var(--clr-blue);
  }
}
/*MOVIE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index-movie-blc {
  overflow-x: hidden;
  padding-left: max(calc((100vw - 1100px)/2), 4vw);
  padding-top: min(100px, 17vw);
  padding-bottom: min(100px, 17vw);
/*
  border-top: min(60px, 15vw) solid var(--wall-blk);
  border-bottom: min(60px, 15vw) solid var(--wall-blk);
*/
  display: grid;
  grid-template-columns: min(430px, 35%) 1fr;
  grid-template-rows: auto 1fr;
  gap: min(40px, 10vw) 1em;
  background:linear-gradient(rgba(0,2,4,1) min(60px,15vw),rgba(0,2,4,0) min(60px,15vw)),linear-gradient(rgba(0,2,4,0) calc(100% - min(60px, 15vw)),rgba(0,2,4,1) calc(100% - min(60px, 15vw))); 
}
.index-movie-blc::before {
  content: "";
  width: 67vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--wall-blk);
}
.index-movie__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: min(15px, 3vw);
}
#movie-sud-slide {
  width: min(21em, 100%);
  font-size: min(16px, 3.6vw);
  line-height: calc(24/16);
  font-weight: 600;
}
.movie-navigation {
  display: grid;
  grid-template-columns: repeat(2, min(50px, 12vw));
  gap: min(20px, 5vw);
  margin-top: min(20px, 5vw);
}
.movie-navigation button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  font-size: min(20px, 4vw);
  font-family: var(--fnt-futura);
}
.movie-navigation button .arrow {
  background-color: var(--clr-blue);
}
.movie-navigation button.movie-slide-prev .arrow {
  scale: -1 1;
}
.index-movie-archive {
  grid-row: span 2;
  overflow: hidden;
  padding-right: min(50px, 4vw);
}
.movie-slide-item {
  width: 100%;
  border: 2px solid var(--clr-blue);
  scale: .9;
  transition: scale var(--transit);
  transform-origin: center;
}
.movie-slide-item.swiper-slide-active {
  scale: 1;
}
.movie-slide-item .thumb {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1/0.5612;
}
.movie-slide-item .thumb img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.movie-slide-item .thumb::after {
  content: "";
  width: min(100px, 14%);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/image/tbb_template/dasein/icon/play.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  translate: -50% -50%;
}
.movie-slide-item .movie-title {
  font-size: min(18px, 3.6vw);
  line-height: calc(20/14);
  margin-top: 10px;
}
.movie-detail-area {
  width: 100%;
}
.swiper-button-disabled {
  opacity: .5;
}
/*PROFILE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index-profile-blc {
  background:linear-gradient(rgba(0,2,4,1) min(60px,15vw),rgba(0,2,4,0) min(60px,15vw)),linear-gradient(rgba(0,2,4,0) calc(100% - min(130px, 20vw)),rgba(0,2,4,1) calc(100% - min(130px, 20vw))); 
  padding-top: min(100px,10vw);
  padding-bottom: min(160px,19vw);
}
.index-profile-blc::before {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--wall-blk);
}
.index-profile-blc .random_text.pos-lf{
  top: max(-90px, -8.5vw);
  left: 0;
}
.index-profile-blc .random_text.pos-rt{
  top: calc(100% + min(120px, 12vw));
  right: 0;
}
.index-profile-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*  grid-template-rows: auto 1fr;*/
  gap: min(40px, 4vw) min(70px, 5vw);
}
.index-profile-box .title-area {
  grid-column: 2;
  grid-row: 1;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: grid;
  justify-content: flex-start;
  font-family: var(--fnt-futura);
  font-weight: 500;
}
.index-profile-box .thumb-area {
  grid-row: span 2;
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(30px, 3vw);
}
.index-profile-box .thumb-area p {
  aspect-ratio: 1/1.7556;
  overflow: hidden;
}
.index-profile-box .thumb-area p img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.index-profile-box .comment-area {
  grid-column: 2;
  grid-row: 2;
}
.profile-title .main {
/*  font-size: min(132px, calc(100vw/5));*/
  font-size: min(132px, calc(100vw/3.8));
  white-space: nowrap;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
  paint-order: stroke fill;
  -webkit-paint-order: stroke fill;
  color: var(--clr-blk);
}
.profile-title .sub {
  font-size: min(50px, calc(100vw/7.8));
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: var(--clr-blk);
  translate: 0 25%;
}
.index-profile-box .comment-area .lead-text {
  font-weight: 600;
}
.index-profile-box .comment-area .more-button {
  margin-top: min(30px, 7.5vw);
}
/*fan club　++++++++++++++++++++++++++++++++++++++++++*/
.scl-audio-wave {
  height: min(137px, 35vw);
}
.scl-audio-wave p {
  width: 100%;
  height: 100%;
  animation: wave_scroll 30s linear infinite;
  will-change: contents;
  background-image: url("../image/clione/wall/audio-wave.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
}
@keyframes wave_scroll {
  0% {
    background-position: 812.46px 0px, 0px 60%
  }
  to {
    background-position: 0px 0px, 0px 60%
  }
}
.index-fanclub-blc .scl-audio-wave {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  translate: -50% -64%;
}
.index-fanclub-blc {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: min(80px, 20vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: min(50px, 5vw) 0;
}
.fan-title-area {
  padding: min(70px, 15vw) min(70px, 4vw) min(70px, 15vw) 0;
  display: grid;
  gap: min(25px, 5vw);
  position: sticky;
  top: 0
}
.fan-overley {
  position: fixed;
  width: calc(100vw - min(25px, 2vw));
  top: 0;
  left: 0;
  background-color: var(--clr-blue);
}
.fan-button-set {
  width: 100%;
}
.fan-contents-area {
  margin-top: min(50px, 10vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(30px, 7.6vw);
}
.fan-link-item .in-title {
  display: grid;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.fan-link-item .in-title .en {
  font-family: var(--fnt-futura);
  font-size: var(--head3);
  font-weight: 500;
  white-space: nowrap;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  paint-order: stroke fill;
  -webkit-paint-order: stroke fill;
  color: transparent;
}
.fan-link-item .thumb {
  aspect-ratio: 1/0.5627;
  margin-top: -10px;
}
.fan-link-item .thumb img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
/*footer 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  border-top: 2px solid var(--clr-blue);
  background-image: url("/image/tbb_template/dasein/wall/grunge.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: min(40px, 7.6vw);
  padding-bottom: min(30px, 5vw);
}
.footer_inner {
  display: grid;
  place-items: center;
}
.foot-logo {
  width: min(265px, 72vw);
}
.foot-regist-button {
  margin-top: min(35px, 7.6vw);
}
.foot-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  font-size: min(14px, 3.4vw);
  gap: 10px 2em;
  margin-top: min(25px, 7.6vw);
}
.foot-nav a {
  font-size: min(12px, 3vw);
  text-decoration: underline;
}


/* ローディング中のアニメーション */
.loading-animetion-c{
  opacity: 0;
  transition: all 0.5 ease;
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.loading-animetion-c.fade-out {
  opacity: 0;
}
.loading-body-c {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
.loading-body-c.loaded {
  opacity: 1;
}
.loading-animation-body-c{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

/* loagind */
.loader-c {
  height: 80px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  filter: blur(12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
.loader-c:before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(#0000 35%,#004eff,#0000 65%);
  animation: l1 1.5s linear infinite;
}
@keyframes l1 {
  to {rotate: 1turn}
}

.ploading-c{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);

  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.ploading-c p{
  color: #004eff;
  font-weight: bold;
}
.ploader-c {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#004eff 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#004eff);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.grecaptcha-badge{
  display: none;
}


button, input[type="submit"], input[type="button"]{
  display: block;
  height: 100%;
}

.top-error,
.t_error_message,
.no-history{
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #004eff38;
}