@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; } }

/*********************************************************

二階層目専用CSS

/*********************************************************/
.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; } }

/*********************************************************
news専用CSS
/*********************************************************/
#news h2.common {
  color: #ec6d65; }
  #news h2.common span {
    border-color: #ec6d65; }
#news .bgcolor {
  fill: #fbe9ff; }
#news .cls-1 {
  fill: #ffd7d4;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#news .topPage {
  margin-top: 60px;
  text-align: center; }
  #news .topPage a {
    background-color: #ffaca6;
    color: #fff;
    font-family: "Anton", sans-serif;
    border: 4px double #fff;
    display: inline-block;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.6;
    text-decoration: none; }
  #news .topPage a:hover {
    background-color: #fff;
    color: #ec6d65;
    border-color: #ec6d65; }
  #news .topPage i {
    margin-right: 10px; }
#news .catList {
  flex-wrap: wrap; }
  #news .catList a {
    line-height: 1;
    padding: 10px 24px;
    border: 1px solid #a0a0a0;
    display: block;
    color: #444;
    text-decoration: none;
    margin-right: 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    font-weight: bold; }
    #news .catList a:before {
      content: "";
      background: #ec6d65;
      border-radius: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 15px; }
    #news .catList a.on {
      pointer-events: none; }
    #news .catList a.on, #news .catList a:hover {
      background: #e5b5fd;
      color: #fff; }
      #news .catList a.on:before, #news .catList a:hover:before {
        background: #fff !important; }
  @media screen and (max-width: 480px) {
    #news .catList {
      margin-bottom: -8px; }
      #news .catList a {
        font-size: 2.6vw;
        display: flex;
        padding: 8px 10px;
        margin-right: 8px;
        margin-bottom: 8px; }
        #news .catList a:before {
          width: 10px;
          height: 10px;
          margin-right: 10px; } }
  #news .catList.cat_all .all {
    background: #ec6d65; }
  #news .catList.cat_67 .bluray {
    background: #7b65ec; }
  #news .catList.cat_8 .spe {
    background: #be8de8; }
  #news .catList.cat_910 .rifring4 {
    background: #8ec555; }
  #news .catList.cat_all .all, #news .catList.cat_67 .bluray, #news .catList.cat_8 .spe, #news .catList.cat_910 .rifring4 {
    color: #fff; }
    #news .catList.cat_all .all:before, #news .catList.cat_67 .bluray:before, #news .catList.cat_8 .spe:before, #news .catList.cat_910 .rifring4:before {
      background: #fff; }
#news #ichiran .list {
  margin-top: 50px; }
  #news #ichiran .list dl {
    padding: 35px;
    border: 2px solid #ec6d65;
    border-left: 15px solid #ec6d65;
    margin-bottom: 30px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
  #news #ichiran .list dt {
    color: #ec6d65;
    font-weight: bold;
    margin-bottom: 3px;
    letter-spacing: 1px; }
  #news #ichiran .list dd {
    font-size: 1.8rem;
    line-height: 1.4; }
  #news #ichiran .list a {
    text-decoration: none;
    color: #111;
    background-color: #fff;
    display: block; }
  #news #ichiran .list a:hover {
    background-color: #ffe9e7; }
    #news #ichiran .list a:hover dl {
      border-bottom: 5px solid #ec6d65; }
#news #ichiran .pager {
  text-align: right;
  font-size: 1.9rem; }
  #news #ichiran .pager a {
    color: #ec6d65;
    display: inline-block; }
#news #page article#honbun {
  border: 2px solid #ec6d65;
  background-color: #fff;
  margin-bottom: 20px; }
  #news #page article#honbun dl {
    border-left: 13px solid #ec6d65;
    padding: 30px 35px; }
  #news #page article#honbun dt {
    color: #ec6d65;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  #news #page article#honbun dd {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4; }
  #news #page article#honbun section {
    padding: 50px 50px 80px; }
#news #page .pager {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px; }
  #news #page .pager a {
    display: block;
    border: 1px solid #ec6d65;
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding: 5px 10px;
    color: #ec6d65;
    line-height: 1.2;
    text-decoration: none;
    margin: 0 0 0 10px; }
  #news #page .pager a:hover {
    background-color: #ec6d65;
    color: #fff; }
  #news #page .pager i {
    margin-right: 5px; }
@media screen and (max-width: 480px) {
  #news .topPage {
    margin-top: 40px; }
    #news .topPage a {
      letter-spacing: 1px;
      padding: 5px 10px;
      font-size: 2.0rem;
      line-height: 1.6;
      text-decoration: none; }
    #news .topPage a:hover {
      background-color: #fff;
      color: #e5b5fd;
      border-color: #e5b5fd; }
    #news .topPage i {
      margin-right: 10px; }
  #news #ichiran .list dl {
    padding: 20px 25px;
    border-width: 1px;
    border-left-width: 10px;
    margin-bottom: 20px; }
  #news #ichiran .list dd {
    font-size: 1.6rem; }
  #news #ichiran .list a {
    text-decoration: none;
    color: #111;
    background-color: #fff;
    display: block; }
  #news #ichiran .pager {
    text-align: center; }
    #news #ichiran .pager a {
      border: 1px solid #ec6d65;
      line-height: 1;
      text-decoration: none;
      padding: 3px 5px; }
  #news #page article#honbun dl {
    border-left-width: 10px;
    padding: 15px 25px; }
  #news #page article#honbun dt {
    margin-bottom: 5px; }
  #news #page article#honbun dd {
    font-size: 1.8rem; }
  #news #page article#honbun section {
    padding: 30px 20px 50px;
    font-size: 1.4rem; }
  #news #page .pager {
    margin-bottom: 40px;
    justify-content: space-between; }
    #news #page .pager a {
      padding: 5px 0px;
      font-size: 3vw;
      width: 25%;
      text-align: center;
      margin-left: 0; }
    #news #page .pager a:nth-child(2) {
      width: 45%; }
    #news #page .pager .ntop {
      width: 45%;
      margin: auto; } }

.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; } }

/*********************************************************

top専用CSS

/*********************************************************/
#onair h2.common {
  color: #f39938; }
  #onair h2.common span {
    border-color: #f39938; }
#onair .bgcolor {
  fill: #fbe9ff; }
#onair .cls-1 {
  fill: #ffdcb6;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#onair .list {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0px; }
  #onair .list dl {
    width: 47.5%; }
    #onair .list dl dt {
      color: #f39938;
      font-size: 2.0rem; }
    #onair .list dl dd {
      font-size: 1.6rem; }
      #onair .list dl dd small {
        line-height: 1.2;
        margin-top: 10px;
        display: inline-block; }
    #onair .list dl:nth-child(2n) {
      margin-left: 5%; }
    #onair .list dl:nth-child(n+3) {
      margin-top: 20px; }
#onair .txt {
  text-align: center;
  line-height: 1;
  width: 100%;
  border: 1px solid #666;
  font-size: 1.3rem;
  border-right: 0;
  border-left: 0;
  padding: 12px 0;
  margin-top: 40px;
  line-height: 1.6;
  font-weight: bold; }
@media screen and (max-width: 480px) {
  #onair .list dl {
    width: 100%;
    margin-top: 15px; }
    #onair .list dl:nth-child(1) {
      margin-top: 20px; }
    #onair .list dl:nth-child(2n) {
      margin-left: 0; }
    #onair .list dl:nth-child(n+2) {
      margin-top: 35px; }
    #onair .list dl dt {
      font-size: 2.2rem;
      line-height: 1; }
    #onair .list dl dd {
      font-size: 1.6rem;
      margin-top: 6px; }
  #onair .txt {
    margin-top: 35px;
    line-height: 1.6;
    font-size: 2.5vw; } }
#onair h3.title {
  position: relative;
  border: 1px solid #f39938;
  color: #f39938;
  font-size: 2.4rem;
  border-radius: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2px 0 3px;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: hidden; }
  #onair h3.title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f39938;
    width: 100%;
    height: 3px; }
#onair .netList {
  font-weight: bold; }
  #onair .netList dl {
    margin-top: 40px; }
    #onair .netList dl dt {
      color: #f39938;
      font-size: 1.8rem;
      padding-left: 15px;
      border-left: 4px solid #f39938; }
    #onair .netList dl dd {
      margin-top: 15px; }
      #onair .netList dl dd span {
        display: block;
        margin-top: 20px; }
      #onair .netList dl dd .link {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        align-content: center; }
        #onair .netList dl dd .link a {
          text-align: center;
          border: 1px solid #f39938;
          width: 32%;
          text-decoration: none;
          color: #db770c;
          width: 30%;
          padding: 8px;
          margin-right: 2%;
          line-height: 1.2;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center; }
          #onair .netList dl dd .link a:hover {
            background: #f39938;
            color: #fff; }
          #onair .netList dl dd .link a small {
            font-size: 1.2rem; }
          #onair .netList dl dd .link a:nth-child(3n) {
            margin-right: 0; }
          #onair .netList dl dd .link a:nth-child(n+4) {
            margin-top: 20px; }
          #onair .netList dl dd .link a small {
            width: 100%; }
          @media screen and (max-width: 480px) {
            #onair .netList dl dd .link a {
              width: 48%;
              margin-right: 4%;
              font-size: 1.4rem; }
              #onair .netList dl dd .link a:nth-child(3n) {
                margin-right: 4%; }
              #onair .netList dl dd .link a:nth-child(2n) {
                margin-right: 0; }
              #onair .netList dl dd .link a:nth-child(n+3) {
                margin-top: 20px; } }

.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; } }

/*********************************************************
STORY専用CSS
/*********************************************************/
#story h2.common {
  color: #8ec555; }
  #story h2.common span {
    border-color: #8ec555; }
#story .bgcolor {
  fill: #fbe9ff; }
#story .cls-1 {
  fill: #dfffbe;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#story .nav_num {
  flex-wrap: wrap; }
  #story .nav_num a {
    line-height: 1;
    padding: 10px 24px;
    border: 1px solid #a0a0a0;
    display: block;
    color: #444;
    text-decoration: none;
    margin-right: 12px;
    border-radius: 100px;
    margin-bottom: 12px; }
    #story .nav_num a:before {
      content: "";
      background: #8ec555;
      border-radius: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 15px; }
    #story .nav_num a.on {
      pointer-events: none; }
    #story .nav_num a.on, #story .nav_num a:hover {
      background: #8ec555;
      color: #fff; }
      #story .nav_num a.on:before, #story .nav_num a:hover:before {
        background: #fff; }
    @media screen and (max-width: 480px) {
      #story .nav_num a {
        font-size: 2.6vw;
        width: 30%;
        text-align: center;
        padding: 8px 10px;
        margin-right: 4%;
        margin-bottom: 8px; }
        #story .nav_num a:before {
          width: 10px;
          height: 10px;
          margin-right: 8px; }
        #story .nav_num a:nth-child(3n) {
          margin-right: 0; }
        #story .nav_num a.intro {
          width: auto; } }
#story .mainArea {
  background-color: #8ec555;
  margin-top: 30px;
  width: 100%;
  position: relative;
  padding: 25px; }
  #story .mainArea .bgImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-image: url(../img/bg_wh.png);
    background-size: 70px;
    background-attachment: fixed; }
  @media screen and (max-width: 480px) {
    #story .mainArea {
      width: calc(100% + 80px);
      margin-left: -40px;
      padding: 20px 40px;
      margin-top: 12px; } }
  #story .mainArea .title {
    align-items: flex-start;
    margin-bottom: -20px;
    position: relative;
    z-index: 2; }
    #story .mainArea .title .num {
      color: #fff;
      font-family: "Baumans", cursive;
      font-size: 13vw;
      line-height: 0.7;
      margin-left: -15px;
      letter-spacing: 0px; }
    #story .mainArea .title .sub {
      background: #fff;
      padding: 10px 15px;
      width: 100%;
      font-size: 2.2rem;
      margin-top: 15px;
      margin-left: 30px;
      border-radius: 10px; }
    @media screen and (max-width: 480px) {
      #story .mainArea .title {
        margin-bottom: 10px; }
        #story .mainArea .title .num {
          font-size: 18vw;
          margin-left: 0; }
        #story .mainArea .title .sub {
          font-size: 1.4rem;
          padding: 6px 10px;
          margin-left: 15px; } }
#story .txt .arasuji {
  margin-top: 40px;
  line-height: 1.8; }
#story .txt .staff {
  margin-top: 40px; }
  #story .txt .staff h3 {
    color: #8ec555; }
@media screen and (max-width: 480px) {
  #story .txt .arasuji {
    margin-top: 20px;
    font-size: 1.4rem; }
  #story .txt .staff {
    margin-top: 40px;
    font-size: 1.2rem; } }
#story .introArea {
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    #story .introArea {
      margin-top: 20px; }
      #story .introArea img {
        width: calc(100% + 80px);
        max-width: inherit;
        margin-left: -40px; } }
#story .swiper-slide img {
  width: 100%;
  display: block; }
#story .swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0; }
#story .swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }
#story .swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom; }
#story .swiper-my-pagination {
  padding: 0 60px;
  margin-top: 30px;
  display: flex; }
  @media screen and (max-width: 480px) {
    #story .swiper-my-pagination {
      padding: 0;
      margin-top: 15px; } }
#story .swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1; }
#story .swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6; }

.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; } }

/*********************************************************
CHARACTER専用CSS
/*********************************************************/
#character h2.common {
  color: #00b0ec; }
  #character h2.common span {
    border-color: #00b0ec; }
#character .bgcolor {
  fill: #fbe9ff; }
#character .cls-1 {
  fill: #00b0ec;
  opacity: 0.15;
  fill-rule: evenodd;
  width: 100%; }
#character .chara:nth-child(n+2) {
  margin-top: 80px; }
#character .chara h3 {
  background: #fff;
  position: relative;
  border: 1px solid #00b0ec;
  color: #00b0ec;
  font-size: 2.4rem;
  border-radius: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2px 0 3px;
  margin-bottom: 30px;
  overflow: hidden; }
  #character .chara h3 span {
    font-size: 1.2rem;
    margin-left: 20px; }
  #character .chara h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #00b0ec;
    width: 100%;
    height: 3px; }
  @media screen and (max-width: 480px) {
    #character .chara h3 {
      font-size: 4.5vw; }
      #character .chara h3 span {
        font-size: 1.0rem;
        display: block;
        width: 100%;
        margin-left: 0; } }
#character .chara .flex {
  flex-wrap: wrap; }
  #character .chara .flex .cbox {
    width: calc(25% - 25px);
    cursor: pointer;
    margin-right: 25px; }
    #character .chara .flex .cbox:nth-of-type(4n) {
      margin-right: 0; }
    #character .chara .flex .cbox:nth-of-type(n+5) {
      margin-top: 20px; }
    #character .chara .flex .cbox:hover {
      transform: translate(0, -5px);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
  @media screen and (max-width: 480px) {
    #character .chara .flex .cbox {
      width: 46%;
      margin-right: 8%; }
      #character .chara .flex .cbox:nth-of-type(4n) {
        margin-right: 0; }
      #character .chara .flex .cbox:nth-of-type(2n) {
        margin-right: 0 !important; }
      #character .chara .flex .cbox:nth-of-type(n+3) {
        margin-top: 20px; } }
#character .modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }
  #character .modal .overLay {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../../character/img/modal_bg.png);
    background-size: 22px;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85); }
  #character .modal .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 55px;
    max-width: 1300px;
    border-radius: 10px;
    width: 100%;
    text-align: center; }
    #character .modal .inner .txt {
      justify-content: center;
      align-items: center;
      display: flex; }
      #character .modal .inner .txt img.main {
        height: 100vh; }
      #character .modal .inner .txt img.txtImg {
        width: 50%;
        max-width: 500px;
        margin-left: -3.5%; }
    #character .modal .inner .modalClose {
      position: absolute;
      top: 150px;
      right: 50px;
      font-size: 5.0rem;
      cursor: pointer;
      color: #222;
      z-index: 3;
      height: 50px;
      line-height: 1;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      #character .modal .inner .modalClose:hover {
        opacity: 0.6; }
    #character .modal .inner h1 {
      font-size: 3.0rem;
      color: #be58d8;
      margin-bottom: 10px;
      line-height: 1.2; }
      #character .modal .inner h1 span {
        font-size: 60%;
        margin-right: 10px; }
@media screen and (max-width: 480px) {
  #character .container .mainbox {
    padding: 70px 30px; }
  #character h1.common {
    top: 60px;
    left: 0px; }
    #character h1.common b {
      display: block; }
    #character h1.common b, #character h1.common span {
      padding-left: 20px; }
    #character h1.common b {
      padding-top: 7px; }
  #character .chara {
    margin-top: 40px; }
  #character .modal .inner {
    padding: 45px 40px 35px;
    max-width: inherit;
    min-width: inherit; }
    #character .modal .inner .modalClose {
      top: 2.5%;
      right: 40px;
      font-size: 4rem; }
    #character .modal .inner h1 {
      font-size: 5.5vw; }
      #character .modal .inner h1 span {
        display: inline-block;
        letter-spacing: 0px; }
    #character .modal .inner .txt {
      display: block; }
      #character .modal .inner .txt img.main {
        height: inherit;
        width: 100%;
        margin-top: -10%; }
      #character .modal .inner .txt img.txtImg {
        width: 80%;
        position: absolute;
        bottom: 25%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 500px; } }

.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; } }

/*********************************************************

top専用CSS

/*********************************************************/
#products h2.common {
  color: #b864a4; }
  #products h2.common span {
    border-color: #b864a4; }
#products .bgcolor {
  fill: #fbe9ff; }
#products .cls-1 {
  fill: #ffdaf6;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#products .catList {
  flex-wrap: wrap; }
  #products .catList.page_all .all {
    color: #fff;
    background: #b864a4; }
    #products .catList.page_all .all:before {
      background: #fff; }
  #products .catList.page_cd .cd {
    color: #fff;
    background: #7b65ec; }
    #products .catList.page_cd .cd:before {
      background: #fff; }
  #products .catList.page_blu-ray .blu-ray {
    color: #fff;
    background: #be8de8; }
    #products .catList.page_blu-ray .blu-ray:before {
      background: #fff; }
  #products .catList.page_goods .goods {
    color: #fff;
    background: #ec65ce; }
    #products .catList.page_goods .goods:before {
      background: #fff; }
  #products .catList a {
    line-height: 1;
    padding: 10px 24px;
    border: 1px solid #a0a0a0;
    display: block;
    color: #444;
    text-decoration: none;
    margin-right: 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    font-weight: bold; }
    #products .catList a:before {
      content: "";
      background: #8ec555;
      border-radius: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 15px; }
    #products .catList a.on {
      pointer-events: none; }
    #products .catList a.on, #products .catList a:hover {
      background: #e5b5fd;
      color: #fff; }
      #products .catList a.on:before, #products .catList a:hover:before {
        background: #fff !important; }
    #products .catList a.all:before {
      background: #b864a4; }
    #products .catList a.cd:before {
      background: #7b65ec; }
    #products .catList a.blu-ray:before {
      background: #be8de8; }
    #products .catList a.goods:before {
      background: #ec65ce; }
  @media screen and (max-width: 480px) {
    #products .catList {
      margin-bottom: -8px; }
      #products .catList a {
        font-size: 2.6vw;
        display: flex;
        padding: 8px 10px;
        margin-right: 8px;
        margin-bottom: 8px; }
        #products .catList a:before {
          width: 10px;
          height: 10px;
          margin-right: 10px; } }
#products #ichiran .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap; }
  #products #ichiran .list dt {
    color: #b864a4;
    font-weight: bold;
    margin-bottom: 3px;
    letter-spacing: 1px; }
  #products #ichiran .list dd {
    font-size: 1.8rem;
    line-height: 1.4; }
  #products #ichiran .list a.block {
    width: 30.5%;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #b864a4;
    border-top: 15px solid #b864a4;
    text-decoration: none;
    color: #111;
    display: block;
    background: #fff0fb;
    margin-right: 4%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
    #products #ichiran .list a.block:nth-child(3n) {
      margin-right: 0; }
    #products #ichiran .list a.block .photo {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      content: "";
      min-height: 300px;
      padding-top: 100%;
      width: 100%;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #products #ichiran .list a.block .photo img {
        display: block;
        width: 100%; }
      @media screen and (max-width: 480px) {
        #products #ichiran .list a.block .photo {
          min-height: 150px; } }
    #products #ichiran .list a.block .txt {
      text-align: center;
      padding: 15px;
      color: #b864a4;
      font-weight: bold;
      font-size: 1.6rem;
      min-height: 100px; }
    #products #ichiran .list a.block .catName {
      position: absolute;
      top: 5px;
      left: 5px;
      color: #fff;
      font-size: 1.2rem;
      padding: 5px 10px;
      line-height: 1; }
      #products #ichiran .list a.block .catName.all {
        background: #b864a4; }
      #products #ichiran .list a.block .catName.rifling4_cd, #products #ichiran .list a.block .catName.cd {
        background: #7b65ec; }
      #products #ichiran .list a.block .catName.blu-ray {
        background: #be8de8; }
      #products #ichiran .list a.block .catName.rifling4_goods, #products #ichiran .list a.block .catName.goods {
        background: #ec65ce; }
      @media screen and (max-width: 480px) {
        #products #ichiran .list a.block .catName {
          max-width: calc(100% - 10px);
          font-size: 1vw;
          line-height: 1.2; } }
  #products #ichiran .list a:hover {
    opacity: 0.8; }
  @media screen and (max-width: 480px) {
    #products #ichiran .list {
      margin-top: 20px; } }
#products #ichiran .pager {
  text-align: right;
  font-size: 1.9rem; }
  #products #ichiran .pager a {
    color: #ec6d65;
    display: inline-block; }
#products #ichiran .non {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid #666;
  border-left: none;
  border-right: none;
  padding: 15px; }
  @media screen and (max-width: 480px) {
    #products #ichiran .non {
      font-size: 1.4rem;
      margin-top: 15px; } }
#products #page article#honbun {
  margin-top: 50px;
  border: 2px solid #b864a4;
  background-color: #fff;
  margin-bottom: 20px; }
  #products #page article#honbun dl {
    border-left: 13px solid #b864a4;
    padding: 30px 35px; }
  #products #page article#honbun dt {
    color: #b864a4;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  #products #page article#honbun dd {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4; }
  #products #page article#honbun section {
    padding: 50px 50px 80px; }
#products #page .pager {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px; }
  #products #page .pager a {
    display: block;
    border: 1px solid #b864a4;
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding: 5px 10px;
    color: #b864a4;
    line-height: 1.2;
    text-decoration: none;
    margin: 0 0 0 10px; }
  #products #page .pager a:hover {
    background-color: #b864a4;
    color: #fff; }
  #products #page .pager i {
    margin-right: 5px; }
@media screen and (max-width: 480px) {
  #products .topPage {
    margin-top: 40px; }
    #products .topPage a {
      letter-spacing: 1px;
      padding: 5px 10px;
      font-size: 2.0rem;
      line-height: 1.6;
      text-decoration: none; }
    #products .topPage a:hover {
      background-color: #fff;
      color: #e5b5fd;
      border-color: #e5b5fd; }
    #products .topPage i {
      margin-right: 10px; }
  #products #ichiran .list dl {
    padding: 20px 25px;
    border-width: 1px;
    border-left-width: 10px;
    margin-bottom: 20px; }
  #products #ichiran .list dd {
    font-size: 1.6rem; }
  #products #ichiran .list a.block {
    text-decoration: none;
    color: #111;
    display: block;
    width: 48%;
    margin-bottom: 15px; }
    #products #ichiran .list a.block:nth-child(3n) {
      margin-right: 4%; }
    #products #ichiran .list a.block:nth-child(2n) {
      margin-right: 0; }
    #products #ichiran .list a.block .txt {
      padding: 10px;
      color: #b864a4;
      font-size: 1.2rem;
      min-height: inherit; }
  #products #ichiran .pager {
    text-align: center; }
    #products #ichiran .pager a {
      border: 1px solid #ec6d65;
      line-height: 1;
      text-decoration: none;
      padding: 3px 5px; }
  #products #page article#honbun {
    margin-top: 25px; }
    #products #page article#honbun dl {
      border-left-width: 10px;
      padding: 15px 25px; }
    #products #page article#honbun dt {
      margin-bottom: 5px;
      font-size: 1.4rem; }
    #products #page article#honbun dd {
      font-size: 1.6rem; }
    #products #page article#honbun section {
      padding: 30px 30px 50px; }
  #products #page .pager {
    margin-bottom: 40px;
    justify-content: space-between; }
    #products #page .pager a {
      padding: 5px 0px;
      font-size: 3vw;
      width: 55%;
      text-align: center;
      margin: auto; }
    #products #page .pager a:nth-child(2) {
      width: 45%; } }

.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; } }

/*********************************************************
スタッフ
/*********************************************************/
#staff h2.common {
  color: #eb6da5; }
  #staff h2.common span {
    border-color: #eb6da5; }
#staff .bgcolor {
  fill: #fbe9ff; }
#staff .cls-1 {
  fill: #ffd7e9;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#staff dl {
  line-height: 1.4;
  font-weight: bold; }
  #staff dl.large {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 40px; }
    #staff dl.large dt {
      font-size: 2.4rem; }
    #staff dl.large dd {
      font-size: 2.8rem; }
    #staff dl.large small {
      font-size: 1.4rem;
      display: block;
      letter-spacing: 0px;
      margin-top: 5px; }
  #staff dl dt {
    color: #eb6da5;
    letter-spacing: 0px;
    font-size: 1.4rem;
    min-width: 2em;
    margin-top: 30px; }
  #staff dl dd {
    font-size: 1.8rem;
    margin-top: 12px; }
#staff .comment {
  display: inline-block;
  background-color: #e50061;
  position: relative;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  margin-left: 15px;
  cursor: pointer;
  top: -4px;
  font-weight: normal;
  box-shadow: 2px 2px 4px #7c7c7c;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  #staff .comment i {
    margin-left: 5px; }
  #staff .comment::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 10px 4px 0;
    border-color: transparent #e50061 transparent transparent;
    left: -10px;
    top: calc(50% - 4px);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
  #staff .comment:hover {
    background-color: #ff68b4;
    box-shadow: 0px 0px 2px #7c7c7c; }
    #staff .comment:hover::after {
      border-color: transparent #ff68b4 transparent transparent; }
#staff .staff dt {
  margin-right: 10px;
  padding-top: 0.5%; }
#staff .staff .flex {
  flex-wrap: wrap; }
  #staff .staff .flex .left, #staff .staff .flex .right {
    width: 50%; }
  @media screen and (max-width: 480px) {
    #staff .staff .flex {
      display: block; }
      #staff .staff .flex .left, #staff .staff .flex .right {
        width: 100%; } }
#staff .cast {
  margin-top: 80px; }
  #staff .cast .flex {
    flex-wrap: wrap;
    margin-top: 30px; }
    #staff .cast .flex.aki {
      margin-top: 80px !important; }
  #staff .cast dl {
    width: 25%; }
    #staff .cast dl:nth-child(n+5) {
      margin-top: 30px; }
    #staff .cast dl dt {
      font-size: 1.6rem;
      margin-top: 0; }
    #staff .cast dl dd {
      margin-top: 6px;
      font-size: 2.4rem; }
      #staff .cast dl dd .comment {
        margin-left: 0;
        margin-top: 15px; }
        #staff .cast dl dd .comment:after {
          top: -8px;
          left: 6px;
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg); }
#staff .modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }
  #staff .modal .overLay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(242, 189, 255, 0.7);
    width: 100%;
    height: 100vh; }
  #staff .modal .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 45px 55px;
    max-width: 600px;
    min-width: 500px;
    border-radius: 10px; }
    #staff .modal .inner .modalClose {
      position: absolute;
      top: -25px;
      right: -10px;
      font-size: 5.0rem;
      cursor: pointer;
      color: #be58d8;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      #staff .modal .inner .modalClose:hover {
        color: #222; }
    #staff .modal .inner h1 {
      font-size: 3.0rem;
      color: #be58d8;
      margin-bottom: 10px;
      line-height: 1.2; }
      #staff .modal .inner h1 span {
        font-size: 60%;
        margin-right: 10px; }
@media screen and (max-width: 480px) {
  #staff .container .mainbox {
    padding: 70px 30px; }
  #staff h1.common {
    top: 60px;
    left: 0px; }
    #staff h1.common b {
      display: block; }
    #staff h1.common b, #staff h1.common span {
      padding-left: 20px; }
    #staff h1.common b {
      padding-top: 7px; }
  #staff .modal .inner {
    padding: 45px 40px 35px;
    max-width: inherit;
    min-width: inherit;
    width: 80%; }
    #staff .modal .inner h1 {
      font-size: 5.5vw; }
      #staff .modal .inner h1 span {
        display: inline-block;
        letter-spacing: 0px; } }
@media screen and (max-width: 480px) {
  #staff .container.right h1.common {
    top: 60px; }
  #staff .container .mainbox {
    flex-wrap: wrap; }
  #staff .container dl {
    flex-wrap: wrap;
    margin-bottom: 15px; }
    #staff .container dl.large {
      font-size: 120%;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      #staff .container dl.large small {
        margin-top: 5px; }
      #staff .container dl.large dt {
        margin-top: 20px; }
    #staff .container dl dt {
      width: 100%;
      font-size: 90%;
      margin-bottom: 2px; }
    #staff .container dl dd {
      font-size: 100%; }
  #staff .container .staff {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 0; }
    #staff .container .staff dt {
      margin-right: 10px;
      padding-top: 0.5%; }
  #staff .container .cast .flex {
    flex-wrap: wrap;
    justify-content: center; }
  #staff .container .cast dl {
    width: 50%;
    text-align: center; }
    #staff .container .cast dl.large {
      width: 50%; }
    #staff .container .cast dl dt {
      margin-bottom: 2px;
      line-height: 1; }
    #staff .container .cast dl dd {
      margin-top: 8px; }
    #staff .container .cast dl:nth-child(n+3) {
      margin-top: 20px; }
  #staff .container .comment {
    font-size: 1.0rem;
    line-height: 1;
    padding: 4px 8px;
    top: -3px; }
    #staff .container .comment::after {
      border-width: 3px 7px 3px 0;
      left: -7px;
      top: calc(50% - 3px); } }

.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; } }

/*************************************************************************

ビームライフル競技って？

**************************************************************************/
#what h2.common {
  margin-bottom: 90px;
  color: #ec6d65; }
  #what h2.common span {
    border-color: #ec6d65; }
#what .bgcolor {
  fill: #ffd1ce; }
#what .cls-1 {
  fill: #ffd1ce;
  fill-rule: evenodd;
  width: 100%; }
#what .head2nd {
  z-index: 5;
  position: relative; }
#what .bghikari {
  background-image: url(../../beamrifle/img/hikari.png);
  background-size: 315px auto;
  background-repeat: no-repeat;
  width: 315px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1; }
#what .honbun {
  padding-right: 250px;
  line-height: 1.8;
  font-size: 1.7rem;
  position: relative;
  z-index: 2; }
  #what .honbun h1 {
    font-style: italic;
    font-weight: bold;
    font-size: 3.8rem;
    color: #ec6d65;
    line-height: 1;
    border-left: 10px solid #ec6d65;
    padding: 2px 0px 5px 20px;
    margin-bottom: 25px;
    font-family: "M PLUS 1p";
    font-feature-settings: "palt"; }
    #what .honbun h1 span {
      font-style: italic;
      display: block;
      font-size: 50%;
      font-weight: normal;
      margin-top: 10px;
      font-weight: bold; }
  #what .honbun h2 {
    font-size: 1.8rem;
    background-color: #ec6d65;
    color: #fff;
    border-left: 10px solid #f99b96;
    padding: 4px 15px;
    line-height: 1.2;
    margin: 40px 0 10px; }
  #what .honbun mark {
    background: linear-gradient(transparent 45%, rgba(96, 163, 255, 0.3) 55%);
    font-weight: bold;
    padding: 0px 3px;
    margin: 0px 3px;
    font-size: 105%;
    color: #0060ff; }
  #what .honbun .box {
    border-bottom: 1px dotted #000;
    padding-bottom: 50px;
    margin-bottom: 60px; }
    #what .honbun .box .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px 0 0; }
      #what .honbun .box .flex .area {
        width: 49%;
        margin-bottom: 2%; }
#what #team {
  background-image: url(../../beamrifle/img/team.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 45%; }
  #what #team .white {
    background-color: rgba(255, 255, 255, 0.85); }
    #what #team .white .area {
      margin-bottom: 0; }
    #what #team .white .area:nth-of-type(2) {
      padding: 15px; }
  #what #team dl.grayBox {
    background-color: #e6e6e6;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 20px 20px 15px;
    margin-top: 20px; }
    #what #team dl.grayBox dt {
      float: left; }
    #what #team dl.grayBox dd {
      border-left: 1px solid #999;
      padding-left: 10px;
      margin: 0 0 5px 80px; }
#what #kojin h2 {
  display: inline-block; }
#what #tools {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  #what #tools h2 {
    margin-top: 0;
    font-size: 2.0rem; }
  #what #tools .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0 10px; }
    #what #tools .flex .area:nth-child(1) {
      width: 38%; }
    #what #tools .flex .area:nth-child(2) {
      width: 58%; }
#what .checkBtm {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 15px 20px 15px 140px;
  line-height: 1.2;
  text-decoration: none;
  color: #FFF;
  background-image: url(../../beamrifle/img/rifle.png);
  background-repeat: no-repeat;
  background-size: 110px auto;
  background-position: 18px center;
  background-color: #ff467a;
  border-bottom: solid 2px #de3564;
  border-radius: 8px;
  letter-spacing: 2px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19); }
  #what .checkBtm:hover {
    border-bottom: solid 2px #ff6d96;
    color: #fff;
    background-color: #ff749b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 480px) {
  #what .bghikari {
    width: 100%;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
    z-index: -1;
    background-position: -45% bottom;
    background-size: 50%; }
  #what h1.common {
    margin-bottom: 35px; }
  #what .honbun {
    padding-left: 20%;
    line-height: 1.7;
    font-size: 1.6rem;
    padding-right: 0; }
    #what .honbun h1 {
      font-size: 6vw;
      border-left-width: 8px;
      padding: 0px 0px 3px 15px;
      margin-bottom: 20px;
      line-height: 1.2; }
      #what .honbun h1 span {
        margin-top: 5px; }
    #what .honbun h2 {
      font-size: 1.6rem;
      padding: 4px 15px;
      margin: 30px 0 10px; }
    #what .honbun .box {
      padding-bottom: 50px;
      margin-bottom: 50px; }
      #what .honbun .box .flex {
        margin: 30px 0 0; }
        #what .honbun .box .flex.txt .area {
          width: 100%;
          margin-bottom: 5%; }
  #what #team .white {
    background-color: transparent; }
    #what #team .white .area:nth-of-type(2) {
      padding: 0px;
      margin-top: 20px; }
  #what #team dl.grayBox dt {
    float: none;
    font-weight: bold;
    margin-bottom: 3px; }
  #what #team dl.grayBox dd {
    border-left: none;
    padding-left: 0px;
    margin: 0 0 10px 0px; }
  #what #tools h2 {
    margin-top: 0;
    font-size: 4.5vw; }
  #what #tools .flex .area:nth-child(1) {
    width: 100%;
    order: 2;
    margin-bottom: 30px; }
  #what #tools .flex .area:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 15px; }
  #what .checkBtm {
    padding: 15px 20px;
    background-image: none;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4; } }

.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; } }

/*********************************************************

top専用CSS

/*********************************************************/
#rifling4 .container {
  margin-top: 0px; }
#rifling4 #eve {
  padding-top: 50px;
  margin-top: -50px; }
#rifling4 h2.common {
  color: #ff8c00; }
  #rifling4 h2.common span {
    border-color: #ff8c00; }
#rifling4 .bgcolor {
  fill: #ffd7ab; }
#rifling4 .block-bg {
  background-color: inherit;
  opacity: 0.15; }
#rifling4 .bgColor {
  background: #ffd7ab;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -6; }
#rifling4 .cls-1 {
  fill: #fff;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#rifling4 .container {
  /* NEWS　TOPICS*****************************************/ }
  @media screen and (max-width: 480px) {
    #rifling4 .container {
      margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    #rifling4 .container .topbg {
      max-width: calc(100% + 80px);
      margin-left: -40px; } }
  #rifling4 .container .event {
    background: rgba(255, 255, 255, 0.7);
    padding: 140px 40px 40px;
    margin-top: 140px;
    position: relative; }
    @media screen and (max-width: 480px) {
      #rifling4 .container .event {
        margin-top: 50px;
        padding: 40px 20px;
        width: calc(100% + 40px);
        margin-left: -20px; } }
    #rifling4 .container .event .stop {
      display: flex;
      justify-content: center;
      margin: 40px auto 80px;
      font-weight: bold; }
      #rifling4 .container .event .stop .red {
        color: #ff0000; }
    #rifling4 .container .event .opa {
      opacity: 0.4; }
    #rifling4 .container .event .mainlogo {
      height: 200px;
      margin: auto;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin-top: -240px; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .event .mainlogo {
          position: static;
          margin-top: 0;
          height: auto;
          object-fit: contain; } }
    #rifling4 .container .event .mainTitle {
      text-align: center;
      font-weight: bold;
      color: #ff8c00;
      font-size: 2.8rem;
      margin: 0px auto 40px; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .event .mainTitle {
          font-size: 5.0vw;
          margin-top: 20px;
          letter-spacing: 0;
          margin-bottom: 20px; } }
    #rifling4 .container .event iframe {
      margin-bottom: 40px; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .event iframe {
          height: 30vh;
          margin-bottom: 20px; } }
    #rifling4 .container .event dl {
      font-weight: bold; }
      #rifling4 .container .event dl dt {
        color: #ff8c00;
        font-size: 2.4rem;
        border-bottom: 2px solid #ff8c00; }
        #rifling4 .container .event dl dt:nth-child(n+2) {
          margin-top: 40px; }
      #rifling4 .container .event dl dd {
        font-size: 1.4rem;
        margin-top: 20px; }
        #rifling4 .container .event dl dd.cast {
          align-items: flex-start; }
          #rifling4 .container .event dl dd.cast img {
            width: 40%; }
          #rifling4 .container .event dl dd.cast .txt {
            padding-top: 20px;
            padding-left: 40px; }
            #rifling4 .container .event dl dd.cast .txt .logo {
              width: 40%; }
          @media screen and (max-width: 480px) {
            #rifling4 .container .event dl dd.cast {
              flex-wrap: wrap; }
              #rifling4 .container .event dl dd.cast img {
                width: 100%; }
              #rifling4 .container .event dl dd.cast .txt {
                padding-left: 0; }
                #rifling4 .container .event dl dd.cast .txt .logo {
                  margin: auto;
                  display: block; }
                #rifling4 .container .event dl dd.cast .txt .castT {
                  text-align: center;
                  display: block;
                  line-height: 1.8;
                  font-size: 1.5rem; } }
        #rifling4 .container .event dl dd.ticket small {
          font-size: 1.1rem;
          letter-spacing: 0.5px;
          line-height: 1.8; }
        #rifling4 .container .event dl dd.ticket .inBox {
          padding: 20px;
          background: #ffdab1; }
        #rifling4 .container .event dl dd.ticket .price {
          font-size: 1.8rem;
          color: #ff4700;
          display: inline-block;
          border-bottom: 2px solid #ff4700;
          margin: 20px 0 0; }
          @media screen and (max-width: 480px) {
            #rifling4 .container .event dl dd.ticket .price {
              display: block;
              text-align: center;
              margin-top: 30px; } }
        #rifling4 .container .event dl dd.ticket .miniP {
          margin-bottom: 20px;
          display: inline-block; }
          @media screen and (max-width: 480px) {
            #rifling4 .container .event dl dd.ticket .miniP {
              margin-bottom: 0px;
              text-align: center;
              width: 100%; } }
        #rifling4 .container .event dl dd.ticket .comp {
          opacity: 0.6; }
        #rifling4 .container .event dl dd.ticket .red {
          color: #ff0000; }
        #rifling4 .container .event dl dd.ticket .link {
          color: #ff4700;
          line-height: 1.5;
          padding-left: 1.2em;
          position: relative;
          font-size: 1.8rem; }
          #rifling4 .container .event dl dd.ticket .link:before {
            position: absolute;
            content: "■";
            left: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            margin: auto;
            font-size: 1.0rem; }
        #rifling4 .container .event dl dd.ticket ul {
          margin-top: 5px;
          font-weight: 600; }
          #rifling4 .container .event dl dd.ticket ul li {
            font-size: 1.2rem;
            padding-left: 1.2em;
            position: relative; }
            #rifling4 .container .event dl dd.ticket ul li:before {
              position: absolute;
              content: "・";
              left: 1px;
              top: 2px;
              font-size: 1.0rem; }
            #rifling4 .container .event dl dd.ticket ul li.none {
              padding-left: 0rem;
              font-size: 1.1rem; }
              #rifling4 .container .event dl dd.ticket ul li.none:before {
                display: none; }
          @media screen and (max-width: 480px) {
            #rifling4 .container .event dl dd.ticket ul li:nth-child(n+2) {
              margin-top: 8px;
              line-height: 1.4; } }
        #rifling4 .container .event dl dd.note {
          line-height: 1.6;
          letter-spacing: 0;
          font-size: 1.2rem; }
          #rifling4 .container .event dl dd.note h4 {
            font-size: 1.4rem; }
          #rifling4 .container .event dl dd.note p {
            font-size: 1.4rem;
            margin-top: 10px; }
          #rifling4 .container .event dl dd.note ul {
            margin-top: 10px; }
            #rifling4 .container .event dl dd.note ul li {
              padding-left: 1.5em;
              position: relative; }
              #rifling4 .container .event dl dd.note ul li:before {
                position: absolute;
                content: "●";
                left: 5px;
                top: 2px;
                font-size: 1.0rem; }
  #rifling4 .container .txt1 {
    width: 80%;
    display: block;
    margin: 40px auto 0; }
    @media screen and (max-width: 480px) {
      #rifling4 .container .txt1 {
        width: 100%;
        margin-top: 20px; } }
  #rifling4 .container .newstop {
    margin-top: 70px; }
    #rifling4 .container .newstop .stab {
      display: none; }
    #rifling4 .container .newstop h3 {
      color: #ff8c00;
      font-size: 6.0rem;
      line-height: 1;
      font-family: "Baumans", cursive;
      font-weight: bold;
      display: flex;
      align-items: center;
      white-space: nowrap; }
      #rifling4 .container .newstop h3:after {
        width: 100%;
        height: 5px;
        display: block;
        content: "";
        background: #ff8c00;
        flex-grow: 1;
        margin-left: 15px; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .newstop h3 {
          white-space: inherit;
          display: block;
          font-size: 10vw;
          letter-spacing: 0; }
          #rifling4 .container .newstop h3:after {
            margin-left: 0; } }
    #rifling4 .container .newstop .flex {
      flex-wrap: wrap; }
      #rifling4 .container .newstop .flex.tab {
        margin-top: 50px; }
        #rifling4 .container .newstop .flex.tab a {
          width: 24.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; }
          #rifling4 .container .newstop .flex.tab a:last-child {
            margin-right: 0; }
          #rifling4 .container .newstop .flex.tab a.active {
            background: #ff8c00; }
        @media screen and (max-width: 480px) {
          #rifling4 .container .newstop .flex.tab {
            font-size: 2.8vw;
            margin-top: 30px; } }
      #rifling4 .container .newstop .flex.box {
        background: #fff;
        border: 2px solid #ff8c00;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 40px; }
        @media screen and (max-width: 480px) {
          #rifling4 .container .newstop .flex.box {
            padding: 20px; } }
      #rifling4 .container .newstop .flex.motion a {
        text-decoration: none;
        display: block;
        width: 22%;
        margin-right: 4%; }
        #rifling4 .container .newstop .flex.motion a:nth-of-type(4n) {
          margin-right: 0; }
        #rifling4 .container .newstop .flex.motion a:nth-of-type(n+5) {
          margin-top: 15px; }
        #rifling4 .container .newstop .flex.motion a .photo {
          height: 100px;
          overflow: hidden;
          display: flex;
          align-items: center;
          border: 1px solid #eee; }
        #rifling4 .container .newstop .flex.motion a .txt {
          font-weight: bold;
          margin-top: 10px; }
          #rifling4 .container .newstop .flex.motion a .txt .day {
            color: #ce5aff;
            font-size: 1.2rem; }
          #rifling4 .container .newstop .flex.motion a .txt .title {
            color: #000;
            font-size: 1.4rem; }
        @media screen and (max-width: 480px) {
          #rifling4 .container .newstop .flex.motion a {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            flex-wrap: wrap;
            margin-right: 0; }
            #rifling4 .container .newstop .flex.motion a .photo {
              width: 35%;
              margin-right: 5%; }
            #rifling4 .container .newstop .flex.motion a .txt {
              width: 60%; }
              #rifling4 .container .newstop .flex.motion a .txt .day {
                font-size: 1.0rem; }
              #rifling4 .container .newstop .flex.motion a .txt .title {
                font-size: 1.2rem; }
            #rifling4 .container .newstop .flex.motion a:nth-of-type(n+6) {
              margin-top: inherit; } }
  #rifling4 .container .sns {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      #rifling4 .container .sns {
        margin-top: 35px; } }
    #rifling4 .container .sns .left {
      width: 48%; }
      #rifling4 .container .sns .left .title {
        width: 85%;
        position: relative; }
        #rifling4 .container .sns .left .title .catch {
          position: absolute;
          width: 30%;
          top: -40px;
          right: -23%; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .sns .left {
          width: 100%; }
          #rifling4 .container .sns .left .title .catch {
            top: -20px; } }
    #rifling4 .container .sns .snsBox {
      width: 45%;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      margin: 0px 0 20px;
      background: #fff; }
      #rifling4 .container .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; }
        #rifling4 .container .sns .snsBox h1 b {
          font-weight: normal;
          display: inline-block;
          margin-right: 10px; }
        #rifling4 .container .sns .snsBox h1 small {
          display: inline-block;
          font-size: 50%; }
      #rifling4 .container .sns .snsBox .topTriangle {
        display: none; }
      #rifling4 .container .sns .snsBox .bottomTriangle {
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 80%; }
      #rifling4 .container .sns .snsBox .box {
        position: relative; }
      #rifling4 .container .sns .snsBox.twRifling4 {
        color: #ff8c00;
        border: 2px solid #ff8c00; }
        #rifling4 .container .sns .snsBox.twRifling4 .st0 {
          fill: #ff8c00; }
        #rifling4 .container .sns .snsBox.twRifling4 .st1 {
          fill: #ffe5dd; }
      #rifling4 .container .sns .snsBox dl {
        padding: 10px 20px 15px;
        font-size: 1.4rem;
        line-height: 1.4; }
        #rifling4 .container .sns .snsBox dl dt {
          letter-spacing: 0.5px;
          color: #333; }
        #rifling4 .container .sns .snsBox dl dd {
          border-bottom: 1px dotted #ccc;
          padding-bottom: 7px;
          margin-bottom: 7px; }
        #rifling4 .container .sns .snsBox dl a {
          text-decoration: none;
          font-weight: bold;
          color: #ec6d65; }
        #rifling4 .container .sns .snsBox dl a:hover {
          color: #da9cea; }
        #rifling4 .container .sns .snsBox dl .more {
          text-align: right;
          line-height: 1;
          font-size: 1.3rem;
          letter-spacing: 1px;
          padding-top: 5px; }
          #rifling4 .container .sns .snsBox dl .more a {
            display: inline-block;
            border: 1px solid #ec6d65;
            padding: 3px 15px; }
          #rifling4 .container .sns .snsBox dl .more a:hover {
            background-color: #ec6d65;
            color: #fff; }
      @media screen and (max-width: 480px) {
        #rifling4 .container .sns .snsBox {
          width: 100%;
          margin-top: 20px; }
          #rifling4 .container .sns .snsBox dl {
            padding: 5px 20px 10px; }
            #rifling4 .container .sns .snsBox dl dd {
              padding-bottom: 5px; } }
  #rifling4 .container .cast h2 {
    margin-bottom: 40px;
    margin-top: 60px; }
    @media screen and (max-width: 480px) {
      #rifling4 .container .cast h2 {
        margin-bottom: 20px; } }
  #rifling4 .container .cast ul {
    flex-wrap: wrap;
    justify-content: space-between; }
    #rifling4 .container .cast ul li {
      width: 48%;
      position: relative; }
      #rifling4 .container .cast ul li img {
        display: block;
        width: 100%; }
      #rifling4 .container .cast ul li:nth-child(-n+2) {
        margin-bottom: 25px; }
      #rifling4 .container .cast ul li:after {
        position: absolute;
        content: "";
        display: block;
        z-index: 1;
        width: 100%;
        height: 24%;
        bottom: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 18%, rgba(255, 255, 255, 0.95)); }
      #rifling4 .container .cast ul li.machiko .name {
        color: #ff3b8e; }
      #rifling4 .container .cast ul li.kumada .name {
        color: #b177d8; }
      #rifling4 .container .cast ul li.minami .name {
        color: #fe425e; }
      #rifling4 .container .cast ul li.yamaki .name {
        color: #96bdff; }
      #rifling4 .container .cast ul li .txt {
        position: absolute;
        z-index: 2;
        bottom: 0;
        padding: 25px; }
        #rifling4 .container .cast ul li .txt .name {
          font-size: 5.5rem;
          font-weight: bold;
          line-height: 1; }
          #rifling4 .container .cast ul li .txt .name span {
            font-size: 1.8rem;
            color: #696969;
            display: block;
            font-weight: normal;
            margin-bottom: 5px; }
          #rifling4 .container .cast ul li .txt .name .chara {
            display: block;
            margin-top: 10px;
            font-size: 1.6rem;
            letter-spacing: 1.5px; }
            #rifling4 .container .cast ul li .txt .name .chara.min {
              letter-spacing: 0.5px; }
        #rifling4 .container .cast ul li .txt p {
          font-size: 1.4rem;
          font-weight: bold;
          margin-top: 10px; }
  @media screen and (max-width: 480px) {
    #rifling4 .container .cast ul li {
      width: 100%;
      margin-bottom: 25px !important; }
      #rifling4 .container .cast ul li:after {
        height: 25%; }
      #rifling4 .container .cast ul li .txt {
        padding: 25px; }
        #rifling4 .container .cast ul li .txt .name {
          font-size: 3.5rem;
          font-weight: bold;
          line-height: 1; }
          #rifling4 .container .cast ul li .txt .name span {
            font-size: 1.8rem;
            color: #696969;
            display: block;
            font-weight: normal;
            margin-bottom: 5px; }
        #rifling4 .container .cast ul li .txt p {
          font-size: 1.4rem;
          font-weight: bold;
          margin-top: 10px; } }

.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; } }

/*********************************************************

top専用CSS

/*********************************************************/
#movie h2.common {
  color: #f39938; }
  #movie h2.common span {
    border-color: #f39938; }
#movie .bgcolor {
  fill: #fbe9ff; }
#movie .cls-1 {
  fill: #ffdcb6;
  opacity: 0.6;
  fill-rule: evenodd;
  width: 100%; }
#movie .container h3 {
  position: relative;
  border: 1px solid #f39938;
  color: #f39938;
  font-size: 2.4rem;
  border-radius: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2px 0 3px;
  margin-bottom: 30px;
  overflow: hidden; }
  #movie .container h3 span {
    font-size: 1.2rem;
    margin-left: 20px; }
  #movie .container h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #f39938;
    width: 100%;
    height: 3px; }
  @media screen and (max-width: 480px) {
    #movie .container h3 {
      font-size: 4.5vw; }
      #movie .container h3 span {
        font-size: 1.0rem;
        display: inline-block; } }
#movie .container .pv {
  margin-top: 45px; }
#movie .container .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #movie .container .list li {
    width: 48%; }
    #movie .container .list li:nth-child(n+3) {
      margin-top: 40px; }
    #movie .container .list li a {
      position: relative;
      display: block; }
      #movie .container .list li a img {
        display: block; }
      #movie .container .list li a:after {
        background: url("../../movie/img/play.png") no-repeat;
        opacity: 0.9;
        background-position: center;
        background-size: 20%;
        height: 100%;
        content: "";
        position: absolute;
        display: block;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      #movie .container .list li a:hover {
        opacity: 0.6; }
    #movie .container .list li .txt {
      flex-wrap: wrap; }
      #movie .container .list li .txt h4 {
        border-bottom: none;
        font-size: 1.8rem;
        font-weight: bold;
        color: #f77b00;
        margin-top: 15px; }
        #movie .container .list li .txt h4 span {
          color: #333;
          display: block;
          font-size: 1.2rem;
          font-weight: normal; }
      #movie .container .list li .txt p {
        margin-top: 5px;
        font-size: 1.4rem;
        line-height: 1.9;
        letter-spacing: 0.2px; }
@media screen and (max-width: 480px) {
  #movie .container .cm {
    margin-top: 40px; }
  #movie .container .list li {
    width: 100%;
    margin-top: 0; }
    #movie .container .list li:nth-child(2n) {
      margin-left: 0; }
    #movie .container .list li:nth-child(n+2) {
      margin-top: 35px; }
    #movie .container .list li dt {
      font-size: 2.2rem;
      line-height: 1; }
    #movie .container .list li dd {
      font-size: 1.6rem;
      margin-top: 6px; }
  #movie .container .txt {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 3.6vw; } }

.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; } }

/*********************************************************

top専用CSS

/*********************************************************/
#comics h2.common {
  color: #00b0ec; }
  #comics h2.common span {
    border-color: #00b0ec; }
#comics .bgcolor {
  fill: #fbe9ff; }
#comics .cls-1 {
  fill: #00b0ec;
  opacity: 0.15;
  fill-rule: evenodd;
  width: 100%; }
#comics .bgcolor {
  fill: #ffe8dc; }
#comics .detail {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center; }
  #comics .detail small {
    display: block;
    font-size: 60%;
    margin-top: 10px; }
  #comics .detail a.bn {
    margin-top: 30px;
    display: inline-block;
    border: 3px solid #00b0ec;
    overflow: hidden;
    border-radius: 10px;
    width: 300px; }
    #comics .detail a.bn img {
      display: block; }
#comics h3.comh3 {
  position: relative;
  border: 1px solid #00b0ec;
  color: #00b0ec;
  font-size: 2.4rem;
  border-radius: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2px 0 3px;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: hidden; }
  #comics h3.comh3 span {
    font-size: 1.2rem;
    margin-left: 20px; }
  #comics h3.comh3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #00b0ec;
    width: 100%;
    height: 3px; }
  @media screen and (max-width: 480px) {
    #comics h3.comh3 {
      font-size: 3.5vw; }
      #comics h3.comh3 span {
        font-size: 1.0rem;
        display: inline-block; } }
#comics .jacket img {
  width: 18%;
  margin: 0 1%;
  border: 2px solid #fff; }
@media screen and (max-width: 480px) {
  #comics .detail {
    font-size: 4.4vw;
    letter-spacing: 0.5px;
    line-height: 1.4; }
    #comics .detail a.bn {
      display: block;
      width: 80%;
      margin: 30px auto 0; }
  #comics h3 {
    margin: 40px 0 20px;
    line-height: 1.4;
    font-size: 4.4vw;
    padding: 5px 0; }
  #comics .jacket img {
    width: 48%;
    margin: 1%; } }


