@import "fonts.css";
@import "common.css";


/* ヘッダービジュアル */
.header_visual{
  width: 100%;
}

/* タイトル */
.film_title{
  width: 100%;
  text-align: center;
}

.topic_title{
  position: absolute;
  width: 18%;
  margin-top: -6vw;
  margin-left: -23vw;
}

.title_letter{
  width: 36%;
  padding-top: 6vw;
}

/* 作品概要 */
.film_overview{
  display: block;
  width: 75%;
  margin: 0 auto;
  padding-top: 6vw;
}

@media screen and (min-width:540px){
  .film_overview{
    position: relative;
    width: 75%;
  }
}

.text_box{
  width: 100%;
}

.text_box h2{
  color: #484848;
  font-size: 3.5vw;
  font-family: 'LubalGraphTIC';
  letter-spacing: 0.8vw;
  margin-bottom: 5vw;
}

@media screen and (min-width:540px) {
  .text_box h2{
    font-size: 1vw;
    font-weight: bolder;
    letter-spacing: 0.1vw;
    margin-bottom: 2.8vw;
  }
}

.text_box span{
  padding-bottom: 1vw;
  border-bottom: 1px solid #484848;
}

@media screen and (min-width:540px) {
  .text_box span{
    padding-bottom: 0.5vw;
  }
}

.text_box p{
  color: #484848;
  font-size: 3vw;
  font-family: "游ゴシック", sans-serif;
  letter-spacing: 0.2vw;
  padding-bottom: 0.5vw;
}

@media screen and (min-width:540px) {
  .text_box p{
    font-size: 1.23vw;
    padding-bottom: 0.3vw;
  }
}

.text_box p:nth-child(6){
  padding-bottom: 7vw;
}

@media screen and (min-width:540px) {
  .text_box p:nth-child(6){
    padding-bottom: 3vw;
  }
}

.text_box p:nth-child(17){
  padding-bottom: 7vw;
}

@media screen and (min-width:540px) {
  .text_box p:nth-child(17){
    padding-bottom: 3vw;
  }
}

.text_box p:nth-child(n + 18){
  padding-bottom: 2vw;
}

@media screen and (min-width:540px) {
  .text_box p:nth-child(n + 18){
    padding-bottom: 0.5vw;
  }
}

@media screen and (min-width:540px) {
  .text_box br{
    display: none;
  }
}

.poster{
  width: 100%;
  padding-top: 7vw;
}

@media screen and (min-width:540px) {
  .poster{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}

.poster_visual{
  width: 100%;
}

@media screen and (min-width:540px) {
  .poster_visual{
    position: relative;
    width: 40%;
    left: 0;
  }
}

.poster p{
  color: #484848;
  font-size: 3vw;
  font-family: "游ゴシック", sans-serif;
}

@media screen and (min-width:540px) {
  .poster p{
    font-size: 1vw;
  }
}

/* vimeoトレイラー */
.trailer{
  width: 100%;
}

.vimeo{
  text-align: center;
  padding: 5% 0%;
}

.vimeo iframe{
  width: 60vw;
}

@media screen and (min-width:540px) {
  .vimeo iframe{
    width: 50vw;
    max-width: 500px;
  }
}

/* ストーリー */
.story{
  width: 100%;
  margin-top: 13vw;
}

@media screen and (min-width:540px) {
  .story{
    height: 50vw;
    margin-top: 10vw;
  }
}

.story_visual{
  width: 100%;
}

@media screen and (min-width:540px) {
  .story_visual{
    position: absolute;
  }
}

.story_text{
  margin-top: 12%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}

@media screen and (min-width:540px) {
  .story_text{
    position: absolute;
    margin-top: 18%;
    margin-left: 18%;
    margin-right: 0px;
  }
}

.story_text h2{
  color: #333;
  font-family: 'DIN 30640 Std';
  font-size: 3vw;
  letter-spacing: 0.5vw;
}

@media screen and (min-width:540px) {
  .story_text h2{
    color: white;
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
  }
}

.story_text p{
  color: #333;
  font-size: 3vw;
  font-family: "游ゴシック", sans-serif;
  letter-spacing: 0.1vw;
  line-height: 4.5vw;
  margin-top: 2.5vw;
}

@media screen and (min-width:540px) {
  .story_text p{
    color: white;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    line-height: 1.8vw;
    margin-top: 1vw;
  }
}

@media screen and (max-width:540px) {
  .story_text br{
  display: none;
  }
}

/* コメント */
.comment{
  width: 100%;
  text-align: center;
}

@media screen and (min-width:540px) {
  .comment{
    position: relative;
    text-align: center;
  }
}

.comment_topic{
  width: 100%;
  padding-top: 5vw;
}

@media screen and (min-width:540px) {
  .comment_topic{
    width: 70%;
    padding-top: 0px;
    padding-left: 2vw;
  }
}

.comment_box{
  width: 75%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width:540px) {
  .comment_box{
    width: 59%;
    margin: 0 auto;
  }
}

.comment_inner{
  padding: 0px 1vw;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}

@media screen and (min-width:540px) {
  .comment_inner{
    padding: 0px 0.5vw;
    border-left: 2.5px solid #333;
    border-right: 2.5px solid #333;
  }
}

.comment_inner p{
  font-size: 3vw;
  font-family: "游ゴシック", sans-serif;
  letter-spacing: 0.1vw;
  line-height: 5vw;
  margin-top: 5vw;
  margin-bottom: 15vw;
  padding: 0px 6.8vw;
  padding-bottom: 5vw;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

@media screen and (min-width:540px) {
  .comment_inner p{
    font-size: 1.23vw;
    line-height: 2vw;
    margin-top: 2vw;
    margin-bottom: 6vw;
    padding: 0px 3vw;
    padding-bottom: 1.5vw;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}

.comment_inner span{
  float: right;
}

/* ノート */
.notes{
  width: 100%;
  text-align: center;
}

@media screen and (min-width:540px) {
  .notes{
    position: relative;
    height: 30vw;
  }
}

.notes_visual{
  width: 100%;
}

@media screen and (min-width:540px) {
  .notes_visual{
    position: absolute;
  }
}

.notes_text{
  margin-top: 5%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 10%;
  text-align: left;
}

@media screen and (min-width:540px) {
  .notes_text{
    position: absolute;
    margin-top: 3%;
    margin-left: 55%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.notes_text h2{
  color: #333;
  font-family: 'DIN 30640 Std';
  font-size: 3vw;
  letter-spacing: 0.5vw;
}

@media screen and (min-width:540px) {
  .notes_text h2{
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
  }
}

.notes_text p{
  color: #333;
  font-size: 3vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1vw;
  line-height: 4.5vw;
  margin-top: 2.5vw;
}

@media screen and (min-width:540px) {
  .notes_text p{
    font-size: 1vw;
    letter-spacing: 0.1vw;
    line-height: 1.8vw;
    margin-top: 1vw;
  }
}

@media screen and (max-width:540px) {
  .notes_text br{
    display: none;
  }
}

/* スケッチ */
.sketch01{
  width: 40%;
  margin-top: 8vw;
}

@media screen and (min-width:540px) {
  .sketch01{
    position: absolute;
    width: 25%;
    top: 5%;
    left: 17%;
    margin-top: 0;
  }
}
