@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
  background: #000;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
.kv {
  width: 100%;
  padding: 0;
  background: url(../img/main_bg.jpg) top center no-repeat;
}

.kv_img {
  width: 100%;
}

.kv_img img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .kv {
    width: 100%;
    padding: 0 0 0 0;
    background: none;
  }
  .kv_img {
    width: 100%;
  }
}

.intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .intro {
    width: 90%;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .intro {
    width: 90%;
    padding-bottom: 40px;
  }
}

.intro h3 {
  margin: 80px auto 0;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .intro h3 {
    margin: 40px auto 0;
    font-size: 2.0rem;
  }
}

.intro h2 {
  width: 100%;
  margin: 80px auto 0;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  padding: 7px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .intro h2 {
    font-size: 3.4rem;
  }
}

@media (max-width: 767px) {
  .intro h2 {
    margin: 40px auto 0;
    font-size: 2.6rem;
  }
}

.intro p {
  color: #FFF;
  width: 96%;
  margin: 50px auto 0;
  font-size: 2rem;
  text-align: center;
  line-height: 2.2;
}

.intro p span {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 85%, #ffee00 70%);
}

@media (max-width: 767px) {
  .intro p span {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .intro p {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .intro p {
    margin: 25px auto 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.movie {
  background: #000;
  padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .movie {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .movie {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
}

.movie_ttl {
  width: 100%;
  max-width: 579px;
  margin: 0 auto 50px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .movie_ttl img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .movie_ttl img {
    max-height: 30px;
  }
}

.movie_txt {
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .movie_txt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.movie_label {
  width: 180px;
  margin: 20px auto 0;
  background: #ca1d00;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2px;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.present {
  background: url(../img/metal_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present {
    padding: 50px 0;
  }
  .present_inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .present {
    padding: 50px 0;
  }
  .present_inner {
    width: 90%;
    margin: 0 auto;
  }
}

.present_ttl {
  width: 100%;
  max-width: 319px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .present_ttl img {
    max-height: 30px;
  }
}

.present_txt {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .present_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.present_wrap {
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .present_wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.present_wrap_txt {
  color: #FFF;
  font-size: 1.6rem;
  margin: 20px 0 0;
  line-height: 2;
}

.present_wrap_txt span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .present_wrap_txt {
    font-size: 1.4rem;
  }
  .present_wrap_txt br {
    display: none;
  }
}

.present_wrap_box1 {
  width: 600px;
  background: #323131;
  border-radius: 15px;
  padding: 30px 30px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_wrap_box1 {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .present_wrap_box1 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 15px 10px 15px;
  }
}

.present_wrap_box1 h3 {
  display: inline-block;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #ffff00;
  padding: 0 10px 3px 10px;
}

@media (max-width: 767px) {
  .present_wrap_box1 h3 {
    font-size: 2.1rem;
  }
}

.present_wrap_box1_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .present_wrap_box1_grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.present_wrap_box2 {
  width: 600px;
  background: #323131;
  border-radius: 15px;
  padding: 30px 30px 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .present_wrap_box2 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 5px 20px;
  }
}

.present_wrap_box2 h3 {
  display: inline-block;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #ffff00;
  padding: 0 10px 3px 10px;
}

@media (max-width: 767px) {
  .present_wrap_box2 h3 {
    font-size: 2.1rem;
  }
}

.present_wrap_box2_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.present_wrap_item1 {
  padding-top: 30px;
  width: 60%;
  margin: 0 10px;
  text-align: center;
  color: #FFF;
}

.present_wrap_item1 img {
  max-width: 70px;
}

.present_wrap_item1 p {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.present_wrap_item2 {
  padding-top: 30px;
  width: 100%;
  margin: 0 10px;
  text-align: center;
  color: #FFF;
}

.present_wrap_item2 img {
  max-width: 275px;
  max-height: 196px;
}

.present_wrap_item2 p {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.present_wrap_note {
  text-align: right;
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 5px;
}

.present_btn {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
}

.present_btn a {
  display: block;
  background: #C00000;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
  border-radius: 15px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .present_btn a {
    font-size: 2.0rem;
  }
}

.messages {
  background: url(../img/message_bg.jpg) top center no-repeat;
  padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .messages {
    padding: 50px 0 25px;
  }
}

@media (max-width: 767px) {
  .messages {
    padding: 50px 0 25px;
  }
}

.messages_ttl {
  width: 100%;
  max-width: 327px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .messages_ttl img {
    max-height: 30px;
  }
}

.messages_txt {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.0;
}

@media (max-width: 767px) {
  .messages_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
  }
}

.messages_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .messages_wrap {
    width: 90%;
    margin: 25px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .messages_wrap {
    width: 90%;
    margin: 25px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.messages_wrap_box {
  position: relative;
  width: 46%;
  padding: 8% 8.2%;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #c00000;
  border-radius: 50px;
  font-size: 2.5rem;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}

.messages_wrap_box_img {
  width: 175px;
  position: absolute;
  left: -70px;
  bottom: -100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .messages_wrap_box {
    width: 60%;
    margin: 0 auto 50px;
    font-size: 2rem;
    border-radius: 25px;
  }
  .messages_wrap_box_box02 {
    width: 260px;
    margin: 0 auto;
  }
  .messages_wrap_box_img {
    width: 117px;
    position: absolute;
    left: -35px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .messages_wrap_box {
    width: 90%;
    margin: 0 auto 50px;
    font-size: 2rem;
    border-radius: 25px;
  }
  .messages_wrap_box_box02 {
    width: 260px;
    margin: 0 auto;
  }
  div .messages_wrap_box_img {
    width: 87px;
    position: absolute;
    left: -35px;
    bottom: -40px;
  }
}

.lineup {
  background: #FFF url(../img/lineup_bg.png) top center repeat-x;
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .lineup {
    background: #FFF url(../img/lineup_bg_sp.png) top center repeat-x;
    padding: 50px 0 0;
  }
}

.lineup_ttl {
  width: 100%;
  max-width: 266px;
  margin: 0 auto 100px;
}

@media (max-width: 767px) {
  .lineup_ttl {
    margin: 0 auto 50px;
  }
  .lineup_ttl img {
    max-height: 30px;
  }
}

.lineup_txt {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.0;
}

.lineup_item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lineup_item1_img {
  width: 100%;
  max-width: 116px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .lineup_item1_img {
    max-width: 78px;
    margin: 0 auto 15px;
  }
}

.lineup_item1_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  color: #000;
}

.lineup_item1_ttl span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .lineup_item1_ttl {
    font-size: 2.0rem;
    margin: 0 auto 15px;
  }
  .lineup_item1_ttl span {
    font-size: 1.6rem;
  }
}

.lineup_item1_txt {
  max-width: 200px;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 auto 30px;
  color: #000;
}

@media (max-width: 767px) {
  .lineup_item1_txt {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.lineup_wrap {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .lineup_wrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .lineup_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lineup_item2 {
  width: 30%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .lineup_item2 {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.lineup_item2_img {
  width: 100%;
  max-width: 97px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .lineup_item2_img {
    max-width: 65px;
    margin: 0 auto 15px;
  }
}

.lineup_item2_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  color: #000;
}

.lineup_item2_ttl span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .lineup_item2_ttl {
    font-size: 2.0rem;
    margin: 0 auto 15px;
  }
  .lineup_item2_ttl span {
    font-size: 1.6rem;
  }
}

.lineup_item2_txt {
  width: 200px;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 auto 30px;
  color: #000;
}

@media (max-width: 767px) {
  .lineup_item2_txt {
    width: 90%;
    margin: 0 auto 15px;
  }
}

aside {
  width: 100%;
  background: #fff;
}

.bnr_toughman {
  width: 521px;
  margin: 130px auto 100px;
}

@media (max-width: 767px) {
  .bnr_toughman {
    width: 80%;
    margin: 40px auto 50px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pcDetail {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}

.slider .slick-slide {
  width: 600px;
  margin: 0 30px;
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .slider .slick-slide {
    width: 300px;
  }
}

.slider .slick-slide .slide-img {
  width: 600px;
  height: 400px;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  -webkit-box-shadow: 7px 7px 15px -5px #666;
          box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}

.slider .slick-slide.slick-current .slide-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.slider .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .slider .slick-arrow {
    width: 40px;
  }
}

.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #FFF;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider .slick-next {
  right: 0;
}

.slider .slick-prev {
  left: 0;
}

.slider .slick-next::before {
  left: 20px;
}

.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-3 .slick-dots {
  text-align: center;
}

.dots-3 .slick-dots li {
  display: inline-block;
}

.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}

@media screen and (max-width: 360px) {
  .messages .messages_wrap .messages_wrap_box .messages_wrap_box_box02 {
    width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */