/* --------------- event --------------- */

.col_event {
	width: 100%;
	height: 360px;
	margin: 0 0 30px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#breadcramb{
	width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 24px 40px;
    font-size: 11px;
}

#breadcramb a{
	color: #000;
    text-decoration: underline;
}


.bg_event {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 25px 0 0;
    background-image: url(../img/event/sp/bg_pagettl.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}



.bg_event:after {
	content: "";
	width: 100%;
	height: 45px;
	background-image: url(../img/top/img_line2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 95%;
	background-size: cover;
}

.col_pagettl{
	width: 100%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 4%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.col_pagettl .pagettl{
	margin: 0 0 0.15em;
    padding: 0;
    font-size: min(7.56vw, 33px);
    font-weight: 500;
    line-height: 1.3;
}


.col_pagettl .en_pagettl{
	margin: 0;
    padding: 0;
    font-size: min(4.5vw, 18px);
    line-height: 1;
}

.box_event{
	margin: 0;
    padding: 0 0 80px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-weight: 500;
}

.inner_event{
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4% 0;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 17px;
}

.img_event{
	width: 100%;
	margin: 0 auto 50px;
}

.cont_event{
	width: 97.5%;
	margin: 0 auto 50px;
	padding: 0 20px 60px;
	position: relative;
	z-index: 0;
}
.cont_event:last-child {
	margin-bottom: 0;
}

@media screen and ( max-width: 800px ) {
	.cont_event {
		margin: 0 auto 14px;
		padding: 0 10px 35px;
	}
	.cont_event:last-child {
		padding-bottom: 0;
	}
}
.cont_event::before {
	content: "";
	width: 100%;
	height: 100%;
	max-height: 10px;
	background-image: url(../img/img_dotted.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cont_event:last-child::before{
	content: none;
}
.cont_event::after {
	content: "";
	width: 11px;
	height: 11px;
	background-image: url(../img/top/icon_circle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 1%;
	right: 1%;
	z-index: -1;
}
.cont_event:last-child::after { content: none; }
.schedule_event{
	margin: 0;
	padding: 0;
	font-size: 17px;
}
@media screen and ( max-width: 800px ) {
	.schedule_event{ font-size: 15px; }
}
.title_event {
	margin: 0 0 15px;
	padding: 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
}

.title_event span{
	font-size: 21px;
}

@media screen and ( max-width: 800px ) {
	.title_event {
		font-size: 21px;
		line-height: 1.6;
	}
}
.cont_event ul.time_event {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
}
.cont_event ul.time_event li {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	display: flex;
	align-items: center;
}
.cont_event ul.time_event li .mds {
	width: 130px;
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: 500;
}
@media screen and ( max-width: 800px ) {
	.cont_event ul.time_event li .mds {
		width: auto;
		font-size: 19px;
	}
}
.cont_event ul.time_event li .time {
	width: calc( 100% - 130px );
	margin: 0;
	padding: 0;
	font-size: 21px;
}
@media screen and ( max-width: 800px ) {
	.cont_event ul.time_event li .time {
		width: calc( 100% - 120px );
		font-size: 19px;
	}
}
.cont_event .txt_item {
	margin: 0;
	padding: 0;
	font-size: 17px;
}
@media screen and ( max-width: 800px ) {
	.cont_event .txt_item {
		font-size: 16px;
		line-height: 1.6;
	}
}
.cont_event dl.list_event1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.indent1.event{
	padding-left: 5em;
    text-indent: -5em;
}

@media screen and ( max-width: 800px ) {
	.cont_event dl.list_event1 { display: block; }
}
.cont_event dl.list_event1 dt {
	width: 230px;
	margin: 0 0 10px;
	padding: 0 0 0 0.5em;
	font-size: 21px;
	font-weight: 500;
	box-sizing: border-box;
}
@media screen and ( max-width: 800px ) {
	.cont_event dl.list_event1 dt {
		width: 100%;
		margin: 0 0 5px;
		padding: 0;
		font-size: 19px;
	}
}
.cont_event dl.list_event1 dd {
	width: calc( 100% - 230px );
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 21px;
}
@media screen and ( max-width: 800px ) {
	.cont_event dl.list_event1 dd {
		width: 100%;
		padding: 0;
		font-size: 19px;
	}
}

@media screen and ( max-width: 450px ) {
	.cont_event ul.time_event li .time{
		font-size: 15px;
	}
	
	.cont_event ul.time_event li .mds{
		font-size: 15px;
	}
	
	.cont_event dl.list_event1 dt{
		font-size: 15px;
	}
	
	.cont_event dl.list_event1 dd{
		font-size: 15px;
	}
	
	
}


.cont_event dl dd.item_event2 {
	width: 35%;
	margin: 0 0 10px;
	padding: 0;
}





.btn1.event2{
	width: 100%;
	max-width: 205px;
    padding: 10px 17px;
    border-radius: 50px;
    font-size: 16px;
    justify-content: space-between;
    border: solid 1px #000;
    align-items: center;
}

.btn1.event2:hover{
	background-color: #fff;
    color: #000;
    border: solid 1px #000;
}

.btn1.event2:hover .icon2 img{
	filter: invert(100%);
}

.icon2{
	width: 20%;
	max-width: 9.5px;
	margin: 0 0 0 0;
	border-radius: 50%;
	position: relative;
}

.icon2 img{
	width: 100%;
	display: block;
}



.btn1.event2 span{
	line-height: 1;
}

ul.txt_event{
	margin: 0;
	padding: 0;
}

.wrap_box_pdf{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.box_pdf_event{
	width: calc(100% / 2 - 10px);
	margin: 0 20px 30px 0;
}

.box_pdf_event:nth-of-type(2n){
	margin: 0 0 30px 0;
}

.img_pdf{
	width: 100%;
	max-width: 300px;
	margin: 25px 0 25px 0;
}




@media screen and ( max-width: 800px ) {
	.bg_event {
		height: 50vw;
	    background-image: url(../img/event/sp/bg_pagettl.jpg);
	}
	
	.bg_event:after{
		height: 24px;
		background-image: url(../img/top/sp/img_line2.png);
        top: 94%;
	}
	
	
	#breadcramb{
		display: none;
	}
	
	.col_event{
		margin: 0 0 50px;
		height: 100%;
	}
	
	.cont_event dl{
		padding: 0 10px 10%;
	}
	
	.cont_event dl.wrap_event{
		padding: 0 10px 8%;
		display: block;
	}
	
	.cont_event dl dd.item_event2{
		width: 100%;
	}

	.cont_event dl dd.txt_item{
		width: 100%;
		margin: 0;
	}
	
	.img_pdf{
		margin: 25px auto;
	}
	
	.btn1.event2{
		margin: 0 auto;
	}
	
	h2.mds2.event.fs18{
		padding: 0;
	}
	
	h2.mds2.event{
		line-height: 1.5;
		text-align: center;
		padding: 0;
	}
	
	h2.mds2.event:first-of-type{
		text-align: left;
	}
	
	h2.mds2.event:after{
		left: 99%;
	}
	
	h2.mds2.event2:after{
		left: 99%;
	}
	
		
	.img_event{
		margin: 0 auto 5%;
	}
	
	.list_event_car{
		margin: 0 auto 8.5%;
	}
	
	.inner_event{
		padding: 0;
	}
	
	.box_pdf_event{
		width: calc(100% / 2 - 5px);
		margin: 0 10px 30px 0;
	}

}





@media screen and ( max-width: 400px ) {
	
	body{
		font-size: 14px;
	}
	
	.inner_event{
		font-size: min(4.7vw , 16px);
	}
	
	.cont_event dl dt{
		font-size: 24px;
	}
	
	h2.mds2.event{
		font-size: min(5.5vw , 21px);
	}
	
	h2.mds2.event.fs18{
		font-size: min(4.7vw , 18px);
	}
	
	.btn1.event2{
		font-size: 14px;
		padding: 8px 10px;
	}
	
}



/* --------------- top info --------------- */

.col_topinfo{
	width: 92%;
	max-width: 1088px;
	margin: 0 auto;
	padding: 0 0 70px;
}


.list_info{
	max-width: 1088px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_info a{
	width: 30%;
    max-width: 330px;
    margin: 0 3% 0 0;
    padding: 15px 15px 60px 15px;
    color: #000;
    transition: all 1s;
    display: block;
    postion: relative;
    background-image: url(../img/top/img_infobg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.list_info a:last-of-type{
	margin: 0;
}



.list_info a .thumb{
	width: 100%;
    height: calc(((90vw - 200px) / 3 - 20px)* 0.7);
    max-height: 180px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;

}


.list_info a .thumb img{
	width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    transition: transform .5s;
    position: relative;
    top: 50%;
    left: 50%;
}

.list_info a:hover .thumb img{
	transform: translate(-50%, -50%) scale(1.1);
}


.list_info a .title{
	margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}


.list_info a .title span.en{
	font-size: 14px;
	font-weight: 600;
	color: #a3a3a3;
}








.list_info2{
	max-width: 980px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_info2 a{
	width: calc(50% - 35px);
    max-width: 473px;
    margin: 0 35px 0 0;
    padding: 15px 15px 25px 0;
    color: #000;
    transition: all 1s;
    display: flex;
    align-items: center;
    postion: relative;
    background-image: url(../img/top/img_infobg2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.list_info2 a:last-of-type{
    margin: 0 0 0 0;
}


.list_info2 a .thumb{
	width: 90%;
    height: calc(((85vw - 200px) / 3 - 20px)* 0.7);
    max-height: 135px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
    transform: translate(-6%, -6%);

}


.list_info2 a .thumb img{
	width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    transition: transform .5s;
    position: relative;
    top: 50%;
    left: 50%;
}

.list_info2 a:hover .thumb img{
	transform: translate(-50%, -50%) scale(1.1);
}


.list_info2 a .title{
	margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}


.list_info2 a .title span.en{
	font-size: 14px;
	font-weight: 600;
	color: #a3a3a3;
}

.right_info2{
	width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}



@media screen and ( max-width: 750px ) {

	.list_info{
		display: block;
	}
	
	.list_info a{
		width: 100%;
		max-width: 525px;
		margin: 0 auto 9.5%;
		padding: 15px 15px 35px 15px;
	}
	
	.list_info a .thumb{
		height: calc(((290vw - 200px) / 3 - 20px)* 0.7);
		max-height: 290px;
		transform: translate(0, -15%);
	}
	
	.list_info a:last-of-type{
		margin: 0 auto;
	}
	
	.list_info a .title{
		font-size: min(5vw , 28px);
	}
	
	.list_info2{
		max-width: 620px;
		display: block;
	}
	
	.list_info2 a{
		width: 96%;
		max-width: 590px;
		margin: 0 auto 4.5%;
	}
	
	.list_info2 a .thumb{
		height: calc(((195vw - 200px) / 3 - 20px)* 0.7);
		max-height: 175px;
		transform: translate(-8% , -8%);
	}
	
	.list_info2 a:last-of-type{
		margin: 0 auto 0;
	}
	
	.list_info2 a .title{
		font-size: min(5vw , 28px);
	}
	
	
}






/* --------------- top gallery --------------- */

.loop_foot_land{
	width: 100vw;
    height: 158px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: -3;
}

.loop_foot_land span.loop1{
	animation: loop_land1 60s -30s linear infinite;
}

.loop_foot_land span.loop2 {
	animation: loop_land2 60s linear infinite;
}


@keyframes loop_land1 {
	0% {
		transform: translate3d(100%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes loop_land2 {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-200%, 0, 0);
	}
}

.loop_foot_land img {
	width: auto;
	max-width: max-content;
	height: 100%;
}

@media screen and ( max-width: 800px ) {

	.loop_foot_land{
	    height: 105px;
    }
}


