/* ----------------
reset
---------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input, textarea, select {
    margin: 0;
    padding: 0px;
}
/*-------------
 	general
-------------*/
html {
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 360px) {
    * {
        -webkit-text-size-adjust: none;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.03em;
    position: relative;
    overflow-x: hidden;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    padding: 0px 0px 0px 0px;
}
a {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover, a.hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
video {
    max-width: 100%;
    height: auto;
}
.sp-use {
    display: none;
}
.pc-use {
    display: block;
}
.sp-inline-use {
    display: none;
}
.pc-inline-use {
    display: inline;
}
.super-sp-inline-use {
    display: none;
}
.super-pc-inline-use {
    display: inline;
}
.mid-use {
    display: none;
}
.mid-pc-use {
    display: inline;
}
/* ----------------
main visual
---------------- */
.main-visual {
    position: relative;
    width: 100%;
    background-color: #000000;
}
.main-visual .visual-content {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.main-visual .visual-content .visual-img-wrap {}
/* ----------------
main menu
---------------- */
.main-menu-wrap {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
}
.main-menu-wrap .main-menu {
    display: flex;
    top: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.main-menu-wrap .main-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 81.24%;
    padding-bottom: 0px;
}
.main-menu-wrap .main-menu a::before {
    background-color: rgba(255, 255, 255, 0.60);
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.main-menu-wrap .main-menu a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}
.main-menu-wrap .main-menu a:not(:last-child) {
    margin: 0px 40px 0px 0px;
}
/* ----------------
with toppan
---------------- */
.with-toppan-wrap {
    position: relative;
    width: 100%;
    border-bottom: 7px solid #EB0A1E;
}
.with-toppan-wrap .with-toppan {
    width: 100%;
    max-width: 1160px;
    padding: 30px 0px 25px 0px;
    margin: 0 auto;
}
.with-toppan-wrap .with-toppan .upper-logo {
    width: 100%;
    max-width: 138px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}
.with-toppan-wrap .with-toppan .lower-desc {
    width: 100%;
    text-align: center;
    line-height: 1.6875;
}
/* ----------------
first content
---------------- */
.first-content {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 0px 70px 0px;
}
.first-content .moving-deco-left {
    display: block;
    position: absolute;
    z-index: 10;
    left: -20px;
    top: -90px;
    width: 154.5px;
}
.first-content .moving-deco-right {
    display: block;
    position: absolute;
    z-index: 10;
    right: -20px;
    top: -70px;
    width: 231px;
}
.first-content .upper-desc {
    width: 100%;
    text-align: center;
    line-height: 2.2;
}
.first-content .upper-desc .bigger-title {
    font-size: 187.5%;
    font-weight: 800;
    line-height: 1.0;
    padding: 0px 0px 40px 0px;
}
.first-content .upper-desc .bigger-title span.small-text {
    display: inline-block;
    font-size: 60%;
    vertical-align: bottom;
    font-weight: 350;
    margin: 0px 0px 2px 0px;
}
.first-content .upper-desc .bigger-title span.middle-text {
    display: inline-block;
    font-size: 80%;
    vertical-align: bottom;
    font-weight: 700;
}
.first-content .adidas-sports-park {
    padding: 45px 0px 70px 0px;
}
.first-content .adidas-sports-park .banner-wrap {}
.first-content .adidas-sports-park .about-wrap {
    padding: 50px 0px 0px 0px;
    margin: 0 auto;
    max-width: 755px;
}
.first-content .adidas-sports-park .about-wrap .about-content {
    border: 1px solid #000000;
    border-radius: 23px;
    padding: 25px 30px 20px 30px;
}
.first-content .adidas-sports-park .about-wrap .about-content .about-title {
    text-align: center;
    font-size: 112.5%;
    font-weight: 750;
    line-height: 1.0;
    padding: 0px 0px 20px 0px;
}
.first-content .adidas-sports-park .about-wrap .about-content .about-title span {
    display: inline-block;
    font-size: 83%;
    vertical-align: bottom;
}
.first-content .adidas-sports-park .about-wrap .about-content .about-desc {
    font-size: 87.5%;
    line-height: 1.8;
    letter-spacing: 0.0em;
    font-weight: 400;
}
.first-content .implementation-schedule {
    padding: 0px 0px 70px 0px;
}
.first-content .implementation-schedule .schedule-title {
    text-align: center;
    padding: 0px 0px 30px 0px;
}
.first-content .implementation-schedule .schedule-title span {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    line-height: 1.0;
    padding: 8px 30px 12px 30px;
    font-size: 130%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.first-content .implementation-schedule .schedule-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.first-content .implementation-schedule .schedule-content > div {
    flex-basis: 32.5%;
    max-width: 32.5%;
    height: 150px;
    background-image: url("../images/schedule-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.first-content .implementation-schedule .schedule-content > div .period {
    background-color: #EB0A1E;
    color: #ffffff;
    font-size: 131.25%;
    letter-spacing: 0.0em;
    font-weight: 550;
    line-height: 1.0;
    padding: 5px 20px 5px 20px;
}
.first-content .implementation-schedule .schedule-content > div .period.first {
    padding: 5px 15px 5px 15px;
}
.first-content .implementation-schedule .schedule-content > div .period span {
    display: inline-block;
    font-size: 60%;
    vertical-align: bottom;
    font-weight: 500;
    margin: 0px 0px 2px 0px;
}
.first-content .implementation-schedule .schedule-content > div .period span.hook {
    vertical-align: middle;
}
.first-content .implementation-schedule .schedule-content > div .schedule-desc {
    font-size: 116.75%;
    letter-spacing: 0.0em;
    font-weight: 700;
    padding: 15px 0px 0px 0px;
}
.first-content .until-made {
    padding: 0px 0px 0px 0px;
}
.first-content .until-made .until-made-title {
    text-align: center;
    padding: 0px 0px 22px 0px;
}
.first-content .until-made .until-made-title span {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    line-height: 1.0;
    padding: 8px 30px 12px 30px;
    font-size: 130%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.first-content .until-made .until-made-content {}
/* ----------------
second content
---------------- */
.second-content {
    position: relative;
    width: 100%;
    background-color: #000000;
}
.second-content .second-content-inner {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 0px 120px 0px;
}
.second-content .second-content-inner .case-wrap {
    position: relative;
    width: 100%;
    padding: 0px 0px 70px 0px;
}
.second-content .second-content-inner .case-wrap .case-title-wrap {
    position: relative;
    text-align: center;
}
.second-content .second-content-inner .case-wrap .case-title-wrap .title-decoration {
    max-width: 256.5px;
    margin: 0 auto;
}
.second-content .second-content-inner .case-wrap .case-title-wrap .case-title {
    position: relative;
    color: #ffffff;
    font-size: 162.5%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.second-content .second-content-inner .case-wrap .case-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 60px 0px 0px 0px;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div {
    flex-basis: 48%;
    max-width: 48%;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .img-wrap {}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap {
    color: #ffffff;
    padding: 15px 0px 0px 0px;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap .name-wrap {}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap .name-wrap .team-name {
    font-size: 85%;
    padding: 0px 0px 1px 0px;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap .name-wrap .player-name {
    line-height: 1.0;
    font-size: 125%;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap .name-wrap .player-name span {
    display: inline-block;
    font-size: 60%;
    vertical-align: bottom;
    font-weight: 400;
    margin: 0px 0px 1px 5px;
}
.second-content .second-content-inner .case-wrap .case-list-wrap > div .desc-wrap .message-wrap {
    line-height: 1.75;
    letter-spacing: 0.0em;
    font-weight: 350;
    padding: 15px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap {
    position: relative;
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-title-wrap {
    position: relative;
    text-align: center;
    padding: 0px 0px 45px 0px;
}
.second-content .second-content-inner .method-wrap .method-title-wrap .title-decoration {
    max-width: 476px;
    margin-left: 14.5%;
    padding: 0px 0px 10px 0px;
}
.second-content .second-content-inner .method-wrap .method-title-wrap .method-title {
    position: relative;
    color: #ffffff;
    font-size: 162.5%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.second-content .second-content-inner .method-wrap .method-content-wrap {
    position: relative;
    background-color: #ffffff;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-decoration01 {
    position: absolute;
    top: 60px;
    left: -80px;
    width: 128px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-decoration02 {
    position: absolute;
    top: 0px;
    right: -60px;
    width: 98.5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-decoration03 {
    position: absolute;
    bottom: -25px;
    right: -85px;
    width: 143px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content {
    position: relative;
    width: 100%;
    max-width: 986px;
    margin: 0 auto;
    /*padding: 23px 0px 40px 0px;*/
    padding: 23px 0px 60px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .method-content-title-wrap {
    padding: 0px 0px 20px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .method-content-title-wrap .method-content-title {
    max-width: 162px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap {
    padding: 0px 0px 50px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-title {
    padding: 0px 0px 10px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-title span {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    width: 135px;
    text-align: center;
    line-height: 1.0;
    padding: 5px 0px 9px 0px;
    font-size: 106%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    flex-wrap: nowrap;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap {
    flex-basis: 38.5%;
    max-width: 38.5%;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0px 0px 30px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap > div {
    flex-basis: 140px;
    max-width: 140px;
    text-align: center;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap > div .shoes-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    height: 65px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap > div .shoes-img img {
    max-width: 100.5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap > div .shoes-name {
    font-size: 100%;
    letter-spacing: 0.0em;
    line-height: 1.3;
    padding: 10px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .shoes-img-wrap > div:nth-child(2) .shoes-name {
    padding: 18px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 9px 0px 14px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap .caution-title {
    color: #EB0A1E;
    font-size: 100%;
    letter-spacing: 0.0em;
    font-weight: 550;
    padding: 0px 0px 0px 35px;
    background-image: url("../images/icon-caution.png");
    background-repeat: no-repeat;
    background-size: 25.5px 23px;
    background-position: left center;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap .caution-list-wrap {}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap .caution-list-wrap .caution-list-title {
    font-size: 81.25%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap .caution-list-wrap ul {
    font-size: 81.25%;
    letter-spacing: 0.0em;
    font-weight: 350;
    line-height: 1.7;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .left-wrap .caution-wrap .caution-list-wrap ul li {
    padding-left: 1.0em;
    text-indent: -1.0em;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap {
    flex-basis: 55.5%;
    max-width: 55.5%;
    position: relative;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .box-deco-left {
    display: block;
    position: absolute;
    z-index: 10;
    left: -70px;
    top: -48px;
    width: 147px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .box-deco-right {
    display: block;
    position: absolute;
    z-index: 10;
    right: -27px;
    top: -67px;
    width: 118px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    border: 3px solid #EB0A1E;
    box-sizing: border-box;
    padding: 10px 20px 10px 15px;
    position: relative;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-img {
    flex-basis: 168px;
    max-width: 168px;
    padding: 10px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc {
    flex-basis: calc(100% - 168px);
    max-width: calc(100% - 168px);
    padding: 15px 0px 0px 10px;
    box-sizing: border-box;
    position: relative;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc .main-desc {
    position: relative;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc .main-desc p {
    font-size: 100%;
    letter-spacing: 0.0em;
    font-weight: 350;
    line-height: 1.9;
    box-sizing: border-box;
    padding: 15px 80px 0px 5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc .main-desc .sticker-content {
    position: absolute;
    width: 100%;
    right: 10px;
    bottom: -20px;
    text-align: right;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc .main-desc .sticker-content .sticker-img {
    margin: 0px 10px 0px auto;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-desc .main-desc .sticker-content .sticker-img img {
    max-width: 102.5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-shoes-wrap .target-shoes-content .right-wrap .recovery-box-content .recovery-box-caution {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 100%;
    text-align: right;
    font-size: 75%;
    letter-spacing: 0.0em;
    font-weight: 350;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap {
    padding: 0px 0px 50px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-title {
    padding: 0px 0px 20px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-title span {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    width: 135px;
    text-align: center;
    line-height: 1.0;
    padding: 5px 0px 9px 0px;
    font-size: 106%;
    letter-spacing: 0.0em;
    font-weight: 550;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content {
    display: block;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .alvark-name-wrap {
    line-height: 1.0;
    font-size: 200%;
    font-weight: 650;
    background-image: url("../images/alvark-logo.png");
    background-repeat: no-repeat;
    background-size: 91px 56.5px;
    background-position: left center;
    padding: 5px 0px 15px 130px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap {
    padding: 22px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 64px;
    color: #ffffff;
    background-color: #000000;
    margin: 0px 0px 10px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list > div {
    box-sizing: border-box;
    letter-spacing: 0.0em;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .date {
    flex-basis: 9%;
    max-width: 9%;
    line-height: 1.0;
    font-size: 193.75%;
    font-weight: 650;
    padding: 0px 0px 0px 15px;
    margin-top: -4px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .week {
    flex-basis: 4%;
    max-width: 4%;
    line-height: 1.0;
    font-size: 62.5%;
    margin-top: 2px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .week span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 14px;
    text-align: center;
    transform: scale(0.8);
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .hour {
    flex-basis: 5.5%;
    max-width: 5.5%;
    line-height: 1.0;
    font-size: 87.5%;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .tipoff {
    flex-basis: 9%;
    max-width: 9%;
    line-height: 1.0;
    font-size: 87.5%;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .vs {
    flex-basis: 4.5%;
    max-width: 4.5%;
    line-height: 1.0;
    font-size: 96.875%;
    font-weight: 650;
    text-align: center;
    letter-spacing: 0.1em;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .logo {
    flex-basis: 7%;
    max-width: 7%;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .logo .hannaryz {
    max-width: 58px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .logo .fightingeagles {
    max-width: 54.5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .logo .bravethunders {
    max-width: 51.5px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .team {
    flex-basis: 32%;
    max-width: 32%;
    line-height: 1.0;
    font-size: 100%;
    font-weight: 650;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .target-games-list-wrap .target-games-list .place {
    line-height: 1.0;
    font-size: 93.75%;
    font-weight: 650;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap {
    padding: 14px 0px 0px 0px;
    line-height: 1.5;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-title {
    color: #EB0A1E;
    font-size: 106.25%;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-link {
    background-image: url("../images/link-arrow.png");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: left top 8px;
    padding: 0px 0px 0px 15px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-link a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 100%;
    font-weight: 550;
    padding-bottom: 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-link a::before {
    background-color: rgba(0, 0, 0, 1.0);
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    transform-origin: center top;
    transform: scale(1, 1);
    transition: transform .3s;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-link a:hover::before {
    transform-origin: center top;
    transform: scale(0, 1);
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -30px;
    width: 21px;
    height: 15px;
    background-image: url("../images/link-icon.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20.5px 15px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .target-games-wrap .target-games-content .ticket-wrap .ticket-caution {
    padding: 12px 0px 0px 0px;
    font-size: 75%;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap {
    padding: 0px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-title-wrap .status-title {
    font-size: 137.5%;
    font-weight: 700;
    letter-spacing: 0.0em;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-title-wrap .status-date {
    padding: 0px 0px 0px 10px;
    font-size: 93.75%;
    font-weight: 600;
    letter-spacing: 0.0em;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-title-wrap .status-date span {
    display: inline-block;
    font-size: 66%;
    vertical-align: bottom;
    font-weight: 600;
    margin: 0px 0px 3px 3px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 15px 0px 0px 0px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner .status-number {}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner .status-number > span {
    display: inline-block;
    color: #ffffff;
    font-size: 218.75%;
    font-weight: 600;
    line-height: 2.0;
    background-color: #EB0A1E;
    padding: 0px 11px 0px 11px;
    margin: 0px 6px 0px 6px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner .number-sep {
    margin: 0px 10px 0px 10px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner .number-sep img {
    max-width: 17px;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-number-wrap .status-number-wrap-inner .number-unit {
    display: block;
    position: absolute;
    right: -30px;
    bottom: 3px;
    font-size: 143.75%;
    font-weight: 600;
    line-height: 1.0;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .status-wrap .status-thanks-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 15px 0px 0px 0px;
    color: #EB0A1E;
    font-size: 112.5%;
    font-weight: 700;
}
.second-content .second-content-inner .method-wrap .method-content-wrap .method-content .slide-wrap {
    padding: 30px 0px 20px 0px;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}
/* ----------------
swiper
---------------- */
.swiper {}
.swiper-wrapper {}
.swiper-slide {}
.swiper-pagination {
    bottom: -35px !important;
}
.swiper-button-prev {
    left: -54px !important;
    right: auto;
    background-image: url("../images/slide-arrow-prev.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.swiper-button-next {
    right: -54px !important;
    left: auto;
    background-image: url("../images/slide-arrow-next.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15.5px;
    height: 33.5px;
    margin-top: -16.75px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff;
    opacity: 1.0;
    border: 1px solid #AEAEAE;
}
.swiper-pagination-bullet-active {
    opacity: 1.0;
    background-color: #000000;
}
/* ----------------
third content
---------------- */
.third-content {
    position: relative;
    width: 100%;
    max-width: 658px;
    margin: 0 auto;
    padding: 130px 0px 90px 0px;
}
.third-content .alvark-will-wrap {
    padding: 0px 0px 135px 0px;
}
.third-content .alvark-will-wrap .carbon-neutral-action {
    max-width: 575.5px;
    margin: 0 auto;
    padding: 0px 0px 80px 0px;
}
.third-content .alvark-will-wrap .alvark-will-desc {
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.75;
    padding: 0px 0px 45px 0px;
}
.third-content .alvark-will-wrap .alvark-will-about {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px 30px 30px;
}
.third-content .alvark-will-wrap .alvark-will-about .about-title {
    font-size: 118.75%;
    font-weight: 600;
    padding: 0px 0px 6px 0px;
}
.third-content .alvark-will-wrap .alvark-will-about .about-desc {
    font-size: 100%;
    font-weight: 350;
    line-height: 1.75;
    letter-spacing: 0.02em;
    padding: 0px 0px 9px 0px;
}
.third-content .alvark-will-wrap .alvark-will-about .about-link {
    background-image: url("../images/link-arrow-w.png");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: left top 8px;
    padding: 0px 0px 0px 15px;
    line-height: 1.5;
}
.third-content .alvark-will-wrap .alvark-will-about .about-link a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 100%;
    font-weight: 450;
    padding-bottom: 0px;
}
.third-content .alvark-will-wrap .alvark-will-about .about-link a::before {
    background-color: rgba(255, 255, 255, 1.0);
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    transform-origin: center top;
    transform: scale(1, 1);
    transition: transform .3s;
}
.third-content .alvark-will-wrap .alvark-will-about .about-link a:hover::before {
    transform-origin: center top;
    transform: scale(0, 1);
}
.third-content .alvark-will-wrap .alvark-will-about .about-link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -30px;
    width: 21px;
    height: 15px;
    background-image: url("../images/link-icon-w.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20.5px 15px;
}
.third-content .toyota-arena-tokyo-wrap {
    display: block;
}
.third-content .toyota-arena-tokyo-wrap .banner-wrap {}
.third-content .toyota-arena-tokyo-wrap .link-wrap {
    padding: 10px 0px 0px 0px;
    line-height: 1.5;
}
.third-content .toyota-arena-tokyo-wrap .link-wrap .tat-link {
    background-image: url("../images/link-arrow.png");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: left top 8px;
    padding: 0px 0px 0px 15px;
}
.third-content .toyota-arena-tokyo-wrap .link-wrap .tat-link span {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 100%;
    font-weight: 500;
    padding-bottom: 0px;
}
.third-content .toyota-arena-tokyo-wrap .link-wrap .tat-link span::before {
    background-color: rgba(0, 0, 0, 1.0);
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    transform-origin: center top;
    transform: scale(1, 1);
    transition: transform .3s;
}
.third-content .toyota-arena-tokyo-wrap:hover .link-wrap .tat-link span::before {
    transform-origin: center top;
    transform: scale(0, 1);
}
.third-content .toyota-arena-tokyo-wrap .link-wrap .tat-link span::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -30px;
    width: 21px;
    height: 15px;
    background-image: url("../images/link-icon.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20.5px 15px;
}
/* ----------------
footer
---------------- */
footer {
    width: 100%;
    background-color: #000000;
}
footer .footer-content {
    font-size: 68.75%;
    color: #ffffff;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    overflow: hidden;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
@media (min-width: 801px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}