/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #333;
    font-size: 1em;
    font-family: Roboto, YuGothic, "游ゴシック", sans-serif;
    line-height: 1.8;
}

::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
audio,canvas,iframe,img,svg,video{vertical-align:middle;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}

/* ==========================================================================
   World Auto
   ========================================================================== */

body {
    background: url(../img/bg.png) 50% 50%;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 320px;
}

img {
    max-width: 100%;
    height: auto;
}
.txt {
    margin: 0 0 1.5em;
    font-size: .85em;
}

.nav,
.tel,
.typeList,
.formList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tel a,
.nav li a {
    color: #0168b7;
    text-decoration: none;
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
}

.lteIE8-message {
    z-index: 1001;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: .3em 0;
    text-align: center;
    background-color: #eee;
}

.lteIE8-message + #wrapper {
    position: relative;
    top: 2.4em;
}

/* --------------------------------------------------------------------------
   header, footer
   -------------------------------------------------------------------------- */

header,
.toggleHeader {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
}
.toggleHeader {
    z-index: 999;
    position: fixed;
    height: 70px;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
}
.csstransitions .toggleHeader {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    -webkit-transition: -webkit-transform .6s;
            transition: transform .6s;
    will-change: box-shadow, transform;
}
.csstransitions .toggleHeader.fix {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

header .inner,
.toggleHeader .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 11px 12px;
}
.toggleHeader .inner {
    display: table;
    width: 100%;
    height: 70px;
    padding: 0;
}
.toggleHeader .inner > * {
    display: table-cell;
    vertical-align: middle;
}

/* :::::: logo :::::: */

header .logo,
header .logo img {
    float: left;
    margin: 0;
}
header .logo img[alt^="world"] {
    margin-right: 12px;
}
.toggleHeader .logo {
    width: 224px;
    padding: 0 12px;
    line-height: 1;
}
.toggleHeader .logo img {
    width: auto;
    height: 48px;
}

/* :::::: nav :::::: */

nav {
    z-index: 1000;
    position: absolute;
    top: 92px;
    width: 100%;
}
.nav,
.typeList {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.toggleHeader .nav {
    padding: 0 30px;
}
.nav li {
    float: left;
    width: 33.33333%;
    padding: 0 1px;
    box-sizing: border-box;
    font-size: .85em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
}
.nav li a {
    display: block;
    padding: .5em;
    text-align: center;
    background-color: #eee;
}
.nav li:first-child a { border-radius: 5px 0 0 5px; }
.nav li:last-child a  { border-radius: 0 5px 5px 0; }
.nav li a:hover {
    background-color: #fafafa;
}

/* :::::: tel :::::: */

.tel {
    margin: 0;
    font-size: 1.3em;
    text-align: right;
    white-space: nowrap;
}
header .tel {
    float: right;
    padding-top: 10px;
}
header p.tel {
    padding-top: 10px;
    line-height: 1.4;
    text-align: right;
}
header .tel li {
    margin-bottom: 2px;
    line-height: 1.4;
}
header .tel span {
    vertical-align: middle;
}
header .label {
    margin: 0 0 0 .3em;
    font-size: 70%;
}
header .dayoff {
    display: block;
    font-size: 70%;
}
.tel a {
    padding: .2em 10px;
    border-radius: 5px;
}
p.tel a {
    display: block;
}
.tel a:hover {
    background-color: #eee;
}

/* :::::: footer :::::: */

footer {
    width: 100%;
    margin: 2.5em auto 0;
    text-align: center;
    background-color: #fff;
}
.copyright {
    margin: 0;
    padding: 1.5em;
    color: #0368b8;
    font-size: .8em;
}

/* :::::: icon :::::: */

.btn:after,
.tel a:before,
.nav li a:before,
section > h2:before {
    content: "";
    position: relative;
    top: -.1em;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../img/bg_icon@2x.png) no-repeat;
    background-size: 118px 46px;
}
.no-backgroundsize .btn:after,
.no-backgroundsize .tel a:before,
.no-backgroundsize .nav li a:before,
.no-backgroundsize section > h2:before {
    background: url(../img/bg_icon.png) no-repeat;
}
.freedial a:before {
    top: -.05em;
    width: 28px;
    height: 18px;
    margin-right: .3em;
    background: url(../img/bg_freedial@2x.png) no-repeat;
    background-size: 28px 18px;
}
.no-backgroundsize .freedial a:before {
    background: url(../img/bg_freedial.png) no-repeat;
}
.nav li a:before {
    margin-right: .3em;
}
section > h2:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}
.btn:after                         { background-position: -100px  0; }
.tel a:before                      { background-position:   0     0; }
.nav li a[href="#purchase"]:before { background-position: -20px   0; }
.nav li a[href="#recruit"]:before  { background-position: -40px   0; }
.nav li a[href="#contact"]:before  { background-position: -60px   0; }
#purchase > h2:before              { background-position:   0   -20px; }
#recruit > h2:before               { background-position: -30px -20px; }
#contact > h2:before               { background-position: -60px -20px; }

.nav:after,
header .inner:after,
.column2:after,
.typeList:after,
.formList:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
    display: inline-block;
}
.sp,
header .tel a:before {
    display: none;
}
img.sp,
img.pc {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 480px) {
    .pc { display: none; }
    .sp { display: inline-block; }
}

/* --------------------------------------------------------------------------
   visual
   -------------------------------------------------------------------------- */

#visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
    padding-top: 90px;
    text-align: center;
    background-color: #000;
}
#visual::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 58%;
    left: 50%;
    margin-left: -8px;
    background: url(../img/loading.gif) no-repeat;
    background-size: 16px 16px;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
            transition: opacity .6s, transform .6s;
}
#visual.loaded::before {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

.visual_inner {
    height: 100%;
}

#canvas {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -640px;
}

/* sky */
#visual .sky::before,
#visual .sky::after,
#visual .cloud,
#visual .japan {
    position: absolute;
    left: 0;
    width: 100%;
    height: 630px;
}
#visual .sky::before,
#visual .sky::after {
    content: "";
    background-image: url(../img/space.jpg);
    background-position: center center;
    background-size: 700px 340px;
}
#visual .sky::before {
    -webkit-animation: loop1 10s linear infinite;
            animation: loop1 10s linear infinite;
}
#visual .sky::after {
    -webkit-animation: loop2 10s linear infinite;
            animation: loop2 10s linear infinite;
}
@-webkit-keyframes loop1 {
    0% { -webkit-transform: scale(2); }
    100% { -webkit-transform: scale(2.5); }
}
@keyframes loop1 {
    0% { transform: scale(2); }
    100% { transform: scale(2.5); }
}
@-webkit-keyframes loop2 {
    0% { -webkit-transform: scale(1.5); opacity: 0; }
    100% { -webkit-transform: scale(2); opacity: 1; }
}
@keyframes loop2 {
    0% { transform: scale(1.5); opacity: 0; }
    100% { transform: scale(2); opacity: 1; }
}

/* cloud */
#visual .cloud {
    z-index: 1;
    top: 0;
    opacity: 0;
    background-image: url(../img/cloud.png);
    background-position: center center;
    background-size: 1280px 500px;
}
#visual.on .cloud {
    -webkit-animation: zoom1 3s cubic-bezier(.2,.6,.3,1) forwards;
            animation: zoom1 3s cubic-bezier(.2,.6,.3,1) forwards;
}
@-webkit-keyframes zoom1 {
    0% { -webkit-transform: scale(.8); opacity: 0; }
    100% { -webkit-transform: scale(2); opacity: 1; }
}
@keyframes zoom1 {
    0% { transform: scale(.8); opacity: 0; }
    100% { transform: scale(2); opacity: 1; }
}

/* japan */
#visual .japan {
    z-index: 1;
    top: 90px;
    left: 0;
    width: 100%;
    height: 450px;
}
#visual .japan img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3000px;
    max-width: none;
    height: 1000px;
    opacity: 0;
    margin: -450px 0 0 -1500px;
}
#visual.on .japan img {
    -webkit-animation: zoom2 3s cubic-bezier(.2,.6,.3,1) forwards;
            animation: zoom2 3s cubic-bezier(.2,.6,.3,1) forwards;
}
@-webkit-keyframes zoom2 {
    0% { -webkit-transform: scale(.4); opacity: 0; }
    25% { opacity: 1; }
    100% { -webkit-transform: scale(1) translateY(-50px); opacity: 1; }
}
@keyframes zoom2 {
    0% { transform: scale(.4); opacity: 0; }
    25% { opacity: 1; }
    100% { transform: scale(1) translateY(-50px); opacity: 1; }
}

/* position */
#visual .position {
    z-index: 10;
    list-style: none;
    position: absolute;
    left: 50%;
    width: 1000px;
    height: 450px;
    margin: 0 0 0 -500px;
    padding: 0;
}
#visual .position li {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.2,.6,.3,1), opacity 1s;
            transition: -webkit-transform 1s cubic-bezier(.2,.6,.3,1), opacity 1s;
}
#visual .position.on li {
    position: absolute;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#visual .position li.on {
    z-index: 1;
}
#visual .position .pos1 {
    top: 280px;
    left: 490px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}
#visual .position .pos2 {
    top: 244px;
    left: 524px;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
#visual .position .pos3 {
    top: 222px;
    left: 564px;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
#visual .position .pos4 {
    top: 360px;
    left: 325px;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

#visual .position .marker {
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #0168b7;
    -webkit-transition: border-width .3s;
            transition: border-width .3s;
}
#visual .position li:hover .marker {
    border-width: 6px;
}
#visual .position.on .marker {
    cursor: pointer;
}
#visual .position .marker::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 12px 5px 0 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
}

#visual .position .details {
    display: none;
    position: absolute;
    min-width: 300px;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    background-color: #fff;
}
#visual .position .pos1 .details,
#visual .position .pos2 .details,
#visual .position .pos3 .details,
#visual .position .pos4 .details {
    right: -160px;
    bottom: 2px;
}
#visual .position .details .title {
    font-weight: bold;
}
#visual .position .details .description {
    margin: 0;
    font-size: 90%;
}
#visual .position .pos1 .details .description {
    margin-bottom: .2em;
}

/* 買取エリア */

.supportArea,
.supportArea p {
    position: absolute;
    background: url(../img/bg_area@2x.png) 0 0 no-repeat;
    background-size: 417px 314px;
}
.no-backgroundsize .supportArea,
.no-backgroundsize .supportArea p {
    background-image: url(../img/bg_area.png);
}

.supportArea {
    will-change: opacity;
    z-index: 1;
    width: 417px;
    height: 280px;
    top: 255px;
    left: 50%;
    margin-left: -238px;
    opacity: 0;
    -webkit-transition: opacity .6s;
            transition: opacity .6s;
}
.supportArea.on {
    opacity: 1;
}

.supportArea p {
    will-change: width;
    width: 0;
    height: 25px;
    top: 227px;
    left: 96px;
    margin: 0;
    background-position: 0 -290px;
    -webkit-transition: width .6s .6s;
            transition: width .6s .6s;
}
.supportArea.on p {
    width: 109px;
}


/* --------------------------------------------------------------------------
   section
   -------------------------------------------------------------------------- */

section {
    margin-bottom: 20px;
}
section,
section > h2 {
    background-color: #fff;
}

section .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 40px 40px;
    box-sizing: border-box;
}

.fb-page {
    margin-bottom: 2em;
}
.fb-page,
.fb-page > span {
    width: 100% !important;
    text-align: center !important;
}
.fb-page iframe {
    position: relative !important;
    margin: 0 auto !important;;
}

/* :::::: title :::::: */

section > h2 {
    position: relative;
    margin: 0;
    padding: 1em 0 .3em;
    color: #0368b8;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: .1em;
}
section > h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 2px;
    margin-left: -150px;
    background-color: #0368b8;
}

section h3 {
    font-size: .9em;
    margin: 0 0 .5em;
}

/* :::::: visual :::::: */

section .visual {
    position: relative;
    overflow: hidden;
    background-color: #0368b8;
}

section .visual:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_veil@2x.png) 50% 50%;
    background-size: 4px 4px;
}
.no-backgroundsize section .visual:after {
    background: url(../img/bg_veil.png) 50% 50%;
}

@media only screen and (min-width: 641px) {
    section .visual {
        height: 150px;
    }
    section .visual img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1000px;
        -webkit-transform: translate(-50%, -30%);
            -ms-transform: translate(-50%, -30%);
                transform: translate(-50%, -30%);
    }
    .no-csstransforms section .visual img {
        margin: -125px 0 0 -500px;
    }
}

@media only screen and (min-width: 1001px) {
    section .visual img {
        display: block;
        position: relative;
        top: 0;
        left: auto;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        will-change: transform;
    }
    .no-csstransforms section .visual img {
        margin-left: -500px;
    }
}

/* :::::: button :::::: */

.btn,
button[type="button"],
input[type="submit"] {
    display: block;
    position: relative;
    margin: 1.5em auto 0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    background-color: #0368b8;
    transition: background-color .2s;
}
.btn {
    width: 560px;
    padding: .9em 0 1.6em;
}
button[type="button"],
input[type="submit"] {
    width: 360px;
    padding: .6em 0;
    border: 0;
}
button[type="button"],
input[type="submit"] {
    margin: 1em auto;
}
input[type="submit"] {
    margin-bottom: 0 !important;
}

button[type="button"]:disabled,
input[type="submit"]:disabled {
    pointer-events: none;
    color: #e6e6e6;
    background-color: #ccc;
}

.btn:hover,
button[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #3586c6;
}

.btn:after {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 50%;
    margin-left: -9px;
}

/* :::::: 2column :::::: */

.column2 .colL,
.column2 .colR {
    width: 50%;
    box-sizing: border-box;
}
.column2 .colL {
    float: left;
    padding-right: 10px;
}
.column2 .colR {
    float: right;
    padding-left: 10px;
}

/* :::::: table :::::: */

table {
    width: 100%;
    font-size: .8em;
}
table th,
table td {
    padding: .6em 1.2em;
    text-align: left;
}
table th {
    width: 30%;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}
table td {
    width: 70%;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
table tr:last-child th,
table tr:last-child td {
    border-bottom: 0;
}

/* :::::: number list :::::: */

.numList {
    padding-left: 2em;
}

/* --------------------------------------------------------------------------
   form
   -------------------------------------------------------------------------- */

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.no-js #iframe_purchase {
    height: 583px;
}
.no-js #iframe_recruit,
.no-js #iframe_inquiry {
    height: 361px;
}

body.mailform {
    overflow: hidden;
    background: none;
}

form h3 {
    margin-top: 0;
}

.formContainer {
    position: relative;
}

.formContainer > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.typeList,
.formList {
    list-style: none;
    margin-bottom: 1.5em;
}

.formList .typeList {
    margin: 0;
    padding: .77em 10px;
    background-color: #f4f4f4;
}

/* :::::: type select :::::: */

.typeList li {
    float: left;
    margin-right: 3em;
}
.formList .typeList li {
    margin-right: .8em;
    font-size: .8em;
}
.typeList li:last-child {
    margin-right: 0 !important;
}
.typeList li label {
    cursor: pointer;
    position: relative;
    padding-left: 1.5em;
}
.typeList li .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -.55em;
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ccc;
    box-sizing: border-box;
    background-color: #3586c6;
    -webkit-transition: border-width .2s;
            transition: border-width .2s;
}
.formList .typeList li .checkbox {
    width: 14px;
    height: 14px;
    border: 7px solid #fff;
}
.typeList li input:checked + .checkbox {
    border-width: 3px;
}

/* :::::: input message :::::: */

.formList {
    margin: 0 -1px;
}
.result,
.formList > li {
    padding: 0 1px;
    box-sizing: border-box;
    line-height: 1.4;
}
.formList > li {
    float: left;
    width: 20%;
}
#form_inquiry .formList > li {
    width: 33.33333%;
}
.result {
    position: relative;
    width: 33.33333%;
    margin: 0 auto 1em;
}

.result > label,
.result > label > .req,
.formList > li > label,
.formList > li > label .req {
    font-size: .7em;
    line-height: 1.2;
}
.result > label,
.formList > li > label {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result > label > .req,
.formList > li > label .req {
    color: #3586c6;
}

.result .textBox,
.formList .textBox {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    padding: .7em 10px;
    font-size: .9em;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.formList .textBox .yen {
    position: absolute;
}
.formList .textBox select,
.formList .textBox input[type="number"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    background: none;
}
.formList .textBox input#recruit-age {
    text-align: left;
    background: #fff;
}
.result input#assessmentPrice {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.formList #priceText,
.formList #askingPrice {
    padding-left: 1em;
    box-sizing: border-box;
}

.formList .message {
    width: 100% !important;
    margin-top: .5em;
    line-height: 1.6;
}
.formList .textBox input,
.formList .message textarea {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
.formList .messageBox {
    margin: 0 1px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.formList .message textarea {
    padding: .5em;
    resize: none;
}

.formList .textBox select:focus,
.formList .textBox input:focus,
.formList .message textarea {
    outline: none;
}

/* :::::: thanks page :::::: */

body.thanks {
    background: #fff;
}

body.thanks #contents {
    width: 100%;
    height: 100%;
}

.thanksMessage {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}

/* :::::: mailformpro :::::: */

#mfp_loading_screen,
#mfp_overlay_background,
#mfp_hidden,
.mfp_err {
    display: none;
}
.mfp_err {
    position: absolute;
    top: 4em;
    right: 10px;
    color: #0368b8;
    font-size: .6em;
    line-height: 1.2;
    white-space: normal;
}
.result .mfp_err {
    top: 6em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1000px) {
    header .inner,
    .toggleHeader .inner {
        box-sizing: border-box;
    }
    .toggleHeader .inner {
        padding: 0 12px;
    }
    header .logo {
        margin-top: 6px;
    }
    header .logo img[alt^="world"] {
        position: absolute;
        width: 200px;
    }
    header .logo img[alt^="motorcycle"] {
        width: 250px;
        padding: 22px 0 0 6px;
    }
}

/* iPad 未満 */
@media only screen and (max-width: 767px) {
    .toggleHeader .nav {
        padding: 0;
    }
    .toggleHeader .nav li a span {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .toggleHeader .logo {
        padding-left: 0;
    }
    header .tel {
        width: auto;
        text-align: center;
    }
    header .tel {
        padding-top: 6px;
        font-size: 1em;
    }
    header .tel a {
        display: block;
        background-color: #eee;
    }
    header .tel a {
        border-radius: 5px;
    }
    header .tel a:hover {
        background-color: #fafafa;
    }
    
    section .inner {
        padding: 20px 20px 40px;
    }
    .btn,
    button[type="button"],
    input[type="submit"] {
        width: 100%;
        letter-spacing: 0;
    }
    .column2 .colL,
    .column2 .colR,
    .formList > li {
        float: none;
        width: 100% !important;
        margin-bottom: .5em;
        padding: 0;
    }
    button[type="button"],
    input[type="submit"] {
        margin: 2em auto;
    }
    .result {
        width: 60%;
    }
}

@media only screen and (max-width: 480px) {
    nav .nav li a span {
        display: none;
    }
    header {
        height: 126px;
    }
    header .inner {
        padding: 0 10px;
    }
    header .tel,
    header .logo,
    header .logo img {
        float: none;
        padding: 0 !important;
        text-align: center;
    }
    header .logo {
        height: 83px;
        margin-top: 0;
    }
    header .logo img[alt^="world"] {
        position: relative;
        z-index: 1;
    }
    header .logo img[alt^="motorcycle"] {
        position: static;
        margin-top: -63px;
    }
    nav {
        top: 128px;
    }
    header .tel {
        display: table;
        width: 100%;
        font-size: 1.2em;
        text-align: center;
    }
    header p.tel {
        text-align: center;
    }
    header .tel li {
        padding: 0 1px;
        display: table-cell;
    }
    header .tel a {
        padding: .2em .5em;
    }
    header .tel br,
    header .tel .num {
        display: none;
    }
    header .tel .dayoff {
        display: inline-block;
    }
    #visual {
        padding-top: 120px;
    }
    #canvas {
        top: 40px;
    }
    section .inner {
        padding: 20px 10px 40px;
    }
    
    #visual .japan {
        top: 120px;
    }
    .supportArea {
        top: 335px;
    }
}

@media only screen and (max-width: 370px) {
    .toggleHeader .logo {
        display: block;
        width: 85px;
        height: 48px;
        padding: 0;
        background: url(../img/logo.png) left center no-repeat;
        background-size: 222px 48px;
    }
    .toggleHeader .logo img {
        opacity: 0;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print{
    *,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
    a,a:visited{text-decoration:underline;}
    a[href]:after{content:"(" attr(href) ")";}
    abbr[title]:after{content:"(" attr(title) ")";}
    a[href^="#"]:after,a[href^="javascript:"]:after{content:"";}
    pre,blockquote{border:1px solid #999;page-break-inside:avoid;}
    thead{display:table-header-group;}
    tr,img{page-break-inside:avoid;}
    img{max-width:100% !important;}
    p,h2,h3{orphans:3;widows:3;}
    h2,h3{page-break-after:avoid;}
}
