@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&family=Sawarabi+Mincho&display=swap');

/*-------------------------------------------------------
    common
-------------------------------------------------------*/
html {
    font-family: "Noto Sans Japanese", sans-serif;
    -webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
    background-color: #fff;
}
@media all and (-ms-high-contrast: none)  {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}
@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    height: 100vh;
    min-height: 100vh;
    position: relative;
}
img {
    display: block;
    width: 100%;
}
ul {
    padding: 0;
    list-style: none;
}
h1, section {
    width: 100%;
    margin: 0 auto;
}
a.off {
    pointer-events: none;
}


/*-------------------------------------------------------
    header
-------------------------------------------------------*/
header {
    position: relative;
    width: 100%;
}
h1 img{
    max-width:1250px;
    max-width:1000px;
    margin:auto;
}
#gnavi_wrap {
	position:fixed;
	top:50%;
	right:14px;
	z-index: 10;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#gnavi {
    position: relative;
    display: block;
    padding-right: 5px;
}
#arrow_up {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    cursor: pointer;
}
#arrow_up svg {
    border: 1px solid #aaa;
    border-radius: 20px;
}
#arrow_down {
    position: relative;
    top: -10px;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    cursor: pointer;
}
#gnavi ul li {
    position: relative;
    display: block;
	height:40px;
	width: 100%;
}
#gnavi ul li a {
	position:relative;
	display:block;
	padding:11px 40px 11px 0;
	height:18px;
	text-align:right;
	line-height:1;
}
#gnavi ul li a .link_dot {
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-4px;
	width:8px;
	height:8px;
	background-color:rgba(0,0,0,0.25);
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#gnavi ul li a .link_label {
	position:absolute;
	top:3px;
	right:2.3em;
	white-space:nowrap;
	pointer-events:none;
	font-size:16px;
	font-weight: bold;
    color: #000;
	opacity:0;
}
#gnavi ul li a:hover .link_label {
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
#gnavi ul li a:hover .link_dot {
	background-color:#000;
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
#gnavi ul li a.now .link_dot {
	background-color:#000;
}
#gnavi_sp, #gnavi_sp_close {
    display: none;
}

@media(min-width:1200px){
	.dispSp{
		display:none;
	}

}

@media (max-width: 970px){
  #gnavi_wrap {
  	position:relative;
  	-moz-transform:translateY(0);
  	-ms-transform:translateY(0);
  	-webkit-transform:translateY(0);
  	transform:none;
  }
  #arrow_up, #arrow_down {display: none;}
  #gnavi {
    position: fixed;
    display: none;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FD82A1;
    z-index: 11;
    opacity: .9;
  }
  #gnavi ul {
      position: fixed;
      display: block;
      top: 50px;
      width: 100%;
  }
  #gnavi ul li {
      width: 100%;
      height: auto;
      margin-bottom: 1em;
      text-align: center;
  }
  #gnavi ul li a {
      font-weight: bold;
      padding: 1em;
      width: initial;
      text-align: center;
  }
  #gnavi ul li a span {
      display: inline-block;
      line-height: 1.2em;
      height: 1em;
  }
  #gnavi ul li a span.link_dot {
      display: none;
  }
  #gnavi ul li a span.link_label {
  	position:relative;
  	top:auto;
  	right:auto;
  	white-space:nowrap;
  	pointer-events:none;
  	font-size:16px;
    color: #fff;
  	opacity:1;
  }
  #gnavi_sp {
      display: block;
      position: fixed;
      top: 1em;
      right: 1em;
      z-index: 8;
  }
  #gnavi_sp_btn {
      display: block;
      position: fixed;
      top: 5px;
      right: 10px;
      bottom: 0;
      cursor: pointer;
  }
  #gnavi_sp_close {
      position: fixed;
      top: 5px;
      right: 10px;
      cursor: pointer;
      z-index: 12;
  }
}

/*-------------------------------------------------------
    main contents
-------------------------------------------------------*/
.contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 2em;
    padding: 0;
}
h2 {
    padding: 0.2em 1em;
    color: #ffffff;
    width:100%;
    margin: 0 auto 1em;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
/*
    background-image: -webkit-linear-gradient(linear, left top, right top, from(#ff7920), to(#d8e068));
    background-image: -webkit-linear-gradient(left, #ff7920 0%, #d8e068 100%);
    background-image: linear-gradient(to right, #ff7920 0%, #d8e068 100%);
*/
    background-image: -webkit-linear-gradient(linear, left top, right top, from(#f27093), to(#d8e068));
    background-image: -webkit-linear-gradient(left, #f27093 0%, #d8e068 100%);
    background-image: linear-gradient(to right, #f27093 0%, #d8e068 100%);

}
h3 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    padding-left: 0.5em;
    border-bottom: 2px solid #03340c;
}

section {
    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: 9em;
    padding: .5em;
    text-align: center;
    vertical-align: text-top;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    color: #0d3e10;
    letter-spacing: .1em;
/*     border-top: 1px solid #c4c9c4; */
    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 {
        margin-bottom: 1em;
    }
    h3{
        border-left: 8px solid #0d3e10;
    }
    .list-row {
        margin-bottom: 2px;
    }
    .list-title {
        display: block;
        width: 100%;
        padding: 0 0.5em;
        text-align: left;
        border-top: none;
        border-bottom: 2px solid #0d3e10;
    }
    .list-text {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5em;
        margin-bottom: 1em;
        border: none;
    }
    .list-text span.notice {
        white-space: normal;
        font-size: 90%;
    }
}
@media (max-width: 560px){
    h2 {
        width: calc(100vw - 2em);
        margin-left: 1em;
    }
}

/*-------------------------------------------------------
    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: 640px;
    margin: 2em auto 3em;
    padding: 0;
    text-align: center;
}
#info {
    display: inline-block;
    width: calc(100% - 2em);
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
}
#info_list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#info_list li {
    margin: 0;
    font-size: 0.8em;
    padding: 0 1em;
}
#info_list li:nth-child(n+6) {
    display: none;
}
#info_list li:last-child {
    margin-bottom: 0;
}
#info_list .info_date {
    display: inline-block;
    width: 10em;
    font-weight: bold;
}
#info_list li.info_type_topics .info_date:before {
    display: inline-block;
    content: "Topics";
    color: #e53f24;
    width: 4em;
    font-size: 0.9em;
}
#info_list li.info_type_news .info_date:before {
    display: inline-block;
    content: "News";
    color: #0059cb;
    width: 4em;
    font-size: 0.9em;
}
#info_list li.info_type_topics .info_text:before {
    position: relative;
    content: url(../images/news_ishi_black.png);
    top: 3px;
/*     margin-left: 8px; */
    margin-right: 5px;
}
#info_list li.info_type_news .info_text:before {
    position: relative;
    content: url(../images/news_ishi_white.png);
    top: 3px;
    margin-right: 5px;
}
#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;
}
@media (max-width: 787px){
    .info_date{
        display:block;
    }
    .info_text{
        display:block;
        padding-left:24px;
    }
    #info_list li.info_type_news .info_text:before{
        margin-left:-25px !important;
    }
    #banner_area {
        position: relative;
        width: calc(100% - 20px);
        margin: 30px 10px;
        padding: 10px 0;
    }
    #banner_area img {
        width: auto !important;
    }
}

/*=======================================================
    大会概要
=======================================================*/
#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;
    }
}
@media (max-width: 560px){
    #outline h2.t-outline {
    }
    #outline h2.t-competition {
    }
}

/*=======================================================
    出場棋士
=======================================================*/
#players .player {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 1em;
    display: flex;
}
#players .photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100%;
    margin-right: 1em;
    padding: 1em;
    vertical-align: top;
    background: #f8f9f8;
    filter: drop-shadow(4px 4px 4px rgba(150,150,150,0.6));
    z-index: 2;
}
#players .photo img {
    width: 160px;
}
#players .photo div {
    width: 90%;
}
#players .prof {
    width: 76%;
    margin-top: 3em;
    margin-left: -6em;
    padding: 3em 4em 3em 8em;
    background-color: #f7f8e7;
}
#players .name {
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 0.7em
    line-height: 1.5em;
}
#players .name.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;
}
#players .name.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;
}
#players .name.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;
}
#players .name.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;
}
#players .name.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;
}
#players .name.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;
}
#players .name .k {
    font-size: 1.2em;
}
#players .name .y,
#players .name .e {
    display: block;
    margin-left: .5em;
}
#players .birth,
#players .dan-i {
    font-size: 0.8em;
}
#players .main-results {
    font-size: 0.9em;
    margin-top: 1em;
}
#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 {
        width: calc(100% - 20px);
        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){
}
@media (max-width: 560px){
    #players .player {
        flex-direction: column;
        padding: 0.5em;
        margin: 0 0 2em;
    }

    #players .photo {
        width: 90%;
        height: 100%;
        margin: 0;
        padding: 1em;
        vertical-align: top;
        background: #f8f9f8;
        filter: drop-shadow(4px 4px 4px rgba(150,150,150,0.6));
        z-index: 2;
    }
    #players .photo img {
        width: 160px;
    }
    #players .photo div {
        width: 90%;
    }
    #players .prof {
        width: 95%;
        margin-top: -4em;
        margin-left: 2em;
        padding: 5em 1em 3em 2em;
    }
    #players .main-results dl {
        display: block;
    }
    #players .main-results dd {
        padding-left: 1em;
        width: 100%;
    }
}

/*=======================================================
    対戦表・スケジュール
=======================================================*/
#tournament h2 {
}
#schedule h2 {
}
#tournament .list-row {
    padding: 1em;
}
#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%;
}

@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-title {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: bold;
        padding: 0 0.5em;
    }
}
@media (max-width: 560px){
    #tournament h2 {

    }
    #tournament .tournament-table .note {
        font-size: 100%;
    }
    #schedule h2 {

    }
}

/*=======================================================
    大盤解説会
=======================================================*/
#commentation .list-row .shutsuen div {
    display: flex;
    flex-direction: column;
/*     align-items: center; */
}
#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: 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 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 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;
    }
}

