@charset "UTF-8";
body {
  background-color: #fff;
  color: #454545;
  font-family: YakuHanJPs, 游ゴシック, YuGothic, ヒラギノ角ゴProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif !important;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

h3 {
  font-size: 24px;
}
h3::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 24px;
  background-image: url(/img/common/icn_midashi.webp);
  background-size: cover;
  vertical-align: -4px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  /* フォーカススタイルを削除する */
  video:focus,
  video:active {
    outline: none;
    border: none;
  }
}
.wrap {
  width: 100%;
  max-width: 1067px;
  padding: 0 15px;
  margin: 0 auto;
}
.wrap_header {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.contents {
  display: contents;
}

.indent {
  text-indent: 1em;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.after_show {
  overflow: hidden;
}
.after_show span, .after_show::before {
  display: inline-block;
  position: relative;
  transform: translate3d(0, 10px, 0);
  transform: perspective(1000px) translate3d(0, 160%, 0) rotateX(-180deg);
}
@media (max-width: 768px) {
  .after_show span, .after_show::before {
    transform: perspective(1000px) translate3d(0, 200%, 0) rotateX(-180deg);
  }
}
.after_show.after span, .after_show.after::before {
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}
.after_show.after > *:first-child {
  transition-delay: 0s;
}
.after_show.after > *:nth-child(2) {
  transition-delay: 0.05s;
}
.after_show.after > *:nth-child(3) {
  transition-delay: 0.1s;
}
.after_show.after > *:nth-child(4) {
  transition-delay: 0.15s;
}
.after_show.after > *:nth-child(5) {
  transition-delay: 0.2s;
}
.after_show.after > *:nth-child(6) {
  transition-delay: 0.25s;
}

.btn-link {
  appearance: none;
  display: inline-block;
  padding: 0 20px;
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #e9401a;
}

#wrapper.has-bnr {
  margin-top: 58px;
}