@charset "UTF-8";
@font-face {
    font-family: 'DIN Regular';
    src: url('/commonrw/fonts/DINWebPro.eot');
    src: url('/commonrw/fonts/DINWebPro.eot?#iefix') format('embedded-opentype'),
         url('/commonrw/fonts/DINWebPro.woff') format('woff'),
         url('/commonrw/fonts/DINCompPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0000-017F,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303,U+0309,U+030F,U+0323,U+0384-03CE,U+0400-0513,U+1EA0-1EF9,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2039-203A,U+20AB-20AC;
}
@font-face {
    font-family: 'DIN Light';
    src: url('/commonrw/fonts/DINWebPro-Light.eot');
    src: url('/commonrw/fonts/DINWebPro-Light.eot?#iefix') format('embedded-opentype'),
         url('/commonrw/fonts/DINWebPro-Light.woff') format('woff'),
         url('/commonrw/fonts/DINCompPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0000-017F,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303,U+0309,U+030F,U+0323,U+0384-03CE,U+0400-0513,U+1EA0-1EF9,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2039-203A,U+20AB-20AC;
}
@font-face {
    font-family: 'DIN Medium';
    src: url('/commonrw/fonts/DINCompPro-Medium.eot');
    src: url('/commonrw/fonts/DINCompPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('/commonrw/fonts/DINWebPro-Medium.woff') format('woff'),
         url('/commonrw/fonts/DINCompPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0000-017F,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303,U+0309,U+030F,U+0323,U+0384-03CE,U+0400-0513,U+1EA0-1EF9,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2039-203A,U+20AB-20AC;
}
/* === Reset === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7; filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
}

body {
    line-height: 1;
    color: #4d4d4d;
    font-family:"DIN Regular", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color:#fff;
}
body.scroll-lock {
    overflow:hidden;
}
input[type="text"],
input[type="search"],
input[type="submit"],
textarea {
    font-family:"DIN Regular", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    text-decoration:none;
    color:#4d4d4d;
}
.mobile-only {
    display:none;
}
#page {
    width:976px;
    margin:0 auto;
}

/******************** grid ********************/

.container {
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.container:after {
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}
.container > .row {
    position:relative;
}
.container > .row:after {
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}
.container > .row > div[class^="col-"] {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    float:left;
}
.container > .row > div[class^="col-"] img {
    max-width:100%;
    width:auto;
    height:auto;
}
.container-table {
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
.container-table > .row {
    display:table-row;
}
.container-table > .row > div[class^="col-"] {
    display:table-cell;
}
.col-md-1 {
    width:8.33333%;
}
.col-md-2 {
    width:16.66666%;
}
.col-md-3 {
    width:25%;
}
.col-md-4 {
    width:33.333333%;
}
.col-md-5 {
    width:41.66666%;
}
.col-md-6 {
    width:50%;
}
.col-md-7 {
    width:58.33333%;
}
.col-md-8 {
    width:66.66666%;
}
.col-md-9 {
    width:75%;
}
.col-md-10 {
    width:83.33333%;
}
.col-md-11 {
    width:91.66666%;
}
.col-md-12 {
    width:100%;
}
.offset-md-1 {
    margin-left:8.33333%;
}
.offset-md-2 {
    margin-left:16.66666%;
}
.offset-md-3 {
    margin-left:25%;
}
.offset-md-4 {
    margin-left:33.333333%;
}
.offset-md-5 {
    margin-left:41.66666%;
}
.offset-md-6 {
    margin-left:50%;
}
.offset-md-7 {
    margin-left:58.33333%;
}
.offset-md-8 {
    margin-left:66.66666%;
}
.offset-md-9 {
    margin-left:75%;
}
.col-md-10 {
    margin-left:83.33333%;
}
.col-md-11 {
    margin-left:91.66666%;
}
.col-md-12 {
    width:100%;
}


@media only screen and (max-width:976px) and (min-width:641px) {
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
    .container > .row > div[class*="col-md"] {
        float:none;
        width:auto;
    }
    .container > .row > div[class*="col-xs"] {
        float:left;
    }
    .container > .row > div[class*="offset-md-"] {
        margin-left:0;
    }

    .container-table {
        display:block;
        width:auto;
    }
    .container-table > .row {
        display:block;
    }
    .container-table > .row > div[class*="col-md"] {
        display:block;
        width:auto;
    }
    .col-xs-6 {
        width:50%!important;
    }
}

/******************** font ********************/

[class*="hsize-"] {
    line-height:1.35;
    font-family:"DIN Light", Arial, Helvetica, sans-serif;
}
[class*="hsize-md-"] {
    line-height:1.35;
    font-family:"DIN Light", Arial, Helvetica, sans-serif;
}
.hsize-md-38 {
    font-size:38px;
}
.hsize-md-35 {
    font-size:35px;
}
[class*="fsize-"] {
    line-height:1.55;
}
.fsize-md-27 {
    font-size:27px;
}
.fsize-md-25 {
    font-size:25px;
}
.fsize-md-23 {
    font-size:23px;
}
.fsize-md-22 {
    font-size:22px;
}
.fsize-md-20 {
    font-size:20px;
}
.fsize-md-18 {
    font-size:18px;
}
.fsize-md-16 {
    font-size:16px;
}
.fsize-md-13 {
    font-size:13px;
}
.fsize-md-12 {
    font-size:12px;
}
.fsize-md-11 {
    font-size:11px;
}
.bodycopy1 {
    font-size:13px;
    line-height:2;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {

    [class*="hsize-md-"] {
        font-size:inherit;
        font-family:inherit;
    }
    [class*="fsize-md-"] {
        font-size:inherit;
    }
    [class*="hsize-xs-"] {
        font-family:"DIN Light", Arial, Helvetica, sans-serif;
    }
    [class*="shsize-xs-"] {
        font-family:"DIN Medium", Arial, Helvetica, sans-serif;
    }
    .bodycopy1 {
        font-size:13px;
        line-height:1.61;
    }
    .hsize-xs-21 {
        font-size:21px;
    }
    .shsize-xs-18 {
        font-size:18px;
    }
    .shsize-xs-16 {
        font-size:16px;
    }
    .shsize-xs-13 {
        font-size:13px;
    }
    .fsize-xs-18 {
        font-size:18px;
    }
    .fsize-xs-16 {
        font-size:16px;
    }
    .fsize-xs-13 {
        font-size:13px;
    }
    .fsize-xs-11 {
        font-size:11px;
    }
    .fsize-xs-10 {
        font-size:10px;
    }
}
.btn-style1 {
    display:inline-block;
}
.btn-style1 a {
    display:inline-block;
    background-color:#4D4D4D;
    color:#FFF;
    font-size:0;
    margin:0 17px;
}
.btn-style1 a:before,
.btn-style1 a:after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:22px;
    width:17px;
}
.btn-style1 a:before {
    margin-left:-17px;
    background:url(../images/btn-style1-cap-l.png) no-repeat;
}
.btn-style1 a:after {
    margin-right:-17px;
    background:url(../images/btn-style1-cap-r.png) no-repeat;
}
.btn-style1 a span {
    display:inline-block;
    padding:0 15px;
    vertical-align:middle;
    color:#FFF;
    font-size:14px;
}

.btn-style2 {
    display:inline-block;
    background:url(/commonrw/images/btn-style2-cap-r.png) no-repeat 100% 0;
    padding-right:22px;
    margin-left:22px;
    font-size:0;
}
.btn-style2:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:30px;
    width:22px;
    margin-left:-22px;
    background:url(../images/btn-style2-cap-l.png) no-repeat;
}
.btn-style2 a {
    display:inline-block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:22px;
    padding-right:8px;
    padding-left:8px;
    min-width:97px;
    background-color:#FAED00;
    vertical-align:middle;
    text-align:center;
    color:#4d4d4d!important;
}
.btn-style2 a:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:22px;
}
.btn-style2 a span {
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
}
.btn-style3 {
    display:inline-block;
    background:url(/commonrw/images/btn-style2-cap-r.png) no-repeat 100% 0;
    padding-right:22px;
    font-size:0;
}
.btn-style3:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:30px;
}
.btn-style3 a,
.btn-style3 > span.search-btn{
    display:inline-block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:22px;
    padding-right:8px;
    padding-left:24px;
    min-width:81px;
    background-color:#FAED00;
    vertical-align:middle;
    text-align:right;
    color:#4d4d4d!important;
}
.btn-style3 > span.search-btn {
    padding-left:20px;
    padding-right:20px;
    min-width:0;
}
.btn-style3 a:before,
.btn-style3 > span.search-btn:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:22px;
}
.btn-style3 a span,
.btn-style3 > span.search-btn input {
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {

    .btn-style2 {
        background-image:url(/commonrw/images/btn-style2-cap2-r-m.png);
        -webkit-background-size:auto 26px;
        background-size:auto 26px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        height:26px;
        padding-right:21px;
        margin-left:21px;
    }
    .btn-style2:before {
        height:26px;
        width:21px;
        margin-left:-21px;
        background-image:url(/commonrw/images/btn-style2-cap2-l-m.png);
        -webkit-background-size:21px 26px;
        background-size:21px 26px;
    }
    .btn-style2 a {
        height:20px;
        min-width:87px;
    }
    .btn-style2 a:before {
        height:20px;
    }
    .btn-style2 a span {
        font-size:13px;
    }
    .btn-style2.mobile-2line {
        background-image:url(/commonrw/images/btn-style2-2-cap2-r-m.png);
        -webkit-background-size:auto 44px;
        background-size:auto 44px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        height:44px;
        padding-right:33px;
        margin-left:33px;
    }
    .btn-style2.mobile-2line:before {
        height:44px;
        width:33px;
        margin-left:-33px;
        background-image:url(/commonrw/images/btn-style2-2-cap2-l-m.png);
        -webkit-background-size:33px 44px;
        background-size:33px 44px;
    }
    .btn-style2.mobile-2line a {
        height:38px;
        min-width:87px;
    }
    .btn-style2.mobile-2line a:before {
        height:38px;
    }


    .btn-style3 {
        background-image:url(/commonrw/images/btn-style2-cap2-r-m.png);
        -webkit-background-size:auto 26px;
        background-size:auto 26px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        height:26px;
        padding-right:21px;
    }
    .btn-style3:before {
        height:26px;
    }
    .btn-style3 a,
    .btn-style3 > span.search-btn {
        height:20px;
        min-width:87px;
    }
    .btn-style3 > span.search-btn {
        padding-left:15px;
        padding-right:15px;
        min-width:0;
    }
    .btn-style3 a:before,
    .btn-style3 > span.search-btn:before {
        height:20px;
    }
    .btn-style3 a span {
        font-size:13px;
    }

}

/******************** slider ********************/

.slider-wrapper {
    position:relative;
    padding-bottom:33px;
}
.slider {
    font-size:0;
}
.slider .slide-block {
    display:inline-block;
    vertical-align:top;
}
.slider-ui {
    position:absolute;
    width:100%;
    bottom:0;
    text-align:center;
    font-size:0;
    padding-top:8px;
    padding-bottom:8px;
    z-index:1;
}
.slider-ui .prev-next {
    display:none;
}
.slider-ui .prev-next img {
    height:14px;
}
.slider-ui .prev-next .prev {
    float:left;
}
.slider-ui .prev-next .next {
    float:right;
}
.slider-ui .paginator-wrapper {
    display:inline-block;
}
.slider-ui .play-pause {
    float:right;
    margin-left:3px;
}
.slider-ui .play-pause a {
    display:inline-block;
    padding:5px;
}
.slider-ui .play-pause img {
    width:7px;
    height:auto;
}
.slider-ui .play-pause .play {
    display:none;
}
.slider-ui .play-pause.paused .play {
    display:inherit;
}
.slider-ui .play-pause.paused .pause {
    display:none;
}
.slider-ui .paginator {
    float:left;
}
.slider-ui .paginator > span {
    display:inline-block;
    padding:0 3px;
}
.slider-ui .paginator > span > a.dots {
    display:inline-block;
    overflow:hidden;
    padding:5px;
}
.slider-ui .paginator > span > a.dots > span {
    display:inline-block;
    text-indent:-999px;
    width:7px;
    height:7px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#D9D9D9;
    border:1px solid #D9D9D9;
    border-radius:5px;
    position:relative;
    behavior: url(/common-technics/css/PIE.htc);
    -pie-border-radius:4px;
}
.slider-ui .paginator > span.selected > a.dots > span {
    background-color:#FAED00;
    border:1px solid #FAED00;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {

    .slider-wrapper {
        padding-bottom:25px;
    }
    .slider-ui {
        padding-bottom:0;
    }
    .slider-ui .prev-next {
        display:block;
    }
    .slider-ui .prev-next img {
        height:11px;
    }
    .slider-ui .paginator-wrapper {
    }

}

/******************** notescookie ********************/

.notes-cookeis {
    background-color:#666;
    color:#fff;
}
.notes-cookeis .container {
    max-width:976px;
    margin:0 auto;
    padding:8px;
}
.notes-cookeis p {
    font-size:13px;
    line-height:1.4;
}
.notes-cookeis .btn-area {
    display:inline-block;
    margin-top:5px;
}
.notes-cookeis .btn-area a {
    display:inline-block;
}
.notes-cookeis .btn-area a.apply {
    background-color:#aaa;
    border-radius:3px;
    padding:3px 8px 0;
    font-size:13px;
    margin-right:10px;
}
.notes-cookeis .btn-area a.seemore {
    font-size:15px;
    color:#fff;
}
@media print {
    .notes-cookeis {
        display:none;
    }
}


/******************** page header ********************/

#page-header {
    position:relative;
    font-size:0;
    background-color:#fff;
    z-index:600; /* 18.11.1 変更 */
}
#page-header:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:13px;
    background-image:url(../images/img-shadow-976.png);
    left:0;
    bottom:-13px;
    z-index:9;
}
#page-header .container {
    /*padding:0 24px;*/
    /* 変更 */
    padding:0 26px 0 25px;
}
#identify-logo {
    float:left;
    height:100%;
}
#identify-logo:before {
    content:"";
    display:inline-block;
    height:83px;
    vertical-align:middle;
}
#identify-logo > p,
#identify-logo > h1 {
    display:inline-block;
    vertical-align:middle
}
#identify-logo img {
    width:130px;
    height:20px;
}

#page-header-nav {
    float:right;
}
#page-header-nav li {
    font-size:13px;
}
#page-header-nav > ul {
    display:table;
}
#page-header-nav > ul > li {
    display:table-cell;
    vertical-align:middle;
}
#page-header-nav > ul > li > a,
#page-header-nav > ul > li > div {
    display:block;
}
#page-header-nav > ul > li > a:before,
#page-header-nav > ul > li > div:before {
    content:"";
    display:inline-block;
    height:83px;
    vertical-align:middle;
}
#page-header-nav > ul > li > a > span {
    width:116px;
    border-left:1px solid #808080;
    text-align:center;
    display:inline-block;
}
#page-header-nav > ul > li > a > span:before {
    content:"";
    display:inline-block;
    height:20px;
    vertical-align:middle;
}
#page-header-nav .search {
    font-size:0;
}
#page-header-nav .search > a {
    display:none;
}
#page-header-nav .search form {
    border-left:1px solid #808080;
    display:inline-block;
    padding-left:33px;
    position:relative;
}
#page-header-nav .search input[type="text"],
#page-header-nav .search input[type="search"] {
    -webkit-appearance:none;
    border:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:20px;
    width:193px;
    padding-left:5px;
    padding-right:20px;
    background-color:#ebebeb!important;
    font-size:13px;
    vertical-align:middle;
}
#page-header-nav .search input[type="image"] {
    width:15px;
    height:auto;
    position:absolute;
    top:3px;
    right:3px;
}
#page-header-nav .search .search-btn {
    display:inline-block;
    width:15px;
    padding:3px 3px 2px;
    vertical-align:middle;
    display:none;
}
#page-header-nav .globalnav > a {
    position:relative;
    background-image:url(../images/icn-arrow-down.png);
    background-repeat:no-repeat;
    background-position:50% 63px;
}
#page-header-nav .globalnav > a:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:13px;
    background-image:url(../images/img-menu-point.png);
    background-position:center top;
    background-repeat:no-repeat;
    z-index:10;
}
#page-header-nav .globalnav .l1,
#page-header-nav .globalnav .l2 {
    display:none;
    position:absolute;
    top:auto;
    left:0;
    width:100%;
    background-color:#fff;
}
#page-header-nav .globalnav .l1:after,
#page-header-nav .globalnav .l2:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:13px;
    bottom:-13px;
    background-image:url(../images/img-shadow-976.png);
}
#page-header-nav .globalnav ul {
    width:100%;
    display:table;
    table-layout:fixed;
}
#page-header-nav .globalnav ul li {
    display:table-cell;
    text-align:center;
}
#page-header-nav .globalnav ul li.mobile {
    display:none;
}
#page-header-nav .globalnav ul li .wrapper {
    display:table;
    height:100%;
    width:100%;
}
#page-header-nav .globalnav ul li .inner {
    display:table-cell;
}
#page-header-nav .globalnav ul li > a {
    display:block;
}
#page-header-nav .globalnav .l1 {
}
#page-header-nav .globalnav div.l1 > ul {
}
#page-header-nav .globalnav div.l1 > ul > li {
    vertical-align:top;
}
#page-header-nav .globalnav div.l1 > ul > li > a,
#page-header-nav .globalnav div.l1 > ul > li > div.nolink {
    height:112px;
}
#page-header-nav .globalnav div.l1 > ul > li > a:hover,
#page-header-nav .globalnav div.l1 > ul > li  > a:focus,
#page-header-nav .globalnav div.l1 > ul > li.active > a {
    background-image:url(../images/img-nav-menu-o.png);
    background-repeat:repeat-x;
    background-position:top;
}
.no-touch.csstransitions #page-header-nav .globalnav div.l1 > ul > li > a {
    background-image:url(../images/img-nav-menu-o.png);
    background-position:0 -106px;
    background-repeat:repeat-x;
    transition:background-position 0.1s linear 0;
}
.no-touch.csstransitions #page-header-nav .globalnav div.l1 > ul > li > a:hover,
.no-touch.csstransitions #page-header-nav .globalnav div.l1 > ul > li > a:focus,
.no-touch.csstransitions #page-header-nav .globalnav div.l1 > ul > li.active > a {
    background-position:0 0;
}
#page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner {
    vertical-align:top;
    padding-top:28px;
}
#page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > span {
    display:block;
}
#page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .image {
    margin-bottom:14px;
}
#page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .image > img {
    width:30px;
    height:auto;
}
#page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .copy {
    border-left:1px solid #808080;
}
#page-header-nav .globalnav div.l1 > ul > li:first-child > * > .wrapper > .inner > .copy {
    border:none;
}
/*comming soon*/
#page-header-nav .globalnav div.l1 > ul > li.commingsoon > * > .wrapper > .inner {
    position:relative;
}
#page-header-nav .globalnav div.l1 > ul > li.commingsoon > * > .wrapper > .inner > span > * {
    filter:alpha(opacity=20);
    opacity:0.2;
}
#page-header-nav .globalnav div.l1 .incChild > a {
    position:relative;
}
#page-header-nav .globalnav div.l1 .incChild > a:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:13px;
    z-index:10;
}
#page-header-nav .globalnav div.l2 > ul {
}
#page-header-nav .globalnav div.l2 > ul > li {
    vertical-align:middle;
    display: inline-block;
    width: 20%;
}



#page-header-nav .globalnav .link-products > div.l2  > ul > li > a,
#page-header-nav .globalnav .link-products > div.l2  > ul > li.empty > div {
    height:235px;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > a:hover,
#page-header-nav .globalnav .link-products > div.l2  > ul > li > a:focus {
    background-image:url(../images/img-nav-product-o.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.no-touch.csstransitions #page-header-nav .globalnav .link-products > div.l2  > ul > li > a {
    background-image:url(../images/img-nav-product-o.png);
    background-repeat:no-repeat;
    background-position:-233px 0;
    transition:background-position 0.1s linear 0;
}
.no-touch.csstransitions #page-header-nav .globalnav .link-products > div.l2  > ul > li > a:hover,
.no-touch.csstransitions #page-header-nav .globalnav .link-products > div.l2  > ul > li > a:focus {
    background-position:50% 0;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper {
    display:table;
    height:100%;
    width:100%;
    border-left:1px solid #999;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li:nth-child(5n+1) > * > .wrapper {
    border:none;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li:first-child > * > .wrapper {
    border-left:none;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li:nth-child(n+6) > * {
    border-top: 1px solid #999;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner {
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > span {
    display:block;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .copy br {
/*    display:none;*/
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .image {
    margin-bottom:20px;
}
#page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .image > img {
    width:130px;
    height:auto;
}

/******************** page main ********************/

#page-main {
    padding-top:35px;
    padding-bottom:35px;
}
#page-main img {
    vertical-align:bottom;
}

/******************** video ********************/

#page-main .video-placeholder {
    background-color:#000;
    position:relative;
}
#page-main .video-placeholder > div,
#page-main .video-placeholder iframe {
    width:100%;
    height:100%;
}
#page-main .video-placeholder > div.over {
    position:absolute;
    top:0;
    left:0;
    -webkit-background-size:cover;
    background-size:cover;
}
#page-main .video-placeholder > div.over img {
    max-width:100%;
    width:auto;
    height:auto;
}
#page-main .video-placeholder > div.over a {
    display:block;
}
#page-main .video-placeholder.ios-over > div.over {
    position:static;
}
#page-main .video-placeholder.ios-over > iframe {
    position:absolute;
    top:0;
    opacity:0;
}

/******************** page footer ********************/

#page-footer {
    padding: 50px 0 30px;
    position:relative;
    text-align:center;
    -webkit-transition: margin-bottom 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: margin-bottom 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
#page-footer:before {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:12px;
    background-image:url(../images/img-shadow-976.png);
    left:0;
    top:0;
    z-index:9;
}

#page-footer .footer-nav{

}
#page-footer .footer-nav ul {
    font-size:0;
}
#page-footer .footer-nav ul li {
    display:inline-block;
    font-size:12px;
    padding:0 20px;
}

#page-footer .footer-nav ul li a{
    text-decoration:none;
}
#page-footer .footer-sub-nav ul {
    padding-top:15px;
    vertical-align:central;
}
#page-footer .footer-sub-nav ul li {
    font-size:13px;
    margin-top:35px;
}
#page-footer .footer-sub-nav ul li .social a {
    display:inline-block;
    padding:0 10px;
}
#page-footer .footer-sub-nav ul li .social img {
    height:19px;
}
#page-footer .copyright {
    font-size:13px;
    margin-top:35px;
}


@media only screen and (max-width:976px) {

    img {
        max-width:100%;
        width:auto;
        height:auto;
    }
    #page {
        width:auto;
        /*

        */
        min-width:768px;
        overflow:hidden;
    }

    /******************** page header ********************/

    #page-header:after,
    #page-header-nav .globalnav .l1:after,
    #page-header-nav .globalnav .l2:after {
        -webkit-background-size:100% 13px;
        background-size:100% 13px;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > a:hover,
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > a:focus {
        -webkit-background-size:contain;
        background-size:contain;
    }
    /******************** page footer ********************/
    #page-footer:before {
        -webkit-background-size:100% 13px;
        background-size:100% 13px;
    }

}

@media only screen and (max-width:850px) {

    #page {
        /*

        */
        min-width:641px;
    }

    /******************** page header ********************/

    #page-header .container {
        padding-right:0;
    }
    #page-header-nav > ul > li > a > span {
        width: 96px;
    }
    #page-header-nav .search > a {
        display:block;
        background-image:url(../images/icn-search.png);
        background-position:50% 50%;
        -webkit-background-size:15px 15px;
        background-size:15px 15px;
        background-repeat:no-repeat;
    }
    #page-header-nav .search > a > span {
        text-indent:-9999px;
    }
    #page-header-nav .search > div {
        display:none;
        position:absolute;
        right:0;
        top:83px;
        background-color:#fff;
        border-radius:0 0 0 3px;
        box-shadow:-2px 1px 3px 0 rgba(0,0,0,0.3);
    }
    #page-header-nav .search > div:before {
        display:none;
    }
    #page-header-nav .search > div > form {
        border:none;
        padding:14px 15px 0;
        height:48px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    #page-header-nav .search input[type="text"],
    #page-header-nav .search input[type="search"] {
        width:177px;
        padding-left:5px;
        padding-right:5px;
    }
    #page-header-nav .search input[type="image"] {
        display:none;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li:nth-child(15) ~ li {
/*        display:none;*/
    }
	#page-header-nav .globalnav .link-products > div.l2 > ul > li:nth-child(n+5) > * {
        border-top: none;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li:nth-child(5n+1) > * > .wrapper {
        border-left: none;
    }
    /* 2015-08-31 */
    #page-header-nav .globalnav div.l2  > ul {
    display:block;
}
    #page-header-nav .globalnav div.l2  > ul li {
    width: 20%;
    display: inline-block;
}

    /******************** page footer ********************/

    #page-footer .footer-nav ul {
        padding:0 20px;
    }
    #page-footer .footer-nav ul li {
        padding:0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        /*width:16.6666%;*/
        width:25%;
    }

}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .mobile-only {
        display:inherit;
    }
    .pc-only {
        display:none !important;
    }

    #page {
        min-width:320px;
    }

    /******************** notescookie ********************/

    .notes-cookeis {
    }
    .notes-cookeis .container {
    }
    .notes-cookeis p {
        font-size:11px;
        line-height:1.2;
    }
    .notes-cookeis .btn-area {
        margin-top:3px;
    }
    .notes-cookeis .btn-area a {
    }
    .notes-cookeis .btn-area a.apply {
        border-radius:3px;
        padding:3px 8px 0;
        font-size:11px;
        margin-right:10px;
    }
    .notes-cookeis .btn-area a.seemore {
        font-size:13px;
    }

    /******************** page header ********************/

    #page-header:after {
        height:7px;
        bottom:-7px;
        background-position:50% 0;
        -webkit-background-size:120% 7px;
        background-size:120% 7px;
    }
    #page-header .container {
        padding:0 0 0 15px;
    }
    #identify-logo:before {
        height:48px;
    }
    #identify-logo img {
        /*追�?*/
        /*width:148px;*/
        height: 16px;
        width: 106px;
    }
    #page-header-nav > ul {
        height:48px;
    }
    #page-header-nav > ul > li > a {
        width:47px;
        height:48px;
    }
    #page-header-nav > ul > li > a:before,
    #page-header-nav > ul > li > div:before {
        display:none;
    }
    #page-header-nav .globalnav > a:after {
        bottom:-9px;
        height:9px;
        background-image:url(../images/img-menu-point-mobile.png);
        -webkit-background-size:9px 10px;
        background-size:9px 10px;
    }
    #page-header-nav .globalnav > a {
        background-image:url(../images/icn-mobile-menu.png);
        background-position:50% 50%;
        background-size:17px 15px;
    }
    #page-header-nav .country > a {
        background-image:url(../images/icn-country.png);
        background-position:50% 50%;
        -webkit-background-size:17px 15px;
        background-size:17px 15px;
        background-repeat:no-repeat;
    }
    #page-header-nav .search > a {
        display:block;
        background-image:url(../images/icn-search.png);
        background-position:50% 50%;
        -webkit-background-size:15px 15px;
        background-size:15px 15px;
        background-repeat:no-repeat;
    }
    #page-header-nav > ul > li > a > span {
        text-indent:-9999px;
        width:100%;
        height:28px;
        margin-top:10px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    #page-header-nav .search > div {
        display:none;
        position:absolute;
        width:100%;
        left:0;
        top:48px;
        background-color:#fff;
    }
    #page-header-nav .search > div:after {
        content:"";
        display:block;
        position:absolute;
        width:100%;
        height:7px;
        bottom:-7px;
        background-position:50% 0;
        -webkit-background-size:120% 7px;
        background-size:120% 7px;
        background-image:url(../images/img-shadow-976.png);
    }
    #page-header-nav .search > div > form {
        border:none;
        padding:18px 10px 0;
        width:100%;
        height:65px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    #page-header-nav .search input[type="text"],
    #page-header-nav .search input[type="search"] {
        height:29px;
        width:100%;
        padding-left:10px;
        padding-right:10px;
        padding-top:6px;
        border-radius:4px;
        font-size:16px;
        vertical-align:middle;
    }
    #page-header-nav .search input[type="image"] {
        display:none;
    }
    #page-header-nav .globalnav .l1,
    #page-header-nav .globalnav .l2 {
        /*display:none;*/
    }
    #page-header-nav .globalnav .l2 {
        position:static;
    }
    #page-header-nav .globalnav .l1:after {
        height:7px;
        bottom:-7px;
        background-position:50% 0;
        -webkit-background-size:120% 7px;
        background-size:120% 7px;
    }
    #page-header-nav .globalnav .l2:after {
        display:none;
    }
    #page-header-nav .globalnav ul {
        display:block;
    }
    #page-header-nav .globalnav ul li {
        display:block;
        text-align:left;
    }
    #page-header-nav .globalnav ul li.mobile {
        display:block;
    }
    #page-header-nav .globalnav div.l1 > ul > li {
        padding:0 10px;
    }
    #page-header-nav .globalnav div.l1 > ul > li.commingsoon {
        display:none;
    }
    #page-header-nav .globalnav div.l1 > ul > li > a,
    #page-header-nav .globalnav div.l1 > ul > li > div.nolink {
        height:auto;
        border-bottom:1px solid #808080;
    }
    #page-header-nav .globalnav div.l1 > ul > li:last-child > a,
    #page-header-nav .globalnav div.l1 > ul > li:last-child > div.nolink {
        border-bottom:none;
    }
    #page-header-nav .globalnav div.l1 > ul > li.incChild > a {
        background-image:url(../images/icn-arrow-right.png);
        background-repeat:no-repeat;
        -webkit-background-size:7px 7px;
        background-size:7px 7px;
        background-position:97% 50%;
        background-position:right 10px top 50%;
    }
    #page-header-nav .globalnav div.l1 > ul > li.incChild.active > a {
        background-color:#EDEDED;
    }
    #page-header-nav .globalnav div.l1 > ul > li.incChild > a:after {
        display:none;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner {
        padding:0;
        height:45px;
        vertical-align:middle;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .image {
        margin-bottom:0;
        margin-right:10px;
        display:inline-block;
        vertical-align:middle;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .image > img {
        width:25px;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .copy {
        display:inline-block;
        vertical-align:middle;
        border-left:none;
    }

    #page-header-nav .globalnav div.l1 > ul > li.link-movie > * > .wrapper > .inner > .copy {
        border-right:none;
    }

    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner > .copy2 {
        margin-top:3px;
        font-size:9px;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner.social {
        text-align:right;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner.social a {
        display:inline-block;
        padding:0 10px;
    }
    #page-header-nav .globalnav div.l1 > ul > li > * > .wrapper > .inner.social img {
        width:19px;
    }

    #page-header-nav .globalnav .link-products > div.l2  > ul > li > a,
    #page-header-nav .globalnav .link-products > div.l2  > ul > li.empty > div {
        height:auto;
        padding-top:0;
        padding-bottom:0;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > a {
        border-bottom:1px solid #808080;
    }
    /* 2015-08-31 */
    #page-header-nav .globalnav div.l2  > ul li {
    width: 100%;
}
    #page-header-nav .globalnav .link-products > div.l2  > ul > li.empty > div {
        display:none;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper {
        border-left:none;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner {
        padding-left:0;
        padding-right:0;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > span.copy:before,
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .image:before {
        content:"";
        display:inline-block;
        height:91px;
        vertical-align:middle;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .copy br {
        display:inherit;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > span.copy > span {
        display:inline-block;
        line-height:1.6;
        vertical-align:middle;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .image {
        margin-bottom:0;
        float:right;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li > * > .wrapper > .inner > .image > img {
        width:98px;
        vertical-align:middle;
    }
    #page-header-nav .globalnav .link-products > div.l2  > ul > li:nth-child(4) > * > .wrapper > .inner > .product-image > img {
        margin-bottom:25px;
    }

    /******************** page main ********************/

    #page-main {
        padding-top:18px;
        padding-bottom:10px;
    }

    /******************** page footer ********************/

    #page-footer {
        padding:28px 0 28px;
        position:relative;
        text-align:center;
    }
    #page-footer:before {
        height:7px;
        background-position:50% 0;
        -webkit-background-size:120% 7px;
        background-size:120% 7px;
    }
    #page-footer > .container {
        padding:0 10px;
    }
    #page-footer .footer-nav ul {
        padding:0;
    }
    #page-footer .footer-nav ul li {
        font-size:11px;
        padding:2px 0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        width:48%;
        border-left:1px solid #808080;
    }
    #page-footer .footer-nav ul li:nth-child(2n),
    #page-footer .footer-nav ul li:nth-child(4n)  {
        border-right:1px solid #808080;
    }
    #page-footer .footer-nav ul li:nth-child(2) ~ li {
        margin-top:22px;
    }
    #page-footer .footer-sub-nav {
        display:none;
    }
    .fb_iframe_widget_lift {
    right:-234%;
}
}


/*-serch-*/
#page-header-nav > ul > li > div {
    display:none;
}
#page-header-nav > ul > li.search {
  display: none;
}

/*====================================
    fixed-footer
icon-owners, icon-audition, icon-catalog,
icon-campaign, icon-support

+ IconHoverEffects - Effect 8
*====================================*/

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #f2f2f2;
    z-index: 601;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.footer-cont {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 925px;
}
.footer-col {
    padding: 10px 0 18px;
    margin-right: 20px;
    display: block;
}
.footer-col:last-child {
    margin-right: 0;
}
.footer-col span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.footer-tit {
    bottom: 1.2em;
    padding-left: 5px;
}
.footer-icon {
    width: 40px;
    height: 40px;
}
.footer-icon::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.icon-owners::before {
    background-image: url(../images/icon_owners.png);
}
.icon-audition::before {
    background-image: url(../images/icon_audition.png);
}
.icon-catalog::before {
    background-image: url(../images/icon_catalog.png);
}
.icon-campaign::before {
    background-image: url(../images/icon_campaign.png);
    background-size: 65%;
}
.icon-support::before {
    background-image: url(../images/icon_support.png);
    background-size: 80%;
}
.icon-instagram::before {
    background-image: url(../images/icon_instagram.png);
    background-size: 80%;
}
.icon-campaign + .footer-tit,
.icon-support + .footer-tit {
    padding-left: 0;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
/*	font-size: 0px;*/
	cursor: pointer;
/*	margin: 15px 30px;*/
/*	width: auto;*/
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .footer-col:hover .hi-icon {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.footer-col:hover {
    cursor: pointer;
}
.hi-icon-effect-8 .footer-col:hover .hi-icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.hi-icon-effect-8 .footer-col:hover .footer-tit {
    color: #b7b7b7;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #999, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@media all and (max-width: 925px) {
    .footer-cont {
        justify-content: center;
    }
    .footer-col {
        padding: 10px 0;
    }
    .footer-tit {
        font-size: 10px;
    }
}

@media all and (max-width: 640px) {
    .hi-icon-effect-8 .footer-col:hover .hi-icon:after {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
    .footer-cont {
        border-top: 2px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .footer-col {
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
        margin-right: 0;
        padding: 0 0 2.5% 0;
    }
    .footer-col + .footer-col {
        border-left: 2px solid #fff;
    }
    .footer-col span {
        display: block;
    }
    .footer-tit {
        bottom: 0;
        padding: 1px 1px 0 1px;
        padding-top: 5px;
        font-size: 2vw;
    }
    .footer-icon {
    width: 50px;
    height: 50px;
    }
    .footer-icon::before {
        background-position: bottom;
        width: 50px;
        height: 50px;
    }
    .icon-campaign::before {
    background-size: 55%;
    background-position: 50% 90%;
    }
.icon-support::before {
    background-size: 70%;
    background-position: 40% 90%;
    }
    .footer-btn-sp {
        border-top: 1px solid #fff;
    }
    .footer-btn-sp:hover {
        cursor: pointer;
    }
    .footer-btn-sp::after {
        content: '閉じる';
        display: block;
        background: url(../images/img_arrow-cl.png) 58% 50% no-repeat, #f2f2f2;
        text-align: center;
        background-size: 3.16vw;
        font-size: 3.16vw;
        padding: 2.5% 1.2% 2.5% 0;
    }
    .footer-btn-sp.closed::after {
        content: 'ご検討中のお客様へ';
        background: url(../images/img_arrow-op.png) 69% 50% no-repeat, #f2f2f2;
        background-size: 3.16vw;
        margin-right: 5%;
        padding: 2.5% 0;
    }
    
}

/******************** free format page ********************/
#page.ff-page {
    width: 100%;
}
.ff-page .exceptionWrap {
    max-width: 976px;
    margin: 0 auto;
}
.ff-page #wrapContent #wrap_mainContent .contens {
    padding: 0;
}
