@charset "UTF-8";

/* CSS Document */
.contents * {
    font-size: 15px;
}

.inner {
    max-width: 1340px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

ol {
    list-style: none;
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

.font_aff {
    font-family: 'Abril Fatface', cursive;
}

.contents {
    overflow: hidden;
    background: linear-gradient(90deg, #FEDE42 0%, #FEDE42 50%, #CC0912 50%, #CC0912 100%);
}

main {}

.main_pnkz {
    background-color: #fff;
}

.hero {
    width: 100%;
    height: auto;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    gap: 28px;
    position: relative;
    overflow: hidden;
}

/*.hero_item.-item02 {
    background-color: #FFF;
    width: 100%;
    height: 120px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.hero_item.-item02>img {
    margin: 0 auto;
}*/

.hero_drink {
    position: absolute;
    bottom: 10px;
    left: 35%;
    left: calc(50% - 200px);
    transform: translate(-100%, 0);
}

.hero_collabo {}

.hero_kanikama {
    position: absolute;
    top: 50%;
    right: 35%;
    right: calc(50% - 200px);
    transform: translate(100%, -50%);
}

.hero_txt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

/* イントロ */
.intro {
    margin-top: -80px;

}

.intro_wrap {
    background-color: #fff;
}

.intro_wrap.-top {
    border-radius: 20px 20px 0 0;
    padding: 78px 30px 48px;
}

.intro_wrap.-btm {
    border-radius: 0 0 20px 20px;
    padding: 48px 30px 48px;
}

.intro_q {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}

.intro_ttl {
    text-align: center;
    color: #F5B32D;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 38px;
}

.intro_ttl>small {
    font-size: 22px;
    color: #22A938;
}

.intro_plus {
    display: inline-block;
    color: #fff;
    background-color: #F5B32D;
    padding: 0px 20px;
    font-size: 22px;
}

.intro_lead {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 17px;
}

.intro_lead:after {}

.interview {
    background-color: #CC0912;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 12px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    gap: 12px;
    color: #fff;
}

.interview:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #CC0912;
}

.intro_a img {
    width: 100%;
    height: auto;
}

.answer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5em auto;
    padding: 27px 10px;
    /* min-width: 120px; */
    width: 100%;
    max-width: 700px;
    /* color: #555; */
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
}

.answer:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.answer .ans_cnt {
    margin: 0;
    padding: 0;
    font-weight: bold;

}

.ans_cnt span {
    font-size: 18px;
}

.recipe_hero {
    margin-top: 50px;
}

.rcp_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
}

.recipe_hero h3 {
    text-align: center;
}

.rcp_tg {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    color: #fff;
    background-color: #000;
    padding: 8px 10px;
    max-width: 368px;
    width: 100%;
}

.checkpoint {
    position: relative;

}

.check {
    position: absolute;
    top: -5%;
    left: -10%;
}

.noripower {}




.kazuma_subtext {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_name {
    font-size: 15px;
}

.profile_name>strong {
    font-size: 20px;
    font-weight: bold;
}

.profile_list {}

.profile_item {}

.kazuma_link {
    margin-top: 30px;
    text-align: center;
}

.kazuma_link img {
    margin-left: 7px;
}

.kazuma_link>a {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 20px 45px;
    display: inline-block;
}

.point_link {
    margin-top: 30px;
    text-align: center;
}

.point_link img {
    margin-left: 7px;
}

.point_link>a {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 20px 70px;
    display: inline-block;
}

/*.intro_collabo {
	display: flex;
	justify-content: center;
	background: #F5F4F2;
	background: -webkit-linear-gradient(bottom, #FFF8F9 80%, #F83869);
	background: linear-gradient(to bottom, #FFF8F9 80%, #F83869);
	align-items: center;
	border-radius: 24px;
	padding: 0 15px 40px;
	margin-top: 140px;
}

.intro_collabo_img {
	width: 27%;
	margin: -70px 7% 0 0;
}

.intro_collabo_img img {
	width: 100%;
	height: auto;
}

.intro_collabo_item {
	width: 30%;
	margin-top: 70px;
}

.intro_collabo_ttl {
	color: #87BF3A;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
}

.intro_collabo_name {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #E62653;
	margin-top: 20px;
}

.intro_collabo_link {
	display: block;
	background: #87BF3A;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	margin-top: 22px;
	padding: 15px 10px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.intro_collabo_link:hover {
	opacity: 0.8;
}*/

.intro_nav {
    margin-top: 105px;
    padding: 20px 120px 50px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}

/* 
.intro_nav:before,
.intro_nav:after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
} */

.intro_nav:before {
    content: "";
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    background-image: url(/img/feature/itomen_collabo/img-recipe_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 536px;
    height: 51px;
    position: absolute;
}

.intro_nav:after {
    bottom: 0;
}

.intro_nav_ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    /* position: absolute;
    padding: 15px 20px;
    font-size: 46px;
    line-height: 1;
    color: #F5B32D;
    background: #FFF;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.intro_nav_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.intro_nav_list a {
    display: block;
    width: 18.8%;
    margin-left: 1.5%;
    position: relative;
    padding-bottom: 30px;
}

.intro_nav_list a:nth-child(5n+1) {
    margin-left: 0;
}

.intro_nav_list a:nth-child(n+6) {
    margin-top: 20px;
}

.intro_nav_list a:after {
    position: absolute;
    z-index: 1;
    content: "";
    background-image: url(/img/feature/itomen_collabo/icn-arrow@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 19px;
    height: 19px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s;
}

.intro_nav_list_thumb {}

.intro_nav_list_thumb img {
    border-radius: 10px;
}

.intro_nav_list_name {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.rcp_hero_cap {
    text-align: center;
    font-size: 13px;
    padding-top: 22px;
}

/* 共通 */

.maker-recipe {
    border-top: 3px double #272727;
    /*margin: 0 auto;*/
    margin-top: 70px;
    position: relative;
    display: flex;
    text-align: center;
}

.maker-title {
    position: absolute;
    top: 0;
    left: 30%;
    font-size: 1em;
    padding: 0 1em;
    margin: 0;
    background-color: #EFECE5;
    transform: translateY(-75%) translateX(1em);
}

.maker-bg {
    background-color: #EFECE5;
    padding: 5px 0 70px;
    margin-top: -15px;
    margin-bottom: 40px;
}

.maker-recipe_cut {

    padding: 50px 20px;
    text-align: center;

}

.maker-recipe_cut h3 {
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    height: 75px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}


.recipe-point {
    background: linear-gradient(transparent 60%, #FCEAC6 60%);
    display: inline;
}

.point-arrow {
    display: block;
}

.-min5 {
    margin-left: 30%;
}

.-right2 {
    margin-left: 12%;
}

.-right3 {
    margin-left: 7%;
}

.recipe,
.brand {
    position: relative;
}

.recipe {
    /* margin-top: -165px;
    padding: 250px 0 300px; */
    margin-top: 30px;
}

.recipe:nth-of-type(even) {
    background: linear-gradient(to bottom, transparent 150px, #F5F4F2 150px);
}

/* .recipe:before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 125px;
    left: 0;
    width: 100%;
    height: 98px;
    background-image: url("/img/feature/kanikama_kurkur/bg-recipe01@2x.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
} */

.brand:before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 125px;
    left: 0;
    width: 100%;
    height: 98px;
    background-image: url("/img/feature/kanikama_kurkur/bg-maker_recipe.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
}

.brand:before {
    top: 0;
}

/* 
.recipe:nth-of-type(even):before {
    background-image: url("/img/feature/kanikamyhome/bg-recipe02@2x.png");
} */

.recipe>.inner {
    position: relative;
}

/* .recipe>.inner:after {
    position: absolute;
    z-index: 0;
    content: "";
    top: -210px;
    left: -242px;
    width: 586px;
    height: 503px;
    background-image: url("/img/feature/kanikamyhome/deco-recipe01@2x.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
} */

/* .recipe:nth-of-type(even)>.inner:after {
    background-image: url("/img/feature/kanikamyhome/deco-recipe02@2x.png");
} */

/* レシピ */


.rcp_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 150px;
}

.recipe_img {
    text-align: center;
}

.recipe_img img {
    border-radius: 20px;
}

.recipe_head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
}

.recipe_head_num {
    color: #F5B32D;
    font-size: 90px;
    line-height: 1.3;
}

.recipe_head_name {
    display: inline-block;
    margin-top: 10px;
}

.recipe_head_name span {
    display: inline-block;
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px;
    /* background: #F5F4F2; */
}

/* .recipe:nth-of-type(even) .recipe_head_name span {
    background: #FFF;
} */

.recipe_head_name span:first-child {
    margin-top: 0;
}

.recipe_devising span {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 28px;
    background-color: #F5AD09;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
}

/* .recipe_devising.-gray span {
    background-color: #f5f4f2;
} */

.recipe_head_lead {
    margin-top: 25px;
}

/*レシピに合うお酒*/
.alcohol_cnt {
    margin-top: 20px;
    padding: 70px 0;
    background-color: #fff;
    border-radius: 20px;
}

.alcohol_cnt.-bgc {
    background-color: #F5F4F2;
}

.alcohol_info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.alcohol_info_left {}

.alcohol_info_right {
    max-width: 66.4%;
}

.alcohol_info_head {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.head_img>img {}

.drink_ttl {
    font-size: 17px;
    font-weight: bold;
}

.drink_ttl>strong {
    font-size: 30px;
    font-weight: bold;
}

.drink_text {
    margin-top: 15px;
}

.alcohol_info_right>a {
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
}

/* 材料、作り方 */
.recipe_cnt {
    margin-top: 65px;
    padding-top: 50px;
    position: relative;
}

/* .recipe_cnt.-how {
    margin-top: 105px;
} */

.recipe_cnt:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}

.recipe_cnt_ttl {
    /* position: absolute;
    width: 275px;
    height: 64px;
    left: 0;
    top: 0;
    transform: translate(-20px, -50%);
    padding: 10px 40px;
    line-height: 1;
    background-image: url("/img/feature/kanikamyhome/bg-recipe-ttl@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    display: flex;
    align-items: center; */
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.recipe_cnt_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.recipe_cnt_col {
    width: 45%;
}

.recipe_cnt_col_cap {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 11px;
}

.recipe_cnt_detail {
    width: 70%;
}

.recipe_detail_catch {
    font-size: 18px;
}

.recipe_detail_intro {
    font-size: 18px;
    border-top: 1px dotted #999;
    padding: 10px 0 8px;
    margin-top: 17px;
}

.recipe_detail_list {
    display: flex;
}

.recipe_detail_desc {
    margin-top: 15px;
}

.recipe_cnt_img {
    width: 6.5%;
    margin-right: 10%;
}

.recipe_cnt_dlist {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.recipe_cnt_dlist:first-child {
    border-top: 1px solid #DDDDDD;
}

.recipe_cnt_dlist dt {}

.recipe_cnt_dlist dd {}

.recipe_cnt_olist {
    list-style-type: none;
}

.recipe_cnt_olist>li {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 15px 15px 40px;
    position: relative;
    counter-increment: cnt;
}

.recipe_cnt_olist>li:first-child {
    border-top: 1px solid #DDDDDD;
}

.recipe_cnt_olist>li:before {
    position: absolute;
    content: counter(cnt) ".";
    top: 1.1em;
    left: 0;
}

.recipe_cnt_olist>li.-point:before {
    content: none;
}

.rcp_point_cnt {
    display: flex;
    justify-content: center;
    gap: 18px;
    background-color: #F5F4F2;
    border-radius: 20px;
    padding: 48px 80px 0;
    width: 100%;
    margin-top: 60px;
}

.recipe04 .rcp_point_cnt {
    align-items: center;
}

.rcp_point_cnt>figure {
    flex: none;
}

.rcp_point_box figure {
    margin-bottom: 10px;
}

.rcp_point_box a {
    background-color: #FEDE42;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    color: #275D98;
    font-weight: bold;
}


.nanao {
    margin-top: 130px;
}

.bg-wt {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 150px;
    margin-bottom: 76px;
}

.nanao_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -80px;
    margin-bottom: 80px;
    gap: 15px;
}

.nanao_hero_cap {
    padding: 7px 20px;
    background-color: #FEDE42;
    width: 100%;
    max-width: 330px;
    color: #275D98;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
}

.honsya_img {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 33px;
}

.nanao_box_ttl {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.nanao_box_ttl::before {
    content: "";
    display: inline-block;
    background-image: url(/img/feature/itomen_collabo/icn-mappin.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 30px;
}

.nanao_cnt.honsya {
    margin-bottom: 70px;
    display: block;
}

.nanao_cnt {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}


.nanao_img {
    flex: none;
}

/* ブランド紹介 */
.brand_itomen {
    color: #275D98;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 50px;
    margin-bottom: 76px;
    background-color: #FCB038;
    padding: 10px 20px 15px;

}

.br_ito_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.br_ito_box span {
    font-size: 35px;
    font-weight: bold;

}

.br_ito_box a {
    font-size: 20px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: baseline;
    background-color: #fff;
    padding: 18px;
    font-weight: bold;
    width: 100%;
}












@media screen and (max-width:1399px) {
    .-pc {
        display: block;
    }

    .-sp {
        display: none;
    }

    .hero {
        /*height: 500px;*/
    }

    /*.hero_ttl {
		top: 48%;
		left: 65%;
		width: 450px;
	}

	.hero_item.-item01 {
		top: 78%;
		left: 82%;
	}

	.hero_item.-item02 {
		width: 24%;
	}*/

    .intro:before {
        top: -5%;
        left: 2%;
        width: 200px;
        height: 163px;
    }

    .intro:after {
        top: -20%;
        right: 2%;
        width: 200px;
        height: 232px;
    }

}

@media screen and (min-width:641px) {
    .intro_nav_list a:hover:after {
        bottom: -10px;
    }

}

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

    .-min5 {
        margin-left: 70%;
    }

    .-right2 {
        margin-left: 25%;
    }

    .-right3 {
        margin-left: 10%;
    }

    .maker-recipe {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .check {
        position: absolute;
        top: -12%;
        left: 30%;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    /*.hero {
        background-image: url(/img/feature/kanikama_alcohol/bg-head-sp@2x.jpg);
        background-position: center center;
        height: 330px;
    }*/

    .hero_cnt {
        gap: 10px;
    }

    .hero_item.-item02 {
        height: 55px;
        margin-top: 30px;
    }

    .-item02>img {
        max-width: 100%;
        height: auto;
    }

    .hero_drink {
        bottom: 4px;
        left: calc(50% - 105px);
    }


    .hero_kanikama {
        right: calc(50% - 110px);
    }

    /*.hero_ttl {
		max-width: 480px;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		padding-right: 100px;
	}
*/
    /*.hero_item.-item01 {
		max-width: 170px;
		width: 100%;
		top: 47%;
		left: 67%;
	}

	.hero_item.-item02 {
		max-width: 210px;
		width: 100%;
		right: -4%;
	}*/

    .intro {
        margin-top: -42px;
    }

    .intro_wrap.-top {
        padding: 45px 10px;
    }
    .intro_wrap.-btm{
        padding: 45px 10px;
    }

    .intro:before,
    .intro:after {
        content: none;
    }

    .intro_ttl {
        font-size: 22px;
        line-height: 1.5;
    }

    .intro_lead {
        margin-bottom: 0;
        text-align: left;
    }

    .interview {
        font-size: 18px;
    }

    .interview img {
        width: 40px;
        height: 40px;
    }

    .profile {}

    .prifile_img {
        max-width: 45%;
        width: 100%;
    }

    .profile_info {
        padding-left: 4%;
        flex: 1;
    }

    .profile_name {}

    .profile_list {}

    .profile_item {
        font-size: 12px;
    }

    .kazuma_link {}

    .kazuma_link>a {
        display: block;
        margin: 0px 10px;
    }

    .point_link {}

    .point_link>a {
        display: block;
        margin: 0px -60px;
    }

    .intro_nav {
        padding: 10px 10px 40px;
        margin-top: 80px;
    }
    .rcp_hero_cap{
        font-size: 11px;
        text-align: left;
    }

    .intro_nav_ttl {
        font-size: 40px;
    }
    .intro_nav_ttl img{
       width: 166px;
    }

    .intro_nav_list {
        display: block;
    }

    .intro_nav_list a {
        width: 100%;
        margin: 12px 0 0;
        border: 1px solid #DDD;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding: 0 40px 0 0;
    }

    .intro_nav_list a:first-child {
        margin-top: 0;
    }

    .intro_nav_list a:after {
        left: auto;
        bottom: 50%;
        right: 13px;
        width: 14px;
        height: 14px;
        transform: translateY(50%);
    }

    .intro_nav_list_thumb {
        width: 120px;
    }

    .intro_nav_list_name {
        margin: 0 0 0 18px;
        font-size: 15px;
    }

    .recipe {
      
    }

    

    .recipe:before,
    .brand:before {
        height: 50px;
        background-size: cover;
    }

    .recipe:before {
        top: 70px;
    }

    .recipe>.inner:after {
        width: 282px;
        height: 242px;
        top: 30px;
        left: -85px;
    }

    .recipe:nth-of-type(even) {
        background: linear-gradient(to bottom, transparent 120px, #F5F4F2 70px);
    }

    .recipe_img {

    }

    .recipe_head {
        margin-top: -20px;
    }
    .recipe_head > figure img {
       width: 225px;
       height: 40px;
    }

    .recipe_head_num {
        font-size: 50px;
    }

    .recipe_head_name span {
        font-size: 20px;
        padding: 10px 15px;
    }

    .recipe_head_lead {
        max-width: 100%;
        margin-top: 15px;
    }

    .rcp_item{
        gap: 50px;
    }
    .rcp_tg{
        max-width: 268px;
    }
    .recipe_cnt_ttl {
        font-size: 16px;
    }
    .recipe_cnt{
        margin-top: 20px;
        padding-top: 10px;
    }
    .intro_nav:before{
        width: 240px;
        height: 25px;
        top: -23px;
    }

    .recipe_cnt_row {
        display: block;
    }

    .recipe_cnt_col {
        width: 100%;
    }

    .recipe.-recipe01 .recipe_cnt_col:nth-child(n+2) {
    }
    .recipe.-recipe01 .recipe_cnt_col:nth-child(n+2) .recipe_cnt_dlist:first-child {
       border-top: none;
    }

    .recipe_cnt_col_cap {
        margin-top: 22px;
    }

    .recipe_cnt_detail {
        width: 100%;
    }

    .recipe_detail_catch {
        font-size: 15px;
    }

    .recipe_detail_intro {
        font-size: 15px;
    }

    .recipe_detail_list {}

    .recipe_detail_desc {}

    .recipe_cnt_img {
        width: 50px;
        margin: 30px auto 0;
    }

    /* .recipe_cnt.-how {
        margin-top: 55px;
    } */

    .recipe_cnt_olist>li {
        padding: 10px 10px 10px 25px;
    }

    .recipe_cnt_olist>li:before {
        top: 0.6em;
    }

    .rcp_wrap{
        padding: 20px;
    }
    .rcp_point_cnt{
        flex-direction: column-reverse;
        padding: 45px 20px 0;
        align-items: center;
    }
    .rcp_point_box figure{
        text-align: center;
    }


    .maker-recipe_cut {
        padding: 25px 20px;
    }

    .maker-recipe_cut h3 {
        /*padding-left:80px;*/
        display: block;
        padding-left: 0;
    }

    .maker-recipe div:first-child {
        padding-top: 50px;
    }

    .maker-title {
        position: absolute;
        top: 0;
        left: 30%;
        font-size: 1em;
        padding: 0 1em;
        margin: 0;
        background-color: #EFECE5;
        transform: translateY(-75%) translateX(-20%);
    }

    .brand {
        padding: 50px 0 60px;
        background: linear-gradient(to bottom, transparent 50px, #fff 50px);
    }

    .brand_row {
        display: block;
    }

    .brand_col.-kaoribako {
        width: 100%;
    }

    .brand_col.-twitter {
        width: 100%;
        margin: 20px 0 0;
    }

    .bg-wt{
        padding: 40px 20px;
    }
    .honsya_img{
        flex-direction: column;
    }
    .nanao_cnt{
        flex-direction: column;
        gap: 20px;
    }
    .nanao_box_ttl{
        margin-bottom: 5px;
    }
    .brand_itomen{
        flex-direction: column-reverse;
        gap: 5px;
    }
    .br_ito_box span{
        font-size: 22px;
    }
    .br_ito_box a{
        font-size: 15px;
        padding: 15px;
    }

}

@media screen and (max-width:414px) {
    /*.hero {
		height: 520px;
	}

	.hero_ttl {
		max-width: 360px;
		left: -5%;
		padding-right: 50px;
	}

	.hero_item.-item01 {
		max-width: 160px;
		top: 37%;
		left: auto;
		right: -1%;
		transform: translate(0, 0);
	}

	.hero_item.-item02 {
		max-width: 155px;
		top: -1%;
	}*/

}