.wrap {
  overflow: hidden;
}

.hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 95px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 60px 0 0;
  }
}
.hero__main {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__main {
    height: 450px;
    padding: 70px 18px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__main {
    height: 750px;
    padding: 78px 0 0;
  }
}
.hero__bgcontent {
  display: flex;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero__bgcontent {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__bgcontent {
    height: 750px;
  }
}
.hero__bgcontent--active {
  opacity: 1;
  transform: scale(1.1);
}
.hero__bgcontent--fadeout {
  opacity: 0 !important;
}
.hero__bgcontent--zoomin {
  transform: scale(1.1) !important;
}
.hero__bgcontent:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(39, 39, 39, 0.3411764706);
  z-index: 50;
}
.hero__ttl {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    max-width: 880px;
    width: calc(100% - 55px);
  }
}
.hero__ttl img {
  filter: drop-shadow(2px 2px 0 black);
}
.hero__sns {
  position: absolute;
  background-color: #000000;
  border-radius: 50%;
  box-shadow: 5px 8px 17px rgba(0, 0, 0, 0.2);
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__sns {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sns {
    width: 100px;
    height: 100px;
    right: 5%;
    bottom: 30px;
    transition: 0.3s;
  }
  .hero__sns:hover {
    transform: scale(1.07);
  }
}
.hero__sns p {
  margin: 0 0 3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .hero__sns p {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sns p {
    font-size: 0.6rem;
  }
}
.hero__sns span {
  line-height: 1;
  font-size: 0.5rem;
  word-break: break-all;
  line-height: 1;
}
.hero__sns a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .hero__sns a {
    padding: 0 0 7px;
  }
}
.hero__sns a::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-weight: 400;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .hero__sns a::before {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sns a::before {
    font-size: 2.4rem;
  }
}
.hero .archive {
  background: url(https://www.mandarake.co.jp/dir/daimansai2024/assets/img/home/bg_udx.jpg) no-repeat center/cover;
  position: absolute;
  overflow: hidden;
  box-shadow: 5px 8px 17px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .hero .archive {
    border-radius: 15px 0 15px 0;
    bottom: 20px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive {
    border-radius: 20px 0 20px 0;
    bottom: 35px;
    left: 3%;
    width: 320px;
    transition: 0.3s;
  }
  .hero .archive:hover {
    transform: scale(1.05);
  }
  .hero .archive:hover .arrow__img::before {
    animation-name: arrow-anime-rtl;
    animation-delay: 0s;
  }
  .hero .archive:hover .arrow__img::after {
    animation-name: arrow-anime-ltr;
    animation-delay: 0.2s;
  }
}
.hero .archive::before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero .archive.block {
    margin: 50px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive.block {
    margin: 80px auto 0;
  }
}
.hero .archive p {
  margin: 0;
  line-height: 1;
}
.hero .archive__main {
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .hero .archive__main {
    font-size: 1rem;
    line-height: 1.3 !important;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive__main {
    font-size: 1.5rem;
    line-height: 1.25 !important;
  }
}
.hero .archive__sub {
  display: inline-block;
  font-family: "Oswald";
  background-color: #ed5b16;
  color: #ffffff;
  padding: 4px 18px;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .hero .archive__sub {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive__sub {
    font-size: 0.9rem;
  }
}
.hero .archive .arrow {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero .archive .arrow {
    top: 13px;
    right: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive .arrow {
    top: 20px;
    right: 20px;
  }
}
.hero .archive a {
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero .archive a {
    padding: 15px 55px 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .archive a {
    padding: 20px;
  }
}

.news {
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 30px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news .block {
    width: 100%;
  }
}
.news__wrapper {
  box-sizing: border-box;
  display: grid;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .news__wrapper {
    grid-template-columns: 135px 1fr;
  }
}
.news__ttl {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news__ttl {
    text-align: center;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .news__ttl {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 10px;
  }
}
.news__ttl span {
  color: #ed5b16;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .news__ttl span {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .news__ttl span {
    font-size: 1rem;
  }
}
.news__content {
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .news__content {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .news__content {
    width: calc(100% + (100vw - 100%) / 2);
  }
}
.news__content dl {
  box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.06), -2px -2px 17px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  letter-spacing: 0.05rem;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .news__content dl {
    width: calc(50% - 20px);
    min-height: 115px;
    margin: 10px 0 20px 10px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .news__content dl {
    width: 220px;
    min-height: 130px;
    margin: 10px 16px 20px 0;
    padding: 25px;
    transition: 0.3s;
  }
  .news__content dl:hover {
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
  }
}
.news__content dl dt {
  line-height: 1;
  margin: 0 0 8px;
  color: #777;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .news__content dl dt {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .news__content dl dt {
    font-size: 0.9rem;
  }
}
.news__content dl dd {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .news__content dl dd {
    font-size: 0.85rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .news__content dl dd {
    font-size: 0.9rem;
    line-height: 1.35;
  }
}
.news__content a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .splide__arrow {
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .news .splide__arrow {
    width: 35px !important;
    height: 35px !important;
  }
}
@media only screen and (min-width: 768px) {
  .news .splide__arrow {
    width: 50px !important;
    height: 50px !important;
    transition: 0.3s;
  }
  .news .splide__arrow:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-50%) scale(1.1);
    width: 55px !important;
    height: 55px !important;
  }
}
.news .splide__arrow svg {
  fill: #ffffff !important;
}
@media only screen and (min-width: 768px) {
  .news .splide__arrow svg {
    height: 1.4em !important;
    width: 1.4em !important;
  }
}
.news .splide__arrow--prev {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .news .splide__arrow--next {
    right: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .news .splide__arrow--next {
    right: calc((100vw - 100%) / 2 + 30px) !important;
  }
}

.ttl {
  font-family: "Oswald", sans-serif;
  position: relative;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 3rem;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 5.3rem;
    margin: 0 0 80px;
  }
}
.ttl__sub {
  display: block;
  text-shadow: none;
  color: #ed5b16;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ttl__sub {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__sub {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin: 15px 0 0;
  }
}

.content {
  position: relative;
}

.section {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section {
    border-radius: 50px 0 50px 0;
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    border-radius: 80px 0 80px 0;
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .section:last-of-type {
    border-radius: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section:last-of-type {
    border-radius: 80px 0 0 0;
  }
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1100px;
    width: calc(100% - 65px);
  }
}

.event {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event {
    padding: 60px 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .event {
    padding: 80px 0 170px;
  }
}
.event::before {
  content: "";
  background: url(../img/home/bg-event.png?0129) no-repeat bottom center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .event::before {
    border-radius: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .event::before {
    border-radius: 80px 0 80px 0;
  }
}
.event::after {
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(237, 91, 22, 0.1));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .event::after {
    border-radius: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .event::after {
    border-radius: 80px 0 80px 0;
  }
}
.event .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .event .ttl {
    width: 100%;
  }
}
.event .ttl p {
  margin: 0;
}
.event .event-more {
  position: relative;
  border-radius: 2px;
  background-color: #000000;
  border-radius: 50px;
  font-family: sans-serif;
}
@media only screen and (max-width: 767px) {
  .event .event-more {
    width: 180px;
    height: 45px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-more {
    width: 260px;
    height: 58px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .event .event-more:hover {
    background-color: #ed5b16;
  }
  .event .event-more:hover .arrow__img::before {
    animation-name: arrow-anime-rtl;
    animation-delay: 0s;
  }
  .event .event-more:hover .arrow__img::after {
    animation-name: arrow-anime-ltr;
    animation-delay: 0.2s;
  }
  .event .event-more:hover a {
    color: #ffffff;
  }
}
.event .event-more .arrow {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .event .event-more .arrow {
    top: 9px;
    right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-more .arrow {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.event .event-more a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .event .event-more a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-more a {
    padding: 0 30px;
  }
}
.event .event-more a:hover::before {
  background-color: #000066;
}
.event__block {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event__block {
    margin: 0 0 40px;
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__block {
    margin: 0 0 150px;
    padding: 15px 0 0;
  }
}
.event__block:last-child {
  margin: 0;
}
.event__block .block {
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .event__block .block::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    border-radius: 20px;
    width: calc(100% - 200px);
    height: 380px;
    top: -15px;
    left: 200px;
    opacity: 0.3;
  }
}
@media only screen and (min-width: 768px) {
  .event__block .block::after {
    content: "";
    background-color: #fe9d6f;
    mix-blend-mode: soft-light;
    position: absolute;
    border-radius: 20px;
    width: calc(100% - 200px);
    height: 380px;
    top: -15px;
    left: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .event__block.block-michi-shiryo .block::before {
    background-image: url(../img/home/event-bg-mishi-shiryo.jpg?250916);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .event__block.block-michi-shiryo .block .event__item {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .event__block.block-sealfes .block::before {
    background-image: url(../img/home/event-bg-sealfes.jpg?250916);
  }
}
@media only screen and (max-width: 767px) {
  .event__block.block-sealfes .event__item {
    background-image: url(../img/event/event-dms-sanchi2025.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .event__block.block-sealfes .event__item {
    background-image: url(../img/home/home-dms-sanchi2025.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .event__block.block-sofubifes .block::before {
    background-image: url(../img/home/event-bg-sofubifes.jpg?250916);
  }
}
@media only screen and (max-width: 767px) {
  .event__block.block-sofubifes .event__item {
    background-image: url(../img/event/event-dms-ssk2025.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .event__block.block-sofubifes .event__item {
    background-image: url(../img/home/home-dms-ssk2025.jpg);
  }
}
.event__date {
  font-family: "Oswald";
  position: relative;
  z-index: 10;
  line-height: 1;
  display: flex;
  align-items: baseline;
  font-weight: 800;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .event__date {
    font-size: 2.3rem;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date {
    font-size: 3.5rem;
    margin: 0 0 30px;
  }
}
.event__date .date-s {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .event__date .date-s {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .event__date .date-s {
    font-size: 2rem;
  }
}
.event__date .yobi {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event__date .yobi {
    font-size: 1.1rem;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date .yobi {
    font-size: 1.9rem;
    margin-left: 8px;
  }
}
.event__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .event__content {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__content {
    gap: 0 20px;
  }
}
.event__item {
  position: relative;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  box-shadow: 10px 8px 17px rgba(0, 0, 0, 0.2), -2px -2px 17px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event__item {
    border-radius: 20px;
    height: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item {
    border-radius: 25px;
    max-width: 980px;
    height: 250px;
    transition: 0.3s;
  }
  .event__item:hover {
    transform: translateY(-3px);
    filter: brightness(0.9);
  }
  .event__item:hover .arrow__img::before {
    animation-name: arrow-anime-rtl;
    animation-delay: 0s;
  }
  .event__item:hover .arrow__img::after {
    animation-name: arrow-anime-ltr;
    animation-delay: 0.2s;
  }
}
.event__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.event__item .arrow {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .event__item .arrow {
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item .arrow {
    width: 30px;
    height: 30px;
    bottom: 16px;
    right: 16px;
  }
}
.event__item .arrow__img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .event__item .arrow__img {
    width: 10px;
    top: 8px;
    right: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item .arrow__img {
    width: 13px;
    top: 9px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .event__item .arrow__img::before, .event__item .arrow__img::after {
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item .arrow__img::before, .event__item .arrow__img::after {
    width: 13px;
  }
}
.event__item:not(:has(a)) {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .outline {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .outline {
    padding: 80px 0;
  }
}
.outline .ttl {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .outline__info {
    margin: 0 0 40px;
    display: grid;
    gap: 17px 0;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.outline__info dl {
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .outline__info dl {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl {
    margin: 0 0 15px;
    gap: 0 30px;
    align-items: flex-start;
  }
}
.outline__info dl:last-child {
  margin: 0;
}
.outline__info dl dt {
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  padding: 3px 5px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .outline__info dl dt {
    width: 95px;
    margin: 0 auto 8px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl dt {
    width: 110px;
    margin: 3px 0 0;
  }
}
.outline__info dl dd {
  margin: 0;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .outline__info dl dd {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl dd {
    width: 70%;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .outline__access__map {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__access__map {
    margin: 0 auto 35px;
  }
}

.arrow {
  background-color: #ffffff;
  border-radius: 99px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .arrow {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .arrow {
    width: 35px;
    height: 35px;
  }
}
.arrow__img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .arrow__img {
    width: 12px;
    top: 8px;
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .arrow__img {
    width: 15px;
    top: 11px;
    right: 9px;
  }
}
.arrow__img::before, .arrow__img::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .arrow__img::before, .arrow__img::after {
    width: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .arrow__img::before, .arrow__img::after {
    width: 15px;
  }
}
.arrow__img::before {
  background-image: url(../img/icon_arrow-b.svg);
}
.arrow__img::after {
  background-image: url(../img/icon_arrow-o.svg);
  transform: translateX(-100%);
}

@keyframes arrow-anime-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-anime-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}/*# sourceMappingURL=home.css.map */