@charset 'UTF-8';
h1,
h2 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.content {
    background-color: #fff;
    padding-bottom: 0;
}

/* urgency */

.urgency{
    border: solid 1px #F7245B;
    margin: 18px 0 2px;
    font-size: 1.2rem;
}

.urgency h2{
    background-color: #F7245B;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    padding: 3px;
}

.urgency dl.list dd div{
   display:inline-block;
}

.urgency dl.list {
   border-bottom:1px solid #ccc;
    margin: 4px 16px 14px 16px;
}

.urgency dl.list dt {
   float:left;
   width:100%;
   border-top:1px solid #ccc;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}

.urgency dl.list dt:first-child,
.urgency dl.list dt:first-child + dd{
   border-top:none;
}

.urgency dl.list dd {
    width: 100%;
   margin-left:0;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:0;
   border-top:1px solid #ccc;
}

/* related-link */

.related-link {
    padding: 10px 0 10px;
    text-align: center;
}

.related-link h2 img {
    width: 45%;
}

.brand-link {
	padding-bottom: 2px;
}

.brand-link img {
    margin-bottom: 6px;
}

.brand-link .dotline {
	border-top: dotted 1px #FFD4DF;
    padding-top: 8px;
}

.related-link h2 img {
    margin-bottom: 6px;
}

.catalog-link a {
    width: 100%;
    display: block;
    border: solid 1px #FFD4DF;
    border-radius: 4px;
    padding: 4px 12px 4px 12px;
    margin-bottom: 5px;
    font-size: 1.1rem;
    background: transparent url(../img/common/ico-arrow-catalog.png) no-repeat 5px center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
}


/* info-block */

.info-block {
    padding: 20px 0 10px;
    background: #fbf1db;
}

.info-block-normal {
    border: solid 3px #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.new-cm a img {
    width: 100%;
}

.info-block-normal-herf {
    border: solid 3px #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.info-block-normal img,
.info-block-normal-herf img {
    border-radius: 5px;
}


/*info-block-news*/

.info-block-news {
    margin-bottom: 9px;
}

.info-block-news {
    width: 100%;
    height: 174px;
    padding: 8px 0 8px 8px;
    border: solid 5px #fff;
    border-radius: 5px;
    background-color: #fff;
}

.info-block-news h2 {
    display: block;
    margin-bottom: 5px;
}

.info-block-news h2 img {
    width: 63px;
    height: 15px;
}

.info-block-news-list {
    margin-right: 5px;
}

.info-block-news-list dd div {
    display: inline-block;
}

.info-block-news-list {
    font-size: 1.3rem;
    border-bottom: 1px dashed #ccc;
}

.info-block-news-list dt {
    font-weight: normal;
    width: 100%;
    padding: 5px 0 0 0;
    border-top: 1px dashed #ccc;
}

.info-block-news-list dd {
    padding: 5px 0 5px;
}

.info-block-news-list dt:first-child,
.info-block-news-list dt:first-child + dd {
    border-top: none;
}

.info-block-news-list-wrap {
    overflow-y: scroll;
    height: 126px;
}

.info-block-news-list-wrap::-webkit-scrollbar {
    width: 10px;
    background: #eee;
}

.info-block-news-list-wrap::-webkit-scrollbar:horizontal {
    height: 12px;
    background: #eee;
}

.info-block-news-list-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}

.info-block-news-list-wrap::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    background: #ccc;
}

.news-release {
    overflow-y: auto;
    height: 225px;
    padding: 10px;
    background-color: #fff;
}

.news-release::-webkit-scrollbar {
    width: 10px;
    background: #eee;
}

.news-release::-webkit-scrollbar:horizontal {
    height: 12px;
    background: #eee;
}

.news-release::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}

.news-release::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    background: #ccc;
}

.news-release dt {
    font-weight: normal!important;
}

.news-category {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 14px;
    padding: 0 6px;
    color: #fff;
    border-radius: 12px;
}

.news-category-product {
    background: #fb044e;
}

.news-category-campaign {
    background: #FF9326;
    font-size: 1.1rem;
}

.news-category-information {
    background: #86c91e;
}

.news-category-cm {
    background: #2b98d9;
}

.info-block-news-list a,
.urgency a{
    color: #005fd4;
    outline: none;
}

.info-block-news-list a:link,
.urgency a:link{
    text-decoration: underline;
    color: #005fd4;
}

.info-block-news-list a:visited,
.urgency a:visited{
    text-decoration: underline;
    color: #005fd4;
}

.info-block-news-list a:hover,
.urgency a:hover{
    text-decoration: underline;
    color: #005fd4;
    opacity: 0.8;
}

.info-block-news-list a:active,
.urgency a:active{
    text-decoration: underline;
    color: #005fd4;
    opacity: 0.8;
}

/* carousel */

.carousel {
    padding: 8px 0;
    background: #F71C56;
}

.banner-list {
    position: relative;
    width: 100%;
    max-height: 70px;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
}

.bxslider01 li img {
    width: 100%;
    border-radius: 4px;
}

.banner-list .bx-prev,
.banner-list .bx-next {
    display: block;
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}

.banner-list .bx-prev,
.banner-list .bx-next {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.banner-list .bx-prev {
    left: -10px;
    background: transparent url(../img/common/ico-panel-left.png) no-repeat 0 top;
    background-size: cover;
}

.banner-list .bx-next {
    right: -10px;
    background: transparent url(../img/common/ico-panel-right.png) no-repeat 0 top;
    background-size: cover;
}

.banner-list .bx-prev:hover,
.banner-list .bx-prev:active,
.banner-list .bx-prev:focus {
    opacity: .95;
    background: transparent url(../img/common/ico-panel-left.png) no-repeat 0 bottom;
    background-size: cover;
}

.banner-list .bx-next:hover,
.banner-list .bx-next:active,
.banner-list .bx-next:focus {
    opacity: .95;
    background: transparent url(../img/common/ico-panel-right.png) no-repeat 0 bottom;
    background-size: cover;
}

.bxslider01 li {
    display: none;
}

.bx-viewport .bxslider01 li {
    display: block !important;
}


/* cm-info */

.cm-info {
    padding: 15px 0 20px;
    background: #fff;
}

.cm-info a img {
    width: 100%;
}

.cm-info h2 img {
    width: 45%;
    margin-bottom: 10px;
}

.youtube {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.youtube iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}


/* company-info */

.company-info {
    padding: 15px 0 40px;
    background: transparent url(../img/img-top/parts/company-info-bg.png) repeat left bottom;
}

.company-info h2 {
    padding: 5px 0;
    border-bottom: solid 2px #38549c;
    font-size: 1.6rem;
    font-weight: bold;
}

.company-info h2.company-nav img {
    width: 62px;
    height: 15px;
}

.company-info h2.company-news-release img {
    width: 138px;
    height: 15px;
}

.company-data {
    padding-bottom: 30px;
}

.company-info-list-nav {
    margin-top: 10px;
}

.company-info-list {
    margin-top: -10px;
}

.company-info-list dt {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 0 2px 20px;
}

.company-info-list dt {
    background-image: url(sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: -10px -107px;
}

.company-info-list dd {
    font-size: 1.2rem;
    padding: 1px 0 5px 18px;
    border-bottom: dotted 1px #ccc;
}

.company-banner img {
    margin-bottom: 10px;
}

.company-info-bn-left {
    padding-right: 5px;
}

.company-info-bn-right {
    padding-left: 5px;
}

.company-banner-all {
    width: 100%;
}

.company-banner-left,
.company-banner-right {
    display: block;
    width: 48.5%;
}

.company-banner-left img,
.company-banner-right img {
    width: 100%;
}


/* lind-botton */

.link-bn-normal {
    font-size: 1.1rem;
}

.link-bn-normal {
    background-position: 2px -108px;
}

/* onlineshop-link */
.onlineshop-link{
    margin-bottom: 10px;
}

.online-link-l,.online-link-r{
    display: block;
    margin-top: 16px;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .link-bn-normal {
        background-image: url(sprite-arrow@2x.png);
        /*background-size: 36px 76px;*/
        background-size: 36px 520px;
    }
}

.footer {
    background-color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .company-info-list dt {
        background-image: url(sprite-arrow@2x.png);
        background-size: 36px 520px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .catalog-link a {
        background-image: url(../img/common/ico-arrow-catalog@2x.png);
        background-size: 5px 10px;
    }
}

@media (min-width: 480px) {
    /* bland-site */
    .related-link h2 img {
        width: 35%;
    }
    .catalog-link li a {
        padding: 6px 5px 5px 10px;
        background-image: url(sprite-arrow.png);
        background-repeat: no-repeat;
        background-position: 0 -46px;
    }
    .catalog-link .catalog-link-2line a {
        background-position: 0 -38px;
    }
    /* info-block */
    .info-block-normal-herf {
        margin-bottom: 9px;
    }
    /* aside */
    .banner-list .bx-prev,
    .banner-list .bx-next {
        width: 34px;
        height: 34px;
    }
    .banner-list {
        max-height: 100px;
    }
    /* cm-info */
    .cm-info h2 img {
        width: 35%;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
        .company-info-list dt {
            background-image: url(sprite-arrow@2x.png);
            background-repeat: no-repeat;
            background-size: 36px 520px;
        }
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
        .catalog-link a {
            background-image: url(../img/common/ico-arrow-catalog@2x.png);
            background-size: 5px 10px;
        }
    }
}

@media (min-width: 540px) {
    /* info-block */
    .info-block-normal-herf {
        margin-bottom: 10px;
    }
}

@media (min-width: 640px) {
    /* related-link */
    /* bland-site */
    .related-link h2 img {
        width: auto;
    }
    .catalog-link li a {
        padding: 6px 5px 5px 10px;
        background-image: url(sprite-arrow.png);
        background-repeat: no-repeat;
        background-position: 0 -46px;
    }
    .catalog-link .catalog-link-2line a {
        background-position: 0 -38px;
    }
    .catalog-link-sigeki {
        font-size: 1.2rem;
    }
    /* info-block */
    .info-block-news-list dt {
        font-weight: normal;
        float: left;
        width: 13em;
        padding: 5px 0 0 0;
        border-top: 1px dashed #ccc;
    }
    .info-block-news-list dd {
        margin-left: 13em;
        padding: 5px 10px 5px 0;
        border-top: 1px dashed #ccc;
    }
    .info-block-normal-herf {
        margin-bottom: 12px;
    }
    /* aside */
    .banner-list {
        max-height: 130px;
    }
    .banner-list .bx-prev,
    .banner-list .bx-next {
        width: 34px;
        height: 34px;
    }
    .banner-list .bx-prev {
        left: -8px;
    }
    .banner-list .bx-next {
        right: -8px;
    }
    /*cm-info*/
    .cm-info h2 img {
        width: auto;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
        .company-info-list dt {
            background-image: url(sprite-arrow@2x.png);
            background-size: 36px 520px;
        }
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
        .catalog-link a {
            background-image: url(../img/common/ico-arrow-catalog@2x.png);
            background-size: 5px 10px;
        }
    }
}

@media (min-width: 768px) {
    /* header */
    header {
        height: 110px;
    }
/* urgency */

.urgency{
    font-size: 1.3rem;
}

.urgency h2{
    font-size: 1.8rem;
}

.urgency dl.list {
   border-bottom:1px solid #ccc;
    margin: 4px 16px 14px 16px;
}

.urgency dl.list dt {
   width:7em;
}

.urgency dl.list dd {
   width:auto;
   margin-left:7em;
   padding-bottom:10px;
}

    /* related-link */
    .related-link {
        padding: 20px 0 10px;
    }
    .catalog-link a {
        font-size: 1.3rem;
        padding: 7px 6px 7px 12px;
        margin-bottom: 9px;
    }
    .catalog-link .catalog-link-2line a {
        background-position: 0 -46px;
    }
    /* info-block */
    .info-block-normal {
        border: solid 4px #fff;
    }
    .info-block-normal-herf {
        border: solid 4px #fff;
    }
    .info-block-normal-herf img {
        height: 76px;
    }
    .info-block-news {
        width: 356px;
        height: 174px;
    }
    /* info-block-news */
    .info-block-news h2 img {
        width: 76px;
        height: 18px;
    }
    .info-block-news-list-wrap {
        height: 130px;
    }
    /* cm-info */
    .cm-info {
        padding-bottom: 40px;
    }
    .cm-info h2 img {
        width: auto;
        margin-bottom: 15px;
    }
    /* aside */
    .banner-list {
        width: 720px;
    }
    .bxslider {
        overflow: hidden;
        max-width: 895;
        max-height: 90px;
    }
    .bxslider01 li img {
        width: 132px;
        height: 90px;
    }
    .banner-list {
        position: reletive;
        width: 720px;
        margin-bottom: 0;
        padding: 20px 0;
        border-radius: 6px;
        background-color: #fff;
        max-height: 130px;
    }
    .bxslider01 li img {
        border-radius: 4px;
    }
    .banner-list .bx-prev,
    .banner-list .bx-next {
        width: 38px;
        height: 38px;
    }
    .banner-list .bx-prev {
        left: -16px;
    }
    .banner-list .bx-next {
        right: -16px;
    }
    /* company-info */
    .company-info {
        padding: 15px 0 110px;
    }
    .company-info h2 {
        font-size: 1.8rem;
    }
    .company-info h2.company-nav img {
        width: 75px;
        height: 18px;
    }
    .company-info h2.company-news-release img {
        width: 172px;
        height: 19px;
    }
    .company-data {
        padding-bottom: 0;
    }
    .company-banner {
        padding-left: 5px;
    }
    /* onlineshop-link */
    .onlineshop-link{
        margin: 20px 0 0;
    }
    
    .onlineshop-link img{
        max-width: 346px;
    }
    
    .online-link-l,
    .online-link-r{
        margin-top: 0;
        overflow: hidden;
    }
    
    .online-link-l img{
        float: left;
    }
    
    .online-link-r img{
        float: right;
    }
}

@media (min-width: 974px) {
    /* main-slide */
    .ms-view {
        height: 312px!important;
    }
    .ms-skin-metro .ms-nav-next,
    .ms-skin-metro .ms-nav-prev {
        top: 50%;
        left: -23px;
        width: 56px;
        height: 56px;
        margin-top: -38px;
    }
    .ms-skin-metro .ms-nav-next {
        right: -30px;
        left: auto;
    }
    /* related-link */
    .catalog-link a {
        font-size: 1.2rem;
        padding: 7px 6px 7px 12px;
        margin-bottom: 9px;
        background: transparent url(../img/common/ico-arrow-catalog.png) no-repeat 8px center;
    }
    /* info-block */
    .info-block-normal {
        border: solid 5px #fff;
    }
    .info-block-normal-herf {
        border: solid 5px #fff;
    }
    .info-block-normal-herf img {
        height: 104px;
    }
    .info-block-news {
        width: 482px;
        height: 238px;
    }
    /* info-block-news */
    .info-block-news-list-wrap {
        height: 185px;
    }
    .info-block-news h2 {
        margin: 2px 0 8px;
    }
    /* aside */
    .banner-list {
        width: 974px;
        height: 138px;
    }
    /* company-info */
    .company-banner img {
        margin-bottom: 10px;
    }
    .company-banner-left,
    .company-banner-right {
        width: auto;
    }
    .news-release dl.company-info-list dt {
        float: left;
        width: 8em;
        padding: 8px 0 0 22px;
        border-top: 1px dotted #ccc;
    }
    .news-release dl.company-info-list dd {
        margin-left: 8em;
        padding-top: 10px;
        padding-bottom: 8px;
        border-top: 1px dotted #ccc;
        border-bottom: none;
    }
    .news-release dl.company-info-list dt:first-child,
    .news-release dl.company-info-list dt:first-child + dd {
        border-top: none;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
        .catalog-link a {
            background-image: url(../img/common/ico-arrow-catalog@2x.png);
            background-size: 5px 10px;
        }
    }
    /* onlineshop-link */
    .onlineshop-link{
        margin: 36px 0 10px;
    }
    
    .onlineshop-link img{
        max-width: 454px;
    }
}


/*印刷・ダウンロード対応*/
.slide-cover-kp{
    width: 100%;
    background-image: url(../img/img-slide/slide102-kcpc.jpg);
    background-size: cover;
}

.panel-big-kp{
    width: 100%;
    background-image: url(../img/img-top/panel/panel-big-cororo-store.jpg?0108);
    background-size: cover;
}

.panel-kp{
    width: 100%;
    background-image: url(../img/img-top/panel/panel-kinchoprincho.jpg);
    background-size: cover;
}

.cm-cover-top{
    width: 100%;
    background-image: url(../img/img-cm/cm-kp201908.jpg);
    background-size: cover;
}


/*印刷・ダウンロード対応 - コロッケのまんま*/
.slide-cover-kp2{
    width: 100%;
    background-image: url(../img/img-slide/slide92-bg.jpg);
    background-size: cover;
}

.panel-kp2{
    width: 100%;
    background-image: url(../img/img-top/panel/panel-kp2-bg.jpg);
    background-size: cover;
}

.cm-cover-top2{
    width: 100%;
    background-image: url(../img/img-cm/cm-kp2.jpg);
    background-size: cover;
}
