@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/ }

body {
  overflow-wrap: break-word;
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1; }

/* clear */
.clear, .clearfix {
  zoom: 100%; }

.clear:after, .clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.t-ind {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.b {
  font-weight: bold; }

.break {
  word-wrap: break-word; }

.bl {
  display: block; }

.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 100%; }

a {
  color: #333; }

.f1, .f1l, .f1m, .f1b {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .05em; }

.f1l {
  font-weight: 300; }

.f1m {
  font-weight: 500; }

.f1b {
  font-weight: 700; }

.f2B{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  background: rgba(240,218,130, .5);
  min-height: 100%; }
  #wrapper #contents {
    padding-bottom: 88px; }

.content {
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }

header {
  height: 112px;
  background: #BEA376;
  position: relative; }
  header h1 {
    float: left;
    margin-top: 12px; }
    header h1 a {
      display: block;
      width: 253px;
    }
    header h1 a img{
        display: block;
        width: 100%;
        height: auto;
    }
  header .right {
    float: right;
    margin-top: 22px; }
    header .right #sns {
      text-align: right;
      font-size: 0; }
      header .right #sns li {
        display: inline-block;
        vertical-align: top;
        margin-left: 7px; }
        header .right #sns li a {
          background: #fff;
          border-radius: 4px;
          transition: all .2s ease-out;
          position: relative;
          display: inline-block; }
          header .right #sns li a path,
          header .right #sns li a circle{
              fill: #000;
              transition: all .2s ease-out;
          }
          header .right #sns li a:hover{
              color: #BEA376;
          }
          header .right #sns li a:hover path,
          header .right #sns li a:hover circle{
              fill: #BEA376;
          }
          header .right #sns li a svg{
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
          }
          header .right #sns li a#twitter {
            width: 30px;
            height: 30px; }
          header .right #sns li a#twitter svg{
              width: 18px;
              height: auto;
          }
          header .right #sns li a#facebook {
            width: 30px;
            height: 30px; }
          header .right #sns li a#facebook svg{
              width: 8px;
              height: auto;
          }
          header .right #sns li a#instagram {
            width: 30px;
            height: 30px; }
          header .right #sns li a#instagram svg{
              width: 18px;
              height: auto;
          }
          header .right #sns li a#official-site {
            width: 178px;
            line-height: 30px;
            font-size: 18px;
            text-align: center;
            height: 30px; }
    header .right nav {
      margin-top: 22px; }
      header .right nav ul {
        font-size: 0;
        text-align: right; }
        header .right nav ul li {
          display: inline-block;
          font-size: 18px;
          margin-left: 55px; }
          header .right nav ul li a {
            color: #000; }
            header .right nav ul li a:hover, header .right nav ul li a.current {
              color: #CC0F2B;
              border-bottom: solid 4px #CC0F2B; }

footer {
  height: 38px;
  text-align: center;
  background: #BEA376;
  line-height: 38px;
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

#top-image {
  margin-top: 50px;
  background: url(../img/main.jpg) no-repeat center 0;
  background-size: cover;
  height: 496px;
  position: relative; }
  #top-image a {
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -476px -180px;
    width: 200px;
    height: 26px;
    bottom: 17px;
    left: 105px;
    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear; }
    #top-image a:hover {
      opacity: .7;
      filter: alpha(opacity=70); }

.top-block {
  margin-top: 50px; }
  .top-block h2 {
    text-align: center;
    color: #BEA376;
    font-size: 32px;
    margin-bottom: 40px; }
    .top-block h2 span {
      position: relative;
      padding: 0 33px; }
      .top-block h2 span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 23px;
        height: 32px;
        background: url(../img/bird-left.svg) no-repeat 0 0;
        background-size: contain;
    }
      .top-block h2 span:after {
        content: '';
        position: absolute;
        right: 0;
        top: 7px;
        width: 23px;
        height: 32px;
        background: url(../img/bird-right.svg) no-repeat 0 0;
        background-size: contain;
    }

#topics, #news {
  display: none;
  overflow: hidden; }
  #topics ul, #news ul {
    width: 976px;
    margin: -30px 0 0 -16px;
    font-size: 0; }
    #topics ul li, #news ul li {
      display: inline-block;
      width: 228px;
      margin: 30px 0 0 16px;
      vertical-align: top; }
      #topics ul li.no-image .image, #news ul li.no-image .image {
        background-image: url(../img/sprite.png);
        background-position: -676px -206px;
        width: 228px;
        height: 166px; }
      #topics ul li .image, #news ul li .image {
        height: 166px;
        position: relative;
        overflow: hidden; }
        #topics ul li .image img, #news ul li .image img {
          display: block;
          width: 100%;
          height: auto; }
      #topics ul li time, #news ul li time {
        display: block;
        margin: 10px 0 5px;
        font-size: 14px; }
      #topics ul li .title, #news ul li .title {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5; }
      #topics ul li .hide-body, #news ul li .hide-body {
        display: none; }

#news {
  display: block; }

#new {
  display: none; }

#new-container {
  position: relative;
  width: 984px;
  margin: -24px 0 0 -24px; }
  #new-container #kikaku a {
    display: block;
    border: solid 1px #BDA279;
    padding: 13px 0;
    background: #fff;
    width: 302px; }
    #new-container #kikaku a div {
      padding: 170px 13px 0;
      background: url(../img/kikaku.png) no-repeat center 0; }
      #new-container #kikaku a div p {
        display: block;
        border: solid 1px #BDA279;
        text-align: center;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        -webkit-transition: all .3s linear;
                transition: all .3s linear; }
    #new-container #kikaku a:hover div p {
      background: #BDA279;
      color: #fff; }
  #new-container .item {
    width: 304px;
    background: #F2F2F2;
    margin: 24px 0 0 24px;
    float: left;
    opacuty: 0; }
    #new-container .item.poster .tag,
    #new-container .item.release .tag,
    #new-container .item.live .tag {
      background: #BEA376; }
    #new-container .item.comment .tag {
      background: #CC0F2B; }
    #new-container .item.goods .tag {
      background: #000; }
    #new-container .item.news {
      display: none; }
    #new-container .item .tag {
      height: 24px;
      line-height: 26px;
      text-align: center;
      color: #fff;
      font-size: 14px; }
    #new-container .item a:hover .item-content .permalink {
      background: #333;
      color: #fff; }
    #new-container .item .item-content {
      padding: 15px; }
      #new-container .item .item-content img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      #new-container .item .item-content time {
        font-size: 14px; }
      #new-container .item .item-content h1 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;
        margin-top: 5px; }
      #new-container .item .item-content .hide-body {
        display: none; }
      #new-container .item .item-content .permalink {
        display: block;
        height: 30px;
        background: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        margin-top: 25px;
        -webkit-transition: all .2s linear;
                transition: all .2s linear; }

.toppage #top-image, .toppage #topics, .toppage #new {
  display: block; }

#news-permalink {
  width: 958px;
  border: solid 1px #BDA279;
  padding: 40px 0; }
  #news-permalink.comment, #news-permalink.goods, #news-permalink.poster {
    width: 960px;
    border: none;
    background: #F2F2F2; }
    #news-permalink.comment time, #news-permalink.goods time, #news-permalink.poster time {
      display: none; }
  #news-permalink.comment {
    border-top: solid 24px #CC0F2B; }
  #news-permalink.poster,
  #news-permalink.release,
  #news-permalink.live {
    border-top: solid 24px #BEA376; }
  #news-permalink.goods {
    border-top: solid 24px #000; }
    #news-permalink.goods #news-permalink-content h1 {
      background: none;
      padding-bottom: 0; }
    #news-permalink.goods #news-permalink-content .text {
      margin-top: 15px; }
  #news-permalink #news-permalink-content {
    width: 740px;
    margin: 0 auto; }
    #news-permalink #news-permalink-content time {
      font-size: 14px; }
    #news-permalink #news-permalink-content h1 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.3;
      margin-top: 5px;
      padding-bottom: 30px;
      border-bottom: dashed 2px #BDA279;
  /*background: url(../img/line.png) no-repeat center bottom;*/ }
    #news-permalink #news-permalink-content .main-image {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      margin-bottom: 10px; }
    #news-permalink #news-permalink-content .text {
      font-size: 14px;
      line-height: 1.7;
      margin-top: 30px; }
      #news-permalink #news-permalink-content .text img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 30px auto; }
      #news-permalink #news-permalink-content .text a {
        color: #CC0F2B; }
        #news-permalink #news-permalink-content .text a:hover {
          text-decoration: underline; }
    #news-permalink #news-permalink-content #kikaku-body, #news-permalink #news-permalink-content #ticket-body {
      display: none; }
    #news-permalink #news-permalink-content.kikaku time, #news-permalink #news-permalink-content.kikaku .text, #news-permalink #news-permalink-content.kikaku h1 {
      display: none; }
    #news-permalink #news-permalink-content.kikaku #kikaku-body {
      display: block; }
      #news-permalink #news-permalink-content.kikaku #kikaku-body .title {
        height: 164px;
        background: url(../img/kikaku-top.png) no-repeat center 0; }
      #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text {
        margin-top: 30px;
        /*background: url(../img/line.png) no-repeat center 0;*/
        padding-top: 30px;
        line-height: 1.7;
        font-size: 14px; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text span {
          font-weight: bold;
          position: relative; }
          #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text span:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: #BEA376;
            content: '';
            z-index: -1; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text .intro {
          font-size: 18px; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text p {
          margin-top: 1.5em; }
          #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text p.big {
            text-align: center;
            font-weight: bold;
            font-size: 20px; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text .mi {
          margin-top: 1.5em; }
          #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text .mi p {
            float: left;
            margin-top: 0; }
          #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text .mi div {
            float: right;
            width: 318px;
            padding-top: 204px;
            background: url(../img/sticker.jpg) no-repeat center 0;
            font-weight: bold;
            text-align: center; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text a {
          font-weight: bold;
          color: #CC0F2B; }
          #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text a:hover {
            text-decoration: underline; }
        #news-permalink #news-permalink-content.kikaku #kikaku-body .kikaku-text ul {
          margin-top: 1.5em;
          font-size: 12px; }
    #news-permalink #news-permalink-content.ticket time, #news-permalink #news-permalink-content.ticket .text {
      display: none; }
    #news-permalink #news-permalink-content.ticket #ticket-body {
      display: block;
      line-height: 1.7;
      font-size: 14px;
      margin-top: 30px; }
      #news-permalink #news-permalink-content.ticket #ticket-body .intro {
        font-size: 16px; }
        #news-permalink #news-permalink-content.ticket #ticket-body .intro p {
          font-weight: bold;
          margin-bottom: 1.5em; }
      #news-permalink #news-permalink-content.ticket #ticket-body .info {
        margin-top: 1.5em;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 30px;
        margin-bottom: 30px;
        /*background: url(../img/line.png) no-repeat center bottom;*/
        border-bottom: dashed 2px #BDA279;}
      #news-permalink #news-permalink-content.ticket #ticket-body a {
        font-weight: bold;
        color: #CC0F2B; }
        #news-permalink #news-permalink-content.ticket #ticket-body a:hover {
          text-decoration: underline; }

#pagination {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  display: none; }
  #pagination div {
    position: relative;
    float: left;
    left: 50%; }
    #pagination div a {
      display: block;
      width: 118px;
      height: 28px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      float: left;
      position: relative;
      left: -50%;
      margin: 0 32px;
      background: #BEA376;
      border: solid 1px #BEA376;
      -webkit-transition: all .3s linear;
              transition: all .3s linear; }
      #pagination div a:hover {
        background: #fff;
        color: #BEA376; }
  #pagination span {
    display: none; }
