@charset "utf-8";  
:root {
    --gold: #D6BD5E;
  }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}
ul, li {
  list-style: none;
}
img, a img {
  border: none;
  max-width: 100%;
}
img, iframe {
  vertical-align: bottom;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.8rem;
  color: #000;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.container p {
  line-height: 1.8;
}
.logo-box {
	width: 2000px;
  margin: 0 0 0 -520px;
  padding: 1em;
  background-color: #02132B;
}
.logo-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-majesty {
  width: 15.7rem;
}
.logo-gdo {
  width: 8.4rem;
}
.head-box {
  position: relative;
}
.main-visual {
	width: 2000px;
  height: 400px;
  margin: 0 0 0 -520px;
  background: #000 url("../images/mainimg.jpg") no-repeat center top;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lead-box-wrap {
	width: 2000px;
  margin: 0 0 0 -520px;
  padding: 2em 0 4em;
  background-color: #02132B;
  color: #fff;
}
.lead-box {
  margin: 0 0 2em;
}
.profile-box {
  border: 1px solid #85754E;
  margin: 0 4em;
  padding: 1em 1em;
  display: flex;
  align-items: center;
}
.profile-photo {
  width: 14rem;
}
.profile-info {
  flex: 1;
  padding: 0 0 0 1em;
}
.profile-name {
  margin: 0 0 0.4em;
}
.profile-desc {
  font-size: 1.6rem;
}
section {
  padding: 7rem 0;
  position: relative;
}
.btn {
  width: 60rem;
  margin: 0 auto;
}
.btn a {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: var(--gold);
  border: 3px solid var(--gold);
  color: #000;
  padding: 1.2em;
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.btn a:hover {
  background-color: transparent;
  color: var(--gold);
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
}
.sec-campaign {
  width: 2000px;
  margin: 0 0 0 -520px;
  padding-bottom: 10rem;
  background: #092040 url("../images/sec1_bg.jpg") no-repeat center top;
  background-size: 100%;
  color: #fff;
}
.sec-title {
  text-align: center;
  margin-bottom: 2em;
}
.sec-title dl {
  line-height: 1.3;
}
.sec-title dt {
  font-family: 'Noto Serif JP', serif;
  font-size: 6rem;
  font-weight: 700;
  color: var(--gold);
}
.sec-title dd {
  font-size: 4rem;
}
.sec-title dd span {
  font-size: 3rem;
}
.sec-lead {
  margin: 0 0 2em;
}
.block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4em;
}
.block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.block-photo {
  width: 48rem;
}
.block-desc {
  width: 44rem;
  font-size: 2rem;
}
.block-desc p {
  line-height: 2.3;
}
.block-bottom-txt {
  text-align: center;
  margin: 0 0 10rem;
  padding: 0 0 4rem;
  position: relative;
}
.block-bottom-txt span {
  display: inline-block;
  background-image: linear-gradient(0deg, #85754E 1px, transparent 1px);
  background-size: 100% 2.6em;
  line-height: 2.6em;
  margin: 0;
  padding-bottom: 1px;
  font-size: 2.2rem;
  font-weight: bold;
}
.block-bottom-txt::after {
  display: block;
  content: "";
  background: url("../images/arrow.png") no-repeat center top;
  background-size: 100%;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
.bnr-majesty {
  background-color: #102D55;
  margin: 0 0 8rem;
  padding: 3rem;
}
.bnr-majesty li + li {
  margin-top: 2rem;
}
.sec-announce {
  width: 2000px;
  margin: 0 0 0 -520px;
  background: #F5F5F5 url("../images/yokoku_bg.jpg") no-repeat center top;
  background-size: 100%;
}
.announce-box {
  text-align: center;
  border: 4px solid var(--gold);
  padding: 8rem 0;
}
.announce-txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 0.5em;
}
.announce-date {
  display: inline-block;
  background-color: #000;
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.3em 1em;
}
.sec-imp {
  width: 2000px;
  margin: 0 0 0 -520px;
  padding: 0;
  color: #fff;
}
.imp-head {
  background: #000 url("../images/sec2_bg.jpg") no-repeat center top;
  background-size: 100%;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imp-head dt {
  text-align: center;
  font-size: 4rem;
  border-bottom: 1px solid #85754E;
  padding-bottom: 0.3em;
}
.imp-head dd {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 0.3em;
}
.conquest-box {
  background: #000 url("../images/sec2_conquest_bg.jpg") no-repeat center top;
  background-size: 100%;
  padding: 9rem 0 10rem;
}
.royale-box {
  background: #02132B url("../images/sec2_royale_bg.jpg") no-repeat center top;
  background-size: 100%;
  padding: 9rem 0 10rem;
}
.logo-conquest {
  width: 30rem;
  margin: 0 auto 7.5rem;
}
.logo-royale {
  width: 38rem;
  margin: 0 auto 7.5rem;
}
.series-box {
  border: 1px solid #827653;
  margin: 0 0 8rem;
  padding: 0 3rem 3rem;
  text-align: center;
}
.royale-box .series-box {
  border-color: #04516F;
}
.series-box .series-title {
  display: inline-block;
  background-color: var(--gold);
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1em;
  transform: translate(0,-50%);
  white-space: nowrap;
}
.royale-box .series-title {
  background-color: #04516F;
  color: #fff;
}
.series-box .series-desc {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec-imp .block-desc {
  font-size: 1.8rem;
}
.sec-imp .block-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.4rem;
  color: var(--gold);
  margin-bottom: 0.4em;
}
.royale-box .block-title {
  color: #2186AD;
}
.sec-imp .block-title span {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 0 0.5em;
}
.sec-imp .block-desc p {
  line-height: 2;
}
.point-box {
  background-color: #092040;
  margin: 0 0 9rem;
  padding: 6rem 4rem;
}
.royale-box .point-box {
  background-color: #000;
}
.point-title {
  margin: 0 0 5rem;
}
.point-box .logo-conquest {
  width: 26rem;
  margin: 0 auto;
}
.point-box .logo-royale {
  width: 30rem;
  margin: 0 auto;
}
.point-title-txt {
  text-align: center;
  font-size: 2.2rem;
  padding: 0.2em 0 0;
}
.point-wrap {
  display: flex;
  justify-content: space-between;
}
.point-txt {
  flex: 1;
  padding-right: 2em;
}
.point-txt p + p {
  margin-top: 1em;
}
.point-photo {
  width: 40rem;
}
.news-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 1em;
}
.news-box {
  background-color: #F5F5F5;
  padding: 3rem;
}
.news-box ul {
  display: flex;
  justify-content: space-between;
}
.news-box ul li {
  width: 31%;
}
.news-box ul li a {
  color: #000;
  text-decoration: none;
}
.news-box ul li dt {
  margin: 0 0 0.5em;
}
.sec-btn {
  width: 2000px;
  margin: 0 0 0 -520px;
  background: #02132B;
}
#gtvfoot {
  width: 2000px;
  margin: 0 0 0 -520px;
  padding: 2em 0 5em;
  text-align: center;
  font-size: 80%;
  background-color: #000;
  color: #fff;
}
#gtvfoot a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.5em;
}
#gtvfoot p {
  margin: 0 0 2em;
}
.page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	font-size: 2rem;
	width: 5.6rem;
	height: 5.6rem;
	background-color: var(--gold);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.sp-box {
  display: none;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 60%;
  }
  .container,
  .logo-box,
  .lead-box-wrap,
  .sec-campaign,
  .sec-announce,
  .sec-imp,
  .sec-btn {
    width: auto;
    margin: 0;
  }
  .logo-box {
    padding: 1em;
  }
  .logo-majesty {
    width: 14rem;
  }
  .logo-gdo {
    width: 8rem;
  }
  .main-visual {
    width: auto;
    height: inherit;
    margin: 0;
    padding-top: 38%;
    background-size: 190%;
    font-size: 0;
  }
  .lead-box-wrap {
    padding: 2em 1em;
  }
  .lead-box {
    margin: 0 0 1em;
    padding: 0;
  }
  .profile-box {
    margin: 0;
    padding: 1em 2em;
  }
  .sec-campaign {
    padding: 3em 1em;
    background-size: 180%;
  }
  .sec-title dt {
    font-size: 5rem;
  }
  .block-photo {
    width: 50%;
  }
  .block-desc {
    font-size: 1.8rem;
    width: auto;
    flex: 1;
    padding: 0 1em;
  }
  .block-desc p {
    line-height: 2;
  }
  .block-bottom-txt {
    text-align: left;
  }
  .block-bottom-txt span {
    display: inline;
    background: none;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .block-bottom-txt br {
    display: none;
  }
  .block-bottom-txt p {
    background-image: linear-gradient(0deg, #85754E 1px, transparent 1px);
    background-size: 100% 3em;
    line-height: 3em;
  }
  .bnr-majesty {
    margin: 0 0 5rem;
  }
  .btn {
    width: auto;
  }
  .sec-announce {
    padding: 5rem 1em;
    background-size: 180%;
  }
  .announce-box {
    padding: 4rem 0;
  }
  .imp-head {
    background-size: 200%;
    height: 30rem;
  }
  .sec-imp .container {
    padding: 0 1em;
  }
  .point-photo {
    width: 50%;
  }
  .conquest-box,
  .royale-box {
    background-size: 200%;
  }
  .sec-news {
    padding: 5rem 1em;
  }
  .sec-btn {
    padding: 5rem 1em;
  }
  #gtvfoot {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 58%;
  }
  #gtvfoot {
    margin: 0;
    padding: 5% 1em;
    font-size: 80%;
  }
}

@media screen and (max-width: 600px) {
  .pc-box {
    display: none;
  }
  .sp-box {
    display: inline-block;
  }
  .logo-majesty {
    width: 12rem;
  }
  .logo-gdo {
    width: 7rem;
  }
  .main-visual {
    background: url("../images/mainimg_sp.jpg") no-repeat center top;
    background-size: 100%;
    padding-top: 105%;
  }
  .profile-box {
    padding: 1em;
  }
  section {
    padding: 5rem 0;
  }
  .btn {
    margin: 0;
  }
  .btn a {
    font-size: 2.0rem;
    padding: 1em;
  }
  .sec-title dt {
    font-size: 4rem;
  }
  .sec-title dd {
    font-size: 3rem;
  }
  .sec-title dd span {
    font-size: 2rem;
  }
  .block {
    display: block;
    margin: 0 0 3em;
  }
  .block-photo {
    width: auto;
    margin: 0 0 1em;
  }
  .block-desc {
    padding: 0;
  }
  .block-bottom-txt span {
    font-size: 2rem;
  }
  .bnr-majesty {
    padding: 2rem;
  }
  .announce-txt,
  .announce-date {
    font-size: 2.2rem;
  }
  .imp-head {
    background-size: 200%;
    height: 20rem;
  }
  .imp-head dt {
    font-size: 3.4rem;
  }
  .conquest-box,
  .royale-box {
    padding-bottom: 6rem;
  }
  .logo-conquest,
  .point-box .logo-conquest {
    width: 25rem;
  }
  .logo-royale,
  .point-box .logo-royale {
    width: 33rem;
  }
  .series-box {
    margin: 0 0 5rem;
    padding: 0 2rem 2rem;
  }
  .point-box {
    margin: 0 0 5rem;
    padding: 4rem 2rem;
  }
  .point-title {
    margin: 0 0 3rem;
  }
  .point-title-txt {
    font-size: inherit;
  }
  .point-wrap {
    display: block;
  }
  .point-txt {
    padding: 0 0 1em;
  }
  .point-photo {
    width: auto;
  }
  .news-title {
    font-size: 2.4rem;
  }
  .news-box {
    padding: 2rem;
  }
  .news-box ul {
    display: block;
  }
  .news-box ul li {
    width: auto;
  }
  .news-box ul li:not(:last-of-type) {
    margin: 0 0 1em;
  }
  .news-box ul li dl {
    display: flex;
    justify-content: space-between;
  }
  .news-box ul li dt {
    width: 25%;
  }
  .news-box ul li dd {
    flex: 1;
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 54%;
  }
  .profile-photo {
    width: 12rem;
  }
  .profile-desc {
    font-size: 1.4rem;
  }
  .sec-title dt {
    font-size: 3.5rem;
  }
  .announce-txt,
  .announce-date {
    font-size: 2rem;
  }
  .imp-head {
    background-size: 230%;
  }
  .imp-head dt {
    font-size: 3rem;
  }
  .series-box .series-title {
    font-size: 1.7rem;
  }
  .news-title {
    font-size: 2.2rem;
  }
  #gtvfoot {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 50%;
  }
}