special @charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) {
	.container {
	    width: 1600px;
	}

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {
	.Champion .sponsors-logo{
		padding-bottom: 14px;
	}
	#Events [class*="col"] + [class*="col"]{
		border-left: solid 1px #000;
	}
	#Partners .card{
	    height: 100%;
	    padding: 30px 30px 0px;
	}
	#Fenway ul li{
		font-size: 22px;
    	padding-left: 54px;
		margin-left: -50px;
	}
	.action {
		margin-top: 40px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.sponsors-logo img{
	    margin-bottom: -40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 979px) {
    .header h1,
	.header h2{
	    font-size: 47px;
	}
	
	.new-date{
    font-size: 30px;
    line-height: 1.1;
    }
}

@media (max-width: 991px) {
	.header{
		background-position: -20% bottom, 120% bottom;
		padding-bottom: 150px;
	}
	
    p.weather {
        color: #df1f2b;
        background: #fde55a;
        text-shadow: 2px 2px 0 rgb(0 0 0 / 19%);
        padding: 10px 10px 10px 10px;
        font-size: 42px;
    }
	
}
@media (max-width: 767px) {
	.action {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
			   -webkit-box-pack: center;
		      	justify-content: center;
		      	  -ms-flex-pack: center;
		-webkit-box-orient: horizontal;
		  -webkit-box-direction: reverse;
		  -webkit-flex-direction: row-reverse;
		      -ms-flex-direction: row-reverse;
		          flex-direction: row-reverse;
		        
	}
	.action .btn{
		background-size: 100% 100%;
	    font-size: 16px;
	    margin: 0 4px;
	    max-width: 46%;
	}
	.separator{
		height: 50px;
	}
	.circle{
		height: 40px;
		margin-top: 6px;
		width: 40px;
	}
	.title {
	    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.19);
	}
	.header{
		font-size: 32px;
		padding-bottom: 90px;
	}
	.header h1,
	.header h2{
	    font-size: 47px;
	}
	
	.new-date{
    font-size: 30px;
    line-height: 1.1;
    }
	
	#Fenway h1{
		font-size: 30px;
    	padding: 10px 10px 30px;
	}
	#Fenway ul li{
		background-size: 25px auto;
	    font-size: 16px;
	    padding-left: 35px;
	}
	#Event ul li {
	    font-size: 18px;
	}
	#Events [class*="col"] + [class*="col"]{
		border-top: 1px solid #000;
	    margin-top: 30px;
	    padding-top: 20px;
	}
	.event .contact-iris{
		font-size: 16px;
	}
	#Event,
	#Partners,
	#Events p,
	#about,
	#special{
		font-size: 18px;
	}
	#Partners .card{
	    padding:20px 15px 10px;
	}
	#Information > figure{
		margin-bottom: -70px;
	    position: relative;
	    right: auto;
	    text-align: center;
	    top: -80px;
	}
	#Information [class*="col"] > div{
		padding:20px 15px 10px;
	}
	
	/*#special [class*="col"]{
		text-align: left;
	}
	#special [class*="col"]:nth-child(2n+0){
		text-align: right;
	}*/
	#special figure {
	    margin-bottom:35px;
	}
	#special{
		font-weight: 400;
	}
	#special figure img.mlb{
		/* width: 90px; */
	}
	#special figure img{
		/* max-width: 50%; */
	}
	.sponsors-logo img{
	    margin-bottom: -44px;
	}
	.endedModal .close {
	    border-width: 3px;
	    height: 36px;
	    right: 10px;
	    top: 10px;
	    width: 36px;
	}
	.endedModal .close svg {
	    margin-top: 0px;
	    width: 16px;
	}
	.iksweb{
    display: inline-block;
    cursor: pointer;
    font-size:24px;
    text-decoration:none !important;
    padding:12px 14px;
    color:#000000 !important;
    background:#ffff00;
    border-radius:0px;
    border:2px solid #ffff00;
    margin-left:0px;
    margin-bottom: 15px;
    }
    .iksweb:hover{
    text-decoration:none;
    background:#90c93e;
    color:#ffffff !important;
    border:2px solid #8fc740;
    transition: all 0.2s ease;
    }
    p.special-thanks-text{
    font-size: 28px;
    }
    span.special_th {
        font-size: 23px !important;
    }

    p.sp_ship {
    font-size: 20px !important;
		}

    .ticket .btn {
        font-size: 26px
    }
    .col-join{
    margin-bottom: -60px;
    }
    
    p.weather {
    color: #df1f2b;
    background: #fde55a;
    text-shadow: 2px 2px 0 rgb(0 0 0 / 19%);
    padding: 10px 10px 10px 10px;
    font-size: 29px;
    }
}
@media (max-width: 500px) {
	.header {
	    font-size: 22px;
	}
	.header h1,
	.header h2 {
	    font-size: 28px;
	    line-height: 1.1;
	}
	
	.new-date{
        font-size: 15px;
        line-height: 1.1;
    }
    .flyer-img {
            padding: 10px;
    }

}
@media (max-width: 480px) {
	h1.title {
	    font-size: 50px;
	}
}

@media (max-width: 360px) {
    .new-date{
        font-size: 12px;
        line-height: 1.1;
    }
}
