/* ==========================================================
  shared.css
  display: PC and Tab
========================================================== */
@media screen and (min-width: 768px) {
  /* ====================
    @CONTENTS
  ===================== */
  #top #contents #page {
    padding: 0;
    margin: 0; }
  #top #contents .title h2 {
    top: -168px; }
  #top #contents #btn-trial > p {
    top: -168px; }
  #top #contents .btn-more {
      width: 100px;
      text-align: center;
      margin: 0 auto 80px;
      }
    #top #contents .btn-more a {
      letter-spacing: 0.05rem;
      color: #e9e5df;
      font-size: 16px;
      padding: 0 0 4px;
      position: relative;
      display: block;
		z-index: 3;
	}
      #top #contents .btn-more a:before {
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        transition: all 0.3s ease;
        border-bottom: 1px solid #ff6b00;
        position: absolute;
        display: block; }
      #top #contents .btn-more a:after {
        content: '';
        width: 0;
        right: 50%;
        bottom: 0;
        transition: all 0.3s ease;
        border-bottom: 1px solid #ff6b00;
        position: absolute;
        display: block; }
      #top #contents .btn-more a:hover {
        color: #ff6b00; }
        #top #contents .btn-more a:hover:before, #top #contents .btn-more a:hover:after {
          width: 50%;
          border-bottom: 1px solid #ff6b00; }
  #top #contents .sub-main div {
    background: url(../images/top/sub_main.jpg) no-repeat center 0;
    background-size: cover; }
  #top #contents .menu-bnr-list {
    padding: 240px 40px 160px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    #top #contents .menu-bnr-list li {
      width: 47.5%;
      max-width: 440px;
      margin: 4% 0 0 0;
      position: relative; }
      #top #contents .menu-bnr-list li:nth-child(even) {
        margin: 4% 0 0 4%; }
      #top #contents .menu-bnr-list li a {
        overflow: hidden;
        display: block;
        /* box-shadow */
        box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.5);
        transition: .3s; }
        #top #contents .menu-bnr-list li a img {
          -moz-transition: -moz-transform 0.3s linear;
          -webkit-transition: -webkit-transform 0.3s linear;
          -o-transition: -o-transform 0.3s linear;
          -ms-transition: -ms-transform 0.3s linear;
          transition: transform 0.3s linear; }
        #top #contents .menu-bnr-list li a:hover {
          /* box-shadow */
          box-shadow: 0px 6px 20px 8px rgba(0, 0, 0, 0.6);
          -moz-box-shadow: 0px 6px 20px 8px rgba(0, 0, 0, 0.6);
          -webkit-box-shadow: 0px 6px 20px 8px rgba(0, 0, 0, 0.6); }
          #top #contents .menu-bnr-list li a:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            transition: .3s; }
        #top #contents .menu-bnr-list li a span {
          font-size: 20px;
          font-weight: 600;
          text-align: left;
          position: absolute;
          top: 35px;
          left: 25px;
          z-index: 2; }
          #top #contents .menu-bnr-list li a span > small {
            font-size: 18px;
            margin: 12px 0 0;
            display: block; }

#movie_short {
	position: absolute;
	top: 150px;
    left: 25px;
    width: 200px;
    heigth: 30px;
	z-index: 9990;
}
#movie_full {
	position: absolute;
	top: 200px;
    left: 25px;
    width: 200px;
    heigth: 30px;
	z-index: 9990;
}

}
/* ==========================================================
  top.css
  display: SP
========================================================== */
@media screen and (max-width: 767px) {
  /* ====================
    @CONTENTS
  ===================== */
  #top #contents #page {
    padding: 0 0 10%; }
  #top #contents .btn-more {
    width: 100px;
    text-align: center;
    margin: 0 auto 40px; }
    #top #contents .btn-more a {
      letter-spacing: 0.05rem;
      color: #e9e5df;
      font-size: 1.6rem;
      padding: 0 0 4px;
      position: relative;
      display: block; }
      #top #contents .btn-more a:before {
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        transition: all 0.3s ease;
        border-bottom: 1px solid #ff6b00;
        position: absolute;
        display: block; }
      #top #contents .btn-more a:after {
        content: '';
        width: 0;
        right: 50%;
        bottom: 0;
        transition: all 0.3s ease;
        border-bottom: 1px solid #ff6b00;
        position: absolute;
        display: block; }
      #top #contents .btn-more a:hover {
        color: #ff6b00; }
        #top #contents .btn-more a:hover:before, #top #contents .btn-more a:hover:after {
          width: 50%;
          border-bottom: 1px solid #ff6b00; }
  #top #contents .sub-main div {
    background: url(../images/top/sub_main.jpg) no-repeat center 0;
    background-size: contain; }
  #top #contents .news-list {
    /* margin: 8% 3% 0; */
	margin: 8vw 3vw 0;
	}
    #top #contents .news-list li:nth-child(even) {
    /*  margin: 0 0 5% 6%; */
	margin: 0 0 5vw 5vw;
	}
  #top #contents .menu-bnr-list {
    padding: 0 2% 10%;
    margin: 33% auto 0;
    position: relative;
    z-index: 3; }
    #top #contents .menu-bnr-list li {
      margin: 0 0 8%;
      position: relative; }
      #top #contents .menu-bnr-list li:last-child {
        margin: 0; }
      #top #contents .menu-bnr-list li a span {
        font-size: 2.0rem;
        font-weight: 600;
        text-align: left;
        display: block;
        position: absolute;
        top: 35px;
        left: 25px;
        z-index: 2; }
        #top #contents .menu-bnr-list li a span > small {
          font-size: 1.8rem;
          margin: 12px 0 0;
          display: block; }

#movie_short {
	position: absolute;
	top: 180px;
    left: 20px;
    width: 133px;
    heigth: 20px;
	z-index: 9990;
}
#movie_full {
	position: absolute;
	top: 215px;
    left: 20px;
    width: 133px;
    heigth: 20px;
	z-index: 9990;
}

}