* {
  margin: 0;
  padding: 0;
}

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

body {
  overflow-x: hidden !important;
}

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

a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  opacity: .7;
}

.is-pc {
  display: none;
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}

.is-fixed {
  position: fixed;
}

body {
  background: #000;
}

.c5-background--gray {
  background: url("../images/img_bg_02.png") no-repeat;
  background-size: 100%;
  margin-top: -30.66667vw;
}

.c5-background--gray2 {
  background: url("../images/img_bg_02.png") no-repeat;
  background-size: 100%;
  margin-top: -45.33333vw;
}

@media screen and (min-width: 751px) {
  .c5-background--gray {
    margin-top: -400px;
    overflow: hidden;
  }
  .c5-background--gray2 {
    margin-top: -400px;
    overflow: hidden;
  }
}

.c5-content__wrapper {
  padding-top: 26.66667vw;
}

.c5-content__inner {
  padding: 0 5.33333vw 5.33333vw;
}

.c5-content__inner--detail2 {
  padding: 0 5.33333vw;
}

@media screen and (min-width: 751px) {
  .c5-content__inner {
    max-width: 1200px;
    padding: 0 40px 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c5-content__inner--detail2 {
    max-width: initial;
    padding: 0;
    margin: 0;
  }
  .c5-content__wrapper {
    padding-top: 230px;
    margin: 0 auto;
  }
  .c5-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c5-content__item--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
  }
  .c5-content__item--left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 740px;
            flex: 0 1 740px;
    max-width: 740px;
  }
}

.c5-article {
  margin-top: 16vw;
  padding-bottom: 10.66667vw;
  border-bottom: solid 1px #444;
}

.c5-article:last-child {
  border-bottom: none;
}

.c5-article__heading {
  font-size: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.c5-article__headingImg {
  display: block;
  width: 57.33333vw;
}

.c5-article__movie {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8vw;
}

.c5-article__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c5-article__img {
  margin-top: 8vw;
}

.c5-article__text {
  color: #eee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 3.73333vw;
  margin-top: 8vw;
}

.c5-article__chapter {
  font-size: 5.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c5-article__num {
  background-color: #f18115;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 8vw;
  padding: 0.8vw 2.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c5-article__chapterTitle {
  margin-left: 3.2vw;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .c5-article {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  .c5-article:first-child {
    margin-top: 0;
  }
  .c5-article__heading {
    font-size: 28px;
  }
  .c5-article__headingImg {
    width: 220px;
  }
  .c5-article__movie {
    margin-top: 30px;
  }
  .c5-article__img {
    margin-top: 30px;
  }
  .c5-article__text {
    font-size: 17px;
    margin-top: 30px;
  }
  .c5-article__chapter {
    font-size: 36px;
  }
  .c5-article__num {
    font-size: 40px;
    padding: 8px;
  }
  .c5-article__chapterTitle {
    margin-left: 20px;
    line-height: 1.4;
    font-size: 24px;
  }
}

.c5-titleArea__headingImg {
  display: block;
  width: 37.33333vw;
}

.c5-titleArea__text {
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 8vw;
  margin-top: 8vw;
}

.c5-titleArea__heading-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 8.53333vw;
  line-height: 1;
  margin: 8vw 0;
  padding-bottom: 10.66667vw;
  position: relative;
}

.c5-titleArea__heading-2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 24vw;
  height: 2px;
  border-bottom: solid 1px #fff;
}

.c5-titleArea__italic {
  font-size: 5.33333vw;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 100;
  color: #999;
}

.c5-titleArea__small {
  font-size: 3.73333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 751px) {
  .c5-titleArea__inner {
    margin-left: 50px;
  }
  .c5-titleArea__headingImg {
    max-width: 270px;
  }
  .c5-titleArea__text {
    font-size: 36px;
    margin-top: 40px;
  }
  .c5-titleArea__heading-2 {
    font-size: 32px;
    line-height: 1;
    margin: 40px 0 60px;
    padding-bottom: 40px;
  }
  .c5-titleArea__heading-2::after {
    left: -46px;
    content: '';
    width: 100px;
  }
  .c5-titleArea__italic {
    font-size: 20px;
  }
  .c5-titleArea__small {
    font-size: 14px;
  }
}

.c5-mainvisual__text {
  padding-top: 33.33333vw;
}

.c5-mainvisual__button {
  margin-top: 13.33333vw;
}

.c5-mainvisual--detail .c5-mainvisual__image {
  background: url("../images/img_hayato-sone_01.jpg") no-repeat;
  background-size: 100% auto;
  background-position-y: 8vw;
  width: 100%;
  height: 66.666vw;
  padding-top: 8vw;
}

.c5-mainvisual--detail .c5-mainvisual__image--img2 {
  background: url("../images/img_tatsuya-ino_01.jpg") no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 751px) {
  .c5-mainvisual__image {
    z-index: 0;
    width: 880px;
    height: auto;
  }
  .c5-mainvisual__text {
    padding: 160px 0 0;
  }
  .c5-mainvisual__button {
    display: none;
  }
  .c5-mainvisual--detail {
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .c5-mainvisual--detail .c5-mainvisual__image {
    background-position-y: 0;
    max-width: 900px;
    height: 600px;
    padding-top: 60px;
    margin-left: auto;
  }
}

.c5-table {
  font-size: 3.73333vw;
}

.c5-table:first-of-type {
  margin-top: 5.33333vw;
}

.c5-table__title {
  background-color: #222;
  color: #eee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 3.73333vw 5.33333vw;
}

.c5-table__data {
  background-color: #111;
  color: #eee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  padding: 3.73333vw 5.33333vw;
}

.c5-table__textIndent {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

@media screen and (min-width: 751px) {
  .c5-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 100%;
  }
  .c5-table:first-of-type {
    margin-top: 40px;
  }
  .c5-table:nth-of-type(2n) .c5-table__title {
    background-color: #111;
  }
  .c5-table:nth-of-type(2n) .c5-table__data {
    background-color: #111;
  }
  .c5-table__title {
    background-color: #222;
    text-align: start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    padding: 14px 20px;
  }
  .c5-table__data {
    background-color: #222;
    padding: 14px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}

.c5-menu {
  width: 100%;
}

.c5-menu__title {
  display: block;
  border-top: solid 1px #434343;
  border-bottom: solid 1px #434343;
  margin: 0 -5.33333vw;
}

.c5-menu__titleText {
  position: relative;
  display: block;
  background-color: #111;
  color: #f18115;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5.33333vw;
  padding: 4vw;
}

.c5-menu__titleText::after {
  position: absolute;
  top: 50%;
  right: 4.26667vw;
  width: 2.13333vw;
  height: 2.13333vw;
  content: '';
  border-top: solid 1px #f18115;
  border-right: solid 1px #f18115;
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.c5-menu .is-open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c5-menu__list {
  display: none;
  margin: 0 -5.33333vw;
}

.c5-menu__listItem {
  display: block;
  list-style: none;
  border-top: solid 1px #434343;
}

.c5-menu__listItem:first-child {
  border: none;
}

.c5-menu__link {
  display: block;
  background-color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73333vw;
  padding: 1.86667vw 4vw;
}

@media screen and (min-width: 751px) {
  .c5-menu {
    max-width: 300px;
    margin-left: 60px;
    top: 0;
  }
  .c5-menu__title {
    border: none;
    margin: 0;
  }
  .c5-menu__titleText {
    background: none;
    font-style: italic;
    font-size: 20px;
    padding: 20px 4px;
  }
  .c5-menu__titleText::after {
    display: none;
  }
  .c5-menu__list {
    display: block;
    margin: 0;
  }
  .c5-menu__listItem {
    display: block;
    list-style: none;
    border: none;
  }
  .c5-menu__listItem:first-child {
    border: none;
  }
  .c5-menu__link {
    display: block;
    background: none;
    color: #eee;
    font-size: 14px;
    padding: 20px 4px;
  }
  .c5-menu .is-active {
    background-color: #f18115;
  }
  .c5-menu .is-active .c5-menu__link {
    color: #000;
    font-weight: 700;
  }
}

.c5-button {
  margin-top: 4.53333vw;
}

.c5-button__item {
  color: #fff;
  margin-top: 4.53333vw;
}

.c5-button__item:first-child {
  margin-top: 0;
}

.c5-button__dummy {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f18115), to(#f89d31));
  background: linear-gradient(#f18115, #f89d31);
  line-height: 1.2;
  font-size: 4.26667vw;
  padding: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c5-button__link {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f18115), to(#f89d31));
  background: linear-gradient(#f18115, #f89d31);
  line-height: 1.2;
  font-size: 4.26667vw;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c5-button__link::after {
  position: absolute;
  top: 50%;
  right: 4.26667vw;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: .3s;
  -webkit-transition: .3s;
}

.c5-button__small {
  font-size: 2.93333vw;
  width: 100%;
}

.c5-button--small {
  margin-top: 1.86667vw;
}

.c5-button--small .c5-button__item {
  margin-top: 0;
}

.c5-button--small .c5-button__link {
  font-size: 3.73333vw;
  text-align: center;
}

.c5-button--detail {
  text-align: center;
  margin-top: 10.66667vw;
}

.c5-button--detail .c5-button__link {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  width: 77.33333vw;
  padding: 3.73333vw 4.8vw;
}

@media screen and (min-width: 751px) {
  .c5-button {
    margin-top: 34px;
  }
  .c5-button__link {
    font-size: 16px;
    padding: 16px;
  }
  .c5-button__link::after {
    right: 16px;
    width: 14px;
    height: 14px;
    transition: .3s;
    -webkit-transition: .3s;
  }
  .c5-button__link:hover::after {
    -webkit-transform: translateY(-75%) rotate(45deg) translateX(5px);
            transform: translateY(-75%) rotate(45deg) translateX(5px);
  }
  .c5-button__small {
    font-size: 14px;
  }
  .c5-button--small {
    margin-top: 24px;
  }
  .c5-button--small .c5-button__link {
    text-align: start;
    font-size: 14px;
    padding: 14px 30px;
  }
  .c5-button--detail {
    margin-top: 80px;
  }
  .c5-button--detail .c5-button__link {
    font-size: 17px;
    width: 300px;
    padding: 20px 30px;
  }
}

.c5-close {
  background: rgba(51, 51, 51, 0.9);
  padding: 3.73333vw 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: -50px;
  bottom: 0;
}

.c5-close__link {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f18115), to(#f89d31));
  background: linear-gradient(#f18115, #f89d31);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.73333vw;
  width: 77.33333vw;
  padding: 3.73333vw 4.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c5-close__link::after {
  position: absolute;
  top: 50%;
  right: 4.26667vw;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: .3s;
  -webkit-transition: .3s;
}

@media screen and (min-width: 751px) {
  .c5-close {
    padding: 15px 0;
  }
  .c5-close__link {
    font-size: 17px;
    width: 500px;
    padding: 20px 30px;
  }
  .c5-close__link::after {
    top: 50%;
    right: 16px;
    width: 14px;
    height: 14px;
  }
  .c5-close__link:hover::after {
    -webkit-transform: translateY(-75%) rotate(45deg) translateX(5px);
            transform: translateY(-75%) rotate(45deg) translateX(5px);
  }
}
