@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-family: 'Noto Sans Japanese', serif;
    box-sizing: border-box;
}

header{
  text-align: center;
  margin: 15px 0;
}
body h2{
  font-size: 40px;
  color: #4BB98E;
  font-family: tekton-pro,sans-serif;
  font-weight: 700;
  font-style: italic;
}

body h4{
  font-weight: 600;
}

ul{
  padding: 0;
  position: relative;
}

ul li{
  color: #3B3B3B;
  border-left: solid 8px #4BB98E;
  background: whitesmoke;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 25px;
  line-height: 0.5em;
  padding: 1em;
  list-style-type: none;
  font-weight: bold;
  display: inline-block;
  line-height: 25px;
  transition-duration: 0.3s;
  width: 80%;
}

ul li:hover{
  transform: scale(0.9);
}

.external-link{
  text-align: center;
}


.to-top{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  bottom: 5px;
  z-index: 50;
}

.top{
  max-width: 1200px;
}

.note-small{
  color: #4EBC91;
}
.note-big{
  color: #4EBC91;
  font-weight: bold;
}

.colorbox1{
  width: 80%;
  height: 1200px;
  background: rgba(100, 200, 100, 0.3);
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -5;
}
.colorbox2{
  width: 70%;
  height: 1200px;
  background: rgba(100, 200, 145, 0.3);
  position: absolute;
  top: 2000px;
  right: 0;
  z-index: -5;
}

.colorbox3{
  width: 90%;
  height: 1200px;
  background: rgba(100, 200, 198, 0.3);
  position: absolute;
  top: 3600px;
  left: 0;
  z-index: -5;
}
.colorbox4{
  width: 90%;
  height: 1200px;
  background: rgba(100, 160, 200, 0.3);
  position: absolute;
  top: 5200px;
  right: 0;
  z-index: -5;
}

.colorbox5{
  width: 90%;
  height: 1000px;
  background: rgba(100, 123, 200, 0.3);
  position: absolute;
  top: 6800px;
  left: 0;
  z-index: -5;
}

.colorbox6{
  display: none;
  width: 90%;
  height: 1200px;
  background: rgba(122, 100, 200, 0.3);
  position: absolute;
  top: 8400px;
  right: 0;
  z-index: -5;
}


.top{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background-image: url(img/interview09_top.png);
  padding: 0 0 25px 15px;
  position: relative;
}
.top::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(116, 116, 116, 0.075);
  z-index: 5;
}

.share{
  width: 95%;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.fb-share-button{
  margin-left: 3px;
}

.line-it-button{
  margin-left: 3px;
}

.content{
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  color: #3B3B3B;
  z-index: 3;
}

.sub{
  max-width: 200px;
  /* text-align: center; */
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  /* background-color: rgba( 81,186,142 , 0.7 ); */
  /* padding: 10px 5px 10px 5px; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.sub2{
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #3B3B3B;
}


.catch{
  color: #51ba8e;
  font-size: 35px;
  font-weight: 600;
  margin-top: -10px;
}
.maincatch{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: -10px;
  margin-right: 10px;
  background-color: rgba( 81,186,142 , 0.7 );
  padding: 10px 5px 10px 2px;
  line-height: 1.3;
}
.info{
  line-height: 1px;
}
.info p{
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.info p:first-child{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.green{
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.info p:nth-child(2){
  color: #fff;
  font-size: 12px;
  line-height: 10px;
}
.info p:nth-child(3){
  font-size: 12px;
}

.profile{
  width: 90%;
  margin: 50px auto 0;
  text-align: center;
  line-height: 30px;
  background: white;
  border: 0.5px solid;
  border-radius: 30px;
  padding: 0 15px 15px;
}

.profile h2{
  margin-top: -20px;
}
.profile p{
  text-align: left;
}

.movie{
  width: 90%;
  margin: 25px auto;
}

.interview{
  width: 90%;
  height: auto;
  margin: 25px auto;
}
.interview2{
  width: 90%;
  margin: 25px auto;
}

.pic img{
  width: 100%;
}

.interview .catch{
  font-size: 20px;
}
.interview2 .catch{
  font-size: 20px;
}
.message{
  background: white;
  height: auto;
  line-height: 35px;
  background: white;
  border: 0.5px solid;
  border-radius: 30px;
  padding: 15px 15px;
  margin-top: 25px;
}
.message > h2{
  margin-top: -30px;
}
.catch{
  margin-top: 5px;
}
.catch > p{
  margin-top: 5px;
}

.name{
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  width: auto;
  background-color: #4BB98E;
  color: #fff;
  border-radius: 50px;
}

.hamanoeki{
  color: #4BB98E !important;
  background: linear-gradient(transparent 70%, #4bb98f53 0%);
}


.other{
  text-align: center;
}

.box{
  /* flex: auto; */
  text-align: center;
  width: 280px;
  justify-self: center;
  margin-left: 5px;
}

.column{
  /* padding: 0 15px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box p{
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.box .green{
  color: #51ba8e;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.box img{
  margin-top: 5px;
  width: 100%;
}
h4{
  font-size: 20px;
    background: linear-gradient(-135deg, #5DAF7C, #80D3B3);;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    color: white;
    position: relative;
    z-index: 5;
}

footer{
  margin-top: 25px;
 background: #51ba8e;
 text-align: center;
 padding: 50px 25px;
}
footer img{
  margin-top: 25px;
  background: #51ba8e;
  text-align: center;
}

.f_logo img{
  width: 80%;
}
.fukushima10 img{
  width: 80%;
}

.copyright{
  color: #555;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  line-height: 15px;
}

.container{
  display: flex;
}

.youtube{
  position: relative;
  margin-right: 10px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container{
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.item{
  flex: auto;
}

.item p{
  text-align: center;
  margin-top: 3px;
  color: #4BB98E;
  font-style: italic;
  font-weight: bold;
  padding: 10px;
}

.link{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.btn{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 165px;
  height: 40px;
  background: #3B4043;
  font-weight: 400;
  color: white;
  bottom: -15px;
  right: -1px;
}

.btn:hover{
  background: #4EBC91;
}

.link{
  display: flex;
  justify-content: center;
}

.link img{
  width: 100%;
  max-width: 300px;
  transition-duration: 0.3s;
}
.link img:hover{
  transform: scale(1.1);
}

.box{
  /* flex: auto; */
  text-align: center;
  width: 280px;
  justify-self: center;
  position: relative;
  margin-left: 5px;
}

.box .chapter {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
  background-color: rgba( 75, 185, 142, 0.7);
  border: none;
}

.giftbanner{
  text-align: center;
  /* margin-bottom: 50px; */
    margin-top: 25px;
    margin-bottom: 25px;
}

.giftbanner img{
  width: 75%;
  transition-duration: 0.3s;
}
.giftbanner img:hover{
  transform: scale(1.1);
}
.giftbanner p{
  font-size: 12px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  background-color: #d6640d;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50px;
}

/* 応援メッセージCSS */

.cheering{
  padding: 0 15px;
}

.cheering img{
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.cheering_message p{
  font-family: 'Noto Sans Japanese', serif;
  color: #181818;
  margin: 15px 0 50px;
  padding: 1rem 1rem;
  border-left: 4px dashed #4BB98E;
  background-color: #f4f4f4;;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.cheering_name{
  font-size: 14px;
  color: #fff;
  background-color: #4BB98E;
  padding: 2px;
  float: right;
  margin-top: 5px;
}

/* ここまで */



@media (min-width: 768px){
.top{
  height: 600px;
  padding: 0 0 25px 30px;
}
.sub{
  max-width: 300px;
}

.colorbox1{
  width: 80%;
  height: 1200px;
  background: rgba(100, 200, 100, 0.3);
  position: absolute;
  top: 400px;
  left: 0;
  z-index: -5;
}
.colorbox2{
  width: 70%;
  height: 1200px;
  background: rgba(100, 200, 145, 0.3);
  position: absolute;
  top: 2000px;
  right: 0;
  left: auto;
  z-index: -5;
}
.colorbox3{
  width: 80%;
  height: 1200px;
  background: rgba(100, 200, 198, 0.3);
  position: absolute;
  top: 3600px;
  left: 0;
  z-index: -5;
}

.colorbox4{
width: 70%;
height: 1200px;
background: rgba(100, 160, 200, 0.3);
position: absolute;
top: 5200px;
right: 0;
left: auto;
z-index: -5;
}

/* .colorbox5{
width: 80%;
height: 1200px;
background: rgba(100, 123, 200, 0.3);
position: absolute;
top: 6800px;
left: 0;
z-index: -5;
} */

.colorbox6{
  /* width: 70%;
  height: 1200px;
  background: rgba(122, 100, 200, 0.3);
  position: absolute;
  top: 8200px;
  right: 0;
  left: auto;
  z-index: -5; */
  display: none;
}


.maincatch{
  font-size: 28px;
}
body h2{
  font-size: 60px;
}
.sub{
  font-size: 25px;
}
.catch{
  font-size: 50px;
}

.name{
  font-size: 18px;
  margin-top: 25px;
}
.info p{
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
}

.info p:nth-child(2){
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.green{
  font-size: 20px;
}
.info p:nth-child(2){
  color: #fff;
  font-size: 20px;
}
.box{
  width: 300px;
}

.movie{
  width: 80%;
}

.giftbanner img{
  width: 65%;
}

.giftbanner p{
  font-size: 18px;
  width: 80%;
}


footer{
        display: flex;
        justify-content: center;
    }

    .fukushima10 img{
        width: 60%;
    }
    .link img{
      max-width: 400px;
    }

    .external-link{
      margin-left: auto;
      margin-right: auto;
      width: 80%;
    }

    .external-link ul{
      display: flex;
      justify-content: center;

    }

    
    .cheering img{
      width: 40%;
    }
    .cheering_message p{
      color: #181818;
      margin: 15px 0 50px;
      padding: 1rem 1rem;
      border-left: 4px dashed #4BB98E;
      background-color: #f4f4f4;;
      font-weight: 400;
      line-height: 30px;
      font-size: 16px;
    }
    .cheering_name{
      margin-top: 3px;
    }
    

}

@media (min-width: 1024px){
  .top{
    width: 90%;
    margin: auto;
    background-position: top;
    padding: 0 0 30px 50px;
  }

  .maincatch{
    font-size: 33px;
  }

  .colorbox1{
    width: 80%;
    height: 1200px;
    background: rgba(100, 200, 100, 0.3);
    position: absolute;
    top: 400px;
    left: 0;
    z-index: -5;
}
.colorbox2{
    width: 70%;
    height: 1200px;
    background: rgba(100, 200, 145, 0.3);
    position: absolute;
    top: 1800px;
    right: 0;
    left: auto;
    z-index: -5;
}
.colorbox3{
    width: 80%;
    height: 1200px;
    background: rgba(100, 200, 198, 0.3);
    position: absolute;
    top: 3200px;
    left: 0;
    z-index: -5;
}

.colorbox4{
  width: 70%;
  height: 1000px;
  background: rgba(100, 160, 200, 0.3);
  position: absolute;
  top: 4600px;
  right: 0;
  left: auto;
  z-index: -5;
}

.colorbox5{
 display: none;
}

.colorbox6{
  display: none;
}

  .profile{
    width: 80%;
  }
  .profile p{
    margin-top: 15px;
  }

  .interview{
    width: 100%;
    display: flex;
  }
  .interview2{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .pic{
    flex: 1;
    position: relative;
  }
  .message{
    padding-bottom: 50px;
    /* max-height: 400px; */
    height: 100%;
    flex: 1;
    position: relative;
    top: 5%;
    left: -5%;
    /* align-self: center; */
    /* padding: 50px 15px; */
  }

  .info p:nth-child(2){
    font-size: 22px;
    line-height: 20px;
  }

  .interview2 .message{
    position: relative;
    top: 5%;
    left: 5%;
  }
  .catch{
    margin-top: 25px;
  }

  .box{
    width: 400px;
  }

  .btn{
    width: 300px;
  }

  .link{
    justify-content: flex-end;
    margin-right: 50px;
  }

  .movie{
    width: 70%;
  }

  .giftbanner img{
    width: 60%;
  }

  .giftbanner p{
    width: 70%;
  }


  .cheering{
    padding: 0 30px;
    display: flex;
  }
  .cheering_image{
    flex: 1;
    margin: auto;

  }
  
  .cheering img{
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  
  .cheering_message{
    flex: 2;
  }
  
  .cheering_message p{
    color: #181818;
    margin: 15px 0 50px;
    padding: 1rem 1rem;
    border-left: 4px dashed #4BB98E;
    background-color: #f4f4f4;;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
  }
  
  .cheering_name{
    font-size: 14px;
    color: #fff;
    background-color: #4BB98E;
    padding: 2px;
    float: right;
  }
  
}

