@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*----------------
 common
-------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-size: 1.2rem;
  /* 16px */
  font-weight: 300;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;

}

@media only screen and (min-width: 481px) {
  body {
    font-size: 1.4rem;
  }
}

/*-----link----------*/
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.linkbox {
  position: relative;
}

.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.linkbox a:hover {
  opacity: 0.4;
  background-color: #fff;
}

/*-----list ---------*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*-----images----------*/
img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

/*-----box layout----------*/
.container {
  width: 92%;
  margin: 0 auto;
}

@media only screen and (min-width: 481px) {
  .container {
    max-width: 1060px;
    width: 92%;
  }
}


/*----responsive---------*/
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media only screen and (min-width: 481px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

/*-------------------------
 header
--------------------------- */
header {
  width: 100%;
  height: 100%;
  margin: 0;
}

.heroiamge__wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}


.heroimage {
  display: block;
  background-image: url(../images/heroimage_sp.jpg);
  background-origin: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip:border-box;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.heroiamge__wrap h1 {
  display: block;
  position: absolute;
  left: 4%;
  bottom: 4%;
  max-width: 280px;
  width: calc(560 / 750 *100%);
  z-index: 10;
}

.header__logo {
  width: 135px;
  margin: 45px auto 0;
}

.yakirushi {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 481px) {
  .heroimage {
    background-image: url(../images/heroimage_pc.jpg);
    height: 60vh;
  }

  .heroiamge__wrap h1 {
    left: auto;
    right: 0;
    bottom: 50px;
    max-width: 700px;
    width: calc(700 / 1400 *100%);
    z-index: 10;
  }

}

  @media only screen and (min-width: 1025px) {
    .heroimage {
      background-image: url(../images/heroimage_pc.jpg);
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
    }
    

  .heroiamge__wrap h1 {
    left: auto;
    right: 0;
    bottom: 110px;
    max-width: 700px;
    width: calc(700 / 1400 *100%);
    z-index: 10;
  }
  


.header__logo {
  width: 150px;
  margin: 60px auto 0;
}
}

/*-------------------
 navigation
------------------------- */
.navi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.navi__topbox {
  padding-top: 130px;
}

.navi__lead  {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}

.navi {
  margin: 0 auto;
}

.navi__title {
  max-width: 190px;
  width: calc(392 / 750 *100%);
  margin: 15px auto 0;
}

.navi__footer {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 20px;
}

.navi__wrap .themeinfo {
  margin: 100px auto 0;
}

.navi__footer .footer__brandlogo {
  width: 150px;
  margin: 0 auto;
}

.navi__wrap .yokoku {
  margin-top: 30px;
}

.navi__wrap .navi__footer {
  margin-top:65px ;
}

@media only screen and (min-width: 481px) {
  .navi__topbox {
    padding-top: 100px;
  }

  .navi__title {
    max-width: 280px;
  }

  .navi__lead  {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
  }

  .navi__wrap .footer__archive {
    margin-top: 70px;
  }

  .navi__wrap .yokoku {
    margin-top: 0;
  }

}

/*-----------------------------
lead area
 -----------------------------*/
.lead {
  width: 92%;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
}

.lead__title {
  margin: 60px auto 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
}

@media only screen and (min-width: 481px) {
  .lead {
    width: 100%;
  }
  
  .lead__title {
    margin: 70px auto 0;
    font-size: 1.8rem;
  }
}

/*-----------------------------
stylist
 -----------------------------*/
.stylist {
  width: 100%;
  margin: 60px auto 0;
}

.stylist__title {
    max-width: 305px;
    width: calc(305 / 690 *100%);
    margin: 0 auto 0 0;
}

.stylist__interview {
  margin:25px auto 0;
}

.stylist__interview:nth-of-type(2) {
  margin:30px auto 0;
}

.stylist__text p {
  margin-top:10px;
}

.stylist__text p:first-child {
  color: #aaaaaa;
  font-weight: 500;
  margin-top: 20px;
}

/* item image */
.items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.items .conteiner {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
  top: 0;
  left: 0;
}

.items .name {
  max-width: 130px;
  width: calc(260 / 690 *100%);
  margin:40px auto 0 0;
}

.items .img {
  width: calc(420 / 750 *100%);
  margin: 15px auto 0;
}

.items p {
  margin-top: 18px;
}

.colorWrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top:40px;
}

.positionHeight:before {
  content: "";
  display: block;
  padding-top: 210%; 
}

.colorWrap__posiiton {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.bg--gray {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #edf1f5;
  z-index: 10;
}

@media only screen and (min-width: 414px) {
  .positionHeight:before {
    content: "";
    display: block;
    padding-top: 190%; 
  }
  
}

@media only screen and (min-width: 481px) {
  .items {
    max-width: 780px;
  }
  
  .stylist__title {
      width: 240px;
  }
  


  .stylist__interview {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin:25px auto 0;
  }

  .stylist__interview:nth-of-type(2) {
    flex-direction: row-reverse;
  }


  .stylist__img {
    max-width: 550px;
    width: calc(550 / 780 *100%);
    margin-right: 25px;
  }

  .stylist__interview:nth-of-type(2) .stylist__img {
    margin-left: 25px;
  }


  .stylist__text {
    max-width: 480px;
    width: calc(480 / 780 *100%);
  }
  
  /* item image */ 
  .items .title {
    font-size:2.6rem;
    margin-top: 60px;
    text-align: center;
  }
  
  .items .name {
    max-width: 210px;
    margin: 60px auto 0;
  }
  
  .items .img {
    max-width: 340px;
    width: calc(340/ 780 *100%);
    margin: 30px auto 0;
  }
  
  .items p {
    margin: 35px auto 0;
  }
  
  .colorWrap {
    margin-top:80px;
  }
  
  .positionHeight:before {
    padding-top: 1000px; 
  }
}

/*-----------------------------
styling 
 -----------------------------*/
.styling {
  margin:50px auto 0;
}

.styling__number {
  width: 50px;
  margin: 0 auto;
}

.styling__theme {
  margin: 15px auto 0;
  font-size:1.8rem;
  line-height: 1.7;
  font-family: 'Noto Serif JP';
  text-align: center;
  letter-spacing: 2px;
}

.styling .img {
  margin: 25px auto 0;
}

.styling .img .left {
  width: 100%;
}

.styling .img .right {
  width: 100%;
  margin-top: 10px;
}

.styling p {
  margin-top:25px;
}

.styling__ver02 .bottom {
  width: calc(460 / 750 *100%);
  margin: 50px auto 0;
}


@media only screen and (min-width: 481px) {
  .styling {
    margin:120px auto 0;
  }
  
  .styling__number {
    width: 60px;
  }
  
  .styling__theme {
    margin: 30px auto 0;
    font-size:2.0rem;
  }
  
  .styling .img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1060px;
  }
  
  .styling .img .left {
    max-width: 545px;
    width: calc(545 / 1060 *100%);
  }
  
  .styling .img .right {
    max-width: 480px;
    width: calc(480 / 1060 *100%);
    margin-top: -100px;
  }

  .styling .img .right  img {
margin-top: 40px;
  }

  
  .styling__text.container {
    max-width: 800px;
    width: calc(800 / 1060 *100%);
  }



  .styling__ver02 .img {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    max-width: 980px;

  }

  .styling__ver02 .container {
    max-width: 980px;
  }

  .styling__ver02 .img .left {
    max-width: 540px;
    width: calc(540 / 980 *100%);
  }

  .styling__ver02 .img .right {
    max-width: 400px;
    width: calc(400 / 980 *100%);
    margin-top: -70px;
  }

  .styling__ver02 .bottom {
    max-width: 205px;
    width: calc(205 / 400 *100%);
    margin: 0 auto;
  }
  
  .styling__ver02 .styling__text.container {
    max-width: 800px;
    width: calc(800 / 1060 *100%);
  }

  .styling__ver03 .img {
    max-width: 930px;
  }


  .styling__ver03 .container {
    max-width: 930px;
  }

  .styling__ver03 .img .left {
    max-width: 540px;
    width: calc(540 / 930 *100%);
  }

  .styling__ver03 .img .right {
    max-width: 360px;
    width: calc(360 / 930 *100%);
    margin-top: -70px;
  }

  .styling__ver03 .styling__text.container {
    max-width: 800px;
    width: calc(800 / 1060 *100%);
  }

}


/*------------------------
 credit
--------------------------- */
.credit {
  width: 100%;
  margin: 35px auto 0;
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  color: #999;
  letter-spacing: 1px;
}

.credit__lineup {
  margin: 10px auto 0;
  width: 100%;
}


.group01__othre p {
  width: 90%;
  margin: 30px auto 0;
}

.decoration__border {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
}

.decoration__border:after {
  border-top: 1px solid #dddddd;
  content: "";
  margin: 1rem;
  width: 100%;
  height: 1px;
}

.group01__othre .credit {
  width: 90%;
  margin: 35px auto 0;
}

.credit li.last {
  padding: 0;
}

.credit li {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 22px;

}

.credit li:last-child {
  margin-bottom: 0;
}

.credit__buy {
  background-color: #000;
  color: #fff;
  padding: 0 3px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1.5;
  height: 20px;
}

.credit__buy--color {
  background-color: #000;
  color: #fff;
  padding: 0 3px;
  margin-left: 0;
  display: inline-block;
  line-height: 1.5;
  height: 20px;
}

.credit__note {
  font-family: 'Prata';
  color: #aaaaaa;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

.credit .jpName {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 5px;
}

.linkWrap {
  position: relative;
  z-index: 1;
  color: #333;
}

.linkWrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.linkWrap:hover {
  filter: alpha(opacity=70);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
  -moz-opacity: 0.7;
  /* FF , Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  zoom: 1;
  /*IE*/
}



@media only screen and (min-width: 481px) {
  .credit {
    font-size: 1.4rem;
    margin: 40px auto 0;
  }

  .credit__lineup {
    margin: 10px auto 0;
    width: 100%;
  }
  

  .group01__othre .credit {
    width: 600px;
    margin: 55px auto 0 0;
  }

  .credit li,
  .credit li a {
    font-size: 1.4rem;
  }

  .group01__othre p {
    width: 100%;
    margin: 40px auto 0;
  }

  .credit .jpName {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

}

/*-------------------
 allitem
-------------------- */
.allitem {
  max-width: 180px;
  margin: 70px auto 0;
}

.allitem.footer {
  max-width: 320px;
  margin: 50px auto 0;
}


.allitem__navi {
  max-width: 320px;
  width: calc(640 / 750 *100%);
  margin: 25px auto 60px;
}

@media only screen and (min-width: 481px) {
  .allitem {
    max-width: 400px;
    margin: 80px auto;
  }

  .allitem.footer {
    max-width: 720px;
    margin: 55px auto 0;
  }

  .allitem__navi {
    max-width: 720px;
    margin: 55px auto 0;
  }
}

/*----------------
buttun
-------------------*/
.button {
  font-family: 'Roboto', sans-serif;
  display: block;
  width: 100%;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
  border: solid 1px #000;
  font-size: 1.2rem;
  background-color: #fff;
  font-weight: 400;
}

.button a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  border-color: #1b1c20;
  color: #1b1c20;
  opacity: 0.6;
}

@media only screen and (min-width: 481px) {
  .button {
    height: 54px;
    line-height: 54px;
    font-size: 1.4rem;
  }
}


/*-------------------
 taff credit
------------------------- */
.staff {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 1.0rem;
  margin-top: 60px;
}

@media (min-width:481px) {
  .staff {
    font-size: 1.2rem;
    margin-top: 70px;
  }
}


/*-------------------
 thme info footer
------------------------- */
.themeinfo {
  margin: 90px auto 0;
}

.themeinfo__title {
  width: 230px;
  margin: 0 auto;
}

.themeinfo__notice {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 500;
}

.themeinfo__notice--gray {
  color: #aaaaaa;
  font-size: 1.2rem;
  margin-top: -5px;
  font-weight: normal;
  display: block;
}

.themeinfo h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
}

.themeinfo img {
  display: block;
  max-width: 265px;
  margin:10px auto 0;
}

.themeinfo p{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}

@media (min-width:481px) {
  .themeinfo {
    margin: 120px auto 0;
  }

  .themeinfo__title {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .themeinfo__notice {
    font-size: 1.6rem;
  }

  .themeinfo__notice--gray {
    font-size: 1.4rem;
  }

  .themeinfo h3 {
    font-size: 1.4rem;
    line-height: 1.8;
}

.themeinfo img {
  max-width: 300px;
  margin:15px auto 0;
}

.themeinfo p{
  font-size: 1.2rem;
}

}


/*-------------------
 profile area
------------------------- */
.profile {
  width: 100%;
  margin: 60px auto 50px;
  font-size: 1.2rem;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 30px 0;;
}

.profile__img {
  width: 120px;
  display: block;
  margin: 0 auto 25px;
}


.profile__name {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}

.profile__enName {
  display: block;
  color: #aaaaaa;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.profile__insta {
  display: block;
}

.profile__insta a {
  text-decoration: underline;
}

@media (min-width:481px) {
  .profile {
    margin: 70px auto 80px;
    font-size: 1.6rem;
    padding: 40px 0;
  }

.profile .container {
  max-width: 800px;
}

.profile__inner {
  display: flex;
  justify-content: space-between;
}

  .profile__img {
    max-width: 145px;
    width: calc(145 / 800 *100%);
    margin: 0 30px 0 0;
  }

  .profile__text {
    max-width: 640px;
    width: calc(640 / 800 *100%);
    font-size: 1.4rem;
  }

  .profile__name {
    font-size: 1.6rem;

  }
  
  .profile__enName {
    font-size: 1.2rem;
    line-height: 1;
  }
  
}



/*-------------------
 footer
------------------------- */
footer {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
  background-color: #fff;
}

.footer__brandlogo {
  width: 130px;
  margin: 55px auto 10px;
}

small {
  display: block;
  margin: 50px auto 15px;
  color: #aaaaaa;
  font-size: 1.0rem;
}

@media only screen and (min-width: 481px) {
  .footer__brandlogo {
    margin: 80px auto 0;
  }
}

/*-------------------
 footer info
------------------------- */

.footer__archive {
  margin-top: 65px;
}

.footer__archive p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  background-color: #fff;
  margin-bottom: 10px;
}

.footer__archive p span {
  display: block;
  font-weight: bold;

}

.footer__slider {
  /* width: 330px; */
  width: 350px;
  margin:10px auto 0;
}


@media (min-width:481px) {
  .footer__slider {
    width: 560px;
  }

  .footer__slider.nav {
    margin:80px auto 0;
  }

  .footer__archive {
    margin-top: 110px;
  }

}

/*--------------------
 animation
 ---------------------*/
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.2s ease;
  opacity: 1.0;
}

.inviewfadeIn {
  opacity: 0;
  transition: .6s;
}

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
}

.fadeInUp {
  opacity : 0;
  transform: translateY(30px);
  transition: 1s;
}

.img-animation {
  animation: img-opacity 1.8s cubic-bezier(.4, 0, .2, 1) .8s;
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1.8s cubic-bezier(.4, 0, .2, 1) .8s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateY(-100%);
  }
}

/*--------------------
  page top icon
---------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  width: 18px;
  padding: 0;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}

/*--------------------
ANIMATION
 ---------------------*/
 #menu {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

#menu span.line {
display: block;
width: 1px;
height: 50px;
margin: 0 auto 10px;
transition: .5s;
-webkit-transition: .5s;
}

.line.bar_repeat::before {
content: "";
display: block;
width: 1px;
height: 50px;
background-color: #000;
animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
}
@-webkit-keyframes scroll-line {
0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0); }
40% {
 -webkit-transform: translate3d(0, 185px, 0);
 transform: translate3d(0, 185px, 0); }
75% {
 -webkit-transform: translate3d(0, 175px, 0);
 transform: translate3d(0, 175px, 0); }
100% {
 -webkit-transform: translate3d(0, 280px, 0);
 transform: translate3d(0, 280px, 0); } }

@-webkit-keyframes triangle-bounce {
0% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0); }
50% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0); }
100% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes triangle-first {
0%,
20% {
 -webkit-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0); }
30%,
80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0); }
100%,
85% {
 -webkit-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0); } }

@-webkit-keyframes triangle-right {
0%,
25% {
 -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
 transform: rotate(-163deg) translate3d(0, 40px, 0); }
40%,
84% {
 -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
 transform: rotate(-163deg) translate3d(0, 0, 0); }
100%,
90% {
 -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
 transform: rotate(-163deg) translate3d(0, -37px, 0); } }

@-webkit-keyframes triangle-left {
0%,
33% {
 -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
 transform: rotate(163deg) translate3d(0, -34px, 0); }
50%,
88% {
 -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
 transform: rotate(163deg) translate3d(0, 0, 0); }
100%,
95% {
 -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
 transform: rotate(163deg) translate3d(0, 38px, 0); } }

@-webkit-keyframes triangle-last {
0%,
87.5% {
 -webkit-transform: translate3d(-120px, 0, 0);
 transform: translate3d(-120px, 0, 0); }
91% {
 -webkit-transform: translate3d(-80px, 0, 0);
 transform: translate3d(-80px, 0, 0); }
100% {
 -webkit-transform: translate3d(45px, 0, 0);
 transform: translate3d(45px, 0, 0); } }

.animation-start .c-scroll-icon {
opacity: 1;
-webkit-transition: all 1.5s 1.2s;
transition: all 1.5s 1.2s;

}
@media screen and (max-width: 480px) {
.animation-start .c-scroll-icon {
left: 0;
right: -5%;
   -webkit-transform: scale(0.8);
   transform: translate(-50%, 0%) scale(0.7);
   margin-left: 5%; }
   }

.c-scroll-icon {
width: 21px;
height: 100px;
opacity: 0;
}

.c-scroll-icon-line-mask {
position: relative;
overflow: hidden;
width: 20px;
height: 100px;
margin: 0 auto; }

.c-scroll-icon-line {
position: absolute;
display: inline-block;
width: 1px;
height: 150px;
border-left: 1px solid #000000;
top: -150px;
left: 10px;
-webkit-animation: scroll-line 3s infinite;
animation: scroll-line 3s infinite;
-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle {
position: relative;
width: 20px;
height: 30px;
margin: -10px auto 0;
-webkit-animation: triangle-bounce 3s infinite;
animation: triangle-bounce 3s infinite; }

.c-scroll-icon-triangle-mask.first {
width: 40px;
height: 5px;
right: 0;
overflow: hidden; }

.c-scroll-icon-triangle-mask {
position: absolute; }

.c-scroll-icon-triangle-line.first {
border-bottom: 1px solid #000000;
width: 30px;
right: 0;
-webkit-animation: triangle-first 3s infinite;
animation: triangle-first 3s infinite;
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-line {
position: absolute; }

.c-scroll-icon-triangle-mask.right {
width: 10px;
height: 30px;
overflow: hidden;
right: 0; }

.c-scroll-icon-triangle-line.right {
border-left: 1px solid #000000;
height: 44px;
-webkit-transform: rotate(-163deg);
transform: rotate(-163deg);
right: 5px;
top: -6px;
-webkit-animation: triangle-right 3s infinite;
animation: triangle-right 3s infinite;
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-mask.left {
width: 10px;
height: 30px;
overflow: hidden;
left: 1; }

.c-scroll-icon-triangle-line.left {
border-left: 1px solid #000000;
height: 40px;
-webkit-transform: rotate(163deg);
transform: rotate(163deg);
left: 5px;
top: -3px;
-webkit-animation: triangle-left 3s infinite;
animation: triangle-left 3s infinite;
-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }

.c-scroll-icon-triangle-mask.last {
width: 40px;
height: 5px;
overflow: hidden; }

.c-scroll-icon-triangle-line.last {
border-bottom: 1px solid #000000;
width: 120px;
left: 0;
-webkit-animation: triangle-last 3s infinite;
animation: triangle-last 3s infinite;
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.fuwatAnime {
-webkit-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1.5s;
-ms-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: fuwatAnime;
-ms-animation-name: fuwatAnime;
animation-name: fuwatAnime;
visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
0% {
 opacity: 0;
 -webkit-transform: translateY(20px); }
100% {
 opacity: 1;
 -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px); }
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0); } }

@keyframes curtain {
0% {
 top: 0;
 opacity: 1; }
100% {
 top: -100vh;
 opacity: 0; } }

@keyframes opacity {
0% {
 opacity: 1;
 filter: grayscale(0%); }
100% {
 opacity: 0.4;
 filter: grayscale(70%); } }

@keyframes bg-size {
0% {
 opacity: 0.8;
 transform: scale(1.2); }
100% {
 opacity: 1;
 transform: scale(1); } }

@keyframes bar {
0% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1); }
10% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(0);
 -webkit-transform: scaleY(0); }
80% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1); }
100% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1); } }

@keyframes bar-scale {
0% {
 transform: scaleY(1); }
30% {
 transform: scaleY(0); }
100% {
 transform: scaleY(1); } }

@keyframes bar-transform-origin {
0% {
 transform-origin: center bottom; }
30% {
 transform-origin: center top; }
100% {
 transform-origin: center bottom; } }

@keyframes scale {
0% {
 transform: scale(1); }
100% {
 transform: scale(1.2); } }

