@charset "UTF-8";

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

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;
}

.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_ttl {
    text-align: center;
    color: #F5B32D;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
}

.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 {}

.kazuma {
    padding: 45px 0;
    position: relative;
}

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

.kazuma_lead {
	margin-top: 45px;
    text-align: center;
}

.kazuma_logo {}

.kazuma_text {
    margin-top: 25px;
}

.kazuma_cnt {
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
}

.kazuma_left {}

.kazuma_store_img {}

.kazuma_right {
    padding: 35px 70px;
    background-color: #F5F4F2;
    text-align:center;
}

.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: 50px 0;
    position: relative;
}

.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 {
    top: 0;
}

.intro_nav:after {
    bottom: 0;
}

.intro_nav_ttl {
    position: absolute;
    padding: 15px 20px;
    font-size: 46px;
    line-height: 1;
    color: #F5B32D;
    background: #FFF;
    top: 0;
    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/kanikama_kurkur/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;
}

/* 共通 */

.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;
}

.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");
}

/* レシピ */
.recipe.-recipe01 {
    margin-top: 125px;
}

.recipe_img {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    transform: translateY(-50%);
}

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

.recipe_head {
    position: relative;
    z-index: 1;
    padding-top: 90px;
}

.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: 8px 20px;
    background-color: #fff;
}

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

.recipe_head_lead {
    max-width: 49%;
    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;
}

.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;
}

.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:before {
    position: absolute;
    content: counter(cnt) ".";
    top: 1.1em;
    left: 0;
}

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

/* ブランド紹介 */
.brand {
    padding: 98px 0 60px;
    margin-top: -125px;
    background: linear-gradient(to bottom, transparent 80px, #fff 80px);
}

.brand_row {
    display: flex;
    justify-content: center;
}

.brand_col.-kaoribako {
    width: 235px;
    border: 1px solid #c1a872;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: opacity .3s;
}

.brand_col:hover {
    opacity: 0.7;
}

.brand_col.-kaoribako .brand_cnt {
    flex: 1;
    padding: 10px;
}

.brand_col.-kaoribako .brand_lead {
    color: #CEA64F;
    font-weight: bold;
    font-size: 14px;
}

.brand_col.-kaoribako .brand_ttl {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.brand_col.-kaoribako .brand_img {
    width: 90px;
}

.brand_col.-twitter {
    margin-left: 30px;
    border: 3px solid #000;
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 45px;
    transition: opacity .3s;
}

.brand_col.-twitter:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: icomoon;
    content: "\e90e";
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-left: 5px;
}

.brand_col.-twitter .brand_cnt {
    margin-left: 20px;
}

.brand_col.-twitter .brand_ttl {
    font-weight: bold;
}

@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) {

.-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: 40px;
    }

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

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

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

    .kazuma_lead {}

    .kazuma_logo {}

    .kazuma_text {
        text-align: start;
    }

    .kazuma_cnt {
        flex-direction: column;
        gap: 15px;
    }

    .kazuma_left {}

    .kazuma_store_img {}

    .kazuma_right {
        margin: 25px 0px;
    }

    .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: 40px 0;
        margin-top: 80px;
    }

    .intro_nav_ttl {
        font-size: 40px;
    }

    .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 {
        margin-top: -165px;
        padding: 125px 0 220px;
        background: linear-gradient(to bottom, transparent 80px, #fff 80px);
    }

    .recipe.-recipe01 {
        margin-top: 55px;
    }

    .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 {

        /* width: calc(100% - 40px); */
        width: 320px;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .recipe_head {
        padding-top: 75px;
    }

    .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;
    }

    .alcohol_cnt {
        padding: 50px 0;
    }

    .alcohol_info_head {
        justify-content: left;
        align-items: center;
        gap: 10px;
        padding-bottom: 5px;
        max-width: 85%;
        width: 100%;
        margin: 0 auto;
    }

    .alcohol_info {
        flex-direction: column;
    }

    .alcohol_info_left {
        margin-top: 20px;
    }

    .alcohol_info_right {
        max-width: 85%;
    }

    .alcohol_info_right>a {
        display: block;
        text-align: center;
    }

    .drink_ttl {
        font-size: 15px;
    }

    .drink_ttl>strong {
        font-size: 20px;
        display: block;
    }

    .drink_text {
    	margin-top: 20px;
    }

    .alcohol_info_right > a {
    	margin-top: 40px;
    }

    .recipe_cnt {
        padding-top: 40px;
    }

    .recipe_cnt_ttl {
        left: 10px;
        width: 215px;
        height: 43px;
        font-size: 16px;
        padding: 10px 30px;
    }

    .recipe_cnt_row {
        display: block;
    }

    .recipe_cnt_col {
        width: 100%;
    }

    .recipe.-recipe01 .recipe_cnt_col:nth-child(n+2) {
        margin-top: 30px;
    }

    .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;
    }

    .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;
    }

}

@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%;
	}*/

}