@charset "UTF-8";
/************************************

	reset

************************************/
a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/************************************

	base

************************************/
html,
body {
  height: 100%;
  width: 100%; }

html {
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    html {
      overflow-x: hidden; } }

*, ::after, ::before {
  box-sizing: inherit; }

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3vw;
  font-weight: 400; }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 1.25vw; } }
  body a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    color: #333;
    outline: none;
    text-decoration: none; }
  body ul li {
    list-style: none; }
    body ul li a {
      display: block; }
  body ul.note li {
    padding-left: 1em;
    text-indent: -1em; }
    body ul.note li::before {
      content: '※'; }
  body button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    outline: none; }
  body small.note {
    display: block;
    padding-left: 1em;
    text-indent: -1em; }
    body small.note::before {
      content: '※'; }
  body .btn a {
    display: block; }
  body #wrapper img {
    height: auto;
    width: 100%;
    border: none;
    margin: auto;
    outline: none; }

/************************************

	header

************************************/
.header {
  padding: 4vw 4vw 0;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .header {
      margin-bottom: 28vw; } }
  @media only screen and (min-width: 1024px) {
    .header {
      padding: 2vw 2vw 0; } }
  .header .logo {
    margin-right: auto;
    margin-left: auto;
    width: 45%; }
    @media only screen and (min-width: 1024px) {
      .header .logo {
        width: 20.83333%; } }
    .header .logo a {
      display: block; }
  .header .platform-list {
    position: absolute;
		top: 32vw; }
    @media only screen and (max-width: 1023px) {
      .header .platform-list {
				width: 100%;
				text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1024px) {
      .header .platform-list {
        left: 2vw;
        top: 2vw; } }
    .header .platform-list li {
      display: inline-block;
      vertical-align: middle; }
      .header .platform-list li:not(:last-child) {
        margin-right: .5em; }
      .header .platform-list li.ps {
        width: 7.8vw; }
        @media only screen and (min-width: 1024px) {
          .header .platform-list li.ps {
            width: 3vw; } }
			.header .platform-list li.ps4 {
				width: 19.4vw; }
        @media only screen and (min-width: 1024px) {
          .header .platform-list li.ps4 {
            min-width: 62px;
            width: 7.875vw; } }
			.header .platform-list li.xbox {
				width: 32.6vw;
				margin-left: .5em; }
			html:lang(ja) .header .platform-list li.xbox,
			html:lang(cn) .header .platform-list li.xbox,
			html:lang(hk) .header .platform-list li.xbox,
			html:lang(kr) .header .platform-list li.xbox {
				display: none; }
        @media only screen and (min-width: 1024px) {
          .header .platform-list li.xbox {
            width: 13vw; } }
  .header .select-wrap {
    position: absolute;
    font-size: 2.7vw;
    z-index: 2; }
  .header .select-wrap {
    top: calc(100% + 15vw); }
  .header .select-wrap {
    width: 60%; }
    @media only screen and (max-width: 1023px) {
      .header .select-wrap {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1024px) {
      .header .select-wrap {
        font-size: 1.04167vw;
        right: 2vw;
        top: 2vw !important;
        width: 17.22917% !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(249, 251, 250, 0.8);
      border: 1px solid #BFBFBF;
      cursor: pointer;
      padding: 2vw 1vw 2vw 1.5vw; }
      @media only screen and (min-width: 1024px) {
        .header .select-wrap .select-box dt {
          padding: 0.66667vw 0.5vw 0.8vw 0.8vw; } }
      .header .select-wrap .select-box dt .box-ttl {
        color: #555; }
      .header .select-wrap .select-box dt .set {
        color: #008DD1; }
    .header .select-wrap .select-box dd {
      display: none;
      left: 0;
      position: absolute;
      top: calc(100% - 1px);
      width: 100%; }
      .header .select-wrap .select-box dd .lang-list {
        background: #f9fbfa;
        border: 1px solid #BFBFBF; }
        .header .select-wrap .select-box dd .lang-list li a {
          color: #555;
          padding: 2vw 4vw;
					transition: color .2s ease-in; }
          @media only screen and (min-width: 1024px) {
            .header .select-wrap .select-box dd .lang-list li a {
              padding: 1vw 2vw; } }
						.header .select-wrap .select-box dd li a:hover {
							color: #008DD1; }
        .header .select-wrap .select-box dd .lang-list li .status {
          margin-right: 1em; }

/************************************

	footer

************************************/
footer {
	border-top: 0;
}
.footer-iceborne {
	background: #fff;
	text-align: center; }
.footer-iceborne p {
	display: inline-block;
	vertical-align: middle; }
.footer-iceborne a {
	color: #314855; }
.footer-iceborne .text {
	text-align: left;
	margin-right: 2.3vw;
	font-size: 1.2vw;
	line-height: 1.6; }
.footer-iceborne .figure img {
	width: 100%; }
	@media only screen and (max-width: 1023px) {
		.footer-iceborne {
			padding: 1.5vw 0; }
		.footer-iceborne .text {
			width: 43vw;
			font-size: 3vw; }
		.footer-iceborne .figure {
			width: 33vw; }
		.footer-iceborne .figure img {
			max-width: 260px; } }
	@media only screen and (min-width: 1024px) {
		.footer-iceborne {
			padding: 1vw 0;	}
		.footer-iceborne .figure {
			width: 12vw; } }
/************************************

	content

************************************/
body::before {
  background: #FFF url(../images/common/pattern_bg.jpg) center no-repeat;
  background-size: 400% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media only screen and (min-width: 1024px) {
    body::before {
      background-size: cover; } }

.conts {
  line-height: 2; }
  .conts-box {
    margin-bottom: 8vw;
    padding: 0 4vw; }

    .conts-box.w-full {
      width: 100%; }
    @media only screen and (min-width: 1024px) {
      .conts-box {
        margin-right: auto;
        margin-bottom: 4vw;
        margin-left: auto;
        padding: 0 2vw;
        width: 64.0625%; }
    .conts-box.w-full {
      width: 91.66667%; }}


.col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/************************************

	Module

************************************/
/***** parts *****/
.page-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6vw;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .page-ttl {
      font-size: 2.70833vw;
      margin-bottom: 3vw; } }
  .page-ttl small {
    display: block;
    font-size: .5em; }
  .page-ttl::before, .page-ttl::after {
    background: url(../images/common/pagettl_pattern_sp.png) center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.5vw;
    margin-right: auto;
    margin-left: auto;
    width: 92%; }
    @media only screen and (min-width: 1024px) {
      .page-ttl::before, .page-ttl::after {
        background: url(../images/common/pagettl_pattern.png) center no-repeat;
        background-size: contain;
        height: .75vw;
        width: 96%; } }
  .page-ttl::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 2.66667vw; }
    @media only screen and (min-width: 1024px) {
      .page-ttl::before {
        margin-bottom: 1.33333vw; } }
  .page-ttl::after {
    margin-top: 4vw; }
    @media only screen and (min-width: 1024px) {
      .page-ttl::after {
        margin-top: 2vw; } }

.conts-ttl {
  color: #0b263d;
  background: url(../images/common/ttl_frame_t_sp.png) center top no-repeat, url(../images/common/ttl_frame_b_sp.png) center bottom no-repeat;
  background-color: rgba(230, 248, 253, 0.8);
  background-size: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 6vw;
  font-weight: 700;
  height: 100%;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  padding: 4vw;
  position: relative;
  text-align: center;
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    .conts-ttl {
      background: url(../images/common/ttl_frame_t.png) center top no-repeat, url(../images/common/ttl_frame_b.png) center bottom no-repeat;
      background-color: rgba(230, 248, 253, 0.8);
      background-size: 100%;
      font-size: 2.70833vw;
      margin-bottom: 1.33333vw;
      padding: 1.33333vw; } }
  .conts-ttl::before {
    background: url(../images/common/ttl_frame.png) repeat-y;
    background-size: 100%;
    bottom: .5vw;
    content: "";
    height: calc(100% - 1.5vw);
    left: 0;
    position: absolute;
    width: 100%; }
  .conts-ttl.size-half {
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 4vw;
    padding: 2vw; }
    @media only screen and (min-width: 1024px) {
      .conts-ttl.size-half {
        font-size: 1.66667vw;
        margin-bottom: 1.33333vw;
        padding: 0.66667vw; } }

.toggle-btn {
  background: url(../images/common/btn_frame_t_sp.png) center top no-repeat, url(../images/common/btn_frame_b_sp.png) center bottom no-repeat;
  background-color: #FFF;
  background-size: 100%;
  color: #0b263d;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4vw;
  font-weight: 700;
  height: 100%;
  line-height: 1.5;
  padding: 4vw 4vw 4vw 12vw;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .toggle-btn {
      background: url(../images/common/btn_frame_t.png) center top no-repeat, url(../images/common/btn_frame_b.png) center bottom no-repeat;
      background-color: #FFF;
      background-size: 100%;
      font-size: 1.875vw;
      padding: 1.33333vw 1vw 1.33333vw 3vw;
      text-align: center; } }
  .toggle-btn::before {
    background: url(../images/common/btn_frame.png) repeat-y;
    background-size: 100%;
    content: "";
    height: calc(100% - 1vw);
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
  .toggle-btn::after {
    background: url(../images/common/togglebtn_icon.png) center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    left: 4vw;
    position: absolute;
    transition: transform .2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 6vw; }
    @media only screen and (min-width: 1024px) {
      .toggle-btn::after {
        height: 1.5vw;
        left: 1.33333vw;
        width: 2vw; } }

.toggle-box {
  background: #FFF;
  display: none;
  padding: 4vw 8vw; }
  @media only screen and (min-width: 1024px) {
    .toggle-box {
      padding: 2vw 4vw; } }
  .toggle-box .img {
    margin-bottom: 4vw; }
    @media only screen and (min-width: 1024px) {
      .toggle-box .img {
        margin-right: auto;
        margin-bottom: 2vw;
        margin-left: auto;
        width: 68.29268%; } }

.link-btn .btn a {
  background: url(../images/common/btn_frame_t_sp.png) center top no-repeat, url(../images/common/btn_frame_b_sp.png) center bottom no-repeat;
  background-color: #FFF;
  background-size: 100%;
  color: #0b263d;
  cursor: pointer;
  font-size: 4.4vw;
  height: 100%;
  line-height: 1.5;
  padding: 4vw 12vw 4vw 4vw;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .link-btn .btn a {
      background: url(../images/common/btn_frame_t.png) center top no-repeat, url(../images/common/btn_frame_b.png) center bottom no-repeat;
      background-color: #FFF;
      background-size: 100%;
      font-size: 1.875vw;
      padding: 1.33333vw 3vw 1.33333vw 1.7vw;
      /*text-align: center;*/ } }
  .link-btn .btn a::before {
    background: url(../images/common/btn_frame.png) repeat-y;
    background-size: 100%;
    content: "";
    height: calc(100% - 1vw);
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
  .link-btn .btn a::after {
    background: url(../images/common/togglebtn_icon.png) center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    right: 4vw;
    position: absolute;
    transition: transform .2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 6vw; }
    @media only screen and (min-width: 1024px) {
      .link-btn .btn a::after {
        height: 1.5vw;
        right: 1.33333vw;
        width: 2vw; } }

.link-btn .btn-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .link-btn .btn-inner .date {
    font-size: .8em;
    width: 6em; }
  .link-btn .btn-inner .text {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    width: calc(100% - 6em); }

.back-btn {
	font-family: "Noto Serif JP", serif;
	padding: 0 4vw;
	margin-bottom: 12vw; }
  @media only screen and (min-width: 1024px) {
		.back-btn {
      width: 33%;
			margin: 6vw auto; } }
  .back-btn a {
		position: relative;
		text-align: center;
		display: block;
    width: 100%;
    color: #FFF;
		cursor: pointer;
    font-size: 4vw;
		height: 100%;
		line-height: 1.5;
		padding: 2vw 10vw 2vw 4vw;
		border: 1px solid #FFF;
		box-sizing: border-box;
		background-color: rgba(29, 138, 192, 0.7);
		transition: border 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), background-color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
		box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);}
		@media only screen and (min-width: 1024px) {
			.back-btn a {
				font-size: 1.3vw;
				padding: 0.8vw 3.3vw 0.8vw 1vw; } }
  .back-btn a::after {
    background: url("../images/common/icon_arrow.png") center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    right: 4vw;
    position: absolute;
    transition: background-image 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
		width: 6vw; }
	  @media only screen and (min-width: 1024px) {
      .back-btn a::after {
        height: 1.5vw;
        right: 1.33333vw;
        width: 2vw; }
			.back-btn a:hover {
				border: 1px solid #0e9ee3;
				background-color: #1d8ac0; } }


.text-box .list-ttl {
  background: rgba(0, 141, 209, 0.1);
  border: 1px solid #008DD1;
  color: #008DD1;
  margin-bottom: .5em;
  padding: 0.5vw 4vw; }
  @media only screen and (min-width: 1024px) {
    .text-box .list-ttl {
      padding: 0.25vw 2vw; } }

.text-box .list-tcttl {
  color: #008DD1;
  text-align: center;
  margin-bottom: .5em;
  padding: 0.5vw 4vw; }
  @media only screen and (min-width: 1024px) {
    .text-box .list-tcttl {
      padding: 0.25vw 2vw; } }

.text-box .list-bl {
  color: #008DD1;
}

.text-box .list-sttl {
  color: #008DD1; }

.text-box .list-text {
  margin-bottom: .5em; }
  @media only screen and (min-width: 1024px) {
    .text-box .list-text {
      margin-bottom: .5em; } }

.text-box p:not(.list-ttl):not(:last-of-type) {
  margin-bottom: 1em; }

.update-list:not(:last-child) {
  margin-bottom: 1em; }

.update-list > li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em; }
  .update-list > li:not(:last-child) {
    margin-bottom: 1em; }
  .update-list > li:not(.ic-ib)::before {
    color: #008DD1;
    content: "・"; }
  .update-list > li.ic-ib {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .update-list > li > ul {
    margin-top: 1em; }
    .update-list > li > ul > li {
      padding-left: 1em;
      text-indent: -1em; }
      .update-list > li > ul > li:not(:last-child) {
        margin-bottom: 1em; }
      .update-list > li > ul > li ul {
        margin-top: .5em; }
        .update-list > li > ul > li ul li {
          text-indent: 0; }
        .update-list.indent > li > ul > li ul li {
          text-indent: -1em;
					padding-left: 1em; }
          .update-list > li > ul > li ul li:not(:last-child) {
            margin-bottom: .5em; }
					.update-list.indent > li > ul > li ul ul li {
						text-indent: 0; }
.update-list > li a.anc {
	display: inline;
	text-decoration: underline;
  color: #FF4200; }
.update-list > li .list-sttl {
	text-indent: 0;
	margin-left: -1em; }

.player-box {
  margin-bottom: 4vw;
	box-shadow: 0px 0px 2px 3px #999;
	padding: 1px; }
  @media only screen and (min-width: 1024px) {
    .player-box {
      margin-right: auto;
      margin-bottom: 2vw;
      margin-left: auto;
      width: 68.29268%; } }

  .player-box-inner {
    background: #000;
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
  .player-box .player {
    background: #000;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }


.panel-box .panel-list li {
	margin-bottom: 2vw; }
.panel-box .panel-list img {
	width: 100%;
	vertical-align: bottom; }
.panel-box .panel-list .col-box {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center; }
.panel-box .panel-list .col-box .pic {
	width: 50%; }
.panel-box .panel-list .col-box .txt {
	width: 46%; }
.panel-box .panel-list .col-box .txt h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
  font-size: 4.4vw;
	margin-bottom: 0.6vw; }
.panel-box .panel-list .col-box .txt h3 span {
	position: relative; }
.panel-box .panel-list .col-box .txt h3.up span::after {
	content: "UP";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -3em;
	color: #fff;
	width: 2em;
	text-align: center;
	font-weight: 700;
	background: #0e9ee3; 
	font-size: 2.5vw;
	transform: translateY(-50%);
	font-family: 'Noto Sans JP', sans-serif; }
.panel-box .panel-list .col-box .txt .date {
	font-weight: 700; }
.panel-box .panel-list .col-box .txt .date span {
	display: inline-block;
	color: #fff;
	background: #091d2d;
	text-align: center;
	font-size: 2.5vw;
	padding: 0.1em 0.7em;
	letter-spacing: 0.15em;
	text-indent: 0.15em; }
.panel-box .panel-list .note {
	color: #FF4200;
	font-size: 2.1vw;
	margin-top: 2vw; }
.panel-box .panel-list .txt-box {
	margin-top: 2vw;
	font-size: 2.5vw;
	color: #008dd1; }
.panel-box .panel-list .txt-box .ttl {
	font-weight: 700;
	margin-bottom: 1vw; }
.panel-box .panel-list .txt-box ul li {
	margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
		.panel-box {
			margin: 0 1.5vw; }
		.panel-box .panel-list {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-ms-flex-flow: row wrap;
			-webkit-flow: row wrap;
			flex-flow: row wrap;
			-webkit-justify-content: space-between;
			justify-content: space-between; }
		.panel-box .panel-list li {
			width: 49%; }
		.panel-box .panel-list .col-box .pic {
			width: 39%; }
		.panel-box .panel-list .col-box .txt {
			width: 57%; }
		.panel-box .panel-list .col-box .txt h3 {
			font-size: 2.1vw; }
		.panel-box .panel-list .col-box .txt h3.up span::after {
			font-size: 1vw; }
		.panel-box .panel-list .col-box .txt .date {
			font-size: 1.25vw; }
		.panel-box .panel-list .col-box .txt .date span {
			font-size: 0.95vw; }
		.panel-box .panel-list .note {
			font-size: 0.8vw;
			margin-top: 1vw; }
		.panel-box .panel-list .txt-box {
			margin-top: 1.2vw;
			font-size: 0.9vw; }
		.panel-box .panel-list .txt-box .ttl {
			margin-bottom: 0.1vw; }
		.panel-box .panel-list .txt-box ul li {
			width: 100%; }
}

.panel-box li a {
	background: url(../images/common/panel_frame_t.png) center top no-repeat, url(../images/common/panel_frame_b.png) center bottom no-repeat;
  background-color: #FFF;
  background-size: 100%;
  color: #0b263d;
  cursor: pointer;
  height: 100%;
  line-height: 1.5;
  padding: 4vw 12vw 4vw 4vw;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .panel-box li a {
      background-color: #FFF;
      background-size: 100%;
      font-size: 1.875vw;
      padding: 1.33333vw 3vw 1.33333vw 1.7vw; } }
  .panel-box li a::before {
    background: url(../images/common/panel_frame.png) repeat-y;
    background-size: 100%;
    content: "";
    height: calc(100% - 5.5vw);
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
  .panel-box li a::after {
    background: url(../images/common/togglebtn_icon.png) center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    right: 4vw;
    position: absolute;
    transition: transform .2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 6vw; }
    @media only screen and (min-width: 1024px) {
      .panel-box li a::before {
			height: calc(100% - 2.6vw); }
      .panel-box li a::after {
        height: 1.5vw;
        right: 1.33333vw;
        width: 2vw; } }

.bnr-box {
/*  margin-bottom: 6vw;*/
	box-shadow: 0px 0px 2px 3px #999;
	padding: 1px; }
.bnr-box img {
	vertical-align: bottom;}

.ic-matl::before, .ic-matl::after {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  vertical-align: middle; }

.ic-matl::before {
  margin-right: .15em; }

.ic-matl::after {
  margin-left: .15em; }

.ic-lang::before {
  content: "\E894"; }

.ic-arrow-b-l::before {
  content: "\E5CF"; }

.ic-arrow-b-r::after {
  content: "\E5CF"; }

.ic-star::before {
  color: #008DD1;
  content: "☆"; }

.ic-ib::before {
  background: url(../images/common/ib_icon.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em; }

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

.cf::after {
  clear: both; }

/*----- テキスト -----*/
.ta-l {
  text-align: left; }

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

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

/*----- 余白 -----*/
.mg-none {
  margin: 0; }

/*----- 表示 -----*/
.hide-sp,
.img-pc {
  display: none; }

/*** TB（横）/PC ***/
@media only screen and (min-width: 1024px) {
  .hide-sp {
    display: block; }
  .img-pc {
    display: inline; }
  .hide-pc,
  .img-sp {
    display: none; } }

/*----- color -----*/
.tc_red {
	color: #FF4200;
}

/************************************

	index

************************************/
.index .conts-box#mv {
  overflow-x: hidden;
  padding: 0;
  width: 100%; }
  .index .conts-box#mv .carousel-slider .slide img {
    border: 1px solid #838383; }
.index .conts {
	padding-bottom: 16vw; }
	@media only screen and (min-width: 1024px) {
		.index .conts {
			padding-bottom: 8vw; }
		.index .conts-box {
			width: 100%; } }

/************************************

	update

************************************/
.update .ttl {
  color: #0b263d;
  font-size: 4vw;
  font-weight: 700;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
		.update .ttl {
      font-size: 1.7vw; } }
.update .conts-box#updateInfo .conts-box-inner {
  background: #FFF;
  border-right: 1px solid #008DD1;
  border-bottom: 1px solid #008DD1;
  border-left: 1px solid #008DD1;
  padding: 4vw 8vw; }
  @media only screen and (min-width: 1024px) {
    .update .conts-box#updateInfo .conts-box-inner {
      padding: 2vw 4vw; } }
  .update .conts-box#updateInfo .conts-box-inner dl dt {
    color: #008DD1; }
  .update .conts-box#updateInfo .conts-box-inner dl:not(:last-child) {
    margin-bottom: 4vw; }
    @media only screen and (min-width: 1024px) {
      .update .conts-box#updateInfo .conts-box-inner dl:not(:last-child) {
        margin-bottom: 2vw; } }
  .update .conts-box#updateInfo .conts-box-inner dl dd .dot-list li {
    padding-left: 1em;
    text-indent: -1em; }
    .update .conts-box#updateInfo .conts-box-inner dl dd .dot-list li::before {
      color: #008DD1;
      content: "・"; }
  .update .conts-box#updateInfo .conts-box-inner .ic-ib {
    color: #008DD1; }
  .update .conts-box#updateInfo .conts-box-inner.important {
    border: 1px solid #FF4200;
    color: #FF4200; }
    .update .conts-box#updateInfo .conts-box-inner.important dl dt {
      color: #FF4200;
      font-size: 4.4vw;
      margin-bottom: 2vw;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .update .conts-box#updateInfo .conts-box-inner.important dl dt {
          font-size: 1.66667vw;
          margin-bottom: 1vw; } }

/************************************

	State

************************************/
/***** header *****/
/*.header .select-wrap .select-box dd .lang-list li.active {
  background: #008DD1; }
  .header .select-wrap .select-box dd .lang-list li.active a {
    color: #FFF; }*/

/***** parts *****/
.toggle-btn.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.toggle-box.active {
  display: block; }

/************************************

  Local

************************************/
html:lang(kr) body {
  font-family: 'Noto Sans KR', sans-serif; }
html:lang(cn) body {
  font-family: 'Noto Sans SC', sans-serif; }
html:lang(hk) body {
  font-family: 'Noto Sans TC', sans-serif; }
html:lang(kr) .page-ttl,
html:lang(kr) .conts-ttl,
html:lang(kr) .toggle-btn,
html:lang(kr) .link-btn .btn-inner .text,
html:lang(kr) .back-btn {
  font-family: "Noto Serif KR", serif; }
html:lang(cn) .page-ttl,
html:lang(cn) .conts-ttl,
html:lang(cn) .toggle-btn,
html:lang(cn) .link-btn .btn-inner .text,
html:lang(cn) .back-btn  {
  font-family: "Noto Serif SC", serif; }
html:lang(hk) .page-ttl,
html:lang(hk) .conts-ttl,
html:lang(hk) .toggle-btn,
html:lang(hk) .link-btn .btn-inner .text,
html:lang(hk) .back-btn  {
  font-family: "Noto Serif TC", serif; }

/*# sourceMappingURL=style.css.map */
