@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&amp;display=swap");

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.eye_chatch {
  aspect-ratio: 16/9;
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_header.jpg);
  background-size: cover;
  position: relative;
}

.eye_chatch h2 {
  background-color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Racing Sans One", cursive;
  letter-spacing: 2px;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*         About Artistsvillage         */

/*----------------------------------------*/
/*----------------------------------------*/

.about_artistsvillage .flexslider,
.firstview_slide .flexslider {
  margin: 0;
}

.flex_container {
  display: flex;
  justify-content: space-around;
}

.flex_item {
  width: 100%;
}

.about_artistsvillage {
  text-align: right;
  width: 100%;
  background-color: #000;
  color: #fff;
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_avlogo.png);
  background-size: 37%;
  background-repeat: no-repeat;
  background-position: 9% center;
}

.about_text,
.about_slide {
  width: 50%;
}

.about_text {
  padding: 30px;
}

.about_artistsvillage h2 {
  color: #fff;
  font-family: "Racing Sans One", cursive;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*         International Artists          */

/*----------------------------------------*/
/*----------------------------------------*/

.international_artist {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_eclipse_blue.png), url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_mangaicon_a.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 50%, 97% top;
  padding: 70px 0;
  text-align: center;
}

.international_artist .flex_container {
  gap: 5%;
}

.international_artist_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  width: 100%;
}

.international_text {
  width: 100%;
  text-align: right;
}

.international_text h2 {
  font-family: "Racing Sans One", cursive;
}

.international_text p {
  color: #000;
}

.artist {
  position: relative;
  width: 31%;
  border: 1px solid #000;
}

.cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}

.cover:hover {
  opacity: 1;
  transition: 0.4s;
}

.cover span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.logo_masterclass {
  max-width: 368px;
  width: 100%;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*             Local Artists              */

/*----------------------------------------*/
/*----------------------------------------*/

.local_artist {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_eclipse_red.png), url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_mangaicon_b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50%, 70% bottom;
  padding: 100px 0;
}

.local_artist .flex_container {
  gap: 5%;
}

.local_artist_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.local_text {
  width: 100%;
}

.local_text h2 {
  font-family: "Racing Sans One", cursive;
}

.local_text p {
  color: #000;
}

.to_theartists {
  display: block;
  text-align: center;
  padding: 16px 0;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*  Works Produced in the Artists Village  */

/*----------------------------------------*/
/*----------------------------------------*/

.published_works {
  background-color: #eff4ff;
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_works.jpg);
  background-size: auto;
  background-repeat: repeat-x;
  padding-top: 60px;
}

.published_works h2 {
  font-family: "Racing Sans One", cursive;
  text-align: center;
}

.published_works h3 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 30px;
}

p.manga_title {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.creator_name {
  color: #969696;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manga a {
  text-decoration: none;
}

.manga a:hover {
  color: inherit;
}

.manga_des_container {
  padding: 6px 10px;
}

.series_works .swiper-slide,
.one-shot_works .swiper-slide {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
  overflow: hidden;
}

.series_works .swiper-slide:hover,
.one-shot_works .swiper-slide:hover {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.published_works .swiper.swiper-container_d {
  padding: 10px 0;
}
/*----------------------------------------*/
/*----------------------------------------*/

/*                  o96k                  */

/*----------------------------------------*/
/*----------------------------------------*/

.o96k {
  background-color: #000;
  padding: 50px 0;
}

.o96k .bg_area {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_o96k.jpg);
  background-size: cover;
  padding: 14% 4% 4%;
}

.o96k .flexslider {
  bottom: 0;
  margin: 0;
}

.o96k .description_area {
  width: 600px;
  margin-left: auto;
  position: relative;
  text-align: center;
}

.o96k .description_area img {
  width: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -144px;
}

.o96k_description {
  background-color: #fff;
  padding: 34px 20px 10px;
}

.o96k_description h2 {
  font-family: "Racing Sans One", cursive;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*              facility              */

/*----------------------------------------*/
/*----------------------------------------*/

.facility {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_facility.jpg);
  background-repeat: none;
  background-size: cover;
  padding: 5%;
  background-position: right;
}

.facility.marginbt_0 {
  margin: 0;
}

.borderbt_50 {
  border-bottom: solid 50px #000;
}

.facility .description_area {
  width: 600px;
  text-align: center;
}

.facility_description {
  background-color: #fff;
  padding: 20px;
}

.facility_description h2 {
  font-family: "Racing Sans One", cursive;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*              Life              */

/*----------------------------------------*/
/*----------------------------------------*/

.life {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_life.jpg);
  background-repeat: none;
  background-size: cover;
  padding: 5%;
}

.flexslider.marginbt_0 {
  margin: 0;
}

.life .description_area {
  width: 600px;
  text-align: center;
  margin-left: auto;
}

.life_description {
  background-color: #fff;
  padding: 20px;
}

.life_description h2 {
  font-family: "Racing Sans One", cursive;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*               How To Join              */

/*----------------------------------------*/
/*----------------------------------------*/

.sma_steps {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_smasteps.png);
  background-repeat: none;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.sma_steps h2 {
  font-family: "Racing Sans One", cursive;
  font-size: 40px;
}

.steps_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.steps_container .step {
  width: 27%;
  position: relative;
}

.steps_container .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #000000;
}

.steps_container .to_masterclass {
  width: 40%;
  position: absolute;
  left: 60%;
  filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.3));
}

.steps_container .to_masterclass img {
  transition-duration: 0.4s;
}

.steps_container .to_masterclass img:hover {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*----------------------------------------*/

/*               adress              */

/*----------------------------------------*/
/*----------------------------------------*/

.adress {
  padding: 50px 0;
}

.widget {
  padding: 0;
}

.adress h3 {
  margin-bottom: 4px;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*               Animation              */

/*----------------------------------------*/
/*----------------------------------------*/

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*               レスポンシブ              */

/*----------------------------------------*/
/*----------------------------------------*/
@media screen and (max-width: 900px) {
  .about_artistsvillage .flex_container {
    flex-direction: column;
  }

  .about_text,
  .about_slide {
    width: 100%;
  }

  .o96k .bg_area {
    padding: 21% 4% 4%;
  }

  .o96k .description_area {
    width: 50%;
  }

  .about_artistsvillage {
    background-size: 60%;
    background-position: center 15%;
  }
}

@media screen and (max-width: 800px) {
  body {
    text-align: center;
  }

  .list_item {
    width: calc(100vw / 2);
  }

  .international_artist .flex_container {
    flex-direction: column-reverse;
  }

  .local_artist .flex_container {
    flex-direction: column;
  }

  .international_text,
  .local_text {
    text-align: center;
  }

  .o96k .bg_area {
    padding: 40% 4% 4%;
  }

  .o96k .description_area {
    width: 50%;
  }

  .facility {
    padding: 25% 5% 5%;
  }

  .life {
    padding: 50% 5% 5%;
  }

  .facility .description_area,
  .life .description_area {
    width: 60%;
  }

  .international_artist {
    background-position: right 30%, 30% bottom;
  }

  .local_artist {
    background-position: left 20%, right bottom;
  }
}

@media screen and (max-width: 700px) {
  .o96k .bg_area {
    padding: 40% 4% 4%;
  }

  .o96k .description_area {
    width: 80%;
  }

  .o96k .description_area img {
    left: 80%;
    transform: translateX(-80%);
  }

  .facility .description_area,
  .life .description_area {
    width: 60%;
  }

  .facility {
    background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_facility_sp.jpg);
  }

  .life {
    background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/bgimg_life_sp.jpg);
  }
}

@media screen and (max-width: 600px) {
  .about_artistsvillage {
    background-position: center 22%;
  }

  .eye_chatch {
    background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/header_sp.jpg);
    aspect-ratio: 590/1048;
  }

  .o96k .description_area {
    width: 100%;
  }

  .facility {
    padding: 35% 5% 5%;
  }

  .life {
    padding: 50% 5% 5%;
  }

  .facility .description_area,
  .life .description_area {
    width: 100%;
  }

  .steps_container .step {
    width: 44%;
    position: relative;
  }

  .steps_container .arrow {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about_artistsvillage {
    background-size: 80%;
    background-position: center 28%;
  }

  .o96k .bg_area {
    padding: 56% 4% 4%;
  }

  .o96k .description_area img {
    left: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 450px) {
  .artist {
    width: 45%;
  }

  .steps_container .to_masterclass {
    width: 50%;
  }
}

/*----------------------------------------*/
/*----------------------------------------*/

/*              Swiper          */

/*----------------------------------------*/
/*----------------------------------------*/

.swiper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 42px;
  margin: auto;
  width: 26px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/icon_slide_toleft.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(https://www.manga-audition.com/wp-content/themes/sma-original/assets/img/artists-village/icon_slide_toright.png);
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-container_b .swiper-wrapper {
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*----------------------------------------*/

/*              Animation          */

/*----------------------------------------*/
/*----------------------------------------*/

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 4);
}
.d-demo__item > img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .d-demo__item {
    width: calc(100vw / 3);
  }
}

@media screen and (max-width: 500px) {
  .d-demo__item {
    width: calc(100vw / 2);
  }
}
