
@import url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

@charset "UTF-8";
/*
$breakPointML: 1200px;
$breakPointMM: 1100px;
$breakPointMS: 1000px;


$fz-s : 12px;
$fz-m : 14px; // regular
$fz-l : 16px;
$fz-2l: 18px;
$fz-3l: 20px;
$fz-4l: 24px;

*/
/* リセットCSS */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

._sp {
  display: none !important;
}

/*
.min{ font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}

.fs42{font-size: 42px!important; }
.fs36{font-size: 36px!important; }
.fs24{font-size: 24px!important; }
.fs20{font-size: 20px!important; }
.fs18{font-size: 18px!important; }
.fs14{font-size: 14px!important; }
.fs12{font-size: 12px!important; }
.fs10{font-size: 10px!important; }

.text-left{text-align:left!important;}
.text-center{text-align:center!important;}
.text-right{text-align:right!important;}

.mt0{margin-top: 0px!important; }
.mt10{margin-top: 10px!important; }
.mt20{margin-top: 20px!important; }
.mt30{margin-top: 20px!important; }
.mt40{margin-top: 40px!important; }
.mt60{margin-top: 60px!important; }
.mt80{margin-top: 80px!important; }
.mt100{margin-top: 100px!important; }

.mb0{margin-bottom: 0px!important; }
.mb10{margin-bottom: 10px!important; }
.mb20{margin-bottom: 20px!important; }
.mb30{margin-bottom: 30px!important; }
.mb40{margin-bottom: 40px!important; }
.mb60{margin-bottom: 60px!important; }
.mb80{margin-bottom: 80px!important; }
.mb100{margin-bottom: 100px!important; }

*/
.mod-btn {
  transition-duration: 0.2s;
  cursor: pointer;
}

.mod-btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* ! ---------- _base ---------- ---------- ---------- ---------- */
body {
  background: url(../images/bg.jpg) center top;
}

/* ! ---------- _header ---------- ---------- ---------- ---------- */
.area-loader {
  position: absolute;
  top: 400px;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 100;
  margin: -20px 0 0  -20px;
}

.area-loader svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.icon-spin {
  -webkit-animation-name: icon-spin;
          animation-name: icon-spin;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

header {
  background: #000;
}

header .area-header {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.5s;
  height: 780px;
  overflow: hidden;
  background: url(../images/header/bg.jpg) center center no-repeat;
  background-size: cover;
}

header .area-header.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .area-header .area-inner {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

header .logo_ichibankuji {
  position: absolute;
  top: 30px;
  left: 5px;
  width: 13%;
  height: 100%;
}

header .chara_zoro {
  position: absolute;
  top: 30px;
  left: 80px;
  width: 680px;
  height: 772px;
}

header .chara_zoro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 1s;
}

header .chara_zoro.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .text_main {
  position: absolute;
  top: 110px;
  left: 250px;
  width: 519px;
  height: 554px;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.3s;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  transition-timing-function: cubic-bezier(0, 1.76, 0.86, 1.02);
}

header .text_main.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

header .text_main.hide {
  transition-duration: 1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header .logo_main {
  position: absolute;
  top: 460px;
  left: 170px;
  width: 746px;
  height: 247px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.5s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

header .logo_main.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

header .text_date {
  position: absolute;
  top: 695px;
  left: 200px;
  width: 665px;
  height: 59px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.5s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

header .text_date.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

header .text_price {
  position: absolute;
  top: 60px;
  left: 635px;
  width: 343px;
  height: 338px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.3s;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  transition-timing-function: cubic-bezier(0, 1.76, 0.86, 1.02);
}

header .text_price img {
  width: 100%;
}

header .text_price.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mobile-ui {
  display: none;
}

.mobile-ui .mobile-header .menu-btn-open {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/header/btn_menu_open.png) left top no-repeat;
  background-size: 40px 40px;
  z-index: 100;
}

.mobile-ui .mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #000;
  z-index: 100;
  color: #fff;
  overflow-y: scroll;
}

.mobile-ui .mobile-menu a {
  color: #fff;
}

.mobile-ui .mobile-menu .menu-btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/header/btn_menu_close.png) left top no-repeat;
  background-size: 40px 40px;
  z-index: 10;
}

.mobile-ui .mobile-menu .main {
  margin-top: 60px;
}

.mobile-ui .mobile-menu .main li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #444;
}

.mobile-ui .mobile-menu .main li a.disable {
  color: #ccc;
}

.mobile-ui .mobile-menu .main li a.disable:before {
  border: 1px solid #ccc;
  border-left-width: 0;
  border-top-width: 0;
}

.mobile-ui .mobile-menu .main li a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  border: 1px solid #9aa6b7;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ! ---------- _body ---------- ---------- ---------- ---------- */

.area-body .area-inner {
  width: 1060px;
  margin: 0 auto;
}

/* ! ---------- block-spec ---------- ---------- ---------- ---------- */
.block-spec {
  position: relative;
  margin-top: -25px;
  background: url(../images/spec/bg.png) center top no-repeat;
  height: 285px;
  z-index: 10;
  color: #fff;
}

.block-spec a {
  color: #fff;
}

.block-spec .__cols {
  padding: 60px 40px 0 40px;
}

.block-spec .__cols:after {
  content: "";
  clear: both;
  display: table;
}

.block-spec .__col-1 {
  float: left;
  width: 56%;
}

.block-spec .__col-1 .__heading {
  font-size: 19px;
  border-left: 10px solid #888;
  padding: 5px 0 5px 10px;
}

.block-spec .__col-1 .__shops {
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.4;
}

.block-spec .__col-2 {
  float: right;
  width: 44%;
}

.block-spec .__col-2 .__notes {
  margin-top: 10px;
  font-size: 11px;
  color: #bbbbbb;
  line-height: 1.4;
}
/* ! ---------- GALLERY ---------- ---------- ---------- ---------- */
.gallery_bg{background: url(../images/gallery/gallery_bg.png)center top no-repeat;}
.gallery_heading{padding: 50px; text-align: center;}
.gallery_heading_sp{display: none;}
.gallery_box{width: 642px; margin: 0 auto; padding-bottom: 50px;}
.item_box {width: 475px; background: url(../images/lineup/item_bg.jpg) center top no-repeat; padding: 0 0 10px 0;}

/* ! ---------- block-lineup ---------- ---------- ---------- ---------- */

.block-lineup .__heading {
  padding: 50px;
  text-align: center;
}

.block-lineup .__row-1 {
  background: #fff;
}

.block-lineup .__row-1:after {
  content: "";
  clear: both;
  display: table;
}

.block-lineup .__row-1 .__col-1 {
  padding: 150px 0 0 50px;
  float: left;
  width: 45%;
}

.block-lineup .__row-1 .__col-1 .__title {
  display: table;
}

.block-lineup .__row-1 .__col-1 .__title img {
  display: table-cell;
}

.block-lineup .__row-1 .__col-1 .__title span {
  vertical-align: middle;
  display: table-cell;
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 0 10px;
  line-height: 1.2;
}

.block-lineup .__row-1 .__col-2 {
  float: right;
  width: 55%;
  padding: 50px 0 20px 0;
  text-align: center;
}

.block-lineup .__row-1 p {
  padding: 0 0 0 20px;
}

.block-lineup .__row-1 .__marks {
  margin-top: 45px;
  padding: 0 0 0 20px;
}

.block-lineup .__row-1 .__img {
  text-align: center;
}

.block-lineup .__row-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

.block-lineup .__row-2:after {
  content: "";
  clear: both;
  display: table;
}

.block-lineup .__row-2 .__col-1 {
  background: #fff;
  width: 48.5%;
  padding: 25px;
  margin: 0 1.5% 0 0;
}

.block-lineup .__row-2 .__col-2 {
  background: #fff;
  width: 48.5%;
  padding: 25px;
  margin: 0 0 0 1.5%;
}

.block-lineup .__row-2 .__col-blue {
  background: #d5d9de;
}

.block-lineup .__row-2 .__title-set {
  position: relative;
}

.block-lineup .__row-2 .__title-set .__title {
  display: table;
}

.block-lineup .__row-2 .__title-set .__title img {
  display: table-cell;
}

.block-lineup .__row-2 .__title-set .__title span {
  vertical-align: middle;
  display: table-cell;
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 0 10px;
  line-height: 1.2;
}

.block-lineup .__row-2 .__title-set .__title span.__small {
  font-size: 24px;
}

.block-lineup .__row-2 .__title-set .__logo {
  position: absolute;
  top: 5px;
  right: 0px;
}

.block-lineup .__row-2 .__img {
  text-align: center;
}

.block-lineup .__row-2 .__t_last {
  margin: 20px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #00325b;
}

.block-lineup .__row-2 .__t_campain {
  margin: 20px 0 0 0;
  padding: 5px 0 5px 10px;
  border-left: 10px solid #802828;
  color: #802828;
  font-size: 20px;
  font-weight: bold;
}

.block-lineup .__row-2 .__notes {
  color: #686868;
  font-size: 14px;
  line-height: 1.8;
}

.block-lineup p {
  text-align: left;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.block-lineup .__marks {
  margin-top: 10px;
}

.block-lineup .__marks li {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 3px 20px 0 20px;
  line-height: 30px;
  font-size: 17px;
}

.block-lineup .__marks li.__size {
  background: #001c58;
}

.block-lineup .__marks li.__types {
  background: #2d5363;
}

.block-lineup .__marks li.__extra {
  background: #802828;
}

/* ! ---------- block-last ---------- ---------- ---------- ---------- */
.block-last {
  margin-top: 80px;
  text-align: center;
}

.block-last .__btn {
  margin-top: 20px;
}

.block-last .__top {
  margin-top: 80px;
}

.block-last .__top a {
  color: #000;
}

/* ! ---------- _footer ---------- ---------- ---------- ---------- */
.area-footer {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
  background: url(../images/footer/bar.png) center bottom repeat-x;
  height: 100px;
}

.area-footer .btn_pagetop {
  margin-top: 20px;
}

/*
body{
	transform-origin:left top;
	transform: scale(0.5);
}

header,
.area-footer,
.area-body{
width: 1600px;
}
*/

@media screen and (max-width: 767px){
  ._pc{
    display: none !important;
  }
  ._sp{
    display: block !important;
  }
}

@media screen and (max-width: 768px){
	
/* ! ---------- GALLERY ---------- ---------- ---------- ---------- */
.gallery_bg{background:none; }
.gallery_heading{display: none;}
.gallery_heading_sp{display: block;padding: 20px; text-align: center;}
.gallery_box{width: 100%; margin: 0 auto 10% auto;}
.item_box {width: 100%; background: url(../images/lineup/item_bg.jpg) center top no-repeat; background-size: contain; padding: 0% 0 5% 0;}
	
	
  .area-loader{
    top: 150px;
  }
  header .area-header{
    height: auto;
  }
  header .area-header .area-inner{
    width: auto;
  }
  header .area-header .area-inner{
    height: auto;
  }
  header .area-header .area-inner:after{
    content: "";
    display: block;
    padding-top: 89%;
  }
  header .logo_ichibankuji{
    top: 10px;
    left: 10px;
    width: 22%;
    height: 100%;
  }
  header .chara_zoro{
    top: 5%;
    left: 7%;
    width: 75%;
    height: auto;
  }
  header .text_main{
    top: 13%;
    left: 20%;
    width: 60%;
    height: auto;
  }
  header .logo_main{
    top: 58%;
    left: 5%;
    width: 90%;
    height: auto;
  }
  header .text_date{
    top: 89%;
    left: 3%;
    width: 95%;
    height: auto;
  }
  header .text_price{
    top: 13%;
    left: 58%;
    width: 37%;
    height: 37%;
  }
  header .text_price.show{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mobile-ui{
    display: block;
  }
  img{
    max-width: 100%;
  }
  .area-body .area-inner{
    width: auto;
  }
  .block-spec{
    margin-top: -12px;
    background: url(../images/spec/bg_sp.png) left top no-repeat;
    background-size: cover;
    height: auto;
  }
  .block-spec .__cols{
    padding: 40px 15px 25px 15px;
  }
  .block-spec .__col-1{
    width: auto;
    float: none;
  }
  .block-spec .__col-1 .__heading{
    font-size: 14px;
    border-left: 5px solid #888;
  }
  .block-spec .__col-1 .__shops{
    font-size: 13px;
    line-height: 1.8;
  }
  .block-spec .__col-2{
    width: auto;
    float: none;
    margin-top: 10px;
  }
  .block-spec .__col-2 .__notes{
    font-size: 10px;
  }
  .block-lineup{
    padding: 10px;
  }
  .block-lineup .__heading{
    padding: 20px;
  }
  .block-lineup .__row-1 .__col-1 .__title img{
    width: 50px;
  }
  .block-lineup .__row-1 .__col-1 .__title span{
    font-size: 20px;
  }
  .block-lineup .__row-1 .__col-1{
    padding: 15px;
    width: auto;
    float: none;
  }
  .block-lineup .__row-1 .__col-2{
    padding: 15px;
    width: auto;
    float: none;
  }
  .block-lineup .__row-1 p{
    padding: 0;
  }
  .block-lineup .__row-1 .__marks{
    margin-top: 20px;
    padding: 0;
  }
  .block-lineup .__row-1 .__img{
    padding: 0 10px;
  }
  .block-lineup .__row-2{
    margin-top: 0;
  }
  .block-lineup .__row-2 .__col-1{
    padding: 15px;
    width: auto;
    float: none;
    margin: 0;
    margin-top: 10px;
  }
  .block-lineup .__row-2 .__col-2{
    padding: 15px;
    width: auto;
    float: none;
    margin: 0;
    margin-top: 10px;
  }
  .block-lineup .__row-2 .__title-set .__title span.__small{
    font-size: 16px;
  }
  .block-lineup .__row-2 .__title-set .__title img{
    width: 50px;
  }
  .block-lineup .__row-2 .__title-set .__title span{
    font-size: 20px;
  }
  .block-lineup .__row-2 .__title-set .__logo{
    width: 45px;
  }
  .block-lineup .__row-2 .__img{
    padding: 0 10px;
  }
  .block-lineup .__row-2 .__t_last{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block-lineup .__row-2 .__t_campain{
    font-size: 11px;
    border-left: 5px solid #802828;
    margin-bottom: 20px;
  }
  .block-lineup .__row-2 .__notes{
    font-size: 10px;
  }
  .block-lineup p{
    margin-top: 10px;
    font-size: 13px;
    padding: 0;
  }
  .block-lineup .__marks li{
    font-size: 12px;
    padding: 1px 10px 0 10px;
    line-height: 20px;
  }
  .block-last{
    margin-top: 20px;
    padding: 0 20px;
  }
  .block-last .__btn{
    margin-top: 5px;
  }
  .block-last .__top{
    margin-top: 20px;
    font-size: 14px;
  }
  .area-footer{
    margin-top: 20px;
    font-size: 9px;
    background: #none;
    height: auto;
  }
}

ul.bx-pager {padding:0 20%;}
ul.bx-pager li { float:left; margin-right:5%; width:30%; border: 1px solid #5A5A5A;}
ul.bx-pager li:last-child { float:right; margin-right:0;}

/*# sourceMappingURL=maps/index.css.map */
