@font-face {
  font-family: "SingleDay-Regular";
  src: url(../font/SingleDay-Regular.ttf);
}
@font-face {
  font-family: "ReggaeOne-Regular";
  src: url(../font/ReggaeOne-Regular.ttf);
}
body {
  margin: 0;
  background-color: #000;
  color: #fff;
}

.wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top {
  background-image: url("../img/marvel-banner.jpg");
  background-position: center;
  width: 100%;
}
.top__banner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.top__banner img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.top__banner h1 {
  position: absolute;
  left: -9999px;
}

@media only screen and (min-width: 768px) {
  .content h2 {
    text-align: center;
    background-color: #b40001;
    color: #fff;
    padding: 10px;
  }
  .content h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .content h2 {
    text-align: center;
    background-color: #b40001;
    color: #fff;
    padding: 10px;
    margin: 10px;
  }
  .content h3 {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .character_section {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    justify-content: space-around;
    padding: 10px;
  }
  .character_section h3 {
    margin: 10px;
    padding: 10px;
  }
  .character_section__icon {
    padding: 20px 10px;
    margin: 5px 5px;
    width: 150px;
    transition: transform 0.3s ease; /* Aggiungi l'animazione al passaggio del mouse */
  }
  .character_section__icon img {
    width: 100px;
  }
  .character_section__icon p {
    color: #fff;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
  }
  .character_section__icon a {
    text-decoration: none;
    margin: 0 20px;
  }
  .character_section__icon:hover {
    transform: scale(1.1); /* Animazione al passaggio del mouse */
  }
}
@media only screen and (min-width: 768px) {
  .character_section__icon {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.4s ease; /* Aggiungi un'animazione di trasformazione generale */
  }
  .character_section__icon.jump {
    animation: jump 0.4s ease-in 1;
  }
  @keyframes jump {
    0% {
      transform: translateY(0px) rotateZ(0deg);
    }
    30% {
      transform: translateY(-30px) rotateZ(10deg);
    }
    35% {
      transform: translateY(-30px) rotateZ(-30deg);
    }
    45% {
      transform: translateY(-30px) rotateZ(30deg);
    }
    55% {
      transform: translateY(-30px) rotateZ(-30deg);
    }
    65% {
      transform: translateY(-30px) rotateZ(30deg);
    }
    70% {
      transform: translateY(-30px) rotateZ(10deg);
    }
    100% {
      transform: translateY(0px) rotateZ(0deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  .character_section {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: 20% 20% 20%;
    flex-wrap: wrap;
    gap: 35px;
  }
  .character_section h3 {
    text-align: center;
    margin: 10px;
  }
  .character_section__icon {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    width: 150px;
  }
  .character_section__icon img {
    width: 90px;
  }
  .character_section__icon p {
    color: #fff;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
  }
  .character_section__icon a {
    text-decoration: none;
    margin: 0 20px;
  }
}
.character_section__icon {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.4s ease; /* Aggiungi un'animazione di trasformazione generale */
  transform-style: preserve-3d; /* Abilita il supporto per la trasformazione 3D */
}

.character_section__icon.rotate {
  animation: rotate 2s linear infinite; /* Applica un'animazione di rotazione continua */
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.desc_form {
  display: flex;
  margin-top: 20px;
}
.desc_form img {
  width: 180px;
}
.desc_form__icon {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .desc_form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .desc_form img {
    width: 180px;
  }
  .desc_form__icon {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .desc_contents {
    display: flex;
    padding: 20px 20px 25px;
    width: 820px;
  }
}
@media only screen and (max-width: 767px) {
  .desc_contents {
    padding: 20px 25px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contents_cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  .contents_cover img {
    margin-top: 55px;
    width: 280px;
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contents_cover {
    display: flex;
    margin: 10px;
  }
  .contents_cover img {
    width: 320px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contents_shosai h3 {
    margin: 0;
    text-align: center;
  }
  .contents_shosai__description {
    margin: 15px 5px;
  }
  .contents_shosai__pubbl {
    margin: 30px 0px 10px;
  }
  .contents_shosai__product {
    margin: 50px 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contents_shosai {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 5px;
  }
  .contents_shosai h3 {
    margin: 0;
    text-align: center;
  }
  .contents_shosai__description {
    margin: 15px 5px;
  }
  .contents_shosai__pubbl {
    margin: 30px 5px 10px;
  }
  .contents_shosai__product {
    margin: 50px 5px 10px;
  }
}
.power {
  margin-top: 10px;
}

.actor {
  margin-top: 15px;
  color: #fff;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgb(255, 254, 254);
  position: relative;
  margin: 100px auto 20px;
  animation: jump 1s infinite;
}

@media only screen and (min-width: 768px) {
  .button_tsuuhan {
    display: flex;
    justify-content: center;
    margin: 140px auto 50px;
  }
  button {
    position: relative;
    border: 1px solid;
    border-radius: 10px;
    padding: 15px;
  }
  button a {
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: black;
  }
}
@media only screen and (max-width: 767px) {
  .button_tsuuhan {
    display: flex;
    justify-content: center;
    margin: 150px auto 50px;
  }
  .button_tsuuhan button {
    position: relative;
    border: 1px solid;
    border-radius: 10px;
    padding: 15px;
  }
  .button_tsuuhan button a {
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: black;
  }
}
.tsuuhan {
  display: flex;
  flex-direction: column;
  margin: 5px;
  max-width: 1200px;
  width: 100%;
}
.tsuuhan h2 {
  text-align: center;
  background-color: #b40001;
  color: #fff;
  padding: 10px;
  margin: 10px;
}
.tsuuhan__product {
  display: flex;
  flex-wrap: nowrap;
}
.tsuuhan__product img {
  width: 100px;
}

.img-setting {
  display: flex;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.tsuuhan__product .product-image {
  margin-right: 10px;
}

.global_head {
  margin: 0;
}

.lang_menu {
  max-width: 120px;
  margin: 10px;
}
.lang_menu a.site_in {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 2px 7px;
}
.lang_menu a.site_out {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
  padding: 2px 5px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  transform: translateZ(0);
}

.loader:before,
.loader:after {
  position: absolute;
  content: "";
  z-index: 10;
}

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #000000;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  transform-origin: 5.1em 5.1em;
  animation: load2 2s infinite ease 1.5s;
}

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #000000;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  transform-origin: 0.1em 5.1em;
  animation: load2 2s infinite ease;
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) {
  .comeback {
    text-align: right;
    margin: 20px 0 25px;
  }
  .comeback a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
  }
  .comeback img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .comeback {
    text-align: center;
    margin: 20px 0 25px;
  }
  .comeback a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
  }
  .comeback img {
    width: 100px;
  }
}
.slogan-en {
  margin: 0;
}
.slogan-en h4 {
  font-size: 25px;
  color: #8c8585;
  font-weight: 600;
  font-family: "SingleDay-Regular";
}

.slogan {
  margin: 0;
}
.slogan h4 {
  font-size: 22px;
  color: #8c8585;
  font-weight: 600;
  font-family: "ReggaeOne-Regular";
}

.media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery {
  margin: 10px;
}
.gallery h3 {
  margin-top: 0;
}
.gallery ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery ul li {
  margin: 10px;
}
.gallery ul li img {
  max-width: auto;
  height: 200px;
}

.media-ttl h2 {
  background-color: #00b3ed;
}

.see_more {
  text-align: center;
}
.see_more img {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .see_also {
    text-align: left;
  }
  .see_also img {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .see_also {
    text-align: center;
  }
  .see_also img {
    width: 160px;
  }
}
.char_type {
  text-align: center;
}
.char_type img {
  width: 150px;
}/*# sourceMappingURL=style.css.map */