@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: "iskoola_pota";
  font-style: normal;
  src: url("../fonts/iskoola_pota.eot");
  src: url("../fonts/iskoola_pota.woff") format("woff"), url("../fonts/iskoola_pota.ttf") format("truetype"); }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  /*width: 100%;
  height: 100%;*/ }

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  /*width: 100%;
  height: 100%; */ }

img {
  width: 100%;
  vertical-align: bottom; }

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

#wrapper {
  width: 100%; }

#header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #header .wrap {
    z-index: 10;
    position: absolute;
    top: 15%;
    left: 15%;
    -webkit-transform: translate(-15%, -15%);
    transform: translate(-15%, -15%);
    -webkit-animation: opacity 2.5s linear .0s 1 forwards;
    animation: opacity 2.5s linear .0s 1 forwards; }
    @media screen and (min-width: 1000px) {
      #header .wrap {
        top: 45%;
        left: 15%;
        -webkit-transform: translate(-15%, -45%);
        transform: translate(-15%, -45%);
        width: 50%;
        max-width: 500px; } }
    #header .wrap h1 {
      width: 100%;
      display: flex;
      flex-flow: column; }
      @media screen and (max-width: 999px) {
        #header .wrap h1 img:nth-child(1) {
          max-width: 130px; } }
      @media screen and (min-width: 1000px) {
        #header .wrap h1 img:nth-child(1) {
          max-width: 190px; } }
      @media screen and (max-width: 999px) {
        #header .wrap h1 img:nth-child(2) {
          margin-top: 10px;
          max-width: 290px; } }
      @media screen and (min-width: 1000px) {
        #header .wrap h1 img:nth-child(2) {
          margin-top: 20px;
          max-width: 480px; } }
    #header .wrap h2 {
      width: 100%; }
      @media screen and (min-width: 1000px) {
        #header .wrap h2 {
          max-width: 400px; } }
  #header .bg_image {
    width: 100%;
    height: 100%;
    background-image: url(../img/concept/01.jpg);
    background-position: 60% 50%;
    background-size: cover;
    z-index: 0;
    -webkit-animation: bg-size 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 forwards;
    animation: bg-size 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 forwards; }
    @media screen and (min-width: 1000px) {
      #header .bg_image {
        background-image: url(../img/concept/01_2.jpg); } }

#content {
  width: 100%; }

#concept {
  width: 95%;
  margin: 0 auto 60px; }
  @media screen and (min-width: 1000px) {
    #concept .first {
      display: flex; } }
  #concept .first div.inner_01 {
    margin-top: 0; }
    @media screen and (min-width: 1000px) {
      #concept .first div.inner_01 {
        width: 50%;
        padding: 10%;
        box-sizing: border-box; } }
    @media screen and (max-width: 999px) {
      #concept .first div.inner_01 {
        width: 50%;
        margin: 60px auto; } }
    #concept .first div.inner_01 img {
      /*border: 5px solid #FFEE00;*/
      box-sizing: border-box; }
    #concept .first div.inner_01 div {
      margin-top: 0;
      position: relative;
      z-index: 0; }
      #concept .first div.inner_01 div::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(1.04, 1.03);
        transform: scale(1.04, 1.03);
        background-color: #FFEE00;
        z-index: -10; }
  #concept .first div.inner_02 {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1000px) {
      #concept .first div.inner_02 {
        width: 50%; } }
    #concept .first div.inner_02 div {
      margin-top: 0; }
      #concept .first div.inner_02 div h3 {
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 25px; }
        @media screen and (min-width: 1000px) {
          #concept .first div.inner_02 div h3 {
            padding-bottom: 45px; } }
      #concept .first div.inner_02 div p {
        font-size: 12px; }
        @media screen and (min-width: 1000px) {
          #concept .first div.inner_02 div p {
            font-size: 14px; } }

@media screen and (min-width: 1000px) {
  #concept .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 980px;
    margin: 0 auto; } }
@media screen and (min-width: 1000px) {
  #concept .flex_wrap .pc {
    width: 45%;
    margin: 0 auto; } }
#concept .flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  #concept .flex div {
    width: 50%;
    margin: 0  auto !important; }
    @media screen and (min-width: 1000px) {
      #concept .flex div {
        width: 45%; } }
    #concept .flex div:nth-of-type(2) {
      padding: 7% 5% 7% 7%;
      box-sizing: border-box; }
      @media screen and (min-width: 1000px) {
        #concept .flex div:nth-of-type(2) {
          padding: 7% 5% 7% 3%; } }

.price_box {
  margin-top: 10px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .price_box {
      margin-top: 20px; } }
  .price_box ul li span.item {
    font-size: 12px;
    font-weight: bold; }
  .price_box ul li span.color {
    font-size: 12px;
    margin-left: 2px; }
  .price_box ul li span.price {
    margin-left: 10px;
    font-size: 12px; }
  .price_box ul li span.tax {
    font-size: 11px; }
  .price_box ul li a {
    font-size: 11px;
    box-sizing: border-box;
    letter-spacing: 2px;
    border: 1px solid #383838;
    padding: 2px 5px;
    margin-left: 10px; }
    .price_box ul li a.buy {
      color: #fff;
      background-color: #383838;
      transition: .4s; }
      .price_box ul li a.buy:hover {
        background-color: #fff;
        color: #383838; }
    .price_box ul li a.disable {
      border: none;
      color: #666;
      letter-spacing: 1px; }

#concept div:nth-of-type(1), #ladies div:nth-of-type(1), #mens div:nth-of-type(1) {
  margin-top: 60px; }
  @media screen and (min-width: 1000px) {
    #concept div:nth-of-type(1), #ladies div:nth-of-type(1), #mens div:nth-of-type(1) {
      margin-top: 120px; } }

#ladies, #mens {
  width: 95%;
  margin: 0 auto;
  max-width: 980px; }
  @media screen and (min-width: 1000px) {
    #ladies .flex, #mens .flex {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; } }
  #ladies .flex h3, #mens .flex h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (min-width: 1000px) {
      #ladies .flex h3, #mens .flex h3 {
        width: 100%;
        margin-bottom: 2%; } }
    @media screen and (max-width: 999px) {
      #ladies .flex h3, #mens .flex h3 {
        font-size: 18px;
        text-align: center;
        line-height: 1.4; } }
  #ladies .flex .left, #mens .flex .left {
    margin-top: 0; }
    @media screen and (min-width: 1000px) {
      #ladies .flex .left, #mens .flex .left {
        width: 50%; } }
    @media screen and (min-width: 1000px) {
      #ladies .flex .left div p, #mens .flex .left div p {
        box-sizing: border-box;
        padding: 0% 10% 0% 0; } }
    @media screen and (max-width: 999px) {
      #ladies .flex .left div p, #mens .flex .left div p {
        font-size: 12px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 999px) {
      #ladies .flex .left div:nth-of-type(2), #mens .flex .left div:nth-of-type(2) {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1000px) {
      #ladies .flex .left div:nth-of-type(2), #mens .flex .left div:nth-of-type(2) {
        box-sizing: border-box;
        padding: 15% 30% 0 0; } }
  @media screen and (min-width: 1000px) {
    #ladies .flex .right, #mens .flex .right {
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    #ladies .flex .price_box, #mens .flex .price_box {
      width: 100%;
      display: flex;
      justify-content: center; } }

/*#ladies .flex .left div:nth-of-type(2) {
  padding: 0% 30% 0 0px;
}*/
@media screen and (min-width: 1000px) {
  #ladies .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media screen and (min-width: 1000px) {
  #ladies .flex_wrap .pc {
    width: 45%;
    margin: 0 auto; } }
#ladies .flex_01 {
  display: flex;
  justify-content: center;
  align-items: center; }
  #ladies .flex_01 div {
    width: 45%;
    margin: 0 auto !important; }
    #ladies .flex_01 div:nth-of-type(2) {
      width: 45%;
      padding: 7% 5% 7% 7%;
      box-sizing: border-box; }
#ladies .flex_02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  #ladies .flex_02 div {
    width: 45%;
    margin: 0 auto !important; }
    #ladies .flex_02 div:nth-of-type(2) {
      width: 45%;
      padding: 7% 5% 7% 7%;
      box-sizing: border-box; }
#ladies .mg_r {
  width: 70%;
  margin-right: auto; }
#ladies .mg_l {
  width: 70%;
  margin-left: auto;
  margin-top: 5%; }

@media screen and (min-width: 1000px) {
  #mens .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media screen and (min-width: 1000px) {
  #mens .flex_wrap .pc {
    width: 45%;
    margin: 0 auto; } }
#mens .flex_01 {
  display: flex;
  justify-content: center;
  align-items: center; }
  #mens .flex_01 div {
    width: 60%;
    margin: 0 !important; }
    #mens .flex_01 div:nth-of-type(2) {
      width: 40%;
      padding: 7% 5% 7% 7%; }
#mens .flex_02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  #mens .flex_02 div {
    width: 60%;
    margin: 0 !important; }
    #mens .flex_02 div:nth-of-type(2) {
      width: 40%;
      padding: 7% 5% 7% 7%; }
#mens .mg_r {
  width: 70%;
  margin-right: auto; }
#mens .mg_l {
  width: 70%;
  margin-left: auto;
  margin-top: 5%; }

@media screen and (min-width: 1000px) {
  #mens .flex .mens_lr {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 999px) {
  #mens .flex .mens_lr ul:nth-of-type(1) {
    display: none; } }
@media screen and (min-width: 1000px) {
  #mens .flex .mens_lr ul:nth-of-type(1) {
    text-align: left; } }
@media screen and (min-width: 1000px) {
  #mens .flex .mens_lr ul:nth-of-type(2) {
    text-align: right; } }

@media screen and (min-width: 1000px) {
  .men_flex {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media screen and (max-width: 999px) {
  .men_flex div:nth-of-type(2) {
    margin-top: 20px; } }
@media screen and (min-width: 1000px) {
  .men_flex div:nth-of-type(2) {
    margin-top: 30px; } }

@media screen and (min-width: 1000px) {
  .men_flex .pc:first-child {
    margin-bottom: 30px !important; } }

#kids {
  width: 100%;
  margin: 60px auto 0;
  background-color: #D8ECFA; }
  @media screen and (min-width: 1000px) {
    #kids {
      margin: 60px auto 0;
      padding-top: 60px; } }
  #kids h3 {
    font-size: 26px;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      #kids h3 {
        text-align: center;
        width: 100%;
        margin-bottom: 2%;
        line-height: 1.3; } }
    @media screen and (max-width: 999px) {
      #kids h3 {
        font-size: 18px;
        text-align: center;
        line-height: 1.4; } }
  @media screen and (min-width: 1000px) {
    #kids p {
      text-align: center; } }
  @media screen and (max-width: 999px) {
    #kids p {
      font-size: 12px;
      margin-bottom: 20px; } }
  #kids .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      #kids .flex {
        flex-flow: column;
        align-items: center;
        margin-top: 60px; } }
    #kids .flex .styling {
      width: 100%; }
      @media screen and (max-width: 999px) {
        #kids .flex .styling:nth-of-type(1) {
          order: 1; } }
      @media screen and (min-width: 1000px) {
        #kids .flex .styling:nth-of-type(1) {
          order: 1;
          width: 40%;
          padding-bottom: 35px; } }
      @media screen and (max-width: 999px) {
        #kids .flex .styling:nth-of-type(2) {
          order: 2; } }
      @media screen and (min-width: 1000px) {
        #kids .flex .styling:nth-of-type(2) {
          order: 2;
          width: 40%;
          display: flex;
          flex-flow: column;
          justify-content: center; } }
      @media screen and (max-width: 999px) {
        #kids .flex .styling:nth-of-type(3) {
          order: 8; } }
      @media screen and (min-width: 1000px) {
        #kids .flex .styling:nth-of-type(3) {
          order: 8;
          /*width: 35%;*/
          width: 40%;
          margin-top: 120px;
          display: flex;
          flex-flow: column;
          justify-content: center; } }
    #kids .flex .item {
      width: 50%; }
      @media screen and (min-width: 1000px) {
        #kids .flex .item {
          box-sizing: border-box; } }
      @media screen and (min-width: 1000px) {
        #kids .flex .item div:first-child {
          padding: 0 50px; } }
    #kids .flex .item_flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (min-width: 1000px) {
        #kids .flex .item_flex {
          /*flex-flow: column;
          width: 20%;
          height: 100%;*/
          box-sizing: border-box;
          padding: 15px; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._01 {
        order: 2; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._01 {
        order: 2; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._02 {
        order: 3; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._02 {
        order: 3; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._03 {
        order: 4; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._03 {
        order: 4; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._04 {
        order: 5; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._04 {
        order: 5; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._05 {
        order: 6; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._05 {
        order: 6; } }
    #kids .flex ._05 .item:nth-of-type(2) {
      display: none; }
    @media screen and (max-width: 999px) {
      #kids .flex ._05 .item:nth-of-type(3) {
        display: none; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._05 .item:nth-of-type(3) {
        display: none; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._06 {
        order: 9; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._06 {
        order: 9; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._07 {
        order: 10; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._07 {
        order: 10;
        /*width: calc(65% / 4);*/ } }
    @media screen and (max-width: 999px) {
      #kids .flex ._08 {
        order: 11; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._08 {
        order: 11; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._09 {
        order: 12; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._09 {
        order: 12; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._10 {
        order: 13; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._10 {
        order: 13; } }
    @media screen and (max-width: 999px) {
      #kids .flex ._10 .item:nth-of-type(2) {
        display: none; } }
    @media screen and (min-width: 1000px) {
      #kids .flex ._10 .item:nth-of-type(2) {
        display: block; } }

#kids .wrap {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #231815; }
  @media screen and (max-width: 999px) {
    #kids .wrap {
      width: 90%;
      margin: 0 auto;
      padding: 40px 10px; } }
  @media screen and (min-width: 1000px) {
    #kids .wrap {
      width: 95%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px; } }

@media screen and (max-width: 999px) {
  #kids .flex .styling:not(:nth-of-type(1)) {
    margin-top: 50px; } }
@media screen and (max-width: 999px) {
  #kids .flex .item_flex {
    margin-top: 50px; } }
@media screen and (max-width: 999px) {
  #kids .flex ._05 {
    margin-top: 30px; } }

.mt_120 {
  /*@include mq(pc) {
    margin-top: 120px;
  }*/ }

@media screen and (min-width: 1000px) {
  #kids .item_flex .item .price_box ul li span.price {
    display: block;
    margin-left: 0; } }

._08 ul li:nth-of-type(2) {
  margin-top: 15px; }
  @media screen and (min-width: 1000px) {
    ._08 ul li:nth-of-type(2) {
      margin-top: 25px; } }

em {
  font-weight: bold;
  display: block; }
  @media screen and (max-width: 999px) {
    em {
      font-size: 13px;
      width: 95%;
      margin: 20px auto 0px;
      text-align: center; } }
  @media screen and (min-width: 1000px) {
    em {
      margin-bottom: 0px;
      font-size: 16px; } }

@media screen and (min-width: 1000px) {
  .al_ce {
    padding: 3%;
    box-sizing: border-box;
    align-self: center; } }

@media screen and (min-width: 1000px) {
  .al_ce_01 {
    padding: 5%;
    box-sizing: border-box;
    align-self: center; } }

@media screen and (min-width: 1000px) {
  .w70 {
    width: 70% !important; } }

@media screen and (max-width: 999px) {
  .w50_mgr {
    width: 48%;
    margin-right: auto; } }

@media screen and (max-width: 999px) {
  .w50_mgl {
    width: 48%;
    margin-left: auto;
    margin-top: -50%; } }

@media screen and (max-width: 999px) {
  .mt_220 {
    margin-top: -220px; } }

.mg_0 {
  margin-top: 0 !important; }

@media screen and (max-width: 999px) {
  .mb_0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 999px) {
  .mt_60 {
    margin-top: 60px !important; } }

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

#menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20; }
  #menu li {
    width: calc(100% / 3);
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    padding-bottom: 3px;
    transition: .6s;
    font-size: 11px; }
    @media screen and (min-width: 1000px) {
      #menu li {
        max-width: 80px;
        font-size: 12px; } }
    #menu li:hover {
      cursor: pointer; }

.active {
  letter-spacing: 5px !important;
  font-weight: bold;
  border-bottom: 2px solid #000;
  text-indent: 5px; }
  @media screen and (max-width: 999px) {
    .active {
      letter-spacing: 4px !important;
      text-indent: 4px; } }

#ladies, #mens, #kids {
  padding: 60px 0; }

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none !important; } }

.block {
  display: block;
  width: 40%;
  margin: 0 auto !important;
  text-align: center; }

.block_01 {
  display: block;
  width: 80%;
  margin: 0 auto !important;
  text-align: center; }

.block_02 {
  display: block;
  width: 40%;
  margin: 0 auto !important;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .block_02 {
      padding: 0 !important; } }
  @media screen and (min-width: 1000px) {
    .block_02 {
      display: inline;
      margin-left: 10px !important; } }

.block_03 {
  display: block;
  width: 40%;
  margin: 0 auto !important;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .block_03 {
      padding: 0 !important; } }
  @media screen and (min-width: 1000px) {
    .block_03 {
      padding: 0 !important;
      max-width: 140px;
      margin: 5px auto 0 !important; } }

#button {
  position: fixed;
  bottom: 2%;
  right: 1%; }
  @media screen and (max-width: 999px) {
    #button {
      right: 15px;
      bottom: 75px; } }
  #button a img {
    width: 100%; }
    @media screen and (max-width: 999px) {
      #button a img {
        max-width: 30px; } }
    @media screen and (min-width: 1000px) {
      #button a img {
        max-width: 50px; } }

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none !important; } }

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.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(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnimeFromTop {
  -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: fuwatAnimeFromTop;
  -ms-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  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: 0; }
  100% {
    opacity: 1; }

}*/
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*@keyframes border {
  0% {
    transform: scale(0);
    border-bottom: none;
  }
  100% {
    transform: scale(1);
    border-bottom: 1px solid #000;
  }
}*/
@keyframes bg-size {
  0% {
    opacity: 0.6;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
  animation: position 2s ease-in-out 0s 1 forwards; }

@keyframes position {
  0% {
    opacity: 0;
    transform: scale(2) translateX(100%); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0%); } }
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.2s; }

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
  transition-delay: .4s; }

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.4s;
  transition-delay: .8s; }

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 1s; }

.inviewfromTop01 {
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 1s;
  transition-delay: .6s; }

.inviewfromTop02 {
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 1s;
  transition-delay: 1.2s; }

.inviewRight {
  opacity: 0;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transition: 1.4s; }

.inviewLeft {
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  transition: 1.4s; }

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

.opacity {
  -webkit-animation: opacity .8s ease .8s 1 forwards;
  animation: opacity .8s ease .8s 1 forwards; }

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999; }
  #loader-bg #loading {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading div {
        width: 20%;
        margin: auto; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading div {
        width: 40%;
        margin: auto; } }

/*jQueryのCSS
--------------------------------------*/

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