@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;
}
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: 13px;
  }
}
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;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  header {
    width: 100%;
    min-width: auto;
    border-top: 3px solid #e5177e;
    position: relative;
  }
}
header .top {
  display: flex;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  header .top {
    height: auto;
    padding: 0 0 15px 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: 2vw;
    padding: 3vw 0;
  }
  header .top.sp-open .right .icon:first-child {
    margin-left: 0;
  }
  header .top.sp-open .right .icon-keirinjp {
    width: 30vw;
    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,
header .top .right .icon-instagram {
  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,
header .top .right .icon-instagram {
    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,
header .top .right .icon-instagram 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,
header .top .right .icon-instagram 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.png);
  background-size: 100% 4px;
}
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: calc(15vw + 15px + 4px);
  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;
}
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: 90vw;
  }
}
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: 8vw;
    height: 8vw;
    top: 0;
    right: -4vw;
    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: 220px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  header #hovermenu li a {
    width: 40vw;
    margin-bottom: 20px;
  }
}
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;
  }
}

.border {
  width: 100%;
  height: 1px;
  background-image: url(./images/colorful_line.png);
  background-size: 100% 1px;
}
@media screen and (max-width: 600px) {
  .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.png);
    background-size: 100% 0.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .border.pc {
    display: none;
  }
}

#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: 13px;
}
@media screen and (max-width: 600px) {
  #emergency article {
    border-bottom: 2px solid #f8dbd0;
    font-size: 11px;
  }
}
#emergency article:last-child {
  border: none;
}
#emergency article a {
  display: flex;
  align-items: center;
  position: relative;
  width: 1331px;
  margin: 0 auto;
  padding: 15px 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;
  }
}
#emergency article a .icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  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: 12px;
    height: 13px;
    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: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.3333333333vw solid #d83535;
    border-right: 0.3333333333vw solid #d83535;
    right: -1.6666666667vw;
  }
}

#mov {
  position: fixed;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #mov {
    left: 50%;
    transform: translate(-50%);
  }
  #mov video {
    height: 100vh;
  }
}

#topbnr {
  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;
  }
}
#topbnr.mov {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  height: 85vh;
}
#topbnr.mov img {
  width: 12%;
  position: absolute;
  right: 2em;
  top: 2em;
}
@media screen and (max-width: 600px) {
  #topbnr.mov img {
    width: 30%;
    right: 0.5em;
    top: 1em;
  }
}
@media screen and (max-width: 600px) {
  #topbnr.mov {
    height: 90vh;
  }
}
#topbnr.mov .release-date {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 13px 30px;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 40px;
    border-radius: 15px;
    padding: 30px;
  }
}
#topbnr.mov .release-date .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .inner {
    flex-direction: column;
  }
}
#topbnr.mov .release-date .inner .date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 21px;
  width: 190px;
  text-align: center;
  margin-right: 30px;
  color: #fff;
  background-color: #e5177e;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .inner .date {
    width: 82%;
    margin: 0 auto 15px;
    padding: 3px 0;
  }
}
#topbnr.mov .release-date .inner .date .min {
  display: inline-block;
  font-size: 14px;
  margin: 0 2px;
}
#topbnr.mov .release-date .inner .date .medium {
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .inner a {
    display: inline-block;
    width: 100%;
  }
}
#topbnr.mov .release-date .inner li.event {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-right: 45px;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .inner li.event {
    padding: 15px 0;
    border-bottom: 2px dotted #aaa;
    width: 100%;
  }
}
#topbnr.mov .release-date .inner li.event .grade {
  color: #fff;
  width: 2.5em;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
}
#topbnr.mov .release-date .inner li.event .grade.GP {
  background-color: #b2241a;
}
#topbnr.mov .release-date .inner li.event .grade.G1 {
  background-color: #dc362a;
}
#topbnr.mov .release-date .inner li.event .grade.G2 {
  background-color: #b58e23;
}
#topbnr.mov .release-date .inner li.event .grade.G3 {
  background-color: #ee7318;
}
#topbnr.mov .release-date .inner li.event .grade.F1 {
  background-color: #3ea1df;
}
#topbnr.mov .release-date .inner li.event .grade.F2 {
  background-color: #454db7;
}
#topbnr.mov .release-date .inner li.event .place {
  font-size: 16px;
  font-weight: 500;
}
#topbnr.mov .release-date .inner li.event .icon span {
  margin-left: 3px;
}
#topbnr.mov .release-date .inner li.event .icon span.girls:after {
  width: 22px;
  background-image: url("./images/girls_icon.png?v=2");
  background-repeat: no-repeat;
  transform: translateY(2px);
}
#topbnr.mov .release-date .inner li.event .icon span.night:after {
  background-image: url("./images/night_icon.png");
  transform: translateY(2px);
}
#topbnr.mov .release-date .inner li.event .icon span.morning:after {
  background-image: url("./images/sunrise_icon.png");
  transform: translateY(2px);
}
#topbnr.mov .release-date .inner li.event .icon span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
}
#topbnr.mov .release-date .inner li.event .day {
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
}
#topbnr.mov .release-date .inner li.event.nolink {
  justify-content: center;
}
#topbnr.mov .release-date .inner li.event.nolink:after {
  display: none;
}
#topbnr.mov .release-date .inner li.event:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #e5177e;
  border-right: 2px solid #e5177e;
  transform: rotate(45deg) translateY(20%);
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .inner li.event:after {
    position: absolute;
    right: 10px;
  }
}
#topbnr.mov .release-date .note {
  text-align: center;
  font-size: 14px;
  color: #d00;
}
@media screen and (max-width: 600px) {
  #topbnr.mov .release-date .note {
    text-align: left;
    margin-top: 1em;
  }
}

#font {
  background-color: #000;
  text-align: center;
  padding: 1em 0;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  #font {
    min-width: auto;
  }
  #font img {
    width: 80%;
    margin: 0 10%;
  }
}
#font img {
  display: inline-block;
}

#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.png);
  background-size: 100% 1px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.png);
    background-size: 100% 0.1666666667vw;
  }
}
#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: space-around;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox {
    width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
    justify-content: space-between;
  }
}
#nextrace .inner .left .linkbox li {
  color: #ffd76a;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li {
    margin: 0;
    flex: 1;
  }
}
#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: 5px;
}
@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.svg);
  width: 27px;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.bicycle:before {
    width: 7.6666666667vw;
    height: 6.1666666667vw;
  }
}
#nextrace .inner .left .linkbox li a.binocular:before {
  background-image: url(./images/binocular.svg);
  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.svg);
  width: 27px;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.brochure:before {
    width: 7.6666666667vw;
    height: 6.1666666667vw;
  }
}
#nextrace .inner .left .linkbox li a.event:before {
  background-image: url(./images/event.svg);
  width: 27px;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.event:before {
    width: 7.6666666667vw;
    height: 6.1666666667vw;
  }
}
#nextrace .inner .left .linkbox li a.yososhi:before {
  background-image: url(./images/yososhi.svg);
  width: 27px;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #nextrace .inner .left .linkbox li a.yososhi:before {
    width: 7.6666666667vw;
    height: 6.1666666667vw;
  }
}
#nextrace .inner .right {
  position: relative;
  width: 580px;
  height: auto;
  margin: 0 56px;
  background-color: rgba(0, 0, 0, 0.82);
}
@media screen and (max-width: 600px) {
  #nextrace .inner .right {
    width: 90%;
    height: auto;
    margin: 14.1666666667vw 0 0 0;
  }
}
#nextrace .inner .right img {
  width: 100%;
}
#nextrace.mov {
  background: none;
}

#subbanner {
  background-color: #eeeeee;
  min-width: 1331px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #subbanner {
    min-width: auto;
  }
}
#subbanner .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 25px;
}
@media screen and (max-width: 600px) {
  #subbanner .inner {
    min-width: auto;
    width: 100%;
    padding: 60px 4%;
  }
}
#subbanner .inner .wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}
#subbanner .inner .wrap img {
  width: 100%;
  height: 163px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #subbanner .inner .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  #subbanner .inner .wrap img {
    width: 100%;
    height: 24.8356054531vw;
    object-fit: cover;
  }
}

#banner {
  padding: 66px 0 45px;
  background-image: url(./images/banner_back.png);
  width: 100%;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  #banner {
    min-width: auto;
    padding: 7vw 0 6vw;
  }
}
#banner .splide__arrow {
  position: absolute;
  top: 50%;
  color: rgba(232, 46, 130, 0.93);
  background-color: #fff;
  width: 55px;
  height: 90px;
  z-index: 998;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  #banner .splide__arrow {
    width: 6.3333333333vw;
    height: 10.8333333333vw;
    top: 45%;
  }
}
#banner .splide__arrow: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 .splide__arrow:after {
    font-size: 3.3333333333vw;
  }
}
#banner .splide__arrow.splide__arrow--prev {
  left: calc(50% - 16% - 55px);
}
#banner .splide__arrow.splide__arrow--prev:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #banner .splide__arrow.splide__arrow--prev {
    left: 5.8333333333vw;
  }
}
#banner .splide__arrow.splide__arrow--next {
  right: calc(50% - 16% - 55px);
}
#banner .splide__arrow.splide__arrow--next:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #banner .splide__arrow.splide__arrow--next {
    right: 5.8333333333vw;
  }
}
#banner .splide__pagination {
  position: static;
  text-align: center;
  z-index: 10;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #banner .splide__pagination {
    margin-top: 6vw;
  }
}
#banner .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #f3f3f3;
  opacity: 1;
  transform: scale(1.2);
}
@media screen and (max-width: 600px) {
  #banner .splide__pagination .splide__pagination__page {
    width: 2vw;
    height: 2vw;
    margin: 0 7px;
  }
}
#banner .splide__pagination .splide__pagination__page.is-active {
  background-color: #ea5d95;
}
#banner .splide__slide {
  filter: drop-shadow(0 3px 3px #888);
  padding-bottom: 15px;
}
#banner .splide__slide img {
  width: 100%;
}

#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.png);
  background-size: 100% 1px;
}
@media screen and (max-width: 600px) {
  #sitecontent .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.png);
    background-size: 100% 0.1666666667vw;
  }
}
#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;
}
#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 {
    font-size: 35px;
    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: 27vw;
    height: 9vw;
    font-size: 4.5vw;
    padding-bottom: 1.6666666667vw;
  }
}
#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: 15px 10px;
  }
}
#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: 14px;
  }
}
#sitecontent .inner #topnews.left .wrap article .category {
  display: inline-block;
  font-size: 12px;
  min-width: 120px;
  padding: 2px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #topnews.left .wrap article .category {
    font-size: 10px;
  }
}
#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: 14px;
  }
}
@media screen and (max-width: 600px) {
  #sitecontent .inner #info.right {
    padding: 20.8333333333vw 0 20vw;
  }
  #sitecontent .inner #info.right h2 {
    padding: 0 3.5vw;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  #sitecontent .inner #info.right h2 {
    font-size: 35px;
  }
}
#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: 30px 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: 10vw 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;
    font-size: 35px;
  }
}
#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: 27vw;
    height: 9vw;
    font-size: 4.5vw;
    padding-bottom: 1.6666666667vw;
  }
}
#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: #fff;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #schedule .caption {
    text-align: left;
    font-size: 14px;
    justify-content: flex-start;
    margin: 0 1.6666666667vw;
    font-size: 12px;
  }
}
#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: 5.8333333333vw;
    font-size: 3vw;
  }
}
#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;
}
#schedule .caption .tamano {
  width: 1130px;
  margin: 0.5em auto 0;
  font-size: 12px;
  text-align: left;
}
#schedule .caption .tamano span:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  background-color: #fcc5db;
}
@media screen and (max-width: 600px) {
  #schedule .caption .tamano {
    width: 100%;
    margin: 0 auto;
  }
  #schedule .caption .tamano span:before {
    content: "";
    margin-right: 0.3em;
    margin-top: 0.5em;
  }
}
#schedule.mov {
  background-color: white;
}
@media screen and (max-width: 600px) {
  #schedule.mov {
    width: 100vw;
    margin: 0 auto;
    padding: 10vw 3vw;
    background-color: white;
  }
}

#submenu {
  position: relative;
  min-width: 1331px;
  background-color: #eee;
  padding: 60px 0 68px 0;
}
@media screen and (max-width: 600px) {
  #submenu {
    min-width: auto;
    padding: toVw(100, sp) 0 toVw(62, sp);
  }
}
#submenu.splide:not(.is-overflow) .splide__pagination {
  display: block;
}
@media screen and (max-width: 600px) {
  #submenu.splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
}
#submenu .splide__track {
  width: 94.4270833333vw;
  min-width: 1331px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #submenu .splide__track {
    display: none;
  }
}
#submenu .splide__track li.splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#submenu .splide__track li.splide__slide img {
  width: 100%;
}
#submenu .splide__arrows {
  position: absolute;
  width: 80%;
  margin: 0 10%;
  bottom: 4.8em;
}
#submenu .splide__arrows .splide__arrow {
  color: #e82e82;
  background-color: rgba(0, 0, 0, 0);
  width: 55px;
  height: 90px;
  z-index: 999;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  #submenu .splide__arrows .splide__arrow {
    display: none;
  }
}
#submenu .splide__arrows .splide__arrow: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) {
  #submenu .splide__arrows .splide__arrow:after {
    font-size: 3.3333333333vw;
  }
}
#submenu .splide__arrows .splide__arrow.splide__arrow--prev {
  left: calc(50% - 10%);
}
#submenu .splide__arrows .splide__arrow.splide__arrow--prev:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #submenu .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 5.8333333333vw;
  }
}
#submenu .splide__arrows .splide__arrow.splide__arrow--next {
  right: calc(50% - 10%);
}
#submenu .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: "";
}
@media screen and (max-width: 600px) {
  #submenu .splide__arrows .splide__arrow.splide__arrow--next {
    right: 5.8333333333vw;
  }
}
#submenu .splide__pagination {
  position: static;
  text-align: center;
  z-index: 10;
  margin-top: 30px;
}
#submenu .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #f3f3f3;
  opacity: 1;
  transform: scale(1.2);
}
#submenu .splide__pagination .splide__pagination__page.is-active {
  background-color: #ea5d95;
}
#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: 78.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: 11.6666666667vw;
    height: 11.6666666667vw;
  }
}
#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;
}
@media screen and (max-width: 600px) {
  #sns .inner .snsbox .twitter {
    width: 94vw;
    height: auto;
    max-height: 445px;
  }
  #sns .inner .snsbox .twitter .twitter-timeline {
    display: none;
  }
  #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;
  }
}
#sns.mov {
  background-color: rgba(255, 255, 255, 0.7);
}

#keirinpark {
  min-width: 1331px;
  padding: 85px 0 90px;
}
@media screen and (max-width: 600px) {
  #keirinpark {
    min-width: auto;
    padding: 16.6666666667vw 0 11.6666666667vw;
  }
}
#keirinpark.mov {
  background-color: rgba(255, 255, 255, 0.7);
}
#keirinpark .inner {
  width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #keirinpark .inner {
    width: 84%;
    margin: 0 8%;
  }
  #keirinpark .inner h2 {
    font-size: 35px;
  }
}
#keirinpark .inner .wrap {
  display: grid;
  gap: 40px 0;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  #keirinpark .inner .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
#keirinpark .inner .wrap a {
  display: block;
  text-align: center;
}
#keirinpark .inner .wrap a img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #keirinpark .inner .wrap a img {
    width: 100%;
  }
}

#other {
  min-width: 1331px;
  padding: 85px 0 120px;
  background-image: url(./images/banner_back.png);
}
@media screen and (max-width: 600px) {
  #other {
    min-width: auto;
    padding: 11.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  #other .inner h2 {
    font-size: 35px;
  }
}
#other .inner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap {
    width: 92%;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}
#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;
  }
}
#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: 1.5vw;
    margin-bottom: 0;
  }
}
#other .inner .wrap li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#other .inner .wrap li .text.minwidth {
  width: 69%;
}
@media screen and (max-width: 600px) {
  #other .inner .wrap li .text.minwidth {
    width: 68%;
  }
}
#other .inner .wrap li .text .title {
  font-size: 14px;
  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;
  }
}
#other .tags {
  width: 1080px;
  margin: 30px auto 0;
}
@media screen and (max-width: 600px) {
  #other .tags {
    width: 92%;
  }
}
#other .tags a {
  display: inline-block;
  margin: 0 0.8em 0.8em 0;
  padding: 10px 13px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
  border: 1px solid #d8d8e2;
}
#other .tags a.important {
  border: 1px solid #d00;
  color: #d00;
}
@media screen and (max-width: 600px) {
  #other .tags a {
    font-size: 12px;
    padding: 8px 13px;
  }
}

#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;
  }
}
@media screen and (max-width: 600px) {
  #link .inner h2 {
    font-size: 35px;
  }
}
#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: 92vw;
    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: 28vw;
    height: auto;
    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;
  max-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 {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #page .head .img img {
    height: 100%;
    object-fit: cover;
  }
}
#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: 90vw;
    min-width: auto;
    padding: 40px 0 100px;
    font-size: 15px;
  }
}
#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: 100%;
    padding: 3.6666666667vw 3.6666666667vw;
    margin: 6.6666666667vw 0 5.8333333333vw;
    font-size: 4.6666666667vw;
  }
}
#page .content .inner {
  width: 990px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page .content .inner {
    width: 100%;
    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: 16px;
    padding: 1.6666666667vw 5vw;
    margin-bottom: 4.1666666667vw;
  }
}
#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 .Title02-color-violet {
  background-color: #e82d80;
  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: 3.7vw;
    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: 16px;
    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: 18px;
    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: 27vw;
    height: 9vw;
    font-size: 4.5vw;
    padding-bottom: 1.6666666667vw;
  }
}
#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: 5vw 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: 500px;
  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: 50vw;
    margin-right: 0.5em;
  }
}
@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;
}
@media screen and (max-width: 600px) {
  #page .content table.form.column tr {
    display: flex;
    flex-direction: column;
    padding: 1em 0 2em;
  }
  #page .content table.form.column tr th {
    width: 100%;
  }
  #page .content table.form.column tr th p {
    text-align: left;
    margin: 0;
  }
  #page .content table.form.column tr th:after {
    text-align: left;
  }
  #page .content table.form.column tr td {
    padding: 0 1.6666666667vw;
  }
  #page .content table.form.column tr td input[type=text],
#page .content table.form.column tr td input[type=email],
#page .content table.form.column tr td input[type=number],
#page .content table.form.column tr td input[type=tel],
#page .content table.form.column tr td select,
#page .content table.form.column tr td textarea {
    width: 100%;
    height: 10vw;
  }
  #page .content table.form.column tr td p {
    margin: 0;
  }
}
#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: 3vw;
    padding: 4vw 0 4vw 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 li {
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  #page #players li {
    margin-bottom: 16.6666666667vw;
  }
}
#page #players li.SS .name:before {
  background-image: url(./images/players/SS.png);
}
#page #players li.S1 .name:before, #page #players li.S2 .name:before {
  background-image: url(./images/players/S1.png);
}
#page #players li.A1 .name:before, #page #players li.A2 .name:before, #page #players li.A3 .name:before {
  background-image: url(./images/players/A1.png);
}
#page #players li.L1 .name:before {
  background-image: url(./images/players/L1.png);
}
#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: 8.3333333333vw 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: 18px;
    margin: 5px 0;
  }
}
#page #chara .chara-list-item__info ul {
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #page #chara .chara-list-item__info ul {
    margin: 0;
  }
}
#page #page-schedule {
  margin: 48px 0 30px;
}
@media screen and (max-width: 600px) {
  #page #page-schedule {
    margin-top: 0;
  }
}
#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 #page-schedule .caption .tamano {
  width: 1130px;
  margin: 0.5em auto 0 1.5em;
  font-size: 12px;
  text-align: left;
}
#page #page-schedule .caption .tamano span:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  background-color: #fcc5db;
}
@media screen and (max-width: 600px) {
  #page #page-schedule .caption .tamano {
    width: 100%;
    margin: 0 auto;
  }
  #page #page-schedule .caption .tamano span:before {
    content: "";
    margin-right: 0.3em;
    margin-top: 0.5em;
  }
}
#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: 18vw;
    height: 8vw;
    font-size: 2.4vw;
    margin-right: 3vw;
  }
}
#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: 2.4vw;
  }
}
#page #k_kara #oldNav article .linkbox li.active {
  color: #191919;
}
#page #k_kara #oldNav article .linkbox li:after {
  content: "|";
  margin: 0 0.78125vw;
  color: #a3a3a3;
}
#page #k_kara #oldNav article .linkbox li:first-child:before {
  content: "|";
  margin-right: 0.78125vw;
  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;
  padding-bottom: 40px;
}
#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: 16.6666666667vw;
  }
}
#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: 8.3333333333vw;
  }
}
#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;
}
@media screen and (max-width: 600px) {
  #page #eventlist .pagenation {
    margin-top: 75px;
  }
}
#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 {
    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: 100%;
  }
}
#page #event-single .date {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #page #event-single .date {
    font-size: 4vw;
  }
}
#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: 5vw;
  }
}
#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: 42vw;
    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-osi tr {
  border-bottom: 1px solid #e82d80;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-osi tr {
    border-bottom: none;
  }
}
#page #yoso .k_table-osi tr:first-child {
  background-color: #fef7fa;
}
#page #yoso .k_table-osi tr:first-child th {
  color: #e82d80;
}
#page #yoso .k_table-osi tr td:before {
  background-color: #fef7fa;
  color: #e82d80;
}
#page #yoso .k_table-osi tr td.race {
  color: #e82d80;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-osi tr td.race {
    border-bottom: 0.3333333333vw solid #e82d80;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-osi tr td.text {
    border-bottom: 0.1666666667vw solid #e82d80;
  }
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-osi tr td.ticket {
    border-bottom: 0.1666666667vw solid #e82d80;
  }
}
#page #yoso .k_table-osi tr td.ticket span {
  background-color: #e82d80;
}
#page #yoso .k_table-osi tr td.evaluation-hot {
  color: #ff0000;
}
@media screen and (max-width: 600px) {
  #page #yoso .k_table-osi tr td.evaluation {
    border-bottom: 0.3333333333vw solid #e82d80;
  }
}
#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;
    padding: 0;
  }
}
#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: 14px;
    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: 18px;
    margin-bottom: 13.3333333333vw;
    padding: 0;
  }
  #page #yoso .k_table tr td.evaluation:before {
    content: "本命度合";
  }
}
#page #yoso #players {
  margin-top: 100px;
}
#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: 5.6666666667vw;
  }
  #page #interview ul.tab li .Date .min {
    font-size: 3vw;
  }
}
#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: 3.3333333333vw;
  }
}
#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,iVBORw0KGgoAAAANSUhEUgAAAHEAAABGCAYAAAD7AXvFAAALN0lEQVR4nO1dC4xWxRX+9md5ylMgilBfUCsP2yKK0FILXbDEVlBbqBGLIMZiFYNtbSmlqa2Eh5KoWE1EKyW2aI2opSFUpFYQQ8W0KCJvwVdRERBkAVlYTnPMueT0MPf+9zH7/3ddvmSSvf8998y5c2bOzNz5ZraCiNDAUQBwtD4XQSEHNpQTAwB8AGA3gDkAvlYfX6Kht8RnAAw3v20BMA/AnwC8VSa7EqGht8TXHL91A3AHgK0A/glgDICWZbAtNhp6S+RK/AMAYwFURVTq/QCeEuduLrGNRdHQnahxGoCrAVwD4CshMpsAfKk85oXjhBPdOA/ADwGMEudqVOTM1hNOLAIOr78GcLsSy50TG/rAphh4/vh2vk084cTPBSrL+BKNAcwC8I0ElYnncLcCeLeObatXKKcTef51S8JneNR4SAYcJyAoZzjdn/K5A57tqPcoZ0t8HEBnAP1VZTofwBfk74MAlphn+DPY70psZ+5RTifyyO8u89sfAVwrf+8AcHkZ7Kp3ODE6/RygnC2xGLiCtc2BHS1yYEMk8uxE7hs/zoEduUfewmnXHNhQDLlbOM6TEy+Slfa8Y1re7MvTB/AFAK6Uvw8DGA3g0zLac23E6PgSAM+V2J5Q5MWJvEa3Xq0QMN/lR2W0pzuA/wBoFnJ/FYB+AHJReHkJp7cpB9Y65o+lRGPh12gHMhdnu7ru6+DmlA112RLbCDfloHxiOxQi10mWexrL9fwyfxudCuBX6pqd92UJ9XPU72vlW24Y3fFkSa1kFlANYC+A9323YB9ObCorEQMBXCCh8XRHK98t9IZXASyTPmUXgDulJQboCWBdVqNSgkeeLxrbvy2f/yrFcZqeMUoqXVN5/0GioweA9iEmHBSezkoAL4ju3ZmsZiemTF8noj8Q0V5Kh8NEtJiIPlFPP5PBnqypJRG9ad5kttF5pbm/lYjmZigDRo2892VEVJHmHdK8eBURLc9gdBQuKaMTHzJ2rSOiZkaGC3llHb07Yw0RXZHU9iThtAuAuwF8P+T+AQlFayVc7JB+oJn0jd0kzAwQXS5weJ0oA4tS4jIAC1V+h2XeutrYUJAyCFsH5cJcI6PXDQDeA7BP7rUU0tU5ort3xMDyWQA/Fu5rccT09nAi2u2oOQeJaJ60oCYJas95RPRyRI2cL+GtFC2wIxHtMPlPcsidHhGBXieicUTUPkG+bYhoNBE9F6KTu5mrfIXT3zoy+JSIZhLRqSkLri0R7YlwIuM1IupSAicuNPmyoxoZmYuJaGeEreuJqDKDDV8logUhuqcV6yujFPODcxxKlxJR14wFN8nonEJE9xLRUfP7u0TUrQ4dOM7kx7X/TCMzTAYfGtxyF5nfxnqwZwgRbXOU+cNRjoxSeK9RVCuFX8hoaHMTvriGt5B7Ax2hbWuGFh+VziaiapPXGCM/1OFArsSdiKgDEe1Tv7+TsEsJSxxmn3I48u6kTvyJUcDh83ueCm+C0T3Z3OeW8IaR4f6zqUcHcrh8yeSxwMj0Mk4iaRE61N5u7k/0ZF+FOM3i5rhO7C9zuAD893c8GddEamyAPdI/WrmOMljQ+L1HJ/7S6N5uBiUnEdFGI/OgI6S1Mn3lDs8DslnGhkNE1KeYE5s7JrzXezRqjNE9LUKWBzUfGPnBHmzobSopSdjUMveZ+wsdg50g2ag1xWN5VchIXWMtETWOcuJU88BcjwZxX7pB6T4g/UrUM0PMYGdDxn6nmUziNe4zMuebPN+RfipMJ1f895Q8R5eTPZZbS1NujNvCnNhJ5n0B/ktErT0aM8IYck/M52zfMD6DDfcYXevFCVpmiZGJ8xXpBvPMTI/lxqmfqVgf67CtBe80hlzt2ZDVSndNgjlgGzNifSvlnKzKvN9haXVa5kIj80RM3WzPFvXcQWkUPsvvYWPbL6wTm5nJ9zoPUwmdhhoD5iR8/lbz/OUJn29rQh7J4MbKzVP3ueb3SJDHVUb/A56deAYRHVH6twUDrUBgpDFgnGcD9OeqIykm8K3NnM5OB4qlx8z7rXAMVHiuuj9DHgVHtMn6UcSmx817XKyd+Bd144DnvnCAyfixlHoeMjbaviws2RbCc7+zHLLDjVyaefF3jY5HPTvRRrRZgRO5SX6kbiz0nPFik3HPlHqGGT2DYjzTWQYBGteFyM5WMtUJKolN+iPCUflo4KssK83666v8e0GWRjqo5Y7nPS4B8XLLUHX9VwBvpNTFdh1R1/2LyFfIeTSaRf40gEdC5Pupv1fKCnwaTDY2TE2pxwV+/+Xqd6aNNC8Is0vj3x4znWSup2fQVS30jgA9ishPkGNNAvDJUTdEyGt9WcpgmawHBhhuKkhWaNu4kpwTtESN9Z4yY70j1PVSAC9n1KmdeGaEXHfh7mhcB2BniDxHopPUddpoEWCyufZJON5krrtWOjathL1oUkwyJ01c4OGYLU0+6huhr52QlwI8AGBxhN5TzPWubGZ+xll9UrEgmEA1WCpyVmw3z7euFEpdgL0eMmE0koN9NNp63uXEFMczYshtNGy6MF0aPjby8NEpV0hZMMZ7cmK1uW5rj4m0L5MWtTnZln1EaIXFbLHcUR+7xTbIptkAvg6LsD46XGk828Lj+Z8jhOzTKIZsXDCns6PIsoMWRTx3VAoxziDlE3PdKkQuKSbIiR8QgpUP2MMCqysdoYND1DYPmf1Dkk+sVk7c4nE7+EfmOk6YjgOepszwXAbWtg8LjtGOnXLkBQWzf9FHRQuwX+iFAXJ3CJ+C9c+mgoMyn9fTd7ubMOc6qzQLdDnkeZ+k9g+39LcLEpY+VDeGlMGwOKgyMi951r9M/d1bNsPkDTy6v9CUQW3AQNaf2vrmdNu1/nBQI2xzn9DDfy6XkaV9vVgYaVjjS6F+eNJoGJsfuz/DuSbELfE4pw3wiulnr/es3wesTU9AOXGR2V51c06OHwnwU3M9tw7yIPlgHqCPbGvLCwaZUPrisUqnljlmmCWb6Z6XpNKmcx0r2mHMs6zpFMMzWuWZ4ZA2sQ3/Mv45xm7QSjuY1fOahPSEuki81vm8Md4nhdKVLJnqphw4cbyxaa3mwFrhKUb49QyLoz7SRIfxddUKg9TeEIL3Z1jI9pF6GtoICZXzmG6bSVMH83l+2h2sGdO3DMm3Vtjppcjbkpw3Ciu91GXQQWiV1h//J+d6sI/QxTVml9iRFzm2UM8ocQFaUtKqIiRi36mNYw8njwfaxXEipxvpeMzNuAcvbhrscOCzJQijNrVybOzhPZOnlSDvUw1zjoQc1tclH6VousORK2THbF0YziOwn5mRKEm/fFztK1HqYjYAkWy+qarD/AdKHho1UZuaopRVOEZqJCTjmzy3DN7+/YIjrzVl6ot06ubYZMT98/2eK1c70Vlr8iq6rTCO8p87dvCSsMRH2x06CVMvCdO29TH+XuI+KCrx/PEVh427ZI9isY1BUYk33/wmZDv5zoAgnNWJkCGt3WamM+IadGmMvXkV4rhbHJNXXcvvKEMfWCw1CYlMJAPBp4nomph7TDqL7ALHIDLA8rj7VZIcgcKLsTOLfFetFfLSZlkZYdZAc2EMnC0MuKjPeby8dKPwPvOKbwK4X06+CsP7wu3ZrpgT+ggU+/+nNHiRfgqAB6U8iyNFjeQR0t9Cak9abJYvMXn4xBUnVcpc0s6ps2CP7A9NcoxK4pZo0UvOBB0lh+wlRY18eH9UmOH18f/6FmT9lc9mHZbin2XWyvluf5aVpH0xnjkOPg7oKwidfKB8+edlo7PkhQLu517hsWyUE6eWyYKmJSjVZzBfibm1vGTGbPIvysIyl4M+ZfFNocRwl7HCQUFMBgD/A4Wqy1nZoLc0AAAAAElFTkSuQmCC");
  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,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAKEElEQVRogc1bDZBWVRl+loXdhRVZdo0/MSB0QSSERMVkoDQzCnVtgCIdE9NBEwq10rJRLM1KS/AnBcwKJX9wihQ1ByZDmQrTAQkzQAIEQUEQkN8F9mlO85x6OZ7vfvfu3mV5Z87s3vudc97z3HPOe9/3ec8tIQkArQEcBPDfiyNMygDU5z2kVgBKAbwJYD2A6wFUHSG4TwbwMICdAF4FcJEmKB8hWcVDZSfJqSR7udVwmItbgSNIzmdc1pH8FskOTR2XBb6X5AtG3QGSs0mefhjAl5P8GsllRv8uki/p/3+TXGF+20HyZyR75AF8m26eQnKWgHtZSPJCkq1yBlxD8vsk3zG63P836rc63Zsj3XUai52cR0kOzgO4L8eRvJPkdqNoJcmrSVY2EXAtyftI7jZ9u9m+jGSZqWeB2/ankXwimJwFJM9LOzlJwH05muR1JNcaJVtI3kayS0bAQwWiwfQ1j+TntL/D+oWA+9KT5BTZJS/LSY4n2bYxwE8i2TWo3JrkWJKvGCX1JB8i2T9BiWs3huTLQbuZJAcUeVAhcPdwhkRWnMPwHZLrjY7NJG8h2SktcGcwDmoZPUny05HZGE7y6WDm/kjyHFPnKJKTSK4xdd4n+WOSx6ZcISHwi3W9XW+evkH9MtVZYnTuITkjrBsDPpAfln+SnKBlbxX1ITlNnXtZSvJe9edlNclv6GFk2Roh8EmRsc2X4W0dtP0MyWeDunNJnlkM+CqSt5J81zT8gOT9kaX9EZI3k9wUKPobydEkSzMCLgbcAfhV8MDX6Q3ROejDbdsHSe5TPfe3Ign4ErN8xgavEcqKfolkG6OkrXn3Tmgk2DTAp+i6Wg7NKjOuer3ihgZ9uQeyS3WqWqVw/5yf/CiAoQAGApgOYDeAYQAeA/AWgFsAtAOwB8AWtVvffN7s/2QrgDsBnADg8wCekVv7ZQAvAXgNwDhVfhfAft8wDXArrqPxALoBmARgOYAuAG6SL91S0gDgOQAjAfQG8FNNwAAAD+nBHCJZgXvZDmAqgBMBzNS9yhYEbmW1gq3uAFbq/ofG1ljgXlwY+35TR2rEraRP5tTXXm3JqDQVeF7yKQCzAawF8MjhGFd+8W12aQ/gEgBfB9BPrd1eXQqgozGSzSItAfwkgXWgj9K9zQBmAJimt0Szy+EC7vTUAbhay9rLXwD8Qss8d3qp2IAKiaOgugLY2EQdNVq+3XTtDM5vAdwHYElQd5h0Pl6kzx7yGwoar2ISMyLeSvfQsnODGN5YBdqra8XrXavXzBUGtFvuV+rhLABwD4DyAn1t1V+3et4GcFfsHd1Y4G6QZwN4Sr+PAfBnAMsAXCWjlFUuBFCrgfoH63yAuwFsAHA/gI8DeE8OR0WB/mcBuEzkY5WcqBUAngdwgYjTdFKEiHAh6u1B8LFD0Vc/1Zmi+5N0PUfXdQVicxdJ/SkSzFwi7i3JV7fFcYG/EVfoxZEl3zUxuA9PB+raR4xVxYD7Uq4496/BgB05+WIK4J0VOa0zbXeLxPhEhiAlVo4heb1CXy8uAnvE6EsNvILkdJJnRBQNUphn+bIk4McEs7JKVFZ10K9jVa4Qk5IE3LE2d5D8WNDecW0jST4XECSZgH/VNFpM8nKS7QJFHUleIwLSyQUJM/60YugRETKwVtvFD2qnITxiwGfongP3DMkvRPrsLaJ0qyaoa1rgPU1DL442uovkCYGSkoB0jAEPiYhS/T4vmJm/k7zU7PUY8CGiv+tNO8e7fzuyiso1QUgL3BIL4wKC0cnzmuEYs5Jk3DrJ+Lxl+nLb4NckT824xzuJf7d97REzU4hnz2zckqzoDaKekoCfIWOzz7RdrVmqaaJxK9WbIkw7LdKWrcgCvIMopHERfjpmRX+XALzGAG6Q8RkZ2ZfHk/y5OL0k4I7hfaoAF99X7KtNglyXBfgE03Cr9nvviBU9T7TyuUVm/J6EPs5XH94S15v3cAz442ZsK2VgOwb9ViqpsEgTlRp4O1nyxUZJg+jamBVNu8ftqrkh4Nz3KckwpMiMdxGj+7Zpu1uv2EFFtmumPe73Z8yKxvZnEvCYnVgTsRNp9rjzAkcFGV7Kybo44gWmBh5a7JgV9Rb5lATg5QlvhvMjq6fGJA5jwEsie7uf3Ogdpv9Ncrc/mgV4N5Ible7pGXkg4Tt4ZgLw9mZAhXyBVnJu5mpL/T4BuLPg/yL5zcgBAafrqiDPPj4L8ImmYYOxooW8rlMTgEMGKOb9xRICNMmMGPAnTL1dSmGdHFnWwzUhlVmAuzKM5GPB3n6T5LURDymrcRtcIAX0yxTA2yiDsyB4WAuV8SlL0JvJuDkrelOQgk2KrAoBr5BDsSgYsE36hemrYg5Mf733PzD9uVzfD0h2byzwMK/sBvbFArH0qATgLiX8E5LvmTaF0rxpgFdEsrZHy/d4w+g4IMdqcBbgtWo4Rznv0IqeSPJuY7SmJgC3D+o1GZtCR0nSAB+XkLV14zxLgP0xkdFZgLsIab8Z8ArF21WBIpfvvjKw0iFwz4KMTdh7WYA/EKy4BQLXJujLLfXvBfdTLXX3SptMcoNRskvx8MCEwRcCntQmC3DIik/j/9O+1Dgna9xFjVtSqsaRgJPFto4RA+oo3csBLAawEMBYHbk83OKztscCuEbJQUdL3yyydHbA36diWUPZbzrqrwSAO2Z5pvjxdWI7W0K2AZgCoA+AzwL4gzCNAvACgNcBjGgscCuvKxvinvREAG8A6KRcV0uKy9rOE9/eC8CPlJZyObkDeQD3sgPAvcqDnQXggRYGbsUlQW5U4mI0gPmxSk3NnVFLKi+pzrEvl4t7stCPR0J+vATAudqf83RvV3Mrbcn8uLMLlyplfLzuHdAs3dbcyi3wNgA663RQc8ogGcivAGgrPRt0mmp6kJ3trr81qrsnt3HJ97WH3x7UobhizkZWB+aHBVJQo4JTiaW6F9bdJMopxtSkLYd4btAxx7mBomd1LDIv4F7CpKN1fyeK1vKyTXWXmnt75LX1yQO4L33lkto4eYk4rKQ4Nwm457uXiR1pH3GNbxc742WNYgN79vUcsbFeGpSaGp4HcF866cjzZqNovRJ6YaBSDHh1wMn5MkDEoyU6XtYR7/BAri39xQXYdq8oCEpqlwq4L20VRi43SnaKbgq5uELAbSkRB2/5uga1Cc+eFitd9LHAFtPXWiUQwng9M3BffPLA0j0HxH+dlgJ4meLof5j2u/V5Rm0j9qotlfpcZKXpe7sSGMc1Fbgtg3U6OPxYp04PyAKvFiW90dR9R4cEknJmjSmtRGGFH+vMMlutScB96aFPoCyXvcJY5ReDeHmZPrGKEf15l9P16ZidHPfq3JsHcF86iCK2xzyszBdnHvvYprlLL9FiO4Mx5QLcF2dRLyL5qizuwwX47pYoVcrwunybe1WW+o9q85Zm+RA2B3FBWQmAg/8BVgT2xJ5Cgo8AAAAASUVORK5CYII=");
  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: 4.6vw;
    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: 6.3vw;
    height: 11.0833333333vw;
    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%;
    margin-bottom: 5em;
  }
}
#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;
}
#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: 0;
  }
}
#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.notbackground {
  background-image: none;
}
#page #yusho table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0px;
  width: 100%;
  margin-bottom: 50px;
}
#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: 9px;
  }
}
#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;
}
@media screen and (max-width: 600px) {
  #page #yusho table tr td {
    padding: 5px 0;
  }
}
#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: 3.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;
}
@media screen and (max-width: 600px) {
  #page #sansanbank article {
    padding-bottom: 40px;
  }
}
#page #sansanbank article.content01 .flexbox .left {
  width: 35%;
}
@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: 62%;
}
@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 h4 {
  background-color: #ececec;
  font-size: 22px;
  padding: 15px 30px;
  margin-bottom: 40px;
  font-weight: 500;
}
#page #facilities .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 600px) {
  #page #facilities .gallery {
    gap: 10px;
  }
}
#page #facilities .content01 .text {
  margin-top: 1.2em;
}
#page #facilities .content01 .text.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #page #facilities .content01 .text.pc {
    display: none;
  }
  #page #facilities .content01 .text.sp {
    display: block;
  }
}
#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: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
#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: 6.6666666667vw 0;
    text-align: center;
    border-bottom: 1px solid #197b96;
    border-right: 1px solid #197b96;
    font-size: 12px;
  }
  #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: 100vw;
  }
}
#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: 48%;
}
@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;
}
#page #facilities .content02 .flexbox .left {
  margin-bottom: 3em;
}
@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 iframe {
  width: 100%;
  height: 555px;
}
@media screen and (max-width: 600px) {
  #page #facilities .content03 iframe {
    height: 100vw;
  }
}
#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 .tablebox {
  margin-bottom: 8em;
}
#page #facilities .content03 table {
  width: 100%;
  margin-bottom: 1em;
}
#page #facilities .content03 table tr {
  border-bottom: 1px solid #197b96;
}
#page #facilities .content03 table tr:first-child {
  border-bottom: 4px solid #197b96;
}
#page #facilities .content03 table tr:first-child td {
  border: none;
  width: 10%;
}
#page #facilities .content03 table tr:last-child td {
  width: 10%;
}
#page #facilities .content03 table tr:nth-child(2) td:last-child {
  border: none;
}
#page #facilities .content03 table tr td {
  text-align: center;
  border-right: 1px solid #197b96;
  padding: 15px 0;
}
#page #facilities .content03 table tr td.arrow {
  font-weight: bold;
}
#page #facilities .content03 table tr td.arrow:after {
  content: "▼";
  font-size: 14px;
  color: #197b96;
  display: block;
}
#page #facilities .content03 table tr td.head {
  width: auto;
  min-width: auto;
  background-color: #f9f9f9;
  font-weight: bold;
}
#page #renewal2024 {
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 {
    min-width: auto;
  }
}
#page #renewal2024 h2 {
  padding-bottom: 2em;
}
#page #renewal2024 #top {
  height: 100vh;
}
#page #renewal2024 #mov {
  position: fixed;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #mov {
    left: 50%;
    transform: translate(-50%);
  }
  #page #renewal2024 #mov video {
    height: 100vh;
  }
}
#page #renewal2024 #date {
  background-color: #fff;
  text-align: center;
  padding: 3em 0;
}
#page #renewal2024 #date img {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #date img {
    width: 90%;
  }
}
#page #renewal2024 #sitemap,
#page #renewal2024 #mainstandmap,
#page #renewal2024 #photo,
#page #renewal2024 #link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7em 0 10em;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #sitemap,
#page #renewal2024 #mainstandmap,
#page #renewal2024 #photo,
#page #renewal2024 #link {
    padding: 5em 0 7em;
  }
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #photo {
    padding-bottom: 0;
  }
}
#page #renewal2024 #photo .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2em 0;
  width: 90%;
  margin: 0 5%;
}
#page #renewal2024 #photo .wrap a {
  width: 90%;
  margin: 0 5%;
}
#page #renewal2024 #photo .wrap a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #photo .wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 0;
    width: 94%;
  }
}
#page #renewal2024 #link {
  min-width: auto;
  padding: 0 0 10em;
  background-image: none;
}
#page #renewal2024 #link a:first-child {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #link a:first-child img {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #link #link a:last-child img {
    width: 60%;
    margin: 0 20%;
  }
}
#page #renewal2024 footer.renewal {
  display: block;
  background-color: #000;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #page #renewal2024 footer.renewal {
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  #page #renewal2024 #sitemap h2 {
    padding-bottom: 1em;
  }
  #page #renewal2024 #sitemap h2 img {
    width: 70%;
    margin: 5% 15%;
  }
  #page #renewal2024 #sitemap h2 .map {
    width: 90%;
    margin: 5%;
  }
  #page #renewal2024 #sitemap img {
    width: 90%;
    margin: 0 5%;
  }
  #page #renewal2024 #mainstandmap h2 {
    padding-bottom: 1.5em;
  }
  #page #renewal2024 #mainstandmap h2 img {
    width: 80%;
    margin: 0 10%;
  }
  #page #renewal2024 #mainstandmap img {
    width: 90%;
    margin: 0 5%;
  }
  #page #renewal2024 #photo h2 {
    padding-bottom: 1.5em;
  }
  #page #renewal2024 #photo h2 img {
    width: 74%;
    margin: 0 13%;
  }
}

#page.interaction {
  background-image: none;
}
#page.interaction #interaction-banner {
  position: fixed;
  z-index: 10;
  left: 1em;
  bottom: 1em;
}
@media screen and (max-width: 600px) {
  #page.interaction #interaction-banner {
    display: none;
  }
}
#page.interaction .content {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  #page.interaction .content {
    width: 94vw;
  }
}
#page.interaction .content .emergency {
  width: 1000px;
  background-color: #d83535;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2em;
  padding: 10px 24px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .emergency {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 10px 0.3em;
    border-radius: 8px;
    font-size: 14px;
  }
}
#page.interaction .content .emergency .icon {
  color: #d83535;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .emergency .icon {
    padding: 0 2.5vw 0.3333333333vw;
    margin-right: 1.6666666667vw;
    flex-shrink: 0;
  }
}
#page.interaction .content .emergency .icon:before {
  content: "";
  display: inline-block;
  width: 14.4px;
  height: 15.6px;
  background-image: url(./images/em_icon_red.png);
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .emergency .icon:before {
    width: 12px;
    height: 13px;
    margin-right: 0.8333333333vw;
  }
}
#page.interaction .content section {
  width: 1000px;
  line-height: 1.6em;
  margin-bottom: 5em;
}
@media screen and (max-width: 600px) {
  #page.interaction .content section {
    width: 100%;
  }
}
#page.interaction .content section h4 {
  font-size: 20px;
  font-weight: 500;
  background-color: #ececec;
  padding: 20px 25px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page.interaction .content section h4 {
    font-size: 16px;
    padding: 1.6666666667vw 5vw;
    margin-bottom: 4.1666666667vw;
  }
}
#page.interaction .content section a {
  text-decoration: underline;
}
#page.interaction .content .menu {
  margin-bottom: 85px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
  #page.interaction .content .menu {
    gap: 1em;
    margin-bottom: 50px;
    grid-template-columns: 1fr;
  }
}
#page.interaction .content .menu a {
  position: relative;
  text-decoration: none;
  width: 80%;
  margin-top: 1em;
  margin-left: 10%;
  padding: 0.7em 0;
  background-color: #f2f2f2;
  opacity: 0.4;
}
#page.interaction .content .menu a:hover {
  opacity: 1;
  transition: 0.2s;
}
#page.interaction .content .menu a.active {
  opacity: 1;
}
#page.interaction .content .menu a img {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 100px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .menu a img {
    width: 25%;
  }
}
#page.interaction .content .menu a .text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5em;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .menu a .text {
    font-size: 14px;
  }
}
#page.interaction .content .menu a .text span {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #949393;
}
#page.interaction .content .main {
  margin-bottom: 5em;
}
#page.interaction .content .main img {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 2em;
}
#page.interaction .content .info,
#page.interaction .content .rule,
#page.interaction .content .form {
  color: #191919;
}
#page.interaction .content .info table,
#page.interaction .content .rule table,
#page.interaction .content .form table {
  margin: 3em 0;
  border-top: 3px solid #197b96;
}
#page.interaction .content .info table th,
#page.interaction .content .info table td,
#page.interaction .content .rule table th,
#page.interaction .content .rule table td,
#page.interaction .content .form table th,
#page.interaction .content .form table td {
  border-bottom: 1px solid #197b96;
  padding: 1em 0;
}
#page.interaction .content .info table th,
#page.interaction .content .rule table th,
#page.interaction .content .form table th {
  width: 25%;
  text-align: center;
  background-color: #f9f9f9;
  font-weight: 500;
}
#page.interaction .content .info table td,
#page.interaction .content .rule table td,
#page.interaction .content .form table td {
  padding-left: 2em;
}
#page.interaction .content .info table {
  width: 100%;
}
#page.interaction .content .info table td span.subtitle {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 0.3em;
  font-size: 15px;
  background-color: #f0f0f0;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .info table td span.subtitle {
    font-size: 13px;
  }
}
#page.interaction .content .info table td span.min {
  font-size: 14px;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .info table td span.min {
    font-size: 12px;
  }
}
#page.interaction .content .schedule .note {
  background-color: #f9f9f9;
  font-size: 16px;
  padding: 35px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .schedule .note {
    font-size: 1em;
    padding: 20px 20px;
  }
}
#page.interaction .content .schedule .btnbox {
  display: flex;
  color: #191919;
  margin-bottom: 30px;
}
#page.interaction .content .schedule .btnbox .schedule-btn {
  position: relative;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.3em 0.8em;
  margin-right: 35px;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .schedule .btnbox .schedule-btn {
    margin-right: 20px;
  }
}
#page.interaction .content .schedule .btnbox .schedule-btn:hover {
  opacity: 0.7;
}
#page.interaction .content .schedule .btnbox .schedule-btn.disable {
  opacity: 0.6;
  pointer-events: none;
}
#page.interaction .content .schedule .btnbox .schedule-btn.prev {
  padding: 0.2em 1em 0.2em 2.5em;
}
#page.interaction .content .schedule .btnbox .schedule-btn.prev:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  width: 11px;
  height: 13px;
  background-image: url(./images/page/interaction/prevArrow.png);
}
#page.interaction .content .schedule .btnbox .schedule-btn.next {
  padding: 0.2em 2.5em 0.2em 1em;
}
#page.interaction .content .schedule .btnbox .schedule-btn.next:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
  width: 11px;
  height: 13px;
  background-image: url(./images/page/interaction/nextArrow.png);
}
#page.interaction .content .schedule .calendar table {
  width: 100%;
}
#page.interaction .content .schedule .calendar table th,
#page.interaction .content .schedule .calendar table td {
  text-align: center;
  border: 1px solid #c5c5c5;
  color: #197b96;
}
#page.interaction .content .schedule .calendar table th {
  font-weight: 400;
}
#page.interaction .content .schedule .calendar table th.headcel {
  background-color: #197b96;
  color: #fff;
  font-size: 14px;
  word-break: break-all;
}
#page.interaction .content .schedule .calendar table th.time {
  color: #191919;
}
#page.interaction .content .schedule .calendar table td.sat {
  background-color: #f7fcff;
}
#page.interaction .content .schedule .calendar table td.sun {
  background-color: #fff7f7;
}
#page.interaction .content .schedule .calendar table td.off {
  background-color: #f5f5f5;
}
#page.interaction .content .schedule .calendar table td.hover {
  background-color: #fff9c1 !important;
}
#page.interaction .content .schedule .calendar table td.hover:hover {
  background-color: #fff177 !important;
}
#page.interaction .content .form h4 {
  background-color: #197b96;
  color: #fff;
  text-align: center;
}
#page.interaction .content .form table {
  width: 100%;
}
#page.interaction .content .form table th {
  width: 35%;
  font-size: 17px;
  color: #191919;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .form table th {
    font-size: 15px;
    padding: 6.6666666667vw 1.6666666667vw;
  }
}
#page.interaction .content .form table th .req,
#page.interaction .content .form table th .note {
  color: #858585;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .form table th .req,
#page.interaction .content .form table th .note {
    font-size: 2.6666666667vw;
  }
}
#page.interaction .content .form table th .note {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d83535;
}
#page.interaction .content .form table th .note:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/em_icon_red.png);
}
#page.interaction .content .form table td {
  width: 100%;
  padding: 0 2em;
  background-color: #f9f9f9;
}
#page.interaction .content .form table td input,
#page.interaction .content .form table td select {
  width: 100%;
  height: 60px;
  padding: 1em 1em;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .form table td input,
#page.interaction .content .form table td select {
    height: 10vw;
  }
}
#page.interaction .content .form .caption {
  text-align: center;
  font-size: 14px;
}
#page.interaction .content .form label {
  display: block;
  width: 590px;
  padding: 20px 0;
  background-color: #197b96;
  margin: 2em auto 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  /*旧設定*/
}
@media screen and (max-width: 600px) {
  #page.interaction .content .form label {
    width: 66.6666666667vw;
    padding: 1.6666666667vw 0;
    font-size: 4.6666666667vw;
  }
}
#page.interaction .content .form label:hover {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}
#page.interaction .content .form input[type=submit] {
  display: none;
}
#page.interaction .content .form .wpcf7 p {
  display: inline;
}
#page.interaction .content .form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff;
  margin-top: 0;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-weight: 700;
}
#page.interaction .content .form .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: #fff;
  margin-top: 0;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-weight: 700;
}
#page.interaction .content .btn {
  display: block;
  position: relative;
  border: 1px solid #e62385;
  padding: 1em 2em 1em 1em;
  border-radius: 4px;
  color: #e62385;
  text-decoration: none;
  width: 40%;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  #page.interaction .content .btn {
    width: 100%;
  }
}
#page.interaction .content .btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1.5px solid #e62385;
  border-right: 1.5px solid #e62385;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0.7em;
}

#photo_campaign {
  background-color: #fffee5;
  min-width: 1331px;
}
@media screen and (max-width: 600px) {
  #photo_campaign {
    min-width: auto;
  }
}
#photo_campaign img {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #photo_campaign img {
    width: 100%;
  }
}
#photo_campaign #top {
  position: relative;
  min-width: 750px;
  height: 725px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #photo_campaign #top {
    min-width: 100vw;
    height: 400px;
  }
}
#photo_campaign #top img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #top img {
    width: 1000px;
  }
}
#photo_campaign #info,
#photo_campaign #detail,
#photo_campaign #period,
#photo_campaign #prize,
#photo_campaign #agreement {
  width: 750px;
  margin: 80px auto;
  background-color: #f95256;
  border: 6px solid #f95256;
  border-radius: 13px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #info,
#photo_campaign #detail,
#photo_campaign #period,
#photo_campaign #prize,
#photo_campaign #agreement {
    width: 94%;
    margin: 40px 3%;
  }
}
#photo_campaign #info h2,
#photo_campaign #detail h2,
#photo_campaign #period h2,
#photo_campaign #prize h2,
#photo_campaign #agreement h2 {
  text-align: center;
  background-color: #f95256;
  border: 2px solid #fca9ab;
  border-radius: 7px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #info h2 img,
#photo_campaign #detail h2 img,
#photo_campaign #period h2 img,
#photo_campaign #prize h2 img,
#photo_campaign #agreement h2 img {
    width: auto;
    transform: scale(0.8);
  }
}
#photo_campaign #info .inner,
#photo_campaign #detail .inner,
#photo_campaign #period .inner,
#photo_campaign #prize .inner,
#photo_campaign #agreement .inner {
  border-top: 4px solid #f95256;
  background-color: #fff;
  padding: 70px 40px 100px 40px;
  font-size: 22px;
  line-height: 1.6em;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #info .inner,
#photo_campaign #detail .inner,
#photo_campaign #period .inner,
#photo_campaign #prize .inner,
#photo_campaign #agreement .inner {
    padding: 50px 20px 70px 20px;
    font-size: 16px;
  }
}
#photo_campaign #info .inner .text .min,
#photo_campaign #detail .inner .text .min,
#photo_campaign #period .inner .text .min,
#photo_campaign #prize .inner .text .min,
#photo_campaign #agreement .inner .text .min {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #info .inner .text .min,
#photo_campaign #detail .inner .text .min,
#photo_campaign #period .inner .text .min,
#photo_campaign #prize .inner .text .min,
#photo_campaign #agreement .inner .text .min {
    font-size: 14px;
  }
}
#photo_campaign #info .inner .text .link,
#photo_campaign #detail .inner .text .link,
#photo_campaign #period .inner .text .link,
#photo_campaign #prize .inner .text .link,
#photo_campaign #agreement .inner .text .link {
  color: #0096ff;
}
#photo_campaign #info .inner {
  padding: 40px;
  border: none;
  font-size: 22px;
  line-height: 1.6em;
  border-radius: 8px;
  text-align: center;
}
#photo_campaign #detail .inner .step {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #photo_campaign #detail .inner .step {
    margin-top: 80px;
  }
}
#photo_campaign #detail .inner .step img.step_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #detail .inner .step img.step_title {
    margin-bottom: 20px;
    width: auto;
    transform: scale(0.8);
  }
}
#photo_campaign #detail .inner .step .text {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #detail .inner .step .text {
    margin-bottom: 30px;
  }
}
#photo_campaign #period .inner {
  padding: 70px 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #photo_campaign #period .inner {
    padding: 40px 20px;
  }
}
#photo_campaign #prize .inner .text {
  margin-bottom: 70px;
}
#photo_campaign #agreement .inner .text {
  height: 1000px;
  overflow-y: scroll;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #photo_campaign #agreement .inner .text {
    font-size: 16px;
  }
}

#news article {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 10px;
}
@media screen and (max-width: 600px) {
  #news article {
    padding: 4.1666666667vw 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: 30vw;
    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;
    border: 2px solid #ececec;
  }
}
#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: 25%;
}
@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: 16px;
    padding: 3.3333333333vw;
  }
}
#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: 14px;
  }
}
#page #blog .inner .left.sidebar .blog-sidebar-archive li a {
  color: #191919;
}
#page #blog .inner .right {
  width: 73%;
  padding-left: 2%;
}
@media screen and (max-width: 600px) {
  #page #blog .inner .right {
    width: 100%;
  }
}
#page #blog .inner .right article {
  width: 100%;
  padding-top: 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: 14px;
    padding: 0 0 0 1.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: 16px;
    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: 14px;
    line-height: 1.8em;
  }
  #page #blog .inner .right article .blog-content p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
}
#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 .border {
  width: 100%;
  height: 1px;
  background-image: url(./images/colorful_line.png);
  background-size: 100% 1px;
}
@media screen and (max-width: 600px) {
  footer .border {
    width: 100%;
    height: 0.1666666667vw;
    background-image: url(./images/colorful_line.png);
    background-size: 100% 0.1666666667vw;
  }
}
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: 2.5vw;
  }
}
footer #footer .iconbox .icon:first-child {
  margin: 0;
}
footer #footer .iconbox .icon-instagram, 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-instagram, footer #footer .iconbox .icon-facebook, footer #footer .iconbox .icon-twitter, footer #footer .iconbox .icon-youtube, footer #footer .iconbox .icon-hopekun {
    width: 5vw;
  }
}
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: 1080px;
  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:nth-child(5) {
    order: 5;
  }
}
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: 12px;
  }
}
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: 15px;
  }
}
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;
  }
}

body#kinen {
  min-width: 1331px;
}
body#kinen.subpage header#kinen-head .mainimg, body#kinen.yotei header#kinen-head .mainimg, body#kinen.facilities header#kinen-head .mainimg {
  height: 240px;
}
@media screen and (max-width: 600px) {
  body#kinen.subpage header#kinen-head .mainimg, body#kinen.yotei header#kinen-head .mainimg, body#kinen.facilities header#kinen-head .mainimg {
    height: 56.1666666667vw;
  }
}
body#kinen.subpage header#kinen-head .mainimg img.topimg, body#kinen.yotei header#kinen-head .mainimg img.topimg, body#kinen.facilities header#kinen-head .mainimg img.topimg {
  top: -162px;
  left: -202px;
  bottom: auto;
  width: 1300px;
}
@media screen and (max-width: 600px) {
  body#kinen.subpage header#kinen-head .mainimg img.topimg, body#kinen.yotei header#kinen-head .mainimg img.topimg, body#kinen.facilities header#kinen-head .mainimg img.topimg {
    width: 208.3333333333vw;
    top: -7.5vw;
    left: -75vw;
  }
}
body#kinen.subpage header#kinen-head .mainimg img.toptext, body#kinen.yotei header#kinen-head .mainimg img.toptext, body#kinen.facilities header#kinen-head .mainimg img.toptext {
  width: 330px;
  height: auto;
  top: -5px;
  right: 310px;
}
@media screen and (max-width: 600px) {
  body#kinen.subpage header#kinen-head .mainimg img.toptext, body#kinen.yotei header#kinen-head .mainimg img.toptext, body#kinen.facilities header#kinen-head .mainimg img.toptext {
    width: 46.6666666667vw;
    top: -1.6666666667vw;
    right: -5vw;
  }
}
body#kinen.subpage header#kinen-head .mainimg .countdown, body#kinen.yotei header#kinen-head .mainimg .countdown, body#kinen.facilities header#kinen-head .mainimg .countdown {
  display: none;
}
body#kinen header#kinen-head {
  position: relative;
}
body#kinen header#kinen-head .top {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 0px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top {
    height: auto;
    padding: 5vw 0 3.3333333333vw 3.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .left,
body#kinen header#kinen-head .top .right {
    flex-direction: column;
  }
  body#kinen header#kinen-head .top .left div.pc,
body#kinen header#kinen-head .top .right div.pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .left {
    padding: 0;
  }
}
body#kinen header#kinen-head .top .left .siawasemasu img {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .left .siawasemasu img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-left: 0;
    margin-right: 10px;
  }
}
body#kinen header#kinen-head .top .left .logo {
  width: 200px;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .left .logo {
    width: 70.1785714286vw;
    height: 10.7142857143vw;
  }
}
body#kinen header#kinen-head .top .left .date {
  width: 414px;
  height: 46.5px;
  margin-top: 15px;
}
body#kinen header#kinen-head .top .left .date img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .left .date {
    width: 70.1785714286vw;
    height: 7.5vw;
    margin-top: 10px;
  }
  body#kinen header#kinen-head .top .left .date img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .right {
    padding: 0 4.1666666667vw 0 0;
  }
}
body#kinen header#kinen-head .top .right div {
  margin: 0 10px;
}
body#kinen header#kinen-head .top .right .logo {
  width: 158px;
  height: 31px;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .right .logo {
    width: 35.8928571429vw;
    height: 6.9642857143vw;
    margin-bottom: 3.3333333333vw;
  }
}
body#kinen header#kinen-head .top .right .logo img {
  width: 100%;
}
body#kinen header#kinen-head .top .right div.icon {
  display: block;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .right div.icon {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .top .right div.icon-keirinjp {
    display: block;
    width: 34.4642857143vw;
    height: 10vw;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .border.sp {
    display: block;
    background-size: cover;
  }
}
body#kinen header#kinen-head .mainimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 39vw;
  min-width: 1331px;
  min-height: 510px;
  overflow: hidden;
  background-image: url(./images/kinen2021/back.png);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg {
    height: 155vw;
  }
}
body#kinen header#kinen-head .mainimg img {
  width: 100%;
}
body#kinen header#kinen-head .mainimg img.toptext {
  position: absolute;
  top: 90px;
  right: 170px;
  width: 540px;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg img.toptext {
    top: 5vw;
    right: -3.3333333333vw;
    width: 93.3333333333vw;
    height: auto;
  }
}
body#kinen header#kinen-head .mainimg img.topimg {
  position: absolute;
  left: 250px;
  bottom: -160px;
  width: 54%;
  padding-top: 10px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg img.topimg {
    left: -82.5vw;
    bottom: -13.3333333333vw;
    width: 225vw;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg img.topimg.pc {
    display: none;
  }
}
body#kinen header#kinen-head .mainimg img.topimg.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg img.topimg.sp {
    display: block;
  }
}
body#kinen header#kinen-head .mainimg .countdown {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 140px;
  min-width: 90px;
  min-height: 70px;
  right: 230px;
  bottom: 50px;
  border: 3px solid #ca4d7e;
  color: #ca4d7e;
  border-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown {
    width: 35vw;
    height: 28.3333333333vw;
    top: 1.6666666667vw;
    left: 1.6666666667vw;
    border-radius: 10px;
  }
}
body#kinen header#kinen-head .mainimg .countdown .wrap {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown .wrap {
    line-height: 1.1;
  }
}
body#kinen header#kinen-head .mainimg .countdown .wrap .toptxt {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown .wrap .toptxt {
    font-size: 4vw;
  }
}
body#kinen header#kinen-head .mainimg .countdown .wrap .numtxt {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown .wrap .numtxt {
    font-size: 13.3333333333vw;
  }
}
body#kinen header#kinen-head .mainimg .countdown .wrap .daytxt {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown .wrap .daytxt {
    font-size: 6.6666666667vw;
  }
}
body#kinen header#kinen-head .mainimg .countdown .wrap .opentxt {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .mainimg .countdown .wrap .opentxt {
    font-size: 10vw;
  }
}
body#kinen header#kinen-head .snsnav {
  display: none;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .snsnav {
    display: flex;
    justify-content: space-between;
    padding: 5vw 20vw;
  }
  body#kinen header#kinen-head .snsnav .icon {
    width: 10vw;
    height: 10vw;
  }
  body#kinen header#kinen-head .snsnav .icon img {
    width: 100%;
  }
}
body#kinen header#kinen-head nav#menu {
  width: 100%;
  min-width: 1300px;
  background-color: #ca4d7e;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu {
    min-width: auto;
    width: 100vw;
  }
}
body#kinen header#kinen-head nav#menu .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu .inner {
    max-width: auto;
    width: 100%;
  }
}
body#kinen header#kinen-head nav#menu .inner:before {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  height: 1px;
  background-color: #b32a60;
  top: 50%;
  left: -100vw;
  transform: translateY(-50);
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu .inner:before {
    display: none;
  }
}
body#kinen header#kinen-head nav#menu .inner li {
  display: flex;
  align-items: center;
  color: #fff;
  width: calc(1299px / 6);
  font-size: 15px;
  padding: 0 0 0 20px;
}
body#kinen header#kinen-head nav#menu .inner li a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu .inner li {
    width: calc(100% / 6);
    font-size: toMd(15);
    padding: 0 0 0 toMd(20);
  }
  body#kinen header#kinen-head nav#menu .inner li a {
    padding: toMd(15) 0;
  }
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu .inner li {
    width: 50%;
    font-size: 4.3333333333vw;
    padding: 0 0 0 3.3333333333vw;
    border-bottom: 2px solid #b32a60;
  }
  body#kinen header#kinen-head nav#menu .inner li:nth-child(2n) {
    border-left: 2px solid #b32a60;
  }
  body#kinen header#kinen-head nav#menu .inner li a {
    padding: 5vw 0;
  }
}
body#kinen header#kinen-head nav#menu .inner li:before {
  content: "";
  display: block;
  border-left: solid 6px #ffcc00;
  border-right: solid 0px rgba(0, 0, 0, 0);
  border-top: solid 4px rgba(0, 0, 0, 0);
  border-bottom: solid 4px rgba(0, 0, 0, 0);
  width: 0px;
  height: 0px;
  padding-left: 8px;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head nav#menu .inner li:before {
    padding-left: toMd(8);
  }
}
body#kinen header#kinen-head nav#menu .inner li.close a {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
body#kinen header#kinen-head .kenkyu_banner {
  position: fixed;
  left: 10px;
  bottom: 0;
  width: 13vw;
  max-width: 200px;
  z-index: 999;
}
body#kinen header#kinen-head .kenkyu_banner a img {
  width: 100%;
}
body#kinen header#kinen-head .kenkyu_banner a:hover img {
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  body#kinen header#kinen-head .kenkyu_banner {
    display: none;
  }
}
body#kinen .kinen-bg {
  position: absolute;
  width: 1331px;
  z-index: 5;
}
body#kinen section.kinen {
  text-align: center;
}
body#kinen section.kinen h2 {
  font-family: "Oswald", sans-serif;
  font-size: 43.66px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen h2 {
    font-size: 10vw;
    margin-bottom: 10vw;
  }
}
body#kinen section.kinen 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) {
  body#kinen section.kinen h2:after {
    font-size: 4vw;
  }
}
body#kinen section.kinen#kinen-bannerbox {
  padding: 70px 0 90px;
}
body#kinen section.kinen#kinen-bannerbox .wrap {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-bannerbox .wrap {
    width: 116.6666666667vw;
  }
}
body#kinen section.kinen#kinen-bannerbox .wrap article {
  width: 100%;
  min-height: 100px;
  margin-bottom: 35px;
  background-color: #666666;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-bannerbox .wrap article {
    min-height: 16.6666666667vw;
    margin-bottom: 5.8333333333vw;
  }
}
body#kinen section.kinen#kinen-bannerbox .wrap .flexbox {
  display: flex;
  justify-content: space-between;
}
body#kinen section.kinen#kinen-bannerbox .wrap .flexbox article {
  width: 625px;
  min-height: 250px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-bannerbox .wrap .flexbox article {
    width: 56.6666666667vw;
    min-height: 22.6666666667vw;
  }
}
body#kinen section.kinen#kinen-information {
  position: relative;
  background-color: #f5f5f5;
  padding: 100px 0;
}
body#kinen section.kinen#kinen-information .wrap {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 100px;
  border-top: 7px solid #ca4d7e;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .wrap {
    width: 116.6666666667vw;
    padding: 10vw 6.6666666667vw;
  }
}
body#kinen section.kinen#kinen-information .wrap article.news {
  display: flex;
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .wrap article.news {
    flex-direction: column;
    align-items: flex-start;
  }
}
body#kinen section.kinen#kinen-information .wrap article.news .date {
  padding-right: 60px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .wrap article.news .date {
    font-size: 3.6666666667vw;
  }
}
body#kinen section.kinen#kinen-information .wrap article.news .title {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .wrap article.news .title {
    font-size: 4.6666666667vw;
    margin-bottom: 0.5em;
  }
}
body#kinen section.kinen#kinen-information .wrap article.news .content {
  text-align: left;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .wrap article.news .content {
    font-size: 3.6666666667vw;
  }
}
body#kinen section.kinen#kinen-information .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-information .arrow {
    display: none;
  }
}
body#kinen section.kinen#kinen-movie {
  padding: 80px 0 150px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-movie {
    padding: 22.5vw 0 20vw;
  }
}
body#kinen section.kinen#kinen-movie .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-movie .wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
body#kinen section.kinen#kinen-movie .wrap iframe {
  width: 540px;
  height: 303.75px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-movie .wrap iframe {
    width: 112vw;
    height: 63vw;
    margin-right: 0;
  }
}
body#kinen section.kinen#kinen-movie .wrap .bnrbox {
  width: 540px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-movie .wrap .bnrbox {
    width: 90%;
    margin: 1em 0 0;
  }
}
body#kinen section.kinen#kinen-event {
  padding: 135px 0 220px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-event {
    padding: 22.5vw 0 36.6666666667vw;
  }
}
body#kinen section.kinen#kinen-event .wrap {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-event .wrap {
    width: 116.6666666667vw;
  }
}
body#kinen section.kinen#kinen-event .wrap nav {
  display: flex;
  border-bottom: 3px solid #93204d;
}
body#kinen section.kinen#kinen-event .wrap nav li {
  width: 20%;
  padding: 20px 0 30px;
  border-radius: 8px 8px 0 0;
  border-bottom: 7px solid #ca4d7e;
  font-size: 26px;
  font-weight: bold;
  color: #898281;
  background-color: #efefef;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-event .wrap nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(toXs(700) / 5);
    padding: 1.6666666667vw 0 2.5vw;
    font-size: 4.6666666667vw;
  }
}
body#kinen section.kinen#kinen-event .wrap nav li.active {
  background-color: #ca4d7e;
  color: #fff;
}
body#kinen section.kinen#kinen-event .wrap nav li.active span {
  color: #fff;
  background-color: #000;
}
body#kinen section.kinen#kinen-event .wrap nav li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: #b2aead;
  width: 25px;
  height: 25px;
  padding: 10px;
  border-radius: 50px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-event .wrap nav li span {
    font-size: 2vw;
    width: 3vw;
    height: 3vw;
    padding: 0.8333333333vw;
    margin: 0 0 0 0.8333333333vw;
  }
}
body#kinen section.kinen#kinen-event .wrap .caution {
  text-align: right;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  body#kinen section.kinen#kinen-event .wrap .caution {
    font-size: 2.6666666667vw;
    padding: 3.3333333333vw 0;
  }
}
body#kinen section.kinen#kinen-event .wrap #schedule {
  min-width: 1300px;
  padding: 0;
}
body#kinen section.kinen#kinen-event .wrap #schedule .item1,
body#kinen section.kinen#kinen-event .wrap #schedule .item2,
body#kinen section.kinen#kinen-event .wrap #schedule .item3,
body#kinen section.kinen#kinen-event .wrap #schedule .item4,
body#kinen section.kinen#kinen-event .wrap #schedule .item5 {
  display: none;
}
body#kinen section.kinen#kinen-event .wrap #schedule .item1.active,
body#kinen section.kinen#kinen-event .wrap #schedule .item2.active,
body#kinen section.kinen#kinen-event .wrap #schedule .item3.active,
body#kinen section.kinen#kinen-event .wrap #schedule .item4.active,
body#kinen section.kinen#kinen-event .wrap #schedule .item5.active {
  display: block;
}
body#kinen footer#kinen #sitemap .inner {
  width: 1300px;
  padding: 90px 0 30px;
}
@media screen and (max-width: 600px) {
  body#kinen footer#kinen #sitemap .inner {
    width: 100vw;
    padding: 15vw 0 11.6666666667vw;
  }
}
body#kinen footer#kinen #sitemap .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
body#kinen footer#kinen #sitemap .inner .wrap li {
  width: calc(1300px / 6);
  text-align: center;
  margin-bottom: 3em;
  font-size: 16px;
}
body#kinen footer#kinen #sitemap .inner .wrap li.close a {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  body#kinen footer#kinen #sitemap .inner .wrap li {
    width: 33vw;
    font-size: 3vw;
  }
}
body#kinen #page-new {
  background-image: url(./images/kinen2021/subback.jpg);
}
body#kinen #page-new .content {
  background-color: #fff;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#kinen #page-new .content {
    width: 123.3333333333vw;
  }
}
body#kinen #page-new .content h3 {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  text-align: left;
}
body#kinen #page-new .content .inner {
  width: 92%;
  margin: 0 4%;
}

body#rookie-series2024plus header {
  border-top: 0;
  min-width: 1000px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  display: flex;
  width: 100%;
  padding: 1em 2em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus header {
    position: static;
    min-width: auto;
    padding: 1em 0.5em;
  }
}
body#rookie-series2024plus header a {
  margin: 0 1em;
}
body#rookie-series2024plus header a:first-child {
  flex: 1;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus header a:first-child {
    flex: auto;
  }
}
body#rookie-series2024plus header a img.logo {
  width: 27%;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus header a img.logo {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus header a img {
    width: 100%;
  }
}
body#rookie-series2024plus main section {
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main section {
    min-width: auto;
  }
}
body#rookie-series2024plus main section h2 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main section h2 {
    width: 90%;
    margin: 0 auto;
  }
}
body#rookie-series2024plus main section h2 img {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main section h2 img {
    width: 100%;
  }
}
body#rookie-series2024plus main #top .sp {
  display: none;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #top .sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #top .pc {
    display: none;
  }
}
body#rookie-series2024plus main #top img {
  width: 100%;
}
body#rookie-series2024plus main #about {
  padding: 5em 0 12em;
  background: #fff8d0;
  background: linear-gradient(180deg, #fff8d0 0%, white 100%);
  text-align: center;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #about {
    padding: 4em 0 8em;
  }
}
body#rookie-series2024plus main #about .text {
  font-size: 20px;
  color: #040404;
  line-height: 2.5em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #about .text {
    font-size: 16px;
    width: 89%;
    margin: 0 auto;
  }
}
body#rookie-series2024plus main #about .text span.line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
body#rookie-series2024plus main #about .text span.line:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0.5em;
  bottom: 0.5em;
  background-color: #fffc00;
}
body#rookie-series2024plus main #player {
  margin-bottom: 7em;
}
body#rookie-series2024plus main #player .bnr {
  display: block;
  width: 40%;
  margin: 5em auto 0;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .bnr {
    width: 90%;
    margin: 3em auto 0;
  }
}
body#rookie-series2024plus main #player .bnr img {
  width: 100%;
}
body#rookie-series2024plus main #player .bnr.mov {
  height: 22vw;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .bnr.mov {
    height: 50vw;
  }
}
body#rookie-series2024plus main #player .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner {
    width: 96%;
    justify-content: flex-start;
    padding-bottom: 5em;
  }
}
body#rookie-series2024plus main #player .inner .item {
  width: 20%;
  margin: 0 2.5% 7em;
  position: relative;
}
body#rookie-series2024plus main #player .inner .item:hover {
  opacity: 0.6;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item {
    width: 46%;
    margin: 0 2% 3em;
  }
}
body#rookie-series2024plus main #player .inner .item .text {
  position: relative;
  text-align: center;
  background-color: #e62f82;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 3em;
  font-size: 0.9em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item .text {
    font-size: 13px;
  }
}
body#rookie-series2024plus main #player .inner .item .text:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2em;
  display: inline-block;
  border-top: 1.5em solid #e62f82;
  border-bottom: 1.5em solid rgba(0, 0, 0, 0);
  border-left: 1em solid rgba(0, 0, 0, 0);
  border-right: 1em solid rgba(0, 0, 0, 0);
}
body#rookie-series2024plus main #player .inner .item .player .img {
  position: relative;
}
body#rookie-series2024plus main #player .inner .item .player .img img {
  display: inline-block;
  width: 100%;
}
body#rookie-series2024plus main #player .inner .item .player .img .player_img {
  width: 70%;
  margin: 0 15%;
}
body#rookie-series2024plus main #player .inner .item .player .img .frame {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
  z-index: -1;
}
body#rookie-series2024plus main #player .inner .item .player .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0.5em 10% 0;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item .player .info {
    width: 84%;
    margin: 0.2em 7% 0;
  }
}
body#rookie-series2024plus main #player .inner .item .player .info .name {
  position: relative;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item .player .info .name {
    font-size: 15px;
  }
}
body#rookie-series2024plus main #player .inner .item .player .info .name:before {
  content: attr(data-ruby);
  position: absolute;
  font-size: 0.6em;
  top: -1em;
  white-space: nowrap;
}
body#rookie-series2024plus main #player .inner .item .player .info .lank {
  text-align: center;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item .player .info .lank {
    font-size: 10px;
  }
}
body#rookie-series2024plus main #player .inner .item .mainbox {
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body#rookie-series2024plus main #player .inner .item .mainbox .arrow {
  position: absolute;
  width: 3.3em;
  right: -1em;
  bottom: -2.5em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .inner .item .mainbox .arrow {
    width: 2.5em;
    bottom: -1.8em;
  }
}
body#rookie-series2024plus main #player .popup {
  display: none;
  max-width: 1000px;
  height: 90vh;
  overflow-y: scroll;
  border: 10px solid;
  border-image: linear-gradient(to right, #f7ad3a, #e62f82) 1;
  padding: 2em 4em 5em;
  position: fixed;
  z-index: 999;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup {
    width: 94vw;
    height: 80vh;
    padding: 1em 3vw 5em;
    border: 5px solid;
    border-image: linear-gradient(to right, #f7ad3a, #e62f82) 1;
  }
}
body#rookie-series2024plus main #player .popup.open {
  display: block;
}
body#rookie-series2024plus main #player .popup button.close {
  margin: 0 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: #e62f82;
  border-radius: 50px;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  border: 3px solid #fff;
  margin-right: -3vw;
  margin-top: -1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body#rookie-series2024plus main #player .popup button.close span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup button.close span {
    top: 45%;
  }
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup button.close {
    width: 45px;
    height: 45px;
    font-size: 35px;
    right: 6vw;
    top: 24vw;
    margin: 0 0 0 auto;
    top: -2vw;
    left: 2vw;
    font-size: 8vw;
  }
}
body#rookie-series2024plus main #player .popup .player_info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup .player_info {
    flex-direction: column;
  }
}
body#rookie-series2024plus main #player .popup .player_info .info {
  margin-left: 5em;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup .player_info .info {
    width: 94%;
    font-size: 1em;
    margin-left: 0;
    margin-top: 2em;
  }
}
body#rookie-series2024plus main #player .popup .player_info .info .head_text {
  position: relative;
}
body#rookie-series2024plus main #player .popup .player_info .info .head_text:after {
  content: "";
  display: block;
  width: 110%;
  height: 0.2em;
  margin-top: 0.3em;
  background-color: #e62f82;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup .player_info .info .head_text:after {
    width: 100%;
  }
}
body#rookie-series2024plus main #player .popup .player_info .info h3 {
  font-size: 2.4em;
  margin: 0.1em 0 0.3em;
}
body#rookie-series2024plus main #player .popup .player_info img {
  width: 25%;
  margin-left: 5%;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup .player_info img {
    width: 75%;
    margin: 0;
  }
}
body#rookie-series2024plus main #player .popup .description {
  position: relative;
  margin: 4em 0 5em;
  padding: 0 1em;
  line-height: 1.8em;
}
body#rookie-series2024plus main #player .popup .description .note {
  position: absolute;
  color: #ccc;
  font-size: 0.9em;
  top: -30px;
  left: 17px;
  font-weight: bold;
}
body#rookie-series2024plus main #player .popup .description:before, body#rookie-series2024plus main #player .popup .description:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7em;
  height: 1.5em;
}
body#rookie-series2024plus main #player .popup .description:before {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  top: -15px;
  left: -5px;
}
body#rookie-series2024plus main #player .popup .description:after {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  right: -5px;
  bottom: -15px;
}
body#rookie-series2024plus main #player .popup .youtube iframe {
  width: 80%;
  height: 400px;
  margin: 0 10%;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #player .popup .youtube iframe {
    width: 94%;
    height: 200px;
    margin: 0 3%;
  }
}
body#rookie-series2024plus main #player .popup.open ~ .backcolor {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 800;
}
body#rookie-series2024plus main #outlook {
  background-image: url("./images/rookie-series2024plus/tenboBG.png");
  padding: 5em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #outlook {
    padding: 3em 1em 10em;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body#rookie-series2024plus main #outlook h2 {
    width: 100%;
  }
}
body#rookie-series2024plus main #outlook article {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 2em 3em 4em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #outlook article {
    padding: 2em 1.5em 4em;
  }
}
body#rookie-series2024plus main #outlook article .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #888888;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #outlook article .head {
    flex-direction: column;
  }
}
body#rookie-series2024plus main #outlook article .head h3 {
  margin: 0;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #outlook article .head h3 {
    margin-bottom: 0.5em;
  }
}
body#rookie-series2024plus main #outlook article .head .date {
  text-align: right;
  color: #8b8b8b;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #outlook article .head .date {
    text-align: left;
    margin-bottom: 0.8em;
  }
}
body#rookie-series2024plus main #outlook article .text {
  line-height: 1.8em;
}
body#rookie-series2024plus main #score {
  padding: 10em 0;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #score {
    padding: 2em 0;
  }
}
body#rookie-series2024plus main #score h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #score h2 {
    width: 60%;
    margin-bottom: 0.5em;
  }
}
body#rookie-series2024plus main #score .inner {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #score .inner {
    width: 90%;
  }
}
body#rookie-series2024plus main #score .inner .date {
  text-align: right;
  margin-bottom: 2em;
  color: #221815;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #score .inner .date {
    font-size: 0.8em;
  }
}
body#rookie-series2024plus main #score .inner img {
  display: inline-block;
  width: 100%;
  margin-bottom: 5em;
}
@media screen and (max-width: 600px) {
  body#rookie-series2024plus main #score .inner img {
    margin-bottom: 2em;
  }
}
body#rookie-series2024plus footer {
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  padding: 2em 0;
}

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