@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : introduction.css
Description : 最初にページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main .mainInner {
    padding-bottom: 10%;
  }
  #main .h1_tit {
    background: url(../images/introduction/sp/h1_tit.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    width: 87.5%;
    padding-top: 15%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .intro p {
    padding-top: 5%;
    padding-bottom: 10%;
  }
  #main .intro p img {
    width: 90%;
    height: auto;
  }
  #main .story {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: skew(0deg, -3.1deg);
    -ms-transform: skew(0deg, -3.1deg);
    -webkit-transform: skew(0deg, -3.1deg);
    transform: skew(0deg, -3.1deg);
  }
  #main .story .storyInner {
    -moz-transform: skew(0deg, 3.1deg);
    -ms-transform: skew(0deg, 3.1deg);
    -webkit-transform: skew(0deg, 3.1deg);
    transform: skew(0deg, 3.1deg);
  }
  #main .story .storyInner p {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
  #main .story .storyInner p img {
    width: 87.5%;
    height: auto;
  }
  #main .point p {
    padding-top: 12%;
    padding-bottom: 12%;
    text-align: center;
  }
  #main .point p img {
    width: 89%;
    height: auto;
  }
  #main .about p {
    padding-bottom: 10%;
    text-align: center;
  }
  #main .about p img {
    width: 80%;
    height: auto;
  }
  #main .summary {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
  }
  #main .summary:before {
    content: url(../images/introduction/watch.png);
    position: absolute;
    top: -20px;
    left: 20%;
  }
  #main .summary .summaryInner p {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  #main .summary .summaryInner p img {
    width: 72%;
    height: auto;
  }
}
@media screen and (min-width: 700px) {
  #main .mainInner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  #main .h1_tit {
    background: url(../images/introduction/h1_tit.png) no-repeat center center;
    margin: 0 auto 50px;
    width: 960px;
    height: 46px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .inner .img_sp {
    display: none;
  }
  #main .intro {
    background: url(../images/introduction/intro.png) no-repeat center top;
    margin: 0 auto;
    width: 960px;
    height: 335px;
  }
  #main .story {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: skew(0deg, -3.1deg);
    -ms-transform: skew(0deg, -3.1deg);
    -webkit-transform: skew(0deg, -3.1deg);
    transform: skew(0deg, -3.1deg);
  }
  #main .story .storyInner {
    background: url(../images/introduction/story.png) no-repeat center center;
    margin: 0 auto;
    width: 960px;
    height: 895px;
    -moz-transform: skew(0deg, 3.1deg);
    -ms-transform: skew(0deg, 3.1deg);
    -webkit-transform: skew(0deg, 3.1deg);
    transform: skew(0deg, 3.1deg);
  }
  #main .point {
    background: url(../images/introduction/point.png) no-repeat center center;
    margin: 0 auto;
    width: 960px;
    height: 320px;
  }
  #main .about {
    background: url(../images/introduction/about.png) no-repeat center top;
    margin: 0 auto;
    width: 960px;
    height: 160px;
  }
  #main .summary {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
  }
  #main .summary:before {
    content: url(../images/introduction/watch.png);
    margin-left: -350px;
    position: absolute;
    top: -20px;
    left: 50%;
  }
  #main .summary .summaryInner {
    background: url(../images/introduction/summary.png) no-repeat center center;
    margin: 0 auto;
    width: 960px;
    height: 128px;
  }
}
