@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap');
@import url("https://use.typekit.net/kfq2ugr.css");

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	background: none;
	position: relative;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
}
body::after {
    content: "";
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2024_25_encore_liveviewing/images/bg_old_z2JVt6xw.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

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

ul, ol {
	list-style-type: none;
}


html,body {
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2024_25_encore_liveviewing/images/bg_main_pc_Yv2cALMT.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

@media screen and (min-width:768px) {
	a {
		transition: all 0.3s ease-out;
	}
}
@media screen and (max-width:767px) {
	body {
		position: relative;
		background-image: none;
	}
	main {
    width: 100%;
}

}

/* -------------------------------------------------
	box
------------------------------------------------- */

.inBox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.inBox {
		width: 90%;
		max-width: none;
	}
}

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn {
	width: 500px;
	height: 80px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}
.btn a {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    background-color: #7f0100;
    border: #7f0100 solid 2px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    text-decoration: none !important;
    width: 350px;
    letter-spacing: 0.08em;
    color: #fff;
    border-radius: 999px;
}

.btn.gray a {
    background: #aaa;
    border: #aaa solid 2px;
}
.btn.off a {
    pointer-events: none;
}

.btnTxt{
    text-align: center;
    font-size: 15px;
    margin: 0 auto 10px;
}
.btn.btn_sub a {
    background: none;
    border-color: #ffffff;
    color: #fff;
}

.btn.no-mb {
	margin-bottom: 0;
}
.btn.grad {
	background: url(../images/btn_01.png) no-repeat 0 0 / contain;
}
.btn.orange {
	background: url(../images/btn_02.png) no-repeat 0 0 / contain;
}

@media screen and (min-width:767px) {

.btn a:hover {
		background: #a7090a;
        color: #fff;
        border: #a7090a solid 2px;
}
.btn.btn_sub a:hover{
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.btn.gray a:hover {
        color: #fff !important;
        background: #dbdbdb!important;
        border: #dbdbdb solid 2px!important;
}


}

@media screen and (max-width:767px) {
	.btn {
		width: 245px;
		height: 50px;
		font-size: 14px;
		background-size: 100% 100% !important;
	}

.btn a {
    font-size: 15px;
    padding: 20px;
    width: 100%;
}
.btnTxt{
    text-align: center;
    font-size: 12px;
}

}

/* -------------------------------------------------
	header
------------------------------------------------- */

header {
position: fixed;
    z-index: 10;
    width: 100%;
}
header .tip > * {
	position: relative;
}
header .tip .lang {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    width: 50px;
    left: 20px;
    border: 1px solid #fff;
    padding: 10px;
}
header .tip .lang .text {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.tc header .tip .lang .text {
	font-family: 'Noto Serif Tc M';
}
header .tip .lang .text::after {
	width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 14px;
}
header .tip .lang .pulldown {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	border-bottom: solid 1px #fff;
}
header .tip .lang .pulldown a {
padding: 10px 0;
    display: block;
    display: block;
    text-align: center;
    border-top: solid 1px #fff;
    font-size: 13px;
}
.tc header .tip .lang .pulldown a {
}

header .tip .sns {
    position: fixed;
    width: 50px;
    text-align: center;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

header .tip .sns li {
    margin: 22px auto 0;
    font-size: 22px;
}


/* PCビュー */


@media print, screen and (min-width:768px) {


#menu-panel{
    position: fixed;
    top: 30px;
    right: 30px;
	z-index: 1;
}
#menu-panel nav ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#menu-panel nav ul li a{
        font-size: 23px;
        position: relative;
        padding: 0 0 0 30px;
        font-family: "Anton", sans-serif;
}
#menu-panel nav ul li:nth-child(1) a{
        padding: 0;
}
#menu-panel nav ul li a:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 15px;
        background: #ffffff;
        right: -13px;
        top: 9px;
}
#menu-panel nav ul li:last-child a:before{
	display:none;
}

}

/* spビュー */

@media screen and (max-width:767px) {
	header .tip {
        width: 100%;
        z-index: 9999;
        position: relative;
	}
	header .tip .lang .text {
		font-size: calc(30 / 1125 * 100vw);
		padding-bottom: 0;
		text-shadow: 0 0 5px #00000078;
	}
	header .tip .lang .text::after {
		margin-left: calc(20 / 1125 * 100vw);
		border-width: calc(16 / 1125 * 100vw) calc(10 / 1125 * 100vw) 0 calc(10 / 1125 * 100vw);
		top: auto;
		position: relative;
	}
	
	header .tip .lang .pulldown a {
		font-size: calc(30 / 1125 * 100vw);
	}
	
	header .tip .sns {
    display: none;
    }

header .tip .lang .pulldown {
    background: none;
    text-shadow: 0 0 5px #00000078;
}


#menu-btn {
display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width:80px;
    height: 80px;
    border-bottom: 1px solid;
        background: #000;
}
#menu-btn .bars {
	width: 32px;
	height: 20px;
	position: relative;
}
#menu-btn .bars span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	transition: all 0.2s ease-out;
	position: absolute;
}
#menu-btn .bars span:nth-child(2) {
	top: calc(50% - 1px);
}
#menu-btn .bars span:nth-child(3) {
	bottom: 0;
}
.on #menu-btn .bars span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}
.on #menu-btn .bars span:nth-child(2) {
	opacity: 0;
}
.on #menu-btn .bars span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

#menu-panel-wrap {
	display: none;
}
#menu-panel {
    width: 350px;
    height: 100%;
    background:rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 1000;
    display: flex;
    top: 0;
    right: -300px;
    transition: 0.3s ease-out 0.1s;
}
.on #menu-panel {
    right: 80px;
    min-height: 340px;
}
#menu-panel nav ul {
	font-size: 18px;
    letter-spacing: 0.1em;
}
#menu-panel nav ul li + li {
	margin-top: 1.1em;
}
#menu-panel nav ul li a {
        font-family: "Anton", sans-serif;
        font-size: 31px;
        position: relative;
}
.tc #menu-panel nav ul li a {
}

#first-view nav ul li a span,
#menu-panel nav ul li a span {
	display: inline-block;
    background: -webkit-linear-gradient(180deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    background: linear-gradient(-90deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#menu-panel .logo {
	width: 43%;
    max-width: 130px;
}
#menu-panel .sns {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-panel .sns li.t {
	width: 20px;
}
#menu-panel .sns li.f {
	width: 8.5px;
}
#menu-panel .sns li.i {
	width: 20px;
}
#menu-panel .sns li.l {
	width: 27.5px;
}
#menu-panel .sns li.y {
	width: 24px;
}
#menu-panel .sns li + li {
	margin-left: 10%;
}

#menu-panel .officialLink {
	margin-top: 25px;
    font-size: 13px;
    letter-spacing: 0.05em;
}


#menu-btn {
        border: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        width: 40px;
        height: 40px;
        top: 0;
        z-index: 10;
    }

	#menu-btn .bars {
		width: calc(56 / 1125 * 100vw);
		height: calc(30 / 1125 * 100vw);
	}
	#menu-btn .bars span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	
	#menu-panel {
    width: 100%;
    right: -100%;
	}
	.on #menu-panel {
		min-height: inherit;
		right: 0;
	}
	#menu-panel nav {
margin: 0 7%;
    width: 100%;
	}
	#menu-panel nav ul {
		font-size: 4.5vw;
	}
	#menu-panel .logo {
		margin-top: 9vw;
		width: 30%;
	}
	#menu-panel .sns {
		margin-top: 9vw;
	}
	#menu-panel .sns li.t {
		width: calc(24*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.f {
		width: calc(11*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.i {
		width: calc(20*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.l {
		width: calc(26*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.y {
		width: calc(24*2.5 / 1125 * 100vw);
	}
	
	#menu-panel .officialLink {
		margin-top: 8vw;
		font-size: 3.5vw;
	}

    header .tip .lang {
        top: 10px;
        left: 10px;
        width: 45px;
        padding: 5px;
    }

}

/* spビューかつ横向き */

@media screen and (max-width:767px) and (orientation:landscape) {
	#menu-panel .inner {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .inner > * {
		width: 35%;
	}
	#menu-panel nav {
		margin: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#menu-panel nav ul {
		font-size: 2.5vw;
	}
	#menu-panel .logo {
		margin-top: 0;
	}
	#menu-panel .sns {
		margin-top: 5vw;
	}
	#menu-panel .sns li.t {
		width: calc(34*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.f {
		width: calc(14*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.i {
		width: calc(36*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.l {
		width: calc(48*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.y {
		width: calc(42*0.8 / 1125 * 100vw);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
    padding:0 30px 30px;
    position: relative;
}

footer .officialLink {
	text-align: center;
	margin-bottom: 70px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
footer .bnr{
    width: 500px;
    margin: 0 auto 50px;
}
footer .bnr a{
    display: block;
}
footer .bnr a img{
    width: 100%;
}
footer .bnr span{
    text-align: center;
    display: block;
    font-size: 13px;
    margin: 0 0 20px 0;
}
footer .copyright{
    font-size: 12px;
    text-align: right;
}

@media print, screen and (min-width:768px) {
	footer .inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	footer .contact ul li a:hover {
		text-decoration: none;
	}
	footer .officialLink a:hover,
	footer .bnr a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding:0 20px 50px;
		text-align: center;
	}
    footer .bnr {
        width: 75%;
        margin: 0 auto 20px;
    }
    footer .bnr span{
	    font-size: 11px;
	    margin: 0 0 10px 0;
	}
	footer .copyright {
	    font-size: 10px;
	    text-align: right;
	}	
	footer .snsList{
	    display: -webkit-flex;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: center;
	    width: 200px;
	    margin: 0 auto 50px;
	}
	footer .officialLink {
	    text-align: center;
	    margin-bottom: 30px;
	    font-size: 13px;
	    letter-spacing: 0.05em;
	}

}

/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* clearfix */

.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
