@charset "UTF-8";
/************************************
ワンパンマン
*************************************/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="button"], input[type="reset"], input[type="submit"],
button,
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  .btn:hover,
  button:focus,
  .btn:focus {
    background-color: #2c5999;
    color: #fff; }
  input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*
need Bourbon
*/
/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* バッジ *****************/
.badge {
  display: inline;
  line-height: 1em;
  background: #000;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
  font-weight: bold; }

.badge-small {
  font-size: 0.8em; }

.badge-red {
  background: #b60005; }

.badge-pink {
  background: #fc60a6; }

.badge-perple {
  background: #ea28ba; }

.badge-blue {
  background: #2d83d8; }

.badge-aqua {
  background: #48cbeb; }

.badge-green {
  background: #65b725; }

.badge-lime {
  background: #28f165; }

.badge-yellow {
  background: #ffe400; }

.badge-orange {
  background: #ffcc00; }

.badge-brown {
  background: #b49c5f; }

.badge-darkgray {
  background: #333; }

.badge-gray {
  background: #999; }

.badge-lightgray {
  background: #eee; }

body {
  background-color: #b60005;
  color: #000;
  padding: 0;
  margin: 0; }

.body-inner {
  background: url("../img/common/bg_grow.png") center top no-repeat, url("../img/common/mesh_white2.png") left top repeat, url("../img/common/bg.jpg") center top repeat;
  background-size: 2000px 1156px, 39px 39px, 2000px 2000px;
  background-color: #fff;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%; }

body > .body-inner {
  height: auto; }

.wrap {
  position: relative;
  margin: auto;
  width: 100%;
  *zoom: 1; }
  .wrap:after {
    clear: both;
    content: "";
    display: table; }

.font-family-default, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.font-family-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; }

.font-family-mincho {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* フォントサイズ ****************/
.font-size-small {
  font-size: 0.8rem; }

.font-size-normal {
  font-size: 1rem; }

.font-size-middle, #page-special .mainBox h2 {
  font-size: 1.3rem; }

.font-size-large, #page-special .mainBox h1 {
  font-size: 1.5rem; }

/* テキスト系 ***********/
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

.text-left {
  text-align: left; }

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

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

/** color *****/
.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-red, #page-special .mainBox h1 {
  color: #b60005; }

.color-pink {
  color: #fc60a6; }

.color-perple {
  color: #ea28ba; }

.color-blue {
  color: #2d83d8; }

.color-aqua {
  color: #48cbeb; }

.color-green {
  color: #65b725; }

.color-lime {
  color: #28f165; }

.color-yellow {
  color: #ffe400; }

.color-orange {
  color: #ffcc00; }

.color-brown {
  color: #b49c5f; }

.color-darkgray {
  color: #333; }

.color-gray {
  color: #999; }

.color-lightgray {
  color: #eee; }

/** ol / ul **************/
ul.ul, #page-news .entry-body ul,
#page-goods-other .entry-body ul, ol.ol {
  margin: 1em 0;
  padding-left: 2em; }
  ul.ul > li, #page-news .entry-body ul > li,
  #page-goods-other .entry-body ul > li, ol.ol > li {
    margin-bottom: 0.3em;
    line-height: 1.5em; }

ul.ul > li, #page-news .entry-body ul > li,
#page-goods-other .entry-body ul > li {
  list-style-type: disc; }

ul.ul-inline {
  *zoom: 1; }
  ul.ul-inline:after {
    clear: both;
    content: "";
    display: table; }
  ul.ul-inline > li {
    display: inline-block;
    float: left; }

ol.ol-counter {
  counter-reset: section; }
  ol.ol-counter > li {
    list-style-type: none;
    position: relative;
    padding-left: 2.5em; }
    ol.ol-counter > li:before {
      counter-increment: section;
      content: counters(section, ".") ".";
      position: absolute;
      left: 0;
      width: 2em;
      padding-right: 0.5em;
      text-align: right; }

/** dl **************/
dl.dl-bold > dt {
  font-weight: bold; }

dl.dl-inline {
  *zoom: 1; }
  dl.dl-inline:after {
    clear: both;
    content: "";
    display: table; }
  dl.dl-inline > dt {
    clear: both;
    display: inline-block;
    float: left;
    margin-right: 1em; }
  dl.dl-inline > dd {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0; }

dl.dl-counter {
  position: relative;
  counter-reset: section; }
  dl.dl-counter dt {
    position: relative;
    padding-left: 2.5em; }
    dl.dl-counter dt:before {
      counter-increment: section;
      content: counters(section, ".") ".";
      position: absolute;
      left: 0;
      width: 2em;
      padding-right: 0.5em;
      text-align: right; }
  dl.dl-counter dd {
    padding-left: 2.5em; }

dl.dl-counter-tracks dd {
  font-size: 0.8rem;
  margin-bottom: 0.5em;
  padding-left: 3em; }

table.table, #page-news .entry-body table,
#page-goods-other .entry-body table {
  table-layout: auto;
  width: 100%;
  margin: 1em 0;
  border-top: solid 1px #ccc; }
  table.table th, #page-news .entry-body table th,
  #page-goods-other .entry-body table th {
    font-weight: bold; }
  table.table th, #page-news .entry-body table th,
  #page-goods-other .entry-body table th, table.table td, #page-news .entry-body table td,
  #page-goods-other .entry-body table td {
    padding: 0.3em;
    vertical-align: top;
    border-bottom: solid 1px #ccc; }

table.table-border {
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999; }
  table.table-border th, table.table-border td {
    border-bottom: solid 1px #ccc; }

table.table-stripe > tbody > tr:nth-child(odd) td, table.table-stripe > tbody > tr:nth-child(odd) th {
  background-color: #f6f6f6; }

table.table-head th {
  background-color: #f6f6f6; }

.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/ }

.clearfix, #page-episode .ep-item .ep-images, #page-movie .movie-list {
  *zoom: 1; }
  .clearfix:after, #page-episode .ep-item .ep-images:after, #page-movie .movie-list:after {
    clear: both;
    content: "";
    display: table; }

.target-mobile,
.target-mobile-inline,
.target-mobile-inlineblock,
.target-large,
.target-large-inline,
.target-large-inlineblock {
  display: none; }

@media screen and (max-width: 800px) {
  .target-mobile {
    display: block; }
  .target-mobile-inline {
    display: inline; }
  .target-mobile-inlineblock {
    display: inline-block; } }

@media screen and (min-width: 801px) {
  .target-large {
    display: block; }
  .target-large-inline {
    display: inline; }
  .target-large-inlineblock {
    display: inline-block; } }

/** link **/
a, a:active, a:focus {
  color: #b60005;
  border-bottom: dashed 1px #b60005; }

a:hover {
  color: #ff1d23;
  border-bottom: dashed 1px #b60005;
  background-color: transparent; }

a.link-noborder {
  border: none !important;
  background-color: transparent !important; }
  a.link-noborder img {
    border-style: none; }

a.link-noborder:hover {
  border: none !important;
  background-color: transparent !important; }
  a.link-noborder:hover img {
    border-style: none; }

a.fade {
  -webkit-transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition: opacity 0.5s; }
  a.fade:hover {
    opacity: 0.6;
    transition: opacity 0.5s; }

/** notice **/
p.notice, ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5em; }

ul.notice li {
  list-style-type: none; }

/** float **/
.alignleft,
.align-left {
  float: left; }

.alignright,
.align-right {
  float: right; }

.aligncenter,
.align-center {
  display: block;
  margin: auto; }

.alignleft-margin,
.align-left-margin {
  float: left;
  margin-right: 20px; }

.alignright-margin,
.align-right-margin {
  float: right;
  margin-left: 20px; }

/** image **/
.w75 {
  width: 75%;
  height: auto; }

.w100, #page-home #movieBox a.youtube img, #page-special .icon-list img {
  width: 100%;
  height: auto; }

.h100 {
  width: auto;
  height: 100%; }

@media screen and (max-width: 799px) {
  .w100sp {
    width: 100%;
    height: auto; }
  .w75sp {
    width: 75%;
    height: auto; }
  .h100sp {
    width: auto;
    height: 100%; } }

/* 中のコンテンツを縦横共に中心にする */
.vh-centerBox {
  /*
	text-align: center;
	position: relative;
	*/
  display: block;
  text-align: center; }
  .vh-centerBox:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0;
    display: inline-block; }
  .vh-centerBox .vh-holizon {
    /*
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		*/
    position: relative;
    vertical-align: middle;
    display: inline-block; }

/* image **********************/
img {
  max-width: none;
  border: none; }

.photo {
  padding: 4px;
  background-color: #fff;
  border: solid 1px #ccc;
  z-index: 1; }

a:hover .photo {
  border: solid 1px #b60005; }

.photo-shadow {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); }

/* youtube ****************************/
.youtube-wrapper {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden; }
  .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/* movie play button ************************/
a.add-icon-play {
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  line-height: 1em;
  border: none; }
  a.add-icon-play:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 3em;
    padding: 0.3em 0;
    left: 0;
    top: 0;
    text-align: center;
    font-family: icomoon;
    content: "\e61d";
    color: #fff;
    line-height: 1.5em; }
  a.add-icon-play .add-icon-play-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0.3em 0.5em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0.8rem; }

a.add-icon-play.add-icon-play-center:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

a.add-icon-play.add-icon-play-circle:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: solid 3px #fff;
  border-radius: 50%;
  font-size: 35px;
  width: 60px;
  height: 60px;
  padding: 0 0 0 5px; }

.absolute {
  position: absolute; }

.contentBox {
  position: relative; }

.contentBox .mainBox,
.contentBox .sideBox,
.contentBox .contentBox-head,
.contentBox .contentBox-foot,
.contentBox .contentBox-body {
  *zoom: 1;
  position: relative; }
  .contentBox .mainBox:after,
  .contentBox .sideBox:after,
  .contentBox .contentBox-head:after,
  .contentBox .contentBox-foot:after,
  .contentBox .contentBox-body:after {
    clear: both;
    content: "";
    display: table; }

.contentBox .contentBox-foot {
  clear: both; }

@media screen and (min-width: 801px) {
  .contentBox {
    width: 1000px;
    margin: 0 auto 30px auto;
    padding: 0px 0 0px 0; }
  .contentBox-single .mainBox {
    width: 100%;
    margin: auto;
    padding: 0 0 0 0; }
  .contentBox-sideRight .mainBox {
    float: left;
    width: 714px;
    margin: 0 0 0 0px;
    padding: 0 0 0 0; }
  .contentBox-sideRight .sideBox {
    float: right;
    width: 260px;
    margin: 0 0px 0 0;
    padding: 0; }
  .contentBox-sideLeft .mainBox {
    float: right;
    width: 720px;
    margin: 0 0 0 0px;
    padding: 0 0 0 0; }
  .contentBox-sideLeft .sideBox {
    float: left;
    width: 240px;
    margin: 0;
    padding: 0 0 0px 0; } }

@media screen and (max-width: 800px) {
  .contentBox {
    width: 100%;
    margin: 0;
    padding: 0; }
    .contentBox .mainBox {
      width: 100%;
      margin: 0 0 0 0;
      padding: 0 0 1.5em 0; }
    .contentBox .sideBox {
      width: 100%;
      margin: 0 0 0 0px;
      padding: 0px 0px 0 0px; } }

/*
@include media( $media-large ){
	@include omega(12n);
}
@include media( $media-mobile ){
	@include omega(4n);
}
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.row {
  *zoom: 1;
  display: block; }
  .row:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .row > .span-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 4.16667%; }
      .row > .span-1:last-child {
        margin-right: 0; }
    .row > .span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 8.33333%; }
      .row > .span-2:last-child {
        margin-right: 0; }
    .row > .span-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 12.5%; }
      .row > .span-3:last-child {
        margin-right: 0; }
    .row > .span-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .row > .span-4:last-child {
        margin-right: 0; }
    .row > .span-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 20.83333%; }
      .row > .span-5:last-child {
        margin-right: 0; }
    .row > .span-6 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .row > .span-6:last-child {
        margin-right: 0; }
    .row > .span-7 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 29.16667%; }
      .row > .span-7:last-child {
        margin-right: 0; }
    .row > .span-8 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .row > .span-8:last-child {
        margin-right: 0; }
    .row > .span-9 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%; }
      .row > .span-9:last-child {
        margin-right: 0; }
    .row > .span-10 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .row > .span-10:last-child {
        margin-right: 0; }
    .row > .span-11 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 45.83333%; }
      .row > .span-11:last-child {
        margin-right: 0; }
    .row > .span-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row > .span-12:last-child {
        margin-right: 0; }
    .row > .span-13 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 54.16667%; }
      .row > .span-13:last-child {
        margin-right: 0; }
    .row > .span-14 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .row > .span-14:last-child {
        margin-right: 0; }
    .row > .span-15 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .row > .span-15:last-child {
        margin-right: 0; }
    .row > .span-16 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .row > .span-16:last-child {
        margin-right: 0; }
    .row > .span-17 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 70.83333%; }
      .row > .span-17:last-child {
        margin-right: 0; }
    .row > .span-18 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .row > .span-18:last-child {
        margin-right: 0; }
    .row > .span-19 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 79.16667%; }
      .row > .span-19:last-child {
        margin-right: 0; }
    .row > .span-20 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%; }
      .row > .span-20:last-child {
        margin-right: 0; }
    .row > .span-21 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 87.5%; }
      .row > .span-21:last-child {
        margin-right: 0; }
    .row > .span-22 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.66667%; }
      .row > .span-22:last-child {
        margin-right: 0; }
    .row > .span-23 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 95.83333%; }
      .row > .span-23:last-child {
        margin-right: 0; }
    .row > .span-24 {
      width: 100%; }
    .row > .offset-1 {
      margin-left: 4.16667%; }
    .row > .offset-2 {
      margin-left: 8.33333%; }
    .row > .offset-3 {
      margin-left: 12.5%; }
    .row > .offset-4 {
      margin-left: 16.66667%; }
    .row > .offset-5 {
      margin-left: 20.83333%; }
    .row > .offset-6 {
      margin-left: 25%; }
    .row > .offset-7 {
      margin-left: 29.16667%; }
    .row > .offset-8 {
      margin-left: 33.33333%; }
    .row > .offset-9 {
      margin-left: 37.5%; }
    .row > .offset-10 {
      margin-left: 41.66667%; }
    .row > .offset-11 {
      margin-left: 45.83333%; }
    .row > .offset-12 {
      margin-left: 50%; }
    .row > .offset-13 {
      margin-left: 54.16667%; }
    .row > .offset-14 {
      margin-left: 58.33333%; }
    .row > .offset-15 {
      margin-left: 62.5%; }
    .row > .offset-16 {
      margin-left: 66.66667%; }
    .row > .offset-17 {
      margin-left: 70.83333%; }
    .row > .offset-18 {
      margin-left: 75%; }
    .row > .offset-19 {
      margin-left: 79.16667%; }
    .row > .offset-20 {
      margin-left: 83.33333%; }
    .row > .offset-21 {
      margin-left: 87.5%; }
    .row > .offset-22 {
      margin-left: 91.66667%; }
    .row > .offset-23 {
      margin-left: 95.83333%; } }
  @media screen and (max-width: 640px) {
    .row > .span-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .row > .span-1:last-child {
        margin-right: 0; }
    .row > .span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .row > .span-2:last-child {
        margin-right: 0; }
    .row > .span-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row > .span-3:last-child {
        margin-right: 0; }
    .row > .span-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .row > .span-4:last-child {
        margin-right: 0; }
    .row > .span-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%; }
      .row > .span-5:last-child {
        margin-right: 0; }
    .row > .span-6, .row > .span-7, .row > .span-8, .row > .span-9,
    .row > .span-10, .row > .span-12, .row > .span-11, .row > .span-13, .row > .span-14, .row > .span-15,
    .row > .span-16, .row > .span-17, .row > .span-18, .row > .span-19, .row > .span-20, .row > .span-21,
    .row > .span-22, .row > .span-23, .row > .span-24 {
      float: left;
      width: 100%; }
    .row > .offset-1 {
      margin-left: 16.66667%; }
    .row > .offset-2 {
      margin-left: 33.33333%; }
    .row > .offset-3 {
      margin-left: 50%; }
    .row > .offset-4 {
      margin-left: 66.66667%; }
    .row > .offset-5, .row > .offset-6, .row > .offset-7,
    .row > .offset-8, .row > .offset-9, .row > .offset-10, .row > .offset-11,
    .row > .offset-12, .row > .offset-13, .row > .offset-14, .row > .offset-15,
    .row > .offset-16, .row > .offset-17, .row > .offset-18, .row > .offset-19,
    .row > .offset-20, .row > .offset-21, .row > .offset-22, .row > .offset-23 {
      margin-left: 83.33333%; } }
  @media screen and (min-width: 641px) {
    .row > .col:nth-child(24n) {
      margin-right: 0; }
    .row > .col:nth-child(24n+1) {
      clear: left; } }
  @media screen and (max-width: 640px) {
    .row > .col:nth-child(5n) {
      margin-right: 0; }
    .row > .col:nth-child(5n+1) {
      clear: left; } }

.row-table {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (min-width: 641px) {
    .row-table > .span-1 {
      display: table-cell;
      width: 4.16667%; }
    .row-table > .span-2 {
      display: table-cell;
      width: 8.33333%; }
    .row-table > .span-3 {
      display: table-cell;
      width: 12.5%; }
    .row-table > .span-4 {
      display: table-cell;
      width: 16.66667%; }
    .row-table > .span-5 {
      display: table-cell;
      width: 20.83333%; }
    .row-table > .span-6 {
      display: table-cell;
      width: 25%; }
    .row-table > .span-7 {
      display: table-cell;
      width: 29.16667%; }
    .row-table > .span-8 {
      display: table-cell;
      width: 33.33333%; }
    .row-table > .span-9 {
      display: table-cell;
      width: 37.5%; }
    .row-table > .span-10 {
      display: table-cell;
      width: 41.66667%; }
    .row-table > .span-11 {
      display: table-cell;
      width: 45.83333%; }
    .row-table > .span-12 {
      display: table-cell;
      width: 50%; }
    .row-table > .span-13 {
      display: table-cell;
      width: 54.16667%; }
    .row-table > .span-14 {
      display: table-cell;
      width: 58.33333%; }
    .row-table > .span-15 {
      display: table-cell;
      width: 62.5%; }
    .row-table > .span-16 {
      display: table-cell;
      width: 66.66667%; }
    .row-table > .span-17 {
      display: table-cell;
      width: 70.83333%; }
    .row-table > .span-18 {
      display: table-cell;
      width: 75%; }
    .row-table > .span-19 {
      display: table-cell;
      width: 79.16667%; }
    .row-table > .span-20 {
      display: table-cell;
      width: 83.33333%; }
    .row-table > .span-21 {
      display: table-cell;
      width: 87.5%; }
    .row-table > .span-22 {
      display: table-cell;
      width: 91.66667%; }
    .row-table > .span-23 {
      display: table-cell;
      width: 95.83333%; }
    .row-table > .span-24 {
      width: 100%; }
    .row-table > .offset-1 {
      margin-left: 4.16667%; }
    .row-table > .offset-2 {
      margin-left: 8.33333%; }
    .row-table > .offset-3 {
      margin-left: 12.5%; }
    .row-table > .offset-4 {
      margin-left: 16.66667%; }
    .row-table > .offset-5 {
      margin-left: 20.83333%; }
    .row-table > .offset-6 {
      margin-left: 25%; }
    .row-table > .offset-7 {
      margin-left: 29.16667%; }
    .row-table > .offset-8 {
      margin-left: 33.33333%; }
    .row-table > .offset-9 {
      margin-left: 37.5%; }
    .row-table > .offset-10 {
      margin-left: 41.66667%; }
    .row-table > .offset-11 {
      margin-left: 45.83333%; }
    .row-table > .offset-12 {
      margin-left: 50%; }
    .row-table > .offset-13 {
      margin-left: 54.16667%; }
    .row-table > .offset-14 {
      margin-left: 58.33333%; }
    .row-table > .offset-15 {
      margin-left: 62.5%; }
    .row-table > .offset-16 {
      margin-left: 66.66667%; }
    .row-table > .offset-17 {
      margin-left: 70.83333%; }
    .row-table > .offset-18 {
      margin-left: 75%; }
    .row-table > .offset-19 {
      margin-left: 79.16667%; }
    .row-table > .offset-20 {
      margin-left: 83.33333%; }
    .row-table > .offset-21 {
      margin-left: 87.5%; }
    .row-table > .offset-22 {
      margin-left: 91.66667%; }
    .row-table > .offset-23 {
      margin-left: 95.83333%; } }
  @media screen and (max-width: 640px) {
    .row-table > .span-1 {
      display: table-cell;
      width: 16.66667%; }
    .row-table > .span-2 {
      display: table-cell;
      width: 33.33333%; }
    .row-table > .span-3 {
      display: table-cell;
      width: 50%; }
    .row-table > .span-4 {
      display: table-cell;
      width: 66.66667%; }
    .row-table > .span-5 {
      display: table-cell;
      width: 83.33333%; }
    .row-table > .span-6, .row-table > .span-7, .row-table > .span-8, .row-table > .span-9,
    .row-table > .span-10, .row-table > .span-12, .row-table > .span-11, .row-table > .span-13, .row-table > .span-14, .row-table > .span-15,
    .row-table > .span-16, .row-table > .span-17, .row-table > .span-18, .row-table > .span-19, .row-table > .span-20, .row-table > .span-21,
    .row-table > .span-22, .row-table > .span-23, .row-table > .span-24 {
      float: left;
      width: 100%; }
    .row-table > .offset-1 {
      margin-left: 16.66667%; }
    .row-table > .offset-2 {
      margin-left: 33.33333%; }
    .row-table > .offset-3 {
      margin-left: 50%; }
    .row-table > .offset-4 {
      margin-left: 66.66667%; }
    .row-table > .offset-5, .row-table > .offset-6, .row-table > .offset-7,
    .row-table > .offset-8, .row-table > .offset-9, .row-table > .offset-10, .row-table > .offset-11,
    .row-table > .offset-12, .row-table > .offset-13, .row-table > .offset-14, .row-table > .offset-15,
    .row-table > .offset-16, .row-table > .offset-17, .row-table > .offset-18, .row-table > .offset-19,
    .row-table > .offset-20, .row-table > .offset-21, .row-table > .offset-22, .row-table > .offset-23 {
      margin-left: 83.33333%; } }
  @media screen and (min-width: 641px) {
    .row-table > .col:nth-child(24n) {
      margin-right: 0; }
    .row-table > .col:nth-child(24n+1) {
      clear: left; } }
  @media screen and (max-width: 640px) {
    .row-table > .col:nth-child(5n) {
      margin-right: 0; }
    .row-table > .col:nth-child(5n+1) {
      clear: left; } }

/*************************
* グリッド数10
*/
.row-10 {
  *zoom: 1;
  display: block;
  *zoom: 1;
  display: block; }
  .row-10:after {
    clear: both;
    content: "";
    display: table; }
  .row-10:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .row-10 > .span-1 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 7.44167%; }
      .row-10 > .span-1:last-child {
        margin-right: 0; }
    .row-10 > .span-2 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%; }
      .row-10 > .span-2:last-child {
        margin-right: 0; }
    .row-10 > .span-3 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 28.01019%; }
      .row-10 > .span-3:last-child {
        margin-right: 0; }
    .row-10 > .span-4 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 38.29445%; }
      .row-10 > .span-4:last-child {
        margin-right: 0; }
    .row-10 > .span-5 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 48.57871%; }
      .row-10 > .span-5:last-child {
        margin-right: 0; }
    .row-10 > .span-6 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 58.86297%; }
      .row-10 > .span-6:last-child {
        margin-right: 0; }
    .row-10 > .span-7 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%; }
      .row-10 > .span-7:last-child {
        margin-right: 0; }
    .row-10 > .span-8 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 79.43148%; }
      .row-10 > .span-8:last-child {
        margin-right: 0; }
    .row-10 > .span-9 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 89.71574%; }
      .row-10 > .span-9:last-child {
        margin-right: 0; }
    .row-10 > .span-10 {
      width: 100%; }
    .row-10 > .offset-1 {
      margin-left: 10.28426%; }
    .row-10 > .offset-2 {
      margin-left: 20.56852%; }
    .row-10 > .offset-3 {
      margin-left: 30.85278%; }
    .row-10 > .offset-4 {
      margin-left: 41.13703%; }
    .row-10 > .offset-5 {
      margin-left: 51.42129%; }
    .row-10 > .offset-6 {
      margin-left: 61.70555%; }
    .row-10 > .offset-7 {
      margin-left: 71.98981%; }
    .row-10 > .offset-8 {
      margin-left: 82.27407%; }
    .row-10 > .offset-9 {
      margin-left: 92.55833%; } }
  @media screen and (max-width: 640px) {
    .row-10 > .span-1 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 15.3188%; }
      .row-10 > .span-1:last-child {
        margin-right: 0; }
    .row-10 > .span-2 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 36.4891%; }
      .row-10 > .span-2:last-child {
        margin-right: 0; }
    .row-10 > .span-3 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 57.6594%; }
      .row-10 > .span-3:last-child {
        margin-right: 0; }
    .row-10 > .span-4 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 78.8297%; }
      .row-10 > .span-4:last-child {
        margin-right: 0; }
    .row-10 > .span-5, .row-10 > .span-6, .row-10 > .span-7, .row-10 > .span-8, .row-10 > .span-9, .row-10 > .span-10 {
      float: left;
      width: 100%; }
    .row-10 > .offset-1 {
      margin-left: 21.1703%; }
    .row-10 > .offset-2 {
      margin-left: 42.3406%; }
    .row-10 > .offset-3 {
      margin-left: 63.5109%; }
    .row-10 > .offset-4, .row-10 > .offset-5, .row-10 > .offset-6, .row-10 > .offset-7,
    .row-10 > .offset-8, .row-10 > .offset-9 {
      margin-left: 63.5109%; } }
  @media screen and (min-width: 641px) {
    .row-10 > .col:nth-child(10n) {
      margin-right: 0; }
    .row-10 > .col:nth-child(10n+1) {
      clear: left; } }
  @media screen and (max-width: 640px) {
    .row-10 > .col:nth-child(5n) {
      margin-right: 0; }
    .row-10 > .col:nth-child(5n+1) {
      clear: left; } }

.row-table-10 {
  *zoom: 1;
  display: block;
  *zoom: 1;
  display: block; }
  .row-table-10:after {
    clear: both;
    content: "";
    display: table; }
  .row-table-10:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .row-table-10 > .span-1 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 7.44167%; }
      .row-table-10 > .span-1:last-child {
        margin-right: 0; }
    .row-table-10 > .span-2 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%; }
      .row-table-10 > .span-2:last-child {
        margin-right: 0; }
    .row-table-10 > .span-3 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 28.01019%; }
      .row-table-10 > .span-3:last-child {
        margin-right: 0; }
    .row-table-10 > .span-4 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 38.29445%; }
      .row-table-10 > .span-4:last-child {
        margin-right: 0; }
    .row-table-10 > .span-5 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 48.57871%; }
      .row-table-10 > .span-5:last-child {
        margin-right: 0; }
    .row-table-10 > .span-6 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 58.86297%; }
      .row-table-10 > .span-6:last-child {
        margin-right: 0; }
    .row-table-10 > .span-7 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%; }
      .row-table-10 > .span-7:last-child {
        margin-right: 0; }
    .row-table-10 > .span-8 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 79.43148%; }
      .row-table-10 > .span-8:last-child {
        margin-right: 0; }
    .row-table-10 > .span-9 {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 89.71574%; }
      .row-table-10 > .span-9:last-child {
        margin-right: 0; }
    .row-table-10 > .span-10 {
      width: 100%; }
    .row-table-10 > .offset-1 {
      margin-left: 10.28426%; }
    .row-table-10 > .offset-2 {
      margin-left: 20.56852%; }
    .row-table-10 > .offset-3 {
      margin-left: 30.85278%; }
    .row-table-10 > .offset-4 {
      margin-left: 41.13703%; }
    .row-table-10 > .offset-5 {
      margin-left: 51.42129%; }
    .row-table-10 > .offset-6 {
      margin-left: 61.70555%; }
    .row-table-10 > .offset-7 {
      margin-left: 71.98981%; }
    .row-table-10 > .offset-8 {
      margin-left: 82.27407%; }
    .row-table-10 > .offset-9 {
      margin-left: 92.55833%; } }
  @media screen and (max-width: 640px) {
    .row-table-10 > .span-1 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 15.3188%; }
      .row-table-10 > .span-1:last-child {
        margin-right: 0; }
    .row-table-10 > .span-2 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 36.4891%; }
      .row-table-10 > .span-2:last-child {
        margin-right: 0; }
    .row-table-10 > .span-3 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 57.6594%; }
      .row-table-10 > .span-3:last-child {
        margin-right: 0; }
    .row-table-10 > .span-4 {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 78.8297%; }
      .row-table-10 > .span-4:last-child {
        margin-right: 0; }
    .row-table-10 > .span-5, .row-table-10 > .span-6, .row-table-10 > .span-7, .row-table-10 > .span-8, .row-table-10 > .span-9, .row-table-10 > .span-10 {
      float: left;
      width: 100%; }
    .row-table-10 > .offset-1 {
      margin-left: 21.1703%; }
    .row-table-10 > .offset-2 {
      margin-left: 42.3406%; }
    .row-table-10 > .offset-3 {
      margin-left: 63.5109%; }
    .row-table-10 > .offset-4, .row-table-10 > .offset-5, .row-table-10 > .offset-6, .row-table-10 > .offset-7,
    .row-table-10 > .offset-8, .row-table-10 > .offset-9 {
      margin-left: 63.5109%; } }
  @media screen and (min-width: 641px) {
    .row-table-10 > .col:nth-child(10n) {
      margin-right: 0; }
    .row-table-10 > .col:nth-child(10n+1) {
      clear: left; } }
  @media screen and (max-width: 640px) {
    .row-table-10 > .col:nth-child(5n) {
      margin-right: 0; }
    .row-table-10 > .col:nth-child(5n+1) {
      clear: left; } }

/*************************
* PCは24分割、スマホは指定分
*/
.row-pc-24 {
  *zoom: 1;
  display: block; }
  .row-pc-24:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .row-pc-24 > .span-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 4.16667%; }
      .row-pc-24 > .span-1:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 8.33333%; }
      .row-pc-24 > .span-2:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 12.5%; }
      .row-pc-24 > .span-3:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .row-pc-24 > .span-4:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 20.83333%; }
      .row-pc-24 > .span-5:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-6 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .row-pc-24 > .span-6:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-7 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 29.16667%; }
      .row-pc-24 > .span-7:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-8 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .row-pc-24 > .span-8:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-9 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%; }
      .row-pc-24 > .span-9:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-10 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .row-pc-24 > .span-10:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-11 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 45.83333%; }
      .row-pc-24 > .span-11:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row-pc-24 > .span-12:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-13 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 54.16667%; }
      .row-pc-24 > .span-13:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-14 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .row-pc-24 > .span-14:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-15 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .row-pc-24 > .span-15:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-16 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .row-pc-24 > .span-16:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-17 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 70.83333%; }
      .row-pc-24 > .span-17:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-18 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .row-pc-24 > .span-18:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-19 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 79.16667%; }
      .row-pc-24 > .span-19:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-20 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%; }
      .row-pc-24 > .span-20:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-21 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 87.5%; }
      .row-pc-24 > .span-21:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-22 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.66667%; }
      .row-pc-24 > .span-22:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-23 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 95.83333%; }
      .row-pc-24 > .span-23:last-child {
        margin-right: 0; }
    .row-pc-24 > .span-24 {
      width: 100%; }
    .row-pc-24 > .offset-1 {
      margin-left: 4.16667%; }
    .row-pc-24 > .offset-2 {
      margin-left: 8.33333%; }
    .row-pc-24 > .offset-3 {
      margin-left: 12.5%; }
    .row-pc-24 > .offset-4 {
      margin-left: 16.66667%; }
    .row-pc-24 > .offset-5 {
      margin-left: 20.83333%; }
    .row-pc-24 > .offset-6 {
      margin-left: 25%; }
    .row-pc-24 > .offset-7 {
      margin-left: 29.16667%; }
    .row-pc-24 > .offset-8 {
      margin-left: 33.33333%; }
    .row-pc-24 > .offset-9 {
      margin-left: 37.5%; }
    .row-pc-24 > .offset-10 {
      margin-left: 41.66667%; }
    .row-pc-24 > .offset-11 {
      margin-left: 45.83333%; }
    .row-pc-24 > .offset-12 {
      margin-left: 50%; }
    .row-pc-24 > .offset-13 {
      margin-left: 54.16667%; }
    .row-pc-24 > .offset-14 {
      margin-left: 58.33333%; }
    .row-pc-24 > .offset-15 {
      margin-left: 62.5%; }
    .row-pc-24 > .offset-16 {
      margin-left: 66.66667%; }
    .row-pc-24 > .offset-17 {
      margin-left: 70.83333%; }
    .row-pc-24 > .offset-18 {
      margin-left: 75%; }
    .row-pc-24 > .offset-19 {
      margin-left: 79.16667%; }
    .row-pc-24 > .offset-20 {
      margin-left: 83.33333%; }
    .row-pc-24 > .offset-21 {
      margin-left: 87.5%; }
    .row-pc-24 > .offset-22 {
      margin-left: 91.66667%; }
    .row-pc-24 > .offset-23 {
      margin-left: 95.83333%; }
    .row-pc-24 > .col:nth-child(24n) {
      margin-right: 0; }
    .row-pc-24 > .col:nth-child(24n+1) {
      clear: left; } }

.row-sp-2 {
  *zoom: 1;
  display: block; }
  .row-sp-2:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    .row-sp-2 > .span-1, .row-sp-2 > .span-2, .row-sp-2 > .span-3, .row-sp-2 > .span-4, .row-sp-2 > .span-5, .row-sp-2 > .span-6, .row-sp-2 > .span-7, .row-sp-2 > .span-8, .row-sp-2 > .span-9, .row-sp-2 > .span-10, .row-sp-2 > .span-11, .row-sp-2 > .span-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row-sp-2 > .span-1:last-child, .row-sp-2 > .span-2:last-child, .row-sp-2 > .span-3:last-child, .row-sp-2 > .span-4:last-child, .row-sp-2 > .span-5:last-child, .row-sp-2 > .span-6:last-child, .row-sp-2 > .span-7:last-child, .row-sp-2 > .span-8:last-child, .row-sp-2 > .span-9:last-child, .row-sp-2 > .span-10:last-child, .row-sp-2 > .span-11:last-child, .row-sp-2 > .span-12:last-child {
        margin-right: 0; }
    .row-sp-2 > .span-13, .row-sp-2 > .span-14, .row-sp-2 > .span-15, .row-sp-2 > .span-16, .row-sp-2 > .span-17, .row-sp-2 > .span-18, .row-sp-2 > .span-19, .row-sp-2 > .span-20, .row-sp-2 > .span-21, .row-sp-2 > .span-22, .row-sp-2 > .span-23, .row-sp-2 > .span-24 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .row-sp-2 > .span-13:last-child, .row-sp-2 > .span-14:last-child, .row-sp-2 > .span-15:last-child, .row-sp-2 > .span-16:last-child, .row-sp-2 > .span-17:last-child, .row-sp-2 > .span-18:last-child, .row-sp-2 > .span-19:last-child, .row-sp-2 > .span-20:last-child, .row-sp-2 > .span-21:last-child, .row-sp-2 > .span-22:last-child, .row-sp-2 > .span-23:last-child, .row-sp-2 > .span-24:last-child {
        margin-right: 0; }
    .row-sp-2 > .col:nth-child(2n) {
      margin-right: 0; }
    .row-sp-2 > .col:nth-child(2n+1) {
      clear: left; } }

.btn {
  background-color: #b60005;
  transition: background-color 0.3s; }
  .btn:hover {
    background-color: #6a0003;
    border: none;
    transition: background-color 0.3s; }

.btn-disabled {
  background-color: #999; }
  .btn-disabled:hover {
    background-color: #999; }

.btn-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.btn-small {
  font-size: 0.8rem;
  padding: 0.2em 0.5em; }

.btn-large {
  font-size: 1.5rem;
  padding: 0.5em 2em; }

.btn-red {
  background-color: #b60005; }
  .btn-red:hover {
    background-color: #e90006; }

.btn-pink {
  background-color: #fc60a6; }
  .btn-pink:hover {
    background-color: #fd92c2; }

.btn-perple {
  background-color: #ea28ba; }
  .btn-perple:hover {
    background-color: #ef56c9; }

.btn-blue {
  background-color: #2d83d8; }
  .btn-blue:hover {
    background-color: #589ce0; }

.btn-aqua {
  background-color: #48cbeb; }
  .btn-aqua:hover {
    background-color: #76d8f0; }

.btn-green {
  background-color: #65b725; }
  .btn-green:hover {
    background-color: #7ed738; }

.btn-lime {
  background-color: #28f165; }
  .btn-lime:hover {
    background-color: #58f487; }

.btn-yellow {
  background-color: #ffe400; }
  .btn-yellow:hover {
    background-color: #ffe933; }

.btn-orange {
  background-color: #ffcc00; }
  .btn-orange:hover {
    background-color: #ffd633; }

.btn-brown {
  background-color: #b49c5f; }
  .btn-brown:hover {
    background-color: #c4b182; }

.btn-darkgray {
  background-color: #333; }
  .btn-darkgray:hover {
    background-color: #4d4d4d; }

.btn-gray {
  background-color: #999; }
  .btn-gray:hover {
    background-color: #b3b3b3; }

.btn-lightgray {
  background-color: #eee; }
  .btn-lightgray:hover {
    background-color: white; }

[class*="indent-"] {
  position: relative; }

@media screen and (max-width: 800px) {
  .indent-sp-1em, #page-chara .chara-detail-list .detail-item .text {
    padding-left: 1em;
    padding-right: 1em; }
  .indent-sp-2em {
    padding-left: 2em;
    padding-right: 2em; }
  .indent-sp-3em {
    padding-left: 3em;
    padding-right: 3em; }
  .indent-sp-1em-r {
    padding-right: 1em; }
  .indent-sp-2em-r {
    padding-right: 2em; }
  .indent-sp-3em-r {
    padding-right: 3em; }
  .indent-sp-1em-l {
    padding-left: 1em; }
  .indent-sp-2em-l {
    padding-left: 2em; }
  .indent-sp-3em-l {
    padding-left: 3em; } }

@media screen and (min-width: 801px) {
  .indent-pc-10px {
    padding-left: 10px;
    padding-right: 10px; }
  .indent-pc-20px {
    padding-left: 20px;
    padding-right: 20px; }
  .indent-pc-30px {
    padding-left: 30px;
    padding-right: 30px; }
  .indent-pc-40px {
    padding-left: 40px;
    padding-right: 40px; }
  .indent-pc-50px {
    padding-left: 50px;
    padding-right: 50px; }
  .indent-pc-60px {
    padding-left: 60px;
    padding-right: 60px; }
  .indent-pc-70px {
    padding-left: 60px;
    padding-right: 60px; }
  .indent-pc-10px-r {
    padding-right: 10px; }
  .indent-pc-20px-r, #page-special .icon-list img {
    padding-right: 20px; }
  .indent-pc-30px-r {
    padding-right: 30px; }
  .indent-pc-40px-r {
    padding-right: 40px; }
  .indent-pc-50px-r {
    padding-right: 50px; }
  .indent-pc-60px-r {
    padding-right: 60px; }
  .indent-pc-70px-r {
    padding-right: 60px; }
  .indent-pc-10px-l {
    padding-left: 10px; }
  .indent-pc-20px-l {
    padding-left: 20px; }
  .indent-pc-30px-l {
    padding-left: 30px; }
  .indent-pc-40px-l {
    padding-left: 40px; }
  .indent-pc-50px-l {
    padding-left: 50px; }
  .indent-pc-60px-l {
    padding-left: 60px; }
  .indent-pc-70px-l {
    padding-left: 60px; } }

#header {
  background-color: #b60005;
  position: relative; }
  #header h1 {
    margin: 0;
    padding: 10px 2em;
    background-color: #000; }
  #header #menu-open {
    text-align: center;
    color: #000;
    line-height: 0.5em;
    padding: 10px; }
    #header #menu-open a {
      color: #000;
      font-size: 1.3rem;
      display: inline-block;
      transform: rotate(0deg);
      transition: transform 0.5s; }
      #header #menu-open a.active {
        transform: rotate(90deg);
        transition: transform 0.5s; }
    #header #menu-open span {
      font-size: 8px; }

.bg-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.no-margin {
  margin: 0; }

a.link-border {
  color: #b60005;
  border-bottom: dashed 1px #b60005; }

a.link-border:hover {
  color: #b60005;
  border-bottom: dashed 1px #b60005;
  background-color: transparent; }

a.link-noborder {
  border: none !important; }

a.link-noborder:hover {
  border: none !important; }

/* 区切り線 ****************/
hr {
  clear: both;
  margin: 2em 0;
  border-color: #b60005; }

hr.hr-mesh-gray {
  border: none;
  height: 8px;
  background: url("../img/common/mesh_gray_light.png") left top repeat;
  margin: 2em 0; }

/* 下線 ****************/
.border-bottom-dotted {
  border-bottom: dotted 1px #000; }

/* 角丸 ****************/
.radius-6 {
  border-radius: 6px; }

.radius-10 {
  border-radius: 10px; }

/* 影文字 ****************/
.text-shadow-white {
  text-shadow: 2px 2px 2px #fff; }

/* 見出し ****************/
.h-diamond:before, .h-diamond:after {
  font-family: icomoon;
  font-weight: normal;
  content: "\e658";
  font-size: 0.7em; }

.h-diamond:before {
  padding-right: 0.5em; }

.h-diamond:after {
  padding-left: 0.5em; }

.row-step {
  display: table; }
  .row-step .col-l, .row-step .col-r {
    display: table-cell;
    vertical-align: top; }
  .row-step .col-l {
    width: 2.5em; }
  .row-step .col-r {
    padding-left: 1em; }
  .row-step .number-circle {
    vertical-align: middle;
    display: table-cell;
    font-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    text-align: center;
    background-color: #b60005;
    color: #fff; }

/* リスト ****************/
.ul_punch li {
  position: relative;
  padding-left: 1.6em; }
  .ul_punch li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: url("../special/img_akimatsuri/punch.png") left top no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    content: "";
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }

dl.dl-list dt {
  position: relative;
  padding-left: 1em; }
  dl.dl-list dt:before {
    position: absolute;
    left: 0;
    font-family: icomoon;
    font-weight: normal;
    color: #b60005;
    content: "\e60e"; }

dl.dl-list dd {
  margin-bottom: 0.5em;
  padding-left: 1em; }

ul.mark-diamond a,
a.mark-diamond {
  position: relative;
  padding-left: 1.3em;
  display: inline-block; }
  ul.mark-diamond a:before,
  a.mark-diamond:before {
    position: absolute;
    left: 0;
    font-family: icomoon;
    content: "\e658";
    color: #b60005; }

ul.list-diamond a,
a.list-diamond {
  position: relative;
  padding-left: 1.3em;
  display: inline-block; }
  ul.list-diamond a:before,
  a.list-diamond:before {
    position: absolute;
    left: 0;
    font-family: icomoon;
    content: "\e65d";
    color: #b60005; }

/* 枠 ****************/
.frame-border-slash {
  background: url("../img/common/border_slash_h.png") left top repeat-x, url("../img/common/border_slash_h.png") left bottom repeat-x, url("../img/common/border_slash_v.png") right top repeat-y, url("../img/common/border_slash_v.png") left top repeat-y; }

.bg-mesh-pink-8px {
  background: url("../img/common/mesh_pink_8px.png") left top repeat; }

.btn-play {
  background-color: #e60012;
  padding: 0 1em;
  margin-left: 1em; }
  .btn-play:hover {
    background-color: #ff1d23; }

.img-size-50p {
  transform: scale(0.5); }

img.img-border-mesh {
  padding: 10px;
  background: url("../img/common/mesh_gray_3px.png") left top repeat; }

.slashbox, #mainMenuBox > ul > li > a span, .content-tab a span, #page-chara .chara-detail-list .navi a span:first-child, #page-chara .chara-detail-list .category span:first-child {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg); }

#footer {
  position: relative;
  background-color: #000; }
  @media screen and (max-width: 800px) {
    #footer {
      position: relative; } }
  #footer .bannerList {
    margin: auto;
    padding: 8px 0; }
    @media screen and (min-width: 801px) {
      #footer .bannerList {
        display: table; } }
    #footer .bannerList li {
      padding: 0 4px; }
      @media screen and (max-width: 800px) {
        #footer .bannerList li {
          margin-bottom: 4px;
          text-align: center; } }
      @media screen and (min-width: 801px) {
        #footer .bannerList li {
          display: table-cell; } }
    #footer .bannerList a {
      border: none; }
  #footer .copyright {
    background-color: #b60005;
    font-size: 0.8rem;
    text-align: center;
    padding: 10px;
    margin: 0; }
  @media screen and (min-width: 801px) {
    #footer #social-foot {
      position: fixed;
      right: 0px;
      top: 80px; } }
  @media screen and (max-width: 800px) {
    #footer #social-foot {
      position: relative;
      text-align: center;
      display: table;
      margin: auto; } }
  @media screen and (min-width: 801px) {
    #footer #social-foot li {
      margin-bottom: 5px; } }
  @media screen and (max-width: 800px) {
    #footer #social-foot li {
      display: table-cell;
      padding: 1em 0.2em; } }
  #footer #social-foot a {
    color: #fff;
    border: none; }
    @media screen and (min-width: 801px) {
      #footer #social-foot a {
        display: block;
        width: 41px;
        height: 35px;
        background: url("../img/common/sns_base.png");
        background-size: 41px 35px;
        padding-top: 5px;
        padding-left: 15px; }
        #footer #social-foot a:hover {
          color: #b60005; } }
    @media screen and (max-width: 800px) {
      #footer #social-foot a {
        display: table-cell;
        background-color: #fff;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        text-align: center;
        color: #000; }
        #footer #social-foot a:hover {
          color: #fff;
          background-color: #666; } }

#returnUp {
  position: fixed;
  right: 0px;
  bottom: 60px;
  width: 41px;
  height: 35px;
  background: url("../img/common/pagetop_base.png") left top no-repeat;
  background-size: 41px 35px;
  color: #000;
  display: block;
  border: none;
  z-index: 200; }
  @media screen and (max-width: 800px) {
    #returnUp {
      bottom: 0.5em; } }
  #returnUp:hover, #returnUp:active {
    color: #fff; }
  #returnUp i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

@media screen and (min-width: 801px) {
  #mainMenuBox {
    display: table;
    margin: auto; } }

@media screen and (max-width: 800px) {
  #mainMenuBox {
    display: none; } }

#mainMenuBox a {
  border: none;
  display: block;
  position: relative; }

#mainMenuBox img {
  position: relative; }

#mainMenuBox > ul {
  margin: 0;
  padding: 0; }

#mainMenuBox > ul > li {
  list-style-type: none;
  font-size: 1px;
  /*
		&.open .submenu{
//		&.active .submenu{
			display: block;
			height: 50px;
			transition: height 1s;
		}
*/ }
  @media screen and (min-width: 801px) {
    #mainMenuBox > ul > li {
      display: table-cell; } }
  @media screen and (max-width: 800px) {
    #mainMenuBox > ul > li {
      text-align: center; } }
  #mainMenuBox > ul > li > a {
    height: 42px;
    padding: 10px 20px; }
  #mainMenuBox > ul > li.active > a,
  #mainMenuBox > ul > li:hover > a {
    /*
			background-color: #000;
			&:before, &:after{
				position: absolute;
				top: 0;
			}
			&:before{
				content: url("../img/menu/menu_select_head.png");
				left: 0px;
			}
			&:after{
				content: url("../img/menu/menu_select_foot.png");
				right: 0px;
			}
			*/ }
    #mainMenuBox > ul > li.active > a span,
    #mainMenuBox > ul > li:hover > a span {
      background-color: #000; }
  #mainMenuBox > ul > li.menu-off {
    padding: 10px 20px; }
    #mainMenuBox > ul > li.menu-off img {
      opacity: 0.5; }
  #mainMenuBox > ul > li .submenu {
    display: none;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9); }
    @media screen and (min-width: 801px) {
      #mainMenuBox > ul > li .submenu {
        position: absolute; } }
  #mainMenuBox > ul > li ul {
    display: table;
    margin: auto; }
    #mainMenuBox > ul > li ul li {
      display: table-cell;
      position: relative;
      list-style-type: none; }
      #mainMenuBox > ul > li ul li a {
        display: block;
        padding: 10px; }

#mainMenuBox li.new img.menu-mark-new {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -10px; }

.p-frame-common-space {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .p-frame-common-space *:last-child {
    margin-bottom: 0; }

.p-frame-gray {
  background: url(../goods/img/spec_bg.png) left top repeat-x;
  background-color: #eeeeee;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.p-h-red {
  color: #b60005; }

.c-style-basic h2 {
  margin-bottom: 1rem; }

/*
@import "sns";
*/
.syg-flex {
  margin-top: -1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 800px) {
    .syg-flex {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .syg-flex.syg-flex_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .syg-flex > .syg-flex__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1em; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of2, .syg-flex > .syg-flex__item.syg-flex__item_1of3, .syg-flex > .syg-flex__item.syg-flex__item_2of3, .syg-flex > .syg-flex__item.syg-flex__item_1of4, .syg-flex > .syg-flex__item.syg-flex__item_2of4, .syg-flex > .syg-flex__item.syg-flex__item_3of4, .syg-flex > .syg-flex__item.syg-flex__item_1of5, .syg-flex > .syg-flex__item.syg-flex__item_2of5, .syg-flex > .syg-flex__item.syg-flex__item_3of5, .syg-flex > .syg-flex__item.syg-flex__item_4of5, .syg-flex > .syg-flex__item.syg-flex__item_1of6, .syg-flex > .syg-flex__item.syg-flex__item_2of6, .syg-flex > .syg-flex__item.syg-flex__item_3of6, .syg-flex > .syg-flex__item.syg-flex__item_4of6, .syg-flex > .syg-flex__item.syg-flex__item_5of6 {
      -webkit-box-flex: none;
      -moz-box-flex: none;
      box-flex: none;
      -webkit-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of2 {
      width: 50%; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of3 {
      width: 33.33333%; }
    .syg-flex > .syg-flex__item.syg-flex__item_2of3 {
      width: 66.66667%; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of4 {
      width: 25%; }
    .syg-flex > .syg-flex__item.syg-flex__item_2of4 {
      width: 50%; }
    .syg-flex > .syg-flex__item.syg-flex__item_3of4 {
      width: 75%; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of5 {
      width: 20%; }
    .syg-flex > .syg-flex__item.syg-flex__item_2of5 {
      width: 40%; }
    .syg-flex > .syg-flex__item.syg-flex__item_3of5 {
      width: 60%; }
    .syg-flex > .syg-flex__item.syg-flex__item_4of5 {
      width: 80%; }
    .syg-flex > .syg-flex__item.syg-flex__item_1of6 {
      width: 16.66667%; }
    .syg-flex > .syg-flex__item.syg-flex__item_2of6 {
      width: 33.33333%; }
    .syg-flex > .syg-flex__item.syg-flex__item_3of6 {
      width: 50%; }
    .syg-flex > .syg-flex__item.syg-flex__item_4of6 {
      width: 66.66667%; }
    .syg-flex > .syg-flex__item.syg-flex__item_5of6 {
      width: 83.33333%; }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_1of1-sp, .syg-flex > .syg-flex__item.syg-flex__item_1of2-sp, .syg-flex > .syg-flex__item.syg-flex__item_1of3-sp, .syg-flex > .syg-flex__item.syg-flex__item_2of3-sp, .syg-flex > .syg-flex__item.syg-flex__item_1of4-sp, .syg-flex > .syg-flex__item.syg-flex__item_2of4-sp, .syg-flex > .syg-flex__item.syg-flex__item_3of4-sp {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_1of1-sp {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_1of2-sp {
        width: 50%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_1of3-sp {
        width: 33.33333%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_2of3-sp {
        width: 66.66667%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_1of4-sp {
        width: 25%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_2of4-sp {
        width: 50%; } }
    @media screen and (max-width: 800px) {
      .syg-flex > .syg-flex__item.syg-flex__item_3of4-sp {
        width: 75%; } }
  .syg-flex.syg-flex_margin_close {
    margin-left: 0; }
    .syg-flex.syg-flex_margin_close > .syg-flex__item {
      padding: 0; }
  .syg-flex.syg-flex_margin_xsmall {
    margin-left: -4px; }
    .syg-flex.syg-flex_margin_xsmall > .syg-flex__item {
      padding-left: 4px; }
  .syg-flex.syg-flex_margin_normal {
    margin-left: -16px; }
    .syg-flex.syg-flex_margin_normal > .syg-flex__item {
      padding-left: 16px; }
  .syg-flex.syg-flex_margin_small {
    margin-left: -8px; }
    .syg-flex.syg-flex_margin_small > .syg-flex__item {
      padding-left: 8px; }
  .syg-flex.syg-flex_margin_medium {
    margin-left: -32px; }
    .syg-flex.syg-flex_margin_medium > .syg-flex__item {
      padding-left: 32px; }
  .syg-flex.syg-flex_margin_large {
    margin-left: -48px; }
    .syg-flex.syg-flex_margin_large > .syg-flex__item {
      padding-left: 48px; }
  .syg-flex.syg-flex_margin_xlarge {
    margin-left: -64px; }
    .syg-flex.syg-flex_margin_xlarge > .syg-flex__item {
      padding-left: 64px; }

img {
  vertical-align: middle; }

.font-genshinGothic-bold, .sideBox .submenu a, #page-news #entry-navigation .single,
#page-goods-other #entry-navigation .single, #page-chara .chara-detail-list .detail-item .text .cv, #page-chara .chara-detail-list .detail-item .text .rank, #page-chara .chara-detail-list .detail-item .text .comment {
  font-family: "GenShinGothic";
  font-weight: 700; }

.font-genshinGothic-heavy, #page-story #story .intro-text, #page-episode .ep-item .ep-title, #page-episode .ep-item .ep-staff, #page-staff .staff-list, #page-staff .cast-list, #page-news .sideBox [id^=recent-posts-] a, #page-news .entry h1, #page-news .entry-body h2, #page-news .entry-body h3, #page-news .entry-body h4, #page-news .entry-body h5,
#page-goods-other .entry-body h2,
#page-goods-other .entry-body h3,
#page-goods-other .entry-body h4,
#page-goods-other .entry-body h5, #page-chara .chara-detail-list .detail-item .text .name-jp, #page-special .mainBox h1, #page-special .mainBox h2, #page-onair .onair-list, #page-goods-other .sideBox .widget a, #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-text h1, #page-goods .goods-detail h1,
#page-goods-other .goods-detail h1 {
  font-family: "GenShinGothic";
  font-weight: 900; }

.font-oswald, #page-news .sideBox [id^=recent-posts-] span.post-date, #page-chara .chara-detail-list .category span:last-child, #page-special ol.ol-numbers span.list-number {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.font-oswald-bold, .row-step .number-circle, #page-news .sideBox [id^=categories-] a, #page-news .entry .entry-meta, #page-chara h2.chara-class, #page-chara .chara-thumb-list li .thumb .rank, #page-chara .chara-detail-list .detail-item .text .name-en, #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-text .release, #page-goods .goods-detail .entry-meta,
#page-goods-other .goods-detail .entry-meta {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }

.font-ubuntu, #page-episode .ep-item .ep-num, #page-episode #ep-list, #page-news .wp-pagenavi,
#page-goods-other .wp-pagenavi {
  font-family: 'Ubuntu Condensed', sans-serif; }

.wrap {
  padding-bottom: 50px;
  min-height: 720px;
  background: url("../img/common/bg_logo.png") center top no-repeat; }
  @media screen and (max-width: 800px) {
    .wrap {
      background: transparent;
      min-height: 420px; } }

.content-title {
  border-bottom: solid 1px #b60005;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  /*
	@extend .font-oswald;
	font-size: 40px;
	font-style: italic;
	color: $colorRed;
	text-shadow: 0 0 15px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
	*/ }
  @media screen and (max-width: 800px) {
    .content-title {
      padding-top: 10px; } }
  .content-title img {
    height: 69px; }

.content-tab {
  display: table;
  table-layout: fixed;
  margin: auto;
  margin-bottom: 30px;
  width: 70%; }
  @media screen and (max-width: 800px) {
    .content-tab {
      margin-bottom: 0px; } }
  .content-tab li {
    display: table-cell; }
  .content-tab a {
    position: relative;
    display: block;
    height: 100%;
    border: none;
    text-align: center;
    padding: 7px 0;
    line-height: 1em; }
    .content-tab a img {
      position: relative;
      height: 17px; }
    .content-tab a span {
      background-color: rgba(255, 255, 255, 0.6);
      border-right: solid 1px #b60005;
      border-bottom: solid 1px #b60005; }
  .content-tab li:first-child span {
    border-left: solid 1px #b60005; }
  .content-tab li.active a span,
  .content-tab a:hover span {
    background-color: #b60005; }

.content-tab-2 {
  width: 50%; }

@media screen and (max-width: 800px) {
  .content-tab, .content-tab-2, .content-tab3 {
    width: 90%; } }

.sideBox .submenu li {
  margin-bottom: 0.5em; }

.sideBox .submenu a {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
  display: block;
  border-right: solid 1px #b60005;
  border-bottom: solid 1px #b60005;
  color: #b60005;
  padding: 0.3em 0.5em; }
  .sideBox .submenu a:hover, .sideBox .submenu a.active {
    color: #000;
    background-color: #b60005; }

#page-home .wrap {
  background: url("../img/home/bg_top.jpg") center top no-repeat;
  padding-bottom: 0; }

#page-home #header h1 {
  display: none; }

#page-home .site-title {
  text-align: center;
  padding: 10px 0 0px 0;
  margin-bottom: -30px; }

@media screen and (min-width: 801px) {
  #page-home .sideBox {
    width: 280px; } }

@media screen and (min-width: 801px) {
  #page-home .mainBox {
    padding-left: 20px; } }

#page-home #onairBox {
  margin-bottom: 30px; }

#page-home #movieBox {
  margin-bottom: 40px; }
  #page-home #movieBox a.add-icon-play.add-icon-play-circle:after {
    width: 40px;
    height: 40px;
    font-size: 23px;
    border: solid 3px transparent;
    background-color: rgba(213, 16, 24, 0.6); }
  #page-home #movieBox #movies {
    margin-bottom: 4px; }
  #page-home #movieBox #movie-tab {
    position: relative;
    background: url("../img/common/mesh_red.png") left top repeat;
    height: 8px; }
    #page-home #movieBox #movie-tab ul {
      position: absolute;
      top: 10px;
      width: 100%;
      text-align: center; }
      #page-home #movieBox #movie-tab ul li {
        display: inline;
        padding: 0 2px; }
    #page-home #movieBox #movie-tab a {
      font-size: 0.8rem;
      border: none;
      color: #ccc; }
      #page-home #movieBox #movie-tab a.current {
        color: #b60005; }
      #page-home #movieBox #movie-tab a:hover {
        color: #ff1d23; }

#page-home #newsBox {
  margin-bottom: 30px; }
  #page-home #newsBox #news-scroll {
    height: 200px; }
  #page-home #newsBox .mCSB_container {
    margin-right: 10px; }
  #page-home #newsBox li {
    height: 65px;
    background: url("../img/home/news_item_bg.png") left top no-repeat;
    background-size: 100% 100%;
    padding: 11px 20px;
    font-size: 0.8rem;
    margin-bottom: 4px;
    line-height: 1.3em; }
    #page-home #newsBox li a {
      display: block;
      overflow: hidden;
      color: #fff;
      border: none;
      height: 2.7em; }
      #page-home #newsBox li a:hover {
        color: #b60005; }
    #page-home #newsBox li span {
      display: block;
      text-align: right;
      color: #b60005;
      font-family: 'Ubuntu Condensed', sans-serif; }

#page-home #twitterBox .head {
  height: 4px;
  background: url("../img/common/mesh_red.png") left top repeat; }

#page-home .minibtn {
  display: inline-block;
  padding: 0 4px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #b60005;
  border: none; }
  #page-home .minibtn:hover {
    background-color: #000; }

#page-story #story .intro-text {
  padding: 50px 0;
  text-align: center;
  font-size: 27px;
  font-style: italic; }
  @media screen and (max-width: 800px) {
    #page-story #story .intro-text {
      font-size: 1.3em; } }

@media screen and (min-width: 801px) {
  #page-episode .ep-item {
    width: 800px;
    margin: auto; } }

#page-episode .ep-item .ep-num,
#page-episode .ep-item .ep-title {
  color: #b60005;
  font-style: italic; }

#page-episode .ep-item .ep-num,
#page-episode .ep-item .ep-title,
#page-episode .ep-item .ep-staff {
  text-align: center; }

#page-episode .ep-item .ep-num {
  font-size: 3.7rem;
  line-height: 1em;
  margin-bottom: 0.2em; }
  @media screen and (max-width: 800px) {
    #page-episode .ep-item .ep-num {
      font-size: 3rem;
      margin-top: 1rem; } }

#page-episode .ep-item .ep-title {
  font-size: 1.6rem;
  line-height: 2rem; }

#page-episode .ep-item .ep-text {
  margin-bottom: 2rem; }

#page-episode .ep-item .ep-staff {
  font-size: 0.8rem; }

#page-episode .ep-item .ep-images {
  background: url("../img/common/mesh_gray_light.png") left top repeat;
  padding: 25px;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 800px) {
    #page-episode .ep-item .ep-images {
      padding: 0; } }
  #page-episode .ep-item .ep-images li {
    float: left;
    width: 33.3%; }
    @media screen and (max-width: 800px) {
      #page-episode .ep-item .ep-images li {
        width: 50%; } }
    #page-episode .ep-item .ep-images li img {
      width: 100%; }

#page-episode #ep-list {
  font-size: 1.5rem; }
  @media screen and (min-width: 801px) {
    #page-episode #ep-list {
      position: absolute;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 800px) {
    #page-episode #ep-list {
      margin-top: 1.5rem; } }
  #page-episode #ep-list li {
    list-style-type: none;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 800px) {
      #page-episode #ep-list li {
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 0rem; } }
    #page-episode #ep-list li a {
      position: relative;
      display: inline-block;
      padding: 0 4px;
      border-bottom: solid 1px transparent;
      color: #b60005;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: skewX(-18deg);
      -moz-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
      -o-transform: skewX(-18deg);
      transform: skewX(-18deg); }
      #page-episode #ep-list li a:hover {
        border-bottom: solid 1px #b60005; }
    #page-episode #ep-list li.active a {
      color: #000;
      background-color: #b60005; }

#page-staff .staff-list, #page-staff .cast-list {
  display: table;
  line-height: 1.5em;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 801px) {
    #page-staff .staff-list, #page-staff .cast-list {
      margin: 3em auto 3em auto; } }
  @media screen and (max-width: 800px) {
    #page-staff .staff-list, #page-staff .cast-list {
      text-align: center; } }
  #page-staff .staff-list > span.tr, #page-staff .cast-list > span.tr {
    display: table-row; }
  @media screen and (min-width: 801px) {
    #page-staff .staff-list dt, #page-staff .cast-list dt {
      display: table-cell;
      margin: 0;
      padding-right: 30px;
      text-align: right;
      font-size: 16px;
      vertical-align: top; } }
  @media screen and (min-width: 801px) {
    #page-staff .staff-list dd, #page-staff .cast-list dd {
      display: table-cell;
      margin: 0;
      padding-bottom: 25px; } }
  #page-staff .staff-list dd .name, #page-staff .cast-list dd .name {
    font-size: 1.5em; }
    @media screen and (min-width: 801px) {
      #page-staff .staff-list dd .name, #page-staff .cast-list dd .name {
        font-size: 30px; } }

@media screen and (min-width: 801px) {
  #page-staff .staff-list dt {
    width: 390px; } }

@media screen and (min-width: 801px) {
  #page-staff .cast-list dt {
    width: 50%; } }

#page-movie .mainBox {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 520px; }

#page-movie .movie-list {
  margin-bottom: 20px; }
  #page-movie .movie-list .col {
    margin-bottom: 20px; }
    @media screen and (min-width: 801px) {
      #page-movie .movie-list .col {
        float: left; } }
  #page-movie .movie-list .movie-item {
    background: url("../img/common/mesh_gray_light.png") left top repeat;
    padding: 20px;
    width: 100%; }
    #page-movie .movie-list .movie-item a.add-icon-play.add-icon-play-circle:after {
      border: solid 3px transparent;
      background-color: rgba(213, 16, 24, 0.6); }
    #page-movie .movie-list .movie-item a img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 801px) {
  #page-movie .movie-list-1 .col {
    float: none;
    width: 440px;
    margin: auto; }
  #page-movie .movie-list-2 .col {
    width: 50%;
    padding: 10px 10px; }
  #page-movie .movie-list-3 .col {
    width: 33%;
    padding: 10px 10px; } }

#page-news .content-title {
  margin-bottom: 40px; }

#page-news .sideBox .widget {
  margin-bottom: 30px; }
  #page-news .sideBox .widget h3 {
    display: none; }
  #page-news .sideBox .widget a {
    display: block;
    border: none; }

#page-news .sideBox [id^=categories-] li {
  margin-bottom: 8px; }

#page-news .sideBox [id^=categories-] a {
  height: 35px;
  padding-top: 4px;
  background: url("../img/news/category_bg.png") left top no-repeat;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: #b60005; }
  #page-news .sideBox [id^=categories-] a:hover {
    background: url("../img/news/category_bg-over.png") left top no-repeat;
    color: #000; }
  @media screen and (max-width: 800px) {
    #page-news .sideBox [id^=categories-] a {
      background: transparent;
      border-style: solid;
      border-width: 1px 10px 7px 1px;
      -moz-border-image: url(../img/news/category_bg.png) 1 10 7 1 repeat stretch;
      -webkit-border-image: url(../img/news/category_bg.png) 1 10 7 1 repeat stretch;
      -o-border-image: url(../img/news/category_bg.png) 1 10 7 1 repeat stretch;
      border-image: url(../img/news/category_bg.png) 1 10 7 1 fill repeat stretch; }
      #page-news .sideBox [id^=categories-] a:hover {
        -moz-border-image: url(../img/news/category_bg-over.png) 1 10 7 1 repeat stretch;
        -webkit-border-image: url(../img/news/category_bg-over.png) 1 10 7 1 repeat stretch;
        -o-border-image: url(../img/news/category_bg-over.png) 1 10 7 1 repeat stretch;
        border-image: url(../img/news/category_bg-over.png) 1 10 7 1 fill repeat stretch;
        color: #000; } }

#page-news .sideBox [id^=recent-posts-] li {
  position: relative;
  border-bottom: solid 1px #ccc;
  background-color: #fff; }

#page-news .sideBox [id^=recent-posts-] a {
  padding: 2em 1em 1em 1em;
  line-height: 1.3em;
  font-style: italic;
  font-size: 14px;
  color: #b60005;
  background: url("../img/common/mesh_gray_light.png") left top repeat; }
  #page-news .sideBox [id^=recent-posts-] a:hover {
    background-color: #b60005;
    color: #000; }

#page-news .sideBox [id^=recent-posts-] span.post-date {
  position: absolute;
  display: inline-block;
  top: 0.5em;
  right: 0;
  padding: 1px 1em;
  color: #fff;
  background-color: #b60005;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
  font-size: 11px; }
  @media screen and (max-width: 800px) {
    #page-news .sideBox [id^=recent-posts-] span.post-date {
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right; } }

#page-news .entry {
  border-top: solid 1px #ccc; }
  #page-news .entry h1 {
    margin: 0;
    padding: 1em 0;
    font-size: 34px;
    font-style: italic; }
    @media screen and (max-width: 800px) {
      #page-news .entry h1 {
        font-size: 1.5em; } }
    #page-news .entry h1 a {
      border: none;
      color: #b60005; }
      #page-news .entry h1 a:hover {
        color: #000; }
  #page-news .entry .entry-meta {
    background: url("../img/news/meta_bg.png") left top no-repeat;
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    padding: 5px;
    color: #b60005;
    text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff; }
    @media screen and (max-width: 800px) {
      #page-news .entry .entry-meta {
        background: url("../img/common/mesh_red_3px.png") left top repeat; } }
    #page-news .entry .entry-meta .entry-category a {
      color: #000;
      border: none; }
      #page-news .entry .entry-meta .entry-category a:hover {
        color: #b60005; }
  #page-news .entry .entry-body {
    margin: 30px 0 100px 0;
    word-break: break-all; }
    @media screen and (max-width: 800px) {
      #page-news .entry .entry-body {
        margin-bottom: 50px; } }

#page-news .entry-body h2,
#page-goods-other .entry-body h2 {
  border-left: solid 6px #b60005;
  border-bottom: solid 1px #b60005;
  padding: 0.5em 0 0.5em 6px;
  margin: 2em 0;
  font-size: 1.3rem; }

#page-news .entry-body h3,
#page-goods-other .entry-body h3 {
  border-left: solid 6px #b60005;
  padding: 0em 0 0em 6px;
  margin: 1em 0;
  font-size: 1rem; }

@media screen and (max-width: 800px) {
  #page-news .entry-body img,
  #page-goods-other .entry-body img {
    width: 100%;
    height: auto; } }

#page-news #entry-navigation .single,
#page-goods-other #entry-navigation .single {
  display: table;
  width: 100%;
  margin-bottom: 0.3em;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg); }
  @media screen and (max-width: 800px) {
    #page-news #entry-navigation .single,
    #page-goods-other #entry-navigation .single {
      line-height: 1em;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  #page-news #entry-navigation .single span, #page-news #entry-navigation .single a,
  #page-goods-other #entry-navigation .single span,
  #page-goods-other #entry-navigation .single a {
    display: table-cell;
    padding: 0.3em 1em; }
    @media screen and (max-width: 800px) {
      #page-news #entry-navigation .single span, #page-news #entry-navigation .single a,
      #page-goods-other #entry-navigation .single span,
      #page-goods-other #entry-navigation .single a {
        padding: 0.3em; } }
  #page-news #entry-navigation .single span,
  #page-goods-other #entry-navigation .single span {
    background-color: #000;
    color: #fff;
    border: solid 1px #000;
    width: 8em; }
    @media screen and (max-width: 800px) {
      #page-news #entry-navigation .single span,
      #page-goods-other #entry-navigation .single span {
        width: 5em; } }
  #page-news #entry-navigation .single a,
  #page-goods-other #entry-navigation .single a {
    border-top: solid 1px #b60005;
    border-right: solid 1px #b60005;
    border-bottom: solid 1px #b60005;
    background-color: rgba(255, 255, 255, 0.7);
    color: #b60005; }
    #page-news #entry-navigation .single a:hover,
    #page-goods-other #entry-navigation .single a:hover {
      background-color: #b60005;
      color: #000; }

#page-news .wp-pagenavi,
#page-goods-other .wp-pagenavi {
  text-align: center;
  font-size: 0.9em;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg); }
  #page-news .wp-pagenavi span, #page-news .wp-pagenavi a,
  #page-goods-other .wp-pagenavi span,
  #page-goods-other .wp-pagenavi a {
    display: inline-block;
    padding: 0.5em 0.7em;
    color: #b60005;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #b60005; }
  #page-news .wp-pagenavi .current, #page-news .wp-pagenavi a:hover,
  #page-goods-other .wp-pagenavi .current,
  #page-goods-other .wp-pagenavi a:hover {
    color: #fff;
    background-color: #b60005; }

#page-chara h2.chara-class {
  margin: 1em 0;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  color: #b60005;
  background: url("../character/img/class_bg.png") center top no-repeat; }

#page-chara .chara-thumb-list {
  max-width: 1000px;
  margin: auto;
  display: table;
  table-layout: fixed; }
  @media screen and (max-width: 800px) {
    #page-chara .chara-thumb-list {
      max-width: auto;
      display: block;
      text-align: center; } }
  #page-chara .chara-thumb-list li {
    display: table-cell;
    position: relative; }
    @media screen and (max-width: 800px) {
      #page-chara .chara-thumb-list li {
        display: inline-block; }
        #page-chara .chara-thumb-list li .name {
          display: none; } }
    #page-chara .chara-thumb-list li .thumb {
      display: block;
      position: relative;
      width: 140px;
      height: 94px;
      border: none;
      background: url("../character/img/bg_thumb.png") left top no-repeat; }
      @media screen and (max-width: 800px) {
        #page-chara .chara-thumb-list li .thumb {
          width: 84px;
          height: auto;
          background-size: contain; }
          #page-chara .chara-thumb-list li .thumb img {
            width: 100%;
            height: auto; } }
      #page-chara .chara-thumb-list li .thumb .rank {
        position: absolute;
        top: 17px;
        right: 0px;
        padding-right: 14px;
        font-size: 0.8rem;
        font-style: italic;
        color: #b60005; }
        @media screen and (max-width: 800px) {
          #page-chara .chara-thumb-list li .thumb .rank {
            top: 11px;
            right: -3px; } }
    #page-chara .chara-thumb-list li a.thumb.active, #page-chara .chara-thumb-list li a.thumb:hover {
      background: url("../character/img/bg_thumb_over.png") left top no-repeat; }
      @media screen and (max-width: 800px) {
        #page-chara .chara-thumb-list li a.thumb.active, #page-chara .chara-thumb-list li a.thumb:hover {
          background-size: contain; } }
      #page-chara .chara-thumb-list li a.thumb.active .rank, #page-chara .chara-thumb-list li a.thumb:hover .rank {
        color: #000; }
    #page-chara .chara-thumb-list li .name {
      width: 114px;
      font-size: 10px; }

#page-chara .chara-detail-list {
  background: url("../character/img/detail_bg.png") left top repeat-x;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  /* .detail-item */ }
  @media screen and (max-width: 800px) {
    #page-chara .chara-detail-list {
      background: url("../img/common/mesh_pink_8px.png") left top repeat; } }
  #page-chara .chara-detail-list.open {
    height: 700px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s; }
    @media screen and (max-width: 800px) {
      #page-chara .chara-detail-list.open {
        height: auto; } }
  #page-chara .chara-detail-list .details {
    height: 700px;
    width: 1000px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 800px) {
      #page-chara .chara-detail-list .details {
        width: auto;
        height: auto;
        min-height: 400px; } }
  #page-chara .chara-detail-list .navi {
    position: absolute;
    right: 5px;
    top: 15px;
    display: table; }
    @media screen and (max-width: 800px) {
      #page-chara .chara-detail-list .navi {
        right: 0;
        top: 0; } }
    #page-chara .chara-detail-list .navi a {
      display: table-cell;
      position: relative;
      border: none;
      vertical-align: middle;
      height: 40px;
      padding: 0 15px; }
      #page-chara .chara-detail-list .navi a span:first-child {
        background-color: #b60005; }
      #page-chara .chara-detail-list .navi a span:last-child {
        position: relative; }
      #page-chara .chara-detail-list .navi a:hover span:first-child {
        background-color: #000; }
  #page-chara .chara-detail-list .category {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 280px;
    height: 40px;
    display: table; }
    @media screen and (max-width: 800px) {
      #page-chara .chara-detail-list .category {
        display: none; } }
    #page-chara .chara-detail-list .category span:first-child {
      background-color: #fff; }
    #page-chara .chara-detail-list .category span:last-child {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      font-size: 19px;
      font-style: italic;
      text-align: center;
      color: #b60005; }
  #page-chara .chara-detail-list .detail-item {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* .text */ }
    @media screen and (max-width: 800px) {
      #page-chara .chara-detail-list .detail-item {
        position: relative; } }
    #page-chara .chara-detail-list .detail-item.active {
      height: 100%;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: opacity 1s, -webkit-transform 1s;
      -moz-transition: opacity 1s, -moz-transform 1s;
      transition: opacity 1s, transform 1s; }
    #page-chara .chara-detail-list .detail-item .visual {
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 800px) {
        #page-chara .chara-detail-list .detail-item .visual {
          position: relative;
          width: 100%;
          height: auto; } }
    #page-chara .chara-detail-list .detail-item .text {
      position: absolute;
      left: 0;
      top: 110px; }
      @media screen and (max-width: 800px) {
        #page-chara .chara-detail-list .detail-item .text {
          position: relative;
          top: 0; } }
      #page-chara .chara-detail-list .detail-item .text .name-en, #page-chara .chara-detail-list .detail-item .text .name-jp, #page-chara .chara-detail-list .detail-item .text .cv, #page-chara .chara-detail-list .detail-item .text .rank {
        font-style: italic; }
      #page-chara .chara-detail-list .detail-item .text .name-en, #page-chara .chara-detail-list .detail-item .text .name-jp {
        color: #b60005; }
      #page-chara .chara-detail-list .detail-item .text .name-en {
        margin-bottom: 10px; }
      #page-chara .chara-detail-list .detail-item .text .name-jp {
        font-size: 2em;
        margin-bottom: 20px; }
      #page-chara .chara-detail-list .detail-item .text .cv {
        margin-bottom: 30px; }
      #page-chara .chara-detail-list .detail-item .text .rank {
        position: relative;
        background-color: #b60005;
        margin-bottom: 30px;
        padding: 5px 8px;
        width: 266px;
        font-size: 18px; }
        #page-chara .chara-detail-list .detail-item .text .rank:after {
          position: absolute;
          right: -14px;
          top: 0;
          width: 14px;
          height: 100%;
          content: " ";
          background: url("../character/img/rank_after.png") left top no-repeat; }
        #page-chara .chara-detail-list .detail-item .text .rank span {
          color: #fff; }
      #page-chara .chara-detail-list .detail-item .text .comment {
        width: 280px; }
      @media screen and (max-width: 800px) {
        #page-chara .chara-detail-list .detail-item .text .name-en, #page-chara .chara-detail-list .detail-item .text .name-jp, #page-chara .chara-detail-list .detail-item .text .cv, #page-chara .chara-detail-list .detail-item .text .rank {
          margin-bottom: 0; }
        #page-chara .chara-detail-list .detail-item .text .rank {
          font-size: 1em;
          padding: 0 0.5em;
          margin: 0.5em 0; }
        #page-chara .chara-detail-list .detail-item .text .comment {
          width: 100%; } }

#page-special .wrap {
  min-height: 760px; }

#page-special .content-title {
  margin-bottom: 30px; }

#page-special .mainBox h1 {
  font-style: italic; }

#page-special .icon-list li {
  float: left;
  width: 25%;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    #page-special .icon-list li {
      width: 50%; } }

#page-special .icon-list a {
  border: none; }

#page-special ol.ol-numbers li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.3em; }

#page-special ol.ol-numbers span.list-number {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counters(section, ".");
  background-color: #b60005;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin-bottom: 0.2em;
  margin-right: 0.3em;
  border-radius: 50%;
  color: #fff;
  text-align: center; }

#page-special ol.ol-numbers.ol-numbers-margin li {
  margin-bottom: 1em; }

#page-special .akimatsuri__goods .syg-flex__item {
  margin-bottom: 10px; }

#page-special .akimatsuri__goods .akimatsuri__goods__img {
  border-top: solid 1px #ccc;
  margin-bottom: 6px;
  padding-top: 1em; }

#page-special .akimatsuri__goods .akimatsuri__goods__txt p {
  margin-bottom: 0.5em; }

#page-onair .onair-list {
  margin: auto;
  border: none;
  table-layout: auto;
  font-style: italic; }
  @media screen and (min-width: 801px) {
    #page-onair .onair-list {
      width: 700px;
      margin-top: -40px; } }
  @media screen and (max-width: 800px) {
    #page-onair .onair-list {
      display: block; } }
  #page-onair .onair-list th, #page-onair .onair-list td {
    border: none;
    padding: 5px 0;
    font-size: 24px;
    vertical-align: baseline; }
    @media screen and (max-width: 800px) {
      #page-onair .onair-list th, #page-onair .onair-list td {
        display: block;
        text-align: center;
        line-height: 1.2em; } }
  #page-onair .onair-list th {
    font-weight: 900;
    padding-right: 30px; }
    @media screen and (min-width: 801px) {
      #page-onair .onair-list th {
        text-align: right;
        width: 10em; } }
  #page-onair .onair-list td {
    color: #b60005; }
    #page-onair .onair-list td span {
      font-size: 32px; }
    #page-onair .onair-list td p {
      margin: 0; }
    #page-onair .onair-list td .font-size-small {
      font-size: 16px; }

#page-goods-other {
  /* /.goods-list */ }
  #page-goods-other .sideBox .widget {
    margin-bottom: 30px;
    margin-left: -10px; }
    #page-goods-other .sideBox .widget h3 {
      display: none; }
    #page-goods-other .sideBox .widget a {
      display: inline-block;
      padding: 0 0.5em;
      margin-left: 10px;
      margin-bottom: 0.5em;
      border: none;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: skewX(-18deg);
      -moz-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
      -o-transform: skewX(-18deg);
      transform: skewX(-18deg);
      background-color: #000;
      color: #fff; }
      #page-goods-other .sideBox .widget a:hover {
        background-color: #b60005;
        color: #000; }
  @media screen and (min-width: 801px) {
    #page-goods-other .goods-list {
      margin-left: -20px; } }
  #page-goods-other .goods-list .goods-item {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    background: url("../img/common/mesh_red_3px.png") left top repeat;
    cursor: pointer;
    height: 180px; }
    @media screen and (min-width: 801px) {
      #page-goods-other .goods-list .goods-item {
        float: left;
        width: 350px;
        margin-left: 20px; } }
    @media screen and (max-width: 800px) {
      #page-goods-other .goods-list .goods-item {
        margin-top: 20px; } }
    #page-goods-other .goods-list .goods-item:hover {
      background-color: #b60005; }
    #page-goods-other .goods-list .goods-item a.goods-item-inner {
      display: table;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border: none; }
      #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-visual {
        display: table-cell;
        width: 140px;
        background-size: cover;
        background-position: center; }
      #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-text {
        display: table-cell;
        vertical-align: middle;
        padding: 10px; }
        #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-text h1 {
          font-size: 1rem;
          font-style: italic;
          color: #000; }
        #page-goods-other .goods-list .goods-item a.goods-item-inner .goods-text .release {
          font-size: 0.8rem;
          font-style: italic;
          color: #b60005; }

@media screen and (min-width: 801px) {
  #page-goods .goods-detail,
  #page-goods-other .goods-detail {
    border-top: solid 1px #ccc; } }

#page-goods .goods-detail h1,
#page-goods-other .goods-detail h1 {
  margin: 0;
  padding: 1em 0;
  font-size: 34px;
  font-style: italic; }
  @media screen and (min-width: 801px) {
    #page-goods .goods-detail h1.font-size-middle,
    #page-goods-other .goods-detail h1.font-size-middle {
      font-size: 1.3rem; } }
  @media screen and (min-width: 801px) {
    #page-goods .goods-detail h1.font-size-large, #page-goods .goods-detail #page-special .mainBox h1, #page-special .mainBox #page-goods .goods-detail h1,
    #page-goods-other .goods-detail h1.font-size-large,
    #page-goods-other .goods-detail #page-special .mainBox h1, #page-special .mainBox
    #page-goods-other .goods-detail h1 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 800px) {
    #page-goods .goods-detail h1,
    #page-goods-other .goods-detail h1 {
      font-size: 1.5em; } }
  #page-goods .goods-detail h1 a,
  #page-goods-other .goods-detail h1 a {
    border: none;
    color: #b60005; }
    #page-goods .goods-detail h1 a:hover,
    #page-goods-other .goods-detail h1 a:hover {
      color: #000; }

#page-goods .goods-detail .entry-meta,
#page-goods-other .goods-detail .entry-meta {
  background: url("../img/news/meta_bg.png") left top no-repeat;
  font-size: 15px;
  font-style: italic;
  line-height: 1em;
  padding: 5px;
  color: #000;
  text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff; }
  @media screen and (max-width: 800px) {
    #page-goods .goods-detail .entry-meta,
    #page-goods-other .goods-detail .entry-meta {
      background: url("../img/common/mesh_red_3px.png") left top repeat; } }
  #page-goods .goods-detail .entry-meta .entry-category a,
  #page-goods-other .goods-detail .entry-meta .entry-category a {
    color: #000;
    border: none; }
    #page-goods .goods-detail .entry-meta .entry-category a:hover,
    #page-goods-other .goods-detail .entry-meta .entry-category a:hover {
      color: #b60005; }

#page-goods .goods-detail .entry-body,
#page-goods-other .goods-detail .entry-body {
  margin: 30px 0 100px 0;
  word-break: break-all; }
  @media screen and (max-width: 800px) {
    #page-goods .goods-detail .entry-body,
    #page-goods-other .goods-detail .entry-body {
      margin-top: 1em;
      margin-bottom: 50px; } }
  #page-goods .goods-detail .entry-body h2,
  #page-goods-other .goods-detail .entry-body h2 {
    margin-top: 1em; }

#page-goods .goods-detail .goods-spec,
#page-goods-other .goods-detail .goods-spec {
  margin-top: 2em;
  background: url("../goods/img/spec_bg.png") left top repeat-x;
  background-color: #eeeeee;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 800px) {
    #page-goods .goods-detail .goods-spec,
    #page-goods-other .goods-detail .goods-spec {
      padding: 1em; } }
