@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.6;
  width: 100%;
  color: #231815;
  background: #000;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

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

a {
  cursor: pointer;
}

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

@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

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

@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

/* detail
--------------------------------------*/
section.main {
  width: 100%;
  height: 100vh;
  background: url(../images/main1_pc.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
}

section.main div.text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.main h1 {
  font-family: 'Nothing You Could Do', cursive;
}

@media screen and (min-width: 751px) {
  section.main h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 750px) {
  section.main h1 {
    font-size: 100px;
    line-height: 1.0;
    margin-bottom: 25px;
  }
}

section.main h2 {
  line-height: 1.2;
}

@media screen and (min-width: 751px) {
  section.main h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  section.main h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 751px) {
  section.main h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  section.main h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 751px) {
  p.lead {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 150px 0 150px;
  }
}

@media screen and (max-width: 750px) {
  p.lead {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 100px 0 100px;
    width: 90%;
    margin: 0 auto;
  }
}

div.fixedcredit {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (min-width: 751px) {
  div.fixedcredit {
    padding: 15px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 750px) {
  div.fixedcredit {
    padding: 10px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

div.fixedcredit p {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  div.fixedcredit p {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  div.fixedcredit p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 751px) {
  div.fixedcredit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1060px;
    margin: 0 auto;
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  div.fixedcredit ul {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  div.fixedcredit ul li {
    margin-right: 100px;
  }
}

@media screen and (max-width: 750px) {
  div.fixedcredit ul li {
    margin-bottom: 5px;
  }
}

div.fixedcredit ul li:last-child {
  margin-right: 0;
}

div.fixedcredit ul li a {
  color: #000;
  text-decoration: none;
}

div.fixedcredit ul li a span {
  color: #fff;
  background: #000;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  div.fixedcredit ul li a span {
    font-size: 14px;
    padding: 0 20px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 750px) {
  div.fixedcredit ul li a span {
    font-size: 12px;
    padding: 0 10px;
    margin-left: 5px;
  }
}

div.fixedcredit.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (min-width: 751px) {
  section.block {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 750px) {
  section.block {
    margin-bottom: 250px;
  }
}

section.block .mainimg {
  background-size: cover;
  background-position: center center;
}

section.block .mainimg::before {
  content: "";
  display: block;
}

@media screen and (max-width: 750px) {
  section.block .mainimg::before {
    padding-top: calc(1000 / 800 * 100%);
  }
}

@media screen and (min-width: 751px) {
  section.block .mainimg::before {
    padding-top: calc(1281 / 1920 * 100%);
  }
}

section.block p.theme, section.block p.stylingtheme {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  section.block p.theme, section.block p.stylingtheme {
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 750px) {
  section.block p.theme, section.block p.stylingtheme {
    margin: 50px auto 0;
    width: 90%;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1060px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner01 ul li {
    width: 48%;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner01 ul li {
    width: 100%;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner01 ul li:nth-child(1) {
    width: 70%;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner02 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner02 {
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1060px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner02 ul {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner02 ul li {
    width: 48%;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner02 ul li {
    width: 70%;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 751px) {
  section.block .inner03 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner03 {
    margin-top: 50px;
  }
}

section.block .inner03 div.img {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.block .inner03 div.img {
    width: 90%;
    margin: 0 auto;
  }
}

section.block .inner03 video {
  width: 100%;
}

section.block .inner03 p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  section.block .inner03 p {
    font-size: 18px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 750px) {
  section.block .inner03 p {
    font-size: 14px;
    margin-top: 25px;
  }
}

section.block .inner03 p a {
  color: #fff;
  display: inline-block;
  border-bottom: dotted 1px #fff;
  text-decoration: none;
}

#wrap {
  overflow: hidden;
}

.profile {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 751px) {
  .profile {
    width: 400px;
    margin: 150px auto 200px;
    padding: 25px;
  }
}

@media screen and (max-width: 750px) {
  .profile {
    width: 90%;
    padding: 25px 0;
    margin: 150px auto 200px;
  }
}

.profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .profile ul li:first-child {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .profile ul li:first-child {
    width: 40%;
  }
}

.profile ul li:first-child img {
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .profile ul li:last-child {
    width: 220px;
  }
}

@media screen and (max-width: 750px) {
  .profile ul li:last-child {
    width: 55%;
  }
}

@media screen and (min-width: 751px) {
  .profile ul li:last-child span.name {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .profile ul li:last-child span.name {
    font-size: 18px;
  }
}

.profile ul li:last-child span, .profile ul li:last-child a {
  display: block;
}

.profile ul li:last-child a {
  color: #fff;
}

.block01 div.inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * 3);
}

@media screen and (max-width: 750px) {
  .block01 div.inner {
    width: calc(100% * 6);
  }
}

.block01 div.inner .block01-imgText {
  width: 100%;
}

.block01 div.inner .block01-imgText:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}

.block01 div.inner .block01-imgText:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}

.block01 div.inner-img {
  width: 100%;
}

.block01 p.explain {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .block01 p.explain {
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 751px) {
  .block01 p.explain {
    font-size: 18px;
    text-align: center;
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 751px) {
  .block01 div.video {
    width: 1060px;
    margin: 100px auto;
  }
}

@media screen and (max-width: 750px) {
  .block01 div.video {
    margin-top: 50px;
  }
}

div.footer {
  width: 100%;
}

div.footer a {
  display: block;
}

@media screen and (min-width: 751px) {
  div.footer a {
    width: 120px;
    margin: 100px auto 50px;
  }
}

@media screen and (max-width: 750px) {
  div.footer a {
    width: 20%;
    margin: 100px auto 40px;
  }
}

div.footer p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*# sourceMappingURL=style.css.map */