section {
    background-color: #000;
}

section:has(.tab-set) {
    background-color: #fff;
}

section.page-title {
    margin-bottom: 0;
}

section.mainvisual {
    padding-top: 70px;
}

section.mainvisual img {
    display: block;
    width: 1280px;
    margin: 0 auto;
}

section.title {
    width: 100%;
}

section.title .title-cover {
    width: 1024px;
    color: #fff;
    padding:70px 0;
    margin: 0 auto;
}

section.title .title-cover p {
   line-height: 2.5;
}

section.title .title-cover .title-img {
    border-bottom: 1px solid #e31588;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

section.title .title-cover .title-img img {
    max-width: 652px;
    display: block;
    margin: 0 auto;
}

section.img01 {
    font-family: 'Noto serif JP';
    padding: 70px 0;
}

section.img01 img {
    display: block;
    width: 1280px;
    margin: 0 auto;
}

section.img01 .img01-cover {
    width: 1024px;
    color: #fff;
    margin: 0 auto;
}

section.img01 .img01-cover h1 {
    font-size: 40px;
    text-align: center;
    line-height: normal;
    border-bottom: 1px solid #cb2721;
    padding-bottom: 35px;
    max-width: 100%;
    margin: 0 auto;
}

section.img01 .img01-cover .member {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

section.img01 .img01-cover .member p {
    text-align: center;
    width: 50%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 1rem;
    padding: 60px 0;
}

section.img01 .img01-cover .member p span {
    display: block;
    font-size: 22px;
    letter-spacing: 0.3rem;
    margin: 40px 0;
}

section.img01 .img01-cover .member p:first-child {
    border-right: 1px solid #cb2721;
}

section.img02 {
    width: 100%;
}

section.img02 img {
    width: 100%;
    margin: 0 auto;
}

section.day {
    width: 100%;
    padding: 70px 0;
}

section.day .day-cover {
    width: 1024px;
    color: #fff;
    margin: 0 auto;
}

section.day .day-cover h1,
table.shogi_date thead,
table.shogi_date tbody tr td:not(.address) {
    font-family: 'Noto serif JP';
}

section.day .day-cover h1 {
    font-size: 40px;
    text-align: center;
    line-height: normal;
    border-bottom: 1px solid #cb2721;
    padding-bottom: 35px;
}

table.shogi_date {
    width: 100%;
    margin-bottom: 120px;
}

table.shogi_date thead tr th {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

table.shogi_date tbody tr td {
    background-color: #1a1c1e;
    border-bottom: 3px solid #000;
    padding: 40px 0;
}

table.shogi_date tbody tr td:first-child {
    width: 35%;
    padding-left: 40px;
}

table.shogi_date tbody tr td .shogi_num {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    letter-spacing: 0.2em;
}

table.shogi_date tbody tr td .shogi_num::before {
    content: "";
    position: absolute;
    height: 40px;
    left: 67px;
    top: -6px;
    transform: rotate(20deg);
}

table.shogi_date tbody tr td.place {
    position: relative;
    width: 35%;
    padding-left: 70px;
}

table.shogi_date tbody tr td.place a::before {
    content: url(../img/link_icon.png);
    position: absolute;
    left: 50px;
}

table.shogi_date tbody tr td.place a:hover {
    color: #e31588;
}

.note {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 120px;
}

.sponsored {
    font-family: 'Noto serif JP';
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

.sponsored.first {
    margin-top: 80px;
}

.shogi .shogi-buttons * {
    display: flex;
    float: none;
}

.shogi .shogi-buttons li:nth-child(2) a {
    background-image: url(../img/btn-shogi-02.jpg);
}

section.photogallery {
    width: 100%;
    background-color: #202020;
    padding: 70px 0;
}

section.photogallery .photo_cover {
    font-family: 'Noto serif JP';
    width: 1024px;
    color: #fff;
    margin: 0 auto;
}

section.photogallery .photo_cover h1 {
    font-size: 40px;
    text-align: center;
    line-height: normal;
    margin-bottom: 35px;
}

.tab_item {
    position: relative;
    width: calc(90%/5);
    height: 50px;
    background-color: #7e1713;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border-right: 3px solid #1a1c1e;
    margin-bottom: 90px;
    margin: 0 auto 90px auto;
}

.tab_item::before {
    content: "";
    display: none;
    position: absolute;
    height: 50px;
    top: calc(100% + 20px);
    left: 50%;
    border-left: 1px solid #cb2721;
}

.tab_item:hover {
    background-color: #cb2721;
}

input[name="tab_item"] {
    display: none;
}

.tab_item.first {
    /*margin-left: 5%; 第5局まで表示のとき*/
    /*margin-left: 14%; 第4局まで表示のとき*/
    margin-left: 23%; /*第3局まで表示のとき*/
    /*margin-left: 32%; 第2局まで表示のとき*/
    /*margin-left: 41%; 第1局まで表示のとき*/
}

.tab_item.last {
    margin-right: 5%;
}

.tab_content {
    display: none;
    clear: both;
}

#num1:checked ~ #num1_content,
#num2:checked ~ #num2_content,
#num3:checked ~ #num3_content,
#num4:checked ~ #num4_content,
#num5:checked ~ #num5_content {
    display: block;
}

.tabs input:checked + .tab_item {
    background-color: #cb2721;
}

.tabs input:checked + .tab_item::before {
    display: block;
}

.tab_content_description {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.tab_content_description a {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.tab_content_description a:nth-child(4n) {
    margin-right: 0;
}

.fs16 {
    font-size: 16px;
}

.fs19 {
    font-size: 19px;
}

.lb-data .lb-number,
.lb-nav {
    display: none !important;
}

thead.only-pc {
    display: table-header-group !important;
}

td.only-pc {
    display: table-cell !important;
}

/* モーダルウィンドウのスタイル */
.modal {
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    visibility: hidden;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    opacity: 0;    
    z-index: 101;
}
.modal.openModal {
    visibility: visible;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha( opacity=100 );
    opacity: 1;
}
/* オーバーレイのスタイル */
.modal--overLay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background:rgba( 0, 0, 0, 0.9);
    z-index: 10;
    cursor: pointer;
}
/* モーダルウィンドウの中身のスタイル */
.modal .modal__inner {
    position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translateY(50%) translateX(50%);
	transform: translateY(50%) translateX(50%);	
    z-index: 11;
}
.punishment {
    position: absolute;
    top: 30px;
    right: 47px;
    width: 32px;
    height: 32px;
}    
.punishment ul { 
    position:relative;
}
.punishment ul li {
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 2px #FFFFFF;
}
.punishment ul li:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.punishment ul li:nth-child(2) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

a {
    color: #fff;
}

.shogi .shogi-buttons {
    padding-top: 50px;
}

.shogi .shogi-buttons ul {
    width: 100%;
}

.shogi .shogi-buttons li {
    height: 100px;
    width: 308px;
}

.shogi .shogi-buttons li + li {
    margin-left: 50px;
}

.shogi .shogi-buttons li a {
    height: 100%;
    width: 100%;
    position: relative;
    text-indent: -9999px;
}

.shogi .shogi-buttons li:nth-child(1) a {
    background-image: url(/assets/images/culture/btn-shogi-01.png);
}

.shogi .shogi-buttons li:nth-child(3) a {
    background-image: url(/assets/images/culture/btn-shogi-03.png);
}

.shogi .shogi-buttons li a[target=_blank]::after {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/corporate/common/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -28px -80px;
}

.only-sp {
    display: none !important;
}

.only-pc {
    display: block !important;
}

@media screen and (max-width: 750px) {
    section.title .title-cover {
        width: 100%;
        padding: 70px 5%;
    }

    section.img01 .img01-cover,
    section.day .day-cover,
    section.photogallery .photo_cover {
        width: 100%;
        padding: 0 5%;
    }

    section.mainvisual {
        padding: 0;
    }

    section.mainvisual img,
    section.img01 img {
        width: 100%;
    }

    section.img01 {
        min-width: 100%;
    }

    section.img01 .img01-cover .member p {
        font-size: 35px;
        letter-spacing: 0.1rem;
    }

    section.img01 .img01-cover .member p span {
        font-size: 18px;
        letter-spacing: 0.1rem;
        line-height: 1.5;
        margin: 20px 0;
    }

    section.day .day-cover h1 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    table.shogi_date tbody tr td {
        display: block;
        width: 100%;
    }

    table.shogi_date tbody tr td:first-child {
        width: 100%;
        border-style: none;
    }

    table.shogi_date tbody tr td.place {
        width: 100%;
        padding-top: 0;
    }

    table.shogi_date tbody tr td.place span {
        padding-top: 1%;
    }

    .sponsored {
        text-align: left;
        font-size: 16px;
    }

    .sponsored.first {
        margin-top: 10%;
    }

    .shogi .shogi-buttons * {
        display: block;
    }

    .shogi .shogi-buttons li + li {
        margin: 0 auto;
    }

    .shogi .shogi-buttons li:not(:last-child) {
        margin: 0 auto 20px auto;
    }

    section.photogallery .photo_cover h1 {
        font-size: 30px;
    }

    .tab_item {
        width: calc(100%/5);
    }

    .tab_item.first {
        margin-left: 0;
    }

    .tab_item.last {
        margin-right: 0;
    }

    .tab_content_description a {
        width: 49%;
    }

    .tab_content_description a:nth-child(2n) {
        margin-right: 0;
    }

    thead.only-pc {
        display: none !important;
    }
    
    td.only-pc {
        display: none !important;
    }

    .only-pc {
        display: none !important;
    }

    .only-sp {
        display: block !important;
    }

    .modal .modal__inner {
        top: 20%;
        right: 0;
        transform: none
    }
    .punishment {
        right: 5%
    }
}