@charset "utf-8";

.sphide {
  display: none;
}

.spbr {
  display: block;
}





/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.tophdlogo {
  display: none;
}

#head_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 999;
  height: 50px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
}

#head_wrap .logo img {
  width: 200px;
  height: auto;
  display: none;
}

#global-nav {
  position: relative;
  right: 0;
  top: 0;
  width: 720px;
  margin: 0 auto;
}

#global-nav ul {
  list-style: none;
  margin: 0;
  display: block;
}

#global-nav ul li {
  padding: 0px;
}

#global-nav ul li:last-child {
  border-right: none;
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: 400;
}

#global-nav ul li a:hover {
  color: #D4D82B;
}

/* Fixed */
#head_wrap.fixed {
  height: auto;
  margin-top: 0;
  top: 0;
  position: fixed;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  float: left;
}

#head_wrap.fixed .logo img {
  width: 200px;
  height: auto;
  display: block;
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#head_wrap {
  top: 0;
  position: fixed;
  margin-top: 0;
  width: 100%;
  padding: 0;
}

#head_wrap .inner {
  width: 100%;
  padding: 0;
}

#head_wrap .fixed {
  padding-top: 0;
  background: transparent;
}

#mobile-head {
  /*background: rgba(255,255,255,.9);*/
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}

#head_wrap #mobile-head h2 {
  display: none;
}

#head_wrap.fixed #mobile-head {
  background-color: #fff;
  border-bottom: solid 1px;
}

#head_wrap.fixed #mobile-head h2 {
  padding: 5px 0 0 10px;
  display: block;
}

#head_wrap.fixed #mobile-head h2 img {
  width: auto;
  height: 40px;
}

#head_wrap.fixed .logo,
#head_wrap .logo {
  position: absolute;
}

#global-nav {
  position: absolute;
  top: -90vh;
  background: rgb(28 28 28 / 90%);
  width: 100%;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#head_wrap.fixed #global-nav {
  top: -90vh;
  background: rgb(28 28 28 / 90%);
}

#global-nav #navi ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 4vw;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #fff;
  border-top: solid 1px #fff;
}

#global-nav #navi ul li {
  float: none;
  position: static;
  text-align: center;
}

#global-nav #navi ul li.half {
  width: 50%;
  float: left;
  border-right: solid 1px #fff;
}

#global-nav #navi ul li.clr {
  clear: both;
}

#global-nav #navi ul li.has-child i {
  font-style: normal;
  text-align: left;
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 3vw;
  border-bottom: solid 1px #fff;
}

#global-nav #navi ul li.has-child.active i {
  border-bottom: solid 1px #fff;
}

#global-nav #navi ul li.has-child ul {
  display: none;
}

#global-nav #navi ul li.has-child.active ul {
  display: block;
}

#global-nav #navi ul li.has-child.active ul li a {
  padding-left: 8vw !important;
}

#global-nav #navi ul li.has-child i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 7vw;
  margin-top: 2vw;
}

#global-nav #navi ul li.has-child.active i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7vw;
  margin-top: 3vw;
}

#head_wrap #global-nav #navi ul li a,
#head_wrap.fixed #global-nav #navi ul li a {
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 8vw;
  color: #fff;
  text-align: left;
  font-size: 4vw;
  border-bottom: solid 1px;
}

#head_wrap #global-nav #navi ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  padding-top: 1%;
  margin-top: 6%;
  margin-left: 10px;
}

#navi ul li.gray::before,
#navi ul li.has-child::before {
  content: none !important;
}

#navi ul li.gray span {
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 3vw;
  text-align: left;
  font-size: 4vw;
  border-bottom: solid 1px #fff;
  color: #7F7F7F;
}

#nav-toggle {
  display: block;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#head_wrap.fixed #nav-toggle span {
  background: #093B94;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#head_wrap.fixed.open #global-nav {
  /*top: -58vh !important;*/
}

.open #global-nav {
  -moz-transform: translateY(7vw);
  -webkit-transform: translateY(7vw);
  transform: translateY(7vw);
  padding-top: 10%;
  top: 0vh !important;
}
















@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

#navi {
  width: 95%;
  background-color: #171717;
  margin: 5% auto;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

#navi ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  display: inline-block;
  font-weight: 400;
}

#navi li.has-child>a {
  display: none !important;
}

#navi ul ul {
  margin: 0 !important;
}



.shop {
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
}

.shop h1 {
  text-align: center;
  margin: 8vw 0 11vw;
  font-size: 5vw;
}

.shop h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #BC0E11;
}

.shop h1 {
  line-height: 1.6;
}

.shop h1 span {
  font-size: 5vw;
  display: block;
}

.shop h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #BC0E11;
}

.shop h1+p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.shop h2 {
  margin-top: 8vw;
  text-align: center;
}

.shop h2+p {
  font-size: 3.8vw;
  text-align: center;
  line-height: 2;
}

.shop h3 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 8px 50px 8px 50px;
  font-size: 5vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
  text-wrap: auto;
}

.shop h3::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.shop h3+p {
  font-size: 3.8vw;
  padding: 3% 0 4%;
}

.shop h4 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 2vw 0px 2vw 7vw;
  font-size: 4.8vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
}

.shop h4::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.shop h4+p {
  font-size: 3.8vw;
  padding: 3% 0;
}

.shop h5 {
  margin-top: 5%;
  text-align: left;
  font-size: 4vw;
  line-height: 2;
  width: 97%;
  margin: 0 auto;
  color: #104f5f;
}

.shop h5 {
  position: relative;
  border-bottom: solid 4px gray;
}

.shop h5::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 4px #226373;
  bottom: -4px;
  width: 20%;
}

.shop h5+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 3% auto 8%
}

.shop h6 {
  font-size: 3.8vw;
  font-weight: bold;
  border-bottom: double;
  width: 93%;
  margin: 0 auto;
  display: inline;
}

.shop h6+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 10px auto 30px;
}

.shop .btn+p {
  font-size: 16px;
  width: 90%;
  margin: 0px auto 40px;
}

.shop .btn a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 92%;
  margin: 5% auto;
  padding: 3vw 0;
  border-radius: 100vh;
  border-bottom: 7px solid #042257;
  background: #093B94;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}

.shop .btn a:hover {
  margin-top: 5%;
  border-bottom: 1px solid #093B94;
  color: #fff;
}

.shop form {
  margin-top: 3%;
  margin-bottom: 15%;
}

.shop form input {
  padding: 5px;
  margin: 0 auto 10px;
  display: block;
}

.shop form button {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  line-height: 1.8;
  font-size: 20px;
  text-decoration: none;
  width: 230px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

.shop h5+.btn {
  margin-top: 6vw;
}

.shop .ticketbox_1 {
  width: 100%;
  margin: 5vw auto;
}

.shop .ticketbox_1 table {
  border-collapse: collapse;
  background-color: #fff;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.shop .ticketbox_1 table th {
  text-align: center;
  padding: 2vw;
  background-color: #093B94;
  color: #fff;
}

.shop .ticketbox_1 table td {
  padding: 2vw;
  border: solid 1px #000;
  text-align: right;
}

.shop .ticketbox_1 table td.price {
  font-weight: bold;
}

.shop .ticketbox_1 table td.price2 {
  color: red;
  font-weight: bold;
  font-size: 5vw;
}

.shop .ticketbox_2 {
  width: 100%;
  margin: 5vw auto;
}

.shop .ticketbox_2 h6 {
  text-align: center;
  margin: 3vw auto 0;
  display: block;
  border: none;
  width: 100%;
  background-color: #093B94;
  color: #fff;
  padding: 2vw;
}

.shop .ticketbox_2 h6+p {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 3vw;
  font-size: 3.5vw;
}

.shop .ticketbox_2 table {
  border-collapse: collapse;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
}

.shop .ticketbox_2 table th {
  text-align: center;
  border: none;
  padding: 2vw;
  background-color: #093B94;
  color: #fff;
}

.shop .ticketbox_2 table td {
  padding: 2vw;
  border: none;
  text-align: right;
}

.shop .ticketbox_2 table td.price {
  font-weight: bold;
}

.shop .ticketbox_2 table td.price2 {
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.shop .ticketbox_2 table tr:nth-of-type(odd) {
  background-color: #F8FBE5;
}

.shop .ticketbox_2 table+div {
  margin: 5vw 0 1vw;
  font-size: 4.5vw;
  font-weight: bold;
  color: red;
}

.shop p span {
  color: red;
}










.about {
  padding-top: 56px;
  width: 100%;
  margin: 0 auto;
}

.about h1 {
  position: relative;
  text-align: center;
  display: block;
  padding: 0 55px;
  margin: 8% auto 10%;
  width: 80vw;
  font-size: 6vw;
  font-weight: bold;
}

.about h1:before,
.about h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20vw;
  ;
  height: 1px;
  background-color: black;
}

.about h1:before {
  left: 0;
}

.about h1:after {
  right: 0;
}

.about dl {
  width: 90%;
  margin: 0 auto;
}

.about dl dt {
  font-weight: bold;
  font-size: 4vw;
  padding: 5px 5px 5px 15px;
  color: #494949;
  background: #f5f5f5;
  border-left: solid 5px #093B94;
}

.about dl dd {
  padding: 3% 0px 12% 0px;
  font-size: 3.8vw;
}

.about dl dd dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about dl dd dl dt {
  width: 30%;
  border: none;
  background-color: #fff;
  padding: 0 0 0 0;
  text-align: left;
  line-height: 2;
}

.about dl dd dl dd {
  width: 60%;
  padding: 0;
  line-height: 2;
}

.about dl dd p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.about dl dd ul {
  padding: 0;
  margin-left: 5%;
  margin-top: 5%;
  list-style: decimal;
}

.about dl dd ul li {
  font-size: 3.8vw;
  line-height: 1.8;
}

.about h2 {
  position: relative;
  text-align: center;
  display: block;
  padding: 0 55px;
  margin: 6% auto 10%;
  width: 90vw;
  font-size: 5vw;
  font-weight: bold;
}

.about h2:before,
.about h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15vw;
  height: 1px;
  background-color: black;
}

.about h2:before {
  left: 0;
}

.about h2:after {
  right: 0;
}

.about .privacy {
  width: 90%;
  margin: 0 auto 10%;
  border: solid 1px;
  padding: 2vw;
  overflow-y: auto;
  height: 50vw;
  font-size: 3.3vw;
  background-color: #f3f3f3;
}

.pp {
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
}

.pp h1 {
  text-align: center;
  margin: 8vw 0 15vw;
  font-size: 7vw;
}

.pp h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #BC0E11;
}

.pp h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #BC0E11;
}

.pp h1+p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.pp .imgphoto {
  width: 100%;
  margin: 5% auto 0;
}

.pp .imgphoto img {
  width: 100%;
  height: auto;
}

.pp h2 {
  margin-top: 5vw;
  text-align: center;
  font-size: 4.3vw;
  line-height: 1.8;
}

.pp .rule {
  position: relative;
  margin-top: 12vw;
  padding: 20px;
  text-align: left;
  border: 3px solid #BC0E11;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
}

.pp .rule:before {
  font-size: 5vw;
  position: absolute;
  top: -10vw;
  left: -3px;
  height: 10vw;
  padding: 1% 5%;
  content: '大会ルール';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #BC0E11;
}

.pp .rule p {
  font-size: 4.5vw;
  padding-bottom: 3%;
}

.pp .rule ul {
  margin: 0;
  padding-left: 8%;
}

.pp .rule ul li {
  font-size: 4vw;
  line-height: 1.3;
  padding-bottom: 3.5vw;
  color: #BC0E11;
}

.pp .com {
  margin: 5% 1% 8%;
  font-size: 4vw;
  line-height: 2;
}

.pp .com2 {
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 8%;
  color: #BC0E11;
}

.pp .entry {
  margin-bottom: 20%;
}

.pp .entry a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 90%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 7px solid #093B94;
  background: #05874c;
  ;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
}

.pp .entry a:hover {
  margin-top: 6px;
  border-bottom: 1px solid #093B94;
  color: #fff;
}

.at {
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
}

.at h1 {
  text-align: center;
  margin: 8vw 0 11vw;
  font-size: 7vw;
}

.at h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #BC0E11;
}

.at h1 {
  line-height: 1.6;
}

.at h1 span {
  font-size: 5vw;
  display: block;
}

.at h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #BC0E11;
}

.at h1+p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.at h2 {
  margin-top: 8vw;
  text-align: center;
}

.at h2+p {
  font-size: 3.8vw;
  text-align: center;
  line-height: 2;
}

.at .qualification {
  width: 97%;
  margin: 4% auto 5%;
  list-style: none;
  border: solid 2px #104f5f;
  background-color: #fff;
  padding: 3% 5%;
}

.at .qualification li {
  font-size: 5vw;
  font-weight: bold;
  color: #104f5f;
}

.at h3 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 8px 50px 8px 50px;
  font-size: 5vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
}

.at h3::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.at .imgphoto {
  width: 95%;
  margin: 5% auto;
}

.at .imgphoto img {
  width: 100%;
  height: auto;
}

.at .schedule+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 0 auto;
}

.at .schedule {
  width: 100%;
  margin: 5% auto;
  padding-left: 5%;
}

.at .schedule li {
  font-size: 3.8vw;
  padding-bottom: 2%;
}

.at .schedule li img {
  width: 100%;
  height: auto;
  margin-top: 2%;
}

.at .schedule table {
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.at .schedule table th {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  background-color: #A7A7A7;
  border: solid 1px;
  color: #000;
}

.at .schedule table td {
  font-size: 15px;
  padding: 5px;
  border: solid 1px;
  text-align: center;
}

.at h4 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 2vw 0px 2vw 7vw;
  font-size: 4.8vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
}

.at h4::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.at h4+p {
  font-size: 3.8vw;
  padding: 3% 0;
}

.at h5 {
  margin-top: 5%;
  text-align: left;
  font-size: 4vw;
  line-height: 2;
  width: 97%;
  margin: 0 auto;
  color: #104f5f;
}

.at h5 {
  position: relative;
  border-bottom: solid 4px gray;
}

.at h5::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 4px #226373;
  bottom: -4px;
  width: 20%;
}

.at h5+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 3% auto 8%
}

.at p.com {
  width: 97%;
  margin: 0 auto;
  color: #D75658;
  font-size: 3.8vw;
}

.at ul.rights {
  width: 100%;
  margin: 3% auto 0;
  padding-left: 5%;
}

.at ul.rights li {
  font-size: 3.8vw;
  padding-bottom: 2%;
}

.at ul.rights+p {
  font-size: 3.8vw;
  padding: 1% 0 5%;
}

.at a.pbtn {
  color: #c3a62d;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #c3a62d;
  box-shadow: 0 5px 0 #c3a62d;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.at a.pbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #c3a62d;
}

.at a.dbtn {
  color: #b9b9b9;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #b9b9b9;
  box-shadow: 0 5px 0 #b9b9b9;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.at a.dbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #b9b9b9;
}

.at a.jbtn {
  color: #479773;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #479773;
  box-shadow: 0 5px 0 #479773;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.at a.jbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #479773;
}



.b-league {}

.b-league ul {
  list-style: none;
  padding-left: 2%;
}

.b-league ul li {
  font-size: 4vw;
}

.b-league h2+p {
  text-align: left;
}

.b-league h3+p {
  padding: 5% 4% 8% 4%;
  font-size: 4vw;
}

.b-league h1 {
  line-height: 1.6;
}

.b-league h1 span {
  font-size: 5vw;
  display: block;
}


.protest {
  padding-top: 56px;
  padding-bottom: 8%;
}

.protest h1 {
  width: 80%;
  margin: 8% auto 12%;
  text-align: center;
  font-size: 6vw;
  color: #093B94;
  position: relative;
  padding: 3vw;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}

.protest h1:before,
.protest h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #000;
}

.protest h1:before {
  left: 7px;
}

.protest h1:after {
  right: 7px;
}

.protest h1+p {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #BC0E11;
  padding-bottom: 5%;
}

.protest h1+p span {
  display: block;
  font-size: 3.5vw;
}

.protest h2 {
  border-bottom: solid 3px #BCBCBC;
  position: relative;
  padding-bottom: 2vw;
  color: #093B94;
  width: 90%;
  margin: 6% auto 0;
  font-size: 5vw;
}

.protest h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #093B94;
  bottom: -3px;
  width: 30%;
}

.protest h2+p {
  font-size: 3.6vw;
  line-height: 1.8;
  padding: 2% 5% 0;
  padding-bottom: 5%;
}

.protest h2+p span {
  color: #BC0E11;
  font-size: 3.3vw;
}

.protest h2+p span.style_1 {
  font-size: 4vw;
  font-weight: bold;
}

.protest a.ebtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 90%;
  margin: 5% auto;
  padding: 3vw 0;
  border-radius: 100vh;
  border-bottom: 7px solid #093B94;
  background: #2d60bb;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}

.protest a.ebtn:hover {
  margin-top: 6px;
  border-bottom: 1px solid #093B94;
  color: #fff;
}

.protest .stepbar {
  margin: 0 auto 10%;
  width: 80%;
}

.protest .stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.protest .stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.protest .stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #093B94;
}

.protest .stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 4vw;
  color: #093B94;
  font-weight: bold;
}

.protest .stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.protest .stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 1vw 0;
  font-weight: bold;
  font-size: 5vw;
  padding: 0;
}

.protest .stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 4vw;
}

.protest .stepbar .stepbarwrap .steptxt .imgphoto2 {
  padding: 5% 0;
}

.protest .stepbar .stepbarwrap .steptxt .imgphoto2 img {
  width: 80%;
  height: auto;
}

.protest .stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #093B94;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.protest .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.protest h3 {
  padding: 4px 5px;
  margin: 8% 5% 2%;
  background: transparent;
  border-left: solid 5px #093B94;
  font-size: 4vw;
  color: #093B94;
}

.protest h5 {
  font-size: 4.5vw;
  margin: 20px 5% 0;
  color: #BC0E11;
}

.protest h6 {
  font-size: 4.5vw;
  margin: 20px 5% 0;
}

.protest p {
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 0 5%;
}

.protest p span.style_2 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.protest p span.style_3 {
  color: #BC0E11;
}

.protest p span.style_4 {
  font-size: 5vw;
  display: inline-block;
  padding: 3vw 0 1vw;
  color: #FF0004;
}

.protest ul.vc {
  list-style: none;
  margin: 2vw 5vw 2vw 5vw;
  padding: 0;
}

.protest ul.ci {
  margin: 0 0 5vw;
}

.protest ul.sn {
  list-style: decimal;
  margin: 0;
}

.protest table {
  border-collapse: collapse;
  margin: 4% 5%;
}

.protest table th {
  border: solid 1px;
  padding: 1vw;
  background-color: #eee;
  font-size: 3.8vw;
}

.protest table td {
  border: solid 1px;
  padding: 1vw 2vw;
  text-align: center;
  font-size: 3.8vw;
}

.protest table td.right {
  text-align: right;
}

.protest .pt_box {
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 5% 2%;
  background-color: #fdf3e6;
  width: 95%;
  margin: 0 auto;
}

.protest .pt_box h4 {
  font-size: 4vw;
  padding-bottom: 1vw;
}

.protest .pt_box p {}

.protest table.pt_table {
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.campaign {}

.campaign {
  padding-top: 56px;
  padding-bottom: 8%;
}

.campaign h1 {
  width: 80%;
  margin: 8% auto 12%;
  text-align: center;
  font-size: 6vw;
  color: #C3A62D;
  position: relative;
  padding: 3vw;
  border-top: solid 2px #C3A62D;
  border-bottom: solid 2px #C3A62D;
}

.campaign h1:before,
.campaign h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #C3A62D;
}

.campaign h1:before {
  left: 7px;
}

.campaign h1:after {
  right: 7px;
}

.campaign h1+p {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #C3A62D;
  padding-bottom: 5%;
}

.campaign h1+p span {
  display: block;
  font-size: 3.5vw;
}

.campaign h2 {
  border-bottom: solid 3px #BCBCBC;
  position: relative;
  padding-bottom: 2vw;
  color: #093B94;
  width: 90%;
  margin: 6% auto 0;
  font-size: 5vw;
}

.campaign h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #093B94;
  bottom: -3px;
  width: 30%;
}

.campaign h2+p {
  font-size: 3.6vw;
  line-height: 1.8;
  padding: 2% 5% 0;
  padding-bottom: 5%;
}

.campaign h2+p span {
  color: #BC0E11;
  font-size: 3.3vw;
}

.campaign h2+p span.style_1 {
  font-size: 4vw;
  font-weight: bold;
}

.campaign h3 {
  padding: 4px 5px;
  margin: 8% 5% 2%;
  background: transparent;
  border-left: solid 5px #093B94;
  font-size: 4vw;
  color: #093B94;
}

.campaign h5 {
  font-size: 4.5vw;
  margin: 20px 5% 0;
  color: #BC0E11;
}

.campaign h6 {
  font-size: 4.5vw;
  margin: 20px 5% 0;
}

.campaign p {
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 0 5%;
}

.campaign p span.style_2 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.campaign p span.style_3 {
  color: #BC0E11;
}

.campaign p span.style_4 {
  font-size: 5vw;
  display: inline-block;
  padding: 3vw 0 1vw;
  color: #FF0004;
}

.campaign ul {
  list-style: none;
  padding: 0;
  margin: 2vw 5vw 5vw;
}

.campaign ul li {
  font-size: 3.6vw;
}

.campaign ul+p {
  font-size: 3.6vw;
}

.members {}

.members {
  padding-top: 56px;
  padding-bottom: 8%;
}

.members h1 {
  width: 80%;
  margin: 8% auto 6%;
  text-align: center;
  font-size: 6vw;
  color: #093B94;
  position: relative;
  padding: 3vw;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}

.members h1:before,
.members h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #093B94;
}

.members h1:before {
  left: 7px;
}

.members h1:after {
  right: 7px;
}

.members input,
.members select {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
}

.members input#search {
  width: 40%;
}

.members button {
  margin: 5px;
  padding: 5px 15px;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
}

.members .control {
  margin-bottom: 20px;
}

.members .control label {
  margin-left: 15px;
}

.members .cgroup-a {
  display: block;
}

.members .cgroup-b {
  display: block;
}

.members #data-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  width: 95%;
  margin: 0 2vw 0 auto;
}

.members .card {
  border: 1px solid #9f9f9f;
  padding: 1vw;
  text-align: center;
  width: 23%;
  cursor: pointer;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.members .card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.members .card p {
  font-size: 2.6vw;
}

.members .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #000;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.members .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  text-align: left;
}

.members .modal-content .photo {
  text-align: center;
}

.members .modal-content .photo img {
  width: 280px;
  height: auto;
  border-radius: 10px;
}

.members .modal-content h2 {
  font-size: 4.5vw;
  font-weight: bold;
  padding: 22px 0 5px;
}

.members .modal-content h2 ruby {}

.members .modal-content h2 rt {
  font-size: 2.5vw;
}

.members .modal-content p {
  font-size: 3vw;
  line-height: 1.6;
}

.members .close-btn {
  color: #000;
  cursor: pointer;
  float: right;
  margin: -30px;
  background-color: #fff;
  border-radius: 90px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}





.tour {
  padding-top: 56px;
  padding-bottom: 8%;
}

.tour h1 {
  width: 80%;
  margin: 8% auto 8%;
  text-align: center;
  font-size: 6vw;
  color: #093B94;
  position: relative;
  padding: 3vw;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}

.tour h1:before,
.tour h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #000;
}

.tour h1:before {
  left: 7px;
}

.tour h1:after {
  right: 7px;
}

.tour h1+p {
  text-align: left;
  font-size: 4.5vw;
  font-weight: bold;
  color: #BC0E11;
  padding: 0 5% 5% 5%;
}

.tour h2 {
  border-bottom: solid 3px #BCBCBC;
  position: relative;
  padding-bottom: 2vw;
  color: #093B94;
  width: 90%;
  margin: 6% auto 0;
  font-size: 5vw;
}

.tour h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #093B94;
  bottom: -3px;
  width: 30%;
}

.tour h2+p {
  font-size: 3.6vw;
  line-height: 1.8;
  padding: 2% 5% 0;
}

.tour h2+p span {
  color: #BC0E11;
  font-size: 3.3vw;
}

.tour h2+p span.style_1 {
  font-size: 4vw;
  font-weight: bold;
}

.tour h2+ul {
  margin: 3% 5% 8% 1%;
}

.tour h2+ul li {
  font-size: 3.8vw;
  line-height: 1.5;
  padding-bottom: 0;
}

.tour h3 {
  padding: 1% 3%;
  display: block;
  margin: 0 5%;
}

.tour h3.mi {
  font-size: 4vw;
  color: #BC0E11;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #BC0E11;
  /*左線*/
}

.tour h3.mi+p {
  padding: 2% 5% 7%;
  font-size: 3.8vw;
}

.tour h4 {
  padding: 0 0 6%;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold !important;
}

.tour h4 a {
  color: crimson;
}

.tour .schedule {
  width: 96%;
  margin: 0 auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 3%;
  color: #535353;
}

.tour .schedule .item {
  width: 47%;
  margin-bottom: 5%;
}

.tour .schedule .item a {
  text-decoration: none;
}

.tour .schedule .item h3 {
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 2% 0 0;
  margin: 0;
}

.tour .schedule .item h3.announce {
  margin-bottom: 5px;
  text-align: center;
  background: #fef6ad;
  color: red;
}

.tour .schedule .item .photo {
  line-height: 1px;
}

.tour .schedule .item .photo img {
  width: 100%;
  height: auto;
}

.tour .schedule .item dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 0;
}

.tour .schedule .item dl dt {
  width: 25%;
  margin: 0;
  font-weight: bold;
  font-size: 3.3vw;
}

.tour .schedule .item dl dd {
  width: 75%;
  margin: 0;
  font-size: 3.3vw;
}

.tour .schedule .item .btn {
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
  font-size: 3vw;
  font-weight: bold;
  padding: 1vw 0;
  margin-top: 2vw;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px rgba(137, 137, 137, 0.09);
}

.tour .style_2 {
  text-align: left;
  font-size: 4vw;
}

.tour .style_2 span {
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1.4;
  color: #000;
}

.tour .entry {
  margin-bottom: 20%;
}

.tour .entry a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 90%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 7px solid #093B94;
  background: #05874c;
  ;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
}

.tour .entry a:hover {
  margin-top: 6px;
  border-bottom: 1px solid #093B94;
  color: #fff;
}



.tour_v {
  padding-top: 56px;
  padding-bottom: 8%;
}

.tour_v h1 {
  text-align: center;
  margin: 8vw 0 11vw;
  font-size: 4vw;
}

.tour_v h1 {
  position: relative;
  padding: 1vw 0 3vw;
  text-align: center;
  color: #BC0E11;
}

.tour_v h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #BC0E11;
}

.tour_v h1 span {
  display: block;
  color: #c3a62d;
  line-height: 3;
  font-size: 4vw;
}

.tour_v.division h1 span {
  color: #808080;
}

.tour_v.junior h1 span {
  color: #479773;
}

.tour_v h1+p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.tour_v h2 {
  width: 70%;
  margin: 8% auto 12%;
  text-align: center;
  font-size: 4vw;
  color: #093B94;
  position: relative;
  padding: 3vw;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}

.tour_v h2:before,
.tour_v h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #000;
}

.tour_v h2:before {
  left: 7px;
}

.tour_v h2:after {
  right: 7px;
}

.tour_v .spmsg {}

.tour_v .spmsg h6 {
  text-align: center;
  font-size: 4.4vw;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  color: red;
}

.tour_v .spmsg p {
  font-size: 3.6vw;
  padding: 3% 5% 4%;
  line-height: 1.6;
  color: #104f5f;
}

.tour_v dl.timeline {
  width: 98%;
}

.tour_v dl.timeline>dt {
  margin: 0;
  padding: 0.6em 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #333;
}

.tour_v dl.timeline>dt::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #333;
  position: absolute;
  top: 100%;
  left: 50%;
}

.tour_v dl.timeline>dd {
  padding: 48px 0 0;
}

.tour_v dl.timeline>dd ol {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.tour_v dl.timeline>dd ol li {
  width: 50%;
  position: relative;
  left: 50%;
}

.tour_v dl.timeline>dd ol li::before {
  content: "";
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}

.tour_v dl.timeline>dd ol li>dl>dt {
  position: absolute;
  right: calc(100.6%);
}

.tour_v dl.timeline>dd ol li>dl>dd dt {
  margin: 0 0 1em 20px;
  padding: 0.4em 0.6em;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  background: #fff;
  border: 1px solid #333;
}

.tour_v dl.timeline>dd ol li>dl>dd dt::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 100%;
  background: #333;
}

.tour_v dl.timeline>dd ol li>dl>dd dt::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 13px;
  left: -28px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.tour_v dl.timeline>dd ol li>dl>dd dd {
  padding: 0 0 10vw 20px;
  text-align: left;
  width: 65vw;
  display: inline-block;
}

.tour_v dl.timeline>dd ol li:nth-child(2n) {
  left: 0;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)::before {
  left: 100%;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dt {
  right: auto;
  left: calc(100.6%);
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt {
  margin: 0 20px 1em 0;
  text-align: right;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt::before {
  right: auto;
  left: calc(101%);
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt::after {
  left: auto;
  right: -29px;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dd {
  padding: 0 20px 2em 0;
  text-align: right;
}

.tour_v dl.timeline>dd ol li:last-child::before {
  height: 22px;
}

.tour_v dl.timeline {
  width: 95%;
  margin: 0 auto;
}

.tour_v dl.timeline>dt {
  margin: 0;
  padding: 0.5em 0;
  font-size: 4.5vw;
}

.tour_v dl.timeline>dt::after {
  content: "";
  height: 26px;
  left: 120px;
}

.tour_v dl.timeline>dd {
  padding: 24px 0 0;
}

.tour_v dl.timeline>dd ol li {
  width: calc(40%);
  left: 121px;
}

.tour_v dl.timeline>dd ol li::before {
  content: "";
}

.tour_v dl.timeline>dd ol li>dl>dt {
  font-size: 3.8vw;
  width: 30vw;
  text-align: right;
  padding-right: 2vw;
  font-weight: bold;
  line-height: 1.6;
}

.tour_v dl.timeline>dd ol li>dl>dt span {
  font-size: 3vw;
}

.tour_v dl.timeline>dd ol li>dl>dd dt {
  font-size: 4vw;
  margin: 0 0 1vw 21px;
  text-align: left;
  width: 53vw;
}

.tour_v dl.timeline>dd ol li>dl>dd dt::before {
  top: 18px;
}

.tour_v dl.timeline>dd ol li>dl>dd dt::after {
  content: "";
  width: 9px;
  height: 9px;
  top: 14px;
  left: -26px;
}

.tour_v dl.timeline>dd ol li:nth-child(2n) {
  left: 121px;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)::before {
  left: 0;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dt {
  right: calc(100.6%);
  left: auto;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt {
  margin: 0 0 1vw 21px;
  text-align: left;
  width: 53vw;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt::before {
  right: calc(101%);
  left: auto;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dt::after {
  left: -26px;
  right: auto;
}

.tour_v dl.timeline>dd ol li:nth-child(2n)>dl>dd dd {
  padding: 0 0 10vw 20px;
  text-align: left;
  width: 65vw;
  display: inline-block;
}

.tour_v>dl>dd ol li>dl>dd dd {
  padding: 0 0 2em 20px;
}

.tour_v>dl>dd ol li:nth-child(2n) {
  left: 0;
}

.tour_v>dl>dd ol li:nth-child(2n)::before {
  left: 100%;
}

.tour_v>dl>dd ol li:nth-child(2n)>dl>dt {
  right: auto;
  left: calc(100.6%);
}

.tour_v>dl>dd ol li:nth-child(2n)>dl>dd dt {
  margin: 0 20px 1em 0;
  text-align: right;
}

.tour_v>dl>dd ol li:nth-child(2n)>dl>dd dt::before {
  right: auto;
  left: calc(101%);
}

.tour_v>dl>dd ol li:nth-child(2n)>dl>dd dt::after {
  left: auto;
  right: -29px;
}

.tour_v>dl>dd ol li:nth-child(2n)>dl>dd dd {
  padding: 0 20px 2em 0;
  text-align: right;
}

.tour_v>dl>dd ol li:last-child::before {
  height: 22px;
}

.tour_v>dl>dd ol li>dl>dt span,
.tour_v>dl>dd ol li>dl>dd span {
  font-size: 2vw;
  display: block;
}

.tour_v p.option {
  width: 90%;
  margin: 0 auto 10vw;
  border: solid 2px #eee;
  background-color: #fff;
  padding: 2vw 3vw;
  font-size: 3.5vw;
}

.tour_v h3 {
  border-bottom: solid 3px #BCBCBC;
  position: relative;
  padding-bottom: 2vw;
  color: #093B94;
  width: 90%;
  margin: 6% auto 0;
  font-size: 5vw;
}

.tour_v h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #093B94;
  bottom: -3px;
  width: 30%;
}

.tour_v h3+p {
  font-size: 4vw;
  line-height: 1.8;
  padding: 2% 5%;
}

.tour_v h3+p span {
  color: #BC0E11;
  font-size: 3vw;
}

.tour_v h3+p.center {
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
  padding: 2% 5% 4%;
  color: #921215;
}

.tour_v h4 {
  font-weight: bold;
  font-size: 5vw;
  padding: 2% 5% 0
}

.tour_v h5 {
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  padding: 0;
  margin: 5% 0;
}

.tour_v table.prize {
  margin: 2% 5%;
}

.tour_v table.prize th {
  font-size: 5vw;
  text-align: center;
  padding-right: 2vw;
}

.tour_v table.prize .one td {
  font-size: 7vw;
  font-weight: bold;
}

.tour_v table.prize .sec td {
  font-size: 6vw;
  font-weight: bold;
}

.tour_v table.prize .thr td {
  font-size: 5vw;
  font-weight: bold;
}

.tour_v ul.flow {
  list-style: decimal;
}

.tour_v ul.flow li {
  line-height: 1.6;
  font-size: 3.8vw;
  padding: 0 8% 2% 0;
}

.tour_v ul.alert {}

.tour_v ul.alert li {
  font-size: 3.5vw;
  line-height: 1.5;
  padding: 0 8% 3% 0;
}

.tour_v ul.entry+p {
  padding: 0 5% 5%;
}

.tour_v ul.entry li {
  font-size: 3.5vw;
  line-height: 2;
  padding: 0 8% 3% 0;
}

.tour_v ul.entry li span {
  font-size: 4vw;
  font-weight: bold;
  border-bottom: double 5px #921215;
  color: #921215;
  display: block;
}

.tour_v a.ebtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 92%;
  margin: 5% auto;
  padding: 3vw 0;
  border-radius: 100vh;
  border-bottom: 7px solid #042257;
  background: #093B94;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}

.tour_v a.ebtn:hover {
  margin-top: 5%;
  border-bottom: 1px solid #093B94;
  color: #fff;
}

.tour_v span.gbtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 92%;
  margin: 5% auto;
  padding: 3vw 0;
  font-size: 4vw;
  border-radius: 100vh;
  border-bottom: 7px solid #494949;
  background: #808080;
  color: #CCCCCC;
}

.btn-g span.gbtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 92%;
  margin: 5% auto;
  padding: 3vw 0;
  font-size: 4vw;
  border-radius: 100vh;
  border-bottom: 7px solid #494949;
  background: #808080;
  color: #CCCCCC;
}

.tour_v a.pbtn {
  color: white;
  font-size: 4vw;
  font-weight: bold;
  background: linear-gradient(20deg, #0e4ca1, #1B2839, #053981);
  padding: 3vw;
  border: 3px solid #022455;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 5px 0 #022455;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 0 auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.tour_v a.pbtn:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 #c3a62d;
}

.tour_v a.dbtn {
  color: white;
  font-size: 4vw;
  font-weight: bold;
  background: linear-gradient(20deg, #054132, #0C2A26, #043428);
  padding: 3vw;
  border: 3px solid #091f1c;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 5px 0 #091f1c;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 0 auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.tour_v a.dbtn:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 #b9b9b9;
}

.tour_v a.jbtn {
  color: white;
  font-size: 4vw;
  font-weight: bold;
  background: linear-gradient(20deg, #EB9518, #BF271E, #EB9518);
  padding: 3vw;
  border: 3px solid #961d17;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 5px 0 #961d17;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 0 auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.tour_v a.jbtn:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 #479773;
}


#warapper .result {}

#warapper .result h3 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 3.3vw;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
}

#warapper .result h3 span {
  font-size: 4vw;
  color: #af1c3f;
}

#warapper .result h5+p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 3.5vw;
}

#warapper .result h5 {
  border-bottom: solid 3px #b9b9b9;
  position: relative;
  width: 90%;
  margin: 5% auto 3%;
  font-size: 4vw;
  line-height: 2;
}

#warapper .result h5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #565656;
  bottom: -3px;
  width: 30%;
}

#warapper .result h4 {
  position: relative;
  height: 40px;
  color: #404040;
  background: #cdb969;
  font-size: 4vw;
  font-weight: 600;
  width: 80%;
  margin: 5% auto 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-bottom: 2vw;
}

#warapper .result h4:before,
#warapper .result h4:after {
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  content: '';
  border: 20px solid #cdb969;
}

#warapper .result h4:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result h4 span {
  position: relative;
  display: block;
}

#warapper .result .btn {
  margin-top: 8%;
  margin-bottom: 15%;
}

#warapper .result .btn a {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  height: 12vw;
  line-height: 12vw;
  font-size: 4vw;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}

#warapper .result h3+p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}

#warapper .result .custum {
  width: 98%;
  margin: 0 auto;
}

#warapper .result h4+p {
  text-align: center;
  font-size: 3.8vw;
  line-height: 2;
  padding: 3%;
}

#warapper .result .custum table {
  width: 96%;
  border-collapse: collapse;
  margin: 0 auto;
  white-space: nowrap;
}

#warapper .result .custum table td {
  border: solid 1px #eee;
  background-color: #d1ddf3;
  text-align: center;
  font-size: 3.6vw;
  padding: 1vw;
}

#warapper .result .custum table td img {
  width: 7vw;
  height: auto;
}

#warapper .result .custum table .hd td {
  background-color: #093B94 !important;
  color: #fff;
  font-size: 3.6vw;
  padding: 2vw;
  font-weight: bold;
}

#warapper .result .custum table tr:nth-child(even) td {
  background-color: #b6c8e9;
}

#warapper .result .custum table+p {
  text-align: center;
  font-size: 4vw;
  padding-top: 2vw;
}

#warapper .result .custum .rank {
  width: 98%;
  margin: 5% auto 2%;
  text-align: left;
  font-size: 4vw;
}

#warapper .result .custum .rank+p {
  width: 98%;
  margin: 0px auto;
  text-align: left;
  font-size: 3.3vw;
}

#warapper .result .custum .full-table {
  padding-bottom: 18px;
}

#warapper .result .custum .photos {
  width: 100%;
  padding-top: 5%;
}

#warapper .result .custum .photos .photo {
  text-align: center;
}

#warapper .result .custum .photos .photo img {
  width: 90%;
  height: auto;
}

#warapper .result .custum .photos p {
  padding: 0 0 5%;
  font-size: 3.8vw;
  line-height: 1.8;
  text-align: center;
}

#warapper .result .custum .kessyo {
  flex-direction: column;
  /* padding-top: 20px; */
}

#warapper .result .custum .kessyo .item {
  width: 96%;
}

#warapper .result .custum .kessyo .item img {
  max-width: 80%;
  height: auto;
}

#warapper .result .custum .kessyo .item-photo {
  text-align: center;
}

.subtitle {
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
}

.kessyo-subtitle{
  /* margin-top: 20px; */
  /* text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 500; */
}

.yardage-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
}

.yardage-wrap img {
  max-width: 90%;
}

.yardage-wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95vw;
}

.yardage-wrap2 img {
  max-width: 90%;
}

#warapper .result .custum .sponsor_bana {
  background-color: #fff;
  width: 100%;
}

#warapper .result .custum .sponsor_bana h6 {
  text-align: center;
  font-size: 5vw;
  padding: 5% 0 0;
  margin: 0;
  line-height: 1;
}

#warapper .result .custum .sponsor_bana .bana {
  text-align: center;
}

#warapper .result .custum .sponsor_bana .bana img {
  width: 100%;
  height: auto;
}

#warapper .result .tright {
  text-align: right !important;
}

#warapper .result h4.style_1 {
  color: #fff;
  background: #093B94;
}

#warapper .result h4.style_1:before {
  border: 20.5px solid #093B94;
}

#warapper .result h4.style_1:after {
  border: 20.5px solid #093B94;
}

#warapper .result h4.style_1:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4.style_1:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result h4.style_2 {
  color: #2F2F2F;
  background: #C4C4C4;
}

#warapper .result h4.style_2:before {
  border: 20px solid #C4C4C4;
}

#warapper .result h4.style_2:after {
  border: 20px solid #C4C4C4;
}

#warapper .result h4.style_2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4.style_2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result h4.style_3 {
  color: #fff;
  background: #9b76c1;
}

#warapper .result h4.style_3:before {
  border: 20px solid #9b76c1;
}

#warapper .result h4.style_3:after {
  border: 20px solid #9b76c1;
}

#warapper .result h4.style_3:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4.style_3:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result h4.style_4 {
  color: #fff;
  background: #268BCB;
}

#warapper .result h4.style_4:before {
  border: 20px solid #268BCB;
}

#warapper .result h4.style_4:after {
  border: 20px solid #268BCB;
}

#warapper .result h4.style_4:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4.style_4:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result h4.style_5 {
  color: #fff;
  background: #F4A4A6;
}

#warapper .result h4.style_5:before {
  border: 20px solid #F4A4A6;
}

#warapper .result h4.style_5:after {
  border: 20px solid #F4A4A6;
}

#warapper .result h4.style_5:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#warapper .result h4.style_5:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#warapper .result .custum table.style_1 .hd td {
  background-color: #888888 !important;
  color: #fff;
}

#warapper .result .custum table.style_1 td {
  background-color: #E7E7E7;
}

#warapper .result .custum table.style_1 tr:nth-child(even) td {
  background-color: #D4D4D4;
}

#warapper .result .custum table.style_2 .hd td {
  background-color: #268BCB !important;
  color: #fff;
}

#warapper .result .custum table.style_2 td {
  background-color: #C9DCF0;
}

#warapper .result .custum table.style_2 tr:nth-child(even) td {
  background-color: #A6C5E6;
}

#warapper .result .custum table.style_3 .hd td {
  background-color: #F4A4A6 !important;
  color: #fff;
}

#warapper .result .custum table.style_3 td {
  background-color: #FBDBDC;
}

#warapper .result .custum table.style_3 tr:nth-child(even) td {
  background-color: #F7C6C9;
}

#warapper .result .custum table.style_5 .hd td {
  background-color: #9b76c1 !important;
  color: #fff;
}

#warapper .result .custum table.style_5 td {
  background-color: #C3B2D4;
}

#warapper .result .custum table.style_5 tr:nth-child(even) td {
  background-color: #B7A0CF;
}

#warapper .result .custum .photos2 {
  width: 90%;
  margin: 0 auto;
}

#warapper .result .custum .photos2 img {
  width: 100%;
  height: auto;
}

#warapper .result.tab-content {
  border-top: solid 2px #093b94;
  padding-top: 30px;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.tab-button {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #aaa;
  margin: 0 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

.tab-button.active {
  background-color: #093b94;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

#warapper .result .fbox {
  width: 95%;
  margin: 0px auto;
}

#warapper .result .fbox>div {
  padding: 25px;
  margin-bottom: 6%;
  list-style: none;
  background: #fff;
  text-align: center;
  background: #daebef;
  border-radius: 20px;
}

#warapper .result .sc {
  padding-bottom: 60px;
}

#warapper .result .sc .grey img {
  width: 100%;
  height: auto;
}

#warapper .result .sc .scv b {
  font-weight: bold;
}

#warapper .result .sc .scv .update {
  font-size: 3.8vw;
  color: red;
  text-align: left;
}

#warapper .result .sc .scv .photo img {
  width: 100%;
  height: auto;
}

#warapper .result .sc .scv .title {
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #093B94;
  padding-bottom: 5px;
}

#warapper .result .sc .scv .title span {
  font-size: 3.5vw;
}

#warapper .result .sc .scv .date {
  font-size: 3.5vw;
  text-align: left;
}

#warapper .result .sc .scv .con {
  text-align: left;
  font-size: 3.5vw;
  padding-top: 10px;
}

#warapper .result .sc .scv .con b {
  font-size: 4vw;
}

#warapper .result .sc .scv .con dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

#warapper .result .sc .scv .con dl dt {
  width: 100%;
  text-align: left;
  padding-top: 2px;
  font-weight: bold;
}

#warapper .result .sc .scv .con dl dd {
  width: 100%;
  padding-top: 2px;
}

#warapper .result .sc .scv .con dl dd span {
  font-size: 10px;
}

#warapper .result .sc .scv .con p {
  font-size: 3.3vw;
  padding-top: 12px;
}

#warapper .result .sc .scv .tinfo {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

#warapper .result .sc .scv .tinfo li {
  width: 50%;
  float: left;
}

#warapper .result .sc .scv .tinfo li a {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  padding: 8px;
  font-size: 3.5vw;
  text-decoration: none;
  width: 98%;
  margin: 0 auto;
}

#warapper .result .sc .scv .tinfo li:last-child {
  width: 100%;
}

#warapper .result .sc .scv .tinfo li span {
  display: block;
  text-align: center;
  background-color: #B0B0B0;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  padding: 8px;
  font-size: 3.5vw;
  text-decoration: none;
  width: 98%;
  margin: 0 auto;
}

#warapper .result .sc .scv .tinfo li.btn {
  margin: 10px 0 0;
}

#warapper .result .sc .scv .tinfo li.btn a {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  padding: 8px;
  font-size: 3.5vw;
  text-decoration: none;
  width: 99%;
  height: auto;
}


.point {
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
}

.point h1 {
  text-align: center;
  margin: 8vw 0 11vw;
  font-size: 7vw;
}

.point h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #BC0E11;
}

.point h1 {
  line-height: 1.6;
}

.point h1 span {
  font-size: 5vw;
  display: block;
}

.point h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #BC0E11;
}

.point h1+p {
  font-size: 3.8vw;
  line-height: 1.8;
}

.point h2 {
  margin-top: 8vw;
  text-align: center;
}

.point h2+p {
  font-size: 3.8vw;
  text-align: center;
  line-height: 2;
}

.point .qualification {
  width: 97%;
  margin: 4% auto 5%;
  list-style: none;
  border: solid 2px #104f5f;
  background-color: #fff;
  padding: 3% 5%;
}

.point .qualification li {
  font-size: 5vw;
  font-weight: bold;
  color: #104f5f;
}

.point h3 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 8px 50px 8px 50px;
  font-size: 5vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
}

.point h3::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.point .schedule+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 0 auto;
}

.point .schedule {
  width: 100%;
  margin: 5% auto;
  padding-left: 5%;
}

.point .schedule li {
  font-size: 3.8vw;
  padding-bottom: 2%;
}

.point .schedule li img {
  width: 100%;
  height: auto;
  margin-top: 2%;
}

.point .schedule table {
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.point .schedule table th {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  background-color: #A7A7A7;
  border: solid 1px;
  color: #000;
}

.point .schedule table td {
  font-size: 15px;
  padding: 5px;
  border: solid 1px;
  text-align: center;
}

.point h4 {
  margin-top: 10%;
  text-align: left;
  position: relative;
  padding: 2vw 0px 2vw 7vw;
  font-size: 4.8vw;
  background: #f7e2e3;
  border-bottom: solid 3px #bc0e11;
  color: #bc0e11;
}

.point h4::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 7vw #fff;
  border-bottom: solid 12vw transparent;
}

.point h4+p {
  font-size: 3.8vw;
  padding: 3% 0;
}

.point h5 {
  margin-top: 5%;
  text-align: left;
  font-size: 4vw;
  line-height: 2;
  width: 97%;
  margin: 0 auto;
  color: #104f5f;
}

.point h5 {
  position: relative;
  border-bottom: solid 4px gray;
}

.point h5::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 4px #226373;
  bottom: -4px;
  width: 20%;
}

.point h5+p {
  font-size: 3.8vw;
  width: 97%;
  margin: 3% auto 8%
}

.point p.com {
  width: 97%;
  margin: 0 auto;
  color: #D75658;
  font-size: 3.8vw;
}

.point ul.rights {
  width: 100%;
  margin: 3% auto 0;
  padding-left: 5%;
}

.point ul.rights li {
  font-size: 3.8vw;
  padding-bottom: 2%;
}

.point ul.rights+p {
  font-size: 3.8vw;
  padding: 1% 0 5%;
}

.point a.pbtn {
  color: #c3a62d;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #c3a62d;
  box-shadow: 0 5px 0 #c3a62d;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.point a.pbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #c3a62d;
}

.point a.dbtn {
  color: #b9b9b9;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #b9b9b9;
  box-shadow: 0 5px 0 #b9b9b9;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.point a.dbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #b9b9b9;
}

.point a.jbtn {
  color: #479773;
  font-size: 4vw;
  font-weight: bold;
  background: #fff;
  padding: 3vw;
  border: 3px solid #479773;
  box-shadow: 0 5px 0 #479773;
  border-radius: 6px;
  display: block;
  transition: .3s;
  width: 95%;
  margin: 5vw auto 5vw;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.point a.jbtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #479773;
}

.point_1 {
  padding-top: 5%;
  padding-bottom: 8%;
}

.point_1 h1 {
  width: 80%;
  margin: 8% auto;
  text-align: center;
  font-size: 5vw;
  color: #093B94;
  position: relative;
  padding: 2vw;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}

.point_1 h1:before,
.point_1 h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #000;
}

.point_1 h1:before {
  left: 7px;
}

.point_1 h1:after {
  right: 7px;
}

.point_1 .table_box {
  max-width: 95%;
  margin: 0 auto;
  height: 100vw;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.point_1 iframe {
  width: 100%;
  height: 500px;
  border: 5px solid #226373;
}

.point_1 table,
.point_1 td,
.point_1 th {
  border: 1px solid #595959;
  border-collapse: collapse;
  border-spacing: 0;
}

.point_1 td,
.point_1 th {
  padding: 3px;
}

.point_1 th {
  background: #f0e6cc;
}

.point_1 tr:nth-of-type(odd) {
  background: #fbf8f0;
}

.point_1 th,
.point_1 td {
  vertical-align: middle;
  padding: 1vw;
  border: 1px solid #000;
  color: #000;
  font-size: 3.6vw;
  text-align: center;
  white-space: nowrap;
}

.sticky_row {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}

.sticky_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ebebeb;
  z-index: -1;
}

.sticky_col {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}

.sticky_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #ebebeb;
  z-index: -1;
}

.sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 1;
}

.sticky_cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ebebeb;
  z-index: -1;
}



.contact {
  padding-top: 56px;
  width: 100%;
  margin: 0 auto;
}

.contact h1 {
  position: relative;
  text-align: center;
  display: block;
  padding: 0 55px;
  margin: 8% auto 7%;
  width: 80vw;
  font-size: 5vw;
  font-weight: bold;
}

.contact h1:before,
.contact h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20vw;
  ;
  height: 1px;
  background-color: black;
}

.contact h1:before {
  left: 0;
}

.contact h1:after {
  right: 0;
}

.contact .entry .ftitle {
  display: none;
}

.contact .entry {
  width: 90%;
  margin: 0 auto 20%;
}

.contact .entry form>h3 {
  text-align: center;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
  border-bottom: solid 4px;
  font-size: 4vw;
  line-height: 1.8;
}

.contact .entry dl {}

.contact .entry dl dt {
  font-size: 4vw;
  font-weight: bold;
}

.contact .entry dl dt span {
  font-size: 3.3vw;
  color: red;
  display: inline-block;
  padding-left: 1vw;
}

.contact .entry dl dd {
  padding: 1vw 0 5vw;
  line-height: 1;
}

.contact .entry dl dd input {
  padding: 1%;
}

.contact .entry dl dd label {
  padding-right: 2vw;
  cursor: pointer;
  font-size: 4.1vw;
  padding-bottom: 1vw;
  display: inline-block;
}

.contact .entry dl dd select {
  padding: 1%;
  width: 100%;
}

.contact .entry dl dd textarea {
  width: 100%;
  height: 20vw;
  padding: 1%;
}

.contact .entry dl dd #namae {
  width: 100%;
}

.contact .entry dl dd #furigana {
  width: 100%;
}

.contact .entry dl dd #syozoku {
  width: 100%;
}

.contact .entry dl dd #birth {
  width: 40%;
}

.contact .entry dl dd #age {
  width: 20%;
}

.contact .entry dl dd #address {
  width: 100%;
}

.contact .entry dl dd #tel {
  width: 60%;
}

.contact .entry dl dd #email {
  width: 100%;
}

.contact .entry dl dd span.error {
  font-size: 12px;
  display: block;
  color: red;
}

.contact .entry dl dd .kiyaku {
  overflow: auto;
  height: 30vw;
  border: solid 1px #BCBCBC;
  padding: 2% 4%;
}

.contact .entry dl dd .kiyaku h3 {
  text-align: center;
  line-height: 2;
  font-size: 3.6vw;
}

.contact .entry dl dd .kiyaku p {
  font-size: 3.3vw;
  line-height: 1.4;
}

.contact .entry .kiyakuflg {
  font-size: 3.6vw;
  padding-top: 4vw;
}

.contact .entry #sbtn {
  display: block;
  text-align: center;
  background-color: #808080;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
}

.contact .entry #sbtn.disabledButton {
  display: block;
  text-align: center;
  background-color: #808080;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
}

.contact .entry #sbtn.enabledButton {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

.contact .entry ::placeholder {
  color: #B9B9B9;
  font-size: 3vw;
}

.contact .thanks {
  min-height: 50vh;
  padding-bottom: 20vw;
}

.contact .thanks h3 {
  text-align: center;
  font-size: 4.3vw;
  padding: 5% 0 0;
}

.contact .thanks p {
  width: 90%;
  margin: 6% auto 0;
  font-size: 3.8vw;
  line-height: 1.6;
}

#warapper.entry {
  width: 90%;
  margin: 20% auto 20%;
}

#warapper.entry .mi>h2 {
  text-align: center;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
  border-bottom: solid 4px;
  font-size: 4vw;
  line-height: 1.8;
}

#warapper.entry .mi>h2 span {
  display: block;
}

#warapper.entry .mi p {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6%;
  color: red;
  font-size: 3.5vw;
}

#warapper.entry h4 {
  padding-bottom: 2vw;
  font-size: 4vw;
}

#warapper.entry .annai {
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 6%;
}

#warapper.entry .annai p {
  font-size: 3.8vw;
  line-height: 1.5;
  padding-bottom: 4%;
}

#warapper.entry .annai table {
  border-collapse: collapse;
  margin-bottom: 4%;
}

#warapper.entry .annai table th {
  border: solid 1px;
  padding: 1vw;
  background-color: #eee;
  font-size: 3.8vw;
}

#warapper.entry .annai table td {
  border: solid 1px;
  padding: 1vw 2vw;
  text-align: center;
  font-size: 3.8vw
}

#warapper.entry .annai table td.right {
  text-align: right;
}

#warapper.entry .annai .kiyakuflg {
  font-size: 4vw;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 8%;
}

#warapper.entry .annai .kiyakuflg label {
  padding-left: 1vw;
}

#warapper.entry .annai span.error {
  font-size: 3.5vw;
  display: block;
  color: red;
  font-weight: normal;
}

#warapper.entry dl {}

#warapper.entry dl dt {
  font-size: 4vw;
  font-weight: bold;
}

#warapper.entry dl dt span {
  font-size: 3.3vw;
  color: red;
  display: inline-block;
  padding-left: 1vw;
}

#warapper.entry dl dd {
  padding: 1vw 0 5vw;
  line-height: 1;
}

#warapper.entry dl dd div {
  padding-bottom: 4vw;
}

#warapper.entry dl dd input {
  padding: 1%;
}

#warapper.entry dl dd label {
  padding-right: 2vw;
  cursor: pointer;
  font-size: 4.1vw;
  padding-bottom: 1vw;
  display: inline;
  line-height: 1.3;
}

#warapper.entry dl dd select {
  padding: 1%;
  width: 100%;
}

#warapper.entry dl dd textarea {
  width: 100%;
  height: 20vw;
  padding: 1%;
}

#warapper.entry dl dd #namae {
  width: 100%;
}

#warapper.entry dl dd #furigana {
  width: 100%;
}

#warapper.entry dl dd #syozoku {
  width: 100%;
}

#warapper.entry dl dd #birth {
  width: 40%;
}

#warapper.entry dl dd #age {
  width: 20%;
}

#warapper.entry dl dd #address {
  width: 100%;
}

#warapper.entry dl dd #tel {
  width: 60%;
}

#warapper.entry dl dd #email {
  width: 100%;
}

#warapper.entry dl dd #setake {
  width: 20%;
}

#warapper.entry dl dd span.error {
  font-size: 3.5vw;
  display: block;
  color: red;
}

#warapper.entry dl dd .kiyaku {
  overflow: auto;
  height: 30vw;
  border: solid 1px #BCBCBC;
  padding: 2% 4%;
}

#warapper.entry dl dd .kiyaku h3 {
  text-align: center;
  line-height: 2;
  font-size: 3.6vw;
}

#warapper.entry dl dd .kiyaku p {
  font-size: 3.3vw;
  line-height: 1.4;
}

#warapper.entry dl dd .goukei {
  border-top: solid 1px #000;
  margin-top: 4vw;
  padding-top: 2vw;
  font-weight: bold;
}

#warapper.entry dl dd .payinfo {
  font-size: 3.5vw;
  line-height: 1.5;
  border: solid 1px #921215;
  color: #921215;
  border-radius: 20px;
  padding: 5%;
  margin: 5% auto 0;
  display: block;
  width: 100%;
}

#warapper.entry dl dd.gclub {}

#warapper.entry dl dd.gclub div {
  width: 100%;
}

#warapper.entry dl dd.gclub div span {
  display: inline-block;
  width: 23%;
  text-align: right;
  font-size: 3.5vw;
}

#warapper.entry dl dd.gclub div input {
  width: 60%;
}

#warapper.entry dl dd.gclub div span.error {
  width: 100% !important;
  text-align: left !important;
}

#warapper.entry dl dd .info {
  font-size: 3.5vw;
  line-height: 1.5;
  color: #E82023;
  padding: 3% 4%;
  border-radius: 10px;
  background-color: #eee;
  display: block;
  margin-top: 2vw;
}

#warapper.entry dl dd .info::before {
  content: "info";
  font-family: 'Material Symbols Outlined';
  display: inline-block;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
  font-size: 4vw;
  vertical-align: middle;
  margin-right: 1vw;
  color: #E82023;
}

#warapper.entry .shop_form {
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 5vw;
}

#warapper.entry .shop_form p {
  font-size: 4vw;
  line-height: 1.8;
  padding-bottom: 10px;
}

#warapper.entry .shop_form table {
  border-collapse: collapse;
  margin-bottom: 5vw;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
}

#warapper.entry .shop_form table.block {
  display: block;
}

#warapper.entry .shop_form table th {
  border: solid 1px;
  padding: 2vw;
  background-color: #eee;
}

#warapper.entry .shop_form table td {
  border: solid 1px;
  padding: 3vw;
  text-align: center;
}

#warapper.entry .shop_form table td.right {
  text-align: right;
}

#warapper.entry .shop_form span.error {
  font-size: 12px;
  display: block;
  color: red;
  font-weight: normal;
}

#warapper.entry .shop_form .goukei {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 2vw;
  font-size: 4vw;
}

#warapper.entry .shop_form .goukei.total {
  font-weight: bold;
  font-size: 5vw;
}

#warapper.entry .shop_form .carriage {
  padding: 3vw;
  border-radius: 10px;
  background-color: #eee;
  font-size: 3.5vw;
  width: 100%;
  margin: 5vw auto 2vw;
}



#warapper.entry .kiyakuflg {
  font-size: 3.6vw;
  padding-top: 4vw;
}

#warapper.entry #sbtn {
  display: block;
  text-align: center;
  background-color: #808080;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
}

#warapper.entry #sbtn.disabledButton {
  display: block;
  text-align: center;
  background-color: #808080;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
}

#warapper.entry #sbtn.enabledButton {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

#warapper.entry #sbtn.pt {
  display: block;
  text-align: center;
  background-color: #093B94;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

#warapper.entry ::placeholder {
  color: #B9B9B9;
  font-size: 3vw;
}

#contents .thanks {
  min-height: 50vh;
  padding-bottom: 20vw;
}

#contents .thanks h3 {
  text-align: center;
  font-size: 4.3vw;
  padding: 5% 0 0;
}

#contents .thanks p {
  width: 90%;
  margin: 6% auto 0;
  font-size: 3.8vw;
  line-height: 1.6;
}



.fbana {
  padding: 0px 0 50px;
  border-top: solid 1px;
}

.fbana h5 {
  padding: 0.7em 0.5em;
  border: 1px solid #333;
  position: relative;
  color: #333;
  text-align: center;
  width: 80%;
  margin: 16% auto 10%;
  font-size: 4.5vw;
  background-color: #f3f3f3;
}

.fbana h5::before,
.fbana h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
}

.fbana h5::before {
  left: -25px;
  bottom: -25px;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}

.fbana h5::after {
  right: -25px;
  top: -25px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}

.fbana h5::before,
.fbana h5::after {
  box-sizing: border-box;
}

.fbana ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  row-gap: 2vw;
  width: 95%;
}

.fbana ul li {
  width: 50%;
  line-height: 1px;
  text-align: center;
}

.fbana ul li img {
  width: 92%;
  height: auto;
}

.box_5 {
  padding: 0px 0 50px;
  border-top: solid 1px;
}

.box_5 h5 {
  padding: 0.7em 0.5em;
  border: 1px solid #333;
  position: relative;
  color: #333;
  text-align: center;
  width: 80%;
  margin: 16% auto 10%;
  font-size: 4.5vw;
  background-color: #f3f3f3;
}

.box_5 h5::before,
.box_5 h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
}

.box_5 h5::before {
  left: -25px;
  bottom: -25px;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::after {
  right: -25px;
  top: -25px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::before,
.box_5 h5::after {
  box-sizing: border-box;
}

.box_5 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  row-gap: 2vw;
  width: 95%;
}

.box_5 ul li {
  width: 50%;
  line-height: 1px;
  text-align: center;
}

.box_5 ul li img {
  width: 92%;
  height: auto;
  border: solid 1px #eee;
}

.footer {
  text-align: center;
  background-color: #093B94;
  color: #fff;
  padding: 2vw;
  font-size: 3.5vw;
}

.video {
  margin-top: 30px;
  padding: 10px;
  video {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    
  }
}