@charset "utf-8";
/* CSS Document */
.foot2{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.foot1{
    background-image: url(img/foot.jpg);
    background-position: center bottom;
    text-align: center;
    margin-top: 50px;
    padding-bottom:55px;
}
.foot11{
    max-width: 900px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footbox{
    width: 850px;
    border: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: left;
}

.item{
    width: 250px;
    background-color: #9D7F24;
    color: #FFFFFF;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom:20px;
}


.ins_btn{
    border: 1px solid #A6A6A6;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.ins{
    margin-top: 35px;
    margin-bottom: 15px;
}

.insta_box{
    background-color: #000000;
    text-align: center;
    color: #FFFFFF; padding-bottom: 25px;padding-top: 25px;
}
.instatitle{
    font-size: 150%;
    border-bottom: 2px solid #68511E;
    
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.yado_box{
    width: 100%;
    height: 606px;
    background-image: url(img/page4.jpg);position: relative;
}

.kan_box{
    width: 100%;
    height: 628px;
    background-image: url(img/page3.jpg);position: relative;
}

.sake_box{width: 100%;
    height: 674px;
    background-image: url(img/page2.jpg);position: relative;}

.sake_copy1{position:absolute;
    right:120px;
    top:150px;}

.sake_copy2{
    position: absolute;
    right: 110px;
    top: 430px;
    color: #FFFFFF;
}

.copy_right1{
    font-size: 110%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-bottom: 10px;
    text-align: right;
}
.copy_right2{
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 90%;
    text-align: right;
}

.syoku_box{
    width: 100%;
    height: 625px;
    background-image: url(img/page1.jpg);position: relative;
}
.syoku_copy1{position:absolute;
    left:120px;
    top:150px;}
.copy_left1{
    font-size: 110%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-bottom: 10px;
}
.copy_left2{
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 90%;
}
.copy_left11{
    font-size: 110%;
    font-weight: bold;
    
    margin-bottom: 10px;
}
.copy_left22{
    
    font-size: 80%;
	text-shadow: 1px 1px 0px #000;
}


.movietitle{
    font-size: 150%;
    border-bottom: 2px solid #68511E;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 35px;
}
.movietitle2{
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    margin-bottom: 35px;
}

.moviebox{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(img/movie_bk.jpg);
    background-position: center bottom;
}

.mainbody{
    max-width: 995px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.box {
    width: 100%;
    height: 100vh;
    background-image: url(img/main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
	animation-name: fadein2;
    animation-duration: 2s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadein2 {
from {
    opacity: 0;
    transform: translateY(0px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.logo{
    margin-top: 100px;
	animation-name: fadein;
    animation-duration: 5s;
	
}
.topcopy_box{
    position: absolute;
    bottom: 1%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    line-height: 1.6em;
    width: 100%;
}


.copy1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 25px;   line-height: 1.6em;	
}
.copy2{
    color: #FFFFFF;
 
    

}


html{
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
	line-height:1.4em;
  
}

.ccc{
    clear: both;
}
img{margin: 0; 
    padding: 0; }

body{
    margin: 0px;
    padding: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 37.83%,rgba(255,255,255,1.00) 74.09%), url(url);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 37.83%,rgba(255,255,255,1.00) 74.09%), url(url);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 37.83%,rgba(255,255,255,1.00) 74.09%), url(url);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 37.83%,rgba(255,255,255,1.00) 74.09%), url(url);
}




.sponly{
    display: none;
}
.pconly{
    display: block;
}
.sp_waku{
    display: none;

    
}
.pc_waku{
    display: block;
}

/* ここからはスマホ用 iphone横*/ 

	
@media only screen and (min-width: 667px) and (max-width: 812px) {
.sp_copy{
    display: none;
}
	
}
	

@media screen and (max-width: 1000px) {
	html {
background-color: #fff; 
}
	
	
	.sponly{
    display: block;
}
.pconly{
    display: none;
}
	
	.sss{
    width: 90%;
    margin-bottom: 10px;
		margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
	
.sp_waku{
    display: block;
    max-width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;background-color: #FFFFFF;
    
}
.pc_waku{
    display: none;
    
}
	
	.box {
    width: 100%;
    height: 100vh;
    background-image: url(img/main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    animation-name: fadein2;
    animation-duration: 2s;
    
}

.logo{
    margin-top: 35px;
    animation-name: fadein;
    animation-duration: 5s;
    width: 300px;
}
	.sp_box{width: 100%;
    height: 100vh;
    background-image: url(img/main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;position: relative;}
	
	.sp_copy{
    position: absolute;
    bottom: 5%;
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    
}
	
	

	



.copy1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 25px;   line-height: 1.6em;	
}
.copy2{
    color: #FFFFFF;
    font-size: 90%; 
    

}
	.sp_movie_box{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
	.bk_movie{
    color: #FFFFFF;
   text-align: center;
    background-image: url(img/movie_bk.jpg);
    background-position: center bottom;
}
	.bk_black{
    text-align: center;
    background-color: #000000;
    padding-bottom: 10px;
}
	
	.sp_ins{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    width: 100%;
    text-align: center;
}
	
	.sp_foot1{
    text-align: center;
    background-color: #E7AEAF;
    padding-top: 25px;
    padding-bottom: 25px;
		
    background-image: url(img/foot.jpg);
    background-position: center bottom;
    
   

}
	
	.item{
    width: 250px;
    background-color: #9D7F24;
    color: #FFFFFF;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
	
	
	.sp_footbox{
    border: 1px solid #FFFFFF;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    width: 95%;
    font-size: 80%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
	
	
}
