@charset "utf-8";

.sponly {
    display: none;
}

body {
font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-size:1rem;
background: #333;
margin:0;
padding:0;
color:#000;
}

a {
	color:#000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover,a:visited {
	color:#000;
}
a:hover {
     opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}

span.red {
    color:#ff0000;
}


.kaimaku_wrap {
    width:1180px;
    margin:0 auto 0;
    background: #000;
    /* box-shadow: 0px 0px 15px -5px #ccc; */
}

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

    .sponly {
        display: initial;
    }

    .kaimaku_wrap {
        width:100%;
        box-shadow:none;
    }
}


/* header ----- */

.header_wrap {
    width:100%;
}

.header_wrap img {
    width: 100%;
}

.header {
    background-image:url(../images/20210502_lp/hdr_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 120%;
    background-color:#6fba2c;
    padding:70px 0;
}

.header .event_ttl {
    width:100%;
    margin:auto;
    padding:50px 0 0px 0;
}

.header .emb {
    width:60%;
    margin:0 auto;
    padding: 440px 0 0px;
}

.header .event_ttl img,
.header .emb img{
    width: 100%;
    display: block;
}

.header h1 {
    width:950px;
    padding:0 0 60px;
    margin:auto;
    display: block;
}
.header h1 img {
    width: 100%;
    display: block;
}
.header p {
    font-size:1.65rem;
    text-align: center;
    margin:20px auto;
    font-weight: bold;
    color:#fff;
}

.header .sp_block {
    width:90%;
    margin:120px auto 40px;
}
.header .sp_block h2 {
    width:85%;
    margin:auto;
}
.header .sp_block .sp {
    width:85%;
    margin:100px auto;
}
.header .sp_block img {
    width: 100%;
}


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

    .header {
        background-position: 50% 0%;
        background-size: 130%;
        padding:0px;
    }

    .header .emb {
        width:70vw;
        margin:0 auto;
        padding: 100px 0 0px;
    }


    .header h1 {
        width:90vw;
        padding:0 0 10vw;
        margin:auto;
        display: block;
    }

    .header p {
        font-size:1rem;
        text-align: center;
        margin:20px auto 0;
        font-weight: bold;
    }
    
    .header .sp_block {
        width:100%;
        margin:120px auto 0;
        padding:0 0 5px 0;
    }
    .header .sp_block h2 {
        width:95vw;
        margin:auto;
    }
    .header .sp_block .sp {
        width:90vw;
        margin:30px auto 40px;
    }
    .header .sp_block img {
        width: 100%;
    }
}


/* section ----- */

section {
    margin:0;
    padding:150px 0;
}

section#atsumare1 { background: #6eb92c; }
section#atsumare2 { background: #6eb92c; }
section#ticket { background: #fff; padding:100px 0;}
section#ticket2 { background: #fff; padding:80px 0;}
section#foodpark { background: #fff; padding:150px 0 80px; }
section#pena_spday { background: #6eb92c; padding:150px 0 80px; }
section#event1 { background: #6eb92c; }
section#event2 { background: #000; padding:150px 0 0; }
section#anzen { background: #fff; }
section#dazn { background: #6eb92c; }

section .inner {
    padding:0 25px;
}

section a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section a:hover {
    opacity: 0.85;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section h2 {
    margin:10px 100px;
    padding:0;
    font-size: 4.5rem;
    line-height: 120%;
    letter-spacing: -1px;
}

section h2 img {
    width:100%;
}

section h3 {
    margin:0px 100px;
    padding:0;
    font-size: 2.5rem;
}

section p {
    font-size:1.1rem;
    line-height: 180%;
    text-align: justify;
}

a.ticketbtn {
    width:600px;
    background:#000;
    /* color:#6eb92c; */
    color:#fff;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin:0 auto 0;
    padding:20px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}

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

    section {
        margin:0;
        padding:55px 0 40px;
    }

    section#atsumare1 { background: #6eb92c; padding:60px 0 20px; }
    section#atsumare2 { background: #6eb92c; padding:40px 0 20px; }
    section#ticket { background: #fff; padding:100px 0;}
    section#ticket2 { background: #fff; padding:80px 0;}
    section#foodpark { background: #fff; padding:70px 0 80px; }
    section#pena_spday { background: #6eb92c; padding:70px 0 40px; }
    section#event1 { background: #6eb92c; }
    section#event2 { background: #000; padding:70px 0 0; }
    section#anzen { background: #fff; }
    section#dazn { background: #6eb92c; }

    section .inner {
        padding:0 0;
        width:90%;
        margin:0 auto;
    }

    section h2 {
        width:90vw;
        margin:5px auto;
        padding:0;
        font-size: calc((100vw - 30px) / 11);
        line-height: 135%;
        letter-spacing: -1px;
    }

    section h3 {
        margin:0px 15px;
        padding:0;
        font-size: 1rem;
    }

    a.ticketbtn {
        width:85vw;
        /* color:#6eb92c; */
        color:#fff;
        font-size: 1.125rem;
        margin:0 auto 0;
        padding:15px;
        border-radius: 40px;
    }

}


/* atsumare ----- */

section#atsumare1 .image,
section#atsumare2 .image {
    margin:0 100px;
}
section#atsumare1 .image img,
section#atsumare2 .image img {
    width: 100%;
}
section#atsumare1 .text,
section#atsumare2 .text {
    font-size: 1.4rem;
    margin:10px 0;
    text-align: justify;
}

section#atsumare2 .familyticket {
    background:url(../images/20210502_lp/ft_bg.jpg) no-repeat 50% 0%;
    padding:200px 0px;
    margin:0 0 150px;
}
section#atsumare2 .image {
    padding:50px 0;
}
section#atsumare2 .text {
    margin:30px 100px;
    color:#fff;
}
section#atsumare2 .text strong {
    font-size: 2rem;
    display: block;
}
section#atsumare2 .ticketbtn {
    margin:100px auto 0;
}
section#atsumare2 .present {
    margin:0 0;
}
section#atsumare2 .present .image {
    width:100%;
    margin:0;
}
section#atsumare2 .present .image img {
    width:100%;
}

@media screen and (max-width: 640px) {
    
    section#atsumare1 .image,
    section#atsumare2 .image {
        margin:0 0;
    }
    section#atsumare1 .text,
    section#atsumare2 .text {
        font-size: 0.9rem;
        margin:10px auto;
        width:90vw;
    }

    section#atsumare2 .familyticket {
        background-size: cover;
        padding:70px 0px;
        margin:0 0 100px;
    }
    section#atsumare2 .image {
        padding:0;
        margin:20px auto;
        width:90vw;
    }
    section#atsumare2 .text {
        margin:30px auto;
        color:#fff;
        width:90vw;
        font-size: 0.85rem;
    }
    section#atsumare2 .text strong {
        font-size: 1.25rem;
        display: block;
    }
    section#atsumare2 .ticketbtn {
        margin:60px auto 0;
    }

    section#atsumare2 .present .image {
        width:100%;
        margin:20px 0 0 0;
    }
}


/* ticket ----- */

section#ticket p {
    text-align: center;
    color:#000;
    margin:0;
}

section#ticket p.league {
    font-size:1.4rem;
    font-weight: bold;
}

section#ticket p.match {
    font-size:3rem;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
}

section#ticket p.match span {
    font-size: 5rem;
}

section#ticket p.caption {
    margin:20px 0 0 0;
    font-size:1.25rem;
    font-weight: normal;
}


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

    section#ticket p.league {
        font-size:1rem;
        font-weight: bold;
    }

    section#ticket p.match {
        font-size:1.35rem;
        font-weight: bold;
        font-family: "din-2014", sans-serif;
    }

    section#ticket p.match span {
        font-size: 2rem;
    }

    section#ticket p.caption {
        margin:20px 0 0 0;
        font-size:0.85rem;
        line-height: 140%;
        font-weight: normal;
    }
}


/* ticket2 ----- */

section#ticket2 a.ticketbtn {
    width:600px;
    background:#000;
    color:#fff;
    margin:0px auto 0;
}

@media screen and (max-width: 640px) {
    section#ticket2 a.ticketbtn {
        width:70vw;
    }
}



/* foodpark ----- */

section#foodpark p {
    text-align: center;
    color:#000;
    margin:0;
}

section#foodpark h2,
section#foodpark h3 {
    text-align: left;
    color:#fff;
}

section#foodpark .foodpark_slider {
    margin:50px auto;
    width:83%;
}
section#foodpark .foodpark_slider li {
    margin:0 0 40px 0;
}
section#foodpark .foodpark_slider .text {
    margin:0;
    text-align: center;
    color:#000;
    display: block;
    width:calc(100% - 60px);
    padding:30px;
}
section#foodpark .foodpark_slider .text strong {
    font-size:1.25rem;
    display: block;
}
section#foodpark .foodpark_slider li img {
    width:100%;
}

section#foodpark .slick-prev:before,
section#foodpark .slick-next:before {
    color: #fff;
}


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

    section#foodpark .foodpark_slider {
        margin:20px auto 10px;
        width:88vw;
    }
    section#foodpark .foodpark_slider li {
        margin:0 0 20px 0;
    }
    section#foodpark .foodpark_slider .text {
        text-align: justify;
        width:100%;
        padding:14px 0;
        font-size:0.85rem;
    }
    section#foodpark .foodpark_slider .text strong {
        font-size:0.9rem;
        display: block;
        line-height: 130%;
        margin:0 0 5px 0;
    }
    section#foodpark .foodpark_slider li img {
        width:100%;
    }
    section#foodpark p {
        margin:0 15px;
        font-size: 0.85rem;
        text-align: left;
        line-height: 130%;
        opacity: 0.8;
    }

}


/* pena_spday ----- */

section#pena_spday p {
    text-align: center;
    color:#fff;
    margin:0;
}

section#pena_spday h2,
section#pena_spday h3 {
    text-align: left;
    color:#fff;
}

section#pena_spday .image {
    margin:-100px 0 0 0;
    width:100%;
}
section#pena_spday .image img {
    width:100%;
}


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

    section#pena_spday h2,
    section#pena_spday h3 {
        text-align: left;
        color:#fff;
    }

    section#pena_spday .image {
        margin:0px 0 0 0;
        width:100%;
    }
    section#pena_spday .image img {
        width:100%;
    }

}


/* event1 ----- */

section#event1 p {
    text-align: center;
    color:#fff;
    margin:0;
}

section#event1 h2,
section#event1 h3 {
    text-align: left;
    color:#fff;
}

section#event1 .image,
section#event1 .text {
    margin:0 100px;
}
section#event1 .image img {
    width:100%;
    display: block;
}

section#event1 .text {
    font-size:1.6rem;
    margin:20px 100px 100px;
}
section#event1 .text strong {
    font-size:2rem;
}
section#event1 .text p {
    text-align: left;
    color:#000;
    font-size:1.6rem;
}


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

    section#event1 .image {
        width:100%;
        margin:20px 0 0 0;
    }
    section#event1 .image img {
        width:100%;
        display: block;
    }

    section#event1 .text {
        width:90vw;
        font-size:0.85rem;
        margin:10px auto 40px;
    }
    section#event1 .text strong {
        font-size:1.25rem;
    }
    section#event1 .text p {
        text-align: left;
        color:#000;
        font-size:0.85rem;
    }

}


/* event2 ----- */

section#event2 p {
    text-align: center;
    color:#fff;
    margin:0;
}

section#event2 h2,
section#event2 h3 {
    text-align: left;
    color:#fff;
}

section#event2 .image {
    width:100%;
    margin:40px 0 100px 0;
}
section#event2 .image img {
    width:100%;
    display: block;
}


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

    section#event2 .image {
        width:100%;
        margin:10px 0 40px 0;
    }

}


/* event3 ----- */

section#event3 p {
    text-align: center;
    color:#fff;
    margin:0;
}

section#event3 h2,
section#event3 h3 {
    text-align: left;
    color:#fff;
}

section#event3 .image {
    width:100%;
    height:700px;
    margin:40px 0 0 0;
    background: url(../images/20210502_lp/shobo_1.jpg) no-repeat;
    background-size: 100%;
    padding:0 0 0 0;
    position: relative;
}

section#event3 .image img {
    width:400px;
    position: absolute;
    top:-180px;
    right:30px;
}


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

    section#event3 .image {
        width:100%;
        height:90vw;
        margin:40px 0 0 0;
        background: url(../images/20210502_lp/shobo_1.jpg) no-repeat;
        background-size: 100%;
        padding:0 0 0 0;
        position: relative;
    }

    section#event3 .image img {
        width:40vw;
        position: absolute;
        top:-80px;
        right:20px;
    }

}



/* anzen ----- */

section#anzen h2,
section#anzen h3 {
    text-align: left;
    color:#000;
}

section#anzen a.ticketbtn {
    background:#333;
    color:#fff;
    margin:20px auto 0;
}

.ytube {
position: relative;
width: 100%!important;
padding-top: 56.25%;
margin:40px 0 0!important;
}

.ytube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.act_list {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
    justify-content: space-between;
}
.act_list li {
    width:calc(50% - 15px);
    padding:20px 0;
}

.act_list li p {
    padding:10px 15px;
    margin:0;
    font-size: 1rem;
}

.act_txt {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height:300px;
    position: relative;
    padding:0;
    width:100%;
}

.act_txt h3 {
    display: block;
    width:calc(100% - 30px);
    position: absolute;
    bottom:0;
    background-color:rgba(0,96,162,0.8);
    color:#fff!important;
    padding:15px;
    margin:0;
    font-size: 1.25rem;
}

#act_1 { background-image: url(../images/anzen_stadium/act_1.jpg); }
#act_2 { background-image: url(../images/anzen_stadium/act_2.jpg); }
#act_3 { background-image: url(../images/anzen_stadium/act_3.jpg); }
#act_4 { background-image: url(../images/anzen_stadium/act_4.jpg); }
#act_5 { background-image: url(../images/anzen_stadium/act_5.jpg); }
#act_6 { background-image: url(../images/anzen_stadium/act_6.jpg); }
#act_7 { background-image: url(../images/anzen_stadium/act_7.jpg); }

.restaurant {
    display: flex;
    align-items: center;
    background:#ff901e;
}
.restaurant p {
    display: block;
    width:65%;
    color:#fff;
    font-size:0.9rem!important;
    line-height: 150%;
    font-weight: bold;
}
.restaurant div {
    width:35%;
}
.restaurant div img {
    display: block;
    width:100%;
}

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

    .ytube {
    position: relative;
    width: 90%!important;
    padding-top: calc(56.25% * 0.9);
    margin:20px auto 10px!important;
    }

    .ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    }

    #action {
        margin:40px 0 0;
    }

    .act_list {
        display: block!important;
        margin:20px 0;
    }
    .act_list li {
        width:100%;
        padding:0 0 15px;
    }

    .act_list li p {
        padding:10px 10px;
        font-size: 0.85rem;
        line-height: 140%;
    }

    .act_txt {
        height:200px;
    }

    .act_txt h3 {
        width:calc(100% - 20px);
        padding:10px;
        font-size: 1rem;
    }

    .restaurant {
        margin:0 0 20px 0;
    }
    .restaurant p {
        width:60%;
        color:#fff;
        font-size:0.75rem!important;
    }
    .restaurant div {
        width:40%;
    }


}


/* dazn ----- */

section#dazn p {
    text-align: center;
    color:#fff;
    margin:0;
}

section#dazn h2,
section#dazn h3 {
    text-align: left;
    color:#fff;
}

section#dazn .image {
    width:100%;
    margin:-30px 0 0 0;
    background: url(../images/20210502_lp/dazn_bg.png) no-repeat 50% 100%;
    background-size: 100%;
    padding:700px 0 120px 0;
}

section#dazn a.ticketbtn {
    background:#fff;
    color:#6eb92c;
    margin:40px auto 0;
}


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

    section#dazn .image {
        width:100%;
        margin:-30px 0 0 0;
        background: url(../images/20210502_lp/dazn_bg.png) no-repeat 50% 100%;
        background-size: 120vw;
        padding:65vw 0 10vw 0;
    }
}



footer {
    margin:0 0 0;
	padding:10px 0 0;
	text-align:center;
    background:#6eb92c;
}

.copyright {
    margin:0px 0 0 0;
    padding:10px 0 10px 0;
    color: #fff;
}


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

    footer {
        margin:0px 0 0;
        padding:15px 0 0;
        color:#000;
        font-family: "din-condensed",sans-serif;
        font-weight: 300;
        font-size:12px;
        text-align:center;
        position: relative;
    }

    .copyright {
        margin:10px 0 10px 0;
        padding:10px 0 10px 0;
        font-size:0.6rem;
    }

}





#page-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
}

#page-top i {
  color: #333;
  font-size: 3rem;
  opacity: 0.5;
}

#page-top i:hover {
  cursor: pointer;
}


#footer_ticket {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  width:100%;
  background: #005CA2;
  box-shadow: 0px 0px 18px -2px #333;
}

#footer_ticket a {
    color:#fff;
    display: block;
    width:100%;
    padding:50px 0;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    line-height: 100%;
    font-weight: bold;
}

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

    #footer_ticket a {
        color:#fff;
        display: block;
        width:100%;
        padding:30px 0;
        text-align: center;
        text-decoration: none;
        font-size: 1.125rem;
        line-height: 100%;
        font-weight: bold;
    }
}


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

body {
	font-size:0.85rem;
}

.pconly {
	display: none;
}
.sponly {
	display: inherit;
}


}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
    text-decoration: none;
  }
}
