@charset 'UTF-8';
html {
    font-size: 62.5%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', sans-serif;
    font-size: 1.2rem;
    min-width: 320px;
    color: #393939;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
}

#wrapper {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}


/* link */

a {
    color: #eb2a1f;
    outline: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #393939;
}

a:hover,
a:active {
    text-decoration: none;
    color: #777;
}

a:focus {
    outline: none;
}

.link-underline a {
    color: #005fd4;
    outline: none;
    text-decoration: underline;
}

.link-underline a:link,
.link-underline a:visited {
    text-decoration: underline;
    color: #005fd4;
}

.link-underline a:hover,
.link-underline a:active {
    text-decoration: underline;
    color: #005fd4;
    opacity: 0.7;
}


/* button */

.btn {
    font-size: 1.4rem;
}

.btn-normal {
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    border: none;
    background-color: #087dd5;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-normal:hover,
.btn-yellow:active,
.btn-normal:focus {
    opacity: .8;
    color: #fff;
    border: none;
    background-color: #087dd5;
    -ms-filter: 'alpha( opacity=80 )';
    filter: alpha( opacity=80);
}


/* lind-botton */

.link-bn-normal {
    display: block;
    width: 100%;
    padding: 10px 14px 10px 35px;
    border: solid 1px #37529e;
    border-radius: 5px;
    background-image: url(sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 2px -106px;
}

.link-bn-normal-center {
    display: block;
    width: 100%;
    padding: 10px 14px 8px 35px;
    border: solid 1px #37529e;
    border-radius: 5px;
    background-image: url(../img/common/ico-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.link-bn-square {
    display: block;
    width: 100%;
    padding: 15px 14px 15px 35px;
    border: solid 1px #EAE4D9;
    background-image: url(sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px -98px;
    font-size: 1.8rem;
    font-weight: bold;
    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,
    .btn-warning-arrow,
    .btn-primary-arrow {
        background-image: url(sprite-arrow@2x.png);
        /*background-size: 36px 76px;*/
        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) {
    .link-bn-normal-center {
        background-image: url(../img/common/ico-arrow-blue@2x.png);
        background-size: 16px 16px;
    }
}

.link-bn-normal img {
    margin-bottom: 10px;
    width: 100%;
}

.link-bn-w100 {
    width: 100%;
}

.link-bn-w70 {
    width: 70%;
}

.link-bn-w50 {
    width: 50%;
}

.link-bn-w {
    display: inline-block;
    width: auto;
}

img.link-blank {
    width: auto!important;
    margin-left: 5px!important;
}

.btn-warning-arrow {
    padding-left: 40px;
    background-image: url(sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 2px -222px;
}

.btn-primary-arrow {
    padding-left: 40px;
    background-image: url(sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 2px -338px;
}


/*noscript*/

noscript {
    text-align: center;
    background: #000;
    color: #fff;
    display: block;
}


/*no-padding*/

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.no-margin-t {
    margin-top: 0;
}

.no-margin-b {
    margin-bottom: 0;
}


/* パディング設定 */

.pdb10 {
    padding-bottom: 10px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdb70 {
    padding-bottom: 70px;
}

.pdb8 {
    padding-bottom: 8px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.mgtb10 {
    margin: 10px 0;
}

.mgtb15 {
    margin: 15px 0;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgt20 {
    margin-top: 20px;
}


/* 使用例<div class="row gutter-10"> */


/* 20px */

.gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}


/* 10px */

.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}


/* color */

.color-defalt {
    color: #f23f6c;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3';
}

.color-blue {
    color: #002DB2;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3';
}

.attention {
    color: #f3416e;
}

.color-dark-blue {
    color: #003399;
}


/* list-style */

.main .list-defalt li {
    background: transparent url(../img/common/mark-pink.png) no-repeat left 5px;
    padding-left: 16px;
}

.first-tx {
    background: transparent url(../img/common/mark-pink.png) no-repeat left 8px;
    padding: 0 0 10px 16px;
    line-height: 1.4;
}


/* mouse-over */

.mouse-over:hover {
    opacity: .8;
    -ms-filter: 'alpha( opacity=80 )';
    filter: alpha( opacity=80);
}
.mouse-over2:hover{
background-color: #000;
    opacity: 0.8;
    }

/* 画像レスポンシブー中央寄せ */

.img-center {
    margin: 0 auto;
    display: block;
}


/* 画像レスポンシブー横100% */

.img-sm100 {
    width: auto;
}


/* lebel */

label {
    font-weight: normal;
}


/* 非表示 */

.hidden {
    display: none;
}


/* アイコン */

.ico-set {
    display: inline-block;
}

.ico-cart {
    width: 100%;
    height: 16px;
    background-image: none;
}


/*/////// 改行無効 ///////*/

.br-pc {
    display: none;
}


/* ナビゲーションスキップ */

.skip {
    position: absolute;
    left: -9999px;
    width: 100px;
}


/* 注意書き */

.note {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
}

.note-bold {
    font-size: 1.2rem;
    padding: 0;
    font-weight: bold;
    line-height: 1.6;
}


/*///////////////////////////
header
////////////////////////////*/

header {
    font-size: 9px;
    position: relative;
    height: 62px;
    margin-bottom: 0;
    border-bottom: solid 1px #dfdac9;
    background-color: #fff;
}

.header {
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 15px;
    width: 138px;
}

.sitename {
    position: absolute;
    top: 6px;
    left: 14px;
    width: 138px;
}

h1 {
    display: block;
    float: left;
    width: 138px;
}

h1 img {
    width: 100%;
}


/* ナビゲーション */

.navbar-header {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 44px;
    height: 42px;
    background: transparent url(../img/common/ico-open.png) no-repeat top left;
    background-size: contain;
}

.navbar-header.active {
    background: transparent url(../img/common/ico-close.png) no-repeat top left;
    background-size: contain;
}

.navbar-default {
    display: block;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse {
    font-size: 11px;
    position: absolute;
    z-index: 9999;
    top: 62px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 3px 25px 13px;
    background: #f62358;
}

.navbar-default .navbar-nav > li {
    width: 48%;
    border-bottom: dotted 1px #fff;
}

.navbar-default .navbar-nav > li.nav-left {
    float: left;
}

.navbar-default .navbar-nav > li.nav-right {
    float: right;
}

.navbar-default .navbar-nav > li.nav-all {
    clear: both;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:link,
.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    color: #fff;
}

.navbar-nav > li > a {
    line-height: 20px;
    display: block;
    padding: 6px 0 5px 4px;
}

.ico-nav-arrow-50 {
    margin-top: 1px;
    padding-right: 10px;
}

.navbar {
    margin-bottom: 0;
}


/*///////////////////////////
content
////////////////////////////*/

.content {
    padding-bottom: 20px;
    background-color: #fbf1da;
}


/*///////////////////////////
パンくずリスト
////////////////////////////*/

.bread-crumb-wrap {
    display: none;
}


/*///////////////////////////
main
////////////////////////////*/

main ul,
.main ul,
.main-top ul {
    margin: 0;
    padding: 0;
}

main li,
.main li,
.main-top li {
    margin: 0;
    padding: 0;
    list-style: none;
}

main a:hover,
main a:active,
main a:focus,
.main a:hover,
.main a:active,
.main a:focus,
.main-top a:hover,
.main-top a:active,
.main-top a:focus {
    opacity: .80;
}

.main {
    width: 100%;
    margin: 60px 0;
    border-radius: 6px;
    background-color: #fff;
}

.main-full {
    width: 100%;
    margin: 20px 0 60px;
    border-radius: 6px;
    background-color: #fff;
}

.main-full-inner,
.main-inner {
    padding: 20px;
}


/*///////////////////////////
side
////////////////////////////*/

.side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.side ul,
.side li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side a:link,
.side a:visited {
    color: #fff;
}

.side a:hover,
.side a:active,
.side a:focus {
    opacity: .80;
    color: #fff;
}

.side-nav {
    background: transparent url(../img/common/side-bg.gif) repeat top left;
}

.side-nav.class-open {
    padding-bottom: 15px;
}

.side-nav-list {
    margin: 0 15px;
    background-color: #fff;
    display: none;
}

#side-nav-category li .dropdown {
    background-image: url(sprite-side.png);
    background-repeat: no-repeat;
    background-position: right -165px top 8px;
}

#side-nav-category li .class,
#side-nav-category li .dropdown.open {
    background-image: url(sprite-side.png);
    background-repeat: no-repeat;
    background-position: right -165px top -102px;
}

#side-nav-category li li {
    background-image: none;
    font-size: 1.3rem;
    color: #393939;
    border-bottom: none;
}

#side-nav-category li li.active {
    background: #ffeef5;
}

#side-nav-category li:last-child {
    border-bottom: none;
}

#side-nav-category li li:first-child {
    padding-top: 4px;
}

#side-nav-category li a,
#side-nav-category li .class,
#side-nav-category li .dropdown {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 8px;
    color: #72143f;
    border-bottom: solid 2px #e6e6e6;
}

#side-nav-category li a:link,
#side-nav-category li a:visited {
    color: #72143f;
}

#side-nav-category li li.side-product-header a {
    font-weight: bold;
}

#side-nav-category li li.side-product-header a:link,
#side-nav-category li li.side-product-header a:visited {
    color: #393939;
}

#side-nav-category li li.side-product-header a:hover,
#side-nav-category li li.side-product-header a:active,
#side-nav-category li li.side-product-header a:focus {
    color: #393939;
    opacity: .8;
}

#side-nav-category li li a {
    font-weight: normal;
    width: 100%;
    padding: 5px 10px 2px 22px;
    color: #005fd4;
    border-bottom: none;
    background-image: url(sprite-side.png);
    background-repeat: no-repeat;
    background-position: 0px -330px;
}

#side-nav-category li li:last-child {
    padding-bottom: 8px;
}

#side-nav-category li li a:link,
#side-nav-category li li a:visited {
    color: #005fd4;
}

#side-nav-category li li li:last-child a {
    padding: 5px 8px 12px 22px;
}

#side-nav-category li li:last-child {
    border-bottom: solid 1px #e6e6e6;
}

#side-nav-category li .dropdown + ul {
    display: none;
}

#side-nav-category li ul.selected,
#side-nav-category li ul.selected li ul {
    display: block;
}

.side-nav-other,
.side-link-related,
.side-link-bn {
    display: none;
}

.side-link-bn a {
    display: block;
    border: solid 3px #fff;
    border-radius: 4px;
    background: #fff;
}

.side-link-bn a img {
    width: 100%;
    border-radius: 4px;
}


/*///////////////////////////
footer
////////////////////////////*/


/* ページトップへ戻る */

.pagetop {
    /*position: fixed;*/
    z-index: 40;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.pagetop a {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.pagetop a img {
    width: 100%;
}

.footer {
    font-size: 14px;
    position: relative;
    background-color: #fbf1da;
}


/* 下段ナビ */

.site-link-sp {
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 15px 10px 20px;
    background-color: #F52359;
}

.site-link-sp ul {
    margin: 0;
    padding: 0;
}

.site-link-sp ul > li {
    width: 48%;
    list-style: none;
    text-align: left;
    border-bottom: dotted 1px #fff;
}

.site-link-sp ul > li.nav-left {
    float: left;
}

.site-link-sp ul > li.nav-right {
    float: right;
}

.site-link-sp ul > li.nav-all {
    clear: both;
    width: 100%;
}

.site-link-sp ul > li > a {
    color: #fff;
}

.site-link-sp ul > li > a:link,
.site-link-sp ul > li > a:visited {
    color: #fff;
}

.site-link-sp ul > li > a:hover,
.site-link-sp ul > li > a:active,
.site-link-sp ul > li > a:focus {
    text-decoration: none;
    color: #fff;
}

.site-link-sp ul > li > a {
    line-height: 20px;
    display: block;
    padding: 6px 0 5px 4px;
}


/*/////// copyright ///////*/

small {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 6px 0 8px;
    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) {
    #side-nav-category li li li a,
    #side-nav-category li .dropdown,
    #side-nav-category li .class,
    #side-nav-category li .dropdown.open {
        background-image: url(sprite-side@2x.png);
        background-size: 205px 650px;
    }
}

@media (min-width: 480px) {
    /*/////// header ///////*/
    .navbar-collapse {
        font-size: 11px;
        position: absolute;
        z-index: 500;
        top: 60px;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 3px 25px 13px;
        background: #f62358;
    }
    .navbar-collapse,
    .site-link-sp {
        font-size: 13px;
        padding: 15px 35px 20px;
    }
    .navbar-collapse {
        padding: 0 35px 10px;
    }
    .navbar {
        min-height: 104px;
    }
    /*/////// ページトップへ戻る ///////*/
    .pagetop {
        z-index: 200;
        right: 0;
        bottom: 0;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.4rem;
    }
    /*/////// 改行無効 ///////*/
    .br-sp {
        display: none;
    }
    /* 画像レスポンシブsm横100% */
    .img-sm100 {
        width: 100%;
    }
    /*/////// header ///////*/
    header {
        height: 100px;
    }
    .header {
        font-size: 12px;
        position: relative;
        z-index: auto;
        top: auto;
        left: auto;
        clear: both;
        width: auto;
        height: 60px;
        padding: 3px 0;
    }
    h1 {
        position: static;
        top: 50%;
        display: block;
        width: 126px;
        -webkit-transform: none;
        /* Safari用 */
        transform: none;
    }
    h1 img {
        width: 100%;
    }
    .header a {
        text-decoration: underline;
        color: #005fd4;
    }
    .header a:link,
    .header a:visited {
        text-decoration: underline;
        color: #005fd4;
    }
    .header a:hover,
    .header a:active,
    .header a:focus {
        text-decoration: underline;
        opacity: .8;
        color: #005fd4;
        -ms-filter: 'alpha( opacity=80 )';
        filter: alpha( opacity=80);
    }
    /*/////// 他言語サイトリンク ///////*/
    .multilingual {
        float: right;
    }
    .multilingual .list-inline > li {
        display: inline-block;
        padding-right: 0;
        padding-left: 20px;
    }
    .header .nav-pills > li > a {
        border-radius: 0;
    }
    .header .nav > li > a {
        position: relative;
        display: block;
        padding: 2px 5px 5px 15px;
    }
    .header .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    .header-element {
        position: absolute;
        right: 0;
        bottom: 8px;
        overflow: hidden;
        padding: 5px 0 0 0;
    }
    /*/////// 文字の拡大縮小 ///////*/
    .font-chenge-wrap {
        float: left;
        margin-top: 3px;
    }
    #font-chenge {
        margin: 0 18px 0 0;
        padding: 0;
    }
    .size-tx {
        width: 75px;
        padding-top: 4px;
    }
    #font-chenge li {
        float: left;
        list-style: none;
    }
    #font-chenge img {
        margin-right: 4px;
        cursor: pointer;
    }
    #font-chenge li:last-child img {
        margin-right: 0;
    }
    .event-hall {
        float: right;
        padding: 5px 8px;
        color: #fff;
        border-radius: 5px;
        background: #444;
    }
    .event-hall a {
        text-decoration: none;
        color: #fff;
    }
    .event-hall a:link,
    .event-hall a:visited {
        text-decoration: none;
        color: #fff;
    }
    .event-hall a:hover,
    .event-hall a:active,
    .event-hall a:focus {
        text-decoration: none;
        color: #fff;
    }
    /*/////// グロナビ ///////*/
    .navbar-collapse {
        padding: 0 0 10px;
    }
    .navbar {
        margin-right: 0;
        margin-bottom: 0;
    }
    .navbar {
        min-height: 50px;
    }
    .navbar-default {
        font-size: 14px;
        position: relative;
        overflow: hidden;
        height: 50px;
        padding-top: 4px;
        color: #fff;
        border-radius: 0;
        background-color: #f62358;
        background-image: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav > li {
        float: left;
        width: auto;
        border-bottom: none;
    }
    .navbar-default .navbar-nav > li.nav-left,
    .navbar-default .navbar-nav > li.nav-right {
        float: left;
        margin: 0 0 0 0;
    }
    .navbar-default .navbar-nav > li {
        width: 78px;
        border-left: none;
    }
    .navbar-left > li.nav-catalog {
        width: 100px;
    }
    .navbar-left > li.nav-campaign {
        width: 166px;
    }
    .navbar-left > li.nav-contact {
        width: 126px;
    }
    .navbar-left > li.nav-online {
        width: 172px;
    }
    .ico-cart {
        font-size: 13px;
        display: inline-block;
        width: 140px;
        height: 16px;
        background: url('../img/common/ico-cart.png') 0 1px no-repeat;
    }
    .navbar-default .navbar-nav > li > a {
        display: block;
        margin-top: 0;
        padding: 8px 0;
        text-align: center;
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:link,
    .navbar-default .navbar-nav > li > a:visited {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a.active {
        margin: 0 3px;
        text-decoration: none;
        color: #f62358;
        border-radius: 6px;
        background: #fff;
    }
    .navbar-default .navbar-nav > li.nav-online > a:hover,
    .navbar-default .navbar-nav > li.nav-online > a:active,
    .navbar-default .navbar-nav > li.nav-online > a:focus {
        margin: 0 3px;
        text-decoration: none;
        color: transparent;
        border-radius: none;
        background: transparent;
    }
    .navbar-left > li {
        margin-top: 3px;
        border-bottom: none;
        background: transparent url(../img/common/nav-line.gif) no-repeat top left;
    }
    .navbar-collapse {
        font-size: 14px;
        position: static;
        z-index: auto;
        margin-top: 3px;
    }
    .navbar-left > li > a:link,
    .navbar-left > li > a:visited {
        text-decoration: none;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        text-decoration: none;
    }
    .navbar-default .navbar-nav > li.nav-online > a,
    .navbar-default .navbar-nav > li.nav-online > a:hover,
    .navbar-default .navbar-nav > li.nav-online > a:active,
    .navbar-default .navbar-nav > li.nav-online > a:focus {
        font-size: 13px;
        display: block;
        margin: 3px 0 0 12px;
        padding: 6px 10px 4px 0;
        text-align: right;
        color: #000;
        border-radius: 6px;
        background-image: -moz-linear-gradient(50% 33% -90deg, rgb(255, 255, 255) 0%, rgb(253, 243, 230) 100%);
        background-image: -webkit-gradient(linear, 50% 33%, 50% 94%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(253, 243, 230)));
        background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(253, 243, 230) 100%);
        background-image: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(253, 243, 230) 100%);
        background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(253, 243, 230) 100%);
        background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(253, 243, 230) 100%);
    }
    .navbar-default .navbar-nav > li.nav-online > a:hover,
    .navbar-default .navbar-nav > li.nav-online > a:active,
    .navbar-default .navbar-nav > li.nav-online > a:focus {
        opacity: .95;
    }
    .ico-arrow-white {
        display: none;
    }
    /*/////// パンくずリスト ///////*/
    .bread-crumb-wrap {
        display: block;
        padding: 20px 0 10px;
    }
    .bread-crumb {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .bread-crumb li {
        font-size: 1.2rem;
        float: left;
    }
    .bread-crumb li:after {
        padding: 0 12px;
        content: '>';
    }
    .bread-crumb li:last-child:after {
        content: none;
    }
    .bread-crumb a {
        color: #eb2a1f;
        outline: none;
    }
    .bread-crumb-wrap a:link,
    .bread-crumb-wrap a:visited {
        text-decoration: underline;
        color: #005fd4;
    }
    .bread-crumb-wrap a:hover,
    .bread-crumb-wrap a:active,
    .bread-crumb-wrap a:focus {
        text-decoration: underline;
        opacity: .8;
        color: #005fd4;
        -ms-filter: 'alpha( opacity=80 )';
        filter: alpha( opacity=80);
    }
    .bread-crumb-wrap .here {
        font-weight: bold;
    }
    /*/////// main ///////*/
    .main-full {
        margin-top: 0;
    }
    .main {
        float: right;
        width: 490px;
        margin-top: 0;
    }
    .main-inner {
        min-height: 650px;
    }
    /*/////// side ///////*/
    .side {
        position: static;
    }
    .side {
        display: block;
        width: 200px;
    }
    .side ul,
    .side li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .side a:link,
    .side a:visited {
        color: #fff;
    }
    .side a:hover,
    .side a:active,
    .side a:focus {
        opacity: .80;
        color: #fff;
    }
    .side-nav {
        padding-bottom: 10px;
        border-radius: 6px;
        background: transparent url(../img/common/side-bg.gif) repeat top left;
    }
    .side-nav-list {
        margin: 0 5px;
        background-color: #fff;
        display: block!important;
    }
    #side-nav-category li .dropdown {
        background-image: url(sprite-side.png);
        background-repeat: no-repeat;
        background-position: 158px 8px;
    }
    #side-nav-category li .class,
    #side-nav-category li .dropdown.open {
        background-image: url(sprite-side.png);
        background-repeat: no-repeat;
        background-position: 158px -102px;
    }
    #side-nav-category li li {
        background-image: none;
    }
    #side-nav-category li a,
    #side-nav-category li .class,
    #side-nav-category li .dropdown {
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 10px 8px;
        color: #72143f;
        border-bottom: solid 2px #e6e6e6;
    }
    #side-nav-category li a:link,
    #side-nav-category li a:visited {
        color: #72143f;
    }
    #side-nav-category li li {
        font-size: 1.3rem;
        font-weight: bold;
        color: #393939;
        border-bottom: none;
    }
    #side-nav-category li li a:link,
    #side-nav-category li li a:visited {
        color: #005fd4;
    }
    #side-nav-category li li a {
        font-size: 1.3rem;
        font-weight: normal;
        width: 100%;
        padding: 5px 10px 2px 22px;
        color: #005fd4;
        border-bottom: none;
        background-image: url(sprite-side.png);
        background-repeat: no-repeat;
        background-position: 0px -330px;
    }
    #side-nav-category li li:last-child {
        border-bottom: solid 1px #e6e6e6;
    }
    #side-nav-category li .dropdown + ul {
        display: none;
    }
    #side-nav-category li ul.selected,
    #side-nav-category li ul.selected li ul {
        display: block;
    }
    .side-nav-other,
    .side-link-related,
    .side-link-bn {
        display: block;
    }
    .side-nav-other ul {
        margin-top: 10px;
        border-top: dotted 1px #fff;
    }
    .cm .side-nav-other ul,
    .recruit .side-nav-other ul,
    .shopping .side-nav-other ul {
        margin-top: 0;
    }
    .side-nav-other li {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 20px 8px 10px;
        color: #fff;
        border-bottom: dotted 1px #fff;
        background-image: url(sprite-side.png);
        background-repeat: no-repeat;
        background-position: 168px -215px;
    }
    .side-onlineshop {
        margin: 10px 10px 0 10px;
        padding: 12px 12px 12px 12px;
        border-radius: 6px;
        background-color: #fff;
    }
    .side-onlineshop .ico-cart {
        font-size: 14px;
        width: 100%;
        padding-left: 26px;
    }
    .side-onlineshop a,
    .side-onlineshop a:link,
    .side-onlineshop a:visited,
    .side-onlineshop a:hover,
    .side-onlineshop a:active,
    .side-onlineshop a:focus {
        color: #393939;
    }
    .side-link-related {
        padding: 30px 0;
    }
    .side-event-hall {
        font-size: 1.4rem;
        display: block;
        padding: 8px 0;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background: #434343;
    }
    a.side-event-hall,
    a.side-event-hall:link,
    a.side-event-hall:visited,
    a.side-event-hall:hover,
    a.side-event-hall:active,
    a.side-event-hall:focus {
        color: #fff;
    }
    /*/////// footer ///////*/
    .footer {
        font-size: 14px;
        background: #fbf1da url(../img/common/footer-bg-pc.png) repeat-x top left;
    }
    .site-link-pc {
        font-size: 14px;
        display: -ms-flexbox;
        /*--- IE10 ---*/
        display: -webkit-flex;
        /*--- safari（PC）用 ---*/
        display: flex;
        width: 100%;
        height: 54px;
        /* 横方向中央揃え */
        text-align: center;
        color: #fff;
        -webkit-justify-content: center;
        /* 横方向中央揃え（Safari用） */
        justify-content: center;
        -webkit-box-align: center;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-align: center;
        /*--- IE10 ---*/
        -webkit-align-items: center;
        /*--- safari（PC）用 ---*/
        align-items: center;
        -webkit-box-pack: center;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-pack: center;
        /*--- IE10 ---*/
        -webkit-justify-content: center;
        /*--- safari（PC）用 ---*/
        justify-content: center;
    }
    .site-link-pc a:link,
    .site-link-pc a:visited,
    .site-link-pc a:visited {
        color: #fff;
    }
    .site-link-pc a:hover,
    .site-link-pc a:active,
    .site-link-pc a:focus {
        opacity: .8;
        color: #fff;
    }
    .site-link-pc a:link,
    .site-link-pc a:visited {
        color: #fff;
    }
    .site-link-pc ul {
        display: block;
        margin: 0;
    }
    .site-link-pc ul li {
        padding: 0 18px;
        list-style: none;
        border-right: solid 1px #f894ae;
    }
    @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) {
        .side-nav-other li,
        #side-nav-category li li li a,
        #side-nav-category li .dropdown,
        #side-nav-category li .class,
        #side-nav-category li .dropdown.open {
            background-image: url(sprite-side@2x.png);
            background-size: 205px 650px;
        }
    }
}

@media (min-width: 974px) {
    /*/////// 改行無効 ///////*/
    .br-pc {
        display: block;
    }
    /* 画像レスポンシブsm横100% */
    .img-sm100 {
        width: auto;
    }
    /* header */
    .navbar-default .navbar-nav > li {
        width: 158px;
        border-left: none;
    }
    .navbar-left > li.nav-catalog {
        width: 158px;
    }
    .navbar-left > li.nav-campaign {
        width: 166px;
    }
    .navbar-left > li.nav-contact {
        width: 163px;
    }
    .navbar-left > li.nav-online {
        font-size: 13px;
        width: 171px;
    }
    /* main */
    .main {
        width: 708px;
    }
    .main-inner {
        width: 708px;
        margin: 0 auto;
    }
    /* side */
    .side {
        width: 236px;
    }
    .side-onlineshop {
        margin: 10px 10px 0 10px;
        padding: 12px 12px 12px 18px;
        border-radius: 6px;
        background-color: #fff;
    }
    .side-onlineshop .ico-cart {
        font-size: 16px;
    }
    .side-event-hall {
        font-size: 1.6rem;
    }
    #side-nav-category li .dropdown,
    #side-nav-category li .class {
        background-position: 192px 8px;
    }
    #side-nav-category li .class,
    #side-nav-category li .dropdown.open {
        background-position: 192px -102px;
    }
    .side-nav-other li {
        background-position: 204px -215px;
    }
    @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) {
        #side-nav-category li .dropdown,
        #side-nav-category li .class,
        #side-nav-category li .class,
        #side-nav-category li .dropdown.open,
        .side-nav-other li {
            background-image: url(sprite-side@2x.png);
            background-size: 205px 650px;
        }
    }
}


h1{
    font-size: 12px;
}

/*///////////////////////////
印刷用css
////////////////////////////*/

@media print{
/*印刷・ダウンロード対応*/
    .cm-cover-kp,
    .link-cover-kp,
    .panel-big-kp,
    .panel-kp,
    .cm-cover-kp2,
    .link-cover-kp2,
    .panel-kp2{
    background-image: none;
    border: solid 1px #ccc;
    box-sizing: border-box;
    }
    .cm-cover-kp,
    .cm-cover-kp2{
        border-radius: 5px;
    }
    .slide-cover-kp,
    .slide-cover-kp2{
    background-image: none;
    }

}

/*印刷時url削除*/
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}