@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: 100%;
  color: #686764;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

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

a {
  color: #686764;
  text-decoration: none;
  display: block;
}

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

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

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

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

.credit {
  font-family: 'Marcellus', serif;
}

.credit_left {
  font-family: 'Marcellus', serif;
}

/* CONTENT
--------------------------------------*/
[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.main {
  height: 100%;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .swiper-slide .content {
    position: absolute;
    top: 30%;
    left: 7.5%;
    width: 31%;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide .content {
    position: absolute;
    bottom: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75%;
  }
}

.swiper-slide .content .title {
  width: 100%;
  display: block;
}

.swiper-slide .content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .swiper-slide img {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide img {
    width: auto;
    height: 100%;
  }
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 50px;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .scrolldown {
    right: 0;
    left: 5%;
    top: 9%;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -35px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.contents {
  margin: 0 auto;
}

.brand_list {
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  .brand_list {
    width: 100%;
  }
}

.brand_list .logo li {
  width: 17%;
}

@media screen and (max-width: 750px) {
  .brand_list .logo li {
    width: 40%;
    padding: 20px 20px;
  }
}

.flexbox_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .flexbox_bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.box {
  margin: 0 auto;
  width: 1020px;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .box {
    width: auto;
    padding-top: 70px;
  }
}

.brand_name {
  width: 20%;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .brand_name {
    width: 40%;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box1_img .box_img {
  width: 50%;
}

.box1_img img {
  width: 100.5%;
}

.box1 .brand_name {
  width: 40%;
}

.brand_container {
  padding-bottom: 70px;
  background-color: #cececd;
}

@media screen and (max-width: 750px) {
  .brand_container {
    padding: 0 20px;
  }
}

.box2 {
  position: relative;
}

.box_2 {
  margin: 0 auto;
  width: 1020px;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .box_2 {
    width: auto;
    margin: 0 auto;
    padding-top: 0px;
  }
}

.box_2 .credit {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .box_2 .credit {
    padding: 40px 0 70px 0;
  }
}

.box_2 .credit li {
  padding-top: 8px;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .box_2 .credit li {
    padding-top: 0;
  }
}

.box_2 .credit span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box_2 .credit span.buy {
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box_2 .credit a.soon {
  pointer-events: none;
}

.box_2 .credit a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 13px;
}

.box2_img {
  width: 100%;
  position: relative;
}

.box2_img .box_img:nth-child(1) {
  width: 48%;
}

.box2_img .box_img:nth-child(2) {
  position: absolute;
  top: 30%;
  width: 48%;
  left: 52%;
}

.box2 .flexbox2 {
  margin-bottom: 90px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .box2 .flexbox2 {
    margin-bottom: 20px;
  }
}

.box2 .box {
  padding-top: 80px;
}

.box3 {
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .box3 {
    padding: 70px 20px;
  }
}

.flexbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.bl_item a {
  display: initial;
  border-bottom: #686764 solid 1px;
}

.flexbox3 .credit_left {
  width: 30%;
}

@media screen and (max-width: 750px) {
  .flexbox3 .credit_left {
    width: 100%;
    text-align: left;
    line-height: 1.6;
  }
}

@media screen and (max-width: 750px) {
  .flexbox3 ul .bl_item {
    text-align: left;
  }
}

.flexbox3 .box_img {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .flexbox3 .box_img {
    width: 100%;
  }
}

.flexbox3 .box_img > img {
  width: 120%;
}

@media screen and (max-width: 750px) {
  .flexbox3 .box_img > img {
    width: 100%;
  }
}

.flexbox3 .brand_name {
  padding: 10px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .flexbox3 .brand_name {
    width: 100%;
  }
}

.flexbox3 .brand_name img {
  width: 40%;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .flexbox3 .brand_name img {
    width: 50%;
  }
}

.box_4 {
  position: relative;
  width: 100%;
}

.box_4::before {
  content: "";
  display: block;
  padding-top: calc(1666 / 1200 * 100%);
}

@media screen and (max-width: 750px) {
  .box_4::before {
    padding-top: calc(1432 / 750 * 100%);
  }
}

.box4 {
  width: 100%;
  position: absolute;
  top: 0;
}

.box4a {
  text-align: end;
  width: 97%;
  position: absolute;
  top: 55%;
}

@media screen and (max-width: 750px) {
  .box4a {
    left: 43%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 30%;
  }
}

.box4a .credit {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .box4a .credit {
    padding: 20px 0 0 10px;
  }
}

.box4a .credit li {
  padding-top: 8px;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .box4a .credit li {
    padding-top: 0;
  }
}

.box4a .credit span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box4a .credit span.buy {
    font-size: 12px;
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box4a .credit a.soon {
  pointer-events: none;
}

.box4a .credit a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .box4a .credit a.soon span.buy {
    font-size: 12px;
  }
}

.box4a .credit p {
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .box4a .credit p {
    font-size: 10px;
  }
}

.box_gry {
  position: absolute;
  left: 0;
  top: 56.7%;
  width: 83.3%;
  height: 37.6%;
  background: #989792;
}

@media screen and (max-width: 750px) {
  .box_gry {
    height: 37.6%;
    top: 40.7%;
  }
}

.box4_2 {
  position: absolute;
  width: 66.6%;
  top: 55.5%;
  left: 16.9%;
}

@media screen and (max-width: 750px) {
  .box4_2 {
    top: 39.31%;
    width: auto;
    padding: 0 20px;
  }
}

.box4_2 .credit {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .box4_2 .credit {
    padding: 20px 0 0 10px;
  }
}

.box4_2 .credit li {
  padding-top: 8px;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .box4_2 .credit li {
    padding-top: 0;
  }
}

.box4_2 .credit span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box4_2 .credit span.buy {
    font-size: 12px;
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box4_2 .credit a.soon {
  pointer-events: none;
}

.box4_2 .credit a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .box4_2 .credit a.soon span.buy {
    font-size: 12px;
  }
}

.box4_2 .credit p {
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .box4_2 .credit p {
    font-size: 10px;
  }
}

.logo_tony {
  width: 47%;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .logo_tony {
    width: 60%;
    margin-bottom: 30px;
  }
}

.flexbox4 {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.flexbox4 img {
  width: 65%;
}

@media screen and (max-width: 750px) {
  .flexbox4 img {
    width: 80%;
  }
}

.flexbox4 ul {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .flexbox4 ul {
    width: 100%;
  }
}

.box5 .brand_name {
  width: auto;
}

@media screen and (max-width: 750px) {
  .box5 .brand_name {
    width: auto;
    padding: 0 20px;
  }
}

.box5 .brand_name img {
  margin-left: auto;
  padding: 0 20px;
  width: 43%;
}

@media screen and (max-width: 750px) {
  .box5 .brand_name img {
    padding: 0;
    padding-top: 10px;
    width: 70%;
  }
}

@media screen and (min-width: 751px) {
  .box5_img .box_img {
    width: 26%;
    padding-right: 10px;
  }
  .box5_img .box_img:nth-child(3) {
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .box5_img {
    padding-bottom: 10px !important;
  }
}

.box5 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .box5 {
    overflow: hidden;
  }
  .box5 .swiper-container,
  .box5 .swiper-slide {
    height: auto;
  }
  .box5 .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover;
    /* IE: not support */
    width: 100%;
    height: 100%;
  }
  .box5 img {
    width: auto;
  }
}

.box5 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexbox_credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .flexbox_credit {
    display: block;
  }
}

.box5 .credit_left {
  width: 86%;
}

@media screen and (max-width: 750px) {
  .box5 .credit_left {
    width: 100%;
    padding: 30px 20px;
  }
}

.box5 .credit_left li {
  width: 92%;
  margin-left: auto;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .box5 .credit_left li {
    width: 100%;
  }
}

.box5 .credit_left span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box5 .credit_left span.buy {
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box5 .credit_left a.soon {
  pointer-events: none;
}

.box5 .credit_left a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 14px;
}

.container_box6 {
  position: relative;
}

.box_gry2 {
  position: relative;
  width: 80%;
  height: 65vw;
  background: #cececd;
}

.box6 {
  position: absolute;
  top: 10%;
  padding-left: 10%;
  width: 90%;
  margin-left: auto;
}

.box6 .flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vertical {
  margin-left: auto;
  width: 35%;
}

@media screen and (max-width: 750px) {
  .vertical {
    width: 50%;
  }
}

.box6 .flexbox .img6_1 {
  width: 10%;
}

.box6 .flexbox .img6_2 {
  width: 90%;
}

.box_6 {
  padding-bottom: 0px;
}

@media screen and (max-width: 750px) {
  .box_6 {
    padding-bottom: 70px;
  }
}

.box_6 .box {
  width: 94%;
  padding-top: 6vw;
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .box_6 .box {
    width: auto;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 750px) {
  .box_6 .credit .bl_item {
    padding-left: 0px;
  }
  .box_6 .credit .bl_item:nth-child(2) {
    padding-top: 0px;
  }
  .box_6 .credit .bl_item:nth-child(3) {
    padding-top: 0px;
  }
  .box_6 .credit .bl_item:nth-child(4) {
    padding-top: 0px;
  }
}

.box .credit_left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .box .credit_left {
    padding: 10px 0px;
  }
}

.box .credit_left li {
  letter-spacing: 0.13em;
}

.box .credit_left span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box .credit_left span.buy {
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box .credit_left a.soon {
  pointer-events: none;
}

.box .credit_left a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 13px;
}

.box .credit {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .box .credit {
    padding: 30px 10px 0px;
  }
}

.box .credit li {
  padding-top: 8px;
  letter-spacing: 0.13em;
}

.box .credit span.buy {
  font-size: 14px;
  color: #686764;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box .credit span.buy {
    padding: 5px 0 5px 12px;
    margin-left: 5px;
  }
}

.box .credit a.soon {
  pointer-events: none;
}

.box .credit a.soon span.buy {
  color: #686764;
  background-color: transparent;
  font-size: 13px;
}

.contents_bc {
  padding: 140px 0;
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents_bc {
    padding: 140px 20px;
    width: auto;
  }
}

h2 {
  letter-spacing: 00.08em;
  font-family: 'Marcellus', serif;
  font-size: 40px;
  text-align: center;
}

.wrapper {
  padding: 70px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 750px) {
  .wrapper {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.bc {
  border: #000 1px solid;
  border-top: none;
  border-right: none;
  padding: 0 35px;
}

.bc:nth-child(1) {
  border-left: none;
}

.bc:nth-child(4) {
  padding-top: 30px;
  border-left: none;
  border-bottom: none;
}

.bc:nth-child(5) {
  padding-top: 30px;
  border-right: #000 1px solid;
  border-bottom: none;
}

@media screen and (max-width: 750px) {
  .bc {
    border-left: none;
    border-right: none;
  }
  .bc:nth-child(2) {
    padding-top: 30px;
  }
  .bc:nth-child(3) {
    padding-top: 30px;
  }
  .bc:nth-child(5) {
    border-right: none;
    border-top: #000 1px solid;
  }
}

@media screen and (max-width: 750px) {
  .bc img {
    margin: 0 auto;
    width: 70%;
  }
  .bc img:nth-child(2) {
    padding-top: 30px;
  }
}

.bc p {
  padding: 30px 0;
}

.bc > img:nth-child(4) {
  padding-top: 30px;
}

.staff {
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .staff {
    padding-top: 35px;
  }
}

.staff .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .staff .img {
    width: 60%;
  }
}

.staff p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 3.5em;
}

.footer {
  border-top: solid 1px #cececd;
}

.sns {
  padding-top: 70px;
}

.sns li {
  width: 25px;
  padding: 0 15px;
}

.w_logo {
  text-align: center;
  font-size: 10px;
  padding-top: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .w_logo {
    padding-top: 50px;
  }
}

.w_logo .logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .w_logo .logo {
    width: 200px;
  }
}

/* ANIMATION
--------------------------------------*/
.delay-0025s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-005s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-012s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/*# sourceMappingURL=style.css.map */