@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
@media (min-width: 768px) {
  body {
    width: 1200px;
  }
}
@media (min-width: 961px) {
  body {
    width: 100%;
  }
}
@media (max-width: 896px) and (orientation: landscape) {
  body {
    width: 1200px;
  }
}
@media (max-width: 1366px) {
  body .pc_ex {
    display: none;
  }
  body .sp_ex {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin: 0;
  padding: 0;
}

.h2 {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 300;
  color: #e60012;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .h2 {
    font-size: 4.5rem;
  }
}
.h2 span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.8rem;
  color: #333333;
}

li {
  list-style: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.sp_ex {
  display: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.8;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #e60012;
  border: solid 1px #e60012;
  padding: 15px 20px;
}
.btn .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-left: 20px;
}
.btn .arrow:before {
  transform: rotate(62deg);
}
.btn .arrow:after {
  transform: rotate(-62deg);
}
.btn .arrow:before, .btn .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #e60012;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn:hover {
  transition: 0.3s;
  background: #e60012;
  color: #fff;
  border: solid 1px #e60012;
  opacity: 1;
}
.btn:hover .arrow:before, .btn:hover .arrow:after {
  background-color: #fff;
}

.content {
  width: 100%;
  margin-inline: auto;
  padding: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .content {
    width: 90%;
    padding: 20px 0 40px;
  }
}

.header {
  width: 100%;
  padding: 20px 3%;
  border-bottom: solid 4px #e60012;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .header_inner {
    justify-content: center;
  }
}
.header_inner_logo {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .header_inner_logo {
    width: auto;
  }
}
.header_inner_logo img {
  height: 70px;
}
@media screen and (max-width: 480px) {
  .header_inner_logo img {
    height: 44px;
  }
}
.header_inner_ttl {
  width: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .header_inner_ttl {
    width: auto;
    margin: 15px 0 10px;
  }
}
.header_inner_link {
  width: 25%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 480px) {
  .header_inner_link {
    width: auto;
  }
}
.header_inner_link ul {
  display: inline-block;
}
.header_inner_link ul li {
  padding: 3px 20px;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
}
.header_inner_link ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #333333;
}
.header_inner_link ul li a img {
  display: inline-block;
  width: 17px;
  margin-left: 7px;
}

.main_img {
  display: block grid;
  place-items: center;
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  .main_img {
    padding: 40px 0;
  }
}
.main_img img {
  width: min(58.0182529335vw,445px);
}

#about {
  background: #e60012;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #about {
    font-size: 1.6rem;
  }
}
#about .content {
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  #about .content {
    padding: 30px 0;
    text-align: left;
  }
}

#movie .movie_img {
  width: min(100vw,960px);
  margin-inline: auto;
}
#movie .movie_img iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

#history {
  border-top: solid 1px #e60012;
}
#history .history_img {
  width: min(36.4583333333vw,350px);
  margin-inline: auto;
}
#history .history_img a {
  display: block;
  position: relative;
}
#history .history_img a img {
  display: block;
  width: 100%;
}
#history .history_img a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  background: #000; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}
#history .history_img a:after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: 0.3s;
  background: #e60012; /*好みの色に変えてください。*/
}
#history .history_img a:hover:before {
  opacity: 0.5;
}
#history .history_img a:hover:after {
  width: 100%;
}
#history .btn {
  width: min(52.0833333333vw,500px);
  margin-top: 30px;
  margin-inline: auto;
}

#footer {
  border: none;
  background: #e60012;
  margin: 0;
  padding: 10px 0;
}
#footer p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}