@charset "UTF-8";
/*                共通
======================================================= */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/**
.section {
  //font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "FP-こぶりなゴシック StdN W3", sans-serif;
  padding: 0;
  color: #3E3C3C;
}
.sectionInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.topicsDetail .topicsArticle p{
  color: $baseColor;
}
.pagetop{
  z-index: 1;
}
**/
sup {
  display: inline-block;
  font-size: 60%;
  position: relative;
  top: 0.1em;
  padding-left: 1px;
}

.scroll_anime,
.scroll_anime_2 {
  opacity: 0;
  position: relative;
  top: 20px;
}

.loadscroll_anime {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  position: relative;
}
.loadscroll_anime.show {
  opacity: 1;
}

/* アニメーション ======================================= */
@-webkit-keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@-webkit-keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* slick ======================================= */
.aaaaaaaaaaaaslider {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.aaaaaaaaaaaaslider input, .aaaaaaaaaaaaslider textArea, .aaaaaaaaaaaaslider select, .aaaaaaaaaaaaslider button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}
.aaaaaaaaaaaaslider button {
  cursor: pointer;
}
.aaaaaaaaaaaaslider.slick-initialized {
  opacity: 1;
}
.aaaaaaaaaaaaslider .slick-list {
  width: 100%;
  height: 100%;
}
.aaaaaaaaaaaaslider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.aaaaaaaaaaaaslider .slick-slide {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.aaaaaaaaaaaaslider .slick-slide:focus {
  outline: none;
}
.aaaaaaaaaaaaslider .slick-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow {
    top: calc(50% - 8vw);
  }
}
@media only screen and (min-width: 769px) {
  .aaaaaaaaaaaaslider .slick-arrow:hover {
    opacity: 0.8;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left {
  left: 20px;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left {
    left: -10px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left span {
  padding-right: 1px;
  /* &:after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - -1px);
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  } */
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
  content: "";
  background-image: url(../assets/images/dotn2022/left_ar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
    width: 14px;
    height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
    width: 12px;
    height: 27px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right {
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right {
    right: -10px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right span {
  padding-left: 1px;
  /* &:after{
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50% - 6px);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  } */
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
  content: "";
  background-image: url(../assets/images/dotn2022/right_ar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
    width: 14px;
    height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
    width: 12px;
    height: 27px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.slick-disabled {
  display: none !important;
}
.aaaaaaaaaaaaslider .slick-dots {
  position: relative;
  z-index: 1;
  top: -5vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-dots {
    top: -4vw;
  }
}
.aaaaaaaaaaaaslider .slick-dots li {
  width: 8px;
  height: 8px;
}
.aaaaaaaaaaaaslider .slick-dots li + li {
  margin-left: 22px;
}
.aaaaaaaaaaaaslider .slick-dots li button {
  overflow: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 999;
  background-color: #D8D8D8;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
}
.aaaaaaaaaaaaslider .slick-dots li:first-child button::before {
  display: none;
}
.aaaaaaaaaaaaslider .slick-dots li:last-child button::after {
  display: none;
}
.aaaaaaaaaaaaslider .slick-dots li.slick-active button {
  background-color: #3D3A3A;
}
.aaaaaaaaaaaaslider .slick-dots li:hover {
  cursor: pointer;
}
.aaaaaaaaaaaaslider .slick-dots li:hover button {
  background-color: #3D3A3A;
}
.aaaaaaaaaaaaslider .slick-dots > li:first-child:last-child {
  display: none;
}

.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.slick-counter {
  display: none;
}

@media only screen and (min-width: 1024.1px) {
  br.sp1024 {
    display: none;
  }
}
@media only screen and (min-width: 900.1px) {
  br.sp900 {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  br.sp768 {
    display: none;
  }
}
@media only screen and (min-width: 640.1px) {
  br.sp640 {
    display: none;
  }
}
@media only screen and (min-width: 480.1px) {
  br.sp480 {
    display: none;
  }
}
@media only screen and (min-width: 400.1px) {
  br.sp400 {
    display: none;
  }
}
@media only screen and (min-width: 350.1px) {
  br.sp350 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  br.sp641 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  br.sp481 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  br.sp401 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  br.sp351 {
    display: none;
  }
}

/*                コンテンツ
======================================================= */
.eleutheriaPage #main_area {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  /**
  &::before {
    content: "";
    background: linear-gradient(#fff 0%, #f2fcff 6.38%, #f2fcff 100%);
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //opacity: 0.93;
    opacity: 0.94;
  }
  **/
}
.eleutheriaPage #main_visual.ver2 {
  position: relative;
}
.eleutheriaPage #main_visual.ver2::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.eleutheriaPage #main_visual.ver2 #top_kv .slider .item {
  /**
  img.sub{
    @media only screen and (min-width: 1921px) {
      width: 306px;
    }
    @include media901{
      //width: 306px;
      width: 15.937vw;//1920
      height: auto;
      bottom: 0;
      top: auto;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  **/
}
.eleutheriaPage #aaaaacontent_bg {
  position: fixed;
  z-index: -2;
  top: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.eleutheriaPage #aaaaacontent_bg video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage #aaaaacontent_bg video {
    width: 46.1822660098vh;
    height: 216.53333333vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage #aaaaacontent_bg video.pc {
    display: none;
  }
}
@media only screen and (min-width: 900.1px) {
  .eleutheriaPage #aaaaacontent_bg video.sp {
    display: none;
  }
}
.eleutheriaPage .lp_wrap {
  color: #000;
  background: #EDE8DF;
}
.eleutheriaPage .lp_wrap * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.eleutheriaPage .lp_wrap .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .main_width {
    padding: 0 4.267vw;
  }
}
.eleutheriaPage .lp_wrap .kv {
  width: 100%;
}
.eleutheriaPage .lp_wrap .kv img {
  width: 100%;
  height: auto;
}
.eleutheriaPage .lp_wrap .kv h1 {
  position: relative;
}
.eleutheriaPage .lp_wrap .kv h1 .text {
  font-size: 2.5vw;
  color: #fff;
  position: absolute;
  top: 21vw;
  right: 8.5vw;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .kv h1 .text {
    font-size: 3.6vw;
    font-size: 4vw;
    top: 28vw;
    right: 9.5vw;
  }
}
.eleutheriaPage .lp_wrap .btn {
  max-width: 240px;
}
.eleutheriaPage .lp_wrap .btn + .view {
  margin-top: 26px;
}
@media screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .btn + .view {
    margin-top: 10.667vw;
  }
}
@media screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .btn {
    max-width: none;
  }
}
.eleutheriaPage .lp_wrap .btn > a, .eleutheriaPage .lp_wrap .btn > span {
  position: relative;
  background: #BC9466;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border: 1px #BC9466 solid;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.75em 1em;
}
@media screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .btn > a, .eleutheriaPage .lp_wrap .btn > span {
    font-size: 13px;
    border-radius: 3px;
    padding: 10px 1em;
    font-size: 3.467vw;
    border-radius: 0.8vw;
    padding: 2.667vw 1em;
  }
}
.eleutheriaPage .lp_wrap .btn > a::after, .eleutheriaPage .lp_wrap .btn > span::after {
  /* content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px; */
}
.eleutheriaPage .lp_wrap .btn > a:hover, .eleutheriaPage .lp_wrap .btn > span:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 901px) {
  .eleutheriaPage .lp_wrap .btn > a:hover, .eleutheriaPage .lp_wrap .btn > span:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.eleutheriaPage .lp_wrap .btn.link > a::after, .eleutheriaPage .lp_wrap .btn.link > span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 12px;
  height: 8px;
  background: url(../images/lp/eleutheria/ar.svg) no-repeat center center;
  background-size: 12px 8px;
  /**
              border-top: solid 2px #fff;
              border-right: solid 2px #fff;
              width: 6px;
              height: 6px;
  **/
}
@media screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .btn.link > a::after, .eleutheriaPage .lp_wrap .btn.link > span::after {
    left: 4vw;
    width: 3.2vw;
    height: 2.133vw;
    background-size: 3.2vw 2.133vw;
  }
}
@media screen and (min-width: 901px) {
  .eleutheriaPage .lp_wrap .btn.link a:hover::after {
    left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .view {
    text-align: center;
  }
}
.eleutheriaPage .lp_wrap .view a {
  font-size: 11px;
  letter-spacing: 0.06em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #BC9466;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .view a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .eleutheriaPage .lp_wrap .view a:hover {
    opacity: 0.6;
  }
}
.eleutheriaPage .lp_wrap .zu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #EDE8DF;
  opacity: 1;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.eleutheriaPage .lp_wrap .zu .line {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.eleutheriaPage .lp_wrap .zu .box {
  position: absolute;
  z-index: 2;
  width: 204px;
  height: 100%;
  top: 0;
  left: 114px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .zu .box {
    left: 25.333vw;
  }
}
.eleutheriaPage .lp_wrap .zu .box::after {
  -webkit-transition: 3s;
  transition: 3s;
  content: "";
  background: #EDE8DF;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.eleutheriaPage .lp_wrap .zu .box.on::after {
  left: 100%;
}
.eleutheriaPage .lp_wrap .zu .pyramid {
  position: relative;
  z-index: 10;
}
.eleutheriaPage .lp_wrap .wakka_wrap {
  position: absolute;
  z-index: 1;
  top: 171px;
  left: 334px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .wakka_wrap {
    top: 16.113vw;
    left: 31.25vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .wakka_wrap {
    top: 34.4vw;
    left: 66.933vw;
  }
}
.eleutheriaPage .lp_wrap .wakka {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  background: #BC9466;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .wakka {
    width: 4.883vw;
    height: 4.883vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .wakka {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.eleutheriaPage .lp_wrap .wakka img {
  width: 100%;
  height: auto;
}
.eleutheriaPage .lp_wrap .wakka .pulse {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(188, 148, 102, 0.7);
  border-radius: 50%;
  -webkit-animation: pulsate 2s ease-out;
          animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.eleutheriaPage .lp_wrap .change-text,
.eleutheriaPage .lp_wrap .change-text2,
.eleutheriaPage .lp_wrap .change-text3,
.eleutheriaPage .lp_wrap .change-text4 {
  opacity: 0.2;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.eleutheriaPage .lp_wrap .inner {
  position: relative;
  z-index: 1;
}
.eleutheriaPage .lp_wrap .inner .label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -115px;
  /**
          @media only screen and (max-width: 1024px) {
            left: -8px;
            top: -30px;
          }

  **/
}
@media only screen and (max-width: 1250px) {
  .eleutheriaPage .lp_wrap .inner .label {
    left: -8px;
    top: -30px;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .inner .label {
    top: auto;
    left: -1.6vw;
  }
}
.eleutheriaPage .lp_wrap .inner .label p {
  position: relative;
  z-index: 1;
  font-family: ApercuRegular;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .inner .label p {
    font-size: 2.667vw;
  }
}
.eleutheriaPage .lp_wrap .inner .label p::before {
  content: "";
  background: #000;
  width: 52px;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .inner .label p::before {
    width: 13.867vw;
  }
}
.eleutheriaPage .lp_wrap .introduction {
  padding-top: 124px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction {
    padding-top: 19.467vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .label {
    top: 5.333vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -49px;
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt + .imgtxt {
  margin-top: 170px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt + .imgtxt {
    margin-top: 140px;
    margin-top: 37.333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt {
    margin: 0 -4.785vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt {
    display: block;
    margin: 0;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .img {
  width: 558px;
  padding: 0 49px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .img {
    padding: 0 4.785vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .img {
    width: auto;
    padding: 0 4.267vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 49px;
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt {
    padding: 0 4.785vw;
    padding-top: 10.742vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt {
    padding: 0;
    margin-top: 18.667vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt h2.ttl {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt h2.ttl {
    font-size: 4.8vw;
    margin-bottom: 7.2vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt h2.ttl .en {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: block;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt h2.ttl .en {
    font-size: 13px;
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  padding-left: 80px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.desc {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.desc {
    font-size: 13px;
    font-size: 3.467vw;
    padding-left: 93px;
    padding-left: 24.8vw;
  }
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.catch {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1em;
}
.eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.catch + p.desc {
  margin-top: 3em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.catch + p.desc {
    margin-top: 5.333vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .introduction .inner .imgtxt .txt p.catch {
    font-size: 16px;
    font-size: 4.267vw;
  }
}
.eleutheriaPage .lp_wrap .concept {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept {
    padding-top: 37.333vw;
    padding-bottom: 32vw;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 -49px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt {
    margin: 0 -4.785vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt {
    display: block;
    margin: 0;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .img {
  width: 458px;
  padding: 0 49px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .img {
    padding: 0 4.785vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .img {
    width: 66.667vw;
    margin-left: auto;
    padding: 0;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 49px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt {
    padding: 0 4.785vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt {
    padding: 0;
    margin-top: 18.667vw;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt h2.ttl {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt h2.ttl {
    font-size: 4.8vw;
    margin-bottom: 7.2vw;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt h2.ttl .en {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: block;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt h2.ttl .en {
    font-size: 13px;
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.desc {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.desc {
    font-size: 13px;
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.catch {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1em;
  padding-left: 60px;
}
.eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.catch + p.desc {
  margin-top: 3em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.catch + p.desc {
    margin-top: 5.333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.catch {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .concept .inner .imgtxt .txt p.catch {
    font-size: 16px;
    font-size: 4.267vw;
  }
}
.eleutheriaPage .lp_wrap .photo {
  margin-bottom: 200px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .photo {
    margin-bottom: 39.467vw;
  }
}
.eleutheriaPage .lp_wrap .photo .main_width {
  max-width: 1280px;
  padding: 0;
}
.eleutheriaPage .lp_wrap .photo .inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .photo .inner .list .block {
    display: block;
    margin: 0;
  }
}
.eleutheriaPage .lp_wrap .photo .inner .list .block .set {
  width: 50%;
  padding: 0 2px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .photo .inner .list .block .set + .set {
    margin-top: 2px;
    margin-top: 0.533vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .photo .inner .list .block .set {
    width: auto;
    padding: 0;
  }
}
.eleutheriaPage .lp_wrap .fragrance {
  margin-bottom: 170px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance {
    margin-bottom: 17.333vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .label {
    top: -18.667vw;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout {
    display: block;
    margin: 0;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l {
  width: 50%;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l {
    width: auto;
    padding: 0;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt {
  padding-left: 50px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt {
    padding-left: 0;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt h2.ttl {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt h2.ttl {
    font-size: 4.267vw;
    margin-bottom: 4.267vw;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt p.desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_l .txt p.desc {
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_r {
  width: 50%;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_r {
    width: auto;
    padding: 0;
    margin-top: 22.4vw;
  }
}
.eleutheriaPage .lp_wrap .fragrance .inner .layout .layout_r .chart {
  position: relative;
  z-index: 1;
}
.eleutheriaPage .lp_wrap .product {
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product {
    padding: 18.667vw 0 13.333vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .label {
  top: 100px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .label {
    top: -9.333vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l {
  width: 630px;
  width: 600px;
}
@media only screen and (max-width: 1290px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l {
    width: 600px;
    width: 46.512vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l {
    width: auto;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt {
  padding-left: 50px;
  padding-right: 140px;
  padding-left: 80px;
  padding-right: 90px;
}
@media only screen and (max-width: 1290px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt {
    padding-left: 80px;
    padding-right: 90px;
    padding-left: 80px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt {
    padding-left: 4.883vw;
    padding-right: 4.883vw;
  }
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt {
    padding: 0;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box {
    margin-bottom: 10.667vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_l {
  width: 45px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_l {
    width: 12vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_l p.tag {
  width: 45px;
  height: 45px;
  border: 1px #BC9466 solid;
  border-radius: 100%;
  font-size: 12px;
  color: #BC9466;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_l p.tag {
    font-size: 3.2vw;
    width: 12vw;
    height: 12vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 18px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r {
    padding-left: 2.667vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r h2.name {
  font-size: 20px;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r h2.name {
    font-size: 4.8vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r p.price {
  font-size: 12px;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .ttl_box .ttl_r p.price {
    font-size: 3.2vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt p.desc {
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt p.desc {
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl {
    margin-top: 5.333vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl dt {
  font-size: 11px;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl dt {
    font-size: 2.933vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl dd ul li {
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl dd ul li {
    font-size: 3.467vw;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt dl dd ul li::before {
  content: "・";
  padding: 0 0.2em;
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_l .txt .btn {
  margin-top: 40px;
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.eleutheriaPage .lp_wrap .product .inner .layout .layout_r .img {
  margin-right: -140px;
}
@media only screen and (max-width: 900px) {
  .eleutheriaPage .lp_wrap .product .inner .layout .layout_r .img {
    max-width: 94.667vw;
    margin: 0 -1.6vw;
    margin-bottom: 9.067vw;
  }
}
/*                kv
======================================================= */
#main_visual {
  margin-bottom: 0;
}
#main_visual #top_kv .slider .item {
  position: relative;
  display: block;
}
#main_visual #top_kv .slider .item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  #main_visual #top_kv .slider .item img.pc {
    display: none;
  }
}
@media only screen and (min-width: 900.1px) {
  #main_visual #top_kv .slider .item img.sp {
    display: none;
  }
}
#main_visual #top_kv .slider .item.is-animated .txt .bg-wrap {
  opacity: 1;
}
#main_visual #top_kv .slider .item.is-animated .txt .bg-wrap span.inn {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
#main_visual #top_kv .slider .slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 64px;
  right: 64px;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  #main_visual #top_kv .slider .slick-dots {
    right: 24px;
    bottom: 33px;
    padding-left: 80px;
    margin-bottom: -10px;
  }
}
#main_visual #top_kv .slider .slick-dots li {
  /* width: 36px;
  height: 1px; */
  width: 12px;
  height: 12px;
}
#main_visual #top_kv .slider .slick-dots li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  #main_visual #top_kv .slider .slick-dots li + li {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 900px) {
  #main_visual #top_kv .slider .slick-dots li {
    /* width: 34px;
    margin-bottom: 10px; */
  }
}
#main_visual #top_kv .slider .slick-dots li button {
  /* width: 36px;
  height: 1px; */
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(229, 232, 231, 0.3);
}
#main_visual #top_kv .slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#main_visual #top_kv .slider .slick-dots li:hover {
  cursor: pointer;
}
#main_visual #top_kv .slider .slick-dots li:hover button {
  background-color: #fff;
}
#main_visual #top_kv .slider .slick-counter {
  position: absolute;
  z-index: 1000;
  bottom: 92px;
  right: 64px;
}
@media only screen and (max-width: 900px) {
  #main_visual #top_kv .slider .slick-counter {
    right: auto;
    left: 24px;
    bottom: 24px;
    margin-bottom: -10px;
  }
}
#main_visual #top_kv .slider .slick-counter .current {
  padding-right: 5px;
}
#main_visual #top_kv .slider .slick-counter .total {
  padding-left: 5px;
}
#main_visual #top_kv.background--light .txt .main, #main_visual #top_kv.background--light .txt .sub, #main_visual #top_kv.background--light .txt .mid {
  color: #595757;
}
#main_visual #top_kv.background--light .slick-counter {
  color: #595757;
}
#main_visual #top_kv.background--light .slick-dots li.slick-active button {
  background-color: #595757;
}
#main_visual #top_kv.background--light .slick-dots li:hover button {
  background-color: #595757;
}
#main_visual #top_kv.background--dark .txt .main, #main_visual #top_kv.background--dark .txt .sub, #main_visual #top_kv.background--dark .txt .mid {
  color: #ffffff;
}
#main_visual #top_kv.background--dark .slick-counter {
  color: #ffffff;
}
#main_visual #top_kv.background--dark .slick-dots li.slick-active button {
  background-color: #ffffff;
}
#main_visual #top_kv.background--dark .slick-dots li:hover button {
  background-color: #ffffff;
}
#main_visual #top_kv.background--complex .txt .main, #main_visual #top_kv.background--complex .txt .sub, #main_visual #top_kv.background--complex .txt .mid {
  color: #A6ACAE;
}
#main_visual #top_kv.background--complex .slick-counter {
  color: #A6ACAE;
}
#main_visual #top_kv.background--complex .slick-dots li.slick-active button {
  background-color: #A6ACAE;
}
#main_visual #top_kv.background--complex .slick-dots li:hover button {
  background-color: #A6ACAE;
}
#main_visual.ver2 #top_kv .slider .item {
  position: relative;
}
#main_visual.ver2 #top_kv .slider .item img.sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 拡大率 */
  }
}
@-webkit-keyframes zoomUp2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
.add-animation {
//animation: zoomUp 10s linear 0s normal both;
//animation: zoomUp 1.6s linear 0s normal both;
img{
//animation: zoomUp 1.4s linear 0s normal both;
// animation: zoomUp 1.3s ease-out 0s normal both;
//animation: zoomUp 1.4s ease-out 0s normal both;
animation: zoomUp 3.50s cubic-bezier(0.22, 1, 0.36, 1) 0s normal both;
animation-delay: 0.25s;
}
}
**/
.add-animation > img.main {
  -webkit-animation: zoomUp 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s normal both;
          animation: zoomUp 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s normal both;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.add-animation > img.sub {
  -webkit-animation: zoomUp2 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s normal both;
          animation: zoomUp2 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s normal both;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}