@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: inline-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%;
}

/* 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;
    padding: 0 10px;
}

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;
}

.center {
    margin: 0 auto;
}

/* bg 
------------------------------------------------ */
.bg_lead {}

.bg_banner {
    background: url("../images/bg_banner.png");
    padding: 60px 0 60px;
    background-size: cover;
}

.bg_banner .flex {
    flex-wrap: wrap;
    flex: 1;
}

.bg_banner div {
    position: relative;
}

.bg_banner div.new {
    position: absolute;
    margin-left: -50px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 50;
}
.bg_banner div.new_r {
    position: absolute;
    margin-right: -38px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 50;
}
.bg_present {
    background: url("../images/bg_present.jpg");
    padding: 0;
    background-size: cover;
}

.bg_50 {
    padding: 40px 0 60px;
    background-color: #d32919;
}

.bg_shijo {
    background: url("../images/bg_shijo.png");
    padding: 50px 0 100px;
}

.bg_diamond {
    background: url("../images/bg_diamond.png");
    padding: 50px 0 20px;
	background-size: 100%;
}
.bg_diamond02 {
    background-color: #FFF;
    padding: 0px 0 30px;
}
.bg_tadareko {
    background: url("../images/bg_tadareko.jpg");
    padding: 50px 0 30px;
	background-size: cover;
}
.bg_goodprice {
    background: url("../images/bg_goodprice.jpg");
    padding: 50px 0 30px;
	background-size: cover;
}
.bg_wilderness {
    background: url("../images/bg_wilderness.jpg");
    padding: 0px 0 60px;
}

.bg_used {
    background: url("../images/bg_used.png");
    padding: 60px 0 60px;
    background-size: 100%;
}

.bg_credit {
    background: url("../images/bg_credit.png");
    padding: 60px 0 60px;
    background-size: cover;
}

.bg_credit .title {
    margin-left: -64px;
}

.bg_lineup {
    background: url("../images/bg_carlineup.png");
    background-repeat: no-repeat;
    background-color: #000;
    padding: 60px 0 60px;
}

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

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

.bg_btn_anothestyle {
    background-color: #080302;
    padding: 40px 0 32px;
}

.bg_cataloggift {
    background: url("../images/bg_cataloggift.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #d32919;
    padding: 70px 0 50px 0;
}
.bg_option_cp {
	background-color: #000;
	padding:0 0 30px;
}

/* decoration
------------------------------------------------ */
.diamond_read {
	position: absolute;
    bottom: 15%;
    left: 9%;
}

.t-fine_read {
	position: absolute;
    bottom: 15%;
   right: 5%;
}
/* 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: 90%;
        padding: 0;
    }

    #content .tokai_fair .inner02 {
        width: 90%;
        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;
    }

    /*ここから上は修正しないで、ここより下にて上書をしてください。*/

    /* bg
------------------------------------------------ */
    #footer {
        min-width: inherit;
    }

    .bg_banner {
        background: url("../images/bg_banner_sp.png");
        padding: 20px 0 20px;
        background-size: cover;
    }

    .bg_50 {
        padding: 20px 0 20px;
        background-color: #d32919;
    }

    .bg_eyesight {
        padding: 20px 0 20px;
    }

    .bg_credit {
        background: url("../images/bg_credit_sp.png");
        padding: 20px 0 20px;
        background-size: cover;
    }

    .bg_credit .title {
        margin-left: -6px;
    }

    .bg_lineup {
        padding: 20px 0 20px;
        background: url("../images/bg_carlineup_sp.png");
    }

    .bg_lineup .title {
        width: 70%;
        margin: auto;
    }

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

    .bg_wilderness {
        background: url("../images/bg_wilderness_sp.jpg");
        padding: 0px 0 30px;
        background-size: cover;
    }

    .bg_lead {}

    .bg_present {
		background: url("../images/bg_present_sp.jpg");
        padding: 0px 0;
		background-size: cover;
    }

    .bg_shijo {
        padding: 30px 0 40px;
    }

    .bg_banner div.new {
        position: absolute;
        width: 38px;
        margin-left: -18px;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 50;
    }

    .bg_used .flex {
        display: block;
    }

    .bg_cataloggift {
        background: none;
        background-color: #d32919;
        padding: 20px 0 20px 0;
    }
	.bg_diamond {
    background: url("../images/bg_diamond_sp.png");
    padding: 80px 0 20px;
	background-size: cover;
}
.bg_diamond02 {
    padding: 0px 0 0px;
}
.bg_tadareko {
    background: url("../images/bg_tadareko_sp.jpg");
    padding: 30px 0 10px;
	background-size: cover;
}
.bg_goodprice {
    padding: 20px 0 10px;
	background-size: cover;
}
	.diamond01 {
    margin-left: -13px;
    margin-top: -30px;
	}
	.wd96 {
		width:96%;
	}
	.diamond_read {
    position: absolute;
    bottom: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
		width:50%;
}

.t-fine_read {
	position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:50%;
}
/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
 
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 12px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #004139;
  border: none;
}

}

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

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

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

    #content .tokai_fair section.inner {
        padding: 0 0 0;
    }
	
	.diamond_read {
    position: absolute;
    bottom: 51.5%;
}

.t-fine_read {
    bottom: 3.5%;
}
		
    /* bg
------------------------------------------------ */
	.bg_diamond {
    background: url("../images/bg_diamond_sp.png");
    padding: 50px 0 20px;
	background-size: cover;
}

}