@charset "UTF-8";
/*
* Noto Sans JP (japanese) https://www.google.com/fonts/earlyaccess
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@keyframes bubble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); } }

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.075);
            transform: scale(1.075); } }

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.075);
            transform: scale(1.075); } }

@-webkit-keyframes wakeupgirls {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  12% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  24% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  36% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  48% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  78% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes wakeupgirls {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  12% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  24% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  36% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  48% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  78% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video, div, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

html {
  font-size: 62.5%;
  /*10px*/ }

body {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #333333;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

input {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

a {
  text-decoration: none;
  color: #419dcb; }

.underline {
  cursor: pointer;
  text-decoration: underline; }
  .underline:hover {
    text-decoration: none; }

a:visited {
  color: #419dcb; }

::-moz-selection {
  background: #77b3d1; }

::selection {
  background: #77b3d1; }

::-moz-selection {
  background: #77b3d1; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fll {
  float: left; }

.flr {
  float: right; }

.posr {
  position: relative; }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*・･*/
  /*/
  height: auto;
  overflow: hidden;
  /**/ }

.show_pc {
  display: block; }
  @media only screen and (max-width: 1279px) {
    .show_pc {
      display: none; } }
  @media only screen and (max-width: 750px) {
    .show_pc {
      display: none; } }

.show_pctb {
  display: block; }
  @media only screen and (max-width: 1279px) {
    .show_pctb {
      display: block; } }
  @media only screen and (max-width: 750px) {
    .show_pctb {
      display: none; } }

.show_tbsp {
  display: none; }
  @media only screen and (max-width: 1279px) {
    .show_tbsp {
      display: block; } }
  @media only screen and (max-width: 750px) {
    .show_tbsp {
      display: block; } }

.show_tb {
  display: none; }
  @media only screen and (max-width: 1279px) {
    .show_tb {
      display: block; } }
  @media only screen and (max-width: 750px) {
    .show_tb {
      display: none; } }

.show_sp {
  display: none; }
  @media only screen and (max-width: 1279px) {
    .show_sp {
      display: none; } }
  @media only screen and (max-width: 750px) {
    .show_sp {
      display: block; } }

.op a {
  display: block;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.op a:hover {
  opacity: 0.8; }
  @media only screen and (max-width: 750px) {
    .op a:hover {
      opacity: 1; } }

.box-character .box-title {
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 15px;
  height: 94px;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .box-character .box-title {
      margin-left: 3.33333vw;
      margin-right: 3.33333vw;
      height: 12.13333vw; } }
  .box-character .box-title .txt {
    position: absolute;
    left: 40px;
    top: 21px; }
    @media only screen and (max-width: 750px) {
      .box-character .box-title .txt {
        left: 5.33333vw;
        top: 2.66667vw; } }
    .box-character .box-title .txt.txt-w {
      width: 333px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .txt.txt-w {
          width: 40.66vw; } }
    .box-character .box-title .txt.txt-i {
      width: 154px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .txt.txt-i {
          width: 20.48533vw; } }
    .box-character .box-title .txt.txt-r {
      width: 320px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .txt.txt-r {
          width: 40.56vw; } }
    .box-character .box-title .txt.txt-o {
      width: 134px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .txt.txt-o {
          width: 17.16vw; } }
  .box-character .box-title .logo {
    position: absolute;
    right: 21px; }
    @media only screen and (max-width: 750px) {
      .box-character .box-title .logo {
        right: 2.66667vw; } }
    .box-character .box-title .logo.logo-w {
      top: 14px;
      width: 68px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .logo.logo-w {
          top: 1.73333vw;
          width: 9.06667vw; } }
    .box-character .box-title .logo.logo-i {
      top: 6px;
      width: 71px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .logo.logo-i {
          top: 0.8vw;
          width: 9.46667vw; } }
    .box-character .box-title .logo.logo-r {
      top: 11px;
      width: 65px; }
      @media only screen and (max-width: 750px) {
        .box-character .box-title .logo.logo-r {
          top: 1.46667vw;
          width: 8.66667vw; } }

.box-character .list-character {
  position: relative;
  min-width: 1080px;
  height: 620px; }
  @media only screen and (max-width: 750px) {
    .box-character .list-character {
      min-width: 320px;
      height: 57.73333vw; } }
  .box-character .list-character.list-character-o-type2 {
    height: 520px; }
    @media only screen and (max-width: 750px) {
      .box-character .list-character.list-character-o-type2 {
        height: 48vw; } }
  .box-character .list-character li {
    position: absolute;
    cursor: pointer;
    bottom: 60px;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    .box-character .list-character li:hover {
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0); }
    @media only screen and (max-width: 750px) {
      .box-character .list-character li {
        bottom: 8vw; } }

.box-correlation {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.nav-character {
  width: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .nav-character {
      width: 66.57143%;
      margin-bottom: 6.93333vw; } }
  .nav-character li {
    width: 47.70642%; }
    .nav-character li a {
      display: block;
      padding: 10px;
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.05em;
      background-color: #fff;
      text-align: center;
      border-radius: 5px;
      transition-property: background-color color;
      transition-duration: 0.6s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media only screen and (max-width: 750px) {
        .nav-character li a {
          font-size: 24px;
          font-size: 2.4rem;
          font-size: 3.2vw;
          line-height: 1;
          letter-spacing: 0em; } }
      .nav-character li a:hover {
        background-color: #a3d2e7;
        color: #fff; }
      @media only screen and (max-width: 750px) {
        .nav-character li a {
          padding: 1.33333vw; } }
    .nav-character li.current a {
      background-color: #005d8b;
      color: #fff; }

.list-character-w1 {
  left: 4.91667%;
  width: 12.83333%;
  z-index: 1; }

.list-character-w2 {
  left: 19.08333%;
  width: 11%;
  bottom: 65px !important;
  z-index: 1; }
  @media only screen and (max-width: 750px) {
    .list-character-w2 {
      bottom: 8.66667vw !important; } }

.list-character-w3 {
  left: 32.25%;
  width: 10.75%;
  bottom: 65px !important;
  z-index: 1; }
  @media only screen and (max-width: 750px) {
    .list-character-w3 {
      bottom: 8.66667vw !important; } }

.list-character-w4 {
  left: 40.5%;
  width: 19.66667%;
  z-index: 0; }

.list-character-w5 {
  left: 58.5%;
  width: 10.25%;
  z-index: 1; }

.list-character-w6 {
  left: 71%;
  width: 10.91667%;
  z-index: 1; }

.list-character-w7 {
  left: 84%;
  width: 12.41667%;
  z-index: 1; }

.list-character-i1 {
  left: 8.41667%;
  width: 9.16667%; }

.list-character-i2 {
  left: 20.33333%;
  width: 11.5%;
  bottom: 65px !important; }
  @media only screen and (max-width: 750px) {
    .list-character-i2 {
      bottom: 8.66667vw !important; } }

.list-character-i3 {
  left: 32.91667%;
  width: 9.83333%;
  bottom: 65px !important; }
  @media only screen and (max-width: 750px) {
    .list-character-i3 {
      bottom: 8.66667vw !important; } }

.list-character-i4 {
  left: 43.66667%;
  width: 12%; }

.list-character-i5 {
  left: 57.33333%;
  width: 13.25%; }

.list-character-i6 {
  left: 71%;
  width: 12.58333%; }

.list-character-i7 {
  left: 84.58333%;
  width: 10.83333%; }

.list-character-r1 {
  left: 22.91667%;
  width: 15.75%;
  z-index: 1; }

.list-character-r2 {
  left: 44.83333%;
  width: 9.16667%;
  bottom: 65px !important;
  z-index: 1; }
  @media only screen and (max-width: 750px) {
    .list-character-r2 {
      bottom: 8.66667vw !important; } }

.list-character-r3 {
  left: 58.33333%;
  width: 16%;
  bottom: 65px !important;
  z-index: 1; }
  @media only screen and (max-width: 750px) {
    .list-character-r3 {
      bottom: 8.66667vw !important; } }

.list-character-o1 {
  left: 13.5%;
  width: 16.75%;
  z-index: 1; }

.list-character-o2 {
  left: 32.83333%;
  width: 13%;
  z-index: 1; }

.list-character-o3 {
  left: 54.08333%;
  width: 11.75%;
  z-index: 1;
  bottom: 45px !important; }
  @media only screen and (max-width: 750px) {
    .list-character-o3 {
      bottom: 6vw !important; } }

.list-character-o4 {
  left: 71.5%;
  width: 14.66667%;
  z-index: 1; }

.list-character-o5 {
  left: 14.66667%;
  width: 16.58333%;
  z-index: 1; }

.list-character-o6 {
  left: 35.5%;
  width: 14.66667%;
  z-index: 1; }

.list-character-o7 {
  left: 53.91667%;
  width: 14.16667%;
  z-index: 1; }

.list-character-o8 {
  left: 73.08333%;
  width: 11.5%;
  z-index: 1; }

.modal-character {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 960px;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow-y: scroll;
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-overflow-style: none; }
  .modal-character.show {
    opacity: 1; }
  .modal-character::-webkit-scrollbar {
    display: none; }
  @media only screen and (max-width: 750px) {
    .modal-character {
      min-width: 320px; } }
  .modal-character:after {
    content: '';
    padding-top: 100vh;
    display: inline-block;
    vertical-align: middle; }
  .modal-character .modal-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .modal-character .modal-character-inner {
    display: inline-block;
    vertical-align: middle;
    width: 808px;
    height: 760px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 750px) {
      .modal-character .modal-character-inner {
        margin-top: 20vw;
        margin-bottom: 20vw;
        width: 95.2vw;
        height: 200vw; } }
    .modal-character .modal-character-inner .modal-character-list-wrap {
      position: relative;
      border-radius: 40px;
      background-color: #fff;
      border: 4px solid #8cb9d8;
      height: 760px;
      box-sizing: border-box;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .modal-character .modal-character-inner .modal-character-list-wrap {
          border-radius: 20px;
          border: 2px solid #8cb9d8;
          width: 95.2vw;
          height: 200vw; } }
    .modal-character .modal-character-inner .btn-close {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 1.28947;
      position: absolute;
      cursor: pointer;
      right: 35px;
      z-index: 0;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      color: #8cb9d8; }
      @media only screen and (max-width: 750px) {
        .modal-character .modal-character-inner .btn-close {
          font-size: 40px;
          font-size: 4rem;
          font-size: 5.33333vw;
          line-height: 1.05; } }
      @media only screen and (max-width: 750px) {
        .modal-character .modal-character-inner .btn-close {
          right: 0;
          width: 100%;
          text-align: center;
          z-index: -2; } }
      .modal-character .modal-character-inner .btn-close.top {
        top: -50px; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-close.top {
            top: -10.66667vw; } }
      .modal-character .modal-character-inner .btn-close.bottom {
        display: none; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-close.bottom {
            display: block;
            bottom: -10.66667vw; } }
    .modal-character .modal-character-inner .btn-prev {
      width: 135px;
      height: 135px;
      background-image: url(/assets/images/character/btn-prev.png);
      background-size: 31px;
      background-position: 20px center;
      background-color: #8cb9d8;
      border-radius: 50%;
      background-repeat: no-repeat;
      position: absolute;
      left: -65px;
      z-index: -1;
      cursor: pointer;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.3s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      .modal-character .modal-character-inner .btn-prev:hover {
        -webkit-transform: translate3d(-7px, 0, 0);
                transform: translate3d(-7px, 0, 0); }
      @media only screen and (max-width: 750px) {
        .modal-character .modal-character-inner .btn-prev {
          background-size: 3.2vw;
          background-position: 45% center;
          left: 0;
          width: 13.33333vw;
          height: 13.33333vw; }
          .modal-character .modal-character-inner .btn-prev:hover {
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0); } }
      .modal-character .modal-character-inner .btn-prev.top {
        top: 50%;
        margin-top: -67px; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-prev.top {
            top: 0;
            margin-top: -15.33333vw; } }
      .modal-character .modal-character-inner .btn-prev.bottom {
        display: none; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-prev.bottom {
            display: block;
            bottom: 0;
            margin-bottom: -15.33333vw; } }
    .modal-character .modal-character-inner .btn-next {
      width: 135px;
      height: 135px;
      background-image: url(/assets/images/character/btn-next.png);
      background-size: 31px;
      background-position: 85px center;
      background-color: #8cb9d8;
      border-radius: 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: -65px;
      z-index: -1;
      cursor: pointer;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.3s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      .modal-character .modal-character-inner .btn-next:hover {
        -webkit-transform: translate3d(7px, 0, 0);
                transform: translate3d(7px, 0, 0); }
      @media only screen and (max-width: 750px) {
        .modal-character .modal-character-inner .btn-next {
          background-size: 3.2vw;
          background-position: 55% center;
          right: 0;
          width: 13.33333vw;
          height: 13.33333vw; }
          .modal-character .modal-character-inner .btn-next:hover {
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0); } }
      .modal-character .modal-character-inner .btn-next.top {
        top: 50%;
        margin-top: -67px; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-next.top {
            top: 0;
            margin-top: -15.33333vw; } }
      .modal-character .modal-character-inner .btn-next.bottom {
        display: none; }
        @media only screen and (max-width: 750px) {
          .modal-character .modal-character-inner .btn-next.bottom {
            display: block;
            bottom: 0;
            margin-bottom: -15.33333vw; } }
  .modal-character ul {
    position: relative;
    z-index: 1; }
  .modal-character li {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 760px;
    overflow: hidden;
    transition-property: opacity transform;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media only screen and (max-width: 750px) {
      .modal-character li {
        height: 200vw; }
        .modal-character li:before {
          z-index: 1;
          content: '';
          position: absolute;
          width: 100%;
          left: 0;
          top: 42%;
          bottom: 0;
          right: 0;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 24%); } }
    .modal-character li.show {
      z-index: 1;
      opacity: 1; }
    .modal-character li.wug {
      background-image: url(/assets/images/character/logo-w.png);
      background-size: 68px;
      background-position: 34px 32px;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 750px) {
        .modal-character li.wug {
          background-size: 9.06667vw;
          background-position: 3.46667vw 4.93333vw; } }
    .modal-character li.i1 {
      background-image: url(/assets/images/character/logo-i.png);
      background-size: 71px;
      background-position: 34px 32px;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 750px) {
        .modal-character li.i1 {
          background-size: 9.46667vw;
          background-position: 3.46667vw 4.93333vw; } }
    .modal-character li.rgr {
      background-image: url(/assets/images/character/logo-r.png);
      background-size: 65px;
      background-position: 34px 32px;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 750px) {
        .modal-character li.rgr {
          background-size: 8.66667vw;
          background-position: 3.46667vw 4.93333vw; } }
    .modal-character li.modal-character-w1 .pic {
      left: 95px;
      top: 25px;
      background-image: url(/assets/images/character/pic-w1.png);
      width: 221px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w1 .pic {
          left: 12.66667vw;
          top: 3.33333vw;
          width: 29.46667vw; } }
      .modal-character li.modal-character-w1 .pic:after {
        padding-top: 316.74208%; }
    .modal-character li.modal-character-w1 .bg {
      left: 210px;
      top: -230px;
      background-image: url(/assets/images/character/bg-w1.png);
      width: 717px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w1 .bg {
          left: 14vw;
          top: -30.66667vw;
          width: 95.6vw; } }
      .modal-character li.modal-character-w1 .bg:after {
        padding-top: 212.83124%; }
    .modal-character li.modal-character-w2 .pic {
      left: 90px;
      top: 40px;
      background-image: url(/assets/images/character/pic-w2.png);
      width: 191px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w2 .pic {
          left: 12.66667vw;
          top: 3.33333vw;
          width: 25.46667vw; } }
      .modal-character li.modal-character-w2 .pic:after {
        padding-top: 356.02094%; }
    .modal-character li.modal-character-w2 .bg {
      left: 485px;
      top: -55px;
      background-image: url(/assets/images/character/bg-w2.png);
      width: 452px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w2 .bg {
          left: 51.73333vw;
          top: -7.33333vw;
          width: 60.26667vw; } }
      .modal-character li.modal-character-w2 .bg:after {
        padding-top: 263.27434%; }
    .modal-character li.modal-character-w3 .pic {
      left: 95px;
      top: 12px;
      background-image: url(/assets/images/character/pic-w3.png);
      width: 186px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w3 .pic {
          left: 12.66667vw;
          top: 1.6vw;
          width: 24.8vw; } }
      .modal-character li.modal-character-w3 .pic:after {
        padding-top: 384.4086%; }
    .modal-character li.modal-character-w3 .bg {
      left: 400px;
      top: -45px;
      background-image: url(/assets/images/character/bg-w3.png);
      width: 578px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w3 .bg {
          left: 40vw;
          top: -6vw;
          width: 77.06667vw; } }
      .modal-character li.modal-character-w3 .bg:after {
        padding-top: 183.56401%; }
    .modal-character li.modal-character-w4 .pic {
      left: 15px;
      top: 30px;
      background-image: url(/assets/images/character/pic-w4.png);
      width: 340px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w4 .pic {
          left: 2vw;
          top: 4vw;
          width: 45.33333vw; } }
      .modal-character li.modal-character-w4 .pic:after {
        padding-top: 203.23529%; }
    .modal-character li.modal-character-w4 .bg {
      left: 457px;
      top: -16px;
      background-image: url(/assets/images/character/bg-w4.png);
      width: 495px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w4 .bg {
          left: 42.65333vw;
          top: -2.13333vw;
          width: 66vw; } }
      .modal-character li.modal-character-w4 .bg:after {
        padding-top: 261.21212%; }
    .modal-character li.modal-character-w5 .pic {
      left: 90px;
      top: 55px;
      background-image: url(/assets/images/character/pic-w5.png);
      width: 178px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w5 .pic {
          left: 12vw;
          top: 7.33333vw;
          width: 23.73333vw; } }
      .modal-character li.modal-character-w5 .pic:after {
        padding-top: 375.2809%; }
    .modal-character li.modal-character-w5 .bg {
      left: 563px;
      top: -29px;
      background-image: url(/assets/images/character/bg-w5.png);
      width: 355px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w5 .bg {
          left: 61.55467vw;
          top: -3.86667vw;
          width: 47.33333vw; } }
      .modal-character li.modal-character-w5 .bg:after {
        padding-top: 351.26761%; }
    .modal-character li.modal-character-w6 .pic {
      left: 83px;
      top: 30px;
      background-image: url(/assets/images/character/pic-w6.png);
      width: 189px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w6 .pic {
          left: 11.06667vw;
          top: 4vw;
          width: 25.2vw; } }
      .modal-character li.modal-character-w6 .pic:after {
        padding-top: 372.48677%; }
    .modal-character li.modal-character-w6 .bg {
      left: 475px;
      top: -46px;
      background-image: url(/assets/images/character/bg-w6.png);
      width: 569px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w6 .bg {
          left: 50.66667vw;
          top: -6.13333vw;
          width: 75.86667vw; } }
      .modal-character li.modal-character-w6 .bg:after {
        padding-top: 224.95606%; }
    .modal-character li.modal-character-w7 .pic {
      left: 55px;
      top: 40px;
      background-image: url(/assets/images/character/pic-w7.png);
      width: 216px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w7 .pic {
          left: 7.33333vw;
          top: 5.33333vw;
          width: 28.8vw; } }
      .modal-character li.modal-character-w7 .pic:after {
        padding-top: 318.05556%; }
    .modal-character li.modal-character-w7 .bg {
      left: 397px;
      top: -29px;
      background-image: url(/assets/images/character/bg-w7.png);
      width: 550px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-w7 .bg {
          left: 26.46667vw;
          top: -3.86667vw;
          width: 95.6vw; } }
      .modal-character li.modal-character-w7 .bg:after {
        padding-top: 232.72727%; }
    .modal-character li.modal-character-i1 .pic {
      left: 120px;
      top: 32px;
      background-image: url(/assets/images/character/pic-i1.png);
      width: 158px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i1 .pic {
          left: 16vw;
          top: 4.26667vw;
          width: 21.06667vw; } }
      .modal-character li.modal-character-i1 .pic:after {
        padding-top: 436.07595%; }
    .modal-character li.modal-character-i1 .bg {
      left: 476px;
      top: 0px;
      background-image: url(/assets/images/character/bg-i1.png);
      width: 336px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i1 .bg {
          left: 50.77333vw;
          top: 0vw;
          width: 44.8vw; } }
      .modal-character li.modal-character-i1 .bg:after {
        padding-top: 317.2619%; }
    .modal-character li.modal-character-i2 .pic {
      left: 102px;
      top: 38px;
      background-image: url(/assets/images/character/pic-i2.png);
      width: 197px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i2 .pic {
          left: 12.66667vw;
          top: 3.33333vw;
          width: 29.46667vw; } }
      .modal-character li.modal-character-i2 .pic:after {
        padding-top: 345.68528%; }
    .modal-character li.modal-character-i2 .bg {
      left: 491px;
      top: -18px;
      background-image: url(/assets/images/character/bg-i2.png);
      width: 345px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i2 .bg {
          left: 52.37333vw;
          top: 2.4vw;
          width: 46vw; } }
      .modal-character li.modal-character-i2 .bg:after {
        padding-top: 278.55072%; }
    .modal-character li.modal-character-i3 .pic {
      left: 105px;
      top: 5px;
      background-image: url(/assets/images/character/pic-i3.png);
      width: 168px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i3 .pic {
          left: 14vw;
          top: 0.66667vw;
          width: 22vw; } }
      .modal-character li.modal-character-i3 .pic:after {
        padding-top: 436.30952%; }
    .modal-character li.modal-character-i3 .bg {
      left: 325px;
      top: -70px;
      background-image: url(/assets/images/character/bg-i3.png);
      width: 534px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i3 .bg {
          left: 32.5vw;
          top: -9.33333vw;
          width: 71.2vw; } }
      .modal-character li.modal-character-i3 .bg:after {
        padding-top: 243.63296%; }
    .modal-character li.modal-character-i4 .pic {
      left: 70px;
      top: 60px;
      background-image: url(/assets/images/character/pic-i4.png);
      width: 214px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i4 .pic {
          left: 9.33333vw;
          top: 8vw;
          width: 28.53333vw; } }
      .modal-character li.modal-character-i4 .pic:after {
        padding-top: 306.54206%; }
    .modal-character li.modal-character-i4 .bg {
      left: 474px;
      top: -185px;
      background-image: url(/assets/images/character/bg-i4.png);
      width: 380px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i4 .bg {
          left: 50.56vw;
          top: -24.66667vw;
          width: 50.66667vw; } }
      .modal-character li.modal-character-i4 .bg:after {
        padding-top: 357.89474%; }
    .modal-character li.modal-character-i5 .pic {
      left: 73px;
      top: 52px;
      background-image: url(/assets/images/character/pic-i5.png);
      width: 228px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i5 .pic {
          left: 9.73333vw;
          top: 6.93333vw;
          width: 30.4vw; } }
      .modal-character li.modal-character-i5 .pic:after {
        padding-top: 287.2807%; }
    .modal-character li.modal-character-i5 .bg {
      left: 482px;
      top: -18px;
      background-image: url(/assets/images/character/bg-i5.png);
      width: 361px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i5 .bg {
          left: 51.41333vw;
          top: -2.4vw;
          width: 48.13333vw; } }
      .modal-character li.modal-character-i5 .bg:after {
        padding-top: 316.34349%; }
    .modal-character li.modal-character-i6 .pic {
      left: 75px;
      top: 36px;
      background-image: url(/assets/images/character/pic-i6.png);
      width: 217px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i6 .pic {
          left: 10vw;
          top: 4.8vw;
          width: 28.93333vw; } }
      .modal-character li.modal-character-i6 .pic:after {
        padding-top: 319.35484%; }
    .modal-character li.modal-character-i6 .bg {
      left: 483px;
      top: -24px;
      background-image: url(/assets/images/character/bg-i6.png);
      width: 365px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i6 .bg {
          left: 38.64vw;
          top: -3.2vw;
          width: 64.4vw; } }
      .modal-character li.modal-character-i6 .bg:after {
        padding-top: 320.82192%; }
    .modal-character li.modal-character-i7 .pic {
      left: 98px;
      top: 25px;
      background-image: url(/assets/images/character/pic-i7.png);
      width: 186px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i7 .pic {
          left: 13.06667vw;
          top: 3.33333vw;
          width: 24.8vw; } }
      .modal-character li.modal-character-i7 .pic:after {
        padding-top: 376.34409%; }
    .modal-character li.modal-character-i7 .bg {
      left: 499px;
      top: -71px;
      background-image: url(/assets/images/character/bg-i7.png);
      width: 363px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-i7 .bg {
          left: 53.22667vw;
          top: -9.46667vw;
          width: 48.4vw; } }
      .modal-character li.modal-character-i7 .bg:after {
        padding-top: 320.66116%; }
    .modal-character li.modal-character-r1 .pic {
      left: 26px;
      top: 59px;
      background-image: url(/assets/images/character/pic-r1.png);
      width: 273px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r1 .pic {
          left: 3.46667vw;
          top: 7.86667vw;
          width: 36.4vw; } }
      .modal-character li.modal-character-r1 .pic:after {
        padding-top: 243.22344%; }
    .modal-character li.modal-character-r1 .bg {
      left: 475px;
      top: 0px;
      background-image: url(/assets/images/character/bg-r1.png);
      width: 337px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r1 .bg {
          left: 50.66667vw;
          top: 0vw;
          width: 44.93333vw; } }
      .modal-character li.modal-character-r1 .bg:after {
        padding-top: 262.61128%; }
    .modal-character li.modal-character-r2 .pic {
      left: 105px;
      top: 67px;
      background-image: url(/assets/images/character/pic-r2.png);
      width: 159px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r2 .pic {
          left: 12.66667vw;
          top: 3.33333vw;
          width: 21.2vw; } }
      .modal-character li.modal-character-r2 .pic:after {
        padding-top: 408.1761%; }
    .modal-character li.modal-character-r2 .bg {
      left: 467px;
      top: -13px;
      background-image: url(/assets/images/character/bg-r2.png);
      width: 330px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r2 .bg {
          left: 49.81333vw;
          top: -1.73333vw;
          width: 44vw; } }
      .modal-character li.modal-character-r2 .bg:after {
        padding-top: 251.21212%; }
    .modal-character li.modal-character-r3 .pic {
      left: 49px;
      top: 80px;
      background-image: url(/assets/images/character/pic-r3.png);
      width: 277px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r3 .pic {
          left: 6.53333vw;
          top: 10.66667vw;
          width: 36.93333vw; } }
      .modal-character li.modal-character-r3 .pic:after {
        padding-top: 229.24188%; }
    .modal-character li.modal-character-r3 .bg {
      left: 433px;
      top: -67px;
      background-image: url(/assets/images/character/bg-r3.png);
      width: 417px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-r3 .bg {
          left: 46.18667vw;
          top: -8.93333vw;
          width: 55.6vw; } }
      .modal-character li.modal-character-r3 .bg:after {
        padding-top: 223.02158%; }
    .modal-character li.modal-character-o1 .pic {
      left: 60px;
      top: 35px;
      background-image: url(/assets/images/character/pic-o1.png);
      width: 276px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o1 .pic {
          left: 8vw;
          top: 4.66667vw;
          width: 36.8vw; } }
      .modal-character li.modal-character-o1 .pic:after {
        padding-top: 247.10145%; }
    .modal-character li.modal-character-o2 .pic {
      left: 85px;
      top: 42px;
      background-image: url(/assets/images/character/pic-o2.png);
      width: 215px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o2 .pic {
          left: 11.33333vw;
          top: 5.6vw;
          width: 28.66667vw; } }
      .modal-character li.modal-character-o2 .pic:after {
        padding-top: 314.88372%; }
    .modal-character li.modal-character-o3 .pic {
      left: 61px;
      top: 33px;
      background-image: url(/assets/images/character/pic-o3.png);
      width: 188px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o3 .pic {
          left: 8.13333vw;
          top: 4.4vw;
          width: 25.06667vw; } }
      .modal-character li.modal-character-o3 .pic:after {
        padding-top: 373.93617%; }
    .modal-character li.modal-character-o4 .pic {
      left: 62px;
      top: 43px;
      background-image: url(/assets/images/character/pic-o4.png);
      width: 243px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o4 .pic {
          left: 8.26667vw;
          top: 5.73333vw;
          width: 32.4vw; } }
      .modal-character li.modal-character-o4 .pic:after {
        padding-top: 280.65844%; }
    .modal-character li.modal-character-o5 .pic {
      left: 28px;
      top: 78px;
      background-image: url(/assets/images/character/pic-o5.png);
      width: 279px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o5 .pic {
          left: 3.73333vw;
          top: 10.4vw;
          width: 37.2vw; } }
      .modal-character li.modal-character-o5 .pic:after {
        padding-top: 235.12545%; }
    .modal-character li.modal-character-o6 .pic {
      left: 44px;
      top: 52px;
      background-image: url(/assets/images/character/pic-o6.png);
      width: 247px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o6 .pic {
          left: 5.86667vw;
          top: 6.93333vw;
          width: 32.93333vw; } }
      .modal-character li.modal-character-o6 .pic:after {
        padding-top: 271.65992%; }
    .modal-character li.modal-character-o7 .pic {
      left: 55px;
      top: 88px;
      background-image: url(/assets/images/character/pic-o7.png);
      width: 239px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o7 .pic {
          left: 7.33333vw;
          top: 11.73333vw;
          width: 31.86667vw; } }
      .modal-character li.modal-character-o7 .pic:after {
        padding-top: 269.45607%; }
    .modal-character li.modal-character-o8 .pic {
      left: 70px;
      top: 32px;
      background-image: url(/assets/images/character/pic-o8.png);
      width: 194px; }
      @media only screen and (max-width: 750px) {
        .modal-character li.modal-character-o8 .pic {
          left: 9.33333vw;
          top: 4.26667vw;
          width: 25.86667vw; } }
      .modal-character li.modal-character-o8 .pic:after {
        padding-top: 361.34021%; }
    .modal-character li .bg {
      position: absolute;
      background-size: 100%; }
      .modal-character li .bg:after {
        content: '';
        display: block; }
    .modal-character li .pic {
      z-index: 1;
      position: absolute;
      background-size: 100%;
      background-repeat: no-repeat; }
      .modal-character li .pic:after {
        content: '';
        display: block; }
  .modal-character .box-txt {
    z-index: 2;
    position: absolute;
    width: 460px;
    top: 155px;
    left: 330px;
    text-align: left;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media only screen and (max-width: 750px) {
      .modal-character .box-txt {
        width: 84vw;
        top: 71.2vw;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        left: 5.33333vw; } }
    .modal-character .box-txt .name {
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        .modal-character .box-txt .name {
          text-align: right;
          margin-bottom: 8vw;
          margin-top: 0; } }
      .modal-character .box-txt .name img {
        width: auto;
        height: 163px; }
        @media only screen and (max-width: 750px) {
          .modal-character .box-txt .name img {
            height: 26.13333vw; } }
    .modal-character .box-txt .txt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        .modal-character .box-txt .txt {
          font-size: 26px;
          font-size: 2.6rem;
          font-size: 3.46667vw;
          line-height: 1.75; } }
    .modal-character .box-txt .prof {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.75; }
      @media only screen and (max-width: 750px) {
        .modal-character .box-txt .prof {
          font-size: 24px;
          font-size: 2.4rem;
          font-size: 3.2vw;
          line-height: 1.75; } }
      .modal-character .box-txt .prof dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .modal-character .box-txt .prof dt {
        width: 95px;
        color: #8cb9d8;
        text-align: right; }
        @media only screen and (max-width: 750px) {
          .modal-character .box-txt .prof dt {
            width: 5.5em; } }
      .modal-character .box-txt .prof dd {
        min-width: 120px;
        padding-left: 1em; }

html, body {
  height: 100%;
  min-width: 1080px; }
  @media only screen and (max-width: 750px) {
    html, body {
      min-width: 320px; } }

body img {
  width: 100%;
  height: auto; }

.box-common {
  max-width: 1280px;
  min-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .box-common {
      min-width: 320px;
      padding-left: 3.33333vw;
      padding-right: 3.33333vw; } }

.box-common2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .box-common2 {
      min-width: 320px;
      padding-left: 3.33333vw;
      padding-right: 3.33333vw; } }

.box-common3 {
  max-width: 1280px;
  min-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .box-common3 {
      min-width: 320px;
      padding-left: 0;
      padding-right: 0; } }

.txt-comingsoon {
  margin-left: auto;
  margin-right: auto;
  width: 398px;
  padding-top: 100px;
  margin-bottom: 400px; }
  @media only screen and (max-width: 750px) {
    .txt-comingsoon {
      width: 53.73333vw;
      padding-top: 21.33333vw;
      margin-bottom: 40vw; } }

.wrapper {
  overflow: hidden; }

.page-sub {
  background-color: #77b3d1; }
  .page-sub .wrapper {
    background-image: url(/assets/images/common/bg-common.jpg);
    background-size: 100%;
    background-color: #3583aa;
    background-position: center 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .page-sub .wrapper {
        background-image: url(/assets/images/common/sp/bg-common.jpg); } }

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .box-flex {
      display: block; } }

.box-white {
  position: relative;
  background-color: #fff; }
  .box-white:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: -1px; }

.box-transparent {
  position: relative; }
  .box-transparent:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: -1px; }

.add-pt {
  padding-top: 80px; }
  @media only screen and (max-width: 750px) {
    .add-pt {
      padding-top: 12vw; } }

.add-pt2 {
  padding-top: 100px; }
  @media only screen and (max-width: 750px) {
    .add-pt2 {
      padding-top: 12vw; } }

.add-pb {
  padding-bottom: 150px; }

.youtube {
  display: block;
  position: relative; }
  .youtube:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .youtube:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/common/bg-mov_cover.png);
    background-size: cover; }

.box-entry .box-title {
  position: relative;
  margin-bottom: 65px; }
  @media only screen and (max-width: 750px) {
    .box-entry .box-title {
      margin-bottom: 8vw; } }
  .box-entry .box-title.type2 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .box-entry .box-title.type2 {
        margin-bottom: 5.33333vw; } }
  .box-entry .box-title .title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.33333;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .box-entry .box-title .title {
        font-size: 36px;
        font-size: 3.6rem;
        font-size: 4.8vw;
        line-height: 1.2; } }
    @media only screen and (max-width: 750px) {
      .box-entry .box-title .title {
        margin-bottom: 2.66667vw; } }
  .box-entry .box-title .data {
    color: #999999;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 750px) {
      .box-entry .box-title .data {
        font-size: 24px;
        font-size: 2.4rem;
        font-size: 3.2vw;
        line-height: 1; } }
  .box-entry .box-title .list-share {
    position: absolute;
    bottom: 0;
    right: -22px; }

.box-entry .content {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
  font-size: 18px !important;
  line-height: 177.77778%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
  @media only screen and (max-width: 750px) {
    .box-entry .content {
      margin-bottom: 6.66667vw;
      font-size: 3.46667vw !important; } }
  .box-entry .content p,
  .box-entry .content a,
  .box-entry .content span {
    font-size: 18px !important;
    line-height: 177.77778%;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
    @media only screen and (max-width: 750px) {
      .box-entry .content p,
      .box-entry .content a,
      .box-entry .content span {
        font-size: 3.46667vw !important; } }
  .box-entry .content img {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;
    height: auto;
    max-width: 100%;
    height: auto !important; }
  .box-entry .content .add-mb {
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      .box-entry .content .add-mb {
        margin-bottom: 4vw; } }

.box-entry .content2 {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
  font-size: 18px !important;
  line-height: 177.77778%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
  @media only screen and (max-width: 750px) {
    .box-entry .content2 {
      margin-bottom: 6.66667vw;
      font-size: 3.46667vw !important; } }
  .box-entry .content2 p,
  .box-entry .content2 a,
  .box-entry .content2 span {
    font-size: 18px !important;
    line-height: 177.77778%;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
    @media only screen and (max-width: 750px) {
      .box-entry .content2 p,
      .box-entry .content2 a,
      .box-entry .content2 span {
        font-size: 3.46667vw !important; } }
  .box-entry .content2 img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    height: auto !important; }
  .box-entry .content2 .add-mb {
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      .box-entry .content2 .add-mb {
        margin-bottom: 4vw; } }

.box-entry .btn-back {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778; }
  @media only screen and (max-width: 750px) {
    .box-entry .btn-back {
      font-size: 26px;
      font-size: 2.6rem;
      font-size: 3.46667vw;
      line-height: 1.69231; } }

.list-share {
  float: right; }
  @media only screen and (max-width: 750px) {
    .list-share {
      float: none;
      margin-left: 10.4vw; } }
  .list-share dt {
    float: left;
    width: 44px;
    margin-top: 15px; }
    @media only screen and (max-width: 750px) {
      .list-share dt {
        width: 11.6vw;
        margin-top: 4vw; } }
  .list-share dd {
    margin-left: 15px;
    float: left;
    width: 43px; }
    @media only screen and (max-width: 750px) {
      .list-share dd {
        width: 11.46667vw;
        margin-left: 4vw; } }

.pager {
  padding-top: 80px;
  text-align: center; }
  .pager li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 750px) {
      .pager li {
        font-size: 36px;
        font-size: 3.6rem;
        font-size: 4.8vw;
        line-height: 1.22222; } }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 998;
  overflow: auto;
  text-align: center; }
  .modal .modal-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    width: 90%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
  .modal .mov {
    position: relative;
    padding-top: 55.84416%;
    background-color: #777676; }
    .modal .mov iframe {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .modal .btn-close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px; }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000; }
  #loading .logo {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -123px;
    margin-top: -39px;
    width: 235px; }
    #loading .logo.show {
      transition-property: opacity;
      transition-duration: 0.3s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      opacity: 1;
      -webkit-animation: wakeupgirls 1.5s normal 0.75s ease infinite;
              animation: wakeupgirls 1.5s normal 0.75s ease infinite; }
    @media only screen and (max-width: 750px) {
      #loading .logo {
        margin-left: -16.4vw;
        margin-top: -5.2vw;
        width: 31.33333vw; } }

.nav-discography {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .nav-discography {
      margin-bottom: 6.93333vw; } }
  .nav-discography.all .nav01 a,
  .nav-discography.single .nav02 a,
  .nav-discography.dvd .nav03 a {
    background-color: #005d8b;
    color: #fff; }
  .nav-discography li {
    width: 22.5%; }
    .nav-discography li a {
      display: block;
      padding: 10px;
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.05em;
      background-color: #fff;
      text-align: center;
      border-radius: 5px;
      transition-property: background-color color;
      transition-duration: 0.6s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media only screen and (max-width: 750px) {
        .nav-discography li a {
          font-size: 24px;
          font-size: 2.4rem;
          font-size: 3.2vw;
          line-height: 1;
          letter-spacing: 0em; } }
      @media only screen and (max-width: 750px) {
        .nav-discography li a {
          padding: 1.33333vw; } }
      .nav-discography li a:hover {
        background-color: #a3d2e7;
        color: #fff; }
    .nav-discography li.current a {
      background-color: #005d8b;
      color: #fff; }

.list-discography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .list-discography {
      display: block;
      width: 74.66667vw;
      margin-left: auto;
      margin-right: auto; } }
  .list-discography li {
    width: 23.33333%;
    max-width: 280px;
    margin-right: 2.16667%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      .list-discography li {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.5; } }
    @media only screen and (max-width: 750px) {
      .list-discography li {
        margin-right: 0;
        width: 100%;
        max-width: 750px; } }
    .list-discography li:nth-child(4n) {
      margin-right: 0; }
    .list-discography li a:hover .pic span {
      -webkit-transform: scale(1.075);
              transform: scale(1.075); }
    .list-discography li .pic {
      padding-top: 100%;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      .list-discography li .pic span {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.5s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
        .list-discography li .pic span img {
          opacity: 0; }
    .list-discography li .txt {
      color: #234759;
      margin-bottom: 10px; }
    .list-discography li .data {
      color: #999999;
      text-align: right; }

.content-discography .divide {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #7bb5d2; }
  @media only screen and (max-width: 750px) {
    .content-discography .divide {
      padding-bottom: 5.33333vw;
      margin-bottom: 5.33333vw; } }

.content-discography .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .content-discography .box-item {
      display: block; } }
  .content-discography .box-item .box-pic {
    width: 32.5%; }
    @media only screen and (max-width: 750px) {
      .content-discography .box-item .box-pic {
        width: 100%; } }
    .content-discography .box-item .box-pic .pic img {
      margin-top: 0;
      margin-bottom: 40px; }
      @media only screen and (max-width: 750px) {
        .content-discography .box-item .box-pic .pic img {
          margin-bottom: 5.33333vw; } }
    .content-discography .box-item .box-pic .btn {
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        .content-discography .box-item .box-pic .btn {
          margin-bottom: 4vw; } }
      .content-discography .box-item .box-pic .btn a {
        text-align: center;
        display: block;
        border: 3px solid #77b3d1;
        border-radius: 50px;
        padding: 5px;
        transition-property: background-color color;
        transition-duration: 0.5s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media only screen and (max-width: 750px) {
          .content-discography .box-item .box-pic .btn a {
            border: 2px solid #77b3d1; } }
        .content-discography .box-item .box-pic .btn a:hover {
          background-color: #77b3d1;
          color: #fff; }
  .content-discography .box-item .box-txt {
    width: 60.625%; }
    @media only screen and (max-width: 750px) {
      .content-discography .box-item .box-txt {
        width: 100%; } }
    .content-discography .box-item .box-txt .cat {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.11111;
      color: #005d8b; }
      @media only screen and (max-width: 750px) {
        .content-discography .box-item .box-txt .cat {
          font-size: 30px;
          font-size: 3rem;
          font-size: 4vw;
          line-height: 1.46667; } }
    .content-discography .box-item .box-txt .title {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.4375;
      color: #005d8b;
      font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      margin-bottom: 0.5em; }
      @media only screen and (max-width: 750px) {
        .content-discography .box-item .box-txt .title {
          font-size: 36px;
          font-size: 3.6rem;
          font-size: 4.8vw;
          line-height: 1.33333; } }
    .content-discography .box-item .box-txt .data {
      margin-bottom: 1.5em; }

.footer {
  padding-bottom: 85px;
  background-color: #77b3d1;
  color: #fff; }
  @media only screen and (max-width: 750px) {
    .footer {
      padding-bottom: 11.33333vw; } }
  .footer .btn-pagetop {
    width: 142px;
    height: 142px;
    margin-left: auto;
    margin-right: auto;
    background-color: #81cff6;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (max-width: 750px) {
      .footer .btn-pagetop {
        width: 18.93333vw;
        height: 18.93333vw; } }
    .footer .btn-pagetop a {
      display: block;
      width: 100%;
      height: 100%; }
      .footer .btn-pagetop a:hover img {
        -webkit-transform: translate3d(-50%, -60%, 0);
                transform: translate3d(-50%, -60%, 0); }
      .footer .btn-pagetop a img {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.5s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 49px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); }
        @media only screen and (max-width: 750px) {
          .footer .btn-pagetop a img {
            width: 6.53333vw; } }
  .footer .logo {
    width: 46.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
    @media only screen and (max-width: 750px) {
      .footer .logo {
        width: 74.4vw;
        margin-bottom: 8vw; } }
  .footer .box-nav {
    text-align: center;
    font-size: 0px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .footer .box-nav {
        margin-bottom: 6.66667vw; } }
    .footer .box-nav li {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; }
      @media only screen and (max-width: 750px) {
        .footer .box-nav li {
          margin-left: 2vw;
          margin-right: 2vw;
          margin-bottom: 4.8vw; } }
      .footer .box-nav li img {
        width: auto;
        height: 32px; }
        @media only screen and (max-width: 750px) {
          .footer .box-nav li img {
            height: 4.8vw; } }
  .footer .bnr {
    text-align: center;
    font-size: 0px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .footer .bnr {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4vw;
        width: 69.33333vw; } }
    .footer .bnr li {
      display: inline-block;
      margin-left: 12.5px;
      margin-right: 12.5px; }
      @media only screen and (max-width: 750px) {
        .footer .bnr li {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 2.66667vw; } }
      .footer .bnr li img {
        width: auto;
        height: 78px; }
        @media only screen and (max-width: 750px) {
          .footer .bnr li img {
            width: 100%;
            height: auto; } }
  .footer .copyright {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .footer .copyright {
        font-size: 20px;
        font-size: 2rem;
        font-size: 2.66667vw;
        line-height: 2.2; } }

.header {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1080px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 0;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 750px) {
    .header {
      position: fixed;
      background-color: #77b3d1;
      padding: 0;
      height: 13.33333vw; }
      .header.open .logo {
        -webkit-transform: translate3d(-120%, 0, 0);
                transform: translate3d(-120%, 0, 0); }
      .header.open .header-side {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .header:hover {
    background-color: white; }
    @media only screen and (max-width: 750px) {
      .header:hover {
        background-color: #77b3d1; } }
  .header .logo {
    width: 314px;
    float: left;
    margin-top: 6px; }
    @media only screen and (max-width: 750px) {
      .header .logo {
        float: none;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.4s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 49.86667vw;
        margin-top: 3.33333vw; } }
  .header .nav-header {
    padding-top: 9px;
    float: right; }
    @media only screen and (max-width: 750px) {
      .header .nav-header {
        float: none;
        padding-top: 10.4vw;
        padding-left: 10.4vw;
        margin-bottom: 12vw; } }
    .header .nav-header li {
      float: left;
      margin-left: 30px; }
      @media only screen and (max-width: 1279px) {
        .header .nav-header li {
          margin-left: 19px; } }
      @media only screen and (max-width: 750px) {
        .header .nav-header li {
          margin-bottom: 4.53333vw;
          margin-left: 0;
          float: none; } }
      .header .nav-header li img {
        width: auto;
        height: 33px; }
        @media only screen and (max-width: 750px) {
          .header .nav-header li img {
            height: 8.8vw; } }
  @media only screen and (max-width: 750px) {
    .header .header-side {
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.4s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      position: fixed;
      right: 0;
      top: 0;
      width: 64.4vw;
      height: 100vh;
      background-color: #fff;
      overflow: scroll; } }
  .header .header-side .list-share {
    display: none; }
    @media only screen and (max-width: 750px) {
      .header .header-side .list-share {
        display: block; } }

.box-common-title {
  height: 430px;
  position: relative;
  background-image: url(/assets/images/common/bg-title.png);
  background-size: 471px;
  background-repeat: no-repeat;
  background-position: 810px bottom; }
  @media only screen and (max-width: 750px) {
    .box-common-title {
      background-image: none;
      height: 57.33333vw; } }
  .box-common-title .txt-onair {
    padding-top: 170px;
    width: 430px;
    margin-bottom: 50px;
    margin-left: -8px; }
    @media only screen and (max-width: 750px) {
      .box-common-title .txt-onair {
        margin-left: -5px;
        padding-top: 22.66667vw;
        width: 57.86667vw;
        margin-bottom: 6vw; } }
  .box-common-title .title {
    padding-left: 248px;
    background-image: url(/assets/images/common/logo-wug.png);
    background-size: 218px;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .box-common-title .title {
        padding-left: 30.66667vw;
        background-size: 27.86667vw; } }
    .box-common-title .title img {
      width: auto;
      height: 95px; }
      @media only screen and (max-width: 750px) {
        .box-common-title .title img {
          height: 12vw; } }
  .box-common-title:after {
    content: ''; }

.bg-cover {
  display: none;
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }

.list-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .list-movie {
      display: block;
      width: 74.66667vw;
      margin-left: auto;
      margin-right: auto; } }
  .list-movie li {
    width: 32.08333%;
    max-width: 385px;
    margin-right: 1.66667%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .list-movie li {
        font-size: 36px;
        font-size: 3.6rem;
        font-size: 4.8vw;
        line-height: 1.33333; } }
    @media only screen and (max-width: 750px) {
      .list-movie li {
        width: 100%;
        max-width: 750px;
        margin-bottom: 5.33333vw; } }
    .list-movie li:nth-child(3n) {
      margin-right: 0; }
    .list-movie li .youtube {
      background-color: #dbdedf;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      .list-movie li .youtube span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .list-movie li .youtube span img {
          opacity: 0; }
    .list-movie li .txt {
      color: #234759;
      margin-bottom: 10px; }
    .list-movie li .data {
      color: #999999;
      text-align: right; }

.btn-menu {
  display: none; }
  @media only screen and (max-width: 750px) {
    .btn-menu {
      display: block;
      position: fixed;
      z-index: 12;
      width: 8.8vw;
      height: 7.46667vw;
      top: 2.93333vw;
      right: 3.33333vw;
      background-image: url(/assets/images/common/header/sp/btn-menu.png);
      background-size: 100%;
      background-repeat: no-repeat;
      cursor: pointer;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.4s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      .btn-menu.open {
        -webkit-transform: translate3d(-64vw, 0, 0);
                transform: translate3d(-64vw, 0, 0);
        background-image: url(/assets/images/common/header/sp/btn-menu-close.png);
        background-size: 100%; } }

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .list-news {
      display: block;
      width: 74.66667vw;
      margin-left: auto;
      margin-right: auto; } }
  .list-news.type-top li {
    width: 47.86325%;
    margin-right: 4.2735%; }
    @media only screen and (max-width: 750px) {
      .list-news.type-top li {
        width: 100%;
        margin-right: 0; } }
    .list-news.type-top li:nth-child(2n) {
      margin-right: 0; }
  .list-news li {
    width: 23.33333%;
    max-width: 280px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 25px;
    margin-right: 2.08333%; }
    @media only screen and (max-width: 750px) {
      .list-news li {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.5; } }
    @media only screen and (max-width: 750px) {
      .list-news li {
        width: 100%;
        max-width: 700px;
        margin-bottom: 25px;
        margin-right: 0;
        margin-bottom: 4.66667vw; } }
    .list-news li:nth-child(4n) {
      margin-right: 0; }
    .list-news li a:hover .pic span {
      -webkit-transform: scale(1.075);
              transform: scale(1.075); }
    .list-news li .pic {
      padding-top: 60.71429%;
      background-color: #dbdedf;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      @media only screen and (max-width: 750px) {
        .list-news li .pic {
          margin-bottom: 1.33333vw; } }
      .list-news li .pic span {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.5s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .list-news li .pic span img {
          opacity: 0; }
    .list-news li .txt {
      color: #234759;
      margin-bottom: 10px; }
      @media only screen and (max-width: 750px) {
        .list-news li .txt {
          margin-bottom: 1.33333vw; } }
    .list-news li .data {
      color: #999999;
      text-align: right; }

.box-onair .txt {
  margin-left: auto;
  margin-right: auto;
  width: 987px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 750px) {
    .box-onair .txt {
      width: 90%;
      margin-bottom: 9.33333vw; } }

.box-onair .headline {
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 750px) {
    .box-onair .headline {
      font-size: 32px;
      font-size: 3.2rem;
      font-size: 4.26667vw;
      line-height: 1.5; } }
  @media only screen and (max-width: 750px) {
    .box-onair .headline {
      margin-bottom: 2.66667vw; } }

.box-onair-dl {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media only screen and (max-width: 750px) {
    .box-onair-dl {
      margin-bottom: 40px; } }
  .box-onair-dl .note {
    margin-top: 1.5em;
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      .box-onair-dl .note {
        font-size: 20px;
        font-size: 2rem;
        font-size: 2.66667vw;
        line-height: 1.5; } }
  .box-onair-dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #77b3d1;
    margin-bottom: 5px; }
    @media only screen and (max-width: 750px) {
      .box-onair-dl dl {
        margin-bottom: 2px; } }
  .box-onair-dl dt {
    width: 29.63918%;
    padding: 1.03093% 0;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.66667;
    background-color: #77b3d1;
    text-align: center;
    color: #fff;
    vertical-align: middle; }
    @media only screen and (max-width: 750px) {
      .box-onair-dl dt {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.5;
        letter-spacing: 0.1em; } }
    @media only screen and (max-width: 1279px) {
      .box-onair-dl dt {
        padding: 0;
        width: 25%; } }
    @media only screen and (max-width: 750px) {
      .box-onair-dl dt {
        width: 33%; } }
  .box-onair-dl dd {
    color: #005d8b;
    width: 70.01718%;
    padding: 1.03093% 1.71821% 1.03093% 3.86598%;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background-color: #ffffff; }
    @media only screen and (max-width: 750px) {
      .box-onair-dl dd {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.5; } }
    @media only screen and (max-width: 1279px) {
      .box-onair-dl dd {
        width: 75%;
        padding: 1.03093% 0.85911% 1.03093% 1.28866%; } }
    @media only screen and (max-width: 750px) {
      .box-onair-dl dd {
        width: 66%; } }
    .box-onair-dl dd span.big {
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.5;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 750px) {
        .box-onair-dl dd span.big {
          font-size: 38px;
          font-size: 3.8rem;
          font-size: 5.06667vw;
          line-height: 1.26316; } }
    .box-onair-dl dd span.small {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      letter-spacing: 0.1em;
      margin-bottom: 1em; }
      @media only screen and (max-width: 750px) {
        .box-onair-dl dd span.small {
          font-size: 20px;
          font-size: 2rem;
          font-size: 2.66667vw;
          line-height: 1.5; } }
      @media only screen and (max-width: 750px) {
        .box-onair-dl dd span.small {
          margin-top: 0.5em; } }
    .box-onair-dl dd.comingsoon {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 2.14286;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 750px) {
        .box-onair-dl dd.comingsoon {
          font-size: 32px;
          font-size: 3.2rem;
          font-size: 4.26667vw;
          line-height: 1.5; } }

.box-provide {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  @media only screen and (max-width: 750px) {
    .box-provide {
      margin-bottom: 0vw; } }
  .box-provide .headline {
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      .box-provide .headline {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.5; } }
    @media only screen and (max-width: 750px) {
      .box-provide .headline {
        margin-bottom: 2.66667vw; } }
  .box-provide .box-provide-inner {
    background-color: #fff;
    padding: 33px;
    text-align: center;
    color: #005d8b;
    margin-bottom: 45px; }
    @media only screen and (max-width: 750px) {
      .box-provide .box-provide-inner {
        padding: 4vw;
        margin-bottom: 6vw; } }
  .box-provide .txt {
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal; }
    @media only screen and (max-width: 750px) {
      .box-provide .txt {
        font-size: 32px;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        line-height: 1.3125; } }
    @media only screen and (max-width: 750px) {
      .box-provide .txt {
        margin-bottom: 1.33333vw; } }
  .box-provide .txt2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      .box-provide .txt2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-size: 2.93333vw;
        line-height: 1.45455; } }
  .box-provide .list-provide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 750px) {
      .box-provide .list-provide {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .box-provide .list-provide li {
      width: 30.90129%;
      margin-right: 3.43348%;
      max-width: 360px;
      margin-bottom: 30px; }
      .box-provide .list-provide li:nth-child(3n) {
        margin-right: 0; }
      @media only screen and (max-width: 1279px) {
        .box-provide .list-provide li {
          width: 32.44635%;
          max-width: 378px;
          margin-right: 1.28755%; }
          .box-provide .list-provide li a:after {
            right: 10px !important; } }
      @media only screen and (max-width: 750px) {
        .box-provide .list-provide li {
          width: 48%;
          margin-right: 0;
          margin-bottom: 10px; }
          .box-provide .list-provide li:nth-child(3n) {
            margin-right: 0; } }
      .box-provide .list-provide li a {
        display: block;
        background-color: #4195c2;
        padding: 15px 0 15px 20px;
        color: #fff;
        position: relative;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2;
        letter-spacing: 0.1em;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media only screen and (max-width: 750px) {
          .box-provide .list-provide li a {
            font-size: 28px;
            font-size: 2.8rem;
            font-size: 3.73333vw;
            line-height: 1.71429; } }
        .box-provide .list-provide li a span {
          color: #94d4f4;
          display: block;
          padding-top: 5px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.2;
          letter-spacing: 0.1em;
          font-weight: normal; }
          @media only screen and (max-width: 750px) {
            .box-provide .list-provide li a span {
              font-size: 20px;
              font-size: 2rem;
              font-size: 2.66667vw;
              line-height: 1.2; } }
        @media only screen and (max-width: 750px) {
          .box-provide .list-provide li a {
            padding: 2.66667vw 0 2.66667vw 2.66667vw; }
            .box-provide .list-provide li a span {
              padding-top: 0; } }
        .box-provide .list-provide li a:after {
          content: '';
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -12px;
          width: 13px;
          height: 24px;
          background-image: url(/assets/images/onair/ico-list-provide.png);
          background-size: 100%; }
          @media only screen and (max-width: 750px) {
            .box-provide .list-provide li a:after {
              right: 2.66667vw;
              margin-top: -1.6vw;
              width: 1.73333vw;
              height: 3.2vw; } }
        .box-provide .list-provide li a:hover {
          opacity: 0.8; }
          @media only screen and (max-width: 750px) {
            .box-provide .list-provide li a:hover {
              opacity: 1; } }

.list-special li {
  margin-bottom: 42px; }
  @media only screen and (max-width: 750px) {
    .list-special li {
      margin-bottom: 5.33333vw; } }

.box-staffcast .headline {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 750px) {
    .box-staffcast .headline {
      width: 48vw; } }

.box-staffcast .list-staffcast {
  margin-bottom: 100px; }
  .box-staffcast .list-staffcast dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px; }
    .box-staffcast .list-staffcast dl.add-mb {
      margin-bottom: 60px; }
    .box-staffcast .list-staffcast dl dt {
      width: 50%;
      padding-right: 10px;
      text-align: right;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.33333;
      letter-spacing: 0.05em;
      color: #fff; }
      @media only screen and (max-width: 750px) {
        .box-staffcast .list-staffcast dl dt {
          font-size: 30px;
          font-size: 3rem;
          font-size: 4vw;
          line-height: 0.86667;
          letter-spacing: 0em; } }
    .box-staffcast .list-staffcast dl dd {
      padding-left: 10px;
      width: 50%;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 750px) {
        .box-staffcast .list-staffcast dl dd {
          font-size: 36px;
          font-size: 3.6rem;
          font-size: 4.8vw;
          letter-spacing: 0em; } }

.box-story .txt {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 750px) {
    .box-story .txt {
      width: 100%;
      margin-bottom: 6.66667vw; } }

.box-story .box-pic {
  margin-left: auto;
  margin-right: auto;
  width: 828px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .box-story .box-pic {
      width: 86vw;
      margin-bottom: 6.66667vw; } }
  .box-story .box-pic .pic-l {
    width: 400px; }
    @media only screen and (max-width: 750px) {
      .box-story .box-pic .pic-l {
        width: 41.33333vw; } }
  .box-story .box-pic .pic-r {
    width: 400px; }
    @media only screen and (max-width: 750px) {
      .box-story .box-pic .pic-r {
        width: 41.33333vw; } }

.box-story .pic-c {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media only screen and (max-width: 750px) {
    .box-story .pic-c {
      width: 64vw;
      margin-bottom: 6.66667vw; } }

.nav-story {
  width: 986px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .nav-story {
      width: 100%;
      margin-bottom: 6.93333vw; } }
  .nav-story li {
    width: 31.643%; }
    .nav-story li a {
      display: block;
      padding: 10px;
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.05em;
      background-color: #fff;
      text-align: center;
      border-radius: 5px;
      transition-property: background-color color;
      transition-duration: 0.6s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media only screen and (max-width: 750px) {
        .nav-story li a {
          font-size: 24px;
          font-size: 2.4rem;
          font-size: 3.2vw;
          line-height: 1;
          letter-spacing: 0em; } }
      .nav-story li a:hover {
        background-color: #a3d2e7;
        color: #fff; }
      @media only screen and (max-width: 750px) {
        .nav-story li a {
          padding: 1.33333vw; } }
    .nav-story li.current a {
      background-color: #005d8b;
      color: #fff; }

.page-top header {
  display: none; }
  @media only screen and (max-width: 750px) {
    .page-top header {
      display: block; } }

#pic-main-top {
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  height: 896px;
  position: relative;
  margin-bottom: 100px; }
  @media only screen and (max-width: 750px) {
    #pic-main-top {
      height: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 13.33333vw;
      margin-bottom: 0; } }
  #pic-main-top .box-common {
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 750px) {
      #pic-main-top .box-common {
        height: 100%;
        padding-left: 0;
        padding-right: 0; } }
  #pic-main-top .pic-list {
    position: absolute;
    width: 1860px;
    left: 50%;
    top: 0;
    margin-left: -930px;
    margin-bottom: 4.66667vw;
    margin-top: 0; }
    @media only screen and (max-width: 750px) {
      #pic-main-top .pic-list {
        position: static;
        width: 100%;
        height: 156.8vw;
        left: 0;
        margin-left: 0;
        margin-top: 0; } }
    #pic-main-top .pic-list li {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      transition-property: opacity;
      transition-duration: 1s;
      transition-delay: 0s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      opacity: 0; }
      #pic-main-top .pic-list li.show {
        opacity: 1;
        z-index: 1; }
  #pic-main-top .box-txt {
    position: absolute;
    left: 40px;
    top: 37px;
    z-index: 3; }
    @media only screen and (max-width: 750px) {
      #pic-main-top .box-txt {
        position: relative;
        left: 0;
        top: 0; } }
    #pic-main-top .box-txt .logo {
      width: 302px;
      margin-left: -32px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 750px) {
        #pic-main-top .box-txt .logo {
          display: none; } }
    #pic-main-top .box-txt .txt {
      margin-left: -10px;
      width: 277px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        #pic-main-top .box-txt .txt {
          display: none; } }
    #pic-main-top .box-txt .pv {
      width: 260px; }
      @media only screen and (max-width: 750px) {
        #pic-main-top .box-txt .pv {
          width: 74.66667vw;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2.93333vw; } }
  #pic-main-top .bnr-rgr {
    position: absolute;
    bottom: 110px;
    right: 40px;
    width: 179px;
    z-index: 3; }
    @media only screen and (max-width: 750px) {
      #pic-main-top .bnr-rgr {
        position: static;
        width: 74.66667vw;
        margin-left: auto;
        margin-right: auto; } }
  #pic-main-top .nav-top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 0;
    z-index: 3;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    #pic-main-top .nav-top:hover {
      background-color: white; }
    #pic-main-top .nav-top.fixed {
      position: fixed;
      left: 0;
      bottom: 0; }
    @media only screen and (max-width: 750px) {
      #pic-main-top .nav-top {
        display: none; } }
    #pic-main-top .nav-top .nav-header {
      padding-top: 9px;
      float: left; }
      #pic-main-top .nav-top .nav-header li {
        float: left;
        margin-right: 45px; }
        @media only screen and (max-width: 1279px) {
          #pic-main-top .nav-top .nav-header li {
            margin-right: 35px; } }
        #pic-main-top .nav-top .nav-header li img {
          width: auto;
          height: 33px; }

.box-top-title {
  overflow: hidden;
  margin-bottom: 45px; }
  .box-top-title .title {
    float: left;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.22222; }
    @media only screen and (max-width: 750px) {
      .box-top-title .title {
        font-size: 90px;
        font-size: 9rem;
        font-size: 12vw;
        line-height: 1; } }
  .box-top-title .link {
    margin-top: 1.7em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    float: right; }
    @media only screen and (max-width: 750px) {
      .box-top-title .link {
        font-size: 30px;
        font-size: 3rem;
        font-size: 4vw;
        line-height: 1; } }

@media only screen and (max-width: 750px) {
  .box-widget {
    width: 74.66667vw;
    margin-left: auto;
    margin-right: auto; } }

.box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px; }
  @media only screen and (max-width: 750px) {
    .box-top {
      display: block;
      margin-bottom: 20vw; } }

.box-top-news {
  width: 48.75%; }
  @media only screen and (max-width: 750px) {
    .box-top-news {
      margin-top: 12vw;
      width: 100%; } }

.box-top-twitter {
  width: 41.66667%; }
  @media only screen and (max-width: 750px) {
    .box-top-twitter {
      margin-top: 12vw;
      width: 100%; } }

#ec #contents {
  width: 90%;
  margin: 0 auto;
  text-align: left; }

html.ec, body#ec,
html.subwin, body.page-subwin {
  background: #000;
  color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  min-width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden; }

#ec h1 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  padding: 23px 0 23px;
  color: #fff; }

#ec h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  line-height: 1.8em;
  background-color: #bebab1;
  color: #FFF;
  display: block;
  width: 840px;
  margin: 0 auto; }

#ec .ecList {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 6px;
  font-size: 0;
  text-align: left; }

#ec .ecList li {
  padding: 9px;
  display: inline-block; }

#ec .col {
  margin: 0 0 5em; }

.page-subwin img {
  width: auto;
  height: auto; }

.page-subwin a {
  color: #c80032; }

.page-subwin #contents {
  width: 90%;
  margin: 0 auto;
  text-align: center; }

.page-subwin h1 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  padding: 23px 0 20px; }

.page-subwin h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  line-height: 1.8em;
  background-color: #bebab1;
  color: #FFF;
  display: block;
  width: 840px;
  margin: 0 auto; }

.page-subwin .ecList {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 6px; }

.page-subwin .ecList li {
  padding: 10px;
  float: left; }

.page-subwin .col {
  margin: 0 0 5em; }

.page-subwin .box div {
  padding: 0 0 10px 0; }

#colorbox {
  box-sizing: border-box; }

#goodsItem .wrapper {
  width: 800px;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  border: 1px solid #3374c1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#goodsItem .main {
  width: 740px;
  margin: 0 auto; }

#goodsItem .item-ttl {
  margin-bottom: 35px;
  padding: 35px 0 15px 0;
  border-bottom: 4px solid #e9536b;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold; }

#goodsItem .leftCol {
  display: table;
  box-sizing: border-box;
  width: 385px;
  margin: 0 20px 20px 0;
  text-align: center;
  float: left; }

#goodsItem .box {
  display: table-cell;
  text-align: center; }

#goodsItem .leftCol .photo {
  margin: 0;
  text-align: center;
  background: #fff; }

#goodsItem .photo img {
  width: 300px;
  height: auto; }

#goodsItem .thumbnail .photo img {
  width: 70px;
  height: auto; }

#goodsItem .rightCol {
  width: 315px;
  margin: 0;
  padding: 0;
  font-size: 93%;
  line-height: 1.75em;
  text-align: left;
  float: right; }

#goodsItem .thumbnail {
  display: table-cell;
  vertical-align: bottom; }

#goodsItem .thumbnail li {
  width: 70px;
  height: 70px;
  margin: 0 0 15px 15px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }

#goodsItem .rightCol .photo {
  width: 50px; }

/*# sourceMappingURL=style.css.map */
