@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{
    display: flex;
    width: 75%;
  }
}

.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(7){
  padding-bottom: 7vw;
}

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

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

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

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

@media screen and (min-width:540px) {
  .text_box p:nth-child(21){
    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{
    width: 43%;
    margin-left: auto;
    padding-top: 0;
  }
}

.poster_visual{
  width: 100%;
}

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

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

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

.youtube{
  width: 80vw;
  height: 60vw;
  text-align: center;
  padding: 15% 0%;
}

@media screen and (min-width:540px) {
  .youtube{
    width: 40vw;
    height: 30vw;
    text-align: center;
    padding: 10% 0%;
  }
}

/* ストーリー */
.story{
  width: 100%;
}

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

.story_visual{
  width: 100%;
}

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

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

@media screen and (min-width:540px) {
  .story_text{
    position: absolute;
    margin-top: 23%;
    margin-left: 15%;
    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: 2.5vw;
    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: 1vw;
  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: 1vw;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}

.comment_inner span{
  display: block;
  text-align: right;
}

/* ノート */
.notes{
  width: 100%;
}

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

.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%;
}

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

.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{
    color: white;
    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{
    color: white;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    line-height: 2vw;
    margin-top: 1vw;
  }
}

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

/* スケッチ */
@media screen and (max-width:540px) {
  .sketch05{
    display: none;
  }
}

.sketch05{
  position: absolute;
  width: 9vw;
  top: 8vw;
  left: 8vw;
}

.sketch06{
  position: relative;
  width: 40%;
  padding-top: 13vw;
}

@media screen and (min-width:540px) {
  .sketch06{
    position: absolute;
    width: 15vw;
    top: 90vw;
    right: 3.5vw;
  }
}

.sketch07{
  width: 40%;
  margin-top: 8vw;
}

@media screen and (min-width:540px) {
  .sketch07{
    margin: 0;
  }
}
