@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.langbox {
  position: relative;
  z-index: 500000;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    left: 20px;
  }
}
.lang .lang_item {
  font-size: bolder;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lang .lang_item {
    font-size: 1.25rem;
  }
}
.lang .lang_item a {
  color: #000000;
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: #000000;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #871010;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .block-topics {
    margin: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .block-topics {
    max-width: 1215px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

h2 {
  text-align: center;
  font-family: "Raleway";
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 75px;
    margin-bottom: 80px;
  }
}
h2 span {
  font-family: "Noto Sans JP";
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    font-size: 25px;
    margin-bottom: 40px;
  }
}

.hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 920px;
  }
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    background: #9f1313 url(../img/hero-img-sp.png) no-repeat top center;
    height: 500px;
  }
  .hero__inner img {
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    background: #9f1313 url(../img/hero-img.png) no-repeat top center;
    margin: 0 auto;
    height: 980px;
    padding: 0 30px;
  }
  .hero__inner img {
    height: 750px;
  }
}
.hero h1 {
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    width: 330px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    width: 850px;
    font-size: 80px;
  }
}

.local-nav {
  position: sticky;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    margin: 0 0 20px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    top: 25px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.local-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  background: #9f1313;
}
@media only screen and (max-width: 767px) {
  .local-nav ul {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul {
    justify-content: center;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.local-nav ul li {
  border-right: 2px solid rgba(241, 241, 241, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .local-nav ul li {
    width: 25%;
    height: 90px;
    border-top: 2px solid rgba(241, 241, 241, 0.3);
    border-bottom: 2px solid rgba(241, 241, 241, 0.3);
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul li {
    width: 25%;
    height: 130px;
    transition: 0.3s;
  }
  .local-nav ul li:first-child {
    border-radius: 10px 0 0 10px;
  }
  .local-nav ul li:last-child {
    border-radius: 0 10px 10px 0;
  }
  .local-nav ul li:hover {
    background: #b12323;
  }
}
.local-nav ul li:last-child {
  border-right: none;
}
.local-nav ul li span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .local-nav ul li span {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul li span {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav ul li span img {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul li span img {
    height: 45px;
  }
}
.local-nav ul li a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .local-nav ul li a {
    font-size: 0.8rem;
  }
}
.local-nav ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .intro.section {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro.section {
    padding: 50px 0 100px;
  }
}
.intro__logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro__logo {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__logo {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__logo img {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__logo img {
    height: 90px;
  }
}
.intro__lead {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .intro__lead h3 {
    margin: 0 0 20px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__lead h3 {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 25px;
    letter-spacing: 0.05rem;
  }
}

.schedule table {
  border: solid 3px #9d1313;
  border-radius: 10px;
  border-spacing: 0;
}
.schedule tr th {
  padding: 15px;
  font-size: 25px;
  width: 8000px;
  margin: 0;
  border-right: solid 3px #9d1313;
  border-bottom: solid 3px #9d1313;
  background-color: #9d1313;
}
.schedule tr th:nth-child(1) {
  border-radius: 6px 0 0 0;
}
.schedule tr th:nth-child(3) {
  border-radius: 0 6px 0 0;
}
.schedule tr th:last-child {
  border-right: none;
}
.schedule tr td {
  color: #000;
  background-color: #fff;
  border-right: solid 3px #9d1313;
  border-bottom: solid 3px #9d1313;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}
.schedule tr td:last-child {
  border-right: none;
}
.schedule tr td span {
  font-size: 15px;
}
.schedule tr:last-child td {
  border-bottom: none;
}
.schedule tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 6px;
}
.schedule tr:last-child td:nth-child(3) {
  border-radius: 0 0 6px 0;
}

.access__info {
  margin-bottom: 40px;
  width: 100%;
}
.access__info dl {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
}
.access__info dl:first-child {
  padding: 0 0 20px 0;
}
.access__info dl:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .access__info dl {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .access__info dl {
    padding: 20px 0;
  }
}
.access__info dl dt {
  font-weight: 600;
  color: #9f1313;
}
@media only screen and (min-width: 768px) {
  .access__info dl dt {
    font-size: 20px;
    width: 300px;
    margin-left: 50px;
  }
}
.access__info dl dd {
  margin: 0;
  font-feature-settings: "palt";
  line-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .access__info dl dd {
    text-align: left;
    width: 700px;
  }
}
.access__info dl dd a {
  color: #9f1313 !important;
  text-decoration: none;
}
.access__info dl dd a:hover {
  text-decoration: underline;
}
.access__map {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .access__map {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .access__map {
    width: 65%;
  }
}

.sns {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .sns__container {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    margin: 40px auto;
  }
}
.sns__item {
  border-radius: 10px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.sns__item::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    width: 100%;
    padding: 20px 20px 20px 100px;
    transition: 0.4s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: #9f1313;
    border: solid 2px #9f1313;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text p {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.buyhistory__article a {
  color: #fff;
  text-decoration: none;
}
.buyhistory__article a:hover {
  text-decoration: underline;
}
.buyhistory figure {
  height: 125px;
  overflow: hidden;
  margin: 5px !important;
}
.buyhistory__image {
  border-radius: 10px;
}
.buyhistory__caption {
  margin: 10px;
}
.buyhistory p {
  text-align: right;
  font-size: 0.8rem;
  color: #cccccc;
  margin: 0;
}/*# sourceMappingURL=style_2.css.map */