@charset "utf-8";

.ec-layoutRole {
    background-color: #000;
}
#top_content_wrap #title{
	padding: 208px 0 0 0px;
	text-align:center;
}
#top_content_wrap #title h1{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	border: 1px solid #fff;
	padding: 30px 60px;
	display: inline-block;
}
#top_content_wrap #title h1 br{
		display:none;
}
#top_content_wrap #map {
    padding: 208px 0 0 0px;
    background-image: url('../img/top/map_back_fire01.png');
    background-repeat: no-repeat;
    background-position: calc(107%) calc(13%);
    background-size: auto;
}
#top_content_wrap #map h2 {
    margin: 0 auto;
    max-width: 1653px;
    width: 95%;
    text-align: center;
}
.map_image {
    max-width: 1417px;
    width: 95%;
    margin: 0 auto;
    padding: 99px 0 0 0;
}
#top_content_wrap #ticket {
    padding: 220px 0 0 0;
    background: url('../img/top/ticket_back_fire01.png'),
                url('../img/top/ticket_back_fire02.png'),
                url('../img/top/ticket_back.png');
    background-size: auto,auto,contain;
    background-position: calc(-8%) calc(-6%),calc(163%) calc(8%),top center;
    background-repeat: no-repeat;
}
#top_content_wrap #ticket h2 {
    margin: 0 auto 161px auto;
    max-width: 1720px;
    width: 95%;
    text-align: center;
}
#top_content_wrap #ticket .before_you_buy {
    background-color: rgba(256,256,256,0.72);
    max-width: 1460px;
    width: 95%;
    margin: 0 auto;
    border-radius: 22px;
    padding: 0 105px;
}
#top_content_wrap #ticket .before_you_buy h3 {
    font-size: 28px;
    text-align: center;
    padding: 36px 0 0 0;
    color: #2E2E2E;
    font-weight: 500;
}
#top_content_wrap #ticket .before_you_buy .red_txt {
    color: #FF1616;
    font-size: 28px;
    font-weight: 500;
    padding: 33px 0 0 0;
    line-height: 1.714;
}
#top_content_wrap #ticket .before_you_buy .black_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.4;
    color: #161616;
    padding: 37px 0 46px 0;
}
#top_content_wrap #ticket .linkzone {
    padding: 96px 0 0 0;
}
#top_content_wrap #ticket .linkzone {
    color: #fff;
    max-width: 1720px;
    margin: 0 auto;
    width: 95%;
}
#top_content_wrap #ticket .linkzone>div {
    display: grid;
    grid-template-columns: repeat(auto-fit,415px);
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 19px 0;
}
#top_content_wrap #ticket .linkzone>div a {
    border: 1px solid #FFFFFF;
    height: 150px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
#top_content_wrap #ticket .linkzone a.color_purple {
    background: transparent linear-gradient(270deg, #162328 0%, #3F5CA1 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_blue {
    background: transparent linear-gradient(270deg, #162328 0%, #008ACA 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_red {
    background: transparent linear-gradient(270deg, #162328 0%, #EC2353 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_pink {
    background: transparent linear-gradient(270deg, #162328 0%, #b7377d 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_green {
    background: transparent linear-gradient(270deg, #162328 0%, #007529 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_yellow {
    background: transparent linear-gradient(270deg, #162328 0%, #EAA800 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone a.color_light_green {
    background: transparent linear-gradient(270deg, #162328 0%, #1DB4A5 51%, #162328 100%) 0% 0%;
}
#top_content_wrap #ticket .linkzone div a .up {
    width: 100%;
    padding: 8px 0 0 0;
}
#top_content_wrap #ticket .linkzone div a .down {
    width: 100%;
    background-color: #162328;
}
#top_content_wrap #ticket .linkzone div a .up span,
#top_content_wrap #ticket .linkzone div a .down span {
    display: block;
    text-align: center;
}
#top_content_wrap #ticket .linkzone div a .main_txt {
    font-size: 28px;
    font-weight: bold;
}
#top_content_wrap #ticket .linkzone div a .sub_txt {
    padding: 12px 0 0 0;
    font-size: 15px;
}
#top_content_wrap #ticket .linkzone div a .down .txt {
    font-size: 15px;
    padding: 14px 0 11px 0px;
}
#top_content_wrap #buy {
    padding: 233px 0 0 0;
    background: url('../img/top/buy_back_fire01.png'),
                url('../img/top/buy_back_fire02.png'),
                url('../img/top/buy_back.png'),
                url('../img/top/buy_back02.png');
    background-size: auto,auto,auto, auto;
    background-position: top -135px left -238px,top -210px right -324px,top center,top 1141px center;
    background-repeat: no-repeat;
}
#top_content_wrap #buy h2 {
    margin: 0 auto 152px auto;
    max-width: 1720px;
    width: 95%;
}
#buy .buy_image {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 99px 40px 50px 40px;
    background: #444751;
    text-align: center;
}

#buy .buy_image_sp {
    display: none;
}
#buy .grid_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(0,250px));
    gap: 20px 12.5vw;
    max-width: 1720px;
    margin: 0 auto;
    padding-bottom: 369px;
    width: 95%;
}
#buy .grid_wrap .icon_box {
    height: 250px;
}

#buy .grid_wrap .icon_box:nth-of-type(-n+4) span {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
#buy .grid_wrap .icon_box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 19px;
}
#buy .grid_wrap .icon_box span {
    width: 100%;
}
#buy .grid_wrap .icon_box img,
#buy .grid_wrap .icon_box span {
    display: block;
    margin: 0 auto;
    text-align: center;
}


#buy .grid_wrap .icon_box:nth-of-type(-n+4) {
    background-color: rgba(256,256,256,0.9);
    border: 4px solid rgba(245,245,245,0.9);
}
#buy .grid_wrap .icon_box:nth-of-type(n+5) {
    border: 4px solid rgba(245,245,245,0.9);
}
#buy .grid_wrap .icon_box:nth-of-type(n+5) span {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
#buy .grid_wrap .icon_box:nth-of-type(1) {
    color: #008ACA;
}
#buy .grid_wrap .icon_box:nth-of-type(2) {
    color: #915D98;
}
#buy .grid_wrap .icon_box:nth-of-type(3) {
    color: #459B47;
}
#buy .grid_wrap .icon_box:nth-of-type(4) {
    color: #E20A3E;
}
#buy .grid_wrap .icon_box:nth-of-type(5) {
    background-color: rgba(234,168,0,0.9);
    position: relative;
}
#buy .grid_wrap .icon_box:nth-of-type(5):after,
#buy .grid_wrap .icon_box:nth-of-type(6):after,
#buy .grid_wrap .icon_box:nth-of-type(7):after,
#buy .grid_wrap .icon_box:nth-of-type(9):after,
#buy .grid_wrap .icon_box:nth-of-type(10):after,
#buy .grid_wrap .icon_box:nth-of-type(11):after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('../img/top/yellow_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60%;
    height: 36%;
    top: 50%;
    right: -85%;
    transform: translateY(-50%);
}
#buy .grid_wrap .icon_box:nth-of-type(6) {
    position: relative;
    background-color: rgba(69,155,71,0.9);
}
#buy .grid_wrap .icon_box:nth-of-type(6):before,
#buy .grid_wrap .icon_box:nth-of-type(7):before,
#buy .grid_wrap .icon_box:nth-of-type(9):before {
    content: "";
    display: block;
    position: absolute;
    background-image: url('../img/top/blue_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60%;
    height: 36%;
    top: 69%;
    right: -85%;
    transform: translateY(-50%);
}
#buy .grid_wrap .icon_box:nth-of-type(6):after,
#buy .grid_wrap .icon_box:nth-of-type(7):after,
#buy .grid_wrap .icon_box:nth-of-type(9):after {
    top: 24%;
}
#buy .grid_wrap .icon_box:nth-of-type(9):after,
#buy .grid_wrap .icon_box:nth-of-type(10):after,
#buy .grid_wrap .icon_box:nth-of-type(11):after {
    background-image: url('../img/top/blue_arrow.png');
}
#buy .grid_wrap .icon_box:nth-of-type(7) {
    background-color: rgba(69,155,71,0.9);
    position: relative;
}
#buy .grid_wrap .icon_box:nth-of-type(8) {
    background-color: rgba(240,53,105,0.9);
    grid-column: 4 / 5;
    grid-row: 2 / 4;
    height: 100%;
}
#buy .grid_wrap .icon_box:nth-of-type(9),
#buy .grid_wrap .icon_box:nth-of-type(10),
#buy .grid_wrap .icon_box:nth-of-type(11) {
    position: relative;
    background-color: rgba(0,138,202,0.8);
}
#buy .grid_wrap .icon_box:nth-of-type(9) {
    padding: 0 6px;
}
#buy .grid_wrap .icon_box:nth-of-type(9):after {
    transform: rotate(-45deg);
    top: -7%;
}
#buy .grid_wrap .icon_box:nth-of-type(9) span:nth-of-type(1) {
    margin: 0 0 20px 0;
}
#buy .grid_wrap .icon_box:nth-of-type(9) span:nth-of-type(2){
    background-color: #fff;
    color: #E20A3E;
    border-radius: 24px;
    padding: 19px 0 28px 0;
}
#buy .grid_wrap .icon_box:nth-of-type(10) {
    padding: 0 23px;
}
#buy .grid_wrap .icon_box:nth-of-type(10) span:nth-of-type(2) {
    padding: 19px 0 0 0;
    font-size: 16px;
    text-align: left;
}

#buy .buytxt_wrap {
    max-width: 1460px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 36px 54px 61px;
    opacity: 0.72;
}
#buy .buytxt_wrap p {
    color: #FF1616;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.714;
}
#buy .site_wrap {
    padding: 123px 0 0 0;
}
#buy .site_wrap a {
    max-width: 1260px;
    width: 95%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
#buy .site_wrap .site_right img {
    width: 100%;
}
#buy .site_wrap .site_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#buy .site_wrap .site_right p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    padding: 69px 0px 70px 93px;
}
#buy .site_wrap .site_right .button {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 0 141px 27px 20px;
}
#buy .site_wrap .site_right .button:after {
    display: block;
    content: "";
    position: absolute;
    right: 13%;
    top: -39%;
    width: 75px;
    height: 98px;
    background-image: url('../img/top/click_here.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#footer_before_fire {
    height: 49.375vw;
    background-image: url('../img/top/footer_before_building.png'),url('../img/top/footer_before_back.png');
    background-position: bottom center,top 82px center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

#footer_before_fire .fires01,
#footer_before_fire .fires02,
#footer_before_fire .fires03,
#footer_before_fire .fires04,
#footer_before_fire .fires05,
#footer_before_fire .fires06,
#footer_before_fire .fires07 {
    position: absolute;
    opacity: 0;
}
#footer_before_fire .fires03,
#footer_before_fire .fires04,
#footer_before_fire .fires05,
#footer_before_fire .fires06,
#footer_before_fire .fires07 {
    display: none;
    max-width: 100%;
}

#footer_before_fire .fires01 {
    top: 5%;
    left: 19%;
    max-width: 50%;
}
#footer_before_fire .fires02 {
    top: 48%;
    left: 55%;
    max-width: 23%;
}
#footer_before_fire .fires03 {
    top: 0%;
    left: 30%;
    width: 30%;
}
#footer_before_fire .fires04 {
    top: 0%;
    left: 60%;
}

#footer_before_fire .fires05 {
    top: 0%;
    left: 20%;
    width: 30%;
}

#footer_before_fire .fires06 {
    top: 0%;
    left: 50%;
    width: 30%;
}
#footer_before_fire .fires07 {
    top: 0%;
    left: 30%;
    width: 40%;
}
    
@media screen and (max-width:1500px) {
    #top_content_wrap #map {
        padding: 300px 0 0 0;
    }
    #top_content_wrap #ticket {
        background-position: calc(100%) calc(-5%),calc(100%) calc(17%),top center;
    }
    #buy .grid_wrap {
        grid-template-columns: repeat(auto-fill,minmax(0,20%));
        gap: 5%;
        justify-content: center;
    }
    #buy .grid_wrap .icon_box:nth-of-type(5):after,
    #buy .grid_wrap .icon_box:nth-of-type(6):after,
    #buy .grid_wrap .icon_box:nth-of-type(7):after,
    #buy .grid_wrap .icon_box:nth-of-type(9):after,
    #buy .grid_wrap .icon_box:nth-of-type(10):after,
    #buy .grid_wrap .icon_box:nth-of-type(11):after {
        width: 20%;
        height: 20%;
        top: 50%;
        right: -25%;
    }
    #buy .grid_wrap .icon_box:nth-of-type(6):before,
    #buy .grid_wrap .icon_box:nth-of-type(7):before,
    #buy .grid_wrap .icon_box:nth-of-type(9):before {
        width: 20%;
        height: 20%;
        top: 65%;
        right: -25%;
    }
    #buy .grid_wrap .icon_box:nth-of-type(9):after {
        top: -17%;
    }
    #buy .site_wrap .site_right {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1024px) {
    #top_content_wrap #map {
        padding: 200px 0 0 0;
        background-position: top right -24%;
        background-size: 50%;
    }
    #top_content_wrap #map h2 {
        max-width: 200px;
    }
    .map_image {
        padding: 20px 0 0 0;
    }
    #top_content_wrap #ticket {
        padding: 50px 0 0 0;
        background-size: 90%,auto,contain;
        background-position: calc(100%) calc(0%),calc(100%) calc(17%),top center;
    }
    #top_content_wrap #ticket h2 {
        max-width: 250px;
        margin-bottom: 20px;
    }
    #top_content_wrap #ticket .before_you_buy {
        padding: 0 1rem;
    }
    #top_content_wrap #ticket .before_you_buy h3 {
        font-size: 18px;
        padding: 18px 0 0 0;
    }
    #top_content_wrap #ticket .before_you_buy .red_txt {
        font-size: 18px;
        padding: 18px 0 0 0;
    }
    #top_content_wrap #ticket .before_you_buy .black_text {
        font-size: 16px;
    }
    #top_content_wrap #ticket .linkzone>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    #top_content_wrap #ticket .linkzone>div a {
        width: 47%;
    }
    #top_content_wrap #ticket .linkzone div a .main_txt {
        font-size: 18px;
    }
    #top_content_wrap #ticket .linkzone div a .sub_txt {
        font-size: 16px;
    }
    #top_content_wrap #buy {
        background-size: 70%, 90%, 100%, auto;
        background-position: top 0% left -32%, top 3% right -195%, top center, top 0 center;
        padding-top: 50px;
    }
    #top_content_wrap #buy h2 {
        margin: 0px auto 40px auto;
        max-width: 250px;
    }
    #buy .grid_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5%;
        padding-bottom: 50px;
    }
    #buy .grid_wrap .icon_box {
        border-radius: 5px;
    }
    #buy .grid_wrap .icon_box img {
        display: none;
    }
    #top_content_wrap #buy .grid_wrap .icon_box span {
        font-size: 12px;
        text-align: left;
    }
    #buy .grid_wrap .icon_box:nth-of-type(1) {
        order: 1;
        writing-mode: vertical-lr;
        padding: 0.5em;
        margin: 0 0 5% 0;
    }
    #buy .grid_wrap .icon_box:nth-of-type(2) {
        order: 4;
        writing-mode: vertical-lr;
        padding: 0.5em;
        margin: 0 0 5% 0;
    }
    #buy .grid_wrap .icon_box:nth-of-type(3) {
        order: 7;
        writing-mode: vertical-lr;
        padding: 0.5em;
        margin: 0 0 5% 0;
    }
    #buy .grid_wrap .icon_box:nth-of-type(4) {
        order: 10;
        writing-mode: vertical-lr;
        padding: 0.5em;
        margin: 0 0 5% 0;
    }
    #buy .grid_wrap .icon_box:nth-of-type(5) {
        order: 2;
        padding: 0.5em;
        width: 27%;
    }
    #buy .grid_wrap .icon_box:nth-of-type(6) {
        order: 5;
        width: 27%;
        padding: 0.5em;
    }
    #buy .grid_wrap .icon_box:nth-of-type(7) {
        order: 8;
        width: 27%;
        padding: 0.5em;
    }
    #buy .grid_wrap .icon_box:nth-of-type(8) {
        order: 11;
        padding: 0.5em;
        width: 82%;
        height: auto;
        margin: 0 0 5% 0;
    }
    #buy .grid_wrap .icon_box:nth-of-type(9) {
        order: 3;
        width: 50%;
        padding: 0.5em;
    }
    #top_content_wrap #buy .grid_wrap .icon_box:nth-of-type(9) span:nth-of-type(2) {
        padding: 0.5em;
        font-size: 13px;
        border-radius: 5px;
    }
    #buy .grid_wrap .icon_box:nth-of-type(2) span br{
        display: none;
    }
    #buy .grid_wrap .icon_box:nth-of-type(10) {
        order: 6;
        width: 50%;
        padding: 0.5em;
    }
    #buy .grid_wrap .icon_box:nth-of-type(11) {
        order: 9;
        width: 50%;
        padding: 0.5em;
    }
    #buy .grid_wrap .icon_box:nth-of-type(6):before,
    #buy .grid_wrap .icon_box:nth-of-type(7):before,
    #buy .grid_wrap .icon_box:nth-of-type(9):before {
        display: none;
    }

    #buy .grid_wrap .icon_box:nth-of-type(6):after,
    #buy .grid_wrap .icon_box:nth-of-type(5):after,
    #buy .grid_wrap .icon_box:nth-of-type(7):after,
    #buy .grid_wrap .icon_box:nth-of-type(9):after,
    #buy .grid_wrap .icon_box:nth-of-type(10):after,
    #buy .grid_wrap .icon_box:nth-of-type(11):after {
        top: 103%;
        right: 50%;
        transform: translateX(50%);
        background-image: none;
        content: "↓";
        text-align: center;
        width: auto;
        height: auto;
        color: rgba(245, 245, 245, 1);
        font-size: 22px;
        font-weight: bold;
        display: block;
    }
    #buy .buytxt_wrap {
        padding: 2em;
    }
    #buy .buytxt_wrap p {
        font-size: 18px;
    }
    #buy .site_wrap {
        padding: 50px 0 0 0;
    }
    #buy .site_wrap a {
        flex-wrap: wrap;
    }
    #buy .site_wrap .site_right p {
        padding: 0 0 0 0;
    }
    #buy .site_wrap .site_right .button {
        padding: 20px 0;;
        font-size: 18px;
    }
    #buy .site_wrap .site_right {
        margin: 0 auto;
    }
    #buy .site_wrap .site_right .button:after {
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        width: 49px;
        height: 38px;
    }
    
}

@media screen and (max-width:1024px) and (min-width:768px){
    #top_content_wrap #buy .grid_wrap .icon_box span {
        text-align: center;
        font-size: 16px;
    }
}
@media screen and (max-width:768px){
    #buy .buy_image {
        display: none;
    }
    #buy .buy_image_sp {
        display: block;
        max-width: 1417px;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 99px 40px 50px 40px;
        background: #444751;
        text-align: center;
    }
    #buy .site_wrap .site_left img {
        width: 100%;
    }
    #buy .site_wrap .site_right {
        right: 9%;
        transform: translateY(0);
        top: 24%;
    }
    #buy .site_wrap .site_right p {
        font-size: 18px;
        font-size: 4.58vw;
        line-height: 1.222;
    }
    #buy .site_wrap .site_right .button {
        font-size: 16px;
        font-size: 4.071vw;
        text-align: center;
        padding: 13px 0 0;
    }
    #buy .site_wrap a {
        width: 100%;
    }
    #buy .site_wrap .site_right .button:after {
        right: -1%;
        top: 30%;
        transform: translateY(0);
        width: 33px;
        height: 33px;
    }
    #top_content_wrap #title{
		padding: 120px 0 0 0px;
	}
	#top_content_wrap #title h1{
		font-size: 26px;
		padding: 30px 20px;
		line-height: 1.5;
	}
	#top_content_wrap #title h1 br{
		display:block;
	}
}