@charset "UTF-8";

*,::after,::before { box-sizing:border-box;}

body {	margin:0;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:#333333;
	background-color:#000;
}

img { width: 100%}

/*ここからフッター用CSS*/
footer {
    text-align: center;
    padding: 10px;
    background: #ff0099;
    margin: 70px auto 0;
}
footer span {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    display: block;}
.clearfix:after{
	content: "";
	clear: both;
	display: block;}
footer a {
    color: #fff;}
/*ここまでフッター用CSS*/

.wrapper {
    position: relative;
    width: 100%;
    height: 100vh;}
.wrapper:before {
    content: "";
    background-image: url(../imgs/anime.jpg);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    position: fixed;
    z-index: -2;
    top: 0;}
.wrapper:after {
    content: "";
    background-image: url(../imgs/anime.jpg);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    position: fixed;
    top: 0;
    z-index: -1;}

.voice {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;}

.fukidashi_icon {
    width: 36%;
    margin: -6px 0px 0px 26px;
    padding-left:0px;
}

.fukidashi_icon img {
    border-radius:50%;
}

.fukidashi_text {
    width: 50%;
    margin: 0 3.52% 0 1%;
    padding-left:10px;
}

.btn {
    width: 86%;
    margin: 3.5% auto 0;}

.btn a { display: block;}

/*-----------鼓動アニメーション----------*/
.dokidoki { animation: dokidoki 1.5s infinite;}

@keyframes dokidoki {
    0% {transform: scale(1.05);}
    5% {transform: scale(1);}
    50%{-webkit-transform: scale(1.05);}
    55%{transform: scale(1);}
    90%{-webkit-transform: scale(1.05);}
    95%{transform: scale(1);}
    100%{-webkit-transform: scale(1.05);}
}

/*-----------動画----------*/
.videobox{
  width: 100%;
  position: relative;
margin:0px 10px 10px 10px;
}
.videobox p{
    font-size: 0.7em;
  color:#ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.videobox p2{
    font-size: 0.7em;
  color:#ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.videobox p2 online{
    font-size: 1.2em;
  color:#00ff00;
}

.videobox p3{
}

.videobox p3 img{
  position: absolute;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  top: 10px;
  left: 10px;
	width:12%;
	border-radius:4px;
}

.videobox p4{
    font-size: 0.8em;
  color:#ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

video {
  width: 170px;
    height: 170px;
    background: #000000;
	border-radius:10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.triangle {
  width: 0;
  height: 0;
  margin:0px auto;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-bottom: 0;
  opacity: 0.7;
}

/*-----------画面左上表示アイコン用----------*/
div#new {position:fixed;top:0%;left:0%;width: 20%;z-index: 150;}

/*-----------画面右下表示アイコン用----------*/
div#push {position:fixed;bottom:4%;right:3%;width: 22%;z-index: 150;}
div#push img{border-radius:100px;box-shadow: 5px 5px 16px -6px rgba(255,0,118,0.6);}

/*-----------画像横並び表示用----------*/
.yokonarabe{
width:84%;
display:flex;
justify-content: center;
margin:0px 10px;
}

.yokonarabe img{
//border-radius:50%;
}

/*-----------ボタン画像横並び表示用----------*/
.yokonarabe_btn{
width:84%;
display:flex;
justify-content: center;
margin:0px 10px;
}

/*-----------動画コンテンツ横並び表示用----------*/
.yokonarabe_video{
width:88%;
display:flex;
justify-content: center;
}

/*-----------非画像見出し文字----------*/
.midashi1{
margin:0px auto;
color:#ffffff;
font-size:1.2em;
text-align:center;
font-weight:bold;
}

/*-----------非画像ボタン下文字----------*/
.midashi_btn{
margin:0px auto;
color:#ffffff;
font-size:0.8em;
text-align:center;
font-weight:bold;
}

/*-----------スライダー用CSS----------*/

.container {
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
  height: 210px;
}
/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

/*-----------スライダー内友だち追加ボタン----------*/

/* 中央以外のスライド */
.slick-img .btn {
	width:100%;
	font-size:0.8em;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #00cc00;
  transition: .4s;
	border-radius:20px;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
	margin-top:-60px;
}

/* 中央のスライド */
.slider .slick-center .btn {
	width:100%;
	font-size:0.8em;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #00cc00;
  transition: .4s;
	border-radius:20px;
	margin-top:12px;
  opacity: 1;
  transform: scale(1);
}

.image-box {
    position: relative;
}
.image-box img {
    position: relative;
}

.interview {
	width: 100%;
    position: absolute;
    top: 15%;
    left: 0;
}
