@charset "UTF-8";
*{
    margin: 0px;
    padding: 0px;
    font: inherit;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
    color: #333;
    letter-spacing: 0.12rem;
    line-height: 1.65;
    font-size: 1.3rem;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
a{
    text-decoration: none;
    color: inherit;
}
img {
    border-style: none;
    vertical-align: middle;
}
ul, ol{
    list-style: none;
}
iframe{
    border: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button{
    border-style: none;
    background-color: transparent;
    color: inherit;
}
input,
select,
textarea {
    padding: .5em;
    border: solid 1px #ccc;
    background-color: #fff;
    color: inherit;
    font-size: 1.6rem;
}
textarea {
    resize: vertical;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 1.6rem;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@font-face {
    font-family: "CooperBlack";
    src: url("/css/fonts/CooperBlackStd.woff2") format("woff2"),
       url("/css/fonts/CooperBlackStd.woff") format("woff");
}
.cCooper{
    display: inline-block;
    margin: 0 0 -0.3em;
    font-family: "CooperBlack";
}
.cTextPC{
    display: none;
}
.cTextSP{
    display: inline;
}
.cSelectWrap{
    position: relative;
}
.cSelectWrap::before{
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    top: -4px;
    right: 12px;
    bottom: 0;
    margin: auto;
    border-right: solid 2px #333;
    border-bottom: solid 2px #333;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    pointer-events: none;
}
.cSelectWrap > select{
    width: 100%;
}
.cPageHeader{

}
.cPageHeader__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.cPageHeader__title{
    margin: 0 0 -.3em;
    font-size: 2.6rem;
    font-family: "CooperBlack";
}
.cPageHeader__subtitle{
    font-weight: bold;
    font-size: 1.6rem;
}
.cPageHeaderSub__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.cPageHeaderSub__title{
    margin: 0 0 -.5em;
    line-height: 1.1;
    text-align: center;
    font-size: 2.4rem;
    font-family: "CooperBlack";
}
.cTitleSub1{
    text-align: center;
    color: #002b56;
    font-weight: bold;
}
.cTitleSub1::after{
    content: "";
    display: block;
    margin: 5px 0 0;
    border-top: solid 3px #002b56;
    border-bottom: solid 1px #002b56;
    height: 6px;
}

/*　リンク関連 */
.cBtnDefault{
    display: block;
    margin: 15px auto 0;
    width: 100%;
    max-width: 250px;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    background: #002b56;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    transition: background .2s;
}
.cBtnDefault:hover,
.cBtnDefault:focus{
    background: #778cb6;
}
.cBtnDefault:disabled{
    background: #ccc;
}
.cBtnMore{
    display: block;
    margin: 15px auto 0;
    border: solid 2px;
    width: 100%;
    max-width: 250px;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #002b56;
    font-size: 1.6rem;
    font-family: CooperBlack;
    transition: all .1s;
}
.cBtnMore:hover,
.cBtnMore:focus{
    border-color: #002b56;
    background: #002b56;
    color: #fff;
}
.cBtnText1{
    color: #008ee5;
    transition: color .2s;
}
.cBtnText1:hover,
.cBtnText1:focus{
    color: #6abff4;
}
.cBtnText2{
    text-decoration: underline;
    color: #008ee5;
    transition: color .2s;
}
.cBtnText2:hover,
.cBtnText2:focus{
    color: #6abff4;
    text-decoration: none;
}
.cBtnText3{
    transition: color .2s;
}
.cBtnText3:hover,
.cBtnText3:focus{
    color: #008ee5;
}

.cLineOblique{
    display: block;
    border: none;
    width: auto;
    height: 4px;
    background: url(/img/linebg1.png) left/30px;
}
.ofi{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet-active{
    background: #002b56;
}
.cLikeBtn{
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cLikeBtn:before{
    content: "";
    display: inline-block;
    margin: 0 .5em 0 0;
    width: 1.6em;
    height: 1.6em;
    vertical-align: middle;
    background: url(/img/love_icon.png) center/contain no-repeat;
}
.cLikeBtn--ready{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cLikeBtn--ready:before{
    content: "";
    display: inline-block;
    margin: 0 .5em 0 0;
    width: 1.6em;
    height: 1.6em;
    vertical-align: middle;
    background: url(/img/love_icon.png) center/contain no-repeat;
}
.cLikeBtn--ready:hover,
.cLikeBtn--ready:focus{
    background: #f5f5f5;
}
.cLikeBtn--pushed{
    cursor: default;
    background: #f5f5f5;
    color: #e50019;
}

/* パンクズナビ */
.cBreadcrumb{
    display: none;
    background: #f5f5f5;
}
.cBreadcrumbContent{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0;
}
.cBreadcrumbItem{
    display: inline-block;
    color: #777;
}
.cBreadcrumbItem::before{
    content: "／";
    display: inline-block;
    margin: 0 .7em;
}
.cBreadcrumbItem:first-child::before{
    display: none;
}

/* 汎用リスト（ニュース） */
.cNewsBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cNewsItem{
    display: flex;
    flex-direction: column;
    margin: 0 10px 10px 0;
    border: solid 1px #eee;
    width: calc(50% - 5px);
    background: #fff;
}
.cNewsItem:nth-child(2n){
    margin-right: 0;
}
.cNewsItem__top{
    flex: 1 1 auto;
    display: block;
    padding: 0 8px;
}
.cNewsItem__image{
    display: block;
    position: relative;
    margin: 0 -8px 8px;
    width: calc(100% + 16px);
    height: 120px;
}
.cNewsItem__image > img{
    display: block;
    width: 100%;
    height: 100%;
}
.cNewsItem__image > img{
    display: block;
    width: 100%;
    height: 100%;
}
.cNewsItem__category{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.2rem;
}
.cNewsItem__title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
    height: 3em;
    line-height: 1.5em;
    font-size: 1.5rem;
    font-weight: bold;
}
.cNewsItem__cate{
    font-size: 1.2rem;
    margin: 5px 0;
}
.cNewsItem__note{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
    max-height: 3em;
    line-height: 1.5em;
    display: none;
}
.cNewsItem__shop{
    margin: 5px 0;
}
.cNewsItem__middle{
    display: flex;
    margin: -5px 0 0;
    padding: 8px;
}
.cNewsItem__userpic{
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    margin: 0 5px 0 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.cNewsItem__userpic > img{
    width: 100%;
    height: 100%;
}
.cNewsItem__balloon{
    flex: 1 1 auto;
    padding: 8px;
    border-radius: 8px;
    line-height: 1.3;
    background: #f5f5f5;
    font-size: 1.2rem;
}
.cNewsItem__comment{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em;
    line-height: 1.3em;
}
.cNewsItem__group,
.cNewsItem__user{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.3em;
    line-height: 1.3em;
}
.cNewsItem__bottom{
    display: flex;
    border-top: solid 1px #eee;
}
.cNewsItem__like{
    flex: 1 1 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .8em .2em;
    color: #555;
    font-size: 1.2rem;
}
.cNewsItem__date{
    flex: 1 1 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .8em .2em;
    border-left: solid 1px #eee;
    color: #555;
    font-size: 1.2rem;
}
.cNewsItem__point{
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8em .2em;
    border-left: solid 1px #eee;
    color: #555;
    font-size: 1.2rem;
}
.cNewsItem__point > img{
    display: block;
    margin: 0 .5em 0 0;
    width: 1.5em;
}
.cNewsItem__top .cNewsItem__image::before{
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.38);
    color: #fff;
    transition: opacity .2s;
}
.cNewsItem__top .cNewsItem__image::after{
    content: "View more";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: solid 1px;
    width: 10em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #fff;
    transition: opacity .2s;
}
.cNewsItem__top:hover .cNewsItem__image::before,
.cNewsItem__top:focus .cNewsItem__image::before{
    opacity: 1;
}
.cNewsItem__top:hover .cNewsItem__image::after,
.cNewsItem__top:focus .cNewsItem__image::after{
    opacity: 1;
}
.cNewsItem__top .cNewsItem__title{
    transition: color .2s;
}
.cNewsItem__top:hover .cNewsItem__title,
.cNewsItem__top:focus .cNewsItem__title{
    color: #008ee5;
}
.cNewsItem__middle:hover,
.cNewsItem__middle:focus{
    color: #008ee5;
}
.cNoItemMsg{
    display: flex;
    align-items: flex-end;
    margin: 20px auto 50px;
    max-width: 600px;
}
.cNoItemMsg__image{
    width: 50px;
    height: auto;
}
.cNoItemMsg__text {
    flex: 1 1 auto;
    position: relative;
    margin: 0 0 0 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f5f5f5;
}
.cNoItemMsg__text::after, .cNoItemMsg__text::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.cNoItemMsg__text::after {
    border-color: rgba(245, 245, 245, 0);
    border-right-color: #f5f5f5;
    border-width: 8px;
    margin-top: -8px;
}
.cNoItemMsg__text::before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #ccc;
    border-width: 9px;
    margin-top: -9px;
}

/* 汎用リスト（商品） */
.cGoodsBox{
    margin: 0 -10px;
}
.cGoodsBox__wrap{

}
.cGoodsItem{
    display: block;
    margin: 0 0 5px 10px;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2), -0.5px 3px 5px rgba(0,0,0,.1);
    width: 215px;
    background: #fff;
}
.cGoodsItem:last-child{
    margin-right: 10px;
}
.cGoodsItem__image{
    display: block;
    position: relative;
    margin: 0 0 8px;
    width: 100%;
    height: 120px;
}
.cGoodsItem__image > img{
    display: block;
    width: 100%;
    height: 100%;
}
.cGoodsItem__title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 8px;
    height: 2.6em;
    line-height: 1.3em;
    font-size: 1.5rem;
    font-weight: bold;
}
.cGoodsItem__shop{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 5px 8px;
    height: 1.5em;
    line-height: 1.5em;
    color: #777;
    font-size: 1.2rem;
}
.cGoodsItem__border{
    margin: 0 5px;
    border: none;
    border-bottom: solid 1px #eee;
}
.cGoodsItem__note{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 8px 8px;
    height: 3em;
    line-height: 1.5em;
    font-size: 1.2rem;
}
.cGoodsItem .cGoodsItem__image::before{
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.38);
    color: #fff;
    transition: opacity .2s;
}
.cGoodsItem .cGoodsItem__image::after{
    content: "View more";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: solid 1px;
    width: 10em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    transition: opacity .2s;
}
.cGoodsItem:hover .cGoodsItem__image::before,
.cGoodsItem:focus .cGoodsItem__image::before{
    opacity: 1;
}
.cGoodsItem:hover .cGoodsItem__image::after,
.cGoodsItem:focus .cGoodsItem__image::after{
    opacity: 1;
}
.cGoodsItem .cGoodsItem__title,
.cGoodsItem .cGoodsItem__title{
    transition: color .2s;
}
.cGoodsItem:hover .cGoodsItem__title,
.cGoodsItem:focus .cGoodsItem__title{
    color: #008ee5;
}

.cEndLoader{
    text-align: center;
}
.cEndLoader > .cLoader{
    display: inline-block;
    margin: 20px;
    width: 60px;
    height: 60px;
}

.popupWrap{
    position: relative;
}
.popupMenu{
    display: none;
    z-index: 11000;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.15),1px 1px 3px rgba(0,0,0,0.2);
}
.popupMenu__item{
    display: block;
    word-break: keep-all;
}
.popupWrap--show > .popupMenu{
    display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header{
    z-index: 10000;
    position: fixed;
    border-bottom: solid 3px #002b56;
    width: 100%;
    background: rgba(255,255,255,1);
}
.hContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.hTitle{
    flex: 1 1 auto;
    margin: 0 10px;
}
.hTitle__logo{
    height: 28px;
}

.hNav{
    display: none;
    background: #96c2ce;
}
.hNav--active{
    display: block;
}
.hNav__content{
    overflow: hidden;
}
.hNavMenu{
    margin: 20px;
}
.hNavMenu__item{
    border-bottom: dotted 2px #002b56;
}
.hNavMenu__item:last-child{
    border: none;
}
.hNavMenu__btn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.2em;
    font-size: 1.6rem;
    font-weight: bold;
    transition: opacity .2s;
}
.hNavMenu__btn:hover{
    opacity: 0.7;
}
.hNavMenu__icon{
    display: inline-block;
    width: 2em;
    text-align: center;
    color: #002b56;
    font-size: 1.8em;
}
.hNavBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    letter-spacing: normal;
    background: #002b56;
    color: #fff;
    font-size: 1rem;
}
.hNavBtn__icon{
    display: block;
    position: relative;
    margin: 3px 0;
    width: 28px;
    height: 21px;
}
.hNavBtn__icon > span{
    position: absolute;
    left: 0;
    border-radius: 1px;
    width: inherit;
    height: 3px;
    background: #fff;
    transition: all .2s;
}
.hNavBtn__icon > span:nth-of-type(1){
    top: 0;
}
.hNavBtn__icon > span:nth-of-type(2){
    top: 9px;
}
.hNavBtn__icon > span:nth-of-type(3){
    bottom: 0;
}
.hNavBtn__text{
    line-height: 1;
}

.hAdminMenu{
    position: relative;
}
.hAdminMenu__toggle{
    overflow: hidden;
    margin: 0 5px 0 0;
    border: solid 1px #eee;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background: #eee;
}
.hAdminMenu__icon{
    width: 100%;
    height: 100%;
}
.hAdminMenu__content{
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    background: #fff;
}
.hAdminMenu__item{
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
}
.hAdminMenu__item:last-child{
    margin: 0;
}
.hLoginMenu{

}
.hLoginMenu__pcItem{
    display: none;
}
.hLoginMenu__spItem{
    margin: 0 5px 0 0;
}
.hLoginMenu__spBtn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 2px;
    border-radius: 2px;
    width: 46px;
    height: 46px;
    letter-spacing: normal;
    color: #002b56;
    font-size: 1rem;
}
.hLoginMenu__spBtn__icon{
    font-size: 2.2em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.content{
    margin-bottom: auto;
    padding-top: 55px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer{
    text-align: center;
    background: #eee;
}
.fContent{
    position: relative;
    padding: 30px 10px;
}
.bttBtn{
    display: block;
    position: absolute;
    top: -25px;
    right: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #000;
    transition: opacity .2s;
}
.bttBtn::after{
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 3px solid;
    border-left: 3px solid;
    width: 16px;
    height: 16px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bttBtn:hover,
.bttBtn:focus{
    opacity: 0.7;
}
.fSns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.fSns__item{
    margin: 0 10px;
}
.fSns__btn{
    transition: opacity .2s;
}
.fSns__btn:hover,
.fSns__btn:focus{
    opacity: 0.7;
}
.fSns__icon{
    height: 32px;
}

.fNav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.fNav__item{
    margin: 0 10px 0 0;
}
.fNav__item:last-child{
    margin: 0;
}
.fCopyright{
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
}



@media screen and (min-width:650px){
    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        common
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .cNewsItem__top{
        padding: 10px 10px 5px;
    }
    .cNewsItem__image{
        margin: 0 0 8px;
        width: 100%;
        height: 170px;
    }
    .cNewsItem__note{
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .cNewsItem__middle{
        display: flex;
        padding: 8px 10px;
    }

    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        header
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        footer
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


}
@media screen and (min-width:980px){
    body{
        font-size: 1.6rem;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        common
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .content{
        padding-top: 0;
    }
    .contentWidth{
        margin-right: auto;
        margin-left: auto;
        max-width: 960px;
    }
    .contentWidth--1100{
        max-width: 1100px;
    }
    .cTextPC{
        display: inline;
    }
    .cTextSP{
        display: none;
    }
    .cPageHeader{
        background: url(/img/bg_pageheader1.jpg) center/cover;
    }
    .cPageHeader__inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 130px;
    }
    .cPageHeader__title{
        font-size: 3.4rem;
    }
    .cPageHeader__subtitle{
        color: #fff;
    }
    .cPageHeaderSub__inner{
        height: 180px;
    }
    .cPageHeaderSub__title{
        font-size: 3.4rem;
    }
    .cPageHeaderSub__title > br{
        display: none;
    }
    .cTitleSub1::after{
        border-top: solid 5px;
        border-bottom: solid 2px;
        height: 10px;
    }
    .cBtnMore{
        margin: 35px auto 0;
        font-size: 2rem;
    }
    .cBtnDefault{
        margin: 35px auto 0;
        font-size: 1.8rem;
    }
    .cBreadcrumb{
        display: block;
    }
    .cNewsItem{
        margin: 0 15px 15px 0;
        width: calc(33.333% - 10px);
    }
    .cNewsItem:nth-child(2n){
        margin-right: 15px;
    }
    .cNewsItem:nth-child(3n){
        margin-right: 0;
    }
    .cNewsItem__title{
        font-size: 1.8rem;
    }
    .cNewsItem__balloon{
        font-size: 1.4rem;
    }
    .cNewsItem__like{
        font-size: 1.4rem;
    }
    .cNewsItem__date{
        font-size: 1.4rem;
    }
    .cNewsItem__point{
        font-size: 1.4rem;
    }
    .cNoItemMsg{
        margin: 50px auto 70px;
    }
    .cNoItemMsg__image{
        width: 70px;
        height: auto;
    }
    .cNoItemMsg__text {
        flex: 1 1 auto;
        position: relative;
        margin: 0 0 0 20px;
        padding: 25px;
        border: 1px solid #ccc;
        border-radius: 10px;
        background: #f5f5f5;
    }
    .cGoodsBox__wrap{
    }
    .cGoodsBox{
    }
    .cGoodsItem{
        width: calc(25% - 12.5px);
    }


    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        header
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .header{
        position: relative;
        border: none;
    }
    .hContent{
        justify-content: center;
        position: relative;
        height: 90px;
    }
    .hTitle{
        flex: 0 1 auto;
        margin: 0;
    }
    .hTitle__logo{
        height: 45px;
    }

    .hNav{
        display: block;
        background: #002b56;
    }
    .hNavMenu{
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .hNavMenu__item{
        border: none;
    }
    .hNavMenu__btn{
        padding: 0 20px;
        width: auto;
        height: 45px;
        color: #fff;
        transition: color .2s;
    }
    .hNavMenu__btn:hover,
    .hNavMenu__btn:focus{
        color: #96c2ce;
    }
    .hNavMenu__icon{
        display: none;
    }
    .hNavBtn{
        display: none;
    }

    .hAdminMenu{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 0;
        width: 60px;
        height: 60px;
    }
    .hAdminMenu__toggle{
        width: inherit;
        height: inherit;
    }
    .hAdminMenu__toggle__image{
        width: 100%;
        height: 100%;
    }
    .hLoginMenu{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        top: 8px;
        width: 100%;
    }
    .hLoginMenu__pcItem{
        display: block;
        padding: 0 20px;
        border-left: solid 1px #002b56;
        line-height: 1.2;
        color: #002b56;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .hLoginMenu__pcItem:last-child{
        border-right: solid 1px #002b56;
    }
    .hLoginMenu__spItem{
        display: none;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        footer
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


}
