* {
  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: url("../images/img_bg_01.png") repeat-Y fixed;
}

.c5-background {
  margin: 0 0 -50px;
}

.c5-background__image-01 {
  background: url("../images/img_camera_01.png") no-repeat;
  background-size: 105%;
  background-position: top -5vw left 0;
}

.c5-background__image-02 {
  background: url("../images/img_camera_02.png") no-repeat;
  background-size: 100%;
  background-position: top 320vw right 0;
}

@media screen and (min-width: 751px) {
  .c5-background__image-01 {
    background-size: 80%;
    background-position: top -40px left 0;
  }
  .c5-background__image-02 {
    background-size: 52%;
    background-position: top 700px right 0;
  }
}

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

.c5-content__inner {
  padding: 0 5.33333vw 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__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-section {
  height: auto;
  margin-top: 21.33333vw;
}

.c5-section:nth-last-of-type(1) {
  padding-bottom: 26.66667vw;
}

.c5-section--top {
  margin-top: 0;
  padding-bottom: 0;
}

.c5-section--top:nth-last-of-type(1) {
  padding-bottom: 0;
}

.c5-section__row {
  display: block;
  margin-top: 80px;
}

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

@media screen and (min-width: 751px) {
  .c5-section {
    margin-top: 150px;
  }
  .c5-section:nth-last-of-type(1) {
    padding-bottom: 100px;
  }
  .c5-section--top:nth-last-of-type(1) {
    margin-top: 0;
    padding-bottom: 0;
  }
  .c5-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 88px;
  }
  .c5-section__row:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c5-section__col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%;
  }
  .c5-section__col4--mgR {
    margin-right: 40px;
  }
  .c5-section__col4--mgL {
    margin-left: 40px;
  }
  .c5-section__col8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    max-width: 60%;
  }
}

@media screen and (min-width: 751px) {
  .c5-textArea {
    padding-bottom: 20px;
  }
}

.c5-imageArea {
  margin-top: 11.06667vw;
}

.c5-imageArea__link {
  display: block;
}

.c5-imageArea__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.06667vw;
}

.c5-imageArea__col12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

.c5-imageArea__col4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  max-width: 33%;
  margin-left: 2.13333vw;
}

.c5-imageArea__col4:first-child {
  margin-left: 0;
}

@media screen and (min-width: 751px) {
  .c5-imageArea {
    margin-top: 0;
  }
  .c5-imageArea__row {
    margin-top: 12px;
  }
  .c5-imageArea__col4 {
    margin-left: 12px;
  }
  .c5-imageArea__col4:first-child {
    margin-left: 0;
  }
}

.c5-artist {
  margin-top: 11.06667vw;
}

.c5-artist__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c5-artist__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333vw;
          flex: 0 0 33.33333vw;
  max-width: 33.33333vw;
  width: 100%;
  margin-top: 2vw;
}

.c5-artist__textArea {
  width: 100%;
  margin-left: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .c5-artist {
    margin-top: auto;
  }
  .c5-artist__inner {
    padding-bottom: 8px;
  }
  .c5-artist__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
    margin-top: 0;
  }
  .c5-artist__textArea {
    margin-top: 14px;
    margin-left: 30px;
    width: 100%;
  }
}

.c5-heading__h1 {
  font-size: 10.66667vw;
}

.c5-heading__h2 {
  font-size: 7.46667vw;
  font-family: "Noto Sans JP", sans-serif;
}

.c5-heading__h3 {
  font-size: 6.4vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.c5-heading__h4 {
  font-size: 5.33333vw;
}

.c5-heading__img {
  width: auto;
  height: 10.66667vw;
}

.c5-heading__orange {
  color: #f18115;
  margin-left: 1.6vw;
}

.c5-heading__italic {
  font-size: 6.4vw;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.c5-heading__italic--small {
  font-size: 4.26667vw;
  margin-right: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .c5-heading__h1 {
    font-size: 60px;
  }
  .c5-heading__h2 {
    font-size: 28px;
  }
  .c5-heading__h3 {
    font-size: 24px;
  }
  .c5-heading__h4 {
    font-size: 20px;
  }
  .c5-heading__img {
    width: auto;
    height: 90px;
  }
  .c5-heading__orange {
    margin-left: 16px;
  }
  .c5-heading__italic {
    font-size: 24px;
  }
  .c5-heading__italic--small {
    font-size: 16px;
    margin-right: 8px;
  }
}

.c5-text {
  color: #eee;
  line-height: 2;
  font-size: 3.73333vw;
  margin-top: 11.06667vw;
}

.c5-text--top {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  margin-top: 33.33333vw;
}

.c5-text--thin {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.c5-text--large {
  line-height: 1.2;
  font-size: 6.4vw;
}

.c5-text--about {
  line-height: 1.2;
  font-size: 8vw;
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .c5-text {
    font-size: 17px;
    margin-top: 60px;
  }
  .c5-text--top {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
  }
}

.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: 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);
      -ms-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__link:hover::after {
  -webkit-transform: translateY(-75%) rotate(45deg) translateX(0.66667vw);
      -ms-transform: translateY(-75%) rotate(45deg) translateX(0.66667vw);
          transform: translateY(-75%) rotate(45deg) translateX(0.66667vw);
}

.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;
}

@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;
  }
  .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--small .c5-button__link::after {
    transition: .3s;
    -webkit-transition: .3s;
  }
  .c5-button--small .c5-button__link:hover::after {
    -webkit-transform: translateY(-75%) rotate(45deg) translateX(5px);
        -ms-transform: translateY(-75%) rotate(45deg) translateX(5px);
            transform: translateY(-75%) rotate(45deg) translateX(5px);
  }
}

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

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

@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;
  }
}
