@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
/*-------------------------------------------------------
    common
-------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background-color: #F596AA;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
}

h1,
section {
  width: 100%;
  margin: 0 auto;
}
h1.no-border,
section.no-border {
  border: none;
}

@media (max-width: 787px) {
  body {
    line-height: auto;
  }
}
/*-------------------------------------------------------
    header
-------------------------------------------------------*/
h1 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px;
}
h1 picture img {
  width: 100%;
}

@media (max-width: 787px) {
  h1 {
    display: block;
  }
}
/*-------------------------------------------------------
    main contents
-------------------------------------------------------*/
.contents {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 2em;
  padding: 0;
  background-color: #eee;
  border: 1px solid #333;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  padding: 0.14em 1em;
  color: #ac663e;
  width: 100%;
  max-width: 1000px;
  margin: 1em auto 0;
  position: relative;
  display: block;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 0.5em;
  background-color: #ac663e;
  color: #eee;
}

section {
  display: block;
  width: calc(100% - 1.4em);
  max-width: 1000px;
  margin: 0 auto 2em;
  border: 1px solid #999;
}

.list {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.list-row {
  display: table-row;
}
.list-row .list-title {
  display: table-cell;
  width: 10em;
  padding: 0.5em;
  text-align: center;
  vertical-align: text-top;
  font-weight: 700;
  color: #ac663e;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999;
}
.list-row .list-title.no-border {
  border: none;
}
.list-row .list-text {
  display: table-cell;
  padding: 0.5em 1em;
  width: calc(100% - 10em);
  border-bottom: 1px solid #999;
}
.list-row .list-text.no-border {
  border: none;
}
.list-row .list-text span {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.list-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.list-row:nth-last-of-type(1) .list-title {
  border-bottom: none;
}
.list-row:nth-last-of-type(1) .list-text {
  border-bottom: none;
}

p {
  margin-left: 1em;
}

@media (max-width: 1364px) {
  h1 {
    width: calc(100% - 4em);
  }
  .contents {
    width: calc(100% - 4em);
  }
}
@media (max-width: 970px) {
  h1 {
    width: 100%;
  }
  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,
  .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-row .list-title {
    display: block;
    width: 100%;
    padding: 0 0.5em;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .list-row .list-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5em;
    margin-bottom: 1em;
    border: none;
    font-size: 90%;
  }
  .list-row .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: 1300px;
  margin: 0 auto 30px;
  padding: 1em;
  text-align: center;
  border: none;
  background-color: #f8b1c1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

#info {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #333;
}

#info_title {
  display: flex;
  align-items: center;
  width: 16em;
  padding-left: 10em;
  padding-right: 1em;
  font-weight: 700;
  font-family: "Zen Old Mincho", 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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  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;
  font-size: 28px;
  font-weight: 700;
}
#banner_area a img {
  width: initial;
}
#banner_area a img.senko {
  width: 150px;
}
#banner_area a img.asahi_kasei {
  width: 250px;
}
#banner_area a img.sekisuihouse {
  width: 150px;
}
#banner_area a img.sekisui {
  width: 150px;
}
#banner_area a img.nikkei {
  width: 150px;
}
#banner_area a img.igoshogi {
  width: 250px;
}

@media (max-width: 1364px) {
  #news_area {
    width: calc(100% - 4em);
  }
}
@media (max-width: 787px) {
  #news_area {
    width: calc(100% - 2em);
    margin-bottom: 2em;
  }
  #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;
}

@media (max-width: 787px) {
  #outline .list-text span.b {
    word-break: normal;
    white-space: normal;
  }
  #competition .list:last-of-type {
    margin-bottom: 0;
  }
}
/*=======================================================
    出場棋士
=======================================================*/
#players {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#players h2 {
  color: #333;
  background-color: #eee;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
#players .player-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background-color: #eee;
  margin-bottom: 2em;
}
#players .player-list .more {
  cursor: pointer;
  border-bottom: 1px solid #333;
}

.player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 1em;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.player .name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.player .name.japan:before {
  display: block;
  content: " ";
  background: url(../images/icon_japan.png) #F5F7FA;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  width: 44px;
  height: 30px;
  margin-right: 8px;
  box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
  border-radius: 5px;
}
.player .name.china:before {
  display: block;
  content: " ";
  background: url(../images/icon_china.png) #ED5565;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  width: 44px;
  height: 30px;
  margin-right: 8px;
  box-shadow: 0px 0px 2px 1px rgba(200, 200, 200, 0.8);
  border-radius: 5px;
}
.player .name.korea:before {
  display: block;
  content: " ";
  background: url(../images/icon_korea.png) #F5F7FA;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  width: 44px;
  height: 30px;
  margin-right: 8px;
  box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
  border-radius: 5px;
}
.player .name.taiwan:before {
  display: block;
  content: " ";
  background: url(../images/icon_taiwan.png) #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eee;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.player .name.vietnam:before {
  display: block;
  content: " ";
  background: url(../images/icon_vietnam.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #D60B29;
  position: relative;
  width: 44px;
  height: 30px;
  margin-right: 8px;
  box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
  border-radius: 5px;
}
.player .photo {
  width: 60%;
  background-color: #fff;
  border: 1px solid #aaa;
}
.player .name-e {
  font-size: 90%;
}

@media (max-width: 1364px) {
  #players {
    width: calc(100% - 4em);
  }
}
@media (max-width: 1000px) {
  #players .photo {
    width: 80%;
  }
}
@media (max-width: 787px) {
  #players {
    width: 100%;
    margin: 0;
  }
  #players .player {
    width: 33.3333333333%;
  }
  #players .player .photo {
    width: 100%;
  }
  #players .player:nth-last-of-type(1) {
    border-right: 1px solid #333;
  }
}
@media (max-width: 560px) {
  #players .player {
    width: 50%;
  }
  #players .player:nth-last-of-type(1) {
    border-right: none;
  }
}
/*=======================================================
    対戦表・スケジュール
=======================================================*/
#tournament .list-row {
  padding: 1em;
}

@media (max-width: 787px) {
  #tournament .list-row {
    padding: 10px;
  }
}
#schedule .list {
  padding: 0 1em;
}
#schedule .list .list-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
#schedule .list .list-row:nth-last-of-type(1) .list-title,
#schedule .list .list-row:nth-last-of-type(1) .list-text {
  border-bottom: none;
}
#schedule .list-title {
  display: table-cell;
  width: 16em;
  padding: 0.5em;
  text-align: left;
  font-weight: 700;
  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%;
  }
}
/*=======================================================
    大盤解説会
=======================================================*/
#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;
  background-color: #fff;
  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;
}
#commentation .list-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
#commentation .list-row:nth-last-of-type(1) .list-title,
#commentation .list-row:nth-last-of-type(1) .list-text {
  border-bottom: none;
}

@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 6px;
  padding: 10px;
  width: calc(25% - 12px);
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.6);
}
#event .list-row figure img {
  display: block;
  margin: 0 auto 5px;
  background-color: #fff8d6;
}
#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: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.australia figcaption:before {
  background: url(../images/icon_australia.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.singapore figcaption:before {
  background: url(../images/icon_singapore.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.thailand figcaption:before {
  background: url(../images/icon_thailand.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.germany figcaption:before {
  background: url(../images/icon_germany.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.france figcaption:before {
  background: url(../images/icon_france.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.malaysia figcaption:before {
  background: url(../images/icon_malaysia.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.romania figcaption:before {
  background: url(../images/icon_romania.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.czech figcaption:before {
  background: url(../images/icon_czech.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.vietnam figcaption:before {
  background: url(../images/icon_vietnam.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.ukraine figcaption:before {
  background: url(../images/icon_ukraine.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
#event .list-row figure.hungary figcaption:before {
  background: url(../images/icon_hungary.png);
  background-size: cover;
  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;
}
#event .list-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
#event .list-row:nth-last-of-type(1) .list-title,
#event .list-row:nth-last-of-type(1) .list-text {
  border-bottom: none;
}

@media (max-width: 800px) {
  #event .list-row .players-photo {
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  #event .list-row dd {
    margin-left: 0;
  }
  #event .list-row figure {
    margin: 0.5em 5px;
    width: calc(50% - 10px);
  }
}
#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(33.3333333333% - 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;
  }
}
/*=======================================================
    modal
=======================================================*/
.modal-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #eee;
  max-height: 80vh;
  max-width: 80vw;
  overflow-y: auto;
  width: 80%;
  padding-bottom: 1.5em;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 1.5em;
}

.modal-close {
  background: transparent;
  border: 0;
  padding-right: 10px;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  border: 1px solid #333;
  width: calc(100% - 3em);
  margin: 0 auto;
}
.modal-content .player {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  border: none;
}
.modal-content .player .photo {
  width: 240px;
}
.modal-content .player .prof {
  width: calc(100% - 240px);
  padding-left: 1em;
}
.modal-content .player .prof .name-box {
  border-bottom: 1px solid #333;
  padding-bottom: 0.4em;
}
.modal-content .player .prof .name-box .name {
  justify-content: flex-start;
  margin-bottom: 0;
}
.modal-content .player .prof .name-box .name-e {
  margin-left: 52px;
}
.modal-content .player .prof .name-box .birth {
  margin-left: 1em;
}
.modal-content .player .prof .name-box .dan-i {
  margin-left: 1em;
}
.modal-content .player .prof .main-results {
  padding-top: 0.4em;
}
.modal-content .player .prof .main-results dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal-content .player .prof .main-results dl dt {
  width: 5em;
  padding-left: 1em;
  font-weight: 400;
}
.modal-content .player .prof .main-results dl dd {
  width: calc(100% - 5em);
}

.modal-open {
  display: block;
  margin-top: 1em;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ac663e;
  background-color: #eee;
  border: 1px solid #ac663e;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.modal-open:hover {
  color: #fff;
  background-color: #ac663e;
  border: 1px solid #ac663e;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

@media (max-width: 787px) {
  .modal-container {
    background-color: #eee;
    max-height: 80vh;
    max-width: 100vw;
    overflow-y: auto;
    width: calc(100vw - 2em);
    padding: 0 1em 1em;
  }
  .modal-content .player .photo {
    width: 30vw;
  }
  .modal-content .player .prof {
    width: calc(100% - 30vw);
  }
  .modal-content .player .prof .name-box .birth {
    margin-left: 0;
  }
  .modal-content .player .prof .name-box .dan-i {
    margin-left: 0;
  }
  .modal-content .player .prof .main-results dl {
    flex-direction: column;
  }
  .modal-content .player .prof .main-results dl dt {
    padding-left: 0;
    font-weight: 700;
  }
  .modal-content .player .prof .main-results dl dd {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .modal-content .player {
    flex-direction: column;
  }
  .modal-content .player .photo {
    width: 50%;
    margin: 0 auto 1em;
  }
  .modal-content .player .prof {
    width: 100%;
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */



.kekka {
    padding-top: 30px;
    text-align: center;
    background-color: #eeeeee;
}
.winner {
    font-weight: bold;
    color: #e6b422;
    font-size: 150%;
}
.second {
    font-weight: bold;
    color: #999;
    font-size: 130%;
}
.third {
    font-weight: bold;
    color: #C47222;
    font-size: 110%;
}



