@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: 'Ryumin';
  font-style: normal;
  font-weight: 350;
  src: url("../font/Ryumin/Ryumin.eot");
  src: url("../font/Ryumin/Ryumin.woff") format("woff"), url("../font/Ryumin/Ryumin.ttf") format("truetype"), url("../font/Ryumin/Ryumin.otf");
  /* Safari, Android, iOS */ }
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
  font-weight: 350;
  line-height: 1.4;
  width: 100%; }

body {
  font-weight: 350;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 970px) {
    body {
      font-size: 12px;
      line-height: 1.8; } }
  @media screen and (max-width: 970px) {
    body {
      font-size: 11px;
      line-height: 1.5; } }

a {
  text-decoration: none;
  color: #000; }

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

@media screen and (min-width: 970px) {
  .pc_none {
    display: none; } }
@media screen and (max-width: 970px) {
  .pc_none {
    display: block; } }

@media screen and (min-width: 970px) {
  .sp_none {
    display: block; } }
@media screen and (max-width: 970px) {
  .sp_none {
    display: none; } }

@media screen and (max-width: 970px) {
  .sp_pb {
    padding-bottom: 50px; } }

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 7px);
  -webkit-transform: translate(0, 7px);
  transition: 0.6s; }

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

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 7px);
  -webkit-transform: translate(0, 7px);
  transition: 0.6s;
  transition-delay: 0.6s; }

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

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 7px);
  -webkit-transform: translate(0, 7px);
  transition: 0.6s;
  transition-delay: 1.2s; }

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

#movie {
  position: relative; }
  @media screen and (min-width: 970px) {
    #movie {
      max-width: 90%;
      margin: 3% auto 0; } }
  @media screen and (max-width: 970px) {
    #movie {
      width: 80%;
      margin: 10% auto 0; } }
  #movie video {
    display: block; }

.main_title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 970px) {
    .main_title {
      top: 73%;
      width: 50%; } }

@keyframes scroll-bar {
  0%,
  5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 510px, 0);
    transform: translate3d(0, 510px, 0); } }
.p-index-top.start .p-index-scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 2s,-webkit-transform 2s;
  transition: opacity 2s,transform 2s;
  transition-delay: 1s; }

.p-index-scroll {
  position: absolute;
  bottom: 0; }
  @media screen and (min-width: 970px) {
    .p-index-scroll {
      width: 19px;
      right: 3%;
      height: 190px;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl; } }
  @media screen and (max-width: 970px) {
    .p-index-scroll {
      right: 40%;
      height: 120px; } }

.p-index-scroll {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

.p-index-scroll-text {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
  letter-spacing: 4px;
  color: #fff; }
  @media screen and (min-width: 970px) {
    .p-index-scroll-text {
      line-height: 19px;
      padding-top: 25px; } }
  @media screen and (max-width: 970px) {
    .p-index-scroll-text {
      line-height: 190px; } }

.p-index-scroll-text {
  -webkit-animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }

.p-index-scroll-text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.p-index-scroll-bar-clip {
  position: absolute;
  overflow: hidden;
  width: 1px;
  background-color: #efefef; }
  @media screen and (min-width: 970px) {
    .p-index-scroll-bar-clip {
      right: 9px;
      top: 90px;
      height: 200px; } }
  @media screen and (max-width: 970px) {
    .p-index-scroll-bar-clip {
      right: 50%;
      top: 100px;
      height: 80px; } }

.p-index-scroll-bar {
  position: absolute;
  width: 1px;
  right: 0;
  background-color: #000; }
  @media screen and (min-width: 970px) {
    .p-index-scroll-bar {
      height: 100px;
      top: -100px; } }
  @media screen and (max-width: 970px) {
    .p-index-scroll-bar {
      height: 80px;
      top: -80px; } }

.p-index-scroll-bar {
  -webkit-animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }

.p-index-scroll-bar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#contents {
  margin: 0 auto; }

@media screen and (min-width: 970px) {
  .box {
    margin: 120px auto 0;
    max-width: 1200px; } }
@media screen and (max-width: 970px) {
  .box {
    margin: 70px auto 0; } }

@media screen and (min-width: 970px) {
  #img_top {
    width: 40%; } }
@media screen and (max-width: 970px) {
  #img_top {
    width: 70%; } }

.copy_img {
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    .copy_img {
      width: 35%;
      padding-top: 15px; } }
  @media screen and (max-width: 970px) {
    .copy_img {
      width: 60%;
      padding-top: 10px; } }

#collabo_text {
  text-align: center;
  background-color: #e6e6e6; }
  @media screen and (min-width: 970px) {
    #collabo_text {
      margin: 120px auto 0; } }
  @media screen and (max-width: 970px) {
    #collabo_text {
      margin: 70px auto 0; } }
  @media screen and (min-width: 970px) {
    #collabo_text #collabo_in {
      padding: 50px 0; } }
  @media screen and (max-width: 970px) {
    #collabo_text #collabo_in {
      padding: 55px; } }
  #collabo_text h1 {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_text h1 {
        width: 30%; } }
  #collabo_text h2 {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_text h2 {
        padding: 40px 0;
        width: 27%; } }
    @media screen and (max-width: 970px) {
      #collabo_text h2 {
        padding: 30px 0; } }
  #collabo_text p {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_text p {
        width: 20%; } }

@media screen and (min-width: 970px) {
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; } }
@media screen and (min-width: 970px) {
  .flex .flex_img {
    width: 50%; } }
@media screen and (max-width: 970px) {
  .flex .flex_img {
    width: 100%; } }
@media screen and (min-width: 970px) {
  .flex .flex_right {
    width: 35%;
    margin: 0 auto; } }
@media screen and (max-width: 970px) {
  .flex .flex_right p {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; } }

@media screen and (min-width: 970px) {
  #collabo_box .flex:nth-child(2) {
    flex-direction: row-reverse; } }

.credit {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 970px) {
    .credit {
      width: 90%;
      padding-top: 30px;
      font-size: 11px; } }
  @media screen and (max-width: 970px) {
    .credit {
      padding-top: 20px;
      width: 90%; } }
  @media screen and (min-width: 970px) {
    .credit li {
      line-height: 25px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 970px) {
    .credit li {
      line-height: 20px;
      padding-bottom: 10px; } }
  .credit span {
    position: absolute;
    text-align: center;
    right: 0; }
    @media screen and (min-width: 970px) {
      .credit span {
        width: 80px;
        font-size: 10px; } }
    @media screen and (max-width: 970px) {
      .credit span {
        width: 90px; } }
  .credit a {
    color: #000; }
  .credit .buy {
    border: 1px solid #000; }
  .credit .coming {
    border: 1px solid #ccc;
    color: #ccc; }

.setup_under {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #e6e6e6 50%); }
  @media screen and (min-width: 970px) {
    .setup_under {
      width: 200px; } }
  @media screen and (max-width: 970px) {
    .setup_under {
      width: 210px; } }

.coat_under {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #e6e6e6 50%); }
  @media screen and (min-width: 970px) {
    .coat_under {
      width: 190px; } }
  @media screen and (max-width: 970px) {
    .coat_under {
      width: 200px; } }

#collabo_pagedown {
  text-align: center;
  background-color: #e6e6e6; }
  @media screen and (min-width: 970px) {
    #collabo_pagedown {
      margin: 120px auto 0; } }
  @media screen and (max-width: 970px) {
    #collabo_pagedown {
      margin: 70px auto 0; } }
  #collabo_pagedown h3 {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_pagedown h3 {
        padding: 50px 0;
        width: 37%; } }
    @media screen and (max-width: 970px) {
      #collabo_pagedown h3 {
        padding: 50px 0;
        width: 85%; } }
  #collabo_pagedown .flex {
    align-items: baseline; }
    @media screen and (max-width: 970px) {
      #collabo_pagedown .flex {
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: space-between; } }
  #collabo_pagedown #pagedown_in {
    margin: 0 auto;
    padding-bottom: 50px; }
    @media screen and (min-width: 970px) {
      #collabo_pagedown #pagedown_in {
        width: 40%; } }
  @media screen and (min-width: 970px) {
    #collabo_pagedown .pagedown_1 {
      width: 40%;
      padding: 0 30px; } }
  @media screen and (max-width: 970px) {
    #collabo_pagedown .pagedown_1 {
      width: 40%; } }
  #collabo_pagedown .pagedown_1 .pagedown_text1 {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_pagedown .pagedown_1 .pagedown_text1 {
        width: 45%;
        padding-top: 20px; } }
    @media screen and (max-width: 970px) {
      #collabo_pagedown .pagedown_1 .pagedown_text1 {
        width: 70%;
        padding-top: 20px; } }
  @media screen and (min-width: 970px) {
    #collabo_pagedown .pagedown_2 {
      width: 50%;
      padding: 0 30px; } }
  @media screen and (max-width: 970px) {
    #collabo_pagedown .pagedown_2 {
      width: 50%; } }
  #collabo_pagedown .pagedown_2 .pagedown_text2 {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      #collabo_pagedown .pagedown_2 .pagedown_text2 {
        width: 50%;
        padding-top: 50px; } }
    @media screen and (max-width: 970px) {
      #collabo_pagedown .pagedown_2 .pagedown_text2 {
        width: 85%;
        padding-top: 47px; } }

@media screen and (min-width: 970px) {
  .box_name {
    width: 25%; } }
@media screen and (max-width: 970px) {
  .box_name {
    width: 65%;
    margin: 0 auto; } }

@media screen and (min-width: 970px) {
  .box_main {
    width: 25%; } }
@media screen and (max-width: 970px) {
  .box_main {
    width: 60%;
    margin: 20px auto; } }

@media screen and (min-width: 970px) {
  .box1_main {
    padding: 0 60px 0 30px; } }
@media screen and (max-width: 970px) {
  .box1_main {
    padding-right: 70px; } }

@media screen and (min-width: 970px) {
  .box2_main {
    padding: 0 30px; } }
@media screen and (max-width: 970px) {
  .box2_main {
    padding-left: 30px; } }

@media screen and (min-width: 970px) {
  .box_text {
    width: 28%; } }

.box_collabo p {
  text-align: center; }

@media screen and (min-width: 970px) {
  .box_code .flex_code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; } }
@media screen and (max-width: 970px) {
  .box_code .flex {
    display: flex;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; } }
@media screen and (min-width: 970px) {
  .box_code .box_code_img {
    width: 30%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_img {
    width: 40%; } }
@media screen and (min-width: 970px) {
  .box_code .box_code_img_L {
    width: 35%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_img_L {
    width: 45%; } }
@media screen and (min-width: 970px) {
  .box_code .flex_box_text {
    width: 70%; } }
@media screen and (max-width: 970px) {
  .box_code .flex_box_text {
    width: 52%; } }
.box_code .box_code_title {
  margin: 0 auto; }
@media screen and (min-width: 970px) {
  .box_code .box_code_title1 {
    width: 45%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_title1 {
    width: 80%; } }
@media screen and (min-width: 970px) {
  .box_code .box_code_title2 {
    width: 53%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_title2 {
    width: 90%; } }
@media screen and (min-width: 970px) {
  .box_code .box_code_title3 {
    width: 60%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_title3 {
    width: 100%; } }
@media screen and (min-width: 970px) {
  .box_code .box_code_title4 {
    width: 50%; } }
@media screen and (max-width: 970px) {
  .box_code .box_code_title4 {
    width: 95%; } }
@media screen and (min-width: 970px) {
  .box_code p {
    padding: 30px 50px; } }
@media screen and (max-width: 970px) {
  .box_code p {
    padding-top: 25px; } }
@media screen and (min-width: 970px) {
  .box_code .credit_code_pc {
    width: 35%; } }

.box_border {
  border-bottom: 1px solid #000; }
  @media screen and (min-width: 970px) {
    .box_border {
      padding-bottom: 120px; } }
  @media screen and (max-width: 970px) {
    .box_border {
      padding-bottom: 70px; } }

#movie_box .video {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    #movie_box .video {
      width: 80%;
      padding-top: 45%; } }
  @media screen and (max-width: 970px) {
    #movie_box .video {
      width: 90%;
      padding-top: 55%; } }
#movie_box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
#movie_box .movie_text {
  text-align: center; }
  @media screen and (max-width: 970px) {
    #movie_box .movie_text {
      width: 90%;
      margin: 0 auto; } }
  #movie_box .movie_text .movie_title {
    font-weight: bold;
    padding: 20px 0 10px; }

h4 {
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    h4 {
      width: 40%;
      padding-bottom: 50px; } }
  @media screen and (max-width: 970px) {
    h4 {
      width: 80%;
      padding-bottom: 30px; } }

footer {
  text-align: center; }
  footer .fotter_btn a {
    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    padding: 10px 0; }
    @media screen and (min-width: 970px) {
      footer .fotter_btn a {
        width: 350px; } }
    @media screen and (max-width: 970px) {
      footer .fotter_btn a {
        width: 300px; } }
  @media screen and (min-width: 970px) {
    footer .code_staff p {
      padding-bottom: 15px; } }
  @media screen and (max-width: 970px) {
    footer .code_staff p {
      padding-bottom: 10px; } }
  footer .code_staff a {
    color: #fff;
    background-color: #000; }
  @media screen and (min-width: 970px) {
    footer .code_staff {
      padding-bottom: 50px; } }
  @media screen and (max-width: 970px) {
    footer .code_staff {
      padding-bottom: 40px; } }
  @media screen and (min-width: 970px) {
    footer .pageup_img {
      width: 1.8%;
      margin: 50px auto; } }
  @media screen and (max-width: 970px) {
    footer .pageup_img {
      width: 5%;
      margin: 40px auto; } }
  footer .footer_menu {
    margin: 0 auto; }
    footer .footer_menu li {
      display: inline-block;
      border-left: 1px solid #000; }
      @media screen and (min-width: 970px) {
        footer .footer_menu li {
          width: 170px; } }
      @media screen and (max-width: 970px) {
        footer .footer_menu li {
          width: 140px; } }
  footer .footer_menu li:last-child {
    border-right: 1px solid #000; }
  @media screen and (min-width: 970px) {
    footer .copy_right {
      padding: 50px 0 20px; } }
  @media screen and (max-width: 970px) {
    footer .copy_right {
      padding: 40px 0 10px; } }
  footer .copy_right .footer_logo {
    margin: 0 auto; }
    @media screen and (min-width: 970px) {
      footer .copy_right .footer_logo {
        width: 8%; } }
    @media screen and (max-width: 970px) {
      footer .copy_right .footer_logo {
        width: 23%; } }
  footer .copy_right p {
    font-size: 10px;
    padding-top: 10px; }

/* ANIMATION
--------------------------------------*/

/*# sourceMappingURL=style.css.map */
