@charset "utf-8";
#contents {
  font-size:16px;
  font-size:1.6rem;
  padding-top: 0;
  line-height: 1.8;
}
.colLPNK{color:#e53e7f!important;}
.colDBLU{color:#184195!important;}
.colRED{color:#ed0202!important;}
strong span {font-weight: bold;}
.main-box {
  width: 100%;
  max-width: 1280px;
  background: url(./images/bg_01.png) repeat-x left bottom;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-box .inner .title {
  position: relative;
}
.main-box .inner h2 span {
  width: 30%;
  max-width: 372px;
  position: absolute;
  left: 1.5%;
  bottom: 27%;
}
.main-box .attention {
  font-size: 0;
  margin-top:1%;
}
.main-box .attention li{
  font-size: 12px;
  font-size: 1.2rem;
  display:inline-block;
  width:49.5%;
  border:1px solid #ccc;
  padding:1%;
  margin-bottom:1%;
  vertical-align:top;
}
.main-box .attention li:nth-child(odd){
  margin-right:1%;
}



#points{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
#points .points_wrap {
  padding: 30px 0;
  background: url(../images_2018/bg_border.png) repeat left top;
}
#points .points_inner{
  margin: 0 30px;
  padding: 50px;
  background-color: #fff;
  border: 12px solid #bedead;
  border-radius: 30px;
}
#points .points_intro h2{
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  color: #003883;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
#points .points_intro p{
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
#points #points_title p{
  display: inline-block;
  vertical-align: middle;
}
#points #points_title p.points_txt{
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #003883;
}
#points #points_title p.points_txt span{
  font-size: 32px;
  font-size: 3.2rem;
}
#points #points_title p.points_img{
  width: 24%;
  margin-left: 2%;
}
#points_title .points_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: center;
  flex-wrap: wrap;
}
#points_title .points_img_wrap img {
    margin: 0 10px;
  }

#points_title .points_img_wrap img {
  padding-top: 20px;
  max-width: 23%;
  align-self: flex-start;
}
#points_title .points_img_wrap img.new {
  background: url(../images_2018/icon_new.png) no-repeat center top;
}

.points {
  margin-top: 4em;
}
.points h3 {
    margin-bottom: 3em;
  }
.points .inner {
    max-width: 900px;
    min-width: auto!important;
  }
.points h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #003883;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
.points p + h4 {

  }
.points p {
    margin-bottom: 1em;
  }
.points p img {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }
#lineup, #insta {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
}
#insta h2 {
  position: relative;
  margin-bottom: 40px;
  padding: 12px;
  padding: 0.75rem;
  line-height: 1.3;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #e95098;
  color: #fff;
}
#insta h2:before {
  content:"";
  background: url(./images/img_ribbon_l.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -23px;
  width: 73px;
  height: 23px;
}
#insta h2:after {
  content:"";
  background: url(./images/img_ribbon_r.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -23px;
  width: 73px;
  height: 23px;
}
#insta .inner {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
}
#insta .inner p.insta_txt {
  position: relative;
  max-width: 850px;
  min-height: 180px;
  margin: 20px auto;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 240px;
}
#insta .inner p.insta_txt span {
  position: absolute;
  top: -70px;
  right: -100px;
}
#insta .inner p.insta_txt span img {
  max-width: 237px;
}
#insta .inner #insta_view {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fbfbfb;
}
.btncenter{
	width:100%;
	max-width:650px;
	height:53px;	
	margin: 0 auto;
	margin-top:39px;
	margin-bottom:65px;
}
.btncenter li{
	float:left;
}
#btn{
	margin-left:16px;
}
.btn-tachiyomi, .btn-data {
  display: inline-block;
  margin-top: 16px;
  width: 30%;
}
.btn-tachiyomi a, .btn-data a {
  display: block;
  text-decoration: none!important;
  text_align: center;
}
.btn-tachiyomi a span, .btn-data a span {
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}
.btn-tachiyomi {
/*  -webkit-box-shadow: 0px 3px 0 #ebebeb;
          box-shadow: 0px 3px 0 #ebebeb;
      -webkit-border-radius: 2px;
              border-radius: 2px;*/
}
.btn-tachiyomi a {
  border: #CCC 1px solid;
  background: -webkit-gradient(top,  #ffffff 0%,#e6e6e6 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),to(#e6e6e6));
  background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  text-align: center;
      border-radius: 2px;
}
.btn-tachiyomi a p {
  border: #fff 1px solid;
  padding: 9px 0 7px;
      border-radius: 2px;
}
.btn-tachiyomi a span {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color:#333;
  font-weight: bold;
  padding-left: 15px;
}
.btn-tachiyomi a span:before {
  content:"";
  background: url(./images/ico_tachiyomi.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  left: -10px;
  top:50%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
}
.btn-tachiyomi a:hover {
  background: -webkit-gradient(top,  #e6e6e6 0%,#ffffff 100%);
  background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#e6e6e6),to(#ffffff));
  background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
  text-align: center;
}
.btn-data {
/*  -webkit-box-shadow: 0px 3px 0 #d4d4d4;
          box-shadow: 0px 3px 0 #d4d4d4;
      -webkit-border-radius: 3px;
              border-radius: 3px;*/
  background: #af4068;
}
.btn-data a {
/*  border: #b70000 2px solid;*/
  background: #af4068;
/*  background: -webkit-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: -webkit-linear-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: linear-gradient(to bottom,  #d83d3d 0%,#cd0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83d3d', endColorstr='#cd0404',GradientType=0 );
      -webkit-border-radius: 3px;
              border-radius: 3px;*/
}
.btn-data a p {
/*  border: #e47964 1px solid;*/
  padding: 10px 0 8px;
      border-radius: 3px;
}
.btn-data a span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color:#fff;
  padding-right: 23px;
}
.btn-data a span:after {
/*  content:"";
  background: #fff;
  position: absolute;
  display: inline-block;
  right: 0;
  top:50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  z-index: 1;
      -webkit-border-radius: 3px;
              border-radius: 3px;*/
}
.btn-data a span:before {
  content:"";
  background: url(./images/ico_detail.png) no-repeat center center;
  position: absolute;
  display: inline-block;
  right: 5px;
  top:50%;
  width: 11px;
  height: 16px;
  margin-top: -10px;
  z-index: 2;
}
.btn-data a:hover {
  background: #b65075;
/*  background: -webkit-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: -webkit-linear-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: linear-gradient(to bottom,  #cd0404 0%,#d83d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0404', endColorstr='#d83d3d',GradientType=0 );*/
}
.lineup h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    padding: 8px 20px;
    background: #d9d9d9;
  }
.lineup .lineup-item {
    max-width: 846px;
    margin: auto;
    margin-top: 4em;
  }
.lineup .lineup-item .movie {
      
    }
.lineup .lineup-item .btn-wrap {
      padding: 1.5em 0 2.5em;
      position: relative
    }
.lineup .lineup-item .btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images_2018/line_dotted.png) repeat-x;
}
.lineup .lineup-item h3 {
      color: #236cb4;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      text-decoration: underline;
    }
.lineup .lineup-item .details {
      background: #af4068;
      padding: 10px 20px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      display: block;
      text-align: center
    }
.lineup .lineup-item .details:after {
  content: url(../images_2018/icon_link_arr.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  line-height: 1;
}
.lineup .lineup-item .details span {
        font-weight: bold;
}
.lineup .lineup-item .details:hover {
  text-decoration: none;
  background: #c86689;
}
.insta-btn {
  margin: 1em 0;
}
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin-top: 1.5em;
}
/*.isDeviceTB .section {
  padding-right: 0;
  padding-left: 0;
}

.isDeviceTouch .main-box .inner {
  padding: 0!important;
}*/
.isDeviceTB #points .points_intro h2{
  padding-bottom: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
.isDeviceTB #points #points_title p.points_txt{
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.6;
}
.isDeviceTB #points #points_title p.points_txt span{
  font-size: 26px;
  font-size: 2.6rem;
}
.isDeviceTB #insta .inner p.insta_txt span {
  position: absolute;
  top: 0;
  right: 0;
}
.isDeviceTB .btn-tachiyomi, .isDeviceTB .btn-data {
  margin-top: 8px;
  width: 100%;
}
.winSP .main-box {
  background:none;
}
.winSP .main-box .inner h2 span {
  width: 58%;
  bottom: 1%;
  left: 5%;
}

.winSP .main-box .attention li{
  display:block;
  width:100%;
}
.winSP .main-box .attention li:nth-child(odd){
  margin-right:0;
}

.winSP #points{
  padding: 10px 0;
}
.winSP #points .points_inner{
  margin: 0 10px;
  padding: 20px;
  background-color: #fff;
  border: 12px solid #bedead;
  border-radius: 30px;
}
.winSP #points .points_intro h2{
  padding-bottom: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3;
}
.winSP #points #points_title p.points_txt{
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
}
.winSP #points #points_title p.points_txt span{
  font-size: 1.2em;
}
.winSP #points #points_title p.points_img{
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.winSP #points #points_title p.points_img img{
  max-width: 35%;
}

.winSP #points_title .points_img_wrap img {
  margin: 0 1%;
  padding-top: 13px;
  width: 23%;
  align-self: flex-start;
}
.winSP #points_title .points_img_wrap img.new {
  background-size: auto 10px;
}

.winSP #lineup, #insta {
  margin: 20px auto;
}
.winSP #insta .inner {
  margin: 0 auto;
}
.winSP #insta h2 {
  font-size: 1.4em;
}
.winSP #insta .inner p.insta_txt {
  position: relative;
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.winSP #insta .inner p.insta_txt span {
  position: static;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
.winSP #insta .inner p.insta_txt span img {
  max-width: 40%;
}
.winSP .btn-tachiyomi, .winSP .btn-data {
  margin-top: 8px;
  width: 100%;
}
.winSP .btn-tachiyomi{margin-top: 12px;}
.winSP .points {
    margin-top: 2em;
  }
.winSP .points h3 {
      margin-bottom: 1.5em;
    }
.winSP .points h4 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 1em;
      margin-bottom: 0.5em;
      line-height: 1.4;
    }
.winSP .points p {
      margin-bottom: 1em;
    }
.winSP .points p img {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
      }
.winSP .lineup h2 {
      font-size: 24px;
      font-size: 2.4rem;
    }
.winSP .lineup .lineup-item {
      margin-top: 2em;
      
    }
.winSP .lineup .lineup-item .btn-wrap {
        padding: 1.5em 0 2.5em;
        position: relative;
      }
.winSP .lineup .lineup-item h3 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1.5em;
      }


