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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-size: 12px;
  line-height: 1.8;
  font-family: 'noto-sans';
  font-weight: 400;
  font-feature-settings: "palt"; }

div#curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: curtain .8s ease 4.5s 1 forwards;
  animation: curtain .8s ease 4.5s 1 forwards; }
div#curtain div#title div#logo {
  text-align: center; }
div#curtain div#title div#description {
  text-align: center;
  animation: fadeIn01 2s ease 2s 1 forwards;
  -webkit-animation: fadeIn01 2s ease 2s 1 forwards;
  opacity: 0; }
div#curtain div#title div#description img {
  width: 100%; }

div#wrapper div#head h1 img {
  width: 100%; }
div#wrapper div#head h2 img {
  width: 100%; }
div#wrapper img {
  width: 100%; }
div#wrapper #style02 {
  background: url(../images/image02.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: auto;
  -webkit-animation: movie02 10s linear -2s infinite alternate;
  animation: movie02 10s linear -2s infinite alternate; }
div#wrapper #style02::before {
  display: block;
  content: "";
  padding-bottom: calc( 487 / 640 * 100%); }
div#wrapper #style07 {
  background: url(../images/image07.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: auto;
  -webkit-animation: movie02 10s linear -2s infinite alternate;
  animation: movie02 10s linear -2s infinite alternate; }
div#wrapper #style07::before {
  display: block;
  content: "";
  padding-bottom: calc( 487 / 640 * 100%); }
div#wrapper #style09 {
  background: url(../images/image09.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: auto;
  -webkit-animation: movie02 10s linear -2s infinite alternate;
  animation: movie02 10s linear -2s infinite alternate; }
div#wrapper #style09::before {
  display: block;
  content: "";
  padding-bottom: calc( 487 / 640 * 100%); }
div#wrapper div#creditArea {
  border-top: 1px solid #000; }
div#wrapper div#creditArea div.credit ul li a {
  color: #000;
  text-decoration: none; }
div#wrapper div#creditArea div.credit ul li a span {
  border: 1px solid #000;
  display: inline-block; }
div#wrapper div#creditArea div.credit ul li a:hover span {
  background: #000;
  color: #fff; }

div#linkArea {
  border-top: 1px solid #ccc;
  width: 100%; }
div#linkArea a {
  display: block;
  margin: auto; }
div#linkArea a img {
  width: 100%; }

div#info {
  background: #f6fff5;
  color: #5a5c5b;
  text-align: center;
  margin-bottom: 100px; }
div#info h3 {
  font-weight: bold;
  margin-bottom: 20px; }

div#campaign, div#mook {
  width: 100%;
  box-sizing: border-box;
  color: #5a5c5b; }
div#campaign h4, div#mook h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block; }
div#campaign p, div#mook p {
  text-align: center; }
div#campaign a, div#mook a {
  color: #5a5c5b; }

footer {
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 10px;
  display: block;
  padding: 10px 0; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#curtain {
    background: url(../images/cover.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: table; }
  div#curtain div#title {
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 150px; }
  div#curtain div#title div#logo svg {
    width: 25%;
    margin: auto;
    height: auto; }
  div#curtain div#title div#description {
    margin: 35px auto 0;
    width: 45%; }

  div#wrapper div#head {
    padding: 100px 0 25px; }
  div#wrapper div#head h1 {
    width: 20%;
    margin: 0 auto 25px; }
  div#wrapper div#head h2 {
    width: 40%;
    margin: auto; }
  div#wrapper div#styling_list {
    width: 800px;
    margin: auto; }
  div#wrapper div.styling {
    width: 800px;
    margin: 0 auto 100px; }
  div#wrapper div.styling:first-child {
    width: 800px;
    margin: 100px auto 100px; }
  div#wrapper div.stylingS {
    width: 522px;
    margin: 100px auto 100px; }
  div#wrapper img {
    width: 100%; }
  div#wrapper div#creditArea {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    padding-top: 100px; }
  div#wrapper div#creditArea div.credit {
    width: calc(100% / 2 - 20px);
    margin-bottom: 40px; }
  div#wrapper div#creditArea div.credit ul {
    margin: 5px 0 10px; }
  div#wrapper div#creditArea div.credit ul li {
    font-size: 14px;
    margin-bottom: 3px; }
  div#wrapper div#creditArea div.credit ul li a span {
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 10px; }
  div#wrapper div#creditArea div.credit:nth-child(1), div#wrapper div#creditArea div.credit:nth-child(2n+1) {
    margin-right: 20px; }
  div#wrapper div#creditArea div.credit:nth-child(2n) {
    margin-left: 20px; }

  div#linkArea {
    padding: 25px 0; }
  div#linkArea a {
    width: 12%; }

  div#info {
    padding: 50px 0; }
  div#info h3 {
    font-size: 24px; }

  div#campaign {
    margin-bottom: 35px; }

  div#campaign h4, div#mook h4 {
    font-size: 20px; }
  div#campaign p, div#mook p {
    font-size: 14px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  div#curtain {
    background: #ffF; }
  div#curtain div.sp_cover {
    background: url(../images/cover_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 70%;
    width: 100%; }
  div#curtain div#title {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 30%; }
  div#curtain div#title div#logo svg {
    width: 45%;
    margin: auto;
    height: auto;
    margin-bottom: 15px; }
  div#curtain div#title div#description {
    margin: 0px auto 0;
    width: 70%; }

  div#wrapper div#head {
    padding: 50px 0 50px; }
  div#wrapper div#head h1 {
    width: 35%;
    margin: 0 auto 10px; }
  div#wrapper div#head h2 {
    width: 70%;
    margin: auto; }
  div#wrapper div#styling_list {
    width: 100%;
    margin: auto; }
  div#wrapper div.styling {
    width: 100%;
    margin: 0 auto 100px; }
  div#wrapper div.styling:first-child {
    width: 100%;
    margin: 0 auto 100px; }
  div#wrapper div.stylingS {
    width: 80%;
    margin: 0 auto 100px; }
  div#wrapper img {
    width: 100%; }
  div#wrapper div#creditArea {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    padding-top: 100px; }
  div#wrapper div#creditArea div.credit {
    width: calc(100% / 2 - 5px);
    margin-bottom: 5px; }
  div#wrapper div#creditArea div.credit ul {
    margin: 0px 0 10px; }
  div#wrapper div#creditArea div.credit ul li {
    font-size: 12px;
    margin-bottom: 3px; }
  div#wrapper div#creditArea div.credit ul li a span {
    font-size: 10px;
    padding: 1px 8px;
    margin-left: 10px; }
  div#wrapper div#creditArea div.credit:nth-child(1), div#wrapper div#creditArea div.credit:nth-child(2n+1) {
    margin-right: 5px; }
  div#wrapper div#creditArea div.credit:nth-child(2n) {
    margin-left: 5px; }

  div#linkArea {
    padding: 15px 0; }
  div#linkArea a {
    width: 30%; }

  div#info {
    padding: 50px 0; }
  div#info h3 {
    font-size: 22px; }

  div#campaign {
    margin-bottom: 35px; }

  div#campaign h4, div#mook h4 {
    font-size: 18px;
    line-height: 1.4; }
  div#campaign p, div#mook p {
    font-size: 12px; } }
/* anime
--------------------------------------*/
.drawingText {
  stroke: #221815;
  fill: #221815;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: DASH 2s ease-in alternate forwards;
  -webkit-animation: DASH 2s ease-in alternate forwards;
  -o-animation: DASH 2s ease-in alternate forwards;
  animation: DASH 2s ease-in alternate forwards; }

.fadeIn01 {
  animation: fadeIn01 2s ease 2s 1 normal;
  -webkit-animation: fadeIn01 2s ease 2s 1 normal; }

.fadeIn02 {
  animation: fadeIn02 5s ease 0s 1 normal;
  -webkit-animation: fadeIn02 5s ease 0s 1 normal; }

@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-o-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-ms-keyframes DASHf {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@keyframes fadeIn01 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes curtain {
  0% {
    top: 0; }
  100% {
    top: -100vh;
    opacity: 0; } }
@-webkit-keyframes movie {
  to {
    background-position: bottom; } }
@keyframes movie {
  to {
    background-position: bottom; } }
@-webkit-keyframes movie02 {
  to {
    background-position: right; } }
@keyframes movie02 {
  to {
    background-position: right; } }
