@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
    font-size: inherit;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

li {
    list-style-type: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
    vertical-align: top;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

q:before,
q:after {
    content: "";
}

i {
    font-style: normal;
}

main {
    display: block;
}

*:focus {
    outline: none;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
    background-color: #d80e19;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

section {
    display: block;
    margin: 0;
    padding: 0;
}


.accordionBody {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.include-accordion.active .accordionBody {
    padding: 0;
}
.accordionBtn {
    cursor: pointer;
}

.pc-disp {
    display: block;
}
.sp-disp {
    display: none;
}
.txt-center {
    text-align: center !important;
}

.cam__container {
    position: relative;
    background-color: #d80e19;
    padding: 40px;
}
@media screen and (max-width: 1200px) {
    .cam__container {
        position: relative;
        background-color: #d80e19;
        padding: 3.3333%;
    }
}
.cam__container .h_text {
    max-width: 1200px;
    margin: 0 auto;
}
.cam__container .h_text span {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 6% 2.5%;
    line-height: 1;
}
.cam__contents {
    position: relative;
    background-color: #fff4d6;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.cam__header {
    width: 100%;
    padding-top: 60px;
}
.cam__header .header_title {
    width: 100%;
    position: relative;
}
.cam__header .header_title h1 {
    width: 100%;
    padding-left: 37.5%;
    padding-right: 7.5%;
    position: relative;
    z-index: 2;
}
.cam__header .header_title .header_title_img {
    width: 33%;
    position: absolute;
    left: 6%;
    top: 0;
    z-index: 1;
}
.cam__header .header_title_donburi {
    width: 100%;
    position: relative;
}
.cam__header .header_title_donburi h1 {
    display: block;
    width: 50%;
    margin: 0 auto 60px;
}
.cam__header .header_read {
    width: 100%;
    padding: 3% 0;
}
.cam__header .header_read p {
    width: 72%;
    margin: 0 auto;
}
.cam__header .header_card {
    border: #d80e19 solid 2px;
    border-radius: 20px;
    width: 53%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cam__header .header_card .header_card_img {
    width: 40%;
}
.cam__header .header_card .header_card_text {
    width: 57%;
}
.cam__header .header_card_notes {
    padding-top: .5em;
    margin-bottom: 40px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #8a0000;
}

.cam__main {
    width: 100%;
}
.cam__main .present {
    background-color: #e8c45c;
    box-shadow: 0px 0px 20px 0px rgba(255, 227, 150, 1.0);
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 30px 15px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.cam__main .present .present_item {
    width: 12%;
    margin: 0 1%;
    position: relative;
}
.cam__main .present .present_item figure {
    width: 100%;
    max-width: 140px;
}
.cam__main .present .present_item .present_item_ppl {
    width: 40%;
    position: absolute;
    left: -16%;
    top: -5%;
    z-index: 2;
}
.cam__main .present .present_notes {
    display: block;
    width: 100%;
    padding-top: 1.5em;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #8a0000;
}

.cam__main .main_title1 {
    width: 70%;
    margin: 0 auto 2.5%;
    line-height: 0;
}
.cam__main .main_title2 {
    width: 46%;
    margin: 0 auto 1.5%;
    line-height: 0;
}
.cam__main .main_title3 {
    width: 46%;
    margin: 0 auto;
    line-height: 0;
}

.cam__main .campaign {
    width: 80%;
    margin: 0 auto 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cam__main .campaign .campaign_item {
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px rgba(255, 227, 150, 1.0);
    width: 49%;
    overflow: hidden;
}
.cam__main .campaign .campaign_item h3 {
    display: block;
    width: 100%;
    line-height: 0;
}
.cam__main .campaign .campaign_item .campaign_item_step {
    background-color: #ffffff;
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
}
.cam__main .campaign .campaign_item .campaign_item_step .cam1_stepimg1 {
    display: block;
    width: 100%;
}
.cam__main .campaign .campaign_item .campaign_item_step .cam1_stepimg2,
.cam__main .campaign .campaign_item .campaign_item_step .cam1_stepimg3,
.cam__main .campaign .campaign_item .campaign_item_step .cam1_stepimg4 {
    position: absolute;
    left: 0;
    top: 0;
}
.cam__main .campaign .campaign_item .campaign_item_step .cam2_stepimg1 {
    display: block;
    width: 100%;
}
.cam__main .campaign .campaign_item .campaign_item_step .cam2_stepimg2,
.cam__main .campaign .campaign_item .campaign_item_step .cam2_stepimg3 {
    position: absolute;
    left: 0;
    top: 0;
}
.cam__main .campaign .campaign_item .campaign_item_step .step_btn {
    display: block;
    width: 56%;
    position: absolute;
    left: 22.5%;
    bottom: 10%;
}
.cam__main .campaign .campaign_item .campaign_item_step .step_btn a {
    transition: all ease .3s;
}
.cam__main .campaign .campaign_item .campaign_item_step .step_btn a:hover {
    filter: brightness(1.2);
}


.cam__main .kiyaku {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(255, 227, 150, 1.0);
    width: 80%;
    margin: 0 auto 60px;
    padding: 20px;
}
.cam__main .kiyaku .kiyaku_title {
    background-color: #e8c45c;
    border-radius: 10px;
    display: block;
    padding: 15px;
    position: relative;
}
.cam__main .kiyaku .kiyaku_title::before {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ffffff;
    border-bottom: 0;
    z-index: 2;
}
.cam__main .kiyaku .kiyaku_title::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #d70c19;
    z-index: 1;
}
.cam__main .kiyaku.active .kiyaku_title::before {
    top: calc(50% - 6px);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0;
    border-bottom: 12px solid #ffffff;
}
.cam__main .kiyaku .kiyaku_title span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #8a0000;
}
.cam__main .kiyaku .kiyaku_body {
    display: block;
    padding: 15px;
}
.cam__main .kiyaku a {text-decoration: underline; color: #d90e00}
.cam__main .kiyaku a:hover {text-decoration: none;}

.cam__main .kiyaku .ttl1 {
    font-size: 18px;
    font-feature-settings: "palt";
    margin: 0 0 18px 0;
}
.cam__main .kiyaku .ttl2 {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    padding: 1em 0 0 0;
}
.cam__main .kiyaku .ttl3 {
    font-size: 13px;
    font-feature-settings: "palt";
    padding: .5em 0 0 0;
}
.cam__main .kiyaku .text-list1 {
    width: 100%;
}
.cam__main .kiyaku .text-list1 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}
.cam__main .kiyaku .text-list1 li.no-indent {
    padding-left: 0;
    text-indent: 0;
}
.cam__main .kiyaku .text-list1 li span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
}
.cam__main .kiyaku .text1 {
    font-size: 12px;
}
.cam__main .kiyaku .text1 span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
}
.cam__main .kiyaku .text2 {
    padding-top: 1em;
    font-size: 12px;
}
.cam__main .kiyaku .text3 {
    display: block;
    padding-left: 4.5em;
    text-indent: -4.5em;
    font-size: 12px;
}
.cam__main .kiyaku .text-notes {
    font-size: 10px;
}


.cam__main .toiawase {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(255, 227, 150, 1.0);
    width: 80%;
    margin: 0 auto 60px;
    padding: 20px;
}
.cam__main .toiawase .toiawase_inner {
    display: table;
    margin: 0 auto;
    width: 22em;
    font-size: 17px;
}
.cam__main .toiawase .toiawase_inner p {
    margin-bottom: .5em;
    font-size: 17px;
    line-height: 1.6;
}
.cam__main .toiawase .toiawase_inner dl {
    display: flex;
    flex-wrap: wrap;
}
.cam__main .toiawase .toiawase_inner dt {
    background-color: #d70c19;
    border-radius: 3px;
    margin-bottom: .5em;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.cam__main .toiawase .toiawase_inner dd {
    margin-bottom: .5em;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1;
}


.cam__main .donburi {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
}
.cam__main .donburi .donburi_btn {
    width: 22%;
    position: absolute;
    left: 39%;
    bottom: 0;
    z-index: 10;
}
.cam__main .donburi .donburi_btn a {
    transition: all ease .3s;
}
.cam__main .donburi .donburi_btn a:hover {
    filter: brightness(1.2);
}
.cam__main .donburi .splide__list {
    height: auto;
}
.cam__main .donburi .splide__slide img {
    width: 100%;
    height: auto;
}

.cam__main .donburi_list {
    width: 100%;
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.cam__main .donburi_list .donburi_item {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(255, 227, 150, 1.0);
    border-radius: 10px;
    width: 24%;
    margin: 0 .5% 40px;
    padding: 10px 10px 40px 10px;
    position: relative;
}
.cam__main .donburi_list .donburi_item .donburi_num {
    background: url(../img/donburi_num_bg.png) center center no-repeat;
    background-size: 100% 100%;
    width: 54px;
    height: 74px;
    position: absolute;
    left: 10px;
    top: -20px;
    padding-top: .7em;
    font-size: 24px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
    color: #d70c19;
    z-index: 3;
}
.cam__main .donburi_list .donburi_item .donburi_img {
    width: 60%;
    margin: 0 auto;
}
.cam__main .donburi_list .donburi_item .donburi_attention {
    width: 55%;
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.cam__main .donburi_list .donburi_item .donburi_name {
    background-color: #d70c19;
    width: 100%;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
}
.cam__main .donburi_list .donburi_item .donburi_price {
    background-color: #fff4d6;
    width: 100%;
    margin-bottom: 1em;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.cam__main .donburi_list .donburi_item .donburi_info1 {
    width: 100%;
    border-bottom: #000000 dotted 1px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.cam__main .donburi_list .donburi_item .donburi_info2 {
    border-bottom: #000000 dotted 1px;
    width: 100%;
    display: flex;
    align-items: stretch;
    font-feature-settings: "palt";
}
.cam__main .donburi_list .donburi_item .donburi_info2 dt {
    background-color: #f4f4f4;
    width: 7em;
    padding: 5px .5em;
    font-size: 13px;
    line-height: 1.3;
}
.cam__main .donburi_list .donburi_item .donburi_info2 dd {
    width: calc(100% - 7em);
    padding: 5px .5em;
    font-size: 13px;
    line-height: 1.3;
}
.cam__main .donburi_list .donburi_item .donburi_link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.cam__main .donburi_list .donburi_item .donburi_link a {
    background-color: #d49b00;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.cam__main .donburi_list .donburi_item .donburi_link a span {
    display: block;
}


.cam__main .ibarachelin {
    background: #e8c45c url(../img/bg.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 80px;
}
.cam__main .ibarachelin .ibarachelin_img {
    width: 55%;
    margin: 0 auto 3%;
    padding-top: 2%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cam__main .ibarachelin .ibarachelin_img .ibarachelin_img_text {
    width: 66%;
}
.cam__main .ibarachelin .ibarachelin_img .ibarachelin_img_logo {
    width: 32%;
}
.cam__main .ibarachelin .ibarachelin_text {
    font-size: 24px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    color: #8a0000;
}

.cam__main .btn_top {
    width: 22%;
    margin: 0 auto;
    padding: 0 0 40px;
}
.cam__main .btn_top a {
    transition: all ease .3s;
}
.cam__main .btn_top a:hover {
    filter: brightness(1.2);
}


.cam__main .sapporobeer {
    background-color: #ffffff;
}
.cam__main .sapporobeer .ad {
    width: 100%;
    padding: 1.2% 0;
}
.cam__main .sapporobeer .ad span {
    display: block;
    width: 80%;
    margin: 0 auto;
}


.cam__footer {
    position: relative;
    width: 100%;
    padding: 30px 0 10px;
}
.cam__footer .copy {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 834px) {
    .pc-disp {
        display: none;
    }
    .sp-disp {
        display: block;
    }
    
    .cam__container {
        position: relative;
        padding: 3vw;
    }
    .cam__container .h_text {
        margin: 0 auto;
    }
    .cam__container .h_text span {
        padding: 0 4% 2.5%;
        line-height: 1;
    }
    .cam__contents {
        border-radius: 4vw;
    }
    .cam__header {
        padding-top: 6vw;
    }
    .cam__header .header_title {
        width: 100%;
        position: relative;
    }
    .cam__header .header_title h1 {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        padding-top: 52vw;
    }
    .cam__header .header_title .header_title_img {
        width: 75%;
        position: absolute;
        left: 12.5%;
        top: 0;
        z-index: 1;
    }
    .cam__header .header_title_donburi {
        width: 100%;
        position: relative;
    }
    .cam__header .header_title_donburi h1 {
        display: block;
        width: 84vw;
        margin: 0 auto 40px;
    }
    .cam__header .header_read {
        width: 100%;
        padding: 6vw 0;
    }
    .cam__header .header_read p {
        width: 95%;
        margin: 0 auto;
    }
    .cam__header .header_card {
        border-radius: 3vw;
        width: 92%;
        padding: 3vw;
    }
    .cam__header .header_card .header_card_img {
        width: 40%;
    }
    .cam__header .header_card .header_card_text {
        width: 57%;
    }
    .cam__header .header_card_notes {
        padding-top: .5em;
        margin-bottom: 3vw;
        font-size: 11px;
    }

    .cam__main {
        width: 100%;
    }
    .cam__main .present {
        background-color: #e8c45c;
        box-shadow: 0px 0px 4vw 0px rgba(255, 227, 150, 1.0);
        width: 100%;
        margin-bottom: 10vw;
        padding: 4vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cam__main .present .present_item {
        width: 44%;
        margin: 0 3% 5vw;
        position: relative;
    }
    .cam__main .present .present_item figure {
        width: 100%;
        max-width: inherit;
    }
    .cam__main .present .present_item .present_item_ppl {
        width: 30%;
        position: absolute;
        left: -10%;
        top: 0;
        z-index: 2;
    }
    .cam__main .present .present_notes {
        display: block;
        width: 100%;
        padding-top: 1em;
        font-size: 11px;
    }

    .cam__main .main_title1 {
        width: 80vw;
        margin: 0 auto 4vw;
        line-height: 0;
    }
    .cam__main .main_title2 {
        width: 92vw;
        margin: 0 auto 4vw;
        line-height: 0;
    }
    .cam__main .main_title3 {
        width: 92vw;
        margin: 0 auto;
        line-height: 0;
    }

    .cam__main .campaign {
        width: 100%;
        margin: 0 auto 10vw;
        display: block;
        position: relative;
    }
    .cam__main .campaign .campaign_item {
        border-radius: 4vw;
        box-shadow: 0px 0px 4vw 0px rgba(255, 227, 150, 1.0);
        width: 84vw;
        margin: 0 auto 6vw;
        overflow: hidden;
        position: relative;
    }
    .cam__main .campaign .campaign_item h3 {
        display: block;
        width: 100%;
        line-height: 0;
    }
    .cam__main .campaign .campaign_item .campaign_item_step {
        display: block;
        width: 100%;
        line-height: 0;
        position: relative;
    }
    .cam__main .campaign .campaign_item .campaign_item_step .step_btn {
        display: block;
        width: 50vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }


    .cam__main .kiyaku {
        background-color: #ffffff;
        border-radius: 4vw;
        box-shadow: 0px 0px 4vw 0px rgba(255, 227, 150, 1.0);
        width: 84vw;
        margin: 0 auto 10vw;
        padding: 3vw;
    }
    .cam__main .kiyaku .kiyaku_title {
        background-color: #e8c45c;
        border-radius: 2vw;
        display: block;
        padding: 10px;
        position: relative;
    }
    .cam__main .kiyaku .kiyaku_title::before {
        content: "";
        display: block;
        position: absolute;
        right: 18px;
        top: calc(50% - 3px);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 9px solid #ffffff;
        border-bottom: 0;
        z-index: 2;
    }
    .cam__main .kiyaku .kiyaku_title::after {
        content: "";
        display: block;
        position: absolute;
        right: 12px;
        top: calc(50% - 12px);
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background-color: #d70c19;
        z-index: 1;
    }
    .cam__main .kiyaku.active .kiyaku_title::before {
        top: calc(50% - 5px);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 0;
        border-bottom: 9px solid #ffffff;
    }
    .cam__main .kiyaku .kiyaku_title span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #8a0000;
    }
    .cam__main .kiyaku .kiyaku_body {
        display: block;
        padding: 0;
    }
    .cam__main .kiyaku a {text-decoration: underline; color: #d90e00}
    .cam__main .kiyaku a:hover {text-decoration: none;}

    .cam__main .kiyaku .ttl1 {
        font-size: 18px;
        font-feature-settings: "palt";
        margin: 0 0 18px 0;
    }
    .cam__main .kiyaku .ttl2 {
        font-size: 13px;
        font-weight: bold;
        font-feature-settings: "palt";
        padding: 1em 0 0 0;
    }
    .cam__main .kiyaku .ttl3 {
        font-size: 12px;
        font-feature-settings: "palt";
        padding: .5em 0 0 0;
    }
    .cam__main .kiyaku .text-list1 {
        width: 100%;
    }
    .cam__main .kiyaku .text-list1 li {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 12px;
    }
    .cam__main .kiyaku .text-list1 li.no-indent {
        padding-left: 0;
        text-indent: 0;
    }
    .cam__main .kiyaku .text-list1 li span {
        display: block;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 10px;
    }
    .cam__main .kiyaku .text1 {
        font-size: 11px;
    }
    .cam__main .kiyaku .text1 span {
        display: block;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 10px;
    }
    .cam__main .kiyaku .text2 {
        padding-top: 1em;
        font-size: 11px;
    }
    .cam__main .kiyaku .text3 {
        display: block;
        padding-left: 4.5em;
        text-indent: -4.5em;
        font-size: 11px;
    }
    .cam__main .kiyaku .text-notes {
        font-size: 10px;
    }


    .cam__main .toiawase {
        background-color: #ffffff;
        border-radius: 4vw;
        box-shadow: 0px 0px 4vw 0px rgba(255, 227, 150, 1.0);
        width: 84vw;
        margin: 0 auto 10vw;
        padding: 3vw;
    }
    .cam__main .toiawase .toiawase_inner {
        display: table;
        margin: 0 auto;
        width: auto;
        font-size: 15px;
    }
    .cam__main .toiawase .toiawase_inner p {
        margin-bottom: .5em;
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
    }
    .cam__main .toiawase .toiawase_inner dl {
        display: block;
        width: 100%;
    }
    .cam__main .toiawase .toiawase_inner dt {
        background-color: #d70c19;
        border-radius: 3px;
        margin-bottom: .5em;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        text-align: center;
    }
    .cam__main .toiawase .toiawase_inner dd {
        margin-bottom: .5em;
        padding: 5px 10px;
        font-size: 14px;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
    }


    .cam__main .donburi {
        width: 100%;
        margin: 0 auto 13vw;
        position: relative;
    }
    .cam__main .donburi .donburi_btn {
        width: 50vw;
        position: absolute;
        left: 50%;
        bottom: -3vw;
        transform: translateX(-50%);
        z-index: 10;
    }
    .cam__main .donburi .donburi_btn a {
        transition: all ease .3s;
    }
    .cam__main .donburi .donburi_btn a:hover {
        filter: brightness(1.2);
    }
    .cam__main .donburi .splide__list {
        height: auto;
    }
    .cam__main .donburi .splide__slide img {
        width: 100%;
        height: auto;
    }

    .cam__main .donburi_list {
        width: 84vw;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    .cam__main .donburi_list .donburi_item {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(255, 227, 150, 1.0);
        border-radius: 10px;
        width: 100%;
        margin: 0 0 40px;
        padding: 10px 10px 40px 10px;
        position: relative;
    }
    .cam__main .donburi_list .donburi_item .donburi_num {
        background: url(../img/donburi_num_bg.png) center center no-repeat;
        background-size: 100% 100%;
        width: 54px;
        height: 74px;
        position: absolute;
        left: 10px;
        top: -20px;
        padding-top: .7em;
        font-size: 24px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
        color: #d70c19;
        z-index: 3;
    }
    .cam__main .donburi_list .donburi_item .donburi_img {
        width: 60%;
        margin: 0 auto;
    }


    .cam__main .ibarachelin {
        padding: 12vw 0 10vw;
    }
    .cam__main .ibarachelin .ibarachelin_img {
        width: 82vw;
        margin: 0 auto 5vw;
        padding-top: 4vw;
    }
    .cam__main .ibarachelin .ibarachelin_text {
        font-size: 5vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.8;
        letter-spacing: 0.03em;
        text-align: center;
        color: #8a0000;
    }

    .cam__main .btn_top {
        width: 50vw;
        margin: 0 auto;
        padding: 0 0 40px;
    }


    .cam__main .sapporobeer {
        background-color: #ffffff;
    }
    .cam__main .sapporobeer .ad {
        width: 100%;
        padding: 4vw 0;
    }
    .cam__main .sapporobeer .ad span {
        display: block;
        width: 94%;
        margin: 0 auto;
    }


    .cam__footer {
        position: relative;
        width: 100%;
        padding: 4vw 0 4vw;
    }
    .cam__footer .copy {
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
}

