/* custom */
@media (min-width:769px){
	footer{
		margin-top: 0;
	}
}





/* mv */
.v2i-mv{
	box-sizing: border-box;
	
	position: relative;
	z-index: 0;
	
	padding-bottom: 3.21em;
	/*margin-bottom: 4.25em;*/
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	/* for IE */
	align-items: center;
}
.v2i-mv:before{
	content: "";
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0, 0, 0, .1);
}

.v2i-mv__logo{
	position: relative;
}
.v2i-mv__logodata{}
.v2i-mv__logodata:not(:first-child){
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width:769px){
	.v2i-mv{
		padding-top: 3.21em;
		min-height: 720px;
		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../v2-img/index/mv__bg1--pc.jpg);
	}
	.v2i-mv__logo{
		margin-left: 15%;
	}
}
@media all and (-ms-high-contrast:none) and (min-width:769px){
	.v2i-mv{
		height: 720px;
		justify-content: flex-start; /* 一時的に:2019-12-02 */
	}
}
@media (max-width:768px){
	.v2i-mv{
		height: calc(100vh - 80px);
		max-height: 600px;
		
		padding-bottom: 1.21em;
		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../v2-img/index/mv__bg1--sp.jpg);
	}
	.v2i-mv__inner{
		width: 100%;
	}
	.v2i-mv__logo{
		margin-top: 8%;
		margin-left: 5%;
	}
	.v2i-mv__logodata{
		width: 25%;
	}
}

/* animation */
.v2i-mv{
	/*
	animation:
		mosaicin 1280ms linear both,
		fadein 1280ms linear both;
	animation-delay: 120ms;
	*/
}
.v2i-mv__logodata{
	animation:
		mosaicin 1000ms linear both,
		slidein 1000ms ease-in-out both,
		fadein 1000ms linear both;
}
/*
.v2i-mv__logodata:nth-child(1){ animation-delay: 0320ms; }
.v2i-mv__logodata:nth-child(2){ animation-delay: 1000ms; }
*/
.v2i-mv__logodata:nth-child(1){ animation-delay: 0820ms; }
.v2i-mv__logodata:nth-child(2){ animation-delay: 2800ms; }

@keyframes mosaicin{
	from	{ filter: blur(10px); }
	to		{ filter: blur(0px); }
}

@keyframes slidein{
	from	{ transform: translateY(6%); }
	to		{ transform: translateY(0%) }
}





/* ********* MV Movie ********* */
.volume{
	position: absolute;
	top: 3.125em;
	right: 3.125em;
	
	/*font-size: .875em;*/
	font-weight: bold;
	letter-spacing: .1em;
	
	display: flex;
	align-items: center;
	
	color: #fff;
}
.volume-state{}
.volume-state__icon{}

.volume__icon{}
.volume__label{
	margin-left: 1.5em;
}
.volume__button{
	cursor: pointer;
	
	color: #000;
	background-color: rgba(255,255,255,.5);
	
	padding: 0 1.125em;
	margin-left: 1em;
}

.credit{
	position: absolute;
	top: 6em;
	right: 3.125em;
	
	color: #fff;
	text-align: right;
}

#js-hero-video-mute{
	display: none;
}
#js-hero-video-mute:checked ~ .volume .volume-state__icon--speak,
#js-hero-video-mute:not(:checked) ~ .volume .volume-state__icon--mute{
	display: none;
}
#js-hero-video-mute:not(:checked) ~ .volume .volume__button--on,
#js-hero-video-mute:checked ~ .volume .volume__button--off{
	color: #fff;
	background-color: #E05D45;
}

@media (max-width: 768px){
	.volume{
		display: none;
	}
}






.v2i-mv__bgv{
	box-sizing: border-box;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	
	object-fit: cover;
}
@media (max-width: 768px){
	.v2i-mv__bgv{
		display: none;
	}
}

@media (min-width: 769px){
	.v2i-mv{
		background: none;
	}
}
@media all and (-ms-high-contrast:none){
	.v2i-mv{
		overflow: hidden;
	}
	.v2i-mv__bgv{
		right: auto;
		bottom: auto;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
}

/* Modify */
@media (min-width: 769px){
	.v2i-mv__logo{
		display: none;
	}
	.v2i-mv{
		box-sizing: border-box;
		/*height: calc(100vh + 100px);*/
		height: calc(100vh - 100px);
	}
}
/* ********* MV Movie ********* */





/* ********* SP Movie ********* */
.sp-hero-video{
	box-sizing: border-box;
	width: 100%;;
	vertical-align: middle;
	
	margin-top: 3.75em;
}
.sp-movie__credit{
	text-align: center;
	margin-top: 1em;
}
/* ********* SP Movie ********* */







/* emergency */
.v2i-emergency{}
.v2i-emergency__inner{
	padding: 0.75em;
	background-color: rgba(255, 255, 255, .9);
}
.v2i-emergency-table{}
.v2i-emergency-table__label,
.v2i-emergency-table__date,
.v2i-emergency-table__note{
	vertical-align: middle;
}
.v2i-emergency-table__label,
.v2i-emergency-table__date{
	padding: .25em 1em;
}

.v2i-emergency-table__label{
	color: #fff;
	background-color: #c00;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.v2i-emergency-table__date{}
.v2i-emergency-table__note{}

.v2i-emergency__link{
	color: inherit;
}






/*  */
.v2i-news{
	margin-top: 4.25em;
	margin-bottom: 6.25em;
}
.v2i-news h2{
	font-size: 2.6rem;
}
/*.v2i-news .list{
	margin-top: 1em;
}*/

/*add_20210630修正*/
@media screen and (min-width: 769px){
.v2i-news .list {
	margin: 50px auto 0;

	max-height: 500px;
	overflow: auto;
	}

}
@media screen and (max-width: 768px){
.v2i-news .list{
	margin: 3.5em 1.5em 0;
    max-height: 50vh;
    overflow: auto;
	}
}
/*add_20210630修正*/



/*  */
.v2i-cnavi{}
.v2i-cnavi__inner{}
.v2i-cnavi__items{
	display: flex;
	flex-wrap: wrap;
}
.v2i-cnavi__item{
	text-align: center;
	box-sizing: border-box;
}
.v2i-cnavi__link{
	display: block;
	color: inherit;
}
.v2i-cnavi__title,
.v2i-cnavi__button{
	font-size: 1.28em;
	line-height: 2em;
	
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.v2i-cnavi__button:after{
	content: "r";
	font-family: 'icon';
	margin-left: .5em;
	display: inline-block;
}
.v2i-cnavi__title{
	margin-bottom: .25em;
}
.v2i-cnavi__button{
	margin-top: .75em;
}
.v2i-cnavi__photo{}
.v2i-cnavi__img{
	width: 100%;
}

@media (min-width:769px){
	.v2i-cnavi__items{
		margin-left: -5%;
		margin-bottom: -5%;
	}
	.v2i-cnavi__item{
		flex: 0 0 28.33%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.v2i-cnavi__link{}
	.v2i-cnavi__photo{}
	.v2i-cnavi__link:hover .v2i-cnavi__img{
		opacity: 1;
	}
	.v2i-cnavi__photo{
		position: relative;
		z-index: 0;
	}
	.v2i-cnavi__photo:before{
		content: "";
		border: 10px solid #e05d45;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.v2i-cnavi__img.toto_2023{
		height: 177px;
	}
	
}
@media (max-width:768px){
	.v2i-cnavi__items{}
	.v2i-cnavi__items--single{
		display: block;
	}
	.v2i-cnavi__items--single .v2i-cnavi__item{}
	.v2i-cnavi__items--single .v2i-cnavi__item:not(:last-child){
		margin-bottom: 3em;
	}
	
	.v2i-cnavi__items--double{}
	.v2i-cnavi__item{}
	
	
	.v2i-cnavi__items--double{
		margin-left: -4%;
		margin-bottom: -8%;
	}
	.v2i-cnavi__items--double .v2i-cnavi__item{
		flex: 0 0 46%;
		margin-left: 4%;
		margin-bottom: 8%;
	}
	
}

/* gimmick */
@media (min-width:769px){
	.v2i-cnavi__photo{
		overflow: hidden;
	}
	.v2i-cnavi__img{
		transition: transform 640ms ease-out;
	}
	.v2i-cnavi__link:hover .v2i-cnavi__img{
		transform: scale(1.2);
	}
	.v2i-cnavi__photo:before{
		transition: border-width 320ms ease-in-out;
	}
	.v2i-cnavi__link:not(:hover) .v2i-cnavi__photo:before{
		border-width: 0;
	}
	
	.v2i-cnavi__button:after{
		transition: transform 320ms ease-out;
	}
	.v2i-cnavi__link:hover .v2i-cnavi__button:after{
		transform: translateX(.5em) scaleY(-1);
	}
}




/*  */
@media (min-width:769px){
.v2i-event{
	padding-top: 4.25em;
	padding-bottom: 4.25em;
	
	/*margin-top: 8.25em;
	margin-bottom: 8.25em;*/
	}
.v2i-event2{
	padding-top: 4.25em;
	padding-bottom: 4.25em;
	}
.v2i-event__title{
	margin-bottom: 1.5em;
	}
.v2-nav2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -1em;
	margin-bottom: -1em;
	font-size: 1.15em;
	line-height: 2em;
	}
.v2-nav2__item{
	min-width: 300px;
	margin-left: 1em;
	margin-bottom: 1em;
	}
}
@media (max-width:768px){
.v2i-event{
	padding-top: 6em;
	padding-bottom: 8em;
	}
	.v2i-event2{
	padding-top: 6em;
	/*padding-bottom: 8em;*/
	}
.v2i-event__title{
	margin-bottom: 1.5em;
	color: #ffffff;
	}
.v2-nav2{
	font-size: 1.15em;
	line-height: 2em;
	}
.v2-nav2__item{
	color: #ffffff;
	}
.v2-nav2__item:not(:last-child){
	margin-bottom: 1em;
	}
	
}
.v2i-event__title{
	margin-bottom: 1.5em;
}
.v2i-event__bg{}
.v2i-event__inner{}






/*  */
.v2i-info{
	margin-top: 4.25em;
}
.v2i-info-frame{}
.v2i-info-frame__item{}
.v2i-info-frame__item--aside{}
.v2i-info-frame__item--timeline{}

.v2i-info__title{
	margin-bottom: 1.5em;
}

.twitter-timeline{
	border: 1px solid #ccc !important;
	border-radius: 5px;
}
.v2i-info .v2i-event__inner ul li a:after{
	display: none;
}
.v2i-info .v2i-event__inner ul li a:before{
	content: "";
	background: url('../v2-img/base/sns__twitter2.png') no-repeat 0 0/100%;
    display: inline-block;
	width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0.5em;
    transition: transform 240ms ease-out;
}
.v2i-info .v2i-event__inner ul li a:hover::before{
	background: url('../v2-img/base/sns__twitter2on.png') no-repeat 0 0/100%;
}
.v2i-info .v2i-event__inner ul li + li a:before{
	background: url('../v2-img/base/sns__instagram2.png') no-repeat 0 0/100%;	
}
.v2i-info .v2i-event__inner ul li + li a:hover::before{
	background: url('../v2-img/base/sns__instagram2on.png') no-repeat 0 0/100%;	
}
.v2i-info .v2i-event__inner ul li a:before{
	content: "";
	background: url('../v2-img/base/sns__x2.png') no-repeat 0 0/100%;
    display: inline-block;
	width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0.5em;
    transition: transform 240ms ease-out;
}
.v2i-info .v2i-event__inner ul li a:hover::before{
	background: url('../v2-img/base/sns__x2on.png') no-repeat 0 0/100%;
}

/*  */
.v2i-aside{}
.v2i-aside__items{
	font-size: 1.15em;
	line-height: 2em;
}
.v2i-aside__item{}
.v2i-aside__item:not(:last-child){
	margin-bottom: 1em;
}
.v2i-aside__link{
	display: block;
	color: inherit;
}
.v2i-aside__banner{
	display: block;
	width: 100%;
	margin-bottom: .25em;
}

@media (min-width:769px){
	.v2i-aside__items{}
	.v2i-aside__item{}
	
	.v2i-info-frame{
		display: flex;
		justify-content: space-between;
	}
	.v2i-info-frame__item{}
/*	.v2i-info-frame__item--aside{
		flex: 0 0 450px
	}
	.v2i-info-frame__item--timeline{
		flex: 0 0 480px;
	}*/
}
@media (max-width:768px){
	.v2i-info-frame__item--aside + .v2i-info-frame__item--timeline{
		margin-top: 4.25em;
	}
}


/* index.css カスタマイズ */
@media (min-width: 769px){
/*.v2i-info-frame__item--aside{
	flex: 0 0 604px;
	}
.v2i-info-frame__item--timeline{
	flex: 0 0 386px;
	}*/
.v2i-aside__items{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -1.65%;
	}
.v2i-aside__item{
	box-sizing: border-box;
	flex: 0 0 31.5%;
	margin: 0 0 0 1.65%;
	}
}

/*20210908 お知らせエリア修正*/
.type.event {
	background-color: #f6cfc9;
	}
.type.osyakyo {
	background-color: #d7dfef;
	}
.type.info {
	background-color: #d7efe3;
	}
.type.other {
	background-color: #e5e5e5;
	}
.news--date{
	display: block;
    font-size: 1.3rem;
	}

@media screen and (min-width: 769px){
.type {
	line-height: 1.33;
    font-size: .75em;
    text-align: center;
	color: #333333;
    background-color: #ccc;
    margin-right: .83em;
    padding: .83em;
	min-width: 10em;
    display: block;
	}
.news .list {
    width: 1000px;
    margin: 100px auto 0;
	}
.news .list ul li section p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px;
	}
.news .list ul li section {
	display: flex;
    flex-grow: 1;
    align-items: center;
	}
}

@media screen and (max-width: 768px){
.type {
	line-height: 1.33;
    font-size: .75em;
    text-align: center;
	color: #333333;
    background-color: #ccc;
    margin-right: 10em;
    padding: .83em;
	display: block;
	}
.news .list ul li section p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px 0 0;
	}
.news .v2-list ul li section {
    margin: auto 1em;
	}
}



/* メルマガ専用navレイアウト @ 240625 */
.v2i-event--mail-magazine{
	color: white;
}
@media (min-width: 769px){
	.event-grid{
		display: grid;
		/* grid-template-columns: 2fr 1fr; */
		grid-template-columns: repeat(2, 1fr);
	}
	.event-grid > *{
		box-sizing: border-box;
		padding: 6em 3em;
	}
}
@media (max-width: 768px){
	.v2i-event__inner{
		padding-inline: 4%;
	}
	.v2i-event--mail-magazine{
		position: relative;
		z-index: 0;
	}
	.v2i-event--mail-magazine::before{
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		background: color-mix(in srgb, transparent, black 20%);
	}
}
/* メルマガ専用navレイアウト */




@media (min-width:769px){}
@media (max-width:768px){}
