@charset "UTF-8";
/************************************
  Top
************************************/
/****** firstview *******/
.sec-fv {
  position: relative;
  overflow: hidden;
  padding: min(0.9rem, 90px) 0 0;
  z-index: 3 !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    background-color: #bccae0;
    padding: 0;
  }
}
.sec-fv .fv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec-fv .fv-bg picture {
    margin-left: auto;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.sec-fv .fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.sec-fv .title {
  z-index: 3;
  transition: opacity 0.3s ease;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 105vw;
}
@media screen and (min-width: 769px) {
  .sec-fv .title {
    padding-top: min(0.4rem, 40px);
    padding-bottom: min(0.4rem, 40px);
    margin-bottom: 0;
    width: 100%;
  }
}
.sec-fv .title-inner {
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-fv .title-inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .sec-fv .title-inner {
    width: min(40%, 800px);
    margin-left: min(0.4rem, 40px);
  }
}
.sec-fv .title-logo {
  line-height: 0;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .sec-fv .title-logo {
    left: 9%;
    width: 80%;
    margin-bottom: min(30px, 0.3rem);
  }
}
@media screen and (min-width: 769px) {
  .sec-fv .title-info {
    width: 100%;
  }
}
.sec-fv .title-lead {
  width: 90%;
  font-size: clamp(18px, 0.3rem, 28px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(0.5rem, 50px);
}
.sec-fv .title-lead p {
  color: #fff;
  filter: drop-shadow(0 0 5px #288fd0) drop-shadow(0 0 5px #288fd0) drop-shadow(0 0 5px #288fd0);
  line-height: 1.5;
}
.sec-fv .title-lead p .note {
  font-size: 0.7em;
  font-weight: 600;
  filter: none;
}
.sec-fv .title-bnr {
  width: 90%;
  filter: drop-shadow(0 0 min(0.03rem, 3px) rgba(0, 0, 0, 0.5));
  margin-bottom: min(40px, 0.4rem);
}
@media screen and (min-width: 769px) {
  .sec-fv .title-bnr {
    width: min(4.2rem, 420px);
    margin-bottom: 0;
  }
}
.sec-fv .title-bnr-item {
  margin-bottom: min(0.4rem, 40px);
}
.sec-fv .title-bnr-item:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec-fv .title-bnr-item:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease;
  }
}
.sec-fv .title-release {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(0.4rem, 40px);
  text-align: center;
  padding: 0 2em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/bg-release-grad.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 95% auto;
}
.sec-fv .title-release span {
  display: block;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  font-size: min(0.34rem, 34px);
  font-weight: 700;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}
.sec-fv .title-release::after, .sec-fv .title-release::before {
  content: "";
  width: 110%;
  height: min(0.05rem, 5px);
  margin-left: -5%;
  display: block;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-line-both-arrow-wht.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sec-fv .title-release::before {
  margin-top: -1px;
}
.sec-fv .title-release::after {
  margin-bottom: -3px;
}
.sec-fv .fv-pv {
  width: 90%;
  margin: 0 auto min(50px, 0.5rem);
  position: absolute;
  right: min(0.2rem, 20px);
  bottom: min(0.2rem, 20px);
}
@media screen and (min-width: 769px) {
  .sec-fv .fv-pv {
    width: min(3.2rem, 320px);
    margin: 0 auto;
  }
}
.sec-fv .fv-pv .inner {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.sec-fv .fv-pv .inner a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-fv .fv-pv .inner a img {
  vertical-align: top;
}
.sec-fv .fv-pv .inner a video {
  width: 100%;
  height: 100%;
}
.sec-fv .fv-pv .inner .ttl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(12px, 0.19rem, 19px);
}
@media screen and (min-width: 769px) {
  .sec-fv .fv-pv .inner .ttl {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
}
.sec-fv .fv-pv .inner .ttl p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-pv .inner .ttl p {
    display: none;
  }
}
.sec-fv .fv-pv .inner .ttl p span {
  display: block;
}
.sec-fv .fv-pv .inner .ttl::before {
  content: "";
  pointer-events: none;
  width: 10vw;
  height: 10vw;
  position: absolute;
  bottom: 6%;
  right: 3%;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-play.png);
  background-size: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-fv .fv-pv .inner .ttl::before {
    width: min(0.58rem, 58px);
    height: min(0.58rem, 58px);
  }
}
.sec-fv .fv-pv .inner:hover .ttl {
  opacity: 1;
}
.sec-fv .fv-pv::before {
  content: "";
  pointer-events: none;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: -7px;
  left: -6px;
  -o-border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer-wht.png) 40/30px round;
     border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer-wht.png) 40/30px round;
  z-index: 1;
}
.sec-fv .about-nav {
  width: 100%;
  display: grid;
  gap: min(3px, 0.03rem);
  grid-template-columns: 1fr;
  position: relative;
  background-color: #87660c;
  border-top: solid min(3px, 0.03rem) #87660c;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
.sec-fv .about-nav-bnr {
  position: relative;
  height: min(3.8rem, 380px);
  line-height: 1.4;
  display: grid;
  place-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr:hover {
    filter: brightness(1.05);
  }
  .sec-fv .about-nav-bnr:hover .pic img {
    transform: scale(1.05);
  }
  .sec-fv .about-nav-bnr:hover::after {
    transform: translate(5px, -50%);
  }
}
.sec-fv .about-nav-bnr .pic {
  grid-row: 1/4;
  grid-column: 1/2;
  box-sizing: border-box;
}
.sec-fv .about-nav-bnr .pic img {
  height: 100%;
  width: auto;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sec-fv .about-nav-bnr .pic img {
    transform: translateX(-30%);
  }
}
.sec-fv .about-nav-bnr.about {
  grid-template-rows: 40% 60%;
  grid-template-columns: 30% 1fr;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/top/bg-bnr-about.jpg);
}
@media screen and (max-width: 768px) {
  .sec-fv .about-nav-bnr.about {
    grid-template-columns: 25% 1fr;
  }
}
.sec-fv .about-nav-bnr.about .pic {
  grid-row: 1/3;
}
.sec-fv .about-nav-bnr.about .pic img {
  height: 100%;
  width: auto;
  transform: translateX(-15%);
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr.about:hover .pic img {
    transform: scale(1.05) translateX(-15%);
  }
}
.sec-fv .about-nav-bnr.newelements {
  grid-template-rows: 35% 47% 18%;
  grid-template-columns: 34% 1fr;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/top/bg-bnr-newelements.jpg);
}
@media screen and (max-width: 768px) {
  .sec-fv .about-nav-bnr.newelements {
    grid-template-rows: 35% 37% 28%;
    grid-template-columns: 30% 1fr;
  }
}
.sec-fv .about-nav-bnr.newelements .pic {
  grid-row: 1/3;
  padding: 3% 3% 3% 5%;
}
.sec-fv .about-nav-bnr.newelements .pic img {
  height: 100%;
  width: auto;
}
.sec-fv .about-nav-bnr .ruby {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
  margin-bottom: min(0.2rem, 20px);
  padding-top: min(0.3rem, 30px);
  color: #a98012;
  font-size: min(0.19rem, 19px);
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
}
@media screen and (max-width: 768px) {
  .sec-fv .about-nav-bnr .ruby {
    align-self: self-end;
  }
}
.sec-fv .about-nav-bnr .ruby.deco-line-both-arrow::after {
  width: 80%;
  height: min(0.05rem, 5px);
  margin-top: min(0.3rem, 30px);
  margin-left: auto;
  margin-right: auto;
}
.sec-fv .about-nav-bnr .ttl {
  grid-row: 2/3;
  grid-column: 2/3;
  line-height: 1.2;
  font-size: min(0.24rem, 24px);
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
}
@media screen and (max-width: 768px) {
  .sec-fv .about-nav-bnr .ttl {
    padding-right: min(0.32rem, 32px);
  }
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr .ttl {
    font-size: min(0.32rem, 32px);
  }
}
.sec-fv .about-nav-bnr .ttl span {
  display: block;
  background: linear-gradient(to bottom, #a77e10 20%, #483606 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-fv .about-nav-bnr .feature {
  grid-row: 3/4;
  grid-column: 1/3;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 2% 0;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/top/bg-newelements-feature.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: min(0.22rem, 22px);
  font-weight: bold;
  color: #fff9b3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr .feature {
    justify-content: center;
    align-items: center;
    font-size: min(0.16rem, 16px);
    flex-wrap: nowrap;
  }
}
.sec-fv .about-nav-bnr .feature span {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1% 2%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr .feature span {
    margin: 0 1%;
  }
}
.sec-fv .about-nav-bnr .feature span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-right: 0.2em;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .sec-fv .about-nav-bnr .feature span::before {
    display: block;
  }
}
.sec-fv .about-nav-bnr::after {
  content: "";
  display: block;
  width: min(0.25rem, 25px);
  height: min(0.33rem, 33px);
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-arrow-btn-brwn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/****** topics ******/
.sec-topics {
  position: relative;
  padding: 10.66% 0% 13.33% 0%;
  /****** bnr ********/
}
@media screen and (min-width: 769px) {
  .sec-topics {
    padding: 5.2% 0% 5.2% 0%;
  }
}
.sec-topics::before {
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco_line_sec_first.png);
  background-position: top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec-topics::before {
    height: min(0.38rem, 38px);
  }
}
.sec-topics .conts-bnr {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec-topics .conts-bnr:not(:last-child) {
  margin-bottom: min(0.7rem, 70px);
}
@media screen and (min-width: 769px) {
  .sec-topics .conts-bnr:not(:last-child) {
    margin-bottom: min(0.9rem, 90px);
  }
}
@media screen and (min-width: 769px) {
  .sec-topics .conts-bnr {
    flex-direction: row;
  }
}
.sec-topics .conts-bnr .topics-bnr {
  width: 85%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}
@media screen and (min-width: 769px) {
  .sec-topics .conts-bnr .topics-bnr {
    width: min(5.4rem, 540px);
    margin-inline: min(0.3rem, 30px);
  }
  .lang-ja .sec-topics .conts-bnr .topics-bnr {
    width: min(4.8rem, 480px);
  }
}
.sec-topics .conts-bnr .topics-bnr-item {
  width: 100%;
  line-height: 0;
}
.sec-topics .conts-bnr .topics-bnr-item .ontext {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  color: #fff;
  font-size: min(0.22rem, 22px);
  transition: opacity 0.3s ease-in;
  line-height: 1.2;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .sec-topics .conts-bnr .topics-bnr-item:hover {
    filter: brightness(1.1);
  }
  .sec-topics .conts-bnr .topics-bnr-item:hover .ontext {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-topics .conts-bnr .topics-bnr + .topics-bnr {
    margin-top: min(0.5rem, 50px);
  }
}
@media screen and (min-width: 769px) {
  .sec-topics .conts-bnr.st3-bnr .topics-bnr {
    width: min(7rem, 700px);
  }
}
.sec-topics .topics-ttl {
  margin-bottom: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec-topics .sec-inner {
  padding: 0;
  position: relative;
}
.sec-topics .sec-inner .conts-inner .sec-ttl {
  font-size: min(0.57rem, 57px);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-topics .sec-inner .conts-inner .sec-ttl .ruby {
  margin-left: 1em;
  padding-top: 1em;
  color: #cab577;
  filter: none;
}
.sec-topics .sec-inner .conts-inner .sec-ttl.deco-line-both-arrow::after {
  position: absolute;
  bottom: min(-0.2rem, -20px);
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .conts-inner .sec-ttl.deco-line-both-arrow::after {
    background-size: 5% 100%, 90% 100%, 5% 100%;
  }
}
.sec-topics .sec-inner .conts-topics {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .conts-topics {
    width: min(80%, 1500px);
  }
}
.sec-topics .sec-inner .conts-topics .text-ctr {
  width: 90%;
  filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.8));
  font-weight: 500;
  letter-spacing: normal;
  font-size: clamp(16px, 0.24rem, 24px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-topics .sec-inner .conts-topics .text-ctr {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .conts-topics .text-ctr {
    width: 67.7%;
    max-width: 1300px;
  }
}
.sec-topics .sec-inner .lead {
  width: 90%;
  filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.8));
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .lead {
    width: 100%;
    max-width: 1300px;
  }
}
.sec-topics .sec-inner .lead .text {
  font-weight: 500;
  letter-spacing: normal;
  font-size: min(0.3rem, 30px);
  color: #403621;
  text-align: center;
}
.sec-topics .sec-inner .topics-list {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .topics-list {
    width: 80%;
  }
}
.sec-topics .sec-inner .topics-list a {
  display: block;
  position: relative;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/bg-topics-item.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sec-topics .sec-inner .topics-list a {
    width: 100%;
  }
  .sec-topics .sec-inner .topics-list a::hover {
    filter: brightness(1.2);
  }
}
.sec-topics .sec-inner .topics-list a figure {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sec-topics .sec-inner .topics-list a figure figcaption {
  line-height: 1.5;
  padding: 1em 1em 3em;
  flex: 1 0 auto;
}
.sec-topics .sec-inner .topics-list a figure figcaption .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.sec-topics .sec-inner .topics-thumb {
  line-height: 0;
  position: relative;
  width: 100%;
}
.sec-topics .sec-inner .topics-thumb img {
  height: 100%;
  width: 100%;
}

/****** Story *****/
.sec-story {
  min-height: 62vw;
}
.sec-story .conts-story .text-ctr {
  padding: 63vw 0 0;
  filter: drop-shadow(0 0 5px #fff);
}
@media screen and (min-width: 769px) {
  .sec-story .conts-story .text-ctr {
    padding: min(0.4rem, 40px) min(1rem, 100px) 0;
  }
}
.sec-story .conts-story .text-ctr .lead {
  margin-bottom: min(0.5rem, 50px);
  font-size: min(0.38rem, 38px);
  font-weight: 700;
  text-align: left;
  filter: drop-shadow(0 0 5px #fff);
}
@media screen and (min-width: 769px) {
  .sec-story .conts-story .text-ctr .lead {
    font-size: min(0.44rem, 44px);
  }
}
.sec-story .conts-story .text-ctr .lead span {
  background: linear-gradient(to bottom, #a77e10 20%, #483606 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .sec-story .conts-story .text-ctr .lead span {
    display: block;
  }
}
.sec-story .conts-story .text-ctr .lead span.strong {
  display: inline-block;
  font-size: 1.1em;
  background: linear-gradient(to bottom, #c19f29 20%, #a98012 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-story .conts-story .text-ctr .text {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: clamp(12px, 0.19rem, 19px);
  filter: drop-shadow(0 0 min(0.04rem, 4px) #fff) drop-shadow(0 0 min(0.04rem, 4px) #fff);
}
.sec-story .conts-story .text-ctr .text p {
  margin-bottom: 1em;
}
.sec-story .conts-story .btn {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec-story .conts-story .btn {
    justify-content: flex-start;
  }
}

/****** Character *****/
.sec-character {
  min-height: min(11rem, 1100px);
}
@media screen and (max-width: 768px) {
  .sec-character .sec-inner {
    overflow: hidden;
  }
}
.sec-character .conts-character .swiper-area {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .swiper-area {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.4rem;
  }
}
.sec-character .conts-character .character-list-item {
  width: 100%;
  padding: 0 min(0.5rem, 50px) min(0.5rem, 50px);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-list-item {
    padding: min(0.5rem, 50px);
    font-size: min(0.24rem, 22px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.sec-character .conts-character .character-list-item-img {
  position: relative;
  width: 75%;
  height: 82vw;
  margin: 0 auto min(0.4rem, 40px);
  text-align: center;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-list-item-img {
    margin: 0;
    width: min(6.23rem, 623px);
    height: min(8.76rem, 876px);
  }
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-list-item-img img {
    width: auto;
    height: 100%;
  }
}
.sec-character .conts-character .character-list-item-img.character01 img {
  transform: translateX(-5%);
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-list-item-img.character01 img {
    transform: translate(-10%, -10%);
    width: 110%;
  }
}
.sec-character .conts-character .character-list-item-img.character04 img {
  transform: translate(-5%, -14%);
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-list-item-img.character04 img {
    transform: translate(-5%, -10%);
    width: 110%;
  }
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-list-item-img.character06 img {
    transform: translateX(8%);
  }
}
.sec-character .conts-character .character-list-item-img.character01 img, .sec-character .conts-character .character-list-item-img.character02 img, .sec-character .conts-character .character-list-item-img.character03 img, .sec-character .conts-character .character-list-item-img.character05 img {
  transform: translateX(-5%);
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-list-item-img.character01 img, .sec-character .conts-character .character-list-item-img.character02 img, .sec-character .conts-character .character-list-item-img.character03 img, .sec-character .conts-character .character-list-item-img.character05 img {
    transform: translate(-5%, -10%);
    width: 110%;
  }
}
.sec-character .conts-character .character-list-item-text {
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-list-item-text {
    min-height: 70vw;
  }
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-list-item-text {
    width: min(7rem, 700px);
    margin: min(0.8rem, 80px) 0 0;
  }
}
.sec-character .conts-character .character-list-item-text .name {
  margin: 0 0 min(0.2rem, 20px) 0;
  font-size: min(0.68rem, 68px);
  font-weight: 700;
  text-align: center;
}
.sec-character .conts-character .character-list-item-text .name span {
  display: block;
  background: linear-gradient(to bottom, #a77e10 20%, #483606 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-character .conts-character .character-list-item-text .name span.strong {
  display: inline-block;
  font-size: 1.1em;
  background: linear-gradient(to bottom, #c19f29 20%, #a98012 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-character .conts-character .character-list-item-text .voice {
  font-size: min(0.23rem, 23px);
  font-weight: 700;
  text-align: center;
  color: #a98012;
  margin-bottom: min(0.3rem, 30px);
}
.sec-character .conts-character .character-list-item-text .lead {
  font-size: min(0.3rem, 30px);
  font-weight: 700;
  color: #483606;
  margin-bottom: min(0.1rem, 10px);
}
.sec-character .conts-character .character-list-item-text .text {
  font-size: min(0.18rem, 18px);
  line-height: 1.8;
  font-weight: 600;
  color: #483606;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-thumb {
    width: min(8rem, 800px);
    position: absolute;
    top: min(6.8rem, 680px);
    left: 47%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec-character .conts-character .character-thumb .swiper-thumbs {
    width: 0;
    margin-bottom: 0;
    display: none;
  }
}
.sec-character .conts-character .character-thumb-list {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: min(0.4rem, 40px);
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-thumb-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
  }
}
.sec-character .conts-character .character-thumb-list-item {
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  color: #483606;
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-thumb-list-item {
    width: min(16.6666666667%, 119px);
  }
}
.sec-character .conts-character .character-thumb-list-item .character-thumb-list-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/top/thumb-character-active.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .sec-character .conts-character .character-thumb-list-item .character-thumb-list-img:hover::after {
    opacity: 1;
  }
}
.sec-character .conts-character .character-thumb-list-item.swiper-slide-thumb-active .character-thumb-list-img::after {
  opacity: 1;
}

/****** Monters *****/
.sec-monsters {
  min-height: min(13rem, 1300px);
}
@media screen and (min-width: 769px) {
  .sec-monsters {
    padding-top: min(2rem, 200px);
  }
}
.sec-monsters .conts-monsters-pic {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec-monsters .conts-monsters-pic {
    width: min(50%, 990px);
  }
}
.sec-monsters .conts-monsters .pic-left {
  width: 100%;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .sec-monsters .conts-monsters .pic-left {
    width: min(7.2rem, 720px);
    height: min(10.8rem, 1088px);
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    left: -50%;
  }
}
.sec-monsters .conts-monsters .pic-right {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec-monsters .conts-monsters .pic-right {
    width: min(5.67rem, 567px);
    height: min(10.8rem, 1088px);
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: block;
    right: -52%;
  }
}
.sec-monsters .conts-monsters img {
  width: 100%;
  height: auto;
}
.sec-monsters .conts-monsters-text {
  width: 100%;
  padding: min(0.5rem, 50px) min(0.3rem, 30px);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sec-monsters .conts-monsters-text {
    width: min(9.6rem, 960px);
    padding: min(1rem, 100px) min(0.5rem, 50px) min(0.5rem, 50px);
  }
}
.sec-monsters .conts-monsters-text .lead {
  margin-bottom: min(0.2rem, 20px);
  line-height: 1.2;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
  font-size: min(0.36rem, 36px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec-monsters .conts-monsters-text .lead {
    margin-bottom: min(0.3rem, 30px);
    font-size: min(0.48rem, 48px);
  }
}
.sec-monsters .conts-monsters-text .lead span {
  background: linear-gradient(to bottom, #a77e10 20%, #483606 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .sec-monsters .conts-monsters-text .lead span {
    display: block;
  }
}
.sec-monsters .conts-monsters-text .lead span.strong {
  display: inline-block;
  font-size: 1.1em;
  background: linear-gradient(to bottom, #c19f29 20%, #a98012 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-monsters .conts-monsters-text .lead.deco-line-both-arrow::after {
  margin-top: min(0.3rem, 30px);
}
.sec-monsters .conts-monsters-text .text {
  margin-bottom: min(0.4rem, 40px);
  text-align: center;
  font-weight: 600;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
}

/****** sns *********/
.sec-sns {
  z-index: 2 !important;
  padding: min(0.4rem, 40px) 0;
}
.sec-sns .conts-sns {
  margin: 0 auto;
  width: 89.33%;
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns {
    width: min(90%, 1130px);
  }
}
.sec-sns .conts-sns .conts-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .conts-inner {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec-sns .conts-sns .sns-ttl {
  width: auto;
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .sns-ttl {
    width: 100%;
    text-align: center;
  }
}
.sec-sns .conts-sns .sns-ttl .ttl {
  font-family: "Cinzel", serif;
  color: #403621;
  font-size: 11vw;
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns .sns-ttl .ttl {
    font-size: min(0.6rem, 60px);
    left: -0.15em;
    line-height: 1;
    position: relative;
  }
}
.sec-sns .conts-sns .sns-ttl .text-ctr {
  width: 100%;
  margin-bottom: min(0.2rem, 20px);
}
.sec-sns .conts-sns .sns-account {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .sns-account {
    width: 100%;
    margin-bottom: 6vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns .sns-account {
    display: flex;
    flex-wrap: nowrap;
    margin-top: min(0.15rem, 15px);
    padding-top: min(0.15rem, 15px);
  }
}
.sec-sns .conts-sns .sns-account-ttl {
  color: #403621;
  font-size: min(0.3rem, 30px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .sns-account-ttl {
    text-align: center;
    min-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns .sns-account-ttl {
    font-size: min(0.2rem, 20px);
    margin-left: min(0.6rem, 60px);
    margin-right: min(0.2rem, 20px);
  }
}
.sec-sns .conts-sns .sns-account-item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .sns-account-item {
    width: min(6vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns .sns-account-item {
    margin-right: min(1vw, 15px);
    width: min(0.4rem, 40px);
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns .sns-account-item:not(:last-of-type) {
    margin-right: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns.add-newsletter {
    top: calc(50% + 1.5vw + 0.26rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-sns .conts-sns.add-newsletter .sns-account {
    padding-right: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-sns .conts-sns.add-newsletter .sns-account {
    margin-bottom: min(0.2rem, 20px);
    padding-bottom: min(0.2rem, 20px);
  }
}

aside {
  width: 100%;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/bg-aside.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
aside .sec-spec.sec {
  padding: 0% 0% 0% 0%;
}
@media screen and (min-width: 769px) {
  aside .sec-spec.sec {
    padding: 5.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 768px) {
  aside .sec-spec .sec-inner {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .sec-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  aside .sec-spec .spec-ctr:nth-child(1) {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-ctr:nth-child(1) {
    width: min(45%, 580px);
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-ctr:nth-child(2) {
    width: 0.14vw;
    background-color: #b79153;
  }
}
@media screen and (max-width: 768px) {
  aside .sec-spec .spec-ctr:nth-child(3) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-ctr:nth-child(3) {
    width: 45%;
    display: flex;
    align-items: center;
  }
}
aside .sec-spec .spec-logo {
  line-height: 0;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  aside .sec-spec .spec-logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-logo {
    margin-bottom: min(0.15rem, 15px);
  }
}
aside .sec-spec .spec-logo-ruby {
  color: #403621;
  text-align: center;
  font-size: 0.25rem;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  aside .sec-spec .spec-logo-ruby {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-logo-ruby {
    font-size: min(0.22rem, 22px);
  }
}
aside .sec-spec .spec-detail {
  color: #403621;
  font-size: 0.25rem;
  font-weight: 500;
  margin-bottom: min(0.5rem, 20px);
  width: 100%;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-size: min(0.24rem, 22px);
    margin-bottom: 0;
  }
}
aside .sec-spec .spec-detail-inner {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-detail-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
}
aside .sec-spec .spec-detail .spec-list {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-detail .spec-list:nth-child(1) {
    text-align: left;
    width: 95%;
  }
}
aside .sec-spec .spec-detail .spec-list-item {
  font-size: clamp(14px, 0.2rem, 20px);
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-detail .spec-list-item {
    white-space: nowrap;
    margin-bottom: 0.5em;
  }
}
aside .sec-spec .spec-detail .spec-list-item.ttl {
  font-size: clamp(18px, 0.3rem, 30px);
  font-weight: 600;
}
aside .sec-spec .spec-detail .spec-rating {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -1em;
  width: 95%;
}
aside .sec-spec .spec-detail .spec-rating-item {
  height: 71px;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-detail .spec-rating-item {
    width: 100px;
  }
}
aside .sec-spec .spec-detail .spec-rating a {
  display: block;
}
aside .sec-spec .spec-detail .spec-rating-cero {
  width: 58px;
}
aside .sec-spec .spec-detail .spec-rating-esrb {
  justify-content: flex-start;
  position: inherit;
  width: 220px;
  height: auto;
  margin-top: 1em;
}
aside .sec-spec .spec-detail .spec-rating-pegi {
  width: 60px;
}
@media screen and (max-width: 768px) {
  aside .sec-spec .spec-detail .spec-rating-pegi {
    bottom: 0;
  }
}
.lang-us aside .sec-spec .spec-detail .spec-rating {
  justify-content: flex-start;
}
aside .sec-spec .spec-copyright {
  color: #403621;
  font-size: 0.22rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  aside .sec-spec .spec-copyright {
    font-size: min(0.14rem, 14px);
  }
}

/*FAQ*/
.faq {
  width: 100%;
  margin: 12vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 769px) {
  .faq {
    margin: 2vw 0 0;
  }
}
.faq h4 {
  font-size: clamp(14px, 0.2rem, 20px);
  text-align: center;
  padding-top: 0.5vw;
}
@media screen and (min-width: 769px) {
  .faq h4 {
    padding-top: 0.5vw;
  }
}
.faq .ttl {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2%;
  font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (min-width: 769px) {
  .faq .ttl {
    margin: 0 3% 0 0;
  }
}
.faq a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2%;
  display: table;
  position: relative;
  text-align: center;
  font-size: clamp(14px, 0.2rem, 20px);
  transition: all 0.5s ease-out;
  padding-inline: min(0.1rem, 10px) min(0.35rem, 35px);
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .faq a {
    margin: 0 3% 0 0;
  }
  .faq a:hover {
    color: #cab45e;
    border-bottom: 1px solid #cab45e;
  }
}
.faq a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-arrow-btn-rbrwn.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: min(0.15rem, 15px);
  height: min(0.15rem, 15px);
  transition: transform 0.3s ease;
}

/*WEBマニュアル*/
.web-manual {
  width: 100%;
  margin: 8vw 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .web-manual {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 25%;
    margin: min(0.6rem, 60px) auto 0;
  }
}
.web-manual a {
  width: 100%;
  margin-bottom: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a98012;
  position: relative;
  text-align: center;
  padding: 1em 2em 1em 2em;
  font-size: clamp(14px, 0.18rem, 18px);
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  .web-manual a {
    padding: 0.5em 3em;
  }
}
.web-manual a:hover {
  color: #cab45e;
  border: 1px solid #cab45e;
}
.web-manual a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-arrow-btn-rbrwn.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: min(0.2rem, 20px);
  height: min(0.2rem, 20px);
  transition: transform 0.3s ease;
}

/****** outbound ******/
.sec-outbound {
  padding: 0;
}
.sec-outbound .outbound-link {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .sec-outbound .outbound-link {
    width: 100%;
  }
}
.sec-outbound .outbound-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec-outbound .outbound-link-list {
    justify-content: center;
  }
}
.sec-outbound .outbound-link-list-item {
  width: 100%;
  height: min(1.4rem, 140px);
  margin-bottom: 5%;
  border: 2px solid #FFF;
  line-height: 0;
  transition: border 0.5s ease;
}
@media screen and (min-width: 769px) {
  .sec-outbound .outbound-link-list-item {
    width: 46%;
    margin: 1.5%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.sec-outbound .outbound-link-list-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #403621;
}
@media screen and (max-width: 768px) {
  .sec-outbound .outbound-link-list-item a {
    margin-bottom: 0.4rem;
  }
}
.sec-outbound .outbound-link-list-item a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://www.monsterhunter.com/stories/assets/images/common/icon-arrow-btn-rbrwn.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: min(0.2rem, 20px);
  height: min(0.2rem, 20px);
  transition: transform 0.3s ease;
}
.sec-outbound .outbound-link-list-item a:hover::after {
  transform: translate(5px, -50%);
}
.sec-outbound .outbound-link-list-item a .logo {
  width: 25%;
}
.sec-outbound .outbound-link-list-item a .label {
  width: 72%;
  margin-left: 3%;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .sec-outbound .outbound-link-list-item a .label {
    font-size: min(0.19rem, 19px);
  }
}
.sec-outbound .outbound-link-list-item a.deco-frame-line {
  padding: min(0.2rem, 20px);
  background-size: min(0.26rem, 26px) auto;
  background-position: top, bottom;
}
.sec-outbound .outbound-link-list-item a.deco-frame-line::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  -o-border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer.png) 40/20px round;
     border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer.png) 40/20px round;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .sec-outbound .outbound-link-list-item a.deco-frame-line::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: -7.5px;
    left: -7.5px;
    -o-border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer.png) 40/30px round;
       border-image: url(https://www.monsterhunter.com/stories/assets/images/common/deco-frame-outer.png) 40/30px round;
  }
}
