@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role=list], ol[role=list] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
body, a, p {
  font-style: normal;
  text-decoration: none;
  line-height: 1; }

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

img {
  height: auto; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  transition: .3s; }

a:hover {
  transition: .3s; }

/*link*/
.link {
  position: relative;
  margin: 0 5%; }

.link .cart {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.link .cart:not(:last-child) {
  margin-bottom: 0.3em; }

.link .cart__title {
  color: #282047;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.01rem;
  line-height: 1.3; }

.link .cart__title span {
  display: inline-block; }

.link .cart__price-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.link .cart__price {
  display: flex;
  align-items: flex-end;
  color: #282047;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.4vw;
  letter-spacing: 0; }

.link .cart__price span {
  margin: 0 0 0.1em 0.3em;
  font-size: 2.6vw;
  letter-spacing: 0;
  white-space: nowrap; }

.link .cart__price--btn {
  position: relative;
  margin-left: 0.4em;
  padding: 0.4em 1em;
  border: 1px solid #282047;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.6vw;
  line-height: 1;
  background: #282047; }

.link .cart__price--btn span img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 1em;
  transition: 0.4s ease-in; }

.link .cart:hover .cart__price--btn span {
  transform: translateX(-10%); }

.link .cart__price--btn span {
  display: flex;
  transition: 0.4s ease-in; }

.link .cart:hover .cart__price--btn span img {
  opacity: 1;
  margin-right: -1.2em; }

.link .main {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c3c3c3; }

.link .main .cart__price--btn {
  color: #fff;
  background: #E65877;
  border-color: #E65877; }

.link .size-area {
  margin-top: 0.75em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4vw; }

.link .size-area:not(:last-child) {
  margin-bottom: 0.5em; }

.link .size-area a:hover {
  border-bottom: 1px solid #000; }

.link .comingsoon {
  overflow: hidden;
  margin-bottom: 10px; }

.link .comingsoon .cart__price {
  padding-top: 8%; }

.link .comingsoon .cart__price--btn {
  padding: 0.4em 0.75em; }

.link .comingsoon .cart__title {
  white-space: nowrap;
  float: left;
  line-height: 1.7; }

.link .comingsoon .cart__price--btn {
  display: none; }

.link .comingsoon:hover .cart__price--btn span {
  transform: translateX(0); }

/* 共通*/
.pc {
  display: none; }

.sp {
  display: block; }

.slide-box {
  display: block;
  padding-bottom: 0.1px;
  overflow: hidden; }

/* header */
.header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #ECF3E6; }
  .header h1 {
    padding: 8px 15px;
    width: 100%;
    position: absolute;
    z-index: 2; }
    .header h1 img {
      height: 12px; }
  .header dl dt {
    position: absolute;
    z-index: 1;
    left: 8%;
    top: 28%;
    width: 70%; }
  .header dl dd {
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 50%;
    width: 33%; }
  .header .bnr {
    position: absolute;
    right: 0;
    bottom: 3%;
    width: 30%; }

/* main */
.main-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .main-wrapper h2 {
    width: 50%;
    margin: 0 auto 0% auto;
    padding-top: 10%; }
  .main-wrapper .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 3% 10% 10% 10%;
    margin-bottom: 5%; }
    .main-wrapper .btn li {
      width: 31%;
      margin-bottom: 3%; }
    .main-wrapper .btn li.current {
      opacity: 0.5;
      transition: .3s; }

/*------------srbrands------------------- */
.srbrands {
  color: #282047;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw; }

.sidenav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .sidenav h2 {
    display: none; }
  .sidenav .btn {
    display: none; }
  .sidenav .ttl {
    display: flex; }
    .sidenav .ttl li {
      width: 20%; }
      .sidenav .ttl li a {
        display: block;
        width: 100%;
        height: 8vh; }
      .sidenav .ttl li img {
        display: none; }
    .sidenav .ttl li:first-child {
      display: none; }
    .sidenav .ttl li:last-child {
      display: none; }
    .sidenav .ttl li:nth-child(2) a {
      background: url("../img/nav_01_off.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(2).current a {
      background: url("../img/nav_01_on.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(3) a {
      background: url("../img/nav_02_off.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(3).current a {
      background: url("../img/nav_02_on.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(4) a {
      background: url("../img/nav_03_off.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(4).current a {
      background: url("../img/nav_03_on.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(5) a {
      background: url("../img/nav_04_off.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(5).current a {
      background: url("../img/nav_04_on.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(6) a {
      background: url("../img/nav_05_off.webp") no-repeat center top;
      background-size: cover; }
    .sidenav .ttl li:nth-child(6).current a {
      background: url("../img/nav_05_on.webp") no-repeat center top;
      background-size: cover; }

.pht {
  margin-bottom: 5%; }

.brandwarp {
  padding: 8% 5%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0 5% 15% 5%; }
  .brandwarp h3 {
    margin-bottom: 5%;
    background: url("../img/ttl_side.webp") no-repeat top center;
    background-size: 100%;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    padding: 5% 0;
    font-weight: 400;
    font-size: 4.8vw; }
    .brandwarp h3 img {
      width: 30%;
      margin: 0 auto; }
  .brandwarp dl {
    margin-bottom: 5%; }
  .brandwarp dt {
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    position: relative;
    font-size: 4.0vw;
    opacity: 1;
    margin-bottom: 5%; }
    .brandwarp dt span {
      background: #fff; }
  .brandwarp .link {
    margin: 0 auto; }

.ttlArea {
  margin: 0 8% 5% 8%; }
  .ttlArea p {
    width: 15%;
    margin-bottom: 2%; }
  .ttlArea table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .ttlArea table .logo {
      width: 20%;
      padding: 2% 2%;
      border-right: 1px solid #000; }
    .ttlArea table td {
      padding: 2% 3%;
      color: #282047;
      font-family: "Shippori Mincho B1", serif;
      font-size: 4.8vw;
      line-height: 1.3; }
    .ttlArea table th {
      text-align: left;
      font-weight: normal;
      padding: 2% 3%;
      font-family: "Zen Kaku Gothic New", serif;
      font-weight: 500;
      font-size: 2.6vwvw;
      line-height: 1;
      border-bottom: 1px solid #000; }

#mission0 {
  background: url("../img/bg.gif") repeat left top;
  background-size: 5%;
  padding: 15% 10%;
  margin-bottom: 10%; }
  #mission0 .warp {
    margin: 0 10% 0% 10%; }

.read {
  margin: 0 8% 5% 8%;
  line-height: 1.8; }

.inner {
  margin-bottom: 15%; }

.collection {
  padding-top: 15%;
  overflow: hidden;
  margin: 0 10% 5% 10%; }
  .collection dt {
    text-align: center;
    font-size: 4.0vw;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", serif;
    margin-bottom: 8%;
    position: relative; }
  .collection dt::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #282047;
    position: absolute;
    left: 15%;
    bottom: -8px; }
  .collection dd {
    float: left;
    width: 48%;
    margin-bottom: 4%; }
    .collection dd img {
      margin-bottom: 3%; }
    .collection dd .link {
      margin: 0; }
    .collection dd .link .cart__price {
      font-size: 2.8vw; }
      .collection dd .link .cart__price .picon {
        font-size: 2.8vw; }
  .collection dd:nth-child(2) {
    float: right; }
  .collection dd:nth-child(4) {
    float: right; }
  .collection .link .main {
    border: 0; }
    .collection .link .main a {
      display: block; }

.linkBtnArea {
  width: 60%;
  margin: 0 auto 15% auto; }
  .linkBtnArea a {
    display: block;
    position: relative;
    background: #FFEDEE;
    border: 1px solid #282047;
    color: #282047;
    text-align: center;
    padding: 5% 0;
    line-height: 1.5;
    transition: .3s; }
  .linkBtnArea a::after {
    content: "";
    width: 15%;
    height: 1px;
    background: #282047;
    position: absolute;
    right: -8%;
    top: 50%; }
  .linkBtnArea a:hover {
    background: #fff;
    transition: .3s; }

#mission01, #mission02, #mission04 {
  margin-bottom: 15%; }
  #mission01 .brandwarp, #mission02 .brandwarp, #mission04 .brandwarp {
    background: #ECF3E6; }
  #mission01 .ttlArea th, #mission02 .ttlArea th, #mission04 .ttlArea th {
    background: #ECF3E6; }
  #mission01 .sheerlawn, #mission02 .sheerlawn, #mission04 .sheerlawn {
    padding-top: 5%; }
    #mission01 .sheerlawn .brandwarp, #mission02 .sheerlawn .brandwarp, #mission04 .sheerlawn .brandwarp {
      background: #FFEDEE; }
    #mission01 .sheerlawn .ttlArea th, #mission02 .sheerlawn .ttlArea th, #mission04 .sheerlawn .ttlArea th {
      background: #FFEDEE; }

#mission03, #mission05 {
  margin-bottom: 15%; }
  #mission03 .brandwarp, #mission05 .brandwarp {
    background: #FFEDEE; }
  #mission03 .ttlArea th, #mission05 .ttlArea th {
    background: #FFEDEE; }

#mission03 .link .main, #mission05 .link .main {
  border: 0; }

#mission06 {
  background: #ECF3E6;
  padding: 10% 0; }
  #mission06 .stylist {
    text-align: center; }
    #mission06 .stylist h3 {
      font-size: 4.0vw;
      font-weight: 600;
      font-family: "Zen Kaku Gothic New", serif;
      text-align: center;
      margin-bottom: 5%;
      letter-spacing: 2px; }
    #mission06 .stylist .pht {
      width: 50%;
      margin: 0 auto 3% auto; }
    #mission06 .stylist p {
      margin-bottom: 5%;
      line-height: 1.5; }
    #mission06 .stylist .name {
      font-size: 4.0vw; }
      #mission06 .stylist .name span {
        font-size: 3.6vw; }
    #mission06 .stylist a {
      display: block;
      border-radius: 100px;
      border: 1px solid #282047;
      padding: 3% 0;
      text-align: center;
      position: relative;
      margin: 0 10% 15% 10%;
      color: #282047; }
      #mission06 .stylist a img {
        width: 5%;
        position: absolute;
        left: 20%;
        top: 25%; }
    #mission06 .stylist a:visited, #mission06 .stylist a:hover {
      color: #282047; }
    #mission06 .stylist a:hover {
      background: #fff; }
  #mission06 .present {
    margin: 0 5% 15% 5%; }
    #mission06 .present h3 {
      width: 65%;
      margin: 0 auto; }
    #mission06 .present .link {
      background: #fff;
      padding: 5%; }
      #mission06 .present .link a {
        opacity: 0.7;
        transition: .3s;
        color: #282047; }
      #mission06 .present .link a:visited, #mission06 .present .link a:hover {
        color: #282047; }
      #mission06 .present .link img {
        margin-bottom: 5%; }
      #mission06 .present .link p {
        line-height: 1.8;
        padding: 5% 0; }
      #mission06 .present .link .end {
        text-align: center;
        font-weight: 600;
        background: #ccc;
        color: #555; }
  #mission06 .live {
    margin: 0 5% 15% 5%; }
    #mission06 .live h3 {
      position: relative;
      font-size: 4.0vw;
      font-weight: 600;
      font-family: "Zen Kaku Gothic New", serif;
      text-align: center;
      margin-bottom: 8%;
      letter-spacing: 2px; }
    #mission06 .live h3::after {
      content: "";
      position: absolute;
      width: 18%;
      height: 1px;
      left: 41%;
      bottom: -27%;
      background: #282047; }
    #mission06 .live img {
      width: 100%;
      margin: 0 auto 5% auto; }
    #mission06 .live p {
      line-height: 1.8;
      padding: 5% 0; }
    #mission06 .live a {
      color: #282047; }
    #mission06 .live a:visited, #mission06 .live a:hover {
      color: #282047; }
  #mission06 .btn {
    display: block;
    position: relative;
    background: #ECF3E6;
    border: 1px solid #282047;
    color: #282047;
    text-align: center;
    padding: 5% 0;
    line-height: 1.5;
    transition: .3s; }
  #mission06 .btn::after {
    content: "";
    width: 10%;
    height: 1px;
    background: #282047;
    position: absolute;
    right: -4%;
    top: 50%; }
  #mission06 .btn:hover {
    background: #fff;
    transition: .3s; }

#mission0 {
  background: url("../img/bg.gif") repeat left top;
  background-size: 5%;
  padding: 15% 10%; }
  #mission0 p:first-child {
    margin-bottom: 15%; }

#mission01, #mission02, #mission03, #mission04, #mission05 {
  margin-bottom: 15%; }

.picon {
  color: #E65877; }

/* end-block */
.end-block {
  margin-top: 10%; }

/*staff*/
.staff {
  margin: 3vw auto 10%;
  font-size: 2.8vw;
  font-family: "garamond", serif;
  letter-spacing: 0px;
  line-height: 2em;
  text-align: center; }

/*footer*/
.footer {
  margin-top: 3%;
  padding-bottom: 10vw;
  text-align: center; }

.footer-sns {
  display: block;
  width: 2.5%;
  min-width: 36px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s; }

.footer-logo {
  display: block;
  width: 350px;
  margin: 25px auto 0 auto; }

.footer-logo img {
  width: 100%; }

.footer-copyright {
  font-family: "Helvetica", serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 34px 0 0; }

/*footnav*/
.footnav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.footnav .list {
  display: flex; }

/* pagetop  */
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 11vh;
  width: 35px;
  z-index: 99; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0; }

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomInTrigger, .zoomOutTrigger {
  opacity: 0; }

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
.blurTrigger {
  opacity: 0; }

.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
.smoothTrigger {
  opacity: 0; }

.lineTrigger {
  position: relative;
  opacity: 0; }

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes lineAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; }

.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; }

.lineTrigger::before {
  top: 0;
  left: 0; }

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards; }

.line2::before {
  top: 0;
  right: 0; }

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards; }

.lineTrigger::after {
  bottom: 0;
  right: 0; }

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards; }

.line2::after {
  bottom: 0;
  left: 0; }

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards; }

@keyframes lineAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes lineAnime2 {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  opacity: 0; }

@keyframes lineInnerAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
.bgappearTrigger, .bgUDextendTrigger, .bgDUextendTrigger, .bgRLextendTrigger, .bgLRextendTrigger {
  opacity: 0; }

.count2 {
  animation-iteration-count: 2; }

.countinfinite {
  animation-iteration-count: infinite; }

.delay-time05 {
  animation-delay: 0.5s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time15 {
  animation-delay: 1.5s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time25 {
  animation-delay: 2.5s; }

.change-time05 {
  animation-duration: 0.5s; }

.change-time1 {
  animation-duration: 1s; }

.change-time15 {
  animation-duration: 1.5s; }

.change-time2 {
  animation-duration: 2s; }

.change-time25 {
  animation-duration: 2.5s; }

.change-time30 {
  animation-duration: 3.0s; }

.change-time35 {
  animation-duration: 3.5s; }

.change-time40 {
  animation-duration: 4.0s; }

.change-time45 {
  animation-duration: 4.5s; }
