@charset "UTF-8";
.suihan-top {
    position: relative;
    padding-bottom: 120px;
}

.suihan-top img {
    display: block;
}

.suihan-top sup {
    font-size: 75%;
}

@media screen and (max-width: 640px) {
    .suihan-top {
        padding-bottom: 20.3125vw;
    }
}

.ricecooker-inner,
.ricecooker-inner02 {
    width: 980px;
}

.ricecooker-inner,
.ricecooker-inner02 {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

/* PC */
@media screen and (min-width: 641px) {
    .visible-sp {
        display: none !important;
    }
    .sh-content a:hover {
        opacity: 0.7;
    }
}

/* SP */
@media screen and (max-width: 640px) {
    .ricecooker-inner {
        width: auto;
        margin: 0 auto;
    }
    .ricecooker-inner02 {
        width: auto;
        margin: 0 3.125vw;
    }
    .visible-pc {
        display: none !important;
    }
    /*-------------*/
}

/* ricecooker-ttl-type02 */
.ricecooker-ttl-type02 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ricecooker-ttl-type03 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.ricecooker-ttl-lv2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 52px;
    line-height: 1.33334;
    color: #000;
}

.ricecooker-ttl-lv2 img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 62px;
    margin-right: 32px;
}

.ricecooker-ttl-sub {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6875;
    text-align: center;
}

.ricecooker-ttl-note {
    font-size: 12px;
}

.ricecooker-ttl-lv3 {
    font-size: 26px;
    line-height: 1.23076923;
    text-align: center;
    border-top: 1px solid #372800;
    border-bottom: 1px solid #372800;
    background: #fff;
    padding: 7px 20px;
    position: relative;
    margin-bottom: 40px;
}

.ricecooker-ttl-lv3::before, .ricecooker-ttl-lv3::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
}

.ricecooker-ttl-lv3::before {
    border-width: 7px 7px 0 0;
    border-color: #372800 transparent transparent transparent;
    left: 2px;
}

.ricecooker-ttl-lv3::after {
    border-width: 0 7px 7px 0;
    border-color: transparent #372800 transparent transparent;
    right: 2px;
}

.ricecooker-ttl-lv3 span::before, .ricecooker-ttl-lv3 span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 0;
    height: 0;
    border-style: solid;
}

.ricecooker-ttl-lv3 span::before {
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #372800;
    left: 2px;
}

.ricecooker-ttl-lv3 span::after {
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #372800 transparent;
    right: 2px;
}

.section-border-line {
    position: relative;
}

.section-border-line::before {
    content: "";
    width: 120%;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/line_border.png") repeat-x center center;
    background-size: 21px 19px;
}

.ricecooker-cm-copy {
    text-align: center;
    font-size: 18px;
    line-height: 1.94444444;
    font-weight: bold;
}

.ricecooker-cm-copy__note {
    font-size: 66.6666667%;
    margin-top: 10px;
}

.ricecooker-cm-btn {
    text-align: center;
}

.ricecooker-cm-btn__link {
    max-width: 700px;
    background: #fff;
    color: #000;
    display: block;
    text-align: center;
    padding: 20px 45px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22223;
    margin: 0 auto;
    border: 1px solid #000;
}

.ricecooker-cm-btn__link::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    background: url("../img/black_arrow.svg") no-repeat center center;
    background-size: 100% 100%;
    content: "";
    width: 25px;
    height: 10px;
    margin-top: -5px;
}

.ricecooker-cm-btn__link span {
    display: inline-block;
}

.ricecooker-cm-btn__link.bg-orange {
    background: #F8B101;
    color: #fff;
    border-color: #F8B101;
}

.ricecooker-cm-btn__link.bg-orange::after {
    background-image: url("../img/white_arrow.svg");
}

.ricecooker-cm-btn a + a {
    margin-top: 30px;
}

.ricecooker-cm-btn a + ul,
.ricecooker-cm-btn ul + ul {
    margin-top: 60px;
}

.ricecooker-cm-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}

.ricecooker-cm-btn ul li {
    width: 50%;
    margin: 0 20px;
}

.ricecooker-cm-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -19px;
}

.ricecooker-cm-card__item {
    width: 50%;
    padding: 0 19px;
}

.c-player {
    position: relative;
    padding: 0 0 56.25% 0;
}

.c-player .c-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.c-player .c-video video,
.c-player .c-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-player .c-video video:focus,
.c-player .c-video iframe:focus {
    outline-offset: 0;
    outline: none;
}

.c-player .c-poster,
.c-player .c-play {
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
}

.c-player .c-poster.active,
.c-player .c-play.active {
    opacity: 0;
    visibility: hidden;
}

.c-player .c-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.c-player .c-poster img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.c-player .c-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    cursor: pointer;
    opacity: 0;
}

.c-player .c-play--triangle {
    border-left: 3.6rem solid #fff;
    border-top: 1.8rem solid transparent;
    border-bottom: 1.8rem solid transparent;
}

.c-player .c-play--youtube {
    width: 6.4rem;
    height: 4.5rem;
    background: url("../img/icon_play.svg") no-repeat;
    background-size: 100%;
}

.c-player .c-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
}

/* SP */
@media screen and (max-width: 640px) {
    .ricecooker-cm-btn__link {
        padding: 1.5625vw 4.6875vw;
        min-height: 14.84375vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 3.75vw;
        line-height: 1.45;
        margin: 0 3.125vw;
    }
    .ricecooker-cm-btn__link::after {
        right: 3.125vw;
        width: 3.4375vw;
        height: 1.375vw;
        margin-top: -0.6875vw;
    }
    .ricecooker-cm-btn a + a {
        margin-top: 3.125vw;
    }
    .ricecooker-cm-btn a + ul,
    .ricecooker-cm-btn ul + ul {
        margin-top: 6.25vw;
    }
    .ricecooker-cm-btn ul {
        display: block;
        margin: 0;
    }
    .ricecooker-cm-btn ul li {
        width: 100%;
        margin: 0 0 3.125vw;
    }
    .ricecooker-ttl-lv2 {
        font-size: 8.125vw;
        line-height: 1.4;
    }
    .ricecooker-ttl-lv2 img {
        width: 9.6875vw;
        margin-right: 5vw;
    }
    .ricecooker-ttl-sub {
        font-size: 5vw;
        line-height: 1.5;
    }
    .section-border-line::before {
        height: 2.96875vw;
        background-position-y: top;
        background-size: 1.71875vw 1.5625vw;
    }
    .ricecooker-ttl-lv3 {
        font-size: 5vw;
        line-height: 1.6;
        margin-bottom: 6.25vw;
        padding: 1.5625vw 3.125vw;
    }
    .ricecooker-ttl-lv3::before {
        border-width: 5px 5px 0 0;
    }
    .ricecooker-ttl-lv3::after {
        border-width: 0 5px 5px 0;
    }
    .ricecooker-ttl-lv3 span::before {
        border-width: 5px 0 0 5px;
    }
    .ricecooker-ttl-lv3 span::after {
        border-width: 0 0 5px 5px;
    }
    .ricecooker-cm-copy {
        text-align: left;
        font-size: 3.75vw;
        line-height: 1.6;
    }
    .ricecooker-cm-copy__note {
        font-size: 3.125vw;
        margin-top: 3.125vw;
    }
    .ricecooker-cm-card__list {
        display: block;
        margin: 0;
    }
    .ricecooker-cm-card__item {
        width: 100%;
        padding: 0;
        margin-bottom: 3.125vw;
    }
    .ricecooker-ttl-note {
        font-size: 3.125vw;
    }
}

.ricecooker-mv {
    padding-bottom: 60px;
}

.ricecooker-mv__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.ricecooker-mv .bg01 {
    background: #EDEEF2;
}

.ricecooker-mv .bg02 {
    background: #FAF2DF;
}

.ricecooker-mv a,
.ricecooker-mv img {
    display: block;
    width: 100%;
}

.ricecooker-mv .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 50% !important;
    right: auto !important;
    z-index: 2;
}

.ricecooker-mv .slick-arrow:hover {
    opacity: 0.7;
}

.ricecooker-mv .slick-arrow::before {
    content: none;
}

.ricecooker-mv .slick-arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/btn_next.png") no-repeat center center;
    background-size: 100% 100%;
}

.ricecooker-mv .slick-arrow.slick-next {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
}

.ricecooker-mv .slick-arrow.slick-prev {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px);
}

.ricecooker-mv .slick-arrow.slick-prev::after {
    background-image: url("../img/btn_prev.png");
}

.ricecooker-about-bnr {
    max-width: 850px;
    margin: 60px auto;
}

.ricecooker-about-bnr a {
    display: block;
}

.ricecooker-about-bnr img {
    display: block;
    width: 100%;
}

.ricecooker-store {
    background: #EDF4FF;
    padding: 40px 0;
    text-align: center;
}

.ricecooker-store__ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ricecooker-store__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
}

.ricecooker-store__item {
    width: 250px;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.ricecooker-store__item__inner {
    background: #fff;
    height: 100%;
    padding: 40px 15px;
    position: relative;
}

.ricecooker-store__ico {
    width: 111px;
    margin: 0 auto 20px;
}

.ricecooker-store__ico img {
    display: block;
    width: 100%;
}

.ricecooker-store__lbl {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1.375;
    padding: 7px 20px;
    background: #003DA5;
    color: #fff;
    font-weight: bold;
}

.ricecooker-store__sttl {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.ricecooker-store__sttl2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}

.ricecooker-store__sttl2 .sm {
    font-size: 12px;
    font-weight: normal;
}

.ricecooker-store__copy {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.ricecooker-store__note {
    font-size: 12px;
    line-height: 1.5;
}

.ricecooker-store__link {
    margin-top: 15px;
}

.ricecooker-store__link a {
    color: inherit;
    font-size: 15px;
}

.ricecooker-store__link span {
    color: #0000EE;
}

.ricecooker-store__link .arrow-down {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    z-index: 1;
    content: "";
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ricecooker-store__link.link-anchor a {
    position: relative;
    padding-left: 15px;
}

.ricecooker-store__btn a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.53846154;
    padding: 20px 40px;
    color: #003DA5;
    max-width: 90%;
    min-width: 290px;
    background: #fff;
    border-radius: 40px;
}

.ricecooker-sec2 {
    padding: 60px 0;
    background: #fff;
}

.ricecooker-service__headline {
    margin-bottom: 60px;
}

.ricecooker-service__headline h2 {
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    line-height: 1.45;
}

.ricecooker-service__headline p {
    font-size: 12px;
    line-height: 1.3333;
    text-align: right;
    margin-top: 15px;
}

.ricecooker-service__anchor {
    margin-top: 60px;
    margin-bottom: 80px;
}

.ricecooker-service__anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ricecooker-service__anchor ul li {
    width: 20%;
    position: relative;
}

.ricecooker-service__anchor ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: url("../img/anchor_border.png") no-repeat top center;
    background-size: 2px 108px;
}

.ricecooker-service__anchor ul li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: url("../img/anchor_border.png") no-repeat top center;
    background-size: 2px 108px;
}

.ricecooker-service__anchor ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.375;
    color: #000;
    height: 108px;
    position: relative;
}

.ricecooker-service__anchor ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 0 13px;
    border-color: #000000 transparent transparent transparent;
}

.ricecooker-service__anchor ul li a span {
    display: block;
    padding: 0 0 23px 0;
}

.ricecooker-service__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.ricecooker-service__photo {
    width: 268px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ricecooker-service__photo img {
    display: block;
    width: 100%;
}

.ricecooker-service__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 9.2%;
}

.ricecooker-service__copy {
    font-size: 18px;
    line-height: 1.66666667;
}

.ricecooker-service__copy .lg {
    font-weight: bold;
}

.ricecooker-service__note {
    font-size: 12px;
    line-height: 1.3333;
    margin-top: 18px;
}

.ricecooker-ttl-lv2plus {
    font-size: 36px;
    line-height: 1.33333333;
    font-weight: 700;
    text-align: center;
}

.ricecooker-check {
    border: 1px solid #707070;
    padding: 20px 30px;
    background: #fff;
    max-width: 850px;
    margin: 0 auto;
}

.ricecooker-check__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ricecooker-check__desc {
    position: relative;
    width: 100%;
    padding-left: 93px;
}

.ricecooker-check__photo {
    width: 198px;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ricecooker-check__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.ricecooker-check__ttl:before {
    content: '';
    display: block;
    width: 70px;
    height: 77px;
    background: url("../img/ricecooker_check_ico.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ricecooker-check__copy {
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec3 {
    background: #F8F9FA;
    padding: 78px 0 49px;
}

.ricecooker-sec3 .ricecooker-ttl-lv2 {
    margin-bottom: 25px;
}

.ricecooker-sec3 .ricecooker-ttl-sub {
    margin-bottom: 11px;
}

.ricecooker-sec3 .ricecooker-ttl-note {
    text-align: center;
    margin-bottom: 60px;
}

.ricecooker-sec3 .ricecooker-check {
    margin-bottom: 60px;
}

.ricecooker-sec3__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 52px;
}

.ricecooker-sec3__card__photo {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec3__card__photo img {
    width: 100%;
    display: block;
}

.ricecooker-sec3__card__desc {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec3__card__desc img {
    width: 100%;
    display: block;
}

.ricecooker-sec3__card__copy {
    font-size: 18px;
    line-height: 1.77777778;
    margin-bottom: 11px;
}

.ricecooker-sec3__card__copy .lg {
    font-weight: bold;
}

.ricecooker-sec3__card__note {
    font-size: 12px;
}

.ricecooker-sec3__driedrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 37px;
}

.ricecooker-sec3__driedrice__desc {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec3__driedrice__desc img {
    width: 100%;
    display: block;
}

.ricecooker-sec3__driedrice__desc p {
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec3__driedrice__photo {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec3__driedrice__photo img {
    width: 100%;
    display: block;
}

.ricecooker-sec3__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.ricecooker-sec3__col {
    width: 33.33%;
    padding: 0 10px;
}

.ricecooker-sec3__col h3 {
    font-size: 20px;
    line-height: 1.5;
    min-height: 60px;
    font-weight: bold;
    margin-bottom: 11px;
}

.ricecooker-sec3__col p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 17px;
}

.ricecooker-sec4 {
    padding: 81px 0 60px;
}

.ricecooker-sec4 .ricecooker-ttl-lv2 {
    margin-bottom: 22px;
}

.ricecooker-sec4 .ricecooker-ttl-sub {
    margin-bottom: 50px;
}

.ricecooker-sec4__desc {
    font-size: 18px;
    line-height: 1.777777778;
    margin-bottom: 34px;
}

.ricecooker-sec4__desc .lg {
    font-weight: bold;
}

.ricecooker-sec4__map {
    margin-bottom: 50px;
}

.ricecooker-sec4__card {
    margin-bottom: 60px;
}

.ricecooker-sec4__card__ttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.ricecooker-sec4__card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}

.ricecooker-sec4__card__desc {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec4__card__desc img {
    width: 100%;
    display: block;
}

.ricecooker-sec4__card__photo {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec4__card__photo img {
    width: 100%;
    display: block;
}

.ricecooker-sec4__card__copy {
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec4__card__copy .lg {
    font-weight: bold;
}

.ricecooker-sec4__card__copy + .ricecooker-sec4__card__copy {
    margin-top: 30px;
}

.ricecooker-sec4__story {
    margin-bottom: 81px;
}

.ricecooker-sec4__story__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FAF2DF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 170px;
    position: relative;
}

.ricecooker-sec4__story__inner:after {
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url("../img/ricecooker-sec-5__arrow.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 47px;
}

.ricecooker-sec4__story__photo {
    width: 349px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ricecooker-sec4__story__photo img {
    display: block;
}

.ricecooker-sec4__story__desc {
    width: 100%;
}

.ricecooker-sec4__story__ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34375;
    text-align: center;
    color: #000;
}

.ricecooker-sec4__recom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 54px;
}

.ricecooker-sec4__recom__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ricecooker-sec4__recom__ttl:before {
    content: '';
    display: block;
    width: 47px;
    height: 54px;
    background: url("../img/icon_search.png") no-repeat;
    background-size: 100%;
    margin: 0 17px 0 3px;
}

.ricecooker-sec4__recom__photo {
    width: 175px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
}

.ricecooker-sec4__recom__desc {
    width: 100%;
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec4__howto__ttl {
    border-left: 8px solid #000;
    font-size: 20px;
    line-height: 1.7;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ricecooker-sec4__howto__item {
    margin-bottom: 50px;
}

.ricecooker-sec4__howto__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}

.ricecooker-sec4__howto__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ricecooker-sec4__howto__left {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec4__howto__left img {
    width: 100%;
    display: block;
}

.ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc .photo {
    width: 112px;
    margin-right: 18px;
    margin-left: -8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc .int {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 700;
}

.ricecooker-sec4__howto__right {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec4__howto__right img {
    width: 100%;
    display: block;
}

.ricecooker-sec4__howto__right .ricecooker-sec4__howto__desc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ricecooker-sec4__howto__right .photo {
    width: 160px;
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ricecooker-sec4__howto__right .int {
    text-align: right;
}

.ricecooker-sec4__howto__right .int .copy {
    font-size: 14px;
    line-height: 1.5714;
}

.ricecooker-sec4__howto__right .int .name {
    font-size: 18px;
    font-weight: bold;
}

.ricecooker-sec4__howto__voice {
    background: url("../img/voice_bg.svg") no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 1.708;
    padding: 18px 25px 33px;
    margin-bottom: 10px;
}

.ricecooker-sec4__howto__photo {
    margin-bottom: 22px;
}

.ricecooker-sec5 {
    background: #FAF9F8;
    padding: 77px 0 51px;
}

.ricecooker-sec5 .ricecooker-ttl-lv2 {
    margin-bottom: 24px;
}

.ricecooker-sec5 .ricecooker-ttl-sub {
    margin-bottom: 54px;
}

.ricecooker-sec5__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 40px;
}

.ricecooker-sec5__card__photo {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec5__card__photo img {
    width: 100%;
    display: block;
}

.ricecooker-sec5__card__desc {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec5__card__desc img {
    width: 100%;
    display: block;
}

.ricecooker-sec5__card__desc p {
    font-size: 18px;
    line-height: 1.777778;
}

.ricecooker-sec5__card__copy .lg {
    font-weight: bold;
}

.ricecooker-sec5 .ricecooker-check {
    margin-bottom: 71px;
}

.ricecooker-sec5__copy {
    font-size: 16px;
    margin-bottom: 40px;
}

.ricecooker-sec6 {
    background: #F8F9FA;
    padding: 78px 0 49px;
}

.ricecooker-sec6__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}

.ricecooker-sec6__item {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec6__item img {
    width: 100%;
    display: block;
}

.ricecooker-sec6 .ricecooker-ttl-lv2plus {
    margin-bottom: 40px;
}

.ricecooker-sec6__item__ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 17px 0 13px;
}

.ricecooker-sec6__item p {
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec7 {
    padding: 79px 0 61px;
    background: #fff;
}

.ricecooker-sec7__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 14px;
}

.ricecooker-sec7__block:not(:last-child) {
    margin-bottom: 57px;
}

.ricecooker-sec7__des {
    margin-bottom: 35px;
}

.ricecooker-sec7__des p {
    font-size: 16px;
    line-height: 1.875;
}

.ricecooker-sec7__item {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec7__item img {
    width: 100%;
    display: block;
}

.ricecooker-sec7__item__ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 18px 0 11px;
}

.ricecooker-sec7__item__figure + p,
.ricecooker-sec7__item .c-player + p {
    font-size: 12px;
    margin-top: 17px;
}

.ricecooker-sec7__item p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 7px;
}

.ricecooker-sec7__item p.ricecooker-sec7__note {
    font-size: 12px;
    color: #D00000;
    margin-top: 14px;
}

.ricecooker-sec7__btn {
    margin-top: 55px;
}

.ricecooker-sec7 .ricecooker-ttl-lv2plus {
    margin-bottom: 66px;
}

.ricecooker-sec8 {
    padding: 0 0 60px;
}

.ricecooker-sec8__ttl {
    background: #F0F3F8;
    font-size: 36px;
    line-height: 54px;
    padding: 29px 0 26px;
    margin-bottom: 58px;
}

.ricecooker-sec8__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 30px;
}

.ricecooker-sec8__item {
    width: 50%;
    padding: 0 20px;
}

.ricecooker-sec8__item img {
    width: 100%;
    display: block;
}

.ricecooker-sec8__item > .ricecooker-sec8__item__ttl {
    margin-bottom: 13px;
}

.ricecooker-sec8__item__ttl {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.ricecooker-sec8__item__row:not(:last-child) {
    margin-bottom: 15px;
}

.ricecooker-sec8__item__list {
    margin-bottom: 10px;
}

.ricecooker-sec8__item__list li {
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ricecooker-sec8__item__list li:before {
    content: '●';
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2px;
}

.ricecooker-sec8__item__link {
    color: inherit;
}

.ricecooker-sec8__item__link span {
    color: #0273AB;
}

.ricecooker-sec8__note {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 60px;
}

.ricecooker-sec9 {
    padding-bottom: 80px;
}

.ricecooker-sec9__ttl {
    background: #F0F3F8;
    font-size: 36px;
    line-height: 54px;
    padding: 29px 0 26px;
    margin-bottom: 58px;
    margin-top: 80px;
}

.ricecooker-sec9__block:not(:last-child) {
    margin-bottom: 56px;
}

.ricecooker-sec9 p:not(:last-child) {
    margin-bottom: 14px;
}

.ricecooker-sec9 p.ricecooker-sec9__bold {
    font-weight: 700;
    margin-bottom: 16px;
}

.ricecooker-sec9__link {
    font-size: 20px;
}

.ricecooker-sec9__link a {
    color: inherit;
}

.ricecooker-sec9__link span {
    color: #0273AB;
}

.ricecooker-sec9 p {
    font-size: 20px;
    line-height: 1.5;
}

.ricecooker-sec9__note {
    margin-top: 15px;
}

.ricecooker-sec9__note + .ricecooker-sec9__note {
    margin-top: 20px;
}

.ricecooker-sec9__note li {
    font-size: 12px;
    line-height: 1.75;
}

.ricecooker-sec9__note .li_last {
    margin-top: 15px;
}

/* SP */
@media screen and (max-width: 640px) {
    .ricecooker-ttl-lv2plus {
        font-size: 5vw;
        line-height: 6.71875vw;
    }
    .ricecooker-check {
        padding: 4.6875vw 4.6875vw;
        margin: 0 3.125vw;
    }
    .ricecooker-check__inner {
        display: block;
    }
    .ricecooker-check__desc {
        width: 100%;
        padding-left: 0;
    }
    .ricecooker-check__photo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .ricecooker-check__photo img {
        width: 100%;
    }
    .ricecooker-check__ttl {
        font-size: 5vw;
        line-height: 1.5;
        margin-bottom: 2.34375vw;
        padding-left: 13.75vw;
        position: relative;
    }
    .ricecooker-check__ttl:before {
        width: 10.9375vw;
        height: 12.03125vw;
    }
    .ricecooker-check__copy {
        font-size: 4.375vw;
        line-height: 1.5;
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec3 {
        padding: 10.9375vw 0;
    }
    .ricecooker-sec3 .ricecooker-ttl-lv2 {
        margin-bottom: 4.6875vw;
    }
    .ricecooker-sec3 .ricecooker-ttl-sub {
        margin-bottom: 4.0625vw;
    }
    .ricecooker-sec3 .ricecooker-ttl-note {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec3 .ricecooker-check {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec3__card {
        display: block;
        margin: 0;
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec3__card__photo {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec3__card__photo:first-child {
        margin-top: 0;
    }
    .ricecooker-sec3__card__desc {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec3__card__desc:first-child {
        margin-top: 0;
    }
    .ricecooker-sec3__card__copy {
        font-size: 4.375vw;
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec3__card__note {
        font-size: 3.125vw;
    }
    .ricecooker-sec3__driedrice {
        display: block;
        margin: 0;
        margin-bottom: 6.25vw;
    }
    .ricecooker-sec3__driedrice__desc {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec3__driedrice__desc:first-child {
        margin-top: 0;
    }
    .ricecooker-sec3__driedrice__desc p {
        font-size: 4.375vw;
    }
    .ricecooker-sec3__driedrice__photo {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec3__driedrice__photo:first-child {
        margin-top: 0;
    }
    .ricecooker-sec3__row {
        display: block;
        margin: 0;
    }
    .ricecooker-sec3__col {
        width: 100%;
        padding: 0;
        margin-top: 9.375vw;
    }
    .ricecooker-sec3__col h3 {
        font-size: 5vw;
        min-height: 0;
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec3__col p {
        font-size: 3.75vw;
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec4 {
        padding: 10.9375vw 0;
    }
    .ricecooker-sec4 .ricecooker-ttl-lv2 {
        margin-bottom: 4.6875vw;
    }
    .ricecooker-sec4 .ricecooker-ttl-sub {
        margin-bottom: 10.9375vw;
    }
    .ricecooker-sec4__desc {
        font-size: 4.375vw;
        margin-bottom: 6.25vw;
    }
    .ricecooker-sec4__map {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec4__card {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec4__card__ttl {
        font-size: 4.6875vw;
        margin-bottom: 6.25vw;
    }
    .ricecooker-sec4__card__row {
        display: block;
        margin: 0;
    }
    .ricecooker-sec4__card__desc {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec4__card__desc:first-child {
        margin-top: 0;
    }
    .ricecooker-sec4__card__photo {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
        margin-top: 6.25vw;
    }
    .ricecooker-sec4__card__photo:first-child {
        margin-top: 0;
    }
    .ricecooker-sec4__card__copy {
        font-size: 4.375vw;
    }
    .ricecooker-sec4__card__copy + .ricecooker-sec4__card__copy {
        margin-top: 6.25vw;
    }
    .ricecooker-sec4__story {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec4__story__inner {
        padding-right: 3.125vw;
    }
    .ricecooker-sec4__story__inner:after {
        width: 5.9375vw;
        height: 5.9375vw;
        right: 3.125vw;
    }
    .ricecooker-sec4__story__photo {
        width: 39.84375vw;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .ricecooker-sec4__story__desc {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: left;
    }
    .ricecooker-sec4__story__ttl {
        text-align: center;
        display: inline-block;
        font-size: 4.6875vw;
    }
    .ricecooker-sec4__recom {
        display: block;
        margin-bottom: 54px;
    }
    .ricecooker-sec4__recom__ttl {
        display: block;
        text-align: center;
        font-size: 5vw;
        margin-bottom: 7.1875vw;
    }
    .ricecooker-sec4__recom__ttl:before {
        width: 7.34375vw;
        height: 8.4375vw;
        margin: 0 auto 3.125vw;
    }
    .ricecooker-sec4__recom__photo {
        width: 44.6875vw;
        margin: 0 auto 6.25vw;
    }
    .ricecooker-sec4__recom__desc {
        width: 100%;
        font-size: 4.375vw;
    }
    .ricecooker-sec4__howto__ttl {
        border-left-width: 5px;
        font-size: 4.6875vw;
        line-height: 1.3;
        padding-left: 3.125vw;
        margin-bottom: 4.6875vw;
    }
    .ricecooker-sec4__howto__item {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec4__howto__row {
        display: block;
        margin: 0;
    }
    .ricecooker-sec4__howto__left {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec4__howto__left:first-child {
        margin-top: 0;
    }
    .ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc .photo {
        width: 19.0625vw;
        margin-right: 3.125vw;
        margin-left: 0;
    }
    .ricecooker-sec4__howto__left .ricecooker-sec4__howto__desc .int {
        font-size: 4.375vw;
        line-height: 1.42857143;
    }
    .ricecooker-sec4__howto__right {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec4__howto__right:first-child {
        margin-top: 0;
    }
    .ricecooker-sec4__howto__right .ricecooker-sec4__howto__desc {
        margin-left: -1.5625vw;
    }
    .ricecooker-sec4__howto__right .photo {
        width: 35vw;
        margin-left: 2.5vw;
    }
    .ricecooker-sec4__howto__right .int {
        margin-top: -0.78125vw;
    }
    .ricecooker-sec4__howto__right .int .copy {
        font-size: 3.75vw;
        line-height: 1.4;
    }
    .ricecooker-sec4__howto__right .int .name {
        font-size: 4.375vw;
        margin-top: 1.5625vw;
    }
    .ricecooker-sec4__howto__voice {
        background-image: url("../img/voice_bg_sp.svg");
        font-size: 4.375vw;
        line-height: 1.38392857;
        padding: 3.125vw 3.125vw 7.03125vw;
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec4__howto__photo {
        margin-bottom: 22px;
    }
    .ricecooker-sec5 {
        padding: 11.25vw 0 9.0625vw;
    }
    .ricecooker-sec5 .ricecooker-ttl-lv2 {
        margin-bottom: 3.75vw;
    }
    .ricecooker-sec5 .ricecooker-ttl-sub {
        margin-bottom: 8.75vw;
    }
    .ricecooker-sec5__card {
        display: block;
        margin: 0;
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec5__card__photo {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec5__card__photo:first-child {
        margin-top: 0;
    }
    .ricecooker-sec5__card__desc {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
        margin-top: 7.03125vw;
    }
    .ricecooker-sec5__card__desc:first-child {
        margin-top: 0;
    }
    .ricecooker-sec5__card__desc p {
        font-size: 4.375vw;
        line-height: 1.42857;
    }
    .ricecooker-sec5 .ricecooker-check {
        margin-bottom: 9.53125vw;
    }
    .ricecooker-sec5__copy {
        font-size: 4.375vw;
        line-height: 1.45;
        margin-bottom: 6.25vw;
    }
    .ricecooker-sec6 {
        padding: 11.40625vw 0 9.0625vw;
    }
    .ricecooker-sec6__row {
        display: block;
        margin: 0;
    }
    .ricecooker-sec6__item {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec6__item:first-child {
        margin-top: 0;
    }
    .ricecooker-sec6 .ricecooker-ttl-lv2plus {
        margin-bottom: 6.25vw;
    }
    .ricecooker-sec6__item {
        margin-top: 6.25vw;
    }
    .ricecooker-sec6__item__ttl {
        font-size: 4.6875vw;
        font-weight: 700;
        margin: 3.125vw 0;
    }
    .ricecooker-sec6__item p {
        font-size: 4.375vw;
        line-height: 1.428571;
    }
    .ricecooker-sec7 {
        padding: 11.40625vw 0 9.53125vw;
        background: #fff;
    }
    .ricecooker-sec7__row {
        display: block;
        margin: 0;
        margin-bottom: 2.1875vw;
    }
    .ricecooker-sec7__block:not(:last-child) {
        margin-bottom: 8.90625vw;
    }
    .ricecooker-sec7__des {
        padding-top: 1.875vw;
        margin-bottom: 5.46875vw;
    }
    .ricecooker-sec7__des p {
        font-size: 4.375vw;
        line-height: 1.438571;
    }
    .ricecooker-sec7__item {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
        margin-top: 6.25vw;
    }
    .ricecooker-sec7__item:first-child {
        margin-top: 0;
    }
    .ricecooker-sec7__item__ttl {
        font-size: 4.6875vw;
        font-weight: 700;
        margin: 3.125vw 0 3.125vw;
    }
    .ricecooker-sec7__item__figure + p,
    .ricecooker-sec7__item .c-player + p {
        font-size: 3.75vw;
        margin-top: 2.96875vw;
    }
    .ricecooker-sec7__item p {
        font-size: 3.75vw;
        line-height: 1.438571;
        margin-top: 1.5625vw;
    }
    .ricecooker-sec7__item p.ricecooker-sec7__note {
        font-size: 3.125vw;
    }
    .ricecooker-sec7__btn {
        margin-top: 9.0625vw;
    }
    .ricecooker-sec7 .ricecooker-ttl-lv2plus {
        margin-bottom: 10.3125vw;
    }
    .ricecooker-sec8 {
        padding: 0 0 9.375vw;
    }
    .ricecooker-sec8__ttl {
        font-size: 5vw;
        line-height: 8.4375vw;
        padding: 4.53125vw 0 3.4375vw;
        margin-bottom: 9.0625vw;
    }
    .ricecooker-sec8__row {
        display: block;
        margin: 0;
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec8__item {
        width: auto;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .ricecooker-sec8__item:first-child {
        margin-top: 0;
    }
    .ricecooker-sec8__item > .ricecooker-sec8__item__ttl {
        margin-bottom: 1.5625vw;
    }
    .ricecooker-sec8__item__ttl {
        font-size: 4.6875vw;
        margin-bottom: 1.5625vw;
    }
    .ricecooker-sec8__item__row:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .ricecooker-sec8__item__list {
        margin-bottom: 2.34375vw;
    }
    .ricecooker-sec8__item__list li {
        font-size: 4.0625vw;
    }
    .ricecooker-sec8__item__list li:before {
        line-height: 6.875vw;
        font-size: 100%;
    }
    .ricecooker-sec8__item__link {
        font-size: 4.0625vw;
    }
    .ricecooker-sec8__note {
        font-size: 3.125vw;
        margin-bottom: 12.5vw;
    }
    .ricecooker-sec9 {
        padding-bottom: 12.5vw;
    }
    .ricecooker-sec9__ttl {
        font-size: 5vw;
        line-height: 8.4375vw;
        padding: 4.53125vw 0 3.4375vw;
        margin-bottom: 9.0625vw;
        margin-top: 10.9375vw;
    }
    .ricecooker-sec9__block:not(:last-child) {
        margin-bottom: 9.375vw;
    }
    .ricecooker-sec9 p:not(:last-child) {
        margin-bottom: 2.1875vw;
    }
    .ricecooker-sec9 p.ricecooker-sec9__bold {
        margin-bottom: 2.5vw;
    }
    .ricecooker-sec9__link {
        font-size: 4.375vw;
    }
    .ricecooker-sec9 p {
        font-size: 4.375vw;
        line-height: 1.4285714;
    }
    .ricecooker-sec9__note {
        margin-top: 3.125vw;
    }
    .ricecooker-sec9__note + .ricecooker-sec9__note {
        margin-top: 6.5625vw;
    }
    .ricecooker-sec9__note li {
        font-size: 3.125vw;
        line-height: 1.58333;
    }
    .ricecooker-sec9__note .li_last {
        margin-top: 3.125vw;
    }
    .ricecooker-mv {
        padding-bottom: 9.375vw;
    }
    .ricecooker-mv__inner {
        width: 100%;
    }
    .ricecooker-mv .slick-arrow {
        width: 7.8125vw;
        height: 7.8125vw;
    }
    .ricecooker-mv .slick-arrow.slick-next {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin-left: 2.34375vw;
    }
    .ricecooker-mv .slick-arrow.slick-prev {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin-left: -8.59375vw;
    }
    .ricecooker-about-bnr {
        max-width: 100%;
        margin: 6.25vw auto 7.8125vw;
    }
    .ricecooker-store {
        padding: 9.375vw 0;
    }
    .ricecooker-store__ttl {
        font-size: 5vw;
        margin-bottom: 6.25vw;
    }
    .ricecooker-store__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -1.5625vw;
    }
    .ricecooker-store__item {
        width: 50%;
        max-width: 50%;
        padding: 0 1.5625vw;
        margin-bottom: 3.125vw;
    }
    .ricecooker-store__item__inner {
        padding: 7.8125vw 1.5625vw;
    }
    .ricecooker-store__ico {
        width: 15.625vw;
        margin: 0 auto 2.8125vw;
    }
    .ricecooker-store__lbl {
        font-size: 3.125vw;
        padding: 1.25vw 3.90625vw;
    }
    .ricecooker-store__sttl {
        font-size: 3.75vw;
        margin-bottom: 2.34375vw;
    }
    .ricecooker-store__sttl2 {
        font-size: 3.125vw;
        line-height: 1.5;
        margin-bottom: 2.34375vw;
    }
    .ricecooker-store__sttl2 .sm {
        font-size: 100%;
        margin-top: 0.625vw;
        display: inline-block;
    }
    .ricecooker-store__copy {
        font-size: 3.125vw;
        margin-bottom: 2.34375vw;
    }
    .ricecooker-store__note {
        font-size: 2.8125vw;
    }
    .ricecooker-store__note + .ricecooker-store__note {
        margin-top: 1.5625vw;
    }
    .ricecooker-store__link {
        margin-top: 1.875vw;
    }
    .ricecooker-store__link a {
        font-size: 3.125vw;
    }
    .ricecooker-store__link .arrow-down {
        border-width: 2.1875vw 1.09375vw 0 1.09375vw;
    }
    .ricecooker-store__link.link-anchor a {
        padding-left: 3.125vw;
    }
    .ricecooker-store__btn {
        margin-top: 3.125vw;
    }
    .ricecooker-store__btn a {
        font-size: 3.75vw;
        padding: 4.21875vw 4.6875vw;
        width: 90%;
        min-width: 0;
        border-radius: 9.375vw;
    }
    .ricecooker-sec2 {
        padding: 9.375vw 0;
    }
    .ricecooker-service__anchor {
        margin-top: 9.375vw;
        margin-bottom: 12.5vw;
    }
    .ricecooker-service__anchor ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -1.5625vw;
    }
    .ricecooker-service__anchor ul li {
        width: 50%;
        padding: 0 1.5625vw;
        margin-top: 3.125vw;
    }
    .ricecooker-service__anchor ul li::before {
        content: none;
    }
    .ricecooker-service__anchor ul li:last-child::after {
        content: none;
    }
    .ricecooker-service__anchor ul li a {
        font-size: 3.75vw;
        padding: 3.125vw 6.875vw 3.125vw 3.125vw;
        border: 1px dashed rgba(0, 0, 0, 0.6);
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 17.1875vw;
        height: auto;
    }
    .ricecooker-service__anchor ul li a::after {
        bottom: 50%;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        left: auto;
        margin: 0;
        right: 3.125vw;
        margin-left: 0;
        border-width: 4px 6px 0 6px;
    }
    .ricecooker-service__anchor ul li a span {
        padding: 0;
    }
    .ricecooker-service__headline {
        margin-bottom: 9.375vw;
    }
    .ricecooker-service__headline h2 {
        font-size: 5vw;
        line-height: 1.45;
    }
    .ricecooker-service__headline p {
        font-size: 3.125vw;
        margin-top: 3.125vw;
    }
    .ricecooker-service__card {
        display: block;
        margin-bottom: 9.375vw;
    }
    .ricecooker-service__photo {
        width: 100%;
    }
    .ricecooker-service__desc {
        padding-left: 0;
        margin-top: 6.25vw;
    }
    .ricecooker-service__copy {
        font-size: 4.375vw;
    }
    .ricecooker-service__note {
        font-size: 3.125vw;
        margin-top: 3.125vw;
    }
}

.iframe-wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ricecooker-sec-end
------------------------------------------------------------------------------- */
.ricecooker-sec-end {
    background: #EDF4FF;
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}

.ricecooker-sec-end.ricecooker-view {
    bottom: 0;
}

.ricecooker-sec-end.ricecooker-ab {
    position: absolute;
}

.ricecooker-sec-end__inner {
    max-width: 654px;
    margin: 0 auto;
    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;
    padding: 25px 0;
}

.ricecooker-sec-end__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ricecooker-sec-end__logo {
    width: 67px;
    margin-right: 17px;
}

.ricecooker-sec-end__logo img {
    width: 100%;
}

.ricecooker-sec-end__btn {
    box-sizing: border-box;
    display: inline-block;
    width: 246px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 10px;
    border-radius: 8px;
    background-color: #364563;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    transition-property: background-color,box-shadow;
    transition-duration: .4s;
    transition-timing-function: ease;
    text-align: center;
}
@media screen and (min-width: 641px) {
    .sh-content a.ricecooker-sec-end__btn:hover {
        opacity: inherit;
        background-color: #505769;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    }
}

#ricecooker-page-top {
    width: 80px;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#ricecooker-page-top img {
    width: 100%;
}

.ricecooker-ab #ricecooker-page-top {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 641px) {
    #ricecooker-page-top:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 980px) {
    #ricecooker-page-top {
        top: -100px;
        right: 15px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/* SP */
@media screen and (max-width: 640px) {
    .ricecooker-sec-end {
        font-size: 3.75vw;
    }
    .ricecooker-sec-end__inner {
        max-width: 100%;
        padding: 3.125vw;
    }
    .ricecooker-sec-end__wrap {
        display: block;
    }
    .ricecooker-sec-end__logo {
        display: none;
        margin-right: 0;
    }
    .ricecooker-sec-end__ttl span {
        display: block;
    }
    .ricecooker-sec-end__btn {
        width: 160px;
        font-size: 14px;
    }
    #ricecooker-page-top {
        width: 12.5vw;
        position: absolute;
        top: -15.625vw;
        right: 3.125vw;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

#pd_main-footer {
    margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
    .pd_bread-crumb {
        margin-top: 0 !important;
        padding-top: 4.6875vw;
    }
}
