@charset "UTF-8";
.commonWidth {
  min-width: 1080px;
  max-width: 1080px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .commonWidth {
      min-width: inherit;
      max-width: inherit;
      width: auto;
      margin: auto; } }

.inCont {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  min-width: 720px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .inCont {
      min-width: 100%; } }

.commonPadding {
  padding-left: 60px;
  padding-right: 60px; }
  @media screen and (max-width: 480px) {
    .commonPadding {
      padding-left: 40px;
      padding-right: 40px; } }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: 400; }

a img {
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a, p {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

body, html {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow-y: scroll; }

a {
  word-wrap: break-word;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  color: #00b0ec; }

a:hover {
  color: #00b0ec;
  text-decoration: none; }

.clear {
  clear: both; }

::selection {
  color: #000;
  background-color: #d3d3d3; }

::-moz-selection {
  color: #000;
  background-color: #d3d3d3; }

.br {
  display: inline-block; }

.sr, .sr-seq {
  visibility: hidden; }

#backTop {
  cursor: pointer;
  position: fixed;
  right: -170px;
  bottom: 0px;
  z-index: 999;
  line-height: 0px; }

.border {
  border: 1px solid #333;
  background-color: #000;
  box-shadow: 0px 0px 4px #333;
  margin-right: 2px;
  margin-left: 2px; }

.enFont {
  font-family: "Baumans", cursive; }

#all, .sm-slider, .sm-slider:after, body.fixed header.global {
  min-width: 1080px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #all, .sm-slider, .sm-slider:after, body.fixed header.global {
      min-width: inherit; } }

#all {
  position: relative;
  z-index: 10; }

hr {
  border: none;
  border-top: 1px solid #333;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px; }

.brSmp {
  display: none; }

@media screen and (max-width: 480px) {
  .brSmp {
    display: inline; }

  .smpNon {
    display: none; } }
.flex {
  display: flex; }

.grid {
  display: grid; }

/* //////////////////////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////////////////////*/
.smplogo {
  display: none;
  margin-top: 20px;
  width: 45%;
  margin-left: 20px; }
@media screen and (max-width: 480px) {
  .smplogo {
    display: block; } }

nav.global li {
  margin-top: 50px; }
  nav.global li:nth-child(n+2) {
    margin-top: 14px; }
  nav.global li a {
    text-decoration: none;
    font-size: 2.2rem;
    display: inline-block;
    word-break: break-all;
    position: relative;
    font-family: "Baumans", cursive;
    font-weight: bold;
    border-left: 3px solid;
    padding-left: 10px;
    line-height: 1; }
    nav.global li a div {
      font-size: 1.2rem;
      color: #696969;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      margin-top: 4px; }
    nav.global li a:hover {
      transform: translate(5px, 0); }
    nav.global li a.linknone {
      pointer-events: none;
      color: #888;
      opacity: 0.4; }
nav.global li:last-child {
  margin-right: 0%; }
nav.global .news {
  color: #ec6d65; }
nav.global .onair {
  color: #f39938; }
nav.global .story {
  color: #8ec555; }
nav.global .character {
  color: #00b0ec; }
nav.global .product {
  color: #b864a4; }
nav.global .staff {
  color: #eb6da5; }
nav.global .beamrifle {
  color: #ec6d65; }
nav.global .movie {
  color: #f39938; }
nav.global .rifling4 {
  color: #8ec555; }
nav.global .comics {
  color: #00b0ec; }
@media screen and (max-width: 480px) {
  nav.global {
    width: 100%;
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    padding: 60px 40px;
    overflow: scroll; }
    nav.global li {
      margin-top: 30px; }
      nav.global li:nth-child(n+2) {
        margin-top: 20px; }
      nav.global li a {
        width: 100%; }
    nav.global h3 {
      color: #ce5aff;
      line-height: 1;
      font-family: "Baumans", cursive;
      font-weight: bold;
      display: block;
      font-size: 10vw;
      word-break: break-all; }
      nav.global h3 span {
        width: 100%; }
      nav.global h3:after {
        width: 100%;
        height: 5px;
        display: block;
        content: "";
        background: #ce5aff; } }

h3.title {
  background: #fff; }

/********************************************************************************
レスポンシブ用スマホナビ
*********************************************************************************/
/*********************************************************************************
/////　　【トップ】　レスポンシブ用スマホナビ　　 ///////////////////////////////////
*********************************************************************************/
#smpNavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  padding: 18px;
  color: #f594ac;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  border-bottom-left-radius: 10px;
  font-size: 2.0vw;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #smpNavi {
      display: block; } }
  #smpNavi ul {
    margin-bottom: 4px;
    position: absolute; }
  #smpNavi p {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    display: block;
    font-weight: bold; }

#smpNavi ul li {
  background: #f594ac;
  width: 33px;
  height: 3px;
  margin-bottom: 9px;
  transition: 0.2s all; }

#smpNavi ul li:last-child {
  margin-bottom: 0; }

.block-bg {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -5;
  background-image: url(../img/bg_wh.png);
  background-size: 70px;
  background-attachment: fixed;
  background-color: #fafafa; }

.bgt {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1; }

.secondBox {
  max-width: 1366px;
  margin: auto; }

.container {
  width: 80%;
  padding-left: 50px;
  margin-top: 140px; }
  @media screen and (max-width: 480px) {
    .container {
      padding-left: 0px;
      width: 100%;
      margin-top: 40px; } }

.content {
  width: 20%; }
  .content .logo {
    margin-top: 35px;
    width: 100%;
    z-index: 2;
    position: relative; }
  @media screen and (max-width: 480px) {
    .content {
      position: absolute;
      width: 100%; }
    .content .logo {
      display: none; } }

h2.common {
  font-family: "Baumans", cursive;
  font-weight: bold;
  font-size: 8.0rem;
  display: block;
  line-height: 1;
  margin-bottom: 60px; }
  h2.common span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    width: 100%;
    font-size: 1.8rem;
    color: #000;
    display: block;
    font-weight: normal;
    border-top: 2px solid;
    margin-top: 12px;
    padding-top: 12px; }
  h2.common.nonspan {
    border-bottom: 2px solid; }
  @media screen and (max-width: 480px) {
    h2.common {
      font-size: 10.0vw;
      margin-bottom: 20px; } }

/* //////////////////////////////////////////////////////////////////
フッターナビ
////////////////////////////////////////////////////////////////// */
footer.global {
  text-align: center;
  margin-top: 200px; }
  footer.global section {
    background-color: #d5d5d5;
    position: relative;
    padding: 0px 0 30px; }
    footer.global section:after, footer.global section:before {
      content: "";
      width: 100%;
      height: 3px;
      position: absolute;
      top: 5px;
      left: 0;
      background-color: #fff; }
    footer.global section:before {
      top: inherit;
      bottom: 5px; }
  footer.global .logo {
    position: relative;
    z-index: 1;
    top: -40px; }
    footer.global .logo img {
      width: 540px; }
  footer.global .twitter {
    margin-top: -20px; }
    footer.global .twitter a {
      width: 150px;
      display: inline-block;
      margin: 0 5px; }
  footer.global .copyright {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 35px;
    letter-spacing: 1px; }
  @media screen and (max-width: 480px) {
    footer.global {
      margin-top: 130px; }
      footer.global .logo {
        top: -5vw; }
        footer.global .logo img {
          width: 80%; }
      footer.global .twitter {
        margin-top: -5px; }
        footer.global .twitter a {
          width: 35%; }
      footer.global .copyright {
        font-size: 1.3rem;
        margin-top: 15px;
        margin-bottom: 35px;
        letter-spacing: 1px; } }


