@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --font-ja: "Noto Serif JP", serif;
  --font-en: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.contents_wrapp {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: var(--font-ja);
  font-weight: 500;
}

.contents_wrapp_in {
  width: 90%;
  max-width: 940px;
  margin-inline: auto;
  padding-bottom: min(8.4375vw, 108px);
}
@media screen and (max-width: 768px) {
  .contents_wrapp_in {
    width: 85.7142857143vw;
  }
}

.page_header {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .page_header {
    height: 42.8571428571vw;
  }
}
.page_header h2 {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_header h2 {
    bottom: 5.1428571429vw;
  }
}
.page_header h2 img {
  width: auto;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .page_header h2 img {
    height: 10.7142857143vw;
  }
}

.page_header_ornament {
  position: absolute;
  filter: none !important;
  mix-blend-mode: multiply;
}
.page_header_ornament:nth-of-type(1) {
  z-index: 1;
  top: max(-10.9375vw, -140px);
  left: max(-5.3125vw, -68px);
  width: min(46.953125vw, 601px);
  aspect-ratio: 601/339;
  background: url(../img/header_ornament_pc_01.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page_header_ornament:nth-of-type(1) {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    aspect-ratio: 700/187;
    background: url(../img/header_ornament_sp.webp) no-repeat center/contain;
  }
}
.page_header_ornament:nth-of-type(2) {
  z-index: 2;
  top: max(-10.15625vw, -130px);
  left: 50%;
  translate: -50% 0;
  width: min(64.53125vw, 826px);
  aspect-ratio: 826/302;
  background: url(../img/header_ornament_pc_02.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page_header_ornament:nth-of-type(2) {
    display: none;
  }
}
.page_header_ornament:nth-of-type(3) {
  z-index: 1;
  top: max(-8.59375vw, -110px);
  right: max(-3.4375vw, -44px);
  width: min(33.984375vw, 435px);
  aspect-ratio: 435/327;
  background: url(../img/header_ornament_pc_03.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page_header_ornament:nth-of-type(3) {
    display: none;
  }
}

.concept_mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -300px;
  padding-top: calc(300px + min(3.90625vw, 50px));
  background: #fff;
}
@media screen and (max-width: 768px) {
  .concept_mv {
    padding-top: calc(300px + 7.1428571429vw);
  }
}

.concept_mv_copy {
  position: relative;
  z-index: 1;
  width: min(45.078125vw, 577px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept_mv_copy {
    width: 57.8571428571vw;
  }
}

.concept_mv_title {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: relative;
  width: min(70.546875vw, 903px);
  aspect-ratio: 903/257;
  margin: min(5.46875vw, 70px) auto 0;
  mask: url(../img/mv_title.svg) no-repeat center/contain;
  background-image: url(../img/bg_gradation.webp);
  background-size: 200% auto;
  background-position: 100% top;
}
@media screen and (max-width: 768px) {
  .concept_mv_title {
    width: 90.5714285714vw;
    margin: 7.1428571429vw auto 0;
  }
}
.concept_mv_title.on {
  animation: text-gradation 2s linear forwards;
}
@keyframes text-gradation {
  0% {
    background-position: 100% top;
  }
  100% {
    background-position: 0% top;
  }
}

.concept_mv_img {
  position: relative;
  z-index: -1;
  margin-top: -60.3125vw;
}
@media screen and (max-width: 768px) {
  .concept_mv_img {
    margin-top: -57.1428571429vw;
  }
}
.concept_mv_img img {
  width: 100%;
}

.fix_image_cap {
  text-align: right;
  font-size: 11px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .fix_image_cap {
    font-size: min(2vw, 11px);
    text-align: left;
  }
}

.concept_contents {
  position: relative;
  margin-top: min(4.6875vw, 60px);
}
@media screen and (max-width: 768px) {
  .concept_contents {
    margin-top: 4.2857142857vw;
  }
}

.concept_contents_grid {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .concept_contents_grid {
    /*grid-template-columns: auto;*/
  }
}

.concept_contents_item {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: calc(min(26.09375vw, 334px) + 11.71875vw);
}
@media screen and (max-width: 768px) {
  .concept_contents_item {
    height: 75.5714285714vw;
  }
  .concept_contents_item:nth-of-type(1) {
    margin-bottom: 21.4285714286vw;
  }
  .concept_contents_item:nth-of-type(2) {
    margin-bottom: 21.4285714286vw;
  }
  .concept_contents_item:nth-of-type(3) {
    margin-top: 14.2857142857vw;
  }
  .concept_contents_item:nth-of-type(4) {
    margin-top: 14.2857142857vw;
  }
}
.concept_contents_item::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .concept_contents_item::before {
    display: none;
  }
}
.concept_contents_item:nth-of-type(1)::before {
  background: linear-gradient(#fff 0%, transparent 20%);
}
.concept_contents_item:nth-of-type(2)::before {
  background: linear-gradient(#fff 0%, transparent 20%);
}
.concept_contents_item:nth-of-type(3)::before {
  background: linear-gradient(transparent 80%, #fff 100%);
}
.concept_contents_item:nth-of-type(4)::before {
  background: linear-gradient(transparent 80%, #fff 100%);
}

.concept_contents_in {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #221614;
}
@media screen and (max-width: 768px) {
  .concept_contents_in {
    translate: -50% -50%;
  }
}
.concept_contents_in h3 {
  font-size: min(3.125vw, 40px);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.006em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .concept_contents_in h3 {
    font-size: 6vw;
  }
}
.concept_contents_in p {
  margin-top: 1em;
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.046em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .concept_contents_in p {
    font-size: 3.1428571429vw;
  }
}
.concept_contents_item:nth-of-type(1) .concept_contents_in {
  top: 15%;
}
@media screen and (max-width: 768px) {
  .concept_contents_item:nth-of-type(1) .concept_contents_in {
    top: 50%;
  }
}
.concept_contents_item:nth-of-type(2) .concept_contents_in {
  top: 15%;
}
@media screen and (max-width: 768px) {
  .concept_contents_item:nth-of-type(2) .concept_contents_in {
    /*top: 55.2%;*/
    top: 50%;
  }
}
.concept_contents_item:nth-of-type(3) .concept_contents_in, .concept_contents_item:nth-of-type(4) .concept_contents_in {
  bottom: 15%;
}
@media screen and (max-width: 768px) {
  .concept_contents_item:nth-of-type(3) .concept_contents_in, .concept_contents_item:nth-of-type(4) .concept_contents_in {
    bottom: initial;
    top: 50%;
  }
}

.concept_contents_button {
  margin-top: min(2.34375vw, 30px);
  display: grid;
  place-content: center;
  width: min(20.3125vw, 260px);
  height: min(3.90625vw, 50px);
  border-radius: 100vmax;
  font-family: var(--font-en);
  font-size: min(1.09375vw, 14px);
  font-feature-settings: "palt";
  letter-spacing: 0.33em;
  color: #fff;
  background-image: url(../img/bg_gradation.webp);
  background-size: 200% auto;
  background-position: 100% 35%;
  transition: opacity 0.5s, filter 0.5s;
}
@media screen and (max-width: 768px) {
  .concept_contents_button {
    margin-top: 4.2857142857vw;
    width: 42.8571428571vw;
    height: 9.4285714286vw;
    font-size: 2.8571428571vw;
  }
}
.concept_contents_button.on {
  animation: text-gradation 2s linear forwards;
}
@keyframes text-gradation {
  0% {
    background-position: 100% 35%;
  }
  100% {
    background-position: 0% 35%;
  }
}
.concept_contents_button:hover {
  opacity: 0.8;
  filter: brightness(1.15);
}
.concept_contents_button[disabled] {
  pointer-events: none;
  background: #808080;
}

.concept_contents_bg {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.concept_contents_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept_limited_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .concept_limited_text {
    font-size: 3.1428571429vw;
  }
}

@media screen and (max-width: 768px) {
  .concept_contents_bg::before {
    content: "";
    width: 100%;
    height: 15%;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .concept_contents_item:nth-of-type(3) .concept_contents_bg::before, .concept_contents_item:nth-of-type(4) .concept_contents_bg::before {
    top: 0;
    bottom: auto;
    left: 0;
    transform: rotate(180deg);
  }
}
.concept_contents_ribbon {
  z-index: 1 !important;
  top: 55%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  aspect-ratio: 1280/300;
  background: url(../img/contents_ribbon.webp) no-repeat center/contain;
  filter: blur(0) !important;
}
@media screen and (max-width: 768px) {
  .concept_contents_ribbon {
    top: 46%;
    aspect-ratio: 700/300;
    background-image: url(../img/contents_ribbon_sp.webp);
  }
}

.concept_contents_copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .concept_contents_copy {
    top: 47%;
  }
}
.concept_contents_copy .copy_text {
  display: block;
  width: min(30.859375vw, 395px);
  aspect-ratio: 395/142;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  mask: url(../img/contents_copy.svg) no-repeat center/contain;
  background-image: url(../img/bg_gradation.webp);
  background-size: 200% auto;
  background-position: 100% 35%;
}
@media screen and (max-width: 768px) {
  .concept_contents_copy .copy_text {
    width: 57.1428571429vw;
  }
}
.concept_contents_copy .copy_text.on {
  animation: text-gradation 3s linear forwards 0.875s;
  transition-delay: 0.875s;
}
@keyframes text-gradation {
  0% {
    background-position: 100% 35%;
  }
  100% {
    background-position: 0% 35%;
  }
}
.concept_contents_copy .copy_shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: min(38.828125vw, 497px);
  aspect-ratio: 497/244;
  background: url(../img/contents_copy_shadow.webp) no-repeat center/contain;
  opacity: 0;
  transition: opacity 1s ease-out 0.875s;
}
.concept_contents_copy .copy_shadow.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .concept_contents_copy .copy_shadow {
    width: 71.4285714286vw;
  }
}

.concept_contents_caption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: min(0.78125vw, 10px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .concept_contents_caption {
    font-size: 1.8571428571vw;
  }
}

.concept_features {
  margin: min(3.125vw, 40px) 0 min(7.8125vw, 100px);
}
@media screen and (max-width: 768px) {
  .concept_features {
    margin: 7.1428571429vw 0 11.4285714286vw;
  }
}

.concept_features_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .concept_features_head {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.concept_features_mark {
  width: min(20.78125vw, 266px);
}
@media screen and (max-width: 768px) {
  .concept_features_mark {
    width: 49.4285714286vw;
  }
}

.concept_features_heading {
  font-size: min(2.421875vw, 31px);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #003b80;
}
.concept_features_heading sup {
  font-size: 50%;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .concept_features_heading {
    margin-left: -0.5em;
    margin-right: -1em;
    font-size: 5.5714285714vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.concept_features_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.015625vw, 13px);
}
@media screen and (max-width: 768px) {
  .concept_features_list {
    flex-direction: column;
    gap: 2.8571428571vw;
    margin-top: 7.1428571429vw;
  }
}

.concept_features_item {
  width: min(23.59375vw, 302px);
}
@media screen and (max-width: 768px) {
  .concept_features_item {
    width: 100%;
  }
}
.concept_features_item img {
  width: 100%;
}
.concept_features_item span {
  display: block;
  margin-top: 0.5em;
  font-size: min(0.78125vw, 10px);
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .concept_features_item span {
    font-size: 1.8571428571vw;
  }
}

.concept_common {
  margin: min(7.8125vw, 100px) 0 min(4.6875vw, 60px);
}
@media screen and (max-width: 768px) {
  .concept_common {
    margin: 11.4285714286vw 0 7.1428571429vw;
  }
}

.concept_common_heading {
  font-size: min(2.421875vw, 31px);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .concept_common_heading {
    font-size: 5.7142857143vw;
  }
}

.concept_common_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.5625vw, 20px) min(3.125vw, 40px);
  margin-top: min(2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .concept_common_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8571428571vw 5.1428571429vw;
    margin-top: 7.1428571429vw;
  }
}

.concept_common_img {
  position: relative;
}
.concept_common_img span {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-size: min(0.78125vw, 10px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 4px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .concept_common_img span {
    font-size: 1.8571428571vw;
  }
}
.concept_common_img span.bk {
  color: #333;
  text-shadow: none;
}

.concept_common_text {
  margin-top: 0.5em;
  font-size: min(1.25vw, 16px);
  line-height: 1.3157894737;
  font-feature-settings: "palt";
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .concept_common_text {
    font-size: 2.7142857143vw;
  }
}
.concept_common_text span {
  font-size: 70%;
}

.concept_lounge {
  margin: min(7.8125vw, 100px) 0 min(4.6875vw, 60px);
}
@media screen and (max-width: 768px) {
  .concept_lounge {
    margin: 11.4285714286vw 0 7.1428571429vw;
  }
}

.concept_lounge_heading {
  font-size: min(2.421875vw, 31px);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .concept_lounge_heading {
    font-size: 5.7142857143vw;
  }
}

.concept_lounge_box {
  margin-top: min(2.34375vw, 30px);
}

.concept_lounge_box ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .concept_lounge_box ul {
    margin: 0 auto;
    display: block;
  }
}
.concept_lounge_box ul li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept_lounge_box ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.concept_lounge_box ul li .image_box {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .concept_lounge_box ul li .image_box {
    width: 45%;
    margin-bottom: 0px;
  }
}
.concept_lounge_box ul li .image_box .cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: min(0.78125vw, 10px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .concept_lounge_box ul li .image_box .cap {
    font-size: 1.8571428571vw;
  }
}
.concept_lounge_box ul li p {
  text-align: center;
  font-size: min(1.25vw, 16px);
  line-height: 1.3157894737;
}
@media screen and (max-width: 768px) {
  .concept_lounge_box ul li p {
    font-size: 3.2857142857vw;
    width: 52%;
    padding-left: 1%;
    text-align: left;
    line-height: 180%;
  }
}

.concept_cv {
  margin: 0 0 min(13.28125vw, 170px);
}
@media screen and (max-width: 768px) {
  .concept_cv {
    margin: 0 0 21.4285714286vw;
  }
}

.concept_cv_title {
  margin: 0 auto min(2.734375vw, 35px);
  width: min(42.34375vw, 542px);
  aspect-ratio: 542/43;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  mask: url(../../common/images/top/intro_txt03.svg) no-repeat center/contain;
  background: url(../img/bg_gradation.webp);
  background-size: 200% auto;
  background-position: 100% 35%;
}
@media screen and (max-width: 768px) {
  .concept_cv_title {
    width: 85%;
    margin: 0 auto;
  }
}
.concept_cv_title.on {
  animation: text-gradation 3s linear forwards 0.875s;
  transition-delay: 0.875s;
}
@keyframes text-gradation {
  0% {
    background-position: 100% 35%;
  }
  100% {
    background-position: 0% 35%;
  }
}

/**
.cv-area__wrap {
  position: relative;
  z-index: 1;
}
.cv-area {
  position: relative;
  width: 90%;
  max-width: 930px;
  margin: auto;
  padding: 30px 0 0;
  .cv-box {
    position: relative;
  }
  .cv-btn {
    position: absolute;
    bottom: min(2.25vw, 30px);
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    max-width: 480px;
    margin: auto;
    transition:
      opacity 0.8s ease,
      filter 0.8s ease;
    img {
      transition: filter 0.8s ease;
    }
    &:hover {
      opacity: 0.9;
      filter: brightness(1.5);
      img {
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
      }
    }
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 7.5%;
    .cv-btn {
      position: absolute;
      bottom: 3.75vw;
      width: 85%;
      max-width: inherit;
      margin: auto;
    }
  }
}
.cv-area__bottom {
  padding: 50px 0 100px;
  @media screen and (max-width: 768px) {
    padding: 20px 0 20px;
  }
}
**/
.cv_bg01,
.cv_bg02 {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.cv_bg01 {
  width: calc(100% + 100px);
  aspect-ratio: 1100/220;
  left: -50px;
  right: 0;
  top: -50px;
  margin: auto;
  background: url("../../common/images/top/cv_bg01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .cv_bg01 {
    width: calc(100% + 2vw);
    left: -0.5vw;
    top: 0;
    background: url("../../common/images/top/cv_bg01_sp.webp") no-repeat center center/cover;
  }
}

.cv_bg02 {
  width: calc(100% + 150px);
  aspect-ratio: 1100/256;
  left: -80px;
  right: 0;
  bottom: -130px;
  margin: auto;
  background: url("../../common/images/top/cv_bg02.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .cv_bg02 {
    width: calc(100% + 2vw);
    left: -1vw;
    bottom: -8vw;
    background: url("../../common/images/top/cv_bg02_sp.webp") no-repeat center center/cover;
  }
}

.cv_ribbon {
  inset: 0;
  aspect-ratio: 2561/1694;
  background: url("../../common/images/top/cv_ribbon01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .cv_ribbon {
    aspect-ratio: 700/300;
    background: url("../../common/images/top/cv_ribbon01_sp.webp") no-repeat center center/cover;
  }
}

.concept_grid {
  overflow: hidden;
  margin: min(13.28125vw, 170px) 0 0;
}
@media screen and (max-width: 768px) {
  .concept_grid {
    margin: 21.4285714286vw 0 0;
  }
}

.concept_grid_img img {
  width: 100%;
}
.concept_grid_img span {
  margin-top: 0.5em;
  display: block;
  font-size: min(0.78125vw, 10px);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .concept_grid_img span {
    font-size: 1.8571428571vw;
  }
}

.concept_ribbonesia {
  width: min(72.8125vw, 932px);
  margin: min(7.8125vw, 100px) auto min(1.5625vw, 20px);
}
@media screen and (max-width: 768px) {
  .concept_ribbonesia {
    width: 85.7142857143vw;
    margin: 11.4285714286vw auto 4.2857142857vw;
  }
}
.concept_ribbonesia img {
  width: 100%;
}

.mask_text {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 1s linear;
  will-change: clip-path;
}
.mask_text.on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.ornament {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.ribbon {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left;
  filter: blur(10px);
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 1.75s ease-in-out;
  transform-origin: center;
}
.ribbon.on {
  filter: blur(0);
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: floating 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .ribbon {
    transition: all 1.25s ease-in-out;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(15px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
}
.ribbon-reverse {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.ribbon-y.on {
  animation: floating-y 5s ease-in-out infinite;
}

@keyframes floating-y {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(-15px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
}/*# sourceMappingURL=concept.css.map */