body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
abbr,
acronym {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.cf {
    min-height: 1px;
}
* html .cf {
    height: 1px;
}
@font-face {
    font-family: "bebas";
    font-style: normal;
    font-weight: medium;
    src: url("./webfont/bebas.eot");
    src: url("./webfont/bebas.eot?#iefix") format("embedded-opentype"),
        url("./webfont/bebas.woff") format("woff"),
        url("./webfont/bebas.otf") format("opentype");
}
@font-face {
    font-family: "eng";
    font-style: normal;
    font-weight: medium;
    src: url("./font/hv.eot");
    src: url("./font/hv.eot?#iefix") format("embedded-opentype"),
        url("./font/hv.woff") format("woff"),
        url("./font/hv.otf") format("opentype");
}
@keyframes logoRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scrollAnim {
    0% {
        background-position: center bottom 15px;
        opacity: 0.8;
    }
    100% {
        background-position: center bottom 0;
        opacity: 0.5;
    }
}
@keyframes showSlideImage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes landscape {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: translate(-2000px, 0);
    }
    51% {
        opacity: 0;
        transform: translate(2000px, 0);
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.fi {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 30px);
}
.fi.active {
    opacity: 1;
    transform: translate(0, 0);
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.content-popup {
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 0;
}
.mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
}
.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0.8, 0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1, 1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(0.8, 0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}
#wpadminbar {
    position: fixed;
}
html {
    position: relative;
}
.customize-support .header {
    top: 32px;
}
body {
    color: #000;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    min-width: 1000px;
    -webkit-font-smoothing: antialiased;
    color: #444;
    min-width: 980px;
}
html {
    font-size: 10px !important;
}
br.sp {
    display: none;
}
br.pc {
    display: inline;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
* {
    outline: none !important;
    box-sizing: border-box;
}
.l-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
}
.l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}
.l-inner--middle {
    max-width: 1280px;
}
.l-inner--980 {
    max-width: 980px;
}
.l-inner--large {
    width: 100%;
    max-width: inherit;
}
.l-inner--small {
    max-width: 760px;
}
.l-inner--slider {
    padding: 15px 0;
}
.l-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #444;
}
.l-grid.-inherit {
    background-color: inherit;
}
.l-grid--col1 .l-grid__item {
    width: 100%;
}
.l-grid--col2 .l-grid__item {
    width: 50%;
}
.l-grid--col3 .l-grid__item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 !important;
}
.l-grid--col3 .l-grid__item--col2 {
    width: 66.66666%;
}
.l-grid--col4 .l-grid__item {
    width: 25%;
}
.l-grid--card {
    margin: 0 -15px;
}
.l-grid--card .l-grid__item {
    padding: 15px;
}
.l-grid--inherit {
    background-color: inherit;
}
.l-grid__item {
    overflow: hidden;
}
.l-section.-gray,
.l-section.--gray {
    background-color: #f5f5f5;
}
.l-section.-blue,
.l-section.--blue {
    background-color: #00a4f9;
}
.l-section.-bblue,
.l-section.--bblue {
    background-color: #003680;
}
.l-section.-black,
.l-section.--black {
    background-color: #000;
}
.l-section--ashinaga {
    background: url("../img/page/ashinaga/ashinaga_bg_03.jpg") no-repeat center
        center;
    background-size: cover;
    text-align: center;
}
.l-section--ashinaga__01 {
    background: url("../img/page/ashinaga/ashinaga_bg_02_new.jpg") no-repeat center
        bottom 0%;
    background-size: cover;
    text-align: center;
    padding-bottom: 350px;
    color: #fff;
}

.l-section--assistcorporation {
    background-size: cover;
    text-align: center;
    padding-bottom: 0;
}
.l-section--2col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.l-section--2col:last-child {
    margin-bottom: 0;
}
.l-section--2col__ttl {
    width: 22%;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00a4f9;
}
.l-section--2col__ttl span {
    display: inline-block;
    padding-bottom: 1em;
    border-bottom: 0.3rem solid #00a4f9;
}
.l-section--2col__txt {
    width: 78%;
}
.l-section--2col__txt p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 5rem;
}
.l-section--2col__txt img {
    display: block;
    margin: 0 auto;
}
.l-box {
    display: table;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.l-box.-small {
    height: 350px;
}
.l-box.-xsmall {
    height: 200px;
}
.l-box.-xlarge {
    height: 450px;
}
.l-box.-blue {
    background-color: #00a4f9;
}
.l-box--blue {
    background-color: #00a4f9;
}
.l-box--top-tw {
    background-color: #00a4f9;
}
.l-box--top-fb {
    background-color: #003680;
}
.l-box--top-line {
    background-color: #00b900;
}
.l-box--top-ig {
    background-color: #fff !important;
}
.l-box--top-tw .l-box__inner,
.l-box--top-fb .l-box__inner,
.l-box--top-line .l-box__inner,
.l-box--top-ig .l-box__inner {
    background-color: inherit;
}
.l-box--top-store {
    background: -webkit-linear-gradient(to right, #00a4f9 0%, #003680 100%);
    background: linear-gradient(to right, #00a4f9 0%, #003680 100%);
}
.l-box--top-club {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/クラブ概要_.jpg");
}
.l-box--top-academy {
    background-image: url("../img/top/bg_top_academy.jpg");
}
.l-box--ticket {
    background-image: url("../img/ticket/bg-ticket.jpg");
}
.l-box--ticket-price {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/ticket-bg-100.jpg");
}
.l-box--ticket-buy {
    background-image: url("../img/ticket/bg-ticket-buy.jpg");
}
.l-box--ticket-special {
    background-image: url("../img/ticket/bg-ticket-special.jpg");
}
.l-box--ticket-season {
    background-image: url("../img/ticket/bg-ticket-season.jpg");
}
.l-box--team-top {
    background-image: url("../img/team/bg-team.jpg");
}
.l-box--team {
    background-image: url("../img/team/bg-team.jpg");
}
.l-box--team-playstaff {
    background-image: url("../img/team/bg-team-02.jpg");
}
.l-box--team-ymca {
    background-image: url("../img/team/bg-ymca.jpg");
}
.l-box--team-ymca-movie {
    background-image: url("../img/team/bg-ymca-torisetsu.png");
    background-size: auto 100%;
    background-repeat: repeat;
}
.l-box--ashinaga {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/201103_yf1149_-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.l-box--game {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/04/flag-1.jpg");
}
.l-box--game-schedule {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/04/game_schedule.jpg");
}
.l-box--game-ranking {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/04/game_ranking.jpg");
}
.l-box--guide {
    background-image: url("../img/guide/bg-guide.jpg");
}
.l-box--guide-stadium {
    background-image: url("../img/guide/bg-guide-stadium_240228.jpg");
}
.l-box--guide-access {
    background-image: url("../img/guide/bg-guide-access_240228.jpg");
}
.l-box--club {
    background-image: url("../img/club/bg-club.jpg");
}
.l-box--club-history {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/クラブ概要_.jpg");
    background-position: center 25%;
}
.l-box--club-partner {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/パートナー_.jpg");
}
.l-box--club-sportsclub {
    background-image: url("../img/club/bg-club-sportsclub.jpg");
}
.l-box--club-seagulls {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2022/05/seagulls_bg.jpg");
}
.l-box--fan {
    background-image: url("../img/fan/bg-fan.jpg");
}
.l-box--fan-goods {
    background-image: url("../img/fan/bg-fan-goods.jpg");
}
.l-box--fan-clubmember {
    background-image: url("https://yokohamafc-clubmember2021.s3-ap-northeast-1.amazonaws.com/assets/img/_slider/slide-01.jpg");
}
.l-box--contact {
    background-image: url("../img/contact/bg-contact.jpg");
}
.l-box--blue {
    background-color: #00a4f9;
}
.l-box--bblue {
    background: linear-gradient(#022f45 0%, #001127 100%);
}
.l-box--white {
    background-color: #fff;
}
.l-box--white .l-box__inner {
    background-color: #fff;
}
.l-box__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.l-box__inner.is-strong {
    background-color: rgba(0, 0, 0, 0.5);
}
.l-inline-list__item {
    display: inline-block;
    margin-right: 1em;
}
.l-inline-list__item:last-child {
    margin-right: 0;
}
.l-banner-list {
    display: flex;
    margin-left: -20px;
}
.l-banner-list li {
    margin-left: 20px;
}
.l-banner-list li a {
    display: block;
}
.p-hdg {
    text-align: center;
}
.p-hdg.-lv1,
.p-hdg.is--lv1 {
    font-size: 48px;
}
.p-hdg.-lv1 small,
.p-hdg.is--lv1 small {
    font-size: 0.7em;
    display: block;
}
.p-hdg.-lv2,
.p-hdg.is--lv2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}
.p-hdg.-lv2:after,
.p-hdg.is--lv2:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    width: 20px;
    height: 5px;
    transform: skew(-30deg);
}
.p-hdg.-lv2.-en,
.p-hdg.is--lv2.-en {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.p-hdg.-lv2.-top,
.p-hdg.is--lv2.-top {
    font-size: 48px;
}
.p-hdg.-lv2 i,
.p-hdg.is--lv2 i {
    display: block;
    font-size: 45px;
    margin-bottom: 0.3em;
}
.p-hdg.-lv2 span,
.p-hdg.is--lv2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.p-hdg.-lv3,
.p-hdg.is--lv3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.p-hdg.-lv4,
.p-hdg.i--lv4,
.p-hdg.is--lv4 {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
    text-align: center;
    display: block;
    color: red;
    font-weight: bold;
    border: 3px solid red;
    padding: 10px 0;
}
.p-hdg.-lv4:hover,
.p-hdg.i--lv4:hover,
.p-hdg.is--lv4:hover {
    background-color: red;
    color: #fff;
}
.p-hdg.-lv5,
.p-hdg.is--lv5 {
    font-size: 18px;
    margin-bottom: 40px;
}
.p-hdg--copy {
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
    color: #00a4f9;
    margin-bottom: 7rem;
}
.p-hdg.-en,
.p-hdg.is--en {
    font-family: "Barlow Condensed", sans-serif;
}
.p-hdg.-white,
.p-hdg.is--white {
    color: #fff;
}
.p-hdg.-white:after,
.p-hdg.is--white:after {
    background-color: #fff;
}
.p-hdg.is--gold {
    color: #b48a3b;
}
.p-hdg.is--gold:after {
    background-color: #b48a3b;
}
.p-hdg.is--blue {
    color: #00a4f9;
}
.p-hdg.is--blue:after {
    background-color: #00a4f9;
}
.p-hdg.is--red {
    color: #e60514;
}
hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}
.p-ttl {
    text-align: center;
    font-size: 48px;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 60px;
    letter-spacing: 0.03em;
}
.p-ttl--blue {
    color: #00a4f9;
}
.p-ttl--white {
    color: #fff;
}
.p-ttl--bk {
    color: #000;
}
.p-ttl span {
    display: block;
    font-size: 0.4em;
}
.p-txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 10rem;
}
.p-txt--white {
    color: #fff;
}
.p-txt--mb30 {
    margin-bottom: 5rem;
}
.p-txt--center {
    text-align: center;
}
.p-btn--second{
    margin-left: 10px;
}
.p-btn__wrap {
    text-align: center;
}
.p-btn__list {
    display: flex;
    justify-content: center;
}
.p-btn__list > div {
    margin: 0 1rem;
}
.p-btn {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    color: #fff;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    letter-spacing: 0.3;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p-btn--large {
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
}
.p-btn:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    background-color: #000;
    position: absolute;
    z-index: 1;
}
.p-btn:after {
    content: "";
    display: block;
    background-color: #00a4f9;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-btn:hover {
    color: #fff;
}
.p-btn:hover:before {
    width: 100%;
}
.p-btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.p-btn--orange {
    background-color: #ef8337;
    color: #fff;
}
.p-btn--orange:after {
    background-color: #ef8337;
    color: #fff;
}
.p-btn--blue {
    color: #fff !important;
}
.p-btn--white {
    color: #00a4f9;
}
.p-btn--white:after {
    background-color: #fff !important;
}
.p-btn--border {
    color: #fff !important;
    border: 1px solid #fff;
    pointer-events: none;
    background-color: inherit !important;
}
.p-btn--border:after {
    background-color: inherit !important;
}
.p-btn--round {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 30px;
    overflow: hidden;
}
.p-btn--jp {
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
}
.p-page-nav {
    display: block;
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    background-color: #003680;
    font-size: 0;
    letter-spacing: -2px;
    margin: 0;
    text-align: center;
    padding: 0 10rem;
}
.p-page-nav li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin-right: 1.5em;
    padding-right: 1.5em;
    position: relative;
}
.p-page-nav li:before {
    content: "";
    display: block;
    width: 1px;
    height: 1.4rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.7rem;
}
.p-page-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.p-page-nav li:last-child:before {
    display: none;
}
.p-page-nav li a {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.p-page-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #00a4f9;
    z-index: 100;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.p-page-nav li a:hover {
    opacity: 0.7;
}
.p-page-nav li a:hover:before {
    height: 0.5rem;
}
.p-icon-banner {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 25px;
    color: #444;
    font-size: 0;
    letter-spacing: -2px;
}
.p-icon-banner__img {
    display: inline-block;
    vertical-align: top;
}
.p-icon-banner__txt {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 20px;
    letter-spacing: 0;
}
.p-icon-banner__ttl {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #00a4f9;
}
.p-icon-banner__txt {
    font-size: 13px;
    line-height: 1.8;
}
.p-tgl {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: block;
    color: #000;
}
.p-tgl:last-child {
    margin-bottom: 0;
}
.p-tgl__btn,
.p-tgl__link-btn {
    font-size: 20px;
    padding: 35px;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #000;
}
.p-tgl__btn:hover,
.p-tgl__link-btn:hover {
    opacity: 0.5;
}
.p-tgl__btn:before,
.p-tgl__link-btn:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    color: #00a4f9;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.p-tgl__btn--no-arrow:before,
.p-tgl__link-btn--no-arrow:before {
    display: none;
}
.p-tgl__btn a,
.p-tgl__link-btn a {
    color: #000;
}
.p-tgl__btn.is-acitve:before,
.p-tgl__link-btn.is-acitve:before {
    transform: rotate(180deg);
}
.p-tgl__content {
    border-top: 1px solid #e6e6e6;
    padding: 35px;
    display: none;
}
.p-tgl__content h2 {
    font-size: 20px;
    color: #00a4f9;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}
.p-tgl__content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-tgl__content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.p-tgl__content p:last-child {
    margin-bottom: 0;
}
.p-tgl__content p span {
    color: red;
}
.p-tgl__content p strong {
    font-weight: bold;
}
.p-tgl__content a {
    color: #00a4f9;
    text-decoration: underline;
}
.p-tgl__content a:hover {
    text-decoration: none;
}
.p-tgl__content ul {
    margin-bottom: 50px;
}
.p-tgl__content ul li {
    font-size: 16px;
    line-height: 1.8;
    list-style: disc;
    margin-left: 1.5em;
}
.p-tgl__content img {
    display: block;
    margin-bottom: 1em;
}
.p-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.p-banner:before {
    content: "";
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
}
.p-banner__inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 100px 0 50px 0;
}
.p-table-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: 2px solid #00a4f9;
    border-left: 2px solid #00a4f9;
    border-right: 2px solid #00a4f9;
    box-sizing: border-box;
    background-color: #e6e6e6;
}
.p-table-list__title {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    color: #00a4f9;
}
.p-table-list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #00a4f9;
    display: block;
}
.p-table-list li {
    align-self: stretch;
    text-align: center;
    font-size: 1.6rem;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    width: 25%;
    background-color: #fff;
    border-bottom: 1px solid #00a4f9;
    border-right: 1px solid #00a4f9;
    background-color: #fff;
}
.p-table-list li:nth-of-type(4n) {
    border-right: none;
}
.p-table-list li a {
    color: #00a4f9;
    text-decoration: underline;
}
.p-table-list li a:hover {
    text-decoration: none;
}
.p-table-list__image-wrap {
    position: relative;
    width: 100%;
    padding-top: 35%;
}
.p-table-list__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    object-fit: contain;
}
.header {
    width: 100%;
    min-width: 980px;
    height: 90px;
    background-color: #00a4f9;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.header:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #003680;
    opacity: 0.5;
}
.header-logo {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -40px;
    z-index: 1002;
}
.header-nav {
    width: 100%;
    height: 90px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.nav-wrap {
    display: none;
}
.header-nav__list.is--pc {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    letter-spacing: -2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.header-nav__list.is--pc .header-nav__list-item {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    width: 9%;
    text-align: center;
    position: relative;
}
.header-nav__list.is--pc .header-nav__list-item--50 {
    width: 4.5%;
}
.header-nav__list.is--pc .header-nav__list-item > span {
    display: none;
}
.header-nav__list.is--pc .header-nav__list-item--blank {
    width: 10%;
    opacity: 0;
}
.header-nav__list.is--pc .header-nav__list-item > ul {
    position: absolute;
    background-color: #003680;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    font-size: 12px;
    text-align: left;
    left: 0;
    top: 60px;
    margin-left: -50px;
    display: none;
    z-index: -1;
}
.header-nav__list.is--pc .header-nav__list-item.has-more-space > ul {
    width: -webkit-calc(100% + 140px);
    width: calc(100% + 140px);
}
.header-nav__list.is--pc .header-nav__list-item > ul li:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-nav__list.is--pc .header-nav__list-item > ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    text-indent: 1em;
    position: relative;
}
.header-nav__list.is--pc .header-nav__list-item > ul li a:hover {
    color: #00a4f9;
}
.header-nav__list.is--pc .header-nav__list-item > ul li a:hover:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 0;
}
.header-nav__list.is--pc .header-nav__list-item:hover > ul {
    display: block;
}
.header-nav__list.is--pc .header-nav__list-item:hover > .header-nav__form {
    display: block;
}
.header-nav__list.is--pc .header-nav__list-link {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.header-nav__list.is--pc .header-nav__list-link:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.header-nav__list.is--pc .header-nav__list-link:hover:before {
    left: 0;
    width: 100%;
}
.header-nav__form {
    position: absolute;
    display: none;
    height: 60px;
    right: 0;
    bottom: -60px;
    width: 260px;
    background-color: #fff;
    text-align: left;
    padding: 0 10px;
}
.header-nav__form input[type="text"],
.header-nav__form button[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header-nav__form input[type="text"] {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.header-nav__form button[type="submit"] {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 0.5em;
}
.header-subnav__list {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    z-index: 3;
}
.header-subnav__list-item {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
}
.header-subnav__list-item:last-child {
    margin-bottom: 0;
}
.header-subnav__list-link {
    color: #fff;
    opacity: 0.9;
}
.header-subnav__list-link i {
    margin-right: 0.5em;
}
.header-subnav__list-link i img {
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}
.footer-sns-list {
    font-size: 0;
    letter-spacing: -2px;
}
.footer-sns-list__item {
    display: inline-block;
    width: 16.6666%;
}
.footer-sns-list__link {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.footer-sns-list__link .svg {
    height: 26px;
    fill: #fff;
}
.footer-sns-list__link--tw {
    background-color: #00a4f9;
}
.footer-sns-list__link--fb {
    background-color: #003680;
}
.footer-sns-list__link--line {
    background-color: #00b900;
}
.footer-sns-list__link--ig {
    background-color: #ff0075;
}
.footer-sns-list__link--note {
    background-color: #2cb696;
}
.footer-sns-list__link--yt {
    background-color: #ff0000;
}
.footer-nav-container {
    width: 100%;
    font-size: 0;
    letter-spacing: -2px;
}
.footer-nav-container > div {
    display: inline-block;
    vertical-align: top;
    width: 16.6666%;
    letter-spacing: 0;
}
.footer-nav-container > div > ul > li {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 2;
    margin-bottom: 1.6em;
    font-weight: bold;
    color: #ccc;
}
.footer-nav-container > div > ul > li > a {
    display: inline-block;
    margin-bottom: 0.5em;
}
.footer-nav-container > div > ul > li > ul > li {
    font-size: 12px;
    font-weight: normal;
    line-height: 2.5;
}
.footer-nav-container a {
    color: #aaa;
}
.footer-nav-container a:hover {
    color: #fff;
}
.footer-nav-container a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
    display: inline-block;
}
.footer-copyright {
    color: #fff;
    font-size: 13px;
    opacity: 0.5;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.footer-copyright a {
    color: #fff;
    font-size: 12px;
}
.top-slider {
    width: 100%;
    overflow: hidden;
    background-color: #e6e6e6;
    position: relative;
    height: 576px;
}
.top-slider__list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.top-youtube {
    background-color: #003680;
}
.top-youtube__item {
    width: 600px;
    box-sizing: border-box;
    padding: 0 10px;
}
.top-youtube__wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    background-color: rgba(0,0,0,.3);
}
.top-youtube__wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.top-youtube .slick-next,
.top-youtube .slick-prev {
    right: auto;
    left: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.top-youtube .slick-next:before,
.top-youtube .slick-prev:before {
    display: none;
}
.top-youtube .slick-next {
    background: url("../img/common/arrow_r.svg") no-repeat;
    background-size: contain;
    margin-left: 300px;
    transform: translate(-50%, 0);
}
.top-youtube .slick-prev {
    background: url("../img/common/arrow_l.svg") no-repeat;
    background-size: contain;
    margin-left: -300px;
    transform: translate(-50%, 0);
}
.top-slider__item {
    width: 1024px;
}
.top-slider__item img {
    width: 100%;
    display: block;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-initialized .top-slider__item img {
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .top-slider {
        height: 0;
        padding-top: 56.25%;
    }
    .top-slider__item {
        width: 100%;
    }
}
.sub-slider {
    background-color: #fff;
    background-color: #333;
}
.sub-slider__list .slick-next,
.sub-slider__list .slick-prev {
    display: none !important;
}
.sub-slider__item {
    padding: 5px;
}
.sub-slider__item img {
    border-radius: 5px;
}
.sub-slider__item a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.top-match {
    background-color: #f5f5f5;
}
.top-match-list__item {
    padding: 5px 10px;
}
.match-card {
    background-color: #fff;
    width: 400px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.match-card__header {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 0;
    display: flex;
    overflow: hidden;
}
.match-card__homeaway {
    padding: 0 1em;
    width: 7rem;
    text-align: center;
    box-sizing: border-box;
    background-color: #00a4f9;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: #fff;
    width: 70px;
    text-transform: uppercase;
}
.match-card__homeaway--away {
    background-color: #000;
}
.match-card__competitionName {
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 1.3rem;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-match .slick-next,
.top-match .slick-prev {
    right: auto;
    left: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.top-match .slick-next:before,
.top-match .slick-prev:before {
    display: none;
}
.top-match .slick-next {
    background: url("../img/common/arrow_r.svg") no-repeat;
    background-size: contain;
    margin-left: 200px;
    transform: translate(-50%, 0);
}
.top-match .slick-prev {
    background: url("../img/common/arrow_l.svg") no-repeat;
    background-size: contain;
    margin-left: -200px;
    transform: translate(-50%, 0);
}
.match-card__content {
    padding: 15px;
    background-color: #f5f5f5;
}
.match-card__content-inner {
    display: flex;
    align-items: center;
}
.match-card__logo {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
}
.match-card__detail {
    width: 75%;
}
.match-card__schedule {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
}
.match-card__date {
    font-size: 4.6rem;
    vertical-align: top;
    line-height: 1;
}
.match-card__time {
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0 0;
    margin-top: 2.2rem;
    margin-left: 0.3em;
}
.match-card__vs {
    font-size: 1.5rem;
    font-weight: bold;
}
.match-card__stadium {
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    margin-left: 0.5em;
}
.match-card__link-list {
    font-size: 0;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 20px;
}
.match-card__link-list-item {
    letter-spacing: 0;
    margin-right: 1rem;
    display: none;
}
.match-card__link-list-item.is-active {
    display: inline-block;
}
.match-card__link-list-link {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 1em;
    background-color: #00a4f9;
    font-weight: bold;
}
.match-card__link-list-link--blue {
    background-color: #f0831e;
}
.match-card__link-list-link--orange {
    background-color: #f0831e;
}
.match-card__link-list-link:hover {
    background-color: #000;
}
.top-team {
    background: linear-gradient(#00a4f9 0%, #001127 100%);
}
.player-slider__wrap {
    width: 100%;
}
.player-slider {
    margin-top: -30px;
    margin-bottom: 50px;
    height: 520px;
}
.player-slider__item {
    width: 400px;
    height: 520px;
    position: relative;
}
.player-slider__image {
    display: block;
    height: 480px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 30px;
    z-index: 2;
}
.player-slider__number {
    font-size: 350px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
.player-slider__name {
    font-size: 20px;
    height: 30px;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.match-interactive-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 60%;
    max-width: 350px;
}
.p-comingsoon {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    text-align: center;
    color: #444;
    letter-spacing: 0.03em;
    margin-bottom: 60px;
}
.top-match__schedule {
    width: 100%;
}
.top-match__opponent {
    display: inline-block;
}
.top-match__place {
    display: inline-block;
}
.top-rank {
    background: -webkit-linear-gradient(to right, #00a4f9 0%, #003680 100%);
    background: linear-gradient(to right, #00a4f9 0%, #003680 100%);
}
.top-rank-container {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.top-rank__ttl {
    font-size: 3.5rem;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    width: 300px;
    color: #fff;
}
.top-rank__ttl span {
    display: block;
    width: 80px;
    margin-top: 15px;
}
.top-rank__ttl span img {
    display: block;
}
.top-rank-list {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    text-align: left;
}
.top-rank-list__item {
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-indent: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.top-rank-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.top-rank-list__item span {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    margin-right: 2rem;
    font-style: italic;
}
.top-rank-list__item--yfc {
    font-size: 3rem;
    font-weight: bold;
    text-indent: 0;
}
.top-rank-list__item--yfc span {
    font-size: 5.8rem;
}
.top-schedule__list {
    margin-bottom: 60px;
}
.top-schedule__list .slick-next,
.top-schedule__list .slick-prev {
    width: 40px;
    height: 40px;
    background-color: #00a4f9;
    z-index: 1000;
    display: none !important;
}
.top-schedule__list .slick-next {
    right: 0;
}
.top-schedule__list .slick-prev {
    left: 0;
}
.top-schedule__list-item {
    width: 230px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin: 5px 0;
    margin-right: 15px;
    overflow: hidden;
}
.top-schedule__list-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #e6e6e6;
}
.top-schedule__list-item.is--saturday:before {
    background-color: #00a4f9;
}
.top-schedule__list-item.is--sunday:before {
    background-color: red;
}
.top-schedule__list-date {
    font-size: 20px;
    line-height: 1;
    padding: 20px 0;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
}
.top-schedule__list-content {
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.top-schedule__list-time {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0.5em;
    vertical-align: top;
}
.top-schedule__list-cat {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #00a4f9;
    color: #fff;
    margin-right: 0;
    display: inline-block;
    padding: 0 1em;
    vertical-align: top;
}
.top-schedule__list-ttl {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
    color: #444;
}
.top-schedule__list-place {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
}
.top-schedule__list-place i {
    margin-right: 0.3em;
}
.top-store-link__ttl {
    display: block;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 58px;
    margin-bottom: 30px;
    line-height: 1;
}
.top-store-link__ttl span {
    display: block;
    font-size: 28px;
}
.top-store-link__ttl img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding: 0;
}
.wp-pagenavi {
    display: block;
    font-size: 1.4rem;
    margin-top: 5em;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    color: #00a4f9;
    padding: 0 0.5em !important;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    border-color: #00a4f9 !important;
}
.wp-pagenavi span {
    border: none !important;
}
.wp-pagenavi span.current {
    border: 1px solid #00a4f9 !important;
    color: #fff;
    background-color: #00a4f9 !important;
}
.wp-pagenavi a {
    border: 1px solid #00a4f9;
}
.top-ig-list {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.top-ig-list .slick-next,
.top-ig-list .slick-prev {
    z-index: 1000;
}
.top-ig-list .slick-next {
    right: 0;
}
.top-ig-list .slick-prev {
    left: 0;
}
.top-ig-list .slick-next,
.top-ig-list .slick-prev {
    display: none !important;
}
.top-ig-list__item {
    width: 350px;
    height: 350px;
}
.top-ig-list__item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.footer {
    background-color: #333;
}
.top-partner__list {
    font-size: 0;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
.top-partner__list--lv3,
.top-partner__list--lv4 {
    display: none;
}
.top-partner__list-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.top-partner__list--lv1 .top-partner__list-item {
    margin-right: 20px;
    width: -webkit-calc(33.3333% - 13.3333px);
    width: calc(33.3333% - 13.3333px);
}
.top-partner__list--lv1 .top-partner__list-item:nth-of-type(3n) {
    margin-right: 0;
}
.top-partner__list--lv2 .top-partner__list-item {
    margin-right: 20px;
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
}
.top-partner__list--lv2 .top-partner__list-item:nth-of-type(4n) {
    margin-right: 0;
}
.top-partner__list-image {
    width: 100%;
    padding-top: 45%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.top-news {
    background-color: #f5f5f5;
}
.news-list__sort-list {
    width: 100%;
    height: 60px;
    background-color: #00a4f9;
    text-align: center;
    margin-bottom: 30px;
}
.news-list__sort-list-item {
    display: inline-block;
    font-size: 14px;
    margin: 15px 1em;
    padding: 0 1em;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}
.news-list__sort-list-link {
    display: block;
    color: #fff;
    padding: 0 1em;
    border-radius: 15px;
    cursor: pointer;
}
.news-list__sort-list-link i {
    font-style: normal;
}
.news-list__sort-list-link--current,
.news-list__sort-list-link:hover {
    background-color: #fff;
    color: #00a4f9;
}
.news-wrap {
    margin-bottom: 60px;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0;
    letter-spacing: -2px;
}
.news-list--small {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.news-list__item {
    vertical-align: top;
    width: 25%;
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.news-list__item:nth-of-type(4n) {
    margin-right: 0;
}
.news-list__item--small {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    margin-right: 0;
    border-radius: 0;
}
.news-list__item--small:last-child {
    margin-bottom: 0;
}
.news-list__img-wrap {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.news-list__img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
.news-list__content {
    padding: 20px;
}
.news-list__date {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    font-family: "Barlow Condensed", sans-serif;
}
.news-list__ttl {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.5em;
}
.news-list__cat-list {
    font-size: 11px;
    margin-bottom: -0.4em;
}
.news-list__cat-list-item {
    display: inline-block;
    line-height: 1;
    height: 20px;
    line-height: 20px;
    padding: 0 1em;
    margin-right: 0.3em;
    margin-bottom: 0.4em;
    background-color: #ccc;
    border-radius: 10px;
    color: #fff;
}
.news-list__cat-list-item:last-child {
    margin-right: 0;
}
.news-list__link {
    display: block;
    background-color: #fff;
    color: #000;
    overflow: hidden;
}
.news-list__link:hover {
    color: #00a4f9;
}
.news-list__link:hover .news-list__ttl {
    color: #00a4f9;
}
.news-single-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.news-main {
    display: table-cell;
    vertical-align: top;
}
.news-aside {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    padding-left: 50px;
}
.news-header {
    margin-bottom: 50px;
}
.news-aside__ttl {
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #444;
}
.news-aside__list {
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: -2px;
}
.news-aside__list li {
    display: inline-block;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.news-aside__list li:nth-of-type(2n) {
    margin-right: 0;
}
.news-aside__list li a {
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 1em;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #00a4f9;
}
.news-ttl {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2em;
    border-bottom: 1px solid #e6e6e6;
}
.news-sns {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.3em 0;
    margin-bottom: 1em;
}
.news-sns__item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.news-sns__item:last-child {
    margin-right: 0;
}
.news-sns__link {
    font-size: 24px;
}
.news-sns__link.-tw {
    color: #00a4f9;
}
.news-sns__link.-fb {
    color: #003680;
}
.news-sns__link.-line {
    color: #00b900;
    font-size: 28px;
}
.news-cat__list {
    font-size: 13px;
    margin-bottom: 0.2em;
}
.news-cat__list li {
    display: inline-block;
}
.news-cat__list li a {
    color: #000;
    font-weight: bold;
}
.news-date {
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.news-txt {
    font-size: 16px;
}
.news-txt p {
    font-size: 16px;
    line-height: 1.8;
}
.news-txt strong {
    color: #00a4f9;
    font-weight: bold;
}
.news-txt b {
    color: #00a4f9;
    font-weight: bold;
}
.news-txt h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #000;
}
.news-txt h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #000;
}
.news-txt h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1.5em 0 1em 0;
    line-height: 1;
    padding-left: 1em;
    border-left: 5px solid #000;
}
.news-txt a {
    color: #00a4f9;
    text-decoration: underline;
}
.news-txt a:hover {
    text-decoration: none;
}
.news-txt table {
    margin: 0.5em 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.news-txt table th,
.news-txt table td {
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    text-align: left !important;
    font-size: 15px;
}
.news-txt table th {
    font-weight: bold;
    color: #fff;
    background-color: #00a4f9;
}
.news-contact {
    border: 1px solid #e6e6e6;
    padding: 35px;
    margin-top: 30px;
}
.news-contact h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e6e6e6;
}
.news-contact .news-contact-person {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.news-contact .news-contact-mail {
    font-size: 14px;
    line-height: 1.8;
}
.news-contact .news-contact-mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.3em;
}
.news-contact .news-contact-tel {
    font-size: 14px;
    line-height: 1.8;
}
.news-contact .news-contact-tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.3em;
}
.news-contact .news-contact-tel span {
    display: block;
}
.news-contact a {
    color: #00a4f9;
}
.active-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -10px;
}
.active-list > li {
    width: -webkit-calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
}
.active-list > li > a {
    display: table;
    width: 100%;
    height: 140px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.8;
    color: #00a4f9;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.active-list > li > a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #00a4f9;
    border-bottom: 5px solid #00a4f9;
    position: absolute;
    right: 0;
    bottom: 0;
}
.active-list > li > a span {
    display: table-cell;
    vertical-align: middle;
}
.page-content {
    text-align: left;
}
.page-content h3 {
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
    color: #00a4f9;
    margin-bottom: 1em;
}
.page-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}
.page-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.page-content p + h3 {
    margin-top: 100px;
}
.page-content .iframe-wrap {
    margin-bottom: 2em;
}
.page-content .iframe-wrap.map {
    min-height: 400px;
}
.page-content .iframe-wrap iframe {
    width: 100%;
}
.page-content .iframe-wrap + h3 {
    margin-top: 100px;
}
.page-content .iframe-wrap-gc {
    margin-bottom: 2em;
}
.page-content .iframe-wrap-gc iframe {
    width: 100%;
}
.page-content .iframe-wrap-gc + h3 {
    margin-top: 100px;
}
.page-content table {
    font-size: 16px;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 1em;
}
.page-content table th,
.page-content table td {
    border: 1px solid #e6e6e6;
    padding: 0.5em;
}
.page-content table th {
    font-weight: bold;
}
.page-content table + h3 {
    margin-top: 100px;
}
.page-content img {
    display: block;
    margin-bottom: 20px;
}
.page-content img + h3 {
    margin-top: 100px;
}
.page-content a {
    color: #00a4f9;
}
.page-content .l-member__list {
    display: block;
    font-size: 0;
    letter-spacing: -2px;
}
.page-content .l-member {
    display: inline-block;
    width: 25%;
    text-align: left;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
}
.page-content .l-member p {
    letter-spacing: 0;
    margin-bottom: 0.1em;
}
.page-content .l-member h4 {
    letter-spacing: 0;
}
.page-content .l-member ruby rp {
    display: none;
}
.page-content .l-member ruby rb {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}
.page-content .l-member ruby rt {
    font-size: 12px;
    margin-bottom: 1.5em;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    display: none;
}
.page-content .l-member .schoolyear {
    font-size: 13px;
}
.page-content .l-member .before {
    font-size: 13px;
}
.row-eq-height_v1 {
    font-size: 0;
    letter-spacing: -2px;
}
.row-eq-height_v1 {
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height_v1 a {
    display: block;
}
.row-eq-height_v1 img {
    display: block;
}
.row-eq-height_v1 div {
    display: block;
}
.col-xs-6 {
    width: -webkit-calc(100% / 4 - 90px / 4);
    width: calc(100% / 4 - 90px / 4);
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #444;
    letter-spacing: 0;
    font-size: 15px;
}
.col-xs-6:nth-of-type(4n) {
    margin-right: 0;
}
.col-xs-6 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 100px;
}
.contact-wrap > div {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.contact-wrap > div.is-large {
    width: 100%;
}
.contact-wrap .m-contactbox_title {
    font-size: 16px;
    font-weight: bold;
    color: #00a4f9;
    text-align: center;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.7em;
}
.contact-wrap .m-contactbox_body_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.contact-wrap a {
    color: #00a4f9;
}
.contact-wrap .m-contactbox_body_link_tel {
    font-size: 16px;
    line-height: 2;
}
.contact-wrap .m-contactbox_body_link_email {
    font-size: 16px;
    line-height: 2;
}
.contact-wrap .txt-note {
    font-size: 13px;
    line-height: 2;
}
.l-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.l-list > div {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.l-list img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.event-nav--padding {
    padding: 40px 0;
}
.event-nav .p-btn__wrap {
    padding: 40px 0;
}
.event-page-nav {
    width: 100%;
    background-color: #00a4f9;
    text-align: center;
    margin-bottom: 40px;
}
.event-page-nav li {
    display: inline-block;
    margin-right: 2em;
}
.event-page-nav li:last-child {
    margin-right: 0;
}
.event-page-nav li a {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.event-banner-list {
    width: 100%;
    vertical-align: top;
    font-size: 0;
    letter-spacing: -2px;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}
.event-banner-list li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.event-banner-list li a {
    display: block;
}
.event-banner-list li a img {
    display: block;
}
.event-banner-list li:last-child {
    margin-right: 0;
}
.event-main {
    position: relative;
    padding-top: 46.75%;
}
.event-main img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.mt-48{
    margin-top: 48px;
}
.mb-48{
    margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
    .event-main {
        padding-top: 0;
        height: 600px;
    }
    .event-main img {
        height: 100%;
        width: auto;
        max-width: 200%;
        left: 50%;
        margin-left: -640px;
    }
}
@media screen and (max-width: 767px) {
    .event-main {
        padding-top: 0;
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .event-main img {
        position: static;
        height: 100%;
        width: auto;
        max-width: 200%;
        left: 50%;
        margin-left: 0;
        width: 130%;
        height: auto;
        margin-left: -15%;
    }
}
.event-main-02 {
    position: relative;
    padding-top: 56%;
}
.event-main-02 img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
@media screen and (max-width: 1066px) {
    .event-main-02 {
        padding-top: 0;
        height: 600px;
    }
    .event-main-02 img {
        height: 100%;
        width: auto;
        max-width: 200%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media screen and (max-width: 767px) {
    .event-main-02 {
        padding-top: 0;
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .event-main-02 img {
        position: static;
        max-width: 200%;
        left: 0;
        margin-left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: auto;
    }
}
.event-match {
    color: #fff;
    text-align: center;
}
.match-date {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0.2em;
}
.match-date span {
    display: block;
    font-size: 60px;
    line-height: 1;
}
.match-relative {
    position: relative;
}
.match-flex {
    width: 100%;
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}
.match-flex-img {
    width: 30%;
}
.match-flex-img img {
    width: 200px;
}
.match-logo-svg {
    width: 200px;
}
.match-logo-01,
.match-logo-02 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -80px;
}
.match-logo-01 {
    margin-left: -400px;
}
.match-logo-02 {
    margin-left: 220px;
}
.match-txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}
.match-txt small {
    font-size: 13px;
    opacity: 0.5;
    font-weight: normal;
}
.match-banner {
    display: block;
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.event-goods {
    text-align: center;
}
.goods-table {
    margin: 0 auto;
    width: auto;
    text-align: left;
    margin-bottom: 60px;
}
.goods-table th,
.goods-table td {
    font-size: 15px;
    line-height: 2;
    vertical-align: top;
    color: #000;
}
.goods-table th {
    font-weight: bold;
    padding-right: 0.5em;
}
.event-txt {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}
.event-list {
    display: flex;
    flex-wrap: wrap;
}
.event-list__item {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: left;
}
.event-list__item--pickup {
    position: relative;
}
.event-list__item--pickup:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 59px;
    background: url("../img/event/pickup@2x.png") no-repeat center center;
    background-size: contain;
    right: 15px;
    top: -10px;
    pointer-events: none;
}
.event-list__item.-col3 {
    width: -webkit-calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
    margin-right: -webkit-calc(15px * 4 / 3);
    margin-right: calc(15px * 4 / 3);
}
.event-list__item.-col3:nth-of-type(4n) {
    margin-right: 0;
}
.event-list__item.-col4 {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    margin-right: -webkit-calc(15px * 3 / 2);
    margin-right: calc(15px * 3 / 2);
}
.event-list__item.-col4:nth-of-type(3n) {
    margin-right: 0;
}
.event-list__item.-col6 {
    width: -webkit-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
    margin-right: -webkit-calc(15px * 2 / 1);
    margin-right: calc(15px * 2 / 1);
}
.event-list__item.-col6:nth-of-type(2n) {
    margin-right: 0;
}
.event-list__item a {
    display: block;
    height: 100%;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.event-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 70px;
}
.event-content:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.event-content__image {
    width: -webkit-calc(100% / 3 - 15px * 4 / 3);
    width: calc(100% / 3 - 15px * 4 / 3);
    margin-right: -webkit-calc(15px * 4 / 3);
    margin-right: calc(15px * 4 / 3);
}
.event-content__txt {
    width: -webkit-calc(100% / 3 * 2);
    width: calc(100% / 3 * 2);
    padding-left: 20px;
}
.event-content__txt h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 5px solid #00a4f9;
    padding-left: 10px;
}
.event-content__txt h2 {
    font-weight: bold;
    font-size: 16px;
    color: #00a4f9;
    margin-top: 1em;
}
.event-content__txt h3 {
    font-size: 16px;
    margin-top: 1em;
    background-color: yellow;
    font-weight: bold;
    display: inline-block;
    padding: 0 0.5em;
}
.event-content__txt h4 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 1em;
}
.event-content__txt p {
    font-size: 14px;
    line-height: 2;
}
.event-content__txt p span {
    color: #00a4f9;
    font-weight: bold;
}
.event-content__txt p small {
    line-height: 1.6;
    font-weight: bold;
}
.event-content__txt hr {
    margin: 1em 0;
}
.event-content__txt a {
    color: #00a4f9;
    text-decoration: underline;
}
.event-content__txt a:hover {
    text-decoration: none;
}
.event-footer-banner-list {
    display: flex;
    flex-wrap: wrap;
}
.event-footer-banner-list li {
    width: 50%;
}
.event-footer-banner-list li img {
    display: block;
    width: 100%;
}
.event-footer-banner-list li a {
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.event-footer-banner-list li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 20px solid #00a4f9;
    border-bottom: 20px solid #00a4f9;
    position: absolute;
    right: 0;
    bottom: 0;
}
.event-footer-banner-list li a:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .event-footer-banner-list li {
        width: 100%;
    }
    .event-footer-banner-list li a:before {
        border: 10px solid transparent;
        border-right: 10px solid #00a4f9;
        border-bottom: 10px solid #00a4f9;
    }
    .event-footer-banner-list li a:hover {
        opacity: 1;
    }
}
.event-list__image {
    width: 100%;
    padding-top: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    margin-bottom: 20px;
}
.event-list__ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 15px;
}
.event-list__desc {
    font-size: 11px;
    line-height: 1.8;
    padding: 0 15px 15px 15px;
}
.event-list__detail {
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px;
    margin: 0 15px 15px 15px;
}
.event-list__detail span {
    color: #00a4f9;
}
.modal__box {
    background-color: #fff;
    padding: 30px;
}
.modal__box .modal__ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}
.modal__box p {
    font-size: 13px;
}
.modal__box img {
    display: block;
    margin-bottom: 30px;
}
.modal__box .modal__desc {
    font-size: 13px;
    margin-top: 30px;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}
.modal__box .modal__desc span {
    color: #00a4f9;
    font-weight: bold;
}
.modal__box .modal__desc span:after {
    content: "：";
    color: #000;
}
.modal__content {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.modal__content p a {
    color: #00a4f9;
    text-decoration: underline;
}
.event-share-list {
    font-size: 0;
    letter-spacing: -2px;
    text-align: center;
}
.event-share-list__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.event-share-list__item:last-child {
    margin-right: 0;
}
.event-share-list__link {
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    color: #00a4f9;
}
.event-share-list__link.-tw,
.event-share-list__link.--tw .event-share-list__link.is-tw {
    color: #00a4f9;
}
.event-share-list__link.-fb,
.event-share-list__link.--fb,
.event-share-list__link.is-fb {
    color: #003680;
}
.event-share-list__link.-line,
.event-share-list__link.--line,
.event-share-list__link.is-line {
    color: #00b900;
    font-size: 34px;
}
.member-section {
    border-bottom: 1px solid #e6e6e6;
    padding: 50px 0;
}
.member-section:first-child {
    padding-top: 0;
}
.member-section:last-child {
    padding-bottom: 0;
    border: none;
}
.member-list {
    display: flex;
    flex-wrap: wrap;
}
.member-list__item {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
}
.member-list__item.-col3 {
    width: -webkit-calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
    margin-right: -webkit-calc(15px * 4 / 3);
    margin-right: calc(15px * 4 / 3);
}
.member-list__item.-col3:nth-of-type(4n) {
    margin-right: 0;
}
.member-list__item.-col4 {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    margin-right: -webkit-calc(15px * 3 / 2);
    margin-right: calc(15px * 3 / 2);
}
.member-list__item.-col4:nth-of-type(3n) {
    margin-right: 0;
}
.member-list__item.-col6 {
    width: -webkit-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
    margin-right: -webkit-calc(15px * 2 / 1);
    margin-right: calc(15px * 2 / 1);
}
.member-list__item.-col6:nth-of-type(2n) {
    margin-right: 0;
}
.member-list__item a {
    display: block;
    color: #000;
}
.member-list__item a:hover {
    opacity: 0.6;
}
.member-list__image {
    display: block;
}
.member-list__image-wrap {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
    background-color: #fafafa;
}
.member-list__image-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
}
.member-list__content {
    background-color: #f0f0f0;
    text-align: center;
    padding-bottom: 15px;
}
.member-list__num {
    font-size: 50px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
}
.member-list__name {
    font-size: 28px;
    font-weight: bold;
    padding: 0 1em;
}
.member-list__name-en {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    font-size: 15px;
}
.member-list__pos {
    font-size: 15px;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.6;
    border-bottom: 1px solid #fff;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.partner-list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.partner-list li {
    width: 25%;
    padding: 10px;
}
.partner-2021-list {
    display: flex;
    flex-wrap: wrap;
}
.partner-2021-list--lv1 li {
    width: 33.3333%;
    padding: 10px;
}
.partner-2021-list--lv2 li {
    width: 25%;
    padding: 10px;
}
.partner-2021-list--lv3 li {
    width: 20%;
    padding: 10px;
}
.partner-2021-list--lv4 li,
.partner-2021-list--lv5 li,
.partner-2021-list--lv6 li {
    width: 16.6666%;
    padding: 10px;
}
.partner-card {
    height: 100%;
}
.partner-card__image {
    margin: 0 auto;
    width: 90%;
    padding-top: 40%;
    margin-bottom: 5%;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.partner-card__link {
    display: block;
    color: #000 !important;
    padding: 5px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    word-break: break-all;
}
a.partner-card__link:hover {
    opacity: 0.5;
}
.partner-card__name {
    font-size: 13px;
    line-height: 1.4 !important;
    padding: 0 5%;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0 !important;
}
.clubmember-manual__content {
    margin-bottom: 30px;
}
.clubmember-manual__content:last-child {
    margin-bottom: 0;
}
.clubmember-manual__content h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 1em 1.5em;
    background-color: #f0f0f0;
    color: #000;
    margin-bottom: 0.5em;
    margin-top: 3em;
    border-radius: 5px;
}
.clubmember-manual__content h1:first-child {
    margin-top: 0;
}
.clubmember-manual__content h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.clubmember-manual__content p {
    font-size: 16px;
    line-height: 2;
}
.clubmember-manual__content p span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 0.5em;
    opacity: 0.3;
}
.clubmember-manual__content a {
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
    color: #00a4f9;
}
.clubmember-manual__content a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0.2em;
    border: 0.3em solid transparent;
    border-left: 0.5em solid #00a4f9;
}
.clubmember-manual__content a:hover {
    text-decoration: none;
}
.modal-content {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}
.modal-content {
    margin: 100px auto;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4 {
    margin-top: 3em;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.modal-content h1 {
    font-size: 24px;
    background-color: #00a4f9;
    color: #fff;
    line-height: 1;
    padding: -webkit-calc(0.5em + 30px) 30px;
    padding: calc(0.5em + 30px) 30px;
    margin-top: 0;
    width: -webkit-calc(100% + 60px);
    margin-left: -30px;
    margin-top: -30px;
}
.modal-content h2 {
    font-size: 16px;
    border-left: 6px solid #000;
    padding: 1em 0;
    padding-left: 0.8em;
    background-color: #f0f0f0;
}
.modal-content h3 {
    font-size: 16px;
}
.modal-content h4 {
    font-size: 16px;
}
.modal-content p {
    font-size: 16px;
    line-height: 2;
}
.modal-content a {
    color: #00a4f9;
    text-decoration: underline;
}
.modal-content a:hover {
    text-decoration: none;
}
.modal-content ul {
    margin-top: 30px;
}
.modal-content ul.clubmember-manual__list li {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.modal-content ul.clubmember-manual__list li p {
    font-size: 16px;
    line-height: 2;
    padding-left: 50px;
    position: relative;
}
.modal-content ul.clubmember-manual__list li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid #00a4f9;
    border-left: 5px solid #00a4f9;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    transform: rotate(-45deg);
}
.modal-content ul.clubmember-manual__list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-content ul.clubmember-manual__list li:last-child:before {
    display: none;
}
.modal-content ul.clubmember-manual__list li img {
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
.modal-content ul.clubmember-manual__list li span {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    color: #00a4f9;
    background-color: #00a4f9;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -5px;
}
.clubmember-prize__list {
    background-color: #f0f0f0;
    padding: 20px;
}
.clubmember-prize__list li {
    font-size: 16px;
    line-height: 2;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
.clubmember-prize__list li span {
    color: #00a4f9;
    font-weight: bold;
}
.clubmember-prize__list li small {
    font-size: 13px;
}
.clubmember-prize__list li:before {
    content: "";
}
.clubmember-theflie__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.clubmember-theflie__list li {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    margin-right: -webkit-calc(15px * 3 / 2);
    margin-right: calc(15px * 3 / 2);
    margin-bottom: 30px;
}
.clubmember-theflie__list li:nth-of-type(3n) {
    margin-right: 0;
}
.clubmember-theflie__list li a {
    display: block;
}
.clubmember-theflie__list li a:hover {
    opacity: 0.5;
}
.clubmember-theflie__list li img {
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    opacity: 0.3;
}
.clubmember-theflie__list li p {
    font-size: 16px;
    font-weight: bold;
}
.clubmember-theflie__list li a {
    color: #00a4f9;
}
.mfp-close-btn-in .mfp-close {
    background-color: inherit;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 50px;
    margin-left: 450px;
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close:before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
}
.mfp-close-btn-in .mfp-close:after {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.youth-schedule {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.youth-schedule + .youth-schedule {
    margin-top: 3rem;
}
.youth-schedule:last-child {
    margin-bottom: 0;
}
.youth-schedule caption {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.youth-schedule th,
.youth-schedule td {
    font-size: 1.5rem;
    padding: 0.8em 0.5em;
    border-right: 1px solid #e6e6e6;
}
.youth-schedule td {
    border-bottom: 1px solid #e6e6e6;
}
.youth-schedule th {
    background-color: #00a4f9;
    color: #fff;
}
.youth-schedule .youth-schedule-section {
    width: 5%;
}
.youth-schedule .youth-schedule-date {
    width: 13%;
}
.youth-schedule .youth-schedule-kickoff {
    width: 10%;
}
.youth-schedule .youth-schedule-home {
    width: 20%;
}
.youth-schedule .youth-schedule-away {
    width: 20%;
}
.youth-schedule .youth-schedule-venue {
    width: 25%;
}
.youth-schedule .youth-schedule-audience {
    width: 7%;
}
.academy-list {
    margin: 0 -10px -20px -10px;
    display: flex;
    flex-wrap: wrap;
}
.academy-list li {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
}
.academy-list .academy-list__image {
    display: block;
}
.academy-list .academy-list__desc {
    background-color: #fff;
    padding: 1rem 1.2rem;
}
.academy-list .academy-list__name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.academy-list .academy-list__name span {
    font-size: 0.7em;
    margin-left: 0.1em;
}
.academy-list .academy-list__name span.s1:before {
    content: "★";
    color: #00a4f9;
}
.academy-list .academy-list__name span.s2:before {
    content: "☆";
    color: #00a4f9;
}
.academy-list .academy-list__name span.s3:before {
    content: "★";
    color: #003680;
}
.academy-list .academy-list__bar {
    background-color: #00a4f9;
    height: 3rem;
    line-height: 3rem;
}
.academy-list .academy-list__pos {
    color: #00a4f9;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1.2rem;
    float: left;
}
.academy-list .academy-list__u {
    font-size: 1.4rem;
    float: right;
    background-color: #003586;
    color: #fff;
    font-weight: bold;
    padding: 0 1rem;
}
.academy-list .academy-list__info {
    font-size: 1.4rem;
    line-height: 1.5;
}
.academy-sample-list {
    margin-top: 2rem;
}
.academy-sample-list li {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.3rem;
}
.academy-sample-list li span.blue {
    color: #00a4f9;
}
.academy-sample-list li span.bblue {
    color: #003680;
}
.academy-sample-list li:last-child {
    margin-right: 0;
}
.ymca-slide {
    height: 300px;
}
.ymca-slide li {
    height: 300px;
}
.ymca-slide li img {
    display: block;
    height: 100%;
    width: auto;
}
.ymca-philosophy-list {
    display: flex;
    justify-content: space-around;
}
.ymca-philosophy-list li {
    width: 13rem;
    height: 13rem;
    line-height: 13rem;
    background-color: #00a4f9;
    border-radius: 50%;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.ymca-txt strong {
    font-weight: bold;
    color: #00a4f9;
}
.ymca-chart {
    padding: 2rem;
    background-color: #e6e6e6;
    margin-top: 2rem;
}
.ymca-chart h2 {
    font-size: 2rem;
    font-weight: bold;
}
.ymca-chart h2 small {
    font-size: 0.6em;
}
.ymca-chart p {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.ymca-chart--blue {
    background-color: #00a4f9;
}
.ymca-chart--blue h2 {
    color: #fff;
}
.ymca-chart-list {
    display: flex;
    justify-content: flex-start;
    margin: 0 -10px;
    margin-top: 1rem;
}
.ymca-chart-list li {
    padding: 0 10px;
    flex-grow: 1;
}
.ymca-chart-list li div {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 2rem;
    border-radius: 5px;
}
.p-movie-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: 30px;
}
.p-movie-list__item {
    width: 50%;
    padding: 10px;
    margin-bottom: 15px;
}
.p-movie-list__frame {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 5px;
}
.p-movie-list__frame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-flex-table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-radius: 2rem;
    box-shadow: 0px 0px 0.6rem rgba(0, 0, 0, 0.2);
}
.p-flex-table td {
    font-size: 1.6rem;
    padding: 1em;
    border-right: 1px solid #ccc;
}
.p-flex-table td:last-child {
    border-right: none;
}
.p-flex-table tr:nth-of-type(2n) {
    background-color: #e6e6e6;
}
.p-flex-table-btn {
    display: block;
    height: 2.8rem;
    line-height: 2.8rem;
    width: 100%;
    border-radius: 1.4rem;
    background-color: #00a4f9;
    color: #fff;
    text-align: center;
}
.game-header {
    padding: 80px;
    background-color: #00a4f9;
    text-align: center;
}
.game-header__ttl {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}
.game-score {
    overflow: hidden;
    position: relative;
}
.game-score-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.game-score-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.game-score__header {
    display: block;
}
.game-movie {
    background-color: #00a4f9;
}
.interactive-movie {
    background: linear-gradient(#00a4f9 0%, #001127 100%);
    background-color: #00a4f9;
}
.game-gallery--item {
    height: 200px;
}
.game-gallery--item img {
    display: block;
    height: 100%;
    width: auto;
}
.movie-wrap {
    position: relative;
    padding-top: 56.25%;
}
.movie-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.game-score__header-home,
.game-score__header-away {
    height: 40px;
    line-height: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    text-align: center;
    width: 50%;
}
.game-score__header-home {
    background-color: #00a4f9;
    color: #fff;
    float: left;
}
.game-score__header-away {
    background-color: #fff;
    color: #00a4f9;
    float: right;
}
.game-score__content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.game-score__content-logo {
    width: 20%;
}
.game-score__content-logo img {
    width: 100%;
}
.game-score__content-score {
    width: 20%;
    color: #fff;
    font-size: 18rem;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    line-height: 1;
}
.game-score__content-detail {
    width: 20%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.game-score__content-table {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.game-score__content-table td {
    vertical-align: middle;
}
.game-score__content-table th {
    font-weight: bold;
    vertical-align: middle;
}
.game-score__time {
    width: 600px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
}
.game-score__time:last-child {
    margin-bottom: 0;
}
.game-score__time-txt {
    font-weight: bold;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    text-align: center;
}
.game-score__time-list {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 20px;
}
.game-member {
    background-color: gray;
    background-color: rgba(0, 0, 0, 0.6);
}
.game-member__group-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.game-member__group {
    width: 50%;
}
.game-member__group:first-child {
    padding-right: 5px;
}
.game-member__group:last-child {
    padding-left: 5px;
}
.member__group-col-wrap {
    display: flex;
    flex-wrap: wrap;
}
.game-member__team-name {
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}
.game-member__team-name img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: auto;
    margin-right: 0.5em;
}
.game-member__group-col {
    width: 50%;
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5px;
}
.game-member__group-col table {
    width: 100%;
    margin-bottom: 30px;
}
.game-member__group-col table:last-child {
    margin-bottom: 0;
}
.game-member__group-col caption {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.game-member__group-col td {
    vertical-align: top;
}
.game-member__group-col td:first-child {
    text-align: right;
    width: 2em;
}
.game-member__group-col td:nth-of-type(2) {
    font-weight: bold;
    padding: 0 10px;
    width: 2em;
}
.game-member__group-col td:last-child {
    text-align: left;
    padding-right: 1em;
}
hr {
    margin: 0 auto;
}
.game-enviroment {
    background-color: rgba(0, 0, 0, 0.8);
}
.game-enviroment__ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.game-enviroment__list {
    display: flex;
    flex-wrap: wrap;
}
.game-enviroment__list li {
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    width: -webkit-calc(100% / 5 - 5px * 4 / 5);
    width: calc(100% / 5 - 5px * 4 / 5);
}
.game-enviroment__list li:nth-of-type(5n) {
    margin-right: 0;
}
.game-enviroment__list dl {
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: gray;
    font-size: 1.4rem;
    color: #fff;
}
.game-enviroment__list dl dt,
.game-enviroment__list dl dd {
    padding: 0.5em 0;
}
.game-enviroment__list dl dt {
    background-color: #000;
}
.game-enviroment__list dl dd {
    background-color: rgba(0, 0, 0, 0.6);
}
.rank-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.rank-table tr.highlight th,
.rank-table tr.highlight td {
    background-color: #f0f0f0;
}
.rank-table th,
.rank-table td {
    font-size: 1.5rem;
    border: 1px solid #ddd;
    padding: 8px 20px;
    text-align: center;
    position: relative;
}
.rank-table th span,
.rank-table td span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.rank-table th img,
.rank-table td img {
    width: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.rank-table th {
    background-color: #00a4f9;
    color: #fff;
}
.league-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
}
.league-table .league-game-tr > th,
.league-table .league-game-tr > td {
    font-size: 14px;
    vertical-align: middle;
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
}
.league-table .league-game-tr > th {
    background-color: #00a4f9;
    color: #fff;
}
.league-table .league-game-tr > td {
    color: #000;
}
.league-section {
    width: 5%;
}
.league-desc {
    width: 15%;
}
.league-match {
    width: 60%;
}
.league-match--ticket {
    width: 20%;
}
.league-match--5 {
    width: 5%;
}
.league-match--10 {
    width: 10%;
}
.league-match--15 {
    width: 15%;
}
.league-match--20 {
    width: 20%;
}
.league-link {
    width: 20%;
}
.league-game {
    width: 100%;
}
.league-game-team {
    width: 40%;
    text-align: center;
}
.league-game-team img,
.league-game-team p {
    display: inline-block;
    vertical-align: middle;
}
.league-game-team img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.league-game-team p {
    display: inline-block;
}
.league-game-score {
    width: 7%;
    font-size: 50px;
    text-align: center;
    font-family: "bebas", sans-serif;
}
.league-game-vs {
    width: 6%;
    font-weight: bold;
    text-align: center;
}
.league-game-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #00a4f9;
    margin-bottom: 15px;
}
.league-game-btn--orange {
    background-color: #f0831e;
}
.league-game-btn:last-child {
    margin-bottom: 0;
}
.player-header {
    background-color: #00a4f9;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: url("../img/top/top-match-bg.png") no-repeat center center;
    background-size: cover;
}
.player-header__inner {
    width: 90%;
    margin: 0 auto;
}
.player-header__name-en {
    z-index: 3;
    color: #fff;
    font-size: 13rem;
    line-height: 1;
    height: 13rem;
    text-align: center;
    font-family: "bebas", sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin: auto;
    transform: skew(-10deg);
}
.player-header__image {
    height: 1200px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 2rem);
}
.player-header__num {
    font-size: 5rem;
    height: 5rem;
    line-height: 1;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: #fff;
    font-family: "bebas", sans-serif;
    width: 100%;
    text-align: center;
    transform: skew(-10deg) translate(0, 15rem);
}
.player-content {
    text-align: center;
}
.player-name {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 60px;
}
.player-name:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #00a4f9;
    width: 20px;
    height: 5px;
    transform: skew(-30deg);
}
.player-name span {
    font-size: 1.4rem;
    font-family: "bebas", sans-serif;
    letter-spacing: 0.15em;
    font-weight: normal;
    display: block;
    margin-top: 0.3rem;
}
.player-profile {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.player-profile li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.player-profile li span {
    display: inline-block;
    width: 30%;
    color: #00a4f9;
    font-weight: bold;
}
.player-profile li:nth-of-type(2n) {
    margin-right: 0;
}
.player-qa {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 50px;
}
.player-qa__list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}
.player-qa__list dt,
.player-qa__list dd {
    width: 50%;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.player-qa__list dt:last-child,
.player-qa__list dd:last-child {
    border-bottom: none;
}
.player-qa__list dt {
    border-right: 1px solid #ccc;
    background-color: #f0f0f0;
}
.ashinaga-item-list {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.ashinaga-item-list li {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.ashinaga-item-list__img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.ashinaga-item-list__img img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ashinaga-item-list__ttl {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1em;
}
.ashinaga-item-list__txt {
    font-size: 14px;
    margin-bottom: 1em;
}
.ashinaga-item-list__period {
    font-size: 14px;
    font-weight: bold;
    height: 1.6em;
    line-height: 1.6em;
    display: inline-block;
    padding: 0 1em;
    border: 1px solid #000;
}
.p-ttl-serif {
    font-size: 28px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 2em;
    text-align: center;
}
.ashinaga-box {
    width: 80%;
    border: 1px solid #fff;
    padding: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
}
.ashinaga-box h2 {
    font-size: 22px;
    line-height: 2;
    margin-bottom: 1em;
}
.ashinaga-box p {
    font-size: 1.6rem;
    line-height: 2;
}
.ashinaga-txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2em;
    color: #fff;
}
.ashinaga-benefits-list {
    display: flex;
    margin-bottom: -30px;
    align-items: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.ashinaga-benefits-list li {
    display: flex;
    align-items: center;
    width: -webkit-calc(33.3333% - 30px * 2 / 3);
    width: calc(33.3333% - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 2px solid #00a4f9;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.ashinaga-benefits-list li:nth-of-type(3n) {
    margin-right: 0;
}
.ashinaga-benefits-list li p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.ashinaga-benefits-list li small {
    font-size: 14px;
}
.p-btn-round {
    width: 400px;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    font-weight: bold;
    background-color: #00a4f9;
    border-radius: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.p-btn-round--white {
    background-color: #fff;
    color: #00a4f9;
}
.p-btn-round--small {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    padding: 0 2em;
}
.p-ashinaga-txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 10rem;
}
.p-ashinaga-txt--white {
    color: #fff;
}
.p-ashinaga-txt--mb30 {
    margin-bottom: 5rem;
}
.p-ashinaga-txt--center {
    text-align: center;
}
.p-ashinaga-comment {
    display: flex;
    align-items: center;
}
.p-ashinaga-comment__image {
    width: 35%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-top: 38%;
    overflow: hidden;
    position: relative;
}
.p-ashinaga-comment__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
}
.p-ashinaga-comment__text {
    width: 70%;
    border: 3px solid #f0f0f0;
    padding: 3%;
    box-sizing: border-box;
    border-radius: 5px;
}
.p-ashinaga-comment__text h2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 2em;
    letter-spacing: 0.02em;
}
.p-ashinaga-comment__text h2 span {
    font-size: 0.5em;
    margin-left: 1em;
}
.p-ashinaga-comment__text p {
    margin-bottom: 0 !important;
}
.assist-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    font-weight: bold;
}
.assist-table th,
.assist-table td {
    text-align: center;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0.5em 1em;
}
.assist-table th {
    color: #fff;
}
.assist-table .blue {
    background-color: #00a4f9;
}
.assist-table .bblue {
    background-color: #003680;
}
.assist-table .orange {
    background-color: #f08437;
}
.assist-table .light-orange {
    background-color: #f08437;
    opacity: 0.75;
}
.assist-table .blue-txt {
    color: #00a4f9;
    font-weight: bold !important;
}
.assist-table .bblue-txt {
    color: #003680;
    font-weight: bold !important;
}
.assist-table tr.content {
    background-color: #fff;
}
.assist-table tr.content:nth-of-type(2n) {
    background-color: #f5f5f5;
}
.assist-table .table-ttl {
    text-align: left;
}
.assist-list {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: -30px;
}
.assist-list > li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
}
.assist-list__img {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
.assist-list__img img {
    width: 100%;
    height: auto;
    display: block;
}
.assist-list__ttl {
    font-size: 1.8rem;
    color: #00a4f9;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.assist-list__ttl span {
    font-size: 0.5em;
    color: #000;
    display: block;
}
.assist-list__list {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.assist-list__list li {
    width: 100%;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.2em;
}
.assist-list__list li span {
    color: #00a4f9;
    font-size: 0.5em;
}
.assist-list__list li:before {
    content: "●";
    color: #00a4f9;
}
.ac-table-caution {
    font-size: 1.1rem;
    text-align: right;
}
.assist-list__caution {
    font-size: 1.1rem;
}
.ac-header {
    background: url("../img/partner/assist-corporation/header-100.jpg") center
        bottom;
    background-size: cover;
    padding: 80px 0 420px 0;
    text-align: center;
}
.ac-header__inner {
    width: 90%;
    margin: 0 auto;
}
.ac-header__title {
    color: #fff;
    font-size: 4.4rem;
    margin-bottom: 0.5em;
}
.ac-header__text {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
}
.ac-description {
    text-align: center;
    padding: 5rem 0;
    background-color: #eeeeee;
}
.ac-description__title {
    font-size: 3.4rem;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 3rem;
}
.ac-description__top {
    margin-bottom: 5rem;
}
.ac-description__sdgsIcon {
    margin-bottom: 3rem;
}
.ac-description__topIconList {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
.ac-description__topIconList li {
    margin: 1rem;
}
.ac-description__text {
    font-size: 1.6rem;
    line-height: 1.6;
}
.ac-description__bottomList {
    text-align: left;
    display: flex;
    margin: 0 -1rem;
}
.ac-description__bottomList li {
    width: 25%;
    padding: 0 1rem;
}
.ac-description__bottomList li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.ac-description__bottomList li p {
    font-size: 1.3rem;
}
.yac-body {
    min-width: 1050px;
}
.yac-nav {
    width: 100%;
    height: 7rem;
    background-color: #00a4f9;
}
.yac-nav__inner {
    padding: 0 2rem;
    display: flex;
    height: 7rem;
    align-items: center;
    justify-content: space-between;
}
.yac-nav__logo {
    width: 28rem;
}
.yac-nav__logo img {
    display: block;
}
.yac-nav__list {
    display: flex;
    font-size: 1.2rem;
}
.yac-nav__list li {
    margin-right: 1.2em;
}
.yac-nav__list li:last-child {
    margin-right: 0;
}
.yac-nav__list li a {
    color: #fff;
}
.yac-nav__list li a:hover {
    color: #000;
}
.yac-pagenav {
    background-color: #00a4f9;
}
.yac-pagenav__list {
    display: flex;
    height: 7rem;
    align-items: center;
    justify-content: center;
}
.yac-pagenav__list li {
    font-size: 1.3rem;
    margin-right: 1.5em;
}
.yac-pagenav__list li:last-child {
    margin-right: 0;
}
.yac-pagenav__list li a {
    color: #fff;
}
.yac-pagenav__list li a:hover {
    color: #000;
}
.yac-title {
    margin-bottom: 2em;
    color: #00a4f9;
    font-size: 2rem;
    font-weight: bold;
}
.yac-title--en {
    font-size: 2.4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: normal;
}
.yac-section {
    width: 100%;
    margin: 10rem auto;
}
.yac-section--gray {
    background-color: #e6e6e6;
}
.yac-section--background {
    padding: 10rem 0;
    margin: 0 auto;
}
.yac-section--vision-achievement {
    background: url("../img/academy/vision-achievement.jpg") no-repeat center
        center;
    background-size: cover;
}
.yac-section--center {
    text-align: center;
}
.yac-section--player {
    background: url("../img/academy/border.png") no-repeat right center #003586;
    background-size: auto 100%;
}
.yac-section__inner {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
}
.yac-section__inner--small {
    max-width: 980px;
}
.yac-section__inner--xsmall {
    max-width: 670px;
}
.yac-section__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.yac-section__text {
    font-size: 1.8rem;
}
.yac-button {
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    height: 6rem;
    line-height: 6rem;
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 0 2em;
    border: 1px solid #00a4f9;
    color: #00a4f9;
    position: relative;
}
.yac-button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.4rem solid transparent;
    border-left: 0.7rem solid #00a4f9;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translate(0, -30%);
}
.yac-button:hover {
    background-color: #00a4f9;
    color: #fff;
}
.yac-button:hover:before {
    border-left: 0.7rem solid #fff;
}
.yac-button__wrap {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 2em;
}
.yac-button--white {
    color: #fff;
    border: 1px solid #fff;
}
.yac-button--white:before {
    border-left: 0.7rem solid #fff;
}
.yac-player__header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.yac-player__text {
    width: 50%;
    order: 2;
}
.yac-player__image {
    width: 50%;
    order: 1;
}
.yac-player__category {
    font-size: 5rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #00a4f9;
}
.yac-player__name-jp {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.5em 0 0.3em 0;
    color: #fff;
}
.yac-player__name-en {
    font-size: 3rem;
    margin-bottom: 0.5em;
    font-family: "Barlow Condensed", sans-serif;
    color: #00a4f9;
}
.yac-player__description {
    font-size: 2.5rem;
    line-height: 2;
    color: #fff;
}
.yac-player__description span {
    font-size: 0.8em;
}
.yac-player__information {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 3rem;
}
.yac-player__information:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.yac-player__informationTitle {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #00a4f9;
}
.yac-player__informationText {
    font-size: 1.8rem;
    line-height: 1.6;
}
.yac-player__career {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
}
.yac-player__career dt {
    width: 30%;
    font-weight: bold;
}
.yac-player__career dd {
    width: 70%;
}
.yac-text {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
}
.yac-text--white {
    color: #fff;
}
.yac-text + img {
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
    width: 100%;
    max-width: 980px;
    height: auto;
}
.yac-category-list {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    margin-top: 2em;
}
.yac-category-list li {
    font-weight: bold;
    margin-right: 1em;
}
.yac-category-list li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.yac-category-list li:last-child:after {
    display: none;
}
.yac-category-list li a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    border-radius: 2.5rem;
    padding: 0 2em;
    box-sizing: border-box;
    border: 1px solid #00a4f9;
    color: #00a4f9;
}
.yac-category-list li a.is-active {
    background-color: #00a4f9;
    color: #fff;
    pointer-events: none;
}
.yac-category-list li a:hover {
    background-color: #00a4f9;
    color: #fff;
}
.yac-intro__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.yac-col {
    width: 50%;
    padding: 0 15px;
    text-align: center;
}
.yac-col__container {
    display: flex;
    margin: 0 -15px;
}
.yac-col__image {
    width: 100%;
    padding-top: 56.25%;
    background-color: #f0f0f0;
    margin-bottom: 2rem;
    position: relative;
}
.yac-col__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yac-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40rem;
    background-color: #f0f0f0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/2025-academy/academy-top-banner.jpg");
}
.yac-header:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.yac-header__title {
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.yac-header__logo {
    width: 50rem;
    height: auto;
}
.yac-header--top {
    height: 60rem;
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/10/academy-kv.jpg");
}
.yac-header--vision {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/2025-academy/academy-top-banner.jpg");
}
.yac-top-largeContent {
    text-align: center;
    position: relative;
}
.yac-top-largeContent__block {
    width: 100%;
    background-color: #f0f0f0;
    height: 35rem;
    position: relative;
    margin-bottom: 15rem;
    overflow: hidden;
}
.yac-top-largeContent__block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yac-top-largeContent__title {
    position: absolute;
    left: 50%;
    top: 35rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #00a4f9;
    font-size: 10rem;
    text-align: center;
    margin-top: -0.5em;
    z-index: 100;
    transform: translate(-50%, 0);
}
.yac-top-largeContent__title span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
}
.yac-top-slide__item {
    border: 2px solid #fff;
}
.yac-top-slide__image {
    height: 35rem;
    width: 50rem;
    position: relative;
    overflow: hidden;
}
.yac-top-slide__image img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    width: 60rem;
    object-fit: cover;
}
.yac-top-sponsor-list {
    display: flex;
    margin: 0 -3rem;
}
.yac-top-sponsor-list li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 3rem;
    margin-bottom: 6rem;
}
.yac-vision-block {
    width: 50%;
}
.yac-vision-block img {
    display: block;
    margin: 0 auto;
}
.yac-vision-block img.w60 {
    width: 60%;
}
.yac-vision-block__container {
    display: flex;
}
.yac-vision-block__container--reverse .yac-vision-block:first-child {
    order: 2;
}
.yac-vision-block__container--reverse .yac-vision-block:last-child {
    order: 1;
}
.yac-vision-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    color: #00a4f9;
    margin-bottom: 1em;
}
.yac-vision-title span {
    font-size: 0.7em;
    font-family: "Barlow Condensed", sans-serif;
    display: block;
    font-weight: normal;
}
.yac-vision-title--black {
    color: #444;
}
.yac-vision-title--white {
    color: #fff;
}
.yac-vision-section {
    position: relative;
}
.yac-vision-section__copy {
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.yac-vision-section__copy span {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: normal;
    font-size: 7.2rem;
}
.yac-vision-section__text {
    width: 100%;
    max-width: 650px;
    display: inline-block;
}
.yac-vision-section__block {
    position: absolute;
    right: 0;
    top: 0;
}
.yac-vision-section__w100 {
    width: 100%;
    display: block;
}
.yac-vision-section__w100 img {
    display: block;
    width: 100%;
    height: auto;
}
.yac-vision-section--reverse {
    text-align: right;
}
.yac-vision-section--reverse .yac-vision-section__text p {
    text-align: left;
}
.yac-vision-section--reverse .yac-vision-section__block {
    left: 0;
    top: 0;
}
.yac-promotion-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}
.yac-promotion-list li {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: left;
}
.yac-promotion-list__content {
    display: flex;
    align-items: center;
}
.yac-promotion-list__image {
    width: 50%;
    padding-top: 50%;
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
}
.yac-promotion-list__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yac-promotion-list__text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}
.yac-promotion-list__year {
    font-size: 2.6rem;
    color: #00a4f9;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 0.5em;
}
.yac-promotion-list__name {
    font-size: 2.6rem;
    font-weight: bold;
}
.yac-promotion-list__name span {
    display: block;
    font-size: 2rem;
    font-weight: normal;
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
}
.yac-promotion-list__career {
    font-size: 1.3rem;
    margin-top: 20px;
}
.yac-promotion-list__career span {
    color: #00a4f9;
}
.yac-promotion-list__career p {
    line-height: 1.6;
}
.yac-chronicle {
    font-size: 1.3rem;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.yac-chronicle .year,
.yac-chronicle .record,
.yac-chronicle .promotion {
    font-weight: bold;
}
.yac-chronicle .year {
    width: 10%;
}
.yac-chronicle .promotion {
    width: 20%;
}
.yac-chronicle tr th,
.yac-chronicle tr td {
    background-color: #fff;
    border: 1px solid #fcfcfc;
    padding: 1em 2em;
}
.yac-chronicle tr:nth-of-type(2n) th,
.yac-chronicle tr:nth-of-type(2n) td {
    background-color: #f0f0f0;
}
.section-beer-top {
    background: url("../img/page/kickofbeer/beer_bg.jpg") no-repeat center
        center;
    background-size: cover;
    text-align: center;
}
.section-beer-top h1 {
    margin-bottom: 50px;
}
.section-beer-top h2 {
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}
.section-beer-top p {
    margin-bottom: 30px;
}
.section-beer-desc {
    background-color: #f2f2f2;
}
.beer-ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #00a4f9;
    margin-bottom: 100px;
}
.beer-ttl--small {
    margin-top: 100px;
    margin-bottom: 30px;
}
.beer-ttl span {
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    display: block;
}
.p-beer-txt {
    font-size: 16px;
    line-height: 2;
}
.p-beer-txt--white {
    color: #fff;
}
.p-beer-txt--bold {
    font-weight: bold;
}
.p-beer-txt--center {
    text-align: center;
}
.beer-detail-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.beer-detail-flex__item--01 {
    order: 1;
    width: 55%;
}
.beer-detail-flex__item--01 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}
.beer-detail-flex__item--01 p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.beer-detail-flex__item--01 p span {
    font-size: 30px;
    font-weight: bold;
    vertical-align: medium;
}
.beer-detail-flex__item--01 .box {
    background-color: #fff;
    padding: 20px;
}
.beer-detail-flex__item--01 .box b {
    color: red;
}
.beer-detail-flex__item--02 {
    order: 2;
    width: 45%;
    text-align: center;
}
.beer-detail-flex__item--03 {
    order: 3;
    width: 100%;
    padding-top: 50px;
}
.beer-detail-flex__item--03 h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.beer-detail-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.beer-detail-list li {
    width: -webkit-calc(33.33% - 30px * 2 / 3);
    width: calc(33.33% - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
}
.beer-detail-list li:nth-of-type(3n) {
    margin-right: 0;
}
.beer-detail-list li h3 {
    font-size: 16px;
    font-weight: bold;
}
.beer-detail-list li b {
    font-weight: bold;
}
.beer-step-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.beer-step-list li {
    width: -webkit-calc(33.33% - 30px * 2 / 3);
    width: calc(33.33% - 30px * 2 / 3);
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}
.beer-step-list li:nth-of-type(3n) {
    margin-right: 0;
}
.beer-step-list li h3 {
    color: #00a4f9;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    text-align: center;
}
.beer-step-list li h3 span {
    padding-left: 0.2em;
}
.beer-step-list li p {
    margin-bottom: 2em;
}
.beer-step-list li b {
    font-weight: bold;
    color: #00a4f9;
}
.beer-step-list li b.bk {
    color: #000;
}
.beer-caution {
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 20px;
}
.beer-btn {
    font-size: 20px;
    color: #fff;
    background-color: #00a4f9;
    height: 60px;
    line-height: 60px;
    padding: 0 2em;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 30px;
    font-weight: bold;
}
.beer-btn--large {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    height: 100px;
    max-width: 300px;
    line-height: 100px;
    border-radius: 50px;
}
.match-beer {
    overflow: hidden;
}
.match-beer .l-inner {
    position: relative;
}
.match-beer p {
    font-weight: bold;
    font-size: 16px;
    width: 60%;
    line-height: 2;
    margin-bottom: 2em;
}
.match-beer .beer_logo {
    display: block;
    margin-bottom: 30px;
}
.match-beer .beer {
    display: block;
    position: absolute;
    width: 350px;
    right: 0;
    top: 50%;
    transform: translate(0, -60%);
}
.tp-page-nav {
    display: block;
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    background-color: #00a4f9;
    font-size: 0;
    letter-spacing: -2px;
    margin: 0;
    text-align: center;
    padding: 0 10rem;
}
.tp-page-nav li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin-right: 1.5em;
    padding-right: 1.5em;
    position: relative;
}
.tp-page-nav li:before {
    content: "";
    display: block;
    width: 1px;
    height: 1.4rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.7rem;
}
.tp-page-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.tp-page-nav li:last-child:before {
    display: none;
}
.tp-page-nav li a {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tp-page-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #00a4f9;
    z-index: 100;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tp-page-nav li a:hover {
    opacity: 0.7;
}
.tp-page-nav li a:hover:before {
    height: 0.5rem;
}
.ticket-note {
    color: #fff;
    margin-top: 16px;
    text-align: center;
}
.ticket-note a{
    color: #00a4f9;
}
.tp-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 3em;
    font-weight: bold;
    color: #00a4f9;
    text-align: center;
}
.tp-title--yellow {
    margin-bottom: 2em;
    color: #fff;
}
.tp-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1em;
}
.tp-system-list {
    display: flex;
    justify-content: center;
    margin: -10px;
    margin-bottom: 50px;
}
.tp-system-list li {
    width: 50%;
    max-width: 370px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.tp-system-list li a {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 1.5;
    padding: 5% 5%;
    box-sizing: border-box;
    position: relative;
    background-color: #00a4f9;
    border-radius: 5px;
}
.tp-system-list li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.tp-system-box__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    color: #00a4f9;
}
.tp-map-wrap {
    width: 980px;
    margin-left: -110px;
}
.tp-star-image {
    display: block;
    width: 100%;
    margin-bottom: 2em;
}
.tp-table-tab {
    display: flex;
    justify-content: space-between;
}
.tp-table-tab__item {
    width: 30%;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    border-top: 2px solid #00a4f9;
    border-right: 2px solid #00a4f9;
    border-left: 2px solid #00a4f9;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #f4d21f;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.tp-table-tab__item:hover {
    opacity: 0.5;
}
.tp-table-tab__item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 5px solid #00a4f9;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.tp-table-tab__item.is-active {
    background-color: #00a4f9;
}
.tp-table-tab__item.is-active:before {
    border-top: 5px solid #fff;
}
.tp-table-content__item {
    padding: 10px;
    border-right: 2px solid #00a4f9;
    border-bottom: 2px solid #00a4f9;
    border-left: 2px solid #00a4f9;
    background-color: #fff;
    display: none;
}
.tp-table-content__item.is-active {
    display: block;
}
.tp-link {
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #00a4f9;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.tp-link__wrap {
    margin-top: 30px;
}
.tp-table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}
.tp-table caption {
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
.tp-table caption span {
    color: #f4d21f;
}
.tp-table caption small {
    font-size: 10px;
    color: #00a4f9;
    display: block;
}
.tp-table tr .tp-table__category {
    font-size: 13px;
    text-align: left;
    padding: 0 0.5em;
    font-weight: bold;
}
.tp-table tr .tp-table__class {
    font-size: 13px;
    text-align: center;
}
.tp-table tr.tp-table__odd td {
    background-color: rgba(0, 164, 249, 0.2);
}
.tp-table tr td {
    border: 1px solid #fff;
    text-align: center;
    font-size: 17px;
    padding: 0.2em 0;
    background-color: rgba(0, 164, 249, 0.1);
    vertical-align: middle;
}
.tp-table tr td.is-hover-col {
    background-color: rgba(0, 164, 249, 0.5);
}
.tp-table tr td.is-hover {
    background-color: rgba(0, 164, 249, 0.8);
    color: #fff;
}
.tp-table__header td {
    line-height: 1.5;
    padding: 0.5em 0;
    font-size: 13px;
    font-weight: bold;
}
.tp-table__header td:first-child {
    width: 180px;
    background-color: #fff;
}
.tp-table__header td:nth-of-type(2) {
    width: 100px;
    background-color: #fff;
}
.tp-table__header td:nth-of-type(3),
.tp-table__header td:nth-of-type(4),
.tp-table__header td:nth-of-type(5),
.tp-table__header td:nth-of-type(6) {
    width: 170px;
    background-color: rgba(0, 164, 249, 0.2);
}
.tp-banner-list {
    display: flex;
    margin: 0 -10px;
    justify-content: center;
}
.tp-banner-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.tp-banner-list li a {
    display: block;
    color: #00a4f9;
    background-color: #fff;
    border-radius: 5px;
    font-size: 24px;
    padding: 1.5em;
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
}
.tp-banner-list li a:before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #000;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transform: translate(-50%, 0);
}
.ko-kv {
    display: block;
    background-color: gray;
    width: 100%;
}
.ko-kv img {
    width: 100%;
    height: auto;
}
.ko-page-navigation {
    background-color: #00a4f9;
}
.ko-page-navigation__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ko-page-navigation__item {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-right: 2em;
    text-align: center;
}
.ko-page-navigation__item:last-child {
    margin-right: 0;
}
.ko-page-navigation__item a {
    display: block;
    padding: 1em 0;
    color: #fff;
    font-weight: bold;
}
.ko-conversion {
    background: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/kickoff-bg-100.jpg")
        no-repeat center center;
    background-size: cover;
}
.ko-conversion__match-information {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    margin-bottom: 30px;
}
.ko-conversion__match-home,
.ko-conversion__match-away {
    text-align: center;
}
.ko-conversion__match-home img,
.ko-conversion__match-away img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.ko-conversion__match-home {
    width: 33.3333%;
}
.ko-conversion__match-away {
    width: 33.3333%;
}
.ko-conversion__match-text {
    width: 33.3333%;
    text-align: center;
}
.ko-conversion__match-title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.ko-conversion__match-title--small {
    font-size: 1.6rem;
}
.ko-conversion__match-date {
    font-size: 16.5rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}
.ko-conversion__match-date--small {
    font-size: "bebas", sans-serif;
    font-size: 9rem;
    text-transform: uppercase;
}
.ko-conversion__match-week {
    font-size: 3rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    padding: 0.05em 0 0.8rem;
    letter-spacing: 0.5em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.ko-conversion__match-time {
    font-size: 5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}
.ko-conversion__match-time--small {
    font-size: 4rem;
}
.ko-conversion__match-stadium {
    font-size: 2.6rem;
    font-weight: bold;
}
.ko-conversion__match-stadium--small {
    font-size: 1.6rem;
}
.ko-conversion__list {
    display: flex;
    margin: 0 -10px;
    justify-content: center;
}
.ko-conversion__list--2022 {
    margin: 3rem auto;
}
.ko-conversion__list li {
    width: 33.3333%;
    padding: 0 10px;
}
.ko-conversion__list li a {
    display: block;
    background-color: #00a4f9;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding: 1.2em 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-indent: 1em;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.ko-conversion__list li a.is-jleague-ticket {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/logo.png");
    background-size: 65px auto;
    border: 1px solid #00a4f9;
}
.ko-conversion__list li a.is-yokohamafc-ticket {
    background-image: url("https://www.yokohamafc.com/wp-content/themes/yokohamafc-2020/assets/img/emblem/296.svg");
    background-size: 40px auto;
    border: 2px solid #00a4f9;
}
.ko-conversion__list li a.is-dazn {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/dazn-logo.png");
    background-size: 40px auto;
    border: 2px solid #fff;
    background-color: #000;
}
.ko-conversion__list li a:before,
.ko-conversion__list li a:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    margin-top: 2px;
    transform: translate(0, -50%);
}
.ko-conversion__list li a:before {
    width: 0;
    height: 0;
    right: 15px;
    top: 50%;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
}
.ko-conversion__list li a:after {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 14px;
    top: 50%;
}
.ko-conversion__list li a:hover {
    transform: scale(1.05, 1.05);
    color: #000;
    background-color: yellow;
}
.ko-conversion__list li a:hover:before {
    border-left: 5px solid #000;
}
.ko-conversion__list li a:hover:after {
    border: 1px solid #000;
}
.ko-conversion__sponsor {
    margin: 30px auto;
}
.ko-conversion__sponsor img {
    width: 100%;
    max-width: 620px;
    display: block;
    margin: 0 auto;
}
.ko-conversion__caution {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
}
.ko-conversion__caution--small {
    font-size: 1.3rem;
    text-align: left;
}
.ko-conversion__caution--small br {
    display: none;
}
.ko-title {
    font-size: 5rem;
    color: #000;
    line-height: 1;
    margin-bottom: 0.8em;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}
.ko-title--small {
    font-size: 4rem;
}
.ko-title--blue {
    color: #00a4f9;
}
.ko-title--white {
    color: #fff;
}
.ko-title--align-left {
    text-align: left;
}
.ko-title span,
.ko-title i {
    font-style: normal;
    display: block;
    font-size: 1.6rem;
    margin-top: 0.5em;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
}
.ko-title i {
    margin-bottom: 1em;
}
.ko-guideline {
    background-color: #00a4f9;
}
.ko-guideline__list {
    margin: 0 -10px;
    display: flex;
}
.ko-guideline__list li {
    display: block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}
.ko-guideline__list li span {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    background-color: gray;
    border-radius: 5px;
}
.ko-pickup-player {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ko-pickup-player:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #00a4f9;
}
.ko-pickup-player__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}
.ko-pickup-player__box {
    width: 60%;
}
.ko-pickup-player__image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - (1100px * 10 / 100) - 30px);
    background-color: gray;
    overflow: hidden;
    z-index: 2;
}
.ko-pickup-player__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.ko-pickup-player__num {
    position: absolute;
    left: 0;
    margin-left: -0.05em;
    top: 0;
    margin-top: -0.3em;
    text-align: left;
    font-size: 80rem;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    z-index: -1;
    color: #fff;
    opacity: 0.3;
}
.ko-pickup-player__name {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    color: #fff;
}
.ko-pickup-player__name span {
    font-size: 0.6em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.ko-pickup-player__info {
    font-size: 3rem;
    color: #f0831e;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.ko-pickup-player__text {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
}
.ko-event {
    padding-bottom: 100px;
}
.ko-event-sort {
    font-size: 1.6rem;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    justify-content: center;
}
.ko-event-sort__item {
    padding: 0.3em 1em;
    border-radius: 1.5em;
    margin: 0 0.5em 0.5em;
    background-color: #e6e6e6;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.ko-event-sort__item:hover {
    opacity: 0.5;
}
.ko-event-sort__item.is-active {
    background-color: #00a4f9;
}
.ko-event-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.ko-event-list .slick-arrow {
    z-index: 100;
}
.ko-event-list .slick-arrow:before {
    color: #000 !important;
}
.ko-event-list .slick-next {
    left: 50%;
    margin-left: 490px;
}
.ko-event-list .slick-prev {
    left: 50%;
    margin-left: -490px;
}
.ko-event-list__item {
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.ko-event-list__item--small {
    width: 300px;
}
.ko-event-list__item--2022 {
    width: 25%;
}
.ko-event-list__item--2022-small {
    width: 20%;
}
.ko-event-list__item a {
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.ko-event-list__item a:hover {
    cursor: pointer !important;
    opacity: 0.6;
}
.ko-event-list__item[data-event-term~="pickup"] {
    position: relative;
}
.ko-event-list__item[data-event-term~="pickup"]:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 59px;
    background: url("../img/event/pickup@2x.png") no-repeat center center;
    background-size: contain;
    right: 25px;
    top: -10px;
    pointer-events: none;
}
.ko-event-list__link {
    display: block;
    color: #000;
    background-color: #f2f2f2;
}
.ko-event-list__text {
    padding: 15px;
}
.ko-event-list__image {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
}
.ko-event-list__image--square {
    padding-top: 100%;
}
.ko-event-list__image img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ko-event-list__title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
}
.ko-event-list__time {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    opacity: 0.5;
}
.ko-event-list__place {
    font-size: 1.1rem;
    opacity: 0.5;
}
.ko-event-list__button {
    color: #fff;
    background-color: #00a4f9;
    width: 100%;
    line-height: 1;
    padding: 0.5em 0;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
}
.ko-event-list__button:before,
.ko-event-list__button:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    pointer-events: none;
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover .ko-event-list__button:before,
a:hover .ko-event-list__button:after {
    transform: translate(0, -50%) rotate(360deg) scale(1.05, 1.05);
}
.ko-event-list__button:before {
    width: 10px;
    height: 1px;
    right: 10px;
}
.ko-event-list__button:after {
    width: 1px;
    height: 10px;
    right: 15px;
}
.ko-sub-event {
    margin-bottom: 5rem;
}
.ko-sub-event__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.8em;
}
.ko-timetable {
    width: 100%;
    background-color: #efefef;
}
.ko-timetable__item {
    display: flex;
}
.ko-timetable__time {
    display: block;
    font-size: 2rem;
    padding: 2rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 17%;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.ko-timetable__name {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    padding: 2rem;
    box-sizing: border-box;
    width: 83%;
}
.ko-gourmet {
    padding: 60px 0;
}
.ko-ticket {
    background-color: #efefef;
}
.ko-ticket__caption {
    font-size: 1.3rem;
    margin-top: 1em;
}
.ko-hr {
    margin-bottom: 60px;
    display: block;
}
.ko-hr--no-margin {
    margin-bottom: 0;
}
.ko-stadium__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.ko-stadium__content > div {
    padding: 0 20px;
}
.ko-stadium__figure {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.ko-stadium__map {
    width: 50%;
}
.ko-stadium__detail {
    width: 50%;
}
.ko-stadium__name {
    font-size: 2.4rem;
    font-weight: bold;
}
.ko-stadium__address {
    font-size: 1.6rem;
    margin-bottom: 1em;
    font-weight: bold;
}
.ko-stadium__access {
    font-size: 1.6rem;
}
.ko-goods {
    background-color: #00a4f9;
    padding: 60px 0;
}
.ko-goods__button {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    width: 70%;
    max-width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #00a4f9;
    background-color: #fff;
}
.ko-stadium-goods {
    border: 1px solid #fff;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.ko-stadium-goods__image {
    width: 40%;
    padding-right: 30px;
    box-sizing: border-box;
}
.ko-stadium-goods__text {
    width: 60%;
    box-sizing: border-box;
}
.ko-stadium-goods__place {
    font-size: 1.6rem;
    line-height: 2;
    color: #000;
}
.ko-floating {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    z-index: 100;
}
.ko-floating__inner {
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
    max-width: 980px;
}
.ko-floating__nav {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}
.ko-floating__nav li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 10px;
}
.ko-floating__nav li a {
    display: block;
    font-size: 1.8rem;
    padding: 1em 3em;
    line-height: 1;
    color: #000;
    background-color: #00a4f9;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.ko-floating__nav li a.is-jleague-ticket {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/logo.png");
    background-size: 65px auto;
    border: 1px solid #00a4f9;
}
.ko-floating__nav li a.is-yokohamafc-ticket {
    background-image: url("https://www.yokohamafc.com/wp-content/themes/yokohamafc-2020/assets/img/emblem/296.svg");
    background-size: 40px auto;
    border: 1px solid #00a4f9;
}
.ko-floating__nav li a.is-dazn {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/dazn-logo.png");
    background-size: 40px auto;
    border: 1px solid #fff;
    background-color: #000;
}
.ko-floating__nav li a:before,
.ko-floating__nav li a:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    margin-top: 2px;
    transform: translate(0, -50%);
}
.ko-floating__nav li a:before {
    width: 0;
    height: 0;
    right: 15px;
    top: 50%;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
}
.ko-floating__nav li a:after {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 14px;
    top: 50%;
}
.ko-floating__nav li a:hover {
    transform: scale(1.05, 1.05);
    color: #000;
    background-color: yellow;
}
.ko-floating__nav li a:hover:before {
    border-left: 5px solid #000;
}
.ko-floating__nav li a:hover:after {
    border: 1px solid #000;
}
.pf2021-header {
    width: 100%;
    background-color: #000;
    height: 800px;
    overflow: hidden;
}
.pf2021-header__inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
.pf2021-header__image {
    position: absolute;
    right: 0;
    top: 10%;
    width: 45%;
    z-index: 2;
    filter: saturate(80%) contrast(1.3);
}
.pf2021-header__bg-image {
    position: absolute;
    right: -10%;
    top: -5%;
    width: 120%;
    max-width: 200%;
    z-index: 0;
    filter: saturate(0%) contrast(2);
    opacity: 0.15;
}
.pf2021-header__en-name {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0%;
    line-height: 0.8;
    z-index: 1;
}
.pf2021-header__jp-name {
    font-weight: bold;
    color: #fff;
    font-size: 8rem;
    padding-top: 50%;
    margin-bottom: 0;
    margin-bottom: 0;
    vertical-align: top;
}
.pf2021-header__num {
    display: inline-block;
    vertical-align: top;
    font-family: "Barlow Condensed", sans-serif;
    color: #f0831e;
    font-size: 10rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: -0.04em;
}
.pf2021-header__position {
    display: inline-block;
    vertical-align: top;
    font-family: "Barlow Condensed", sans-serif;
    color: #f0831e;
    font-size: 10rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: -0.04em;
}
.pf2021-header__list {
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
}
.pf2021-header__list dt,
.pf2021-header__list dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.3em 0;
}
.pf2021-header__list dt {
    width: 50%;
}
.pf2021-header__list dd {
    width: 50%;
}
.pf2021-information__list {
    width: 100%;
    font-size: 1.8rem;
}
.pf2021-information__list li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
    padding: 0.7em 0 0.5em 0;
}
.pf2021-information__list li:last-child {
    border-bottom: none;
}
.pf2021-information__list li span,
.pf2021-information__list li p {
    display: block;
}
.pf2021-information__list li span a,
.pf2021-information__list li p a {
    color: #00a4f9;
    text-decoration: underline;
}
.pf2021-information__list li span a:hover,
.pf2021-information__list li p a:hover {
    text-decoration: none;
}
.pf2021-information__list li span {
    width: 30%;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 2em;
}
.pf2021-information__list li p {
    width: 70%;
}
.pf2021-qa {
    background-color: #f0f0f0;
}
.pf2021-qa__title {
    font-size: 5rem;
    font-weight: bold;
    color: #00a4f9;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}
.pf2021-qa__list {
    width: 100%;
    font-size: 1.8rem;
}
.pf2021-qa__list li {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 0.7em 0 0.5em 0;
}
.pf2021-qa__list li:last-child {
    border-bottom: none;
}
.pf2021-qa__list li span,
.pf2021-qa__list li p {
    display: block;
    box-sizing: border-box;
}
.pf2021-qa__list li span {
    width: 30%;
    font-weight: bold;
    color: #00a4f9;
    padding-right: 1em;
}
.pf2021-qa__list li span:before {
    content: "Q.";
    margin-right: 0.3em;
}
.pf2021-qa__list li p {
    width: 70%;
}
.pf2022-wrap {
    background: url("../img/2022-uniform/background.jpg") center top no-repeat
        #f7f7f7;
}
.pf2023-wrap {
    background: url("../img/player/player-bg.jpg") center top no-repeat
        #f7f7f7;
}
.pf2022-header {
    position: relative;
    height: 60rem;
    overflow: hidden;
}
.pf2022-header__name {
    font-size: 11.8rem;
    font-family: "bebas", sans-serif;
    margin-top: 12rem;
    opacity: 0.6;
    position: absolute;
    z-index: 1 !important;
}
.pf2022-header__nameWrap {
    position: relative;
    width: 100%;
    z-index: 1 !important;
    transform: translate(0, 0);
}
.pf2022-header__name li {
    color: #fff;
    box-sizing: border-box;
    padding-right: 0.2em;
}
.pf2022-header__number {
    font-family: "bebas", sans-serif;
    left: 50%;
    margin-left: -50rem;
    position: absolute;
    text-align: right;
    top: 22rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    z-index: 3;
    font-size: 28rem;
}
.pf2022-header__number span:last-child {
    font-size: 0.4em;
    display: block;
    padding-bottom: 0.2em;
}
.pf2022-header__photo {
    width: 50rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 5rem;
    z-index: 2;
}
.pf2022-header__photo img {
    width: 100%;
    height: auto;
}
.pf2022-header__sign {
    width: 30rem;
    position: absolute;
    left: 50%;
    bottom: 5rem;
    transform: translate(50%, 0);
    z-index: 3;
}
.pf2022-header__sign img {
    width: 100%;
    display: block;
}
.pf2022-header__uniform {
    position: absolute;
    left: 50%;
    transform: translate(30rem, 0);
    top: 50px;
    display: block;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    color: #00a4f9;
    background-color: #fff;
    border: 5px solid #00a4f9;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.pf2022-header__uniform:before {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-left: 8px solid #00a4f9;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
}
.pf2022-information {
    background-color: #fff;
    box-sizing: border-box;
    padding: 5rem 10rem;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 5rem;
}
.pf2022-information__title {
    margin-bottom: -2rem;
    margin-top: 4rem;
    font-size: 2.4rem;
    font-family: "bebas", sans-serif;
    text-align: center;
    color: #00a4f9;
}
.pf2022-information__name {
    text-align: center;
    font-size: 6rem;
    color: #00a4f9;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    white-space: nowrap;
    font-weight: bold;
}
.pf2022-information__name span {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: "bebas", sans-serif;
}
.pf2022-information__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 4rem;
}
.pf2022-information__list:last-child {
    margin-bottom: 0;
}
.pf2022-information__list li {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.8em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.pf2022-information__list li a {
    color: #00a4f9;
    text-decoration: underline;
}
.pf2022-information__list li.small-l {
    width: 50%;
}
.pf2022-information__list li span {
    width: 17rem;
    color: #00a4f9;
    display: block;
}
.pf2022-pager {
    background-color: #00a4f9;
    background-color: #fff;
    font-size: 0;
    display: flex;
}
.pf2022-pager li {
    width: 50%;
}
.pf2022-pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 1.5em 3em;
    font-weight: bold;
    color: #fff;
    position: relative;
    color: #00a4f9;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "bebas", sans-serif;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pf2022-pager li a:hover {
    background-color: #00a4f9;
    color: #fff;
}
.pf2022-pager li a span {
    font-size: 1.3em;
}
.pf2022-pager li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
    .pf2022-pager li a {
        font-size: 3vw;
    }
}
.pf2022-pager__previous span {
    margin-right: 0.4em;
}
.pf2022-pager__previous:before {
    border-right: 0.8rem solid #00a4f9 !important;
    left: 0.8em;
}
.pf2022-pager__previous:hover:before {
    border-right: 0.8rem solid #fff !important;
}
.pf2022-pager__next span {
    margin-left: 0.4em;
}
.pf2022-pager__next:before {
    border-left: 0.8rem solid #00a4f9 !important;
    right: 0.8em;
}
.pf2022-pager__next:hover:before {
    border-left: 0.8rem solid #fff !important;
}
.al-opening {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.al-opening.is-hide {
    transform: scale(1.05, 1.05);
    filter: blur(10px);
    -ms-filter: blur(10px);
    opacity: 0;
}
.al-opening__inner {
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    color: #00a4f9;
    margin-top: -1em;
}
.al-opening__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 1.5em;
    white-space: nowrap;
}
.al-opening__text:last-child {
    margin-bottom: 0;
}
.al-opening__text .js-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translate(0, 5px);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.al-opening__text .js-wrap.is-active {
    opacity: 1;
    transform: translate(0, 0);
    filter: none;
}
.al-opening__text .js-inner {
    display: none;
}
.al-main {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 30px);
    margin: 0;
    padding: 0;
}
.al-main.is-show {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
}
.al-content--white {
    background-color: #fff;
}
.al-inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 150px 0;
}
.al-title {
    margin-bottom: 140px;
}
.al-title__copy {
    margin-bottom: 40px;
}
.al-title__logo {
    margin-bottom: 40px;
}
.al-main-copy {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}
.al-image {
    background: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/assist_life_bg-100.jpg")
        no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 450px;
}
.al-product {
    display: flex;
    justify-content: space-between;
}
.al-product__information {
    width: 400px;
}
.al-product__image {
    width: 55%;
}
.al-product__title {
    font-size: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
}
.al-product__title span {
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 20px;
}
.al-product__title img {
    display: block;
    margin-top: 0.3em;
}
.al-product__text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2em;
}
.al-product__price {
    font-size: 50px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    vertical-align: baseline;
}
.al-product__price span {
    font-size: 0.4em;
    display: inline-block;
    margin-left: -0.3em;
}
.al-product__link {
    display: inline-block;
    font-weight: bold;
    margin-top: 2em;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background-color: #00a4f9;
    color: #fff;
    text-align: center;
    padding: 0 3em;
    border-radius: 25px;
}
.al-footer {
    background-color: #00a4f9;
    padding: 150px 0;
}
.al-footer__logo img {
    display: block;
    margin: 0 auto;
}
.p-360-banner {
    width: 100%;
    max-width: 800px;
    margin: 100px auto;
}
.p-360-banner img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.kg-kv {
    width: 100%;
    height: 750px;
    background: url("../img/kansen-guide/guide-kv-100.jpg") no-repeat center
        center;
    background-size: cover;
    position: relative;
}
.kg-kv__title {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 3;
    margin-left: -480px;
}
.kg-nav {
    background-color: #00a4f9;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
}
.kg-nav li {
    margin-right: 3em;
}
.kg-nav li:last-child {
    margin-right: 0;
}
.kg-nav a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}
.kg-section {
    margin-bottom: 0rem;
    padding: 8rem 0;
}
.kg-section--white {
    background-color: #fff;
}
.kg-section--gray {
    background-color: #f0f0f0;
}
.kg-section__inner {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
}
.kg-section--timetable {
    background-color: #f0f0f0;
}
.kg-section--ticket {
    border-top: 1px solid #f0f0f0;
}
.kg-intro__text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.kg-intro__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    margin-top: 8rem;
}
.kg-intro__nav li {
    padding: 0 10px;
    width: 33.3333%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.kg-intro__nav a {
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 1.2em 0;
    background-color: #00a4f9;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kg-intro__nav a:hover {
    transform: scale(1.05, 1.05);
    background-color: #003680;
}
.kg-intro__nav a i {
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.2em;
}
.kg-slide {
    height: 300px;
}
.kg-slide li {
    background-color: #f0f0f0;
    width: 450px;
    height: 300px;
}
.kg-slide li img {
    display: block;
    height: 300px;
    width: auto;
}
.kg-subtitle {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    color: #00a4f9;
}
.kg-subtitle--en {
    font-size: 5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: normal;
}
.kg-subtitle--en span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0em;
}
.kg-text {
    font-size: 1.6rem;
    width: 92vw;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.kg-pickup__section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}
.kg-pickup__image {
    order: 1;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.kg-pickup__image--01 {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/04/210306_yf2412.jpg");
}
.kg-pickup__image--02 {
    background-image: url("../img/kansen-guide/pickup_02_240228.jpg");
}
.kg-pickup__image--03 {
    background-image: url("../img/kansen-guide/guide-bg-02.jpg");
}
.kg-pickup__section:nth-child(2n-1) .kg-pickup__image {
    order: 2;
}
.kg-pickup__description {
    order: 2;
    width: 50%;
    background-color: #00a4f9;
    position: relative;
    overflow: hidden;
    padding: 20rem 5rem 5rem 5rem;
}
.kg-pickup__section:nth-child(2n-1) .kg-pickup__description {
    order: 1;
}
.kg-pickup__slide {
    order: 3;
    width: 100%;
    position: relative;
}
.kg-pickup__eng {
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13rem;
    margin-top: -0.26em;
    margin-left: -0.06em;
    line-height: 1;
}
.kg-pickup__num {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30rem;
    margin-top: -0.21em;
    margin-right: 0.1em;
    line-height: 1;
}
.kg-pickup__title {
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1em;
}
.kg-pickup__text {
    font-size: 1.8rem;
    font-weight: bold;
    max-width: 500px;
    color: #fff;
    margin-bottom: 3rem;
}
.kg-pickup__button {
    background-color: #fff;
    display: block;
    width: 50%;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 3rem;
    text-align: center;
    color: #00a4f9;
    padding: 0.5em 0;
    line-height: 1;
}
.kg-pickup__subsection {
    margin-top: 10rem;
}
.kg-fashion .ko-stadium-goods {
    background-color: #00a4f9 !important;
}
.kg-timetable__list li {
    font-size: 1.6rem;
    background-color: #fff;
    padding: 1em 2em;
    display: flex;
    margin-bottom: 0.5em;
}
.kg-timetable__list li span {
    display: inline-block;
    font-weight: bold;
    margin-right: 1em;
    width: 25%;
}
.kg-timetable__list li i {
    font-style: normal;
    width: 75%;
}
.kg-ticket {
    border: 2px solid #00a4f9;
    padding: 2rem;
}
.kg-ticket__title {
    font-size: 2.4rem;
    color: #00a4f9;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.kg-ticket__text {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1.5em;
}
.kg-ticket__list li {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #00a4f9;
    align-items: center;
    justify-content: space-between;
}
.kg-ticket__list li:last-child {
    border-bottom: none;
}
.kg-ticket__figure {
    width: 60%;
    display: block;
}
.kg-ticket__service {
    display: flex;
}
.kg-ticket__service-number {
    display: block;
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: #00a4f9;
    color: #fff;
}
.kg-ticket__service-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00a4f9;
    margin-left: 0.5em;
    margin-top: -0.3em;
}
.kg-ticket__service-name a {
    font-size: 1.3rem;
    color: #00a4f9;
    display: block;
    white-space: nowrap;
}
.ha-header {
    text-align: center;
    background: url("../img/history/ha-header.jpg") center center;
    background-size: cover;
    width: 100%;
    height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ha-header__title {
    font-size: 10rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    margin-top: 2em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ha-header__title span {
    display: block;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.ha-history {
    margin-bottom: 120px;
}
.ha-history__content {
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: url("../img/history/dot.png") repeat-y center top;
}
.ha-history__content:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #a37c52;
    background-color: #fff;
}
.ha-history__content:last-child {
    margin-bottom: 0;
    background: none;
}
.ha-history__content:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}
.ha-history__text {
    width: calc(50% - 30px);
    line-height: 1.6;
}
.ha-history__image {
    width: calc(50% - 30px);
}
.ha-history__image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -50px;
}
.ha-history__year {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12.5rem;
    color: #a37c52;
    margin-top: -0.7em;
}
.ha-history__title {
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.6;
    margin-top: -0.8em;
}
.ha-history__topics {
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-size: 1.4rem;
    width: 100%;
}
.ha-history__topicsWrap {
    width: 100%;
    background-color: #a37c52;
    box-sizing: border-box;
    padding: 1.5em;
    margin-top: 1.5em;
}
.ha-history__topics caption {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: left;
}
.ha-history__topics th {
    font-weight: bold;
    text-align: left;
    padding-right: 1em;
}
.ha-history__topics td {
    text-align: left;
}
.ha-history__description {
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-size: 1.4rem;
}
.ha-data {
    background-color: #000;
}
.ha-data__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ha-data__content:last-child {
    border-bottom: none;
}
.ha-data__record {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    padding: 1em;
    position: relative;
}
.ha-data__record:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.ha-data__record:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -3px;
}
.ha-data__year {
    width: 10%;
}
.ha-data__league {
    width: 10%;
}
.ha-data__matchRecord {
    width: 80%;
}
.ha-data__detailContent {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}
.ha-data__member {
    width: calc(30% - 10px);
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    box-sizing: border-box;
}
.ha-data__member th {
    width: 20%;
    font-weight: bold;
}
.ha-data__member td {
    width: 80%;
}
.ha-data__image {
    width: calc(70% - 10px);
}
.un2022-kv {
    position: relative;
    background: url("../img/2022-uniform/kv_pc.jpg") center center;
    height: calc(100vh - 90px);
    min-height: 600px;
    background-size: cover;
    min-width: 980px;
}
.un2022-kv__title {
    width: 43.20313vw;
    min-width: 423px;
    max-width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -3.90625vw;
    top: 50%;
    transform: translate(0, -55%);
}
.un2022-kv__scroll {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    display: block;
    width: 6.5rem;
    transform: translate(-50%, 0);
}
.un2022-concept {
    background: url("../img/2022-uniform/background.jpg") center top no-repeat;
    background-size: auto 100%;
    background-size: cover;
    padding: 10rem 0;
}
.un2022-concept__inner {
    margin: 0 auto;
}
.un2022-concept__title {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 6rem;
}
.un2022-concept__title img {
    display: block;
    height: 10rem;
    margin: 0 auto;
}
.un2022-concept__text {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
}
.un2022-concept__slide .slick-prev,
.un2022-concept__slide .slick-next {
    width: 4rem;
    height: 4rem;
    z-index: 3;
}
.un2022-concept__slide .slick-prev:before,
.un2022-concept__slide .slick-next:before {
    display: none;
}
.un2022-concept__slide .slick-prev {
    background-image: url("../img/2022-uniform/arrow_l.svg");
    left: 50%;
    transform: translate(-49rem, -50%);
}
.un2022-concept__slide .slick-next {
    background-image: url("../img/2022-uniform/arrow_r.svg");
    left: 50%;
    transform: translate(45rem, -50%);
}
.un2022-concept__slide .sp {
    display: none;
}
.un2022-photo-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
}
.un2022-photo-list li {
    width: 50%;
    border-bottom: 1px solid #fff;
}
.un2022-photo-list li:first-child {
    border-right: 1px solid #fff;
}
.un2022-photo-list li:nth-of-type(3) {
    border-right: 1px solid #fff;
}
.un2022-photo-list li img {
    display: block;
    width: 100%;
}
.un2022-section {
    text-align: center;
    margin-bottom: 8rem;
}
.un2022-section__title {
    margin-bottom: 5rem;
    margin-top: 8rem;
}
.un2022-section__title img {
    height: 4.7rem;
    display: block;
    margin: 0 auto;
}
.un2022-partner__text {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 1.2em;
    color: #00a4f9;
    border: 1px solid #00a4f9;
    line-height: 1;
    padding: 0.5em 1.5em;
}
.un2022-partner__image {
    display: block;
    width: 100%;
    height: auto;
}
.un2022-product__slide-text,
.un2022-product__slide-price {
    font-size: 1.6rem;
    line-height: 2;
}
.un2022-product__slide-price {
    color: #00a4f9;
    font-weight: bold;
}
.un2022-product__slide .slick-prev,
.un2022-product__slide .slick-next {
    width: 4rem;
    height: 4rem;
    z-index: 3;
}
.un2022-product__slide .slick-prev:before,
.un2022-product__slide .slick-next:before {
    display: none;
}
.un2022-product__slide .slick-prev {
    background-image: url("../img/2022-uniform/arrow_l_blue.svg");
    left: 50%;
    transform: translate(-29rem, -50%);
}
.un2022-product__slide .slick-next {
    background-image: url("../img/2022-uniform/arrow_r_blue.svg");
    left: 50%;
    transform: translate(25rem, -50%);
}
.un2022-product__button {
    display: block;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: bold;
    width: 46rem;
    height: 8rem;
    line-height: 8rem;
    color: #fff;
    border-radius: 4rem;
    text-align: center;
    background: url("../img/2022-uniform/arrow.svg") no-repeat right 2rem center
        #00a4f9;
    background-size: 2rem auto;
}
.un2022-product__button-wrap {
    margin: 5rem auto;
    text-align: center;
}
.un2022-product__text {
    font-size: 1.3rem;
}
.un2022-floating {
    display: block;
    font-size: 2.2rem;
    padding: 0 5rem;
    height: 8rem;
    border-radius: 4rem;
    line-height: calc(8rem - 2px);
    border: 1px solid #fff;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    background: url("../img/2022-uniform/arrow.svg") no-repeat right 2rem center
        #f0831e;
    background-size: 2rem auto;
    color: #fff;
    font-weight: bold;
    z-index: 4;
}
.g-tab__wrap {
    background-color: #000;
}
.g-tab__inner {
    margin: 0 auto;
    padding: 3rem 0;
    width: 90%;
    max-width: 980px;
}
.g-tab__list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.g-tab__item {
    font-size: 2rem;
    background-color: #fff;
    padding: 0.7em 4em;
    border-radius: 3rem;
    color: #000;
    font-family: "bebas", sans-serif;
    letter-spacing: 0.01em;
    margin: 0 1em;
    cursor: pointer;
    box-sizing: border-box;
}
.g-tab__item.is-active {
    background-color: #00a4f9;
    color: #fff;
}
.g-tab__item:hover {
    opacity: 0.6;
}
.g-content__item {
    display: none;
}
.g-content__item.is-active {
    display: block;
}
.g-navigation {
    background-color: #00a4f9;
}
.g-navigation__list {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.g-navigation__item {
    width: auto;
    box-sizing: border-box;
    width: 20%;
    text-align: center;
}
.g-navigation__item a {
    display: block;
    font-size: 14px;
    padding: 12px 0px 30px 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.g-navigation__item a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translate(-50%, 0);
}
.g-navigation__item a:hover {
    background-color: #000;
}
.g-navigation__item a span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
}
.g-navigation__item a span img {
    width: 30px;
    max-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.g-report + .g-report {
    margin-top: 4rem;
}
.g-report__header {
    width: 100%;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #00a4f9;
    color: #fff;
    font-size: 30px;
    padding: 1.5em 0;
    text-align: center;
    background: url("../img/2022-uniform/background.jpg") center top no-repeat
        #f7f7f7;
}
.g-report__card {
    margin-bottom: 4rem;
    display: flex;
    background-color: #fafafa;
    border-radius: 15px;
    overflow: hidden;
}
.g-report__card:last-child {
    margin-bottom: 0;
}
.g-report__name {
    font-size: 5rem;
    font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3,
        Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS PGothic, ＭＳ\Ｐゴシック,
        sans-serif;
    font-weight: bold;
    position: relative;
}
.g-report__enName {
    font-family: "bebas", sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    color: #00a4f9;
    display: block;
}
.g-report__caption {
    font-size: 2rem;
    font-family: "bebas", sans-serif;
    color: #00a4f9;
}
.g-report__caption span:after {
    content: "/";
}
.g-report__caption span:last-child:after {
    content: "";
}
.g-report__position {
    font-size: 2rem;
    font-family: "bebas", sans-serif;
    color: #00a4f9;
}
.g-report__content {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1em;
}
.g-report__text {
    width: 65%;
    padding: 4rem;
    box-sizing: border-box;
}
.g-report__image {
    width: 35%;
}
.g-report__image img {
    width: 100%;
}
.sc-note__magazine-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    color: #00a4f9;
}
.sc-note__list {
    margin: 0 -10px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.sc-note__list:last-child {
    margin-bottom: 0;
}
.sc-note__list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.sc-note__card {
    display: block;
    background-color: #fff;
    color: #000;
    width: 100%;
}
.sc-note__image {
    display: block;
    position: relative;
    padding-top: 56.25%;
}
.sc-note__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sc-note__text {
    padding: 0.8rem 1.2rem;
    text-align: left;
}
.sc-note__date {
    font-size: 1.3rem;
    margin-bottom: 0.2em;
    font-family: "bebas", sans-serif;
    color: #00a4f9;
}
.sc-note__title {
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sc-interview__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3rem -3rem;
}
.sc-interview__list + .sc-interview__list {
    margin-top: 5rem;
}
.sc-interview__item {
    box-sizing: border-box;
    width: 50%;
    padding: 0 3rem 3rem 3rem;
}
.sc-interview__link {
    background-color: #fff;
    color: #000;
    display: block;
}
.sc-interview__image {
    width: 100%;
    height: auto;
}
.sc-interview__title {
    font-size: 2rem;
    padding: 0.5em 1em;
    display: block;
    font-weight: bold;
}
.sc-interview__header {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
}
.sc-interview__header img {
    display: block;
}
.sc-interview__content {
    font-size: 1.8rem;
    line-height: 2;
    padding: 2rem 6rem 3rem 6rem;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sc-interview__content h1,
.sc-interview__content h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 30px;
    border-left: 10px solid #00a4f9;
}
.sc-interview__content h3,
.sc-interview__content h4,
.sc-interview__content h5 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 30px;
    border-left: 10px solid #00a4f9;
    padding-left: 1em;
}
.sc-interview__content a {
    color: #000;
    text-decoration: underline;
}
.sc-interview__content a:hover {
    text-decoration: none;
}
.sc-interview__content img {
    display: block;
    margin: 30px auto;
}
.sc-interview__footer {
    font-size: 1.8rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 4em;
    padding-top: 3em;
    padding-bottom: 2em;
    text-align: center;
}
.sc-interview__footerTitle {
    font-weight: bold;
    margin-bottom: 1.5em;
}
.sc-interview__footerList {
    display: flex;
    justify-content: center;
}
.sc-interview__footerList li {
    display: block;
    margin: 0 0.5em;
}
.sc-interview__footerList li a {
    display: block;
    text-decoration: none;
    width: 2em;
    height: 2em;
    font-size: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sc-interview__footerList li a.is-fb {
    background-color: #003680;
}
.sc-interview__footerList li a.is-tw {
    background-color: #00a4f9;
}
.sc-interview__footerList li a.is-ln {
    background-color: #00b900;
}
.sc-youtube__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem -1.5rem;
}
.sc-youtube__item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
}
.sc-youtube__wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}
.sc-youtube__wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sc-download__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem -1.5rem;
}
.sc-download__item {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
}
.sc-download__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sc-download__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sc-download__link {
    display: block;
    font-size: 1.6rem;
    border: 1px solid #00a4f9;
    height: 2em;
    line-height: calc(2em - 2px);
    box-sizing: border-box;
    text-align: center;
    color: #00a4f9;
    font-family: "Barlow Condensed", sans-serif;
    border-radius: 2em;
    margin-bottom: 0.5em;
}
.sc-download__link:hover {
    background-color: #00a4f9;
    color: #fff;
}
.sc-download__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin: 1em 0 0.8em 0;
    text-align: center;
}
.us-kv {
    background: url("../img/undertheskybeer/kv_bg.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: calc(1252 / 1280 * 100vw);
    position: relative;
}
.us-kv__logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 auto;
    padding-top: 5rem;
    transform: translate(-50%, 0);
    width: calc(442 / 1280 * 100vw);
}
.us-kv__logo img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.us-kv__text {
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(142 / 1280 * 100vw);
    margin-top: 30%;
    margin-left: 15%;
}
.us-section--blue {
    background-color: #00a4f9;
}
.us-section--gray {
    background-color: rgba(0, 0, 0, 0.05);
}
.us-section__inner {
    width: 980px;
    margin: 0 auto;
    padding: 8rem 0;
}
.us-content {
    background: url("../img/undertheskybeer/menu_bg.png") no-repeat center top;
}
.us-menu {
    display: flex;
    box-sizing: border-box;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.us-menu__beer {
    width: 42rem;
}
.us-menu__text {
    padding: 0 6rem;
    text-align: center;
    font-weight: bold;
}
.us-menu__title {
    margin-bottom: 2rem;
}
.us-menu__caption {
    font-size: 1.2rem;
    padding: 0.5em 1em;
    border: 1px solid #000;
}
.us-menu__text-01 {
    font-size: 2.4rem;
    margin: 0.8em auto;
}
.us-menu__text-02 {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
.us-menu__text-02 a {
    color: #000;
    text-decoration: underline;
}
.us-menu__text-03 {
    font-size: 1.3rem;
}
.us-menu__session {
    display: flex;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 2rem;
    padding: 4rem;
    background-color: #fff;
    align-items: center;
    align-content: center;
}
.us-menu__session h3 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 2em;
}
.us-menu__session p {
    font-size: 1.3rem;
    width: 70rem;
}
.us-point__title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.us-point__list {
    display: flex;
    margin: 0 -2rem;
}
.us-point__list li {
    width: 33.3333%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.us-point__image {
    border-radius: 1rem;
    overflow: hidden;
}
.us-point__subject {
    height: 7rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0.8rem auto;
}
.us-point__text {
    font-size: 1.3rem;
}
.us-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.us-logo__description {
    color: #fff;
    width: 50%;
}
.us-logo__subject {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
}
.us-logo__text {
    font-size: 1.5rem;
    line-height: 2;
}
.us-support {
    display: flex;
    justify-content: space-between;
}
.us-support__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #00a4f9;
    margin-bottom: 2em;
}
.us-support__text {
    font-size: 1.5rem;
    line-height: 1.8;
    box-sizing: border-box;
    width: 50rem;
}
.us-support__image {
    width: 40rem;
}
.us-banner {
    display: flex;
    border: 1rem solid #00a4f9;
    align-items: center;
    align-content: center;
    color: #000;
    position: relative;
    margin-bottom: 5rem;
}
.us-banner:before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../img/undertheskybeer/arrow_blue.png") no-repeat center
        center;
    background-size: contain;
}
.us-banner__text {
    font-weight: bold;
    padding: 2rem 3rem;
    font-size: 2.2rem;
    line-height: 1.6;
}
.us-banner__text i {
    margin-top: 1em;
    font-size: 1.3rem;
    color: #00a4f9;
    font-style: normal;
    display: block;
}
.us-banner__list {
    display: flex;
    margin: 0 -4rem;
}
.us-banner__list li {
    width: 50%;
    padding: 0 4rem;
}
.us-banner__button {
    display: block;
    font-size: 2.2rem;
    padding: 1em 0;
    border-radius: 2rem;
    color: #fff;
    text-align: center;
    background: url("../img/undertheskybeer/arrow.png") no-repeat right 3rem
        center #00a4f9;
}
.gd22-kv {
    position: relative;
    height: 66rem;
    padding: 16px;
    width: 100%;
}
.gd22-kv .pc {
    width: 100%;
    height: 100%;
}
.gd22-kv:before,
.gd22-kv:after {
    content: "";
    display: block;
    position: absolute;
}
.gd22-kv:before {
    width: 360px;
    height: 360px;
    left: 0;
    top: 0;
    background: url("../img/2022-girlsday/kv_lefttop.png") no-repeat left top;
    background-size: 100% auto;
}
.gd22-kv:after {
    width: 280px;
    height: 280px;
    right: 0;
    bottom: 0;
    background: url("../img/2022-girlsday/kv_rightbottom.png") no-repeat right
        bottom;
    background-size: 100% auto;
}
.gd22-kv__background {
    width: 100%;
    height: 100%;
    background: url("../img/2022-girlsday/kv_image.jpg") no-repeat center center
        blue;
    background-size: cover;
}
.gd22-kv__title {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
}
.gd22-kv__banner {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}
.gd22-inner {
    width: 92%;
    margin: 0 auto;
    padding: 10rem 0;
    max-width: 980px;
    text-align: center;
}
.gd22-button {
    background-color: #f0831e;
    font-size: 2.2rem;
    height: 10rem;
    line-height: 10rem;
    padding: 0 3em;
    border-radius: 5rem;
    display: inline-block;
    color: #fff;
    width: 100%;
    position: relative;
}
.gd22-button:before,
.gd22-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
}
.gd22-button:before {
    transform: translate(0, -50%);
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    border-radius: 50%;
}
.gd22-button:after {
    width: 0;
    height: 0;
    border: 0.4rem solid transparent;
    border-left: 0.6rem solid #f0831e;
    transform: translate(-0.4rem, -50%);
}
.gd22-button--small {
    font-size: 1.6rem;
    height: 7rem;
    line-height: 7rem;
    width: auto;
    min-width: 290px;
}
.gd22-button--white {
    background-color: #fff;
    color: #00a4f9;
}
.gd22-button--white:before {
    background-color: #00a4f9;
}
.gd22-button--white:after {
    border-left: 0.6rem solid #fff;
}
.gd22-button--border {
    border: 1px solid #fff;
    color: #fff;
    background-color: inherit;
}
.gd22-button--border:after {
    border-left: 0.6rem solid #00a4f9;
}
.gd22-button__wrap {
    margin: 0 auto;
    margin-top: 3rem;
    width: 50%;
}
.gd22-button__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem -1rem;
}
.gd22-button__list li {
    width: 50%;
    padding: 0 1rem;
}
.gd22-button__list li.is-small {
    width: auto;
}
.gd22-button__list li.is-33 {
    width: 33.333%;
}
.gd22-subject {
    font-size: 2rem;
    background-color: #fff;
    color: #00a4f9;
    font-weight: bold;
    border-radius: 2rem;
    margin-bottom: 1em;
    line-height: 1;
    padding: 0.5em 3em;
    text-align: center;
}
.gd22-intro {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gd22-intro__date {
    margin-bottom: 3rem;
}
.gd22-intro__text {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: bold;
}
.gd22-intro__image {
    position: absolute;
    top: 0;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.gd22-intro__image:before,
.gd22-intro__image:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
}
.gd22-intro__image:before {
    left: 0;
    top: 0;
    background: url("../img/2022-girlsday/kv_lefttop.png") no-repeat left top;
    background-size: 100% auto;
}
.gd22-intro__image:after {
    right: 0;
    bottom: 0;
    background: url("../img/2022-girlsday/kv_rightbottom.png") no-repeat right
        bottom;
    background-size: 100% auto;
}
.gd22-intro__image--01 {
    margin-left: 315px;
    margin-top: 20px;
    width: calc(50vw - 315px);
    height: 540px;
    background-image: url("../img/2022-girlsday/intro_image_01.jpg");
}
.gd22-intro__image--02 {
    margin-left: 358px;
    margin-top: 621px;
    width: calc(50vw - 358px);
    height: 222px;
    background-image: url("../img/2022-girlsday/intro_image_02.jpg");
}
.gd22-intro__image--03 {
    left: 0;
    margin-top: 50px;
    width: calc(50vw - 322px);
    height: 242px;
    background-image: url("../img/2022-girlsday/intro_image_03.jpg");
}
.gd22-intro__image--04 {
    left: 0;
    margin-top: 370px;
    width: calc(50vw - 347px);
    height: 511px;
    background-image: url("../img/2022-girlsday/intro_image_04.jpg");
}
.gd22-wrap {
    background: url(../img/2022-girlsday/bg.png) repeat center top;
}
.gd22-present__image {
    margin-bottm: 5rem;
}
.gd22-number {
    margin-bottom: 3rem;
}
.gd22-large-text {
    font-size: 3rem;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.7;
}
.gd22-large-text--white {
    color: #fff;
}
.gd22-large-text--black {
    color: #000;
}
.gd22-title {
    margin-bottom: 3rem;
    text-align: center;
}
.gd22-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    width: 100%;
    max-width: 740px;
    margin: 1em auto;
}
.gd22-text strong {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
}
.gd22-text--center {
    text-align: center;
}
.gd22-text--left {
    text-align: left;
}
.gd22-text--black {
    color: #000;
}
.gd22-text--white {
    color: #fff;
}
.gd22-caption {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 1em auto;
}
.gd22-photo {
    background-color: #00a4f9;
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.gd22-photo__image img {
    position: absolute;
    top: 10rem;
    left: 50%;
}
.gd22-photo__image img:first-of-type {
    transform: translate(-600px);
}
.gd22-photo__image img:last-child {
    transform: translate(280px);
}
.gd22-photo__icon {
    margin: 3rem auto;
}
.gd22-photo__caution {
    display: flex;
    margin: 0 -3rem;
    color: #fff;
}
.gd22-photo__caution > p {
    margin: 0 3rem;
    text-align: left;
}
.gd22-vote__period {
    font-size: 2rem;
    font-weight: bold;
    margin: 1em auto;
}
.gd22-vote__period span {
    font-size: 0.8em;
    display: block;
}
.gd22-player {
    margin-top: 5rem;
}
.gd22-player__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    margin-bottom: -2rem;
}
.gd22-player__list li {
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.gd22-player__list li a {
    display: block;
    color: #000;
    position: relative;
}
.gd22-player__list li a:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: url("../img/2022-girlsday/icon_camera.png");
    background-size: 100% auto;
}
.gd22-player__list li a span {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    font-size: 6rem;
    color: #fff;
    left: 10px;
    top: 5px;
    line-height: 1;
}
.gd22-player__list li img {
    display: block;
}
.gd22-player__number {
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    text-align: center;
}
.gd22-ticket {
    background-color: #00a4f9;
    color: #fff;
}
.gd22-ticket__content {
    margin-top: 5rem;
}
.gd22-ticket__copy {
    font-size: 2rem;
    margin-bottom: 1em;
    font-weight: bold;
    color: #fff;
}
.gd22-ticket__copy span {
    background-color: #f0831e;
}
.gd22-ticket__price {
    display: inline-block;
    font-size: 2rem;
    padding: 0.5em 1em;
    line-height: 1;
    font-weight: bold;
    border-radius: 2rem;
    background-color: #fff;
    color: #00a4f9;
    margin: 1.5rem auto;
}
.gd22-ticket__howto {
    margin-top: 3rem;
}
.gd22-ticket__howtoList {
    display: flex;
    align-items: stretch;
}
.gd22-ticket__howtoList li {
    width: 33.3333%;
    padding: 0 3rem;
    position: relative;
}
.gd22-ticket__howtoList li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.3;
}
.gd22-ticket__howtoList li:last-child:before {
    display: none;
}
.gd22-ticket__howtoList h5 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.gd22-ticket__howtoTime {
    color: #000;
    font-size: 1.4rem;
}
.gd22-ticket__howtoCaption {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
}
.gd22-ticket__howtoCaption--center {
    text-align: center;
}
.gd22-ticket__price-table {
    font-size: 2rem;
    margin: 0 auto;
    font-weight: bold;
    border-collapse: collapse;
}
.gd22-ticket__price-table th,
.gd22-ticket__price-table td {
    padding: 0.2em 2em;
    text-align: center;
}
.gd22-ticket__price-table th {
    font-size: 1.3rem;
}
.gd22-ticket__price-table td {
    font-size: 2rem;
}
.gd22-ticket__period {
    background-color: #fff;
    color: #000;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem;
}
.gd22-ticket__periodTitle {
    font-size: 2rem;
    font-weight: bold;
}
.gd22-ticket__periodTable {
    font-size: 1.6rem;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 1rem;
}
.gd22-ticket__periodTable th,
.gd22-ticket__periodTable td {
    padding: 0.3em 1em;
    text-align: left;
}
.gd22-ticket__periodTable th.is-small,
.gd22-ticket__periodTable td.is-small {
    font-size: 0.5em;
}
.gd22-ticket__periodTable th {
    font-weight: bold;
}
.gd22-ticket__purchase {
    margin-top: 5rem;
}
.gd22-beginner__list {
    display: flex;
    margin: 0 -2rem;
}
.gd22-beginner__list li {
    width: 50%;
    padding: 0 2rem;
    position: relative;
}
.gd22-beginner__list li > img {
    width: 100%;
    display: block;
    height: auto;
}
.gd22-beginner__list li h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.gd22-mc {
    margin-top: 6rem;
    color: #000;
}
.gd22-mc__image {
    width: 100%;
    height: 35rem;
    background: url("../img/2022-girlsday/mc_photo.jpg") no-repeat center center;
    background-size: 100% auto;
}
.gd22-mc__list {
    display: flex;
    margin: 0 -2rem;
    justify-content: center;
}
.gd22-mc__list li {
    padding: 0 2rem;
}
.gd22-mc__list li img {
    margin-bottom: 1.5rem;
}
.gd22-partner {
    margin-top: 6rem;
}
.gd22-partner__list {
    margin: 0 -2rem;
    justify-content: center;
}
.gd22-partner__list li {
    padding: 0 2rem;
}
.gd22-partner__list li img {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    #wpadminbar {
        position: fixed !important;
        top: 0;
    }
    html {
        position: relative;
    }
    .customize-support .header {
        top: 46px;
    }
    html {
        font-size: 2vw;
    }
    body {
        min-width: 320px;
    }
    a:hover {
        opacity: 1 !important;
    }
    br.sp {
        display: inline;
    }
    br.pc {
        display: none;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp-inline {
        display: inline-block !important;
    }
    .l-wrap {
        padding-top: 50px;
    }
    .l-inner {
        width: 100%;
        padding: 25px 10px;
    }
    .l-inner--large {
        padding: 30px 0;
    }
    .l-inner--small {
        max-width: 760px;
    }
    .l-inner--slider {
        padding: 15px 0;
    }
    .ko .l-inner {
        padding: 25px 5%;
    }
    .l-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .l-grid--col1 .l-grid__item {
        width: 100%;
    }
    .l-grid--col2 .l-grid__item {
        width: 100%;
    }
    .l-grid--col3 .l-grid__item {
        width: 100%;
        padding: 0 !important;
    }
    .l-grid--col3 .l-grid__item--col2 {
        width: 100%;
    }
    .l-grid--col4 .l-grid__item {
        width: 25%;
    }
    .l-grid--card {
        margin: 0 -15px;
    }
    .l-grid--card .l-grid__item {
        padding: 15px;
    }
    .l-grid__item {
        overflow: hidden;
    }
    .l-section--ashinaga {
        background: url("../img/page/ashinaga/ashinaga_bg_03.jpg") no-repeat
            center center;
        background-size: cover;
        text-align: center;
    }
    .l-section--ashinaga__01 {
        background: url("../img/page/ashinaga/ashinaga_bg_02_new.jpg") no-repeat
            center bottom;
        background-size: cover;
        text-align: center;
    }
    .l-section--2col {
        display: block;
        margin-bottom: 2rem;
    }
    .l-section--2col:last-child {
        margin-bottom: 0;
    }
    .l-section--2col__ttl {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.6rem;
    }
    .l-section--2col__ttl span {
        display: inline-block;
        padding-bottom: 1em;
        border-bottom: 0.1rem solid #00a4f9;
    }
    .l-section--2col__txt {
        width: 100%;
    }
    .l-section--2col__txt p {
        font-size: 1.3rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }
    .l-section--2col__txt img {
        display: block;
        margin: 0 auto;
        max-width: 65%;
    }
    .l-box {
        width: 100%;
        height: 300px;
    }
    .l-box.-small {
        height: 200px;
    }
    .l-box.-xlarge {
        height: 200px;
    }
    .l-box__inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .l-inline-list__item {
        display: inline-block;
        margin-right: 1em;
    }
    .l-inline-list__item:last-child {
        margin-right: 0;
    }
    .l-banner-list {
        display: block;
        margin: 0;
    }
    .l-banner-list li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .l-banner-list li a {
        display: block;
    }
    .p-hdg {
        text-align: center;
    }
    .p-hdg.-lv1,
    .p-hdg.is--lv1 {
        font-size: 30px;
    }
    .p-hdg.-lv2,
    .p-hdg.is--lv2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .p-hdg.-lv2.-en,
    .p-hdg.is--lv2.-en {
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .p-hdg.-lv2.-top,
    .p-hdg.is--lv2.-top {
        font-size: 40px;
    }
    .p-hdg.-lv2 i,
    .p-hdg.is--lv2 i {
        display: block;
        font-size: 30px;
        margin-bottom: 0.3em;
    }
    .p-hdg.-lv3,
    .p-hdg.is--lv3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .p-hdg.-lv5,
    .p-hdg.is--lv5 {
        font-size: 13px;
        margin-bottom: 20px;
        font-weight: 300;
    }
    .p-hdg.-en {
        font-family: "Barlow Condensed", sans-serif;
    }
    .p-hdg.-white {
        color: #fff;
    }
    .p-hdg.-gold {
        color: #b48a3b;
    }
    .p-hdg--copy {
        font-size: 2rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 2.05em;
    }
    .p-ttl {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .p-ttl--blue {
        color: #00a4f9;
    }
    .p-ttl--white {
        color: #fff;
    }
    .p-btn__wrap {
        text-align: center;
    }
    .p-btn {
        width: 60%;
        min-width: 130px;
        height: 40px;
        line-height: 40px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        letter-spacing: 0.3;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .p-btn--large {
        width: 80vw;
        height: 15vw;
        line-height: 15vw;
        font-size: 4.5vw;
        font-weight: bold;
        border-radius: 5px;
    }
    .p-btn:before {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: 100%;
        left: 0;
        top: 0;
        width: 0;
        content: "";
        background-color: #000;
        position: absolute;
        z-index: 1;
    }
    .p-btn:after {
        content: "";
        display: block;
        background-color: #00a4f9;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .p-btn:hover {
        color: #fff;
    }
    .p-btn:hover:before {
        width: 100%;
    }
    .p-btn span {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .p-btn--orange {
        background-color: #ef8337;
        color: #fff;
    }
    .p-btn--orange:after {
        background-color: #ef8337;
        color: #fff;
    }
    .p-btn--white {
        color: #00a4f9;
    }
    .p-btn--white:after {
        background-color: #fff !important;
    }
    .p-btn--second{
        margin-top: 16px;
        margin-left: 0;
    }
    .p-page-nav {
        width: 100%;
        height: auto;
        line-height: 2rem;
        padding: 1rem 1rem;
    }
    .p-page-nav li {
        font-size: 1.3rem;
        margin-right: 1em;
        padding-right: 1em;
        position: relative;
    }
    .p-page-nav li:before {
        content: "";
        display: block;
        width: 1px;
        height: 1.4rem;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.7rem;
    }
    .p-page-nav li:nth-of-type(4),
    .p-page-nav li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .p-page-nav li:nth-of-type(4):before,
    .p-page-nav li:last-child:before {
        display: none;
    }
    .p-page-nav li a {
        color: #fff;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .p-page-nav li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: #00a4f9;
        z-index: 100;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .p-page-nav li a:hover {
        opacity: 0.7;
    }
    .p-page-nav li a:hover:before {
        height: 0.5rem;
    }
    .p-icon-banner {
        padding: 15px;
    }
    .p-icon-banner__img {
        width: 100px;
    }
    .p-icon-banner__txt {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .p-icon-banner__ttl {
        font-size: 14px;
    }
    .p-icon-banner__txt {
        font-size: 12px;
    }
    .p-tgl {
        margin-bottom: 15px;
    }
    .p-tgl__btn,
    .p-tgl__link-btn {
        font-size: 14px;
        padding: 15px;
        position: relative;
        cursor: pointer;
        padding-right: 20px;
    }
    .p-tgl__btn:before,
    .p-tgl__link-btn:before {
        right: 10px;
    }
    .p-tgl__content {
        padding: 15px;
        display: none;
    }
    .p-tgl__content h2 {
        font-size: 15px;
        margin-bottom: 0.7em;
        padding-bottom: 0.7em;
    }
    .p-tgl__content h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .p-tgl__content p {
        font-size: 13px;
        line-height: 1.8;
    }
    .p-tgl__content h3 {
        font-size: 15px;
    }
    .p-tgl__content ul {
        margin-bottom: 30px;
    }
    .p-tgl__content ul li {
        font-size: 13px;
        margin-left: 1.5em;
    }
    .p-banner__inner {
        padding: 70px 0 30px 0;
    }
    .p-table-list li {
        font-size: 1.4rem;
        padding: 0.5em 0.5em;
        width: 50%;
    }
    .p-table-list li:nth-of-type(2n) {
        border-right: none;
    }
    .header {
        height: 50px;
        min-width: 320px;
    }
    .header:before {
        display: none;
    }
    .header-logo {
        top: 10px;
        width: 40px;
        margin-left: -20px;
    }
    .nav-wrap {
        display: block;
    }
    .header-nav {
        height: auto;
        margin: 0 auto;
    }
    .header-nav__list.is--pc {
        display: none;
    }
    .header-nav__btn {
        height: 25px;
        width: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1000;
    }
    .header-nav__btn:before,
    .header-nav__btn:after,
    .header-nav__btn span {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #fff;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-nav__btn:before {
        left: 0;
        top: 0;
    }
    .header-nav__btn:after {
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    .header-nav__btn span {
        left: 0;
        bottom: 5px;
    }
    .header-nav__btn.is-active:before {
        transform: rotate(-45deg) translate(-7px, 6px);
    }
    .header-nav__btn.is-active:after {
        transform: translate(0, 10px);
        opacity: 0;
    }
    .header-nav__btn.is-active span {
        transform: rotate(45deg) translate(-7px, -6px);
    }
    .header-nav__list.--sp {
        display: none;
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #00a4f9;
        top: 50px;
        z-index: 1001;
        overflow: auto;
        padding: 50px 0 100px 0;
    }
    .header-nav__list.--sp .header-nav__list-item {
        display: block;
        width: 100%;
        position: relative;
    }
    .header-nav__list.--sp
        .header-nav__list-item.header-nav__list-item--search
        a {
        display: none;
    }
    .header-nav__list.--sp .header-nav__list-item > span {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 0;
        display: block;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-nav__list.--sp .header-nav__list-item > span:before {
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        color: #fff;
    }
    .header-nav__list.--sp .header-nav__list-item > span.is-active {
        margin-top: 3px;
        transform: rotate(180deg);
    }
    .header-nav__list.--sp .header-nav__list-item > a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-nav__list.--sp .header-nav__list-item > a:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.5em;
        opacity: 0.7;
    }
    .header-nav__list.--sp .header-nav__list-item > ul {
        display: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-nav__list.--sp .header-nav__list-item > ul > li > a {
        color: #00a4f9;
        background-color: #fff;
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        display: block;
    }
    .header-nav__list.--sp .header-nav__list-item > ul > li > a:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.5em;
        opacity: 0.7;
    }
    .header-nav__list.--sp .header-nav__list-link {
        color: #00a4f9;
    }
    .header-nav__form {
        position: static;
        display: block;
        height: 60px;
        width: 100%;
        background-color: inherit;
        padding: 0 20px;
        font-size: 0;
        margin-top: 10px;
        letter-spacing: -2px;
    }
    .header-nav__form input[type="text"] {
        display: inline-block;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        height: 40px;
        line-height: 40px;
        padding: 0 1em;
        font-size: 13px;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border: none;
        vertical-align: middle;
    }
    .header-nav__form button[type="submit"] {
        font-size: 20px;
        height: 40px;
        width: 40px;
        background-color: #fff;
        color: #00a4f9;
        border-radius: 5px;
        margin-left: 0.5em;
        vertical-align: middle;
    }
    .header-subnav__list {
        right: auto;
        left: 0;
        top: 0;
        height: 50px;
        line-height: 50px;
        z-index: 100;
        margin-left: 5px;
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .header-subnav__list-item {
        display: inline-block;
        font-size: 8px;
        margin-right: 4px;
        white-space: nowrap;
        text-align: center;
    }
    .header-subnav__list-item:last-child {
        margin-bottom: 0;
    }
    .header-subnav__list-link {
        display: block;
        width: 45px;
        height: 50px;
        opacity: 1;
        color: #fff !important;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .header-subnav__list-link span {
        display: none;
    }
    .header-subnav__list-link i {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 0;
        color: #fff;
        margin-bottom: 5px;
    }
    .header-subnav__list-link i img {
        height: 16px;
    }
    .footer-sns-list {
        font-size: 0;
        letter-spacing: -2px;
    }
    .footer-sns-list__item {
        display: inline-block;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
    .footer-sns-list__link {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }
    .footer-sns-list__link--tw {
        background-color: #00a4f9;
    }
    .footer-sns-list__link--fb {
        background-color: #003680;
    }
    .footer-sns-list__link--line {
        background-color: #00b900;
    }
    .footer-sns-list__link--ig {
        background-color: #ff0075;
    }
    .footer-sns-list__link--note {
        background-color: #2cb696;
    }
    .footer-sns-list__link--yt {
        background-color: #ff0000;
    }
    .footer-nav-container {
        width: 100%;
        font-size: 0;
        letter-spacing: -2px;
    }
    .footer-nav-container > div {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        letter-spacing: 0;
    }
    .footer-nav-container > div > ul > li {
        font-size: 13px;
        margin-bottom: 1em;
        line-height: 2;
        margin-bottom: 1.6em;
        font-weight: bold;
        color: #ccc;
    }
    .footer-nav-container > div > ul > li > a {
        display: inline-block;
        margin-bottom: 0.5em;
    }
    .footer-nav-container > div > ul > li > ul > li {
        font-size: 10px;
        font-weight: normal;
        line-height: 2;
    }
    .footer-nav-container a {
        color: #aaa;
    }
    .footer-nav-container a:hover {
        color: #fff;
    }
    .footer-nav-container a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.5em;
        display: inline-block;
    }
    .footer-copyright {
        color: #fff;
        font-size: 13px;
        opacity: 0.5;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        display: block;
        margin-top: 15px;
    }
    .footer-copyright a {
        font-size: 10px;
    }
    .top-slider {
        height: 100vw;
        padding-top: 0;
    }
    .top-youtube__item {
        width: 80vw;
        padding: 0 2vw;
    }
    .top-youtube .slick-next,
    .top-youtube .slick-prev {
        width: 5vw;
        height: 5vw;
        top: 20vw;
    }
    .top-youtube .slick-next {
        margin-left: 42vw;
    }
    .top-youtube .slick-prev {
        margin-left: -42vw;
        transform: translate(-50%, 0);
    }
    .sub-slider {
        background-color: #fff;
        background-color: #333;
    }
    .sub-slider .slick-next,
    .sub-slider .slick-prev {
        display: none !important;
    }
    .sub-slider__item {
        padding: 5px;
    }
    .sub-slider__item img {
        border-radius: 5px;
    }
    .top-team {
        background: linear-gradient(#022f45 0%, #001127 100%);
        background: #00a4f9;
    }
    .top-team {
        background: linear-gradient(#00a4f9 0%, #001127 100%);
    }
    .player-slider {
        margin-top: -20px;
        margin-bottom: 20px;
        height: 100vw;
    }
    .player-slider__item {
        width: 60vw;
        height: 100vw;
    }
    .player-slider__image {
        height: 82vw;
        padding-bottom: 1vw;
    }
    .player-slider__number {
        font-size: 60vw;
        padding-top: 5vw;
    }
    .player-slider__name {
        font-size: 5vw;
        height: 5vw;
        bottom: 1vw;
    }
    .p-comingsoon {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .top-match-list__item {
        padding: 5px 2vw;
        box-sizing: border-box;
        width: 50vw;
    }
    .top-match .slick-next,
    .top-match .slick-prev {
        width: 5vw;
        height: 5vw;
        top: 20vw;
    }
    .top-match .slick-next {
        margin-left: 42vw;
    }
    .top-match .slick-prev {
        margin-left: -42vw;
        transform: translate(-50%, 0);
    }
    .top-match .slick-disabled {
        display: none !important;
    }
    .match-card {
        width: 100%;
    }
    .match-card__header {
        height: auto;
        line-height: 1em;
        font-size: 2vw;
        display: block;
    }
    .match-card__homeaway {
        display: block;
        width: 100%;
        padding: 0.5em 0.5em;
        background-color: #00a4f9;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: bold;
        line-height: 1m;
        letter-spacing: 0.1em;
        font-size: 3vw;
        color: #fff;
    }
    .match-card__homeaway--away {
        background-color: #000;
    }
    .match-card__competitionName {
        display: block;
        width: 100%;
        font-size: 2vw;
        line-height: 1em;
        padding: 0.5em 0.5em;
        text-align: center;
    }
    .match-card__content {
        padding: 1rem;
    }
    .match-card__content-inner {
        display: block;
    }
    .match-card__logo {
        width: 40%;
        padding: 0vw 0 0.5vw 0;
        margin: 0 auto;
    }
    .match-card__detail {
        width: 100%;
    }
    .match-card__schedule {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .match-card__date {
        font-size: 8vw;
    }
    .match-card__time {
        font-size: 5vw;
        font-weight: bold;
        margin-top: 0;
        font-feature-settings: "palt";
        margin-left: 0;
    }
    .match-card__vs {
        font-feature-settings: "palt";
        text-align: center;
        margin-top: 0.2em;
    }
    .match-card__link-list {
        margin-top: 0.6rem;
        display: block;
        align-items: center;
        justify-content: center;
    }
    .match-card__link-list-item {
        letter-spacing: 0;
        margin-right: 0;
        margin: 0;
        width: 100%;
    }
    .match-card__link-list-item + .match-card__link-list-item {
        margin-top: 1vw;
    }
    .match-card__link-list-link {
        display: block;
        color: #fff;
        font-size: 3vw;
        height: 8vw;
        line-height: 8vw;
        border-radius: 4vw;
        padding: 0 0.5em;
        font-weight: bold;
    }
    .match-card__link-list-link:hover {
        background-color: #000;
    }
    .top-rank-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .top-rank__ttl {
        width: 100%;
        text-align: center;
        font-size: 3.5rem;
        letter-spacing: 0.02em;
        margin-bottom: 10px;
        color: #fff;
    }
    .top-rank__ttl span {
        width: 80px;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .top-rank-list {
        width: 100%;
        text-align: center;
    }
    .top-rank-list__item {
        font-size: 2rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-indent: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }
    .top-rank-list__item:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .top-rank-list__item span {
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        margin-right: 2rem;
    }
    .top-rank-list__item--yfc {
        font-size: 3rem;
    }
    .top-rank-list__item--yfc span {
        font-size: 5.8rem;
    }
    .league-table .league-game-tr > th,
    .league-table .league-game-tr > td {
        font-size: 11px;
        padding: 5px;
    }
    .league-section {
        width: 3%;
    }
    .league-desc {
        width: 17%;
    }
    .league-match {
        width: 65%;
    }
    .league-link {
        width: 15%;
    }
    .league-game {
        width: 100%;
    }
    .league-game-team {
        width: 42%;
        text-align: center;
    }
    .league-game-team img {
        width: 60%;
    }
    .league-game-team p {
        display: inline-block;
    }
    .league-game-score {
        width: 7%;
        font-size: 20px;
    }
    .league-game-vs {
        width: 6%;
        font-weight: bold;
        text-align: center;
    }
    .league-game-btn {
        height: auto;
        line-height: 1.4;
        padding: 10px 5px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .top-schedule__list {
        margin-bottom: 60px;
    }
    .top-schedule__list .slick-next,
    .top-schedule__list .slick-prev {
        width: 40px;
        height: 40px;
        background-color: #00a4f9;
        z-index: 1000;
    }
    .top-schedule__list .slick-next {
        right: 0;
    }
    .top-schedule__list .slick-prev {
        left: 0;
    }
    .top-schedule__list-item {
        width: 230px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        margin: 5px 0;
        margin-right: 15px;
        overflow: hidden;
    }
    .top-schedule__list-item:before {
        content: "";
        display: block;
        width: 100%;
        height: 8px;
        background-color: #e6e6e6;
    }
    .top-schedule__list-item.is--saturday:before {
        background-color: #00a4f9;
    }
    .top-schedule__list-item.is--sunday:before {
        background-color: red;
    }
    .top-schedule__list-date {
        font-size: 20px;
        line-height: 1;
        padding: 20px 0;
        letter-spacing: 0.05em;
        text-align: center;
        font-family: "Barlow Condensed", sans-serif;
    }
    .top-schedule__list-content {
        border: 1px solid #e6e6e6;
        padding: 15px;
    }
    .top-schedule__list-time {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 0.5em;
        vertical-align: top;
    }
    .top-schedule__list-cat {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        background-color: #00a4f9;
        color: #fff;
        margin-right: 0;
        display: inline-block;
        padding: 0 1em;
        vertical-align: top;
    }
    .top-schedule__list-ttl {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1em;
        color: #444;
    }
    .top-schedule__list-place {
        font-size: 14px;
        color: #000;
        opacity: 0.5;
    }
    .top-schedule__list-place i {
        margin-right: 0.3em;
    }
    .top-store-link__ttl {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .top-store-link__ttl img {
        width: 40px;
    }
    .top-store-link__ttl span {
        display: block;
        font-size: 28px;
    }
    .top-store-link__ttl img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .top-ig-list {
        width: 100%;
        height: calc(100vw / 3);
    }
    .top-ig-list .slick-next,
    .top-ig-list .slick-prev {
        z-index: 1000;
    }
    .top-ig-list .slick-next {
        right: 0;
    }
    .top-ig-list .slick-prev {
        left: 0;
    }
    .top-ig-list__item {
        width: -webkit-calc(100vw / 3);
        width: calc(100vw / 3);
        height: calc(100vw / 3);
    }
    .top-ig-list__item img {
        display: block;
    }
    .footer {
        background-color: #333;
    }
    .top-news {
        background-color: #f5f5f5;
    }
    .news-list__sort-list {
        height: auto;
        padding: 10px 0;
        margin-bottom: 15px;
        font-size: 0;
        letter-spacing: -2px;
    }
    .news-list__sort-list-item {
        font-size: 3.2vw;
        margin: 0;
        padding: 0 0em;
        height: 20px;
        line-height: 20px;
        margin: 0 0;
        letter-spacing: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .news-list__sort-list-link {
        display: block;
        color: #fff;
        padding: 0 0.8em;
        border-radius: 15px;
    }
    .news-list__sort-list-link i {
        display: none;
    }
    .news-list__sort-list-link--current,
    .news-list__sort-list-link:hover {
        background-color: #fff;
        color: #00a4f9;
    }
    .news-wrap {
        margin-bottom: 60px;
    }
    .news-list__item {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .news-list__item:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-list__item--small {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: none;
        margin-right: 0;
        border-radius: 0;
    }
    .news-list__content {
        padding: 12px;
    }
    .news-list__date {
        font-size: 16px;
        letter-spacing: 0.05em;
        margin-bottom: 0.5em;
    }
    .news-list__ttl {
        font-size: 12px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 0.5em;
    }
    .news-list__cat-list {
        font-size: 0;
        letter-spacing: -2px;
        margin-bottom: -4px;
    }
    .news-list__cat-list-item {
        font-size: 8px;
        letter-spacing: 0;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        padding: 0 1em;
        margin-right: 4px;
        margin-bottom: 4px;
        border-radius: 8px;
    }
    .news-single-wrap {
        display: block;
    }
    .news-main {
        display: block;
        margin-bottom: 20px;
    }
    .news-aside {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .news-header {
        margin-bottom: 20px;
    }
    .news-aside__ttl {
        font-size: 16px;
        border-bottom: 2px solid #444;
    }
    .news-aside__list {
        display: block;
        width: 100%;
        font-size: 0;
        letter-spacing: -2px;
    }
    .news-aside__list li {
        display: inline-block;
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    .news-aside__list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-aside__list li a {
        background-color: #fff;
        border-radius: 3px;
        font-size: 13px;
        padding-left: 15px;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        color: #00a4f9;
    }
    .news-ttl {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #e6e6e6;
    }
    .news-sns {
        text-align: left;
        border-bottom: 1px solid #e6e6e6;
        padding: 0.1em 0;
        margin-bottom: 1em;
    }
    .news-sns__item {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    .news-sns__item:last-child {
        margin-right: 0;
    }
    .news-sns__link {
        font-size: 20px;
    }
    .news-sns__link.-tw {
        color: #00a4f9;
    }
    .news-sns__link.-fb {
        color: #003680;
    }
    .news-sns__link.-line {
        color: #00b900;
        font-size: 28px;
    }
    .news-cat__list {
        font-size: 13px;
        margin-bottom: 0.2em;
    }
    .news-cat__list li {
        display: inline-block;
    }
    .news-cat__list li a {
        color: #000;
        font-weight: bold;
    }
    .news-date {
        font-size: 16px;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: 0.05em;
        font-weight: bold;
    }
    .news-txt p {
        font-size: 13px;
        line-height: 1.8;
    }
    .news-txt strong {
        color: #00a4f9;
        font-weight: bold;
    }
    .news-txt b {
        color: #00a4f9;
        font-weight: bold;
    }
    .news-txt h1 {
        font-size: 24px;
    }
    .news-txt table th,
    .news-txt table td {
        font-size: 11px;
    }
    .news-contact {
        padding: 20px;
        margin-top: 30px;
    }
    .news-contact h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #e6e6e6;
    }
    .news-contact .news-contact-person {
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
    }
    .news-contact .news-contact-mail {
        font-size: 14px;
        line-height: 1.8;
    }
    .news-contact .news-contact-mail:before {
        content: "\f0e0";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.3em;
    }
    .news-contact .news-contact-tel {
        font-size: 14px;
        line-height: 1.8;
    }
    .news-contact .news-contact-tel:before {
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.3em;
    }
    .news-contact .news-contact-tel span {
        display: block;
    }
    .news-contact a {
        color: #00a4f9;
    }
    .active-list {
        margin-left: -10px;
        margin-bottom: -10px;
    }
    .active-list > li {
        width: -webkit-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .active-list > li > a {
        width: 100%;
        height: 80px;
        font-size: 13px;
        line-height: 1.8;
    }
    .page-content {
        text-align: left;
    }
    .page-content h3 {
        font-size: 16px;
        line-height: 1.7;
        padding-bottom: 0.5em;
        margin-bottom: 0.8em;
        border-bottom: 1px solid #e6e6e6;
    }
    .page-content h4 {
        font-size: 13px;
        margin-bottom: 1em;
    }
    .page-content p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 1em;
    }
    .page-content p + h3 {
        margin-top: 30px;
    }
    .page-content .iframe-wrap {
        margin-bottom: 2em;
    }
    .page-content .iframe-wrap + h3 {
        margin-top: 30px;
    }
    .page-content .iframe-wrap-gc {
        margin-bottom: 2em;
        width: 100%;
        height: 0;
        padding-top: 200%;
        position: relative;
    }
    .page-content .iframe-wrap-gc iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-content .iframe-wrap-gc + h3 {
        margin-top: 30px;
    }
    .page-content table th,
    .page-content table td {
        font-size: 11px;
        padding: 0.5em;
    }
    .page-content table th span,
    .page-content table td span {
        font-size: 11px !important;
    }
    .page-content table + h3 {
        margin-top: 30px;
    }
    .page-content img {
        display: block;
    }
    .page-content img + h3 {
        margin-top: 30px;
    }
    .page-content a {
        color: #00a4f9;
    }
    .page-content .academyPlayerStar {
        display: none;
    }
    .page-content .academyPlayerStar + div {
        display: none;
    }
    .page-content .academyPlayerStar + div + div {
        display: none;
    }
    .page-content .l-member__list {
        display: block;
        font-size: 0;
        letter-spacing: -2px;
    }
    .page-content .l-member {
        display: inline-block;
        width: 50%;
        text-align: left;
        letter-spacing: 0;
    }
    .page-content .l-member ruby rb {
        font-size: 16px;
        font-weight: bold;
    }
    .page-content .l-member ruby rt {
        font-size: 12px;
    }
    .page-content .l-member .schoolyear {
        font-size: 13px;
    }
    .page-content .l-member .before {
        font-size: 13px;
    }
    .col-xs-6 {
        width: -webkit-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .col-xs-6:nth-of-type(3n) {
        margin-right: 20px;
    }
    .col-xs-6:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-xs-6 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .contact-wrap {
        margin-left: 0;
        margin-bottom: 50px;
    }
    .contact-wrap > div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 20px;
    }
    .contact-wrap .m-contactbox_title {
        font-size: 14px;
        margin-bottom: 0.7em;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 0.7em;
    }
    .contact-wrap .m-contactbox_body_title {
        font-size: 14px;
    }
    .contact-wrap a {
        color: #00a4f9;
    }
    .contact-wrap .m-contactbox_body_link_tel {
        font-size: 14px;
        line-height: 2;
    }
    .contact-wrap .m-contactbox_body_link_email {
        font-size: 14px;
        line-height: 2;
    }
    .contact-wrap .txt-note {
        font-size: 10px;
        line-height: 2;
    }
    .l-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .l-list > div {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-bottom: 15px;
    }
    .l-list img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .event-nav .p-btn__wrap {
        padding: 15px 0;
    }
    .event-page-nav {
        width: 100%;
        background-color: #00a4f9;
        text-align: center;
        margin-bottom: 15px;
    }
    .event-page-nav li {
        display: inline-block;
        margin-right: 2em;
    }
    .event-page-nav li:last-child {
        margin-right: 0;
    }
    .event-page-nav li a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .event-banner-list {
        width: 90%;
    }
    .event-banner-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .event-banner-list li:last-child {
        margin-bottom: 0;
    }
    .match-date {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 20vw;
        line-height: 1;
    }
    .match-date span {
        display: block;
        font-size: 10vw;
        line-height: 1;
        margin-top: -3vw;
    }
    .match-logo-01,
    .match-logo-02 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -12vw;
    }
    .match-logo-01 {
        margin-left: -40vw;
        width: 18vw;
    }
    .match-logo-02 {
        margin-left: 20vw;
        width: 21vw;
    }
    .match-txt {
        font-size: 12px;
        line-height: 1.8;
    }
    .match-txt small {
        font-size: 11px;
    }
    .match-banner {
        width: 80%;
        margin-top: 15px;
    }
    .goods-table {
        margin-bottom: 20px;
    }
    .goods-table th,
    .goods-table td {
        font-size: 10px;
    }
    .goods-table th {
        width: 3em;
    }
    .event-list {
        display: flex;
        flex-wrap: wrap;
    }
    .event-list__item {
        margin-bottom: 10px;
        position: relative;
    }
    .event-list__item--pickup:before {
        width: 60px;
        height: 50px;
        background-size: contain;
        right: 10px;
        top: 0px;
    }
    .event-list__item.-col3 {
        width: -webkit-calc(100% / 2 - 5px);
        width: calc(100% / 2 - 5px);
        margin-right: -webkit-calc(5px * 2 / 1);
        margin-right: calc(5px * 2 / 1);
    }
    .event-list__item.-col3:nth-of-type(4n) {
        margin-right: 0;
    }
    .event-list__item.-col3:nth-of-type(2n) {
        margin-right: 0;
    }
    .event-list__item.-col4 {
        width: 100%;
        margin-right: 0;
    }
    .event-list__item.-col4:nth-of-type(3n) {
        margin-right: 0;
    }
    .event-list__item.-col4:nth-of-type(2n) {
        margin-right: 0;
    }
    .event-list__item.-col6 {
        width: -webkit-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px);
        margin-right: -webkit-calc(15px * 2 / 1);
        margin-right: calc(15px * 2 / 1);
    }
    .event-list__item.-col6:nth-of-type(2n) {
        margin-right: 0;
    }
    .event-list__item.-sp-col1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .event-list__item.-sp-col1:last-child {
        margin-bottom: 0;
    }
    .event-list__item.-sp-col1 .event-list__ttl,
    .event-list__item.-sp-col1 .event-list__desc {
        text-align: center;
    }
    .event-list__item.-sp-col1 .event-list__ttl {
        font-size: 13px;
        padding-top: 10px;
    }
    .event-content {
        display: block;
        margin-bottom: 30px;
        border: none;
        padding-bottom: 0px;
    }
    .event-content:last-child {
        margin-bottom: 0;
    }
    .event-content__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .event-content__txt {
        width: 100%;
        padding-left: 0;
        padding: 10px;
    }
    .event-content__txt h1 {
        font-size: 14px;
        margin-bottom: 10px;
        border-left: 5px solid #00a4f9;
        padding-left: 10px;
    }
    .event-content__txt h2 {
        font-size: 14px;
        margin-top: 1em;
    }
    .event-content__txt h3 {
        font-size: 12px;
        padding: 0 0.5em;
    }
    .event-content__txt h4 {
        font-size: 12px;
        margin-top: 1em;
    }
    .event-content__txt p {
        font-size: 12px;
        line-height: 2;
    }
    .event-content__txt p span {
        color: #00a4f9;
        font-weight: bold;
    }
    .event-content__txt p small {
        line-height: 1.6;
    }
    .event-content__txt hr {
        margin: 1em 0;
    }
    .event-txt {
        font-size: 12px;
        line-height: 2;
        text-align: left;
        margin-bottom: 30px;
    }
    .event-list__item-inner {
        background-color: #fff;
    }
    .event-list__image {
        margin-bottom: 7px;
    }
    .event-list__ttl {
        font-size: 12px;
        margin-bottom: 7px;
        padding: 0 7px;
    }
    .event-list__desc {
        font-size: 11px;
        line-height: 1.8;
        padding: 7px;
    }
    .event-list__detail {
        border-radius: 5px;
        font-size: 10px;
        padding: 10px;
        margin: 0 8px 8px 8px;
    }
    .modal__box {
        background-color: #fff;
        padding: 10px;
    }
    .modal__box .modal__ttl {
        font-size: 15px;
        margin-bottom: 20px;
        padding-right: 10px;
    }
    .modal__box p {
        font-size: 11px;
    }
    .modal__box img {
        display: block;
        margin-bottom: 20px;
    }
    .modal__box .modal__desc {
        font-size: 11px;
        margin-top: 20px;
        padding: 10px;
        border-radius: 3px;
    }
    .modal__box .p-btn-round {
        margin-top: 1%;
    }
    .modal__content {
        width: 95%;
        max-width: 700px;
        margin: 80px auto;
    }
    .event-share-list__item {
        margin-right: 15px;
    }
    .event-share-list__link {
        font-size: 24px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .event-share-list__link.-line {
        font-size: 28px;
    }
    .member-section {
        border-bottom: 1px solid #e6e6e6;
        padding: 50px 0;
    }
    .member-section:first-child {
        padding-top: 0;
    }
    .member-section:last-child {
        padding-bottom: 0;
        border: none;
    }
    .member-list {
        display: flex;
        flex-wrap: wrap;
    }
    .member-list__item {
        margin-bottom: 30px;
        background-color: #fff;
        text-align: left;
        border-radius: 5px;
        overflow: hidden;
    }
    .member-list__item.-col3 {
        width: -webkit-calc(100% / 2 - 5px);
        width: calc(100% / 2 - 5px);
        margin-right: -webkit-calc(5px * 2 / 1);
        margin-right: calc(5px * 2 / 1);
    }
    .member-list__item.-col3:nth-of-type(4n) {
        margin-right: 0;
    }
    .member-list__item.-col3:nth-of-type(2n) {
        margin-right: 0;
    }
    .member-list__item.-col4 {
        width: 100%;
        margin-right: 0;
    }
    .member-list__item.-col4:nth-of-type(3n) {
        margin-right: 0;
    }
    .member-list__item.-col4:nth-of-type(2n) {
        margin-right: 0;
    }
    .member-list__item.-col6 {
        width: -webkit-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px);
        margin-right: -webkit-calc(15px * 2 / 1);
        margin-right: calc(15px * 2 / 1);
    }
    .member-list__item.-col6:nth-of-type(2n) {
        margin-right: 0;
    }
    .member-list__item a {
        display: block;
        height: 100%;
        color: #000;
        background-color: #fff;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    }
    .member-list__content {
        padding-bottom: 10px;
    }
    .member-list__num {
        font-size: 30px;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: 0.05em;
    }
    .member-list__name {
        font-size: 18px;
    }
    .member-list__name-en {
        font-size: 11px;
    }
    .member-list__pos {
        font-size: 13px;
        padding: 0.2em 0 0.2em 0;
        line-height: 1.6;
        margin-bottom: 13px;
    }
    .partner-list {
        margin-bottom: 10%;
    }
    .partner-list li {
        width: 50%;
        padding: 10px;
    }
    .partner-2021-list {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .partner-2021-list:last-child {
        margin-bottom: 0;
    }
    .partner-2021-list--lv1 li {
        width: 50%;
        padding: 10px;
    }
    .partner-2021-list--lv2 li {
        width: 33.3333%;
        padding: 10px;
    }
    .partner-2021-list--lv3 li {
        width: 33.3333%;
        padding: 10px;
    }
    .partner-2021-list--lv4 li,
    .partner-2021-list--lv5 li,
    .partner-2021-list--lv6 li {
        width: 33.3333%;
        padding: 10px;
    }
    .partner-card__image {
        width: 90%;
        margin-bottom: 0;
    }
    a.partner-card__link:hover {
        opacity: 1;
    }
    .partner-card__name {
        font-size: 9px;
        line-height: 1.4;
        display: none;
    }
    .clubmember-manual__content {
        margin-bottom: 30px;
    }
    .clubmember-manual__content h1 {
        font-size: 16px;
        line-height: 1.5;
        padding: 0.6em 1em 0.5em 1em;
        margin-bottom: 0.5em;
        margin-top: 3em;
    }
    .clubmember-manual__content h2 {
        font-size: 14px;
        line-height: 2;
    }
    .clubmember-manual__content p {
        font-size: 14px;
        line-height: 2;
    }
    .clubmember-manual__content p span {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        padding: 0.5em 1em;
        display: inline-block;
        margin-top: 0.5em;
        opacity: 0.3;
    }
    .clubmember-manual__content a {
        text-decoration: underline;
        position: relative;
        padding-left: 1em;
        color: #00a4f9;
    }
    .clubmember-manual__content a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0.2em;
        border: 0.3em solid transparent;
        border-left: 0.5em solid #00a4f9;
    }
    .clubmember-manual__content a:hover {
        text-decoration: none;
    }
    .modal-content {
        padding: 10px;
    }
    .modal-content h1,
    .modal-content h2,
    .modal-content h3,
    .modal-content h4 {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .modal-content h1 {
        font-size: 18px;
        background-color: #00a4f9;
        line-height: 1.6;
        padding: 1em 1em;
        margin-top: 0;
        width: -webkit-calc(100% + 20px);
        margin-left: -10px;
        margin-top: -10px;
    }
    .modal-content h2 {
        font-size: 14px;
        border-left: 4px solid #000;
        padding: 0.8em 0.8em;
    }
    .modal-content h3 {
        font-size: 14px;
    }
    .modal-content h4 {
        font-size: 14px;
    }
    .modal-content p {
        font-size: 12px;
        line-height: 1.8;
    }
    .modal-content a {
        color: #00a4f9;
        text-decoration: underline;
        word-break: break-all;
    }
    .modal-content a:hover {
        text-decoration: none;
    }
    .modal-content ul {
        margin-top: 20px;
    }
    .modal-content ul.clubmember-manual__list li {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .modal-content ul.clubmember-manual__list li p {
        font-size: 12px;
        line-height: 2;
        padding-left: 40px;
    }
    .modal-content ul.clubmember-manual__list li:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 5px solid #00a4f9;
        border-left: 5px solid #00a4f9;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -8px;
        transform: rotate(-45deg);
    }
    .modal-content ul.clubmember-manual__list li img {
        margin-bottom: 15px;
    }
    .modal-content ul.clubmember-manual__list li span {
        font-size: 20px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 0px;
    }
    .clubmember-prize__list {
        padding: 10px;
    }
    .clubmember-prize__list li {
        font-size: 12px;
        line-height: 1.8;
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
    .clubmember-prize__list li small {
        font-size: 10px;
    }
    .clubmember-theflie__list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .clubmember-theflie__list li {
        width: -webkit-calc(100% / 2 - 5px);
        width: calc(100% / 2 - 5px);
        margin-right: -webkit-calc(5px * 2 / 1);
        margin-right: calc(5px * 2 / 1);
        margin-bottom: 10px;
    }
    .clubmember-theflie__list li:nth-of-type(3n) {
        margin-right: -webkit-calc(5px * 2 / 1);
        margin-right: calc(5px * 2 / 1);
    }
    .clubmember-theflie__list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .clubmember-theflie__list li a {
        display: block;
    }
    .clubmember-theflie__list li a:hover {
        opacity: 0.5;
    }
    .clubmember-theflie__list li img {
        display: block;
        border: 1px solid #e6e6e6;
        margin-bottom: 10px;
        opacity: 0.3;
    }
    .clubmember-theflie__list li p {
        font-size: 16px;
        font-weight: bold;
    }
    .clubmember-theflie__list li a {
        color: #00a4f9;
    }
    .mfp-close-btn-in .mfp-close {
        background-color: inherit;
        font-size: 0;
        width: 50px;
        height: 50px;
        position: fixed;
        left: 50%;
        top: 50px;
        margin-left: 450px;
    }
    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotate(45deg);
    }
    .mfp-close-btn-in .mfp-close:before {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -1px;
    }
    .mfp-close-btn-in .mfp-close:after {
        height: 2px;
        width: 100%;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .youth-schedule {
        margin-bottom: 3rem;
    }
    .youth-schedule caption {
        font-size: 13px;
        margin-bottom: 1em;
    }
    .youth-schedule th,
    .youth-schedule td {
        font-size: 10px;
        padding: 0.5em 0.5em;
    }
    .academy-list li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
    .academy-list .academy-list__desc {
        background-color: #fff;
        padding: 1rem 1.2rem;
    }
    .academy-list .academy-list__name {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }
    .academy-list .academy-list__bar {
        background-color: #00a4f9;
        height: 3rem;
        line-height: 3rem;
    }
    .academy-list .academy-list__pos {
        color: #00a4f9;
        font-weight: bold;
        font-size: 1.4rem;
        color: #fff;
        padding-left: 1.2rem;
        float: left;
    }
    .academy-list .academy-list__u {
        font-size: 1.4rem;
        float: right;
        background-color: #003586;
        color: #fff;
        font-weight: bold;
        padding: 0 1rem;
    }
    .academy-list .academy-list__info {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .ymca-slide {
        height: 20rem;
    }
    .ymca-slide li {
        height: 20rem;
    }
    .ymca-philosophy-list {
        display: flex;
        justify-content: space-around;
    }
    .ymca-philosophy-list li {
        width: 8.5rem;
        height: 8.5rem;
        line-height: 8.5rem;
        font-size: 2.2rem;
    }
    .ymca-chart {
        padding: 1rem;
        margin-top: 1rem;
    }
    .ymca-chart h2 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .ymca-chart h2 small {
        font-size: 0.6em;
    }
    .ymca-chart p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    .ymca-chart--blue {
        background-color: #00a4f9;
    }
    .ymca-chart--blue h2 {
        color: #fff;
    }
    .ymca-chart-list {
        display: flex;
        justify-content: flex-start;
        margin: 0 -0.5rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }
    .ymca-chart-list li {
        width: 33.333%;
        padding: 0 0.5rem;
        flex-grow: 1;
    }
    .ymca-chart-list li div {
        padding: 0.5rem;
        border-radius: 0;
    }
    .ymca-chart-list li div p {
        font-size: 1rem;
        line-height: 1.6;
    }
    .ymca-chart-list li div p b {
        padding-left: 0.3em;
    }
    .p-movie-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0;
        margin-top: 1rem;
    }
    .p-movie-list__item {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }
    .p-movie-list__item:last-child {
        margin-bottom: 0;
    }
    .p-flex-table {
        width: 100%;
        border-radius: 1rem;
        box-shadow: 0px 0px 0.6rem rgba(0, 0, 0, 0.2);
        display: block;
        font-size: 0;
        letter-spacing: -2px;
    }
    .p-flex-table thead,
    .p-flex-table tbody,
    .p-flex-table tr,
    .p-flex-table th,
    .p-flex-table td {
        display: inline-block;
    }
    .p-flex-table td {
        display: inline-block;
        font-size: 1.6rem;
        letter-spacing: 0;
        border-right: none;
        padding: 0.5em 1em;
    }
    .p-flex-table td:first-child {
        width: 20% !important;
        box-sizing: border-box;
        padding-right: 0;
    }
    .p-flex-table td:nth-of-type(2) {
        width: 80% !important;
        box-sizing: border-box;
        text-align: left;
    }
    .p-flex-table td:nth-of-type(3) {
        width: 100%;
        padding: 0.5em 1em;
        font-size: 1.8rem;
        font-weight: bold;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .p-flex-table td:nth-of-type(4) {
        width: 100%;
        line-height: 1;
    }
    .p-flex-table td:nth-of-type(4) br {
        display: none;
    }
    .p-flex-table td:nth-of-type(5) {
        width: 100%;
    }
    .p-flex-table td:last-child {
        border-right: none;
        padding-bottom: 1em;
    }
    .p-flex-table tr:nth-of-type(2n) {
        background-color: #e6e6e6;
    }
    .p-flex-table-btn {
        height: 4rem;
        line-height: 4rem;
        border-radius: 2rem;
        background-color: #00a4f9;
        color: #fff;
        text-align: center;
    }
    .game-header {
        padding: 30px;
    }
    .game-header__ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .game-gallery {
        width: 100%;
    }
    .game-gallery--item {
        height: 35vw;
    }
    .game-score__header-home,
    .game-score__header-away {
        height: 40px;
        line-height: 40px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 1.8rem;
        letter-spacing: 0.03em;
        text-align: center;
        width: 50%;
    }
    .game-score__header-home {
        background-color: #00a4f9;
        color: #fff;
        float: left;
    }
    .game-score__header-away {
        background-color: #fff;
        color: #00a4f9;
        float: right;
    }
    .game-score__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: bottom;
        flex-direction: row;
    }
    .game-score__content-logo {
        width: 50%;
        position: relative;
    }
    .game-score__content-logo:first-child {
        order: 1;
    }
    .game-score__content-logo:last-child {
        order: 2;
    }
    .game-score__content-logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .game-score__content-score {
        width: 20%;
        font-size: 14rem;
    }
    .game-score__content-score--home {
        order: 3;
    }
    .game-score__content-score--away {
        order: 5;
    }
    .game-score__content-detail {
        order: 4;
        width: 45%;
        font-size: 1.4rem;
        padding-top: 25px;
    }
    .game-score__content-table {
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }
    .game-score__content-table td {
        vertical-align: middle;
    }
    .game-score__content-table th {
        font-weight: bold;
        vertical-align: middle;
    }
    .game-score__time {
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .game-score__time:first-child {
        margin-top: 0;
    }
    .game-score__time-txt {
        width: 20%;
    }
    .game-score__time-list {
        width: 40%;
        padding: 0 5px;
    }
    .game-member__group {
        width: 100%;
    }
    .game-member__group:first-child {
        padding-right: 0;
        margin-bottom: 5%;
    }
    .game-member__group:last-child {
        padding-left: 0;
        margin-bottom: 0;
    }
    .game-member__team-name {
        font-size: 2.4rem;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .game-member__team-name img {
        height: 40px;
    }
    .game-member__group-col {
        font-size: 1.5rem;
        line-height: 2;
        padding: 0 5px;
    }
    .game-member__group-col table {
        margin-bottom: 20px;
    }
    .game-member__group-col caption {
        font-size: 2rem;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .game-enviroment__ttl {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .game-enviroment__list li {
        margin-right: 5px;
        margin-bottom: 5px;
        width: -webkit-calc(100% / 3 - 5px * 2 / 3);
        width: calc(100% / 3 - 5px * 2 / 3);
    }
    .game-enviroment__list li:nth-of-type(5n) {
        margin-right: 5px;
    }
    .game-enviroment__list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .game-enviroment__list dl {
        font-size: 1.4rem;
    }
    .rank-table th,
    .rank-table td {
        font-size: 1rem;
        padding: 0.3rem 0.3rem;
    }
    .rank-table th span,
    .rank-table td span {
        padding: 0 0 0 1.5rem;
    }
    .rank-table th img,
    .rank-table td img {
        width: 1.6rem;
        left: 5px;
    }
    .player-header {
        height: 120vw;
    }
    .player-header__name-en {
        font-size: 6rem;
        height: 6rem;
    }
    .player-header__image {
        height: 220vw;
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translate(-50%, 5vw);
    }
    .player-header__num {
        font-size: 3rem;
        height: 3rem;
        transform: skew(-10deg) translate(1rem, 13rem);
    }
    .player-name {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .player-name:after {
        margin-top: 2rem;
        width: 20px;
        height: 5px;
        transform: skew(-30deg);
    }
    .player-name span {
        font-size: 1.1rem;
        letter-spacing: 0.15em;
        margin-top: 0.3rem;
    }
    .player-profile {
        margin-bottom: 5%;
    }
    .player-profile li {
        width: 100%;
        margin-right: 0;
        font-size: 1.4rem;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    .player-profile li span {
        display: inline-block;
        width: 40%;
        color: #00a4f9;
        font-weight: bold;
    }
    .player-profile li:nth-of-type(2n) {
        margin-right: 0;
    }
    .player-qa {
        border-radius: 5px;
        padding: 20px 10px;
    }
    .player-qa__list dt,
    .player-qa__list dd {
        font-size: 1rem;
        padding: 1rem 1rem;
        border-bottom: 1px solid #ccc;
        line-height: 1.6;
    }
    .ashinaga-item-list {
        width: 100%;
    }
    .ashinaga-item-list li {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        padding: 0 5px;
        box-sizing: border-box;
        text-align: center;
    }
    .ashinaga-item-list__img {
        width: 100%;
        padding-top: 100%;
        position: relative;
    }
    .ashinaga-item-list__img img {
        height: 90%;
        width: auto;
        max-width: 200%;
    }
    .ashinaga-item-list__img--01 img {
        width: 100%;
        height: auto;
    }
    .ashinaga-item-list__ttl {
        font-size: 12px;
    }
    .ashinaga-item-list__txt {
        font-size: 10px;
        margin-bottom: 1em;
    }
    .ashinaga-item-list__txt br {
        display: none;
    }
    .ashinaga-item-list__period {
        font-size: 10px;
    }
    .p-ttl-serif {
        font-size: 18px;
        margin-bottom: 2em;
        line-height: 2;
    }
    .ashinaga-box {
        width: 100%;
        padding: 15px;
    }
    .ashinaga-box h2 {
        font-size: 16px;
        margin-bottom: 1em;
    }
    .ashinaga-box p {
        font-size: 12px;
        line-height: 2;
    }
    .ashinaga-txt {
        font-size: 12px;
    }
    .ashinaga-benefits-list {
        display: flex;
        margin-bottom: -10px;
        flex-wrap: wrap;
    }
    .ashinaga-benefits-list li {
        width: -webkit-calc(100% / 2 - 10px * 1 / 2);
        width: calc(100% / 2 - 10px * 1 / 2);
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
    }
    .ashinaga-benefits-list li:nth-of-type(3n) {
        margin-right: 10px;
    }
    .ashinaga-benefits-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .ashinaga-benefits-list li p {
        font-size: 12px;
    }
    .ashinaga-benefits-list li small {
        font-size: 10px;
    }
    .ashinaga-benefits-list li img {
        width: 100%;
        display: none;
    }
    .p-btn-round {
        width: 70%;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        border-radius: 40px;
        margin-top: -30px;
    }
    .p-btn-round--small {
        display: inline-block;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 2em;
    }
    .p-ashinaga-txt {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 15%;
    }
    .p-ashinaga-txt--white {
        color: #fff;
    }
    .p-ashinaga-txt--mb30 {
        margin-bottom: 5rem;
    }
    .p-ashinaga-txt--center {
        text-align: center;
    }
    .p-ashinaga-comment {
        flex-wrap: wrap;
        margin-top: -5vw;
    }
    .p-ashinaga-comment__image {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    .p-ashinaga-comment__image img {
        position: static;
        width: 60%;
        margin: 0 auto;
    }
    .p-ashinaga-comment__text {
        margin-top: 3vw;
        width: 100%;
        border: 3px solid #f0f0f0;
        padding: 3%;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .p-ashinaga-comment__text h2 {
        text-align: center;
        font-size: 2.3rem;
        margin-bottom: 1em;
    }
    .p-ashinaga-comment__text h2 span {
        display: block;
        font-size: 0.5em;
        margin-left: 1em;
    }
    .p-ashinaga-comment__text p {
        margin-bottom: 0 !important;
    }
    .assist-txt {
        font-size: 1.2rem;
        text-align: left;
    }
    .assist-table {
        font-size: 1rem;
    }
    .assist-table th,
    .assist-table td {
        padding: 0.3em 0.3em;
    }
    .assist-list {
        width: 100%;
        margin-bottom: -15px;
    }
    .assist-list > li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 15px;
        box-sizing: border-box;
        text-align: center;
        text-align: left;
    }
    .assist-list__img {
        width: 100%;
        position: relative;
        margin-bottom: 1.5rem;
    }
    .assist-list__img img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .assist-list__ttl {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        text-align: center;
    }
    .assist-list__list {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1.2rem;
    }
    .assist-list__list li {
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 0.2em;
    }
    .assist-list__list li span {
        color: #00a4f9;
        font-size: 0.5em;
    }
    .assist-list__list li:before {
        content: "●";
        color: #00a4f9;
    }
    .assist-list__caution {
        font-size: 1.1rem;
    }
    .ac-header {
        background: url("../img/partner/assist-corporation/header-100.jpg")
            center bottom;
        background-size: auto 100%;
        padding: 10vw 0 75vw 0;
        text-align: center;
    }
    .ac-header__inner {
        width: 90%;
        margin: 0 auto;
    }
    .ac-header__title {
        font-size: 8vw;
        line-height: 1.2;
    }
    .ac-header__text {
        color: #fff;
        font-size: 3.2vw;
        line-height: 2;
        text-align: left;
        text-align: justify;
    }
    .ac-description {
        padding: 10% 0;
    }
    .ac-description__title {
        font-size: 7vw;
    }
    .ac-description__top {
        margin-bottom: 3rem;
    }
    .ac-description__sdgsIcon {
        margin-bottom: 2rem;
    }
    .ac-description__topIconList {
        margin-bottom: 2rem;
    }
    .ac-description__topIconList li {
        margin: 1rem;
    }
    .ac-description__text {
        font-size: 3.2vw;
        line-height: 2;
        text-align: left;
    }
    .ac-description__bottomList {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1rem;
        margin-bottom: -2rem;
    }
    .ac-description__bottomList li {
        width: 50%;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .ac-description__bottomList li img {
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .ac-description__bottomList li p {
        font-size: 1.3rem;
    }
    .yac-body {
        min-width: 320px;
        padding-top: 14vw;
    }
    .yac-nav {
        width: 100%;
        height: 14vw;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    .yac-nav__inner {
        padding: 0 4vw;
        display: flex;
        height: 14vw;
        align-items: center;
    }
    .yac-nav__logo {
        width: 60vw;
    }
    .yac-nav__logo img {
        display: block;
    }
    .yac-nav__button {
        width: 8vw;
        height: 3.8vw;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 4vw;
    }
    .yac-nav__button:before,
    .yac-nav__button:after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
        position: absolute;
    }
    .yac-nav__button:before {
        top: 0;
    }
    .yac-nav__button:after {
        bottom: 0;
    }
    .yac-nav__button span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .yac-nav__list {
        display: block;
        font-size: 4vw;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 14vw);
        left: 0;
        top: 14vw;
        z-index: 1000;
        box-sizing: border-box;
        background-color: #00a4f9;
        display: none;
    }
    .yac-nav__list.is-active {
        display: block;
    }
    .yac-nav__list li {
        display: block;
        margin-right: 0;
    }
    .yac-nav__list li:last-child {
        margin-right: 0;
    }
    .yac-nav__list li a {
        display: block;
        padding: 0.5em 4vw;
        color: #fff;
    }
    .yac-nav__list li a:hover {
        color: #fff;
    }
    .yac-pagenav__list {
        flex-wrap: wrap;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .yac-pagenav__list li {
        padding: 1em 0;
        font-size: 2.4vw;
        margin-right: 1.2em;
    }
    .yac-title {
        margin-bottom: 1em;
        line-height: 1;
        color: #00a4f9;
        font-size: 2rem;
        font-weight: bold;
    }
    .yac-title--en {
        font-size: 2.4rem;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: normal;
    }
    .yac-section {
        margin: 8% auto;
    }
    .yac-section--background {
        padding: 8% 0;
        margin: 0 auto;
    }
    .yac-section--player {
        background-image: none;
    }
    .yac-section__title {
        font-size: 4.2vw;
        font-weight: bold;
        margin-bottom: 1.5em;
    }
    .yac-section__text {
        font-size: 3.2vw;
    }
    .yac-button {
        height: 4rem;
        line-height: 4rem;
        border-radius: 2rem;
        padding: 0 2.5em;
    }
    .yac-button:before {
        border: 0.3rem solid transparent;
        border-left: 0.6rem solid #00a4f9;
        right: 1rem;
    }
    .yac-button:hover:before {
        border-left: 0.6rem solid #fff;
    }
    .yac-button__wrap {
        font-size: 1.4rem;
        width: 100%;
        text-align: center;
    }
    .yac-button--white:before {
        border-left: 0.6rem solid #fff;
    }
    .yac-player__header {
        display: block;
    }
    .yac-player__text {
        width: 100%;
    }
    .yac-player__image {
        width: 100%;
        margin-bottom: 3rem;
    }
    .yac-player__category {
        font-size: 3rem;
    }
    .yac-player__name-jp {
        font-size: 3rem;
        padding: 0.5em 0 0.3em 0;
    }
    .yac-player__name-en {
        font-size: 2.8rem;
        margin-bottom: 0.5em;
    }
    .yac-player__description {
        font-size: 1.6rem;
    }
    .yac-player__description span {
        font-size: 1.6rem;
    }
    .yac-player__information {
        font-size: 1.4rem;
    }
    .yac-player__informationTitle {
        font-size: 1.4rem;
        margin-bottom: 0.5em;
    }
    .yac-player__informationText {
        font-size: 1.4rem;
    }
    .yac-player__career {
        font-size: 1.4rem;
    }
    .yac-text {
        font-size: 2.8vw;
        line-height: 1.8;
    }
    .yac-text + img {
        margin-top: 3rem;
    }
    .yac-category-list {
        font-size: 2.4vw;
        margin-top: 1.5em;
    }
    .yac-category-list li {
        margin-right: 1em;
    }
    .yac-category-list li a {
        height: 3rem;
        line-height: 3rem;
        border-radius: 1.5rem;
        padding: 0 1.5em;
    }
    .yac-intro__title {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    .yac-col {
        width: 100%;
        padding: 0 0;
        margin: 8% auto;
    }
    .yac-col__container {
        display: block;
        margin: 0 0;
    }
    .yac-col__image {
        padding-top: 50%;
        margin-bottom: 1rem;
    }
    .yac-header {
        height: 24rem;
    }
    .yac-header__title {
        font-size: 5.8vw;
        width: 100%;
        text-align: center;
    }
    .yac-header__logo {
        width: 75vw;
    }
    .yac-header--top {
        height: 120vw;
    }
    .yac-top-largeContent {
        text-align: center;
    }
    .yac-top-largeContent__block {
        height: 40vw;
        margin-bottom: 18vw;
    }
    .yac-top-largeContent__title {
        font-size: 13vw;
        width: 100%;
        top: 40vw;
        margin-top: -0.7em;
    }
    .yac-top-largeContent__title span {
        font-size: 1.6rem;
    }
    .yac-top-sponsor-list {
        display: flex;
        margin: 0 -1.5rem;
    }
    .yac-top-sponsor-list li {
        width: 33.3333%;
        padding: 0 1.5rem;
        margin-bottom: 2rem;
    }
    .yac-top-slide__image {
        height: 40vw;
        width: 70vw;
    }
    .yac-vision-block {
        width: 100%;
        margin: 3rem auto;
    }
    .yac-vision-block img {
        display: block;
        margin: 0 auto;
    }
    .yac-vision-block__container {
        display: block;
    }
    .yac-vision-title {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 1em;
        text-align: center;
    }
    .yac-vision-section {
        position: relative;
    }
    .yac-vision-section__copy {
        font-size: 8vw;
        margin-bottom: 0.5em;
        text-align: center;
    }
    .yac-vision-section__copy span {
        font-size: 10vw;
    }
    .yac-vision-section__text {
        width: 100%;
        max-width: 650px;
        display: inline-block;
    }
    .yac-vision-section__block {
        position: absolute;
        right: 0;
        top: 0;
    }
    .yac-vision-section--reverse {
        text-align: left;
    }
    .yac-vision-section--reverse .yac-vision-section__text p {
        text-align: left;
    }
    .yac-vision-section--reverse .yac-vision-section__block {
        left: 0;
        top: 0;
    }
    .yac-promotion-list {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 50px;
    }
    .yac-promotion-list li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
        text-align: left;
    }
    .yac-promotion-list__content {
        display: flex;
        align-items: center;
    }
    .yac-promotion-list__text {
        padding-left: 3vw;
    }
    .yac-promotion-list__year {
        font-size: 3.2vw;
        margin-bottom: 0.5em;
    }
    .yac-promotion-list__name {
        font-size: 4.4vw;
    }
    .yac-promotion-list__name span {
        font-size: 3.2vw;
    }
    .yac-promotion-list__career {
        font-size: 2.8vw;
        margin-top: 3vw;
    }
    .yac-promotion-list__career p {
        line-height: 1.6;
    }
    .yac-chronicle {
        font-size: 2.4vw;
    }
    .yac-chronicle .year,
    .yac-chronicle .record,
    .yac-chronicle .promotion {
        font-weight: bold;
    }
    .yac-chronicle .year {
        width: 10%;
    }
    .yac-chronicle .promotion {
        width: 40%;
    }
    .yac-chronicle tr th,
    .yac-chronicle tr td {
        background-color: #fff;
        border: 1px solid #fcfcfc;
        padding: 0.5em 1em;
    }
    .yac-chronicle tr:nth-of-type(2n) th,
    .yac-chronicle tr:nth-of-type(2n) td {
        background-color: #f0f0f0;
    }
    .section-beer-top h1 {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .section-beer-top h2 {
        font-size: 6vw;
        margin-bottom: 5%;
    }
    .section-beer-top p {
        margin-bottom: 5%;
    }
    .section-beer-top .beer-logo {
        width: 60%;
    }
    .beer-ttl {
        font-size: 4.4vw;
        line-height: 1.8;
        margin-bottom: 10%;
    }
    .beer-ttl--small {
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .beer-ttl span {
        font-size: 3vw;
        margin-bottom: 1em;
    }
    .p-beer-txt {
        font-size: 3.2vw;
    }
    .beer-detail-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .beer-detail-flex__item--01 {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .beer-detail-flex__item--01 h2 {
        font-size: 4.4vw;
        text-align: center;
        font-weight: bold;
        margin-bottom: 1em;
    }
    .beer-detail-flex__item--01 p {
        font-size: 3.2vw;
        line-height: 1.8;
        margin-bottom: 0.5em;
    }
    .beer-detail-flex__item--01 p span {
        font-size: 6vw;
    }
    .beer-detail-flex__item--01 .box {
        padding: 5%;
    }
    .beer-detail-flex__item--02 {
        order: 1;
        width: 100%;
        margin-bottom: 5%;
    }
    .beer-detail-flex__item--02 img {
        width: 30%;
    }
    .beer-detail-flex__item--03 {
        order: 3;
        width: 100%;
        padding-top: 10%;
    }
    .beer-detail-flex__item--03 h2 {
        font-size: 4vw;
        margin-bottom: 5%;
    }
    .beer-detail-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
    .beer-detail-list li {
        width: -webkit-calc(100% / 2 - 15px * 1 / 2);
        width: calc(100% / 2 - 15px * 1 / 2);
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 2.8vw;
        line-height: 1.6;
    }
    .beer-detail-list li:nth-of-type(3n) {
        margin-right: 15px;
    }
    .beer-detail-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .beer-detail-list li h3 {
        font-size: 3vw;
        margin-bottom: 0.5em;
    }
    .beer-detail-list li h3 span {
        display: block;
        text-indent: -0.5em;
    }
    .beer-detail-list li b {
        font-weight: bold;
    }
    .beer-step-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
    .beer-step-list li {
        width: 100%;
        margin-right: 0;
        font-size: 3.2vw;
        line-height: 1.8;
        position: relative;
    }
    .beer-step-list li:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 2vw solid transparent;
        border-top: 4vw solid #00a4f9;
        bottom: 0;
        left: 50%;
        margin: -2vw 0 0 -2vw;
    }
    .beer-step-list li:last-child {
        margin-bottom: 5%;
    }
    .beer-step-list li:last-child:before {
        display: none;
    }
    .beer-step-list li h3 {
        font-size: 8vw;
    }
    .beer-step-list li p {
        margin-bottom: 2em;
    }
    .beer-caution {
        font-size: 3.2vw;
        padding: 5%;
    }
    .beer-btn {
        font-size: 4.4vw;
        color: #fff;
        background-color: #00a4f9;
        height: 60px;
        line-height: 60px;
        padding: 0 2em;
        display: inline-block;
        margin-bottom: 50px;
        border-radius: 30px;
        font-weight: bold;
    }
    .beer-btn--large {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        height: 30vw;
        line-height: 30vw;
        border-radius: 15vw;
        max-width: 300px;
        text-align: center;
        margin-bottom: 10vw;
    }
    .match-beer {
        overflow: hidden;
    }
    .match-beer .l-inner {
        position: relative;
        text-align: center;
    }
    .match-beer p {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        line-height: 2;
        margin-bottom: 5%;
    }
    .match-beer .beer_logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .match-beer .beer {
        display: block;
        position: static;
        width: auto;
        right: inherit;
        top: inherit;
        width: 30%;
        margin: 0 auto 5%;
        transform: translate(0, 0);
    }
    .match-beer .p-btn-round {
        margin: 3% auto;
    }
    .tp-page-nav {
        width: 100%;
        height: auto;
        line-height: 4rem;
        padding: 1rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tp-page-nav li {
        font-size: 2.93333vw;
        line-height: 1.5;
        margin-right: 0;
        padding-right: 0;
        position: relative;
        padding: 0 1em;
        font-weight: bold;
        text-align: center;
    }
    .tp-page-nav li:before {
        content: "";
        display: block;
        width: 1px;
        height: 1.4rem;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.7rem;
    }
    .tp-page-nav li:nth-of-type(4),
    .tp-page-nav li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .tp-page-nav li:nth-of-type(4):before,
    .tp-page-nav li:last-child:before {
        display: none;
    }
    .tp-page-nav li a {
        color: #fff;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .tp-page-nav li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: #00a4f9;
        z-index: 100;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .tp-page-nav li a:hover {
        opacity: 0.7;
    }
    .tp-page-nav li a:hover:before {
        height: 0.5rem;
    }
    .tp-title {
        font-size: 16px;
        margin-bottom: 2em;
    }
    .tp-title--yellow {
        margin-bottom: 1em;
    }
    .tp-text {
        font-size: 13px;
        line-height: 1.5;
    }
    .tp-system-list {
        margin: -5px;
        margin-bottom: 20px;
        align-content: stretch;
    }
    .tp-system-list li {
        width: 50%;
        padding: 0 5px;
        font-size: 3.2vw;
        font-weight: bold;
    }
    .tp-system-box__title {
        font-size: 13px;
    }
    .tp-map-wrap {
        width: 100%;
        margin-left: 0;
    }
    .tp-star-image {
        display: block;
        width: 100%;
        margin-bottom: 2em;
    }
    .tp-link {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-radius: 25px;
    }
    .tp-link__wrap {
        margin-top: 15px;
    }
    .tp-table-tab__item {
        width: 32%;
        border-radius: 10px 10px 0px 0px;
        background-color: #fff;
        border-top: 1px solid #00a4f9;
        border-right: 1px solid #00a4f9;
        border-left: 1px solid #00a4f9;
        font-size: 5vw;
        height: 25px;
        line-height: 25px;
    }
    .tp-table-tab__item:hover {
        opacity: 1;
    }
    .tp-table-tab__item:before {
        margin-top: 3px;
    }
    .tp-table-tab__item.is-active {
        background-color: #00a4f9;
    }
    .tp-table-tab__item.is-active:before {
        border-top: 5px solid #fff;
    }
    .tp-table-content__item {
        border-right: 1px solid #00a4f9;
        border-bottom: 1px solid #00a4f9;
        border-left: 1px solid #00a4f9;
    }
    .tp-table caption {
        font-size: 2.93333vw;
    }
    .tp-table caption small {
        font-size: 2.66667vw;
    }
    .tp-table tr .tp-table__category {
        font-size: 2.66667vw;
    }
    .tp-table tr .tp-table__class {
        font-size: 2.66667vw;
    }
    .tp-table tr td {
        font-size: 2.93333vw;
    }
    .tp-table__header td {
        font-size: 2.66667vw;
    }
    .tp-table__header td:first-child {
        width: 20%;
    }
    .tp-table__header td:nth-of-type(2) {
        width: 10%;
    }
    .tp-table__header td:nth-of-type(3),
    .tp-table__header td:nth-of-type(4),
    .tp-table__header td:nth-of-type(5),
    .tp-table__header td:nth-of-type(6) {
        width: 14%;
    }
    .tp-banner-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0;
    }
    .tp-banner-list li {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .tp-banner-list li:last-child {
        margin-bottom: 0;
    }
    .tp-banner-list li a {
        display: block;
        border-radius: 5px;
        font-size: 5vw;
        padding: 1em 0;
    }
    .tp-banner-list li a:before {
        right: 1vw;
    }
    .ko-kv {
        width: 100%;
        height: 100vw;
        min-height: 0;
    }
    .ko-page-navigation__item {
        font-size: 2.4vw;
        line-height: 1.2;
        margin-right: 1.4em;
    }
    .ko-conversion__match-information {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .ko-conversion__match-home,
    .ko-conversion__match-away {
        text-align: center;
    }
    .ko-conversion__match-home img,
    .ko-conversion__match-away img {
        width: 90%;
    }
    .ko-conversion__match-home {
        width: 40%;
        order: 2;
    }
    .ko-conversion__match-away {
        width: 40%;
        order: 3;
    }
    .ko-conversion__match-text {
        order: 1;
        width: 80%;
        margin-bottom: 10px;
    }
    .ko-conversion__match-title {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 0;
        font-weight: bold;
    }
    .ko-conversion__match-title--small {
        font-size: 3.5vw;
    }
    .ko-conversion__match-date {
        font-size: 35vw;
    }
    .ko-conversion__match-date--small {
        font-size: 20vw;
    }
    .ko-conversion__match-week {
        padding: 0.03em 0 0.3rem;
        letter-spacing: 0.5em;
        font-size: 6vw;
        text-indent: 0.3em;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
    }
    .ko-conversion__match-time {
        font-size: 13vw;
    }
    .ko-conversion__match-time--small {
        font-size: 12vw;
        white-space: nowrap;
    }
    .ko-conversion__match-stadium {
        font-size: 6vw;
    }
    .ko-conversion__match-stadium--small {
        font-size: 4vw;
    }
    .ko-conversion__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 5%;
    }
    .ko-conversion__list li {
        width: 100%;
        padding: 0 0;
        margin-bottom: 10px;
    }
    .ko-conversion__list li:lats-child {
        margin-bottom: 0;
    }
    .ko-conversion__list li a {
        text-indent: 6em;
        text-align: left;
        font-size: 5vw;
        padding: 1em 0;
        border-radius: 5px;
    }
    .ko-conversion__sponsor {
        margin: 10px auto;
    }
    .ko-conversion__sponsor img {
        width: 100%;
        max-width: 620px;
        display: block;
    }
    .ko-conversion__caution {
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: left;
    }
    .ko-conversion__caution--small {
        font-size: 3vw;
        width: 90%;
        margin: 0 auto;
    }
    .ko-title {
        font-size: 4.2rem;
        margin-bottom: 0.8em;
    }
    .ko-title i,
    .ko-title span {
        font-size: 1.5rem;
        margin-top: 0.5em;
    }
    .ko-title--small {
        font-size: 3.5rem;
    }
    .ko-title--align-left {
        text-align: center;
    }
    .ko-guideline__list {
        margin: 0 -5px -10px -5px;
        display: flex;
        flex-wrap: wrap;
    }
    .ko-guideline__list li {
        display: block;
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .ko-pickup-player {
        width: 100%;
        position: relative;
    }
    .ko-pickup-player__inner {
        width: 90%;
        padding: 5% 0;
        text-align: left;
    }
    .ko-pickup-player__inner h2 {
        text-align: left !important;
    }
    .ko-pickup-player__num {
        margin-left: auto;
        bottom: 0;
        margin-right: -0.05em;
        top: 100vw;
        right: 0;
        left: atuo;
        margin-bottom: -0.3em;
        text-align: right;
        font-size: 100vw;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        z-index: -1;
        color: #fff;
        opacity: 0.3;
    }
    .ko-pickup-player__box {
        width: 100%;
    }
    .ko-pickup-player__image {
        position: static;
        width: 100%;
        height: 100vw;
    }
    .ko-pickup-player__name {
        font-size: 3rem;
        margin-bottom: 0;
        margin-top: -0.5em;
    }
    .ko-pickup-player__name span {
        font-size: 0.6em;
    }
    .ko-pickup-player__info {
        font-size: 3rem;
        margin-bottom: 0.5em;
    }
    .ko-pickup-player__text {
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.6;
    }
    .ko-event {
        padding-bottom: 25px;
    }
    .ko-event-sort {
        font-size: 3.2vw;
        letter-spacing: 0.05em;
        flex-wrap: wrap;
        margin-bottom: 2.5em;
    }
    .ko-event-sort__item {
        padding: 0.3em 1em;
        border-radius: 1.3em;
        margin: 0 0.1em 0.5em 0.5em;
    }
    .ko-event-sort__item:hover {
        opacity: 1;
    }
    .ko-event-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0;
        margin: 0 -1vw;
    }
    .ko-event-list .slick-next {
        left: auto;
        margin-left: 0;
        right: 5vw;
    }
    .ko-event-list .slick-prev {
        left: 5vw;
        margin-left: 0;
    }
    .ko-event-list__item {
        padding: 0 15px;
        width: 33.3333%;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    .ko-event-list__item--small {
        width: 230px;
    }
    .ko-event-list__item {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .ko-event-list__item:last-child {
        margin-bottom: 0;
    }
    .ko-event-list__item--small {
        width: 80vw;
        padding: 0 8px;
    }
    .ko-event-list__item--2022 {
        width: 50% !important;
        padding: 0 1vw 1vw 1vw;
    }
    .ko-event-list__item--2022-small {
        width: 50% !important;
        padding: 0 1vw 1vw 1vw;
    }
    .ko-event-list__item[data-event-term~="pickup"] {
        position: relative;
    }
    .ko-event-list__item[data-event-term~="pickup"]:before {
        width: 10vw;
        height: 10vw;
        background: url("../img/event/pickup@2x.png") no-repeat center center;
        background-size: contain;
        right: 3vw;
        top: -2vw;
    }
    .ko-event-list__link {
        display: block;
        color: #000;
        background-color: #f2f2f2;
    }
    .ko-event-list__text {
        padding: 8px;
    }
    .ko-event-list__image {
        display: block;
        width: 100%;
    }
    .ko-event-list__title {
        font-size: 3.2vw;
        line-height: 1.6;
    }
    .ko-event-list__time {
        font-size: 2.5vw;
        line-height: 1.6;
        opacity: 0.5;
    }
    .ko-event-list__place {
        font-size: 1.1rem;
        opacity: 0.5;
    }
    .ko-event-list__button {
        color: #fff;
        background-color: #00a4f9;
        width: 100%;
        line-height: 1;
        padding: 0.5em 0;
        position: relative;
        font-size: 1.5rem;
        text-align: center;
        font-size: 2.5vw;
    }
    .ko-event-list__button:before {
        content: "";
        display: block;
    }
    .ko-sub-event {
        margin-bottom: 3rem;
    }
    .ko-sub-event:last-child {
        margin-bottom: 0;
    }
    .ko-sub-event__title {
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 1.8em;
    }
    .ko-timetable__item {
        display: flex;
    }
    .ko-timetable__time {
        font-size: 1.5rem;
        text-align: center;
        padding: 0.7rem;
        width: 20%;
        letter-spacing: 0.05em;
    }
    .ko-timetable__name {
        padding: 0.7rem;
        font-size: 1.4rem;
        width: 80%;
    }
    .ko-gourmet {
        padding: 60px 0;
    }
    .ko-ticket__caption {
        font-size: 9px;
        margin-top: 1em;
    }
    .ko-hr {
        margin-bottom: 30px;
    }
    .ko-stadium__content {
        margin: 0;
        display: block;
    }
    .ko-stadium__content > div {
        padding: 0;
        margin-bottom: 5%;
    }
    .ko-stadium__content > div:last-child {
        margin-bottom: 0;
    }
    .ko-stadium__figure {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 5%;
    }
    .ko-stadium__map {
        width: 100%;
    }
    .ko-stadium__detail {
        width: 100%;
    }
    .ko-stadium__name {
        font-size: 2.3rem;
        text-align: center;
    }
    .ko-stadium__address {
        font-size: 1.2rem;
        margin-bottom: 1em;
        text-align: center;
    }
    .ko-stadium__access {
        font-size: 1.2rem;
    }
    .ko-goods {
        background-color: #00a4f9;
        padding: 20px 0;
    }
    .ko-goods__button {
        font-size: 1.8rem;
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-radius: 25px;
    }
    .ko-stadium-goods__image {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .ko-stadium-goods__text {
        width: 100%;
    }
    .ko-stadium-goods__place {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .ko-floating__inner {
        padding: 1rem 0 1.5rem 0;
        width: 95%;
    }
    .ko-floating__nav {
        display: flex;
        justify-content: center;
        margin: 0 -2px;
    }
    .ko-floating__nav li {
        width: 33.333%;
        box-sizing: border-box;
        padding: 0 2px;
    }
    .ko-floating__nav li a {
        width: 100%;
        display: block;
        font-size: 2.6vw;
        box-sizing: border-box;
        padding: 1.5em 0em 1.2em 0em;
        text-align: center;
        border-radius: 2px;
        background-position: 15px center;
        background-image: none !important;
        text-indent: -1em;
    }
    .ko-floating__nav li a.is-jleague-ticket {
        background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/logo.png");
        background-size: 65px auto;
        border: 1px solid #00a4f9;
    }
    .ko-floating__nav li a.is-yokohamafc-ticket {
        background-image: url("https://www.yokohamafc.com/wp-content/themes/yokohamafc-2020/assets/img/emblem/296.svg");
        background-size: 40px auto;
        border: 1px solid #00a4f9;
    }
    .ko-floating__nav li a.is-dazn {
        background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/02/dazn-logo.png");
        background-size: 40px auto;
        border: 1px solid #fff;
        background-color: #000;
    }
    .ko-floating__nav li a:before,
    .ko-floating__nav li a:after {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
        margin-top: 2px;
        transform: translate(0, -50%);
    }
    .ko-floating__nav li a:before {
        right: 2.2vw;
        top: 50%;
        border: 0.5vw solid transparent;
        border-left: 1vw solid #fff;
    }
    .ko-floating__nav li a:after {
        width: 2vw;
        height: 2vw;
        border: 0.3vw solid #fff;
        border-radius: 50%;
        right: 2vw;
        top: 50%;
    }
    .ko-floating__nav li a:hover {
        transform: scale(1, 1);
        color: #fff;
        background-color: #00a4f9;
    }
    .ko-floating__nav li a:hover:before {
        border-left: 1vw solid #fff;
        border: 0.5vw solid transparent;
    }
    .ko-floating__nav li a:hover:after {
        border: 0.3vw solid #fff;
    }
    .pf2022-wrap {
        background: url("../img/2022-uniform/background.jpg") center top
            no-repeat #f7f7f7;
        background-size: 500% auto;
    }
    .pf2022-header {
        height: 110vw;
    }
    .pf2022-header__name {
        font-size: 20vw;
        margin-top: 15vw;
        display: none !important;
    }
    .pf2022-header__number {
        left: 5%;
        margin-left: 0;
        text-align: left;
        justify-content: flex-start;
        font-size: 30vw;
        top: auto;
        bottom: 0.2em;
        z-index: 4;
    }
    .pf2022-header__number span:last-child {
        font-size: 0.4em;
        padding-bottom: 0.2em;
    }
    .pf2022-header__photo {
        width: 80vw;
        top: 5vw;
    }
    .pf2022-header__sign {
        width: 40vw;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        right: 5vw;
        bottom: 5vw;
    }
    .pf2022-header__uniform {
        left: auto;
        transform: translate(0, 0);
        right: 5vw;
        top: 5vw;
        width: 30vw;
        height: 30vw;
        font-size: 3vw;
        border: 1vw solid #00a4f9;
    }
    .pf2022-header__uniform:before {
        content: "";
        display: block;
        border: 5px solid transparent;
        border-left: 8px solid #00a4f9;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 4vw;
    }
    .pf2022-information {
        padding: 5vw 10vw;
        border-radius: 3vw;
        margin-bottom: 5rem;
    }
    .pf2022-information__name {
        font-size: 7vw;
    }
    .pf2022-information__name span {
        font-size: 3vw;
    }
    .pf2022-information__list {
        margin-top: 5vw;
    }
    .pf2022-information__list li {
        font-size: 2.8vw;
        padding: 0.8em 0;
    }
    .pf2022-information__list li.small-l {
        width: 100%;
    }
    .pf2022-information__list li span {
        width: 20vw;
        color: #00a4f9;
        display: block;
    }
    .pf2021-header {
        height: 80vh;
    }
    .pf2021-header__inner {
        width: 90%;
    }
    .pf2021-header__image {
        right: -15%;
        top: 12%;
        width: 70%;
        z-index: 2;
    }
    .pf2021-header__bg-image {
        position: absolute;
        right: -15%;
        top: 6%;
        width: 180%;
        z-index: 0;
        opacity: 0.2;
    }
    .pf2021-header__en-name {
        font-size: 8rem;
        left: 0;
        top: 5%;
        line-height: 0.8;
    }
    .pf2021-header__jp-name {
        font-size: 8vw;
        padding-top: 80%;
    }
    .pf2021-header__jp-name span {
        display: block;
    }
    .pf2021-header__num {
        font-size: 8vw;
        margin-top: 0;
        margin-right: 0.3em;
    }
    .pf2021-header__position {
        font-size: 8vw;
        margin-top: 0;
        opacity: 1;
    }
    .pf2021-header__list {
        font-size: 2.5vw;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        width: 50vw;
    }
    .pf2021-header__list dt,
    .pf2021-header__list dd {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0.3em 0;
    }
    .pf2021-header__list dt {
        width: 50%;
    }
    .pf2021-header__list dd {
        width: 50%;
    }
    .pf2021-information__list {
        width: 100%;
        font-size: 1.4rem;
        border: 1px solid #e6e6e6;
        padding: 2vw 4vw;
        box-sizing: border-box;
    }
    .pf2021-information__list li {
        line-height: 1.5;
        padding: 0.7em 0 0.5em 0;
    }
    .pf2021-information__list li span,
    .pf2021-information__list li p {
        width: 100%;
    }
    .pf2021-information__list li span {
        width: 100%;
        padding-right: 2em;
    }
    .pf2021-information__list li p {
        width: 100%;
    }
    .pf2021-qa__title {
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }
    .pf2021-qa__list {
        font-size: 1.4rem;
    }
    .pf2021-qa__list li {
        flex-wrap: wrap;
    }
    .pf2021-qa__list li span,
    .pf2021-qa__list li p {
        display: block;
        box-sizing: border-box;
    }
    .pf2021-qa__list li span {
        width: 100%;
        font-weight: bold;
        color: #00a4f9;
        padding-right: 1em;
    }
    .pf2021-qa__list li p {
        width: 100%;
    }
    .al-opening__inner {
        width: 90%;
    }
    .al-opening__text {
        font-size: 3.7vw;
        font-weight: 700;
        line-height: 1.8;
    }
    .al-inner {
        padding: 13vw 0;
    }
    .al-title {
        margin-bottom: 10vw;
    }
    .al-title__copy {
        width: 80%;
        margin-bottom: 5vw;
    }
    .al-title__logo {
        margin-bottom: 5vw;
    }
    .al-main-copy {
        font-size: 3vw;
        line-height: 1.8;
    }
    .al-image {
        background: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/1/2021/03/assist_life_bg-100.jpg")
            no-repeat left center;
        height: 80vw;
        background-size: auto 100%;
    }
    .al-product {
        flex-wrap: wrap;
    }
    .al-product__information {
        width: 100%;
        order: 2;
    }
    .al-product__image {
        width: 100%;
        order: 1;
        margin-bottom: 5vw;
    }
    .al-product__image img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .al-product__title {
        font-size: 10vw;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        margin-bottom: 1em;
        text-align: center;
    }
    .al-product__title span {
        margin-bottom: 0.25em;
        font-size: 3vw;
    }
    .al-product__title img {
        width: 50%;
        display: block;
        margin: 0 auto;
        margin-top: 0.1em;
    }
    .al-product__text {
        font-size: 3.2vw;
        line-height: 1.6;
        margin-bottom: 2em;
    }
    .al-product__price {
        font-size: 8vw;
        font-weight: 400;
        font-family: "Roboto Condensed", sans-serif;
        vertical-align: baseline;
        text-align: left;
    }
    .al-product__price span {
        font-size: 0.4em;
        display: inline-block;
        margin-left: -0.3em;
    }
    .al-product__link {
        margin-top: 1.5em;
        font-size: 4.5vw;
        height: 12vw;
        line-height: 12vw;
        border-radius: 6vw;
        color: #fff;
        padding: 0;
        width: 50vw;
    }
    .al-footer {
        padding: 15vw 0;
    }
    .al-footer__logo img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
    .p-360-banner {
        margin: 10% auto;
    }
    .p-360-banner img {
        border-radius: 1vw;
    }
    .kg-kv {
        width: 100%;
        height: 120vw;
    }
    .kg-kv__title {
        left: 5vw;
        top: 5vw;
        margin-left: 0;
        width: 90vw;
    }
    .kg-nav {
        padding: 1em 0;
    }
    .kg-nav li {
        margin-right: 0.5em;
        padding-right: 0.5em;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .kg-nav li:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
    }
    .kg-nav a {
        font-size: 2.2vw;
    }
    .kg-section {
        margin-bottom: 5%;
        padding: 5% 0;
    }
    .kg-section + .kg-section {
        margin-top: -5%;
    }
    .kg-section__inner {
        width: 92%;
    }
    .kg-intro__text {
        font-size: 2.8vw;
        line-height: 2;
    }
    .kg-intro__nav {
        display: flex;
        margin: 0 -5px;
        margin-top: 5%;
    }
    .kg-intro__nav li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .kg-intro__nav a {
        border-radius: 5px;
        padding: 1.2em 0;
        font-size: 3.2vw;
    }
    .kg-slide {
        height: 30vw;
    }
    .kg-slide li {
        height: 30vw;
        width: 45vw;
    }
    .kg-slide li img {
        height: 30vw;
    }
    .kg-subtitle {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    .kg-subtitle--en {
        font-size: 8vw;
    }
    .kg-subtitle--en span {
        font-size: 2.8vw;
        margin-top: 0em;
    }
    .kg-text {
        font-size: 1.6rem;
    }
    .kg-pickup__image {
        order: 1;
        width: 100%;
        height: 50vw;
    }
    .kg-pickup__section:nth-child(2n-1) .kg-pickup__image {
        order: 1;
    }
    .kg-pickup__description {
        order: 3;
        width: 100%;
        padding: 7% 5% 7% 5%;
    }
    .kg-pickup__section:nth-child(2n-1) .kg-pickup__description {
        order: 3;
    }
    .kg-pickup__slide {
        order: 2;
        width: 100%;
        position: relative;
    }
    .kg-pickup__eng {
        font-family: "Barlow Condensed", sans-serif;
        color: #fff;
        position: static;
        margin: 0 auto;
        font-size: 10vw;
        margin-bottom: 0;
        text-align: center;
        margin-bottom: -0.1em;
    }
    .kg-pickup__num {
        position: static;
        font-size: 15vw;
        margin: 0 auto;
        text-align: center;
        line-height: 1;
        margin-bottom: 0em;
    }
    .kg-pickup__title {
        font-size: 7vw;
        text-align: center;
        margin-bottom: 1em;
    }
    .kg-pickup__text {
        font-size: 3.2vw;
        margin-bottom: 5%;
    }
    .kg-pickup__button {
        width: 70%;
        margin: 0 auto;
        font-size: 4vw;
        border-radius: 4vw;
        padding: 0.5em 0;
    }
    .kg-pickup__subsection {
        margin-top: 5%;
    }
    .kg-timetable__list li {
        font-size: 3vw;
        padding: 0.5em 0.7em;
        display: flex;
        display: block;
        margin-bottom: 0.5em;
    }
    .kg-timetable__list li span {
        margin-right: 0;
        width: 100%;
    }
    .kg-timetable__list li i {
        width: 100%;
    }
    .kg-ticket {
        border: 2px solid #00a4f9;
        padding: 2rem;
    }
    .kg-ticket__title {
        font-size: 2rem;
    }
    .kg-ticket__text {
        font-size: 1.1rem;
        margin-bottom: 1.5em;
        text-align: left;
    }
    .kg-ticket__list li {
        display: block;
        padding: 1.5rem 0;
    }
    .kg-ticket__figure {
        width: 100%;
    }
    .kg-ticket__service-number {
        font-size: 2rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .kg-ticket__service-name {
        font-size: 2rem;
    }
    .kg-ticket__service-name a {
        font-size: 1.1rem;
    }
    .ha-header {
        height: 120vw;
    }
    .ha-header__title {
        font-size: 16vw;
        margin-top: 3em;
    }
    .ha-header__title span {
        font-size: 5vw;
        font-weight: bold;
    }
    .ha-history {
        margin-bottom: 0;
    }
    .ha-history__content {
        padding-bottom: 0;
        flex-wrap: wrap;
        background: none;
        flex-direction: row-reverse !important;
        margin-bottom: 10vw;
    }
    .ha-history__content:before {
        width: 3vw;
        height: 3vw;
        display: none;
    }
    .ha-history__content:after {
        content: "";
        display: block;
        width: 100%;
        height: 10vw;
        background-color: red;
        background: url("../img/history/dot.png") repeat-y center center;
        position: absolute;
        left: 0;
        bottom: -10vw;
    }
    .ha-history__content:last-child {
        margin-bottom: 0;
        background: none;
    }
    .ha-history__content:last-child:after {
        display: none;
    }
    .ha-history__content:first-child:before {
        display: none;
    }
    .ha-history__text {
        width: 100%;
        line-height: 1.6;
        order: 2;
    }
    .ha-history__image {
        width: 100%;
        order: 1;
    }
    .ha-history__image img {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .ha-history__year {
        font-size: 11rem;
        margin-top: -0.3em;
        text-align: center;
    }
    .ha-history__title {
        font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3,
            ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
            MS PGothic, ＭＳ\Ｐゴシック, sans-serif;
        text-align: center;
        font-size: 2.8rem;
        margin-top: -1.2em;
    }
    .ha-history__topics {
        font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3,
            ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
            MS PGothic, ＭＳ\Ｐゴシック, sans-serif;
        font-size: 1.3rem;
        width: 100%;
    }
    .ha-history__topicsWrap {
        width: 100%;
        background-color: #a37c52;
        box-sizing: border-box;
        padding: 1em 1.5em;
        margin-top: 1.5em;
    }
    .ha-history__topics caption {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 2rem;
        letter-spacing: 0.02em;
        color: #fff;
        margin-bottom: 0.2em;
        text-align: center;
    }
    .ha-history__topics th {
        font-weight: bold;
        text-align: left;
        padding-right: 1em;
        width: 20%;
    }
    .ha-history__topics td {
        text-align: left;
        width: 80%;
    }
    .ha-history__description {
        font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3,
            ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
            MS PGothic, ＭＳ\Ｐゴシック, sans-serif;
        font-size: 1.4rem;
    }
    .ha-data {
        background-color: #000;
    }
    .ha-data__content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .ha-data__record {
        font-size: 1.3rem;
        color: #fff;
        display: flex;
        padding: 1em;
        position: relative;
    }
    .ha-data__record:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }
    .ha-data__record:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 3px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -3px;
    }
    .ha-data__year {
        width: 20%;
    }
    .ha-data__league {
        width: 10%;
    }
    .ha-data__matchRecord {
        width: 70%;
    }
    .ha-data__detailContent {
        flex-wrap: wrap;
        width: 100%;
        padding: 4% 0;
    }
    .ha-data__member {
        text-align: left;
        font-size: 1.3rem;
        box-sizing: border-box;
        width: 100%;
        font-size: 1.3rem;
        padding-bottom: 1em;
    }
    .ha-data__member th {
        width: 20%;
        font-weight: bold;
    }
    .ha-data__member td {
        width: 80%;
    }
    .ha-data__image {
        width: 100%;
    }
    .un2022-kv {
        background: url("../img/2022-uniform/kv_sp.jpg") center center;
        height: 125vw;
        min-height: 0;
        background-size: cover;
        min-width: 0px;
    }
    .un2022-kv__title {
        width: 70.37037vw;
        min-width: 0;
        left: 50%;
        margin-left: 0;
        margin-top: -1vw;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .un2022-kv__scroll {
        bottom: 1rem;
        width: 5rem;
        margin-left: 0;
    }
    .un2022-concept {
        background: url("../img/2022-uniform/background.jpg") center top
            no-repeat;
        background-size: auto 100%;
        padding: 5rem 0;
    }
    .un2022-concept__inner {
        margin: 0 auto;
    }
    .un2022-concept__title {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .un2022-concept__title img {
        width: 100%;
        height: auto;
    }
    .un2022-concept__text {
        font-size: 3.2vw;
        margin-bottom: 5rem;
    }
    .un2022-concept__slide-item {
        width: 100vw;
    }
    .un2022-concept__slide .slick-prev,
    .un2022-concept__slide .slick-next {
        width: 3rem;
        height: 3rem;
    }
    .un2022-concept__slide .slick-prev {
        background-image: url("../img/2022-uniform/arrow_l.svg");
        left: 5vw;
        transform: translate(0, -50%);
    }
    .un2022-concept__slide .slick-next {
        background-image: url("../img/2022-uniform/arrow_r.svg");
        left: auto;
        right: 5vw;
        transform: translate(0, -50%);
    }
    .un2022-concept__slide .pc {
        display: none;
    }
    .un2022-concept__slide .sp {
        display: block;
        width: 75vw;
        margin: 0 auto;
    }
    .un2022-photo-list {
        display: flex;
        border-top: 1px solid #fff;
    }
    .un2022-photo-list li {
        width: 100%;
        border-bottom: 1px solid #fff;
        border-radius: none;
    }
    .un2022-section {
        text-align: center;
        margin-bottom: 5rem;
    }
    .un2022-section__title {
        margin-bottom: 4rem;
        margin-top: 5rem;
    }
    .un2022-section__title img {
        height: 3rem;
    }
    .un2022-partner__text {
        width: 90%;
        box-sizing: border-box;
        font-size: 5vw;
        font-weight: bold;
        margin-top: 1.2em;
        color: #00a4f9;
        border: 1px solid #00a4f9;
        line-height: 1;
        padding: 0.5em 1.5em;
    }
    .un2022-partner__image {
        display: block;
        width: 100%;
        height: auto;
    }
    .un2022-product__slide-item {
        width: 100vw;
        box-sizing: border-box;
        padding: 0 10vw;
        box-sizing: border-box;
    }
    .un2022-product__slide-text,
    .un2022-product__slide-price {
        font-size: 3.2vw;
        line-height: 1.8;
    }
    .un2022-product__slide-price {
        color: #00a4f9;
        font-weight: bold;
    }
    .un2022-product__slide .slick-prev,
    .un2022-product__slide .slick-next {
        width: 3rem;
        height: 3rem;
    }
    .un2022-product__slide .slick-prev {
        background-image: url("../img/2022-uniform/arrow_l_blue.svg");
        left: 5vw;
        transform: translate(0, -50%);
    }
    .un2022-product__slide .slick-next {
        background-image: url("../img/2022-uniform/arrow_r_blue.svg");
        left: auto;
        right: 5vw;
        transform: translate(0, -50%);
    }
    .un2022-product__button {
        font-size: 5vw;
        width: 85vw;
        height: 20vw;
        line-height: 20vw;
        border-radius: 10vw;
        text-align: center;
        background: url("../img/2022-uniform/arrow.svg") no-repeat right 2rem
            center #00a4f9;
        background-size: 2rem auto;
    }
    .un2022-product__button-wrap {
        margin: 3rem auto;
        text-align: center;
    }
    .un2022-product__text {
        width: 90vw;
        margin: 0 auto;
        font-size: 3.2vw;
    }
    .un2022-floating {
        display: block;
        font-size: 4vw;
        padding: 0 2.5em 0 1.5em;
        height: 5rem;
        border-radius: 2.5rem;
        line-height: calc(5rem - 2px);
        position: fixed;
        right: 3vw;
        bottom: 3vw;
        background: url("../img/2022-uniform/arrow.svg") no-repeat right 1.5rem
            center #f0831e;
        background-size: 1.5rem auto;
        color: #fff;
        font-weight: bold;
        z-index: 4;
    }
    .g-tab__inner {
        margin: 0 auto;
        padding: 3rem 0 1.5rem 0;
        width: 90%;
    }
    .g-tab__list {
        width: 100%;
    }
    .g-tab__item {
        font-size: 2.5vw;
        line-height: 5vw;
        padding: 0.7em 4em;
        margin: 0 0.5em;
    }
    .g-navigation__list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .g-navigation__item {
        width: 33.3333%;
        box-sizing: border-box;
    }
    .g-navigation__item:first-child {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .g-navigation__item:nth-of-type(2) {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .g-navigation__item:nth-of-type(3) {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .g-navigation__item:nth-of-type(4) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .g-navigation__item:nth-of-type(5) {
        border-right: 1px solid #fff;
    }
    .g-navigation__item a {
        font-size: 2.5vw;
        padding: 1em 0;
    }
    .g-navigation__item a:before {
        left: auto;
        bottom: auto;
        right: 0;
        bottom: 0;
        transform: translate(0, 0);
        border: 1vw solid transparent;
        border-right: 1vw solid #fff;
        border-bottom: 1vw solid #fff;
    }
    .g-navigation__item a:hover {
        background-color: #00a4f9;
    }
    .g-navigation__item a span {
        width: 10vw;
        height: 10vw;
    }
    .g-navigation__item a span img {
        width: 8vw;
        max-height: 8vw;
    }
    .g-report + .g-report {
        margin-top: 4rem;
    }
    .g-report__header {
        font-size: 5vw;
        padding: 2em 0;
        background: url("../img/2022-uniform/background.jpg") center top
            no-repeat;
        background-size: 200% auto;
    }
    .g-report__card {
        margin-bottom: 2vw;
        display: block;
        border-radius: 15px;
        overflow: hidden;
    }
    .g-report__card:last-child {
        margin-bottom: 0;
    }
    .g-report__name {
        font-size: 6vw;
        text-align: center;
    }
    .g-report__caption {
        font-size: 3vw;
        margin-top: 0.5em;
        font-family: "bebas", sans-serif;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .g-report__content {
        font-size: 3.2vw;
        line-height: 1.8;
        margin-top: 1em;
        text-align: left;
    }
    .g-report__text {
        width: 100%;
        padding: 5vw;
    }
    .g-report__image {
        width: 100%;
        box-sizing: border-box;
        padding: 10vw 10vw 0 10vw;
    }
    .g-report__image img {
        width: 100%;
        border-radius: 3vw;
    }
    .sc-note__magazine-title {
        font-size: 4vw;
    }
    .sc-note__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        margin-bottom: 40px;
    }
    .sc-note__list li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .sc-note__text {
        padding: 0.8rem 1.2rem;
    }
    .sc-note__date {
        font-size: 2.2vw;
        margin-bottom: 0.2em;
    }
    .sc-note__title {
        font-size: 3vw;
    }
    .sc-interview__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0;
    }
    .sc-interview__item {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin-bottom: 3vw;
    }
    .sc-interview__item:last-child {
        margin-bottom: 0;
    }
    .sc-interview__title {
        font-size: 4.2vw;
    }
    .sc-interview__content {
        font-size: 3.2vw;
        line-height: 2;
        padding: 2vw 5vw 5vw 5vw;
    }
    .sc-interview__content h1,
    .sc-interview__content h2 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 2vw;
        border-left: 1.5vw solid #00a4f9;
    }
    .sc-interview__content h3,
    .sc-interview__content h4,
    .sc-interview__content h5 {
        font-size: 1.5em;
        margin-bottom: 2vw;
        border-left: 1.5vw solid #00a4f9;
    }
    .sc-interview__content img {
        margin: 3vw auto;
    }
    .sc-youtube__list {
        margin: 0 0;
    }
    .sc-youtube__item {
        width: 100%;
        padding: 0 0 0;
        margin-bottom: 3vw;
    }
    .sc-youtube__item:last-child {
        margin-bottom: 0;
    }
    .sc-download__list {
        margin: 0 0;
    }
    .sc-download__item {
        width: 100%;
        padding: 0 0;
        margin-bottom: 3vw;
    }
    .sc-download__item:last-child {
        margin-bottom: 0;
    }
    .sc-download__image {
        width: 100%;
        padding-top: 0;
        margin-bottom: 2rem;
    }
    .sc-download__image img {
        position: static;
        width: 100%;
        height: auto;
    }
    .sc-download__link {
        display: block;
        font-size: 1.6rem;
        border: 1px solid #00a4f9;
        height: 2em;
        line-height: calc(2em - 2px);
        box-sizing: border-box;
        text-align: center;
        color: #00a4f9;
        font-family: "Barlow Condensed", sans-serif;
        border-radius: 2em;
        margin-bottom: 0.5em;
    }
    .sc-download__link:hover {
        background-color: #00a4f9;
        color: #fff;
    }
    .sc-download__title {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 0.5em;
        margin: 1em 0 0.8em 0;
        text-align: center;
    }
    .us-kv {
        background: url("../img/undertheskybeer/kv_bg.jpg") no-repeat center
            bottom;
        background-size: 160vw auto;
        padding-top: 0;
        height: auto;
        padding-bottom: 80vw;
    }
    .us-kv__logo {
        position: static;
        left: 0;
        margin: 0 auto;
        padding-top: 10vw;
        width: 50vw;
        transform: translate(0, 0);
    }
    .us-kv__text {
        position: absolute;
        left: 50%;
        top: 0;
        width: 20vw;
        margin-top: 50vw;
        margin-left: 15vw;
    }
    .us-section--blue {
        background-color: #00a4f9;
    }
    .us-section--gray {
        background-color: rgba(0, 0, 0, 0.05);
    }
    .us-section__inner {
        width: 90%;
        margin: 0 auto;
        padding: 8vw 0;
    }
    .us-content {
        background: url("../img/undertheskybeer/menu_bg.png") no-repeat center
            top;
        background-size: 200vw auto;
    }
    .us-menu {
        display: block;
    }
    .us-menu__beer {
        width: 70vw;
        margin: 0 auto;
        margin-bottom: 0vw;
    }
    .us-menu__text {
        padding: 0 0;
        padding-bottom: 5vw;
    }
    .us-menu__title {
        width: 60vw;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .us-menu__caption {
        font-size: 1.2rem;
        padding: 0.5em 1em;
        border: 1px solid #000;
    }
    .us-menu__text-01 {
        font-size: 2.4rem;
        margin: 0.8em auto;
    }
    .us-menu__text-02 {
        font-size: 2.2vw;
        line-height: 1.6;
        margin-bottom: 0.5em;
    }
    .us-menu__text-02 a {
        color: #000;
        text-decoration: underline;
    }
    .us-menu__text-03 {
        font-size: 2.2vw;
    }
    .us-menu__session {
        display: block;
        border: 2px solid #000;
        border-radius: 3vw;
        padding: 2rem;
    }
    .us-menu__session h3 {
        font-size: 1.5rem;
        text-align: center;
        padding-right: 0;
        margin-bottom: 1.5em;
    }
    .us-menu__session p {
        font-size: 1.3rem;
        width: auto;
    }
    .us-point__title {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1em;
    }
    .us-point__list {
        display: block;
        margin: 0 auto;
    }
    .us-point__list li {
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
        margin-bottom: 5vw;
    }
    .us-point__list li:last-child {
        margin-bottom: 0;
    }
    .us-point__image {
        border-radius: 1rem;
        overflow: hidden;
        width: 70vw;
        margin: 0 auto;
    }
    .us-point__subject {
        height: auto;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: 0.8rem auto;
    }
    .us-point__text {
        font-size: 1.3rem;
    }
    .us-logo {
        display: block;
    }
    .us-logo__logo {
        width: 60vw;
        margin: 0 auto;
        margin-bottom: 5vw;
    }
    .us-logo__description {
        width: 100%;
    }
    .us-logo__subject {
        font-size: 1.8rem;
        margin-bottom: 2em;
    }
    .us-logo__text {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .us-support {
        display: block;
    }
    .us-support__title {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        color: #00a4f9;
        margin-bottom: 1em;
    }
    .us-support__text {
        font-size: 1.3rem;
        line-height: 1.6;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 5vw;
    }
    .us-support__image {
        width: 100%;
    }
    .us-banner {
        display: block;
        border: 1.5vw solid #00a4f9;
        margin-bottom: 5vw;
    }
    .us-banner:before {
        display: none;
    }
    .us-banner__text {
        text-align: center;
        padding: 2rem 3rem;
        font-size: 1.8rem;
        line-height: 1.6;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    .us-banner__text i {
        margin-top: 1em;
        font-size: 2vw;
    }
    .us-banner__list {
        display: flex;
        margin: 0 -1vw;
    }
    .us-banner__list li {
        width: 50%;
        padding: 0 1vw;
    }
    .us-banner__button {
        display: block;
        font-size: 1.3rem;
        padding: 1em 0;
        border-radius: 2rem;
        color: #fff;
        text-align: center;
        background: #00a4f9;
    }
    .gd22-kv {
        height: auto;
        padding: 0;
    }
    .gd22-kv:before,
    .gd22-kv:after {
        display: none;
    }
    .gd22-inner {
        padding: 5rem 0;
    }
    .gd22-button {
        font-size: 1.8rem;
        height: 8rem;
        line-height: 8rem;
        padding: 0 3em;
        border-radius: 4rem;
    }
    .gd22-button:before,
    .gd22-button:after {
        right: 3rem;
    }
    .gd22-button:before {
        transform: translate(0, -50%);
        width: 2.4rem;
        height: 2.4rem;
        background-color: #fff;
        border-radius: 50%;
    }
    .gd22-button:after {
        width: 0;
        height: 0;
        border: 0.4rem solid transparent;
        border-left: 0.6rem solid #f0831e;
        transform: translate(-0.4rem, -50%);
    }
    .gd22-button--small {
        font-size: 1.6rem;
        height: 7rem;
        line-height: 7rem;
        width: auto;
        min-width: 290px;
    }
    .gd22-button--white:after {
        border-left: 0.6rem solid #fff;
    }
    .gd22-button--border:after {
        border-left: 0.6rem solid #00a4f9;
    }
    .gd22-button__wrap {
        margin-top: 3rem;
        width: 100%;
    }
    .gd22-button__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 3rem 0;
    }
    .gd22-button__list li {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }
    .gd22-button__list li.is-small {
        width: auto;
    }
    .gd22-button__list li.is-33 {
        width: 100%;
    }
    .gd22-subject {
        font-size: 1.7rem;
        border-radius: 1.7rem;
        margin-bottom: 1em;
        line-height: 1;
        padding: 0.3em 2em;
        text-align: center;
    }
    .gd22-intro {
        margin-top: -5rem;
    }
    .gd22-intro__date {
        margin-bottom: 3rem;
    }
    .gd22-intro__text {
        font-size: 1.1rem;
        line-height: 2;
        font-weight: bold;
    }
    .gd22-intro__image {
        position: relative;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    .gd22-intro__image:before,
    .gd22-intro__image:after {
        content: "";
        width: 5vw;
        height: 5vw;
    }
    .gd22-intro__image:before {
        background: url("../img/2022-girlsday/kv_lefttop.png") no-repeat left
            top;
        background-size: 100% auto;
    }
    .gd22-intro__image:after {
        background: url("../img/2022-girlsday/kv_rightbottom.png") no-repeat
            right bottom;
        background-size: 100% auto;
    }
    .gd22-intro__image--01 {
        width: 48vw;
        height: 50vw;
    }
    .gd22-intro__image--02 {
        width: 48vw;
        height: 40vw;
    }
    .gd22-intro__image--03 {
        width: 48vw;
        height: 40vw;
    }
    .gd22-intro__image--04 {
        width: 48vw;
        height: 50vw;
    }
    .gd22-intro__background {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        margin: 4vw -4vw;
    }
    .gd22-wrap {
        background: url(../img/2022-girlsday/bg.png) repeat center top;
    }
    .gd22-present__image {
        width: 85%;
        margin: 0 auto;
        display: block;
        margin-bottom: 3rem;
    }
    .gd22-number {
        margin-bottom: 3rem;
    }
    .gd22-number img {
        height: 15vw;
        width: auto;
    }
    .gd22-large-text {
        font-size: 2rem;
        margin-bottom: 1em;
    }
    .gd22-title {
        margin-bottom: 3rem;
        text-align: center;
    }
    .gd22-title img {
        height: 6.5vw;
        width: auto;
    }
    .gd22-title img.is-vote {
        height: 13vw;
    }
    .gd22-title img.is-ticket {
        height: 18vw;
    }
    .gd22-text {
        font-size: 1.2rem;
        margin: 1em auto;
    }
    .gd22-text strong {
        font-size: 2.4rem;
        font-weight: bold;
        display: block;
    }
    .gd22-text--center {
        text-align: center;
    }
    .gd22-text--left {
        text-align: left;
    }
    .gd22-text--black {
        color: #000;
    }
    .gd22-text--white {
        color: #fff;
    }
    .gd22-caption {
        color: #000;
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 1em auto;
    }
    .gd22-photo {
        background-color: #00a4f9;
        position: relative;
        color: #fff;
        width: 100%;
        overflow: hidden;
    }
    .gd22-photo__image {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4vw;
    }
    .gd22-photo__image img {
        width: 45vw;
        position: relative;
        top: 0;
        left: 0;
    }
    .gd22-photo__image img:first-of-type {
        transform: translate(0);
    }
    .gd22-photo__image img:last-child {
        transform: translate(0);
    }
    .gd22-photo__icon {
        margin: 3rem auto;
    }
    .gd22-photo__caution {
        margin: 0 -1rem;
    }
    .gd22-photo__caution > p {
        font-size: 0.8rem;
        margin: 0 1rem;
    }
    .gd22-vote__period {
        font-size: 1.6rem;
    }
    .gd22-vote__period span {
        font-size: 0.8em;
        display: block;
    }
    .gd22-player {
        margin-top: 4rem;
    }
    .gd22-player__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.5rem;
        margin-bottom: -2rem;
    }
    .gd22-player__list li {
        width: 33.333%;
        padding: 0 0.5rem;
        margin-bottom: 0.5rem;
    }
    .gd22-player__list li .gd22-text {
        margin: 0.5em auto;
    }
    .gd22-player__list li a:before {
        right: 1rem;
        top: 1rem;
        width: 5vw;
        height: 5vw;
    }
    .gd22-player__list li a span {
        font-size: 6vw;
        left: 1rem;
        top: 0.5rem;
    }
    .gd22-player__number {
        font-size: 6rem;
        text-align: center;
        margin: 0 auto;
    }
    .gd22-ticket__content {
        margin-top: 4rem;
    }
    .gd22-ticket__copy {
        font-size: 1.6rem;
        margin-bottom: 0.8em;
    }
    .gd22-ticket__title img {
        height: 25vw;
        width: auto;
    }
    .gd22-ticket__price {
        font-size: 1.6rem;
        padding: 0.5em 1em;
        border-radius: 2rem;
        margin: 1.5rem auto;
    }
    .gd22-ticket__howto {
        margin-top: 3rem;
    }
    .gd22-ticket__howtoList {
        display: block;
    }
    .gd22-ticket__howtoList li {
        width: 100%;
        padding: 2rem 0;
    }
    .gd22-ticket__howtoList li:before {
        width: 100%;
        height: 1px;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .gd22-ticket__howtoList li:last-child:before {
        display: none;
    }
    .gd22-ticket__howtoList h5 {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0.5em;
    }
    .gd22-ticket__howtoTime {
        color: #000;
        font-size: 1.4rem;
    }
    .gd22-ticket__howto .gd22-text {
        margin: 0.5em auto;
    }
    .gd22-ticket__howtoCaption {
        text-align: left;
        font-size: 1rem;
        line-height: 1.8;
    }
    .gd22-ticket__price-table {
        font-size: 1.4rem;
    }
    .gd22-ticket__price-table th,
    .gd22-ticket__price-table td {
        padding: 0.2em 1em;
        text-align: center;
    }
    .gd22-ticket__price-table th {
        font-size: 1.2rem;
    }
    .gd22-ticket__price-table td {
        font-size: 1.4rem;
    }
    .gd22-ticket__period {
        padding: 2rem;
        border-radius: 1rem;
        margin-top: 3rem;
    }
    .gd22-ticket__periodTitle {
        font-size: 1.6rem;
    }
    .gd22-ticket__periodTable {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .gd22-ticket__periodTable th,
    .gd22-ticket__periodTable td {
        padding: 0.3em 1em;
    }
    .gd22-ticket__periodTable th.is-small,
    .gd22-ticket__periodTable td.is-small {
        font-size: 0.5em;
    }
    .gd22-ticket__purchase {
        margin-top: 3rem;
    }
    .gd22-beginner__list {
        display: block;
        margin: 0 -0rem;
    }
    .gd22-beginner__list li {
        width: 100%;
        padding: 0 0rem;
        margin-bottom: 1rem;
    }
    .gd22-beginner__list li:last-child {
        margin-bottom: 0;
    }
    .gd22-beginner__list li h4 img {
        height: 10vw;
    }
    .gd22-mc {
        margin-top: 3rem;
        color: #000;
    }
    .gd22-mc__image {
        height: 0;
        padding-top: 100%;
        background: url("../img/2022-girlsday/mc_photo.jpg") no-repeat center
            center;
        background-size: cover;
    }
    .gd22-mc__list {
        display: flex;
        margin: 0 -2rem;
        justify-content: center;
    }
    .gd22-mc__list li {
        padding: 0 2rem;
    }
    .gd22-mc__list li p {
        font-size: 2.6vw;
    }
    .gd22-mc__list li p strong {
        font-size: 4vw;
    }
    .gd22-mc__list li img {
        margin-bottom: 1.5rem;
    }
    .gd22-partner {
        margin-top: 3rem;
    }
    .gd22-partner__list {
        margin: 0 -1rem;
    }
    .gd22-partner__list li {
        padding: 0 1rem;
    }
    .gd22-partner__list li img {
        margin-bottom: 0.5rem;
    }
}
