@charset "utf-8";
/*-- フッター --*/
#foot{
box-shadow: inset 0px 2px 10px #211917;
letter-spacing:0.05em;
}
	
#copy{
background-color: #0e0303;
    padding: 15px 0;
    text-align: center;
    color: white;
	font-size:0.9em;
}
#foot_logo{
	width: 200px;
    padding: 60px 0 30px;
    margin: auto;
    display: block;
}
#foot ul{
	width:980px;
	margin:auto;
	display:block;
	padding-bottom:60px;
}
#foot ul li{
display: inline-block;
    width: 32%;
    padding: 8px 0;
}
#foot ul li a{
	color:white;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#foot ul li a:hover{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
	text-shadow:2px 2px 1px black;
}




/*-- トップ --*/
.main{
	width:1024px;
	margin:auto;
	display:block;
}
.title{
    color: #fccf00;
    text-align: center;
}

.title h2{
    padding: 45px 0 0;
    font-size: 5em;
}
.title h3{
	font-size:2em;
}
.main_img {
    width: 100%;
    margin: 30px 0;
}
.se {
    background-color: rgb(101, 20, 23);
    padding: 30px;
    margin-bottom: 30px;
    color: white;
}
.img_box{
	float:left;
	margin-right:30px;
	width:40%;
}
.img_box img{
	width:100%;
}
.se_box{
	float:left;
	color:white;
	width:57%;
}
.tomato_box{
	margin-bottom:60px;
}
.price{
	font-size:1.5em;
}
.big{
	font-weight:bold;
	font-size:1.5em;
}
.title h2 {
    padding: 30px 0 0;
    font-size: 5em;
}
.link_btn a {
    padding: 10px 0px;
    border: 3px solid white;
    color: white;
    display: block;
    width: 50%;
    text-align: center;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.15);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.link_btn a:hover {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
    background-color: rgb(101, 20, 23);
}
@media screen and (max-width: 768px){
.main{
	width:95%;
}
/*-- フッター --*/
#foot ul{
	width:95%;
	padding-bottom:30px;
}
#foot_logo {
    width: 150px;
    padding-top: 30;
}
#foot ul li {
    width: 40%;
    padding: 8px 30px;
}
/*-- トップ --*/
.se_box {
	width:55%;
}
.tomato_box {
    margin-bottom: 30px;
}
.link_btn a{
	width:60%;
}
}
@media screen and (max-width: 767px){
/*-- フッター --*/
#foot ul{
	padding-bottom:15px;
}
#copy{
	padding:10px 0;
}

/*-- トップ --*/
.title h2 {
    padding: 15px 0 0;
    font-size: 3em;
}
.title h3 {
    font-size: 1.5em;
}
.main_img {
    margin: 15px 0;
}
.se {
    padding: 15px;
    margin-bottom: 15px;
}
.img_box {
    float: none;
    margin-right: 0px;
    width: 100%;
}
.se_box {
    float: none;
    color: white;
    width: 100%;
    margin-top: 15px;
}
.price {
    font-size: 1.2em;
    text-align: right;
}
.big {
    font-size: 1.5em;
}
.link_btn a{
	width:98.5%;
}
}

@media screen and (max-width: 320px){

}