@charset "utf-8";

/* CSS Document ----------------
  rakuuma-recipe.css
  ver 1 // 2023.11.24
-------------------------------- */

.rsk_rakuumacp .rsk_hdr_cnt2 {
    padding-bottom: 0;
}

.rsk_rakuumacp_menu_header {}

.rsk_rakuumacp_menu_header img {
    margin: 0 auto;
}

.rsk_rakuumacp_menu_header_title {
    margin: 8px auto 10px;
}

.rsk_rakuumacp_menu_header_sub {
    margin: 0 auto 10px;
}

.rsk_rakuumacp_menu_header_txt {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .rsk_rakuumacp_menu_header {
        margin: 0;
    }

    .rsk_rakuumacp_menu_header_img {
        margin: 0 2.830188679245283%;
    }

    .rsk_rakuumacp_menu_header_title {
        margin: 8px 15.84905660377358% 10px;
    }

    .rsk_rakuumacp_menu_header_sub {
        margin: 0 2.830188679245283% 10px;
    }

    .rsk_rakuumacp_menu_header_txt {
        margin: 0 30.75471698113208%;
    }
}

.rsk_rakuumacp_main_bg {
    background: url(../img/rakuuma_inner_bg.png);
    background-size: 32px 32px;
    box-sizing: border-box;
}

.rsk_rakuumacp_main_inner {
    margin: 0 3.125vw;
    padding-bottom: 24px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.rsk_rakuumacp_yuu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 3.125vw;
    box-sizing: border-box;
}

.rsk_rakuumacp_yuu_name {
    width: 20%;
}

.rsk_rakuumacp_yuu_txt {
    width: 76%;
    font-size: 12px;
}

.rsk_rakuumacp_yuu_txt_sp {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

.rsk_rakuumacp_menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 2.5vw 8px;
}

.rsk_rakuumacp_menu_items img {
    margin: 0 auto;
}

.rsk_rakuumacp_menu_item {
    position: relative;
}

.rsk_rakuumacp_newitem a::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 19.0625vw;
    height: 19.0625vw;
    background-image: url(../img/rakuuma_menu_icon_newitem.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

@media screen and (min-width:768px) {
    .rsk_rakuumacp_main_bg {
        padding-top: 25px;
    }

    .rsk_rakuumacp_main_inner {
        width: 88.33333333333333%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .rsk_rakuumacp_yuu {
        width: 88.33333333333333%;
        padding: 0;
    }

    .rsk_rakuumacp_yuu_name {
        width: 7.16%;
    }

    .rsk_rakuumacp_yuu_txt {
        width: 90%;
        font-size: 17px;
    }

    .rsk_rakuumacp_menu_items {
        margin: 20px 3vw 0;
        justify-content: space-between;
    }

    .rsk_rakuumacp_menu_item {
        width: 37.16666666666667vw;
    }

    .rsk_rakuumacp_newitem a::after {
        width: 10.16666666666667vw;
        height: 10.16666666666667vw;
    }
}

@media screen and (min-width:769px) {
    .rsk_rakuumacp_menu_items {
        margin: 20px 5.333333333333333vw 0;
    }
}

@media screen and (min-width:1200px) {
    .rsk_rakuumacp_newitem a::after {
        width: 122px;
        height: 122px;
    }

    .rsk_rakuumacp_menu_items {
        margin: 20px 64px 0;
    }

    .rsk_rakuumacp_menu_item {
        width: 446px;
    }
}

@media screen and (max-width:767px) {
    .rsk_rakuumacp_main_bg {
        width: 100%;
        margin: 0;
    }

    .rsk_rakuumacp_menu_item {
        width: 100% !important;
    }
}


/* detail */
.rsk_rakuumacp .rsk_hdr_recipe {
    padding-bottom: .5em;
}

.rsk_rakuumacp .rsk_rakuumacp_detail_wrap {
    padding: 0;
    padding-bottom: 40px;
}

.rsk_rakuumacp .rsk_rakuumacp_detail_inner {
    background: url(../img/rakuuma_menu_bg.png) 0 0 #FBE3F2;
    background-size: 10px 10px;
    padding: 10px 0;
}

.rsk_rakuumacp_head {
    background: white;
    width: 100%;
    padding: 35px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rsk_rakuumacp_head_img {
    width: 49.07563025210084%;
}

.rsk_rakuumacp_head_info {
    width: 48.0672268907563%;
}

.rsk_rakuumacp_head_info p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.rsk_rakuumacp_head_sozai {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.rsk_rakuumacp_head_sozai_title {
    background: #FF98FF;
    text-align: center;
    width: 102px;
    height: 102px;
    font-size: 21px;
    color: white;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rsk_rakuumacp_head_sozai_body {
    width: 80%;
}

.rsk_rakuumacp_head_sozai_list {
    list-style: none;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.rsk_rakuumacp_head_sozai_list.not_a {
    padding-left: 0;
}

.rsk_rakuumacp_head_sozai_list.sozai_a {
    position: relative;
}

.rsk_rakuumacp_head_sozai_list.sozai_a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    display: block;
    width: 4px;
    height: 100%;
    border: 1px solid #000;
    border-right: none;
}

.rsk_rakuumacp_head_sozai_list.sozai_a:after {
    content: "A";
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

.rsk_rakuumacp_head_sozai_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.rsk_rakuumacp_head_sozai_list li .sozai-name {
    padding-right: .25em;
}

.rsk_rakuumacp_head_sozai_list li .sozai-border {
    flex: auto;
}

.rsk_rakuumacp_head_sozai_list li .sozai-border .tab-r-line {
    position: relative;
    top: calc(50% - 1px);
    min-width: 8px;
    margin: 0;
    border: none;
    border-top: dotted 2px #CCC;
}

.rsk_rakuumacp_head_sozai_list li .sozai-amount {
    padding-left: .25em;
    text-align: right;
}

.rsk_rakuumacp_head_product {
    width: 50%;
    padding: 0 30px;
}


.rsk_rakuumacp_made {
    position: relative;
    padding-bottom: 40px;
}

.rsk_rakuumacp_made_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rsk_rakuumacp_made_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 70px 0;
    padding-top: 80px;
}

.rsk_rakuumacp_made_item {
    width: 47%;
    background: white;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    padding: 40px 25px 25px;
    box-sizing: border-box;
    margin-bottom: 80px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rsk_rakuumacp_made_item:after {
    content: "";
    position: absolute;
    width: 166px;
    height: 83px;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    background: white;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.rsk_rakuumacp_made_item.made_wide {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rsk_rakuumacp_made_item_harf {
    width: 47%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rsk_rakuumacp_made_item h4 {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.rsk_rakuumacp_made_item p {
    font-size: 18px;
    margin-bottom: 10px;
}

.rsk_rakuumacp_made_item_img {
    width: 90%;
    margin: 0 auto;
    margin-top: auto;
    min-height: 0%;
}

.rsk_rakuumacp_made_point {
    width: 47%;
}

.rsk_rakuumacp_made_point_title {
    width: 100%;
    background: #FF762E;
    color: white;
    text-align: center;
    border-radius: 30px;
    font-size: 21px;
    margin-bottom: 10px;
}

.rsk_rakuumacp_made_point_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rsk_rakuumacp_made_point_list li {
    background: url(../img/rakuuma_made_heart.png) 0 4px no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    font-size: 16px;
}

.rsk_rakuumacp_made_point.point_wide {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rsk_rakuumacp_made_point.point_wide .rsk_rakuumacp_made_point_list {
    width: 49%;
}

.rsk_rakuumacp_made_point.point_wide .rsk_rakuumacp_made_point_list li {}

.rsk_rakuumacp_made_btn {
    width: 50%;
    margin: 16px auto 0;
}

@media screen and (max-width:1119px) {
    .rsk_rakuumacp_made_block {
        margin: 0 5.833333333333333vw;
    }
}


@media screen and (max-width: 767px) {
    .rsk_rakuumacp .rsk_hero img {
        width: 100%;
    }

    .rsk_rakuumacp .rsk_rakuumacp_hero_wrap {
        width: 100%;
        margin: 0;
    }

    .rsk_rakuumacp .rsk_rakuumacp_detail_wrap {
        margin: 0;
        width: 100%;
        padding-top: 10px;
    }

    .rsk_rakuumacp .rsk_rakuumacp_detail_inner {
        padding: 0;
        border-bottom: 5px solid #FBE3F2;
    }

    .rsk_rakuumacp_head {
        padding: 15px 15px 30px;
        border-bottom: 5px solid #FBE3F2;
    }

    .rsk_rakuumacp_head_img {
        width: 100%;
        margin-bottom: 15px;
    }

    .rsk_rakuumacp_head_info {
        width: 100%;
    }

    .rsk_rakuumacp_head_info img {
        margin: 0 auto 8px;
    }

    .rsk_rakuumacp_head_info p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .rsk_rakuumacp_head_sozai {
        margin-top: 0;
        width: 100%;
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .rsk_rakuumacp_head_sozai_title {
        width: 160px;
        height: auto;
        border-radius: 30px;
        text-align: center;
        margin: 0 auto 10px;
        display: block;
        font-size: 16px;
        padding: 4px 10px;
    }

    .rsk_rakuumacp_head_sozai_title br {
        display: none;
    }

    .rsk_rakuumacp_head_sozai_body {
        width: 100%;
    }

    .rsk_rakuumacp_head_sozai_list {
        width: 100%;
        margin: 0;
    }

    .rsk_rakuumacp_head_sozai_list li {
        font-size: 15px;
    }

    .rsk_rakuumacp_head_product {
        width: 100%;
        padding: 0 10px 20px;
        margin-top: 0;
        /* margin-top: -20px; */
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .rsk_rakuumacp_made {}

    .rsk_rakuumacp_made_title {
        width: 226px;
        display: block;

    }

    .rsk_rakuumacp_made_block {
        margin: 0 15px;
    }

    .rsk_rakuumacp_made_item {
        width: 100%;
        padding: 20px 15px 15px;
        margin-bottom: 35px;
    }

    .rsk_rakuumacp_made_item:after {
        width: 83px;
        height: 41px;
        top: -23px;
    }

    .rsk_rakuumacp_made_item_harf {
        width: 100%;
        margin-bottom: 20px;
    }

    .rsk_rakuumacp_made_item_harf:last-child {
        margin-bottom: 0;
    }

    .rsk_rakuumacp_made_item h4 {
        top: -18px;
    }

    .rsk_rakuumacp_made_item p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .rsk_rakuumacp_made_item_img {
        width: 100%;
    }

    .rsk_rakuumacp_made_point {
        width: 100%;

    }

    .rsk_rakuumacp_made_point.point_wide {
        margin-bottom: 0;
    }

    .rsk_rakuumacp_made_point_list li {
        font-size: 16px;
    }

    .rsk_rakuumacp_made_point.point_wide .rsk_rakuumacp_made_point_list {
        width: 100%;
    }

    .rsk_rakuumacp_made_btn {
        width: 250px;
        margin-top: 25px;
    }
}