@charset "utf-8";

.select-wrap {
  font-size: 2.7vw;
  z-index: 10;
}

.select-wrap {
  top: calc(100% + 15vw);
}

.select-wrap {
  position: relative;
  width: 60%;
}

@media only screen and (max-width: 1023px) {
  .select-wrap {
    margin: 4vw auto;
  }
}

@media only screen and (min-width: 1024px) {
  .select-wrap {
    position: absolute;
    font-size: 1.04167vw;
    right: 8vw;
    top: 3.5vw !important;
    width: 22% !important;
  }
}

.select-wrap .select-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #6b6767;
  cursor: pointer;
  padding: 2vw 1vw 2vw 1.5vw;
}

@media only screen and (min-width: 1024px) {
  .select-wrap .select-box dt {
    padding: 0.66667vw 0.5vw 0.8vw 0.8vw;
  }
}

.select-wrap .select-box dt .box-ttl {
  color: #fff;
}

.select-wrap .select-box dt .set {
  color: #EED998;
}

.select-wrap .select-box dd {
  display: none;
  left: 0;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
}

.select-wrap .select-box dd .lang-list {
  padding: 1vw 0;
  background: rgba(0, 0, 0, 0.9);
}
.lang-list li:first-child {
  border: none;
}

.select-wrap .select-box dd .lang-list li {
  width: 100%;
}
.select-wrap .select-box dd .lang-list li a {
  display: block;
  color: #fff;
  padding: 2vw 4vw;
  transition: color .2s ease-in;
}

@media only screen and (min-width: 1024px) {
  .select-wrap .select-box dd .lang-list li a {
    padding: 0.8vw 2vw;
  }
}

.select-wrap .select-box dd li a:hover {
  color: #EED998;
}

.select-wrap .select-box dd .lang-list li .status {
  margin-right: 1em;
}

.ic-matl::before, .ic-matl::after {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  position: relative;
  vertical-align: middle;
}
.ic-lang::before {
  content: "";
}
.ic-matl::before {
  background-image: url(https://www.monsterhunter.com/rise-sunbreak/topics/tu4-campaign/images/icon_earth.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .15em;
}

.ic-matl::after {
  background-image: url(https://www.monsterhunter.com/rise-sunbreak/topics/tu4-campaign/images/icon_arrow_yel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: .5em;
}
.ic-arrow-b-r::after {
  content: "";
}

.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;
}

.sec .lead{
  font-size: 4.2vw;
  color: #3d0b0b;
}

@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%;
  }

  .sec .lead{
    font-size: 1.2vw;
    color: #3d0b0b;
  }

  .period .ttl {
    width: 20%;
  }
  .period .text .date {
    font-size: 2.125vw;
    text-align: left;
  }
}
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%;
}

.red {
  color: #b10102;
}

/* overview-area */
.overview-area {
  width: 100%;
  margin: 0;
}


.overview-area .video-box {
  width:100%;
  padding: 2vw 0 0;
  margin: 6vw 0;
  border: none;
  box-shadow: none;
}
.overview-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;
}
.overview-area .video-box .video-inner {
  border: 3px solid #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  margin-bottom: 1em;
}

.overview-area .video-box .video-inner a {
  display: block;
  position: relative;
}

.overview-area .video-box .video-inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9vw;
  height: 6vw;
  transform: translate(-50%, -50%);
  background: url("https://www.monsterhunter.com/rise-sunbreak/assets/img/master/common/yt_icon_r.svg") no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .overview-area .video-box .video-inner a::after {
    width: min(5.2vw, 100px);
    height: min(4vw, 80px);
  }
}

.overview-area .video-box .video-inner a:hover {
  filter: brightness(1.1);
}
.overview-area .video-box .player {
  background: #000;
  border: 1px solid #333;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.overview-area .video-box .player #player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.overview-area .video-box .video-ttl span {
  display: block;
}
.overview-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) {
  .overview-area .video-box {
    width: 70%;
    display: block;
		padding: 0;
    /* margin: 3vw auto 3.5vw; */
    margin: 0 auto 4vw; /*btnなし*/
    border: none;
    box-shadow: none;
  }
  .overview-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;
  }
  .overview-area .video-box .video-inner {
    border: 3px solid #fff;
  	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
  .overview-area .video-box .player {
    background: #000;
    border: 1px solid #333;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .overview-area .video-box .player #player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
	.overview-area .video-box .video-ttl span {
		display: block;
	}
	.overview-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;
}


.overview-area .overview-box {
  margin-top:  5vw;
	margin-bottom: 10vw;
}

@media only screen and (min-width: 769px) {
	.overview-area .overview-box {
    width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    margin-top: 0;
		margin-bottom: 2vw;
    flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
    justify-content: space-between;
  }
}

body.cn .overview-area .overview-box p.note::before,
body.hk .overview-area .overview-box p.note::before,
body.ko .overview-area .overview-box p.note::before,
body.ja .overview-area .overview-box p.note::before {
  content: none;
}

.overview-area .overview-box p.note{
  text-indent: 0;
  padding-left: 1em;
}
.overview-area h3.overview-ttl {
	background: url("https://www.monsterhunter.com/rise-sunbreak/topics/tu4-campaign/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) {
	.overview-area h3.overview-ttl {
    background-size:  auto 2vw;
		font-size: 1.25vw;
		padding: 0;
		margin-bottom: 1.5vw;
	}
}

.overview-area .overview-box .overview_image {
  width: 100%;
  margin: 0 auto 1vw;
}
.overview-area .overview-box .overview_txt {
  width: 100%;
  margin-bottom: 1vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.overview-area .overview-box .overview_btn {
  width: 100%;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .overview-area .overview-box .overview_btn {
    margin-top: auto;
  }
  .overview-area .overview-box .overview_txt {
    font-size: 1vw;
  }
}

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

.overview-area .item-box{
  margin-bottom: 6vw;
  color: #3d0b0b;
}
@media only screen and (min-width: 769px) {
  .overview-area .item-box{
    margin-bottom: 2vw;
  }
}
.overview-area .item-box .ttl{
  font-size: 4.2vw;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .overview-area .item-box .ttl{
    font-size: 1.2vw;
  }  
}

@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;
}

.apply-box{
  width: 100%;
  padding: 6vw 4vw;
  margin-bottom: 6vw;
  background-color: #f5f1e8;
}
@media only screen and (min-width: 769px) {
  .apply-box{
    width: 100%;
    padding: 3vw 2vw;
    margin-bottom: 3vw;
    background-color: #f5f1e8;
  }  
}

.apply-box .note{
  text-align: center;
}

.apply-box .lead{
  padding-bottom: 0;
  margin-bottom: 2.5em;
}
.apply-box .lead.red{
  color: #cf1111;
  margin-bottom: 0;
}  

/*送信ボタン*/
.apply-btn-area {
  width: 90%;
  margin: 6vw auto 4vw;
  border: solid 4px #8b1818;
  padding: 0.1vw;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .apply-btn-area {
    width: 35%;
    margin: 1vw auto 2vw;
    border: solid 4px #8b1818;
    padding: 0.1vw;
    display: block;
  }
  .pt-br .apply-btn-area,
  .fr .apply-btn-area,
  .de .apply-btn-area,
  .it .apply-btn-area {
    width: 40%;
  }
}
.apply-btn-area .apply-btn-inner {
  /* background: #f9670b; */
  animation: btnAnime 6s linear infinite reverse;
  background: #8b1818;
  background-size: 200%;
  padding: 0.4em 0;
  font-size: 5vw;
  letter-spacing: normal;
  font-weight: bold;
  transition: z-index .5s ease-in-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  .apply-btn-area .apply-btn-inner {
    font-size: 1.4vw;
  }

  .apply-btn-area:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 1;
  }
  
}

@media only screen and (min-width: 1480px) {
  .apply-btn-area .apply-btn-inner {
    font-size: 28px;
  }
}

.ja .apply-btn-area .apply-btn-inner {
  letter-spacing: 2px;
}

.apply-btn-area:hover {
  border-color: #cb2d2d;
}

.apply-btn-area:hover .apply-btn-inner {
  background: #cb2d2d;
  opacity: 1;
}

.apply-btn-area.is-disabled {
  border: 4px solid #ccc;
  pointer-events: none;
}

.apply-btn-area.is-disabled .apply-btn-inner {
  background: #ccc;
  text-shadow: none;
}

@media only screen and (min-width: 769px) {
  .apply-btn-area.is-disabled {
    border: 4px solid #ccc;
  }
}

.apply-btn{
  text-align: center;
  position: relative;
}

.apply-btn::after {
  content: "";
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/arrow_ic-r-w.png) center no-repeat;
  background-size: contain;
  background-position: center;
  width:3vw;
  height: 3vw;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 769px) {
  .apply-btn::after {
    width:1vw;
    height: 1.4vw;
  }
}

.agree_wrap {
  width: 100%;
  margin: 6vw auto;
  padding: 1em 0;
}

@media only screen and (min-width: 769px) {
  .agree_wrap {
    margin: 2vw auto 0;
    text-align: center;
  }
}

.agree_wrap .agree_label {
  color: #3d0b0b;
  padding-left: 2em;
  margin-left: 0.5em;
  font-size: 3.5vw;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

@media only screen and (min-width: 769px) {
  .agree_wrap .agree_label {
    font-size: 18px;
    line-height: 20px;
  }
}

.agree_wrap input[type=checkbox] {
  display: none;
}

.agree_wrap .agree_label::before {
  border: 1px solid #3d0b0b;
  content: '';
  display: block;
  height: 1em;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 1em;
}

.agree_wrap .agree_label::after {
  border-right: 3px solid #3d0b0b;
  border-bottom: 3px solid #3d0b0b;
  content: '';
  display: block;
  height: 1em;
  left: 0.2em;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

input[type=checkbox]:checked+.agree_label::before {
  border-color: #666;
}

input[type=checkbox]:checked+.agree_label::after {
  opacity: 1;
}

.cid{
  margin: 6vw 0;
}
@media only screen and (min-width: 769px) {
  .cid{
    margin: 3vw 0 2vw;
  }  
}

.cid .logo{
  width: 60%;
  margin: 0 auto 3vw;
}
@media only screen and (min-width: 769px) {
  .cid .logo{
    width: 25%;
    margin: 0 auto 1vw;
  }
}
.cid-btn {
  width: 100%;
  height: 6vw;
  position: relative;
  text-align: center;
  padding: 3vw;
  margin: 0 auto;
}

.cid-btn a{
  color: #fff;
  display: block;
  font-size: 3.46667vw;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .cid-btn {
    width: 35%;
    height: 3vw;
    position: relative;
    text-align: center;
    padding: 0.5vw;
    margin: 0 auto;
  }
  
  .cid-btn a{
    font-size: 1.2vw;
  }

  .cid-btn a:hover{
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}

.cid-btn a .svg-box {
  left: 50%;
  padding-top: 12vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .cid-btn a .svg-box {
    padding-top: 5vw;
  }

  .cid-btn a:hover{
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    opacity: 1;
  }
  
}

.cid-btn a .svg-box > svg {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cid-btn a .svg-box > svg path {
  transition: stroke .5s ease;
}

.cid-btn a .cid-btn-label {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: color .5s ease;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cid-btn a  .cid-btn-label::after {
  content: "";
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/arrow_ic-r-w.png) center no-repeat;
  background-size: contain;
  background-position: center;
  width:3vw;
  height: 3vw;
  position: absolute;
  top: 0;
  right: 8%;
  /* transform: translate(0, 0); */
}

@media only screen and (min-width: 769px) {
  .cid-btn a .cid-btn-label::after {
    width:1vw;
    height: 1.4vw;
  }
}

.bdr-box{
  width:100%;
  margin: 0 auto 10vw;
  border: 1px solid #d4cabc;
  padding: 5vw;
}
@media only screen and (min-width: 769px) {
  .bdr-box{
    width:60%;
    margin: 0 auto 3vw;
    border: 1px solid #d4cabc;
    padding: 2vw;
  }  
}

.bdr-box .ttl{
  font-weight: 700;
  color: #3d0b0b;
}

.link-text{
  color: #1f76bd;
  text-decoration: underline;
}

.infomation-box .lead{
  margin-bottom: 3vw;
}
@media only screen and (min-width: 769px) {
  .infomation-box .lead{
    margin-bottom: 1vw;
  }
}

.scroll-box {
  height: 27vw;
  overflow: hidden;
  box-shadow: 0 0 0 1px #3d0b0b;
}

@media screen and (max-width: 768px) {
  .scroll-box {
    height: 60vw;
  }
}

.scroll-box-inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 1.015vw 1.615vw;
}

.scroll-box-inner, .list-lower-latin li {
  font-size: 0.833vw;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .scroll-box-inner, .list-lower-latin li {
    font-size: 3.533vw;
    line-height: 1.75;
  }
}

.scroll-box-inner dt {
  font-weight: 600;
  padding-top: 1em;
  font-size: 1.1vw;
}

@media screen and (max-width: 768px) {
  .scroll-box-inner dt {
    font-size: 3vw;
  }
}
