@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 {
  height: 100%; }

body {
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  height: 100%; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  text-decoration: none;
  color: #000; }

a:hover {
  color: #fff; }

@-webkit-keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 0.8s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.grayscale {
  -webkit-filter: grayscale(100%);
  transition: 1.5s;
  transition-delay: 2.0s; }

.fwat {
  animation-delay: .8s;
  animation-duration: 1.0s; }

/*head -------------------------*/
#head {
  margin: 0 auto;
  -webkit-animation: main_img 1.0s linear 1 forwards;
  animation: main_img 1.0s linear 1 forwards; }
#head h1 {
  margin: 0 auto;
  position: absolute; }
#head .logo_top {
  margin: 0 auto; }

#read_box p {
  text-align: center; }

#contents {
  margin: 0 auto;
  color: #000; }

h2 {
  margin: 0 auto; }

.box li {
  text-align: center; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.item2_2 {
  width: 80%; }

.item3_2 {
  width: 80%; }

/* footer -------------------------*/
#footer_box {
  margin: 0 auto; }

.footer_p {
  margin: 0 auto;
  text-align: center; }

#sns_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
#sns_flex a {
  text-decoration: none; }

#logo {
  margin: 0 auto; }

#copyright p {
  text-align: center;
  color: #000; }

/* PC
--------------------------------------*/
@media screen and (min-width: 668px) {
  html {
    height: 100%; }

  body {
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    height: 100%; }

  .pc_none {
    display: none; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  i {
    padding: 4px 5px 0 0; }

  .img_bottom {
    padding-bottom: 110px; }

  #curtain {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  #curtain .cover {
    background: url(../images/cover_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }

  /*head -------------------------*/
  #head {
    height: 100vh;
    background: url(../images/main_pc.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 3; }
  #head h1 {
    width: 40%;
    left: 30%;
    bottom: 5%; }
  #head .logo_top {
    width: 12%;
    padding-top: 20px; }

  .box_title {
    width: 30%;
    margin: 100px auto; }

  #read_box p {
    font-size: 14px;
    line-height: 25px;
    margin: 100px 0; }

  #sns_pc {
    position: fixed;
    top: 2%;
    right: 0;
    z-index: 2; }
  #sns_pc li {
    width: 12%;
    padding-top: 15px;
    margin: 0 auto; }

  #contents {
    max-width: 600px; }

  h2 {
    width: 50%;
    padding-bottom: 50px; }

  .box {
    margin: 0 auto 200px auto; }

  .first_box {
    width: 100%; }

  .num_under {
    padding-bottom: 50px; }

  .cre {
    padding-top: 40px; }

  .cre1_1 {
    width: 50%; }

  .cre1_2 {
    width: 55%; }

  .cre1_3 {
    width: 50%; }

  .item1_2 {
    margin-bottom: -350px; }

  .item1_3 {
    width: 40%;
    padding: 150px 0 0 150px; }

  #box_3 {
    padding: 200px 0; }

  .cre3_1 {
    width: 50%; }

  .cre3_2 {
    width: 60%; }

  /* footer -------------------------*/
  #footer_box {
    width: 40%;
    padding: 100px 0; }

  .footer_p {
    width: 35%;
    padding: 0 0 20px 0; }

  #sns_flex {
    width: 60%; }
  #sns_flex li {
    width: 12%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 10%; }

  #copyright p {
    padding: 20px 0 50px 0;
    font-size: 11px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 667px) {
  html {
    height: 100%; }

  body {
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    height: 100%; }

  .sp_none {
    display: none; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  i {
    padding: 2px 6px 0 0; }

  .img_bottom {
    padding-bottom: 60px; }

  #curtain {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  #curtain .cover {
    background: url(../images/cover_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-contet: center; }

  /*head -------------------------*/
  #head {
    height: 100%;
    width: 100%;
    background: url(../images/main_sp.jpg) no-repeat center center;
    background-size: cover; }
  #head h1 {
    width: 80%;
    bottom: 8%;
    left: 10%; }
  #head .logo_top {
    width: 20%;
    position: absolute;
    top: 76%;
    left: 40%; }

  .box_title {
    width: 60%;
    margin: 70px auto; }

  #read_box p {
    font-size: 11px;
    line-height: 22px;
    margin: 100px 0; }

  #contents {
    width: 90%; }

  h2 {
    width: 60%;
    padding-bottom: 30px; }

  .box {
    margin: 0 auto 100px auto; }

  .num_under {
    padding-bottom: 30px; }

  .flex ul {
    width: 70%; }

  .cre {
    padding-top: 20px; }

  .cre1_1 {
    width: 80%; }

  .cre1_2 {
    width: 90%; }

  .cre1_3 {
    width: 70%; }

  .item1 {
    margin: 0 auto; }

  .item1_2 {
    margin: 0 auto -150px auto; }

  .item1_3 {
    width: 40%;
    margin: 60px 0 0 70px; }

  #box_3 {
    padding-top: 100px; }

  .cre3_1 {
    width: 75%; }

  .cre3_2 {
    width: 90%; }

  /* footer -------------------------*/
  #footer_box {
    width: 60%;
    padding: 80px 0; }

  .footer_p {
    width: 50%;
    padding: 0 0 15px 0; }

  #sns_flex {
    width: 100%; }
  #sns_flex li {
    width: 11%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 25%; }

  #copyright p {
    padding: 10px 0 30px 0;
    font-size: 10px; } }
/* anime
--------------------------------------*/
@keyframes curtain {
  0% {
    opacity: 1.0;
    z-index: 4; }
  100% {
    opacity: 0;
    z-index: -1; } }
