@import url("../thebank2024/styles/themes/theme-lucy.min.css");
.factory-flag{ visibility: hidden; }

p.lead{text-align: left; line-height: 1.8em;}
/*@media (max-width: 991px){
.hover-overlay .overlay>div, .hover-overlay .overlay>div p { font-size: 14px; letter-spacing: 1px; line-height: 1.4em; text-align: left !important;}
}*/

.hover-overlay .overlay>div{
padding: 0 2%;
}

.sns_icon{font-size: 15px !important; margin-left: 10px;}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:30px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


.bottom30{
	margin-bottom: 30px;
}

.bottom50{
	margin-bottom: 50px;
}

.artist{
	width: 90% !important;
	margin: 0 auto !important;
	padding: 0;
}

.box_5{
	padding: 5%;
}

.box_8{
	padding: 8%;
}


.box_30{margin:30px;}

a.btn_link{
	font-size: 20px; letter-spacing: 2px; line-height: 1.4em; font-weight: bold;
}

.colors-b{
	background-color: rgba(10,10,10,0.60);
}


@media (min-width: 768px){
.container {
    width: 769px;
	}}


@media (max-width: 767px){
.box_8{
	padding: 10% 12%;
}}

@media (max-width: 479px){
.hover-overlay .overlay>div, .hover-overlay .overlay>div p {
    font-size: 15px;
    line-height: 1.7em;
	text-align: left;
	}}


.sponser_box{background: #FFF; padding: 30px 10px; text-align: center; line-height: 1em;}

.small, small{
	font-size: 60%;
}

.gradient {
  border-bottom: 4px solid #c21500;
  border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
  border-image-slice: 1;
}
.ghost-btn {
  border: 6px solid #c21500;
  border-image: linear-gradient(to right, #CC0000 0%, #ffc500 70%, #66CC33 100%);
  border-image-slice: 1;
}

.ghost-btn2023 {
  border: 6px solid #c21500;
  border-image: linear-gradient(to right, #CC0000 0%, #0F90BF 70%, #001E60 100%);
  border-image-slice: 1;
}


.btn, a.button, input.button{border-width: 2px;}

.text_center{text-align:center;}

ul.simple li {
    text-indent: -5px;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
	margin-bottom: 10px;
}

span.title_artist{ font-size: 5px !important; line-height: 1em; letter-spacing: 1px; text-align: center; margin: 0; padding: 0;}

@media (max-width: 479px){.slogan {font-size: 30px!important; letter-spacing: 2px;}}
@media (min-width: 767px){.slogan {font-size: 40px!important;}}
@media (min-width: 991px){.slogan {font-size: 60px!important;}}


#loading {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 2147483647; /* 最上位 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* フェイド */
.loading-logo {
  width: 140px;
  animation: fade 1.4s ease-in-out infinite;
}

@keyframes fade {
  0%   { opacity: 0.2; }
  50%  { opacity: 1; }
  100% { opacity: 0.2; }
}


#team .row > .col-xs-6 {
  float: left !important;
  width: 50% !important;
}


/* STEP FLOW */
#step-flow {
margin-top: 40px !important;
margin-bottom: 40px !important;
padding: 5% 8%;
background: #000; 
border-radius: 15px;
}

#step-flow a{ color: #FFF !important;}

.step-flow_title{position: relative;}
.step-flow_title h3{ text-align: left; margin-bottom: 50px; line-height: 1.4em; }
.step-flow_title h3::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #337ab7;
  position: absolute;
  bottom: -20px;
  left:0;
}

.step-item {
  margin-bottom: 20px;
}
.red{color: #C00000;}

.box-frame{
	border: 2px solid #d1ab42;
    padding: min(4.4vw, 30px);
    border-radius: 10px;
    margin-bottom: 15px;
	font-size: 16px !important;
	line-height: 1.4em;
	background: #FFF;
	color: #471e00;
	font-weight: bold;
	
}

.marker-yellow{background: linear-gradient(transparent 60%, #fff464 60%);}



.step-card {
  background: #2e2e2e;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  position: relative;
}

.step-number {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.step-card h4 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.step-card p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* PC以上は横並び */
@media (min-width: 768px) {
  .step-item {
    margin-bottom: 0;
  }
}

/* ===== 共通 ===== */
.step-item {
  position: relative;
}

.step-card {
  position: relative;
}

/* =========================
   スマホ：カード外・下向き三角
========================= */
.step-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 14px auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #2e2e2e;
}

/* 最後のSTEPは矢印なし（スマホ） */
.step-item:last-child:after {
  display: none;
}

/* =========================
   PC：カード右中央・右向き三角
========================= */
@media (min-width: 768px) {
  /* スマホ用矢印を消す */
  .step-item:after {
    display: none;
  }

  .step-card:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #2e2e2e;
  }

  /* 最後のSTEPは矢印なし（PC） */
  .step-item:last-child .step-card:after {
    display: none;
  }
}

/* PCでは animate.css を殺す */
@media (min-width: 768px) {
  .animated {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* スマホのみ animate.css を使う */
@media (max-width: 767px) {
  .scroll-in-animation {
    opacity: 0;
  }

  .scroll-in-animation.animated {
    opacity: 1;
  }

  .animated.fadeInUp {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
  }
}

p.atdays {
    display: inline-block;
    margin: 0 auto 15px;
    background: #f0db3f;
    color: #313131;
    padding: 3px 20px ;
    position: relative;
    border-radius: 2px;
    font-size: 0.9rem;
}
p.atdays:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f0db3f;
    z-index: 2;
}
p#countTimer {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-align: center;
}
p#countTimer span {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 10px;
}

.timer h3{font-size: 20px; letter-spacing: 1px; line-height: 1.3em; color: #dfdfdf;}
.timer .coution{margin-top: 10px;  line-height: 1.4em;}


.news-list {
  max-height: 350px;
  overflow-y: auto;
  margin-top: 20px;
  padding-right: 8px;
	text-align: left;
	background: #111 !important;
	padding: 3%;
	margin-bottom: 50px;
border-radius: 6px;
}

.news-scroll {
max-height: 350px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;}

/* NEWS1件ずつカード風 */
.news-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.news-item:last-child {
  border-bottom: none;
}

.news-item h3 {
  font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
  margin-bottom: 6px;
text-align: left;
	padding: 0 !important;
	margin:0 0 10px !important;
}

/* スクロールバーを少しおしゃれに（任意） */
.news-list::-webkit-scrollbar {
  width: 6px;
}

.news-list::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.4);
  border-radius: 3px;
}

.news-date {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,.7);
  margin-bottom: 0;
}

.news-list::-webkit-scrollbar {
  width: 6px;
}

.news-list::-webkit-scrollbar-track {
  background: rgba(255,255,255,.15);
}

.news-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

.news-list a{color: #C00000;}

.news-list {
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(255,255,255,.15);
}

.news-end {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255,255,255,.7);
  padding: 68px 0 48px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

/* 表示状態 */
.news-end.is-show {
  opacity: 1;
  transform: translateY(0);
}