@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

* {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

*:after {
    display: block;
    clear: both;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

* html body {
    text-align: center;
}

:first-child + html .clearfix {
    min-height: 1px;
}

/* 汎用 */
img {
    max-width: 100%;
    height: auto;
    /*width: auto;*/
    vertical-align: bottom;
}

.imgfit {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.imgfit img {
    position: relative;
    width: 100%;
    height: auto;
}

.ind {
    text-indent: 1em;
}

.small {
    font-size: .9em !important;
    line-height: 1.4em !important;
}

.small2 {
    font-size: .8em !important;
    line-height: 1.4em !important;
}

.small3 {
    font-size: .7em !important;
    line-height: 1.4em !important;
}

.large {
    font-size: 1.1em !important;
}

.large2 {
    font-size: 1.2em !important;
}

.large3 {
    font-size: 1.3em !important;
}

.pt0 {
    padding-top: 0em !important;
}

.pb0 {
    padding-bottom: 0em !important;
}

.mt0 {
    margin-top: 0em !important;
}

.mt05 {
    margin-top: 0em !important;
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt3 {
    margin-top: 3em !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 0.5em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb3 {
    margin-bottom: 3em !important;
}

.lh15 {
    line-height: 1.5em !important;
}

.nodisp {
    display: none !important;
}

.noborder {
    border: 0px !important;
}

.nobg {
    background: none !important;
}

.blockdisp {
    display: block !important;
}

.bold {
    font-weight: bold !important;
}

:root * > .bold {
    font-weight: 700 !important;
}

.clear {
    clear: both !important;
}

.of {
    overflow: hidden;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.taL {
    text-align: left !important;
}

.taC {
    text-align: center !important;
}

.taR {
    text-align: right !important;
}

.tdU {
    text-decoration: underline !important;
}

.vaC {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.en {
    font-family: 'Lato', Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
    color: #e70012;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:link {
    color: #e70012;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /*opacity: 0.75;*/
}

a:visited {
    color: #e70012;
    text-decoration: none;
}

.sp-none {
    display: block;
}

.pc-none {
    display: none;
}

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

    .pc-none {
        display: block;
    }
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: 'Asap', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    min-height: 100%;
    height: 100%;
    line-height: 1.5em;
    color: #333;
    /*overflow-y: scroll;*/
    margin-bottom: 10px;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
}

#wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1024px;
    max-width: 1920px;
    background-color: #FFF;
}

@media only screen and (max-width: 640px) {
    body {
        padding-top: 0;
        font-size: 18px;
        width: 100%;
        min-width: 640px;
        /*overflow-x: hidden;*/
    }

    #wrap {
        transform: none !important;
        max-width: 640px;
        min-width: 560px;
    }
}

/*
 header
=========================================*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 600;
}

.header_inner {
    *zoom: 1;
    margin: 0 auto;
    width: 100%;
    height: 60px;
}

.header_inner:after {
    content: "";
    display: table;
    clear: both;
}

.header_yearmenu_btn,
.header_spmenu_btn {
    display: none;
}

.header_logo {
    float: left;
    margin: 3px;
    visibility: inherit;
}

.header_logo a {
    display: block;
    width: 280px;
    height: 0;
    background: url(../img/btn_headerlogo.png) no-repeat 0px 0px;
    padding: 54px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.header_topics {
    left: 0;
    right: 0;
    position: absolute;
    height: 60px;
    width: 60px;
    margin: auto;
}

.header_topics a {
    background: url(../img/btn_header_topics.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 60px;
    color: white;
    opacity: 0.8;
    margin-top: 10px;
}

.header_topics a:hover {
    opacity: 1;
}

.nav a:hover,
.nav a:focus {
    color: #fff;
    font-weight: bold;
}

.header_officiallink {
    float: right;
    margin: 10px;
    display: block;
}

.header_officiallink > a {
    display: block;
    width: 246px;
    height: 0;
    background: #FFF url(../img/btn_headerofficiallink.png) no-repeat 50% 50%;
    padding: 36px 0 0;
    border: 2px solid #000;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.header_officiallink > a:hover {
    background: #e5e4eb url(../img/btn_headerofficiallink.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        max-width: 640px;
        min-width: 560px;
        z-index: 600;
    }

    .header_inner {
        width: 100%;
        height: 76px;
        background: rgba(255, 255, 255, 1);
    }

    .header_inner:after {
        content: "";
        display: table;
        clear: both;
    }

    .header_yearmenu_btn {
        float: left;
        display: block;
        width: 160px;
        height: 76px;
        background: rgba(0, 0, 0, 0.8);
        padding: 14px;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3em;
        overflow: hidden;
        cursor: pointer;
    }

    .header_logo {
        float: left;
        width: 280px;
        margin: 0px auto;
        padding: 11px 20px;
        visibility: inherit;
    }

    .header_logo a {
        display: block;
        width: 280px;
        height: 0;
        background: url(../img/btn_headerlogo.png) no-repeat 0px 0px;
        padding: 54px 0 0;
        font-size: 10px;
        line-height: 2em;
        overflow: hidden;
    }

    .header_officiallink {
        display: none;
    }

    .header_spmenu_btn {
        display: block;
        float: right;
        width: 76px;
        height: 0;
        background: #ffffff url(../img/btn_spmenu.png) no-repeat center;
        padding: 76px 0 0;
        font-size: 10px;
        line-height: 2em;
        overflow: hidden;
        cursor: pointer;
    }

    .header_topics {
        height: 80px;
        width: 80px;
    }

    .header_topics a {
        font-size: 16px;
        height: 80px;
        line-height: 80px;
        width: 80px;
        margin-top: 80px;
    }

}

/*
 footer
=========================================*/

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
}

.footer_inner {
    *zoom: 1;
    margin: 0 auto;
    width: 100%;
    height: 60px;
}

.footer_inner:after {
    content: "";
    display: table;
    clear: both;
}

.footer_yearmenu_btn {
    float: left;
    display: block;
    width: 268px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    margin: 16px 0 0;
    overflow: hidden;
}

.footer_yearmenu_btn.open {
    width: 208px;
}

.footer_yearmenu_btn a {
    display: block;
    width: 268px;
    height: 60px;
    background: url(../img/btn_footeryearmenu.png) no-repeat 0px 0px;
    padding: 60px 0 0;
    font-size: 10px;
    line-height: 2em;
    cursor: pointer;
    z-index: 300;
}

.footer_topics {
    left: 0;
    right: 0;
    position: absolute;
    height: 60px;
    width: 60px;
    margin: auto;
}

.footer_topics a {
    background: url(../img/btn_footer_topics.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 60px;
    color: white;
    opacity: 0.8;
    margin-bottom: 10px;
    z-index: 100;
}

.footer_topics a:hover {
    opacity: 1;
}

.footer_yearmenu_btn a:hover {
    background-position: 0px -60px;
}

.footer_officiallink {
    float: right;
    margin: 0 10px 10px 0;
    display: block;
}

.footer_officiallink > a {
    display: block;
    width: 360px;
    height: 0;
    background: #FFF url(../img/btn_footerofficiallink.png) no-repeat 100% 0px;
    border: 3px solid #eb5505;
    padding: 60px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.footer_officiallink > a:hover {
    background: #e5e4eb url(../img/btn_footerofficiallink.png) no-repeat 100% 0px;
}

.footer_officiallink > a img {
    display: block;
    width: auto;
    height: 60px;
    margin-top: -60px;
    border-right: 3px solid #eb5505;
}

.footer_officiallink > a:hover img {
    opacity: 1;
}

@media only screen and (max-width: 640px) {
    .footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 8px;
        z-index: 800;
        max-width: 640px;
        min-width: 560px;
    }

    .footer_inner {
        *zoom: 1;
        margin: 0 auto;
        width: 100%;
        height: 110px;
    }

    .footer_yearmenu_btn {
        display: none;
    }

    .footer_officiallink {
        float: none;
        margin: 0 0px;
        display: block;
        width: 640px;
    }

    .footer_officiallink > a {
        display: block;
        width: 100%;
        height: 0;
        background: #FFF url(../img/btn_footerofficiallink_sp.png) no-repeat 100% 50%;
        border: 4px solid #eb5505;
        padding: 110px 0 0;
        font-size: 10px;
        line-height: 2em;
        overflow: hidden;
    }

    .footer_officiallink > a:hover {
        background: #e5e4eb url(../img/btn_footerofficiallink_sp.png) no-repeat 100% 50%;
    }

    .footer_officiallink > a img {
        display: block;
        width: auto;
        height: 110px;
        margin-top: -110px;
        border-right: 4px solid #eb5505;
    }

    .footer_officiallink > a:hover img {
        opacity: 1;
    }

    .footer_topics {
        height: 80px;
        width: 80px;
    }

    .footer_topics a {
        font-size: 16px;
        height: 80px;
        line-height: 80px;
        width: 80px;
        margin-bottom: 85px;
        bottom: 0;
    }

}

/* navigation
================================================== */

.navigation {
    position: fixed;
    top: 120%;
    left: 0px;
    width: 208px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 700;
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -webkit-transform .5s;
    overflow-y: scroll;
}

.perspective {
    display: block;
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0px;
    transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
}

.navigation .navigationClose {
    position: absolute;
    width: 60px;
    height: 0px;
    padding: 60px 0 0;
    overflow: hidden;
    font-size: 10px;
    line-height: 2em;
    display: block;
    top: 0;
    right: 0;
    background-color: #191919;
    background-image: url(../img/svg_close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 13px 13px;
    cursor: pointer;
    z-index: 700;
}

.navigation .navigation_inner {
    padding: 60px 20px;
}

.navigation_inner .cursor {
    cursor: move;
    position: absolute;
    top: 0%;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -8px;
    border-radius: 50%;
    background: #FFF;
}

.navigation_inner .goto-top {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0 0 0 54px;
}

.navigation_inner .years {
    padding: 1px;
    background: repeating-linear-gradient(to bottom, transparent, transparent 95%, silver 95%, silver),
    repeating-linear-gradient(to bottom, transparent, transparent 99%, silver 99%, silver);
    background: -webkit-repeating-linear-gradient(top, transparent, transparent 95%, silver 95%, silver),
    -webkit-repeating-linear-gradient(top, transparent, transparent 99%, silver 99%, silver);

    border-left: 1px solid #bfbfbf;
    background-repeat: repeat-y;
    background-size: 10px 20px, 15px 100px;
	background-position: 0 0, 0 40px;
	height: 580px;
    margin-left: 30px;
}

.navigation_inner .years-top {
    border-top: 1px solid #bfbfbf;
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
}

.navigation_inner a {
    display: block;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.navigation_inner ul {
    border-left: 2px solid #bfbfbf;
}

.navigation_inner ul li {
    line-height: 1em;
    padding: 0 0 0 24px;
    margin: 0 0 50% -1px;
    background: url(../img/navigation_pc_item-bg-middle-01.png) 0 center no-repeat;
}

.navigation_inner ul li:first-child {
    background: url(../img/navigation_pc_item-bg-top-01.png) 0 center no-repeat;
}

.navigation_inner ul li:last-child {
    background: url(../img/navigation_pc_item-bg-bottom-01.png) 0 center no-repeat;
}

.navigation_inner p {
    margin-left: 20px;
	top: 27px;
    margin-bottom: 78px;
}

.navigation_header {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    left: 0;
    right: 0;
    margin-left: -100px;
    width: 200%;
    height: 2px;
    background-color: #ed5400;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: move;
}

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

    .navigation {
        width: 100%;
        min-width: 560px;
        z-index: 1000;
    }

    .navigation_header {
        display: block;
        position: absolute;
        margin-top: 25px;
        left: 0;
        right: 0;
        width: auto;
        text-align: center;
        font-size: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #bfbfbf;
    }

    .navigation_inner a {
        font-size: 25px;
    }

    .navigation .navigation_inner {
        text-align: center;
    }

    .navigation .navigationClose {
        width: 76px;
        padding: 76px 0 0;
        background-size: 28px 28px;
    }

    .navigation_inner .goto-top {
        margin-left: auto;
        padding: 0 0 0 0;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .navigation_inner .years {
        background-size: 10px 30px, 15px 150px;
	height: 870px;
	background-position: 0 0, 0 60px;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
    }

    .navigation_inner .years-top {
        border-top: 1px solid #bfbfbf;
        margin-top: -2px;
        margin-left: -2px;
        width: 16px;
    }

    .navigation_inner p {
        margin-left: auto;
	top: 45px;
        margin-bottom: 123px;
        font-size: 25px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        margin-left: auto;
        margin-right: auto;
        left: -100px;
    }
}

/* navigation2
================================================== */

.navigation2 {
    display: none;
}

@media screen and (max-width: 640px) {
    .navigation2 {
        display: block;
        position: fixed;
        top: -150px;
        left: 0px;
        height: 170px;
        background: rgba(255, 255, 255, 0.8);
        transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        -ms-transition: -webkit-transform .5s;
        overflow-y: scroll;
        width: 100%;
        min-width: 560px;
        z-index: 500;
    }

    .navigation2.perspective {
        display: block;
        position: fixed;
        transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
    }

    .navigation2 .navigation2_inner {
        padding: 76px 0 0 0;
        text-align: center;
    }

    .navigation2 .k_share {
        width: 100%;
    }

    .navigation2 .k_share img {
        width: 100%;
    }

    .navigation2 .k_share div {
        display: inline-block;
        margin: 0 25px;
    }

    .navigation2 .k_share div a {
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background: #ccc;
        width: 70px;
        height: 70px;
    }

    .navigation2 .k_share .fb a {
        background: #3b5998;
    }

    .navigation2 .k_share .tw a {
        background: #00aced;
    }

    .navigation2 .k_share .line a {
        background: #5ae628;
    }

    .navigation2 .k_share .line a img {
        margin-top: 25%;
        width: 60%;
    }

    .navigation2 .k_share .fb a:hover {
        background: #9aabcf;
    }

    .navigation2 .k_share .tw a:hover {
        background: #a6dff5;
    }

    .navigation2 .k_share .line a:hover {
        opacity: 0.8;
    }

    .navigation2 .k_share div.line {
        top: -13px;
    }

}

/* slidemenu
================================================== */
.slidemenu {
    background: #000;
    visibility: hidden;
    width: 270px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    color: #fff;
}

.slidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slidemenu_header {
    position: relative;
}

.slidemenu_header div {
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
}

.slidemenu_body {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slidemenu_content {
    position: relative;
}

.slidemenu_content li {
    border-top: solid 1px #222;
}

.slidemenu_content a {
    display: block;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    /*background: url(/images/common/icn_arw_spmenu.png) no-repeat right center;
    background-size: 23px 9px;*/
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.slidemenu_content .has-child {
    position: relative;
}

.slidemenu_content .has-child:after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    /*background: #000 url(../images/common/icn_sw_requirements.png) no-repeat left top;
    background-size: 76px 38px;*/
    position: absolute;
    right: 0;
    top: 0;
}

.slidemenu_content .has-child.is-open:after {
    background-position: right top;
}

.slidemenu_content .has-child > span {
    display: block;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
}

.slidemenu_content .has-child > ul {
    display: none;
}

.slidemenu_content .has-child li {
    border-top: solid 1px #90000a;
}

.slidemenu_content .has-child li:first-child {
    border-top: none;
}

.slidemenu_content .requirements {
    background: #e70012;
}

.slidemenu_content .requirements:after {
    background-color: #c6000f;
}

.slidemenu_content .requirements li {
    background: #a2000d;
}

/* main
================================================== */

.main {
    margin: 0 auto;
    width: 100%;
    min-height: 1000px;
    max-height: 1000px;
    position: relative;
}

.mainCont {
    display: block;
    position: absolute;
    width: 44%;
    height: auto;
    top: 30%;
    left: 50%;
    margin-left: -22%;
    margin-top: -16%;
}

.mainCont_presents {
    text-align: center;
    margin: 0 0 20px;
}

.mainCont_logo {
    text-align: center;
    margin: 0 0 22px;
}

.mainCont_msg {
    text-align: center;
    margin: 0 0 18px;
}

.mainCont_share {
    width: 100%;
    max-width: 400px;
    padding: 9px 0;
    overflow: hidden;
    margin: 0 auto 13px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.mainCont_share .txt {
    float: left;
    width: 316px;
    height: 32px;
    padding: 0 0 0 10px;
}

.mainCont_share .btn a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
}

.mainCont_share .fb a {
    background: #3b5998;
}

.mainCont_share .tw a {
    background: #00aced;
}

.mainCont_share .fb a:hover {
    background: #9aabcf;
}

.mainCont_share .tw a:hover {
    background: #a6dff5;
}

.au-logo {
    text-align: center;
}

.bnr_top {
    text-align: center;
    padding:40px 0 0;
    margin: 0 -80px;
}

.mainCont_look {
    text-align: center;
}

.mainCont_look a {
    background: url(../img/btn_look.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.au-logo {
    text-align: center;
}

.topVisual {
    position: relative;
    overflow: hidden;
}

.topVisual_logo_text {
    display: block;
    position: absolute;
    width: 630px;
    height: 135px;
    top: 50%;
    left: 50%;
    margin-left: -315px;
    margin-top: -67px;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.topVisual_logo_text.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#parallax-background {
    position: relative;
    width: 100%;
    height: 2160px;
    background: url(../img/bg_bodypc.png) repeat 0 0;
    background-size: 100% auto;
    z-index: -1;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .main {
        margin: 0 auto;
        width: 100%;
        min-height: 1136px;
        max-height: 1136px;
    }

    .mainCont {
        width: 480px;
        margin-left: -240px;
        margin-top: -70px;
    }

    .bnr_top {
        text-align: center;
        padding:40px 0 0;
        margin: 0 -40px;
    }

    #parallax-background {
        background: url(../img/bg_bodysp.png) repeat 0 0;
    }

}

/* pages
================================================== */

#px-view {
    /*position: fixed;
    height: 100%;
    z-index: 10;
    overflow: hidden;*/
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background: #fff;
}

#px-view .contents-wrapper {
    zoom: 1;
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
}

#px-view .contents-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

#px-view .section {
    padding: 0 0 80px;
    background: #FFF;
    padding-bottom: 0px;
}

#px-view .section.visible {
    visibility: visible;
}

#px-view .topics {
    zoom: 1;
    width: 100%;
    margin: 0 0 100px;
}

#px-view .topics:after {
    content: "";
    display: block;
    clear: both;
}

#px-view .ios_topics {
    -moz-perspective: 10000px;
    -webkit-perspective: 10000px;
    -o-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}

#px-view .android_topics {
    margin: 0 0 44px;
    position: relative;
    -moz-perspective: 10000px;
    -webkit-perspective: 10000px;
    -o-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}

#px-view .android_topics:after,
#px-view .ios_topics:after {
    content: "";
    display: block;
    clear: both;
}

#px-view .grid_sizer {
    width: 12%; /*14.2857%*/
}

#px-view .topic {
    float: left;
    zoom: 1;
    width: 14.2%;

    margin: -2px -2px 0 0;
    border: 2px solid #cccccc;
    /*-moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;*/
}

#px-view .topic:after {
    content: "";
    display: block;
    clear: both;
}

#px-view .topic a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#px-view .topic .name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    line-height: 1em;
    color: #000;
    font-size: 10px;
    z-index: 2;
}

#px-view .topic .heart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    line-height: 1em;
    color: #eb5505;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

#px-view .topic .heart span {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background-image: url(../img/svg_heart_a.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px;
}

#px-view .topic .photo {
    width: 100%;
    height: 100%;
    z-index: 1;
}

#px-view .topic .photo_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
    background-color: #ffffff;
}

#px-view .topic .photo_over .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.1);
}

#px-view .topic .photo_over .overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 30px;
    margin: -15px 0 0 -30px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    /*background-color:rgba(0,0,0,0.3);*/
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#px-view .topic .photo img,
#px-view .topic .photo_over img {
    width: 100%;
    height: 100%;
}

#px-view .topic a:hover .photo_over {
    visibility: inherit;
}

/* pickup */
#px-view .topic.pickup {
    width: 28.4%;
}

#px-view .topic.pickup .name {
    padding: 12px;
    line-height: 1.4em;
    font-size: 15px;
}

#px-view .topic.pickup .baloon {
    position: absolute;
    top: 10%;
    right: 3%;
    width: 30%;
    height: 30%;
    z-index: 2;
    background: url(../img/svg_balloon.svg) no-repeat 0 0;
    background-size: 100% auto;
}

#px-view .topic.pickup .heart {
    padding: 12px;
    line-height: 1.5em;
    font-size: 18px;
}

#px-view .topic.pickup .heart span {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background-image: url(../img/svg_heart_a.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
}

#px-view .topic.pickup .photo_over {
}

#px-view .topic.pickup .photo_over .overlay span {
    width: 80px;
    height: 34px;
    margin: -17px 0 0 -40px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    /*background-color:rgba(0,0,0,0.3);*/
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

/* index */
#px-view .topic.index {
    width: 28.4%;
    height: auto;
    background-color: #fff;
    text-align:center;
}

#px-view .topic.index dl {
    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    display: table;
    */
    position :relative;
    margin: auto;
    width: 80%;
    display: table;
    height: 100%;
}

#px-view .topic.index dt {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

#px-view .topic.index h3 {
    display: block;
    color: #eb5505;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: right;
}

#px-view .topic.index dd {
    width: 20%;
    padding: 20px 0px;
    display: table-cell;
    vertical-align: middle;
}

#px-view .topic.index dd div a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ccc;
}

#px-view .topic.index dd div.fb {
    margin: 0 0 10px;
}

#px-view .topic.index dd div.fb a {
    background: #3b5998;
}

#px-view .topic.index dd div.tw a {
    background: #00aced;
}

#px-view .topic.index dd div.line a {
    background: #5ae628;
}

#px-view .topic.index dd div.fb a:hover {
    background: #9aabcf;
}

#px-view .topic.index dd div.tw a:hover {
    background: #a6dff5;
}

#px-view .topic.index dd div.line a:hover {
    opacity: 0.5;
}

#px-view .topic.index dd div span {
    text-align: center;
    font-size: 10px;
    display: block;
    line-height: 1.2em;
}

#px-view .topic.index dd div.fb span {
    color: #3b5998;
}

#px-view .topic.index dd div.tw span {
    color: #00aced;
}

#px-view .topic.index dd div.line span {
    color: #5ae628;
}

#px-view .topic.index dd div.line {
    display: none;
}

#px-view .left-topics .topic.has-detail,
#px-view .right-topics .topic.has-detail {
    cursor: pointer;
    z-index: 100;
}

#px-view .left-topics .topic.has-detail .more-icon,
#px-view .right-topics .topic.has-detail .more-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    z-index: 15;
}

#px-view .left-topics .topic.has-detail .image,
#px-view .left-topics .topic.has-detail .comment-panel,
#px-view .right-topics .topic.has-detail .image,
#px-view .right-topics .topic.has-detail .comment-panel {
    z-index: 10;
}

#px-view .left-topics .topic.has-detail .comment-panel,
#px-view .right-topics .topic.has-detail .comment-panel {
    zoom: 1;
    -webkit-transform: scale(1) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    transform: scale(1) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    display: table;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    font-size: 0.85em;
    color: #999999;
}

#px-view .left-topics .topic.has-detail .comment-panel:after,
#px-view .right-topics .topic.has-detail .comment-panel:after {
    content: "";
    display: block;
    clear: both;
}

#px-view .left-topics .topic.has-detail .comment-panel .comment-panel-inner,
#px-view .right-topics .topic.has-detail .comment-panel .comment-panel-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

#px-view .left-topics .topic.has-detail .comment-panel .thumb .thumb-inner img,
#px-view .right-topics .topic.has-detail .comment-panel .thumb .thumb-inner img {
    display: block;
    width: 100%;
    height: auto;
}

#px-view .left-topics .topic.has-detail .comment-panel .thumb .thumb-inner .cover,
#px-view .right-topics .topic.has-detail .comment-panel .thumb .thumb-inner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#px-view .left-topics .topic.has-detail.width2 .more-icon,
#px-view .right-topics .topic.has-detail.width2 .more-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: auto;
    z-index: 15;
}

#px-view .left-topics .topic.has-detail.width2 .comment-panel .thumb,
#px-view .left-topics .topic.has-detail.width2 .comment-panel .text,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .thumb,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .text {
    float: left;
}

#px-view .left-topics .topic.has-detail.width2 .comment-panel .thumb,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .thumb {
    width: 30%;
}

#px-view .left-topics .topic.has-detail.width2 .comment-panel .thumb .thumb-inner,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .thumb .thumb-inner {
    display: block;
    width: 65%;
    margin: 0.75em auto 0;
}

#px-view .left-topics .topic.has-detail.width2 .comment-panel .text,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .text {
    width: 70%;
}

#px-view .left-topics .topic.has-detail.width2 .comment-panel .text .comment,
#px-view .right-topics .topic.has-detail.width2 .comment-panel .text .comment {
    margin: 0 0 0.5em 0;
}

@media only screen and (max-width: 640px) {
    #px-view .topic.index h3 {
        text-align: left;
        padding-left: 30px;
        font-size: 60px;
    }

    #px-view .topic.index dl {
        width: 100%;
    }

    #px-view .topic.index dt {
        width: 50%;
    }

    #px-view .topic.index dd {
        width: 50%;
        text-align: center;
        padding-bottom: 10px;
    }

    #px-view .topic.index dd div.fb {
        margin: 0 10px;
        display: inline-block;
    }

    #px-view .topic.index dd div.fb img {
        width: 100%;
    }

    #px-view .topic.index dd div.tw {
        display: inline-block;
        margin: 0 10px;
    }

    #px-view .topic.index dd div.tw img {
        width: 100%;
    }

    #px-view .topic.index dd div.line {
        display: inline-block;
        margin: 0 10px;
    }

    #px-view .topic.index dd div.line img {
        margin-top: 25%;
        width: 60%;
    }

    #px-view .topic.index dd div a {
        width: 70px;
        height: 70px;
    }

    #px-view .topic.index dd div span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px) {
    #px-view .topic.index dd div.fb {
        margin: 0 5px;
    }

    #px-view .topic.index dd div.tw {
        margin: 0 5px;
    }

    #px-view .topic.index dd div.line {
        margin: 0 5px;
    }
}

/* modal
================================================== */

#inline_details {
    display: block;
    position: fixed;
    height: 100%;
    top: 100%;
    bottom: 0;
    left: 0px;
    z-index: 20000;
    width: 100%;
    background: url(../img/bg_alpha.png) repeat 0 0;
    overflow-y: scroll;
}
#inline_details_banner {
    display: block;
    position: fixed;
    height: 100%;
    top: 100%;
    bottom: 0;
    left: 0px;
    z-index: 20000;
    width: 100%;
    background: url(../img/bg_alpha.png) repeat 0 0;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.6);
}

.detailbox {
    width: 90%;
    max-width: 880px;
    min-width: 780px;
    background: #FFF;
    padding-top: 90px;
    margin: 0 auto;
}

.detailbox .over_box {
    padding: 24px 80px;
    background: #FFF;
}

.detailbox .under_box {
    padding: 24px 80px;
    background: #ebebeb;
}

.detailbox .titles {
    text-align: center;
    margin: 0 0 12px;
}

.detailbox .titles .title {
    display: inline;
    font-size: 22px;
    font-weight: 800;
}

.detailbox .titles .manufacturer {
    display: inline;
    font-size: 16px;
    margin-left: 20px;
}

.detailbox .sales {
    font-size: 14px;
    text-align: center;
}

.detailbox .k_photo {
    width: 444px;
    margin: 50px auto 16px;
}

.detailbox .k_check {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 24px;
    border: 8px solid #ffffff;
}

.detailbox .k_check .title {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0 0 12px;
    padding: 72px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
    background: url(../img/item_detailtitlecheck.png) no-repeat 50% 50%;
    background-size: 100%;
}

.detailbox .k_check .btn {
    width: 320px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.detailbox .k_check .btn a {
    display: block;
    width: 320px;
    height: 0;
    background: #FFF url(../img/btn_detailcheck.png) no-repeat 80% 50%;
    border: 4px solid #eb5505;
    padding: 66px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.detailbox .k_check .btn a:hover {
    background: #e5e4eb url(../img/btn_detailcheck.png) no-repeat 80% 50%;
}

.detailbox .btn_movie {
    width: 320px;
    margin: 0px auto 20px;
    position: relative;
    text-align: center;
}

.detailbox .btn_movie a {
    display: block;
    width: 320px;
    height: 0;
    background: #FFF url(../img/btn_movie.png) no-repeat 50% 50%;
    background-size: 90%;
    border: 4px solid #eb5505;
    padding: 66px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.detailbox .btn_movie a:hover {
    background: #e5e4eb url(../img/btn_movie.png) no-repeat 50% 50%;
    background-size: 90%;
}

.detailbox .k_heart {
    width: 100%;
    margin: 0 auto 26px;
}

.detailbox .k_heart .title {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0 0 15px;
    padding: 54px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
    background: url(../img/item_detailtitleheart.png) no-repeat 50% 50%;
}

.detailbox .k_heart .score {
    text-align: center;
    color: #eb5505;
    margin: 0 0 15px;
}

.detailbox .k_heart .img {
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.detailbox .k_heart .num {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #eb5505;
}

.detailbox .k_heart .btn {
    width: 320px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.detailbox .k_heart .btn a {
    display: block;
    width: 320px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 36px;
    margin: 0 auto;
}

.detailbox .k_heart .btn a.heart {
    background-color: #eb5505;
    background-image: url(../img/svg_heart_b.svg);
}

.detailbox .k_heart .btn a.share {
    background-image: url(../img/item_sns_share.png);
    background-size: 100%;
}

.detailbox .k_heart .btn a.heart:hover {
    cursor: pointer;
    background-color: #464752;
}

.detailbox .k_heart #heart_btn {
    height: 66px;
}

.detailbox .k_heart #anim_heart {
    z-index: 20000;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    margin-top: -50px;
}

.detailbox .k_heart .btn .push {
    position: absolute;
    top: -86px;
    left: 92%;
    display: block;
    width: 136px;
    height: 100px;
    background: url(../img/item_detailpush.png);
}

.detailbox .k_share {
    width: 100%;
    margin: 0 auto 0px;
    padding: 30px 80px 35px;
    background: #FFF;
}

.detailbox .k_share .title {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0 0 30px;
    padding: 54px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
    background: url(../img/item_detailtitleshare.png) no-repeat 50% 50%;
}

.detailbox .k_share .btn {
    text-align: center;
}

.detailbox .k_share .btn li {
    display: inline-block;
    width: 80px;
    margin: 0 40px;
}

.detailbox .k_share .btn li a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
    padding: 10px;
    background: #ccc;
    border-radius: 50%;
}

.detailbox .k_share .btn li.line {
    display: none;
}

.detailbox .k_share .btn .fb a {
    background: #3b5998;
}

.detailbox .k_share .btn .tw a {
    background: #00aced;
}

.detailbox .k_share .btn .line a {
    background: #5ae628;
}

.detailbox .k_share .btn .fb a:hover {
    background: #9aabcf;
}

.detailbox .k_share .btn .tw a:hover {
    background: #a6dff5;
}

.detailbox .k_share .btn .line a:hover {
    opacity: 0.5;
}

.detailbox .k_share .btn li span {
    text-align: center;
    font-size: 17px;
    display: inline;
    line-height: 1.2em;
}

.detailbox .k_share .btn .fb span {
    color: #3b5998;
}

.detailbox .k_share .btn .tw span {
    color: #00aced;
}

.detailbox .k_share .btn .line span {
    color: #5ae628;
}

.detailbox .k_officiallink {
    margin: 10px auto;
    width: 480px;
}

.detailbox .k_officiallink > a {
    display: block;
    width: 100%;
    height: 0;
    background: #FFF url(../img/btn_footerofficiallink_sp.png) no-repeat 100% 50%;
    background-size: 68%;
    border: 4px solid #eb5505;
    padding: 88px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

.detailbox .k_officiallink > a:hover {
    background: #e5e4eb url(../img/btn_footerofficiallink_sp.png) no-repeat 100% 50%;
    background-size: 68%;
}

.detailbox .k_officiallink > a img {
    display: block;
    width: auto;
    height: 88px;
    margin-top: -88px;
    border-right: 4px solid #eb5505;
}

@-webkit-keyframes detail-pic-display {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes detail-pic-display {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes detail-pic-display {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes detail-pic-display {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.detailbox img.numafuwa {
    -webkit-animation-name: detail-pic-display;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: detail-pic-display;
    -moz-animation-duration: 2s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: detail-pic-display;
    -ms-animation-duration: 2s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    animation-name: detail-pic-display;
    animation-duration: 2s;
    animation-direction: normal;
    animation-iteration-count: 1;
}

.detailbox .close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #191919 url(../img/svg_close.svg) no-repeat 50% 50%;
    background-size: 14px 14px;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    cursor: pointer;
}

.detailbox .read_text {
    border: 2px solid #d7d5dd;
    border-radius: 4px;
    width: 100%;
    padding: 20px 30px;
}

.detailbox .read_text h2 {
    color: #eb5505;
    font-size: 18px;
}

.detailbox .read_text ul {
}

.detailbox .read_text li {
    margin-left: 1em;
    font-size: 18px;
    line-height: 24px;
}

.detailbox .read_text li:before {
    content: "■";
    color: #eb5505;
    margin-left: -1em;
}

.detailbox .relation_link {
    width: 100%;
    padding: 20px 30px 10px;
}

.detailbox .relation_link h2 {
    color: #eb5505;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 100;
}

.detailbox .relation_link a {
    color: #eb5505;
    font-size: 18px;
    text-decoration: none;
    font-weight: 100;
}

.detailbox .mobile_detail_link {
    width: 100%;
    padding: 10px 30px 20px;
}

.detailbox .mobile_detail_link a {
    color: #eb5505;
    font-size: 18px;
    text-decoration: none;
    font-weight: 100;
}

#inline_details_banner .close_button {
    z-index: 10;
}

#inline_details_banner .detailbox {
    padding-top: 0;
    top: 10%;
}
@media screen and (max-width: 640px) {

    .detailbox {
        min-width: 480px;
        padding-top: 60px;
    }

    .detailbox .over_box {
        padding: 50px 30px 0;
        background: #FFF;
    }

    .detailbox .k_photo {
        width: 100%;
        margin: 0;
    }

    .detailbox .k_photo img {
        width: 100%;
    }

    .detailbox .k_check {
        border: 0 solid #ffffff;
        padding: 8px 0 16px;
    }

    .detailbox .k_check .title {
        width: 97%;
        background: url(../img/item_spdetailtitlecheck.png) no-repeat;
        background-size: 100%;
    }

    .detailbox .k_check .btn {
        width: 90%;
    }

    .detailbox .k_check .btn a {
        width: 100%;
        background: #FFF url(../img/btn_spdetailcheck.png) no-repeat 75% 50%;
        background-size: 80%;
    }

    .detailbox .k_check .btn a:hover {
        background: #e5e4eb url(../img/btn_spdetailcheck.png) no-repeat 75% 50%;
        background-size: 80%;
    }

    .detailbox .btn_movie {
        width: 90%;
    }

    .detailbox .btn_movie a {
        width: 100%;
        background: #FFF url(../img/btn_movie.png) no-repeat 75% 50%;
        background-size: 80%;
    }

    .detailbox .btn_movie a:hover {
        background: #e5e4eb url(../img/btn_movie.png) no-repeat 75% 50%;
        background-size: 80%;
    }

    .detailbox .under_box {
        padding: 30px 0 0 0;
        background: #ffffff;
    }

    .detailbox .k_heart .num {
        font-size: 42px;
    }

    .detailbox .k_heart .btn {
        width: 100%;
    }

    .detailbox .k_heart .btn a {
        width: 75%;
        height: 80px;
    }

    .detailbox .k_heart .btn .push {
        top: -76px;
        left: 70%;
    }

    .detailbox .k_share {
        padding: 3%;
        background-color: #ebebeb;
        margin-bottom: 0px;
    }

    .detailbox .k_share .btn {
        background-color: #fff;
        padding-bottom: 20px;
    }

    .detailbox .k_share .title {
        margin: 0px auto;
        background: #fff url(../img/item_detailtitleshare.png) no-repeat 50% 50%;
        padding-top: 100px;
    }

    .detailbox .k_share .btn li {
        margin: 0 20px;
    }

    .detailbox .k_share .btn li.line {
        display: inline-block;
    }

    .detailbox .k_share .btn .line img {
        margin-top: 11px;
        width: 70%;
    }

    .detailbox .k_officiallink {
        width: 100%;
        padding: 0 3% 3% 3%;
        background-color: #ebebeb;
    }

}

/* bx */
.bx-wrapper {
    width: 444px;
    height: auto;
    max-height: 444px;
    display: block;
    position: relative;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 444px;
    display: block;
}

.bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#bx-pager {
    position: absolute;
    top: 0px;
    right: -136px;
    width: 144px;
    z-index: 3;
    overflow: hidden;
    margin-bottom: 0px;
}

#bx-pager a {
    display: block;
    width: 144px;
    margin: 0 0 5px;
    border: 2px solid #d7d5dd;
}

#bx-pager a.active {
    border: 2px solid #eb5505;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

@media screen and (max-width: 640px) {
    .bx-wrapper {
        /*width: auto;*/
    }

    .bx-wrapper .bx-viewport {
        padding-bottom: 0px;
    }

    #bx-pager {
        position: relative;
        overflow: hidden;
        display: block;
        top: 0px;
        right: 0px;
        width: auto;
        text-align: center;
    }

    #bx-pager a {
        display: inline-block;
        width: 27%;
        margin: 0 2% 20px 2%;
    }
}

/**回転アニメーション**/

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-ms-keyframes rotation {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.topic_animation {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: rotation;
    -moz-animation-duration: 2s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: rotation;
    -ms-animation-duration: 2s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    animation-name: rotation;
    animation-duration: 2s;
    animation-direction: normal;
    animation-iteration-count: 1;

}

/**ハートアニメーション**/
@-webkit-keyframes heartscale {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes heartscale {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes heartscale {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes heartscale {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.heart_animation {
    -webkit-animation-name: heartscale;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: heartscale;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: heartscale;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: 1;
    animation-name: heartscale;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    z-index: 20000;
    opacity: 0;
    top: -100%;
}

footer {
    width: 100%;
}

footer .extension {
    margin: 400px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
footer .logo {
    text-align: center;
    margin: 10px 0 0 0;
}

footer .logo img {
    width: 68px;
}

footer .copyright {
    text-align: center;
}

footer .copyright img {
    width: 350px;
}

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

    footer {
        margin-bottom: 100px;
    }

}

/*
 * Boxer v3.3.0 - 2015-04-04
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://classic.formstone.it/boxer/
 *
 * Copyright 2015 Ben Plum; MIT Licensed
 */

.boxer-lock {
    overflow: hidden !important;
}

#boxer-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.boxer-open #boxer-overlay {
    opacity: 0.75;
}

#boxer {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000000;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 25px #000000;
    opacity: 0;
    margin: 0 auto;
    padding: 10px;
}

#boxer * {
    -webkit-transition: none;
    transition: none;
}

#boxer,
#boxer * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
    box-sizing: border-box;
}

#boxer.fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
}

#boxer.inline {
    padding: 30px;
}

#boxer.animating {
    -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
    transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

#boxer.animating .boxer-container {
    -webkit-transition: opacity 0.25s linear 0.25s;
    transition: opacity 0.25s linear 0.25s;
}

.boxer-open #boxer {
    opacity: 1;
}

#boxer.loading .boxer-container {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

#boxer .boxer-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    z-index: 105;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
}

#boxer .boxer-close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #333333;
    content: "\00d7";
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: auto;
    text-align: center;
    text-indent: 0;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

.no-opacity #boxer .boxer-close {
    text-indent: -999px;
}

#boxer .boxer-loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}

#boxer .boxer-loading:before {
    border: 5px solid rgba(51, 51, 51, 0.25);
}

#boxer .boxer-loading:after {
    -webkit-animation: boxer-loading-spin 0.75s linear infinite;
    animation: boxer-loading-spin 0.75s linear infinite;
    border: 5px solid transparent;
    border-top-color: #333333;
}

#boxer.loading .boxer-loading {
    opacity: 1;
}

@-webkit-keyframes boxer-loading-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes boxer-loading-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#boxer .boxer-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 103;
    background: #ffffff;
    overflow: hidden;
}

#boxer .boxer-content {
    width: 100%;
    background: #ffffff;
    opacity: 1;
    overflow: hidden;
    padding: 0;
}

#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
    width: auto;
}

#boxer .boxer-image {
    float: left;
}

#boxer .boxer-video {
    width: 100%;
    height: 100%;
}

#boxer .boxer-iframe {
    width: 100%;
    height: 100%;
    border: none;
    float: left;
    overflow: auto;
}

#boxer .boxer-meta {
    clear: both;
    display: none;
}

#boxer .boxer-control {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    white-space: nowrap;
}

#boxer .boxer-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    margin: auto;
}

#boxer .boxer-control.previous {
    left: 20px;
}

#boxer .boxer-control.previous:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10.4px solid #333333;
    margin-left: 14px;
}

#boxer .boxer-control.next {
    right: 20px;
}

#boxer .boxer-control.next:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10.4px solid #333333;
    margin-right: 14px;
}

#boxer .boxer-control.disabled {
    opacity: 0;
}

.no-opacity #boxer .boxer-control {
    text-indent: -999px;
}

.no-touch #boxer .boxer-control {
    opacity: 0;
}

.no-touch #boxer:hover .boxer-control {
    opacity: 1;
}

.no-touch #boxer:hover .boxer-control.disabled {
    opacity: 0;
    cursor: default !important;
}

#boxer .boxer-meta {
    padding: 10px 0 0 0;
}

#boxer .boxer-position {
    color: #999999;
    font-size: 12px;
    margin: 0;
    padding: 15px 15px 0 15px;
}

#boxer .boxer-caption p {
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 15px;
}

#boxer .boxer-caption.gallery p {
    padding-top: 0;
}

#boxer .boxer-error {
    width: 250px;
}

#boxer .boxer-error p {
    color: #990000;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}

#boxer.mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111111;
    border-radius: 0;
    padding: 40px 0 0;
}

#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
    height: 80px;
    width: 80px;
    top: 0;
    right: 0;
    background: #111111;
    border-radius: 0;
}

#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
    color: #cccccc;
    font-size: 80px;
    font-weight: 700;
    line-height: 60px;
}

#boxer.mobile .boxer-loading:before {
    border-color: rgba(153, 153, 153, 0.25);
}

#boxer.mobile .boxer-loading:after {
    border-top-color: #999999;
}

#boxer.mobile .boxer-container {
    background: #111111;
}

#boxer.mobile .boxer-content {
    background-color: #111111;
}

#boxer.mobile .boxer-control {
    width: 50px;
    height: 100%;
    background: #111111;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}

#boxer.mobile .boxer-control.previous {
    left: 0;
}

#boxer.mobile .boxer-control.previous:before {
    border-right-color: #eeeeee;
    margin-left: 19px;
}

#boxer.mobile .boxer-control.next {
    right: 0;
}

#boxer.mobile .boxer-control.next:before {
    border-left-color: #eeeeee;
    margin-right: 19px;
}

.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
    opacity: 1;
}

.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
    opacity: 0;
    cursor: default !important;
}

#boxer.mobile .boxer-meta {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111111;
    padding: 15px 65px;
}

#boxer.mobile .boxer-position {
    color: #999999;
    font-size: 12px;
    margin: 0;
    padding: 0 15px 0 0;
}

#boxer.mobile .boxer-caption p {
    color: #eeeeee;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#boxer.mobile .boxer-image {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#boxer.mobile.animated .boxer-image {
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
}

#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


/*
 add 20160625
========================================================================== */

.header_bannerllink {
    float: right;
    margin: 6px;
    display: block;
    background:#999;
}
.header_bannerllink > a {
    display: block;
    width: 244px;
    height: 0;
    background: url(../img/br_entry_s.png) no-repeat 50% 50%;
    padding: 48px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}
.header_bannerllink > a:hover {
    opacity:0.8;
}
.detailbox .bannerllink_01 {
    text-align: center;
    margin: -80px 0 60px;
}
.detailbox .bannerllink_02 {
    text-align: center;
    margin: 30px 0 0;
}
.detailbox .bannerllink_01 a,
.detailbox .bannerllink_02 a {
    display: inline-block;
    width: 330px;
    height: 0;
    background: url(../img/br_entry.png) no-repeat 50% 50%;
    padding: 64px 0 0;
    font-size: 10px;
    line-height: 2em;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .header_bannerllink {
        margin: 0px;
    }
    .header_bannerllink > a,
    .header_bannerllink > a:hover  {
        width: 160px;
        background: url(../img/br_entry_s_sp.png) no-repeat 50% 50%;
        padding: 76px 0 0;
    }
    .detailbox .bannerllink_01 {
        text-align: center;
        margin: -80px 0 40px;
    }
    .detailbox .bannerllink_02 {
        text-align: center;
        margin: 0px;
        padding: 0 0 30px;
        background:#FFF;
    }
    .detailbox .bannerllink_01 a,
    .detailbox .bannerllink_02 a {
        display: inline-block;
        width: 392px;
        height: 0;
        background: url(../img/br_entry_sp.png) no-repeat 50% 50%;
        padding: 76px 0 0;
        font-size: 10px;
        line-height: 2em;
        overflow: hidden;
    }
}