html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row
}

.flex-row-evenly {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center
}

.flex-col-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.margin-top-lg {
  margin-top: 8rem
}

.margin-top-md {
  margin-top: 2rem
}

.padding-sm {
  padding: 1rem
}

.width-100per {
  width: 100%;
  overflow: hidden;
}

.max-width-50per {
  max-width: 50%
}

.height-100per {
  height: 100%
}

.height-auto {
  height: auto
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  background-color: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "M PLUS 1p", "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

a {
  color: inherit;
  display: block;
  text-decoration: none
}

a:hover {
  opacity: 0.8;
  transition: .3s
}

a[role=button] {
  background-color: #CE0915;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 356px;
  height: 64px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: solid 4px #000;
  border-radius: 4px
}

a[role=button]::before {
  content: "";
  display: inline-block;
  border: solid 1px #CE0915;
  border-radius: 4px;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px
}

h1,
h2 {
  font-weight: 700;
  text-align: center
}

h1 {
  color: #fff;
  font-size: 8rem
}

h2 {
  color: #FECE2F;
  font-size: 4rem
}

p {
  font-size: 2rem;
  line-height: 2.0
}
.notes {
  color: #FECE2F;
}
.emphasis {
  font-weight: 600;
}

.fs-14 {
  font-size: 12px;
}

.text-link-blue {
  color: #1b7fcc;
}

.text-d-underline {
  text-decoration: underline;
}

.d-inline {
  display: inline;
}

iframe {
  height: 520px
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px
}

.arrow.large {
  border-width: 0 6px 6px 0;
  padding: 12px
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg)
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.description {
  padding: 2rem;
  border-radius: 8px;
  background-color: #fff
}

.description h3 {
  text-align: center;
  color: #CE0915;
  font-size: 3rem;
  font-weight: 700
}

.description p {
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700
}

.eyecatch {
  background: url("../img/bg01.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}

.eyecatch img {
  height: auto !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  max-width: 800px !important;
}

.band {
  background: url("../img/bg01.jpg") no-repeat;
  background-size: 200%;
  background-position: 45% 50%;
  background-repeat: no-repeat;
  border-top: solid 1px #CE0915;
  border-bottom: solid 1px #CE0915
}

.band h2 {
  background: rgba(0, 0, 0, 0.4);
  color: #fff
}

.divider p {
  border-style: solid;
  border-color: #CE0915;
  border-width: 1px;
  display: inline-block;
  position: relative;
  color: #CE0915;
  min-width: 140px;
  text-align: center;
  font-weight: 700;
  padding: 0
}

.divider::before,
.divider::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%
}

.divider::before {
  background: #CE0915
}

.divider::after {
  background: #CE0915
}

/* swiper1 main visual style */
.swiper1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper1 .swiper-slide {
  background-size: cover;
  background-position: center;
/*  background-position: center;*/
}

/* swiper2 middle visual style */
.swiper2 {
  position: relative
}

.swiper2 .swiper-slide {
  width: auto;
  height: 400px
}

.swiper2 .swiper-slide img {
  width: auto;
  height: 100%
}

.swiper2 .swiper-button-container {
  position: absolute;
  z-index: 10000;
  width: 10%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4)
}

.swiper2 .swiper-button-container.left {
  left: 0
}

.swiper2 .swiper-button-container.right {
  right: 0
}

.swiper2 .swiper-pagination-bullet {
  background-color: #fff
}

main>.swiper2 .swiper-slide {
  width: inherit;
  height: inherit;
}

.content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  max-width: 1024px;
  margin: 0 auto
}

.precautions p {
  font-size: 1.3rem;
  color: #fff;
  padding: 0 24px;
}

footer .content {
  border-top: solid 1px #999
}

footer .copyright {
  text-align: center;
  letter-spacing: 2px;
  color: #999
}

@media (max-width: 799px) {
  .padding-sm {
    padding: 0.5rem
  }
  .notes {
    font-size: 14px;
  }
  .pc {
    display: none
  }

  .eyecatch {
    background-size: 300% auto;
    background-position: 45% -120px;
    background-repeat: no-repeat
  }

  .eyecatch>div {
    background-color: rgba(0, 0, 0, 0.4)
  }

  .eyecatch img {
    height: auto !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin-top: 0px
  }

  h1 {
    font-size: 4rem
  }

  h2 {
    font-size: 3rem
  }

  p {
    font-size: 2rem;
    padding: 0 24px;
    line-height: 1.6;
  }

  .content {
    padding: 20px 0
  }

  iframe {
    height: 260px
  }

  .description {
    width: 80%
  }

  .swiper-container .swiper-slide {
    height: 260px;
    background-position: center;
  }

  .description {
    padding: 1.4rem;
  }
}

@media (min-width: 800px) {
  .swiper1 {
    height: 750px;
  }
  .sp {
    display: none
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
