@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 {
  margin-top: 20px;
  width: 45%;
  margin-left: 20px; }

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%; } }

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; } }

/*********************************************************

top専用CSS

/*********************************************************/
.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_ore.png);
  background-size: 70px;
  background-attachment: fixed;
  background-color: #fafafa; }

.smplogo {
  position: absolute;
  z-index: 3; }

#topContent {
  padding-left: 60px;
  overflow: hidden; }
  #topContent .content {
    width: 27.5%; }
    #topContent .content .logo {
      margin-top: 35px;
      width: 120%;
      z-index: 2;
      position: relative; }
    @media screen and (max-width: 480px) {
      #topContent .content {
        width: 100%; }
      #topContent .content .logo {
        display: none; } }
  #topContent .visual {
    width: 89%;
    position: relative; }
    #topContent .visual .flex {
      display: flex;
      padding: 20px 80px;
      position: absolute; }
      @media screen and (max-width: 480px) {
        #topContent .visual .flex {
          position: static;
          top: inherit;
          bottom: inherit;
          margin-top: -60px;
          padding: 20px 60px 10px;
          right: inherit;
          width: 100%;
          left: 0px;
          display: block;
          z-index: 20; } }
      #topContent .visual .flex a {
        z-index: 2;
        width: 45%;
        margin: auto; }
        @media screen and (max-width: 480px) {
          #topContent .visual .flex a {
            display: block;
            width: 100%; }
            #topContent .visual .flex a img {
              display: block; }
            #topContent .visual .flex a:nth-child(n+2) {
              margin-top: 10px; } }
    #topContent .visual .rerati {
      position: relative;
      height: 100%; }
      @media screen and (max-width: 480px) {
        #topContent .visual .rerati {
          height: 165vw; } }
      #topContent .visual .rerati .key {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease; }
        #topContent .visual .rerati .key:nth-child(1) {
          transition-delay: 0.2s;
          transform: translate(0px, -20px); }
        #topContent .visual .rerati .key:nth-child(2) {
          transition-delay: 0.4s;
          transform: translate(20px, 0px); }
        #topContent .visual .rerati .key:nth-child(3) {
          transition-delay: 0.6s;
          transform: translate(-20px, 0px); }
        #topContent .visual .rerati .key:nth-child(4) {
          transition-delay: 0.8s;
          transform: translate(0px, 20px); }
        #topContent .visual .rerati .key.on {
          opacity: 1;
          transform: translate(0, 0); }
    #topContent .visual .key {
      width: 100%;
      display: block;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      object-fit: contain; }
    @media screen and (max-width: 480px) {
      #topContent .visual {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse; } }
  @media screen and (max-width: 480px) {
    #topContent {
      padding-left: 0;
      height: auto; } }

.youtube {
  display: none; }

.movie {
  margin-top: 40px;
  padding-right: 20px; }
  .movie iframe {
    height: 160px; }
    .movie iframe:nth-child(n+2) {
      margin-top: 12px; }

.Pmovie {
  display: none;
  width: 80%;
  margin: auto;
  margin-top: 20px; }
  .Pmovie iframe {
    height: 160px;
    margin-left: auto;
    margin-right: auto; }
    .Pmovie iframe:nth-child(n+2) {
      margin-top: 12px; }

@media screen and (max-width: 480px) {
  #topContent .movie {
    display: none; }
  .Pmovie {
    display: block; } }

#logoLine {
  background-color: #ffe743;
  padding: 20px 0;
  text-align: center;
  position: relative;
  line-height: 0;
  z-index: 1; }
  #logoLine:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 2px; }
  #logoLine img {
    width: 560px;
    background-color: #ffe743;
    padding: 0 10px;
    position: relative; }
  @media screen and (max-width: 480px) {
    #logoLine {
      padding: 15px 0; }
      #logoLine img {
        width: 86%; } }

/* バナーエリア*****************************************/
.bnr {
  background: #fff7bd;
  padding: 30px;
  justify-content: center; }
  .bnr a {
    margin-right: 15px;
    width: 100%; }
    .bnr a:last-child {
      margin-right: 0; }
  .bnr img {
    display: block; }
  @media screen and (max-width: 480px) {
    .bnr {
      width: 100%; }
      .bnr a {
        margin-right: 0;
        display: block; }
        .bnr a:nth-child(n+2) {
          margin-top: 15px; }
      .bnr img {
        width: 100%; }
      .bnr .flex {
        display: block;
        padding: 0; } }

/* NEWS　TOPICS*****************************************/
.newstop {
  margin-top: 60px; }
  .newstop h3 {
    color: #ce5aff;
    font-size: 6.0rem;
    line-height: 1;
    font-family: "Baumans", cursive;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .newstop h3:after {
      width: 100%;
      height: 5px;
      display: block;
      content: "";
      background: #ce5aff;
      margin-left: 15px; }
    @media screen and (max-width: 480px) {
      .newstop h3 {
        display: block;
        font-size: 10vw; }
        .newstop h3:after {
          margin-left: 0; } }
  .newstop #motion_area1 .active {
    display: flex; }
  .newstop .stab {
    display: none; }
  .newstop .flex {
    flex-wrap: wrap; }
    .newstop .flex.tab {
      margin-top: 50px; }
      .newstop .flex.tab a {
        width: 19.2%;
        text-align: center;
        margin-right: 1%;
        background: #bbbbbb;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 12px 0;
        line-height: 1;
        font-family: "Baumans", cursive;
        color: #fff;
        text-decoration: none; }
        .newstop .flex.tab a:last-child {
          margin-right: 0; }
        .newstop .flex.tab a.active {
          background: #ce5aff; }
      @media screen and (max-width: 480px) {
        .newstop .flex.tab {
          margin-top: 30px; }
          .newstop .flex.tab a {
            font-size: 2.8vw; } }
    .newstop .flex.box {
      border: 2px solid #ce5aff;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 40px; }
      @media screen and (max-width: 480px) {
        .newstop .flex.box {
          padding: 20px; } }
    .newstop .flex.motion {
      background: #fff; }
      .newstop .flex.motion a {
        text-decoration: none;
        display: block;
        width: 16.8%;
        margin-right: 4%; }
        .newstop .flex.motion a:nth-of-type(5n) {
          margin-right: 0; }
        .newstop .flex.motion a:nth-of-type(n+6) {
          margin-top: 25px; }
        .newstop .flex.motion a .photo {
          height: 100px;
          overflow: hidden;
          display: flex;
          align-items: center;
          border: 1px solid #eee;
          background: #fff; }
        .newstop .flex.motion a .txt {
          font-weight: bold;
          margin-top: 10px; }
          .newstop .flex.motion a .txt .day {
            color: #ce5aff;
            font-size: 1.2rem; }
          .newstop .flex.motion a .txt .title {
            color: #000;
            font-size: 1.4rem; }
        @media screen and (max-width: 480px) {
          .newstop .flex.motion a {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 15px;
            margin-right: 0; }
            .newstop .flex.motion a .photo {
              width: 35%;
              margin-right: 5%; }
            .newstop .flex.motion a .txt {
              width: 60%; }
              .newstop .flex.motion a .txt .day {
                font-size: 1.0rem; }
              .newstop .flex.motion a .txt .title {
                font-size: 1.2rem; }
            .newstop .flex.motion a:nth-of-type(n+6) {
              margin-top: inherit; } }

/* SNS *****************************************/
.sns {
  justify-content: space-between;
  margin-top: 50px; }
  @media screen and (max-width: 480px) {
    .sns {
      display: block;
      margin-top: 40px; } }
  .sns .snsBox {
    width: 48%;
    border: 2px solid #4cb1f0;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0px 0 20px; }
    .sns .snsBox h1 {
      font-weight: normal;
      letter-spacing: 0px;
      position: relative;
      z-index: 1;
      margin-left: 30px;
      font-size: 3.0rem;
      line-height: 1.2;
      padding: 10px 0 5px;
      text-align: left; }
      .sns .snsBox h1 b {
        font-weight: normal;
        display: inline-block;
        margin-right: 10px; }
      .sns .snsBox h1 small {
        display: inline-block;
        font-size: 50%; }
    .sns .snsBox .topTriangle {
      display: none; }
    .sns .snsBox .bottomTriangle {
      position: absolute;
      bottom: 0px;
      right: 0px;
      height: 80%; }
    .sns .snsBox .box {
      position: relative; }
    .sns .snsBox.news {
      color: #ce5aff; }
      .sns .snsBox.news .st0 {
        fill: #ce5aff; }
      .sns .snsBox.news .st1 {
        fill: #fbf0ff; }
    .sns .snsBox.twAnime {
      color: #4cb1f0; }
      .sns .snsBox.twAnime .st0 {
        fill: #4cb1f0; }
      .sns .snsBox.twAnime .st1 {
        fill: #eff8fe; }
    .sns .snsBox.twRifling4 {
      color: #ff8c00;
      border: 2px solid #ff8c00; }
      .sns .snsBox.twRifling4 .st0 {
        fill: #ff8c00; }
      .sns .snsBox.twRifling4 .st1 {
        fill: #ffe5dd; }
    .sns .snsBox.onAir {
      color: #ffb205; }
      .sns .snsBox.onAir .st0 {
        fill: #ffb205; }
      .sns .snsBox.onAir .st1 {
        fill: #fff7c0; }
      .sns .snsBox.onAir .list {
        padding: 10px 20px;
        z-index: 2;
        position: relative; }
    .sns .snsBox dl {
      padding: 10px 20px 15px;
      font-size: 1.4rem;
      line-height: 1.4; }
      .sns .snsBox dl dt {
        letter-spacing: 0.5px;
        color: #333; }
      .sns .snsBox dl dd {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 7px;
        margin-bottom: 7px; }
      .sns .snsBox dl a {
        text-decoration: none;
        font-weight: bold;
        color: #ce5aff; }
      .sns .snsBox dl a:hover {
        color: #da9cea; }
      .sns .snsBox dl .more {
        text-align: right;
        line-height: 1;
        font-size: 1.3rem;
        letter-spacing: 1px;
        padding-top: 5px; }
        .sns .snsBox dl .more a {
          display: inline-block;
          border: 1px solid #ce5aff;
          padding: 3px 15px; }
        .sns .snsBox dl .more a:hover {
          background-color: #ce5aff;
          color: #fff; }
    @media screen and (max-width: 480px) {
      .sns .snsBox {
        width: 100%; }
        .sns .snsBox dl {
          padding: 5px 20px 10px; }
          .sns .snsBox dl dd {
            padding-bottom: 5px; } }


