﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*====================
Compoent
====================*/
.c-box--radius {
  border-radius: 8px;
}

.c-box--white {
  background-color: #fff;
}

.c-box--medium {
  padding: 1.5rem;
}

.c-text__heading {
  border-bottom: 2px dotted;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.c-balloon {
  position: relative;
  padding: 0.25em 0.5em 0.25em 0.45em;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-left: 10px;
  white-space: nowrap;
}

.c-balloon--exclamation {
  padding: 0.25em 0.25em 0.25em 0.5em;
}

.c-balloon--red {
  color: #fff;
  background-color: #ff3737;
}

.c-balloon--red::before {
  border-right-color: #ff3737 !important;
}

.c-balloon--gray {
  color: #fff;
  background-color: #666;
}

.c-balloon--gray::before {
  border-right-color: #666 !important;
}

.c-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid;
}

/*====================
Utility
====================*/
.u-indent {
  float: left;
}

.u-indent + * {
  display: table;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fw-b {
  font-weight: bold;
}

.u-cBullet > * {
  padding-left: 1em;
  text-indent: -1em;
}

.u-lh-1_75 {
  line-height: 1.75;
}

.u-fs-1_45 {
  font-size: 145% !important;
}

.u-ws-nw {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .u-ws-nw--pc-only {
    white-space: normal;
  }
}

.u-ta-r {
  text-align: right;
}

/*====================
COMMON
====================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  color: #425396;
  text-decoration: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.dN {
  display: none;
}

.dB {
  display: block;
}

.imgBlc{
  position: relative;
}

.imgBlc img {
  width: 100%;
  display: block;
}

.mt2 {
  margin-top: 4%;
}

.mt3 {
  margin-top: 5%;
}

.mt4 {
  margin-top: 6%;
}

.mb1 {
  margin-bottom: 2%;
}

.mb2 {
  margin-bottom: 4%;
}

.mb3 {
  margin-bottom: 6%;
}

.mb4 {
  margin-bottom: 8%;
}

.mb1c > * {
  margin-bottom: 2%;
}

.mb2c > * {
  margin-bottom: 4%;
}

.mb0las > *:last-child {
  margin-bottom: 0;
}

.pl14 {
  padding-left: 14px;
}

dl.clearfix > dt {
  float: left;
}

dl.clearfix > dd {
  display: table;
}

.fwB {
  font-weight: bold;
}

.pink {
  color: #e4007f;
}

.blue {
  color: #425396;
}

.fs110 {
  font-size: 110%;
}

/*====================
LAYOUT
====================*/
body {
  width: 100% !important;
  height: 100% !important;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #425396;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #e8fafe url(../img/common/bg.jpg);
  padding: 4% 2%;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
}

header,
main,
footer {
  width: 100%;
  margin: 0 auto;
  display: block;
}

header > *,
footer > *,
.shelfMdl .left > *,
.shelfMdl .right > * {
  margin-bottom: 4%;
}

header > *:last-child,
footer > *:last-child,
.shelfMdl .left > *:last-child,
.shelfMdl .right > *:last-child {
  margin-bottom: 0;
}

/*====================
HEADER
====================*/
header {
  padding-bottom: 4%;
}

#top p {
  margin: 0 auto;
}

#top p:nth-of-type(2) {
  width: 64%;
}

h1,
#what,
#schedule,
#warning {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2%;
}

/*====================
MAIN
====================*/
.shelfTop {
  margin-bottom: -1px;
}
@media (min-width: 48.0625em) {
  .shelfTop > img,.shelfBtm > img  {
    width: 1024px;
  }
}

.shelfTop img {
  display: block;
}

.shelfMdl > li {
  background: url(../img/main/shelf/partition.jpg), url(../img/main/shelf/mdl_top.jpg), url(../img/main/shelf/mdl_btm.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left bottom, left top, left top;
  padding: 2% 4% 4%;
  color: #e4007f;
}

.shelfMdl > li:last-of-type {
  background: url(../img/main/shelf/mdl_top.jpg), url(../img/main/shelf/mdl_btm.jpg);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
  padding: 2% 4% 0;
}

.shelfMdl .wrapper {
  border-radius: 8px;
  padding: 4% 2%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65) 4px, rgba(255, 255, 255, 0.65) 4px, rgba(255, 255, 255, 0.65) 4px);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65) 1px, rgba(255, 255, 255, 0.65) 1px, rgba(255, 255, 255, 0.65) 2px);
}

.shelfMdl .left {
  margin-bottom: 4%;
}

.shelfMdl .about > dt {
  margin-bottom: 2%;
  text-align: center;
}

.shelfMdl .about b {
  font-size: 120%;
}

.shelfMdl .about > dd {
  position: relative;
  padding: 2% 2% 6%;
}

.shelfMdl .about > dd::before, .shelfMdl .about > dd::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../img/common/circle_r.png) repeat-x;
  background-size: 2px auto;
}

.shelfMdl .about > dd::before {
  top: 0;
  left: 0;
}

.shelfMdl .about > dd::after {
  bottom: 0;
  left: 0;
}

.shelfMdl .about > dd p {
  margin-bottom: 4%;
}

.shelfMdl .about > dd dl {
  border: 1px solid #e4007f;
  padding: 1%;
}

.shelfMdl .about > dd dl::after {
  content: '';
  display: block;
  clear: both;
}

.shelfMdl .about > dd dt {
  float: left;
}

.shelfMdl .about > dd dt::before {
  content: '●';
  margin-right: 1px;
}

.shelfMdl .about > dd dt::after {
  content: '：';
}

.shelfMdl .about > dd dd {
  display: table;
}

.shelfMdl .period dt {
  width: 56%;
  margin-bottom: 2%;
}

.shelfMdl .period .until,
.shelfMdl .period .count {
  font-size: 128%;
}

.shelfMdl .period .until {
  margin-bottom: 1%;
}

.shelfMdl .period .count {
  color: #fff;
  background-color: #e4007f;
  text-align: center;
  padding: 1% 0;
}

.shelfMdl .buy {
  /*li:nth-of-type(1) a{
			pointer-events: none;
		}*/
}

.shelfMdl .buy li {
  width: 96%;
  margin: 0 auto 2%;
}

.shelfMdl .buy li:last-of-type {
  margin-bottom: 0;
}

.shelfMdl .buy a {
  display: block;
}

.shelfMdl .movie {
  width: 92%;
  margin: 0 auto;
}

.shelfMdl .movie a {
  position: relative;
  display: block;
}

.shelfMdl .movie a::before {
  content: '';
  position: absolute;
  top: -2%;
  left: -5.5%;
  width: 100%;
  height: 100%;
  background: url(../img/main/movie_catch.png) no-repeat;
  background-size: 72% auto;
}

.shelfMdl .movie a::after {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 62px;
  font-size: 20vw;
  color: #00a2e6;
  line-height: 1;
  position: absolute;
  top: 32%;
  left: 39.3%;
  opacity: 0.5;
}

.shelfMdl .movie--center {
  width: auto;
  display: table;
  margin-top: inherit;
  margin-right: auto;
  margin-bottom: inherit;
  margin-left: auto;
}

.shelfMdl .movie--catch-border-white a::before {
  background: url(../img/main/movie_catch-border-white.png) no-repeat;
}

.shelfBtm {
  position: relative;
}

.shelfBtm p {
  margin-top: 4%;
  display: block;
  border: 2px solid #a05000;
}

.shelfBtm p a {
  display: block;
}

/*====================
FOOTER
====================*/
footer {
  padding-top: 4%;
}
#bnrArea li {
  width: 49.5%;
  margin-right: 1%;
}

#bnrArea li:nth-of-type(2n) {
  margin: 0 0 1% 0;
}

#bnrArea li:last-of-type {
  margin: 0;
}

#bnrArea a {
  display: block;
}

#bnrArea img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#search {
  display: block;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

#search a {
  padding: 2% 4% 1%;
  border-radius: 8px;
  display: block;
}

#btm {
  font-size: 80%;
  line-height: 1.8;
  padding: 0 2%;
}

/*====================
jQuery / OTHER
====================*/
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

#cboxContent {
  border: 8px solid rgba(228, 0, 127, 0.3);
  border-radius: 4px;
}

#cboxOverlay {
  background: #425396;
}

#cboxClose {
  right: 0;
  left: 0;
  margin: auto;
}

#cboxPrevious,
#cboxNext {
  width: 18px;
  height: 31px;
  position: absolute;
  top: 50%;
  display: block;
  text-indent: -9999px;
}

#cboxTitle {
  font-size: 200%;
  top: -37px;
  left: 5px;
}

html.svg #cboxClose {
  background: url(../img/common/close.svg) no-repeat 0 0;
}

html.svg #cboxClose:hover {
  background: url(../img/common/close.svg) 0 -32px;
}

html.svg #cboxPrevious {
  left: -5%;
  background: url(../img/common/prev.svg) no-repeat 0 0;
}

html.svg #cboxPrevious:hover {
  background: url(../img/common/prev.svg) 0 -31px;
}

html.svg #cboxNext {
  right: -5%;
  background: url(../img/common/next.svg) no-repeat 0 0;
}

html.svg #cboxNext:hover {
  background: url(../img/common/next.svg) 0 -31px;
}

html.no-svg #cboxClose {
  background: url(../img/common/close.png) no-repeat 0 0;
}

html.no-svg #cboxClose:hover {
  background: url(../img/common/close.png) 0 -32px;
}

html.no-svg #cboxPrevious {
  left: -5%;
  background: url(../img/common/prev.png) no-repeat 0 0;
}

html.no-svg #cboxPrevious:hover {
  background: url(../img/common/prev.png) 0 -31px;
}

html.no-svg #cboxNext {
  right: -5%;
  background: url(../img/common/next.png) no-repeat 0 0;
}

html.no-svg #cboxNext:hover {
  background: url(../img/common/next.png) 0 -31px;
}

@media screen and (min-width: 769px) {
  /*====================
    COMMON
    ====================*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .opacity > * {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .opacity > *:hover {
    opacity: 0.5;
  }
  a.opacity {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a.opacity:hover {
    opacity: 0.5;
  }
  .mt2 {
    margin-top: 2%;
  }
  .mt3 {
    margin-top: 3%;
  }
  .mt4 {
    margin-top: 4%;
  }
  .mb1 {
    margin-bottom: 1%;
  }
  .mb2 {
    margin-bottom: 2%;
  }
  .mb3 {
    margin-bottom: 3%;
  }
  .mb4 {
    margin-bottom: 4%;
  }
  .mb1c > * {
    margin-bottom: 1%;
  }
  .mb2c > * {
    margin-bottom: 2%;
  }
  /*====================
    LAYOUT
    ====================*/
  body {
    padding: 2% 0 4%;
  }
  img {
    width: auto;
    display: inline;
  }
  header,
  main,
  footer {
    width: 1024px;
  }
  header > *,
  footer > *,
  .shelfMdl .left > *,
  .shelfMdl .right > * {
    margin-bottom: 2%;
  }
  header > *:last-child,
  footer > *:last-child,
  .shelfMdl .left > *:last-child,
  .shelfMdl .right > *:last-child {
    margin-bottom: 0;
  }
  /*====================
    HEADER
    ====================*/
  header {
    padding-bottom: 1%;
  }
  #top {
    position: relative;
  }
  #top p {
    margin: 0;
  }
  #top p:nth-of-type(1) {
    width: 80%;
  }
  #top p:nth-of-type(2) {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 2%;
  }
  h1,
  #what,
  #info,
  #schedule {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 2%;
  }
  #info {
    padding: 0;
  }
  /*====================
    MAIN
    ====================*/
  .shelfMdl .wrapper {
    position: relative;
  }
  .shelfMdl .wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 90%;
    background: url(../img/common/circle_b.png) repeat-y;
    background-size: auto 3px;
  }
  .shelfMdl .left {
    margin-bottom: 0;
    width: 48%;
    float: left;
  }
  .shelfMdl .right {
    width: 48%;
    float: right;
  }
  .shelfMdl .ph {
    margin-bottom: 4%;
    position: relative;
  }
  .shelfMdl .ph::after {
    content: '\f055';
    font-family: FontAwesome;
    font-size: 47px;
    font-size: 3vw;
    line-height: 1;
    color: #00a2e6;
    position: absolute;
    top: 1.8%;
    left: 2%;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table;
  }
  .shelfMdl .ph:hover::after {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg);
  }
  .shelfMdl .ph img {
    width: 100%;
    display: block;
  }
  .shelfMdl .zoom {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }
  .shelfMdl .zoom a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .shelfMdl .zoom a:hover {
    cursor: url(../img/common/cursor.cur), crosshair;
  }
  .shelfMdl .about b {
    font-size: 150%;
  }
  .shelfMdl .about > dd {
    padding: 2% 2% 0;
  }
  .shelfMdl .about > dd::before {
    background-size: 3px auto;
  }
  .shelfMdl .about > dd::after {
    content: none;
  }
  .shelfMdl .about > dd dl {
    border: 2px solid #e4007f;
    padding: 2%;
  }
  .shelfMdl .about > dd p {
    margin-bottom: 2%;
  }
  .shelfMdl .period {
    margin-bottom: 4%;
  }
  .shelfMdl .period dt {
    width: 100%;
  }
  .shelfMdl .buy {
    margin-bottom: 4%;
  }
  .shelfMdl .buy li {
    width: 100%;
    margin: 0 auto 1%;
  }
  .shelfMdl .buy img {
    width: 100%;
    display: block;
  }
  .shelfMdl .buy a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shelfMdl .buy a:hover {
    -webkit-transform: translate(4%);
    -ms-transform: translate(4%);
    transform: translate(4%);
  }
  .shelfMdl .movie a::before {
    background-size: auto;
  }
  .shelfMdl .movie a::after {
    font-size: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shelfMdl .movie a:hover::after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .shelfMdl .cp01 {
    width: 100% !important;
  }
  .shelfBtm p {
    width: 100%;
    position: absolute;
    top: 39%;
    border: none;
    margin: 0 auto;
  }
  .shelfBtm p a {
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shelfBtm p a:hover {
    opacity: 0.6;
  }
  /*====================
    FOOTER
    ====================*/
  #bnrArea li {
    width: 24.4%;
    margin-right: 0.8%;
  }
  #bnrArea li:nth-of-type(2n) {
    margin: 0 0.8% 0 0;
  }
  #bnrArea li:last-of-type {
    margin: 0 0.8% 0 0;
  }
  #search {
    width: 40%;
    margin: 0 auto 4%;
  }
  #search a {
    padding: 2% 4% 1.5%;
  }
  #btm {
    padding: 0;
  }
  #btm .clearfix dd {
    float: left;
    margin-right: 8px;
  }
  #btm .clearfix dd::after {
    content: '/';
    margin-left: 8px;
  }
  #btm .clearfix dd:last-of-type {
    float: none;
    margin-right: 0;
  }
  #btm .clearfix dd:last-of-type::after {
    content: none;
  }
  #btm a:hover {
    text-decoration: underline;
  }
  /*====================
    jQuery / OTHER
    ====================*/
  #cboxClose {
    right: 0;
    left: auto;
    margin: auto;
  }
}
/*# sourceMappingURL=common.css.map */