@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400"); */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho:400");
/* @import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */

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

html {
  font-size: 93.75% !important;
  /*15px*/
  -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: #F9F9F9 !important;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  /* font-family: 'Noto Sans JP', 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.05em;
  line-height: 1.8;
}

*,
*: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;
 }

 p {
  word-break: break-all;
  overflow-wrap: anywhere;
}

/* --  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: 1000px;
  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: 0;
  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;
  }
}

@media (max-width: 767px) {
  header {
    padding: 15px 0 7px;
  }
}

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

.cName_area {
  display: flex;
  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: 130px;
  margin-top: 5px !important;
  margin-right: 15px !important;
}

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

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

.cName_area h4 {
  font-family: serif;
  /* font-size: 1.266rem; */
  font-size: 1.05rem;
  line-height: 1;
  margin: 0;
  padding: 11px 0 5px;
  font-weight: bold !important;
}

.cName_area h1 {
  display: -webkit-flex;
  display: flex;
  align-self: center;
  font-size: 1.6rem;
  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 h3 {
  font-family: serif;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  margin: 5px 0 0 2px;
  /* background: #00b809; */
}

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

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

  .cName_area h3 {
    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 h4 {
    display: none;
  }

  .cName_area h3 {
    display: none;
  }
}

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

/* --  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: #003366;
  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;
}

h2 {
  font-size: 1.215rem !important;
  font-weight: 700;
  padding: 0.5em;
  color: #333;
  background: #fffffd;
  /* border-left: solid 5px #9dc93a;  */
  border-left: solid 5px #D4AF37; 
}

.h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.215rem !important;
  color: #005A9C !important;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 1.1rem !important;
    color: #005A9C !important;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #F9F9F9 !important;
  /* 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: rgba(0, 0, 0, 0.8);
  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: rgba(0, 0, 0, 0.9);
  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: 500;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 13px 25px 10px 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: #D4AF37;
}

.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: 9px;
    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: 456px) {
  .menu-btn {
    top: 9px;
}
}

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

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

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

@media (max-width: 767px) {
  #society-main .content-area {
    padding: 25px 5px 100px !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: 20vh;
  padding: 12px 0;
  border-top: #203749 solid 1px;
}

/* -- 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: #f4a20b;
  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;
}

/* -- 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;
  background: #F9F9F9 !important;
}

#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: 500;
  text-decoration: none !important;
  background-color: #fffffd;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #eee;
  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: #444;
  font-size: 14px;
  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: block;
  width: 100%;
  padding: 10px 7px;
  display: flex;
  align-items: flex-start; /* 左上で揃えます */
}

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

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

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

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

.material-icons.md-1em {
  font-size: 1em;
}

.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;
  pointer-events: none !important;
  cursor: default !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: #D4AF37 !important;
  text-decoration: none !important;
}

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

#society-aside .posd {
  margin: 22px 0 0;
  padding: 0 !important;
}

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

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

#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: #444;
  list-style: none;
  font-size: 0.85rem;
}

#society-aside ul.secretariat li {
  line-height: 1.25;
  padding: 0 3px 0;
}
#society-aside ul.secretariat li:nth-child(1) {
  color: #444;
  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: #444;
  font-size: 0.85rem;
  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 -------------------------------------------------------- */

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

.info dl:first-child{
  padding-top:1.5rem ;
}

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

.info dt {
  line-height: 1.25;
  padding-left: 0.25rem;
  padding-bottom: 0.35em;
}

.info dd {
  line-height: 1.25;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (max-width: 767px) {
  .info dl {
    display: block;
    padding: 0.25em 0;
    border-bottom: 1px solid #ccc;
  }

  .info > dl:first-child{
    margin-top:0!important ;
  }
  
  
  .info dt,
  .info dd {
    line-height: 1.25;
    padding-left: 0.25rem;
  }
  
  .info dt {
    padding-bottom: 0.35em;
  }
}

/* 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;
}

.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.8 !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;
  }


  /* Bootstrap 4 の btn-primary カラーをカスタマイズ */
.btn-primary {
  background-color: #003366;
  border-color: #003366;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #002244; /* ホバーやフォーカス時に少し暗い色を使用 */
  border-color: #002244;
}
