@charset "UTF-8";

/*
Theme Name: musashi
*/


/*
@import url('https://fonts.googleapis.com/css2?Bebas+Neue&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Noto+Sans+JP:wght@300;400;500;600;700;900');
*/

:root {
    --blue: #0037b5;
    --deepblue: #00104f;
    --red: #c71326;
    --red02: #f51127;
    --black: #020c0e;
    --row-space: 8.854166666666668vw;
    --col-space: 10.2vh;
    --s1-space: 7.5vh;
    --s2-space: 5vh;
    --s3-space: 2.5vh;
    --containner: 1100px;
    --lo-containner: 1580px;
    --h1: 2.010vw;
    --h2: 5.5555208333333335vw;
    --h3: 3.7rem;
    --h4: 1.25rem;
    --font-jan: "a-otf-ryumin-pr6n", serif;
    --font-serif: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    --font-noto: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    --font-number: 'Bebas Neue', sans-serif;
    --Text-normal: 17px;
    --flex_hurf: calc(98% / 2);
    --flex_Image: 42.5%;
    --flex_Text: 55.5%;
    --flex_third: calc((100% - 2vw) / 3);
    --flex_third_space: calc((100% - 6%) / 3);
    --flex_four: calc(94% / 4);
    --flex_five: calc((100% - 5vw) / 5);
    --flex_six: calc(100% / 3);
    --padding-box: 1.5em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
     :root {
        --logo_wide: 200px;
        --nav_ft_size: 16px;
        --row-space: 3.854166666666668vw;
        --col-space: 5vh;
        --s2-space: 3vh;
        --negative_margin_bottom: -10vh;
        --w50-space: 100%;
        --ph_left_img: 70vw;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1420px) {
     :root {
        --row-space: 3.854166666666668vw;
    }
}

@media screen and (max-width: 767px) {
     :root {
        --row-space: 3.2vw;
        --col-space: 5vh;
        --h1: 22px;
        --h2: 10.7083vw;
        --s1-space: 5vh;
        --s2-space: 2.5vh;
        --s3-space: 1.5vh;
        --Text-normal: 15px;
        --flex_hurf: 100%;
        --flex_third: calc(96% / 2);
        --flex_third_space: calc(100% / 1);
        --flex_Image: 100%;
        --flex_Text: 100%;
        --flex_four: calc(99% / 2);
        --flex_five: calc(100% / 1);
        --flex_six: calc(100% / 2);
        --flex_third: 100%;
        --padding-box: 1em;
        --w50-space: 100%;
    }
    .pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

body {
    overflow-x: hidden;
    width: 100%;
    font-size: 1rem;
    line-height: 2.0;
    font-weight: 400;
    color: #010101;
    background: #fff;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fade__wrap {
    animation: fadein .5s forwards;
}

p {
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p.bold {
    font-weight: bold;
}

p.big {
    font-size: 1.3rem;
    line-height: 1.35;
}

a {
    transition: all .3s;
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

html.active {
    overflow: hidden;
}

main {
    position: relative;
}

img {
    max-width: 100%;
}


/* header */

header {
    width: 100%;
    position: relative;
    z-index: 55;
}

header .header_logo {
    position: absolute;
    top: 10px;
    text-align: center;
    max-width: 4.8375vw;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}

header .header .header_main ul {
    display: none;
}

header .header .header_main.open ul {
    display: flex;
}

header .header .header_main ul li a {
    letter-spacing: 0.08em;
    color: #221818;
}

header .header .pc_nav {
    display: flex;
    justify-content: center;
    column-gap: 2%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

header .header .pc_nav li {
    min-width: calc(100% / 9);
}

header .header .pc_nav li>a {
    display: block;
    padding: .5em;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: var(--font-jan);
    letter-spacing: 0.1em;
    line-height: 1.55;
    background: transparent;
}

header .header .pc_nav li a span {
    font-size: 0.65rem;
    display: block;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header .header .pc_nav li a:hover {
    opacity: 0.7;
}

.dropmenu {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.dropmenu li {
    position: relative;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 13px 0;
    font-size: 14px;
    line-height: 1;
    background: var(--blue);
    color: #ffffff;
    cursor: pointer;
}

.dropmenu li ul {
    position: absolute;
    width: 130%;
    z-index: 99;
    top: 100%;
    left: -15%;
}

.dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
}

.dropmenu li ul li a {
    background: var(--blue) !important;
    color: #fff;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-size: 0.8rem !important;
    padding: 1em .5em !important;
}

.dropmenu li ul li a:after {
    content: none;
}

.dropmenu li ul li:first-child a {
    border-top: none;
}

@media screen and (min-width: 601px) {
    .dropmenu li:hover a:after {
        transform: rotate(180deg);
        transition: .1s;
    }
    .dropmenu li:hover ul {
        padding-left: 0;
    }
    .dropmenu li:hover ul li {
        overflow: visible;
        height: 40px;
        list-style: none;
        width: 100%;
    }
    .dropmenu li ul li a:hover {
        background: var(--blue) !important;
        transition: .5s;
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1024px) {
    header .header .pc_nav {
        display: none;
    }
    header .header_logo {
        max-width: 8.3375vw;
    }
}

@media screen and (max-width: 1360px) {
    header .header_logo {
        max-width: 6.8375vw;
    }
}

.dropmenu li ul li a:hover {
    background: #020c0e !important;
}

.sp_menu_btn {
    top: .25em;
    right: 1.5vw;
    width: 11.9047619048vw;
    height: 11.9047619048vw;
    max-width: 80px;
    max-height: 80px;
    z-index: 99999;
    position: fixed;
    opacity: 1;
    backdrop-filter: blur(3px);
    transition: all 0.3s;
    display: block;
}

@media screen and (max-width: 767px) {
    .sp_menu_btn {
        top: 10px;
    }
}

.sp_menu_btn .bt-menu-trigger {
    font-size: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.sp_menu_btn .bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -0.1em;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color 0.3s;
}

.sp_menu_btn .bt-menu-trigger span:after,
.sp_menu_btn .bt-menu-trigger span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    transition: transform 0.3s;
}

.sp_menu_btn .bt-menu-trigger span:before {
    transform: translateY(-5px);
}

.sp_menu_btn .bt-menu-trigger span:after {
    transform: translateY(5px);
}

.sp_menu_btn .bt-menu-trigger.bt-menu-open span:before {
    transform: translateY(-3px) translateX(7.5px) rotate(45deg) scaleX(0.6);
}

.sp_menu_btn .bt-menu-trigger.bt-menu-open span:after {
    transform: translateY(3px) translateX(7.5px) rotate(-45deg) scaleX(0.6);
}

.sp_menu_btn.isActive {
    opacity: 1;
    transition: all 0.65s;
    pointer-events: inherit;
}

.sp_menu_btn .text {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

header .header .header_main.open {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100vw;
    height: 103vh;
    padding: 0;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s;
}

header .header .header_main.open ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    max-width: 95%;
    width: 100%;
    margin: auto;
}

header .header .header_main.open .Left {
    background: var(--red);
    width: 18%;
    position: relative;
}

header .header .header_main.open .Left::after {
    content: '';
    position: absolute;
    bottom: 5vh;
    left: 0;
    width: 100%;
    background: url(../images/logo_tate.png)no-repeat center top;
    background-size: contain;
    height: 30%;
}

@media screen and (max-width: 767px) {
    header .header .header_main.open .Left::after {
        bottom: inherit;
        top: 1em;
    }
}

header .header .header_main.open .Right {
    width: 82%;
    background: var(--blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    padding: var(--s2-space) 1em;
}

header .header .header_main.open .Right ul li.bordernone {
    border: none !important;
}

header .header .header_main.open li.bordernone ul,
header .header .header_main.open li.bordernone ul * {
    border: none !important;
}

header .header .header_main.open li.bordernone ul li {
    width: 50%;
}

header .header .header_main.open li.bordernone ul a {
    padding: 0 !important;
    display: inline !important;
}

header .header .header_main.open li.bordernone ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    margin-top: 1em;
    max-width: 100%;
}

header .header .header_main.open .Right .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

header .header .header_main.open .Right ul {
    list-style: none;
    padding: 0;
    width: 49%;
    margin: 0 auto;
    border-color: rgba(255, 255, 255, 0.15);
}

header .header .header_main.open .Right ul li.parent {
    background: #202020;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: 0px 0px 15px -9px #000;
    position: relative;
    border-bottom: 1px solid var(--red);
    font-size: 18px;
}

header .header .header_main.open .Right ul li.child a {
    background: #fff;
    color: #000;
    padding: .5em .5em .5em 1em;
}

header .header .header_main.open .Right ul li.child a:before {
    content: '─';
    display: inline-block;
    margin-left: .5em;
    color: var(--red02);
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 1em;
    border: 6px solid #000;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

header .header .header_main.open .Right ul li.parent.null {
    padding: 1em;
}

header .header .header_main.open .Right ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}

header .header .header_main.open .Right ul li a i {
    position: absolute;
    right: .25em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red);
}

header .header .header_main.open .Right ul li a:hover {
    opacity: 0.75;
    background: var(--blue);
}

header .header .header_main.open .Right ul li.child a:hover {
    background: #fff;
    opacity: 1;
    color: var(--red);
}

header.sns__wrap {
    display: flex;
}

header.sns__wrap i {
    font-size: 40px;
    display: inline-block;
    margin: .25em;
}

@media screen and (max-width: 767px) {
    header .header .header_main.open .Right ul li.parent,
    header .header .header_main.open .Right ul li.parent.null {
        padding: .5em;
    }
    header .header .header_main.open .Right ul {
        padding-bottom: 1em;
    }
    header .header .header_main.open .Right {
        padding-left: 0;
        padding-right: 0;
    }
    header .header .header_main.open li.bordernone ul li {
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }
    header .header .header_main.open .Right ul li.parent {
        font-size: 0.9rem;
    }
    header .header .header_main.open .Right .flex {
        max-height: 100vh;
        overflow-y: auto;
        padding: 4em 0;
        font-size: 0.9rem;
    }
    header .header .header_main.open .Right ul li a {
        padding: .55em;
    }
    header .header .header_main.open .Right ul li.parent a {
        padding: 0;
    }
    .sp_menu_btn {
        width: 17vw;
        height: 17vw;
    }
    header .header_logo {
        max-width: 18vw;
    }
    header .header .header_main.open li.bordernone ul {
        flex-direction: column;
    }
    header .header .header_main.open .Right ul {
        width: 100%;
    }
    header .header .header_main.open .Right ul li.bordernone {
        margin: 1em auto;
    }
}

header .header .header_main.open .Right ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

header .header .header_main.open .Right ul li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#fixBtns {
    position: fixed;
    z-index: 888;
    right: 0;
    top: 170px;
}

#fixBtns ul {
    text-align: right;
    list-style: none;
}

#fixBtns ul li a {
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#fixBtns ul li a:hover {
    opacity: 0.75;
}

#fixBtns ul li:nth-of-type(1) img,
#fixBtns ul li:nth-of-type(2) img {
    height: 60px;
    width: auto;
}

#fixBtns ul li:nth-of-type(3) img {
    height: 46px;
    width: auto;
}

#fixBtns ul li {
    margin-bottom: 10px;
}

.breadcrumbs {
    font-size: 0.85rem;
}

.breadcrumbs a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        overflow-y: auto;
        white-space: nowrap;
        font-size: 0.7rem;
    }
}


/**************** スライダー ********************/

header .header {
    background: #0134a8;
    background-size: cover;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 10vh;
    padding: .5em var(--row-space);
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_slide_main {
    margin-bottom: 0;
    background: #101010;
}

/* FV: 横幅いっぱい・高さ可変（画像を切らずに全体表示）2026-09-19 */
.top_slide_main img {
    display: block;
    width: 100%;
    height: auto;
}

.slider__bottom {
    background: url(../images/kv__bottom__bg.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 5.208333333333334vw;
    padding: 1em var(--row-space);
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dots .slick-dots {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dots .slick-dots li {
    display: inline-block;
    width: 100px;
    height: 6px;
    margin: 4px;
    background: #eaeaea;
    cursor: pointer;
}

.dots .slick-dots button {
    display: block;
    width: 0%;
    height: 6px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
}

.dots .slick-dots .slick-active button {
    background: #ffc62e;
    opacity: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #000;
}

.slider__member .player__date,
.slider__member02 .player__date,
.slider__member03 .player__date,
.slider__member04 .player__date,
.slider__member05 .player__date {
    opacity: 0;
    display: none;
    transition: all .3s;
}

.slider__member .slick-center .player__date,
.slider__member02 .slick-center .player__date,
.slider__member03 .slick-center .player__date,
.slider__member04 .slick-center .player__date,
.slider__member05 .slick-center .player__date {
    opacity: 1;
    display: block;
    line-height: 1.455;
    z-index: 6;
    bottom: 15vh;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.855);
    padding: 1rem 2em;
    color: #fff;
    font-size: calc(var(--h1) * 1.05);
}

.player__date .birth {
    color: #fff;
}

.slick-dots {
    list-style: none;
}

.slick-dots li button:before {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1453px) {
    .member__profile__wrap .Inner dl.detail dt {
        width: 100%;
    }
    .member__profile__wrap .Inner dl {
        flex-wrap: wrap;
        font-size: 1.1rem !important;
    }
}


/* next */

section.member .slick-next::before,
section.member .slick-next::after,
section.member .slick-prev::before,
section.member .slick-prev::after {
    content: "";
    position: absolute;
}

section.member .slick-next::after,
section.member .slick-prev::after {
    width: 30px;
    height: 30px;
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    top: -10px;
    transition: all .3s;
}

section.member .slick-next {
    right: 60px;
}

section.member .slick-next::after {
    right: 60px;
    transform: rotate(45deg);
}

section.member .slick-next:hover::after {
    right: 50px;
}


/* prev */

section.member .slick-prev {
    left: 26px;
}

section.member .slick-prev:hover::after {
    left: 70px;
}

section.member .slick-prev::after {
    left: 60px;
    transform: rotate(-135deg);
}

.dots {
    position: relative;
    display: flex;
    align-items: center;
}

.slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}

.slick-next,
.slick-prev {
    z-index: 5;
    top: auto;
    width: 40px;
    bottom: -10vh;
    height: 40px;
    background: #000;
}

.slick-next {
    right: 40px;
}

.slick-prev {
    left: inherit;
    right: 85px;
}

.slick-next:before,
.slick-prev:before {
    margin: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .dots .slick-dots {
        width: 100%;
    }
    .dots .slick-dots li {
        width: calc(100% / 3);
    }
    .top_slide_main img {
        height: auto;
    }
    .slider__bottom {
        height: auto;
    }
    .dots {
        width: 100%;
    }
    .slick-prev {
        right: 50px;
    }
    .slick-next {
        right: 5px;
    }
    .slider__member .slick-center .player__date,
    .slider__member02 .slick-center .player__date,
    .slider__member03 .slick-center .player__date,
    .slider__member04 .slick-center .player__date,
    .slider__member05 .slick-center .player__date {
        right: inherit;
        left: 1em;
    }
}


/******************** 見出し **************************/

h2.jan {
    font-family: var(--font-jan);
    font-weight: bold;
    font-size: var(--h2);
    margin-bottom: .5em;
    line-height: 1.255;
}

h2.italic {
    font-style: italic;
}

h2.maintitle {
    margin-bottom: 0;
    margin-left: var(--row-space);
}

h2 span.red {
    color: var(--red);
}

h2.bg {
    background-color: var(--deepblue);
    padding: 1em var(--row-space);
    color: #fff;
    font-size: calc(var(--h2) / 2);
}

h2 span.kana {
    font-size: 1.0rem;
    display: block;
    margin-left: 0;
    font-weight: 400;
    font-family: var(--font-noto);
    margin-top: .5em;
}

h2.side__border {
    position: relative;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.side__border::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.side__border::before {
    background-image: -webkit-linear-gradient(left, transparent, #0037b5 25%, #0037b5 75%, transparent);
    background-image: linear-gradient(to right, transparent, #0037b5 25%, #0037b5 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

ul.news li.first h3 {
    color: var(--black);
    font-family: var(--font-noto);
    font-size: calc(var(--h3) / 1.55);
    margin-top: .5em;
    margin-bottom: .5em;
    position: relative;
}

ul.news li.first span.new {
    background: var(--red02);
    color: #fff;
    font-weight: bold;
    width: 80px;
    height: 80px;
    font-size: 1.1rem;
    border-radius: 50%;
    line-height: 80px;
    position: absolute;
    left: -25px;
    top: -25px;
    text-align: center;
}

ul.news li h3 {
    color: var(--black);
    font-family: var(--font-noto);
    font-size: calc(var(--h3) / 3);
    margin-top: .5em;
    margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
    h2 span.kana {
        font-size: 0.9rem;
    }
    ul.news li.first h3 {
        font-size: calc(var(--h3) / 2.4);
        line-height: 1.55;
    }
    ul.news li.first span.new {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: -10px;
        top: -10px;
    }
}


/******************** コンテンツ **************************/

section {
    width: 100%;
    position: relative;
    padding: var(--col-space) var(--row-space);
}

section:not([class])+section:not([class]) {
    border-top: 1px solid #eee;
}

.Inner__wrap {
    position: relative;
    margin: auto;
    max-width: var(--lo-containner);
    width: 100%;
}

.Small__wrap {
    position: relative;
    margin: auto;
    max-width: var(--containner);
    width: 100%;
}

.Small__wrap:not(:last-child) {
    margin-bottom: var(--col-space);
}

ul.news {
    list-style: none;
    margin: auto;
    padding: 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.news li {
    width: calc(98% / 2);
    margin-top: 2%;
    margin-right: 2%;
    box-shadow: 0px 0px 9px -5px #666666;
    background: #fff;
    padding: var(--padding-box) var(--padding-box) calc(var(--padding-box) * 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: all .3s;
}

ul.news li:hover {
    opacity: 0.8;
}

ul.news li:nth-of-type(even) {
    margin-right: 0;
}

ul.news li.first {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
}

ul.news li::after {
    content: '';
    background: var(--red);
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

ul.news li .Images,
ul.news li .Text {
    width: var(--flex_hurf);
}

ul.news li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.date {
    font-family: var(--font-number);
    font-size: 1.7534375000000002vw;
    display: block;
    margin-bottom: .5em;
    line-height: 1.155;
}

ul.news li .category {
    display: inline-block;
    padding: .5em;
    background: var(--blue);
    color: #fff;
    text-align: center;
    line-height: 1.2;
    margin-bottom: .5em;
    min-width: 120px;
}

ul.news li figure {
    margin-bottom: 0;
}

ul.news li span.category {
    font-size: 0.9rem;
    padding: .5em;
}

ul.news li .date {
    font-size: 1.2534375000000002vw;
}

ul.news li.align__center {
    align-items: center;
}

ul.playgame {
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

ul.playgame li .Images {
    width: 100%;
}

ul.playgame figure img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}

ul.playgame li,
ul.nextgame li.slick-slide {
    width: calc(94% / 4);
    margin-top: 2%;
    background: #fff;
    padding: var(--padding-box) var(--padding-box);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: all .3s;
}

ul.nextgame li.slick-slide {
    display: block;
}

ul.nextgame li.slick-slide {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.nextgame li.slick-slide figure img {
    min-height: 190px;
    max-height: 190px;
    object-fit: scale-down;
    object-position: center center;
    background: #eee;
}

ul.nextgame .slick-next,
ul.nextgame .slick-prev {
    bottom: -80px;
}

@media screen and (max-width: 767px) {
    ul.nextgame .slick-next,
    ul.nextgame .slick-prev {
        bottom: -60px;
    }
    ul.playgame figure img {
        max-height: 230px;
        object-fit: cover;
        width: 100%;
    }
}

ul.playgame li:hover {
    opacity: 0.8;
}

ul.playgame li a {
    position: absolute;
    width: 100%;
    height: 100%;
}

ul.playgame li .date {
    font-size: 1.2rem;
}

ul.playgame li h3 {
    font-size: calc(var(--h3) / 3);
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 0;
}

ul.playgame li::before {
    content: '';
    background: url(../images/game__logo.png)no-repeat;
    position: absolute;
    right: .25em;
    top: .4em;
    background-size: contain;
    width: 50px;
    height: 50px;
}

section.teammember {
    background: url(../images/member__bg.png)no-repeat;
    background-size: cover;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teammember__bottom {
    background: url(../images/member__bottom__bg.png)no-repeat left center;
    background-size: cover;
    padding: var(--padding-box) var(--row-space);
}

section.schedule {
    background: url(../images/ranking__bg.jpg)no-repeat center center;
    background-size: cover;
}

section.playgame {
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #f5f7f9 100%);
}

.section.playgame .member__profile__wrap p,
section.playgame .member__profile__wrap {
    font-size: 18.5px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 300;
}

section.border {
    border-top: 1px solid #f1f1f1;
}

.member__profile__wrap dl {
    color: #fff;
}

.member__profile__wrap dl a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    ul.news li {
        margin-top: 1em;
        padding: .75em;
    }
    ul.news li figure {
        margin-bottom: .5em;
    }
    ul.news li h3 {
        font-size: 1.0rem;
    }
    ul.playgame li {
        width: 100%;
    }
    ul.news li span.category {
        font-size: 0.75rem;
        padding: .25em;
        min-width: 60px;
    }
    section.playgame {
        padding-left: 0;
        padding-right: 0;
    }
    .section.playgame .member__profile__wrap p,
    section.playgame .member__profile__wrap {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    ul.news li .date {
        font-size: 1.2rem;
        margin-top: .5em;
    }
    .date {
        font-size: 1.2rem;
    }
}


/******************** youtube **************************/

section.vision_top {
    background: url(../images/vision__bg.webp)no-repeat center;
    background-size: cover;
}

section.movie {
    background: #020c0e;
    padding: var(--col-space) var(--row-space);
}

section.movie .Inner {
    max-width: 1000px;
    margin: auto;
}

section.movie .Inner .Item {
    width: calc(98% / 2);
    margin-bottom: 2em;
}

section.movie .Inner .Item:nth-of-type(n+3) {
    margin-bottom: 0;
}

.youtube__wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube__wrap iframe {
    width: 100%;
    height: 100%;
}

section.movie h2 {
    color: #fff;
    text-align: center;
}

section.sns {
    background: #fff;
    padding: var(--col-space) var(--row-space);
}

.Center__banner {
    margin-top: calc(var(--col-space) / 2);
    text-align: center;
}

.fb_iframe_widget_fluid span {
    margin: auto;
    display: block !important;
}

@media screen and (max-width: 767px) {
    section.movie .Inner .Item {
        width: 100%;
    }
    section.movie .Inner .Item:nth-of-type(n+3) {
        margin-bottom: 2em;
    }
    section.movie .Inner .Item:nth-of-type(4) {
        margin-bottom: 0;
    }
}


/******************** スポンサー **************************/

section.sponsor {
    background: url(../images/sponsor__bg2.jpg?d=20240426)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

section.sponsor h3.bg-color {
    background: var(--blue);
    color: #fff;
    padding: 1em;
}

.Center {
    text-align: center;
}

picture.Center {
    text-align: center;
}

.flex__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex__wrap.nowrap {
    flex-wrap: nowrap;
}

.flex__wrap.center {
    justify-content: center;
}

.flex__wrap.space {
    justify-content: space-evenly;
}

.flex__wrap.align__center {
    align-items: center;
}

.flex__wrap.row-reverse {
    flex-direction: row-reverse;
}

.flex__wrap .Hurf {
    width: var(--flex_hurf);
}

.flex__wrap .three {
    width: var(--flex_third);
}

.flex__wrap .four {
    width: var(--flex_four);
    margin: .5% .5% .5%;
}

.flex__wrap .four:nth-of-type(4n) {
    margin-right: 0;
}

.flex__wrap .Image {
    width: var(--flex_Image);
}

.flex__wrap .Text {
    width: var(--flex_Text);
}

.flex__wrap .facebook {
    text-align: center;
}

.sns_scroll {
    max-height: 500px;
    overflow: auto;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 0.46em;
}

section.sponsor .flex__wrap .four {
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.sponsor h3.bg-color {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .flex__wrap .four {
        margin: 2% auto 0;
    }
    .flex__wrap .Image {
        margin-bottom: 1em;
    }
    .flex__wrap .facebook {
        width: 100%;
        margin-bottom: 1em;
    }
}

section.company__member {
    background: url(../images/company__bg.jpg)no-repeat left bottom #0037b5;
    background-size: contain;
}

section.company__member ul.flex__wrap {
    justify-content: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
}

section.company__member ul.flex__wrap li {
    display: flex;
    font-size: 1.15rem;
    margin-top: 1em;
    color: #fff;
}

section.company__member ul.flex__wrap li::after {
    content: '/';
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

section.company__member h2.jan {
    font-size: calc(var(--h2) / 3);
    color: #fff;
    font-family: var(--font-noto);
    letter-spacing: .16em;
}


/****************** リンク *******************/

a.more {
    color: #020c0e;
    font-family: var(--font-jan);
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .3s;
}

a.more i {
    margin-left: .5em;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    position: relative;
    right: 0;
    transition: all .3s;
}

a.more:hover {
    color: var(--blue);
}

a.more:hover i {
    right: -10px;
}

.title__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}

.title__flex h2 {
    align-items: center;
}

a.grade {
    background: linear-gradient(135deg, #c71326 0%, #0037b5 100%);
    display: block;
    padding: 1em;
    border-radius: 4.46em;
    color: #fff;
    font-size: 1.4rem;
    margin: 2em auto 0;
    text-align: center;
    text-decoration: none;
    max-width: 400px;
    transition: all .3s;
}

a.grade i {
    display: inline-block;
    margin-left: .5em;
}

a.grade:hover {
    background: linear-gradient(135deg, #0037b5 0%, #c71326 100%);
}

@media screen and (max-width: 767px) {
    .title__flex a {
        margin-top: .5em;
        margin-left: auto;
    }
    section.company__member ul.flex__wrap li {
        font-size: 0.9rem;
    }
}


/******************** フッター **************************/

.sns__footer__wrap {
    background: #fff;
    padding: 0 var(--row-space) 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.sns__footer__wrap .Inner {
    max-width: var(--containner);
    display: flex;
    justify-content: center;
    margin: auto;
}

.sns__footer__wrap a {
    text-decoration: none;
    color: #000;
}

.sns__footer__wrap i {
    color: #000;
    font-size: 40px;
    display: inline-block;
    margin: 0 .25em;
}

footer {
    /*margin-top: var(--col-space);*/
    border-top: 1px solid #ccc;
    padding: 0;
    position: relative;
    z-index: 5;
}

footer ul.team__link {
    display: flex;
    justify-content: center;
    padding: 1em 0;
    list-style: none;
    margin: 0 auto;
    max-width: var(--containner);
}

footer ul.team__link li {
    max-width: calc(100% / 9);
    margin-left: 1%;
    margin-right: 1%;
    transition: all .3s;
}

footer ul.team__link li a:hover,
.sns__footer__wrap a:hover {
    opacity: .7;
}

footer ul.team__link li.frh {
    width: 124px;
}

footer ul.team__link li.dps {
    width: 87px;
}

footer ul.team__link li.arb {
    width: 87px;
}

footer ul.team__link li.sgs {
    width: 88px;
}

footer ul.team__link li.bcl {
    width: 113px;
}

footer ul.team__link li.aps {
    width: 86px;
}

footer ul.team__link li.braves {
    width: 75px;
}

footer ul.team__link li.hbs {
    width: 98px;
}

footer ul.team__link li.kfd {
    width: 87px;
}
footer ul.team__link li.yfw {
    padding-top: 1%;
    width: 87px;
}
footer ul.team__link li.sky {
    width: 65px;
    padding-top: 1%;
}


footer .bottom__wrap {
    background: #000000;
    padding: 1em var(--row-space);
}

footer .bottom__wrap .Inner {
    max-width: var(--lo-containner);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

footer .bottom__wrap .Inner .link {
    display: flex;
    color: #fff;
}

footer .bottom__wrap .Inner .link a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

footer .bottom__wrap .Inner .link a:hover {
    text-decoration: underline;
}

footer .bottom__wrap .Inner .link a:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
}

footer .bottom__wrap .Inner .link a:after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
}

footer .bottom__wrap .Inner .link a:nth-child(n+2)::before {
    display: none;
}

.copyright {
    margin: auto;
    text-align: center;
    font-family: var(--font-number);
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    footer ul.team__link {
        flex-wrap: wrap;
        padding-top: 0;
    }
    footer ul.team__link li {
        max-width: calc(92% / 4);
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    footer ul.team__link {
        flex-wrap: wrap;
    }
    footer ul.team__link li {
        max-width: calc(99% / 2);
        margin-top: 1em;
    }
    .flex__wrap.nowrap {
        flex-wrap: wrap;
    }
    footer ul.team__link {
        justify-content: center;
    }
    .copyright {
        margin: 2.5vh auto;
    }
}

/*メニュー非表示*/
@media screen and (min-width: 1024px) {
    .sp_menu_btn {
        display: none;
    }
}