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

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

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

.link .cart__title {
  color: var(--color-base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  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: var(--color-base);
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.1vw; }

.link .cart__price span {
  margin: 0 0 0.1em 0.3em;
  font-size: min(9px, 0.8vw);
  letter-spacing: 0;
  white-space: nowrap; }

.link .cart__price--btn {
  position: relative;
  margin-left: 0.4em;
  padding: 0.4em 1em;
  border: 1px solid var(--color-base);
  color: #fff;
  background: var(--color-base);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.02rem;
  line-height: 1; }

.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: var(--color-blue);
  border-color: var(--color-blue); }

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

.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: block; }

.sp {
  display: none; }

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

:root {
  --color-base: #282047;
  --color-blue: #48bae4;
  --color-green: #23a4ae;
  --color-pink: #e164be;
  --color-green2:#ebf18a; }

#type1 {
  color: var(--color-base);
  font-family: "Shippori Mincho B1", serif; }
  #type1 header p span {
    color: var(--color-pink); }
  #type1 .main-wrapper {
    background: linear-gradient(90deg, #bfe7f6, #eff9fd); }
  #type1 #mission02 .dots-wrap {
    bottom: -36%; }
  #type1 #mission03 .dots-wrap {
    bottom: -28%; }
  #type1 #mission04 .dots-wrap {
    bottom: -28%; }
  #type1 #mission05 .dots-wrap {
    bottom: -28%; }
  #type1 #mission06 .dots-wrap {
    bottom: -28%; }
  #type1 #mission07 .dots-wrap {
    bottom: -28%; }
  #type1 #mission08 .dots-wrap {
    bottom: -28%; }
  #type1 #mission09 .dots-wrap {
    bottom: -28%; }
  #type1 #mission10 .dots-wrap {
    bottom: -28%; }
  #type1 #mission11 .dots-wrap {
    bottom: -28%; }
  #type1 #mission12 .dots-wrap {
    bottom: -28%; }
  #type1 .point dl dt b {
    color: var(--color-pink); }

#type2 {
  background: linear-gradient(90deg, #dff0b5, #f1f7e6);
  color: var(--color-base);
  font-family: "Shippori Mincho B1", serif; }
  #type2 header p span {
    color: var(--color-green); }
  #type2 .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-green);
    border-color: var(--color-green); }
  #type2 .voice .prev-arrow {
    background: url("../img/arrow_pre2.webp") no-repeat left center;
    background-size: 10px; }
  #type2 .voice .next-arrow {
    background: url("../img/arrow_nxt2.webp") no-repeat right center;
    background-size: 10px; }
  #type2 .voice .dots-wrap {
    position: absolute;
    right: 0;
    bottom: -40%;
    display: flex;
    justify-content: space-between; }
  #type2 .voice .dots-wrap li {
    border: 1px solid var(--color-green); }
  #type2 .voice .dots-wrap li:hover, #type2 .voice .dots-wrap li.slick-active {
    background: var(--color-green); }
  #type2 .mission .ttl {
    border-bottom: 5px solid var(--color-green); }
    #type2 .mission .ttl p {
      color: var(--color-green); }
  #type2 #mission04 .dots-wrap {
    bottom: -40%; }
  #type2 #mission05 .dots-wrap {
    bottom: -30%; }
  #type2 #mission08 .dots-wrap {
    bottom: -24%; }

/* header */
header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff; }
  header h1 {
    padding: 8px 15px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
    header h1 img {
      height: 12px; }
  header p {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    color: var(--color-base);
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 1.3vw;
    margin-bottom: 2%; }
    header p b {
      font-weight: normal;
      font-size: 1.8vw;
      font-weight: 600; }
    header p span {
      color: var(--color-pink); }
  header p:last-child {
    margin-bottom: 0; }
  header .read {
    padding: 5% 0; }
  header .subttl {
    width: 15%;
    position: absolute;
    right: 5%;
    bottom: 25%; }

.fdbnr {
  display: none; }

/* main */
.main-wrapper {
  position: relative;
  width: 100%; }

/* main-section */
.main-section {
  width: calc(1100 / 2560 * 100%);
  margin-top: -50%;
  margin-left: calc(1200 / 2560 * 100%);
  background: #fff;
  padding-top: 5%; }

.anchorArea {
  background: #fff;
  padding-bottom: 8%; }
  .anchorArea .spwarp {
    display: none; }
  .anchorArea a {
    display: block; }
  .anchorArea a:hover {
    opacity: 0.7; }
  .anchorArea div {
    display: flex;
    justify-content: space-between;
    width: 1250px;
    margin: 0 auto; }
  .anchorArea dl dt {
    width: 300px;
    float: left; }
  .anchorArea dl dd ul {
    padding: 20px 0 0px 20px;
    overflow: hidden; }
    .anchorArea dl dd ul li {
      float: left;
      width: 102px;
      margin-right: 10px;
      margin-bottom: 10px; }
  .anchorArea dl:nth-child(1) {
    border-top: double 5px var(--color-blue);
    border-bottom: double 5px var(--color-blue);
    width: 646px; }
    .anchorArea dl:nth-child(1) li:nth-child(3n) {
      margin-right: 0; }
    .anchorArea dl:nth-child(1) li:nth-child(10), .anchorArea dl:nth-child(1) li:nth-child(11), .anchorArea dl:nth-child(1) li:nth-child(12) {
      margin-bottom: 0; }
  .anchorArea dl:nth-child(2) {
    border-top: double 5px var(--color-green2);
    border-bottom: double 5px var(--color-green2);
    width: 534px; }
    .anchorArea dl:nth-child(2) li:nth-child(2n) {
      margin-right: 0; }
    .anchorArea dl:nth-child(2) li:nth-child(7), .anchorArea dl:nth-child(2) li:nth-child(8) {
      margin-bottom: 0; }

/*sidenav*/
.sidenav {
  padding-top: 5%;
  width: calc(2560 / 2560 * 100%);
  margin: 0 auto 0 0;
  position: sticky;
  top: 0; }
  .sidenav .mv {
    width: 30%;
    margin-left: 8%; }
  .sidenav .bnr {
    position: absolute;
    right: 0;
    top: 8%;
    width: 5%; }
  .sidenav dl {
    display: none; }

/* item-box */
.item-box .photo {
  margin-top: 4%; }

.item-box .photo01 {
  margin-top: 2%; }

.item-box .text {
  width: calc(770 / 1000* 100%);
  margin: 3% auto 0;
  font-size: min(16px, 1.1vw);
  line-height: 1.8; }

.openbtn {
  display: none; }

.openbtn2 {
  display: none; }

/* end-block */
.end-block {
  background: #fff;
  padding-top: 5%;
  overflow: hidden;
  z-index: 3; }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .end-block .scroll-infinity {
    padding: 8% 0; }
    .end-block .scroll-infinity p {
      background: #eff0f1;
      position: relative;
      background: linear-gradient(0deg, #eff0f1, #eff0f1 72%, #fff 72%); }
      .end-block .scroll-infinity p img {
        width: 10%;
        margin: 0 auto; }
  .end-block .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    background: #eff0f1;
    padding: 12px 0;
    z-index: 1; }
  .end-block .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0.1% 0;
    background: #fff; }
  .end-block .scroll-infinity__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both; }
  .end-block .scroll-infinity__item {
    margin-right: 0.1%;
    width: calc(100vw / 6);
    position: relative; }
    .end-block .scroll-infinity__item .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: 0.2s; }
  .end-block .scroll-infinity__item:hover .mask {
    opacity: 1;
    transition: 0.2s; }
  .end-block .scroll-infinity__item > img {
    width: 100%; }
  .end-block .bnrArea {
    width: 30%;
    margin: 0 auto 5% auto; }
    .end-block .bnrArea dt {
      width: 40%;
      margin: 0 auto 4% auto; }

/* main */
.main-section .mission {
  position: relative;
  padding-top: 0%;
  width: 70%;
  margin: 0 auto 15% auto; }
  .main-section .mission .ttl {
    position: relative;
    text-align: center;
    line-height: 2.0;
    padding: 10% 0 13% 0;
    border-bottom: 5px solid var(--color-pink);
    font-size: 0.8; }
    .main-section .mission .ttl .icn {
      position: absolute;
      width: 26%;
      left: -6%;
      bottom: 30%;
      z-index: 0; }
    .main-section .mission .ttl p {
      color: var(--color-blue);
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      line-height: 2;
      text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff;
      position: absolute;
      width: 100%;
      z-index: 1;
      bottom: 63%;
      line-height: 1.5; }
    .main-section .mission .ttl h4 {
      font-size: 1.8vw;
      font-weight: 500;
      text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff;
      z-index: 1;
      line-height: 1.5;
      position: absolute;
      width: 100%; }
  .main-section .mission .pht1 {
    margin-bottom: 3%; }
  .main-section .mission .pht2 {
    margin-left: 10%;
    margin-bottom: 5%; }
  .main-section .mission .pht3 {
    margin: 0 5% 3% 5%; }
  .main-section .mission .subttl {
    width: 60%;
    margin: 0 auto 4% auto;
    padding-top: 10%; }
  .main-section .mission .txt {
    margin: 0 4% 3% 4%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0vw; }
.main-section .mission:last-child {
  margin-bottom: 0; }
.main-section .link {
  margin: 0 5% 10% 5%; }
  .main-section .link .att {
    font-size: 0.8vw;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 2%; }
.main-section .voice {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1vw;
  line-height: 1.7; }
  .main-section .voice .warp {
    background: #eff0f1;
    padding: 7% 12% 10% 12%; }
  .main-section .voice h5 {
    font-weight: 400;
    text-align: center;
    margin: 0 0 3% 0;
    padding: 0; }
  .main-section .voice .slider {
    padding: 4% 2%;
    margin: 0; }
  .main-section .voice .prev-arrow,
  .main-section .voice .next-arrow {
    position: absolute;
    z-index: 10;
    display: block;
    width: 10px;
    height: 19px;
    transition: all .3s ease;
    cursor: pointer; }
  .main-section .voice .prev-arrow {
    left: 5%;
    top: 45%;
    background: url("../img/arrow_pre.webp") no-repeat left center;
    background-size: 10px; }
  .main-section .voice .next-arrow {
    right: 5%;
    top: 45%;
    background: url("../img/arrow_nxt.webp") no-repeat right center;
    background-size: 10px; }
  .main-section .voice .dots-wrap {
    position: absolute;
    right: 0;
    bottom: -32%;
    display: flex;
    justify-content: space-between; }
  .main-section .voice .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid var(--color-pink);
    border-radius: 50%;
    cursor: pointer; }
  .main-section .voice .dots-wrap li:hover,
  .main-section .voice .dots-wrap li.slick-active {
    background: var(--color-pink); }
  .main-section .voice .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent; }
  .main-section .voice p {
    font-size: 1.0vw;
    text-align: right;
    padding-top: 3%; }
.main-section .point {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1vw;
  line-height: 1.7; }
  .main-section .point .warp {
    background: #eff0f1;
    padding: 7% 7% 7% 7%; }
  .main-section .point h5 {
    font-weight: 400;
    text-align: center;
    margin: 0 0 3% 0;
    padding: 0; }
  .main-section .point dl {
    padding: 4% 2%;
    margin: 0; }
    .main-section .point dl dt {
      background: #fff;
      font-family: "Shippori Mincho B1", serif;
      font-size: 1.3vw;
      padding: 0% 5%;
      margin-bottom: 2%; }
      .main-section .point dl dt b {
        color: var(--color-green);
        font-weight: 500;
        font-size: 2.0vw;
        margin-right: 2%; }

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

/*footer*/
.footer {
  margin-top: 3%;
  padding-bottom: 2vw;
  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: 30px;
  bottom: 20px;
  width: 35px;
  z-index: 99; }

@media (min-width: 1025px) and (max-width: 1116px) {
  .brands .main-section {
    margin-top: -48%;
    padding-top: 10%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brands .main-section {
    margin-top: -48%;
    padding-top: 6%; }

  /* .brands .lead{
    margin-top: 0;
  } */ }
.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; }
