@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;
}

/*フォント
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
  font-family: "garamond-premier-pro", "a-otf-ryumin-pr6n", YuMincho, "Yu Mincho", "游明朝", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

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

/* ---------------------------------------------------
otona_menu
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}
#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#otona_menu img {
  width: 100%;
  vertical-align: middle;
}
#otona_menu #header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}
#otona_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}
#otona_menu #nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}
#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  #otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}
#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}
#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}
#otona_menu #nav-pop .close span:last-child {
  transform: rotate(-30deg);
}

div#wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  div#wrapper {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  div#wrapper {
    font-size: 12px;
  }
}

div#mainArea {
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
}

div.contentArea {
  background-color: #fff;
  margin-top: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div.contentArea {
    margin-top: 90vh;
  }
}

div#main {
  width: 100%;
  letter-spacing: 4px;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#main {
    height: 100vh;
    background: url(../images/pc_main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  div#main {
    height: 90vh;
    background: url(../images/sp_main.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
div#main h1 {
  width: 70%;
  position: absolute;
  top: 3%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  div#main h1 {
    width: 67%;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
div#main .logo {
  width: 100px;
  position: absolute;
  bottom: 5%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  div#main .logo {
    width: 70px;
    position: absolute;
    bottom: 2%;
    left: 4%;
  }
}

@media screen and (min-width: 769px) {
  div#menu {
    padding: 150px 0;
  }
}
@media screen and (max-width: 768px) {
  div#menu {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  div#menu p {
    font-size: 12px;
    text-align: center;
    line-height: 3em;
  }
}
@media screen and (max-width: 768px) {
  div#menu p {
    width: 85%;
    margin: 0 auto;
    font-size: 11px;
    text-align: left;
    line-height: 3em;
  }
}
div#menu .coupon {
  text-align: center;
  padding: 10px;
  width: 23%;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  div#menu .coupon {
    width: 82%;
  }
}
div#menu .coupon a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
div#menu .coupon a:hover img {
  opacity: 0.8;
}
div#menu ul.menu_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#menu ul.menu_item {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  div#menu ul.menu_item {
    width: 990px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  div#menu ul.menu_item {
    width: 90%;
    margin: auto;
    font-size: 15px;
  }
}
div#menu ul.menu_item li {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#menu ul.menu_item li {
    padding: 5px;
    font-size: 16px;
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  div#menu ul.menu_item li {
    padding: 5px;
    width: 25%;
  }
}
div#menu ul.menu_item li a:hover img {
  opacity: 0.7;
}
div#menu ul.menu_item .w50 {
  width: 50%;
}

div.content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div.content {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  div.content {
    padding: 70px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  div.recommend {
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  div.recommend {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 0 20px;
    position: relative;
  }
}
div.recommend div.detail {
  box-sizing: border-box;
  overflow-wrap: anywhere;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail {
    width: 50%;
    overflow: hidden;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail {
    margin-top: 25px;
    order: 2;
  }
}
div.recommend div.detail .brand_box {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail .brand_box {
    padding: 0 0 25px 25px;
    border-top: none;
  }
}
div.recommend div.detail p.brand_name {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail p.brand_name {
    padding: 40px 100px 0px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail p.brand_name {
    font-size: 34px;
  }
}
div.recommend div.detail p.brand_name_s {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail p.brand_name_s {
    padding: 7px 100px 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail p.fs {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  div.recommend div.detail div.comment {
    margin: 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail div.comment {
    padding: 0 25px 25px;
  }
}
@media screen and (min-width: 769px) {
  div.recommend div.detail div.comment p.explain {
    font-size: 13px;
    line-height: 2.4;
    letter-spacing: 2px;
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail div.comment p.explain {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item {
    box-sizing: border-box;
    line-height: 1.2;
  }
}
div.recommend div.detail ul.item li {
  line-height: 2em;
  letter-spacing: 2px;
}
div.recommend div.detail ul.item li:nth-child(1) {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(2) {
    font-size: 11px;
  }
}
div.recommend div.detail ul.item li:nth-child(2) .line-through {
  text-decoration: line-through;
}
div.recommend div.detail ul.item li:nth-child(2) .cp {
  font-size: 12px;
}
div.recommend div.detail ul.item li:nth-child(2) .red {
  font-size: 17px;
  color: #ff3600;
}
div.recommend div.detail ul.item li:nth-child(2) div.buy {
  text-align: center;
  width: 24%;
  font-size: 12px;
  background-color: #0A2671;
  color: #fff;
  padding: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(2) div.buy {
    padding: 6px 8px;
    width: 30%;
  }
}
div.recommend div.detail ul.item li:nth-child(2) .caution {
  color: #888888;
  padding: 4px 0 10px;
  display: block;
  line-height: 1.6em;
  font-size: 10px;
}
div.recommend div.detail ul.item li:nth-child(2) a:hover div.buy {
  background-color: #d3d3d3;
  color: #fff;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(3) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(3) {
    font-size: 11px;
  }
}
div.recommend div.detail ul.item li:nth-child(3) div.buy {
  text-align: center;
  width: 24%;
  font-size: 12px;
  background-color: #0A2671;
  color: #fff;
  padding: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(3) div.buy {
    padding: 6px 8px;
    margin-top: 10px;
    width: 30%;
  }
}
div.recommend div.detail ul.item li:nth-child(3) a:hover div.buy {
  background-color: #d3d3d3;
  color: #fff;
}
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(4) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(4) {
    font-size: 11px;
  }
}
div.recommend div.detail ul.item li:nth-child(4) .line-through {
  text-decoration: line-through;
}
div.recommend div.detail ul.item li:nth-child(4) .cp {
  font-size: 12px;
}
div.recommend div.detail ul.item li:nth-child(4) .red {
  font-size: 17px;
  color: #ff3600;
}
div.recommend div.detail ul.item li:nth-child(4) .caution {
  padding: 4px 0 10px;
  display: block;
  line-height: 2em;
  font-size: 10px;
}
div.recommend div.detail ul.item li:nth-child(4) div.buy {
  text-align: center;
  width: 24%;
  font-size: 12px;
  background-color: #0A2671;
  color: #fff;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(4) div.buy {
    padding: 6px 8px;
    margin-top: 10px;
    width: 30%;
  }
}
div.recommend div.detail ul.item li:nth-child(4) a:hover div.buy {
  background-color: #d3d3d3;
  color: #fff;
}
div.recommend div.detail ul.item li a {
  text-decoration: none;
  color: #000;
}
div.recommend div.detail .brandLink {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail .brandLink {
    padding-top: 30px;
    margin-top: 30px;
  }
}
div.recommend div.detail .brandLink a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div.recommend div.detail .brandLink a {
    font-size: 12px;
  }
}
div.recommend div.detail .brandLink a .yazirusi {
  display: inline-flex;
}
div.recommend div.detail .brandLink a .yazirusi::after {
  content: "";
  width: 33px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (max-width: 768px) {
  div.recommend div.detail .brandLink a .yazirusi::after {
    width: 20px;
    height: 5px;
  }
}
div.recommend div.detail .brandLink a:hover {
  color: #d3d3d3;
}
div.recommend .item_img {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 39%;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  div.recommend .item_img {
    width: 100%;
    order: 1;
    padding: 25px;
    border-left: none;
  }
}

@media screen and (min-width: 769px) {
  div.onepiece div.img_sp div {
    padding: 0 20%;
  }
}

@media screen and (min-width: 769px) {
  div.overalls div.img_sp div {
    padding: 0 25%;
  }
}
@media screen and (max-width: 768px) {
  div.overalls div.img_sp div {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  #recommend08 {
    padding-bottom: 50px;
  }
}

#footArea {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footArea {
    padding: 50px 0 50px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #footArea {
    padding: 50px 0 50px;
    margin-top: 70px;
  }
}
#footArea .live {
  width: 50%;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #footArea .live {
    width: 93%;
  }
}
#footArea .live p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8em;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footArea .live p {
    font-size: 14px;
  }
}
#footArea .live a:hover img {
  opacity: 0.8;
}
#footArea .vol {
  width: 35%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #footArea .vol {
    width: 93%;
  }
}
#footArea .vol p {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4em;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footArea .vol p {
    font-size: 24px;
  }
}
#footArea .vol p span {
  font-size: 18px;
  display: block;
}
#footArea .vol a:hover img {
  opacity: 0.8;
}
#footArea p.next {
  font-weight: bold;
  color: #ff3600;
}
@media screen and (min-width: 769px) {
  #footArea p.next {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #footArea p.next {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#footArea div.btn {
  margin-bottom: 50px;
}
#footArea div.btn a {
  background-color: #0A2671;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #footArea div.btn a {
    width: 300px;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footArea div.btn a {
    width: 80%;
    margin: auto;
    display: block;
  }
}
#footArea div.btn a img {
  margin-bottom: 5px;
}
#footArea div.btn a:hover {
  background-color: #d3d3d3;
}
#footArea p {
  font-size: 10px;
  line-height: 1;
}
#footArea #coupon {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 120px;
}
#footArea #coupon .cp_text {
  max-width: 580px;
  margin: 60px auto 0;
}
#footArea #coupon .cp_text .txt1 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #footArea #coupon .cp_text .txt1 {
    font-size: 12px;
  }
}
#footArea #coupon .cp_text .txt2 {
  font-size: 30px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #footArea #coupon .cp_text .txt2 {
    padding: 16px 0;
    font-size: 23px;
  }
}
#footArea #coupon .cp_text .cp_img {
  width: 53%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footArea #coupon .cp_text .cp_img {
    width: 75%;
  }
}
#footArea #coupon .dots {
  margin: 50px 0;
  border: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  #footArea #coupon .dots {
    margin: 50px 10px;
  }
}
#footArea #coupon .dots ul {
  padding: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footArea #coupon .dots ul {
    padding: 30px;
  }
}
#footArea #coupon .dots ul li {
  padding-bottom: 30px;
}
#footArea #coupon .dots ul li:nth-child(3) {
  padding-bottom: 0;
}
#footArea #coupon .dots ul li .clipboard_copy_txt {
  font-size: 14px;
  color: #0A2671;
}
#footArea #coupon .dots ul li button {
  font-family: "garamond-premier-pro", "a-otf-ryumin-pr6n", YuMincho, "Yu Mincho", "游明朝", "メイリオ", sans-serif;
  display: block;
  border-style: none;
  color: #fff;
  background-color: #0A2671;
  padding: 6px 12px;
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
}
#footArea #coupon .dots ul li .earthy {
  line-height: 1.5;
}
#footArea #coupon .point {
  text-align: left;
  font-size: 10px;
  line-height: 2.4;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
}

#page-top a {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

#page-top a:hover {
  text-decoration: none;
  background: rgb(0, 0, 0);
}

/* ANIMATION
--------------------------------------*/
.delay-001s {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-002s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-003s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-004s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -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-006s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.delay-007s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-008s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-009s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-01s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -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;
}

.delay-014s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-016s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

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