@charset "utf-8";
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のcss
=================================================================== */
/* ==========================================================
	BASE
========================================================== */

body {
    background: #000;
    min-width: 980px;
}
.inner {
  margin: 0 auto;
  width: 980px;
}
.inner h2 {
    font-size: 34px;
}
.pc_none {
  display: none;
}
.bg-white {
  background: #fff;
  padding: 1px 0;
}
.catch {
	font-size:30px;
	color:#32b3e8;
}
.indent li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/* ==========================================================
  HEADER
========================================================== */
header {
  position: fixed;
  min-width: 980px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}

.global_header {
  position: relative;
  z-index: 999;
  /*width: 100%;
  background: none;
  top: 0;*/
}
.global_header .inner {
  position: relative;
  width: 980px;
}

.global_header ul {
  position: absolute;
  right: 0;
  top: 6px;
}

.global_header ul li {
  float: left;
  margin-left: 20px;
}

/* ==========================================================
  NAVI
========================================================== */
nav {
  background: url(../images/shared/bg_navi.png) repeat-x center 0;
  height: 136px;
  min-width: 980px;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9999;
}
nav .bg_navi {
  left: 50%;
  margin: 0 0 0 -590px;
  position: absolute;
  top: 0;
  width: 1180px;
  z-index: 99;
}

nav .bg_navi ul {
  padding: 41px 0 0 284px;
}
nav .bg_navi ul li {
  float: left;
  margin: 0;
}
nav h1 {
  position: absolute;
  top: 13px;
  left: 68px;
}

/* ==========================================================
  SNS
========================================================== */
.sns {
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 99;
}
.sns li {
  float: left;
  height: 22px;
  line-height: 0;
  margin: 0 0 0 10px;
}


/* ==========================================================
  TITLE
========================================================== */

/* 背景あり
========================================================== */
#title {
  background: url(/product/mv/images/shared/bg_title.jpg) repeat-x center top #ffffff;
  margin-top: 112px;
  color: #fff;
  height: 227px;
}
#title .inner {
  position: relative;
}
#title .right-bnr {
  position: absolute;
  right: 0;
  top: 50px
}
#title .inner h2 {
  line-height: 1.2;
  padding: 50px 0 24px 73px;
}

#title .inner .information {
  padding: 0 0 0 73px;
}
#title .inner .information a {
  color: #fff;
  text-decoration: underline;
}
#title .inner .animation {
  position: absolute;
  bottom: -15px;
  right: 30px;
  opacity: 0;
  z-index: 998;
}

/* 背景なし
========================================================== */

#title02 {
  background: #fff;
  color: #000000;
  padding: 120px 0 30px;
}

#title02 .inner h2 {
  color: #000000;
  padding: 54px 0 5px 73px;
}

#title02 .inner .information {
  color: #000000;
  padding: 0 0 0 73px;
}

/* ==========================================================
  CONTENTS
========================================================== */
.in #contents {
  background: #fff;
  padding: 0 0 1px;
}

.in section {
    padding: 0 0 58px;
}

.in section:nth-child(even) {
    background: #dfdfdf;
}
.in section .inner {
  background: url(/product/mv/images/shared/bg_odd.gif) no-repeat 0 0;
}
  .in section:nth-child(even) .inner {
    background: url(/product/mv/images/shared/bg_even.gif) no-repeat 0 0;
  }
.in section:nth-child(1) .inner {
    background: url(/product/mv/images/shared/bg_contents_head.png) no-repeat 0 0 #ffffff;
    padding: 20px 0 0;
}
.in section.sub_navi .inner {
    background: none;
}

.in .left_contents {
  float: left;
  margin: 60px 0 0 70px;
  position: relative;
}
.in .left_contents dt {
  width: 450px;
}
.in .left_contents dd {
  width: 440px;
}
.in .right_contents {
  float: right;
  margin: 0 40px 0 0;
  position: relative;
}
  .left_contents dt,
  .right_contents dt {
    font-size: 32px;
    line-height: 1.37;
    margin: 0 0 10px;
  }
.img_shadow {
  background: url(/product/mv/images/shared/img_shadow.png) no-repeat center bottom;
  padding: 0 0 26px;
}

.in .left_contents.width_auto,
.in .left_contents.width_auto dt,
.in .left_contents.width_auto dd {
  width: auto;
}

.in .add_contents {
  float: left;
  margin: 0 0 0 70px;
  position: relative;
}

/* ==========================================================
  横長コンテンツ
========================================================== */

.in .inner_block {
  margin: 60px 0 0 70px;
}
.inner_block .each {
  padding: 0 0 20px 40px;
}
.inner_block h3 {
  font-size: 32px;
  margin: 0 0 30px;
}
.inner_block h4 {
  background: url(/product/mv/images/shared/icon_h4.gif) no-repeat 0 6px;
  font-size: 22px;
  padding: 0 0 10px 24px;
}
.inner_block h5 {
  background: url(/product/mv/images/shared/icon_h5.gif) no-repeat 0 28px;
  font-size: 16px;
  padding: 20px 0 10px 40px;}
  
.inner_block h6 {
	font-size: 16px;
	padding: 0 10px 10px 0;
	font-weight: bold;
	color: #12bfff;
}

/* ==========================================================
  SUB NAVI
========================================================== */
.sub_navi_contents {
  background: #0c8dbd;
}
.sub_navi_inner {
  margin: 0 auto;
  width: 980px;
}
.sub_navi_contents li {
  border-right: 1px solid #fff;
  font-size: 16px;
  float: left;
  height: 98px;
  width: 244px;
  position: relative;
}
.sub_navi_contents li a {
    background: #1a5c75;
    color: #fff;
    display: block;
    padding: 22px 42px;
}
.sub_navi_contents li.line_01 a {
  padding: 35px 0;
  text-align: center;
}
.sub_navi_contents li a:hover {
  background: #0c8dbd;
}
.sub_navi_contents li .current {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: none;
}
.page_01 .navi_01 .current,
.page_02 .navi_02 .current,
.page_02-2 .navi_02-2 .current,
.page_03 .navi_03 .current,
.page_04 .navi_04 .current,
.page_05 .navi_05 .current {
  display: block;
}
.page_01 .navi_01 a,
.page_02 .navi_02 a,
.page_02-2 .navi_02-2 a,
.page_03 .navi_03 a,
.page_04 .navi_04 a,
.page_05 .navi_05 a {
  background: #0c8dbd;
}



/* ==========================================================
  ボタン
========================================================== */
.game_btn a,
.game_btn_s a,
.game_btn_xs a {
  background: url(/product/mv/images/shared/bg_btn_d.gif) no-repeat 0 0;
  color: #fff!important;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  padding: 12px 0 0;
  text-align: center;
  width: 325px;
}
.game_btn_s a {
  font-size: 16px;
  height: 46px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px 0 0;
}
.game_btn_xs a {
  font-size: 16px;
  height: 30px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 225px;
}
  .game_btn a:hover,
  .game_btn_s a:hover,
  .game_btn_s a:hover {
    background: url(/product/mv/images/shared/bg_btn_on.gif) no-repeat 0 0;
  }
.game_btn.btn_off,
.game_btn_s.btn_off {
  background: url(/product/mv/images/shared/bg_btn_off.gif) no-repeat 0 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  text-align: center;
  padding: 12px 0 0;
  width: 325px;
}
.game_btn_xs.btn_off {
  background: url(/product/mv/images/shared/bg_btn_off.gif) no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  height: 35px;
  text-align: center;
  padding: 5px 0 0;
  width: 225px;
}


/* COURSE */
@media only screen and (min-device-width: 641px) {
  #course .sub_navi_contents li {
    width: 195px;
  }
}

/* ==========================================================
  FOOTER
========================================================== */
.caution_support {
  display: none;
}

footer {
    background: #000;
    padding: 22px 0 30px;
    clear: both;
}
footer .inner {
  overflow: hidden;
    width: 960px;
    padding: 0 10px;
    position: relative;
}
.footer_logo {
  padding: 0 0 0 30px;
}
.footer_logo li {
  float: left;
  padding: 0 30px 0 0;
}
.footer_logo .logo_sc {
  margin: 15px 0 0;
}
.copyright {
  color: #fff;
  float: left;
  font-size: 12px;
}
footer p.logo_tkoolweb {
  float: right;
}

.position_relative {
  position: relative;
}
#pageTop {
  padding: 0 0 30px;
  text-align: right;
}
.banner_area {
  overflow: hidden;
  margin: 20px auto 30px;
  width: 870px;
}
.banner_area ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
}
.banner_area ul li:nth-child(odd) {
  margin-right: 10px;
}

.in .soundbtn {
  margin-top: 9px;
}
.soundbtn li {
  float: left;
  margin: 10px 13px 0 0;
}
.soundbtn li a {
  background-color: #1785b2;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 5px 10px 2px;
}
.soundbtn li a:hover {
  opacity: 0.8;
}
.soundbtn li a img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.soundbtn a img:hover {
  opacity: 0.8;
}

/* ==========================================================
  タブレット
========================================================== */
@media screen and (min-width:768px) and ( max-width:1024px) {
.global_header ul {
  right: 10px;
}
}

/* ==========================================================
  SP
========================================================== */
@media only screen and (max-device-width: 750px) {
.width380 {
  width: 380px;
}
#contents {
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* HEADER
========================================================== */
header {
  height: 100px;
}
#title {
  margin-top: 106px;
}
#title .right-bnr {
  right: 30px;
  top: 38px;
}
#title .right-bnr img {
  height: auto;
  width: 500px;
}
/* NAVI ------------------------------------------------------ */
#nav-global {
    position: fixed;
    text-align: right;
    top: 0;
    z-index: 9999;
    right: 0;
    height: 100px;
}

#nav-global span {
    font-size: 0;
    display: block;
    z-index: 10;
    position: absolute;
    right: 30px;
    top: 18px;
}
  .nav-float-common.active {
    display: block;
  }
  .nav-float-common {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .menu_title {
    box-sizing: border-box;
    background: #4d4d4d;
    color: #fff;
    font-size: 30px;
    padding: 36px 26px 28px;
    text-align: left;
    width: 100%;
  }
  .nav-float-common.float-global ul {
    width: 100%;
  }
    .nav-float-common.float-global li {
      font-size: 28px;
      text-align: left;
    }
    .nav-float-common.float-global li a {
      background: #000;
      border-bottom: 2px solid #363636;
      color: #fff;
      display: block;
      padding: 30px 50px;
    }
    .nav-float-common > .btn-close {
      position: absolute;
      top: 26px;
      right: 20px;
    }

  /* header ------------------------------------------------- */
  header .animation {
    display: none;
  }
.in h1 img {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 9998;
}
.in h2 {
  padding: 0 30px 14px;
}
.in .information {
  padding: 0 30px;
  font-size: 24px;
}

/* sub_navi ------------------------------------------------- */
.sub_navi_contents li {
  font-size: 24px;
  height: inherit;
  margin: 0 0 1px;
  text-align: center;
  width: 100%;
}
.sub_navi_contents li a,
.sub_navi_contents li.line_01 a {
  padding: 20px 0;
  text-align: center;
}
.sub_navi_contents .sub_navi_inner li .current {
  display: none;
}

li.color-off a {
  color: #484848 !important;
}
  
/* contents ------------------------------------------------- */
.in .left_contents,
.in .right_contents {
  float: none;
  margin: 0 40px;
  padding: 60px 0 0;
}
.in .left_contents dt,
.in .right_contents dt {
  margin: 0 0 20px;
  font-size: 60px;
}
.in .left_contents dd,
.in .right_contents dd {
  font-size: 36px;
}

.in .left_contents dt,
.in .left_contents dd,
.in .right_contents dt,
.in .right_contents dd {
  width: 100%;
}
.in .left_contents img,
.in .right_contents img {
  height: auto;
  width: 100%;
}

.in .soundbtn {
  width: 100%;
  margin: 80px auto 0 auto;
}
  .in .soundbtn li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .in .soundbtn a img:hover {
    opacity: 1;
  }

/* 横長コンテンツ ------------------------------------------------- */
.in .inner_block {
  /* font-size: 36px; */
  margin: 0 40px;
}
.inner_block .each {
  padding: 0 0 10px 40px;
}
.inner_block h3 {
  font-size: 60px;
  margin: 0 0 20px;
}
.inner_block h4 {
  background: url(/product/mv/images/shared/icon_h4_sp.png) no-repeat 0 18px;
  background-size: 36px 43px;
  font-size: 46px;
  padding: 0 0 10px 44px;
}
.inner_block h5 {
  background: url(/product/mv/images/shared/icon_h5.gif) no-repeat 0 52px;
  font-size: 40px;
  padding: 20px 0 10px 40px;
}  
.inner_block h6 {
  font-size: 36px;
  padding: 0 10px 10px 0;
  font-weight: bold;
  color: #12bfff;
}

/* footer ------------------------------------------------- */
#pageTop {
  padding: 0 10px 30px;
}
footer {
  padding: 20px 0;
}
.footer_logo {
  float: left;
  padding: 15px 0 0;
}
.footer_logo li {
  padding: 0 20px 0 10px;
}
.sns {
  overflow: hidden;
}

/* sp module ------------------------------------------------- */
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}

/* ==========================================================
  スペシャル
========================================================== */
#special #contents {
  background: #fff;
}
#special .inner_block {
  padding: 20px;
}

/* ==========================================================
  ボタン
========================================================== */
.game_btn a,
.game_btn_s a,
.game_btn_xs a {
  background: url(/product/mv/images/shared/bg_btn_sp.gif) no-repeat 0 0;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: inherit;
  height: 80px;
  padding: 18px 0 0;
  text-align: center;
  width: 622px;
}
.game_btn.btn_off,
.game_btn_s.btn_off,
.game_btn_xs.btn_off {
  background: url(/product/mv/images/shared/bg_btn_off_sp.gif) no-repeat 0 0;
  font-size: 36px;
  line-height: inherit;
  height: 80px;
  padding: 18px 0 0;
  width: 622px;
}

}