@charset "UTF-8";
/* CSS Document */

.index header{
  padding: 0 1vw 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
}

.index h1{
  width:50vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index h1 a{
  width: 16vw;
  /* padding-top: 1%; */
}

.index h1 img{
  width:100%;
}

.index h1 .title{
  width: auto;
  color: #452c09;
  margin-left: 1%;
}

.index h1 p.en{
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  /* padding-top: 0.8em; */
}

.index h1 p.en span{
  font-weight: normal;
  font-size: 2vw;
}

.index h1 p.en span.big{
  font-weight: 800;
  font-size: 2.26875vw;
}


.gnav{
  margin-left: auto;
}

.gnav > a{
  width: 14vw;
  text-align: center;
  background: #452c09;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1vw;
  margin-right: 1em;
  border-radius: 30px;
  position: relative;
}

.gnav > a:hover{
  background:#6f4407 ;
}

.gnav > a.first:before{
  content: "";
  width: 1.5vw;
  height: 1.3vw;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/icon_about.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.gnav .language {
    width: 10em;
    margin-left: 1em;
    position: relative;
    z-index: 20;
}

.gnav .language dt.setLang {
	background: url("https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_btn_lang.jpg") left center repeat;
	border: 2px solid #291001;
	border-radius: 0.3em;
	padding: 0.5em 0 0.5em 0.5em;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 1vw;
}
.gnav .language .active dt.setLang {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.gnav .language dt.setLang span {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url("https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/icon_arrowR.png") left center no-repeat;
	background-size: 17px auto;
	line-height: 20px;
	font-size: 3vw;
}
.gnav .language dd {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 100%;
}
.gnav .language dd .langList {
	background: #f3eac3;
	border: 2px solid #291001;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	padding: 0.3em 0;
}
.gnav .language dd .langList li a {
	display: block;
	color: #5f381b;
	text-align: center;
	text-decoration: none;
	font-size: 3vw;
	padding: 0.5em 0;
}

.gnav .language {
  right: 5%;
  bottom: 22%;
}
.gnav .language dd .langList {
  padding: 0.2em 0;
}
.gnav .language dd .langList li a {
  background-size: 17px auto;
  line-height: 17px;
  font-size: 1.8vw;
  padding: 0.8em 0;
}
.gnav .language dt.setLang span {
  font-size: 1.8vw;
}
.gnav .language dd .langList {
  padding: 0.1em 0;
}
.gnav .language dd .langList li a {
  background-size: 17px auto;
  line-height: 17px;
  font-size: 14px;
  padding: 0.5em 0;
}
.gnav .language dd .langList li a:hover {
  text-decoration: underline;
}
.gnav .language dt.setLang span {
  font-size: 1vw;
}

@media screen and (min-width:769px) {
  header .gnav{
    display: block;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width:768px) {
  .gnav{
    width: 40%;
    /* margin: 0 auto; */
    padding-top: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gnav .language {
    width: 100%;
    right: 0;
    bottom: 22%;
    margin-bottom: 2em;
    margin-left: 0;
  }
  .gnav .language dd .langList {
    padding: 0.2em 0;
  }
  .gnav .language dd .langList li a {
    background-size: 17px auto;
    line-height: 17px;
    font-size: 2.8vw;
    padding: 0.8em 0;
  }

  .gnav .language dt.setLang {
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 2.8vw;
  }

  .gnav .language dt.setLang span {
    font-size: 2.8vw;
  }

  .gnav > a{
    width:100%;
    background: #452c09;
    padding: 0.4em 2em;
    color: #fff;
    font-size: 2.8vw;
    margin: 0 0 5%;
    border-radius: 30px;
    position: relative;
    text-align: center;
  }

  .gnav > a.first:before{
    width: 5vw;
    height: 4vw;
  }
}


section{
  /*padding: 3% 0 0;*/
}

@media screen and (max-width:768px) {
  .index header{
    align-items: flex-start;
    margin-bottom: 1%;
  }

  .index h1{
    width: 45%;
    display: flex;
    justify-content: flex-start;
  }

  .index h1 a{
    width: 100%;
  }
  .index h1{
    display: block;
  }

  .index h1 .title{
    display: none;
  }

  .index h1 p.en span.big{
    font-size: 5vw;
  }

  .index h1 p.en span{
    font-weight: normal;
    font-size: 4vw;
  }

}

/*Index*/
.index section h2{
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png);
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-size: auto 15%;
  padding: 1.5vw 0;
  color: #fff;
  font-size: 3.9vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 3.125vw;
}

.index section h2 span{
  font-family:"source-han-sans-japanese",sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  .index section h2{
    padding: 3vw 0;
    font-size: 7vw;
    line-height: 1.1;
    margin-bottom: 5%;
    background-size: auto 20%;
  }

  .index section h2 span{
    font-family:"source-han-sans-japanese",sans-serif;
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
.index section.news h2{ background-color: #774f15;}
.index section.original h2{  background-color: #452c09;}
.index section.goods h2{ background-color: #774f15;}


/****************** featured **********************/
.index .featured {
  margin-bottom: 3vw;
}

.index .featured .swiper-container .swiper-slide figure{
  background: #fff;
}

.index .featured .swiper-container .swiper-slide figcaption{
  padding: 0.5em 1em 0.5em;
  color: #747474;
  min-height: 6em;
}

.index .featured .swiper-container .swiper-slide figure{
  padding: 3px;
  box-shadow: 2px 2px 4px rgba(5, 5, 5, 0.2), -2px -2px 4px rgba(5, 5, 5, 0.2), -2px 2px 4px rgba(5, 5, 5, 0.2);
  border: 3px solid #9d8a6f;
}

@media screen and (max-width:769px) {
  .index .featured {
    margin-bottom: 6vw;
  }
}

.index section.bnr_area{
  display: flex;
  justify-content: center;
  padding: 0 0 3%;
}

.index section.bnr_area a{
  max-width:95%;
  display: block;
}

.index section.original h2{
  display: flex;
  justify-content: center;
  align-items: center;
}


.index section.original h2 figure{
  width:14vw;
  margin-right: 0.5em;
}

.index section.original h2 figure img{
  vertical-align: bottom;
}

.index section.notice_important .inner{
  width: 76%;
  padding-bottom: 3%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:769px) {
  .index section.notice_important .inner{
    width: 95%;
  }
}

.index .notice_red_important a{
  text-decoration: underline;
  color: blue;
}
.index .notice_red_important {
  border-radius: 10px;
	background: #fff;
	border: 2px solid #c30f10;
	box-sizing: border-box;
	color: #333;
	margin: 15px 0 20px;
	padding: 1em 2em 0;
	font-size: 1rem;
}
.index .notice_red_important .title {
	color: #c30f10;
	text-align: center;
	margin-bottom: 10px;
}
.index .notice_red_important .txt {
	margin-bottom: 15px;
}
.index .notice_red_important ul {
	margin-bottom: 15px;
	font-weight: bold;
}
.index .notice_red_important ul li + li {
	margin-top: 8px;
}
.index .notice_red_important ul li span {
	color: #c30f10;
}
.index .notice_red_important ul li img {
	vertical-align: bottom;
	margin-right: 3px;
}
.index .notice_red_important .bdBox {
	border: 1px solid #cfd0d5;
	box-sizing: border-box;
	padding: 10px;
  margin-bottom: 20px;
}
.index .notice_red_important .bdBox div {
	font-weight: bold;
	margin-bottom: 5px;
}

@media screen and (max-width:768px) {
  .index .notice_red_important {
  	margin: 10px 0 15px;
  }

  .index .notice_red_important .title {
    font-size: 1rem;
  }
}

.toggle{
		display: none;
}

/*アコーディオン処理*/
.toggle{
    display: none;
    border: 2px solid red;
}
.toggle-label{
    font-size: 100%;
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 0;
    background: #fff;
    position: relative;
}

.toggle-label::after{
    color: #BABABA;
    content: "\025bc";
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toggle:checked  + .toggle-label::after{
  content: "\025b2";
}

.toggle-lists{
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .4s;
    visibility: hidden;
}
.toggle:checked  + .toggle-label + .toggle-lists{
    height: auto;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:768px) {
  .toggle-label::after{
      right: -1em;
  }

 }

.index section.notice{

}

.index section.notice .inner{
  width: 76%;
  padding-bottom: 5vw;
  margin: 0 auto;
  position: relative;
}

.index section.notice .inner::after{
  content: "";
  /*background: url(../images/common/pic_chara_st2.png) no-repeat; st2*/
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/pic_chara.png) no-repeat;
  background-size: contain;
  width:21.875vw;
  height: 16.89vw;
  position: absolute;
  bottom: -1.5vw;
  right: -12vw;
}


.index section.notice .inner .notice_title{
  background: #452c09;
  width:8em;
  padding: 0.2em 0;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 1.1718vw;
  text-align: center;
}

.index section.notice .inner dl.notice_list{
  padding: 1em 0;
  border-bottom: 1px solid #c0af8b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.index section.notice .inner .notice_list  dt{
  color: #a1884c;
  padding-left: 4em;
  margin-right: 2em;
  position: relative;
}

.index section.notice .inner .notice_list dd{
  color: #452c09;
}

.index section.notice .inner .notice_list dd a{
  text-decoration: underline;
}

.index section.notice .inner .notice_list a:hover{
  color: #a1884c;
}

.index section.notice .inner  dl.notice_list::before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left: 1em;
  transform: translateY(-50%);
  width: 2.03125vw;
  height: 2.03125vw;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/ico_notice.png) no-repeat;
  background-size: cover;
}

.index .date{
  font-size: 0.8rem;
}

@media screen and (max-width:769px) {
  .index .date{
    font-size: 2.3437vw;
  }

  .index section.notice .inner .notice_title{
    font-size: 2.552vw;
  }

  .index section.notice .inner{
    width: 90%;
    padding-bottom: 10vw;
  }

  .index section.notice .inner dl.notice_list{
    padding-left: 7.8125vw;
    margin-bottom: 6vw;
    border-bottom: 1px solid #c0af8b;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }


  .index section.notice .inner dl.notice_list::before{
    left: 1vw;
    width: 3.9062vw;
    height: 3.9062vw;
  }

  .index section.notice .inner .notice_list dt{
    padding-left: 0;
    margin-right: 0;
  }

  .index section.notice .inner::after{
    right: 0;
  }

  .index section.notice .inner::after{
    width:27.86vw;
    height: 16.53vw;
    right: 0;
  }

}


/********* NEWS *********/
.index section.news{
  padding-top: 0;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_news.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 4%;
}

.index .news .swiper-container .swiper-slide{
}

.index .news .swiper-container .swiper-slide::after{
  content: "";
  width: 100%;
  height: 1.1em;
  display: block;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/ico_item.png) no-repeat;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  background-position: center;
}

.index .news .swiper-container .swiper-slide figure{
  position: relative;
  background: #774f15;
  padding: 2px;
  box-shadow: 1px 1px 2px rgba(5, 5, 5, 0.32),1px -1px 4px rgba(5, 5, 5, 0.32),-1px -1px 4px rgba(5, 5, 5, 0.32),-1px 1px 4px rgba(5, 5, 5, 0.32);
}


.index .news .swiper-container .swiper-slide figcaption{
  background: #fff;
  color: #747474;
  padding: 0.5em 1em 2em;
  line-height: 1.4;
  min-height: 8rem;
  font-size: 1vw;
}

.index .news .swiper-container .swiper-slide figure img{
  vertical-align: bottom;
  position: relative;
}

.index .news .swiper-container .swiper-slide .modal figure::before {
  background-image: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/play_ic.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  height: 6vw;
  width: 6vw;
  z-index: 1;
}

@media screen and (min-width:1280px) {
  .index .news .swiper-container .swiper-slide figcaption{
    font-size: 0.8666vw;
  }


}
@media only screen and (max-width: 768px) {
  .index .news .swiper-container .swiper-slide .modal figure::before {
    width: 15vw;
    height: 15vw;
  }

  .index .news .swiper-container .swiper-slide::after{
    height: 3vw;
    background-size: contain;
  }
  .index .news .swiper-container .swiper-slide figcaption{
    font-size: 3vw;
    min-height: 10em;
  }
}

.index .more_btn{
  width:20vw;
  margin: 2% auto 3%;
}

.index .more_btn a{
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  .index .more_btn{
    width:80vw;
    margin: 2% auto 3%;
  }

  .index .more_btn a{
    font-size: 4vw;
  }

}


.goods .goods_slider {
  width:90%;
  margin: 0 auto 5%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.goods .goods_slider .item{
  max-width: 350px;
}


@media screen and (max-width:768px) {
  .goods .goods_slider {
    width:90%;
    margin: 0 auto 6vw;
    display: block;
  }

  .index section.goods .item{
    width: 100%;
    max-width: 100%;
    margin: 2% 1%;
    padding-bottom: 0;
  }

  .index section.goods .item figure{
    display: flex;
    align-items: flex-start;
  }

  .index section.goods .item figure img{
    width: 40%;
  }

  .index section.goods .item figcaption{
    font-size: 3vw;
    padding-bottom: 2em;
  }

  .index section.goods .item figcaption:after{
    content: "";
    width: 100%;
    height: 1.1em;
    bottom: 0;
    left: 70%;
    transform: translate(-50%,-50%);
  }
}
/************************ SNS ***********************/
.index .sns h2{
  background: #452c09;
  background-image: none;
  font-size: 2.3437vw;
}

.index .sns .inner{
  width:70%;
  margin: 3% auto;
}

.index .sns .inner .sns_area{
  display: flex;
  justify-content: center;
}

.index .sns .inner .sns_area > div{
}

.index .sns .inner .sns_area .twitter{
  overflow-y:hidden;
  border-radius: 10px;
  border: 2px solid #774f15;
}

.index .sns .inner .sns_area .account{
  width:100%;
  background: #bea463;
  border-radius: 10px;
  padding: 1vw;
}
.index .sns .inner .sns_area .account ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.index .sns .inner .sns_area .account li{
  width: 48%;
  display: flex;
  justify-content: center;
}


.index .sns .inner .sns_area .account li figure{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index .sns .inner .sns_area .account li figure .logo {
    width: 4vw;
}

.index .sns .inner .sns_area .account li figcaption{
  color: #fff;
  font-size: 1.5vw;
  margin-left: 5%;
  font-weight: bold;
  width:65%;
}

.index .sns .account li .sns-btn{
  margin-top: 0.4em;
}

.index .sns .account li .sns-btn .instagram-btn {
    width: 25em;
    display: block;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    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){
.index .sns .account li .sns-btn .instagram-btn {
    width: 20em;
    font-size: 0.52083vw;
    padding: 0.33333vw;
    margin-top: 1.5em;
  }
}

.index .sns .account li .sns-btn .instagram-btn .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.index .sns .account 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/mha/wp-content/themes/mha/assets/images/common/insta_icon_w.svg) center no-repeat;
    background-size: contain;
}

.index .sns .inner .sns_area .account .btn{
  width:100%;
  margin-top: auto;
  margin-bottom: 0.5em;
  font-size: 1.2vw;
  position: relative;
}

.index .sns .inner .sns_area .account .btn::before{
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/ico_arrow_btn.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
}

@media screen and (max-width:768px ) {
.index .sns .inner{
    width:90%;
    margin: 5% auto;
  }

.index .sns h2{
    font-size: 4vw;
  }

.index .sns .inner .sns_area{
    display: flex;
    flex-direction: column;
  }

.index .sns .inner .sns_area > div{
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }

.index .sns .inner .sns_area .account{
    padding: 2em;
  }

  .index .sns .inner .sns_area .account ul{
      flex-direction: column;
    }


.index .sns .inner .sns_area .account .btn{
    font-size: 4vw;
    margin: 0.5em auto;
  }

  .index .sns .inner .sns_area .account li{
      width:100%;
      justify-content: flex-start;
    }

.index .sns .inner .sns_area .account li figcaption{
    font-size: 4vw;
  }

.index .sns .inner .sns_area .account li figure .logo{
    width:10vw;
    margin-right: 2vw;
  }

.index .sns .inner .sns_area .account {
      background: #bea463;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
  }

}
.index .related{
  border-top: 3px solid #452c09;
}

.index .related .related_title{
  margin: 3% 0 2%;
  text-align: center;
  font-size: 2.3437vw;
  color: #452c09;
  font-weight: bold;
}

.index .related .link_area{
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.index .related .link_area li{
  width: 18%;
  margin: 0.5%;
}

.index .related .link_area li a img{
  width: 100%;
}

@media screen and (max-width:768px) {
.index .related .related_title{
    margin: 5% 0 3%;
    font-size: 4vw;
  }

.index .related .link_area{
    width:90%;
    margin: 5% auto;
    flex-wrap: wrap;
    justify-content:flex-start;
  }

.index .related .link_area li{
    width: 48%;
    margin: 1%;
  }
}

/**********************************************************************************/
/* page
/**********************************************************************************/
.page header{
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1%;
}


.page h2.bg_title{
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/mha/wp-content/themes/mha/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;
}

.page h2.bg_title .jp{
  font-size: 3.2vw;
  font-weight: 400;
}

.page h2.bg_title span{
  font-family:"source-han-sans-japanese",sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  .page section h2.bg_title{
    padding: 3vw 0;
    font-size: 7vw;
    line-height: 1.1;
    margin-bottom: 5%;
    background-size: auto 20%;
  }

  .page section h2.bg_title span{
    font-family:"source-han-sans-japanese",sans-serif;
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }
}

/**********************************************************************************/
/* info
/**********************************************************************************/
.info .lead{
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 2vw;
}

.info .info_inner{
  text-align: center;
  font-size: 1vw;
  margin: 0 auto 4vw;
  width:65%;
}

.info h3{
  font-size: 1.5vw;
  font-weight: 700;
  color: #452c09;
  margin-bottom: 2vw;
}

.info .box{
  background: #ccc;
  height: 40vw;
}

@media screen and (max-width:1200px) {
  .info .info_inner{
    width:80%;
    font-size: 1.04167vw;
  }
}

@media screen and (max-width:768px) {
  .info .info_inner{
    margin: 6vw auto;
    width:90%;
    font-size: 3vw;
  }

  .info .lead{
    font-size: 3.8vw;
    margin-bottom: 6vw;
    text-align: left;
  }

  .info h3{
    font-size: 4.2vw;
  }


}

/**********************************************************************************/
/* article
/**********************************************************************************/
/*Index*/
.page_title_txt{
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png) #452c09;
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-size: auto 15%;
  padding: 1.5vw 0;
  color: #fff;
  font-size: 3.9vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_title_txt figure{
  max-width:14vw;
  margin-right: 0.5em;
}

.article .page_title{
  width:100%;
}

.article .page_title figure{
  width:100%;
}

.article .content_inner{
  margin: 4vw auto;
  width:65%;
}

@media screen and (max-width:1200px) {
  .article .content_inner{
    width:80%;
    font-size: 1.04167vw;
  }
}

@media screen and (max-width:768px) {
  .article .content_inner{
    margin: 6vw auto;
    width:90%;
    font-size: 3.8vw;
  }
}

/**********************************************************************************/
/* parts
/**********************************************************************************/
.ttl01-bgL {
    font-size: 1.4vw;
    font-weight: bold;
    min-height: 32px;
    margin: 2vw 0 1vw;
    padding-left: 55px;
    background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/ttl01_bgL.png) no-repeat left bottom;
    border-bottom: 2px solid #96755a;
    position: relative;
}

.ttl01-bgL::after{
  width:100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 1px solid #d9c29b;
}


@media screen and (max-width: 768px){
  .ttl01-bgL {
      font-size: 4.2vw;
  }
}

.col2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col2 > *{
  width:48%;
  margin:0 1% 1em;
}

.col2 figure figcaption{
  text-align: center;
}

.col3{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col3 > *{
  width:calc(100% / 3.2);
  margin:0 0 1em;
}

.col3 figure figcaption{
  text-align: center;
}

@media screen and (max-width: 768px){
  .col2 > *,
  .col3 > * {
    width:100%;
    margin:0 0 1em;
  }
}

/*記事一覧*/
.item_area{
  width:70%;
  margin: 0 auto 5%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.item{
  width: 31%;
  margin: 1%;
  border: 2px solid #774f15;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 4px rgba(5, 5, 5, 0.2),2px -2px 4px rgba(5, 5, 5, 0.2),-2px -2px 4px rgba(5, 5, 5, 0.2),-2px 2px 4px rgba(5, 5, 5, 0.2);
  position: relative;
  padding-bottom: 2em;
}

.item figure{
}

.item figure img{
  vertical-align: bottom;
}

.item figcaption{
  color: #747474;
  padding: 0.5em 1em 1em;
  font-size: 1vw;
}

.item figcaption:after{
  content: "";
  width: 100%;
  height: 1.4vw;
  display: block;
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/ico_item.png) no-repeat;
  position: absolute;
  bottom:0.5em;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  background-position: center;
}

@media screen and (min-width:1280px) {
  .item figcaption{
    font-size: 0.8666vw;
  }
}

@media screen and (max-width:768px) {
  .item_area{
    width:90%;
    justify-content: space-between;
  }
}

@media screen and (max-width:768px) {
  .item{
    width: 48%;
    margin: 2% 1%;
  }

  .item figcaption{
    font-size: 3vw;
    padding: 0.5em 1em 1em;
  }

  .item figcaption:after{
    height: 3vw;
  }

}
/************************************
  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: 900;
  letter-spacing: 0.1em;
  margin: 0 0 6vw;
}
@media only screen and (min-width: 769px) {
  .page-404 h2 {
    font-size: 3.64583vw;
    margin: 0 0 2vw;
  }
}
.page-404 .inner p {
  font-size: 4.6vw;
  font-weight: 500;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 769px) {
  .page-404 .inner p {
    font-size: 1.77083vw;
    margin-bottom: 3vw;
  }
}
a.btn_mhab {
  background: #452c09;
  padding: 0.5em 0;
  color: #fff;
  font-size: 3.8vw;
  border-radius: 30px;
  margin: 4vw auto;
  display: block;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  a.btn_mhab {
    font-size: 1.2vw;
    margin: 2vw auto;
    width: 15vw;
  }
}
a.btn_mnab:hover{
  background: #6f4407;
}

/*******************************************/
/* MHPヘッダー
/*******************************************/
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/mha/wp-content/themes/mha/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;
    margin-left: 0;
  }
}

.lang-en header h1 {
  margin-left: 0;
}

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: 14px;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}

header nav a {
  text-align: center;
}
header nav a.nav-mhb figure{
  width: 4.5vw;
  margin: 0 auto;
}
header nav a.nav-mhb figure img{
  vertical-align: bottom;
}

header nav a.nav-mail figure{
  width: 2.5vw;
  margin: 0 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: 3vw;
  }

  header nav a.nav-mhb,
  header nav a.nav-mail{
    padding: 0.5vw 0 0;
    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:last-child {
    width: 50%;
  }
  
  header nav a+a {
    margin-left: 4em;
  }

  header nav a {
    transition: color .3s ease-out;
  }

  header nav a:hover {
    color: #eed998;
    text-decoration: none;
  }
}

/*header MHBタイトル*/
.page h2.bg_title.mhattl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #774f15;
  font-size: 4vw;
  font-weight: 700;
  padding: 3.5vw 0;
  margin-bottom: 0;
  margin-top: 6vw;
}

.page h2.mhattl figure {
  width: 12vw;
  margin-right: 0.5em;
}

.page h2.mhattl figure img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .page h2.bg_title.mhattl {
    font-size: 1.8vw;
    padding: 1.2vw 0;
    margin-top: 2vw;
  }
  .page h2.mhattl figure {
    width: 4.5vw;
    margin-right: 0.5em;
  }  
}

/*footer MHBリンク*/
.page .mhafooter {
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/mha/wp-content/themes/mha/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;
}

.page .mhafooter 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) {
  .page .mhafooter a {
    width: 35vw;
    padding: 1vw 2vw 1vw 1vw;
    transition: background 0.5s ease ;
  }
  
  .page .mhafooter a:hover {
    background-color: #a47329;
    text-decoration: none;
  }
}

.page .mhafooter 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) {
  .page .mhafooter a:after{
    width: 0.8vw;
    height: 0.8vw;
  }
}

.page .mhafooter figure {
  width: 5vw;
  margin-right: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page .mhafooter span {
  display: block;
  font-size: 1.2vw;
  font-weight: normal;
}

.page .mhafooter figure {
  width: 5vw;
  margin-right: 0.5em;
}

.page .mhafooter figure img {
  vertical-align: bottom;
}

@media screen and (max-width:768px) {
  .page .mhafooter {
    padding: 8vw 0;
    font-size: 7vw;
    line-height: 1.1;
    background-size: auto 15%;
  }

  .page .mhafooter figure {
    width: 10vw;
    margin-right: 0.5em;
  }
  
  .page .mhafooter span {
    display: block;
    font-size: 3vw;
    font-weight: normal;
  }
}


.page h2.bg_title {
  background: url(https://www.monsterhunter.com/mha/wp-content/themes/mha/assets/images/common/bg_subtitle_up.png), url(https://www.monsterhunter.com/mha/wp-content/themes/mha/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;
}

.page h2.bg_title .jp {
  font-size: 3.2vw;
  font-weight: 400;
}

.page h2.bg_title span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  .page section h2.bg_title {
    padding: 3vw 0;
    font-size: 7vw;
    line-height: 1.1;
    margin-bottom: 5%;
    background-size: auto 20%;
  }

  .page section h2.bg_title span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
