@charset "UTF-8";
/************************************
  font
************************************/
@font-face {
  font-family: "source-han-sans-japanese";
  src: url("https://www.capcom-games.com/common/font/SourceHanSansJP-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-sans-traditional";
  src: url("https://www.capcom-games.com/common/font/SourceHanSansTW-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-sans-simplified-c";
  src: url("https://www.capcom-games.com/common/font/SourceHanSansCN-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-sans-korean";
  src: url("https://www.capcom-games.com/common/font/SourceHanSansKR-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("https://www.capcom-games.com/common/font/SourceSans3-VF.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-serif-japanese";
  src: url("https://www.capcom-games.com/common/font/SourceHanSerifJP-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-serif-tc";
  src: url("https://www.capcom-games.com/common/font/SourceHanSerifTW-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-serif-sc";
  src: url("https://www.capcom-games.com/common/font/SourceHanSerifCN-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "source-han-serif-korean";
  src: url("https://www.capcom-games.com/common/font/SourceHanSerifKR-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("https://www.capcom-games.com/common/font/SourceSerif4-VF.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: "Markazi Text";
  src: url("https://www.monsterhunter.com/common/font/MarkaziText-VariableFont.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 700;
}

.platform_select {
  display: none;
}

.pgate {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

.pgate header {
  display: none;
}

.pgate section {
  display: none !important;
}

.pgate .mainvisual {
  width: auto;
  height: auto;
  min-height: 100vh;
  max-height: none;
}

.pgate .platform_select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  min-height: 100vh;
  padding: 100px 0 100px;
}

.pgate .platform_select::after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/img/master/mv-pm.jpg);
  background-size: cover;
  background-position: top;
  filter: brightness(70%) blur(20px);
  will-change: filter;
  z-index: -1;
}

.pgate .title-logo {
  text-align: center;
  width: 35%;
  max-width: 700px;
  position: relative;
  top: -40px;
}

.pgate .title-logo img {
  max-height: 50vh;
  vertical-align: bottom;
}

.pgate .title-logo .ja-text {
  display: none;
}

.pgate.ja .title-logo .ja-text {
  display: block;
  color: #fff;
  font-size: 1.05vw;
}

.pgate .platform_select ul {
  margin-top: 30px;
  width: 50%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pgate .platform_select ul .platform_select-icon {
  display: block;
  border: 1px solid #c5c5c5;
  background: rgba(0, 0, 0, 0.6);
  /* padding: 1em 2em; */
  color: #fff;
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.pgate .platform_select ul .platform_select-icon:hover {
  border: 1px solid #fff;
}

.pgate .platform_select ul .platform_select-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 20%;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pgate .platform_select ul li {
  margin: 2%;
  width: 46%;
  text-align: center;
}

.pgate .platform_select li.xwp {
    width: 100%;
}
.pgate .platform_select li.xwp img{
    width: 80%;
    padding: 0.5em 0;
}

.pgate .platform_select ul li img {
  vertical-align: bottom;
}

@media only screen and (min-width: 769px) {
  .pgate footer {
      padding: 0;
      position: absolute !important;
      bottom: 0;
      width: 100%;
  }
}

.pgate .fixed-elem {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pgate .platform_select {
    min-height: auto;
    padding: 0px 0 20vw;
  }

  .pgate .mainvisual{
    min-height: auto;
  }
  .pgate.ja .title-logo .ja-text {
    font-size: 2vw;
    margin-top: 2vw;
  }

  .pgate .title-logo {
        width: 60%;
        padding: 10vw 0;
        top: unset;
  }

  .pgate .platform_select ul {
        flex-direction: column;
        margin-top: 0;
        width: 70%;
  }

  .pgate .platform_select ul .platform_select-icon {
    max-width: none;
  }

  .pgate.ja .title-logo .ja-text {
    font-size: 2.5vw;
  }

  .pgate .platform_select ul li {
    width: 100%;
  }

  .pgate .platform_select ul li.xwp img{
    width: 80% !important;
    margin: auto;
    padding: 0.5em 0;
  }

}

/* Platform出し分け */
/* ============================================ */
.switch .steam_item {
  display: none !important;
}

.steam .switch_item {
  display: none !important;
}

/************************************
	base
************************************/
html {
  height: 100%;
  width: 100%;
}

body {
  background: #000;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3.46667vw;
  font-weight: 400;
  width: 100%;
}

.ja {
  font-family: "source-han-sans-japanese", sans-serif;
}

.cn {
  font-family: "source-han-sans-simplified-c", sans-serif;
}

.hk {
  font-family: "source-han-sans-traditional", sans-serif;
}

.ko {
  font-family: "source-han-sans-korean", sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 0.9375vw;
  }
}

body a {
  border: none;
  color: #333;
  outline: none;
}

@media only screen and (max-width: 768px) {
  body .note {
    font-size: 2.8vw;
  }
}

body ul li a {
  display: block;
}

body.cn ul.note li,
body.hk ul.note li,
body.ko ul.note li,
body.ja ul.note li {
  padding-left: 1em;
  text-indent: -1em;
}

body.cn ul.note li::before,
body.hk ul.note li::before,
body.ko ul.note li::before,
body.ja ul.note li::before {
  content: '※';
}

body.cn p.note,
body.hk p.note,
body.ko p.note,
body.ja p.note {
  padding-left: 1em;
  text-indent: -1em;
}

body.cn p.note::before,
body.hk p.note::before,
body.ko p.note::before,
body.ja p.note::before {
  content: '※';
}

body button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  outline: none;
}

body .btn a {
  display: block;
}

body #wrapper img {
  border: none;
  height: auto;
  margin: auto;
  outline: none;
  width: 100%;
}

/************************************
	footer
************************************/
 #title_footer {
  border-top: 1px solid #777;
  position: relative;
  z-index: 1;
  background: #000;
}

/************************************
	content
************************************/
#wrapper {
  line-height: 1.5;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 769px) {
  #wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}

#wrapper>.main {
  position: relative;
  z-index: 1;
}

#wrapper>.sub {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  #wrapper>.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sec {
  position: relative;
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/assets/img/master/bg-wood.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  padding: 8vw 0;
}

.sec::before {
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg_pt-t-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3vw;
}

@media only screen and (min-width: 769px) {
  .sec::before {
    background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg_pt-t.png");
    height: 2.5vw;
  }
}

.sec::after {
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg_pt-b-sp.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3vw;
}

@media only screen and (min-width: 769px) {
  .sec::after {
    background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg_pt-b.png");
    height: 2.5vw;
  }
}

.sec-box {
  position: relative;
}

.sec-inner {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec-inner {
    padding: 0 8vw;
  }
}

.sec h2 img {
  vertical-align: bottom;
}

.sec .lead {
  font-weight: 700;
  font-size: 3.8vw;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
  .sec .lead {
    text-align: center;
    font-size: 1.5625vw;
    margin-bottom: 3vw;
  }
}

.page-topics header {
  padding: 2vw 4vw;
}

@media only screen and (min-width: 769px) {
  .page-topics header {
    padding: 1vw 13.5vw;
  }
}

.page-topics .site-logo {
  position: relative;
  width: 29.5%;
  margin: 0 auto;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .page-topics .site-logo {
    width: 18.2%;
  }
}

/************************************
	module
************************************/
/****** 背景 ******/
.page-bg {
  left: 0;
  position: absolute;
  width: 100%;
}

.page-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-bg-base {
  height: 100%;
  position: fixed;
  top: 0;
}

.page-bg-base::after {
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/assets/img/master/bg-red.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .page-bg-base::after {
    background-image: url("https://www.monsterhunter.com/rise-sunbreak/assets/img/master/bg-red.jpg");
    background-attachment: fixed;
  }
}

/****** sec-box ******/
.sec-box {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg-c.jpg) center top repeat-y;
  background-size: 100%;
}

.sec-box::before, .sec-box::after {
  content: "";
  display: block;
  width: 100%;
}

.sec-box::before {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg-t-sp.jpg) center top no-repeat;
  background-size: 100%;
  height: 13vw;
}

@media only screen and (min-width: 769px) {
  .sec-box::before {
    background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg-t.jpg) center bottom no-repeat;
    background-size: 100%;
  }
}

.sec-box::after {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg-b-sp.jpg) center bottom no-repeat;
  background-size: 100%;
  height: 15vw;
}

@media only screen and (min-width: 769px) {
  .sec-box::after {
    background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec_bg-b.jpg) center bottom no-repeat;
    background-size: 100%;
  }
}

.sec-box img {
  vertical-align: bottom;
}

.sec-box .sec-box-mg {
  position: relative;
  margin: -10vw 0;
  padding: 6vw 4vw;
}

@media only screen and (min-width: 769px) {
  .sec-box .sec-box-mg {
    padding: 3vw 5vw;
  }
}

/****** 見出し ******/
.header-ttl-box {
  position: relative;
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-t-sp.png"), url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-b-sp.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 9vw 3vw;
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .header-ttl-box {
    background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-t.png"), url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-b.png");
    padding: 4vw 1.7vw;
    margin-bottom: 4vw;
  }
}

.header-ttl-box::before {
  content: "";
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-c-sp.png");
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 4.2vw;
  height: calc(100% - 8.4vw);
}

@media only screen and (min-width: 769px) {
  .header-ttl-box::before {
    background-image: url("https://www.monsterhunter.com/rise-sunbreak/topics/images/header-ttl_bg-c.png");
    top: 1.7vw;
    height: calc(100% - 3.4vw);
  }
}

.header-ttl-box .header-ttl {
  position: relative;
  z-index: 1;
  font-family: "Source Serif 4", serif;
  font-weight: 900;
  text-align: center;
  font-size: 4.3vw;
}

.ja .header-ttl-box .header-ttl {
  font-family: "source-han-serif-japanese", serif;
}

.cn .header-ttl-box .header-ttl {
  font-family: "source-han-serif-sc", serif;
}

.hk .header-ttl-box .header-ttl {
  font-family: "source-han-serif-tc", serif;
}

.ko .header-ttl-box .header-ttl {
  font-family: "source-han-serif-korean", serif;
}

@media only screen and (min-width: 769px) {
  .header-ttl-box .header-ttl {
    font-size: 2.395833vw;
  }
}

.sec-ttl {
  position: relative;
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec-ttl_bg-sp.jpg) center no-repeat;
  background-size: cover;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 0.95em 0;
  font-size: 3.3vw;
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl {
    background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/sec-ttl_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 0.55em 0;
    font-size: 1.82vw;
    margin-bottom: 4vw;
  }
}

.sec-ttl-text {
  color: #4b090a;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 3.3vw;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-text {
    font-size: 1.82vw;
    margin-bottom: 3vw;
  }
}

.sec-text {
  font-size: 2.7vw;
}

@media only screen and (min-width: 769px) {
  .sec-text {
    font-size: 1.3vw;
  }
}

.sec-text+.sec-text {
  margin-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec-text+.sec-text {
    margin-top: 2vw;
  }
}

/*タイトル △模様*/
.sec-ttl-triangle {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 0.95em 0;
  font-size: 3.3vw;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-triangle {
    padding: 0.55em 0;
    font-size: 1.82vw;
    margin-bottom: 2vw;
  }
}

.sec-ttl-triangle::before {
  content: "";
  display: block;
	border-top: 1px solid #531312;
	background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/bg_ttl_lu.png),url(https://www.monsterhunter.com/rise-sunbreak/topics/images/bg_ttl_ru.png);
	background-position: left top,right top;
	background-repeat: no-repeat;
  padding-bottom: 1em;
}
.sec-ttl-triangle::after {
  content: "";
  display: block;
	border-bottom: 1px solid #531312;
	background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/bg_ttl_ld.png),url(https://www.monsterhunter.com/rise-sunbreak/topics/images/bg_ttl_rd.png);
	background-position: left bottom,right bottom;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .sec-ttl-triangle::before {
    padding-bottom: 0.5em;
  }
  .sec-ttl-triangle::after {
    padding-bottom: 0.5em;
  }
}

.sec-ttl-triangle-text {
  color: #4b090a;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-triangle-text {
    font-size: 1.82vw;
  }
}

/****** 動画 ******/
.player-box-inner {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.player-box-inner .player {
  height: 125%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
}

.player-box-inner .thumb {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
}

.player-box-inner .thumb img {
  border-radius: 15%;
}

.player-box-inner::before, .player-box-inner::after {
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.player-box-inner::before {
  background: #000;
  content: "";
  display: block;
  left: 50%;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  z-index: 1;
}

.player-box-inner a {
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.player-box-inner a::before {
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/player_flame.png) center no-repeat;
  background-size: contain;
}

.player-box-inner a::after {
  background-image: url("https://www.monsterhunter.com/rise-sunbreak/assets/images/common/play_ic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-image .2s ease-in;
  width: 15vw;
}

@media only screen and (min-width: 769px) {
  .player-box-inner a::after {
    height: 5vw;
    width: 5vw;
  }
}

@media only screen and (min-width: 769px) {
  .player-box-inner a:hover::after {
    background-image: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/play_ic-y.svg);
  }
}

/****** 埋め込み動画 ******/
.video-area {
  width: 100%;
  margin: 0 auto 10vw;
}

@media only screen and (min-width: 769px) {
  .video-area {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

.video-area .video-ttl {
  /*color: #1b2740;*/
  font-weight: 700;
  text-align: center;
  font-size: 3.3vw;
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .video-area .video-ttl {
    font-size: 1.6vw;
    margin-bottom: 1vw;
  }
}

.video-area .video-box {
  border: 3px solid #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.video-box .player {
  border: 1px solid #333;
  position: relative;
  width: 100%;
}

.video-box .player #player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-box .player a {
  display: block;
}
.video-box .player a:hover {
  filter: brightness(110%);
}

.video-box .player 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) {
  .video-box .player a::after {
    width: min(5.2vw, 100px);
    height: min(4vw, 80px);
  }
}

/****** conts-box ******/
.conts-box+.conts-box {
  margin-top: 10vw;
}

@media only screen and (min-width: 769px) {
  .conts-box+.conts-box {
    margin-top: 6vw;
  }
}

.text+.text {
  margin-top: 3vw;
}

@media only screen and (min-width: 769px) {
  .text+.text {
    margin-top: 1.5vw;
  }
}

/****** マルチカラム ******/
.col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/****** period ******/
.period {
  margin: 5vw 0 6vw;
}

@media only screen and (min-width: 769px) {
  .period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3vw 0 2vw;
  }
}

.period .ttl {
  border: 1px solid #526574;
  box-sizing: border-box;
  text-align: center;
  padding: 0.2em 0.5em;
}

@media only screen and (min-width: 769px) {
  .period .ttl {
    width: 15%;
    padding: 0.8vw 0;
    margin-right: 2vw;
    font-size: 1.3vw;
  }
}

.period .text {
  width: 100%;
  margin-top: 1vw;
}

@media only screen and (min-width: 769px) {
  .period .text {
    width: inherit;
    margin-top: 0;
  }
}

.period .text .date {
  color: #e3a40e;
  font-weight: 700;
  text-align: center;
  font-size: 5.7vw;
}

@media only screen and (min-width: 769px) {
  .period .text .date {
    font-size: 3.125vw;
  }
}

.period .text .date small {
  font-size: .7em;
}

/****** toTopPage ******/
.to-top-page {
  width: 90%;
  margin: 10vw auto 0;
}

@media only screen and (min-width: 769px) {
  .to-top-page {
    width: 37%;
    margin: 5vw auto 0;
  }
}

.to-top-page a {
  position: relative;
  display: block;
}

.to-top-page a span {
  position: absolute;
  display: block;
  font-family: "Source Serif 4", serif;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 4em;
  font-size: 2.5vw;
}

body.ja .to-top-page a span {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  top: 46%;
  right: 1.7em;
  font-size: 5vw;
}

body.cn .to-top-page a span {
  font-family: "source-han-serif-sc", serif;
}

body.hk .to-top-page a span {
  font-family: "source-han-serif-tc", serif;
}

body.ko .to-top-page a span {
  font-family: "source-han-serif-korean", serif;
  right: 3.2em;
}

body.fr .to-top-page a span {
  right: 3.6em;
}

@media only screen and (min-width: 769px) {
  .to-top-page a span {
    font-size: 1vw;
  }

  body.ja .to-top-page a span {
    font-size: 2vw;
  }
}

.to-top-page a span small {
  font-size: 50%;
}

/****** toTopPage normal ******/
.to-top-page-normal {
  width: 80%;
  margin: 12vw auto;
}

@media only screen and (max-width: 768px) {
  .ja .to-top-page-normal {
    width: 65%;
  }
}

@media only screen and (min-width: 769px) {
  .to-top-page-normal {
    width: 25%;
    margin: 6vw auto;
  }
}

.to-top-page-normal a {
  border: 1px solid #808080;
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  padding: 3.5vw 6.5vw;
}

@media only screen and (min-width: 769px) {
  .to-top-page-normal a {
    transition: border .5s ease-in-out;
    font-size: 100%;
    padding: 1.5vw 2.5vw 1.5vw 1vw;
  }

  .to-top-page-normal a:hover {
    border: 1px solid #fff;
  }
}

.to-top-page-normal a::after {
  content: '';
  background-image: url(https://www.monsterhunter.com/rise-sunbreak/assets/img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 25%;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(0%, -50%);
}

/****** toTOP ******/
.to-top {
  bottom: 4vw;
  cursor: pointer;
  position: fixed;
  right: 4vw;
  width: 10%;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .to-top {
    bottom: 4vw;
    right: 2vw;
    width: 4%;
  }
}

.to-top img {
  height: auto;
  width: 100%;
}

/****** hover ******/
.elem-hover {
  transition: opacity .5s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .elem-hover:hover {
    opacity: .8;
  }
}

/************************************
	State
************************************/
/****** Module ******/
/*---- ToTOP- -----*/
.to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in, visibility .2s ease-in, z-index .2s ease-in;
}

.to-top.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

/************************************
	Hack
************************************/
/****** IE11 ******/
.ua-ie {
  overflow-x: hidden;
}

/****** Edge ******/
.ua-edge {
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  .ua-edge {
    width: calc(100% - 12px);
  }
}

.ua-edge .nicescroll-rails-vr {
  background: #DDD !important;
  opacity: 1 !important;
  width: 12px !important;
  z-index: 99 !important;
}

.ua-edge .nicescroll-rails-vr .nicescroll-cursors {
  background: #AAA !important;
  border-radius: none !important;
  height: 250px !important;
  width: 12px !important;
}

.ua-edge .nicescroll-rails-hr {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

/************************************
	Object
************************************/
/****** clearfix ******/
.cf::before, .cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

/****** icon ******/
.ic-yt {
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/yt_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-tw {
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/tw_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-fb {
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/fb_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-insta {
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/insta_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-line {
  background: url(https://www.monsterhunter.com/rise-sunbreak/assets/images/common/line_ic.svg) center no-repeat;
  background-size: contain;
}

/****** テキスト ******/
/*----- 字間 -----*/
.t-kerning {
  margin-right: -0.5em;
  margin-left: -0.5em;
  position: relative;
}

.t-mark {
  margin-right: -0.5em;
  margin-left: -0.16667em;
  position: relative;
}

.t-comma {
  margin-right: -0.5em;
  position: relative;
}

/*----- 位置 -----*/
.t-bracket {
  margin: 0 .2em;
  position: relative;
  top: -.05em;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

@media only screen and (min-width: 769px) {
  .ta-l-pc {
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .ta-c-pc {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .ta-r-pc {
    text-align: right;
  }
}

/*----- 配色 -----*/
.fc-r {
  color: #F00;
}

/*----- 太さ -----*/
.fw-b {
  font-weight: 700;
}

/****** 余白 ******/
/*----- padding -----*/
.pd-0 {
  padding: 0;
}

.pd-b1 {
  padding-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1 {
    padding-bottom: 2vw;
  }
}

.pd-b1h {
  padding-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1h {
    padding-bottom: 3vw;
  }
}

.pd-b1h-d {
  padding-bottom: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1h-d {
    padding-bottom: 1.33333vw;
  }
}

.pd-b2 {
  padding-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .pd-b2 {
    padding-bottom: 4vw;
  }
}

.pd-b2-d {
  padding-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .pd-b2-d {
    padding-bottom: 1vw;
  }
}

.pd-t1 {
  padding-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1 {
    padding-top: 2vw;
  }
}

.pd-t1h {
  padding-top: 6vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1h {
    padding-top: 3vw;
  }
}

.pd-t1h-d {
  padding-top: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1h-d {
    padding-top: 1.33333vw;
  }
}

.pd-t2 {
  padding-top: 8vw;
}

@media only screen and (min-width: 769px) {
  .pd-t2 {
    padding-top: 4vw;
  }
}

.pd-t2-d {
  padding-top: 2vw;
}

@media only screen and (min-width: 769px) {
  .pd-t2-d {
    padding-top: 1vw;
  }
}

/*----- margin -----*/
.mg-0 {
  margin: 0;
}

.mg-b1 {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1 {
    margin-bottom: 2vw;
  }
}

.mg-b1h {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1h {
    margin-bottom: 3vw;
  }
}

.mg-b1h-d {
  margin-bottom: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1h-d {
    margin-bottom: 1.33333vw;
  }
}

.mg-b2 {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .mg-b2 {
    margin-bottom: 4vw;
  }
}

.mg-b2-d {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .mg-b2-d {
    margin-bottom: 1vw;
  }
}

.mg-t1 {
  margin-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1 {
    margin-top: 2vw;
  }
}

.mg-t1h {
  margin-top: 6vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1h {
    margin-top: 3vw;
  }
}

.mg-t1h-d {
  margin-top: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1h-d {
    margin-top: 1.33333vw;
  }
}

.mg-t2 {
  margin-top: 8vw;
}

@media only screen and (min-width: 769px) {
  .mg-t2 {
    margin-top: 4vw;
  }
}

.mg-t2-d {
  margin-top: 2vw;
}

@media only screen and (min-width: 769px) {
  .mg-t2-d {
    margin-top: 1vw;
  }
}

/****** 位置 ******/
.pos-float {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .pos-float-pc {
    position: absolute;
  }
}

/****** 表示 ******/
.d-block {
  display: block;
}

@media only screen and (max-width: 768px) {
  .d-block-sp {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .d-block-pc {
    display: block;
  }
}

.hide-sp,
.img-pc,
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .hide-sp,
  .pc-only{
    display: block;
  }

  .img-pc {
    display: inline;
  }

  .hide-pc,
  .img-sp,
  .sp-only {
    display: none;
  }
}

/************************************
	Anim
************************************/
@keyframes mvMask {
  from {
    -webkit-mask-position: 0 0;
    -ms-mask-position: 0 0;
    -moz-mask-position: 0 0;
    -o-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    -o-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

/*更新アイコン*/
.new {
  position: relative;
}

.new::before,
.new::after {
  background: #e40077;
  border-radius: 100%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -18px;
  z-index: 1;
  margin-top: -5px;
}

.new::after {
  animation: pulsate 1.5s ease infinite;
  opacity: 0.2;
}

.new.new-m::before,
.new.new-m::after {
  margin-top: 18px;
  top: 0;
  left: -23px;
}

.monster-name.new::before,
.monster-name.new::after {
  margin-top: 0px;
  left: -25px;
}

@keyframes pulsate {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }

  100% {
    opacity: .1;
    transform: scale(3, 3);
  }
}

.btn-style-01 {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/btn-style-01-bg.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  padding: 1.823vw 0;
  width: 90%;
  height: 15.719vw;
  text-align: center;
  font-size: 3vw;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d8a6f;
}

.btn-style-01:hover {
  background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/btn-style-01-bg-ov.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff !important;
}

@media only screen and (min-width: 769px) {
  .btn-style-01 {
    background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/btn-style-01-bg.png) no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    padding: 1.823vw 0;
    width: 22.396vw;
    text-align: center;
    font-size: 0.95vw;
    transition: all 0.3s ease-out;
  }

  .btn-style-01:hover {
    background: url(https://www.monsterhunter.com/rise-sunbreak/topics/images/btn-style-01-bg-ov.png) no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
  }
}

/****** toTOP ******/
.to-top {
  bottom: 2vw;
  cursor: pointer;
  position: fixed;
  right: 2vw;
  transition: bottom 1s linear;
  width: 10%;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .to-top {
    bottom: 2vw;
    right: 2vw;
    width: 4%;
  }
}

.to-top img {
  height: auto;
  width: 100%;
}
/*---- ToTOP- -----*/
.to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in, visibility .2s ease-in, z-index .2s ease-in;
}

.to-top.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

@media only screen and (min-width: 769px) {
  .to-top.is-stop {
    bottom: 5vw;
  }
}


/*license*/
.license-note {
  margin-bottom: 2em;
  text-align: center;
  font-size: 3vw;
}

@media only screen and (min-width: 769px) {
  .license-note {
      font-size: 1vw;
  }
}