@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/*-------------------------------------------------------
    common
-------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #333;
    background-color: #fff;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding: 0;
    list-style: none;
}

h1,
section {
    width: 100%;
    margin: 0 auto;
}

a.off {
    pointer-events: none;
}

@media (max-width: 787px) {
    body {
        line-height: auto;
    }
}


/*-------------------------------------------------------
    header
-------------------------------------------------------*/
h1 img {
    max-width: 1000px;
    margin: 0 auto 30px;
}

@media(min-width:1200px) {
    .dispSp {
        display: none;
    }
}

@media (max-width: 787px) {
    h1 img {
        margin-bottom: 1em;
    }
}

/*-------------------------------------------------------
    main contents
-------------------------------------------------------*/
.contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 2em;
    padding: 0;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0.14em 1em;
    color: #ffffff;
    width: 100%;
    margin: 0 auto 1em;
    background-color: #52a5dc;
    position: relative;
}

h2::after {
    content: '';
    background-color: #52a5dc;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    padding-left: 0.5em;
    border-bottom: 1px solid #52a5dc;
}

section {
    display: block;
    width: calc(100% - 1.4em);
    margin: 0.5em auto 2.6em;
}

.list {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.list-row {
    display: table-row;
}

.list-title {
    display: table-cell;
    width: 12em;
    padding: .5em;
    text-align: center;
    vertical-align: text-top;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #52a5dc;
    letter-spacing: .1em;
    border-bottom: 1px solid #c4c9c4;
}

.list-text {
    display: table-cell;
    padding: .5em 1em;
    width: calc(100% - 9em);
    background-color: #fff;
    /*     border-top: 1px solid #c4c9c4; */
    border-bottom: 1px solid #c4c9c4;
}

.list-text span {
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
}

p {
    margin-left: 1em;
}

@media (max-width: 970px) {

    h2,
    h3 {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .list {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}

@media (max-width: 787px) {
    section {
        width: 100%;
        margin: 0;
        padding: 1em 10px;
    }

    .contents {
        width: 100%;
        margin: 0;
        padding: 1em 10px;
    }

    h2 {
        width: 100%;
        margin: 0;
        padding: 0.1em 1em;
        font-size: 1rem;
    }

    h3 {
        width: 100%;
        margin: 0;
        margin-bottom: 0.5em;
    }

    .list {
        display: block;
        width: 100%;
        margin: 0;
    }

    .list-row {
        display: block;
        margin-bottom: 2px;
    }

    .list-title {
        display: block;
        width: 100%;
        padding: 0 0.5em;
        text-align: left;
        border-top: none;
        border-bottom: 1px solid #ccc;
    }

    .list-text {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5em;
        margin-bottom: 1em;
        border: none;
        font-size: 90%;
    }

    .list-text span {
        display: inline;
        white-space: normal;
    }
}

/*-------------------------------------------------------
    footer
-------------------------------------------------------*/
footer {
    display: block;
    color: #fff;
    background-color: #000;
    margin-top: 2em;
    padding: 15px 0 10px;
    width: 100%;
}

#footer_logo {
    width: 100%;
    text-align: center;
}

#footer_logo img {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}

#copyright {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 787px) {

    footer {
        margin-top: 0;
        height: 65px;
    }

    #footer_logo img {
        max-width: 125px;
    }

    #copyright {
        text-align: center;
        font-size: 10px;
    }
}

/*=======================================================
    TOPページ
=======================================================*/
#news_area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 0;
    text-align: center;
}

#info {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 2em);
    margin: 0 10px 0 0;
    padding: 0;
    text-align: left;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
}

#info_title {
    display: flex;
    align-items: center;
    width: 16em;
    padding-left: 10em;
    padding-right: 1em;
    font-weight: 700;
    color: #666;
    font-family: "Noto Serif JP", serif;
    cursor: pointer;
}

#info_title::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-left: 4px;
    -webkit-mask-image: url(../images/expand_circle_down_FILL0_wght400_GRAD0_opsz24.svg);
    mask-image: url(../images/expand_circle_down_FILL0_wght400_GRAD0_opsz24.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#info_title.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#info_list {
    display: block;
    list-style: none;
    width: calc(100% - 16em);
    margin: 0;
    padding: 0.2em 0;
}

#info_list li {
    margin: 0;
    font-size: 0.8em;
    padding: 0 1em;
}

#info_list li:nth-child(n+2) {
    display: none;
}

#info_list li:last-child {
    margin-bottom: 0;
}

#info_list .info_date {
    display: inline-block;
    width: 10em;
    font-weight: bold;
}

#info_list .info_text {
    font-weight: bold;
}

#info_list a {
    color: #0020dd;
    text-decoration: none;
}

#info_list a:hover {
    color: #3284ff;
    text-decoration: underline;
}

#info_list a.popup {
    color: #0020dd;
}

#info_list a.popup:hover {
    color: #3284ff;
    text-decoration: underline;
}

/* corpolete banner */
#banner_area {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

#banner_area a {
    display: inline-block;
    margin: 5px 25px;
    padding: 0;
}

#banner_area a img {
    width: initial;
}

#banner_area a img.senko {
    width: 150px;
}

#banner_area a img.asahi_kasei {
    width: 275px;
}

#banner_area a img.sekisui {
    width: 150px;
}

@media (max-width: 787px) {
    #news_area {
        margin-bottom: 2em;
    }

    #info {
        width: 100%;
    }

    #info_title {
        width: 6em;
        padding-left: 1em;
        padding-right: 0;
        font-size: 16px;
    }

    #info_list {
        width: 100%;
    }

    #info_list li {
        display: list-item;
        font-size: 0.8rem;
    }

    #info_list li.info_type_topics .info_date:before,
    #info_list li.info_type_news .info_date:before {
        content: none;
    }

    #info_list li .info_date {
        font-weight: 400;
        width: 6em;
    }

    #info_list li .info_text {
        font-weight: 400;
    }

    #banner_area {
        position: relative;
        width: calc(100% - 20px);
        margin: 30px 10px;
        padding: 10px 0;
    }

    #banner_area img {
        /* width: auto !important; */
        max-width: 300px;
        /* max-height: 50px; */
    }
}

/*=======================================================
    大会概要
=======================================================*/
#ouline h2 span {
    display: none;
}

#outline .list-text.nsp span {
    margin-right: 0;
}

#competition .list {
    margin-bottom: 2em;
}

@media (max-width: 787px) {
    #outline .list-text span.b {
        word-break: normal;
        white-space: normal;
    }

    #competition .list:last-of-type {
        margin-bottom: 0;
    }
}

/*=======================================================
    出場棋士
=======================================================*/
h3.japan:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_japan.png) #F5F7FA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

h3.china:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_china.png) #ED5565;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 2px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

h3.korea:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_korea.png) #F5F7FA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

h3.taiwan:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_taiwan.png) #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 8px;
    width: 40px;
    height: 40px;
}

h3.russia:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_russia.png) #ED5565;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

h3.vietnam:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_vietnam.png) #ED5565;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 2px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

h3.australia:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_australia.png) #16018C;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 5px;
    width: 44px;
    height: 30px;
    box-shadow: 0px 0px 2px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}

#players .player {
    margin-top: 0;
    margin-bottom: 2em;
    background: center right no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
}

#players .player.p1 {
    background-image: url(../images/photo_NyuEiko_bg.png);
    background-position: top 35% center;
}

#players .player.p2 {
    background-image: url(../images/photo_UenoAsami_bg.png);
}

#players .player.p3 {
    background-image: url(../images/photo_SuzukiAyumi_bg.png);
    background-position: top 30% left;
}

#players .player.p4 {
    background-image: url(../images/photo_HsiehYiMin_bg.png);
}

#players .player.p5 {
    background-image: url(../images/photo_YuZhiying_bg.png);
}

#players .player.p6 {
    background-image: url(../images/photo_ChoiJeong_bg.png);
}

#players .player.p7 {
    background-image: url(../images/photo_LuYuHua_bg.png);
    background-position: top 40% center;
}

#players .player.p8 {
    background-image: url(../images/photo_AmySong_bg.png);
}

#players .photo {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-right: 1em;
    vertical-align: top;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.91%, #f3faff 81.78%);
    position: relative;
    background-color: transparent;
    padding-top: 100px;
    z-index: 1;
}

#players .photo img {
    width: 160px;
    margin: 1em;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #efefef;
}

#players .photo div {
    width: 90%;
}

#players .prof {
    margin-bottom: 1em;
}

#players .name {
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 0.7em;
    line-height: 1.5em;
}

#players .name .k {
    font-size: 1.2em;
    font-weight: 700;
}

#players .name .y,
#players .name .e {
    display: block;
    margin-left: .5em;
}

#players .birth,
#players .dan-i {
    font-size: 0.8em;
}

#players .info {
    width: 100%;
    padding: 1em 1em;
    background-color: #f3faff;
}

#players .main-results {
    font-size: 0.9em;
}

#players .main-results .year {
    width: 4.5em;
}

#players .main-results dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#players .main-results dt {
    margin: 0;
    width: 4.5em;
}

#players .main-results dd {
    margin: 0;
    width: calc(100% - 4.5em);
}

@media (max-width: 970px) {
    #players .player {
        margin-left: auto;
        margin-right: auto;
    }

    .note {
        line-height: 160%;
    }

    .note2 {
        line-height: 140%;
    }

    .note2 dd span {
        width: 100% !important;
    }

    .note2 dd {
        margin-bottom: 12px;
    }
}

@media (max-width: 787px) {
    #players h3 {
        border: 0;
    }
    #players .player {
        background: none !important;
    }

    #players .photo {
        padding-top: 0;
    }

    #players .photo img {
        max-width: 160px;
        width: 30vw;
    }

    #players .name {
        margin-bottom: 10px;
        padding-bottom: 5px;
        line-height: 1.2em;
    }

    #players .name .k {
        font-size: 1rem;
    }

    #players .name .y,
    #players .name .e {
        font-size: 3vw;
        line-height: auto;
    }

    #players .birth,
    #players .dan-i {
        font-size: 3vw;
    }
}

/*=======================================================
    対戦表・スケジュール
=======================================================*/
#tournament .list-row {
    padding: 1em;
}

@media (max-width: 787px) {
    #tournament .list-row {
        padding: 10px;
    }
}

#schedule .list {
    padding: 0 1em;
}

#schedule .list-title {
    display: table-cell;
    width: 16em;
    padding: .5em;
    text-align: left;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

@media (max-width: 787px) {
    #schedule .list {
        width: 100%;
        padding: 0;
    }

    #schedule .list-title {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: bold;
        padding: 0 0.5em;
    }
}

@media (max-width: 560px) {
    #tournament .tournament-table .note {
        font-size: 100%;
    }
}

#tournament .tournament-table {
    width: 100%;
    text-align: center;
    background-color: #fff;
}
#tournament .tournament-table .note .winner {
    font-weight: bold;
    color: #e6b422;
    font-size: 150%;
}
#tournament .tournament-table .note .second {
    color: #999;
    font-size: 130%;
}
#tournament .tournament-table .note .third {
    color: #C47222;
    font-size: 110%;
}


/*=======================================================
    大盤解説会
=======================================================*/
#commentation .list-row .shutsuen div {
    display: flex;
    flex-direction: column;
}

#commentation .list-row .shutsuen div figure {
    display: block;
    width: 160px;
    height: auto;
    margin: 1em 5px;
    padding: 0.5em;
    box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.6);
}

#commentation .list-row .shutsuen div figure img {
    vertical-align: top;
}

#commentation .list-row .shutsuen div figure figcaption {
    text-align: center;
    font-size: 0.8em;
}

@media (max-width: 787px) {
    #commentation .list {
        width: 100%;
    }
}

@media (max-width: 560px) {
    #commentation .list-row .shutsuen div {
        align-items: flex-start;
    }
}

/*=======================================================
    イベント
=======================================================*/
#event .list-row .players-photo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#event .list-row figure {
    margin: 0.5em 10px;
    padding: 1em;
    width: calc(100% / 4 - 20px);
    box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.6);
}

#event .list-row figure img {
    display: block;
    max-width: 140px;
    margin: 0 auto 5px;
}

#event .list-row figure figcaption {
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: center;
}

#event .list-row figure figcaption:before {
    display: inline-block;
    content: ' ';
    position: relative;
    top: 1px;
    width: 17.6px;
    height: 12px;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 2px;
    margin-right: 3px;
}

#event .list-row figure.usa figcaption:before {
    background: url(../images/icon_usa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.australia figcaption:before {
    background: url(../images/icon_australia.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.singapore figcaption:before {
    background: url(../images/icon_singapore.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.thailand figcaption:before {
    background: url(../images/icon_thailand.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.germany figcaption:before {
    background: url(../images/icon_germany.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.france figcaption:before {
    background: url(../images/icon_france.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.malaysia figcaption:before {
    background: url(../images/icon_malaysia.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.romania figcaption:before {
    background: url(../images/icon_romania.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.czech figcaption:before {
    background: url(../images/icon_czech.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row figure.vietnam figcaption:before {
    background: url(../images/icon_vietnam.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

#event .list-row dt {
    display: block;
    width: 100%;
}

#event .list-row dd {
    display: block;
    width: 100%;
    margin-left: 2em;
}

@media (max-width: 800px) {
    #event .list-row .players-photo {
        justify-content: space-between;
    }
}

@media (max-width: 560px) {
    #event .list-row dt {
    }

    #event .list-row dd {
        margin-left: 0;
    }

    #event .list-row figure {
        margin: 0.5em 5px;
        width: calc(100% / 2 - 10px);
    }
}

#festival .list {
    margin-bottom: 2em;
}

#festival .list-row dl {
    display: flex;
    flex-wrap: wrap;
}

#festival .list-row dl dt {
    width: 180px;
}

#festival .list-row dl dd {
    width: calc(100% - 200px);
    padding-left: 1em;
    padding-bottom: 1em;
    text-indent: -1em;
}

@media(max-width:787px) {
    #festival .list-row dl {
        flex-direction: column;
    }

    #festival .list-row dl dt {
        width: 100%;
    }

    #festival .list-row dl dd {
        width: calc(100% - 2em);
    }
}

/*=======================================================
    過去アーカイブ
=======================================================*/
#archive_area {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    padding: 10px 0;
    overflow: hidden;
}

#archive_area ul {
    display: flex;
    flex-wrap: wrap;
}

#archive_area li {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: calc(100% / 3 - 10px);
}

#archive_area li a {
    width: 100%;
}

#archive_area li a img {
    width: 100%;
}

@media(max-width:1200px) {
    #archive_area {
        width: calc(100% - 20px);
        margin: 0 auto;
        max-width: 1000px;
    }

    #archive_area img {
        width: initial;
    }

    #archive_area ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 970px) {
    #archive_area {
        padding: 10px 0;
        overflow: hidden;
    }

    #archive_area ul {
        margin: 0;
        padding: 0;
    }

}

@media (max-width: 787px) {
    #archive_area ul {
        align-content: center;
        justify-content: center;
        flex-direction: row;
    }

    #archive_area li {
        max-width: none;
        margin: 0 10px 10px;
    }

    #archive_area li a img {
        width: initial;
    }
}