@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    line-height: 1.5 !important;
}
input,
textarea {
    margin: 0;
    font-size: 100%;
}
label {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset,
img {
    border: 0;
}
img {
    vertical-align: top;
    max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:after,
q:before {
    content: "";
}
a,
input,
select,
textarea,
button {
    outline: none;
}
abbr,
acronym {
    border: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
    text-align: left !important;
}
.taC {
    text-align: center !important;
}
.taR {
    text-align: right !important;
}

/*common*/
a {
    color: #1b1b1b;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media screen and (min-width: 768px) {
    a:hover {
        /*opacity: .7;*/
    }
    .op:hover img {
        /*opacity: .7;*/
        /*-webkit-opacity: .7;*/
        /*-moz-opacity: .7;*/
    }
}
/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
/*** タブレット 768x ~ 1440px***/
@media screen and (min-width: 768px) and (max-width: 1440px) {
    html {
    }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
        /* font-size: 2.66vw; */
    }
}
body {
    font-size: 1.6rem !important;
}
.enFt {
    font-family: "DRIBBLE_Bold";
    font-weight: 700;
    font-style: normal;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    body {
        /*font-size: 1.2rem;*/
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

/* !spulse_lp_wrapper
---------------------------------------------------------- */
#spulse_lp_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*min-width: 1024px;*/
    color: #1b1b1b;
    background: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem !important;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
}
.spulse_lp_inner,
.spulse_lp_inner02 {
    padding: 0 1.6rem;
    max-width: 106.4rem;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.spulse_lp_inner02 {
    max-width: 106.4rem;
}
/* !

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
    #spulse_lp_wrapper {
    }
    .spulse_lp_inner,
    .spulse_lp_inner02 {
        padding: 0 2rem;
    }

    /* a:hover .imgBox img {
      transform: scale(1.05);
    } */
}

.wow {
    opacity: 0;
}
.wow.animated {
    opacity: 1;
}

/*1215*/
/*common*/
.imgBox {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
}
.imgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: all 0.2s linear;
}

.spulse_lp_sec_title {
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}
.spulse_lp_sec_title .eng {
    display: block;
    font-size: 8rem;
    line-height: normal;
    margin-top: 4px;
    font-weight: 700;
    color: #ff8709;
    text-transform: uppercase;
}
.spulse_lp_sec_title .eng.blue {
    color: #004067;
}
.spulse_lp_sec_title .jap {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
}
.spulse_lp_sec_title .jap.black {
    color: #1b1b1b;
}

.fade_font {
    display: block;
    overflow: hidden;
}
.fade_font font {
    display: block;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    transition: -webkit-transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.animated .fade_font font {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn_link01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-height: 5.4rem;
    border-radius: 0.4rem;
    padding: 1.25rem 3.6rem 1.25rem 1.6rem;
    background: url(../image/icon/icon_common_arrow.svg) no-repeat right 1.6rem center;
    background-size: auto;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
}
.btn_link01.small {
    font-size: 1.4rem;
}
.btn_link01.blue {
    background-color: #004067;
    border-color: #004067;
}
.btn_link01.orange {
    color: #ff8709;
    background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right 1.6rem center;
    background-size: auto;
    border-color: currentColor;
}
.btn_link01.blue02 {
    color: #004067;
    background: url(../image/icon/icon_common_arrow_blue.svg) no-repeat right 1.6rem center;
    background-size: auto;
    border-color: currentColor;
}
@media screen and (min-width: 768px) {
    .spulse_lp_sec_title {
        margin-bottom: 6.4rem;
    }
    .spulse_lp_sec_title .eng {
        font-size: 12rem;
    }
    .spulse_lp_sec_title .jap {
        font-size: 2rem;
    }

    .btn_link01 {
        border-width: 0.2rem;
        width: 39.8rem;
        max-width: 100%;
        min-height: 6.4rem;
        padding: 1.25rem 5.6rem 1.25rem 4rem;
        background: url(../image/icon/icon_common_arrow.svg) no-repeat right 4rem center;
        background-size: 1.6rem auto;
    }
    .btn_link01.orange {
        background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right 4rem center;
        background-size: 1.6rem auto;
    }
    .btn_link01.blue02 {
        background: url(../image/icon/icon_common_arrow_blue.svg) no-repeat right 4rem center;
        background-size: 1.6rem auto;
    }
}

.fadeInUp {
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 2s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 2s, opacity cubic-bezier(0.19, 1, 0.22, 1) 2s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 2s, opacity cubic-bezier(0.19, 1, 0.22, 1) 2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 25.64103vw, 0) scale(0.95);
        -ms-transform: translate3d(0, 25.64103vw, 0) scale(0.95);
        transform: translate3d(0, 25.64103vw, 0) scale(0.95);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

/*spulse_lp_fixed*/
.spulse_lp_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spulse_lp_fixed a {
    width: 50%;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    background: #ff8709;
}
.spulse_lp_fixed a + a {
    background: #004067;
    border-left: 1px solid #fff;
}
.spulse_lp_fixed a img {
    margin-right: 0.6rem;
    height: 2.4rem;
}
@media screen and (min-width: 768px) {
    .spulse_lp_fixed {
        position: fixed;
        bottom: 8%;
        left: auto;
        right: 0;
        transform: translateY(50%);
        z-index: 99;
        display: block;
        justify-content: center;
        align-items: center;
        text-align: right;
        width: 28.4rem;
    }
    .spulse_lp_fixed a {
        width: 26.9rem;
        height: 6.4rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 700;
        background: #ff8709;

        border-width: 2px 0px 2px 2px;
        border-style: solid;
        border-color: #ffffff;
    }
    .spulse_lp_fixed a:hover {
        width: 28.4rem;
        height: 7rem;
    }
    .spulse_lp_fixed a + a {
        margin-top: 0.8rem;
        background: #004067;
        border-left: 2px solid #fff;
    }
    .spulse_lp_fixed a img {
        margin-right: 1.6rem;
        height: 2.4rem;
    }
    .spulse_lp_fixed a + a img {
        height: 2.9rem;
    }
}

/*spulse_lp_mainVisual*/
.spulse_lp_mainVisual {
    background-color: #fff;
}
.mv_slick_nav {
    margin: 0.8rem auto 0;
    /* max-width: 32rem; */
    position: relative;
    z-index: 9;
}
.mv_slick_nav_list {
    margin: 0 0.2rem;
    width: 7.7rem;
    max-width: 7.7rem;
    cursor: pointer;

    filter: brightness(0.3);
}
.mv_slick_nav .slick-current.mv_slick_nav_list {
    filter: brightness(1);
}

.mv_flow_txt {
    opacity: 0.3;
    margin-top: -1.1rem;
    background: url(../image/txt_blue.svg) repeat-x left center/auto 100%;
    height: 2.8rem;
    position: relative;
    z-index: 7;
    -webkit-animation: flowBgLeft 3000s linear infinite;
    animation: flowBgLeft 3000s linear infinite;
}
@-webkit-keyframes flowBgLeft {
    0% {
        background-position: left 0 center;
    }
    100% {
        background-position: left -100000px center;
    }
}
@keyframes flowBgLeft {
    0% {
        background-position: left 0 center;
    }
    100% {
        background-position: left -100000px center;
    }
}
@media screen and (min-width: 768px) {
    .mv_slick_for {
        max-width: 105rem;
        margin: 0 auto;
    }
    .mv_slick_for .slick-list {
        overflow: visible;
    }
    .mv_slick_for_list {
        margin: 0 1.6rem;
    }

    .mv_slick_nav {
        margin: 3.2rem auto 0;
        position: relative;
        z-index: 9;
    }

    .mv_slick_nav_list {
        margin: 0 0.4rem;
        width: 15rem;
        max-width: 15rem;
        cursor: pointer;
        filter: brightness(0.3);
    }

    .mv_slick_nav .slick-current.mv_slick_nav_list {
        filter: brightness(1);
    }

    .mv_flow_txt {
        margin-top: -5rem;
        background: url(../image/txt_blue.svg) repeat-x left center/auto 100%;
        height: 6.6rem;
    }
}

/*spulse_lp_info*/
.spulse_lp_info {
    padding: 4.8rem 0;
    background: url(../image/02_info/bg_info.png) no-repeat bottom 4.8rem center #fff;
    background-size: 60rem auto;
}
.spulse_lp_info .spulse_lp_inner {
    padding: 0 2.4rem;
}
.spulse_lp_info_news {
    background: #fff2f2;
    padding: 1.6rem 2.4rem;
    border-radius: 0.4rem;
    margin-bottom: 3.2rem;
}
.spulse_lp_info_news li + li {
    margin-top: 1.6rem;
}
.spulse_lp_info_news li a {
    display: block;
    font-size: 1.2rem;
}
.spulse_lp_info_news li a .date {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.4rem;
    display: block;
}
.spulse_lp_info_news li a .txt {
    text-decoration: underline;
}

.spulse_lp_info_anchor {
    margin-bottom: 2rem;
}
.spulse_lp_info_anchor_hd {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
.spulse_lp_info_anchor_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.6rem;
}
.spulse_lp_info_anchor_list li {
    width: calc(33.33% - 1.2rem);
    max-width: 10rem;
    margin: 0 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
    .four_list.spulse_lp_info_anchor_list {
        max-width: 30rem;
        margin: 0 auto;
    }
    .four_list.spulse_lp_info_anchor_list li {
        min-width: 10rem;
    }
}
.spulse_lp_info_anchor_list li a {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #ff8709;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.4rem;
}
.spulse_lp_info_anchor_list li a img {
    height: 5.6rem;
}
.spulse_lp_info_anchor_list li a font {
    display: flex;
    align-items: center;
    min-height: 2em;
    line-height: 1;
    font-weight: 550;
}
.spulse_lp_info_banner a {
    display: block;
}
.spulse_lp_info_banner :hover {
    transform: scale(1.01);
}
@media screen and (min-width: 768px) {
    .spulse_lp_info {
        padding: 8rem 0;
        background: url(../image/02_info/bg_info.png) no-repeat bottom center #fff;
        background-size: 100% auto;
    }
    .spulse_lp_info .spulse_lp_inner {
        padding: 0 2rem;
        max-width: 80.8rem;
    }
    .spulse_lp_info_news {
        background: #fff2f2;
        padding: 2.4rem 4rem;
        border-radius: 0.4rem;
        margin-bottom: 8rem;
    }
    .spulse_lp_info_news li + li {
        margin-top: 2.4rem;
    }
    .spulse_lp_info_news li a {
        display: block;
        font-size: 1.6rem;
    }
    .spulse_lp_info_news li a .date {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 0.4rem;
        display: block;
    }
    .spulse_lp_info_news li a .txt {
        text-decoration: underline;
    }

    .spulse_lp_info_anchor {
        margin-bottom: 6.8rem;
    }
    .spulse_lp_info_anchor_hd {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.6rem;
    }
    .spulse_lp_info_anchor_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -0.6rem;
    }
    .spulse_lp_info_anchor_list li {
        width: calc(16.66% - 1.2rem);
        max-width: 11.8rem;
        margin: 0 0.6rem 1.2rem;
    }
    .spulse_lp_info_anchor_list li a {
        height: 11.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        background: #ff8709;
        border-radius: 0.4rem;
        color: #fff;
        font-size: 1.4rem;
    }
    .spulse_lp_info_anchor_list li a:hover {
        opacity: 0.7;
    }
    .spulse_lp_info_anchor_list li a img {
        height: 5.6rem;
    }
    .spulse_lp_info_anchor_list li a font {
        display: flex;
        align-items: center;
        min-height: 2em;
        line-height: 1;
    }
}
/*spulse_lp_match*/
.spulse_lp_match {
}
/* !match_detail
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .spulse_lp_match_detail {
        padding: 4.8rem 2.4rem;
        color: #fff;
        text-align: center;
        overflow: hidden;
        clip-path: inset(0);
    }
    .spulse_lp_match_detail:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: url("../image/03_match/bg_match_sp.png") center center no-repeat #ff8709;
        background-size: cover;
        /* background-attachment: fixed; */
        width: 100vw;
        height: 100vh;
    }

    .spulse_lp_team {
        display: inline-block;
        margin: 0 auto;
    }
    .spulse_lp_team .spulse_lp_club {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 0 auto;
        width: 100%;
    }

    .spulse_lp_team .spulse_lp_club.team {
        width: 10rem;
        margin-bottom: 1.6rem;
        float: right;
        text-align: center;
    }
    .spulse_lp_team .spulse_lp_club.team:nth-child(2) {
        float: left;
    }
    .spulse_lp_club_home,
    .spulse_lp_club_away {
        text-align: center;
        margin-bottom: 0.8rem;
    }
    .spulse_lp_club_home span,
    .spulse_lp_club_away span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 8rem;
        height: 2rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: #ff8709;
        background: #fff;
    }
    .spulse_lp_club_away span {
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
    }
    .spulse_lp_club_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10rem;
        margin: 0 auto;
    }
    .spulse_lp_team .spulse_lp_club.team .spulse_lp_club_title {
        font-weight: bold;
        margin-top: 1rem;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
    .spulse_lp_team .spulse_lp_club.team .spulse_lp_club_title:before {
        content: none;
    }
    .spulse_lp_vs {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15.6rem;
        margin: auto;
        width: 6.5rem;
        font-size: 2.4rem;
    }
    .spulse_lp_match_league {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 3.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spulse_lp_match_league img {
        margin-right: 1.6rem;
        width: 15.4rem;
    }
    .spulse_lp_match_date {
        font-size: 6.2rem;
        line-height: 1;
        display: inline-block;
    }
    .spulse_lp_match_date span {
        display: inline-block;
    }
    .spulse_lp_match_date .spulse_lp_match_week {
        text-align: center;
        margin-left: 8px;
    }
    .spulse_lp_match_date .spulse_lp_match_week em {
        font-size: 3.1rem;
        color: #fff;
        position: relative;
    }
    .spulse_lp_match_ticket_off {
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 0.5rem;
        margin-left: 1.6rem;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }
    .spulse_lp_match_ticket_off font {
        font-size: 2.8rem;
        display: block;
    }
    .spulse_lp_match_note {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-left: 2.4rem;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin: 0.4rem auto 3.2rem;
        background: url(../image/icon/map_match.svg) no-repeat left center;
        background-size: 1.1rem auto;
    }

    .spulse_lp_match_ticket_btn {
        margin: 0 auto;
        width: 27rem;
    }
    .spulse_lp_match_ticket_btn li {
        text-align: center;
        box-sizing: border-box;
    }
    .spulse_lp_match_ticket_btn li + li {
        margin-top: 1.6rem;
    }
    .spulse_lp_match_ticket_btn li img {
        max-width: 22rem;
    }
    .btn_link01.match_btn {
        color: #333;
        background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right 1.6rem center #fff;
        background-size: auto;
        border-color: #fff;
        flex-direction: column;
        height: auto;
        min-height: auto;
    }
    .btn_link01.match_btn .enFt {
        font-size: 1.2rem;
    }
    .btn_link01.match_btn img {
        margin: 0 0 0.4rem;
        width: 16rem;
    }
    .btn_link01.match_btn .jap {
        font-size: 1rem;
        font-weight: 400;
    }
}
@media screen and (min-width: 768px) {
    .spulse_lp_match_detail {
        padding: 8rem 2rem;
        color: #fff;
        text-align: center;
        overflow: hidden;
        clip-path: inset(0);
    }
    .spulse_lp_match_detail:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: url("../image/03_match/bg_match_pc.png") center center no-repeat #ff8709;
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }

    .spulse_lp_team {
        display: inline-block;
        margin: 0 auto;
        width: 76.8rem;
    }
    .spulse_lp_team .spulse_lp_club {
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        margin: 0 auto;
        width: 100%;
    }

    .spulse_lp_team .spulse_lp_club.team {
        width: 17rem;
        margin-bottom: 1.6rem;
        float: right;
        text-align: center;
    }
    .spulse_lp_team .spulse_lp_club.team:nth-child(2) {
        float: left;
    }
    .consadole_lp_team .consadole_lp_club.team {
        width: 290px;
        float: right;
        text-align: center;
    }
    .consadole_lp_team .consadole_lp_club.team:nth-child(2) {
        float: left;
    }
    .spulse_lp_club_home,
    .spulse_lp_club_away {
        text-align: center;
        margin-bottom: 3.2rem;
    }
    .spulse_lp_club_home span,
    .spulse_lp_club_away span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 14rem;
        height: 3.2rem;
        font-size: 2.4rem;
        font-weight: 700;
        color: #ff8709;
        background: #fff;
    }
    .spulse_lp_club_away span {
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
    }
    .spulse_lp_club_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 17rem;
        margin: 0 auto;
    }
    .spulse_lp_team .spulse_lp_club.team .spulse_lp_club_title {
        font-weight: bold;
        margin-top: 1.4rem;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
    .spulse_lp_team .spulse_lp_club.team .spulse_lp_club_title:before {
        content: none;
    }
    .spulse_lp_match_league {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 6.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spulse_lp_match_league img {
        margin-right: 1.6rem;
        width: 24.2rem;
    }
    .spulse_lp_match_date {
        font-size: 10.8rem;
        line-height: 1;
        margin: 2.1rem 0 1.6rem;
    }
    .spulse_lp_match_date span {
    }
    .spulse_lp_match_date .spulse_lp_match_week {
        text-align: center;
        margin-left: 8px;
    }
    .spulse_lp_match_date .spulse_lp_match_week em {
        font-size: 4rem;
        color: #fff;
        position: relative;
    }
    .spulse_lp_match_ticket_off {
        display: block;
        vertical-align: bottom;
        padding-bottom: 4rem;
        margin-left: 0;
        font-size: 4rem;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }
    .spulse_lp_match_ticket_off font {
        font-size: 4rem;
        display: inline-block;
    }
    .spulse_lp_match_note {
        text-align: center;
    }
    .spulse_lp_match_note span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-left: 3.2rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.4rem;
        margin: 0 auto 8.5rem;
        background: url(../image/icon/map_match.svg) no-repeat left center;
        background-size: auto 2.4rem;
    }

    .spulse_lp_match_ticket_btn {
        margin: 0 auto;
        width: 38.8rem;
    }
    .spulse_lp_match_ticket_btn li {
        text-align: center;
        box-sizing: border-box;
    }
    .spulse_lp_match_ticket_btn li + li {
        margin-top: 1.6rem;
    }
    .spulse_lp_match_ticket_btn li img {
        max-width: none;
    }
    .btn_link01.match_btn {
        color: #333;
        background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right 4rem center #fff;
        background-size: 1.6rem auto;
        border-color: #fff;
        flex-direction: column;
        height: auto;
        min-height: auto;
    }
    .btn_link01.match_btn .enFt {
        font-size: 1.2rem;
    }
    .btn_link01.match_btn img {
        margin: 0 0 0.4rem;
        width: 16rem;
    }
    .btn_link01.match_btn .jap {
        font-size: 1rem;
        font-weight: 400;
    }
    .spulse_lp_match_ticket_btn li a:hover {
        transform: scale(1.05);
    }
}

/*spulse_lp_event*/
.spulse_lp_event {
    padding: 4.8rem 0;
    background: #004067;
}
.spulse_lp_event .spulse_lp_inner {
    padding: 0 2.4rem;
}
.spulse_lp_event_main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.4rem 1.6rem;
}
.spulse_lp_event_main li {
    width: 100%;
    margin: 0 0 2.4rem;
}
.spulse_lp_event_main .imgBox {
    margin-bottom: 1.6rem;
}
.spulse_lp_event_main .txt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 0 2.4rem;
    text-align: center;
}

.spulse_lp_event_large {
}
.spulse_lp_event_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.6rem;
}
.spulse_lp_event_list li {
    width: 100%;
    margin: 0 0 2.4rem;
}
.spulse_lp_event_list a {
    display: block;
    height: 100%;
    background: #fff;
    color: #1b1b1b;
}
.spulse_lp_event_cont {
    padding: 1.6rem;
}
.spulse_lp_event_categ {
    display: flex;
    margin-bottom: 0.8rem;
}
.spulse_lp_event_categ span {
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.2rem;
    padding: 0 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    background: #f93636;
}
.spulse_lp_event_categ span.blue {
    background: #2998ff;
}
.spulse_lp_event_categ span.green {
    background: #37ad1a;
}
.spulse_lp_event_categ span.purple {
    background: #6d29ff;
}
.spulse_lp_event_categ span.pink {
    background: #ff70ea;
}
.spulse_lp_event_categ span.orange {
    background: #ff8329;
}
.spulse_lp_event_title {
    font-size: 1.6rem;
    font-weight: 700;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.spulse_lp_event_medium {
}
.spulse_lp_event_medium .spulse_lp_event_list {
    margin: 0 -0.8rem 2.4rem;
}
.spulse_lp_event_medium .spulse_lp_event_list li {
    width: calc(50% - 1.6rem);
    margin: 0 0.8rem 1.6rem;
}
.spulse_lp_event_medium .spulse_lp_event_cont {
    padding: 1.6rem 0.8rem;
}
.spulse_lp_event_medium .spulse_lp_event_title {
    font-size: 1.2rem;
    line-height: 1.3;
}

.spulse_lp_event_small {
}
.spulse_lp_event_small .spulse_lp_event_list {
    margin: 0;
}
.spulse_lp_event_small .spulse_lp_event_list li {
    width: calc(100% - 0rem);
    margin: 0 0 1.6rem;
}
.spulse_lp_event_small .spulse_lp_event_list a {
    display: flex;
    align-items: center;
}
.spulse_lp_event_small .spulse_lp_event_img {
    width: 11.5rem;
    padding-top: 6.5rem;
}
.spulse_lp_event_small .spulse_lp_event_cont {
    width: calc(100% - 11.5rem);
    padding: 0.8rem 1.6rem 0.8rem 1.2rem;
}
.spulse_lp_event_small .spulse_lp_event_title {
    font-size: 1.2rem;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .spulse_lp_event {
        padding: 8rem 0;
        background: #004067;
    }
    .spulse_lp_event .spulse_lp_inner {
        padding: 0 2;
    }
    .spulse_lp_event_main ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.2rem 1.6rem;
    }
    .spulse_lp_event_main li {
        width: calc(50% - 2.4rem);
        margin: 0 1.2rem 2.4rem;
    }
    .spulse_lp_event_main .imgBox {
        margin-bottom: 1.6rem;
    }
    .spulse_lp_event_main .txt {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        padding: 0 2rem;
        text-align: center;
    }

    .spulse_lp_event_large {
    }
    .spulse_lp_event_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.1rem 1.6rem;
    }
    .spulse_lp_event_list li {
        width: calc(33.33% - 2.2rem);
        margin: 0 1.1rem 2.4rem;
    }
    .spulse_lp_event_list a {
        display: block;
        height: 100%;
        background: #fff;
        color: #1b1b1b;
    }
    .spulse_lp_event_cont {
        padding: 1.6rem;
    }
    .spulse_lp_event_categ {
        display: flex;
        margin-bottom: 0.8rem;
    }
    .spulse_lp_event_categ span {
        font-size: 1.2rem;
        color: #fff;
        border-radius: 0.2rem;
        padding: 0 0.8rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 2rem;
        background: #f93636;
    }
    .spulse_lp_event_categ span.blue {
        background: #2998ff;
    }
    .spulse_lp_event_categ span.green {
        background: #37ad1a;
    }
    .spulse_lp_event_categ span.purple {
        background: #6d29ff;
    }
    .spulse_lp_event_categ span.pink {
        background: #ff70ea;
    }
    .spulse_lp_event_categ span.orange {
        background: #ff8329;
    }
    .spulse_lp_event_title {
        font-size: 1.6rem;
        font-weight: 700;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .spulse_lp_event_medium {
    }
    .spulse_lp_event_medium .spulse_lp_event_list {
        margin: 0 -0.8rem 2.4rem;
    }
    .spulse_lp_event_medium .spulse_lp_event_list li {
        width: calc(25% - 1.6rem);
        margin: 0 0.8rem 1.6rem;
    }
    .spulse_lp_event_medium .spulse_lp_event_cont {
        padding: 1.6rem 0.8rem;
    }
    .spulse_lp_event_medium .spulse_lp_event_title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .spulse_lp_event_small {
    }
    .spulse_lp_event_small .spulse_lp_event_list {
        margin: 0 -0.8rem 0;
    }
    .spulse_lp_event_small .spulse_lp_event_list li {
        width: calc(20% - 1.6rem);
        margin: 0 0.8rem 1.6rem;
    }
    .spulse_lp_event_small .spulse_lp_event_list a {
        display: block;
        align-items: center;
    }
    .spulse_lp_event_small .spulse_lp_event_img {
        width: auto;
        padding-top: 56%;
    }
    .spulse_lp_event_small .spulse_lp_event_cont {
        width: auto;
        padding: 1.6rem 0.8rem;
    }
    .spulse_lp_event_small .spulse_lp_event_title {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

/*spulse_lp_news*/
.spulse_lp_news {
    padding: 4.8rem 0;
    background: linear-gradient(180deg, #ff8709 0%, #ec5500 100%);
    color: #fff;
}
.spulse_lp_news_list {
    border-top: 1px solid #fff;
    margin-bottom: 4rem;
}
.spulse_lp_news_list a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 1.4rem 3.2rem 1.4rem 0.8rem;
    background: url(../image/icon/icon_common_arrow.svg) no-repeat right 0.8rem center;
    background-size: 1.2rem auto;
}
.spulse_lp_news_list .date {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.spulse_lp_news_list .txt {
    font-size: 1.2rem;
    font-weight: 700;
}
.spulse_lp_news_btn {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .spulse_lp_news {
        padding: 8rem 0;
    }
    .spulse_lp_news .spulse_lp_inner02 {
        max-width: 92rem;
    }
    .spulse_lp_news_list {
        border-top: 1px solid #fff;
        margin-bottom: 5.6rem;
    }
    .spulse_lp_news_list a {
        display: block;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 1.4rem 5.4rem 1.4rem 2.2rem;
        background: url(../image/icon/icon_common_arrow.svg) no-repeat right 2.2rem center;
        background-size: 1.6rem auto;
    }
    .spulse_lp_news_list a:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .spulse_lp_news_list .date {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 0.4rem;
    }
    .spulse_lp_news_list .txt {
        font-size: 1.6rem;
        font-weight: 700;
    }
}

/*spulse_lp_schedule*/
.spulse_lp_schedule {
    padding: 4.8rem 0;
    background: #e6e6e6;
}
.spulse_lp_schedule_table {
    width: 100%;
}
.spulse_lp_schedule_table th,
.spulse_lp_schedule_table td {
}
.spulse_lp_schedule_table th {
    width: 6rem;
    border-top: 1px solid #ff8709;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.spulse_lp_schedule_table tr:last-of-type th {
    border-bottom: 1px solid #ff8709;
}
.spulse_lp_schedule_table th span {
    font-size: 1.6rem;
    line-height: 1;
}
.spulse_lp_schedule_table td {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 1.2rem 0.8rem 1.2rem 1.6rem;
    width: calc(100% - 6rem);
    border-top: 1px solid #fff;
    font-weight: 450;
}
.spulse_lp_schedule_table tr:last-of-type td {
    border-bottom: 1px solid #fff;
}
.spulse_lp_schedule_table td .map {
    display: inline-flex;
    padding-left: 2.4rem;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 0.8rem;
    background: url(../image/icon/icon_common_pin_gray.svg) no-repeat left center;
    background-size: 1.6rem auto;
}
.spulse_lp_schedule_table td .btn {
    text-align: right;
}
.spulse_lp_schedule_table td .btn a {
    display: inline-flex;
    padding-right: 2rem;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0.8rem;
    background: url(../image/icon/icon_common_arrow_gray.svg) no-repeat right center;
    background-size: 1.2rem auto;
}
@media screen and (min-width: 768px) {
    .spulse_lp_schedule {
        padding: 8rem 0;
        background: #e6e6e6;
    }
    .spulse_lp_schedule .spulse_lp_inner02 {
        max-width: 92rem;
    }
    .spulse_lp_schedule_table {
        width: 100%;
    }
    .spulse_lp_schedule_table th,
    .spulse_lp_schedule_table td {
        transition: background 0.3s;
    }
    .spulse_lp_schedule_table th {
        width: 13rem;
        border-top: 1px solid #ff8709;
        vertical-align: middle;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .spulse_lp_schedule_table tr.biggerlink:hover th,
    .spulse_lp_schedule_table tr.biggerlink:hover td {
        background: rgba(255, 135, 9, 0.1);
    }
    .spulse_lp_schedule_table tr:last-of-type th {
        border-bottom: 1px solid #ff8709;
    }
    .spulse_lp_schedule_table th span {
        font-size: 2.4rem;
        line-height: 1;
    }
    .spulse_lp_schedule_table td {
        font-size: 1.6rem;
        line-height: 1.3;
        padding: 1.6rem 2.4rem 1.6rem 3.2rem;
        width: calc(100% - 13rem);
        border-top: 1px solid #fff;
    }
    .spulse_lp_schedule_table tr:last-of-type td {
        border-bottom: 1px solid #fff;
    }
    .spulse_lp_schedule_table td .map {
        display: inline-flex;
        padding-left: 2.4rem;
        display: block;
        font-size: 1.4rem;
        line-height: 1.3;
        margin-top: 0.8rem;
        background: url(../image/icon/icon_common_pin_gray.svg) no-repeat left center;
        background-size: 1.6rem auto;
    }
    .spulse_lp_schedule_table td .btn {
        text-align: right;
    }
    .spulse_lp_schedule_table td .btn a {
        display: inline-flex;
        padding-right: 2.2rem;
        display: block;
        font-size: 1.4rem;
        line-height: 1;
        margin-top: 0.8rem;
        background: url(../image/icon/icon_common_arrow_gray.svg) no-repeat right center;
        background-size: 1.4rem auto;
    }
}
/*spulse_lp_movie*/
.spulse_lp_movie {
    padding: 4.8rem 0;
    color: #fff;
    background: linear-gradient(180deg, #ff8709 0%, #ec5500 100%);
}

.spulse_lp_movie_slick {
    /*max-width: 37.5rem;*/
}
.spulse_lp_movie_slick .slick-list {
    overflow: visible;
    margin: 0 -1.6rem;
}
.spulse_lp_movie_slist {
    width: 29.5rem;
    max-width: 29.5rem;
    /*margin: 0 50px;*/
}
.spulse_lp_movie_slist .iframeP {
    transform: scale(0.8) translateY(2rem);
}

.two_list .slick-center.spulse_lp_movie_slist .iframeP,
.slick-active.spulse_lp_movie_slist .iframeP,
.slick_flex .spulse_lp_movie_slist .iframeP {
    transform: scale(1) translateY(0);
}
.spulse_lp_movie_slist .txt {
    margin-top: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    font-weight: 500;
    width: 82%;
    margin: 0.6rem auto 0;
}
@media screen and (min-width: 768px) {
    .spulse_lp_movie {
        padding: 8rem 0;
    }

    .spulse_lp_movie_slick {
        /*max-width: 37.5rem;*/
    }
    .spulse_lp_movie_slick .slick-list {
        overflow: visible;
        margin: 0 -1.6rem;
    }
    .spulse_lp_movie_slist {
        width: 75rem;
        max-width: 75rem;
        /*margin: 0 50px;*/
    }
    .spulse_lp_movie_slist .iframeP {
        transform: scale(0.8) translateY(5.1rem);
    }

    .two_list .slick-center.spulse_lp_movie_slist .iframeP,
    .slick-active.spulse_lp_movie_slist .iframeP,
    .slick_flex .spulse_lp_movie_slist .iframeP {
        transform: scale(1) translateY(0);
    }
    .spulse_lp_movie_slist .txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.3;
        display: flex;
        justify-content: center;
    }
}
.iframeP {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.iframeP iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/*spulse_lp_slide*/
.spulse_lp_slide_slist {
    width: 15.2rem !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 5.7rem;
}
.slick_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
    .spulse_lp_slide_slist {
        width: 32.8rem !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 8.8rem;
    }
}

/*spulse_lp_gourmet*/
.spulse_lp_gourmet {
    padding: 4.8rem 0;
    background-color: #fff;
}
.spulse_lp_gourmet_map {
    margin-bottom: 2.4rem;
}
.spulse_lp_gourmet_slick {
    margin-right: -1.6rem;
}
.spulse_lp_gourmet_slist {
    width: 18rem;
    max-width: 18rem;
    margin-right: 1.6rem;
}
.spulse_lp_gourmet_slist .point {
    display: flex;
    align-items: center;
}
.spulse_lp_gourmet_slist .point span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    background: #ff8709;
    color: #fff;
    font-size: 1.4rem;
}
.spulse_lp_gourmet_slist .point font {
    width: calc(100% - 2.2rem);
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.spulse_lp_gourmet_slist .imgBox {
    padding-top: 100%;
    margin-bottom: 0.8rem;
}
.spulse_lp_gourmet_slist .ttl {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.spulse_lp_gourmet_slist .price {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
    font-weight: 500;
}
.spulse_lp_goods_slick .spulse_lp_gourmet_slist .price {
    font-weight: 550;
}
.spulse_lp_gourmet_slist .addrcess {
    display: inline-flex;
    padding-left: 1.6rem;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0.8rem;
    background: url(../image/icon/icon_common_pin_gray.svg) no-repeat left center;
    background-size: 1.4rem auto;
    font-weight: 450;
}
.spulse_lp_gourmet_btn {
    padding-top: 4rem;
}
@media screen and (min-width: 768px) {
    .spulse_lp_gourmet {
        padding: 8rem 0;
    }
    .spulse_lp_gourmet_map {
        margin-bottom: 4rem;
    }
    .spulse_lp_gourmet_slick {
        margin-right: 0;
    }
    .spulse_lp_gourmet_slick .slick-list {
        overflow: visible;
    }
    .spulse_lp_gourmet_slist {
        width: 30rem;
        max-width: 30rem;
        margin-right: 3.2rem;
    }
    .spulse_lp_gourmet_slist .point {
        display: flex;
        align-items: center;
    }
    .spulse_lp_gourmet_slist .point span {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 4rem;
        width: 4rem;
        height: 4rem;
        background: #ff8709;
        color: #fff;
        font-size: 1.8rem;
    }
    .spulse_lp_gourmet_slist .point font {
        width: calc(100% - 4rem);
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .spulse_lp_gourmet_slist .imgBox {
        padding-top: 100%;
        margin-bottom: 0.8rem;
    }
    .spulse_lp_gourmet_slist .ttl {
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }
    .spulse_lp_gourmet_slist .price {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
    .spulse_lp_gourmet_slist .addrcess {
        display: inline-flex;
        padding-left: 1.8rem;
        display: block;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-top: 0.8rem;
        background: url(../image/icon/icon_common_pin_gray.svg) no-repeat left center;
        background-size: 1.6rem auto;
    }
    .spulse_lp_gourmet_btn {
        padding-top: 6.4rem;
        text-align: center;
    }
}
/*spulse_lp_goods*/
.spulse_lp_goods {
    padding: 4.8rem 0;
    background: linear-gradient(180deg, #ff8709 0%, #ec5500 100%);
    color: #fff;
}
.spulse_lp_goods_slick {
    margin: 0 -1.6rem;
}
.spulse_lp_goods_slick .spulse_lp_gourmet_slist {
    width: 29rem;
    max-width: 29rem;
    margin: 0 0.8rem;
}
.spulse_lp_goods_slick .spulse_lp_gourmet_slist .ttl {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
}
.spulse_lp_goods_btn {
    padding-top: 4rem;
}
@media screen and (min-width: 768px) {
    .spulse_lp_goods {
        padding: 8rem 0;
        overflow: hidden;
    }
    .spulse_lp_goods .spulse_lp_sec_title {
        position: absolute;
        right: calc(100% + 5.6rem);
        top: 0;
        z-index: 2;
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        display: flex;
        flex-direction: column-reverse;
    }
    .spulse_lp_goods .spulse_lp_inner {
        max-width: 93rem;
    }
    .spulse_lp_goods_slick {
        margin: 0;
        width: calc(100% + 50vw - 45rem);
    }
    .slick_flex.spulse_lp_goods_slick {
        width: auto;
    }
    .spulse_lp_goods_slick .slick-list {
        /*overflow: visible;*/
    }

    .spulse_lp_goods_slick .spulse_lp_gourmet_slist {
        width: 33rem;
        max-width: 33rem;
        margin: 0 1.2rem;
    }
    .spulse_lp_goods_slick .spulse_lp_gourmet_slist .ttl {
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 700;
    }
    .spulse_lp_goods_btn {
        padding-top: 4rem;
        text-align: center;
    }
}

/*spulse_lp_ticket*/
.spulse_lp_ticket {
    padding: 4.8rem 0;
    background: #e6e6e6;
}
.spulse_lp_ticket_box01 {
    margin-bottom: 4rem;
}
.spulse_lp_ticket_box01 .ttl {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.spulse_lp_ticket_box01 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.2rem;
}
.spulse_lp_ticket_box01 table th,
.spulse_lp_ticket_box01 table td {
    padding: 0.65rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}
.spulse_lp_ticket_box01 table th {
    background: #ff8709;
    color: #fff;
}
.spulse_lp_ticket_box01 table td {
    font-weight: bold;
    background: #fff;
}
.spulse_lp_ticket_box01 .txt {
    margin-top: 1.6rem;
    background: #fff;
    padding: 1.2rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.5;
}
.spulse_lp_ticket_box02 {
    margin-bottom: 4rem;
}
.spulse_lp_ticket_box02 .map {
    margin-bottom: 1.6rem;
}
.spulse_lp_ticket_box02 .price {
    margin-bottom: 1.6rem;
}
.spulse_lp_ticket_box02 .note {
    font-size: 1.2rem;
    font-weight: 450;
}
.spulse_lp_ticket_slist .site {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}
.bg_orange {
    background: #f5a21a;
}
.bg_purple {
    background: #a69aca;
}
.bg_blue {
    background: #01afec;
}
.bg_yellow {
    background: #e6c100;
}
.bg_green {
    background: #67ca9f;
}
.bg_pink {
    background: #f4b4cf;
}
.spulse_lp_ticket_slist .imgBox {
    padding-top: 64%;
}
.spulse_lp_ticket_slist .txt {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.spulse_lp_ticket_box03 {
    padding-top: 3.2rem;
}
.spulse_lp_ticket_box03 .txt {
    background: #fff;
    padding: 1.2rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 450;
}
.spulse_lp_ticket_btn {
    margin-top: 4rem;
}
.spulse_lp_ticket_btn a + a {
    margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
    .spulse_lp_ticket {
        padding: 8rem 0;
        background: #e6e6e6;
    }
    .spulse_lp_ticket_box01 {
        margin-bottom: 4rem;
    }
    .spulse_lp_ticket_box01 .ttl {
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 1.6rem;
    }
    .spulse_lp_ticket_box01 table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0.2rem;
    }
    .spulse_lp_ticket_box01 table th,
    .spulse_lp_ticket_box01 table td {
        width: 33.33%;
        height: 4.5rem;
        padding: 0.65rem 1.4rem;
        font-size: 1.6rem;
        line-height: 1.3;
        text-align: center;
        vertical-align: middle;
    }
    .spulse_lp_ticket_box01 table th {
        background: #ff8709;
        color: #fff;
    }
    .spulse_lp_ticket_box01 table td {
        font-weight: bold;
        background: #fff;
    }
    .spulse_lp_ticket_box01 .txt {
        margin-top: 1.6rem;
        background: #fff;
        padding: 1.2rem 0.8rem;
        font-size: 1.4rem;
        line-height: 1.75;
        align-items: center;
    }
    .spulse_lp_ticket_box01 .txt .comment_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }
    .spulse_lp_ticket_box01 .txt .comment_wrap p {
        width: fit-content;
    }
    .spulse_lp_ticket_box02 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .spulse_lp_ticket_box02 .map {
        width: 60rem;
        margin-bottom: 0;
    }
    .spulse_lp_ticket_box02 .cont {
        width: 38.5rem;
    }
    .spulse_lp_ticket_box02 .price {
        margin-bottom: 2.2rem;
    }
    .spulse_lp_ticket_box02 .note {
        font-size: 1.2rem;
    }
    .spulse_lp_ticket_slick .slick-list {
        overflow: visible;
    }
    .spulse_lp_ticket_slist {
        width: 40.5rem;
        margin: 0 1.6rem;
    }
    .spulse_lp_ticket_slist .site {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.2rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
    }
    .bg_orange {
        background: #f5a21a;
    }
    .bg_purple {
        background: #a69aca;
    }
    .bg_blue {
        background: #01afec;
    }
    .bg_yellow {
        background: #e6c100;
    }
    .bg_green {
        background: #67ca9f;
    }
    .bg_pink {
        background: #f4b4cf;
    }
    .spulse_lp_ticket_slist .imgBox {
    }
    .spulse_lp_ticket_slist .txt {
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 1.2rem;
        display: flex;
        justify-content: center;
    }
    .spulse_lp_ticket_box03 {
        padding-top: 4rem;
        display: flex;
        justify-content: space-between;
    }
    .spulse_lp_ticket_box03 .txt {
        background: #fff;
        padding: 2.2rem 2.4rem;
        font-size: 1.2rem;
        line-height: 1.5;
        width: 58rem;
    }
    .spulse_lp_ticket_btn {
        margin-top: 0;
        width: 40rem;
    }
    .spulse_lp_ticket_btn a + a {
        margin-top: 1.6rem;
    }
    .spulse_lp_ticket_btn a:hover {
        transform: scale(1.05);
    }
}

/*spulse_lp_access*/
.spulse_lp_access {
    background: linear-gradient(180deg, #ff8709 0%, #ec5500 100%);
    color: #fff;
    padding: 4.8rem 0;
}
.spulse_lp_access_box {
    margin-bottom: 4rem;
}
.spulse_lp_access_box .txt {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    font-weight: 500;
}
.spulse_lp_access_box .txt span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
.spulse_lp_access_box .map {
    margin-bottom: 2.4rem;
}
.spulse_lp_access_btn a + a {
    margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
    .spulse_lp_access {
        padding: 8rem 0;
    }
    .spulse_lp_access_box {
        margin-bottom: 3.2rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .spulse_lp_access_box .left_item {
        width: 60.2rem;
    }
    .spulse_lp_access_box .right_item {
        width: 36.8rem;
    }
    .spulse_lp_access_box .txt {
        font-size: 1.4rem;
        margin-bottom: 1.6rem;
    }
    .spulse_lp_access_box .txt span {
        display: block;
        font-size: 2.4rem;
        font-weight: 700;
    }
    .spulse_lp_access_box .map {
        margin-bottom: 0;
    }
    .spulse_lp_access_btn {
        display: flex;
        margin: 0 -1.2rem;
    }
    .spulse_lp_access_btn a {
        margin: 0 1.2rem;
        width: calc(33.33% - 2.4rem);
    }
    .spulse_lp_access_btn a + a {
        margin-top: 0;
    }
    .spulse_lp_access_btn a.blue {
        color: #ff8709;
        background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right 4rem center #fff;
        background-size: 1.6rem auto;
        border: none;
    }
    .spulse_lp_news_btn a:hover,
    .spulse_lp_access_btn a:hover,
    .spulse_lp_goods_btn a:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .spulse_lp_gourmet_btn a:hover {
        background-color: rgba(255, 135, 9, 0.1);
    }
    .spulse_lp_access_btn a.blue:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
}
/*spulse_lp_matchday*/
.spulse_lp_matchday {
    background: #fff;
    padding: 4.8rem 0;
}
.spulse_lp_matchday_slick_wrap {
}
.spulse_lp_matchday_for {
    margin: 0 -1.6rem 1.6rem;
}
.spulse_lp_matchday_for .slist {
    width: 31.1rem !important;
    margin: 0 0.8rem;
}
.spulse_lp_matchday_nav_wrap {
    display: flex;
    justify-content: center;
}
.spulse_lp_matchday_nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 35.2rem;
    margin: 0 -0.4rem;
}
.spulse_lp_matchday_nav li {
    width: 6.2rem;
    margin: 0 0.4rem 0.8rem;
}
.spulse_lp_matchday_nav a {
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #919191;
    font-size: 1.4rem;
    font-weight: 700;
}
.spulse_lp_matchday_nav a.is_active {
    border: 0;
    background: #ff8709;
    color: #fff;
    pointer-events: none;
}
.spulse_lp_matchday_btn {
    padding-top: 3.2rem;
}

@media screen and (min-width: 768px) {
    .spulse_lp_matchday {
        padding: 8rem 0;
    }
    .spulse_lp_matchday_slick_wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .spulse_lp_matchday_for {
        width: 70.6rem;
        margin: 0;
    }
    .spulse_lp_matchday_for .slist {
        width: 48.5rem !important;
        margin: 0 1.6rem;
    }
    .spulse_lp_matchday_nav_wrap {
        width: 27.8rem;
        display: flex;
        justify-content: center;
    }
    .spulse_lp_matchday_nav {
        display: flex;
        flex-wrap: wrap;
        max-width: 27.8rem;
        margin: 0;
    }
    .spulse_lp_matchday_nav li {
        width: 100%;
        margin: 0 0 1.6rem;
    }
    .spulse_lp_matchday_nav a {
        height: 4.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #919191;
        font-size: 2rem;
        font-weight: 700;
    }
    .spulse_lp_matchday_nav a:hover {
        background: rgba(230, 230, 230, 0.5);
    }
    .spulse_lp_matchday_nav a.is_active {
        border: 0;
        background: #ff8709;
        color: #fff;
    }
    .spulse_lp_matchday_btn {
        padding-top: 3.2rem;
        display: none;
        text-align: center;
    }
}
/*spulse_lp_banner*/
.spulse_lp_banner {
    background: #e6e6e6;
    padding: 4.8rem 0;
}
.spulse_lp_banner_slick .slist {
    width: 29.8rem !important;
    margin: 0 0.8rem;
}
.spulse_lp_banner_slick .txt {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .spulse_lp_banner {
        background: #e6e6e6;
        padding: 8rem 0;
    }
    .spulse_lp_banner_slick .slist {
        width: 29.8rem !important;
        margin: 0 0.8rem;
    }
    .spulse_lp_banner_slick .txt {
        font-size: 1.4rem;
        margin-top: 1.2rem;
        font-weight: 700;
    }
}

/*fancy*/
.hide {
    display: none;
}
.fancybox-content {
    background: none;
    padding: 0;
}
.fancyboxWrap {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 64rem;
    max-width: 90vw;
    background: #fff;
    position: relative;
}
.close_modal {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 9;
    text-align: center;
    pointer-events: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
}
.close_modal img {
    width: 100%;
}
html.compensate-for-scrollbar {
    /*overflow: hidden; */
}
.compensate-for-scrollbar {
    margin-right: 0px !important;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 0 !important;
    overflow: visible !important;
}
/*fancybox*/
.spulse_lp_event_cont .spulse_lp_event_img {
    margin-bottom: 2rem;
}
.spulse_lp_event_txt {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    font-weight: 500;
}

.fancybox_btn {
    text-align: right;
    margin-top: 2rem;
}
.fancybox_btn a {
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    padding-right: 2rem;
    background: url(../image/icon/icon_common_arrow_orange.svg) no-repeat right center;
    background-size: 1.2rem auto;
}

.fancybox_arrow {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.fancybox_arrow .fancybox_arrow_prev,
.fancybox_arrow .fancybox_arrow_next {
    width: 3rem;
    margin: 0 2.3rem;
}

@media screen and (min-width: 768px) {
    .fancyboxWrap .spulse_lp_event_cont {
        padding: 2.4rem;
    }
}
