/******************** kv ********************/

#kv {
    background:#000 url(../img/top/kv_main_bg.png) no-repeat center top;
    background-size: 1800px;
}

#kv .inner{
    max-width:1280px;
    position: relative;
}

#kv img.main{
    max-width:1280px;
    width:100%;
    display: block;
    margin:0 auto;
}

#kv h1{
    max-width:880px;
    width:70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-5%;
 }

 #kv img.text01{
    max-width:230px;
    width:18%;
    position: absolute;
    top:10%;
    left:2%;
 }

 #kv img.text02{
    max-width:430px;
    width:34%;
    position: absolute;
    top:0;
    right:-1%;
 }

/******************** about ********************/

#about {
    text-align: center;
}
#about img{
    max-width:1140px;
    width:100%;
    margin:50px auto 0  
}

/*
#about{
    background:url(../img/top/about_bg.png)no-repeat center;
    background-size: 1140px;
    height:600px;
    margin:50px 0 0;
}

#about h2{
    padding-top:90px;
    font-size:clamp(8rem,9vw,9rem);
    text-align: center;
}

#about div{
    max-width:860px;
    margin:0 auto;
    display: flex;
}

#about img{
    width:40%;
}

#about p{
    width:60%;
    padding:4% 2% 0 2%;
    font-size: 2.3rem;
}
*/

/******************** point ********************/

#point{
    background:#fcf6e1;
    margin:200px 0 0;
    padding:100px 0 300px;
}

#point .inner{
    position: relative;
}

#point img.deco01{
    position: absolute;
    max-width:750px;
    width:80%;
    top:1%;
    left:-52%;
}

#point img.deco02{
    position: absolute;
    max-width:380px;
    width:40%;
    top:17%;
    right:-13%;
}

#point h2 {
    width:765px;
    margin:-280px auto 0;    
}

#point ul{
    display: flex;
    justify-content:space-between;
    margin:30px auto 0;
}

#point ul li{
    width:32%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#point ul li h3{
    margin:0 0 2rem;
    text-align: center;
    color:#ed491f;
    font-size: 4rem;
}

#point ul li img{
    border-radius: 30px 30px 0 0;
}

#point ul li div{
    padding:10% 8% 20%;
    border-radius:0 0 30px 30px;
    background:#fff;
    flex-grow:1
}

#point ul li h4{
    color:#000;
    font-family: 'M PLUS 1p', sans-serif; 
    font-weight: 900;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    flex-grow: 1;
}

#point ul li p{
    font-weight: 500;
    margin-top:10%;
    flex-grow: 1;
}

#point ul li p span{
    font-size:1.1rem;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

#point ul li p.circle{
    font-size:4rem;
    color:#ed491f;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 8px #d0be8e;
    background:#fff;
	text-align: center;
	line-height:80px;
    position: absolute;
    bottom:-10%;
    left: 50%;
    transform: translateX(-50%);
    
}


/******************** recipe ********************/

#recipe{
    margin:0;
    padding:0 0 150px;
}

#recipe .inner{
    position: relative;
}

#recipe img.deco01{
    position: absolute;
    max-width:360px;
    width:70%;
    top:0;
    right:-27%;
}

#recipe h2 {
    width:765px;
    margin:-150px auto 0;    
}

#recipe ul,
#recipe_lc ul{
    display: flex;
    justify-content:space-around;
    margin:90px auto 0;
    flex-wrap: wrap;
}

#recipe ul li,
#recipe_lc ul li{
    width:48%;
    position: relative;
    margin:0 0 8%;
}


#recipe ul li img.deco,
#recipe_lc ul li img.deco{
    position: absolute;
    max-width:270px;
    width:60%;
    top:-12%;
    left:-12%;
}

#recipe ul li img.text,
#recipe_lc ul li img.text{
    margin-top:-20px;
}



/******************** recipe_lc ********************/

#recipe_lc{
    background:#fcf6e1;
    margin:0;
    padding:100px 0 200px;
}

#recipe_lc .inner{
    position: relative;
}

#recipe_lc img.deco01{
    position: absolute;
    max-width:750px;
    width:80%;
    top:-14%;
    right:-40%;
}

#recipe_lc h2 {
    width:810px;
    margin:-250px auto 0;    
}



/******************** movie ********************/
#movie{
    margin: 0;
    padding: 0 0 200px;
}

#movie .inner{
    position: relative;
}

#movie img.deco01{
    position: absolute;
    max-width:380px;
    width:40%;
    top:20%;
    left:-18%;
}

#movie h2 {
    width:670px;
    margin:-200px auto 0;    
}

#movie .yb{
    margin-top:30px;
    aspect-ratio: 16 / 9;
    text-align:center;
}

#movie .yb iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border:15px solid #d0be8e;
    background:#d0be8e
}

/******************** series ********************/

#series{
    background: rgba(252,246,225,1);
    margin:0;
    padding:100px 0 80px;
    position: relative;
}


#series::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../img/top/series_bg.png)no-repeat center bottom;
    background-size: 1280px;
}


#series .inner{
    position: relative;
    z-index:1;
}

#series h2 {
    width:810px;
    margin:-250px auto 0;    
}

#series ul{
    display: flex;
    justify-content:space-between;
    margin:30px auto 0;
}

#series ul li{
    width:48%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#series ul li h3{
    margin:0 0  2rem;
    text-align: center;
    font-size: 4rem;
}

#series ul li img{
    width:60%;
    margin:10% auto 5%;
    display: block;
}

#series ul li div{
    padding:0 8% 10%;
    display: flex;
    flex-direction: column;
    border-radius:30px;
    background:#fff;
    flex-grow:1
}

#series ul li h4{
    color:#000;
    font-family: 'M PLUS 1p', sans-serif; 
    font-weight: 900;
    text-align: center;
    font-size: 2.7rem;
    line-height: 1.3;
}

#series ul li p{
    font-weight: 500;
    margin-top:5%;
}

#series ul li.wasabi img.deco01{
    max-width:175px;
    width:35%;
    position: absolute;
    top:-18%;
    left:-18%;
}

#series ul li.karashi img.deco02{
    max-width:175px;
    width:35%;
    position: absolute;
    top:-15%;
    right:-18%;
}

#series .btn{
    max-width:480px;
    width:90%;
    margin:80px auto 0;
    border-radius: 50px;
    font-size:2rem;
    font-weight: 900;
    letter-spacing:0.5rem;
    color:#fff;
    background:#ed491f;
    border:5px solid #000;
    padding:10px 0;
    text-align: center;
    display: block;
}


/**************************************** sp ****************************************/
@media only screen and (max-width: 767px) {

/******************** sp_kv ********************/

#kv{
    background-size: cover;
}

#kv .inner {
    width: 100%;
}

/******************** sp_about ********************/

#about{
    margin:20px 0 0;
    background:none;
    height:auto;
}

#about img{
    width:98%;
    margin:0 auto;
}


/******************** sp_point ********************/

#point{
    background:#fcf6e1;
    margin:100px 0 0;
    padding:40px 0 100px;
}

#point h2 {
    width:100%;
    margin:-220px auto 0;    
}

#point ul{
    display: block;
}

#point ul li{
    width:100%;
    margin:0 auto 80px;
}

#point ul li div{
    padding:5% 5% 20%;
}

#point ul li p{
    margin-top:5%;
}

#point ul li p span{
    font-size:1.2rem;
}

#point ul li p.circle{
    bottom:-8%;
}

/******************** sp_recipe ********************/

#recipe{
    margin:0;
    padding:0 0 100px;
}

#recipe h2 {
    width:100%;
    margin:-140px auto 0;    
}

#recipe ul,
#recipe_lc ul{
    display: block;
    margin:50px auto 0;
}

#recipe ul li,
#recipe_lc ul li{
    width:100%;
    position: relative;
    margin:0 0 15%;
}

/******************** sp_recipe_lc ********************/

#recipe_lc{
    background:#fcf6e1;
    margin:0;
    padding:60px 0 100px;
}

#recipe_lc img.deco01{
    position: absolute;
    width:80%;
    top:-5%;
    right:-40%;
}

#recipe_lc h2 {
    width:100%;
    margin:-150px auto 0;    
}

/******************** sp_movie ********************/
#movie{
    margin: 0;
    padding: 0 0 100px;
}

#movie h2 {
    width:100%;
    margin:-100px auto 0;    
}

/******************** sp_series ********************/

#series{
    padding:100px 0 60px;
}

#series::after{
    background:url(../img/top/series_bg.png)no-repeat center 105%;
    background-size: contain;
}

#series h2 {
    width:100%;
    margin:-170px auto 0;    
}

#series ul{
    display: block;
    margin:30px auto 0;
}

#series ul li{
    width:100%;
    margin:0 auto 30px;
}

#series ul li h3{
    margin:0 0  1rem;
    font-size: 3rem;
}

#series ul li h4{
    font-size: 2.4rem;
    line-height: 1.3;
}

#series ul li.wasabi img.deco01{
    width:23%;
    position: absolute;
    top:-10%;
    left:-5%;
}

#series ul li.karashi img.deco02{
    width:23%;
    position: absolute;
    top:-10%;
    right:-5%;
}

#series .btn{
    width:100%;
    margin:40px auto 0;
    font-size:1.8rem;
    letter-spacing:0.5rem;
}


}