@charset "UTF-8";

/* Reset
------------------------------------------------ */
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary,
ul,
li {
    display: block;
    margin: 0;
    padding: 0;
}

caption,
th {
    margin: auto;
    text-align: left;
}

img {
    border: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
}

address,
caption,
th {
    font-weight: normal;
    font-style: normal;
}

h1 {
    margin: 0;
    padding: 0;
}

/* body,Anchor
------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
    background-color: #0e1c45;
    color: #222;
    font-size: 14px;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
        'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;
    line-height: 1.5;
}

a {
    display: block;
    vertical-align: middle;
}

a:link {
    color: #0e1c45;
    text-decoration: none;
}

a:visited {
    color: #0e1c45;
}

a:hover {
    color: #ccc;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
}

header:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: “alpha(opacity=60) ”;
    transition-property: all;
    transition: 0.2s linear;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* Layout
------------------------------------------------ */
#container {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1280px;
    min-width: 1280px;
    padding: 0;
    background-color: #fff;
}

/* content
------------------------------------------------ */
#content {
    background: #fff;
    text-align: center;
}

#content a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: “alpha(opacity=70) ”;
    transition-property: all;
    transition: 0.2s linear;
}

header {
    max-width: 972px;
    overflow: hidden;
    margin: 0 auto;
}

/* common
------------------------------------------------ */
.shadow {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}

.shadow02 {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgb100 {
    margin-bottom: 100px !important;
}

img {
    width: auto;
    margin: auto;
}

img.w-100 {
    width: 100%;
}

img.m-0 {
    margin: 0;
}

/* footer
------------------------------------------------ */
#footer {
    clear: both;
    width: 100%;
    max-width: 1400px;
    min-width: 1280px;
    margin: -20px auto 0;
}

#footer {
    display: block;
    padding: 10px 0px 30px;
    color: #000;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #fff;
}

.copyright {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    color: #000;
    font-size: 12px;
    /*font-size: calc( 12vw/10 );*/
    white-space: nowrap;
}

.pc-only {
    display: block;
    margin: auto;
}

.sp-only {
    display: none;
}

.sp-xs-only {
    display: none;
}

/* .tokai_fair
------------------------------------------------ */
#content .tokai_fair {
    overflow: hidden;
}

#content .tokai_fair .inner {
    width: 1000px;
    margin: auto;
}

#content .tokai_fair .inner02 {
    max-width: 1200px;
    margin: auto;
}

#content .tokai_fair .inner03 {
    max-width: 1100px;
    margin: auto;
}

div.page-link {
    cursor: pointer;
    display: flex;
    z-index: 101;
    position: fixed;
    bottom: 10px;
    right: 0;
    flex-direction: column;
}

div.page-link a {
    margin-bottom: 15px;
}

#content .btn_area {
    max-width: 946px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}

#content .btn_area a {
    width: 48%;
    margin: 0;
}

#content .btn_area a img {
    width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex.ai-start {
    align-items: flex-start;
}

/* main_visual
------------------------------------------------ */
.main_visual {
    width: 100%;
    margin: 0 auto 0px;
}

.main_visual img {
    width: 100%;
}

/*ここから上は修正しないで、ここより下にて上書をしてください。*/
/* 
------------------------------------------------ */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
    z-index: 10;
    left: -55px;
    bottom: 13px;
}

.absolute02 {
    position: absolute;
    z-index: 10;
    right: -75px;
    bottom: 5px;
}

.absolute_btn {
    position: absolute;
    z-index: 10;
    left: 525px;
    bottom: 90px;
}
.absolute_btn02 {
    position: absolute;
    z-index: 10;
    left: 655px;
    bottom: 307px;
}
.center {
    margin: 0 auto;
}

/* bg 
------------------------------------------------ */

.bg_used {
    background: #f5f5fe;
    padding: 60px 0 60px;
    background-size: 100%;
}

.bg_gallery {
    background: #9ed5f5;
    padding: 60px 0 60px;
}

.bg_support {
    background: url('../images/bg_support.jpg');
    background-size: cover;
    padding: 60px 0 60px;
}

.bg_ucar {
    background: url('../images/bg_used.png') repeat-y;
    padding: 60px 0 60px;
}

.bg_drive {
    background: url('../images/bg_dp.gif') repeat;
    padding: 60px 0 48px;
}

.bg_white {
    background-color: #fff;
    padding: 60px 0 60px;
}

.bg_white_border {
    background-color: #fff;
    padding: 60px 0 60px;
    border-color: #000;
    border-style: solid;
    border-top-width: 3px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 3px;
    border-radius: 3px 6px 6px 6px;
}

.bg_eyesite {
    background-color: #00a0dc;
    padding: 60px 0 80px;
}

.bg_blue {
    background-color: #00a0dc;
    padding: 0px 0 60px;
}

.bg_tsuyapika {
    background: url('../images/bg_tsuyapika.jpg');
    background-size: cover;
    padding: 60px 0 60px;
}

.shop_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 860px;
    margin: auto;
}

.shop_btn a {
    margin-bottom: 20px;
}

.flex.start {
    align-items: flex-start;
}

.basic_pack {
    margin-left: -68px;
}

.flex_k {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mgl-53 {
    margin-left: -53px;
}
.mgt30 {
    margin-top: -30px;
}

/* mediaqueries
------------------------------------------------ */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .sp-xs-only {
        display: none;
    }

    .page-link {
        display: none;
    }

    .copyright {
        font-size: 12px;
        text-align: center;
    }

    img {
        width: 100%;
    }

    #container {
        max-width: 1400px;
        min-width: 320px;
    }

    #content .tokai_fair .inner {
        width: 95%;
        padding: 0;
    }

    #content .tokai_fair .inner02 {
        width: 95%;
        padding: 0;
    }
    #content .tokai_fair .inner03 {
        width: 95%;
        padding: 0;
    }

    .mgb10 {
        margin-bottom: 5px !important;
    }

    .mgb20 {
        margin-bottom: 10px !important;
    }

    .mgb30 {
        margin-bottom: 15px !important;
    }

    .mgb40 {
        margin-bottom: 18px !important;
    }

    .mgb50 {
        margin-bottom: 20px !important;
    }

    .mgb60 {
        margin-bottom: 20px !important;
    }

    .mgb70 {
        margin-bottom: 30px !important;
    }

    .mgb80 {
        margin-bottom: 30px !important;
    }

    .mgb100 {
        margin-bottom: 50px !important;
    }

    /* max-width768 header
  ------------------------------------------ */
    header {
        margin-left: 0;
    }

    header p {
        max-width: 641px;
        font-size: 16px;
        padding: 10px;
        margin: 0 auto;
    }

    header p span {
        font-size: 10px;
        vertical-align: middle;
        margin-left: 5px;
    }

    /* max-width768 footer
  ------------------------------------------ */
    #container,
    #footer {
        /*	max-width: 460px;*/
        max-width: 100%;
    }

    #footer {
        padding-right: 0;
        padding-bottom: 185px;
    }

    /* max-width768 btn
  ------------------------------------------ */
    #content .btn_area {
        margin: 0px auto 20px;
        display: block;
        width: 100%;
    }

    #content .online {
        margin: 0 auto 0;
    }

    #content .btn_area img {
        width: 100%;
    }

    #content .btn_area a {
        width: 100%;
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }

    /* max-width768 fixed_menu
  ------------------------------------------ */
    #fixed_menu {
        position: fixed;
        bottom: 0;
        background-size: cover;
        width: 100%;
        z-index: 100;
    }

    #fixed_menu .inner {
        position: relative;
    }

    #fixed_menu .fixed_menu_btn {
        position: absolute;
        bottom: 5px;
        z-index: 300;
        width: 95%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    #fixed_menu .fixed_menu_btn img {
        width: 100%;
    }

    #fixed_menu .fixed_menu_text {
        position: absolute;
        bottom: 0;
        z-index: 200;
    }

    #fixed_menu .fixed_menu_text img {
        width: 100vw;
    }

    .main_visual {
        width: 100%;
        margin-bottom: 0px;
    }
    /*===========
.scroll-box
===========*/
    .scroll-box {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; /* 内容を折り返さない */
    }

    .scroll-box div img {
        max-width: 100%;
        min-width: 600px;
        vertical-align: top;
    }
    /*===========
scrollbar
===========*/
    /*スクロールバー全体の高さ*/
    .scroll-box::-webkit-scrollbar {
        height: 12px;
        margin-bottom: -10px;
    }
    /*スクロールバー全体の背景*/
    .scroll-box::-webkit-scrollbar-track {
        background: #ffffff;
    }
    /*スクロールバーの動く部分*/
    .scroll-box::-webkit-scrollbar-thumb {
        background: #1a8bd3;
        border: none;
    }
    .scroll-box {
        overflow-x: auto;
    }
    /*ここから上は修正しないで、ここより下にて上書をしてください。*/
    /* bg
------------------------------------------------ */
    #footer {
        min-width: inherit;
    }
    .mgrl {
        margin: 20px 10px 20px;
    }
    .mgl41 {
        margin-left: 0px;
    }

    .mgl8 {
        margin: 0 0 0 8px;
        width: 74%;
    }

    .flex {
        padding: 0;
        display: block;
    }
    .absolute {
        left: -1vw;
        width: 60px;
        bottom: 3vw;
    }
    .absolute02 {
        left: -1vw;
        width: 10vw;
        bottom: 3vw;
    }

    .absolute_btn {
        position: absolute;
        z-index: 10;
        left: auto;
        bottom: 30%;
        right: 20px;
        width: 25%;
    }
    .absolute_btn02 {
        position: absolute;
        z-index: 10;
        left: auto;
        bottom: auto;
        right: -5%;
        width: 17%;
        top: 9%;
    }

    .bg_white {
        padding: 20px 0 20px;
    }
    .bg_white_border {
        padding: 20px 0 20px;
        border-top-width: 2px;
        border-right-width: 4px;
        border-bottom-width: 6px;
        border-left-width: 2px;
        border-radius: 0px 4px 4px 4px;
    }

    .bg_eyesite {
        padding: 30px 0 40px;
    }
    .bg_blue {
        padding: 0px 0 30px;
    }

    .bg_tsuyapika {
        background-size: cover;
        padding: 30px 0 30px;
    }

    .bg_support {
        padding: 30px 0 30px;
    }

    .bg_used .flex {
        display: block;
    }
    .bg_ucar {
        padding: 30px 0 30px;
    }
    .bg_ucar .flex {
        display: block;
    }

    .basic_pack {
        margin-left: -10px;
    }

    .w-more {
        width: 104%;
    }

    .bg_drive {
        padding: 30px 0;
    }

    .flex_k {
        display: block;
    }
}

/*ここから下は必要になったものだけを記載してください。*/
@media screen and (max-width: 480px) {
    .sp-xs-only {
        display: inline-block;
    }

    #content .btn_area {
        margin: 0px auto 0px;
        display: block;
    }

    #footer {
        padding-right: 0;
        padding-bottom: 120px;
    }

    #content .tokai_fair section.inner {
        padding: 0 0 0;
    }

    .absolute {
        left: -1vw;
        width: 10vw;
        bottom: 3vw;
    }
    .absolute02 {
        left: -1vw;
        width: 10vw;
        bottom: 3vw;
    }

    /* bg
------------------------------------------------ */
    .shop_btn {
        display: block;
    }
    .bg_used {
        padding: 20px 0 20px;
    }
}
