@charset "UTF-8";

.brsp {
  display: none; }

.brpc {
  display: block; }

/* base設定
   =================================================================== */
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0; }

/* header設定
   =================================================================== */
.header {
	position: relative;
	height: 44px;
	max-width: 1160px;
	margin: 20px auto;
	z-index: 10;
}
  .header .header__news {
    position: absolute;
    top: 0;
    left: 50px;
    width: auto;
    height: 37px; }
    .header .header__news dt {
      width: 86px;
      position: absolute;
      left: 0;
      top: 0; }
      .header .header__news dt:after {
        content: " ";
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 2px;
        position: absolute;
        left: 46px;
        top: 12px; }
    .header .header__news dd {
      margin-left: 66px; }
      .header .header__news dd span {
        margin-right: 15px; }
        .header .header__news dd span small {
          margin-right: 5px; }
    .header .header__news:after {
      content: " ";
      display: block;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../img/common/wave--m.png) repeat-x left bottom;
      background-size: auto 3px;
      -webkit-animation: wave__s 12s linear infinite;
      animation: wave__s 12s linear infinite; }
  .header .header__gnav--sp {
    display: none; }
  .header .header__gnav {
	position: fixed;
	top: 20px;
	right: auto;
	width: auto;
	left: auto;
}
    .header .header__gnav .nav li {
      display: inline-block;
      position: relative;
      padding: 5px 16px; }
      .header .header__gnav .nav li:hover:after, .header .header__gnav .nav li.selected:after {
        content: " ";
        display: block;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../img/common/wave--m.png) repeat-x left bottom;
        background-size: auto 3px;
        -webkit-animation: wave__s 12s linear infinite;
        animation: wave__s 12s linear infinite; }


/* footer設定
   =================================================================== */
.footer .copyright {
  position: relative;
  font-size: 9px;
	text-align: center;
 }
.footer .pagetop {
  text-indent: -9999px;
  position: fixed;
  width: 88px;
  height: 88px;
  bottom: 0;
  right: 0;
  background: url(../img/common/pagetop.png) no-repeat 13px 26px;
  background-size: 30px;
  cursor: pointer;
  display: none; }

/* bg設定
   =================================================================== */
ul.line_drawing {
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1300px;
  z-index: 30; }
  ul.line_drawing li {
    position: absolute;
    z-index: 0; }
    ul.line_drawing li img {
      width: 100%;
      height: auto; }
    ul.line_drawing li.line_drawing--1 {
      width: 86px;
      top: 985px;
      left: 170px; }
    ul.line_drawing li.line_drawing--2 {
      width: 20px;
      top: 1210px;
      right: 290px; }
    ul.line_drawing li.line_drawing--3 {
      width: 127px;
      top: 1375px;
      right: 156px; }
    ul.line_drawing li.line_drawing--4 {
      width: 83px;
      top: 1650px;
      left: 151px; }
    ul.line_drawing li.line_drawing--5 {
      width: 165px;
      top: 3160px;
      right: 185px; }
    ul.line_drawing li.line_drawing--6 {
      width: 126px;
      top: 4000px;
      left: 140px; }
    ul.line_drawing li.line_drawing--7 {
      width: 209px;
      top: 4630px;
      left: 290px; }

/* mordal設定
   =================================================================== */
.mordalbg {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(65, 34, 14, 0.28);
  display: none; }

.mordal__contents {
  position: relative;
  z-index: 110;
  display: none; }

.mordal {
  width: 918px;
  height: calc(100% - 100px);
  background: #fff;
  border-radius: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 101;
  padding: 55px 65px; }
  .mordal .close {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    right: 31px;
    top: 31px;
    cursor: pointer;
    z-index: 1;
    background: #fff; }
    .mordal .close span {
      display: block;
      height: 100%;
      position: relative; }
      .mordal .close span::after {
        content: " ";
        width: 11px;
        height: 1px;
        background: #000;
        margin-left: -5px;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 50% 50%; }
      .mordal .close span::before {
        content: "";
        width: 11px;
        height: 1px;
        background: #000;
        margin-left: -5px;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 50% 50%; }
  .mordal .mordal__article {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch; }
  .mordal h3 {
    text-align: center;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 30px; }
    .mordal h3 span {
      display: block;
      margin-top: 15px;
      font-size: 15px; }
  .mordal .mordal__article--img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin-bottom: 40px;
    opacity: 1;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .mordal .mordal__article--img.img--loading {
    background: url(../img/common/loading.gif) no-repeat center center;
    background-size: 30px 30px; }
    .mordal .mordal__article--img.img--loading img {
      opacity: 0; }
  .mordal .mordal__text {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative; }
    .mordal .mordal__text dt {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      line-height: 1.7; }
      .mordal .mordal__text dt strong {
        font-size: 20px;
        font-weight: normal; }
    .mordal .mordal__text dd {
      margin-left: 344px;
      min-height: 89px; }
      .mordal .mordal__text dd span {
        display: block;
        font-size: 11px;
        margin-top: 5px; }
      .mordal .mordal__text dd.mordal--link {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 20px;
        padding: 0 22px;
        border: 1px solid #000;
        height: 46px;
        border-radius: 23px;
        line-height: 44px;
        min-height: inherit; }
        .mordal .mordal__text dd.mordal--link:hover {
          background: #000; }
          .mordal .mordal__text dd.mordal--link:hover a {
            color: #fff; }
            .mordal .mordal__text dd.mordal--link:hover a i {
              background-position: left bottom; }
        .mordal .mordal__text dd.mordal--link i {
          width: 20px;
          height: 20px;
          background: url(../img/lineup/icon--online.png) no-repeat left top;
          background-size: 100% auto;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .mordal .mordal__text dd.mordal--link.coming {
          opacity: 0.15;
          background: #000;
          pointer-events: none; }
          .mordal .mordal__text dd.mordal--link.coming a {
            color: #fff; }
            .mordal .mordal__text dd.mordal--link.coming a i {
              background-position: left bottom; }
  .mordal ul li {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.5; }
    .mordal ul li dt {
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      width: 134px; }
    .mordal ul li dd {
      margin-left: 160px; }
