@charset "UTF-8";

/* alive 独自設定CSS */
/* メニューパーツ */

#alive-header {
	background: rgba(238,245,254,0.9);
}
#alive-menu-area ul.sub {
	background-color: #6685e0;
}
#alive-menu-area ul.sub:before {
	border-color: transparent transparent #6685e0 transparent;
}
#alive-header .alive-menu-ticket a {
	position:relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 0.5rem;
	border: none;
	text-decoration:none;
	text-align:center;
	color:#fff;
	z-index:0;
	overflow: hidden;
}
#alive-header .alive-menu-ticket a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.3s;
	background-image: radial-gradient(at 100% 100%, rgba(255, 21, 110, 1) 15%, rgba(255, 153, 20, 1));
}
#alive-header .alive-menu-ticket a:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background-image: radial-gradient(at 100% 100%, rgba(255, 153, 20, 1) 15%, rgba(255, 153, 20, 1));
}
#alive-header .alive-menu-ticket a:hover:before{
	opacity:0;
}
/* メインビジュアルBG */

#alive-main-bg {
	display: none;
}

/* ページ内要素 */
#alive-area .inner-out:nth-of-type(n+2) {
    padding-top: 8rem;
}
#alive-area .head1:before {
	border-top: 2px solid #1d1d1d;
}

#alive-title.alive-main-bg{
	background-image: url(../img/alive/2025/alive-2025-mv.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
	width: 100%;
	overflow: hidden;
}
#alive-area .alive-bg:nth-of-type(odd) {
    background-color: #1d1d1d;
    background-image: url(../img/alive/2025/alive-2025-bg1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
	width: 100%;
	overflow: hidden;
}

#alive-area .alive-bg:nth-of-type(even) {
    background-color: #1d1d1d;
    background-image: url(../img/alive/2025/alive-2025-bg2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
	width: 100%;
	overflow: hidden;
}
/* 4番目のセクションの背景を調整 */
/* セクションが2つの場合（1,4） - 4番目は奇数扱い */
#alive-area .alive-bg:nth-child(2):nth-last-child(1) {
    background-image: url(../img/alive/2025/alive-2025-bg1.webp);
}

/* セクションが3つの場合（1,2,4） - 4番目は偶数扱い */
#alive-area .alive-bg:nth-child(3):nth-last-child(1) {
    background-image: url(../img/alive/2025/alive-2025-bg2.webp);
}

/* セクションが4つの場合（1,3,4） - 4番目は奇数扱い */
#alive-area .alive-bg:nth-child(4):nth-last-child(1) {
    background-image: url(../img/alive/2025/alive-2025-bg1.webp);
}

#alive-area .btn a{
	border: 2px solid #1D1D1D;
    background-color: #1D1D1D;
	transition:0.3s;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
	color: #FFF;
}

#alive-area .btn a:hover{
    background-color: #575757;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
}

#alive-area .btn.cv2 a:after {
	border-color: transparent transparent transparent #FFF;
}
#alive-area .btn.cv2 a:hover {
    background-color: #575757;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
}

#alive-area .alive-news dl .cat {
	background-color: #ccd6f5;
}
#alive-area .alive-session {
	gap: 1rem;
}
#alive-area .alive-session .area1 h3 {
    background-color: #FF6E2D;
}
#alive-area .alive-session .area2 h3 {
    background-color: #FF778F;
}
#alive-area .alive-session .area3 h3 {
    background-color: #6A48F3;
}
#alive-area .alive-session .area3 {
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
#alive-area .alive-session .area1, 
#alive-area .alive-session .area2, 
#alive-area .alive-session .area3 {
	width: 33.3%;
}
#alive-area .alive-session a {
	border-bottom: 2px solid #eee;
	padding: 2rem 2rem 3rem 2rem;
}
#alive-area .alive-session a .data {
	gap: 1rem;
	justify-content: flex-start;
	align-items: flex-start;
}
#alive-area .alive-session a .data .time {
    margin-left: 0;
    line-height: 2rem;
    background: url(../img/alive/clock-regular-full.svg) no-repeat;
	padding-left: 2.5rem;
    background-repeat: no-repeat;
	font-size: 2rem;
}
#alive-area .alive-session a h4 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	height: 5rem;
}
#alive-area .alive-session .area1 a h4,
#alive-area .alive-session .area1 a .archive {
    color: #FF6E2D !important;
}
#alive-area .alive-session .area2 a h4,
#alive-area .alive-session .area2 a .archive  {
    color: #FF778F !important;
}
#alive-area .alive-session .area3 a h4,
#alive-area .alive-session .area3 a .archive  {
    color: #6A48F3 !important;
}

#alive-area .alive-session a .data .img-box {
	width: 12rem;
    height: 12rem;
}

#alive-area .alive-session a .data .session-read {
	width: calc(100% - 12rem);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 12rem;
}
#alive-area .alive-session a .data .session-read p:first-child {
	display: flex;
    flex-direction: column;
}
#alive-area .alive-session a .data .session-read p:last-child{
	line-height: 1.6rem;
}
#alive-area .alive-session a .data .session-read p:first-child span:first-child {
	line-height: 2rem;
	font-size: 2rem;
}
#alive-area .alive-session a .data .session-read p:first-child span {
	font-size: 1.8rem;
}
#alive-area .alive-session a .data .session-read p:first-child span:last-child {
    color: #B1B1B1;
}
#alive-area .yt-out-link {
    text-decoration: none;
    color: initial;
}

#alive-area .alive-intro h3 {
	color: #03c;
}

#alive-area .alive-display a .space {
	background-color: #eef5fe;
}
#alive-area .alive-display a .data {
	display: flex;
	flex-direction: column;
	height: 10rem;
	justify-content: space-between;
	padding: 0rem 1rem 1.5rem 1rem;
}
#alive-area .alive-bg:nth-of-type(2n) .alive-display a .space {
	background-color: #eef9f3;
}

#alive-sponsor {
	background-color: #335e99;
    background-image: url(../img/alive/2025/alive-2025-bg3.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
	width: 100%;
	overflow: hidden;
}

#alive-sns {
	background-color: #3385f1;
    background-image: url(../img/alive/2025/alive-2025-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
	width: 100%;
	overflow: hidden;
}
#alive-area .alive-display-area {
	flex-direction: row;
}

#alive-area .alive-display-area h1,
#alive-area .alive-display-area h2,
#alive-area .alive-display-area h3 {
	color: #1d1d1d;
}
#alive-area .detail-head-wrap {
	display: flex;
    flex-direction: row;
    gap: 6rem;
}
#alive-area .detail-head-wrap .detail-head-read {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#alive-area .detail-head-wrap .detail-head-read h1 {
    font-size: 5rem;
    color: #000000;
	line-height: 1;
}
#alive-area .detail-head-wrap .img-box {
	width: 32rem;
	height: 32rem;
	padding: 0;
}
#alive-area .detail-head-wrap .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    max-width: initial;
    width: 100%;
    height: 100%;
}
#alive-area .alive-display-area .detail-ttl {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}
#alive-area .alive-display-area .data-wrap{
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
}
#alive-area .alive-display-area .data {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 2rem;
}
#alive-area .alive-display-area .time{
	margin-left: 0;
    line-height: 2rem;
    background: url(../img/alive/clock-regular-full.svg) no-repeat;
    padding-left: 3rem;
    background-color: #fff;
    background-repeat: no-repeat;
}
#alive-area .alive-display-area .archive-yn span {
	color: #00b5f0;
}
#alive-area .alive-display-area .space {
	background-color: #00A9E0;
	height: 3.5rem;
	border-radius: 25px;
	padding: 0.5rem 6rem;
}

#alive-area .alive-display a .img-box  {
	position: relative;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	padding-top: 100%;
}
#alive-business .alive-intro .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: initial;
    width: 100%;
    height: 100%;
}
#alive-area .alive-display-area .read {
	width: 100%;
}

#alive-business .alive-display .img-box img,
#alive-session .data .img-box img,
.alive-page-bg .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	max-width: initial;
	width: 100%;
	height: 100%;
}

#alive-title h1 {
	width: 34rem;
	height: 34rem;
	top: 50%;
	left: 6rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#alive-title .copy {
	top: 12%;
	right: 0;
	font-family: 'Noto Serif JP', sans-serif !important;
	font-weight: 600;
	font-size: 6rem;
	line-height: 1.2;
	color: #03c;
	text-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff;
}
#alive-title .copy span {
	font-weight: 600;
	font-size: 5rem;
}
#alive-title .copy strong {
	font-weight: 600;
	font-size: 8rem;
	color: #ff642a;
}
#alive-title .copy strong span {
	font-size: 7rem;
}
#alive-title .add {
	bottom: calc(12% + 6rem);
	right: 3rem;
	width: 40rem;
}
#alive-title .grad-btn {
	position: absolute;
	bottom: 8%;
	right: -1rem;
	width: 48rem;
	text-align: center;
}
#alive-title .grad-btn a {
	position:relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    width: 38rem;
	min-height: 8rem;
	padding: 1rem 4rem 1rem 1rem;
    border-radius: 1rem;
	font-size: 2.4rem;
	text-decoration:none;
	text-align:center;
	color:#fff;
	z-index:0;
	overflow: hidden;
}
#alive-title .grad-btn a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background-image: radial-gradient(at 100% 100%, rgba(255, 21, 110, 1) 15%, rgba(255, 153, 20, 1) 100%);
}
#alive-title .grad-btn a:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background-image: radial-gradient(at 100% 100%, rgba(255, 153, 20, 1) 0%, rgba(255, 153, 20, 1) 0%);
}
#alive-title .grad-btn a:hover:before{
	opacity:0;
}
#alive-area .alive-merit {
	margin-bottom: 4rem;
}
#alive-access .alive-access-detail {
	margin: 1rem auto;
    text-align: center;
    display: block;
}
#alive-access .alive-access-detail ul {
    text-align: left;
    display: inline-block;
}


/* SP版 */

@media screen and (max-width:767px) {
	
	/* メニュー */
	#alive-menu-open:before,
	#alive-menu-open:after,
	#alive-menu-open span {
		background-color: #03c;
	}
	#alive-menu-area,
	#alive-menu-area ul.sub {
		background-color: #6685e0;
	}
	/* メインビジュアルBG */
	#alive-title.alive-main-bg{
		background-image: url(../img/alive/2025/alive-2025-mv-sp.webp);
    	background-attachment:scroll;
    	padding: 0;
	}
	
	#alive-area .alive-bg:nth-of-type(odd) {
		background-image: url(../img/alive/2025/alive-2025-bg1-sp.png);
    	background-attachment:scroll;
	}

	#alive-area .alive-bg:nth-of-type(even) {
		background-image: url(../img/alive/2025/alive-2025-bg2-sp.png);
    	background-attachment:scroll;
	}
	/* 4番目のセクションの背景を調整 */
	/* セクションが2つの場合（1,4） - 4番目は奇数扱い */
	#alive-area .alive-bg:nth-child(2):nth-last-child(1) {
		background-image: url(../img/alive/2025/alive-2025-bg1-sp.png);
	}

	/* セクションが3つの場合（1,2,4） - 4番目は偶数扱い */
	#alive-area .alive-bg:nth-child(3):nth-last-child(1) {
		background-image: url(../img/alive/2025/alive-2025-bg2-sp.png);
	}

	/* セクションが4つの場合（1,3,4） - 4番目は奇数扱い */
	#alive-area .alive-bg:nth-child(4):nth-last-child(1) {
		background-image: url(../img/alive/2025/alive-2025-bg1-sp.png);
	}

	#alive-sponsor {
		background-image: url(../img/alive/2025/alive-2025-bg3-sp.jpg);
    	background-attachment:scroll;

	}
	#alive-sns {
		background-image: url(../img/alive/2025/alive-2025-bg4-sp.jpg);
    	background-attachment:scroll;
	}
	#alive-title .mv-logo {
		position: absolute;
		top: 12%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 80%;
	}
	#alive-title .add {
		bottom: unset;
		right: 0;
		top: 31%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
	}
    #alive-title .grad-btn {
        width: 100%;
		right: 50%;
        transform: translate(50%, 0);
        bottom: 10%;
        z-index: 1;
    }
	#alive-title .grad-btn a{
		width: 90%;
		padding: 0;
    	min-height: 6rem;
	}

	#alive-title h1 {
		width: 20rem;
		height: 20rem;
		bottom: 14rem;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#alive-title .copy {
		bottom: 34rem;
		left: 1rem;
		font-family: 'Noto Serif JP', sans-serif !important;
		font-weight: 600;
		font-size: 4rem;
		line-height: 1.2;
		color: #03c;
		white-space: nowrap;
		text-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
	}
	#alive-title .copy span {
		font-weight: 600;
		font-size: 3.2rem;
	}
	#alive-title .copy strong {
		font-weight: 600;
		font-size: 5.2rem;
		color: #ff642a;
	}
	#alive-title .copy strong span {
		font-size: 4.6rem;
	}
	#alive-title .btn {
		bottom: 6rem;
		right: 0;
		width: 14rem;
		text-align: center;
	}

	#alive-area .detail-head-wrap {
    	flex-direction: column;
	}
	#alive-area .detail-head-wrap .detail-head-read {
    	width: 100%;
	}
	#alive-area .detail-head-wrap .detail-head-read h1 {
    	font-size: 2.3rem;
	}
	#alive-area .alive-session .area1, #alive-area .alive-session .area2, #alive-area .alive-session .area3 {
        border-radius: 1rem;
        background-color: #fff;
        width: 100%;
        margin-top: 1.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }
}
