@charset "UTF-8";

/* CSS Document */
/************************************
  header
************************************/
header {
  width: 100%;
  background: #4e2208;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.5vw;
  border-bottom: 4px solid #c09f8c;
}

@media screen and (min-width: 769px) {
  header {
    flex-direction: row;
  }
}

header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1vw;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/parts_line_header.jpg);
}

@media screen and (min-width: 769px) {
  header::after {
    height: 0.3vw;
  }
}

header h1 {
  width: 50vw;
  margin-left: 0;
  margin-right: auto;
  padding: 1vw;
  color: #fff;
}

@media screen and (min-width: 769px) {
  header h1 {
    width: 21.875vw;
    padding: 0.8vw 0.5vw 0.5vw;
  }
}

header h1 img {
  width: 100%;
  max-width: 300px;
}

header nav {
  width: 100%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  header nav {
    width: auto;
    margin-right: 2vw;
    padding: 1em 0.5vw 1em;
    font-size: min(14px,1vw);
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .lang-on header nav {
    margin-right: 160px;
  }
  .lang-on.lang-gl header nav {
    position: relative;
    padding: 0 200px 0 0;
    margin-right: 0;
  }

  .index.lang-gl header nav {
    font-size: 14px;
  }
  /* .index.lang-gl:not(.news) header nav {
    position: relative;
    padding: 0 200px 0 0;
    margin-right: 0;
  } */

  .index.lang-gl:not(.news) .lang-select {
    top: 0;
    right: 0;
  }
  .index.lang-gl:not(.news) .lang-select .SumoSelect {
    padding: 0;
  }

  .index.lang-gl:not(.news) .lang-select .SumoSelect .CaptionCont{
    padding: 0 24px 8px 48px;
  }
}

header nav a {
  text-align: center;
}

header nav a.nav-mhb figure {
  width: 4.5vw;
  max-width: 90px;
  margin: 0 auto;
}

header nav a.nav-mail figure {
  width: 2.5vw;
  max-width: 45px;
  margin: 0 auto;
}

/*en nl*/
header nav a .nav-mail-gl {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav a .nav-mail-gl::before {
  content: "";
  display: block;
  margin-right: 0.5em;
  line-height: 0;
  width: 1.8em;
  height: 1.2em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/ico_mail_gl.png) top 58% center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  header nav a {
    width: calc(100% / 3);
    padding: 1.5em 0;
    background: #371b0b;
    text-align: center;
    font-size: 2.5vw;
  }

  /*en setting*/
  .lang-gl header nav a {
    width: calc(100% / 2);
    background: #2b1204;
    border-bottom: 1px solid #5f493c;
    padding: 1.2em 0;
    font-size: 3vw;
  }
  
  header nav a.nav-mhb,
  header nav a.nav-mail {
    background: #2b1204;
    padding: 1.4em 0 1.2em;
    width: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header nav a.nav-mhb figure {
    width: 10vw;
    margin: 0 2vw 0 0;
  }

  header nav a.nav-mail figure {
    width: 6vw;
    margin: 0 2vw 0 0;
  }
}

header nav a:not(:last-child) {
  border-right: 1px solid #5f493c;
}

@media screen and (min-width: 769px) {
  header nav a:not(:last-child) {
    border-right: none;
  }

  header nav a+a {
    margin-left: 2em;
  }

  header nav a {
    transition: color .3s ease-out;
  }

  header nav a:hover {
    color: #eed998;
  }
}

@media screen and (min-width: 1024px) {
  header nav a+a {
    margin-left: 4em;
  }
}


/************************************
  footer
************************************/
/************************************
  common
************************************/
.hveffect {
  position: relative;
  display: block;
  /* border: 1px solid #ccc; */
  transform-style: flat;
  transition: all 250ms ease-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}

.hveffect>* {
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 769px) {

  .hveffect:before,
  .hveffect:after {
    content: "";
    position: absolute;
    z-index: 2;
    transition: all 250ms ease-out;
  }

  /* Raised effect – pushes up on hover */
  .hveffect-raise:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hveffect-raise:hover {
    /*border: 1px solid #fff;*/
    transform: translateY(-5px);
  }

  .index .video a:hover .hveffect-raise {
    transform: translateY(-5px);
  }

  .hveffect-raise:hover:before {
    box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
  }

  .index .video a:hover .hveffect-raise:before {
    box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
  }

  /* Raised effect – pushes up on hover */
  .hveffect-scal:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hveffect-scal:hover img {
    transform: scale(1.1);
  }

  .hveffect-scal:hover:before {
    box-shadow: 0 15px 10px -5px rgba(31, 31, 31, 0.7);
  }
}

/************************************
  top
************************************/
.index section {
  padding: 8.2968vw 0;
}

@media screen and (min-width: 769px) {
  .index section {
    padding: 4.2968vw 0;
  }
}

.index .inner {
  width: 90%;
  margin: 0 auto;
}

.index section h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .index section h2 {
    margin: 0 0 3vw;
  }
}

.index section h2 .small {
  font-size: 2vw;
  letter-spacing: 0.5em;
  line-height: 1;
}

.index section h2 .small::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index section h2 .small::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index section h2 span {
  display: block;
  margin: 0 auto;
}

.index section h2 .big {
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .index section h2 .small {
    font-size: 0.8593vw;
  }

  .index section h2 .big {
    font-size: 1.9531vw;
  }
}

.index.lang-gl section h2 .small {
  font-size: 5vw;
  letter-spacing: 0.2em;
}

.index.lang-gl section h2 .small::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 1em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index.lang-gl section h2 .small::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index.lang-gl section h2 .small {
    font-size: min(1.9531vw,35px);
  }
}

/*featured*/
.index .featured {
  padding: 0;
  /* background: #fff; */
}

@media screen and (min-width: 769px) {
  .index .featured.featured_list_none {
    height: 36vw;
    overflow: hidden;
  }
}

.index .featured .swiper-pagination-bullet-active {
  background: rgba(249, 249, 251, 0.3);
  position: relative;
}

.index .featured .swiper-pagination-bullet-active:after {
  -webkit-animation: slideThumb 5s ease-in-out forwards;
  animation: slideThumb 5s ease-in-out forwards;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .index .featured .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 28%;
  }
}

.index .conts-box#mv .slide-list .thumb-list.is-pause li.indicator a .indicator-box {
  animation-play-state: paused;
}

/************************************

	anime

************************************/
@keyframes slideThumb {
  0% {
    width: 0;
    top: 0;
    background: #fff;
  }

  100% {
    width: 100%;
    background: #fff;
  }
}

@-webkit-keyframes slideThumb {
  0% {
    width: 0;
    background: #fff;
  }

  100% {
    width: 100%;
    background: #fff;
  }
}

.index .featured .featured_list {
  width: 90%;
  margin: 4vw auto 0;
  padding-bottom: 4vw;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list {
    margin: -11.5vw auto 0;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
  }
}

.index .featured .featured_list ul {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.index .featured .featured_list ul a {
  width: 100%;
  margin-bottom: 2vw;
  display: block;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul a {
    width: 32%;
    margin: 0 calc(4% / 6) 5vw;
  }
}

.index .featured .featured_list ul li figure {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.index .featured .featured_list ul li figure img {
  width: 50%;
}

.index .featured .featured_list ul li figure figcaption {
  width: 50%;
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption {
    padding: 1vw;
  }
}

.index .featured .featured_list ul li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: auto;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption .text {
    font-size: 1vw;
    margin-bottom: auto;
  }
}

.index .featured .featured_list ul li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption .info {
    font-size: 1vw;
  }
}

/*SP用*/
.index .featured_list_slider {
  margin: 4vw 0 0;
  padding: 0 4vw 8vw 4vw;
}

.index .featured_list_slider a {
  height: 100%;
  background: #fff;
}

.index .featured_list_slider .swiper-slide a figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.index .featured_list_slider .swiper-slide a figure figcaption {
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.index .featured_list_slider .swiper-slide a figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .index .featured_list_slider .swiper-slide a figure figcaption .text {
    font-size: 1vw;
    margin-bottom: auto;
  }
}

.index .featured_list_slider .swiper-slide a figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .featured_list_slider .swiper-slide a figure figcaption .info {
    font-size: 1vw;
  }
}

/*importantNotice*/
.index section.importantNotice {
  padding: 3vw 0 6vw;
  /* background: #fff; */
}

@media screen and (min-width: 769px) {
  .index section.importantNotice {
    padding: 0 0 3vw;
  }
}

.index .importantNotice .inner {
  width: 90%;
  border: 2px solid #d0c7b6;
  border-radius: 1.5vw;
  margin: 0 auto;
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .importantNotice .inner {
    width: 80vw;
    border-radius: 0.5vw;
    padding: 0.5vw;
    align-items: flex-start;
    flex-direction: row;
  }
}

.index .importantNotice h2 {
  width: 10em;
  background: #fe0000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-radius: 1.5vw;
  padding: 0.5em 0;
  margin: 0 1em 0.5em 0;
  display: block;
  font-size: 2.8vw;
}

@media screen and (min-width: 769px) {
  .index .importantNotice h2 {
    border-radius: 0.5vw;
    font-size: 1vw;
    margin: 0 2em 0 0;
  }
}

.index .importantNotice ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .index .importantNotice ul {
    width: calc(100% - 10em);
    font-size: 1.2vw;
  }
}

.index .importantNotice ul li {
  color: #492411;
  margin-bottom: 0.5em;
}

.index .importantNotice ul li .date {
  color: #492411;
}

.index .importantNotice ul li {}

@media screen and (min-width: 769px) {
  .index .importantNotice ul li {}
}

.index .importantNotice ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .index .importantNotice ul li a:hover {
    text-decoration: none;
  }
}

/*pickupTitle*/
.index .pickupTitle {
  background: #fff;
}

.index .pickupTitle .titleList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList {
    justify-content: center;
  }
}

.index .pickupTitle .titleList li {
  width: 48%;
  margin-bottom: 3%;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList li {
    width: calc(94% / 3);
    margin: 1%;
  }
}

.index .pickupTitle .titleList li a {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}

.index .pickupTitle .titleList li img {
  vertical-align: middle;
}

.index .pickupTitle .titleList li .titleName {
  text-align: center;
  margin: 0.5em 0;
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList li .titleName {
    font-size: 1vw;
  }
}

/*video*/
.index .video {
  /* background: #fff; */
}

.index .video figure .thum {
  margin-bottom: 1vw;
  z-index: 9;
}

.index .video figure p img {
  vertical-align: middle;
}

.index .video figure figcaption {
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption {
    font-size: 0.9375vw;
  }
}

.index .video figure figcaption .date {
  color: #4e2208;
  font-size: 2.5vw;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .date {
    font-size: 0.8vw;
  }
}

.index .video figure figcaption .video_title {
  padding-right: 6vw;
  font-size: 3vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .video_title {
    padding-right: 3.5vw;
    font-size: 0.8vw;
  }
}

.index .video figure figcaption .video_title::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_play.png) no-repeat;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .video_title::after {
    content: "";
    width: 3vw;
    height: 3vw;
  }
}

/* SALE */
.index .mhSale {
  /* width: 90vw;
  margin: 0 auto; */
  background: #fff;
}

.index .mhSale .inner {
  margin-left: 5%;
}

.index .mhSale h2 {
  margin-bottom: 1vw;
}

.index .mhSale h3 {
  text-align: center;
  margin-bottom: 6vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale h3 {
    margin-bottom: 2vw;
  }
}

.index .mhSale h3 span {
  font-size: 4vw;
  font-weight: bold;
  color: #127815;
}

@media screen and (min-width: 769px) {
  .index .mhSale h3 span {
    font-size: 1.3531vw;
  }
}

.index .mhSale .sale_slider {
  overflow: visible;
}

.index .mhSale .sale_slider .swiper-slide {}

.index .mhSale .sale_slider .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  flex: 1 0 auto;
  height: 100%;
}


.index .mhSale .sale_slider .platform {
  width: 100%;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 3vw;
  color: #fff;
  background: #3d3d3d;
  font-weight: bold;
  font-size: 3.5vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform {
    font-size: 1.3vw;
    letter-spacing: 0.05em;
    height: 4vw;
    margin-bottom: 0.5vw;
  }
}

.index .mhSale .sale_slider .platform .logo {
  height: 4vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform .logo {
    height: 2vw;
  }
}

.index .mhSale .sale_slider .platform.switch {
  background: #e70012;
}

.index .mhSale .sale_slider .platform.n3ds {
  background: #000;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform.n3ds .logo {
    height: 1.5vw;
  }

  .index .mhSale .sale_slider .platform.ps4 .logo,
  .index .mhSale .sale_slider .platform.steam .logo {
    height: 2.5vw;
  }

}

.index .mhSale .sale_slider .platform .logo {}


.index .mhSale .sale_slider .platform.ps4 {
  background: #00439c;
}

.index .mhSale .sale_slider .platform.steam {
  background: #173a4e;
}

.index .mhSale .sale_slider .platform.app {
  background: #3d3d3d;
}


.index .mhSale .sale_slider .figure_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 3vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .figure_box {
    margin-bottom: 1vw;
  }
}

.index .mhSale .sale_slider figure {
  width: 42%;
  height: auto;
  margin: 1%;
}

.index .mhSale .sale_slider figure figcaption {
  font-size: 2.5vw;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider figure figcaption {
    font-size: 0.9vw;
  }
}

.index .mhSale .sale_slider .sale_rate {
  font-size: 3.5vw;
  color: #ff6a00;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .sale_rate {
    font-size: 1.5vw;
  }
}

.index .mhSale .sale_slider .period {
  text-align: center;
  margin-bottom: 3vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .period {
    margin-bottom: 0.5vw;
  }
}

.index .mhSale .sale_slider .btn_sale {
  font-size: 3vw;
  text-align: center;
  width: 90%;
  margin: auto auto 3vw;
  padding: 0.5em 0;
  border-radius: 30px;
  background: #774f14;
  color: #fff;
  transition: background .2s ease;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .btn_sale {
    width: 70%;
    font-size: 1vw;
    margin: auto auto 2vw;
  }

  .index .mhSale .sale_slider .swiper-slide:hover .btn_sale {
    background: #c48b36;
  }
}

.index .mhSale .sale_slider .btn_sale:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_btn.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .btn_sale:after {
    width: 0.8vw;
    height: 0.8vw;
  }
}

.index .mhSale .bnr {
  width: 100%;
  margin: 10vw auto 6vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .bnr {
    width: 50%;
    margin: 3vw auto 0;
  }
}

/*モンハンニュース*/
.index .mhNews {}

.index .mhNews .inner {}

.index .mhNews .inner .mhNews_category {
  width: 100%;
  margin-bottom: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category {
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
}

.index .mhNews .inner .mhNews_category p.cap {
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p.cap {
    display: none;
  }
}

.index .mhNews .inner .mhNews_category>div {
  width: 60%;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category>div {
    width: 100%;
  }
}

.index .mhNews .inner .mhNews_category p {
  font-size: 3vw;
  padding: 0.5em;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p {
    font-size: 1.1718vw;
    padding: 0 2em;
    border-right: 1px solid #ad9a8f;
    position: relative;
  }

  .index .mhNews .inner .mhNews_category p:first-child {
    border-left: 1px solid #ad9a8f;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p::after {
    position: absolute;
    bottom: -0.5em;
    left: 2.5%;
    content: '';
    width: 95%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  .index .mhNews .inner .mhNews_category p:hover::after {
    transform: scale(1, 1);
  }

  .index .mhNews .inner .mhNews_category p.selected::after {
    transform: scale(1, 1);
  }

  .index .mhNews .inner .mhNews_category p.cat_game::after {
    background: var(--category-game-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_media::after {
    background: var(--category-media-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_campaign::after {
    background: var(--category-campaign-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_mhb::after {
    background: var(--category-mhb-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_event::after {
    background: var(--category-event-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_goods::after {
    background: var(--category-goods-color);
  }
}

/*toggle*/
.index .mhNews .inner .mhNews_category .toggle {
  display: none;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle {
    display: block;
  }
}

.index .mhNews .inner .mhNews_category .toggle {
  display: none;
}

.index .mhNews .inner .mhNews_category .toggle-label {
  width: 100%;
  font-size: 3vw;
  display: block;
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 0;
  background: #eee8e4;
  border: 2px solid #c6b4a9;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-label {
    display: none;
    background: none;
    border: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle-label::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_down.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
  font-size: 2rem;
}

.index .mhNews .inner .mhNews_category .toggle:checked+.toggle-label::after {
  content: "";
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_up.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
}

.index .mhNews .inner .mhNews_category .toggle-lists {
  height: 0;
  padding: 0;
  transition: .3s;
  background: #eee8e4;
  border-bottom: 2px solid #c6b4a9;
  border-left: 2px solid #c6b4a9;
  border-right: 2px solid #c6b4a9;
}

@media screen and (max-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    background: none;
    border: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle-lists p:hover {
  background: #e3d8d1;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    height: auto;
  }

  .index .mhNews .inner .mhNews_category .toggle {
    display: none;
  }

  .index .mhNews .inner .mhNews_category .toggle-lists p:hover {
    background: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle:checked+.toggle-label+.toggle-lists {
  width: 100%;
  height: auto;
  display: block;
}

.index .mhNews .inner .mhNews_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list {
    margin-bottom: 3vw;
  }
}

.index .mhNews .inner .mhNews_list a {
  width: 48%;
  background: #fff;
  margin: 0 4% 4% 0;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a {
    width: 18.4%;
    margin: 0 2% 2% 0;
  }
}

@media screen and (max-width: 769px) {
  .index .mhNews .inner .mhNews_list a:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a:nth-child(5n) {
    margin-right: 0;
  }
}

.index .mhNews .inner .mhNews_list a li {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a li {}
}

.index .mhNews .inner .mhNews_list a figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a figure {}
}

.index .mhNews .mhNews_list li figure figcaption {
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .index .mhNews .mhNews_list li figure figcaption {
    padding: 0.8vw;
  }
}

.index .mhNews .inner .mhNews_list li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list li figure figcaption .text {
    font-size: 1vw;
    margin-bottom: 2em;
  }
}

.index .mhNews .inner .mhNews_list li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list li figure figcaption .info {
    font-size: 1vw;
  }
}

/*mhb*/
/*一覧ページタイトル*/
/*header MHBタイトル*/
.mhb_contents.lang-gl .mhNews {
  padding-top: 0;
}
.mhb_contents h2.bg_title {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png);
  background-color: #452c09;
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-size: auto 15%;
  padding: 1.8vw 0;
  color: #fff;
  font-size: 3.9vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 3.125vw;
}

.mhb_contents h2.bg_title .jp {
  font-size: 3.2vw;
  font-weight: 400;
}

.mhb_contents h2.bg_title span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.mhb_contents h2.bg_title.mhbttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #774f15;
  font-size: 3.9vw;
  padding: 8vw 0;
  margin: 0;
}

.mhb_contents.lang-gl h2.bg_title.mhbttl {
  margin-bottom: 6vw;
  margin-top: 6vw;
}

.mhb_contents h2.mhbttl figure {
  width: 15vw;
  margin-right: 0.5em;
}

.mhb_contents h2.mhbttl figure img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .mhb_contents h2.bg_title.mhbttl {
    font-size: 2vw;
    padding: 2vw 0;
    margin: 0;
  }

  .mhb_contents.lang-gl h2.bg_title.mhbttl {
    margin: 2vw 0;
  }
  
  .mhb_contents h2.mhbttl figure {
    width: 8vw;
    width: 4.5vw;
    margin-right: 0.5em;
  }
}

.mhb_contents .related {
  border-top: 1px solid #452c09;
}

.mhb_contents .related .related_title {
  margin: 3% 0 2%;
  text-align: center;
  font-size: 2.3437vw;
  color: #452c09;
  font-weight: bold;
}

.mhb_contents .related .link_area {
  display: flex;
  justify-content: center;
  margin: 2vw auto;
}

.mhb_contents .related .link_area li {
  width: 18%;
  margin: 0.5%;
}

.mhb_contents .related .link_area li a img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .mhb_contents .related .related_title {
    margin: 5% 0 3%;
    font-size: 4vw;
  }

  .mhb_contents .related .link_area {
    width: 90%;
    margin: 6vw auto;
    flex-wrap: wrap;
  }

  .mhb_contents .related .link_area li {
    width: 48%;
    margin: 1%;
  }
}

/*オリジナルコンテンツリンク*/
/*footer MHBリンク*/
.mhb_contents .mhbfooter {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png);
  background-color: #774f15;
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-size: auto 15%;
  padding: 1.8vw 0;
  color: #fff;
  font-size: 3.9vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
}

.mhb_contents .mhbfooter a {
  width: 90vw;
  padding: 3vw 6vw 3vw 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mhb_contents .mhbfooter a {
    width: 35vw;
    padding: 1vw 2vw 1vw 1vw;
    transition: background 0.5s ease;
  }

  .mhb_contents .mhbfooter a:hover {
    background-color: #a47329;
  }
}

.mhb_contents .mhbfooter a:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background: url(https://www.monsterhunter.com/wp-content/uploads/sites/2/2021/03/icon_arrow_btn.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .mhb_contents .mhbfooter a:after {
    width: 0.8vw;
    height: 0.8vw;
  }
}

.mhb_contents .mhbfooter figure {
  width: 5vw;
  margin-right: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mhb_contents .mhbfooter span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2vw;
  font-weight: normal;
}

.mhb_contents .mhbfooter figure {
  width: 5vw;
  margin-right: 0.5em;
}

.mhb_contents .mhbfooter figure img {
  vertical-align: bottom;
}

@media screen and (max-width:768px) {
  .mhb_contents .mhbfooter {
    padding: 8vw 0;
    font-size: 7vw;
    line-height: 1.1;
    background-size: auto 15%;
  }

  .mhb_contents .mhbfooter figure {
    width: 10vw;
    margin-right: 0.5em;
  }

  .mhb_contents .mhbfooter span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 3vw;
    font-weight: normal;
  }
}

.index .mhb {
  padding: 0;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_mhb_top_sp.jpg) ;
  background-size: auto 100%;
  background-position: top center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .mhb {
    padding: 0;
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_mhb_top.jpg) ;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
}

.index.lang-gl .mhNews.mhb {
  padding: 0 0 8.2968vw ;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/parts_line_down.png) repeat-x, url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_mhb_gl.jpg) !important ;
}

@media screen and (min-width: 769px) {
  .index.lang-gl .mhb {
    padding: 0 0 4.2968vw ;
  }
}

/*TOPページ　MHBタイトル*/
.index.lang-ja .mhb::before {
  content: "";
  display: block;
  width: 100%;
  height: min(1.8229vw, 35px);
  background-image: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_mhb_up.png);
  background-color: #774f15;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 60%;
}

.index.lang-ja .mhb::after {
  content: "";
  display: block;
  width: 100%;
  height: min(1.8229vw, 35px);
  background-image: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_mhb_up.png);
  background-color: #774f15;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 65%;
}

@media screen and (max-width: 768px) {
  .index.lang-ja .mhb::before,
  .index.lang-ja .mhb::after {
    height: 4.6vw;
  }
}
.index .mhb .mhb_ttl {
  padding: 5vw 0;
  font-size: 3.9vw;
  text-align: center;
  line-height: 1.1;
  margin-bottom: min(6vw, 110px);
  position: relative;
}

.index .mhb .mhb_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.index.lang-ja .mhb .mhb_ttl:before {
  content: "";
  width: 48vw;
  height: 48vw;
  position: absolute;
  left: 0;
  top: 40%;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_left.png) no-repeat;
  background-size: contain;
}

.index.lang-ja .mhb .mhb_ttl:after {
  content: "";
  width: 48vw;
  height: 48vw;
  position: absolute;
  right: 0;
  top: 40%;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_right.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width:769px) {
  .index.lang-ja .mhb .mhb_ttl:before {
    content: "";
    width: 37vw;
    height: 37vw;
    top: 0;
  }

  .index.lang-ja .mhb .mhb_ttl:after {
    content: "";
    width: 38vw;
    height: 38vw;
    top: 0;
  }
}


/*en*/
.index.lang-gl .mhb::before {
  content: none;
}

.index.lang-gl .mhb .mhb_ttl {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_subtitle_up.png);
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-size: auto 15%;
  padding: 2vw 0;
  font-size: 3.9vw;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 3.125vw;
  background-color: #774f15;
  position: relative;
}

.index.lang-gl .mhb .mhb_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*en*/
.index.lang-gl .mhb .mhb_ttl h2{
  margin: 0;
  color: #fff;
}

.index.lang-gl section.mhb h2 .small::before {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk_wht.png) no-repeat;
  background-size: contain;
}

.index.lang-gl section.mhb h2 .small::after {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk_wht.png) no-repeat;
  background-size: contain;
}


.index .mhb .mhb_ttl figure {
  width: min(23vw, 460px);
  margin-bottom: min(1.5vw, 30px);
}

.index .mhb .mhb_ttl figure img {
  vertical-align: bottom;
}

.index .mhb .mhb_ttl .title {
  width: auto;
  text-align: center;
  text-align: center;
}

.index .mhb .mhb_ttl p.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2.66875vw;
  line-height: 0.8;
  margin-bottom: 0.1em;
}

.index .mhb .mhb_ttl p.en span {
  font-weight: normal;
  font-size: 0.85em;
}

.index .mhb .mhb_ttl p.ja {
  font-size: 1vw;
}

.index .mhb .btn_mhb {
  position: absolute;
  bottom: 2vw;
  right: 8%;
  font-size: 1.1vw;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1.5em;
  border: 1px solid #fff;
}

.index .mhb .btn_mhb span:after {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_btn.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhb .btn_mhb:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width:768px) {
  .index .mhb .btn_mhb {
    width: 60%;
    position: relative;
    bottom: unset;
    right: unset;
    font-size: 3.5vw;
    padding: 0.5em 1em;
    margin: 0 auto 6vw;
    border: 2px solid #3d0b0b;
    color: #3d0b0b;
  }

  .index .mhb .btn_mhb span:after {
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_btn_brwn.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    right: 3%;
  }
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_ttl {
    position: unset;
    background-size: auto 12%;
    padding: 8vw 0;
    font-size: 6.5vw;
    line-height: 1.1;
    margin-bottom: 5%;
    align-items: flex-start;
  }

  .index .mhb .mhb_ttl figure {
    width: 36vw;
  }

  .index .mhb .mhb_ttl .title {
    max-width: 70vw;
  }

  .index.lang-ja .mhb .mhb_ttl span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }

  .index .mhb .mhb_ttl p.en {
    font-size: 5.2vw;
    line-height: 1;
    margin-bottom: 0.1em;
  }

  .index .mhb .mhb_ttl p.en span {
    font-weight: normal;
    font-size: 4.8vw;
  }

  .index .mhb .mhb_ttl p.ja {
    font-size: 2.6vw;
  }

  .index.lang-ja .mhb .mhb_ttl {
    position: relative;
    padding-bottom: 40vw;
    flex-direction: row;
  }
  .index.lang-ja .mhb .title {
    text-align: left;
    margin-left: 0.5em;
  }

}

.index .mhb .mhb_bnr_area {
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 3%;
  margin: 2vw auto 0;
}

.index .mhb .mhb_bnr_area.no_wrap {
  flex-wrap: nowrap;
}

.index .mhb .mhb_bnr_area a {
  max-width: 100%;
  display: block;
}

.index .mhb .mhb_bnr_area a.w50 {
  width: 48%;
  max-height: 9vw;
  margin: 1%;
  display: block;
}

.index .mhb .mhb_bnr_area a.w50.btn_mhb_mail {
  height: 9vw;
  border-radius: 0;
}

.index .mhb .mhb_bnr_area a.w30 {
  width: 30%;
  margin: 1%;
  display: block;
}


@media screen and (max-width:768px) {
  .index .mhb .mhb_bnr_area {
    max-width: 100%;
    display: block;
    padding: 0 0 3%;
  }

  .index .mhb .mhb_bnr_area a {
    width: 100%;
    margin: 0 0 2vw;
    display: block;
  }

  .index .mhb .mhb_bnr_area a.w50 {
    width: 100%;
    max-height: 24vw;
    margin: 0 0 2vw;
  }

  .index .mhb .mhb_bnr_area a.w50.btn_mhb_mail {
    height: 24vw;
  }

  .index .mhb .mhb_bnr_area a.w30 {
    width: 100%;
    margin: 0 0 2vw;
  }

  /*SP 5件目非表示*/
  .index:not(.mhb_contents) .mhb .mhNews_list a:nth-child(5) {
    display: none !important;
  }

}

/*mhb lead*/
.index .mhb .mhb_lead {
  text-align: left;
  position: relative;
  width: 70%;

  background: #fffae9;
  color: #3d0b0b;
  border-radius: 10px;
  padding: 2vw 1vw;
}

.index.lang-ja .mhb .mhb_lead {
  width: 68%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index.lang-ja .mhb .mhb_lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  left: 1%;
  width: 98%;
  height: 94%;
  border: 10px solid orange;
  border-image-source: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk_lbrown.png);
  border-image-slice: 100 fill;
  border-image-width: min(1.5vw, 30px);
}

.index.lang-ja .mhb .mhb_lead .mhb_logo {
  width: 20%;
  margin-right: 4%;
}

.index.lang-ja .mhb .mhb_lead .mhb_logo img {
  width: 100%;
}

.index.lang-ja .mhb .mhb_lead .text {
  width: 65%;
  margin-bottom: 1em;
  font-size: min(1vw, 20px);
}

@media screen and (max-width:768px) {
  .index.lang-ja .mhb .mhb_lead {
    width: 100%;
    padding: 4vw;
    flex-direction: column;
  }

  .index .mhb .mhb_lead {
    width: 100%;
  }

  .index.lang-ja .mhb .mhb_lead::before {
    border-image-width: 4vw;
  }
  
  .index.lang-ja .mhb .mhb_lead .mhb_logo {
    width: 40%;
    margin-right: 0;
  }
  
  .index .mhb .mhb_lead .text {
    margin-bottom: 1em;
    font-size: 3vw;
  }

  .index.lang-ja .mhb .mhb_lead .text {
    width: 100%;
    margin-bottom: 1em;
    font-size: 3vw;
    padding: 4vw 2em;
  }
}

.index .mhb .mhb_lead .btn_hex{
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_lead .btn_hex {
    width: 70%;
  }
}

/*en*/
.index.lang-gl .mhb .mhb_lead {
  text-align: center;
  position: relative;
  padding: 48vw 5% 4vw;
  width: 100%;
  background: none;
}
.index.lang-gl .mhb .mhb_lead .text {
  margin-bottom: 1em;
  font-size: 3vw;
}

@media screen and (max-width:768px) {
  .index.lang-gl .mhb .mhb_lead:before {
    content: "";
    width: 47vw;
    height: 47vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_left.png) no-repeat;
    background-size: contain;
  }
  .index.lang-gl .mhb .mhb_lead:after {
    content: "";
    width: 47vw;
    height: 47vw;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_right.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width:769px) {
  .index.lang-gl .mhb .mhb_lead {
    width: 100%;
    text-align: center;
    padding: 2vw 30vw 4vw;
  }

  .index.lang-gl .mhb .mhb_lead .text {
    margin-bottom: 1em;
    font-size: 1.3vw;
    font-weight: 600;
  }

  .index.lang-gl .mhb .mhb_lead:before {
    content: "";
    width: 28vw;
    height: 28vw;
    position: absolute;
    left: 0;
    top: -10vw;
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_left.png) no-repeat;
    background-size: contain;
  }

  .index.lang-gl .mhb .mhb_lead:after {
    content: "";
    width: 28vw;
    height: 28vw;
    position: absolute;
    right: 0;
    top: -10vw;
    background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/top/pic_character_right.png) no-repeat;
    background-size: contain;
  }
}

.index .mhb .mhb_sns_area {
  margin: 0 auto 5vw;
  width: 80%;
  max-width: 1600px;

  display: flex;
  justify-content: space-between;
}

.index .mhb .mhb_sns_area .mhb_sns_area_ttl {
  text-align: left;
  font-size: 1.5vw;
  font-weight: 900;
  margin-bottom: 0.5em;
}

.index .mhb .mhb_sns_area .mhb_sns_area_text {
  text-align: center;
  font-size: 1.1vw;
  margin-bottom: 2em;
}

.index .mhb .mhb_sns_area ul {
  width: min(30%, 480px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_sns_area {
    width: 100%;
    border-radius: 20px;
    padding: 0 6vw 6vw;
    margin-top: 3vw;
    margin-bottom: 10vw;
    flex-wrap: wrap;
  }

  .index .mhb .mhb_sns_area .mhb_sns_area_ttl {
    text-align: center;
    font-size: 4.5vw;
  }

  .index .mhb .mhb_sns_area .mhb_sns_area_text {
    font-size: 3vw;
  }

  .index .mhb .mhb_sns_area ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 6vw;
  }
}

.index .mhb .mhb_sns_area li {
  width: 48%;
}

.index .mhb .mhb_sns_area li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index .mhb .mhb_sns_area li figure {
  width: min(10vw, 200px);
  height: min(10vw, 200px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: min(.2vw,5px);
  padding-bottom: min(2vw, 40px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1);
  transition: all 250ms ease-out;
}

.index .mhb .mhb_sns_area li a:hover figure{
  transform: translateY(-5px);
  box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
}

.index .mhb .mhb_sns_area li:last-child figure {
  padding-bottom: min(1.8vw, 35px);
}

.index .mhb .mhb_sns_area li figcaption {
  width: 60%;
  font-size: min(0.6vw, 12px);
  text-align: center;
}

.index .mhb .mhb_sns_area li figcaption img {
  width: 100%;
}

.index .mhb .mhb_sns_area li:first-child {
  margin-right: 3%;
}

.index .mhb .mhb_sns_area li .x {
  width: 45%;
  margin-bottom: min(0.5vw, 15px);
}

.index .mhb .mhb_sns_area li .cid {
  width: 50%;
  margin-bottom: min(0.5vw, 15px);
}


.index .mhb .mhb_sns_area li .name {
  color: #3d0b0b;
  text-align: center;
  font-size: min(1vw,20px);
  font-weight: 700;
  width: auto;
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_sns_area li {
    width: 34vw;
  }
  .index .mhb .mhb_sns_area li figure {
    width: 30vw;
    height: 30vw;
    padding-bottom: 6vw;
    margin-bottom: 1vw;
  }

  .index .mhb .mhb_sns_area li:last-child figure {
    padding-bottom: 5vw;
  }
  
  .index .mhb .mhb_sns_area li figcaption {
    width: 70%;
    font-size: 2.5vw;
  }

  .index .mhb .mhb_sns_area li .name {
    font-size: 3.5vw;
  }  
}

.mhb_sns_area li .sns-btn {
  margin-top: 0.2em;
  display: flex;
  align-items: flex-start;
}

.index .mhb .mhb_sns_area li .sns-btn .instagram-btn .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.index .mhb .mhb_sns_area li .sns-btn .instagram-btn .icon::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: .25em;
  vertical-align: middle;
  width: 1.5em;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/insta_icon_w.svg) center no-repeat;
  background-size: contain;
}

/*MHB　特典*/
.index .mhb .mhb_privilege {
  position: relative;
  width: min(83%, 1600px);
  margin: 0 auto min(4vw, 80px) ;
  padding: min(4vw, 80px) min(8.3vw, 160px);
  background-image: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/mhb_privilege_left.png), url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/mhb_privilege_right.png);
  background-position: 1% center, 99% center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-color: #fffae9;

  border-image-source: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/mhb_privilege_frame.png);
  border-image-slice: 100 fill;
  border-image-width: min(5vw, 95px);
  border-image-outset: min(2vw, 25px);
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_privilege {
    width: 100%;
    padding: 10vw 0 8vw;
    margin: 0 auto 12vw;
    
    background-size: auto 90%;
    border-image-width: 12.666vw;
    border-image-outset: 6vw 2vw;
  }
}

.index .mhb .mhb_privilege .mhb_privilege_ttl {
  position: absolute;
  top: -1.5vw;
  left: 35%;
  width: min(23.28125vw, 447px);
  height: min(3.28125vw, 63px);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-weight: 700;
  font-size: min(1.4vw,24px);
  text-align: center;
  background-image: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/bg_ribon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_privilege .mhb_privilege_ttl {
    width: 64%;
    height: 8.9vw;
    left: 18%;
    top: -4vw;
    font-size: 4vw;
    background-size: 100%;
  }
}

.index .mhb .mhb_privilege .inner{
  width: 100%;
}

@media screen and (min-width:769px) {
  .index .mhb .mhb_privilege .inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
  }
}


.index .mhb .mhb_privilege .mhb_privilege_item .ttl{
  color: #3d0b0b;
  text-align: center;
  font-size: min(1.2vw,30px);
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .index .mhb .mhb_privilege .mhb_privilege_item .ttl{
    font-size: 4vw;
  }
}


.index .mhb .mhb_privilege .mhb_privilege_item .ttl .no{
  width: 2em;
  height: 2em;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  margin: 0 0 0.5em 0.5em;
  padding-top: 0.25em;
}

.index .mhb .mhb_privilege .mhb_privilege_item .ttl .no1 {
  background-color: #74851e;
}

.index .mhb .mhb_privilege .mhb_privilege_item .ttl .no2 {
  background-color: #d2655d;
}

.index .mhb .mhb_privilege .mhb_privilege_item .ttl .no3{
  background-color: #5d58b9;
}

.index .mhb .mhb_privilege .mhb_privilege_item figure{
  margin-bottom: 0.5em;
}

.index .mhb .mhb_privilege .mhb_privilege_item .text{
  text-align: center;
  font-weight: 600;
  font-size: min(1vw, 20px);
}
@media screen and (max-width:768px) {
  .index .mhb .mhb_privilege .mhb_privilege_item .text{
    font-size: 3vw;
  }
}


/*他言語リンクボタン*/
.index .mhb .other_lang {
  margin-top: 6vw;
  text-align: center;
}
@media screen and (min-width:769px) {
  .index .mhb .other_lang {
    margin-top: 3vw;
  }  
}
.index .mhb .other_lang p{
  margin-bottom: 1em;
}

.index .mhb .other_lang .btn_area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}  

@media screen and (min-width:769px) {
  .index .mhb .other_lang .btn_area{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }  
}

.index .mhb .other_lang .btn_hex{
  margin: 1% 2%;
}

/*モンハン部　活動記録バナー*/
.index .mhb .bnr_mhb_more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 6vw;
}

.index .mhb .bnr_mhb_more a{
  width: min(740px, 38.541vw);
  display: flex;
  justify-content: center;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
  transition: all 250ms ease-out;
  margin: 1%;
}

@media screen and (min-width:769px) {
  .index .mhb .bnr_mhb_more a:hover{
    transform: translateY(-5px);
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3)) drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
  }
}

.index .mhb .bnr_mhb_more a img{
  width: 100%;
}

@media screen and (max-width:768px) {
  .index .mhb .bnr_mhb_more {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
  .index .mhb .bnr_mhb_more a{
    width: 90%;
    margin: 2% 0;
  }
}

.index .sns {
  background: #fff;
}

.sns .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns .account {
    margin-bottom: 2vw;
  }
}

.sns .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns .account .sns_name {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 3vw;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account .sns_name {
    font-size: 1.5625vw;
    color: #4e2208;
    width: 15%;
    margin-top: 1vw;
    margin-bottom: 0;
    text-align: left;
  }
}

.sns .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 769px) {
  .sns .account_list {
    width: 85%;
  }
}

.sns .account_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32%;
  margin: 0 1% 6vw;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a {
    margin-bottom: 2vw;
  }
}

@media only screen and (min-width: 768px) {
  .sns .account_list a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.sns .account_list a {
  width: 48%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a {
    width: 30%;
  }
}

.sns .account_list a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure {
    flex-direction: row;
  }
}

.sns .account_list a .thumb {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  line-height: 1;
  margin-right: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  overflow: hidden;
  padding: 30% 0;
  position: relative;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .sns .account_list a .thumb {}
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .thumb {
    margin-bottom: 0;
    padding: 10% 0;
    width: 20%;
  }
}

.sns .account_list a .thumb img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
}

.sns .account_list a figure figcaption {
  width: 90%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure figcaption {
    width: 70%;
    text-align: left;
  }
}

.sns .account_list a figure .account-name {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 1vw;
  max-height: 55%;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure .account-name {
    font-size: 1vw;
    margin-bottom: 0.5vw;
    max-height: auto;
    max-height: initial;
  }
}

.sns .account_list a figure .account-id {
  font-size: 3vw;
  margin-bottom: 1vw;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure .account-id {
    font-size: 0.83333vw;
    margin-bottom: 0.5vw;
  }
}

.sns .account_list a .sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*text-align: center;*/
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sns .account_list a .sns-btn object {
  position: relative;
  width: 90%;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn object {
    margin-left: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 1400px) {
  .sns .account_list a .sns-btn object {}
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn object.size-l {
    width: 85%;
  }
}

@media only screen and (min-width: 1400px) {
  .sns .account_list a .sns-btn object.size-l {
    width: 75%;
  }
}

.sns .account_list a .sns-btn .sns-btn-item {
  border-radius: .5em;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.6vw;
  padding: 1vw 2vw;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .sns-btn-item {
    font-size: 0.52083vw;
    padding: 0.33333vw;
  }
}

.sns .account_list a .sns-btn .sns-btn-item .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sns .account_list a .sns-btn .sns-btn-item .icon::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: .25em;
  vertical-align: middle;
  width: 1.5em;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .sns-btn-item .icon::before {
    margin-right: .5em;
  }
}

.sns .account_list a .sns-btn .instagram-btn {
  width: 12em;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .instagram-btn {
    margin: 0;
  }
}

.sns .account_list a .sns-btn .instagram-btn::before {
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sns .account_list a .sns-btn .instagram-btn .icon::before {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/insta_icon_w.svg) center no-repeat;
  background-size: contain;
}

.sns .account_list a .sns-btn .line-btn {
  width: 12em;
  background: #00B833;
}

.sns .account_list a .sns-btn .line-btn .icon::before {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/line_icon_w.svg) center no-repeat;
  background-size: contain;
  height: 2.5em;
  margin-top: -.25em;
  width: 2.5em;
}

/*related global*/
.index .nl_gl {
  
}

.index .nl_gl .inner {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.index .nl_gl .inner h3{
  font-size: 5vw;
  font-weight: 700;
  color: #4e2208;
}

.index .nl_gl .inner .text{
  font-size: 4vw;
}

.index .nl_gl .inner .nl_cid {
  width: 100%;
}

.index .nl_gl .inner .nl_cid a{
  width: 60%;
  display: block;
}

.index .nl_gl .inner .nl_cid a img{
  width: 100%;
}

.index .nl_gl .inner .nl_pic {
  width: 60%;
  margin-bottom: 6vw;
}

.index .nl_gl .btn_area .btn_hex {
  width: 70%;
}

@media only screen and (min-width: 769px) {
  .index .nl_gl .inner {
    max-width: 1880px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
  }

  .index .nl_gl .inner h3{
    font-size: min(2.1875vw, 42px);
  }
  
  .index .nl_gl .inner .text{
    font-size: min(1.40625vw, 27px);
  }
  
  .index .nl_gl .inner .nl_cid {
    width: 70%;
    margin-bottom: min(2.60416vw, 50px);
  }

  .index .nl_gl .inner .nl_cid a{
    width: 40%;
    margin-bottom: min(2.60416vw, 50px);
  }

  .index .nl_gl .inner .nl_pic {
    width: 25%;
    margin-bottom: 0;
  }

  .index .nl_gl .btn_area .btn_hex {
    width: 18vw;
  }
  
}

/*related global*/
.index .sns_gl {
  background: #fff;
}

.sns_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account {
    margin-bottom: 2vw;
  }
}

.sns_gl .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list {}
}

.sns_gl .account_list a {
  width: 15%;
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list a {
    width: 6%;
  }
}

.sns_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account {
    margin-bottom: 2vw;
  }
}

.sns_gl .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list {}
}

.sns_gl .account_list a {
  width: 15%;
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list a {
    width: 6%;
  }
}

/*footer bnr*/
.footer_bnr {}

.footer_bnr .inner {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .footer_bnr .inner {
    width: 35%;
    flex-direction: row;
    justify-content: center;
  }
}

.footer_bnr .inner a {
  width: 100%;
  margin-bottom: 3%;
}

@media only screen and (min-width: 769px) {
  .footer_bnr .inner a {
    width: 48%;
    max-width: 600px;
    margin: 0 1%;
  }
}

.footer_bnr .inner a img {
  width: 100%;
}

/*related global*/
.mhb_contents .related_gl {
  padding: 4vw 0;
}

@media only screen and (min-width: 769px) {
  .mhb_contents .related_gl {
    padding: 2vw 0;
  }
}

.related_gl {
  background: #fff;
}
.related_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .related_gl .account {}
}

.related_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list {}
}

.related_gl .account_list a {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a {}
}

.related_gl .account_list a figure img {
  height: 15vw;
  width: auto;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a figure img {
    height: 5vw;
    width: auto;
  }
}

.mhb_contents .related_gl {

}

.related_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .related_gl .account {}
}

.related_gl .account:not(:last-child) {}

.related_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list {}
}

.related_gl .account_list a {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a {}
}

/*************************************************************************/
/*     article
/*************************************************************************/
/*common*/
.article section {
  padding: 4.2968vw 0;
}

.article .inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .article .inner {
    width: 74%;
    margin: 0 auto;
  }
}

.article .nav_cat {
  padding: 4vw;
  background: #e4ddd4;
}

@media screen and (min-width: 769px) {
  .article .nav_cat {
    padding: 1vw;
  }
}

.article .nav_cat .mhNews_category {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.article .nav_cat .mhNews_category p.cap {
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p.cap {
    display: none;
  }
}

.article .nav_cat .mhNews_category>div {
  width: 60%;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category>div {
    width: 100%;
  }
}

.article .nav_cat .mhNews_category p {
  font-size: 3vw;
  padding: 0.5em;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p {
    font-size: 1.1718vw;
    padding: 0 2em;
    border-right: 1px solid #ad9a8f;
    position: relative;
  }

  .article .nav_cat .mhNews_category p:first-child {
    border-left: 1px solid #ad9a8f;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p::after {
    position: absolute;
    bottom: -0.5em;
    left: 2.5%;
    content: '';
    width: 95%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  .article .nav_cat .mhNews_category p:hover::after {
    transform: scale(1, 1);
  }

  .article .nav_cat .mhNews_category p.selected::after {
    transform: scale(1, 1);
  }

  .article .nav_cat .mhNews_category p.cat_game::after {
    background: var(--category-game-color);
  }

  .article .nav_cat .mhNews_category p.cat_media::after {
    background: var(--category-media-color);
  }

  .article .nav_cat .mhNews_category p.cat_campaign::after {
    background: var(--category-campaign-color);
  }

  .article .nav_cat .mhNews_category p.cat_mhb::after {
    background: var(--category-mhb-color);
  }

  .article .nav_cat .mhNews_category p.cat_event::after {
    background: var(--category-event-color);
  }

  .article .nav_cat .mhNews_category p.cat_goods::after {
    background: var(--category-goods-color);
  }
}

/*toggle*/
.article .nav_cat .mhNews_category .toggle {
  display: none;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle {
    display: block;
  }
}

.article .nav_cat .mhNews_category .toggle {
  display: none;
}

.article .nav_cat .mhNews_category .toggle-label {
  width: 100%;
  font-size: 3vw;
  display: block;
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 0;
  background: #eee8e4;
  border: 2px solid #c6b4a9;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-label {
    display: none;
    background: none;
    border: none;
  }
}

.article .nav_cat .mhNews_category .toggle-label::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_down.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
  font-size: 2rem;
}

.article .nav_cat .mhNews_category .toggle:checked+.toggle-label::after {
  content: "";
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_arrow_up.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
}

.article .nav_cat .mhNews_category .toggle-lists {
  height: 0;
  padding: 0;
  transition: .4s;
  background: #eee8e4;
  border-bottom: 2px solid #c6b4a9;
  border-left: 2px solid #c6b4a9;
  border-right: 2px solid #c6b4a9;
}

@media screen and (max-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    background: none;
    border: none;
  }
}

.article .nav_cat .mhNews_category .toggle-lists p:hover {
  background: #e3d8d1;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    height: auto;
  }

  .article .nav_cat .mhNews_category .toggle {
    display: none;
  }

  .article .nav_cat .mhNews_category .toggle-lists p:hover {
    background: none;
  }
}

.article .nav_cat .mhNews_category .toggle:checked+.toggle-label+.toggle-lists {
  width: 100%;
  height: auto;
  display: block;
}

/*記事*/
.article .content .article_title {
  border-bottom: 1px solid #351206;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .article_title {
    margin-bottom: 2vw;
  }
}

.article .content .article_title.text-none {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .article .content .article_title.text-none {
    margin-bottom: 1vw;
  }
}

.article .content .article_title .info {
  display: flex;
  justify-content: space-around;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
  .article .article_title info {}
}

.article .content .article_header {
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .content .article_header {
    margin-bottom: 0;
  }
}

.article .content .article_header .fullsize {
  width: 100%;
}

.article .content .article_header .fullsize .detail {
  display: none;
}

.article .content .article_header .half {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half {
    flex-direction: row;
    justify-content: space-between;
  }
}

.article .content .article_header .half img {
  width: 100%;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half img {
    width: 35%;
    margin-bottom: 2vw;
  }
}

.article .content .article_header .half .detail {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half .detail {
    width: 60%;
  }
}

.article .content .article_header .half .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2vw;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl {
    padding-bottom: 1vw;
    flex-direction: row;
  }
}

.article .content .article_header .half .detail dl dt {
  width: 100%;
  font-size: 3vw;
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 700;
  background: rgba(210, 198, 180, 0.4);
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dt {
    width: 12em;
    font-size: 1vw;
    text-align: center;
  }
}

.article .content .article_header .half .detail dl dd {
  font-size: 3vw;
  padding: .5em 1em;
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dd {
    font-size: 1vw;
    width: calc(96% - 12em);
  }
}

.article .content .article_header .half .detail dl dd ul li:not(:last-child) {
  margin-bottom: 1vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dd ul li:not(:last-child) {
    margin-bottom: 0.5vw;
  }
}

.article .content .article_body p {
  font-size: 3vw;
  line-height: 1.8;
  padding: 0 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .article .content .article_body p {
    font-size: 1.14583vw;
  }
}

/*記事*/
.article .content .article_body .enclose-box {
  background: #e7dfd3;
  border: 1px solid #eee;
  margin-bottom: 4vw;
  padding: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .enclose-box {
    margin-bottom: 2vw;
    padding: 2vw;
  }
}

.article .content h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  justify-content: center;
  font-size: 4vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .article .content h2 {
    margin: 0 auto 1vw;
    font-size: 1.9531vw;
  }
}

.article .content h3 {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 6vw;
  color: #fff;
  background: #4e2208;
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .article .content h3 {
    margin: 0 auto 1vw;
    font-size: 1.5vw;
  }
}

.article .content h3.bright {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 6vw;
  color: #4e2208;
  background: #d3c6b4;
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .article .content h3.bright {
    margin: 0 auto 1vw;
    font-size: 1.5vw;
  }
}

.article .content h3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: block;
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk_wht.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 0.5em;
  vertical-align: middle;
  position: absolute;
  top: 2.2vw;
  left: 2vw;
}

.article .content h3.bright:before {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/icon_astrsk.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .article .content h3:before {
    top: 0.8vw;
    left: 0.8vw;
  }
}

.article .content h4 {
  width: 100%;
  margin: 4vw 0;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  color: #4e2208;
  background: #d3c6b4;
  position: relative;
}

@media screen and (min-width: 769px) {
  .article .content h4 {
    margin: 2vw 0 1vw;
    font-size: 1.4531vw;
  }
}

.article .content h5 {
  width: 100%;
  margin: 4vw 0;
  padding: 0.5em;
  font-weight: 700;
  font-size: 3.666vw;
  letter-spacing: 0.1em;
  color: #4e2208;
}

@media screen and (min-width: 769px) {
  .article .content h5 {
    margin: 2vw 0 1vw;
    font-size: 1.2531vw;
  }
}

.article .content .article_body .anchor-link {
  padding: 4vw auto 2vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link {
    padding: 2vw 2vw 1vw;
  }
}

.news.article .article-main .anchor-link-ttl {
  border: none;
  line-height: 1.2;
  padding: 0 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .news.article .article-main .anchor-link-ttl {
    padding: 0 1.33333vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body .anchor-link .anchor-link-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.article .content .article_body .anchor-link .anchor-link-list:not(:last-of-type) {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list:not(:last-of-type) {
    margin-bottom: 2vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li {
  background: #FFF;
  border: 1px solid #4e2208;
  border-radius: 2.5em;
  font-size: 1em;
  margin-right: 2.66667vw;
  margin-bottom: 4vw;
  transition: background .2s ease;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li {
    margin-right: 1.33333vw;
    margin-bottom: 0.66667vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li a {
  color: #4e2208;
  padding: .5em .75em .5em .5em;
  transition: color .2s ease;
  display: block;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li a {
    padding: .5em 1.5em .5em 1em;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li .ic::before {
  color: #4e2208;
  transition: color .2s ease;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover {
    background: #4e2208;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover a {
    color: #FFF;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover .ic::before {
    color: #FFF;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li .ic::before {
  color: #4e2208;
  transition: color .2s ease;
}

.ic.arrow-b::before {
  content: "\E5C5";
}

.ic::before {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.5em;
  line-height: 0;
  margin-right: .15em;
  position: relative;
  vertical-align: middle;
}

.article .content .article_body .anchor-link .anchor-link-list-ttl {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list-ttl {
    margin-bottom: 1vw;
  }
}

.article .content .article_body .step-ttl {
  border: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl {
    font-size: 1.35417vw;
  }
}

.article .content .article_body .step-ttl-num {
  background: #4e2208;
  color: #FFF;
  padding: 0.5vw 0;
  text-align: center;
  width: 3em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl-num {
    padding: 0.5vw 0;
  }
}

.article .content .article_body .step-ttl-text {
  color: #4e2208;
  padding: 0.5vw 4vw;
  width: calc(100% - 3em);
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl-text {
    padding: 0.5vw 1.66667vw;
  }
}

.article .content .article_body img {
  width: 100%;
}

.article .content .article_body .img_large,
.article .content .article_body .img_medium,
.article .content .article_body .img_small {
  max-width: 100%;
  margin: 4vw auto 6vw;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {

  .article .content .article_body .img_large,
  .article .content .article_body .img_medium,
  .article .content .article_body .img_small {
    margin: 1em auto 2em;
    font-size: 1vw;
  }

  .article .content .article_body .img_large {
    max-width: 100%;
  }

  .article .content .article_body .img_medium {
    max-width: 70%;
  }

  .article .content .article_body .img_small {
    max-width: 50%;
  }
}

/*youtube*/
.article .content .article_body .movie {
  max-width: 100%;
  margin: 4vw auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .article .content .article_body .movie {
    max-width: 70%;
    margin: 2vw auto;
    position: relative;
  }
}

.article .content .article_body .movie iframe {
  width: 90vw;
  height: calc(90vw * 0.56);
}

@media only screen and (min-width: 768px) {
  .article .content .article_body .movie iframe {
    width: 50vw;
    height: calc(50vw * 0.56);
  }
}

/*table*/
.article .content .article_body table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table {
    border-collapse: collapse;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table::before {
    background: #4e2208;
    color: #FFF;
    content: attr(data-th);
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    left: 50%;
    margin: 0 auto -1px;
    padding: 1em .5em;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% + 2px);
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table tr {
    border: 1px solid #c6b4a9;
  }
}

.article .content .article_body table th {
  background: #4e2208;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #FFF;
  font-size: 3.6vw;
  font-weight: 700;
  padding: .5em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table th {
    border-right: none;
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table th {
    font-size: 1.04167vw;
  }
}

.article .content .article_body table td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 3.6vw;
  padding: .5em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td {
    border-right: none;
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table td {
    font-size: 1.14583vw;
  }
}

@media only screen and (min-width: 1300px) {
  .article .content .article_body table td {
    font-size: 16px;
  }
}

.article .content .article_body table td small {
  font-size: .8em;
  margin-left: .5em;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(1) {
    background: #F8F8FA;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(1)::before {
    content: attr(data-th);
    color: #000;
    display: block;
    font-size: .8em;
    font-weight: 400;
    margin-bottom: .2em;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(4) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:not(:nth-of-type(1))::before {
    content: attr(data-th);
    color: #000;
    display: inline-block;
    font-size: .8em;
    font-weight: 400;
    margin-right: 1em;
  }
}

/**/
.article .content .article_body .detail-box {
  background: #e7dfd3;
  border: 1px solid #E8E9EE;
  margin-bottom: 4vw;
  padding: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box {
    margin-bottom: 2vw;
    padding: 2vw;
  }
}

.article .content .article_body .detail-box h5 {
  width: 100%;
  margin: 0 0 4vw;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .article .content .article_body .detail-box h5 {
    margin: 0 0 1vw;
    font-size: 1.3531vw;
  }
}

.article .content .article_body .detail-box dl {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 0;
}

.article .content .article_body .detail-box dl dt {
  background: transparent;
  padding: 0 1em .5em;
  text-align: left;
  width: 100%;
  color: #4e2208;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box dl dt {
    border-right: 1px solid #cfa085;
    padding: 1em;
    width: 12em;
  }
}

.article .content .article_body .detail-box dl dd {
  padding: 0 1em;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box dl dd {
    padding: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body .detail-box dl {
    flex-direction: column;
  }

  .article .content .article_body .detail-box dl:not(:last-child) {
    border-bottom: 1px solid #E8E9EE;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.news.article .detail-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .news.article .detail-box dl {
    padding-bottom: 1vw;
  }
}

.news.article .detail-box dl dt {
  background: #e7dfd3;
  color: #4e2208;
  display: inline-block;
  padding: .5em 1em;
  text-align: center;
  width: 12em;
}

/*アコーディオン*/
.article .content .article_body .ac-box {
  background: #FFF;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
  padding: 4vw 6vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .ac-box {
    padding: 2vw 3vw;
  }
}

.article .content .article_body .enclose-box[data-elem="acBox"] {
  background: #e7dfd3;
  border-top: none;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
}

.article .content .article_body .ac-btn::after {
  color: #4e2208;
  content: "\E145";
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .ac-btn::after {
    right: 1vw;
  }
}

.article .content .article_body .note {
  margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .note {}
}

.article .content .article_body .note li {
  font-size: 2.5vw;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .note li {
    font-size: 1vw;
  }
}

/*margin*/
.mg-0 {
  margin: 0 !important;
}

.mg-b {
  margin-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b {
    margin-bottom: 2vw !important;
  }
}

.mg-b-0 {
  margin-bottom: 0 !important;
}

.mg-b-1h {
  margin-bottom: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-1h {
    margin-bottom: 3vw !important;
  }
}

.mg-b-1h-d {
  margin-bottom: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-1h-d {
    margin-bottom: 1.33333vw !important;
  }
}

.mg-b-2 {
  margin-bottom: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-2 {
    margin-bottom: 4vw !important;
  }
}

.mg-b-2-d {
  margin-bottom: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-2-d {
    margin-bottom: 1vw !important;
  }
}

.mg-t {
  margin-top: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t {
    margin-top: 2vw !important;
  }
}

.mg-t-1h {
  margin-top: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-1h {
    margin-top: 3vw !important;
  }
}

.mg-t-1h-d {
  margin-top: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-1h-d {
    margin-top: 1.33333vw !important;
  }
}

.mg-t-2 {
  margin-top: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-2 {
    margin-top: 4vw !important;
  }
}

.mg-t-2-d {
  margin-top: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-2-d {
    margin-top: 1vw !important;
  }
}

/*----- 余白 -----*/
.pd-0 {
  padding: 0 !important;
}

.pd-b {
  padding-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b {
    padding-bottom: 2vw !important;
  }
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

.pd-b-1h {
  padding-bottom: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-1h {
    padding-bottom: 3vw !important;
  }
}

.pd-b-1h-d {
  padding-bottom: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-1h-d {
    padding-bottom: 1.33333vw !important;
  }
}

.pd-b-2 {
  padding-bottom: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-2 {
    padding-bottom: 4vw !important;
  }
}

.pd-b-2-d {
  padding-bottom: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-2-d {
    padding-bottom: 1vw !important;
  }
}

.pd-t {
  padding-top: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t {
    padding-top: 2vw !important;
  }
}

.pd-t-1h {
  padding-top: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-1h {
    padding-top: 3vw !important;
  }
}

.pd-t-1h-d {
  padding-top: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-1h-d {
    padding-top: 1.33333vw !important;
  }
}

.pd-t-2 {
  padding-top: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-2 {
    padding-top: 4vw !important;
  }
}

.pd-t-2-d {
  padding-top: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-2-d {
    padding-top: 1vw !important;
  }
}

.mg-0 {
  margin: 0 !important;
}

.mg-b {
  margin-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b {
    margin-bottom: 2vw !important;
  }
}

.bg_box {
  width: 100%;
  margin: 2vw 0;
  background: #e7dfd3;
  padding: 1em;
}

.article .content .bg_box h5 {
  width: 100%;
  margin: 0 0 4vw;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .article .content .bg_box h5 {
    margin: 0 0 1vw;
    font-size: 1.3531vw;
  }
}

/*share*/
.article .content .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  justify-content: center;
  order: 4;
  width: 100%;
  margin: 6vw 0 0;
}

@media only screen and (min-width: 769px) {
  .article .content .share-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 2vw 0 0;
  }
}

.article .content .share-list li {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .article .content .share-list li {
    margin-bottom: 2%;
  }
}

.article .content .share-list li:not(:last-child) {
  margin-right: 2%;
}

@media only screen and (min-width: 769px) {
  .article .content .share-list li:not(:last-child) {
    margin-right: 0;
  }
}

.bg_box .cap {
  font-weight: 400;
}

/*最新ニュース*/
.article .mhNews {
  border-top: 1px solid #ae8f63;
}

.article .mhNews h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  justify-content: center;
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .article .mhNews h2 {
    margin: 0 auto 3vw;
    font-size: 1.9531vw;
  }
}

.article .mhNews .inner .mhNews_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list {}
}

.article .mhNews .inner .mhNews_list a {
  width: 48%;
  background: #fff;
  margin-bottom: 2%;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a {
    width: 23%;
  }
}

.article .mhNews .inner .mhNews_list a li {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a li {}
}

.article .mhNews .inner .mhNews_list a figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a figure {}
}

.article .mhNews .mhNews_list li figure figcaption {
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .article .mhNews .mhNews_list li figure figcaption {
    padding: 0.8vw;
  }
}

.article .mhNews .inner .mhNews_list li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list li figure figcaption .text {
    font-size: 1vw;
  }
}

.article .mhNews .inner .mhNews_list li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list li figure figcaption .info {
    font-size: 1vw;
  }
}

.article .link-text {
  color: #4e2208;
}

.article .link-text:hover {
  color: #d2550b;
  text-decoration: underline;
}

/************************************
  404
************************************/
html,
body.pg-404 {
  height: 100%;
}

body.pg-404 {
  display: flex;
  flex-direction: column;
}

div#wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-404 {
  flex: 1;
  text-align: center;
  color: #4e2208;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.page-404 h2 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .page-404 h2 {
    font-size: 3.64583vw;
  }
}

section.page-404 .inner p {
  font-size: 4.6vw;
  font-weight: 700;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  section.page-404 .inner p {
    font-size: 1.77083vw;
    margin-bottom: 3vw;
  }
}

/************************************
  サポート
************************************/
.page-support header h1 {
  font-size: 4vw;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .page-support header h1 {
    line-height: 1.1;
    margin-left: 0;
    width: 100%;
    padding: 1em 0.5em;
  }
}

@media only screen and (min-width: 769px) {
  .page-support .lang-select .SumoSelect {
    text-align: right;
    width: auto !important;
  }

  .page-support .lang-select .SumoSelect .optWrapper {
    width: auto !important;
  }

  .page-support .lang-select .SumoSelect .optWrapper .options {
    text-align: left;
  }

  .page-support #wrapper {
    min-height: 95vh;
  }

  .page-support header h1 {
    font-size: 1.71875vw;
    margin-right: auto;
    margin-left: auto;
    padding: 1.4vw 0.5vw 1.1vw;
    text-align: center;
    width: 80vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support header h1 {
    font-size: 33px;
  }
}

@media screen and (min-width: 769px) {
  .page-support header nav {
    margin-right: 0 !important;
    padding: 2vw 0 0.5vw !important;
  }
}

.page-support .support-header .logo {
  width: 60%;
  margin: 0 auto 4vw;
}

@media only screen and (min-width: 769px) {
  .page-support .support-header .logo {
    width: 20%;
    margin: 0 auto 2vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .support-header .logo {
    width: 360px;
    margin: 0 auto 50px;
  }
}

.page-support .support-header .support-header__ttl {
  border-top: 1px solid #4e2208;
  border-bottom: 1px solid #4e2208;
  color: #4e2208;
  padding: 0.8em;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .page-support .support-header .support-header__ttl {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .support-header .support-header__ttl {
    font-size: 40px;
  }
}

.page-support .support-body {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 769px) {
  .page-support .support-body {
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .support-body {
    margin-bottom: 120px;
  }
}

.page-support .content {
  width: 90%;
  margin: 3vw auto;
  line-height: 1.8;
}

@media only screen and (min-width: 769px) {
  .page-support .content {
    width: 80%;
    max-width: 1420px;
    margin: 3vw auto;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content {
    margin: 100px auto;
  }
}

.page-support .content h4 {
  width: 100%;
  margin: 4vw 0 0;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 4vw;
  color: #4e2208;
  background: #d3c6b4;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page-support .content h4 {
    margin: 2vw 0 0;
    font-size: 1.4531vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content h4 {
    margin: 50px 0 0;
    font-size: 22px;
  }
}

.page-support .content .sec__text {
  background-color: #ffffff;
  padding: 1em 2em;
}

@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text {
    padding: 2em 3em;
  }
}

.page-support .content .sec__text p {
  margin-bottom: 1em;
  font-size: 3.5vw;
}

@media only screen and (min-width: 769px) {
  .page-support .content .sec__text p {
    font-size: 1.1vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text p {
    font-size: 22px;
  }
}

.page-support .content .sec__text p.img_medium {
  width: 100%;
  margin: 0 auto 4vw;
}

@media only screen and (min-width: 769px) {
  .page-support .content .sec__text p.img_medium {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 2vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text p.img_medium {
    margin: 0 auto 50px;
  }
}

.page-support .content .sec__text p.img_medium img {
  width: 100%;
  height: auto;
}

.page-support .content .sec__text h5 {
  border-left: 4px solid #d3c6b5;
  padding-left: 1em;
  font-weight: 700;
  color: #4e2208;
  margin: 2em 0 1em;
  font-size: 3.5vw;
}

@media only screen and (min-width: 769px) {
  .page-support .content .sec__text h5 {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text h5 {
    font-size: 26px;
  }
}

.page-support .content .bg-box {
  background-color: #f8f5f2;
  padding: 1.5em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
  .page-support .content .btn_hex {
    width: 25vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .content .btn_hex {
    width: 600px;
  }
}

.page-support .support_header__platform {
  display: flex;
  justify-content: center;
  margin: 2em auto;
}

.page-support .support_header__platform ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul {
    font-size: 0.8vw;
    justify-content: flex-start;
  }
}

.page-support .support_header__platform ul li {
  width: 6em;
  background: #4e2208;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.3vw;
  padding: 0.1em 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0.3em;
  font-size: 2.5vw;
}

@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul li {
    width: 8em;
    font-size: 0.8vw;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .support_header__platform ul li {
    font-size: 18px;
  }
}

.page-support .support_header__platform ul li.ttl {
  width: 100%;
  text-align: center;
  background: none;
  color: #4e2208;
  font-size: 2.8vw;
  font-weight: 700;
  border-radius: 0;
  padding-right: 1em;
  box-sizing: border-box;
  margin: 0.3em 0.2em;
}

@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul li.ttl {
    text-align: left;
    font-size: 1vw;
    width: auto;
  }
}

@media only screen and (min-width: 1920px) {
  .page-support .support_header__platform ul li.ttl {
    font-size: 22px;
  }
}

.page-support .link-text {
  color: #4e2208;
  text-decoration: underline;
}

.page-support .link-text:hover {
  color: #7b360d;
}

@media only screen and (max-width: 768px) {
  .page-support .official-site-link .btn_hex {
    width: 90%;
    padding-right: 0.5em;
  }
}

/**********************************/
/*           UPDATE               */
/**********************************/

.page-support.update .support-header .logo {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .support-header .logo {
    width: 40%;
    margin: 0 auto 2vw;
  }
}

.page-support.update .support-header .logo img {
  width: 48%;
}

.page-support.update .support-header .logo img:last-child {
  width: 46%;
}

.update_header__platform ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 2vw auto;
}

.update_header__platform ul li {
  height: 4vw;
  margin: 2%;
}

.update_header__platform ul li img {
  height: 100%;
  width: auto;
}

.page-support.update .panel-box .panel-list li.panel-list-item {
  border: 4px solid #d3c6b4;
  /*overflow: hidden;*/
  position: relative;
  display: flex;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .page-support.update .panel-box .panel-list li.panel-list-item+.panel-list-item {
    margin-top: 2vw;
  }
}

.page-support.update .panel-box .panel-list li.panel-list-item .panel-list-item-inner {
  background: #d3c6b4;
  margin: 2px;
  width: 100%;
}

.page-support.update .panel-box .panel-list li.panel-list-item .panel-list-item-inner::after {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/common/elem_pt.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(100% + -6px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45.65217%;
}

.page-support.update .panel-box .panel-list .pic {
  width: 39%;
  position: absolute;
  top: 3vw;
  right: 7vw;
}

.page-support.update .panel-box .panel-list .txt {
  width: 100%;
}

.page-support.update .panel-box .panel-list .txt h3 {
  font-weight: 700;
  line-height: 1;
  font-size: 4vw;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #957964;
  margin-bottom: 0.5em;
}

.page-support.update .panel-box .panel-list .txt .date {
  font-weight: 700;
  color: #4e2208;
  margin-bottom: 0.5em;
}

.page-support.update .panel-box .panel-list .txt .date span {
  display: inline-block;
  text-align: center;
  font-size: 3vw;
  padding: 0.1em 0.7em;
  text-indent: 0.1em;
  margin-right: 1em;
}

.page-support.update .panel-box .panel-list .txt .date p small {
  font-size: 80%;
}

.page-support.update .panel-box .panel-list .note {
  color: #FF4200;
  font-size: 2.1vw;
  margin-top: 2vw;
}

.page-support.update .panel-box .panel-list .txt-box {
  font-size: 3vw;
}

.page-support.update .panel-box .panel-list .txt-box ul {
  text-indent: -1em;
  margin-left: 1em;
}

.page-support.update .panel-box .panel-list .txt-box .ttl {
  margin-bottom: 0.5vw;
}

@media only screen and (min-width: 769px) {
  .update_header__platform ul {
    flex-wrap: nowrap;
    width: auto;
    margin: 2vw auto;
  }

  .update_header__platform ul li {
    height: 2vw;
    max-height: 35px;
    margin: 1%;
  }

  .page-support.update .panel-box .panel-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-support.update .panel-box .panel-list li.panel-list-item {
    width: 49%;
    margin-bottom: 2vw;
    display: flex;
    transition: all .3s ease-in;
  }

  .page-support.update .panel-box .panel-list .pic {
    width: 35%;
    top: 1.2vw;
    right: 3vw;
  }

  .page-support.update .panel-box .panel-list .txt h3 {
    font-size: 2vw;
  }

  .page-support.update .panel-box .panel-list .txt .date {
    font-size: 1.25vw;
  }

  .page-support.update .panel-box .panel-list .txt .date span {
    font-size: 1vw;
  }

  .page-support.update .panel-box .panel-list .note {
    font-size: 0.8vw;
    margin-top: 1vw;
  }

  .page-support.update .panel-box .panel-list .txt-box {
    font-size: 1vw;
  }

  .page-support.update .panel-box .panel-list .txt-box .ttl {
    margin-bottom: 0.3vw;
  }
}

@media only screen and (min-width: 1700px) {
  .page-support.update .panel-box .panel-list .txt h3 {
    font-size: 35px;
  }

  .page-support.update .panel-box .panel-list .txt .date {
    font-size: 25px;
  }

  .page-support.update .panel-box .panel-list .txt .date span {
    font-size: 20px;
  }

  .page-support.update .panel-box .panel-list .note {
    font-size: 18px;
    margin-top: 1em;
  }

  .page-support.update .panel-box .panel-list .txt-box {
    font-size: 20px;
  }

}

.page-support.update .panel-box .panel-list .platform-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.6vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .panel-box .panel-list .platform-ic {
    margin-top: 1.3vw;
  }
}

.page-support.update .panel-box .panel-list .platform-ic .ic {
  background: #4e2208;
  font-weight: 500;
  border-radius: 0.3em;
  color: #fff;
  padding: 0.1em 0.7em;
  margin-right: 0.7em;
  font-size: 2vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .panel-box .panel-list .platform-ic .ic {
    font-size: 0.72vw;
  }
}

.page-support.update .panel-box li a {
  display: block;
  color: #4e2208;
  cursor: pointer;
  height: 100%;
  line-height: 1.5;
  padding: 3vw 7vw 3vw 3vw;
  position: relative;
  transition: opacity .5s ease-in-out;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .page-support.update .panel-box li a {
    font-size: 1.875vw;
    padding: 1.2vw 2.5vw 1.2vw 1.5vw;
  }

  .page-support.update .panel-box .panel-list li.panel-list-item:hover {
    border: 4px solid #813b11;
  }

}

.page-support.update .panel-box li a::after {
  background: url(https://www.monsterhunter.com/ja/wp-content/themes/mhseries/assets/images/tu/update_arrow.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 4vw;
  right: 1vw;
  position: absolute;
  transition: transform .2s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 6vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .panel-box li a::after {
    height: 1.5vw;
    right: 0.5vw;
    width: 2vw;
  }
}

/**********************************/
.page-support.update .content .sec__text p.indent {
  margin-left: 1.5em;

}

.page-support.update .content .sec__text {
  padding: 2em;
}

@media screen and (min-width: 769px) {
  .page-support.update header nav {
    margin-right: 0 !important;
    padding: 2vw 0 0.5vw !important;
  }
}

.page-support.update .conts-box .conts-box-inner {
  margin-bottom: 6vw;
  font-size: 3vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .conts-box .conts-box-inner {
    margin-bottom: 2vw;
    font-size: 1.1vw;
  }
}

.page-support.update .important {
  padding: 1em;
  border: 1px solid #d10000;
  margin: 0 0 6vw;
}

.page-support.update .important__ttl {
  color: #d10000;
  font-size: 3.5vw;
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 769px) {
  .page-support.update .important {
    padding: 1em 2em;
    margin: 0.5vw 0 2vw
  }

  .page-support.update .important__ttl {
    font-size: 1.2vw;
  }
}

.page-support.update .ver {
  text-align: center;
}

.page-support.update .ver .ver__platform_name {
  font-size: 2.5vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .ver {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .page-support.update .ver p {
    margin: 0 1%;
  }

  .page-support.update .ver .ver__platform_name {
    font-size: 1vw;
  }
}

.page-support.update .update-list>li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3vw;
}
@media only screen and (min-width: 769px) {
  .page-support.update .update-list>li {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1700px) {
  .page-support.update .update-list>li {
    font-size: 18px;
  }
}

.page-support.update .update-list>li.ic-sb {
  padding-left: 1.5em;
  text-indent: -1.5em;
}


.page-support.update .update-list>li.xbox,
.page-support.update .update-list>li.ps {
  padding-left: 0;
  text-indent: 0;
}

.page-support.update .update-list>li.xbox {
  background: #e8fbef;
  padding: 1em;
}

.page-support.update .update-list>li.ps {
  background: #e8f0fb;
  padding: 1em;
}

.page-support.update .update-list>li.xbox>div,
.page-support.update .update-list>li.ps>div {
  padding-left: 1em;
  text-indent: -1em;
}

.page-support.update .update-list>li.xbox>div.ic-sb,
.page-support.update .update-list>li.ps>div.ic-sb {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.page-support.update .ic-sb-note {
  padding-top: 2em;
}

span.ic-sb::before {
  margin-left: 0.3em;
}

.page-support.update .update-list>li.xbox>div+div,
.page-support.update .update-list>li.ps>div+div {
  margin-top: 0.5em;
}

.page-support.update .update-list>li.xbox>div>ul>li,
.page-support.update .update-list>li.ps>div>ul>li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-support.update .update-list>li.xbox>div>ul>li ul li,
.page-support.update .update-list>li.ps>div>ul>li ul li {
  text-indent: 0;
}

.page-support.update .update-list>li.nest {
  padding-left: 0;
  text-indent: 0;
}

.page-support.update .update-list>li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-support.update .update-list>li:not(.ic-sb)::before {
  color: #000;
  content: "・";
}

.page-support.update .update-list>li.xbox::before {
  content: "Xbox X|S / Xbox One / Windows";
  color: #107c10;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}

.page-support.update .update-list>li.ps::before {
  content: "PS5 / PS4";
  color: #003ca5;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}

.page-support.update .update-list>li.xbox>div:not(.ic-sb)::before,
.page-support.update .update-list>li.ps>div:not(.ic-sb)::before {
  content: "・";
}

.page-support.update .ic-sb::before {
  background: url(https://www.monsterhunter.com/wp-content/themes/mhseries/assets/images/tu/sb_icon.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.793em;
  vertical-align: middle;
  width: 1.543em;
  margin-right: 0.3em;
}

.page-support.update .toggle-btn {
  border: 1px solid #4e2208;
  color: #4e2208;
  cursor: pointer;
  font-size: 3.5vw;
  font-weight: 700;
  height: 100%;
  line-height: 1.5;
  padding: 0.8em 1em;
  position: relative;
  margin-bottom: 1em;
}

.page-support.update .conts-box-inner.ps .text-box {
  background: #e8f0fb;
  padding: 1em;
}

@media only screen and (min-width: 769px) {
  .page-support.update .toggle-btn {
    background-size: 100%;
    font-size: 1.2vw;
  }
}


.page-support.update .toggle-btn::before {
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  background: #4e2208;
  width: 1.1em;
  height: 0.12em;
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-support.update .toggle-btn::after {
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  background: #4e2208;
  width: 1.1em;
  height: 0.12em;
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}

.page-support.update .toggle-btn.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}

.page-support.update .toggle-btn.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.page-support.update .toggle-box {
  display: none;
  padding: 0 0 10vw;
}

.page-support.update .toggle-box.active {
  display: block;
}

@media only screen and (min-width: 769px) {
  .page-support.update .toggle-box {
    padding: 1vw 2vw 3vw;
  }
}

.page-support.update .toggle-box .img {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .page-support.update .toggle-box .img {
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    width: 68.29268%;
  }
}

.page-support.update .text-box .box-ttl {
  color: #4e2208;
  font-weight: 700;
  margin-bottom: .5em;
}

/*更新マーク*/
.page-support.update .new {
  position: relative;
}

.page-support.update .new::before,
.page-support.update .new::after {
  background: #45b8b5;
  border-radius: 100%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  right: 18px;
  z-index: 5;
  margin-top: -5px;
}

.update-panel .new::before,
.update-panel .new::after {
  top: 5vw;
  right: 4vw;
}
@media only screen and (min-width: 1024px) {
  .update-panel .new::before,
  .update-panel .new::after {
    top: 2vw;
    right: 1.5vw;
  }
}

.page-support.update .new::after {
  animation: pulsate 1.5s ease infinite;
  opacity: 0.2;
}

@keyframes pulsate {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }

  100% {
    opacity: .1;
    transform: scale(3, 3);
  }
}

/*MHA modal*/
  .modal-about section {
    padding: 0;
  }
  .modal-about .fv{
    margin-bottom: 6vw;
  }
  .modal-about .fv .lead{
    margin-bottom: 6vw;
    font-weight: 500;
    line-height: 1.8;
  }

  .modal-about h2 .small {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .modal-about .fv .pic{
    width: 70%;
    margin: 0 auto;
  }
@media only screen and (min-width: 1024px) {
  .modal-about .fv{
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
  } 

  .modal-about .fv .lead{
    width: 65%;
    margin-bottom: 0;
    font-size: min(1.18vw,22px);
  }
  .modal-about .fv .pic{
    width: 30%;
    max-width: 620px;
    margin: 0;
  }
  
}

.modal-about .sns_area{
  display: flex;
  justify-content: center;
}

.modal-about .sns_area .account{
  width:100%;
  background: #bea463;
  border-radius: 20px;
  padding: 1vw;
}

.modal-about .sns_area .account h3{
  width:100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10px;
  padding: 1vw;
}

.modal-about .sns_area .account ul{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.modal-about .sns_area .account li{
  width: fit-content;
}

/* .modal-about .sns_area .account li:nth-child(2){
  width: 45%;
} */
@media only screen and (min-width: 769px){
  .modal-about .sns_area .account li + li{
    margin-left: 5%;
  }
}

.modal-about .sns_area .account li figure{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.modal-about .sns_area .account li figure .logo {
    display: block;
    width: min(4vw, 40vw);
    padding-right: 0.5vw;
}

.modal-about .sns_area .account li figcaption{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: min(1.2vw,24px);
  font-weight: bold;
  width:fit-content;
}


.modal-about .sns_area .account li .sns-btn{
  margin-left: 0.5em;
}

.modal-about .sns_area .account li .sns-btn a {
    width: 8em;
    display: block;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 1.5em;
    box-sizing: border-box;
    color: #FFF;
    font-size: 3vw;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 769px){
  .modal-about .sns_area .account li .sns-btn a {
    font-size: 1vw;
    padding: 0.33333vw;
  }
}

.modal-about .sns_area .account li .sns-btn .instagram-btn {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.modal-about .sns_area .account li .sns-btn .facebook-btn {
  background: #1277e9;
}

@media screen and (max-width:768px ) {
  .modal-about .inner{
    width:90%;
    margin: 5% auto;
  }

  .modal-about h2{
    font-size: 4vw;
  }

  .modal-about .inner .sns_area{
    display: flex;
    flex-direction: column;
  }

.modal-about .sns_area > div{
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }

  .modal-about .sns_area .account {
    padding: 2em;
    background: #bea463;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

  .modal-about .sns_area .account ul{
      flex-direction: column;
      align-items: flex-start;
    }


.modal-about .sns_area .account .btn{
    font-size: 4vw;
    margin: 0.5em auto;
  }

  .modal-about .sns_area .account li{
      width:100%;
      justify-content: flex-start;
      margin-bottom: 3vw;
    }

.modal-about .sns_area .account li figcaption{
  width: 70%;
  font-size: 3.5vw;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2%;
}

.modal-about .sns_area .account li figure .logo{
    width:10vw;
    margin-right: 2vw;
  }
}
