@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho:400");

html,
body {
  width: 100% !important;
  height: 100% !important;
}

html {
  font-size: 96.875% !important;
  /*15.5px*/
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -ms-overflow-style: scrollbar !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  /* background: #5d080d !important; */
  background: #fff !important;
  font-family: YakuHanJP, "Zen Kaku Gothic New", 游ゴシック, YuGothic,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
    "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  /* font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; */
  font-weight: 400 !important;
  line-height: 1.75 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem;
  color:#454545
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

*:focus {
  box-shadow:none !important;
 }

/* --  scroll-bar ----------------------------------- */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 5px;
}

.container-fluid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

/* --  header ----------------------------------- */

header {
  border-bottom: #203749 solid 2px;
  /* background: #111; */
  margin: 0;
  padding: 15px 0 7px;
  margin-bottom: 15px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; */
}

.header-inner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.title_area{
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0 !important;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 2px 1px #fff;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* --  Tournament name/logo -------- */

.cName_area {
  display: flex;
  align-self: center;
  align-items: center;
  color: #000;
  padding: 0;
  margin: 0;
  /* background: #30cfd0; */
}
.cName_area:hover {
  text-decoration: none;
  color: #000;
}
.cName_area .logo {
  flex-shrink: 0;
  width: 45px;
  margin-top: 10px !important;
  margin-right: 15px !important;
}

.cName_area .logo > img {
  width: 45px;
}

.cName_area .cName {
  /* margin-left: 10px; */
  margin-left: 0;
}

.cName_area p.e_theme {
  font-family: serif;
  font-size: 1rem;
  /* font-size: 1.05rem; */
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  /* font-weight: bold !important; */
  /* color:#0472BD; */
}

.cName_area h1 {
  display: -webkit-flex;
  display: flex;
  align-self: center;
  font-size: 1.63rem;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* background: #005ab8; */
}

.cName_area p.en-title {
  font-family: serif;
    font-size: 0.7rem;
  /* font-size: 0.8rem; */
  line-height: 1;
  white-space: nowrap;
  margin: 5px 0 0 2px;
  color:#777;
  /* background: #00b809; */
}

@media (max-width: 767px) {
  .cName_area p.e_theme {
    font-size: 0.9rem;
  }

  .cName_area h1 {
    font-size: 1.75rem;
  }

  .cName_area p.en-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .logo {
    display: none !important;
  }

  .cName_area .cName {
    margin-left: 0;
  }

  /* .cName_area h4 {
    font-size: 0.75rem;
  } */

  .cName_area h1 {
    font-size: 1.2rem;
    line-height: 1.35;
    padding: 0.3rem 0;
  }

  .cName_area p.e_theme {
    display: none;
  }

  .cName_area p.en-title {
    display: none;
  }
}

.cName_area h1 > br {
  display: none;
}
@media (max-width: 610px) {
  .cName_area h1 > br {
    display: block;
  }
}

@media (max-width: 450px) {
  .cName_area h1 {
    font-size: 1rem;
  }
}

/* --  Date/Place -------- */

.outline {
  margin-left: auto;
}

.outline dl {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0 5px 3px 0;
}

.outline dl dt,
.outline dl dd {
  margin: 0;
  padding: 0;
}

.outline dl dt {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  /* background: #3f3f3f; */
  padding: 0 7px;
  letter-spacing: -0.05rem;
}


.outline dl dt > span{
  background: #3f3f3f;
  padding: 2px 7px;
}

.outline dl dd {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 6px;
  color: #444;
  letter-spacing: -0.05rem;
}

.toggled {
  margin-left: -18rem;
}

p {
  margin-bottom: 1rem;
}


#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* background: #f4f5f7; */
  /* box-shadow: 0 0 2px gray; */
}

/* -- hamburger menu -------------------------------------------------------------------------------------------- */
.menu-btn {
  position: fixed;
  top: 30px;
  right: 15px;
  display: flex;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #2195f3f6;
  border-radius: 2px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); 
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #2195f3f6;
  transition: all 0.5s;
}
.menu-content ul {
  margin-top: 60px;
  padding: 10px 10px 50px;
  height: calc(100vh - 70px) !important;
  overflow-y:scroll;
}
.menu-content ul li {
  border-bottom: solid 1px #ccc;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  /* font-size: 14px; */
  /* font-weight: 700; */
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px 12px 5px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 21px;
}

.menu-content ul li a:hover {
  color: #ffffff;
  background-color: #107dc3;
}

.menu-content ul li a:hover::before {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.menu-content ul li:last-child {
  margin-bottom: 150px !important;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

@media (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 15px;
    display: flex;
    height: 42px;
    width: 42px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    height: 1px;
    width: 18px;
    border-radius: 1px;
  }
  .menu-btn span:before {
    bottom: 7px;
  }
  .menu-btn span:after {
    top: 7px;
  }
}

/* @media (max-width: 610px) {
  .menu-btn {
    top: 25px;
}
} */

/* -- content-area　-------------------------------------------------------------- */

#society-main .content-area-top {
  padding: 25px 0 45px !important;
}

#society-main .content-area {
  padding: 25px 10px 25px !important;
  /* background: #005ab8; */
}

@media (max-width: 767px) {
  #society-main .content-area {
    padding: 25px 5px 25px !important;
    /* background: #005ab8; */
  }
}

/* -- footer　-------------------------------------------------------------- */

#society-main #footer-area {
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #society-main #footer-area {
    display: block !important;
  }
}

#society-main #footer-area ul.secretariat,
#society-main #footer-area ul.secretariat li {
  margin: 0;
  padding: 0;
}

#society-main #footer-area ul.secretariat {
  width: 100%;
  margin: 22px 0 0;
  padding: 0 15px;
  /* color: #333; */
  list-style: none;
  font-size: 0.9rem;
}

#society-main #footer-area ul.secretariat li {
  /* line-height: 1.25; */
  padding: 3px 3px 3px;
}
#society-main #footer-area ul.secretariat li:nth-child(1) {
  /* color: #333; */
  /* font-size: 0.95rem; */
  background-color: #fff;
  border: solid 1px #000;
  padding: 7px 0 5px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  /* font-family: "Sawarabi Mincho", serif; */
}

#society-main #footer-area ul.secretariat li:nth-child(2) {
  /* color: #333; */
  font-size: 0.95rem;
  padding: 1px 3px 6px;
  font-weight: bold;
  /* font-family: "Sawarabi Mincho", serif; */
}

#society-main #footer-area ul.secretariat li:nth-child(3) span{
  display: inline-block !important;
}

/* -- copy-light　-------------------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 250px;
  padding: 12px 0;
  border-top: #203749 solid 1px;
}

@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 75px !important;
  }
}

/* -- div#pagetop-scroll -------------------------------------------------------------- */

div#pagetop-scroll {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 25px;
  color: #fff;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #ddd;
  text-align: center;
  line-height: 2.7em;
}

.fa-3x {
  font-size: 1.25em;
  line-height: 2;
}

div#pagetop-scroll:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  div#pagetop-scroll {
    right: 15px;
    bottom: 65px;
  }
}

/* -- 言語選択  ------------------------------------------------------------------ */

.selectdiv {
  position: relative;
width: 93%;
  margin: 0 0 35px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 15px "Consolas", monospace;
  color: #777;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 12px;
  /*Adjust for position however you want*/
  top: 11px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  position: absolute;
  top:0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  display: block;
  width: 100% !important;
  height: 34px;
  float: right;
  margin: 5px 0px;
  padding: 0px 15px;
  line-height: 1;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  font-size: 14.5px;
  font-weight: 900;
}


/* -- side  ------------------------------------------------------------------ */
#society-aside {
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  /* position: fixed;
  bottom: 0;
  top: 0;
  left: 0; */
  /* overflow-y: scroll; */
  z-index: 1001;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.05rem;
}


#society-aside #society-main-menu ul,
#society-aside #society-main-menu ul li {
  margin: 0;
  padding: 0;
  /* border-color: #555;
  border-style: solid;
  border-width: thin;
  border-bottom: none; */
}

#society-aside #society-main-menu ul li {
  margin: 0;
  list-style: none;
  /* font-size: 0.95rem; */
  font-weight: 600;
  text-decoration: none !important;
  background-color: #fcfeff;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #ccc;
  display: inline-block;
  width: 93%;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: 'Lora', sans-serif; */
  text-transform:uppercase;
  letter-spacing: 0;
}

#society-aside #society-main-menu ul li a {

  color: #454545;
  font-size: 0.95rem;
  text-decoration: none !important;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 7px;
  gap: 8px; /* アイコンと文字の間隔 */
  line-height: 1.65;
}

#society-aside #society-main-menu ul li a span {
  color: #fff;
  background: #2196F3;
  padding: 0px;
  margin: 0 5px 0 0;
}

#society-aside #society-main-menu ul li a div {
  opacity: 0.3;
  display: inline-block;
}

#society-aside #society-main-menu ul li.preparation{
  pointer-events: none !important;
}

#society-aside #society-main-menu ul li.preparation > a > span{
  background: #111;
  opacity: 0.3;
}


/* icon size */
.material-icons.md-14 {
  font-size: 12px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

#society-aside #society-main-menu ul li a:hover {
  text-decoration: none !important;
  color: #fff;
}

#society-aside #society-main-menu ul li.society-active a {
  color: #fff !important;
  text-decoration: none !important;
}

#society-aside #society-main-menu ul li.society-active a span {
  background: none !important;
}

#society-aside #society-main-menu ul li:hover {
  background-color: #1565C0 !important;
  text-decoration: none !important;
}

#society-aside #society-main-menu ul li.society-active {
  background-color: #1565C0;
  text-decoration: none !important;
}

/* ポスターダウンロード */
#society-aside .posd {
  margin: 22px 0 0;
  padding: 0 !important;
  background: #f4f5f7;
  width: 93%;
}

#society-aside .posd img {
  width: 93%;
}

#society-aside .posd a:hover {
  opacity: 0.7;
}

#society-aside .posd-txt {
  color: #076EB5 !important;
}

#society-aside .posd-txt p{
  line-height: 1.35;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Oswald", serif;
  transform: scale(1.1, 1);
}

#society-aside .posd-txt p:nth-child(2){
  line-height: 1.25;
  font-size: 30px;
  font-weight: 900;
  transform: scale(1.1, 1);
}

.banner-area{
  margin: 25px 0;
  padding: 0 !important;
  /* background: #fcfcfc; */
  width: 93%;
}

/* ポスターダウンロード */
#society-aside .banner-box {
  margin: 11px 0;
  padding: 0 !important;
  width: 100%;
}

#society-aside .banner-box img {
  width: 100%;
}

#society-aside .banner-box img:hover{
  opacity: 0.7 !important;
}

.banner-area-sp{
  display: none;
}


.banner-area-sp img{
  max-width: 300px;
}

@media (max-width: 991px) {
  .banner-area-sp{
    display: block;
  }
}




#society-aside .posd a:hover,#society-aside .posd a:hover .posd-txt:hover {
  text-decoration: none !important;
}

#society-aside ul.secretariat,
#society-aside ul.secretariat li {
  margin: 0;
  padding: 0;
}

#society-aside ul.secretariat {
  width: 93%;
  margin: 22px 0 0;
  padding: 0;
  /* color: #333; */
  list-style: none;
  font-size: 0.925rem;
}

#society-aside ul.secretariat li {
  line-height: 1.25;
  padding: 0 3px 0;
}
#society-aside ul.secretariat li:nth-child(1) {
  /* color: #333; */
  /* font-size: 0.95rem; */
  background-color: #fff;
  border: solid 1px #000;
  padding: 7px 0 5px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  /* font-family: "Sawarabi Mincho", serif; */
}

#society-aside ul.secretariat li:nth-child(2) {
  /* color: #333; */
  /* font-size: 0.9rem; */
  padding: 1px 3px 6px;
  font-weight: bold;
  /* font-family: "Sawarabi Mincho", serif; */
}

#society-main {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#society-main .content-area {
  padding: 35px 0 45px;
}

#society-aside::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.text-shadow01 {
  text-shadow: 0 0 10px #000 !important;
}

.vertical {
  writing-mode: vertical-rl;
}

.v_line_left {
  border-left: solid 1px rgb(255, 255, 255);
  padding-left: 1px;
  height: 2.8rem !important;
}

.v_line_left02 {
  border-left: solid 1px rgb(255, 255, 255);
  padding-left: 1px;
  height: 3rem !important;
}

/* -- News -------------------------------------------------------- */

h2.info_heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.215rem !important;
  color: #085ca5 !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
h2.info_heading {
    font-size: 1.1rem !important;
    color: #085ca5 !important;
  }
}

.info {
  padding: 1em 1.5em;
  border: 1px solid #ccc;
  /* font-size: 13px; */
  text-align: left;
  line-height: 1.45;
  color: #444;
  overflow: auto;
  width: 100%;
  /* max-height: 540px; */
  background-color: #fff;
}

.info dl {
  display: flex;
  padding:0;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 540px) {
  .info {
    padding: .5em 1em;
    font-size: 0.95em;
  }
  .info dl {
    display: block;
  }
}

.info dt,
.info dd {
  line-height: 1.45;
  padding-left: 0.25rem;
}

.info dt {
  padding-bottom: 0.35em;
  padding-right: 0.5em;
}

/* Sponsored CSS -------------------------------------------------------------- */

.head-border {
  display: flex;
  align-items: center;
  color: #107dc3 !important;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ccc;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/* modal CSS -------------------------------------------------------------- */

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left:23.8%;
}

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  z-index: 99999;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 800px;
  padding: 45px 30px;
  background-color: #fff;
  margin-top: -80px;
}

@media (max-width: 767px) {
  .modalWrapper {
    width: 90%;
    padding: 45px 15px;
  }
}

.modalContents > p.mtitle {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}

.modalContents > p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

body.fixed02 {
  position: fixed;
  width: 100%;
  height: 100%;
  left:0;
}

.lh1{
  line-height: 1.2 !important;
}

.lh145{
  line-height: 1.45 !important;
}

.lh185{
  line-height:1.85 !important;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap:break-word;
}

.lh2{
  line-height:2 !important;
  text-align: justify;
  text-justify: inter-ideograph; /* IE */
  overflow-wrap:break-word;
}

@media (max-width: 767px) {
  .lh2{
    line-height: 1.65 !important;
  }
}

a.banner-link img:hover {
  opacity: 0.7 !important;
}

.fs15{
  font-size: 1.25rem !important;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.1rem;
}

.fs1red{
  font-size: 0.9rem !important;
  color: #b80000 !important;
  padding: 0 0.15rem;
}

.fs1blu{
  font-size: 0.9rem !important;
  color: #005ab8 !important;
  padding: 0 0.15rem;
}

.ls-001{
  letter-spacing: -0.01rem !important;
  }

  .dinb{
    display: inline-block !important;
  }


.info_add{
    border: 3px solid #e96628ff;
    margin: 15px 0 45px 0;
    width: 100%;
    box-sizing: border-box;
}

