/* ------------------------------------------------------------
PC
------------------------------------------------------------ */
#top {
    font-family: "メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#top .wrap {
    width: 1024px;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}

#top .wrap a {
    color: #333;
    text-decoration: none;
}

#top .wrap a:hover {
    text-decoration: underline;
}

#top .wrap p,
#top .wrap li {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* ーーーーーー　スライダー　ーーーーーー */
#top .slider {
    width: 100%;
    margin: 10px auto 0;
    box-sizing: border-box;
    overflow: visible;
}

#top .center {
    margin: 0 auto 20px;
    width: 1300px;
}

#top .center img {
    width: 100%;
    margin: 0 auto;
}

#top .center .slick-next {
    right: 8%;
    z-index: 99;
}

#top .center .slick-prev {
    left: 8%;
    z-index: 99;
}

.center {
    display: none;
}

.center.slick-.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
    /*slick-initializedが付与されたら表示*/
}

    {
    display: block;
}

@media only screen and (max-width: 1300px) {
    #top .center {
        width: 100%;
    }

    #top .center .slick-next,
    #top .center .slick-prev {
        opacity: 0;
    }
}

/* ーーーーーー　メインカラム　ーーーーーー */

#top .wrap .main {
    float: left;
    width: 740px;
}

#top .main h2 {
    font-size: 28px;
    border-left: #D51E13 2px solid;
    padding: 4px 0 0 15px;
    margin: 0 0 18px;
    color: #000000;
    line-height: 24px;
}

#top h2 a {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 16px;
    padding: 0 0 0 40px;
    position: relative;
}

#top h2 a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D51E13;
    border-right: solid 2px #D51E13;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0 20px;
}

#top .sp_menu {
    display: none;
}

/* 商品を探す */
#top .main .top_product {
    margin: 0 0 30px;
}

#top .main .top_product ul {
    overflow: hidden;
    width: 740px;
    margin: 0 0 0 8px;
}

#top .main .top_product ul li {
    float: left;
    text-align: center;
    width: 167px;
    margin: 0 20px 0 0;
}

#top .main .top_product ul li:nth-child(4) {
    margin: 0;
}

#top .main .top_product ul li img {
    width: 167px;
    height: auto;
    margin: 0 0 10px;
    border-radius: 5px;
}

#top .main .top_product ul li a:hover {
    text-decoration: none
}

#top .main .top_product ul li a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

/* キャンペーン */
#top .main .top_canpain {
    margin: 0 0 57px;
}

#top .main .top_canpain ul li {
    float: left;
    margin: 0 10px 0 0;
}

#top .main .top_canpain ul li:last-child {
    margin: 0;
}

#top .main .top_canpain img {
    width: 100%;
}

#top .main .top_canpain ul li img {
    width: 358px;
}

#top .main .top_canpain a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

#top .main .top_canpain ul {
    overflow: hidden;
}



/* おすすめコンテンツ */
#top .main .top_contents {
    margin: 0 0 50px;
}

#top .main .top_contents ul {
    width: 750px;
    overflow: hidden;
}

#top .main .top_contents li {
    float: left;
    margin: 0 10px 10px 0;
}

#top .main .top_contents li:nth-child(4n) {
    margin: 0 0 10px 0;
}

#top .main .top_contents .contents_large li:nth-last-child() {
    margin: 0 0 10px 0;
}

#top .main .top_contents img {
    width: 177px;
    border-radius: 5px;
}

#top .main .top_contents .contents_large img {
    width: 364px;
}

#top .main .top_contents .contents_large_half li:nth-last-child() {
    margin: 0 0 10px 0;
}

#top .main .top_contents .contents_large_half li:first-child img {
    width: 364px;
}


#top .main .top_contents a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

/* ニュースエリア */
#top .main .top_info {
    width: 740px;
    overflow: hidden;
    margin: 0 0 50px;
}

#top .main .top_info h2 {
    font-size: 28px;
    color: #000;
    border-left: none;
    padding: 5px 0 0;
    margin: 0 0 20px;
}

#top .main .top_info .new,
#top .main .top_info .news {
    float: left;
    width: 360px;
}

#top .main .top_info .new {
    margin: 0 20px 0 0;
}

#top .main .top_info .info_tit {
    overflow: hidden;
}

#top .main .top_info .info_tit h2 {
    float: left;
    margin: 0 0 12px;
}

#top .main .top_info .info_tit ul {
    float: right;
    line-height: 0;
    margin: 2px 0 0;
}

#top .main .top_info .info_tit ul li {
    display: inline-block;
    position: relative;
    padding: 6px 0 0 20px;
}

#top .main .top_info .info_tit ul li:first-child:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D51E13;
    border-right: solid 2px #D51E13;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: -20px;
    margin: 0 20px;
}

#top .main .top_info .info_tit ul li:last-child {
    display: inline-block;
    background: url(../img/top/icon_rss.gif) 0 8px no-repeat;
    background-size: 15px 15px;
    text-align: left;
    margin: 0 0 0 10px;
}

#top .main .top_info .info_list li {
    border-top: 1px solid #898888;
    padding: 15px 0;
}

#top .main .top_info .info_list li:last-child {
    border-bottom: 1px solid #898888;
}

/* ヤマザキグループ一覧 */
#top .top_group {
    clear: both;
}

#top .top_group h2 {
    font-size: 28px;
    border-left: #D51E13 2px solid;
    padding: 4px 0 0 15px;
    margin: 0 0 18px;
    color: #000000;
    line-height: 24px;
}

#top .top_group {
    width: 740px;
}

#top .top_group ul {
    overflow: hidden;
}

#top .top_group li {
    width: 175px;
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
}

#top top_group li:last-child {
    margin: 0 auto;
}

#top .top_group li img {
    width: 175px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    margin: 0 0 10px;
}

#top .top_group li a:hover {
    text-decoration: none;
}

#top .top_group a:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

/* ーーーーーー　サイドカラムーーーーーー */

#top .wrap .side {
    float: right;
    width: 270px;
    background: #f7f7f7;
    padding: 50px 15px 20px;
    box-sizing: border-box;
}

#top .side .side_tit {
    background: #e3e3e3;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px 10px 5px 20px;
    margin: 0 0 15px;
}

#top .side .side_tit p {
    float: left;
    padding: 2px 0 0;
}

#top .side .side_tit p.link {
    float: right;
    border-radius: 50px;
    background: #fff;
    padding: 2px 0 0 0;
}

#top .side .side_tit a {
    display: block;
    height: 25px;
    padding: 2px 20px 0 30px;
    position: relative;
}

#top .side .side_tit a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D51E13;
    border-right: solid 2px #D51E13;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -6px;
    margin: 0 20px;
}

/* 三角系アイコン */
#top .side .arrow,
#top .side .top_efforts li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

#top .side .arrow::before,
#top .side .arrow::after,
#top .side .top_efforts li::before,
#top .side .top_efforts li::after {
    position: absolute;
    top: 10px;
    left: 2px;
    margin: auto;
    content: "";
    vertical-align: top;
}

#top .side .arrow::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #D51E13;
}

#top .side .arrow::after,
#top .side .arrow::after {
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* デイリーヤマザキおすすめ */
#top .top_daily_pc {
    display: block;
}

#top .top_daily_sp {
    display: none;
}

#top .side .top_daily_pc {
    margin: 0 0 20px;
}

#top .side .top_daily_pc .tit_daily {
    overflow: hidden;
    margin: 0 0 10px;
}

#top .side .top_daily_pc .tit_daily img {
    float: left;
    width: 90px;
}

#top .side .top_daily_pc .tit_daily .s_tit {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 140px;
    margin: 0 0 0 10px;
    padding: 5px 0;
    line-height: 1.2;
}

#top .side .top_daily_pc a {
    margin: 10px 0 0;
    color: #e54c4c;
}

#top .side .top_daily_pc img {
    width: 240px;
    margin: 0 0 4px
}

#top .side .top_daily_pc a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

/* 知る・楽しむ */
#top .side .top_recoinfo .recoinfo_tv img {
    width: 240px;
}

#top .side .recoinfo_tv .arrow::before,
#top .side .recoinfo_tv ..arrow::after {
    top: 10px;
}

#top .side .recoinfo_tv .arrow::after {
    top: 13px;
    left: 4px;
}

#top .side .recoinfo_tv .arrow {
    padding: 5px 0 0 20px;
    margin: 10px 0 0;
}

#top .side .top_recoinfo .recoinfo_tit p a:before {
    content: '\03e';
    padding: 0 5px 0 0;
    color: #D51E13;
}

#top .side .top_recoinfo .reco_area {
    overflow: hidden;
    margin: 20px 0 0;
}

#top .side .top_recoinfo .reco_area li {
    overflow: hidden;
    margin: 0 0 20px;
}

#top .side .top_recoinfo .reco_area li img,
#top .side .top_recoinfo .reco_area li .recoinfo_txt {
    float: left;
}

#top .side .top_recoinfo .reco_area li .recoinfo_txt {
    width: 150px;
    margin: 0 10px 0 0;
    text-align: left;
}

#top .side .top_recoinfo .reco_area li .recoinfo_txt p {
    padding: 0 0 0 20px;
}

#top .side .top_recoinfo .reco_area .arrow::before,
#top .side .top_recoinfo .reco_area .arrow::after {
    top: 4px;
}

#top .side .top_recoinfo .reco_area .arrow::after {
    top: 7px;
    left: 4px;
}

#top .side .top_recoinfo a img {
    width: 76px;
}

#top .side .top_recoinfo a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

#top .side .top_recoinfo a:hover .arrow {
    text-decoration: underline;
}

/* ヤマザキのお店 */
#top .side .top_shops {
    margin: 0 0 15px;
}

#top .side .top_shops li {
    margin: 0 0 12px;
}

#top .side .top_shops img {
    width: 240px;
}

#top .side .top_shops a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

/* 加盟店 */
#top .side .top_recruitment img {
    width: 240px;
    margin: 0 0 30px;
}

#top .side .top_recruitment a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* ヤマザキの取り組み */
#top .side .top_efforts {
    margin: 0 0 10px;
}

#top .side .top_efforts li {
    line-height: 1.6;
    margin: 0 0 10px
}

#top .side .top_efforts li::before,
#top .side .top_efforts li::after {
    top: 4px;
}

#top .side .top_efforts .arrow::after {
    top: 7px;
    left: 4px;
}

/* 重要なお知らせ */
#top .top_notice {
    border: 1px solid #898888;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

#top .top_notice p {
    margin: 0 0 8px;
    text-align: center;
}

#top .top_notice a {
    position: relative;
    text-align: left;
    padding: 0 0 0 15px;

}

#top .top_notice a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #D51E13;
    border-right: solid 2px #D51E13;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -20px;
    margin: 0 20px;
}

/* メンテナンスのお知らせ */
#top .maintenance {
    width: 1000px;
    margin: 40px auto 0;
    padding: 15px 10px;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 14px;
    color: #0077b5;
}

/* 括弧つきのお知らせ */
#top .parentheses {
    background: #fff;
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #898888;
}

#top .parentheses .date {
    margin: 0 0 5px;
}

#top .parentheses dl dt {
    text-align: center;
    margin: 0 0 5px;
}

#top .parentheses dl dd {
    position: relative;
    width: 218px;
    padding: 6px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
}

#top .parentheses dl dd::before,
#top .parentheses dl dd::after {
    position: absolute;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#top .parentheses dl dd::before {
    left: 0;
    border-left: 1px solid #cccccc;
    border-radius: 8px 0 0 8px;

}

#top .parentheses dl dd::after {
    right: 0;
    border-right: 1px solid #cccccc;
    border-radius: 0 8px 8px 0;
}

/* 赤枠アラート */
#top .alert {
    border: 1px solid #f78b93;
    margin: 0 0 20px;
    padding: 10px 13px;
    border-radius: 5px;
    background: #fff;
}

/* 赤枠、ライン有りのお知らせ*/
#top .alert_line {
    border: 1px solid #f78b93;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 5px;
    background: #fff;
}

#top .alert_line .line {
    text-align: center;
    border-bottom: 1px solid #f78b93;
}

#top .alert_line p {
    padding: 5px 10px;
}

#top .alert_line p.txt {
    padding: 12px 10px;
}

/* イーストフードのお知らせ */
#top .red_notice {
    border: 1px solid #f78b93;
    margin: 0 0 20px;
    padding: 0;
}

#top .red_notice p {
    border-bottom: 1px solid #f78b93;
    padding: 5px 0 2px;
    font-weight: normal;
}

#top .red_notice a {
    padding: 5px 10px 8px;
    display: block;
    font-size: 14px;
}

#top .red_notice a:before {
    content: none;
}

/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
    .sp_none {
        display: none;
    }

    #top img {
        width: 100%
    }

    #top .wrap {
        width: 100%;
        margin: 40px auto 0;
    }

    #top .slider {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    #top .wrap .main,
    #top .wrap .side {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    #top .wrap .main a {
        text-decoration: none;
    }

    #top .main h2 {
        font-size: 28px;
        border-left: #D51E13 2px solid;
        padding: 4px 0 0 10px;
        margin: 0 0 18px;
        line-height: 24px;
        letter-spacing: -2px;
    }

    #top .main h2 a:before {
        top: 6px;
    }

    #top .center {
        width: 100%;
    }

    /* SPメニュー */
    #top .sp_menu {
        display: block;
        width: 100%;
        margin: 20px 0 0;
    }

    #top .sp_menu ul {
        overflow: hidden;
        border-top: 1px solid #c4c4c4;
    }

    #top .sp_menu ul li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        border-bottom: 1px solid #c4c4c4;
    }

    #top .sp_menu ul li:nth-child(even) {
        border-right: 1px solid #c4c4c4;
    }

    #top .sp_menu ul li:first-child {
        width: 100%;
        border-right: none;
    }

    #top .sp_menu ul li a {
        display: block;
        font-size: 16px;
        padding: 15px 0px 15px 30px;
        text-decoration: none;
        position: relative;
    }

    #top .sp_menu ul li a:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #E50012;
        border-right: solid 2px #E50012;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 19px;
        left: -10px;
        margin: 0 20px;
    }

    /* 商品を探す */
    #top .main .top_product {
        width: 90%;
        margin: 0 auto 20px;
    }

    #top .main .top_product ul {
        width: 100%;
        margin: 0 auto;
    }

    #top .main .top_product ul li {
        width: 47%;
        margin: 0 5% 10px 0;
    }

    #top .main .top_product ul li:nth-child(even) {
        margin: 0 0 14px;
    }

    #top .main .top_product ul li img {
        width: 100%;
        margin: 0 0 5px;
    }

    #top .main .top_product ul li a:hover {
        text-decoration: none
    }

    #top .main .top_product ul li a:hover img {
        opacity: 0.7;
        transition: 0.5s;
    }

    #top .main .info_tit h2 {
        letter-spacing: -2px;
    }

    /* キャンペーン */
    #top .main .top_canpain {
        width: 90%;
        margin: 0 auto 50px;
    }

    #top .main .top_canpain ul li img {
        width: 100%;
        border-radius: 5px;
    }

    #top .main .top_canpain ul li{
        width: 100%;
        margin: 0 0 10px;
    }

    #top .main .top_canpain ul li:first-child img {
        width: 100%;
    }

    #top .main .top_canpain a:hover img {
        opacity: 0.7;
        transition: 0.5s;
    }

    #top .main .top_canpain ul {
        overflow: hidden;
    }


    /* おすすめコンテンツ */
    #top .main .top_contents {
        width: 90%;
        margin: 0 auto 50px;
    }

    #top .main .top_contents ul {
        width: 100%;
    }

    #top .main .top_contents li {
        width: 49%;
        margin: 0 2% 8px 0;
    }

    #top .main .top_contents li:nth-child(even) {
        margin: 0 0 8px 0;
    }

    #top .main .top_contents img {
        width: 100%;
        border-radius: 5px;
    }

    #top .main .top_contents .contents_large li {
        width: 100%;
        margin: 0 0 8px;
    }

    #top .main .top_contents .contents_large img {
        width: 100%;
    }

    #top .main .top_contents .contents_large_half li:first-child {
        width: 100%;
        margin: 0 0 8px;
    }

    #top .main .top_contents .contents_large_half li:first-child img {
        width: 100%;
    }

    #top .main .top_contents .contents_large_half li:nth-child(2n) {
        margin: 0 2% 8px 0;
    }

    #top .main .top_contents .contents_large_half li:nth-child(3n) {
        margin: 0 0 8px 0;
    }


    /* ニュースエリア */
    #top .main .top_info {
        width: 90%;
        margin: 0 auto 50px;
    }

    #top .main .top_info .new,
    #top .main .top_info .news {
        float: none;
        width: 100%;
    }

    #top .main .top_info .info_tit {
        margin: 0 0 5px;
    }

    #top .main .top_info .new {
        margin: 0 0 60px 0;
    }

    #top .main .top_info .info_tit ul {
        margin: -5px 0 5px;
    }

    #top .main .top_info .info_tit ul li {
        display: inline-block;
    }

    #top .main .top_info .info_tit ul li:last-child {
        display: inline-block;
        padding: 0 0 0 20px;
        background: url(../img/top/icon_rss.gif) 0 15px no-repeat;
        background-size: 15px 15px;
        text-align: left;
        margin: 0 0 0 5px;
        padding: 10px 0 0 20px;
    }

    #top .main .top_info .info_tit ul li:first-child:before {
        top: 14px;
        left: -15px;
    }

    #top .main .top_info .info_list li {
        border-top: 1px solid #c4c4c4;
        padding: 15px 0;
    }

    #top .main .top_info .info_list li:last-child {
        border-bottom: 1px solid #c4c4c4;
    }

    /* ヤマザキグループ一覧 */
    #top .bottom {
        width: 90%;
        position: relative;
        top: 0;
        margin: 60px auto;
        clear: both;
    }

    #top .top_group h2 {
        font-size: 28px;
        border-left: #D51E13 2px solid;
        padding: 4px 0 0 15px;
        margin: 0 0 18px;
        color: #000000;
        line-height: 24px;
    }

    /* ヤマザキグループ一覧 */
    #top .top_group {
        width: 100%;
        margin: 40px auto 0;
    }

    #top .top_group ul {
        width: 100%;
        box-sizing: border-box;
        margin: 40px auto 0;
    }

    #top .top_group li {
        width: 48%;
        box-sizing: border-box;
        margin: 0 auto 20px;
        text-align: -webkit-center;
    }

    #top .top_group li:nth-child(odd) {
        margin: 0 3% 0 0;
    }

    #top .top_group li:last-child {
        margin: 0 auto;
    }

    #top .top_group li img {
        width: 100%;
        display: block;
    }

    /* ーーーーーー　サイドカラムーーーーーー */

    #top .wrap .side {
        float: none;
        width: 90%;
        margin: 0 auto;
        background: #fff;
        padding: 0;
    }

    #top .side .side_tit p {
        padding: 0;
    }

    /* デイリーヤマザキおすすめ */
    #top .top_daily_pc {
        display: none;
    }

    #top .top_daily_sp {
        width: 90%;
        margin: 0 auto 40px;
        display: block;
    }

    #top .top_daily_sp .tit_daily {
        overflow: hidden;
        margin: 0 0 20px;
    }

    #top .top_daily_sp .tit_daily img {
        float: left;
        width: 20%;
    }

    #top .top_daily_sp .tit_daily .s_tit {
        text-align: left;
        margin: 20px 0 0 3%;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #e54c4c;
        width: 70%;
        margin: 10px 0 0 10px;
        padding: 5px 0;
    }

    #top .top_daily_sp p {
        margin: 15px 0 0;
        text-align: center;
    }

    #top .top_daily_sp img {
        display: block;
        width: 90%;
        margin: 10px auto 0;
    }

    #top .top_daily_sp p {
        margin: 10px 0 0;
    }

    #top .top_daily_sp p a {
        color: #e54c4c;
    }

    /* 知る・楽しむ */
    #top .side .top_recoinfo {
        margin: 0 auto 40px;
    }

    #top .side .side_tit a {
        padding: 0 20px 0 35px;
    }

    #top .side .side_tit p.link {
        padding: 0;
    }

    #top .side .top_recoinfo .recoinfo_tv {
        width: 90%;
        margin: 0 auto;
    }

    #top .side .top_recoinfo .recoinfo_tv img {
        width: 100%;
        display: block;
        margin: 10px auto 15px;
    }

    #top .side .side_tit a:before {
        left: -3px;
    }

    #top .side .top_recoinfo .recoinfo_tv a {
        text-decoration: none;
    }

    #top .side .top_recoinfo .reco_area {
        width: 90%;
        margin: 20px auto 0;
    }

    #top .side .top_recoinfo .reco_area li {
        overflow: hidden;
        margin: 0 0 20px;
    }

    #top .side .top_recoinfo .reco_area li img {
        float: right;
        width: 20%;
    }

    #top .side .top_recoinfo .reco_area li .recoinfo_txt {
        float: left;
        margin: 0;
        width: 80%;
    }


    #top .side .top_recoinfo .reco_area .arrow::before,
    #top .side .top_recoinfo .reco_area .arrow::after {
        top: 6px;
    }

    #top .side .top_recoinfo .reco_area .arrow::after {
        top: 9px;
        left: 4px;
    }

    /* ヤマザキのお店 */
    #top .side .top_shops {
        margin: 10px 0 25px;
    }

    #top .side .top_shops ul {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    #top .side .top_shops li {
        float: none;
        width: 90%;
        margin: 10px auto 20px;
    }

    #top .side .top_shops li:nth-child(odd) {
        margin: 10px auto 20px;
    }

    #top .side .top_shops img {
        width: 100%;
    }

    /* 加盟店 */
    #top .side .top_recruitment img {
        display: block;
        width: 70%;
        text-align: center;
        margin: 0 auto 30px;
    }

    /* ヤマザキの取り組み */
    #top .side .top_efforts ul {
        width: 90%;
        margin: 30px auto;
    }

    #top .side .top_efforts li {
        display: block;
        margin: 0 0 20px;
        padding: 0 0 0 20px;
    }

    #top .side .top_efforts li::before,
    #top .side .top_efforts li::after {
        top: 6px;
    }

    #top .side .top_efforts .arrow::after {
        top: 9px;
        left: 4px;
    }

    /* 重要なお知らせ */
    #top .top_notice {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    #top .top_notice a:before {
        top: 2px;
    }

    #top .red_notice {
        width: 90%;
        margin: 20px auto 0;
        padding: 0;
    }

    #top .red_notice a {
        text-decoration: none;
    }

    #top .red_notice br {
        display: none;
    }

    /* TOPSP用のお知らせ */
    #top .alert_top {
        width: 90%;
        margin: 20px auto 0;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #f78b93;
        padding: 10px 13px;
        border-radius: 5px;
    }
    #top .alert_top a{
        text-decoration: none;
    }

    /* メンテナンスのお知らせ */
    #top .maintenance {
        width: 85%;
        margin: 30px auto 0;
        padding: 15px;
        text-align: left;
        font-size: 14px;
        color: #0077b5;
    }

    /* 括弧つきのお知らせ */
    #top .parentheses {
        width: 100%;
        margin: 10px auto 0;
        padding: 10px;
        box-sizing: border-box;
    }

    #top .parentheses dl dd {
        width: 94%;
        margin: 0 auto;
    }


}

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}