@media screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .event_mv_block {
        margin: 0 auto 90px;
    }
    .event_desc {
        position: relative;
        width: 1124px;
        margin: 0 auto 64px;
    }
    .event_desc .event_desc_ttl {
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 542px;
        background-color: #FFF;
        font-size: 32px;
        line-height: 48px;
        font-weight: bold;
        color: #2D5AA8;
        text-align: center;
        letter-spacing: 2px;
    }
    .event_desc .event_desc_ttl span {
        position: relative;
    }
    .event_desc .event_desc_ttl span::before {
        content: '・';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        color: #F6DB3C;
    }
    .event_desc_box {
        position: relative;
        border: 2px solid #2D5AA8;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        line-height: 35px;
        font-weight: bold;
        color: #303335;
        text-align: center;
        padding: 40px 0;
        z-index: 1;
    }
    /* //.event_desc */

    /*  */
    /* recipe */
    .bg-color {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .bg-color::before {
        content: "";
        width: 100vw;
        height: 100%;
        background: #FBFBF9;
        position:absolute;
        top:0;
        left:calc((100vw - 1200px) / -2);
        z-index: -1;
    }
    .block-common-wrapper .block-common-title{
        margin-bottom: 60px;
    }
    .block-common-wrapper .block-common-title-comment {
        font-size: 21px;
        line-height: 31px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 60px;
    }
    .recipe-inner {
        background: #fff;
        padding: 40px;
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    .recipe-ttl {
        text-align: center;
        background: #2D5AA8;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        height: 54px;
        line-height: 54px;
        position: relative;
    }
    .recipe-ttl:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .recipe-ttl:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 4px;
        left: 0;
    }
    .recipe-ttl-comment {
        font-size: 21px;
        line-height: 1.7;
        text-align: center;
        margin: 32px auto 0;
    }
    .recipe-content {
        padding-top: 32px;
        display: flex;
    }
    .recipe-content ~ .recipe-ttl {
        margin-top: 40px;
    }
    .recipe-img {
        width: 600px;
    }
    .recipe-img img {
        width: 600px;
        height: auto;
    }
    .recipe-txt {
        width: calc(100% -  630px);
        padding-left: 60px;
    }
    .recipe-ingredients-note {
        margin-bottom: 32px;
    }
    .recipe-txt-ttl {
        font-size: 20px;
        font-weight: bold;
        padding-left: 1.2em;
        position: relative;
        margin-bottom: 20px;
    }
    .recipe-txt-ttl::before {
        content:"";
        width: 17px;
        height: 20.4px;
        background: url(/business-shop/img/event/flavor/icon_ingredients.png) no-repeat;
        position: absolute;
        top: 50%;
        left:0;
        transform: translateY(-50%);
        background-size: contain;
    }
    .recipe-ingredients-list {
        margin-bottom: 10px;
    }
    .recipe-ingredients-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EBEBEB;
        padding-bottom:12px;
        margin-top: 12px;
    }
    .recipe-ingredients-item span:first-of-type:before {
        content: "・"
    }
    .recipe-flow-list {
        counter-reset: number 0;
    }
    .recipe-flow-item {
        position: relative;
        padding-left: 20px;
        margin-top: 5px;
    }
    .recipe-flow-item:before {
        counter-increment: number 1; 
        content: counter(number);
        background: #2D5AA8;
        color: #fff;
        width: 16px;
        height: 16px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 4px;
        border-radius: 50%;
    }
    .recipe-used-ingredients {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        position: relative;
    }
    .recipe-used-ingredients:before {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 1px dotted #333333;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1
    }
    .recipe-used-ingredients-ttl {
        display: inline-block;
        background: #fff;
        padding: 0 40px;
        position: relative;
        z-index:2;
        margin-bottom: 30px;
    }
    .recipe-used-ingredients .goods_ {
        text-align: left;
    }
    .StyleP_Item_ .img_ {
        height: auto;
    }
    /* // */
    .block-goods-bottom {
        width: 350px;
        margin: 40px auto 0;
        }
    .block-goods-bottom a {
        width: 100%;
        height: 50px;
        text-align: center;
        display: block;
        line-height: 50px;
        border: 1px solid #005BAC;
        border-radius: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #005BAC;
        position: relative;
        text-decoration: none;
        transition: 0.3s;
    }
    .block-goods-bottom a::after {
        content: "";
        width: 15px;
        height: 15px;
        background: url(/business-shop/img/event/flavor/icon_btn.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background-size: contain;
    }
    .block-goods-bottom a:hover {
        opacity: 0.8;
    }
    /* recommend */
    #recommend {
        padding: 80px 0 0;
    }
    /* feature */
    #feature {
        padding: 80px 0 0;
    }
    .feature-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 30px;
    }
    .feature-item {
        width: calc((100% - 60px) / 3)
    }
    .feature-item img {
        width: 100%;
    }
    /* about key coffee */
    .box04{
        max-width: 1200px;
        margin: 0 auto;
        background: #FBFBF9;
        border-radius: 20px;
        padding-bottom: 50px;
        position: relative;
        z-index: 9;
        margin-top: 150px;
    }

    .box04_content {
        width: 1000px;
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
    .box04_ttl {
        text-align: center;
        margin-top: -63px;
        display: inline-block;
        width: 100%;
    }
    .box04 .item {
        width: 308px;
        background: #FFF;
        border-radius: 10px;
    }
    .box04 .item a {
        transition: 0.3s;
    }
    .box04 .item a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .box04 .item_content {
        padding: 32px 40px;
    }
    .box04 .item_ttl {
        display: flex;
        min-height: 45px;
    }
    .box04 .item_ttl .item_icon {
        width: 50px;
    }
    .box04 .item_ttl .txt {
        width: calc(100% - 50px);
        font-size: 17px;
        line-height: 21px;
        font-weight: bold;
        color: #2D5AA8;
        padding-left: 10px;
    }
    .box04 .item_des {
        padding-top: 25px;
    }
    .box04 .item_des p {
        font-size: 16px;
        line-height: 21px;	
    }
    .box04 .item_des .text_note {
        font-size: 12px;
        line-height: 16px;
        color: #8B8B8B;
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
    .block-scrollable-sign {
        display: none !important;
    }
    .wrapper_ {
        padding: 0;
    }
    .event_mv_block {
        margin: 0 auto calc(37/390*100vw);
    }
    .event_desc {
        position: relative;
        width: calc(361/390*100vw);
        margin: 0 auto calc(30/390*100vw);
    }
    .event_desc .event_desc_ttl {
        position: absolute;
        top: calc(-10/390*100vw);
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: calc(281/390*100vw);
        background-color: #FFF;
        font-size: calc(18/390*100vw);
        line-height: calc(27/390*100vw);
        font-weight: bold;
        color: #2D5AA8;
        text-align: center;
        letter-spacing: 2px;
    }
    .event_desc .event_desc_ttl span {
        position: relative;
    }
    .event_desc .event_desc_ttl span::before {
        content: '・';
        position: absolute;
        top: calc(-20/390*100vw);
        left: 50%;
        transform: translateX(-50%);
        width: calc(234/390*100vw);
        color: #F6DB3C;
    }
    .event_desc_box {
        position: relative;
        border: 2px solid #2D5AA8;
        border-radius: calc(5/390*100vw);
        width: 100%;
        /* height: calc(139/390*100vw); */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(12/390*100vw);
        line-height: calc(21/390*100vw);
        font-weight: bold;
        color: #303335;
        text-align: center;
        z-index: 1;
        padding: calc(30/390*100vw) 0 ;
    }
    .bg-color {
		position: relative;
        padding: 50px 0;
	}
    .bg-color::before {
        content: "";
        width: 100vw;
        height: 100%;
        background: #FBFBF9;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
	#recipe {
		padding: 0 16px;
	}
	.recipe-inner {
		background: #fff;
        width: 100%;
		margin-left: 0;
		padding: 20px 15px;
	}
	.recipe-ttl {
		text-align: center;
        background: #2D5AA8;
        color: #fff;
        font-weight: bold;
        position: relative;
        font-size: calc(16 / 390 * 100vw);
        line-height: 2em;
		min-height: calc(42 / 390 * 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
	}
    .recipe-ttl::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .recipe-ttl::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 4px;
        left: 0;
    }
	.recipe-content {
		display: block;
        padding-top: 32px;
	}
	.recipe-img {
		width: 100%;
	}
	.recipe-img img {
		width: 100%;
        height: auto;
	}
	.recipe-txt {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
    .recipe-ingredients-note {
        margin-bottom: calc(32/390*100vw)
    }
	.recipe-txt-ttl {
		font-size: calc(15 / 390 * 100vw);
		margin-bottom: calc(15 / 390 * 100vw);
        font-weight: bold;
        padding-left: 1.2em;
        position: relative;
	}
	.recipe-txt-ttl::before {
		content: "";
        background: url(/business-shop/img/event/flavor/icon_ingredients.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-size: contain;
        width: calc(14.3 / 390 * 100vw);
		height: calc(17.2 / 390 * 100vw);
	}
	.recipe-ingredients-list {
		margin-bottom: 10px;
	}
	.recipe-ingredients-item {
		display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #EBEBEB;
        flex-direction: column;
		align-items: flex-start;
		padding-bottom: calc(8 / 390 * 100vw);
		margin-top: calc(8 / 390 * 100vw);
	}
    .recipe-ingredients-item span:first-of-type::before {
        content: "・";
    }
	.recipe-ingredients-item span:first-of-type {
		font-size: calc(14 / 390 * 100vw);
	}
	.recipe-ingredients-item span:last-of-type {
		font-size: calc(12 / 390 * 100vw);
		padding-left: 1.25em;
	}
    .recipe-flow-list {
        counter-reset: number 0;
    }
	.recipe-flow-item {
		position: relative;
        font-size: calc(14 / 390 * 100vw);
		padding-left: calc(16 / 390 * 100vw);
        margin-top: 5px;
	}
	.recipe-flow-item:before {
		counter-increment: number 1;
        content: counter(number);
        background: #2D5AA8;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 4px;
        border-radius: 50%;
        width: calc(14 / 390 * 100vw);
		height: calc(14 / 390 * 100vw);
		font-size: calc(10 / 390 * 100vw);
	}
    .recipe-content ~ .recipe-ttl {
        margin-top: calc(40/390*100vw);
    }

	.recipe-used-ingredients {
		font-weight: 500;
        text-align: center;
        margin-top: 40px;
        position: relative;
	}
    .recipe-used-ingredients::before {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 1px dotted #333333;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1;
    }
	.recipe-used-ingredients-ttl {
		font-size: calc(16 / 390 * 100vw);
		padding: 0 20px;
		font-weight: bold;
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
	}
	.recipe-used-ingredients .goods_p_item_ > a {
		display: block;
	}
	.goods_p_item_ a {
		height: auto;
	}
    .block-goods-bottom {
        max-width: 380px;
        width: 85%;
        margin: 40px auto 0;
    }
    .block-goods-bottom a {
        width: 100%;
        height: 50px;
        text-align: center;
        display: block;
        line-height: 50px;
        border: 1px solid #005BAC;
        border-radius: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #005BAC;
        position: relative;
        text-decoration: none;
        transition: 0.3s;
    }
    

    .block-goods-bottom a::after {
        content: "";
        width: 15px;
        height: 15px;
        background: url(/business-shop/img/event/flavor/icon_btn.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background-size: contain;
    }
    #recommend {
        padding: 50px 0 0;
    }
    #feature {
        padding: 50px 0 0;
    }
    .block-common-inner {
        padding: 20px 10px 20px;
    }
    .feature-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 6px;
        gap: calc(10 / 390 * 100vw) calc(18 / 390 * 100vw);
    }
    .feature-item {
        width: calc(50% - (9 / 390 * 100vw));
    }

    .box_bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box04 {
        position: relative;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        border-radius: 0;
        padding-bottom: 50px;
        background: #F8F8F9;
        z-index: 9;
    }
    .box04_ttl {
        position: relative;
        text-align: center;
        margin-top: -63px;
        display: inline-block;
        width: 100%;
        top: -36px;
    }
    .box04_ttl img {
        height: 68px;
    }
    .box04_content {
        width: calc(100% - 40px);
        margin: -16px auto 0;
        display: flex;
        justify-content: space-between;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
    .box04 .item {
        width: calc(50% - 10px);
        background: #FFF;
        border-radius: 10px;
    }
    .box04 .item_content {
        padding: 12px;
    }
    .box04 .item_ttl {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        min-height: 45px;
    }
    .box04 .item_ttl .item_icon {
        width: 100%;
        min-height: 50px;
    }
    .box04 .item_ttl .item_icon img {
        height: auto;
    }
    .box04 .item_ttl .txt {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
        padding-left: 0;
        font-weight: bold;
        color: #2D5AA8;
    }
    .box04 .item_des {
        padding-top: 12px;
    }
    .box04 .item_des p {
        font-size: 13px;
        line-height: 21px;
    }
}