@charset "UTF-8";
body {
  font-family: YuGothic, 游ゴシック, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.6;
  min-width: 1280px;
  background-color: #f5f5f2;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 130%;
    letter-spacing: 0;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header {
  font-family: "Noto Sans JP", sans-serif;
  border-top: 5px solid #d7000f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 99999;
}
header .logo {
  max-width: 200px;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .nav_btn {
  display: none;
}
header .header_nav {
  display: block;
  width: calc(100% - 200px);
}
header .header_nav ul {
  display: flex;
  justify-content: flex-end;
}
header .header_nav li {
  display: inline-block;
  border-left: 1px solid #f0f0f0;
}
header .header_nav li a {
  display: block;
  padding: 8px 1.5em;
  color: #640510;
  font-weight: bold;
  text-decoration: none;
}
header .header_nav li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
header .header_nav li.news a:before {
  background: url("../images/svg/ico-news.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.detail a:before {
  background: url("../images/svg/ico-detail.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.hint a:before {
  background: url("../images/ico-hint.png") no-repeat center center;
  background-size: contain;
}
header .header_nav li.document a:before {
  background: url("../images/svg/ico-document.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.information a:before {
  background: url("../images/svg/ico-information.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.schedule a:before {
  background: url("../images/svg/ico-schedule.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.faq a:before {
  background: url("../images/svg/ico-faq.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.saitaku a:before {
  background: url("../images/ico-saitaku.png") no-repeat center center;
  background-size: contain;
}
header .header_nav li.faq a:before {
  background: url("../images/svg/ico-faq.svg") no-repeat center center;
  background-size: contain;
}
header .header_nav li.contact a:before {
  background: url("../images/svg/ico-contact.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  header .nav_btn {
    display: block;
    width: 30px;
  }
  header .nav_btn .close {
    display: none;
  }
  header .nav_btn.on .open {
    display: none;
  }
  header .nav_btn.on .close {
    display: inline;
  }
  header .header_nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #f5f5f2;
    z-index: 999;
    border-top: 1px solid #d3ccc3;
  }
  header .header_nav.on {
    display: block;
  }
  header .header_nav ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }
  header .header_nav ul li:last-child {
    border-right: 1px solid #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 5%;
  }
  header .logo {
    width: 40%;
  }
  header .header_nav ul {
    padding: 0;
  }
  header .header_nav ul li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #d3ccc3;
  }
  header .header_nav ul li a {
    padding: 28px 0;
  }
  header .header_nav ul li a:before {
    width: 30px;
    height: 30px;
  }
  header .header_nav ul li:nth-child(even) {
    border-left: 1px solid #d3ccc3;
  }
}

main {
  padding-top: 116px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 18vw;
  }
}

footer {
  background: #353535;
  color: #b7b7b7;
  padding: 2em 10px;
  font-size: 90%;
}
footer .inner {
  max-width: 1200px;
}
footer li {
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 2em;
}
footer li a {
  color: #b7b7b7;
  text-decoration: none;
}
footer li a svg {
  width: 0.5em;
  transform: rotate(180deg);
  margin-left: 1em;
}
footer li a .cls-1 {
  fill: #b7b7b7;
}
footer .copyright {
  font-size: 85%;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2em 6%;
  }
  footer li {
    margin-bottom: 1em;
  }
}

.inner {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.inner_section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-radius: 1.5em;
  line-height: 1;
}
.btn.comingsoon a {
  background-color: #c4c4c4;
  pointer-events: none;
}
.btn.comingsoon a:after {
  border: 4px solid #c4c4c4;
}
.btn a {
  border-radius: 1.5em;
  display: block;
  padding: 1em 0;
  background-color: #cb2639;
  color: #fff;
  position: relative;
}
.btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 3px solid #cb2639;
  border-radius: 1.5em;
  transform: translate3d(5px, 5px, 0);
  transition: 0.5s;
}
.btn a:hover {
  text-decoration: none;
}
.btn a:hover:after {
  transform: translate3d(0, 0, 0);
}

.text_center {
  text-align: center;
}

.pagettl {
  background-color: #cb2639;
  height: 500px;
  font-size: 250%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.pagettl h2 {
  font-weight: normal;
  color: #fff;
}
.pagettl h2 svg {
  width: 1em;
  fill: #fff;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .pagettl {
    margin-bottom: 50px;
    font-size: 180%;
    height: 300px;
  }
  .pagettl h2 {
    padding: 0 1em;
  }
}

.l-section {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1.5s, transform 1.5s;
}
.l-section.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#fixed_bnr {
  position: fixed;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 9999;
  text-align: right;
  pointer-events: none;
  width: 100%;
}
#fixed_bnr.is-show {
  visibility: visible;
  opacity: 1;
}
#fixed_bnr ul li {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.18);
  pointer-events: visible;
}
#fixed_bnr ul li:nth-child(1) {
  margin-right: -40px;
  z-index: 1;
  display: none;
}
#fixed_bnr ul li:nth-child(2) {
  z-index: 2;
}
#fixed_bnr ul li svg {
  position: absolute;
  width: 92%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 1s;
}
#fixed_bnr ul li a {
  display: block;
  padding: 10%;
  pointer-events: visible;
}
#fixed_bnr ul li a img {
  vertical-align: bottom;
}
#fixed_bnr ul li a img .sp {
  display: none;
}
#fixed_bnr ul li a:hover svg {
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
#fixed_bnr .cls-1 {
  fill: none;
  stroke: #cb2639;
  stroke-width: 5px;
}
@media screen and (max-width: 768px) {
  #fixed_bnr {
    right: 10px;
    bottom: 10px;
  }
  #fixed_bnr ul li {
    max-width: 120px;
    pointer-events: visible;
  }
  #fixed_bnr ul li:nth-child(1) {
    margin-right: -8%;
  }
  #fixed_bnr ul li a img {
    max-width: 100%;
  }
  #fixed_bnr ul li a img .sp {
    display: inline;
  }
  #fixed_bnr ul li a img .pc {
    display: none;
  }
}