@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
    font-size: 14px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;    
}
body {
    background: #ffffe0;
}
img {
	width: 100%;
	vertical-align: bottom;
}

a {
	font-size: 0.8rem;
	text-decoration: none;
}
header {
    width: 100%;
    max-width: 1200px;   
    margin: 0 auto;
}
#anime {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}
#anime > .nomal img,.flag img, #anime > .title1 img, .title2 img, .title3 img,.human img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;      
}

.title1 img {
    filter: drop-shadow(5px 5px 5px #b3b300);    
}
.yutoface img {
    position: absolute;
    top: 27%;
    right: 25%;
    width: 8%;
    max-width: 100px;  
}
.car img {
    position: absolute;
    bottom: 15%;
    right: 20%;
    width: 15%;
    max-width: 180px;
    z-index: 1000;
}
main > p:first-of-type {
    margin: 20px auto 15px;
    width: calc(100% - 20px);  
}

#movie01,#movie02,#movie03,#movie04,#movie05,#movie06,#movie07 {
    width: calc(100% - 20px);
    margin: 10px auto;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    border-radius: 10px;
    background: #fff;
}
#movie01,#movie02 {
    border: solid 2px #009fe8;
}
#movie03,#movie04 {
    border: solid 2px #f29600;
}
#movie05,#movie06 {
    border: solid 2px #a796c7;
}
.mov_category1 {
    max-width: 1040px;
    margin: 20px auto 0;
    background: #009fe8;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 1.4em;  
}
.mov_category2 {
    max-width: 1040px;
    margin: 20px auto 0;
    background: #f29600;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 1.4em;  
}
.mov_category3 {
    max-width: 1040px;
    margin: 20px auto 0;
    background: #a796c7;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 1.4em;  
}
.mov_category_txt {
    text-align: center;
    margin: 10px 0;
}
.mov_title1 {
    margin-bottom: 10px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;  
    color: #009fe8;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
}
.mov_title2 {
    margin-bottom: 10px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;  
    color: #f29600;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
}
.mov_title3 {
    margin-bottom: 10px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;  
    color: #a796c7;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
}
.mov_title, .mov_txt  {
    margin-bottom: 10px;
}
.mov_txt {
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;    
}
.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yuto {
    max-width: 300px;
    box-sizing: border-box;
    padding: 0 10%;
}
footer {
    margin-top: 20px;
    padding: 10px;
    background: #ffff00;
    text-align: center;
}

@media screen and (min-width:550px) {
    html {
        font-size: 16px;
    }
    
    main > p:first-of-type {
        margin: 20px 0 20px;
        text-align: center;
    }
  
    .mov_area {
        width: 100%;
        max-width: 1040px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    
    #movie01,#movie02,#movie03,#movie04,#movie05,#movie06,#movie07 {
        width: calc(100% - 20px);
        max-width: 420px;
        margin: 10px 10px;       
    } 
    .yuto {
        max-width: 500px;
        box-sizing: border-box;
        padding: 10%;
    }
 
}
@media screen and (min-width:1040px) {
 #movie01,#movie02,#movie03,#movie04,#movie05,#movie06,#movie07 {
        width: calc(100% - 20px);
        max-width: 500px;
        margin: 10px 10px;       
    }     
    .mov_area {
        justify-content: space-between;
    }    
}
/*===========animation============*/
.down {
    animation-name: down;
    animation-duration:1s;
    animation-fill-mode:both;       
}
@keyframes down{
    0% {
    transform: translateY(-300px);    
    }  
    100% {
    transform: translateY(0);
  }
    }
.scaled {
    animation-name: acaled;
    animation-duration:0.6s;
    animation-delay: 1s;
    animation-fill-mode:both;    
}
@keyframes acaled{
    0% {
      transform: scale(0);
        opacity: 0;
    }
    80% {
      transform: scale(1.2); 
        opacity: 1; 
    }
    100% {
      transform: scale(1);
    }
}
.slide1 {
    animation-name: slide1;
    animation-duration:1s;
    animation-delay: 1.5s;
    animation-fill-mode:both;      
}
@keyframes slide1{
    0% {
        transform: translateX(-300px);    
        opacity: 0;
    }  
    50% {
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
  }
}
.rotate img {
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-delay: 3.5s;
    animation-fill-mode:both; 
    transform-origin:right bottom; 
   
}
@keyframes rotate{
    0% {
        transform: rotate(0); 
    }
    70% {
        transform: rotate(-20deg);   
    }
    100% {
        transform: rotate(0);        
    }
}
.slide_l {
    animation-name: slide_l;
    animation-duration:0.5s;
    animation-delay: 2.5s;
    animation-fill-mode:both;      
}
@keyframes slide_l{
    0% {
        transform: translateX(-300px);    
    }  

    100% {
        transform: translateX(0);
  }
}
.slide_r {
    animation-name: slide_r;
    animation-duration:0.5s;
    animation-delay: 2.7s;
    animation-fill-mode:both;      
}
@keyframes slide_r{
    0% {
        transform: translateX(300px);    
    }  

    100% {
        transform: translateX(0);
  }
}
.slide2 {
    animation-name: slide2;
    animation-duration:1s;
    animation-delay: 3.5s;
    animation-fill-mode:both;      
}
@keyframes slide2{
    0% {
        transform: translateX(-300px);    
        opacity: 0;
    }  
    50% {
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
  }
}
.posi img {
    animation-name: posi;
    animation-duration:0.7s;
    animation-delay: 3.5s;
    animation-fill-mode:both;     
    transform-origin:right bottom;   
  
}
@keyframes posi{
    0% {
    bottom: 0;
    right: -20%; 
    }  

    100% {
    bottom: 15%;
    right: 20%;
  }
}

