@charset "UTF-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */


/*------------------------------------

recipe

------------------------------------*/
.page.lineup-article #hero article.content_wrap ul.mini_nav li,
.page.recipe-category #hero article.content_wrap ul.mini_nav li {
    width: 10%;
}
.page.recipe-category #hero article.content_wrap {
    margin-bottom: 0;
}
.recipe_more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.recipe_more::after {
    content: "";
    flex-grow: 1;
}
.recipe-category .content-section {
    position: relative;
    background-image: url(../../common/images/nami_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.recipe-category .content_wrap {
    margin-bottom: 150px;
}
.recipe-category #recipe13{
    margin-bottom: 0;
}
.recipe-category h4 {
    text-align: left;
    color: #323232;
}
.recipe_more li {
    width: 30%;
}
.recipe_more li {
    margin: 0 1.6666%;
    text-align: left;
	display: flex;
    flex-direction: column;
}

.recipe_more li .img_wrap{
	display: flex;
  justify-content: center; 
  align-items: center;
  margin:0 auto 5%;
	
}

.recipe_more li img {
    display: block;
    margin-bottom: 30px;
	width: 100%;
 	aspect-ratio: 1;
  	object-fit: cover;
}
.recipe_more li h9 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recipe_more li span {
    display: block;
    margin-bottom: 30px;
    color: #848484;
	    flex: 1;
}
.recipe_more li .btn {
    display: block;
    width: 100%;
    background-color: inherit;
    padding: 15px 0;
    border: solid 1px #323232;
    text-align: center;
    margin-bottom: 80px;
}

.box_xp .youtube-cover{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
  aspect-ratio: 16 / 9;
}
.box_xp .youtube-cover iframe {
  width: 100%;
  height: 100%;
}
.box_xp {
    display: flex;
    justify-content: space-between;
}
.box_xp .left {
    width: 43%;
    text-align: left;
}
.box_xp .right {
    width: 49%;
}
.box_xp h6 {
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
.box_xp h7 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box_xp span {
    font-size: 15px;
    color: #848484;
}
.box_xp hr {
    size: 3px;
    color: #E6E8E9;
    margin: 50px 0;
}
.box_xp ul {
    list-style: disc;
    margin-left: 20px;
}
.box_xp p {
    line-height: 2;
    margin-bottom: 40px;
}
.about h3 {
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 90px;
}
/*------------------------------------

tb sp

------------------------------------*/

/* より一般的なタブレット範囲を対象にする場合（例: 768px から 1200px） */
@media only screen and (min-width: 768px) and (max-width: 1310px) {

}
/* スマートフォン版のスタイル */
  @media screen and (max-width: 767px) {
    .about h3,
    .recipe-category h4 {
        font-size: 30px;
    }
    .page.about #fifth article.content_wrap .box .left .circle p,
    .page.about #fifth article.content_wrap h6,
    .page article h2.title,
    .page #hero article h3,
    .box_xp h6,
    .box_xp h7 {
        font-size: 22px; 
        line-height: 1.5;    
    }
    .recipe_more li h9 {
        font-size: 18px; 
        line-height: 1.5;    
    }
    .recipe-category .content-section {
        padding-top: 10px;
    }
    .recipe-category .content_wrap {
        margin-bottom: 50px;
    }
    .recipe_more li {
        width: 46%;
    }
    .box_xp .left {
        width: 100%;
    }
    .box_xp span {
        display: block;
        margin-bottom: 2em;
    }
	 .box_xp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
    .box_xp .right {
        position: inherit;
        width: 100%;
    }
}