@charset "UTF-8";
/*
Theme Name: 防府競輪2023
*/
/* フォント読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald:wght@400;500&;600display=swap&family=Noto+Serif+JP:wght@400;500&display=swap");
/* 定義 */
/* レスポンシブ */
/* 関数 */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 43.66px;
  font-weight: 500;
  color: #191919;
  margin: 0;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: toVw(90, sp);
  }
}
h2:after {
  content: attr(data-subtitle);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 600px) {
  h2:after {
    font-size: toVw(30, sp);
  }
}
h2.option-white {
  color: #fff;
}
h2.option-center {
  text-align: center;
  margin: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

.spacer {
  flex-grow: 1;
}

header {
  border-top: 1px solid #e5177e;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  header {
    width: 100%;
    min-width: auto;
    border-top: 3px solid #e5177e;
  }
}
header .top {
  display: flex;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  header .top {
    height: auto;
    padding: 0 0 3.3333333333vw 2.5vw;
    align-items: flex-start;
  }
  header .top.sp-open .left {
    display: none !important;
  }
  header .top.sp-open .right .icon {
    display: block;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    margin-left: 3.3333333333vw;
    padding: 3vw 0;
  }
  header .top.sp-open .right .icon:first-child {
    margin-left: 0;
  }
  header .top.sp-open .right .icon-keirinjp {
    width: 35.3333333333vw;
    height: 10.2666666667vw;
  }
}
header .top .left, header .top .right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header .top .left, header .top .right {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  header .top .left {
    padding: 1.6666666667vw 0;
  }
}
header .top .left .logo img {
  width: 216px;
}
@media screen and (max-width: 600px) {
  header .top .left .logo {
    width: 41.6666666667vw;
  }
  header .top .left .logo img {
    width: 100%;
  }
}
header .top .left .tel_tohyo {
  margin-left: 14px;
}
header .top .left .tel_tohyo img {
  width: 83px;
  height: 57px;
}
@media screen and (max-width: 600px) {
  header .top .left .tel_tohyo {
    width: 13.3333333333vw;
    margin-left: 2.5vw;
  }
  header .top .left .tel_tohyo img {
    width: 100%;
    height: auto;
  }
}
header .top .left .siawasemasu {
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  header .top .left .siawasemasu {
    margin-left: 0.8333333333vw;
  }
}
header .top .left .siawasemasu img {
  width: 63px;
}
@media screen and (max-width: 600px) {
  header .top .left .siawasemasu img {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    margin-left: 0;
  }
}
header .top .right {
  position: relative;
}
@media screen and (max-width: 600px) {
  header .top .right {
    align-items: flex-start;
  }
}
header .top .right .icon-facebook, header .top .right .icon-twitter, header .top .right .icon-youtube, header .top .right .icon-hopekun {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  header .top .right .icon-facebook, header .top .right .icon-twitter, header .top .right .icon-youtube, header .top .right .icon-hopekun {
    display: none;
  }
}
header .top .right .icon-facebook img, header .top .right .icon-twitter img, header .top .right .icon-youtube img, header .top .right .icon-hopekun img {
  width: 34px;
}
@media screen and (max-width: 600px) {
  header .top .right .icon-facebook img, header .top .right .icon-twitter img, header .top .right .icon-youtube img, header .top .right .icon-hopekun img {
    width: 7.1666666667vw;
  }
}
header .top .right .icon-keirinjp {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  header .top .right .icon-keirinjp {
    display: none;
  }
}
header .top .right .icon-keirinjp img {
  width: 152px;
}
@media screen and (max-width: 600px) {
  header .top .right .icon-keirinjp img {
    width: 26.5vw;
  }
}
header .top .right .menu-btn {
  width: 15vw;
  height: 15vw;
  background-color: #e5177e;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  header .top .right .menu-btn {
    display: flex;
  }
}
header .top .right .menu-btn .icon {
  position: relative;
  display: block;
  width: 8.3333333333vw;
  height: 0.6666666667vw;
  padding: 0;
  background-color: #fff;
  transition: 0.3s;
}
header .top .right .menu-btn .icon.sp-open {
  transform: rotate(45deg);
}
header .top .right .menu-btn .icon.sp-open:before {
  display: none;
}
header .top .right .menu-btn .icon.sp-open:after {
  top: 0;
  transform: rotate(-90deg);
}
header .top .right .menu-btn .icon:before, header .top .right .menu-btn .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 8.3333333333vw;
  height: 0.6666666667vw;
  background-color: #fff;
  border-radius: 8px;
}
header .top .right .menu-btn .icon:before {
  top: -2.6666666667vw;
}
header .top .right .menu-btn .icon:after {
  bottom: -2.3333333333vw;
}
header .border {
  width: 100%;
  height: 4px;
  background-image: url(./images/colorful_line.svg);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  header .border {
    background-size: contain;
  }
}
header nav.pc {
  background-color: #e5177e;
}
@media screen and (max-width: 600px) {
  header nav.pc {
    display: none;
  }
}
header nav.pc .inner {
  display: flex;
  width: 1331px;
  min-width: 1331px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  header nav.pc .inner {
    display: block;
  }
}
header nav.pc .inner li {
  position: relative;
  width: 266.2px;
  padding: 10px 0 15px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  header nav.pc .inner li {
    width: 100vw;
    padding: 5.8333333333vw 0 5.8333333333vw 10.8333333333vw;
    border-bottom: 1px solid #7f7f7f;
  }
}
header nav.pc .inner li.subicon:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  display: block;
  border-top: 4px solid #ffcc00;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
header nav.pc .inner li .title, header nav.pc .inner li .subtitle {
  text-align: center;
  color: #fff;
}
header nav.pc .inner li .title {
  font-size: 15px;
}
header nav.pc .inner li .subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  header nav.pc .inner li .subtitle {
    display: none;
  }
}
header nav.pc .inner li .submenu {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 64.32px;
  width: 266.2px;
  z-index: 999;
  background-color: rgba(25, 25, 25, 0.9);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
header nav.pc .inner li .submenu li {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
header nav.pc .inner li .submenu li:last-child {
  border: none;
}
header nav.pc .inner li .submenu li:hover {
  color: rgba(255, 255, 255, 0.7);
}
header nav.pc .inner li .submenu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header nav.pc .inner li:hover .title, header nav.pc .inner li:hover .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
header nav.pc .inner li:hover .submenu {
  pointer-events: auto;
  opacity: 1;
}
header nav.sp {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 25vw;
  z-index: 999;
  background-color: #292929;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  header nav.sp {
    display: block;
  }
}
header nav.sp.sp-open {
  opacity: 1;
  pointer-events: auto;
}
header nav.sp .inner {
  width: 100vw;
  padding-bottom: 56.6666666667vw;
}
header nav.sp .inner li {
  position: relative;
  width: 100vw;
  transition: 0.3s;
  border-bottom: 1px solid #7f7f7f;
}
header nav.sp .inner li .title {
  display: inline-block;
  width: 100%;
  font-size: 3.5vw;
  color: #fff;
  padding: 3.5vw 0 3.5vw 6.5vw;
}
header nav.sp .inner li.icon:after, header nav.sp .inner li.icon:before {
  content: "";
  display: block;
  width: 5vw;
  height: 0.5vw;
  background-color: #797979;
  position: absolute;
  top: 50%;
  right: 7.5vw;
  transition: 0.3s;
}
header nav.sp .inner li.icon:before {
  transform: rotate(90deg);
}
header nav.sp .inner li.icon.spsubmenu-open:after, header nav.sp .inner li.icon.spsubmenu-open:before {
  transform: rotate(45deg);
}
header nav.sp .inner li.icon.spsubmenu-open:before {
  transform: rotate(135deg);
}
header nav.sp .inner li:hover .title, header nav.sp .inner li:hover .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
header nav.sp .inner li:hover .submenu {
  pointer-events: auto;
  opacity: 1;
}
header nav.sp .inner ul.submenu {
  z-index: 999;
  position: relative;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 300;
  padding: 0 0 0 7vw;
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
header nav.sp .inner ul.submenu.spsubmenu-open {
  padding: 4.5vw 0 4.5vw 7vw;
  max-height: 100vh;
}
header nav.sp .inner ul.submenu li {
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: none;
}
header nav.sp .inner ul.submenu li:before {
  content: "ー";
  margin-right: 2.5vw;
}
header nav.sp .inner ul.submenu li:hover {
  color: rgba(255, 255, 255, 0.7);
}
header nav.sp .inner ul.submenu li a {
  display: inline-block;
  width: 100%;
  padding: 2.6666666667vw 0;
}
header #pagetop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  width: 82px;
  height: 82px;
  bottom: 50px;
  right: 35px;
  z-index: 999;
  transition: 0.2s;
  cursor: pointer;
}
header #pagetop img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  header #pagetop {
    display: none;
  }
}
header #pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
header #pagetop.show:hover {
  opacity: 0.8;
}
header #topModalCheck {
  display: none;
}
header #topModalCheck:checked + #topModal {
  display: none;
}
header #topModal .back {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
header #topModal .bnr {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
header #topModal .bnr img {
  width: 800px;
}
@media screen and (max-width: 600px) {
  header #topModal .bnr img {
    width: 133.3333333333vw;
  }
}
header #topModal .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 35px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  header #topModal .close {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: -5.8333333333vw;
    right: -5.8333333333vw;
    font-size: 5.8333333333vw;
  }
}
header #hovermenu {
  position: fixed;
  z-index: 900;
  left: 20px;
  bottom: 25px;
}
@media screen and (max-width: 600px) {
  header #hovermenu {
    left: 5vw;
    bottom: 1.6666666667vw;
  }
}
header #hovermenu li {
  position: relative;
}
header #hovermenu li.hide {
  display: none;
}
header #hovermenu li a {
  display: block;
  width: 300px;
  height: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  header #hovermenu li a {
    width: 60.345vw;
    height: 16.0916666667vw;
    margin-bottom: 5vw;
  }
}
header #hovermenu li a img {
  width: 100%;
}
header #hovermenu li a:last-child {
  margin-bottom: 0;
}
header #hovermenu li .close {
  position: absolute;
  top: -11px;
  right: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 1px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  header #hovermenu li .close {
    top: -2.0833333333vw;
    right: -2.0833333333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.5vw;
  }
}

#emergency {
  min-width: 1331px;
  background-color: #fffdf0;
}
@media screen and (max-width: 600px) {
  #emergency {
    min-width: auto;
  }
}
#emergency article {
  width: 100%;
  border-bottom: 1px solid #f8dbd0;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  #emergency article {
    border-bottom: 2px solid #f8dbd0;
    font-size: 14px;
  }
}
#emergency article:last-child {
  border: none;
}
#emergency article a {
  display: flex;
  align-items: center;
  position: relative;
  width: 1331px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  #emergency article a {
    width: 94vw;
    padding: 1em 0;
    margin: 0 4vw 0 2vw;
  }
}
#emergency article a .icon {
  color: #fff;
  background-color: #d83535;
  padding: 0 20px 2px;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #emergency article a .icon {
    padding: 0 2.5vw 0.3333333333vw;
    margin-right: 2.5vw;
    font-size: 12px;
  }
}
#emergency article a .icon:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url(./images/em_icon.png);
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  #emergency article a .icon:before {
    width: 3.6666666667vw;
    height: 3.75vw;
    margin-right: 0.8333333333vw;
  }
}
#emergency article a .title {
  color: #d83535;
  flex: 1;
}
#emergency article a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2.8px solid #d83535;
  border-right: 2.8px solid #d83535;
  top: 50%;
  right: 65px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 600px) {
  #emergency article a:after {
    width: 2vw;
    height: 2vw;
    border-top: 0.5vw solid #d83535;
    border-right: 0.5vw solid #d83535;
    right: -1.6666666667vw;
  }
}

#topbnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1331px;
  height: 36.68vw;
  min-height: 490px;
  background-image: url(./images/topbnr/topbnr-back.png);
  background-color: #ff7564;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #topbnr {
    width: 100%;
    min-width: auto;
    height: 85.4vw;
    min-height: auto;
  }
}
#topbnr .hopekun {
  position: absolute;
  width: 31.67%;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #topbnr .hopekun {
    width: 72.6vw;
    height: 83.7vw;
    top: 3vw;
    left: 15vw;
  }
}
#topbnr .text {
  display: block;
  width: 93.542%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #topbnr .text {
    width: 97.4vw;
    height: 20.5vw;
  }
}

#nextrace {
  position: relative;
  width: 100%;
  min-width: 1331px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-image: url(./images/nextrace.png);
}
@media screen and (max-width: 600px) {
  #nextrace {
    min-width: auto;
    padding: 17.5vw 0 10.8333333333vw;
    background-image: url(./images/nextrace_sp.png);
  }
}
#nextrace:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background-size: cover;
}
#nextrace .inner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1331px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner {
    flex-direction: column;
  }
}
#nextrace .inner .left {
  width: 615px;
  margin: 0 28px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left {
    width: 94vw;
    margin: 0 auto;
  }
}
#nextrace .inner .left h2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left h2 {
    margin: 0 0 toVw(90, sp);
    font-size: 35px;
  }
}
#nextrace .inner .left .border {
  width: 100%;
  height: 1px;
  background-image: url(./images/colorful_line.svg);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .border {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  #nextrace .inner .left .border {
    background-size: contain;
  }
}
#nextrace .inner .left .title, #nextrace .inner .left .date, #nextrace .inner .left .linkbox {
  color: #fff;
  text-align: center;
}
#nextrace .inner .left .title {
  font-weight: 500;
  font-size: 18px;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 12.48px;
  }
}
#nextrace .inner .left .title .category {
  display: inline-block;
  font-size: 15.76px;
  font-weight: bold;
  margin-left: 10px;
  padding: 3px 10px;
  color: #191919;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .title .category {
    width: 14vw;
    font-size: 12px;
    padding: 2.5px;
    margin: 0 2vw 2vw;
  }
}
#nextrace .inner .left .datebox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
#nextrace .inner .left .datebox .date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 29.82px;
  padding: 17px 0;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .datebox .date {
    font-size: 24px;
    padding: 20px 0;
  }
}
#nextrace .inner .left .datebox .date .min {
  font-size: 23.86px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .datebox .date .min {
    font-size: toVw(44.19, sp);
  }
}
#nextrace .inner .left .linkbox {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox {
    width: 96%;
    margin: 20px auto 0;
    font-size: 12px;
    justify-content: space-between;
  }
}
#nextrace .inner .left .linkbox li {
  color: #ffd76a;
  margin: 0 13px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li {
    margin: 0 3vw;
  }
}
#nextrace .inner .left .linkbox li.nolink {
  opacity: 0.3;
}
#nextrace .inner .left .linkbox li.nolink a {
  pointer-events: none;
}
#nextrace .inner .left .linkbox li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a {
    flex-direction: column;
    align-items: center;
  }
}
#nextrace .inner .left .linkbox li a:before {
  content: "";
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a:before {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
#nextrace .inner .left .linkbox li a:after {
  content: "";
  background-size: cover;
  width: 8px;
  height: 12px;
  margin-left: 0.7vw;
  background-image: url(./images/arrow.png);
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a:after {
    width: 2.1666666667vw;
    height: 3.3333333333vw;
    margin-top: 1.1666666667vw;
    margin-left: 3.3333333333vw;
    display: none;
  }
}
#nextrace .inner .left .linkbox li a.bicycle:before {
  background-image: url(./images/bicycle.png);
  width: 27px;
  height: 17px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.bicycle:before {
    width: 7.6666666667vw;
    height: 4.8333333333vw;
  }
}
#nextrace .inner .left .linkbox li a.binocular:before {
  background-image: url(./images/binocular.png);
  width: 21px;
  height: 17px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.binocular:before {
    width: 6vw;
    height: 4.8333333333vw;
  }
}
#nextrace .inner .left .linkbox li a.brochure:before {
  background-image: url(./images/brochure.png);
  width: 21px;
  height: 17px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.brochure:before {
    width: 5.8333333333vw;
    height: 4.8333333333vw;
  }
}
#nextrace .inner .left .linkbox li a.event:before {
  background-image: url(./images/event.png);
  width: 21px;
  height: 17px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.event:before {
    width: 5.8333333333vw;
    height: 4.8333333333vw;
  }
}
#nextrace .inner .left .linkbox li a.yososhi:before {
  background-image: url(./images/yososhi.png);
  width: 27px;
  height: 21.6px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.yososhi:before {
    width: 5.8333333333vw;
    height: 4.8333333333vw;
  }
}
#nextrace .inner .right {
  position: relative;
  width: 580px;
  height: 374px;
  margin: 0 56px;
  background-color: rgba(0, 0, 0, 0.82);
}
@media screen and (max-width: 600px) {
  #nextrace .inner .right {
    width: 96%;
    height: auto;
    margin: 14.1666666667vw 0 0 0;
  }
}
#nextrace .inner .right img {
  width: 100%;
}

#banner {
  position: relative;
  width: 100%;
  min-width: 1331px;
  height: 511px;
  padding: 66px 0 45px;
  overflow: hidden;
  background-image: url(./images/banner_back.png);
}
@media screen and (max-width: 600px) {
  #banner {
    min-width: auto;
    height: 67vw;
    padding: 11.6666666667vw 0 0;
  }
}
#banner .swiper-container {
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
}
@media screen and (max-width: 600px) {
  #banner .swiper-container {
    width: 100vw;
    height: 55vw;
  }
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .swiper-slide img {
  width: 100%;
}
#banner .swiper-slide-active {
  z-index: 999;
}
#banner .swiper-slide-active .swiper-button-prev, #banner .swiper-slide-active .swiper-button-next {
  display: flex;
}
#banner .swiper-button-prev, #banner .swiper-button-next {
  position: absolute;
  top: 40%;
  background-color: rgba(232, 46, 130, 0.93);
  color: #fff;
  width: 55px;
  height: 90px;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  #banner .swiper-button-prev, #banner .swiper-button-next {
    width: 7.5vw;
    height: 12.5vw;
  }
}
#banner .swiper-button-prev:after, #banner .swiper-button-next:after {
  font-size: 28px;
  position: relative;
  font-family: "Font Awesome 5 Free", sans-serif;
  opacity: 1;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  #banner .swiper-button-prev:after, #banner .swiper-button-next:after {
    font-size: 4.6666666667vw;
  }
}
#banner .swiper-button-prev {
  left: calc(50% - 55px - 310px);
}
#banner .swiper-button-prev:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #banner .swiper-button-prev {
    left: 6.1666666667vw;
  }
}
#banner .swiper-button-next {
  right: calc(50% - 55px - 310px);
}
#banner .swiper-button-next:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #banner .swiper-button-next {
    right: 6.1666666667vw;
  }
}
#banner .swiper-pagination {
  position: static;
  text-align: center;
  z-index: 10;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #banner .swiper-pagination {
    margin-top: -7vw;
  }
}
#banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #f3f3f3;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #banner .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
#banner .swiper-pagination-bullet-active {
  background-color: #ea5d95;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media screen and (max-width: 600px) {
  #banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6666666667vw;
  }
}

#sitecontent {
  min-width: 1331px;
  background-image: url(./images/bg.png);
}
@media screen and (max-width: 600px) {
  #sitecontent {
    min-width: auto;
  }
}
#sitecontent .border {
  width: 100%;
  height: 1px;
  background-image: url(./images/colorful_line.svg);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  #sitecontent .border {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #sitecontent .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  #sitecontent .border {
    background-size: contain;
  }
}
#sitecontent .inner {
  display: flex;
  justify-content: center;
  padding: 107px 0 123px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner {
    flex-direction: column;
    padding: 8.3333333333vw 0 8.3333333333vw;
  }
}
#sitecontent .inner .border.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner .border.sp {
    display: block;
  }
}
#sitecontent .inner #topnews.left .wrap, #sitecontent .inner #info.right .wrap {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap, #sitecontent .inner #info.right .wrap {
    margin-top: toVw(70, sp);
  }
}
#sitecontent .inner #topnews.left {
  margin-right: 60px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left {
    margin-right: 0;
  }
  #sitecontent .inner #topnews.left h2 {
    padding: 0 3.5vw;
  }
}
#sitecontent .inner #topnews.left .moreBtn {
  font-family: "Oswald", sans-serif;
  width: 125px;
  height: 41px;
  color: #fff;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 0;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .moreBtn {
    width: toVw(270, sp);
    height: toVw(90, sp);
    font-size: toVw(44.7, sp);
    padding-bottom: toVw(10, sp);
  }
}
#sitecontent .inner #topnews.left .moreBtn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(./images/arrow_w.png);
  background-size: cover;
  margin-top: 6px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .moreBtn:after {
    width: toVw(17, sp);
    height: toVw(27, sp);
    margin-top: toVw(12, sp);
    margin-left: toVw(35, sp);
  }
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .moreBtn {
    top: 8.3333333333vw;
    right: 3.3333333333vw;
  }
}
#sitecontent .inner #topnews.left .wrap article {
  width: 573px;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0 20px 12px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap article {
    width: 100%;
    padding: toVw(50, sp) toVw(45, sp);
  }
}
#sitecontent .inner #topnews.left .wrap article.important {
  background-color: rgba(229, 23, 126, 0.03);
}
#sitecontent .inner #topnews.left .wrap article:first-child {
  border-top: 1px solid #f0f0f0;
}
#sitecontent .inner #topnews.left .wrap article .date {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  font-size: 17px;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap article .date {
    font-size: toVw(34.25, sp);
  }
}
#sitecontent .inner #topnews.left .wrap article .category {
  display: inline-block;
  font-size: 12px;
  min-width: 137px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap article .category {
    min-width: toVw(275, sp);
    font-size: toVw(26, sp);
    padding: 0 toVw(35, sp);
  }
}
#sitecontent .inner #topnews.left .wrap article .category-emergency {
  background-color: #e90b0b;
}
#sitecontent .inner #topnews.left .wrap article .category-topics {
  background-color: #ea5d95;
}
#sitecontent .inner #topnews.left .wrap article .category-event {
  background-color: #3eb59d;
}
#sitecontent .inner #topnews.left .wrap article .title {
  font-size: 15px;
  color: #e5177e;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap article .title {
    font-size: toVw(32, sp);
  }
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #info.right {
    padding: 20.8333333333vw 0 20vw;
  }
  #sitecontent .inner #info.right h2 {
    padding: 0 3.5vw;
  }
}
#sitecontent .inner #info.right .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 666px;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #info.right .wrap {
    width: 94vw;
    margin: 10px auto 0 auto;
  }
}
#sitecontent .inner #info.right .wrap li {
  width: 200px;
  height: 200px;
  margin-bottom: 28px;
}
#sitecontent .inner #info.right .wrap li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #info.right .wrap li {
    width: 29.5vw;
    height: 29.5vw;
    margin-bottom: 2.5vw;
  }
}
#sitecontent .inner #info.right .wrap li img {
  width: 100%;
}

#schedule {
  min-width: 1331px;
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 600px) {
  #schedule {
    min-width: auto;
    width: 94vw;
    margin: 0 auto;
    padding: toVw(140) 0;
  }
}
#schedule .left, #schedule .right {
  position: absolute;
  bottom: 0;
  opacity: 0.27;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #schedule .left, #schedule .right {
    display: none;
  }
}
#schedule .left img, #schedule .right img {
  width: 100%;
}
#schedule .left {
  width: 280px;
  height: 718px;
  left: 0;
  margin-left: 20px;
}
#schedule .right {
  width: 303px;
  height: 718px;
  right: 0;
}
#schedule .wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  #schedule .wrap {
    flex-direction: column-reverse;
  }
}
#schedule .inner {
  position: relative;
}
@media screen and (max-width: 600px) {
  #schedule .inner h2 {
    text-align: left;
    margin-bottom: 10vw;
  }
}
#schedule .inner .moreBtn {
  font-family: "Oswald", sans-serif;
  width: 125px;
  height: 41px;
  color: #fff;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 380px;
}
@media screen and (max-width: 600px) {
  #schedule .inner .moreBtn {
    width: toVw(270, sp);
    height: toVw(90, sp);
    font-size: toVw(44.7, sp);
    padding-bottom: toVw(10, sp);
  }
}
#schedule .inner .moreBtn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(./images/arrow_w.png);
  background-size: cover;
  margin-top: 6px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #schedule .inner .moreBtn:after {
    width: toVw(17, sp);
    height: toVw(27, sp);
    margin-top: toVw(12, sp);
    margin-left: toVw(35, sp);
  }
}
@media screen and (max-width: 600px) {
  #schedule .inner .moreBtn {
    top: 6.6666666667vw;
    right: 1.6666666667vw;
  }
}
#schedule .table {
  margin: 48px 0 30px;
}
@media screen and (max-width: 600px) {
  #schedule .table {
    margin: 30px 0;
  }
}
#schedule .table table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 600px) {
  #schedule .table table.pc {
    display: none;
  }
}
#schedule .table table.pc tr:first-child td:first-child {
  width: 135px;
}
#schedule .table table.pc tr:first-child, #schedule .table table.pc tr:nth-child(2) {
  height: 40px;
}
#schedule .table table.pc tr:first-child td, #schedule .table table.pc tr:nth-child(2) td {
  background-color: #f8f8f8;
}
#schedule .table table.pc tr:nth-child(3) {
  height: 90px;
}
#schedule .table table.pc tr:nth-child(4), #schedule .table table.pc tr:nth-child(5), #schedule .table table.pc tr:nth-child(6), #schedule .table table.pc tr:nth-child(7), #schedule .table table.pc tr:nth-child(8) {
  height: 40px;
}
#schedule .table table.pc td {
  width: 32px;
  padding: 5px;
  font-size: 14px;
}
#schedule .table table.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #schedule .table table.sp {
    display: table;
  }
}
#schedule .table table.sp tr:first-child td:first-child {
  width: 33.3333333333vw;
}
#schedule .table table.sp tr:first-child td:nth-child(2) {
  background-color: #fff;
  width: 41.6666666667vw;
}
#schedule .table table.sp td {
  width: 16.6666666667vw;
  font-size: 12px;
}
#schedule .table table.sp td:first-child, #schedule .table table.sp td:nth-child(2) {
  background-color: #f8f8f8;
  font-size: 12px;
  font-weight: 500;
}
#schedule .table table td {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
#schedule .table table td.saturday {
  color: #5c6bc0;
}
#schedule .table table td.sunday {
  color: #ef5350;
}
#schedule .table table td.morning {
  background-color: #fbcbaa;
}
#schedule .table table td.honjo {
  background-color: #fff4f9;
}
#schedule .table table td.moaning {
  background-color: #fbcbaa;
}
#schedule .table table td.night {
  background-color: #465fa9;
  color: #fff;
}
#schedule .table table td.tokubetu {
  background-color: #e1f0ff;
}
#schedule .table table td.kinen {
  background-color: #e1fdd4;
}
#schedule .table table td.S_kyu {
  background-color: #fffdd6;
}
#schedule .table table td a.girls:after {
  content: "";
  background-image: url(./images/girls_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.1em;
  margin-left: 0.3em;
  display: inline-block;
}
#schedule .table table td span.top-month {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #schedule .table table td span.top-month {
    font-size: 18px;
  }
}
#schedule .table table td a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #schedule .table table td a {
    padding: 2.6666666667vw 0;
  }
}
#schedule .table table td a span {
  display: inline-block;
  color: #fff;
  padding: 0 0.1em;
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #schedule .table table td a span {
    padding: 0 1.6666666667vw;
    margin: 0.8333333333vw 0.3333333333vw;
    font-size: 12px;
  }
}
#schedule .table table td a span.GP {
  background-color: #B2241A;
}
#schedule .table table td a span.G1 {
  background-color: #DC362A;
}
#schedule .table table td a span.G2 {
  background-color: #b58e23;
}
#schedule .table table td a span.G3 {
  background-color: #ee7318;
}
#schedule .table table td a span.F1 {
  background-color: #3ea1df;
}
#schedule .table table td a span.F2 {
  background-color: #454db7;
}
#schedule .caption {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #schedule .caption {
    text-align: left;
    margin: 0 toVw(55, sp) toVw(35, sp) toVw(55, sp);
    font-size: toVw(29.27, sp);
  }
}
#schedule .caption .st-ube {
  display: inline-block;
  width: 213px;
}
#schedule .caption .st-ube img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #schedule .caption .st-ube {
    display: none;
  }
}
#schedule .caption .icon {
  display: inline-block;
  margin-right: 23px;
}
@media screen and (max-width: 600px) {
  #schedule .caption .icon {
    margin-right: toVw(35, sp);
    font-size: toVw(29.27, sp);
  }
}
#schedule .caption .icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
@media screen and (max-width: 600px) {
  #schedule .caption .icon:before {
    width: toVw(25, sp);
    height: toVw(25, sp);
    margin-right: toVw(7, sp);
  }
}
#schedule .caption .icon-honjo:before {
  background-color: #fcc5db;
}
#schedule .caption .icon-moaning:before {
  background-color: #fbcbaa;
}
#schedule .caption .icon-night:before {
  background-color: #465fa9;
}
#schedule .caption .icon-tokubetu:before {
  background-color: #87c2fa;
}
#schedule .caption .icon-kinen:before {
  background-color: #9bd5c9;
}
#schedule .caption .icon-S_kyu:before {
  background-color: #f6f1a0;
}
#schedule .caption .icon-girls:before {
  background-image: url(./images/girls_icon.png);
  background-size: cover;
}

#submenu {
  min-width: 1331px;
  background-color: #eee;
  padding: 80px 0 60px 0;
}
@media screen and (max-width: 600px) {
  #submenu {
    min-width: auto;
    padding: toVw(100, sp) 0 toVw(62, sp);
  }
}
#submenu .swiper_submenu {
  width: 94.4270833333vw;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  #submenu .swiper_submenu {
    display: none;
  }
}
#submenu .swiper_submenu li.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#submenu .swiper_submenu li.swiper-slide img {
  width: 100%;
}
#submenu .swiper_submenu .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#submenu .swiper_submenu .swiper-nav .swiper-pagination {
  position: static;
}
#submenu .swiper_submenu .swiper-nav .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 12px;
  background-color: #fff;
  opacity: 1;
}
#submenu .swiper_submenu .swiper-nav .swiper-pagination-bullet-active {
  background-color: #ea5d95;
}
#submenu .swiper_submenu .swiper-nav .swiper-button-next, #submenu .swiper_submenu .swiper-nav .swiper-button-prev {
  position: relative;
  color: #ea5d95;
  width: 15px;
  height: 26px;
  margin-top: 0;
}
#submenu .swiper_submenu .swiper-nav .swiper-button-next:after, #submenu .swiper_submenu .swiper-nav .swiper-button-prev:after {
  font-size: 25px;
}
#submenu .swiper_submenu .swiper-nav .swiper-button-next {
  margin-left: 70px;
}
#submenu .swiper_submenu .swiper-nav .swiper-button-prev {
  margin-right: 70px;
}
#submenu .inner.sp {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 88vw;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #submenu .inner.sp {
    display: flex;
  }
}
#submenu .inner.sp a {
  display: block;
  width: 42vw;
  height: 42vw;
  margin-bottom: 5vw;
}
#submenu .inner.sp a img {
  width: 100%;
}

#sns {
  min-width: 1331px;
  padding: 85px 0 90px;
}
@media screen and (max-width: 600px) {
  #sns {
    min-width: auto;
    padding: 16.6666666667vw 0 11.6666666667vw;
  }
}
#sns .inner .iconbox {
  display: flex;
  justify-content: space-between;
  width: 360px;
  margin: 55px auto 65px;
}
@media screen and (max-width: 600px) {
  #sns .inner .iconbox {
    width: 83.3333333333vw;
    margin: 15vw auto 11.6666666667vw;
  }
}
#sns .inner .iconbox .icon {
  width: 50px;
  height: 50px;
}
#sns .inner .iconbox .icon:hover {
  opacity: 0.8;
}
#sns .inner .iconbox .icon img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #sns .inner .iconbox .icon {
    width: 12.5vw;
    height: 12.5vw;
  }
}
#sns .inner .snsbox {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #sns .inner .snsbox {
    width: 94vw;
    margin: auto;
  }
}
#sns .inner .snsbox .twitter {
  width: 530px;
  height: 445px;
}
#sns .inner .snsbox .twitter iframe {
  width: 27.6041666667vw !important;
  height: 23.1770833333vw !important;
}
@media screen and (max-width: 600px) {
  #sns .inner .snsbox .twitter {
    width: 94vw;
  }
  #sns .inner .snsbox .twitter iframe {
    width: 88vw !important;
    height: 100vw !important;
  }
}
#sns .inner .snsbox .facebook {
  width: 510px;
  height: 445px;
}
@media screen and (max-width: 600px) {
  #sns .inner .snsbox .facebook {
    display: none;
  }
}

#other {
  min-width: 1331px;
  padding: 85px 0 35px;
  background-image: url(./images/banner_back.png);
}
@media screen and (max-width: 600px) {
  #other {
    min-width: auto;
    padding: 11.6666666667vw 0 50vw;
  }
}
#other .inner .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1080px;
  height: 246px;
  margin: 75px auto 0;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap {
    width: 95vw;
  }
}
#other .inner .wrap li {
  display: flex;
  align-items: center;
  width: 258px;
  height: 66px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap li {
    width: 46vw;
    height: 13.44vw;
    margin-bottom: 5vw;
  }
}
#other .inner .wrap li.noitem {
  background-color: rgba(0, 0, 0, 0);
}
#other .inner .wrap li .img {
  width: 66px;
  height: 66px;
  margin-right: 12px;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap li .img {
    width: 13.44vw;
    height: 13.44vw;
    margin-right: 3.3333333333vw;
    margin-bottom: 0;
  }
}
#other .inner .wrap li .img img {
  width: 100%;
}
#other .inner .wrap li .text .title {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap li .text .title {
    font-size: 11px;
  }
}
#other .inner .wrap li .text .subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #949393;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap li .text .subtitle {
    font-size: 10px;
  }
}

#link {
  min-width: 1331px;
  background-image: url(./images/banner_back.png);
  padding-bottom: 110px;
}
@media screen and (max-width: 600px) {
  #link {
    min-width: auto;
    padding-bottom: 28.3333333333vw;
  }
}
#link .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin: 65px auto 0;
}
@media screen and (max-width: 600px) {
  #link .inner .wrap {
    width: 94vw;
    margin: 10vw auto 0;
  }
}
#link .inner .wrap a {
  display: inline-block;
  width: 240px;
  height: 68px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #link .inner .wrap a {
    width: 45vw;
    height: 12.5vw;
    margin-bottom: 5vw;
  }
}
#link .inner .wrap a img {
  width: 100%;
}
#link .inner .wrap a.dummy {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #link .inner .wrap a.dummy {
    display: block;
  }
}

#page {
  background-image: url(./images/banner_back.png);
}
@media screen and (max-width: 600px) {
  #page {
    background-image: none;
  }
}
#page .head {
  width: 100%;
  min-width: 1331px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #page .head {
    min-width: auto;
    height: 46.6666666667vw;
  }
}
#page .head .img {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #page .head .img {
    width: 100%;
    height: 100%;
  }
}
#page .head .img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #page .head .img img {
    width: 100%;
  }
}
#page .head .img:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(25, 25, 25, 0.7);
}
#page .head .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#page .head .text .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 43.66px;
}
@media screen and (max-width: 600px) {
  #page .head .text .title {
    font-size: 9vw;
    width: 100vw;
    text-align: center;
  }
}
#page .head .text .sub-title {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  #page .head .text .sub-title {
    margin-top: 4.1666666667vw;
    font-size: 3vw;
  }
}
#page .content {
  width: 1080px;
  min-width: 1331px;
  margin: 0 auto;
  padding: 60px 0 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  #page .content {
    width: 100vw;
    min-width: auto;
    padding: 40px 0 0px;
  }
}
#page .content h3 {
  width: 1000px;
  font-size: 25px;
  background-color: #191919;
  color: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 600px) {
  #page .content h3 {
    width: 94vw;
    padding: 4.1666666667vw 3.6666666667vw;
    margin: 6.6666666667vw 0 5.8333333333vw;
    font-size: 5.3333333333vw;
  }
}
#page .content .inner {
  width: 990px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page .content .inner {
    width: 94vw;
    margin-bottom: 50px;
  }
}
#page .content .inner.minHeight {
  min-height: 10em;
}
#page .content .inner .Title02 {
  font-size: 20px;
  background-color: #ececec;
  padding: 20px 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #page .content .inner .Title02 {
    font-size: 4.6666666667vw;
    padding: 1.6666666667vw 5vw;
    margin-bottom: 5.8333333333vw;
  }
}
#page .content .inner .Title02-color-orange {
  background-color: #f6461d;
  color: #fff;
}
#page .content .inner .Title02-color-green {
  background-color: #00b57d;
  color: #fff;
}
#page .content .inner .Title03 {
  font-size: 20px;
  background-color: #f7f8f8;
  border-bottom: 3px solid #197b96;
  padding: 0.5em 0.7em;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #page .content .inner .Title03 {
    font-size: 5.3333333333vw;
    margin-bottom: 20px;
  }
}
#page .content .inner .Title04 {
  font-size: 20px;
  border-left: 5px solid #197b96;
  padding: 3px 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #page .content .inner .Title04 {
    font-size: 5.3333333333vw;
    padding: 0.8333333333vw 2.5vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page .content .inner .Title05 {
  font-size: 20px;
  border-bottom: 1px solid #ececec;
  padding: 3px 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #page .content .inner .Title05 {
    font-size: 4.6666666667vw;
    padding: 3.3333333333vw 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
#page .content .inner .Text {
  padding: 0.5em 1em 4em 1em;
}
@media screen and (max-width: 600px) {
  #page .content .inner .Text {
    padding: 0.5em 0.5em 4em 0.5em;
  }
}
#page .content .inner .emphasis {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page .content .inner .emphasis {
    font-size: 4.6666666667vw;
    padding-left: 1.6666666667vw;
  }
}
#page .content .inner .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #page .content .inner .flexbox-sp-column {
    flex-direction: column;
  }
}
#page .content .inner .flexbox li img {
  width: 100%;
}
#page .content .inner .vertical {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  display: block;
}
#page .content .inner#yotei .bnr {
  margin-top: 1em;
  display: inline-block;
}
#page .content .inner#yotei .bnr img {
  width: 100%;
}
#page .content .inner#yotei .bnr.nolink {
  position: relative;
  pointer-events: none;
}
#page .content .inner#yotei .bnr.nolink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
#page .content .backBtn {
  display: block;
  margin-top: 2em;
  font-family: "Oswald", sans-serif;
  width: 125px;
  height: 41px;
  color: #fff;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  #page .content .backBtn {
    width: toVw(270, sp);
    height: toVw(90, sp);
    font-size: toVw(44.7, sp);
    padding-bottom: toVw(10, sp);
  }
}
#page .content .backBtn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(./images/arrow_w.png);
  background-size: cover;
  margin-top: 6px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #page .content .backBtn:after {
    width: toVw(17, sp);
    height: toVw(27, sp);
    margin-top: toVw(12, sp);
    margin-left: toVw(35, sp);
  }
}
#page .content .backBtn:after {
  transform: rotate(180deg);
  margin-right: 15px;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  #page .content .backBtn:after {
    margin-right: 5.8333333333vw;
  }
}
#page .content table {
  border-collapse: collapse;
  border-spacing: 0;
}
#page .content table.simple {
  width: 100%;
  border-top: 4px solid #197b96;
  margin: 25px 0;
}
@media screen and (max-width: 600px) {
  #page .content table.simple {
    margin: 8.3333333333vw 0;
  }
}
#page .content table.simple td {
  padding: 1em 0;
  border-bottom: 1px solid #197b96;
}
@media screen and (max-width: 600px) {
  #page .content table.simple td {
    padding: 8.3333333333vw 0;
  }
}
#page .content table.simple td:first-child {
  width: 40%;
  text-align: center;
  background-color: #f9f9f9;
}
#page .content table.simple td:last-child {
  width: 60%;
  padding-left: 2em;
}
@media screen and (max-width: 600px) {
  #page .content table.simple td:last-child {
    padding-left: 8.3333333333vw;
  }
}
#page .content table.form {
  width: 100%;
  border-top: 3px solid #197b96;
  border-bottom: 3px solid #197b96;
  background-color: #f9f9f9;
}
#page .content table.form tr {
  border-bottom: 1px solid #197b96;
}
#page .content table.form tr th {
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #page .content table.form tr th {
    width: 35vw;
  }
}
#page .content table.form tr th.must:after {
  content: "＊入力必須";
  display: block;
  font-size: 15px;
  color: #858585;
}
@media screen and (max-width: 600px) {
  #page .content table.form tr th.must:after {
    font-size: 2.6666666667vw;
  }
}
#page .content table.form tr td {
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  #page .content table.form tr td {
    padding: 6.6666666667vw 1.6666666667vw;
  }
}
#page .content table.form tr td input[type=text], #page .content table.form tr td input[type=email], #page .content table.form tr td input[type=number], #page .content table.form tr td input[type=tel], #page .content table.form tr td select, #page .content table.form tr td textarea {
  width: 630px;
  height: 60px;
}
#page .content table.form tr td input[type=text].min, #page .content table.form tr td input[type=email].min, #page .content table.form tr td input[type=number].min, #page .content table.form tr td input[type=tel].min, #page .content table.form tr td select.min, #page .content table.form tr td textarea.min {
  width: 600px;
}
@media screen and (max-width: 600px) {
  #page .content table.form tr td input[type=text].min, #page .content table.form tr td input[type=email].min, #page .content table.form tr td input[type=number].min, #page .content table.form tr td input[type=tel].min, #page .content table.form tr td select.min, #page .content table.form tr td textarea.min {
    width: 65vw;
  }
}
@media screen and (max-width: 600px) {
  #page .content table.form tr td input[type=text], #page .content table.form tr td input[type=email], #page .content table.form tr td input[type=number], #page .content table.form tr td input[type=tel], #page .content table.form tr td select, #page .content table.form tr td textarea {
    width: 65vw;
    height: 10vw;
  }
}
#page .content table.form tr td textarea {
  height: 180px;
}
@media screen and (max-width: 600px) {
  #page .content table.form tr td textarea {
    height: 30vw;
  }
}
#page .content table.form ~ .caption {
  text-align: center;
  margin-top: 20px;
}
#page .content table.form ~ .btn {
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  #page .content table.form ~ .btn {
    margin-top: 6.6666666667vw;
  }
}
#page .content table.form ~ .btn input[type=submit] {
  display: none;
}
#page .content table.form ~ .btn label {
  display: block;
  width: 590px;
  padding: 20px 0;
  background-color: #197b96;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #page .content table.form ~ .btn label {
    width: 66.6666666667vw;
    padding: 1.6666666667vw 0;
    font-size: 4.6666666667vw;
  }
}
#page .content table.form ~ .btn label:hover {
  opacity: 0.8;
}
#page .content a {
  color: #0096ff;
  word-break: break-word;
}
#page .menu {
  min-width: 1331px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  #page .menu {
    min-width: auto;
  }
}
#page .menu .inner {
  width: 900px;
  margin: 0 auto;
  padding: 25px 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #page .menu .inner {
    width: 100vw;
    padding: 6.6666666667vw 0 1.6666666667vw;
  }
}
#page .menu .inner li {
  font-size: 14px;
  color: #8e8e8e;
  padding: 0 20px;
  margin-bottom: 16px;
  border-left: 1px solid #8e8e8e;
  box-sizing: border-box;
}
#page .menu .inner li.active {
  color: #191919;
}
#page .menu .inner li.target {
  color: #191919;
}
@media screen and (max-width: 600px) {
  #page .menu .inner li {
    font-size: 3vw;
    padding: 0 3.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page .submenu {
  width: 1080px;
  min-width: 1331px;
  margin: 0 auto;
  padding: 0 0 70px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #page .submenu {
    width: 94vw;
    min-width: auto;
    font-size: 6.1666666667vw;
    padding: 0;
  }
}
#page .submenu .wrap {
  width: 986px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #page .submenu .wrap {
    width: 100%;
    margin: 8.3333333333vw auto 9.1666666667vw;
  }
}
#page .submenu .wrap li {
  width: 176px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #page .submenu .wrap li {
    width: 31%;
    margin-bottom: 4.1666666667vw;
  }
}
#page .submenu .wrap li:hover {
  opacity: 0.8;
}
#page .submenu .wrap li img {
  width: 100%;
}
#page .submenu .wrap li.dummy {
  visibility: hidden;
}
#page .LinkNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#page .LinkNav li {
  position: relative;
  color: #a3a3a3;
  z-index: 500;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 600px) {
  #page .LinkNav li {
    width: 45%;
    margin: 0 toMd(45) toMd(50) 0;
  }
}
#page .LinkNav li a {
  color: inherit;
  display: block;
  width: 315px;
  padding: 20px 0 20px 25px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #page .LinkNav li a {
    width: 80%;
    font-size: 4vw;
    padding: 5vw 0 5vw 0.8333333333vw;
  }
}
#page .LinkNav li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  transform: skew(-10deg);
  transition: 0.1s;
}
#page .LinkNav li:after {
  content: "+";
  display: block;
  position: absolute;
  font-size: 25px;
  font-weight: 300;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  #page .LinkNav li:after {
    font-size: 7.5vw;
    right: 2.5vw;
  }
}
#page .LinkNav li:hover {
  color: #fff;
}
#page .LinkNav li:hover:before {
  background-color: #e40073;
}
#page.playerlist {
  position: relative;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  #page.playerlist {
    min-width: auto;
  }
}
#page.playerlist .side {
  position: fixed;
  opacity: 0.5;
  bottom: -7vw;
}
@media screen and (max-width: 600px) {
  #page.playerlist .side {
    display: none;
  }
}
#page.playerlist .side .img img {
  width: 100%;
}
#page.playerlist .side.right {
  right: 0;
}
#page.playerlist .side.right .img {
  width: toVw(315);
}
#page.playerlist .side.left {
  left: 0;
}
#page.playerlist .side.left .img {
  width: toVw(300);
}
#page #players {
  z-index: 100;
}
#page #players .Title02 {
  color: #fff;
}
#page #players .Title02.SSTitle {
  background-color: #c20009;
}
#page #players .Title02.S1Title, #page #players .Title02.S2Title, #page #players .Title02.A1Title, #page #players .Title02.A2Title, #page #players .Title02.A3Title {
  background-color: #191919;
}
#page #players .Title02.L1Title {
  background-color: #e40073;
}
#page #players ul {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #page #players ul {
    margin-bottom: 16.6666666667vw;
  }
}
#page #players ul#SS .name:before {
  background-image: url(./images/players/SS.png);
}
#page #players ul#S1 .name:before, #page #players ul#S2 .name:before {
  background-image: url(./images/players/S1.png);
}
#page #players ul#A1 .name:before, #page #players ul#A2 .name:before, #page #players ul#A3 .name:before {
  background-image: url(./images/players/A1.png);
}
#page #players ul#L1 .name:before {
  background-image: url(./images/players/L1.png);
}
#page #players li {
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  #page #players li {
    margin-bottom: 16.6666666667vw;
  }
}
#page #players li .img {
  width: 180px;
  margin-right: 50px;
  margin-top: 12px;
}
#page #players li .img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  #page #players li .img {
    width: 30vw;
    margin-right: 2.5vw;
  }
}
#page #players li .img img {
  width: 100%;
}
#page #players li .info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page #players li .info {
    margin-bottom: 1.6666666667vw;
  }
}
#page #players li .info .name {
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #page #players li .info .name {
    font-size: 3.8vw;
  }
}
#page #players li .info .name:before {
  content: "";
  display: block;
  width: 30px;
  height: 52px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #page #players li .info .name:before {
    width: 5vw;
    height: 8.6666666667vw;
    margin-right: 2vw;
    background-size: cover;
  }
}
#page #players li .info .name span {
  font-size: 17px;
  font-weight: 400;
  margin-left: 65px;
}
@media screen and (max-width: 600px) {
  #page #players li .info .name span {
    font-size: 2vw;
    margin-left: 2.5vw;
  }
}
#page #players li .info .more {
  font-family: "Oswald", sans-serif;
  width: 125px;
  padding: 7px 0 12px;
  margin-left: auto;
  text-align: center;
  background-color: #ebebeb;
  color: #191919;
  font-size: 20px;
}
#page #players li .info .more a {
  color: #191919;
}
@media screen and (max-width: 600px) {
  #page #players li .info .more {
    width: 12.5vw;
    padding: 0.8333333333vw 0 1.3333333333vw;
    font-size: 2.2vw;
  }
}
#page #players li .info .more:after {
  content: ">";
  margin-left: 15px;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  #page #players li .info .more:after {
    margin-left: 2.5vw;
    margin-top: 0.5vw;
  }
}
#page #players li table {
  width: 750px;
}
@media screen and (max-width: 600px) {
  #page #players li table {
    width: 63.3333333333vw;
  }
}
#page #players li table tr td {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #page #players li table tr td {
    font-size: 2.8vw;
    padding: 1.6666666667vw 3.3333333333vw;
  }
}
#page #players li table tr td:first-child {
  width: 5em;
  padding: 0 70px;
  box-sizing: content-box;
  background-color: #f5f5f5;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 600px) {
  #page #players li table tr td:first-child {
    padding: 0 3.6666666667vw;
  }
}
#page #chara iframe {
  width: 100%;
}
#page #chara .guideline-list {
  margin: 16px 0;
}
#page #chara .guideline-list-item {
  display: flex;
  align-items: baseline;
  margin: 8px 0;
}
#page #chara .guideline-list-item__label {
  width: 80px;
  color: #fff;
  background: #008EAE;
  text-align: center;
  padding: 4px 8px;
  margin-right: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}
#page #chara .chara-list {
  width: 100%;
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page #chara .chara-list-item {
  width: calc(25% - 16px);
  background: #ffffff;
  margin: 16px 0;
}
@media screen and (max-width: 600px) {
  #page #chara .chara-list-item {
    width: calc(50% - 16px);
    margin: 16.6666666667vw 0;
  }
}
#page #chara .chara-list-item__image {
  width: 70%;
  margin: 0 15%;
}
#page #chara .chara-list-item__image img {
  width: 100%;
  height: auto;
}
#page #chara .chara-list-item__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
#page #chara .chara-list-item__info .info-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #page #chara .chara-list-item__info .info-title {
    font-size: 6vw;
  }
}
#page #chara .chara-list-item__info ul {
  text-align: center;
  margin: 10px 0;
}
#page #page-schedule {
  margin: 48px 0 30px;
}
#page #page-schedule .tableBox {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule .tableBox {
    margin-bottom: 20vw;
  }
}
#page #page-schedule table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 600px) {
  #page #page-schedule table.pc {
    display: none;
  }
}
#page #page-schedule table.pc tr:first-child td:first-child {
  width: 135px;
}
#page #page-schedule table.pc tr:first-child, #page #page-schedule table.pc tr:nth-child(2) {
  height: 40px;
}
#page #page-schedule table.pc tr:first-child td, #page #page-schedule table.pc tr:nth-child(2) td {
  background-color: #f8f8f8;
}
#page #page-schedule table.pc tr:nth-child(3) {
  height: 90px;
}
#page #page-schedule table.pc tr:nth-child(4), #page #page-schedule table.pc tr:nth-child(5), #page #page-schedule table.pc tr:nth-child(6), #page #page-schedule table.pc tr:nth-child(7), #page #page-schedule table.pc tr:nth-child(8) {
  height: 40px;
}
#page #page-schedule table.pc td {
  width: 32px;
  padding: 5px 2px;
  font-size: 14px;
}
#page #page-schedule table.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #page #page-schedule table.sp {
    display: table;
  }
}
@media screen and (max-width: 600px) {
  #page #page-schedule table.sp tr:first-child td:first-child {
    width: 30.8333333333vw;
  }
}
#page #page-schedule table.sp tr:first-child td:nth-child(2) {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #page #page-schedule table.sp tr:first-child td:nth-child(2) {
    width: 35vw;
  }
}
#page #page-schedule table.sp td {
  width: 16.6666666667vw;
  font-size: 2.6666666667vw;
}
#page #page-schedule table.sp td:first-child, #page #page-schedule table.sp td:nth-child(2) {
  background-color: #f8f8f8;
  font-size: 3vw;
  font-weight: 500;
}
#page #page-schedule table.sp td span.top-month {
  font-size: 4.6666666667vw;
  font-weight: 700;
}
#page #page-schedule table td {
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
#page #page-schedule table td.saturday {
  color: #5c6bc0;
}
#page #page-schedule table td.sunday {
  color: #ef5350;
}
#page #page-schedule table td.morning {
  background-color: #fbcbaa;
}
#page #page-schedule table td.honjo {
  background-color: #fff4f9;
}
#page #page-schedule table td.moaning {
  background-color: #fbcbaa;
}
#page #page-schedule table td.night {
  background-color: #465fa9;
  color: #fff;
}
#page #page-schedule table td.tokubetu {
  background-color: #e1f0ff;
}
#page #page-schedule table td.kinen {
  background-color: #e1fdd4;
}
#page #page-schedule table td.S_kyu {
  background-color: #fffdd6;
}
#page #page-schedule table td a.girls:after {
  content: "";
  background-image: url(./images/girls_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.1em;
  margin-left: 0.3em;
  display: inline-block;
}
#page #page-schedule table td span.top-month {
  font-size: 26px;
  font-weight: 700;
}
#page #page-schedule table td a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #page #page-schedule table td a {
    padding: 1.6666666667vw 0;
  }
}
#page #page-schedule table td a span {
  display: inline-block;
  color: #fff;
  padding: 0 0.1em;
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule table td a span {
    padding: 0.4166666667vw 1.1666666667vw;
    margin: 1.6666666667vw 0.8333333333vw;
    font-size: 2.6666666667vw;
  }
}
#page #page-schedule table td a span.GP {
  background-color: #B2241A;
}
#page #page-schedule table td a span.G1 {
  background-color: #DC362A;
}
#page #page-schedule table td a span.G2 {
  background-color: #b58e23;
}
#page #page-schedule table td a span.G3 {
  background-color: #ee7318;
}
#page #page-schedule table td a span.F1 {
  background-color: #3ea1df;
}
#page #page-schedule table td a span.F2 {
  background-color: #454db7;
}
#page #page-schedule .caption {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule .caption {
    text-align: left;
    margin: 0 1.6666666667vw 5.8333333333vw 1.6666666667vw;
  }
}
#page #page-schedule .caption .icon {
  display: inline-block;
  margin-right: 23px;
  font-size: 15.05px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule .caption .icon {
    margin-right: 5.8333333333vw;
    font-size: 3vw;
  }
}
#page #page-schedule .caption .icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule .caption .icon:before {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1.1666666667vw;
  }
}
#page #page-schedule .caption .icon-honjo:before {
  background-color: #fcc5db;
}
#page #page-schedule .caption .icon-moaning:before {
  background-color: #fbcbaa;
}
#page #page-schedule .caption .icon-night:before {
  background-color: #465fa9;
}
#page #page-schedule .caption .icon-tokubetu:before {
  background-color: #87c2fa;
}
#page #page-schedule .caption .icon-kinen:before {
  background-color: #9bd5c9;
}
#page #page-schedule .caption .icon-S_kyu:before {
  background-color: #f6f1a0;
}
#page #page-schedule .caption .icon-girls:before {
  background-image: url(./images/girls_icon.png);
  background-size: cover;
}
#page #k_kara #oldNav article {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #page #k_kara #oldNav article {
    margin-bottom: 8.3333333333vw;
  }
}
#page #k_kara #oldNav article .headbnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 55px;
  font-size: 16px;
  position: relative;
  z-index: 100;
  margin-right: 20px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #page #k_kara #oldNav article .headbnr {
    width: 30vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    margin-right: 5vw;
  }
}
#page #k_kara #oldNav article .headbnr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e40073;
  transform: skew(-10deg);
  z-index: -1;
}
#page #k_kara #oldNav article .linkbox {
  display: flex;
}
#page #k_kara #oldNav article .linkbox li {
  font-size: 16px;
  font-weight: 700;
  color: #a3a3a3;
}
@media screen and (max-width: 600px) {
  #page #k_kara #oldNav article .linkbox li {
    font-size: 4vw;
  }
}
#page #k_kara #oldNav article .linkbox li.active {
  color: #191919;
}
#page #k_kara #oldNav article .linkbox li:after {
  content: "|";
  margin: 0 15px;
  color: #a3a3a3;
}
#page #k_kara #oldNav article .linkbox li:first-child:before {
  content: "|";
  margin-right: 15px;
  color: #a3a3a3;
}
#page #k_kara #oldbox section {
  display: none;
}
#page #k_kara #oldbox section.active {
  display: block;
}
#page #k_kara .content1 {
  margin: 60px 0;
}
#page #k_kara .content1 .Title02 {
  margin: 0;
}
#page #k_kara .content1 table {
  width: 100%;
  background-color: #fffff8;
}
#page #k_kara .content1 table tr {
  border-bottom: 1px solid #f6461d;
}
#page #k_kara .content1 table tr td {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td {
    padding: 3.3333333333vw 5vw;
  }
}
#page #k_kara .content1 table tr td .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .img {
    width: 15vw;
    height: 15vw;
  }
}
#page #k_kara .content1 table tr td .img img {
  width: 100%;
}
#page #k_kara .content1 table tr td .text {
  flex-grow: 1;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text {
    font-size: 3vw;
  }
}
#page #k_kara .content1 table tr td .text span {
  color: #f6461d;
}
#page #k_kara .content1 table tr td .text .min {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text .min {
    font-size: 2.6666666667vw;
  }
}
#page #k_kara .content1 table tr td .text .ribbon {
  display: inline-block;
  color: #fff;
  padding: 7px 30px;
  margin: 0 30px;
  background-color: #f6461d;
  position: relative;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text .ribbon {
    padding: 0.3333333333vw 1.5vw;
    margin: 0 1.5vw;
  }
}
#page #k_kara .content1 table tr td .text .ribbon:before, #page #k_kara .content1 table tr td .text .ribbon:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 22px solid #f6461d;
  border-bottom: 22px solid #f6461d;
  border-left: 15px solid #f6461d;
  border-right: 15px solid #f6461d;
  top: 0;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text .ribbon:before, #page #k_kara .content1 table tr td .text .ribbon:after {
    border-top: 2.1666666667vw solid #f6461d;
    border-bottom: 2.1666666667vw solid #f6461d;
    border-left: 0.75vw solid #f6461d;
    border-right: 0.75vw solid #f6461d;
  }
}
#page #k_kara .content1 table tr td .text .ribbon:before {
  left: -35px;
  border-left: 15px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text .ribbon:before {
    left: -3.6666666667vw;
  }
}
#page #k_kara .content1 table tr td .text .ribbon:after {
  right: -35px;
  border-right: 15px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
  #page #k_kara .content1 table tr td .text .ribbon:after {
    right: -3.6666666667vw;
  }
}
#page #k_kara .content2 .Title02 {
  background-color: #191919;
  color: #fff;
  text-align: center;
}
#page #k_kara .content2 .question {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  background-image: url(./images/page/k_kara/BG.png);
  background-repeat: repeat;
  padding: 60px 0;
  margin-bottom: 50px;
  box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
}
@media screen and (max-width: 600px) {
  #page #k_kara .content2 .question {
    line-height: 8.3333333333vw;
    padding: 15vw 5vw;
    background-size: auto;
    font-size: 3.6666666667vw;
  }
}
#page #k_kara .content2 .question .answer {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content2 .question .answer {
    font-size: 6.6666666667vw;
  }
}
#page #k_kara .content2 .attention {
  color: #ff0000;
  text-align: center;
  padding-top: 20px;
}
#page #k_kara .content3 {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content3 {
    margin-bottom: 33.3333333333vw;
  }
}
#page #k_kara .content3 .Title02 {
  background-color: #197b96;
  color: #fff;
  text-align: center;
}
#page #k_kara .content3 .deadline {
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content3 .deadline {
    font-size: 3.6666666667vw;
    padding: 8.3333333333vw 0;
    margin-top: 16.6666666667vw;
  }
}
#page #k_kara .content4 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content4 {
    flex-direction: column;
  }
}
#page #k_kara .content4 a {
  display: block;
  width: 480px;
  height: 80px;
}
@media screen and (max-width: 600px) {
  #page #k_kara .content4 a {
    width: 100%;
    height: auto;
    margin-bottom: 13.3333333333vw;
  }
}
#page #k_kara .content4 a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page #eventlist {
    margin-top: 8.3333333333vw;
  }
}
#page #eventlist .eventpage-banner-image {
  width: 92%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 600px) {
  #page #eventlist .eventpage-banner-image {
    width: 100%;
    margin: 0 auto 1em;
  }
}
#page #eventlist article {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  #page #eventlist article {
    margin-bottom: 25vw;
  }
}
#page #eventlist article .date {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .date {
    font-size: 18px;
    margin-bottom: 6.6666666667vw;
  }
}
#page #eventlist article .wrap {
  display: flex;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap {
    flex-direction: column;
  }
}
#page #eventlist article .wrap .img {
  width: 310px;
  height: 200px;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .img {
    width: 100%;
    height: auto;
    margin-bottom: 8.3333333333vw;
  }
}
#page #eventlist article .wrap .img img {
  height: 100%;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .img img {
    width: 100%;
    object-fit: contain;
  }
}
#page #eventlist article .wrap .text {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  width: 668px;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .text {
    width: 100%;
    font-size: 16px;
  }
}
#page #eventlist article .wrap .text .list {
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .text .list {
    margin-bottom: 11.6666666667vw;
  }
}
#page #eventlist article .wrap .text .list li {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
#page #eventlist article .wrap .text .list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 4px solid #929292;
  border-right: 4px solid #929292;
  transform: rotate(45deg);
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .text .list li:before {
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-top: 3.5px solid #929292;
    border-right: 3.5cpx solid #929292;
  }
}
#page #eventlist article .wrap .text .btn {
  width: 100%;
  background-color: #ff3500;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .text .btn {
    padding: 5vw 0;
  }
}
#page #eventlist article .wrap .text .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 600px) {
  #page #eventlist article .wrap .text .btn:before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
    right: 5.8333333333vw;
  }
}
#page #eventlist article .wrap .text .btn:hover {
  opacity: 0.8;
}
#page #eventlist .pagenation {
  display: flex;
  justify-content: center;
  margin-top: 135px;
}
#page #eventlist .pagenation .page-numbers {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border: 4px solid #ececec;
  background-color: #ececec;
}
@media screen and (max-width: 600px) {
  #page #eventlist .pagenation .page-numbers {
    font-size: 8.1616666667vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    margin: 0 7.5vw;
    border: 0.6666666667vw solid #ececec;
  }
}
#page #eventlist .pagenation .page-numbers.current {
  background-color: #fff;
}
#page #event-single {
  width: 1000px;
}
@media screen and (max-width: 600px) {
  #page #event-single {
    width: 94vw;
  }
}
#page #event-single .date {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #page #event-single .date {
    font-size: 5.3333333333vw;
  }
}
#page #event-single article {
  width: 980px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 600px) {
  #page #event-single article {
    width: 100%;
  }
}
#page #event-single article.type2 h4 {
  background-color: #9cf33c;
}
#page #event-single article.type2 .wrap .item::before {
  background-color: #9cf33c;
}
#page #event-single article h4 {
  margin: 0 auto;
  background-color: #ffbb00;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page #event-single article h4 {
    font-size: 5.3333333333vw;
    padding: 2.5vw 3.3333333333vw;
  }
}
#page #event-single article .wrap {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap {
    width: 100%;
  }
}
#page #event-single article .wrap .Day {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .Day {
    font-size: 9.6666666667vw;
    margin: 6.6666666667vw 0 6.6666666667vw 0.25em;
  }
}
#page #event-single article .wrap .Day span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .Day span {
    font-size: 7.775vw;
  }
}
#page #event-single article .wrap .item {
  margin-bottom: 17px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .item {
    flex-direction: column;
    margin-bottom: 8.3333333333vw;
    margin-left: 0.5em;
  }
}
#page #event-single article .wrap .item-column {
  flex-direction: column;
}
#page #event-single article .wrap .item-column:before {
  margin-bottom: 20px;
}
#page #event-single article .wrap .item:before {
  content: attr(data-title);
  flex-shrink: 0;
  background-color: #ffbb00;
  padding: 0 10px;
  margin-right: 7px;
  color: #191919;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .item:before {
    padding: 0 4.1666666667vw;
    margin: 0 0 3.8333333333vw -0.5em;
  }
}
#page #event-single article .wrap .text {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .text {
    margin: 11.6666666667vw 0 11.6666666667vw 0.5em;
  }
}
#page #event-single article .wrap .item .linkbnr, #page #event-single article .wrap .text .linkbnr {
  position: relative;
  display: inline-block;
  background-color: #313131;
  color: #fff;
  width: 440px;
  padding: 10px 30px;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .item .linkbnr, #page #event-single article .wrap .text .linkbnr {
    width: 95%;
    padding: 3.3333333333vw 5vw;
    margin-top: 5vw;
  }
}
#page #event-single article .wrap .item .linkbnr:after, #page #event-single article .wrap .text .linkbnr:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap .item .linkbnr:after, #page #event-single article .wrap .text .linkbnr:after {
    right: 8.3333333333vw;
  }
}
#page #event-single article .wrap table.prize {
  border: toVw(2) solid #929292;
  background-color: #fffcf3;
}
#page #event-single article .wrap table.prize th, #page #event-single article .wrap table.prize td {
  border-bottom: 1px dashed #e6e4dd;
}
#page #event-single article .wrap table.prize th {
  background-color: #ffbb00;
  padding: 0 toVw(10);
}
#page #event-single article .wrap table.prize td {
  padding: toVw(10) toVw(20);
}
#page #event-single article .wrap table.prize td:nth-child(2) {
  border-right: toVw(2) solid #929292;
}
#page #event-single article .wrap table.prize td:last-child {
  max-width: 735px;
}
@media screen and (max-width: 600px) {
  #page #event-single article .wrap table.prize td:last-child {
    max-width: 100vw;
  }
}
#page #kyosan-race article {
  margin-bottom: 40px;
}
#page #kyosan-race table {
  width: 100%;
}
#page #kyosan-race table tr {
  border-bottom: 1px solid #3b8daa;
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
}
#page #kyosan-race table tr:first-child {
  background-color: #efefef;
  border-bottom: 4px solid #3b8daa;
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr:first-child {
    display: none;
  }
}
#page #kyosan-race table tr:first-child td {
  text-align: center;
  font-weight: bold;
}
#page #kyosan-race table tr td {
  border-left: 1px solid #aaa;
  padding: 15px 20px;
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr td {
    width: 100%;
    padding: 0;
    border-left: none;
    margin-bottom: 8.3333333333vw;
    text-align: center;
  }
  #page #kyosan-race table tr td:before {
    display: block;
    background-color: #efefef;
    border-bottom: 4px solid #3b8daa;
    padding: 5vw;
    margin-bottom: 5vw;
  }
}
#page #kyosan-race table tr td:first-child {
  width: 110px;
  border-left: none;
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr td:first-child {
    width: 100%;
  }
  #page #kyosan-race table tr td:first-child::before {
    content: "月日";
  }
}
#page #kyosan-race table tr td:nth-child(2) {
  width: 10em;
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr td:nth-child(2) {
    width: 100%;
  }
  #page #kyosan-race table tr td:nth-child(2)::before {
    content: "特記";
  }
}
@media screen and (max-width: 600px) {
  #page #kyosan-race table tr td:nth-child(3)::before {
    content: "対象レース";
  }
}
#page #kyosan-race h5 {
  margin: 27px 0px 7px;
  font-size: 16px;
  border-left: 5px solid #3b8daa;
  padding-left: 10px;
}
#page #kyosan-race li {
  margin-bottom: 10px;
  list-style: none;
}
#page #kyosan-race a {
  color: #3b8daa;
}
#page #mailmagazine .regibox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .regibox {
    margin-bottom: 8.3333333333vw;
    margin-left: 0;
  }
}
#page #mailmagazine .regibox img {
  width: 76px;
  height: 76px;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .regibox img {
    width: 21vw;
    height: 21vw;
    margin-right: 4.5vw;
  }
}
#page #mailmagazine .regibox div {
  font-size: 20px;
  font-weight: 500;
  color: #191919;
}
#page #mailmagazine .regibox div br {
  display: none;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .regibox div {
    font-size: 4.2vw;
  }
  #page #mailmagazine .regibox div br {
    display: block;
  }
}
#page #mailmagazine .methodbox {
  position: relative;
}
#page #mailmagazine .methodbox .stepbox {
  display: flex;
  align-items: baseline;
}
#page #mailmagazine .methodbox .stepbox .step {
  width: 160px;
  height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step {
    align-items: flex-end;
    width: 16vw;
    height: 18.5vw;
    font-size: 4vw;
    padding-bottom: 4.5vw;
  }
}
#page #mailmagazine .methodbox .stepbox .step:after {
  content: "";
  position: absolute;
  bottom: -50px;
  z-index: 999;
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 80px solid rgba(0, 0, 0, 0);
  border-right: 80px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step:after {
    bottom: -4.9166666667vw;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 8vw solid rgba(0, 0, 0, 0);
    border-right: 8vw solid rgba(0, 0, 0, 0);
  }
}
#page #mailmagazine .methodbox .stepbox .step-1 {
  background-color: #0070bd;
  height: 55px;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step-1 {
    height: 16.5vw;
  }
}
#page #mailmagazine .methodbox .stepbox .step-1:after {
  border-top: 25px solid #0070bd;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step-1:after {
    border-top: 5vw solid #0070bd;
  }
}
#page #mailmagazine .methodbox .stepbox .step-2 {
  background-color: #00a0e6;
}
#page #mailmagazine .methodbox .stepbox .step-2:after {
  border-top: 25px solid #00a0e6;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step-2:after {
    border-top: 5vw solid #00a0e6;
  }
}
#page #mailmagazine .methodbox .stepbox .step-3 {
  background-color: #01b4ea;
}
#page #mailmagazine .methodbox .stepbox .step-3:after {
  border-top: 25px solid #01b4ea;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step-3:after {
    border-top: 5vw solid #01b4ea;
  }
}
#page #mailmagazine .methodbox .stepbox .step-4 {
  background-color: #58c4ee;
}
#page #mailmagazine .methodbox .stepbox .step-4:after {
  border-top: 25px solid #58c4ee;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .step-4:after {
    border-top: 5vw solid #58c4ee;
  }
}
#page #mailmagazine .methodbox .stepbox .text {
  color: #191919;
  font-size: 17px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .text {
    font-size: 3.2vw;
    font-weight: 700;
  }
}
#page #mailmagazine .methodbox .stepbox .text:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #dadada;
  border-radius: 50px;
  margin: 0 20px 0 35px;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .text:before {
    width: 4vw;
    height: 4vw;
    margin: 0 4.1666666667vw 0 3.3333333333vw;
  }
}
#page #mailmagazine .methodbox .stepbox .text br {
  display: none;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .stepbox .text br {
    display: block;
  }
}
#page #mailmagazine .methodbox .vertical-line {
  position: absolute;
  width: 1px;
  height: 210px;
  background-color: #dadada;
  top: 50px;
  left: 225px;
}
@media screen and (max-width: 600px) {
  #page #mailmagazine .methodbox .vertical-line {
    height: 55vw;
    top: 11.6666666667vw;
    left: 22.6666666667vw;
  }
}
#page #notfound .btn {
  font-family: "Oswald", sans-serif;
  display: block;
  position: relative;
  background-color: #313131;
  color: #fff;
  padding: 10px 50px 10px 40px;
}
@media screen and (max-width: 600px) {
  #page #notfound .btn {
    padding: 3.3333333333vw 25vw 3.3333333333vw 23.3333333333vw;
  }
}
#page #notfound .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  right: toVw(15);
  transform: translateY(-50%) rotate(45deg);
  width: toVw(10);
  height: toVw(10);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  #page #notfound .btn:after {
    right: 6.6666666667vw;
    transform: translateY(-50%) rotate(45deg);
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

#page #yososhi .flexbox {
  justify-content: flex-start;
}
#page #yososhi .flexbox li {
  width: 229px;
  transition: 0.1s;
  margin-right: 24px;
  margin-bottom: 20px;
}
#page #yososhi .flexbox li.nolink {
  opacity: 0.3;
  pointer-events: none;
}
#page #yososhi .flexbox li:nth-child(4n+4) {
  margin-right: 0;
}
#page #yososhi .flexbox li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  #page #yososhi .flexbox li {
    width: 44vw;
    margin: 2vw 1.5vw;
  }
}
#page #yoso {
  -webkit-text-size-adjust: 100%;
}
#page #yoso .k_table {
  width: 100%;
  margin-bottom: 60px;
  table-layout: auto;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr {
    display: flex;
    flex-direction: column;
  }
  #page #yoso .k_table tr:first-child {
    display: none;
  }
}
#page #yoso .k_table-san tr {
  border-bottom: 1px solid #ff3000;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-san tr {
    border-bottom: none;
  }
}
#page #yoso .k_table-san tr:first-child {
  background-color: #ffeae5;
}
#page #yoso .k_table-san tr:first-child th {
  color: #ff3000;
}
#page #yoso .k_table-san tr td:before {
  background-color: #ffeae5;
  color: #ff3000;
}
#page #yoso .k_table-san tr td.race {
  color: #ff3000;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-san tr td.race {
    border-bottom: 0.3333333333vw solid #ff3000;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-san tr td.text {
    border-bottom: 0.1666666667vw solid #ff3000;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-san tr td.ticket {
    border-bottom: 0.1666666667vw solid #ff3000;
  }
}
#page #yoso .k_table-san tr td.ticket span {
  background-color: #ff3000;
}
#page #yoso .k_table-san tr td.evaluation-hot {
  color: #ff3000;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-san tr td.evaluation {
    border-bottom: 0.3333333333vw solid #ff3000;
  }
}
#page #yoso .k_table-gake tr {
  border-bottom: 1px solid #00b57d;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-gake tr {
    border-bottom: none;
  }
}
#page #yoso .k_table-gake tr:first-child {
  background-color: #edf9f5;
}
#page #yoso .k_table-gake tr:first-child th {
  color: #00b57d;
}
#page #yoso .k_table-gake tr td:before {
  background-color: #edf9f5;
  color: #17a67a;
}
#page #yoso .k_table-gake tr td.race {
  color: #00b57d;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-gake tr td.race {
    border-bottom: 0.3333333333vw solid #00b57d;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-gake tr td.text {
    border-bottom: 0.1666666667vw solid #00b57d;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-gake tr td.ticket {
    border-bottom: 0.1666666667vw solid #00b57d;
  }
}
#page #yoso .k_table-gake tr td.ticket span {
  background-color: #00b57d;
}
#page #yoso .k_table-gake tr td.evaluation-hot {
  color: #00b57d;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-gake tr td.evaluation {
    border-bottom: 0.3333333333vw solid #00b57d;
  }
}
#page #yoso .k_table tr:first-child th {
  text-align: center;
  padding: 20px 0;
}
#page #yoso .k_table tr td {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td {
    display: flex;
    align-items: center;
  }
  #page #yoso .k_table tr td:before {
    display: block;
    font-size: 3.25vw;
    width: 18.75vw;
    padding: 5vw 0;
    margin-right: 3.75vw;
    text-align: center;
    box-sizing: content-box;
    font-weight: normal;
  }
}
#page #yoso .k_table tr td.hot {
  color: #ff0000;
}
#page #yoso .k_table tr td.race {
  font-family: "Oswald", sans-serif;
  width: 150px;
  padding: 0 10px;
  font-size: 52.61px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.race {
    width: 100%;
    font-size: 10.67875vw;
    text-align: left;
    display: flex;
    align-items: baseline;
  }
}
#page #yoso .k_table tr td.race .min {
  font-size: 28.62px;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.race .min {
    font-size: 5.80875vw;
  }
}
#page #yoso .k_table tr td.race.none {
  font-size: 22px;
  padding: 1.5em 0;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.race.none {
    visibility: hidden;
  }
}
#page #yoso .k_table tr td.text {
  width: 330px;
  font-size: 22px;
  padding: 0 50px;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.text {
    width: 100%;
    font-size: 4.375vw;
    text-align: left;
    padding: 0;
  }
  #page #yoso .k_table tr td.text:before {
    content: "内容";
  }
}
#page #yoso .k_table tr td.ticket {
  width: 350px;
  padding: 0 40px;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
#page #yoso .k_table tr td.ticket span {
  display: inline-block;
  font-size: 27.17px;
  color: #fff;
  padding: 3px 18px;
  margin: 10px 10px 10px 0;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.ticket {
    width: 100%;
    padding: 0;
  }
  #page #yoso .k_table tr td.ticket:before {
    content: "勝負車券";
  }
  #page #yoso .k_table tr td.ticket span {
    display: inline-block;
    font-weight: 500;
    font-size: 4.625vw;
    padding: 0.625vw 2.75vw;
    margin: 0 2.5vw 0 0;
    border-radius: 3px;
  }
}
#page #yoso .k_table tr td.evaluation {
  width: 170px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table tr td.evaluation {
    width: 100%;
    text-align: left;
    font-size: 5vw;
    margin-bottom: 13.3333333333vw;
    padding: 0;
  }
  #page #yoso .k_table tr td.evaluation:before {
    content: "本命度合";
  }
}
#page #interview {
  -webkit-text-size-adjust: 100%;
}
#page #interview ul.tab {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #page #interview ul.tab {
    margin-bottom: 13.3333333333vw;
  }
}
#page #interview ul.tab li {
  width: 176px;
  margin-right: 20px;
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  #page #interview ul.tab li {
    width: 26.875vw;
    margin-right: 3vw;
  }
}
#page #interview ul.tab li.active {
  opacity: 1;
}
#page #interview ul.tab li:last-child {
  margin-right: 0;
}
#page #interview ul.tab li .Date, #page #interview ul.tab li .date {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page #interview ul.tab li .Date {
  font-family: "Oswald", sans-serif;
  flex-direction: column;
  background: linear-gradient(135deg, #7371b3, #36449f);
  height: 110px;
  font-size: 42.31px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}
#page #interview ul.tab li .Date .min {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  #page #interview ul.tab li .Date {
    height: 15.625vw;
    font-size: 6.48125vw;
  }
  #page #interview ul.tab li .Date .min {
    font-size: 3.37vw;
  }
}
#page #interview ul.tab li .date {
  background: linear-gradient(135deg, #393d6e, #1a2765);
  height: 43px;
  margin: 0;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #page #interview ul.tab li .date {
    height: 6.625vw;
    font-size: 3.06375vw;
  }
}
#page #interview .tabContent {
  display: none;
}
#page #interview .tabContent p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent p {
    padding: auto;
    margin: auto;
  }
}
#page #interview .tabContent.active {
  display: block;
}
#page #interview .tabContent .Title06 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #515151;
  padding: 15px 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent .Title06 {
    font-size: 4vw;
    padding: 3.75vw 3.125vw;
    margin-bottom: 7.5vw;
  }
}
#page #interview .tabContent .ReportF2 li .text {
  width: auto;
}
#page #interview .tabContent li {
  border-bottom: 1px dashed #e5177e;
  margin-bottom: 30px;
  padding-bottom: 30px;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template: auto 1fr/auto 1fr;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li {
    margin-bottom: 7.5vw;
    padding-bottom: 7.5vw;
  }
}
#page #interview .tabContent li img {
  width: 100%;
}
#page #interview .tabContent li img.thumbnail {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-right: 30px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li img.thumbnail {
    width: 42.5vw;
    height: 42.5vw;
    margin-right: 6.875vw;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
}
#page #interview .tabContent li .type {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1/2;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .type {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    margin: 0;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1/2;
  }
}
#page #interview .tabContent li .type .name {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .type .name {
    font-size: 5.25vw;
  }
}
#page #interview .tabContent li .type .number {
  font-size: 20px;
  font-weight: 700;
  background-color: #e5177e;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .type .number {
    font-size: 4.625vw;
    padding: 1.25vw 3.125vw;
    margin-bottom: 3.75vw;
  }
}
#page #interview .tabContent li .type .WIN {
  background: #f20909;
  padding: 3px 10px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .type .WIN {
    padding: 0.375vw 1.25vw;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 3.75vw;
  }
}
#page #interview .tabContent li .type .WIN:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 31px;
  background-image: url(./images/page/win.png);
  background-size: cover;
  margin-right: 2px;
  position: relative;
  top: 8px;
  left: -3px;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .type .WIN:before {
    width: 5.625vw;
    height: 5.8125vw;
  }
}
#page #interview .tabContent li .text {
  padding: 20px 0 0;
  width: 790px;
  line-height: 1.6em;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: 2/2;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent li .text {
    width: 100%;
    padding: 0;
    margin-top: 3.75vw;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
}
#page #interview .tabContent .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  #page #interview .tabContent .movie {
    margin-bottom: 17.5vw;
  }
}
#page #interview .tabContent .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #shusohyo a.btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 959px;
  margin: 0 auto;
  padding: 20px 30px;
  background: #00a1d9;
  background: linear-gradient(120deg, #00a1d9 0%, #00a1d9 5%, #0055cb 100%);
}
@media screen and (max-width: 600px) {
  #page #shusohyo a.btn {
    width: 100%;
    padding: 3.3333333333vw 2.5vw;
  }
}
#page #shusohyo a.btn span {
  display: block;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #page #shusohyo a.btn span {
    font-size: 5vw;
  }
}
#page #shusohyo a.btn span.bold {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: toVw(7);
}
@media screen and (max-width: 600px) {
  #page #shusohyo a.btn span.bold {
    font-size: 4vw;
    margin-bottom: 1.1666666667vw;
  }
}
#page #shusohyo a.btn:before {
  content: "";
  display: block;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAYAAAAcjSspAAADwklEQVR4nO2cO2gVQRSGv2wiokIEEW1iSgsRCfEBIlgJSgQbrbQQtVEbFXwgoo2Ij0I7G7XUShtBiJhKkICKL0QhjRAtfKEoeC2ijIycq+Pk7N1rJnf37t75YAnMzuzO/3N3Hid7tssYQ5PMBtYCq4HFwHxgRrONC2AC+AiMAaPAXaDWTDd6mqizBDgMbAHmtLEJWXwDrgPngBeN6jb6pcwDzgK7bL28FbQQK/gKcAT4pN0mzZSVwA1gUUmFN8NrYDPwwK+rmbIOuAnMSrnwV+AhMA58KUJNk8wF+oEVQG9Kk+/AJmDkn1JrinOsNMbUjM6wMWa9Mabba9PuR7f0ezhFV010/9HhCppnjBlXGr01xgyVzIi0Y0j0+IyL/kmmXFIqvzTG9FXEkPrRJ7p8LtXr1McUO+0+92aZd/I8vil2aGgJfTIuLnQubo1YaqfrRAoOK9Puzooaguja6ZV1iQ+/fyl2pfreW5jdBjbk289CGAbWOze2C7wFiSzd/ZXqhYqbUcfXaX1Ym8hexuXrpHm7uoyIXpfViWzuXOwA9LNDTPkpel0WJ7LbdRkvrIvF4Oud36Ns//9n6W6fwVPAGu86P4D7wNE23wqg9G9GM6GDRlhD9qWcXw7MlF12qQg1ZU3G+UGl7KIErFqJfSROTPX6oaZkRd60OMxW2cG2kqchpiRN1Ok4oikKoY/Pj4zzWljvVg6x3lchjUNNuS+zTBrPlPJtgfdsOaGmHJVpd9AbVI0YcrCNtacSasqXMq5DsogDrUI0RSGaohBNUYimKITOPnYPcwZYBXQ75TZ48xg4BHye1h7nQKgpJ4HdKecGxagdbac6g1BT/Piuz4BSdjWnZf6BqTYuInSwMafQwZSJA61CNEUh9PGZyDjfkaGDUfknfBpPlPLKhw6Oy2DbaJ1SOqYjdLCnjMIbEQdahWiKQjRFIZqiEE1RmI7QwfmMaP6Hae1xDoSaclp5oa5OfYe8vd1EZxFqyqqM88uUssqHDrLax9BBVYimKBQROriW05tMUybUlHsZoYNHStnewHu2nFBTjsnfRm9Hlo4e5RH4n5nBvsu+v4zCHXy9E4mkqbr0F9W7gvD1fkwkb9dlhRdFqzLdypg4lkic1aVXkis7gXVK0uVozPdJyfepSWa3i604VEw/c2PIMwTxoRZzCP8yKYfwhaS6u9gGd+QCVaJPdC30NF358w2EmJf8m9S8ZGIG+795yS4d/62D+FUM5asYafGUBxJjvZyy/S8zRnQNaIaQ8VGZOvFLOw3ojG8yAb8AP/MNtbBZGjsAAAAASUVORK5CYII=");
  background-size: cover;
  width: 69px;
  height: 69px;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #page #shusohyo a.btn:before {
    width: 11.5vw;
    height: 11.5vw;
    margin-right: 2.5vw;
  }
}
#page #shusohyo a.btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  right: 20px;
}
@media screen and (max-width: 600px) {
  #page #shusohyo a.btn:after {
    width: 2.5vw;
    height: 2.5vw;
    border-top: 0.8333333333vw solid #fff;
    border-right: 0.8333333333vw solid #fff;
    right: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  #page #yotei .Text {
    padding: 11.6666666667vw 0;
  }
}
#page #yotei a.btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 959px;
  margin: 20px auto;
  padding: 20px 30px;
  background: #00daa7;
  background: linear-gradient(120deg, #00daa7 0%, #00b7a4 100%);
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn {
    width: 100%;
    padding: 5vw 2.5vw;
    margin: 6.6666666667vw auto;
  }
}
#page #yotei a.btn.close {
  pointer-events: none;
}
#page #yotei a.btn.close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.32);
  transform: rotate(0deg);
  border: none;
}
#page #yotei a.btn span {
  display: block;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn span {
    font-size: 3.3333333333vw;
  }
}
#page #yotei a.btn span.bold {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
#page #yotei a.btn span.bold img {
  width: 230px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn span.bold img {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn span.bold {
    font-size: 4.3333333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
#page #yotei a.btn:before {
  content: "";
  display: block;
  background-image: url("data:img/png;base64,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");
  background-size: cover;
  width: 84px;
  height: 52px;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn:before {
    width: 12.0533333333vw;
    height: 7.4666666667vw;
    margin-right: 3.3333333333vw;
  }
}
#page #yotei a.btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  right: 20px;
}
@media screen and (max-width: 600px) {
  #page #yotei a.btn:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-top: 1.1666666667vw solid #fff;
    border-right: 1.1666666667vw solid #fff;
    right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #page #pamphlet .Text {
    padding: 11.6666666667vw 0;
  }
}
#page #pamphlet a.btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 959px;
  margin: 20px auto;
  padding: 20px 30px;
  background: #d30041;
  background: linear-gradient(120deg, #d30041 0%, #ac003a 100%);
}
@media screen and (max-width: 600px) {
  #page #pamphlet a.btn {
    width: 100%;
    padding: 5vw 2.5vw;
    margin: 6.6666666667vw auto;
  }
}
#page #pamphlet a.btn.close {
  pointer-events: none;
}
#page #pamphlet a.btn.close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.32);
  transform: rotate(0deg);
  border: none;
}
#page #pamphlet a.btn span {
  display: block;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #page #pamphlet a.btn span {
    font-size: 3.3333333333vw;
  }
}
#page #pamphlet a.btn span.bold {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (max-width: 600px) {
  #page #pamphlet a.btn span.bold {
    font-size: 4.3333333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
#page #pamphlet a.btn:before {
  content: "";
  display: block;
  background-image: url("data:img/png;base64,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");
  background-size: cover;
  width: 69px;
  height: 69px;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #page #pamphlet a.btn:before {
    width: 10vw;
    height: 10vw;
    margin-right: 3.3333333333vw;
  }
}
#page #pamphlet a.btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  right: 20px;
}
@media screen and (max-width: 600px) {
  #page #pamphlet a.btn:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-top: 1.1666666667vw solid #fff;
    border-right: 1.1666666667vw solid #fff;
    right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #page #view .LinkNav {
    flex-direction: column;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  #page #view .LinkNav li {
    width: 96%;
    margin: 0 auto;
  }
}
#page #view .LinkNav li a {
  padding: 20px 25px;
}
@media screen and (max-width: 600px) {
  #page #view .LinkNav li a {
    padding: 5vw 0 5vw 5vw;
  }
}
#page #view .LinkNav li.active {
  color: #fff;
}
#page #view .LinkNav li.active:before {
  background-color: #e40073;
}
#page #view article {
  display: none;
}
#page #view article.active {
  display: block;
}
#page #view article .container {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #page #view article .container {
    margin-bottom: 16.6666666667vw;
  }
}
#page #view article .container:last-child {
  margin-bottom: none;
}
#page #view article .Title05.date {
  padding-bottom: 25px;
}
#page #view article .rank {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #page #view article .rank {
    font-size: 6.1666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page #view article .rank:before {
  content: "";
  display: block;
  width: 34px;
  height: 60px;
  background-size: cover;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  #page #view article .rank:before {
    width: 9vw;
    height: 15.8333333333vw;
    margin-right: 3.3333333333vw;
  }
}
#page #view article .rank-SS:before {
  background-image: url(./images/players/SS.png);
}
#page #view article .rank-S:before {
  background-image: url(./images/players/S1.png);
}
#page #view article .rank-A:before {
  background-image: url(./images/players/A1.png);
}
#page #view article .rank-L:before {
  background-image: url(./images/players/L1.png);
}
#page #view article .textbox {
  margin-bottom: 45px;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  #page #view article .textbox {
    line-height: toVw(70, sp);
  }
}
@media screen and (max-width: 600px) {
  #page #view article .flexbox {
    flex-direction: column;
    align-items: center;
  }
}
#page #view article .player {
  width: 481px;
}
@media screen and (max-width: 600px) {
  #page #view article .player {
    width: 100%;
  }
}
#page #view article .player .img {
  width: 180px;
  height: 240px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  #page #view article .player .img {
    width: 57.1666666667vw;
    height: 76.0666666667vw;
    margin: 0 auto 5.8333333333vw;
  }
}
#page #view article .player .img img {
  width: 100%;
}
#page #view article .player .wrap {
  border: 2px solid #dddddd;
  background-color: #fbfbfb;
}
#page #view article .player .wrap .name {
  text-align: center;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 20px;
  margin: 25px 35px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #page #view article .player .wrap .name {
    padding-bottom: 3.3333333333vw;
    margin: 3.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#page #view article .player .wrap .name:before {
  content: "▶︎";
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  #page #view article .player .wrap .name:before {
    font-size: 28px;
    margin-right: 10px;
  }
}
#page #view article .player .wrap .name .place {
  font-size: 17px;
  font-weight: 400;
  margin-left: 24px;
}
@media screen and (max-width: 600px) {
  #page #view article .player .wrap .name .place {
    font-size: 4vw;
    margin-left: 6.6666666667vw;
  }
}
#page #view article .player .wrap .text {
  padding: 16px 30px 30px;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  #page #view article .player .wrap .text {
    padding: 0 3.3333333333vw 5vw;
    line-height: 5vw;
  }
}
#page #view article .member {
  margin-top: 50px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 600px) {
  #page #view article .member {
    margin-top: 13.3333333333vw;
  }
}
#page #view article .member .title {
  background-color: #f5f5f5;
  padding: 15px 25px;
}
@media screen and (max-width: 600px) {
  #page #view article .member .title {
    padding: 3.3333333333vw 5vw;
  }
}
#page #view article .member .list {
  padding: 28px 30px;
}
@media screen and (max-width: 600px) {
  #page #view article .member .list {
    padding: 3.3333333333vw 5vw;
  }
}
#page #view article .member .list b {
  margin-right: 35px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #page #view article .member .list b {
    margin-right: 5vw;
    margin-bottom: 3.3333333333vw;
    font-weight: 400;
  }
}
#page #view article .member .list b:before {
  content: "▶︎";
  font-size: 0.3em;
}
@media screen and (max-width: 600px) {
  #page #view article .member .list b:before {
    font-size: 0.5em;
    margin-right: 0.3em;
  }
}

#page #yusho table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0px;
  width: 100%;
  margin-bottom: 100px;
}
#page #yusho table tr th, #page #yusho table tr td {
  text-align: center;
  border-left: 1px solid #197b96;
}
@media screen and (max-width: 600px) {
  #page #yusho table tr th, #page #yusho table tr td {
    font-size: 4vw;
  }
}
#page #yusho table tr th:first-child, #page #yusho table tr td:first-child {
  border-left: none;
}
#page #yusho table tr th {
  background-color: #f9f9f9;
  border-bottom: 4px solid #197b96;
  font-weight: 500;
  padding: 15px 0;
}
#page #yusho table tr td {
  border-bottom: 1px solid #197b96;
  padding: 10px 0;
}
#page #yusho table tr td:first-child, #page #yusho table tr td:nth-child(4) {
  background-color: #f6fbff;
}
#page #yusho table.ptn1 tr td:first-child, #page #yusho table.ptn1 tr td:nth-child(5) {
  background-color: #f6fbff;
}
#page #yusho table.ptn1 tr td:nth-child(4) {
  background-color: #fff;
}
#page #page-ticket .menu-list {
  width: 890px;
  margin: 35px auto 75px;
  padding: 30px 60px;
  line-height: 2.3em;
  font-size: 18px;
  border: 1px solid #e3e3e3;
  background-color: #fefff9;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .menu-list {
    width: 100%;
    margin: 10vw auto 20vw;
    padding: 5vw 10vw;
    font-size: 4.6666666667vw;
    line-height: 2em;
  }
}
#page #page-ticket .menu-list li {
  display: flex;
  align-items: center;
}
#page #page-ticket .menu-list li:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  margin-right: 0.8em;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  transform: rotate(45deg);
}
#page #page-ticket .ticket_table {
  width: 815px;
  margin: 40px auto 70px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .ticket_table {
    width: 90%;
    margin: 10vw auto 16.6666666667vw;
  }
}
#page #page-ticket .ticket_table tr:first-child {
  border-top: 1px dashed #574d4b;
}
#page #page-ticket .ticket_table tr:first-child, #page #page-ticket .ticket_table tr:nth-child(2) {
  background-color: #fffef2;
}
#page #page-ticket .ticket_table tr:nth-child(3), #page #page-ticket .ticket_table tr:nth-child(4) {
  background-color: #fef8fb;
}
#page #page-ticket .ticket_table tr:nth-child(5), #page #page-ticket .ticket_table tr:nth-child(6) {
  background-color: #f4fafe;
}
#page #page-ticket .ticket_table tr:nth-child(7) {
  background-color: #f4f9f2;
}
#page #page-ticket .ticket_table tr td {
  border-bottom: 1px dashed #574d4b;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .ticket_table tr td {
    padding: 5vw 3.3333333333vw;
  }
}
#page #page-ticket .ticket_table tr td:first-child {
  border-right: 1px dashed #574d4b;
  width: 120px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .ticket_table tr td:first-child {
    width: 25vw;
  }
}
#page #page-ticket .content01 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content01 {
    margin: 0 auto 25vw;
  }
}
#page #page-ticket .content01 .img {
  width: 815px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content01 .img {
    width: 100%;
  }
}
#page #page-ticket .content02 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content02 {
    margin: 0 auto 25vw;
  }
}
#page #page-ticket .content02 .img {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content02 .img {
    width: 100%;
  }
}
#page #page-ticket .content03 {
  margin: 40px auto 100px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content03 {
    margin: 10vw auto 25vw;
  }
}
#page #page-ticket .content03 .img {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content03 .img {
    width: 90%;
  }
}
#page #page-ticket .content04 {
  margin: 40px auto 100px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content04 {
    margin: 10vw auto 25vw;
  }
}
#page #page-ticket .content04 .img {
  width: 680px;
  margin: 40px auto;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content04 .img {
    width: 100%;
    margin: 6.6666666667vw auto;
  }
}
#page #page-ticket .content05 .flexbox {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content05 .flexbox {
    flex-direction: column;
  }
}
#page #page-ticket .content05 .flexbox .left {
  margin-right: 30px;
  width: 385px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content05 .flexbox .left {
    width: 90%;
    margin: 8.3333333333vw 5%;
  }
}
#page #page-ticket .content05 .flexbox .right {
  width: 540px;
}
@media screen and (max-width: 600px) {
  #page #page-ticket .content05 .flexbox .right {
    width: 100%;
  }
}
#page #page-ticket img {
  width: 100%;
}
#page #sansanbank article {
  padding-bottom: 60px;
}
#page #sansanbank article.content01 .flexbox .left {
  width: 330px;
}
@media screen and (max-width: 600px) {
  #page #sansanbank article.content01 .flexbox .left {
    width: 90%;
    margin: 0 5% 13.3333333333vw;
  }
}
#page #sansanbank article.content01 .flexbox .left img {
  width: 100%;
}
#page #sansanbank article.content01 .flexbox .right {
  width: 630;
  margin-left: 20;
}
@media screen and (max-width: 600px) {
  #page #sansanbank article.content01 .flexbox .right {
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
#page #facilities img {
  width: 100%;
}
#page #facilities article {
  padding-bottom: 110px;
}
#page #facilities .content01 .flexbox {
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox {
    margin: 13.3333333333vw 0;
  }
}
#page #facilities .content01 .flexbox .left, #page #facilities .content01 .flexbox .right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox .left, #page #facilities .content01 .flexbox .right {
    width: 100%;
  }
}
#page #facilities .content01 .flexbox .left {
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox .left {
    margin-bottom: 13.3333333333vw;
  }
}
#page #facilities .content01 .flexbox .right table {
  width: 480px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox .right table {
    width: 100%;
  }
}
#page #facilities .content01 .flexbox .right table td {
  border: 1px solid #d6d6d6;
  padding-top: toVw(25);
  padding-bottom: toVw(25);
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox .right table td {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
#page #facilities .content01 .flexbox .right table td:first-child {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 500;
}
#page #facilities .content01 .flexbox .right table td:last-child {
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .flexbox .right table td:last-child {
    padding-left: 6.6666666667vw;
  }
}
#page #facilities .content01 .price-table {
  width: 100%;
  margin-top: 70px;
}
#page #facilities .content01 .price-table.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .price-table {
    width: 100%;
  }
  #page #facilities .content01 .price-table.pc {
    display: none;
  }
  #page #facilities .content01 .price-table.sp {
    display: table;
  }
  #page #facilities .content01 .price-table.sp tr:first-child .top::after {
    content: "";
  }
  #page #facilities .content01 .price-table.sp tr:last-child td {
    border-bottom: none;
  }
  #page #facilities .content01 .price-table.sp td, #page #facilities .content01 .price-table.sp th {
    padding: 8.3333333333vw 0;
    text-align: center;
    border-bottom: 1px solid #197b96;
    border-right: 1px solid #197b96;
    font-size: 4.3333333333vw;
  }
  #page #facilities .content01 .price-table.sp td.top, #page #facilities .content01 .price-table.sp th.top {
    border-right: 1.1666666667vw solid #197b96;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-weight: 500;
    padding: 5vw;
    position: relative;
    background-color: #fff;
  }
  #page #facilities .content01 .price-table.sp td.top:after, #page #facilities .content01 .price-table.sp th.top:after {
    content: "▶︎";
    color: #197b96;
    font-size: 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6666666667vw;
  }
  #page #facilities .content01 .price-table.sp td.top .vertical, #page #facilities .content01 .price-table.sp th.top .vertical {
    height: 6em;
    width: 2em;
  }
  #page #facilities .content01 .price-table.sp th {
    background-color: #f9f9f9;
  }
}
#page #facilities .content01 .price-table.pc tr td, #page #facilities .content01 .price-table.pc tr th {
  border: 1px solid #197b96;
  text-align: center;
  padding: 15px 0;
  padding: toMd(15) 0;
}
#page #facilities .content01 .price-table.pc tr td:first-child, #page #facilities .content01 .price-table.pc tr th:first-child {
  border-left: none;
}
#page #facilities .content01 .price-table.pc tr td:last-child, #page #facilities .content01 .price-table.pc tr th:last-child {
  border-right: none;
}
#page #facilities .content01 .price-table.pc tr th {
  background-color: #f9f9f9;
  font-weight: 500;
}
#page #facilities .content01 .price-table.pc tr:first-child td, #page #facilities .content01 .price-table.pc tr:first-child th {
  background-color: #fff;
  border: none;
  border-bottom: 4px solid #197b96;
  font-weight: 500;
}
#page #facilities .content01 .price-table.pc tr:first-child td:first-child:after, #page #facilities .content01 .price-table.pc tr:first-child th:first-child:after {
  display: none;
}
#page #facilities .content01 .price-table.pc tr:first-child td:after, #page #facilities .content01 .price-table.pc tr:first-child th:after {
  content: "▼";
  display: block;
  font-size: 14px;
  color: #197b96;
}
#page #facilities .content02 iframe {
  width: 100%;
  height: 555px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content02 iframe {
    height: 133.3333333333vw;
  }
}
#page #facilities .content02 .flexbox {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content02 .flexbox {
    margin-top: 13.3333333333vw;
  }
}
#page #facilities .content02 .flexbox .left, #page #facilities .content02 .flexbox .right {
  width: 580px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content02 .flexbox .left, #page #facilities .content02 .flexbox .right {
    width: 100%;
  }
}
#page #facilities .content02 .flexbox .left .Title02, #page #facilities .content02 .flexbox .right .Title02 {
  color: #fff;
  border-radius: 4px;
}
#page #facilities .content02 .flexbox .left .Title02 + div, #page #facilities .content02 .flexbox .right .Title02 + div {
  padding: 0 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 600px) {
  #page #facilities .content02 .flexbox .left {
    margin-bottom: 16.6666666667vw;
  }
}
#page #facilities .content02 .flexbox .left .Title02 {
  background-color: #1697e9;
}
#page #facilities .content02 .flexbox .right .Title02 {
  background-color: #d84c8d;
}
#page #facilities .content03 .caution {
  color: #f40000;
  font-weight: 500;
  border-left: 7px solid;
  padding: 13px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .caution {
    border-left: 1.1666666667vw solid;
    padding: 3.3333333333vw 6.6666666667vw;
    margin-bottom: 15vw;
  }
}
#page #facilities .content03 .flexbox {
  margin-bottom: 85px;
}
#page #facilities .content03 .flexbox .left, #page #facilities .content03 .flexbox .right {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox .left {
    margin-bottom: toVw(165);
  }
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox .right {
    margin-bottom: toVw(50);
  }
}
#page #facilities .content03 .flexbox table {
  width: 580px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox table {
    width: 100%;
  }
}
#page #facilities .content03 .flexbox table tr td {
  text-align: center;
  border-bottom: 1px solid #197b96;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox table tr td {
    padding: 4.1666666667vw 0;
  }
}
#page #facilities .content03 .flexbox table tr:first-child {
  border-bottom: 4px solid #197b96;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox table tr:first-child {
    border-bottom: 1.5vw solid #197b96;
  }
}
#page #facilities .content03 .flexbox table tr:first-child td:after {
  content: "▼";
  font-size: 14px;
  color: #197b96;
  display: block;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 .flexbox table tr:first-child td:after {
    font-size: 4.5033333333vw;
  }
}
#page #facilities .content03 .flexbox table tr:nth-child(2) {
  background-color: #f9f9f9;
}

#news article {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 10px;
}
@media screen and (max-width: 600px) {
  #news article {
    padding: 6.6666666667vw 2.5vw;
  }
}
#news article.important {
  background-color: #fef8fb;
}
#news article.important .info .category {
  margin-left: 0;
}
#news article:first-child {
  border-top: 1px solid #f0f0f0;
}
#news article .info {
  display: flex;
}
#news article .info .date {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #news article .info .date {
    font-size: 3.3333333333vw;
  }
}
#news article .info .category {
  color: #fff;
  width: 150px;
  font-size: 12px;
  padding: 3px 0;
  margin-left: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #news article .info .category {
    width: 33.3333333333vw;
    font-size: 2.6666666667vw;
    padding: 0.5vw 0;
    margin-left: 2.5vw;
  }
}
#news article .info .category-emergency {
  background-color: #e90b0b;
}
#news article .info .category-topics {
  background-color: #ea5d95;
}
#news article .info .category-event {
  background-color: #3eb59d;
}
#news article .title {
  display: block;
  color: #e5177e;
  font-size: 15px;
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #news article .title {
    font-size: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
#news .pagenation {
  display: flex;
  justify-content: center;
  margin-top: 135px;
}
@media screen and (max-width: 600px) {
  #news .pagenation {
    margin-top: 16.6666666667vw;
  }
}
#news .pagenation .page-numbers {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border: 4px solid #ececec;
  background-color: #ececec;
}
@media screen and (max-width: 600px) {
  #news .pagenation .page-numbers {
    font-size: 3.6666666667vw;
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    margin: 0 1.6666666667vw;
  }
}
#news .pagenation .page-numbers.current {
  background-color: #fff;
}

#page #blog {
  width: 1000px;
  min-width: auto;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  #page #blog {
    width: 100vw;
    padding: 3vw;
  }
}
#page #blog h3 {
  width: 100%;
}
#page #blog .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page #blog .inner {
    flex-direction: column-reverse;
  }
}
#page #blog .inner .left {
  width: 235px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left {
    width: 100%;
  }
}
#page #blog .inner .left.sidebar .blog-fieldset {
  display: flex;
  border: none;
  margin-bottom: 35px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left.sidebar .blog-fieldset {
    margin-bottom: 11.6666666667vw;
  }
}
#page #blog .inner .left.sidebar .blog-fieldset .blog-searchbox {
  display: flex;
}
#page #blog .inner .left.sidebar .blog-fieldset .blog-searchbox input[type=text] {
  border: none;
  color: #a4a4a4;
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left.sidebar .blog-fieldset .blog-searchbox input[type=text] {
    width: 128.3333333333vw;
  }
}
#page #blog .inner .left.sidebar .blog-sidebar-title {
  font-size: 17px;
  font-weight: 700;
  padding: 20px;
  background-color: #ffa433;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left.sidebar .blog-sidebar-title {
    font-size: 5.3333333333vw;
    padding: 5vw;
  }
}
#page #blog .inner .left.sidebar .blog-sidebar-archive {
  background-color: #fff8ef;
  padding: 0 10px 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left.sidebar .blog-sidebar-archive {
    padding: 0 1.6666666667vw 11.6666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
#page #blog .inner .left.sidebar .blog-sidebar-archive li {
  padding: 10px 0 10px 5px;
  border-bottom: 1px dotted #e1dbd4;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .left.sidebar .blog-sidebar-archive li {
    padding: 3.3333333333vw 0 3.3333333333vw 1.6666666667vw;
    font-size: 4vw;
  }
}
#page #blog .inner .left.sidebar .blog-sidebar-archive li a {
  color: #191919;
}
#page #blog .inner .right article {
  width: 760px;
  padding-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right article {
    width: 100%;
    padding-left: 0;
  }
}
#page #blog .inner .right article:first-child {
  padding-top: 0;
}
#page #blog .inner .right article .date {
  font-size: 17px;
  padding: 0 0 0 10px;
  color: #8d8d8d;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right article .date {
    font-size: 3.6666666667vw;
  }
}
#page #blog .inner .right article .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #191919;
  margin-top: 15px;
  padding: 0 0 10px 10px;
  border-bottom: 3px solid #ffa433;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right article .title {
    font-size: 4.6666666667vw;
    margin-top: 2.5vw;
    padding: 0 0 1.6666666667vw 1.6666666667vw;
    border-bottom: 0.5vw solid #ffa433;
  }
}
#page #blog .inner .right article .blog-content {
  padding: 20px 15px 95px;
  border-bottom: 1px solid #c5c5c5;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right article .blog-content {
    padding: 3.3333333333vw 2.5vw 16.6666666667vw;
    border-bottom: 1px solid #c5c5c5;
    font-size: 4vw;
  }
}
#page #blog .inner .right article img {
  width: 100%;
  height: auto;
}
#page #blog .inner .right .pagenation {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right .pagenation {
    margin-top: 16.6666666667vw;
    margin-bottom: 16.6666666667vw;
  }
}
#page #blog .inner .right .pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  width: 50px;
  height: 60px;
  border: 1px solid #cecece;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right .pagenation .page-numbers {
    width: 16.6666666667vw;
    height: 13.3333333333vw;
    margin-left: 2.5vw;
  }
}
#page #blog .inner .right .pagenation .page-numbers.current {
  background-color: #ececec;
  border: 1px solid #ececec;
}
#page #blog .inner .right .pagenation .page-numbers.next, #page #blog .inner .right .pagenation .page-numbers.prev {
  width: 130px;
  position: relative;
}
#page #blog .inner .right .pagenation .page-numbers.next:before, #page #blog .inner .right .pagenation .page-numbers.prev:before {
  position: absolute;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right .pagenation .page-numbers.next, #page #blog .inner .right .pagenation .page-numbers.prev {
    width: 33.3333333333vw;
  }
}
#page #blog .inner .right .pagenation .page-numbers.next:before {
  content: ">";
  right: 14px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right .pagenation .page-numbers.next:before {
    right: 3.3333333333vw;
  }
}
#page #blog .inner .right .pagenation .page-numbers.prev:before {
  content: "<";
  left: 14px;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right .pagenation .page-numbers.prev:before {
    left: 3.3333333333vw;
  }
}
#page #blog .inner .right .pagenation .page-numbers a {
  color: inherit;
}

footer {
  background-color: #313131;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  footer {
    min-width: auto;
  }
}
footer #footer {
  min-width: 1331px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 75px 0 60px;
}
@media screen and (max-width: 600px) {
  footer #footer {
    min-width: auto;
    padding: 8.3333333333vw 0 7.5vw;
  }
}
footer #footer .logo {
  width: 216px;
}
footer #footer .logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  footer #footer .logo {
    width: 26.6666666667vw;
  }
}
footer #footer .logo img {
  width: 100%;
}
footer #footer .iconbox {
  display: flex;
  margin-left: 65px;
}
@media screen and (max-width: 600px) {
  footer #footer .iconbox {
    margin-left: 5vw;
  }
}
footer #footer .iconbox .icon {
  margin-left: 23px;
}
footer #footer .iconbox .icon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  footer #footer .iconbox .icon {
    margin-left: 3.3333333333vw;
  }
}
footer #footer .iconbox .icon:first-child {
  margin: 0;
}
footer #footer .iconbox .icon-facebook, footer #footer .iconbox .icon-twitter, footer #footer .iconbox .icon-youtube, footer #footer .iconbox .icon-hopekun {
  width: 35px;
}
@media screen and (max-width: 600px) {
  footer #footer .iconbox .icon-facebook, footer #footer .iconbox .icon-twitter, footer #footer .iconbox .icon-youtube, footer #footer .iconbox .icon-hopekun {
    width: 5.8333333333vw;
  }
}
footer #footer .iconbox .icon-keirinjp {
  width: 145px;
}
@media screen and (max-width: 600px) {
  footer #footer .iconbox .icon-keirinjp {
    width: 23.3333333333vw;
  }
}
footer #footer .iconbox .icon img {
  width: 100%;
}
footer #sitemap, footer #copyright {
  color: #fff;
}
footer #sitemap .inner {
  display: flex;
  justify-content: space-between;
  width: 1281px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 600px) {
  footer #sitemap .inner {
    width: 100%;
    padding: 20vw 4.1666666667vw 10vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  footer #sitemap .inner .wrap {
    width: 50%;
    margin-bottom: 13.3333333333vw;
  }
  footer #sitemap .inner .wrap:first-child {
    order: 1;
  }
  footer #sitemap .inner .wrap:nth-child(2) {
    order: 3;
  }
  footer #sitemap .inner .wrap:nth-child(3) {
    order: 2;
  }
  footer #sitemap .inner .wrap:nth-child(4) {
    order: 4;
  }
}
footer #sitemap .inner .wrap li {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  footer #sitemap .inner .wrap li {
    margin-bottom: 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
footer #sitemap .inner .wrap li.large {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  footer #sitemap .inner .wrap li.large {
    margin-bottom: 10vw;
    font-size: 4.3333333333vw;
  }
}
footer #copyright .inner {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 600px) {
  footer #copyright .inner {
    padding-bottom: 8.3333333333vw;
    font-size: 3.6666666667vw;
  }
}

/*追加分--------------------------*/
