@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 Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .5px;
  font-size: 1.4rem;
  /* 16px */
  font-weight: 200;
  line-height: 2.2;
}

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1059px) {
  body {
    font-size: 1.6rem;
    font-weight: 300;
  }
}

/*-----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.4;
}


.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;
}

/*----responsive---------*/
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media only screen and (min-width: 1059px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

/*-------------------------
 header
--------------------------- */
header {
  display: inline-block;
  width: 100%;
  height: 100vh; 
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.heroimageSlider .img01,
.heroimageSlider .img02 {
  background-origin: border-box;
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.heroimageSlider .img01 {
  background-image: url(../images/heroimage_sp_01.jpg); 
}

.heroimageSlider .img02 {
  background-image: url(../images/heroimage_sp_02.jpg); 
}

.titleLogo {
  position: absolute;
  bottom: 30px;
  right: 0;
  left:0;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
}


.titleLogo .apparis {
  max-width: 280px;
  width: calc(515 / 750 *100%);
}

.titleLogo .logo {
  max-width: 200px;
  width: calc(180 / 750 *100%);
  margin-top: 50px;
}

.titleLogo .yakirushi {
  margin-top: 50px;
}


@media only screen and (min-width: 768px) {
  .heroimageSlider .img01 {
    background-image: url(../images/heroimage_pc_01.jpg); 
  }
  
  .heroimageSlider .img02 {
    background-image: url(../images/heroimage_pc_02.jpg); 
  }
  
  .titleLogo {
    width: 310px;
    right: 15%;
    left: auto;
    bottom: 70px;
  }
  

  .titleLogo .apparis {
    max-width: 310px;
    width: 310px;
  }
  
  
  .titleLogo .logo {
    max-width: 120px;
    width: 120px;
  }
  
  .titleLogo .logo img {
    width: 120px;
  }

  .titleLogo .yakirushi {
    margin-top: 120px;
  }

}

/*-----------------------------
lead area
 -----------------------------*/
.lead {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.lead__title {
  margin: 45px auto 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 2px;
}

.lead>p {
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: .5px;
}

@media only screen and (min-width: 1059px) {
  .lead {
    max-width: 750px;
  }

  .lead__title {
    margin: 45px auto 0;
    font-size: 2.1rem;
    line-height: 2;
  }
  
  .lead>p {
    margin: 0 auto;
    padding-top: 65px;
  }
}

/*-----------------------------
group
 -----------------------------*/
 .group {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  margin: 65px auto 0;
}

.container {
  width: calc(100% - 30px);
  min-height: 600px;
  margin: 0 auto;
}

/*styling01*/
.styling01 .stylingimages {
  display: flex;
  flex-direction: column;
}

.styling01 .stylingimages__main {
  width: 100%;
}

.styling01 .stylingimages__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top:2px;
}

.styling01 .stylingimages__detail .left {
  display: block;
  width: calc(342 / 690 *100%);
}

.styling01 .stylingimages__detail .right {
  display: block;
  width: calc(342 / 690 *100%);
}


/*styling02*/
.styling02 .stylingimages {
  display: flex;
  flex-direction: column-reverse;
}

.styling02 .stylingimages__main {
  width: 100%;
  margin-top:2px;
}

.styling02 .stylingimages__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.styling02 .stylingimages__detail .left {
  display: block;
  width: calc(404 / 690 *100%);
}

.styling02 .stylingimages__detail .right {
  display: block;
  width: calc(282 / 690 *100%);
}

/*styling03*/
.styling03 .stylingimages {
  display: flex;
  flex-direction: column;
}

.styling03 .stylingimages__main {
  width: 100%;
}

.styling03 .stylingimages__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top:2px;
}

.styling03 .stylingimages__detail .left {
  display: block;
  width: calc(282 / 690 *100%);
}

.styling03 .stylingimages__detail .right {
  display: block;
  width: calc(404 / 690 *100%);
}


/*styling04*/
.styling04 .stylingimages {
  display: flex;
  flex-direction: column-reverse;
}

.styling04 .stylingimages__main {
  width: 100%;
  margin-top:2px;
}

.styling04 .stylingimages__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.styling04 .stylingimages__detail .left {
  display: block;
  width: calc(344 / 690 *100%);
}

.styling04 .stylingimages__detail .right {
  display: block;
  width: calc(344 / 690 *100%);
}


@media only screen and (min-width: 1059px) {
  .group {
    margin: 100px auto 0;
  }
  
  .container {
    width: 100%;
  }

  /*styling01*/
  .styling01 .stylingimages {
    flex-direction: row;
    justify-content: space-between;
    }
  
  .styling01 .stylingimages__main {
    width: calc(697 / 1400 *100%);
  }
  
  .styling01 .stylingimages__detail {
    display: flex;
    justify-content: space-between;
    width: calc(697 / 1400 *100%);
    margin: 0;
  }
  
  .styling01 .stylingimages__detail .left {
    width: calc(350 / 697 *100%);
    margin-right: 6px;
  }
  
  .styling01 .stylingimages__detail .right {
    width: calc(350 / 697 *100%);
  }
  
  
  /*styling02*/
  .styling02 .stylingimages {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .styling02 .stylingimages__main {
    width: calc(697 / 1400 *100%);
    margin: 0;
  }

  .styling02 .stylingimages__detail {
    width: calc(697 / 1400 *100%);
  }

    .styling02 .stylingimages__detail .left {
    display: block;
    width: calc(407 / 697 *100%);
    margin-right: 6px;
  }
  
  .styling02 .stylingimages__detail .right {
    display: block;
    width: calc(285 / 697 *100%);
  }
  
  /*styling03*/
  .styling03 .stylingimages {
    flex-direction: row;
    justify-content: space-between;
    }
  
  .styling03 .stylingimages__main {
    width: calc(697 / 1400 *100%);
  }
  
  .styling03 .stylingimages__detail {
    display: flex;
    justify-content: space-between;
    width: calc(697 / 1400 *100%);
    margin: 0;
  }
  
  .styling03 .stylingimages__detail .left {
    width: calc(287 / 697 *100%);
    margin-right: 6px;
  }
  
  .styling03 .stylingimages__detail .right {
    width: calc(412 / 697 *100%);
  }
  

  /*styling04*/
  .styling04 .stylingimages {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .styling04 .stylingimages__main {
    width: calc(697 / 1400 *100%);
    margin: 0;
  }

  .styling04 .stylingimages__detail {
    width: calc(697 / 1400 *100%);
  }

    .styling04 .stylingimages__detail .left {
    display: block;
    width: calc(346 / 697 *100%);
    margin-right: 6px;
  }
  
  .styling04 .stylingimages__detail .right {
    display: block;
    width: calc(346 / 697 *100%);
  }
  
}

/*-----------------------------
decoration
 -----------------------------*/
.decoration__line {
  width: 1px;
  height: 45px;
  margin: 15px auto 0;
  background-color: #000;
}

@media only screen and (min-width: 1059px) {
  .decoration__line {
    height: 90px;
    margin: 70px auto 80px;
  }
}

/*-----------------------------
 group01
 -----------------------------*/
.styling__midashi {
  width: 90%;
  margin: 20px auto 0;
}

.styling__bramdName {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.styling__brand {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  display: block;
  margin-top: -10px;
  font-weight: 900;
}

.styling__text {
  width: 90%;
  margin: 20px auto 0;
}

.styling__text p:nth-child(2) {
  margin-top: 20px;
  text-align: center;
}

.styling__detail {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0;
}

.styling__detail>span {
  font-size: 1.2rem;
  display: block;
  margin-top: -5px;
}

.itemImg {
  width: 100%;
  margin: 25px auto 35px;
}

@media only screen and (min-width: 1059px) {
  .styling__midashi {
    width: 100%;
    margin: 20px auto 0;
  }

  .styling__bramdName {
    font-size: 1.4rem;
  }

  .styling__brand {
    font-size: 2.4rem;
  }

  .styling__item {
    width: 80%;
    margin: 0 auto;
  }

  .styling__text {
    width: 100%;
    margin: 0 auto;
  }

  .styling__text p:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 300;
  }

  .styling__detail {
    font-size: 1.6rem;
  }

  .styling__detail>span {
    font-size: 1.4rem;
  }

  .itemImg {
    width: 530px;
    margin: 35px auto 65px;
  }
}

/*------------------------
 credit
--------------------------- */
.credit {
  width: 92%;
  margin: 35px auto 0;
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  color: #999;
}

.brandInfo .items .credit {
  width: 92%;
}

.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;
  align-items: center;
  line-height: 1.7;
  margin-bottom: 27px;
}

.credit li:last-child {
  margin-bottom: 0;
}

.credit__buy {
  background-color: #000;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}


.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: 1059px) {
  .credit {
    font-size: 1.4rem;
    max-width: 760px;
    margin: 45px auto;
    width: 92%;
  }

  .credit li,
  .credit li a {
    font-size: 1.4rem;
  }

  .group01__othre p {
    width: 100%;
    margin: 40px auto 0;
  }

}

/*-----------------------------
 brandinfo
-----------------------------*/
.brandInfo {
  width: 100%;
  margin: 75px auto 0;
}

.brandInfo .itemLogo {
  max-width: 200px;
  width: calc(300 / 750 *100%);
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.styling__text .title {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 25px;
  line-height: 1;
  font-weight: 400;
  width: 92%;
    margin: 0 auto;
}

.brandInfo p {
  font-size: 1.2rem;
  margin-top: 15px;
}

.brandInfo .items {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.brandInfo .items .box {
  width: 100%;
}

.brandInfo .items .box:nth-child(n+2) {
  width: 100%;
  margin-top:60px;
}

@media only screen and (min-width: 1059px) {
  .brandInfo {
    width: 92%;
    margin: 0 auto;
  }

  .brandInfo .itemLogo {
    width: 215px;
    height: auto;
    margin: 130px auto 40px;
  }


  .styling__text {
    text-align: left;
    width: 92%;
    max-width: 760px;
    font-size: 1.4rem;
  }


  .styling__text .title{
    font-size: 1.4rem;
  }


  .brandInfo .items {
    max-width: 940px;
    margin: 0 auto;
  }

  .brandInfo .styling__text p:nth-child(2) {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .brandInfo .items {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .brandInfo .items .box {
    width: calc(450 / 940 *100%);
    max-width: 450px;
  }

  .brandInfo .items .box:nth-child(n+2) {
    width: calc(450 / 940 *100%);
    max-width: 450px;
    margin-top:0;
  }

  .brandInfo .items .box:nth-child(n+3) {
    margin-top:20px;
  }
}

/*----------------------------
event
 ----------------------------*/
 .event {
   margin-top: 100px;
   width: 100%;
   background:#ebeeee;
   padding: 50px 0 30px;
 }

.event__img {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

 .event p {
   text-align: left;
   font-size: 1.2rem;
   width: 92%;
   margin: 30px auto 0;
 }

 .event p:nth-of-type(2){
  margin-top: 30px;
}

 .event p:last-child {
  font-size: 1.2rem;
}

.event__instagram {
  border-top: solid 1px #ccc;
  margin: 50px auto 0;
  padding-top: 30px;
}

 .event__midashi {
  display: block;
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
 }

.event__condition {
  padding: 0 8px;
  margin-right: 5px;
  background: #fff;
  display: inline-block;
}

.icon__instagram {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.event a {
  text-decoration: underline;
}

 @media only screen and (min-width: 481px) {
  .event {
        padding: 120px 0 80px;
  }

  .event__img {
    width: 92%;
    margin: 0 auto;
  }

  .event p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 30px;
  }
 
  .event__instagram {
    margin: 80px auto 0;
    padding-top: 30px;
  }

 }

/*----------------------------
 archive
 ----------------------------*/
.archive {
  margin: 30px auto 0;
  width: 90%;
}

.archive_title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.archive__list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.archive__list li {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1059px) {
  .archive__list {
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .archive__list li {
    width: 48%;
    margin-bottom: 10px;
  }

  .archive {
    margin: 30px auto 0;
  }
}

/*-------------------
 allitem
-------------------- */
.allitem {
  width: 180px;
  margin: 70px auto 0;
}

.allitem.footer {
  width: 300px;
  margin: 50px auto 0;
}


.allitem__navi {
  width: 250px;
  margin: 25px auto 60px;
}

@media only screen and (min-width: 1059px) {
  .allitem {
    width: 400px;
    margin: 80px auto;
  }

  .allitem.footer {
    width: 600px;
    margin: 50px auto 0;
  }

  .allitem__navi {
    width: 520px;
    margin: 50px 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;
  letter-spacing: 1px;
}

.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: 1059px) {
  .button {
    height: 54px;
    line-height: 54px;
    font-size: 1.4rem;
  }
}

/*-------------------
 thme info footer
------------------------- */
.themeinfo {
  width: 90%;
  margin: 80px auto 0;
  color: #999999;
}

.themeinfo p {
  margin-top: 25px;
  font-size: 1.2rem;
}

.themeinfo__title {
  width: 230px;
  margin: 0 auto;
}

@media only screen and (min-width: 1059px) {
  .themeinfo {
    width: 460px;
    margin: 100px auto 0;
  }

  .themeinfo__title {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .themeinfo {
    margin-bottom: 125px;
  }

  .themeinfo p {
    font-size: 1.4rem;
  }
}

/*-------------------
 footer
------------------------- */
footer {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
  background-color: #fff;
}

.footer__brandlogo {
  width: 150px;
  margin: 80px auto 10px;
}

small {
  display: block;
  margin: 60px auto 15px;
  color: #aaaaaa;
  font-size: 1.0rem;
}

@media only screen and (min-width: 1059px) {
  .footer__brandlogo {
    margin: 60px auto 0;
  }
}

/*--------------------
 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 {
  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;
  }
  

/*--------------------
  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;
}

@media only screen and (min-width: 1059px) {
  #page-top {
    bottom: 60px;
  }
}



/*--------------------
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;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
right: 0;
margin:auto;
/* transform: translate(-50%, -30%); */
}

@media screen and (max-width: 768px) {
.animation-start .c-scroll-icon {
left: 0;
right: 0;
   -webkit-transform: scale(0.8);
  } 
  }

.c-scroll-icon {
width: 21px;
height: 100px;
opacity: 0;
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 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); }
}



/* =========================================================
page text
========================================================= */
#feature .sec {
  position: relative;
}

.c-text__side {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 2px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  transform: translate(0, -30px) rotate(90deg);
}

.c-text__side-left {
  left: -90px;
}

.c-text__side-right {
  right: 0;
}

#side {
  position: fixed;
  top: 50%;
  width: 100%;
}

#side.is-move .c-text__side-left, #side.is-move .c-text__side-right {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(90deg);
  transform: translateX(0, 0) rotate(90deg);
}

#side.is-hidden .c-text__side-left, #side.is-hidden .c-text__side-right {
  opacity: 0;
}

@media only screen and (max-width: 1059px) {
.c-text__side-left {
  left: -132px;
}

.c-text__side-right {
right: -26px;
}

#side {
    left: 50%;
    transform: translateX(-50%);
}

#side.is-hidden .c-text__side-left, #side.is-hidden .c-text__side-right {
  opacity: 0;
}
}