.btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid #9b0000;
  font-weight: 600;
  padding: 10px 40px;
  margin-top: 20px;
  margin-bottom: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #9b0000;
  text-decoration: none !important;
}

.btn.float:hover {
  background-color: #9b0000;
  color: white;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.batu {
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 0;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #0c0c0c;
}

.batu::before, .batu::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: 0;
  left: 14%;
  background: white;
}

.batu::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

body {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.5;
}

.font-sm, .content {
  font-size: 16px;
}

.font-lr {
  font-size: 24px;
}

.font-md, .zennnichi34th__name {
  font-size: 21px;
}

.mt-lg {
  margin-top: 100px;
}

.mt-md {
  margin-top: 60px;
}

.mt-sm, .next {
  margin-top: 30px;
}

.mb-lg {
  margin-bottom: 60px;
}

.mb-sm, .next {
  margin-bottom: 30px;
}

.pb-lg {
  padding-bottom: 60px;
}

.pb-sm {
  padding-bottom: 30px;
}

.header {
  position: fixed;
}

.header.sp {
  z-index: 100;
  background: transparent;
  padding: 4.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  width: 100vw;
}

.header.sp a {
  width: 40vw;
}

.mobile-menu-icon {
  background-color: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  margin-right: 10vw;
}

.mobile-menu-icon > span {
  background-color: #0c0c0c;
  height: 0.7vw;
  display: block;
  margin-bottom: 1.63vw;
}

.mobile-menu-icon > span:first-child {
  margin-top: 0.47vw;
}

.mobile-menu-icon > span:nth-child(1) {
  width: 8.64vw;
}

.mobile-menu-icon > span:nth-child(2) {
  width: 6.78vw;
}

.mobile-menu-icon > span:nth-child(3) {
  width: 4.92vw;
}

.mobile-menu-icon > span:nth-child(4) {
  width: 3.06vw;
}

.menu {
  position: fixed;
  visibility: hidden;
  top: 0;
}

.open-menu {
  visibility: visible;
  background-color: #0c0c0c;
  color: white;
  position: fixed;
  z-index: 200;
  width: 100%;
}

.mobile-rogo {
  margin-left: 20px;
  padding-top: 20px;
}

.mobile-rogo > .rogo {
  width: 40%;
}

.mobile-rogo > .batu {
  float: right;
  margin-right: 20px;
}

.page {
  text-align: center;
  font-size: 16px;
  margin-top: 70px;
  padding-bottom: 70px;
}

.page > a {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  vertical-align: top;
  margin-right: 15px;
  text-decoration: none;
  color: white;
}

.page > a.red_menu {
  color: #9b0000;
}

#cover.black {
  height: 500px;
  background-color: black;
  position: fixed;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 150;
}

.content {
  padding-top: 18vw;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 400px) {
  .content {
    font-size: 75%;
  }
}

.zennnichi34th {
  width: 100%;
}

.zennnichi34th__texts {
  width: 100%;
  margin: 0 auto;
}

.zennnichi34th__table {
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}

.zennnichi34th__table tr th {
  width: 100px;
}

.zennnichi34th__name > a {
  color: #4d4d4d;
  text-decoration: underline;
}

.br {
  border-right: 1px;
  border-color: #0c0c0c;
  border-style: solid;
}

.bt {
  border-top: 1px;
  border-color: #0c0c0c;
  border-style: solid;
}

.red {
  border-bottom: 1px;
  border-color: #9b0000;
  border-style: solid;
}

.red-br {
  border-right: 1px #0c0c0c solid;
  border-bottom: 1px #9b0000 solid;
}

.next {
  display: block !important;
  text-align: center;
}

.next > a {
  color: #0c0c0c;
  text-decoration: underline;
}

.dantai1st {
  border: 1px;
  border-color: #0c0c0c;
  border-style: solid;
  padding-top: 10px;
  text-align: center;
  width: 95%;
}

@media (max-width: 600px) {
  .dantai1st {
    font-size: 14px;
  }
}

@media (max-width: 600px) and (max-width: 500px) {
  .dantai1st {
    font-size: 12px;
  }
}

@media (max-width: 600px) and (max-width: 500px) and (max-width: 400px) {
  .dantai1st {
    font-size: 8px;
  }
}

.dantai1st th {
  border: 1px;
  border-color: #0c0c0c;
  border-style: solid;
  width: 3.5em !important;
}

.dantai1st td {
  border: 1px;
  border-color: #0c0c0c;
  border-style: solid;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 500px) {
  .dantai1st td:nth-child(3) {
    min-width: 5em;
  }
}

.dantai1sttitle {
  background-color: #cccccc;
}

.pt {
  padding-top: 10px;
}

.pb {
  padding-bottom: 10px;
}

.pl {
  padding-left: 30px;
}

.footer-pc {
  display: none;
}

.footer-sp {
  width: 100%;
}

.footer-sp > .whiteback {
  background-color: white;
  text-align: center;
  padding-top: 7vw;
  margin-bottom: -2vw;
}

.footer-sp > .whiteback > .black-triangle {
  position: relative;
}

.footer-sp > .whiteback > .black-triangle > .black_tri {
  width: 30vw;
}

.footer-sp > .whiteback > .black-triangle > .glay-triangle {
  position: absolute;
  top: 3vw;
  margin-left: -19%;
}

.footer-sp > .whiteback > .black-triangle > .glay-triangle > .glay {
  width: 7vw;
}

.footer-sp > .footer-inner {
  background-color: #0c0c0c;
  color: white;
  text-align: center;
  font-size: 3.3vw;
}

.footer-sp > .footer-inner > .footer-content > .toplink {
  padding-top: 7vw;
}

.footer-sp > .footer-inner > .footer-content > .toplink > a {
  margin-left: 2vw;
  text-decoration: none;
  color: white;
}

.footer-sp > .footer-inner > .footer-content > .logo-item {
  margin-top: 7vw;
  margin-bottom: 5vw;
}

.footer-sp > .footer-inner > .footer-content > .logo-item > img {
  width: 80vw;
}

.footer-sp > .footer-inner > .footer-content > .renraku-sp > .SNS > .SNS-inner > .twitter img {
  width: 10.5vw;
}

.footer-sp > .footer-inner > .footer-content > .renraku-sp > .SNS > .SNS-inner > .insta {
  margin-left: 5vw;
  margin-right: 5vw;
}

.footer-sp > .footer-inner > .footer-content > .renraku-sp > .SNS > .SNS-inner > .insta img {
  width: 8.5vw;
}

.footer-sp > .footer-inner > .footer-content > .renraku-sp > .SNS > .SNS-inner > .mail img {
  width: 9vw;
}

.footer-sp > .footer-inner > .footer-content > .renraku-pc {
  display: none !important;
}

.footer-sp > .footer-inner > .footer-content > .copyright {
  margin-top: 5vw;
  padding-bottom: 5vw;
}
.toplink > .sennseki{
  text-decoration: underline;
    text-decoration-color: #cccccc;
    text-decoration-thickness: 2px;


}
@media (min-width: 900px) {
  a:hover{
    opacity: 0.5;
  }
  .font-sm-pc, .header, .content, .zennnichi34th, .shiai, .footer-pc {
    font-size: 24px;
    font-size: 1.66667vw;
  }
  .font-lr-pc, .zennnichi34th__name {
    font-size: 30px;
    font-size: 2.08333vw;
  }
  .font-md-pc {
    font-size: 28px;
    font-size: 1.94444vw;
  }
  .mt-lg-pc {
    margin-top: 100px;
  }
  .mt-md-pc, .zennnichi34th__name {
    margin-top: 60px;
  }
  .mt-sm-pc {
    margin-top: 30px;
  }
  .mb-lg-pc {
    margin-bottom: 60px;
  }
  .mb-sm-pc {
    margin-bottom: 30px;
  }
  .pb-lg-pc {
    padding-bottom: 60px;
  }
  .pb-sm-pc, .zennnichi34th__name > div {
    padding-bottom: 30px;
  }
  a {
    text-decoration: none;
  }
  .header {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    height: 10vw;
    background-color: #0c0c0c;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
  }
  .header__ul {
    display: block;
    padding-top: 2.1vw;
    float: right;
  }
  .header__ul > li:nth-child(3){
    text-decoration: underline;
    text-decoration-color: #cccccc;
    text-decoration-thickness: 2px;
  }
  .header__li {
    display: inline-block;
    padding-left: 1.7vw;
  }
  .header__li > a {
    color: white;
    text-decoration: none;
    font-size: 1.66667vw;
  }
  .header .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
  }
  .header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav {
    overflow: hidden;
    width: 50%;
  }
  .header__icon {
    text-align: right;
    padding: 0.7vw;
    height: 3.6vw;
  }
  .header__icon > a {
    padding-left: 1.5vw;
    height: 100%;
  }
  .header__icon > a > img {
    height: 100%;
  }
  .content {
    padding-top: 8em;
    padding-left: 100px;
    padding-right: 100px;
  }
  .zennnichi34th__texts {
    width: 100%;
    margin: 0 auto;
  }
  .zennnichi34th__table {
    margin: 0 auto;
    line-height: 2.5;
  }
  .zennnichi34th__table tr {
    width: 100%;
  }
  .zennnichi34th__table tr th {
    width: 200px;
    text-align: center;
  }
  .zennnichi34th__table tr td {
    width: 800px;
  }
  .zennnichi34th__name {
    padding-left: 120px;
    padding-top: 60px;
    line-height: 2;
  }
  .zennnichi34th__kaisei > a {
    color: #0c0c0c;
    text-decoration: underline;
  }
  .dantai1st th {
    width: 300px !important;
    padding-bottom: 5px !important;
  }
  .dantai1st td {
    padding-bottom: 5px !important;
  }
  .dantai1st__title th {
    background-color: #cccccc;
  }
  .dantai1st__title td {
    background-color: #cccccc;
  }
  .next {
    display: none !important;
  }
  .shiai {
    text-decoration: underline;
    color: #4d4d4d;
  }
  .red {
    border-bottom: 1px;
    border-color: #9b0000;
    border-style: solid;
    padding-left: 120px;
  }
  .br {
    border-right: 1px;
    border-color: #0c0c0c;
    border-style: solid;
  }
  .bt {
    border-top: 1px;
    border-color: #0c0c0c;
    border-style: solid;
  }
  .pl {
    padding-left: 60px;
  }
  .footer-sp {
    display: none !important;
  }
  .footer-pc {
    display: block;
    width: 100%;
    color: white;
  }
  .footer-pc > .triangle-1 {
    margin: 0 auto;
    width: 160px;
    height: 100px;
    position: relative;
    z-index: 0;
  }
  .footer-pc > .triangle-1::after {
    border: 80px solid transparent;
    border-bottom-color: #0c0c0c;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -80px;
  }
  .footer-pc > .triangle-1 > .moji {
    position: absolute;
    z-index: 30;
    color: #939393;
    font-size: 18px;
    text-align: center;
    z-index: 30;
    display: block;
    margin-top: 75px;
    margin-left: 18px;
  }
  .footer-pc > .triangle-1 > .triangle-2 {
    padding-top: 35px;
    margin: 0 auto;
    width: 32px;
    height: 24px;
    position: relative;
    z-index: 20;
  }
  .footer-pc > .triangle-1 > .triangle-2:after {
    border: 16px solid transparent;
    border-bottom-color: #939393;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    top: 20px;
    left: 80px;
  }
  .footer-pc > .footer-inner {
    background-size: cover;
    background-color: #0c0c0c;
    text-align: center;
    position: relative;
  }
  .footer-pc > .footer-inner > .footer-content {
    display: inline-block;
    padding: 30px;
    width: 60%;
  }
  .footer-pc > .footer-inner > .footer-content > .toplink {
    margin: 1em;
  }
  .footer-pc > .footer-inner > .footer-content > .toplink > a {
    color: white;
    padding: 0.5em;
  }
  .footer-pc > .footer-inner > .footer-content > .logo-item {
    width: 100%;
  }
  .footer-pc > .footer-inner > .footer-content > .logo-item > img {
    width: 75%;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-sp {
    display: none;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px;
    padding: 1em;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-pc > .SNS {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5em;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-pc > .SNS > .SNS-inner {
    margin: 0 auto;
    width: 80%;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-pc > .SNS > .SNS-inner > a {
    width: 20%;
    padding-right: 1em;
    padding-left: 1em;
    height: 100%;
  }
  .footer-pc > .footer-inner > .footer-content > .renraku-pc > .SNS > .SNS-inner > a > img {
    height: 100%;
  }
  .footer-pc > .footer-inner > .footer-content > .copyright {
    padding: 0.5em;
  }
}

.pc {
  display: none !important;
}

.sp {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (min-width: 900px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=senseki_individual_style.css.map */