@charset "UTF-8";
[data-browse-mode="P"] .sp {
    display: none;
}
[data-browse-mode="S"] .pc {
    display: none;
}

[data-browse-mode="S"] .block-event-page--goods {
    display: none;
}

[data-browse-mode="P"] .mv {
    padding-top: 40px;
}
[data-browse-mode="S"] .mv {
    padding-top: 10px;
}

[data-browse-mode="P"] .fixed_btn {
    display: none;
}
.fixed_btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: calc(66 / 375 * 100vw);
    height: calc(66 / 375 * 100vw);
    z-index: 50;
    display: none;
    max-width: 80px;
    max-height: 80px;
}
.fixed_btn img {
    width: 100%;
    height: auto;
}
#footer_pagetop {
    display: none !important;
}

.mv_img {
    width: 100%;
}
.mv_img picture {
    width: 100%;
    height: auto;
    display: block;
}
.mv_img img {
    width: 100%;
    height: auto;
    display: block;
}

.mv_content {
    background: linear-gradient(180deg, #F2FBFF, #BFE5F9);
    padding-bottom: 120px;
}
.mv_ttl {
    text-align: center;
    margin: 0 auto;
    padding-top: 36px;
}
.mv_sttl {
    padding:30px 0 20px;
    color: #0479AA;
    font-weight: 700;
}
.mv_desc {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.mv_categories {
    width: 580px;
    margin: 0 auto
}
.mv_cat_ttl {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.mv_category.-blue .mv_cat_ttl {
    padding-top: 48px;
    color:#0AA7DB;
}
.mv_category.-green .mv_cat_ttl {
    color: #1B7230;
}
.mv_category.-purple .mv_cat_ttl {
    color: #A460A2;
}

.mv_cat_cont {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.mv_category.-blue .mv_cat_cont {
    background: #00A7DB;
}
.mv_category.-green .mv_cat_cont {
    background: #1B7230;
}
.mv_category.-purple .mv_cat_cont {
    background: #A460A2;
}
.mv_cat_img {
    width: 237px;
    background: #fff2;
    padding: 26px 15px;
}
.mv_cat_txt {
    width: 343px;
    text-align: center;
    color: #fff;
}
.mv_cat_catch {
    font-size: 29px;
    font-weight: 700;
}
.mv_cat_level {
    background: #fff2;
    display: inline-block;
    width: 247px;
    text-align: left;
    font-size: 19px;
    padding: 7px 0 6px 20px;
    border-radius: 4px;
    margin-top: 8px
}
.mv_cat_desc {
    font-size: 19px;
    font-weight: 500;
    margin-top: 8px
}

[data-browse-mode="S"] .mv_content {
    padding-bottom: 60px;
}
[data-browse-mode="S"] .mv_ttl {
    width: 96px;
}
[data-browse-mode="S"] .mv_ttl img {
    width: 100%;
    height: auto;
}
[data-browse-mode="S"] .mv_sttl {
    font-size: 18px;
    padding:15px 0 11px;
    margin: 0;
}
[data-browse-mode="S"] .mv_desc {
    font-size: 14px;
    line-height: 1.7;
}
[data-browse-mode="S"] .mv_categories {
    width: calc(100% - 20px);
}
[data-browse-mode="S"] .mv_cat_ttl {
    margin: 0;
    border-bottom: none;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 5px;
}
[data-browse-mode="S"] .mv_category.-blue .mv_cat_ttl {
    padding-top: 25px;
}
[data-browse-mode="S"] .mv_cat_cont {
    margin-top: 0;
}
[data-browse-mode="S"] .mv_cat_img {
    width: 40%;
    padding: 16px 8px;
}
[data-browse-mode="S"] .mv_cat_img img {
    width: 100%;
    height: auto;
}
[data-browse-mode="S"] .mv_cat_txt  {
    width: 60%;
    padding: 8px 0;
}
[data-browse-mode="S"] .mv_cat_catch {
    font-size: 18px;
}
[data-browse-mode="S"] .mv_cat_level {
    width: 80%;
    font-size: 14px;
    padding: 5px 0 4px 8px;
    margin-top: 4px;
}
[data-browse-mode="S"] .mv_cat_desc {
    font-size: 14px;
    margin-top: 4px;
}

.mv_lineup {
    width: 580px;
    background: #fff;
    margin: 90px auto 0;
    padding: 28px 30px 30px;
    border-radius: 18px;
}
.mv_lineup_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #0479AA;
}
.mv_lineup_items {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    gap: 12px 15px;
    margin-top: 15px;
}
.mv_lineup_items a {
    width: calc((100% - 30px) / 3);
    background: #CEECFB;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #0479AA;
    padding: 12px 0 12px 16px;
    position: relative;
    text-decoration: none;
    transition: 0.2s;
}
.mv_lineup_items a::after {
    content: "";
    width: 12px;
    height: 10px;
    background:#0479AA;
    clip-path:polygon(0 0, 100% 0, 50% 100%);
    position:absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mv_lineup_items a:hover {
    opacity: 0.8;
}

[data-browse-mode="S"] .mv_lineup {
    width: calc(100% - 20px);
    padding: 19px 10px 30px;
    border-radius: 15px;
    margin-top: 30px;
}
[data-browse-mode="S"] .mv_lineup_ttl  {
    margin-top: 0;
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
[data-browse-mode="S"] .mv_lineup_items a {
    width: calc((100% - 15px) / 2);
}


.block-event-page--accessory > section {
    margin-bottom: 24px;
}
.block-event--goods + section {
    margin-top: 80px;
}
.sec_img {
    width: 100%;
    height: auto;
}
.sec_img img {
    width: 100%;
    height: auto;
    transition: 0.2s;
    display: block;
}
.sec_cont {
    background: #5AC4E1;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}
.sec_cont_ttl {
    padding: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec_cont_desc {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9
}
.sec_cont_capacity {
    width: fit-content;
    margin: 20px auto 24px;
    background: #fffC;
    color: #339DB9;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 18px;
}
.sec_cont_note {
    color: #fff;
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 15px;
}
.sec_cont_ingredient {
    min-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius:4px;
    width: fit-content;
}
.ingredient_inner {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 18px 15px 9px;
}
.ingredient_ttl {
    writing-mode: vertical-rl;
    font-size: 19px;
    font-weight: 500;
    color: #0479AA;
}
.ingredient_item {
    text-align: center;
}
.ingredient_item-wrap {
    text-align: center;
}
.ingredient_item img,
.ingredient_item-wrap img{
    width: 72px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ingredient_item p {
    color: #828282;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.06em;
    font-weight: 500;
}
.sec-07 .ingredient_item p {
    font-size: 12px;
}
.ingredient_item-wrap p {
    color: #828282;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.06em;
    font-weight: 500;
}
.ingredient_item-flex {
    display: flex;
    gap: 4px;
}
p.ingredient_item_pick {
    color: #0479AA;
    font-weight: 500;
    margin-bottom: 4px;
}
.ingredient_box {
    width: 84px;
    height: 84px;
    background: #0176A8;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ingredient_box > span {
    line-height: 1.1;
    font-weight: 500;
}
.ingredient_box .fs_29 {
    font-size: 29px;
}
.ingredient_box .fs_20 {
    font-size: 20px;
}
.ingredient_box .fs_34 {
    font-size: 34px;
}
.ingredient_box .fs_27 {
    font-size: 27px;
}
.ingredient_box .fs_30 {
    font-size: 30px;
}
.ingredient_box .fs_17 {
    font-size: 17px;
}
.ingredient_box_l div {
    width: 108px;
    height: 70.75px;
    background: #0176A8;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
}
.ingredient_box_l p {
    color: #0176A8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.06em;
}

.ingredient_inner.-column {
    flex-direction: column;
    padding: 14px 20px 10px 32px;
    align-items: flex-start;
}
.ingredient_inner.-column > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ingredient_inner.-column > div:first-child {
    border-bottom: 1px dashed #D6F0F7;
    padding-bottom: 8px;
}
[data-browse-mode="P"] .ingredient_inner.-column > div:first-child > .ingredient_item {
    margin: 0 62px 0 28px;
}
.ingredient_inner.-column > div:last-child {
    gap: 44px;
}
.ingredient_inner.-column .ingredient_content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.ingredient_inner.-column .ingredient_content_img {
    width: 72px;
}
.ingredient_inner.-column .ingredient_content_img img {
    width: 72px;
    height: auto;
}
.ingredient_inner.-column .ingredient_content_txt {
    width: 354px;
    text-align: left;
}
.ingredient_inner.-column  .ingredient_content_ttl {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.ingredient_inner.-column  .ingredient_content_desc {
    font-size:14px;
    font-weight: 400;
    color: #000;
}


[data-browse-mode="S"] .sec_cont {
    padding-top: 18px;
    padding-bottom: 24px;
}
[data-browse-mode="S"] .sec_cont_ttl {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 8px;
}
[data-browse-mode="S"] .sec_cont_desc {
    font-size: 14px;
    line-height: 1.8;
}
[data-browse-mode="S"] .sec_cont_capacity {
    font-size: 14px;
    margin: 15px auto;
    border-radius: 3px;
}
[data-browse-mode="S"] .sec_cont_note {
    font-size: 10px;
    margin-top: -5px;
}

[data-browse-mode="S"] .sec_cont_ingredient {
    width: calc(100% - 20px);
    min-width: initial;
}

[data-browse-mode="S"] .ingredient_inner {
    padding: 13.6px 8px 7.4px;
    gap: 6px;
}
[data-browse-mode="S"] .sec-06 .ingredient_inner {
    gap: 4px;
}
[data-browse-mode="S"] .ingredient_ttl {
    font-size: 14px;
    line-height: 1.2;
}
[data-browse-mode="S"] .ingredient_item img {
    width: 52px;
}
[data-browse-mode="S"] .ingredient_item p {
    font-size: 10px;
}
[data-browse-mode="S"] p.ingredient_item_pick {
    font-size: 10px
}
[data-browse-mode="S"] .sec-06 .ingredient_item p {
    letter-spacing: -0.16em;
}
[data-browse-mode="S"] .ingredient_box {
    width: 60px;
    height: 60px;
}

[data-browse-mode="S"] .ingredient_box_l div {
    width: 80px;
    height: 52px;
    font-size: 15px;
}
[data-browse-mode="S"] .ingredient_box_l p {
    font-size: 10px;
}

[data-browse-mode="S"] .ingredient_inner.-column {
    padding: 10.6px 14px 7.4px 23px;
}
[data-browse-mode="S"] .ingredient_inner.-column > div:first-child {
    gap: 14px;
}
[data-browse-mode="S"] .ingredient_inner.-column > div:last-child {
    gap: 30px;
}
[data-browse-mode="S"] .ingredient_inner.-column > div:first-child > .ingredient_item {
    margin-right: 15px;
}
[data-browse-mode="S"] .ingredient_inner.-column .ingredient_content {
    gap: 6px;
}
[data-browse-mode="S"] .ingredient_inner.-column .ingredient_content_img {
    width: 52px;
}
[data-browse-mode="S"] .ingredient_inner.-column .ingredient_content_txt {
    width: calc(100% - 58px);
}
[data-browse-mode="S"] .ingredient_inner.-column .ingredient_content_ttl {
    font-size: 12px;
}
[data-browse-mode="S"] .ingredient_inner.-column .ingredient_content_desc {
    font-size: 10px;
}

[data-browse-mode="S"] .ingredient_box .sfs_21 {
    font-size: 21px;
}
[data-browse-mode="S"] .ingredient_box .sfs_15 {
    font-size: 15px;
}
[data-browse-mode="S"] .ingredient_box .sfs_25 {
    font-size: 23px;
    letter-spacing: -0.05em;
}
[data-browse-mode="S"] .ingredient_box .sfs_20 {
    font-size: 20px;
    letter-spacing: -0.05em;
}
[data-browse-mode="S"] .ingredient_box .sfs_22 {
    font-size: 22px;
}
[data-browse-mode="S"] .ingredient_box .sfs_13 {
    font-size: 13px;
}


[data-browse-mode="S"] .other {
    margin-bottom: 0;
}
.other_inner {
    background: #FBEEEE;
    padding: 40px 66px 60px;
}
.other_ttl {
    width: 405px;
    margin: 0 auto;
    padding: 0;
}
.other_content {
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    margin-top: 24px;
}
.other_item {
    background: #fff;
    text-align: center;
    box-shadow: 3px 3px 6px #E1CACA;
}
.other_item a {
    text-decoration: none;
}
.other_item_img {
    display: block;
}
.other_item_img img {
    transition: 0.2s;
    display: block;
}

.other_item_txt {
    padding: 4px 0 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    height: 76px;
}
.other_item_ttl {
    color: #E29E9E;
    font-size: 16px;
    font-weight: bold;
}
.other_item_desc {
    font-size: 14px;
    font-weight: 500;
}
.other_item a:hover .other_item_txt {
    opacity: 0.7;
}

[data-browse-mode="S"] .other_inner {
    padding: 27px 44px 44px;
}
[data-browse-mode="S"] .other_ttl {
    max-width: 266px;
}
[data-browse-mode="S"] .other_content {
    flex-wrap: wrap;
}
[data-browse-mode="S"] .other_item {
    max-width: 350px;
}