@charset "utf-8";

.sec-box::before {
  content: none;
}

.sec-box .sec-box-mg {
	margin: 0 0 -10vw;
}

h2{
  position: relative;
}

.head-bg{
  width: 100%;
  height: auto;
}
h2 .text-box{
  line-height: 1.4;
  width:100%;
  position: absolute;
  text-align: center;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .8)) drop-shadow(-1px 1px 1px rgba(0, 0, 0, .8)) drop-shadow(1px -1px 1px rgba(0, 0, 0, .8)) drop-shadow(-1px -1px 1px rgba(0, 0, 0, .8));
  bottom: 5%;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  h2 .text-box{
    width: auto;
    top: 50%;
    right: 5%;
    bottom: inherit;
    transform: translateY(-50%);
  }
  .ja h2 .text-box{
    right:2%;
  }
}
h2 .text-box span {
  font-family: "Noto Serif", serif;
  font-weight: 900;
  background: -moz-linear-gradient(0deg, rgba(255,211,0,1) 8%, rgba(255,255,255,1) 51%, rgba(255,211,0,1) 89%);
  background: -webkit-linear-gradient(0deg, rgba(255,211,0,1) 8%, rgba(255,255,255,1) 49%, rgba(255,211,0,1) 89%);
  background: linear-gradient(0deg, rgba(255,211,0,1) 8%, rgba(255,255,255,1) 49%, rgba(255,211,0,1) 89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.8vw;
}
h2 .text-box span.ver {
  font-size: 7vw;
}

@media only screen and (min-width: 769px) {
  h2 .text-box span {
    font-size: 2.8vw;
  }
  h2 .text-box span.ver {
    font-size: 4vw;
  }
}

.ja h2 .text-box span {
  font-family: "source-han-serif-japanese", serif;
}

.cn h2 .text-box span {
  font-family: "source-han-serif-sc", serif;
}

.hk h2 .text-box span {
  font-family: "source-han-serif-tc", serif;
}

.ko h2 .text-box span {
  font-family: "source-han-serif-korean", serif;
}

.conts-box .conts-inner .desc-box h3 small {
  font-size: 60%;
}


/* tu-area */
.tu-area {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .tu-area {
  }
}

.tu-area .video-box {
  width:100%;
  padding: 2vw 0 0;
  margin: 6vw 0;
  border: none;
  box-shadow: none;
}
.tu-area .video-box .video-ttl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #1b2740;
  font-weight: 700;
  font-size: 4vw;
  margin-bottom: 4vw;
}
.tu-area .video-box .video-inner {
  border: 3px solid #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.tu-area .video-box .player {
  background: #000;
  border: 1px solid #333;
  position: relative;
  width: 100%;
}
.tu-area .video-box .player #player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tu-area .video-box .video-ttl span {
  display: block;
}
.tu-area .video-box .video-ttl span#Date {
  font-size: 1.070833vw;
  line-height: 1;
  color: #a4811a;
  margin-right: 0.5vw;
}

@media only screen and (min-width: 769px) {
  .tu-area .video-box {
    width: 70%;
    display: block;
		padding: 2vw 0 0;
    /* margin: 3vw auto 3.5vw; */
    margin: 3vw auto 6vw; /*btnなし*/
    border: none;
    box-shadow: none;
  }
  .tu-area .video-box .video-ttl {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		color: #1b2740;
		font-weight: 700;
    font-size: 1.31796875vw;
    margin-bottom: 1vw;
  }
  .tu-area .video-box .video-inner {
    border: 3px solid #fff;
  	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
  .tu-area .video-box .player {
    background: #000;
    border: 1px solid #333;
    position: relative;
    width: 100%;
  }
  .tu-area .video-box .player #player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
	.tu-area .video-box .video-ttl span {
		display: block;
	}
	.tu-area .video-box .video-ttl span#Date {
		font-size: 1.070833vw;
		line-height: 1;
		color: #a4811a;
    margin-right: 0.5vw;
	}
}

.video-box_btn {
  margin-bottom: 3vw;
}

.video-box_btn a{
  display: block;
}

.cp-bnr{
  width: 100%;
  margin: 6vw 0;
}

.cp-bnr img{
  width: 100%;
}

.cp-bnr a:hover{
  filter: brightness(1.1);
}

@media only screen and (min-width: 769px) {
  .cp-bnr{
    width: 70%;
    margin: 0 auto 3vw;
  }
  .cp-bnr a:hover{
    filter: brightness(1.1);
  }  
}

.tu-area .tu-box {
	margin-top:  5vw;
}
@media only screen and (min-width: 769px) {
  .tu-area .tu-box {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tu-area .tu-box .update-box {
	margin-bottom: 10vw;
}

@media only screen and (min-width: 769px) {
	.tu-area .tu-box .update-box {
		width: 47%;
		margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
  }
  .tu-area .tu-box.monster .update-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tu-area .tu-box h3.update-ttl {
	background: url("https://www.monsterhunter.com/rise-sunbreak/topics/update14/images/ttl_bg.png") left center repeat-x #800001;
	background-size: contain;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	font-size: 3.8vw;
	padding: 0 2.8vw;
	margin-bottom: 3vw;
  text-align: center;
  height: 3.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
	.tu-area .tu-box h3.update-ttl {
    background-size:  auto 2vw;
		font-size: 1.25vw;
		padding: 0;
		margin-bottom: 1.5vw;
	}
}

.tu-area .tu-box .update-box_image {
  width: 100%;
  margin-bottom: 1vw;
}
.tu-area .tu-box .update-box_txt {
  width: 100%;
  margin-bottom: 1vw;
}
.tu-area .tu-box .update-box_btn {
  width: 100%;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .tu-area .tu-box .update-box_btn {
    margin-top: auto;
  }
}

.tu-area .tu-box:not(:last-child) {
  margin-bottom: 7vw;
}
@media only screen and (min-width: 769px) {
  .tu-area .tu-box:not(:last-child) {
    margin-bottom: 2.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .btn-style-01 {
    width: 100%;
    padding: 0;
    height: 14.5vw;
  }
}
@media only screen and (min-width: 769px) {
  .btn-style-01 {
    padding: 1.5vw 0;
    width: 30vw;
    height: auto;
  }
}

.btn-style-01 span {
  position: relative;
}
.btn-style-01 span::before {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/buy-arrow.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 0.7em;
}
.btn-style-01:hover span::before {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/buy-arrow-on.png) center no-repeat;
  background-size: contain;
}

.btn-roadmap {
  border: 3px solid rgba(97, 0, 0, 1);
  padding: 2px;
  margin: 0 auto 6vw;
}
@media only screen and (min-width: 769px) {
  .btn-roadmap {
    border: 4px solid rgba(97, 0, 0, 1);
    width: 48%;
    margin: 0 auto 2vw;
  }
  .btn-roadmap:hover {
    filter: brightness(1.2);
  }
}
@media only screen and (max-width: 768px) {
  .btn-roadmap + .btn-roadmap {
    margin-top: 4vw;
  }
}


.btn-roadmap a {
  display: block;
}

.btn-roadmap .btn-roadmap--inner {
  background: rgba(97, 0, 0, 1) url(https://www.monsterhunter.com/rise-sunbreak/topics/update14/images/btn_roadmap_bg.png) no-repeat;
  background-size: auto 105%;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .btn-roadmap .btn-roadmap--inner {
    margin: 0.5vw;
    padding: 2vw;
  }
}
@media only screen and (min-width: 769px) {
  .btn-roadmap .btn-roadmap--inner {
    padding: 1vw;
  }
}

.btn-roadmap .btn-roadmap--inner::after {
 content: '';
 background-image: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/arrow_ic-r-w.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 position: absolute;
 transform: translateY(-50%);
 top: 50%;
 right: 2vw;
 width: 2vw;
 height: 3vw;
}
@media only screen and (min-width: 769px) {
  .btn-roadmap .btn-roadmap--inner::after {
   right: 1vw;
   width: 1.5vw;
   height: 2vw;
  }
}

.btn-roadmap .btn-roadmap--inner .thumb {
  width: 35%;
}

.btn-roadmap .btn-roadmap--inner .text-box {
  width: 53%;
  margin: 0 3%;
}

.btn-roadmap .btn-roadmap--inner .text-box .text {
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
  font-size: 4vw;
  margin-left: 1em;
}
@media only screen and (min-width: 769px) {
  .btn-roadmap .btn-roadmap--inner .text-box .text {
    font-size: 2vw;
  }
}

/*キャンペーンバナー*/
.campaign-bnr{
  width: 100%;
  margin: 4vw 0;
  position: relative;
  position: relative;
}
.campaign-bnr img{
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .campaign-bnr{
    width: 60%;
    margin: 0 auto 3vw;
  }

  .campaign-bnr:hover{
    filter: brightness(1.1);
  }
}

.campaign-bnr .campaign-bnr_text{
  width: auto;
  height: 1.8em;
  padding: 0.2em 2em 0.2em 2.5em;
  color: #fff;
  font-weight: 700;
  font-size: 2.5vw;
  position:absolute;
  right: 0;
  bottom: 0;
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/update14/images/bnr-bg-text.png) no-repeat;
  background-position: left;
  background-size: auto 100%;
}

@media only screen and (min-width: 769px) {
  .campaign-bnr .campaign-bnr_text{
    font-size: 0.9vw;
  }
}
